index
:
atoolbox.git
master
Personal toolbox
Git Repositories Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
astro
Commit message (
Expand
)
Author
Age
Files
Lines
*
astro/crosstalk_deprojection.py: Fix possible invalid spectral errors
Aaron LI
2017-12-13
1
-21
/
+20
*
astro/crosstalk_deprojection.py: allow missing of info_e{min,max}
Aaron LI
2017-12-13
1
-7
/
+19
*
astro/crosstalk_deprojection.py: do not use sys.stderr
Aaron LI
2017-12-13
1
-60
/
+50
*
astro/crosstalk_deprojection.py: cleanup reading fits file a bit
Aaron LI
2017-12-13
1
-11
/
+12
*
astro/make_photon_list.py: Fix sorting by time (1st column)
Aaron LI
2017-12-12
1
-1
/
+1
*
Add astro/suzaku/make_photon_list.py: implement ``mkphlist`` for suzaku simul...
Aaron LI
2017-12-12
1
-0
/
+390
*
astro/fitsimage.py: allow the absence of CDELT{1,2} keywords
Aaron LI
2017-12-10
1
-2
/
+5
*
astro/fitsimage.py: update new pixel size calculation
Aaron LI
2017-12-10
1
-2
/
+2
*
Remove astro/fits/rescale_image.py and astro/fits/crop_image.py
Aaron LI
2017-12-09
2
-232
/
+0
*
astro/fitsimage.py: implement "zoom" (rescale) sub-command
Aaron LI
2017-12-09
1
-0
/
+78
*
astro/fitsimage.py: copy image data
Aaron LI
2017-12-09
1
-7
/
+8
*
astro/fitsimage.py: Add "pixelsize" and "fov"; update format
Aaron LI
2017-12-09
1
-8
/
+48
*
astro/fitsimage.py: Add "Nx" and "Ny" properties
Aaron LI
2017-12-09
1
-1
/
+15
*
astro/crosstalk_deprojection.py: Fix cc_results append error
Aaron LI
2017-12-07
1
-16
/
+22
*
Adjust plot axis label style a bit
Aaron LI
2017-12-06
4
-10
/
+11
*
astro/fitscube.py: improve formatting
Aaron LI
2017-12-06
1
-5
/
+5
*
astro/calc_psd.py: Use 1.4826*MAD to replace the 68% percentile range
Aaron LI
2017-12-06
2
-56
/
+45
*
astro/ps2d.py: Use 1.4826*MAD to replace 68% percentile range
Aaron LI
2017-12-06
2
-21
/
+21
*
astro/fitsimage.py: add MAD (median absolute deviation) to "info"
Aaron LI
2017-12-06
2
-10
/
+12
*
astro/eor_window.py: also calculate total power error
Aaron LI
2017-12-06
2
-19
/
+37
*
astro/wsclean.py: Add argument --simulate-noise [mJy]
Aaron LI
2017-12-05
1
-0
/
+6
*
Add astro/fitsimage.py: FITS image manipulation tool
Aaron LI
2017-12-05
3
-112
/
+236
*
Move randomize_events.py to astro/chandra
Aaron LI
2017-12-05
1
-0
/
+0
*
astro/ps1d_eorwindow.py: Simplify "calc_ps1d()"
Aaron LI
2017-12-05
1
-13
/
+11
*
astro/ps1d_eorwindow.py: add --step to support logarithmic grid averaging
Aaron LI
2017-12-05
2
-14
/
+74
*
astro/ps1d_eorwindow.py: improve messages/labels; cleanups
Aaron LI
2017-12-05
1
-21
/
+20
*
astro/fitscube.py: "corrupt" support use gains from saved info file
Aaron LI
2017-12-05
1
-14
/
+29
*
Minor fix and improve
Aaron LI
2017-12-05
2
-2
/
+2
*
astro/fitscube.py: Rewrite tool description
Aaron LI
2017-12-05
1
-1
/
+23
*
astro/fitscube.py: Implement "corrupt" sub-command
Aaron LI
2017-12-05
1
-0
/
+67
*
astro/fitscube.py: "calibrate": change argument --info-out to --save-info
Aaron LI
2017-12-05
1
-12
/
+14
*
astro/fitscube.py: Implement "calibrate" sub-command
Aaron LI
2017-12-05
1
-0
/
+111
*
astro/fitscube.py: Add --abs argument to "info" sub-command
Aaron LI
2017-12-05
1
-0
/
+4
*
astro/fitscube.py: Add get_slice() method and simplify "info" subcommand
Aaron LI
2017-12-04
1
-14
/
+18
*
minor updates
Aaron LI
2017-12-03
2
-2
/
+3
*
astro/fitscube.py: info subcommand support --center and --outfile arguments
Aaron LI
2017-12-03
1
-3
/
+27
*
astro/make_lightcone.py: allow variables in "outfile" option
Aaron LI
2017-12-03
1
-4
/
+10
*
Add astro/ps1d_eorwindow.py: calculate 1D power spectra within EoR window
Aaron LI
2017-12-03
1
-0
/
+216
*
astro/ps2d.py: default to apply "nuttall" window
Aaron LI
2017-12-03
1
-6
/
+6
*
Add astro/fg_figsub.py: fit and subtract foreground by polynomial fitting
Aaron LI
2017-12-02
1
-0
/
+167
*
astro/fits2skymodel.py: workaround MAXVALUE keyword when it's inf
Aaron LI
2017-11-30
1
-1
/
+2
*
astro/wsclean.py: change Popen() buffer size; minor updates
Aaron LI
2017-11-29
1
-13
/
+14
*
astro/wsclean.py: Add arguments --beam-size and --wlayers
Aaron LI
2017-11-29
1
-4
/
+14
*
astro/calc_psd.py: Improve plot style and minor cleanups
Aaron LI
2017-11-27
2
-17
/
+20
*
astro/eor_window.py: default "e" to 3.0, describe --fov more
Aaron LI
2017-11-27
1
-2
/
+4
*
astro/eor_window.py: simplify arguments, improve plot, more prints
Aaron LI
2017-11-27
1
-87
/
+134
*
astro/ps2d.py: Improve ticks style and use monospace font
Aaron LI
2017-11-26
1
-2
/
+15
*
Add astro/eor_window.py: Calc total power within the defined EoR window
Aaron LI
2017-11-25
2
-3
/
+289
*
astro/ps2d.py: Check outfile existence before calculation
Aaron LI
2017-11-25
1
-0
/
+3
*
astro/wsclean.py: Use randonly generated temporary directory
Aaron LI
2017-11-24
1
-3
/
+17
[next]