aboutsummaryrefslogtreecommitdiffstats
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* astro/calc_psd.py: various cleanupsAaron LI2017-10-161-32/+27
|
* Move python/calc_radial_psd.py to astro/calc_psd.py with some cleanupAaron LI2017-10-161-0/+438
|
* 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
|
* 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
|
* 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
* 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
|