Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ps2d.py: support adding multiple FITS cubes first | Aaron LI | 2017-09-02 | 1 | -3/+8 |
| | |||||
* | ps2d.py: Warn about wrong data unit | Aaron LI | 2017-09-02 | 1 | -1/+8 |
| | | | | | The input image cube data should in unit of [K] (brightness temperature). | ||||
* | Fix WCS delta sign | Aaron LI | 2017-09-02 | 1 | -2/+2 |
| | |||||
* | ps2d.py: Default to obtain pixel size from FITS header | Aaron LI | 2017-09-02 | 1 | -4/+9 |
| | |||||
* | ps2d.py: Cleanup calc_ps2d() and save more info to header | Aaron LI | 2017-08-25 | 1 | -21/+23 |
| | |||||
* | ps2d.py: Add more helper properties | Aaron LI | 2017-08-25 | 1 | -24/+60 |
| | |||||
* | ps2d.py: Add helper properties for PS calculation | Aaron LI | 2017-08-25 | 1 | -0/+62 |
| | |||||
* | ps2d.py: Clean up cosmology usage | Aaron LI | 2017-08-25 | 1 | -7/+6 |
| | |||||
* | ps2d.py: Add references and update comments/desc | Aaron LI | 2017-08-25 | 1 | -11/+51 |
| | |||||
* | ps2d.py: Use [arcsec] for pixel size | Aaron LI | 2017-08-25 | 1 | -4/+4 |
| | |||||
* | astro/ps2d.py: change argument "--no-window" to "--window" | Aaron LI | 2017-07-12 | 1 | -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 format | Aaron LI | 2017-07-11 | 1 | -28/+32 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | astro/ps2d.py: Fix a bug/typo | Aaron LI | 2017-07-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | astro/ps2d.py: Fix a typo about string format | Aaron LI | 2017-06-28 | 1 | -1/+1 |
| | |||||
* | astro/ps2d.py: Fix argument --pixelsize and fix typo "perp" | Aaron LI | 2017-06-26 | 1 | -7/+12 |
| | |||||
* | Add astro/ps2d.py: Calculate 2D power spectrum from 3D image cube | Aaron LI | 2017-06-26 | 1 | -0/+272 |