aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ps2d.py
Commit message (Expand)AuthorAgeFilesLines
* Adjust plot axis label style a bitAaron LI2017-12-061-4/+4
* astro/calc_psd.py: Use 1.4826*MAD to replace the 68% percentile rangeAaron LI2017-12-061-1/+1
* astro/ps2d.py: Use 1.4826*MAD to replace 68% percentile rangeAaron LI2017-12-061-20/+20
* astro/ps2d.py: default to apply "nuttall" windowAaron LI2017-12-031-6/+6
* astro/ps2d.py: Improve ticks style and use monospace fontAaron LI2017-11-261-2/+15
* Add astro/eor_window.py: Calc total power within the defined EoR windowAaron LI2017-11-251-3/+2
* astro/ps2d.py: Check outfile existence before calculationAaron LI2017-11-251-0/+3
* astro/ps2d.py: Support --center to crop out central spatial partAaron LI2017-11-241-0/+17
* astro/ps2d.py: Update logging formatAaron LI2017-11-241-3/+2
* astro/ps2d.py: Use same colormap (scales) for error power spectrumAaron LI2017-11-241-0/+2
* astro/ps2d.py: Remove frequency window width functionAaron LI2017-11-241-24/+5
* calc_psd.py & ps2d.py: Change --plot to --no-plotAaron LI2017-11-191-4/+3
* astro/ps2d.py: Add get_pixelsize(); and improve get_frequencies()Aaron LI2017-11-041-15/+36
* Fix the wrong use of IQR (interquartile range)Aaron LI2017-11-041-6/+6
* astro/ps2d.py: plot the errors aside the mean/median valuesAaron LI2017-11-041-12/+50
* astro/ps2d.py: Improve window generation; add --window-width argumentAaron LI2017-11-041-16/+23
* astro/ps2d.py: default to calculate median and 68% IQRAaron LI2017-11-041-5/+43
* astro/ps2d.py: Add parameter description; remove unused pad_cube()Aaron LI2017-11-041-8/+17
* astro/ps2d.py: use "jet" colormap and improve axis labelsAaron LI2017-11-041-3/+4
* Deprecate np.int, np.floatAaron LI2017-11-031-7/+5
* astro/ps2d.py: Support plotting and saving the 2D power spectrumAaron LI2017-11-021-2/+37
* astro/ps2d.py: Improve data unit handlingAaron LI2017-11-011-8/+16
* ps2d.py: support adding multiple FITS cubes firstAaron LI2017-09-021-3/+8
* ps2d.py: Warn about wrong data unitAaron LI2017-09-021-1/+8
* Fix WCS delta signAaron LI2017-09-021-2/+2
* ps2d.py: Default to obtain pixel size from FITS headerAaron LI2017-09-021-4/+9
* ps2d.py: Cleanup calc_ps2d() and save more info to headerAaron LI2017-08-251-21/+23
* ps2d.py: Add more helper propertiesAaron LI2017-08-251-24/+60
* ps2d.py: Add helper properties for PS calculationAaron LI2017-08-251-0/+62
* ps2d.py: Clean up cosmology usageAaron LI2017-08-251-7/+6
* ps2d.py: Add references and update comments/descAaron LI2017-08-251-11/+51
* ps2d.py: Use [arcsec] for pixel sizeAaron LI2017-08-251-4/+4
* astro/ps2d.py: change argument "--no-window" to "--window"Aaron LI2017-07-121-13/+17
* astro/ps2d.py: add argument "--no-window" and update logging formatAaron LI2017-07-111-28/+32
* astro/ps2d.py: Fix a bug/typoAaron LI2017-07-111-1/+1
* astro/ps2d.py: Fix a typo about string formatAaron LI2017-06-281-1/+1
* astro/ps2d.py: Fix argument --pixelsize and fix typo "perp"Aaron LI2017-06-261-7/+12
* Add astro/ps2d.py: Calculate 2D power spectrum from 3D image cubeAaron LI2017-06-261-0/+272