aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | Also set --niter default value to 500,000
* 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
| | | | | Therefore the conflict that running multiple WSClean's on the same MeasurementSet can be avoided.
* astro/ps2d.py: Support --center to crop out central spatial partAaron LI2017-11-241-0/+17
|
* astro/ps2d.py: Update logging formatAaron LI2017-11-242-3/+5
| | | | Also close the logfile for astro/oskar/wsclean.py
* astro/ps2d.py: Use same colormap (scales) for error power spectrumAaron LI2017-11-241-0/+2
|
* astro/ps2d.py: Remove frequency window width functionAaron LI2017-11-241-24/+5
|
* Add astro/msutils.py: finished the "info" commandAaron LI2017-11-241-0/+352
| | | | Based on https://github.com/SpheMakh/msutils (GPLv2)
* astro/wsclean.py: Capture wsclean output and save into a log fileAaron LI2017-11-241-7/+33
|