aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 simul...Aaron LI2017-12-121-0/+390
* 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
* 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
* 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
* 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
* astro/ps2d.py: default to apply "nuttall" windowAaron LI2017-12-031-6/+6
* Add astro/fg_figsub.py: fit and subtract foreground by polynomial fittingAaron LI2017-12-021-0/+167
* astro/fits2skymodel.py: workaround MAXVALUE keyword when it's infAaron LI2017-11-301-1/+2
* astro/wsclean.py: change Popen() buffer size; minor updatesAaron LI2017-11-291-13/+14
* astro/wsclean.py: Add arguments --beam-size and --wlayersAaron LI2017-11-291-4/+14
* Add bin/ds9: simple wrapper to show filename on ds9 title barAaron LI2017-11-291-0/+39
* astro/calc_psd.py: Improve plot style and minor cleanupsAaron LI2017-11-272-17/+20
* astro/eor_window.py: default "e" to 3.0, describe --fov moreAaron LI2017-11-271-2/+4
* astro/eor_window.py: simplify arguments, improve plot, more printsAaron LI2017-11-271-87/+134
* astro/ps2d.py: Improve ticks style and use monospace fontAaron LI2017-11-261-2/+15
* Add astro/eor_window.py: Calc total power within the defined EoR windowAaron LI2017-11-252-3/+289
* astro/ps2d.py: Check outfile existence before calculationAaron LI2017-11-251-0/+3
* astro/wsclean.py: Use randonly generated temporary directoryAaron LI2017-11-241-3/+17