| Commit message (Expand) | Author | Age | Files | Lines |
* | astro/ps2d.py: Improve data unit handling | Aaron LI | 2017-11-01 | 1 | -8/+16 |
* | 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 astro/oskar/jybeam2k.py: Convert image unit [Jy/beam] to [K] | Aaron LI | 2017-10-31 | 1 | -0/+112 |
* | Remove astro/cosmo_calc: replaced by chandra-acis-analysis/bin/cosmo_calc.py | Aaron LI | 2017-10-31 | 10 | -590/+0 |
* | run_oskar.py: always print the OSKAR simulator command | Aaron LI | 2017-10-30 | 1 | -2/+2 |
* | calc_psd.py: tweak plot styles | Aaron LI | 2017-10-28 | 1 | -9/+9 |
* | calc_psd.py: Fix normalization w.r.t. image size | Aaron LI | 2017-10-28 | 1 | -17/+12 |
* | calc_psd.py: implement --step to support log-even radii points | Aaron LI | 2017-10-28 | 1 | -50/+80 |
* | calc_psd.py: Remove unnecessary psd2d padding | Aaron LI | 2017-10-28 | 1 | -55/+20 |
* | calc_psd.py: Removed unnecessary AstroImage class | Aaron LI | 2017-10-28 | 1 | -173/+43 |
* | astro/calc_psd.py: various cleanups | Aaron LI | 2017-10-16 | 1 | -32/+27 |
* | Move python/calc_radial_psd.py to astro/calc_psd.py with some cleanup | Aaron LI | 2017-10-16 | 1 | -0/+438 |
* | run_oskar.py: Convert command arguments to string | Aaron LI | 2017-09-13 | 1 | -7/+7 |
* | run_oskar.py: add --items to specify simulation models in cmd | Aaron LI | 2017-09-13 | 1 | -11/+20 |
* | run_oskar.py: Add argument --chunk-size; Update --vis-oskar | Aaron LI | 2017-09-13 | 1 | -20/+24 |
* | run_oskar.py: Print more information more beautiful | Aaron LI | 2017-09-13 | 1 | -11/+19 |
* | fits2skymodel.py: Convert image to float32; Fix a string format error | Aaron LI | 2017-09-13 | 1 | -3/+3 |
* | fits2skymodel.py: Show image size and FoV size | Aaron LI | 2017-09-13 | 1 | -1/+20 |
* | Update arguments description a bit | Aaron LI | 2017-09-12 | 2 | -5/+7 |
* | taper_sky.py: Convert input image to be float32 | Aaron LI | 2017-09-12 | 1 | -3/+3 |
* | fits2skymodel.py: Save the minimum cut value | Aaron LI | 2017-09-11 | 1 | -0/+1 |
* | wsclean.py: Add more arguments; as well as add short version | Aaron LI | 2017-09-11 | 1 | -14/+35 |
* | Add two scripts: fitsimgadd.py & fitsimgsub.py | Aaron LI | 2017-09-10 | 2 | -0/+112 |
* | wsclean.py: Convert command arguments to strings at once | Aaron LI | 2017-09-10 | 1 | -14/+17 |
* | casa: Add new script add-ms.py to add multiple MSs | Aaron LI | 2017-09-07 | 1 | -0/+79 |
* | wsclean.py: Add --weight; and add short argument style | Aaron LI | 2017-09-05 | 1 | -10/+18 |
* | fits2skymodel.py: Update logging messages | Aaron LI | 2017-09-04 | 1 | -4/+7 |
* | wsclean.py: Add argument --save-weights (WSClean -saveweights) | Aaron LI | 2017-09-03 | 1 | -0/+7 |
* | wsclean.py: Fix --args to pass extra arguments to WSClean | Aaron LI | 2017-09-03 | 1 | -3/+7 |
* | fits2skymodel.py: Use astropy.units to simplify unit conversion | Aaron LI | 2017-09-03 | 1 | -8/+5 |
* | 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 |
* | 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 |
* | 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 | 2 | -4/+4 |
* | ps2d.py: Default to obtain pixel size from FITS header | Aaron LI | 2017-09-02 | 1 | -4/+9 |
* | fits: Add {rescale,crop}_image.py for FITS image rescaling and cropping | Aaron LI | 2017-09-02 | 2 | -0/+218 |
* | oskar: Delete obsolete scripts runOSKAR.py & correct-pb.py | Aaron LI | 2017-09-02 | 2 | -652/+0 |
* | wsclean.py: Add --dry-run argument to support dry run mode | Aaron LI | 2017-09-01 | 1 | -4/+10 |
* | fits2skymodel.py: print and save source fraction after masking | Aaron LI | 2017-09-01 | 1 | -3/+4 |
* | wsclean.py: Remove -image.fits when only create dirty image | Aaron LI | 2017-09-01 | 1 | -6/+13 |
* | Add wsclean.py to help create image from OSKAR simulated data | Aaron LI | 2017-09-01 | 1 | -0/+120 |
* | 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 |