aboutsummaryrefslogtreecommitdiffstats
path: root/astro/fits/fitscube.py
Commit message (Collapse)AuthorAgeFilesLines
* astro/fitscube.py: improve formattingAaron LI2017-12-061-5/+5
|
* astro/fitsimage.py: add MAD (median absolute deviation) to "info"Aaron LI2017-12-061-1/+1
|
* astro/fitscube.py: "corrupt" support use gains from saved info fileAaron LI2017-12-051-14/+29
|
* Minor fix and improveAaron LI2017-12-051-1/+1
|
* astro/fitscube.py: Rewrite tool descriptionAaron LI2017-12-051-1/+23
|
* astro/fitscube.py: Implement "corrupt" sub-commandAaron LI2017-12-051-0/+67
|
* astro/fitscube.py: "calibrate": change argument --info-out to --save-infoAaron LI2017-12-051-12/+14
| | | | Also improve saved info text file header
* astro/fitscube.py: Implement "calibrate" sub-commandAaron LI2017-12-051-0/+111
|
* astro/fitscube.py: Add --abs argument to "info" sub-commandAaron LI2017-12-051-0/+4
|
* astro/fitscube.py: Add get_slice() method and simplify "info" subcommandAaron LI2017-12-041-14/+18
|
* astro/fitscube.py: info subcommand support --center and --outfile argumentsAaron LI2017-12-031-3/+27
|
* Deprecate np.int, np.floatAaron LI2017-11-031-1/+1
| | | | See: https://github.com/numpy/numpy/pull/6103
* astro/fitscube.py: Fix conflict on property "slices"Aaron LI2017-10-311-7/+7
|
* astro/fitscube.py: support to print slice mean+/-std infoAaron LI2017-10-311-0/+17
|
* astro/fitscube.py: Add data unit and z-axis unit supportAaron LI2017-10-311-2/+39
|
* astro/fitscube.py: Fix header property handlingAaron LI2017-10-311-4/+3
|
* fitscube.py: Update "DATE" header keywordAaron LI2017-08-181-2/+3
|
* astro/fitscube.py: Rework header & wcs handlingAaron LI2017-06-261-34/+44
|
* astro/fitscube.py: Add "open_image()" to allow more image dimensionsAaron LI2017-06-261-5/+44
|
* astro/fits/fitscube.py: Save command to header historyAaron LI2017-06-121-0/+4
|
* astro/fits/fitscube.py: Fix a astropy.io.fits write warningAaron LI2017-06-111-1/+4
|
* Move some tools for better managementAaron LI2017-06-111-0/+172