| Commit message (Expand) | Author | Age | Files | Lines |
* | astro/fitsimage.py: "info" command support multiple files | Aaron LI | 2018-01-02 | 1 | -9/+19 |
* | astro/fitsimage.py: allow the absence of CDELT{1,2} keywords | Aaron LI | 2017-12-10 | 1 | -2/+5 |
* | astro/fitsimage.py: update new pixel size calculation | Aaron LI | 2017-12-10 | 1 | -2/+2 |
* | Remove astro/fits/rescale_image.py and astro/fits/crop_image.py | Aaron LI | 2017-12-09 | 2 | -232/+0 |
* | astro/fitsimage.py: implement "zoom" (rescale) sub-command | Aaron LI | 2017-12-09 | 1 | -0/+78 |
* | astro/fitsimage.py: copy image data | Aaron LI | 2017-12-09 | 1 | -7/+8 |
* | astro/fitsimage.py: Add "pixelsize" and "fov"; update format | Aaron LI | 2017-12-09 | 1 | -8/+48 |
* | astro/fitsimage.py: Add "Nx" and "Ny" properties | Aaron LI | 2017-12-09 | 1 | -1/+15 |
* | astro/fitscube.py: improve formatting | Aaron LI | 2017-12-06 | 1 | -5/+5 |
* | astro/fitsimage.py: add MAD (median absolute deviation) to "info" | Aaron LI | 2017-12-06 | 2 | -10/+12 |
* | Add astro/fitsimage.py: FITS image manipulation tool | Aaron LI | 2017-12-05 | 3 | -112/+236 |
* | astro/fitscube.py: "corrupt" support use gains from saved info file | Aaron LI | 2017-12-05 | 1 | -14/+29 |
* | Minor fix and improve | Aaron LI | 2017-12-05 | 1 | -1/+1 |
* | astro/fitscube.py: Rewrite tool description | Aaron LI | 2017-12-05 | 1 | -1/+23 |
* | astro/fitscube.py: Implement "corrupt" sub-command | Aaron LI | 2017-12-05 | 1 | -0/+67 |
* | astro/fitscube.py: "calibrate": change argument --info-out to --save-info | Aaron LI | 2017-12-05 | 1 | -12/+14 |
* | astro/fitscube.py: Implement "calibrate" sub-command | Aaron LI | 2017-12-05 | 1 | -0/+111 |
* | astro/fitscube.py: Add --abs argument to "info" sub-command | Aaron LI | 2017-12-05 | 1 | -0/+4 |
* | astro/fitscube.py: Add get_slice() method and simplify "info" subcommand | Aaron LI | 2017-12-04 | 1 | -14/+18 |
* | astro/fitscube.py: info subcommand support --center and --outfile arguments | Aaron LI | 2017-12-03 | 1 | -3/+27 |
* | Deprecate np.int, np.float | Aaron LI | 2017-11-03 | 1 | -1/+1 |
* | astro/fitscube.py: Fix conflict on property "slices" | Aaron LI | 2017-10-31 | 1 | -7/+7 |
* | astro/fitscube.py: support to print slice mean+/-std info | Aaron LI | 2017-10-31 | 1 | -0/+17 |
* | astro/fitscube.py: Add data unit and z-axis unit support | Aaron LI | 2017-10-31 | 1 | -2/+39 |
* | astro/fitscube.py: Fix header property handling | Aaron LI | 2017-10-31 | 1 | -4/+3 |
* | Add two scripts: fitsimgadd.py & fitsimgsub.py | Aaron LI | 2017-09-10 | 2 | -0/+112 |
* | rescale_image.py: Try also "PixSize" keyword; Add --pixelsize argument | Aaron LI | 2017-09-03 | 1 | -4/+16 |
* | rescale_image.py: Add and update messages | Aaron LI | 2017-09-02 | 1 | -3/+5 |
* | rescale_image.py: Fix variable type and name | Aaron LI | 2017-09-02 | 1 | -3/+3 |
* | Fix WCS delta sign | Aaron LI | 2017-09-02 | 1 | -2/+2 |
* | fits: Add {rescale,crop}_image.py for FITS image rescaling and cropping | Aaron LI | 2017-09-02 | 2 | -0/+218 |
* | fitscube.py: Update "DATE" header keyword | Aaron LI | 2017-08-18 | 1 | -2/+3 |
* | astro/fitscube.py: Rework header & wcs handling | Aaron LI | 2017-06-26 | 1 | -34/+44 |
* | astro/fitscube.py: Add "open_image()" to allow more image dimensions | Aaron LI | 2017-06-26 | 1 | -5/+44 |
* | astro/fits/fitscube.py: Save command to header history | Aaron LI | 2017-06-12 | 1 | -0/+4 |
* | astro/fits/fitscube.py: Fix a astropy.io.fits write warning | Aaron LI | 2017-06-11 | 1 | -1/+4 |
* | Move some tools for better management | Aaron LI | 2017-06-11 | 1 | -0/+172 |
* | Added astro/fits/merge_fits.py | Aaron LI | 2015-06-17 | 1 | -0/+234 |