aboutsummaryrefslogtreecommitdiffstats
path: root/astro/fits
Commit message (Expand)AuthorAgeFilesLines
* astro/fitscube.py: Add command aliases: new (create), crp (corrupt)Aaron LI2018-06-131-5/+6
* astro/fitscube.py: Add "add" and "sub" (subtract) sub-commandsAaron LI2018-06-131-0/+73
* astro/fitscube.py: Add "crop" sub-commandAaron LI2018-06-131-1/+35
* astro/fitsimage.py: ignore nanAaron LI2018-05-261-6/+6
* astro/fitsimage.py: "info" command support multiple filesAaron LI2018-01-021-9/+19
* astro/fitsimage.py: allow the absence of CDELT{1,2} keywordsAaron LI2017-12-101-2/+5
* astro/fitsimage.py: update new pixel size calculationAaron LI2017-12-101-2/+2
* Remove astro/fits/rescale_image.py and astro/fits/crop_image.pyAaron LI2017-12-092-232/+0
* astro/fitsimage.py: implement "zoom" (rescale) sub-commandAaron LI2017-12-091-0/+78
* astro/fitsimage.py: copy image dataAaron LI2017-12-091-7/+8
* astro/fitsimage.py: Add "pixelsize" and "fov"; update formatAaron LI2017-12-091-8/+48
* astro/fitsimage.py: Add "Nx" and "Ny" propertiesAaron LI2017-12-091-1/+15
* astro/fitscube.py: improve formattingAaron LI2017-12-061-5/+5
* astro/fitsimage.py: add MAD (median absolute deviation) to "info"Aaron LI2017-12-062-10/+12
* 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