aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* astro/calc_psd.py: Improve plot functionAaron LI2017-11-031-19/+14
| | | | Rename argument -p/--plot to -P/--plot
* astro/ps2d.py: Support plotting and saving the 2D power spectrumAaron LI2017-11-021-2/+37
|
* astro/calc_psd.py: Support adding multiple input imagesAaron LI2017-11-011-5/+19
| | | | Also fix the plot title and improve message.
* astro/calc_psd.py: correct that radial PSD is azimuthally averagedAaron LI2017-11-011-18/+21
|
* astro/ps2d.py: Improve data unit handlingAaron LI2017-11-011-8/+16
|
* 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 astro/oskar/jybeam2k.py: Convert image unit [Jy/beam] to [K]Aaron LI2017-10-311-0/+112
|
* Remove astro/cosmo_calc: replaced by chandra-acis-analysis/bin/cosmo_calc.pyAaron LI2017-10-3110-590/+0
|
* run_oskar.py: always print the OSKAR simulator commandAaron LI2017-10-301-2/+2
|
* calc_psd.py: tweak plot stylesAaron LI2017-10-281-9/+9
|
* Add cli/get-ip.sh: A simple script to get public IPv4 addressAaron LI2017-10-281-0/+18
|
* calc_psd.py: Fix normalization w.r.t. image sizeAaron LI2017-10-281-17/+12
|
* Update README.md ...Aaron LI2017-10-281-10/+4
|
* calc_psd.py: implement --step to support log-even radii pointsAaron LI2017-10-281-50/+80
|
* calc_psd.py: Remove unnecessary psd2d paddingAaron LI2017-10-281-55/+20
|
* calc_psd.py: Removed unnecessary AstroImage classAaron LI2017-10-281-173/+43
|
* mbsync_cron.sh: update webmaster to postmasterAaron LI2017-10-281-3/+4
|
* astro/calc_psd.py: various cleanupsAaron LI2017-10-161-32/+27
|
* Move some scriptsAaron LI2017-10-167-87/+0
|
* Move python/calc_radial_psd.py to astro/calc_psd.py with some cleanupAaron LI2017-10-161-37/+15
|
* run_oskar.py: Convert command arguments to stringAaron LI2017-09-131-7/+7
|
* run_oskar.py: add --items to specify simulation models in cmdAaron LI2017-09-131-11/+20
| | | | Also fix an argument name error
* run_oskar.py: Add argument --chunk-size; Update --vis-oskarAaron LI2017-09-131-20/+24
| | | | | | | | * Add argument --chunk-size: overwrite the max sources per chunk in the configuration file * Remove argument --no-vis-ms * Change argument --no-vis-oskar to --vis-oskar * Change argument --dryrun to --dry-run
* run_oskar.py: Print more information more beautifulAaron LI2017-09-131-11/+19
|
* fits2skymodel.py: Convert image to float32; Fix a string format errorAaron LI2017-09-131-3/+3
|
* fits2skymodel.py: Show image size and FoV sizeAaron LI2017-09-131-1/+20
|
* Update arguments description a bitAaron LI2017-09-122-5/+7
|
* taper_sky.py: Convert input image to be float32Aaron LI2017-09-121-3/+3
|
* fits2skymodel.py: Save the minimum cut valueAaron LI2017-09-111-0/+1
|
* wsclean.py: Add more arguments; as well as add short versionAaron LI2017-09-111-14/+35
|
* Add two scripts: fitsimgadd.py & fitsimgsub.pyAaron LI2017-09-102-0/+112
|
* wsclean.py: Convert command arguments to strings at onceAaron LI2017-09-101-14/+17
|
* Add htpasswd.sh scriptAaron LI2017-09-091-0/+40
|
* calc_radial_psd.py: Default to show verbose progressAaron LI2017-09-071-69/+43
|
* calc_radial_psd.py: support FITS image with NAXIS>2Aaron LI2017-09-071-9/+45
| | | | e.g., radio images are often has 4 axes: X, Y, FREQ, STOKES
* casa: Add new script add-ms.py to add multiple MSsAaron LI2017-09-071-0/+79
|
* wsclean.py: Add --weight; and add short argument styleAaron LI2017-09-051-10/+18
|
* fits2skymodel.py: Update logging messagesAaron LI2017-09-041-4/+7
|
* wsclean.py: Add argument --save-weights (WSClean -saveweights)Aaron LI2017-09-031-0/+7
| | | | Also set temporary directory to "/tmp"
* wsclean.py: Fix --args to pass extra arguments to WSCleanAaron LI2017-09-031-3/+7
|
* fits2skymodel.py: Use astropy.units to simplify unit conversionAaron LI2017-09-031-8/+5
|
* calc_radial_psd.py: do not require EXPOSURE keywordAaron LI2017-09-031-2/+2
|
* 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
|
* ps2d.py: support adding multiple FITS cubes firstAaron LI2017-09-021-3/+8
|
* ps2d.py: Warn about wrong data unitAaron LI2017-09-021-1/+8
| | | | | The input image cube data should in unit of [K] (brightness temperature).
* rescale_image.py: Fix variable type and nameAaron LI2017-09-021-3/+3
|