Skip to content

Commit

Permalink
Merge pull request #9 from fermiPy/dmcat-dev
Browse files Browse the repository at this point in the history
Dmcat dev
  • Loading branch information
eacharles committed Jul 23, 2018
2 parents a644aee + 3c05d10 commit 92e1fee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/config/common.csv
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
``alias_dict`` None File to rename target version keys.
``astro_prior`` None Types of Prior on J-factor or D-factor
``astro_priors`` [] Types of Prior on J-factor or D-factor
``astro_value_file`` None Path to yaml file with target j_value or d_value
``chan`` bb DM annihilation channel
``channels`` [] DM annihilation channels
``clobber`` False Overwrite existing files.
``config`` None Path to fermipy config file.
``dry_run`` False Print commands but do not run them.
``j_value_file`` None Path to yaml file with target j_value
``jprior`` None Types of Prior on J-factor
``jpriors`` [] Types of Prior on J-factor
``global_min`` False Use global min for castro plots.
``make_plots`` False Make plots
``mass`` 100 DM particle mass
``nsims`` -1 Number of simulations to run.
Expand Down
1 change: 1 addition & 0 deletions docs/config/sims.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
``extracopy`` [] Extra files to copy
``nsims`` 20 Number of simulations to run.
``nsims_job`` 0 Number of simulations to run per job.
``rand_config`` None Path to config file for genaration random sky dirs
``seed`` 0 Seed number for first simulation.
``sim`` None Name of the simulation scenario.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'scipy >= 0.14',
'fermipy >= 0.17.2',
'healpy',
'dmsky >= 0.2.2'
'dmsky >= 0.2.3'
],
extras_require=dict(
all=[],
Expand Down

0 comments on commit 92e1fee

Please sign in to comment.