Skip to content

Commit a0c915e

Browse files
authored
Update docs for tag 0.20.0 (#358)
1 parent 9a9e7cc commit a0c915e

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

docs/changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Changelog
66
This page is a changelog for releases of Fermipy. You can also browse
77
releases on `Github <https://github.com/fermiPy/fermipy/releases>`_.
88

9+
0.20.0 (08/24/2020)
10+
-------------------
11+
* Upgrade to P8R3_XXX_V3 irfs in testing
12+
* Added improvements to extension fitting and residual maps
13+
914
0.19.0 (03/25/2020)
1015
-------------------
1116
* Switch installation procedure and to using fermitools-data for diffuse emission models

docs/config/binning.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
``hpx_ebin`` True Include energy binning
66
``hpx_order`` 10 Order of the map (int between 0 and 12, included)
77
``hpx_ordering_scheme`` RING HEALPix Ordering Scheme
8-
``npix`` None Number of pixels along the x and y dimension (tuple) for WCS mode. If none then this will be set from ``roiwidth`` and ``binsz``.
8+
``npix`` None Number of pixels in the x and y direction. If none then this will be set from ``roiwidth`` and ``binsz``.
99
``proj`` AIT Spatial projection for WCS mode.
1010
``projtype`` WCS Projection mode (WCS or HPX).
11-
``roiwidth`` 10.0 Width of the ROI in degrees. The number of pixels in each spatial dimension will be set from ``roiwidth`` / ``binsz`` (rounded up) if not specified using ``npix``.
11+
``roiwidth`` 10.0 Width of the ROI in degrees. The number of pixels in each spatial dimension will be set from ``roiwidth`` / ``binsz`` (rounded up).

docs/config/fit_output.csv

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
``edm`` `~float` Estimated distance to maximum of log-likelihood function.
2+
``fit_status`` int Optimizer return code (0 = ok).
13
``fit_quality`` int Fit quality parameter for MINUIT and NEWMINUIT optimizers (3 - Full accurate covariance matrix, 2 - Full matrix, but forced positive-definite (i.e. not accurate), 1 - Diagonal approximation only, not accurate, 0 - Error matrix not calculated at all)
2-
``errors`` `~numpy.ndarray` Vector of parameter errors (unscaled).
3-
``loglike`` `~float` Post-fit log-likehood value.
4+
``covariance`` `~numpy.ndarray` Covariance matrix between free parameters of the fit.
45
``correlation`` `~numpy.ndarray` Correlation matrix between free parameters of the fit.
5-
``config`` `~dict` Copy of input configuration to this method.
6-
``values`` `~numpy.ndarray` Vector of best-fit parameter values (unscaled).
76
``dloglike`` `~float` Improvement in log-likehood value.
8-
``fit_status`` int Optimizer return code (0 = ok).
9-
``covariance`` `~numpy.ndarray` Covariance matrix between free parameters of the fit.
10-
``edm`` `~float` Estimated distance to maximum of log-likelihood function.
7+
``loglike`` `~float` Post-fit log-likehood value.
8+
``values`` `~numpy.ndarray` Vector of best-fit parameter values (unscaled).
9+
``errors`` `~numpy.ndarray` Vector of parameter errors (unscaled).
10+
``config`` `~dict` Copy of input configuration to this method.

docs/config/roiopt_output.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
``loglike1`` `~float` Post-optimization log-likelihood value.
21
``loglike0`` `~float` Pre-optimization log-likelihood value.
3-
``config`` `~dict` Copy of input configuration to this method.
2+
``loglike1`` `~float` Post-optimization log-likelihood value.
43
``dloglike`` `~float` Improvement in log-likehood value.
4+
``config`` `~dict` Copy of input configuration to this method.

0 commit comments

Comments
 (0)