aboutsummaryrefslogtreecommitdiffstats
path: root/astro/fits
Commit message (Expand)AuthorAgeFilesLines
* Add astro/fitsimage.py: FITS image manipulation toolAaron LI2017-12-053-112/+236
* 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
* 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
* 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
* Add two scripts: fitsimgadd.py & fitsimgsub.pyAaron LI2017-09-102-0/+112
* rescale_image.py: Try also "PixSize" keyword; Add --pixelsize argumentAaron LI2017-09-031-4/+16
* rescale_image.py: Add and update messagesAaron LI2017-09-021-3/+5
* rescale_image.py: Fix variable type and nameAaron LI2017-09-021-3/+3
* Fix WCS delta signAaron LI2017-09-021-2/+2
* fits: Add {rescale,crop}_image.py for FITS image rescaling and croppingAaron LI2017-09-022-0/+218
* 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
* Added astro/fits/merge_fits.pyAaron LI2015-06-171-0/+234