aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move backup.py and dar_backup.py to backup directoryAaron LI2018-01-172-0/+1
|
* 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
|
* Rename geteltorito.pl -> get-eltorito.plAaron LI2017-12-291-1/+1
|
* Delete ape2mp3.sh and cueape2flac.shAaron LI2017-12-292-182/+0
|
* Rename shrinkpdf.sh and mergepdf.shAaron LI2017-12-292-0/+0
|
* 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
|
* Add unix/freebsd-memory.plAaron LI2017-12-071-0/+120
|
* Add unix/iotest.sh: a simple IO test tool using ddAaron LI2017-12-071-0/+20
|
* Add unix/fbsd-iso2img.shAaron LI2017-12-071-0/+156
|
* astro/crosstalk_deprojection.py: Fix cc_results append errorAaron LI2017-12-071-16/+22
|
* Adjust plot axis label style a bitAaron LI2017-12-064-10/+11
|
* astro/fitscube.py: improve formattingAaron LI2017-12-061-5/+5
|
* astro/calc_psd.py: Use 1.4826*MAD to replace the 68% percentile rangeAaron LI2017-12-062-56/+45
|
* astro/ps2d.py: Use 1.4826*MAD to replace 68% percentile rangeAaron LI2017-12-062-21/+21
| | | | | Also save the averaging cell numbers in the output FITS file, therefore the output file format is CHANGED!
* astro/fitsimage.py: add MAD (median absolute deviation) to "info"Aaron LI2017-12-062-10/+12
|
* astro/eor_window.py: also calculate total power errorAaron LI2017-12-062-19/+37
|
* astro/wsclean.py: Add argument --simulate-noise [mJy]Aaron LI2017-12-051-0/+6
|
* Add astro/fitsimage.py: FITS image manipulation toolAaron LI2017-12-053-112/+236
| | | | Replace fitsimgadd.py and fitsimgsub.py
* Move randomize_events.py to astro/chandraAaron LI2017-12-051-0/+0
|
* astro/ps1d_eorwindow.py: Simplify "calc_ps1d()"Aaron LI2017-12-051-13/+11
|
* astro/ps1d_eorwindow.py: add --step to support logarithmic grid averagingAaron LI2017-12-052-14/+74
|
* astro/ps1d_eorwindow.py: improve messages/labels; cleanupsAaron LI2017-12-051-21/+20
|
* astro/fitscube.py: "corrupt" support use gains from saved info fileAaron LI2017-12-051-14/+29
|
* Minor fix and improveAaron LI2017-12-052-2/+2
|
* astro/fitscube.py: Rewrite tool descriptionAaron LI2017-12-051-1/+23
|
* astro/fitscube.py: Implement "corrupt" sub-commandAaron LI2017-12-051-0/+67
|
* astro/fitscube.py: "calibrate": change argument --info-out to --save-infoAaron LI2017-12-051-12/+14
| | | | Also improve saved info text file header
* astro/fitscube.py: Implement "calibrate" sub-commandAaron LI2017-12-051-0/+111
|
* astro/fitscube.py: Add --abs argument to "info" sub-commandAaron LI2017-12-051-0/+4
|
* astro/fitscube.py: Add get_slice() method and simplify "info" subcommandAaron LI2017-12-041-14/+18
|
* minor updatesAaron LI2017-12-032-2/+3
|
* astro/fitscube.py: info subcommand support --center and --outfile argumentsAaron LI2017-12-031-3/+27
|
* astro/make_lightcone.py: allow variables in "outfile" optionAaron LI2017-12-031-4/+10
|
* Add astro/ps1d_eorwindow.py: calculate 1D power spectra within EoR windowAaron LI2017-12-031-0/+216
|