aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ps2d.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | The input image cube data should in unit of [K] (brightness temperature).
* 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
| | | | | | Default to not apply window along frequency Signed-off-by: Aaron LI <aly@aaronly.me>
* astro/ps2d.py: add argument "--no-window" and update logging formatAaron LI2017-07-111-28/+32
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* astro/ps2d.py: Fix a bug/typoAaron LI2017-07-111-1/+1
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* 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