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/fitsimage.py: Add 'div' (divide) sub-command
Aaron LI
2018-07-23
1
-0
/
+44
*
astro/fitscube.py: Add 'mul' (multiply) sub-command
Aaron LI
2018-07-23
1
-0
/
+37
*
astro/fitscube.py: Add 'div' (divide) sub-command
Aaron LI
2018-07-23
1
-0
/
+43
*
astro/spectrogram.py: Improve FITS headers
Aaron LI
2018-07-23
1
-1
/
+2
*
Add astro/spectrogram.py: Calculate DCT/FFT along the frequency axis
Aaron LI
2018-07-23
1
-0
/
+124
*
astro/z2freq.py: Fix range parsing
Aaron LI
2018-07-16
1
-1
/
+1
*
astro/tile_slice.py: Check file existence first
Aaron LI
2018-07-16
1
-1
/
+9
*
Move astro/fitting/fit_betasbp_cut.py to astro/fit_sbp_cut.py
Aaron LI
2018-07-10
1
-0
/
+0
*
astro/fitscube.py: Add "pool" sub-command (down-sample images)
Aaron LI
2018-06-13
1
-0
/
+65
*
astro/fitscube.py: Add command aliases: new (create), crp (corrupt)
Aaron LI
2018-06-13
1
-5
/
+6
*
astro/fitscube.py: Add "add" and "sub" (subtract) sub-commands
Aaron LI
2018-06-13
1
-0
/
+73
*
astro/fitscube.py: Add "crop" sub-command
Aaron LI
2018-06-13
1
-1
/
+35
*
astro/fitsimage.py: ignore nan
Aaron LI
2018-05-26
1
-6
/
+6
*
oskar/montage_skypatch.py: Fix a log message
Aaron LI
2018-05-23
1
-1
/
+1
*
Add astro/montage_skypatch.py to create large sky model for oskar
Aaron LI
2018-05-23
1
-0
/
+251
*
astro/wsclean.py: Update WSClean parameters
Aaron LI
2018-03-20
1
-1
/
+1
*
astro/wsclean.py: allow use 'WSCLEAN_BIN' to specify path to the binary
Aaron LI
2018-02-06
1
-2
/
+8
*
astro/run_oskar.py: allow use 'OSKAR_BIN' to specify the simulator path
Aaron LI
2018-02-06
1
-4
/
+10
*
Also print current working directory (CWD
Aaron LI
2018-02-06
2
-0
/
+2
*
astro/wsclean.py: update parameters against w.r.t. WSClean 2.5
Aaron LI
2018-02-05
1
-3
/
+3
*
astro/run_oskar.py: better report time cost
Aaron LI
2018-02-04
1
-6
/
+12
*
astro/run_oskar.py: change --chunk-size to --max-chunk; to save mem
Aaron LI
2018-02-04
1
-3
/
+23
*
astro/run_oskar.py: Add --use-double/--use-single arguments
Aaron LI
2018-02-04
1
-5
/
+19
*
astro/query_simbad.py: print header with verbose output; various cleanups
Aaron LI
2018-01-26
2
-35
/
+32
*
oskar/sim_interferometer.base.ini: update base settings
Aaron LI
2018-01-26
1
-0
/
+8
*
astro/run_oskar.py: allow to specify GPU devices to use: --gpu-ids
Aaron LI
2018-01-26
1
-5
/
+12
*
astro/query_ned.py: properly print header; cleanups
Aaron LI
2018-01-26
1
-24
/
+15
*
astro/query_ned.py: "Object Name" doesn't need decode
Aaron LI
2018-01-26
1
-1
/
+1
*
Move radec.py to astro directory
Aaron LI
2018-01-17
1
-0
/
+57
*
astro/fits2skymodel: Fix a minus sign for WCS CDELT1
Aaron LI
2018-01-09
1
-4
/
+4
*
astro/oskar: add latest SKA1-Low layouts
Aaron LI
2018-01-04
528
-0
/
+136012
*
astro/oskar: add base settings file for oskar_sim_interferometric
Aaron LI
2018-01-04
1
-0
/
+64
*
astro/run_oskar.py: add arguments --use-gpu, --use-cpu, and --num-devices
Aaron LI
2018-01-04
1
-7
/
+25
*
astro/fitsimage.py: "info" command support multiple files
Aaron LI
2018-01-02
1
-9
/
+19
*
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
[next]