aboutsummaryrefslogtreecommitdiffstats
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* astro/fitsimage.py: "info" sub-command show min, max and rangeAaron LI2018-07-231-0/+5
|
* astro/spectrogram.py: Fix the wrong argument in fftshift()Aaron LI2018-07-231-1/+1
|
* astro/fitsimage.py: Add 'div' (divide) sub-commandAaron LI2018-07-231-0/+44
|
* astro/fitscube.py: Add 'mul' (multiply) sub-commandAaron LI2018-07-231-0/+37
|
* astro/fitscube.py: Add 'div' (divide) sub-commandAaron LI2018-07-231-0/+43
|
* astro/spectrogram.py: Improve FITS headersAaron LI2018-07-231-1/+2
|
* Add astro/spectrogram.py: Calculate DCT/FFT along the frequency axisAaron LI2018-07-231-0/+124
|
* astro/z2freq.py: Fix range parsingAaron LI2018-07-161-1/+1
|
* astro/tile_slice.py: Check file existence firstAaron LI2018-07-161-1/+9
|
* Move astro/fitting/fit_betasbp_cut.py to astro/fit_sbp_cut.pyAaron LI2018-07-101-0/+0
|
* astro/fitscube.py: Add "pool" sub-command (down-sample images)Aaron LI2018-06-131-0/+65
|
* astro/fitscube.py: Add command aliases: new (create), crp (corrupt)Aaron LI2018-06-131-5/+6
|
* astro/fitscube.py: Add "add" and "sub" (subtract) sub-commandsAaron LI2018-06-131-0/+73
|
* astro/fitscube.py: Add "crop" sub-commandAaron LI2018-06-131-1/+35
|
* astro/fitsimage.py: ignore nanAaron LI2018-05-261-6/+6
|
* oskar/montage_skypatch.py: Fix a log messageAaron LI2018-05-231-1/+1
|
* Add astro/montage_skypatch.py to create large sky model for oskarAaron LI2018-05-231-0/+251
|
* astro/wsclean.py: Update WSClean parametersAaron LI2018-03-201-1/+1
|
* astro/wsclean.py: allow use 'WSCLEAN_BIN' to specify path to the binaryAaron LI2018-02-061-2/+8
|
* astro/run_oskar.py: allow use 'OSKAR_BIN' to specify the simulator pathAaron LI2018-02-061-4/+10
|
* Also print current working directory (CWDAaron LI2018-02-062-0/+2
|
* astro/wsclean.py: update parameters against w.r.t. WSClean 2.5Aaron LI2018-02-051-3/+3
|
* astro/run_oskar.py: better report time costAaron LI2018-02-041-6/+12
|
* astro/run_oskar.py: change --chunk-size to --max-chunk; to save memAaron LI2018-02-041-3/+23
| | | | | | Set the maximum allowed chunk size instead of a fixed chunk size. When the number of input source number is less than the specified maximum chunk size, then just use the source number as the simulation chunk size.
* astro/run_oskar.py: Add --use-double/--use-single argumentsAaron LI2018-02-041-5/+19
|
* astro/query_simbad.py: print header with verbose output; various cleanupsAaron LI2018-01-262-35/+32
|
* oskar/sim_interferometer.base.ini: update base settingsAaron LI2018-01-261-0/+8
|
* astro/run_oskar.py: allow to specify GPU devices to use: --gpu-idsAaron LI2018-01-261-5/+12
|
* astro/query_ned.py: properly print header; cleanupsAaron LI2018-01-261-24/+15
|
* astro/query_ned.py: "Object Name" doesn't need decodeAaron LI2018-01-261-1/+1
| | | | Maybe `astroquery' updated with this element.
* Move radec.py to astro directoryAaron LI2018-01-171-0/+57
|
* astro/fits2skymodel: Fix a minus sign for WCS CDELT1Aaron LI2018-01-091-4/+4
| | | | and other two minor fixes
* astro/oskar: add latest SKA1-Low layoutsAaron LI2018-01-04528-0/+136012
|
* astro/oskar: add base settings file for oskar_sim_interferometricAaron LI2018-01-041-0/+64
|
* astro/run_oskar.py: add arguments --use-gpu, --use-cpu, and --num-devicesAaron LI2018-01-041-7/+25
|
* astro/fitsimage.py: "info" command support multiple filesAaron LI2018-01-021-9/+19
|
* astro/crosstalk_deprojection.py: Fix possible invalid spectral errorsAaron LI2017-12-131-21/+20
|
* astro/crosstalk_deprojection.py: allow missing of info_e{min,max}Aaron LI2017-12-131-7/+19
|
* astro/crosstalk_deprojection.py: do not use sys.stderrAaron LI2017-12-131-60/+50
|
* astro/crosstalk_deprojection.py: cleanup reading fits file a bitAaron LI2017-12-131-11/+12
|
* astro/make_photon_list.py: Fix sorting by time (1st column)Aaron LI2017-12-121-1/+1
|
* Add astro/suzaku/make_photon_list.py: implement ``mkphlist`` for suzaku ↵Aaron LI2017-12-121-0/+390
| | | | simulation
* astro/fitsimage.py: allow the absence of CDELT{1,2} keywordsAaron LI2017-12-101-2/+5
|
* astro/fitsimage.py: update new pixel size calculationAaron LI2017-12-101-2/+2
|
* Remove astro/fits/rescale_image.py and astro/fits/crop_image.pyAaron LI2017-12-092-232/+0
|
* astro/fitsimage.py: implement "zoom" (rescale) sub-commandAaron LI2017-12-091-0/+78
|
* astro/fitsimage.py: copy image dataAaron LI2017-12-091-7/+8
|
* astro/fitsimage.py: Add "pixelsize" and "fov"; update formatAaron LI2017-12-091-8/+48
|
* astro/fitsimage.py: Add "Nx" and "Ny" propertiesAaron LI2017-12-091-1/+15
|
* astro/crosstalk_deprojection.py: Fix cc_results append errorAaron LI2017-12-071-16/+22
|