aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* astro: Add sfr_xmm.py by Junhua GUAaron LI2019-10-161-0/+197
| | | | | This script is used to do XMM automatic spectrum extraction and fitting for a list of regions.
* cli/unzip-gbk: Rewrite in shell and use bsdtar/7zAaron LI2019-08-272-26/+55
| | | | | | | * Rewrite in shell instead of using the deprecated Python 2. * Use bsdtar/7z to extract zip to preserve the filename encoding; these tools also support encrypted zip archives. * Use iconv to convert the filename encoding.
* acme/a: set $SHELL while remove $tabstopAaron LI2019-06-251-2/+2
|
* Add acme/a script to better start Acme editorAaron LI2019-06-241-0/+71
| | | | Credit: https://github.com/evbogdanov/acme
* pdf-compress.sh: Rewrite CLI usageAaron LI2019-06-011-49/+77
|
* pdf-compress.sh: Add '-dPrinted=false' to preserve linksAaron LI2019-06-011-0/+1
| | | | Reference: https://bugs.ghostscript.com/show_bug.cgi?id=699830#c16
* Add unix/gen-pass.sh: generate random passwordsAaron LI2019-04-251-0/+81
|
* unix/waiton.sh: Support to wait any one process to finishAaron LI2019-03-091-5/+12
|
* unix/waiton.sh: Change interval argument from '-t' to '-i'Aaron LI2019-03-091-4/+4
|
* unix/waiton.sh: Rewrite to support multiple processesAaron LI2019-03-071-23/+97
|
* astro/wsclean.py: Add -j/--threads argumentAaron LI2019-03-041-2/+8
|
* astro/fitscube.py: Clean up add_slices() method a bitAaron LI2019-01-291-7/+9
|
* astro/fitscube.py: Support to naturally sort infiles for cube creationAaron LI2019-01-291-3/+33
|
* cli/jpg2pdf.sh: Rewrite to read PS commands from fileAaron LI2019-01-141-23/+22
| | | | Otherwise it is very easy to come across the error of "command line too long" ...
* cli/jpg2pdf.sh: Add simple usageAaron LI2019-01-141-1/+7
|
* astro/ds9saveimg.sh: Tweak delays to be more robust (2)Aaron LI2019-01-121-3/+8
|
* astro/ds9saveimg.sh: Tweak delays to be more robustAaron LI2019-01-121-5/+8
|
* astro/ds9saveimg.sh: save an image of a FITS file with regionsAaron LI2019-01-111-0/+46
| | | | | | This script helps to save an image of a FITS file with regions loaded. It is intended to batch save lots of pair of FITS images and region files.
* astro/radec.py: Add one more output formatAaron LI2019-01-101-1/+2
|
* Update copyright yearAaron LI2019-01-101-1/+1
|
* astro/radec.py: Support more coordinate syntaxesAaron LI2019-01-101-10/+42
|
* astro/fitsimage.py: Add sub-command "d2f" (double to float)Aaron LI2018-12-081-0/+24
|
* astro/fitscube.py: Add sub-command "d2f" (double to float)Aaron LI2018-12-081-0/+27
|
* astro/fitscube.py: Warn but not assert unit mismatchAaron LI2018-12-081-1/+6
|
* astro/wsclean.py: Update WSClean parametersAaron LI2018-12-051-2/+2
|
* astro/fits2skymodel.py: Fix a typoAaron LI2018-11-291-1/+1
|
* astro/fitsimage.py: Add "shift" sub-commandAaron LI2018-11-161-0/+38
|
* Move fits/fits{cube,image}.pyAaron LI2018-11-152-0/+0
|
* Move fits/merge_fits.py to fitstable_merge.pyAaron LI2018-11-151-20/+2
|
* Add unix/term-truecolor.sh to test true color supportAaron LI2018-11-101-0/+19
|
* astro/calc_psd.py: Simplify psd2d invocation and make a copyAaron LI2018-09-271-3/+2
|
* astro/calc_psd.py: Fix ylabel (normalized w.r.t. pixel size)Aaron LI2018-09-271-1/+1
|
* astro/wsclean.py: Add --tmp-root arguemnt; tweak --niter valueAaron LI2018-08-221-6/+9
|
* astro/fitsimage.py: Minor fix to output infoAaron LI2018-08-091-1/+1
|
* astro/fitscube.py: Calculate rms values with "info" sub-commandAaron LI2018-08-091-19/+23
|
* astro/fitsimage.py: Add "rotate" sub-commandAaron LI2018-08-091-0/+62
|
* astro/fitsimage.py: Add "flip" sub-commandAaron LI2018-08-091-0/+27
|
* unix/waiton.sh: Improve outputAaron LI2018-08-061-4/+4
|
* astro/fitsimage.py: "info" sub-command show min, max and rangeAaron LI2018-07-231-0/+5
|
* astro/spectrogram.py: Fix the wrong argument in fftshift()Aaron LI2018-07-231-1/+1
|
* astro/fitsimage.py: Add 'div' (divide) sub-commandAaron LI2018-07-231-0/+44
|
* astro/fitscube.py: Add 'mul' (multiply) sub-commandAaron LI2018-07-231-0/+37
|
* astro/fitscube.py: Add 'div' (divide) sub-commandAaron LI2018-07-231-0/+43
|
* astro/spectrogram.py: Improve FITS headersAaron LI2018-07-231-1/+2
|
* Add linux/lightdigest.sh: manage lighttpd passwd fileAaron LI2018-07-231-0/+130
| | | | Credit: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth
* Add python/printcolors.py: print terminal colors with pythonAaron LI2018-07-231-0/+90
| | | | Credit: https://www.geeksforgeeks.org/print-colors-python-terminal/
* Add astro/spectrogram.py: Calculate DCT/FFT along the frequency axisAaron LI2018-07-231-0/+124
|
* Bump copyright yearAaron LI2018-07-231-1/+1
|
* astro/z2freq.py: Fix range parsingAaron LI2018-07-161-1/+1
|
* astro/tile_slice.py: Check file existence firstAaron LI2018-07-161-1/+9
|