aboutsummaryrefslogtreecommitdiffstats
path: root/astro
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* astro/wsclean.py: Capture wsclean output and save into a log fileAaron LI2017-11-241-7/+33
* astro/fits2skymodel.py: Fix OSM FITS save; Update headerAaron LI2017-11-231-8/+20
* astro/fits2skymodel.py: support thresholding by a maximum valueAaron LI2017-11-231-30/+37
* astro/make_lightcone.py: WARN that the result seems/is wrong!Aaron LI2017-11-221-0/+7
* astro/fits2skymodel.py: Take absolute values (21 cm signal absorption)Aaron LI2017-11-221-1/+1
* Minor improves to output/loggingAaron LI2017-11-222-3/+4
* Add astro/21cm/21cmfast_lightcone.py: convert 21cmFAST lighttravel cubesAaron LI2017-11-221-0/+192
* astro/calc_psd.py: Add argument --centerAaron LI2017-11-221-0/+15
* astro/tile_slice.py: Workaround the scipy zoom warningAaron LI2017-11-221-1/+2
* Improve logging formatAaron LI2017-11-223-4/+5
* astro/wsclean.py: Add argument --circular-beamAaron LI2017-11-211-1/+7
* astro/jybeam2k.py: Derive beam size using 'WSCNORMF' by defaultAaron LI2017-11-211-9/+45
* astro/jybeam2k.py: Add argument --beam to allow to specify beam sizeAaron LI2017-11-211-6/+13
* astro/oskar: Add beamsize.py to summary beam sizes of multiple imagesAaron LI2017-11-211-0/+59
* calc_psd.py & ps2d.py: Change --plot to --no-plotAaron LI2017-11-192-19/+12
* xspec_instlines_mc.tcl: Append time stamp to output filesAaron LI2017-11-181-5/+6
* xspec_instlines_mc.tcl: Freeze line norms before Monte CarloAaron LI2017-11-181-2/+2
* Add xspec_instlines_mc.tcl to evaluate instrumental lines systematic effectsAaron LI2017-11-181-0/+281
* astro/xmm: Add several previously developed scriptsAaron LI2017-11-167-0/+1019
* jybeam2k.py & wsclean.py: Update descriptions/commentsAaron LI2017-11-152-10/+12
* astro/calc_psd.py: default to logarithmic step of ratio 1.1Aaron LI2017-11-121-12/+14
* astro/calc_psd.py: Add bunit to PSD and update ylabelAaron LI2017-11-121-3/+11
* crosstalk_deprojection.py: v0.6.0, report spectral data changes; many fixesAaron LI2017-11-121-166/+195
* crosstalk_deprojection.py: Clean up arguments; Add CONFIGS global variableAaron LI2017-11-121-57/+85
* crosstalk_deprojection.py: More cleanupsAaron LI2017-11-121-242/+256
* spectrum/crosstalk_deprojection.py: more cleanupsAaron LI2017-11-121-92/+104
* 21cm: Fix Nside comment; minor updates about descriptionsAaron LI2017-11-062-4/+4
* astro/ps2d.py: Add get_pixelsize(); and improve get_frequencies()Aaron LI2017-11-041-15/+36
* Fix the wrong use of IQR (interquartile range)Aaron LI2017-11-042-9/+9
* astro/ps2d.py: plot the errors aside the mean/median valuesAaron LI2017-11-041-12/+50