Skip to content

Commit

Permalink
preparing for new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Dec 9, 2023
1 parent 589de0e commit d584e9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Changelog
This page is a changelog for releases of Fermipy. You can also browse
releases on `Github <https://github.com/fermiPy/fermipy/releases>`_.

1.2.1 (12/08/2023)
----------------
* Small bug fixes.
* pinned astropy<6

1.2 (09/21/2022)
----------------
* Small bug fixes.
Expand Down
1 change: 1 addition & 0 deletions docs/config/extension.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
``make_plots`` False Generate diagnostic plots.
``make_tsmap`` True Make a TS map for the source of interest.
``psf_scale_fn`` None Tuple of two vectors (logE,f) defining an energy-dependent PSF scaling function that will be applied when building spatial models for the source of interest. The tuple (logE,f) defines the fractional corrections f at the sequence of energies logE = log10(E/MeV) where f=0 corresponds to no correction. The correction function f(E) is evaluated by linearly interpolating the fractional correction factors f in log(E). The corrected PSF is given by P'(x;E) = P(x/(1+f(E));E) where x is the angular separation.
``reoptimize`` False Re-fit ROI in each energy bin. No effect if fit_ebin=False or there are no free parameters
``save_model_map`` False Save model counts cubes for the best-fit model of extension.
``spatial_model`` RadialGaussian Spatial model that will be used to test the sourceextension. The spatial scale parameter of the model will be set such that the 68% containment radius of the model is equal to the width parameter.
``sqrt_ts_threshold`` None Threshold on sqrt(TS_ext) that will be applied when ``update`` is True. If None then nothreshold is applied.
Expand Down

0 comments on commit d584e9f

Please sign in to comment.