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/ps2d.py: Improve window generation; add --window-width argument
Aaron LI
2017-11-04
1
-16
/
+23
*
astro/ps2d.py: default to calculate median and 68% IQR
Aaron LI
2017-11-04
1
-5
/
+43
*
astro/ps2d.py: Add parameter description; remove unused pad_cube()
Aaron LI
2017-11-04
1
-8
/
+17
*
astro/ps2d.py: use "jet" colormap and improve axis labels
Aaron LI
2017-11-04
1
-3
/
+4
*
astro/calc_psd.py: default to calculate median and 68% IQR
Aaron LI
2017-11-03
1
-20
/
+89
*
Deprecate np.int, np.float
Aaron LI
2017-11-03
4
-11
/
+9
*
astro/calc_psd.py: Also plot the additional pixel-based frequency axis
Aaron LI
2017-11-03
1
-1
/
+20
*
astro/calc_psd.py: Support image pixel size
Aaron LI
2017-11-03
1
-1
/
+17
*
astro/calc_psd.py: Improve plot function
Aaron LI
2017-11-03
1
-19
/
+14
*
astro/ps2d.py: Support plotting and saving the 2D power spectrum
Aaron LI
2017-11-02
1
-2
/
+37
*
astro/calc_psd.py: Support adding multiple input images
Aaron LI
2017-11-01
1
-5
/
+19
*
astro/calc_psd.py: correct that radial PSD is azimuthally averaged
Aaron LI
2017-11-01
1
-18
/
+21
*
astro/ps2d.py: Improve data unit handling
Aaron LI
2017-11-01
1
-8
/
+16
*
astro/fitscube.py: Fix conflict on property "slices"
Aaron LI
2017-10-31
1
-7
/
+7
*
astro/fitscube.py: support to print slice mean+/-std info
Aaron LI
2017-10-31
1
-0
/
+17
*
astro/fitscube.py: Add data unit and z-axis unit support
Aaron LI
2017-10-31
1
-2
/
+39
*
astro/fitscube.py: Fix header property handling
Aaron LI
2017-10-31
1
-4
/
+3
*
Add astro/oskar/jybeam2k.py: Convert image unit [Jy/beam] to [K]
Aaron LI
2017-10-31
1
-0
/
+112
*
Remove astro/cosmo_calc: replaced by chandra-acis-analysis/bin/cosmo_calc.py
Aaron LI
2017-10-31
10
-590
/
+0
*
run_oskar.py: always print the OSKAR simulator command
Aaron LI
2017-10-30
1
-2
/
+2
*
calc_psd.py: tweak plot styles
Aaron LI
2017-10-28
1
-9
/
+9
*
calc_psd.py: Fix normalization w.r.t. image size
Aaron LI
2017-10-28
1
-17
/
+12
*
calc_psd.py: implement --step to support log-even radii points
Aaron LI
2017-10-28
1
-50
/
+80
*
calc_psd.py: Remove unnecessary psd2d padding
Aaron LI
2017-10-28
1
-55
/
+20
*
calc_psd.py: Removed unnecessary AstroImage class
Aaron LI
2017-10-28
1
-173
/
+43
*
astro/calc_psd.py: various cleanups
Aaron LI
2017-10-16
1
-32
/
+27
*
Move python/calc_radial_psd.py to astro/calc_psd.py with some cleanup
Aaron LI
2017-10-16
1
-0
/
+438
*
run_oskar.py: Convert command arguments to string
Aaron LI
2017-09-13
1
-7
/
+7
*
run_oskar.py: add --items to specify simulation models in cmd
Aaron LI
2017-09-13
1
-11
/
+20
*
run_oskar.py: Add argument --chunk-size; Update --vis-oskar
Aaron LI
2017-09-13
1
-20
/
+24
*
run_oskar.py: Print more information more beautiful
Aaron LI
2017-09-13
1
-11
/
+19
*
fits2skymodel.py: Convert image to float32; Fix a string format error
Aaron LI
2017-09-13
1
-3
/
+3
*
fits2skymodel.py: Show image size and FoV size
Aaron LI
2017-09-13
1
-1
/
+20
*
Update arguments description a bit
Aaron LI
2017-09-12
2
-5
/
+7
*
taper_sky.py: Convert input image to be float32
Aaron LI
2017-09-12
1
-3
/
+3
*
fits2skymodel.py: Save the minimum cut value
Aaron LI
2017-09-11
1
-0
/
+1
*
wsclean.py: Add more arguments; as well as add short version
Aaron LI
2017-09-11
1
-14
/
+35
*
Add two scripts: fitsimgadd.py & fitsimgsub.py
Aaron LI
2017-09-10
2
-0
/
+112
*
wsclean.py: Convert command arguments to strings at once
Aaron LI
2017-09-10
1
-14
/
+17
*
casa: Add new script add-ms.py to add multiple MSs
Aaron LI
2017-09-07
1
-0
/
+79
*
wsclean.py: Add --weight; and add short argument style
Aaron LI
2017-09-05
1
-10
/
+18
*
fits2skymodel.py: Update logging messages
Aaron LI
2017-09-04
1
-4
/
+7
*
wsclean.py: Add argument --save-weights (WSClean -saveweights)
Aaron LI
2017-09-03
1
-0
/
+7
*
wsclean.py: Fix --args to pass extra arguments to WSClean
Aaron LI
2017-09-03
1
-3
/
+7
*
fits2skymodel.py: Use astropy.units to simplify unit conversion
Aaron LI
2017-09-03
1
-8
/
+5
*
rescale_image.py: Try also "PixSize" keyword; Add --pixelsize argument
Aaron LI
2017-09-03
1
-4
/
+16
*
rescale_image.py: Add and update messages
Aaron LI
2017-09-02
1
-3
/
+5
*
ps2d.py: support adding multiple FITS cubes first
Aaron LI
2017-09-02
1
-3
/
+8
*
ps2d.py: Warn about wrong data unit
Aaron LI
2017-09-02
1
-1
/
+8
*
rescale_image.py: Fix variable type and name
Aaron LI
2017-09-02
1
-3
/
+3
[prev]
[next]