Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | astro/calc_psd.py: Add argument --center | Aaron LI | 2017-11-22 | 1 | -0/+15 |
| | |||||
* | calc_psd.py & ps2d.py: Change --plot to --no-plot | Aaron LI | 2017-11-19 | 1 | -15/+9 |
| | |||||
* | astro/calc_psd.py: default to logarithmic step of ratio 1.1 | Aaron LI | 2017-11-12 | 1 | -12/+14 |
| | |||||
* | astro/calc_psd.py: Add bunit to PSD and update ylabel | Aaron LI | 2017-11-12 | 1 | -3/+11 |
| | |||||
* | Fix the wrong use of IQR (interquartile range) | Aaron LI | 2017-11-04 | 1 | -3/+3 |
| | |||||
* | astro/calc_psd.py: default to calculate median and 68% IQR | Aaron LI | 2017-11-03 | 1 | -20/+89 |
| | | | | | | | | * Add argument -m/--mean-std to switch to calculate the original mean and standard deviation * Add "save()" method to the PSD class * Significantly update the parameter descriptions * Save more information with the psd data to the saved TXT file | ||||
* | Deprecate np.int, np.float | Aaron LI | 2017-11-03 | 1 | -1/+1 |
| | | | | See: https://github.com/numpy/numpy/pull/6103 | ||||
* | astro/calc_psd.py: Also plot the additional pixel-based frequency axis | Aaron LI | 2017-11-03 | 1 | -1/+20 |
| | |||||
* | astro/calc_psd.py: Support image pixel size | Aaron LI | 2017-11-03 | 1 | -1/+17 |
| | |||||
* | astro/calc_psd.py: Improve plot function | Aaron LI | 2017-11-03 | 1 | -19/+14 |
| | | | | Rename argument -p/--plot to -P/--plot | ||||
* | astro/calc_psd.py: Support adding multiple input images | Aaron LI | 2017-11-01 | 1 | -5/+19 |
| | | | | Also fix the plot title and improve message. | ||||
* | astro/calc_psd.py: correct that radial PSD is azimuthally averaged | Aaron LI | 2017-11-01 | 1 | -18/+21 |
| | |||||
* | calc_psd.py: tweak plot styles | Aaron LI | 2017-10-28 | 1 | -9/+9 |
| | |||||
* | calc_psd.py: Fix normalization w.r.t. image size | Aaron LI | 2017-10-28 | 1 | -17/+12 |
| | |||||
* | calc_psd.py: implement --step to support log-even radii points | Aaron LI | 2017-10-28 | 1 | -50/+80 |
| | |||||
* | calc_psd.py: Remove unnecessary psd2d padding | Aaron LI | 2017-10-28 | 1 | -55/+20 |
| | |||||
* | calc_psd.py: Removed unnecessary AstroImage class | Aaron LI | 2017-10-28 | 1 | -173/+43 |
| | |||||
* | astro/calc_psd.py: various cleanups | Aaron LI | 2017-10-16 | 1 | -32/+27 |
| | |||||
* | Move python/calc_radial_psd.py to astro/calc_psd.py with some cleanup | Aaron LI | 2017-10-16 | 1 | -0/+438 |