Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | astro/ps2d.py: default to calculate median and 68% IQR | Aaron LI | 2017-11-04 | 1 | -5/+43 | |
| | | | | | * Add argument -m/--mean-std to calculate the original mean and std values * Add new header keyword "AvgType" to record this selection | |||||
* | 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 | |
| | ||||||
* | Import 2cca.py from https://github.com/nicolas314/2cca | Aaron LI | 2017-11-03 | 1 | -0/+248 | |
| | ||||||
* | Update termcolors1 to not depend on bash; update termcolors2 a bit | Aaron LI | 2017-11-03 | 2 | -34/+51 | |
| | ||||||
* | Add several more collected scripts | Aaron LI | 2017-11-03 | 9 | -0/+1396 | |
| | ||||||
* | Move audio scripts into cli/; also delete a dumplicate | Aaron LI | 2017-11-03 | 4 | -8/+0 | |
| | ||||||
* | Remove python/force_field_transform.py | Aaron LI | 2017-11-03 | 1 | -126/+0 | |
| | ||||||
* | Delete unused scripts | Aaron LI | 2017-11-03 | 2 | -53/+0 | |
| | ||||||
* | Rename pdfmerge.sh to mergepdf.sh | Aaron LI | 2017-11-03 | 2 | -1/+1 | |
| | ||||||
* | Move several scripts from unix/ to cli/ | Aaron LI | 2017-11-03 | 6 | -0/+0 | |
| | ||||||
* | Rename (and move) several scripts | Aaron LI | 2017-11-03 | 3 | -1/+2 | |
| | ||||||
* | Delete gpg-agent.sh and id3tag.sh | Aaron LI | 2017-11-03 | 2 | -526/+0 | |
| | ||||||
* | Rename several term color test scripts | Aaron LI | 2017-11-03 | 4 | -32/+8 | |
| | | | | | * Change shebang to '#!/usr/bin/env bash' * Change suffix to '.bash' | |||||
* | Remove some duplicate scripts | Aaron LI | 2017-11-03 | 14 | -785/+0 | |
| | ||||||
* | astro/calc_psd.py: default to calculate median and 68% IQR | Aaron LI | 2017-11-03 | 1 | -20/+89 | |
| | | | | | | | | * Add argument -m/--mean-std to switch to calculate the original mean and standard deviation * Add "save()" method to the PSD class * Significantly update the parameter descriptions * Save more information with the psd data to the saved TXT file | |||||
* | Deprecate np.int, np.float | Aaron LI | 2017-11-03 | 4 | -11/+9 | |
| | | | | See: https://github.com/numpy/numpy/pull/6103 | |||||
* | 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 | |
| | | | | Rename argument -p/--plot to -P/--plot | |||||
* | 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 | |
| | | | | Also fix the plot title and improve message. | |||||
* | 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 | |
| | ||||||
* | Add cli/get-ip.sh: A simple script to get public IPv4 address | Aaron LI | 2017-10-28 | 1 | -0/+18 | |
| | ||||||
* | calc_psd.py: Fix normalization w.r.t. image size | Aaron LI | 2017-10-28 | 1 | -17/+12 | |
| | ||||||
* | Update README.md ... | Aaron LI | 2017-10-28 | 1 | -10/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | mbsync_cron.sh: update webmaster to postmaster | Aaron LI | 2017-10-28 | 1 | -3/+4 | |
| | ||||||
* | astro/calc_psd.py: various cleanups | Aaron LI | 2017-10-16 | 1 | -32/+27 | |
| | ||||||
* | Move some scripts | Aaron LI | 2017-10-16 | 7 | -87/+0 | |
| | ||||||
* | Move python/calc_radial_psd.py to astro/calc_psd.py with some cleanup | Aaron LI | 2017-10-16 | 1 | -37/+15 | |
| | ||||||
* | 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 | |
| | | | | Also fix an argument name error | |||||
* | run_oskar.py: Add argument --chunk-size; Update --vis-oskar | Aaron LI | 2017-09-13 | 1 | -20/+24 | |
| | | | | | | | | * Add argument --chunk-size: overwrite the max sources per chunk in the configuration file * Remove argument --no-vis-ms * Change argument --no-vis-oskar to --vis-oskar * Change argument --dryrun to --dry-run | |||||
* | 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 | |
| |