aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix WCS delta signAaron LI2017-09-022-4/+4
|
* ps2d.py: Default to obtain pixel size from FITS headerAaron LI2017-09-021-4/+9
|
* fits: Add {rescale,crop}_image.py for FITS image rescaling and croppingAaron LI2017-09-022-0/+218
|
* oskar: Delete obsolete scripts runOSKAR.py & correct-pb.pyAaron LI2017-09-022-652/+0
| | | | | | * runOSKAR.py: superseded by "fits2skymodel.py" and "run_oskar.py" * correct-pb.py: it is generally not recommended to correct for primary beam
* LICENSE: update copyright yearAaron LI2017-09-011-1/+1
|
* wsclean.py: Add --dry-run argument to support dry run modeAaron LI2017-09-011-4/+10
|
* fits2skymodel.py: print and save source fraction after maskingAaron LI2017-09-011-3/+4
|
* wsclean.py: Remove -image.fits when only create dirty imageAaron LI2017-09-011-6/+13
| | | | And some minor tweaks.
* Add wsclean.py to help create image from OSKAR simulated dataAaron LI2017-09-011-0/+120
|
* ps2d.py: Cleanup calc_ps2d() and save more info to headerAaron LI2017-08-251-21/+23
|
* ps2d.py: Add more helper propertiesAaron LI2017-08-251-24/+60
|
* ps2d.py: Add helper properties for PS calculationAaron LI2017-08-251-0/+62
|
* ps2d.py: Clean up cosmology usageAaron LI2017-08-251-7/+6
|
* ps2d.py: Add references and update comments/descAaron LI2017-08-251-11/+51
|
* ps2d.py: Use [arcsec] for pixel sizeAaron LI2017-08-251-4/+4
|
* run_oskar.py: Record total time; print banner between runsAaron LI2017-08-221-0/+8
|
* run_oskar.py: Add argument --telescope, some minor updatesAaron LI2017-08-221-11/+15
|
* fits2skymodel.py: Update help about default valuesAaron LI2017-08-221-2/+2
|
* taper_sky.py: Fix argument --outfile-taperAaron LI2017-08-221-1/+1
|
* tile_slice.py: Update default arguments values & use [arcsec]Aaron LI2017-08-221-9/+10
|
* Add oskar/taper_sky.py: Taper sky image with Tukey windowAaron LI2017-08-221-0/+198
|
* fits2skymodel.py: Fix several small bugsAaron LI2017-08-221-4/+4
|
* fits2skymodel.py: Make sure input FITS has unit "K" (Kelvin)Aaron LI2017-08-221-0/+8
|
* fits2skymodel.py: Change projection to "CAR" (Cartesian)Aaron LI2017-08-221-2/+3
|
* fits2skymodel.py: "pixsize" [arcmin] => "pixelsize" [arcsec]Aaron LI2017-08-221-18/+22
|
* make_lightcone.py: Fix unit and check clobber firstAaron LI2017-08-181-1/+5
|
* get_slice_zfreq.py: Rewrite to work with "make_lightcone.py"Aaron LI2017-08-182-61/+83
|
* Remove "extract_slice.py", obsoleted by "make_lightcone.py"Aaron LI2017-08-181-84/+0
|
* make_lightcone.py: Add WCS header informationAaron LI2017-08-181-2/+24
|
* fitscube.py: Update "DATE" header keywordAaron LI2017-08-181-2/+3
|
* Add make_lightcone.py: create light-cone cubes from coeval cubesAaron LI2017-08-181-0/+292
|
* Add get_arxiv.py to download PDF from arXivAaron LI2017-08-101-0/+119
|