Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fits2skymodel.py: Make sure input FITS has unit "K" (Kelvin) | Aaron LI | 2017-08-22 | 1 | -0/+8 |
| | |||||
* | fits2skymodel.py: Change projection to "CAR" (Cartesian) | Aaron LI | 2017-08-22 | 1 | -2/+3 |
| | |||||
* | fits2skymodel.py: "pixsize" [arcmin] => "pixelsize" [arcsec] | Aaron LI | 2017-08-22 | 1 | -18/+22 |
| | |||||
* | make_lightcone.py: Fix unit and check clobber first | Aaron LI | 2017-08-18 | 1 | -1/+5 |
| | |||||
* | get_slice_zfreq.py: Rewrite to work with "make_lightcone.py" | Aaron LI | 2017-08-18 | 2 | -61/+83 |
| | |||||
* | Remove "extract_slice.py", obsoleted by "make_lightcone.py" | Aaron LI | 2017-08-18 | 1 | -84/+0 |
| | |||||
* | make_lightcone.py: Add WCS header information | Aaron LI | 2017-08-18 | 1 | -2/+24 |
| | |||||
* | fitscube.py: Update "DATE" header keyword | Aaron LI | 2017-08-18 | 1 | -2/+3 |
| | |||||
* | Add make_lightcone.py: create light-cone cubes from coeval cubes | Aaron LI | 2017-08-18 | 1 | -0/+292 |
| | |||||
* | Add get_arxiv.py to download PDF from arXiv | Aaron LI | 2017-08-10 | 1 | -0/+119 |
| | |||||
* | astro/ps2d.py: change argument "--no-window" to "--window" | Aaron LI | 2017-07-12 | 1 | -13/+17 |
| | | | | | | Default to not apply window along frequency Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | astro/ps2d.py: add argument "--no-window" and update logging format | Aaron LI | 2017-07-11 | 1 | -28/+32 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | astro/ps2d.py: Fix a bug/typo | Aaron LI | 2017-07-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Add two CASA scripts: addnoise.py & uvaddsub.py | Aaron LI | 2017-07-11 | 2 | -0/+151 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | astro/casa-script: hack to make it work as shebang of CASA scripts | Aaron LI | 2017-07-02 | 1 | -2/+24 |
| | |||||
* | Add a simple casa-script wrapper for CASA | Aaron LI | 2017-07-02 | 1 | -0/+32 |
| | |||||
* | Removed astro/casa-script | Aaron LI | 2017-07-02 | 1 | -111/+0 |
| | |||||
* | astro/fits2skymodel.py: Support create and use of mask for sky model | Aaron LI | 2017-07-01 | 1 | -5/+40 |
| | |||||
* | astro/run_oskar.py: add arguments --no-vis-oskar and --no-vis-ms | Aaron LI | 2017-07-01 | 1 | -2/+14 |
| | | | | Allow to disable the output of visibility in OSKAR native format | ||||
* | Add astro/osm-randomize-coord.py | Aaron LI | 2017-07-01 | 1 | -0/+163 |
| | | | | | | | | Randomize the coordinates of the OSKAR sky model by adding an offset sampling from a Gaussian of given sigma. Try to reproduce the source subtraction position errors investigated by Datta et al. 2010 ApJ. | ||||
* | Add astro/casa-script to aid running CASA scripts | Aaron LI | 2017-06-30 | 1 | -0/+111 |
| | | | | | Credit: https://github.com/pkgw/pwpy - intfbin/casa-script License: GPLv3+ | ||||
* | astro/ps2d.py: Fix a typo about string format | Aaron LI | 2017-06-28 | 1 | -1/+1 |
| | |||||
* | astro/ps2d.py: Fix argument --pixelsize and fix typo "perp" | Aaron LI | 2017-06-26 | 1 | -7/+12 |
| | |||||
* | Add astro/ps2d.py: Calculate 2D power spectrum from 3D image cube | Aaron LI | 2017-06-26 | 1 | -0/+272 |
| | |||||
* | astro/fitscube.py: Rework header & wcs handling | Aaron LI | 2017-06-26 | 1 | -34/+44 |
| | |||||
* | astro/fitscube.py: Add "open_image()" to allow more image dimensions | Aaron LI | 2017-06-26 | 1 | -5/+44 |
| | |||||
* | mbsync_cron.sh: reduce some notifications | Aaron LI | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Add astro/oskar/correct-pb.py | Aaron LI | 2017-06-20 | 1 | -0/+54 |
| | |||||
* | Add linux/nvidia-fan-control.sh | Aaron LI | 2017-06-14 | 1 | -0/+200 |
| | | | | | | | | | | Start Xorg and manually control NVIDIA GPU fan using `nvidia-settings`. WARNING: * After enabled manual fan control, and GPU performance level is restricted to the lowest `P8`, for unknown reason! * Disabled manual fan control by setting `GPUFanControlState=0` cannot make the GPU fan automatically controlled, for unknown reason! | ||||
* | astro/oskar/fits2skymodel.py: Add argument --outdir | Aaron LI | 2017-06-13 | 1 | -1/+8 |
| | |||||
* | Add astro/oskar/run_oskar.py | Aaron LI | 2017-06-13 | 1 | -0/+89 |
| | |||||
* | Add astro/oskar/fits2skymodel.py | Aaron LI | 2017-06-13 | 1 | -0/+248 |
| | |||||
* | astro/fits/fitscube.py: Save command to header history | Aaron LI | 2017-06-12 | 1 | -0/+4 |
| | |||||
* | astro/21cm/tile_slice.py: Save information to header | Aaron LI | 2017-06-12 | 1 | -0/+5 |
| | |||||
* | Minor changes | Aaron LI | 2017-06-12 | 2 | -3/+3 |
| | |||||
* | Add astro/21cm/tile_slice.py | Aaron LI | 2017-06-11 | 1 | -0/+93 |
| | |||||
* | astro/21cm/get_slice_zfreq.py: Fix header keywords usage | Aaron LI | 2017-06-11 | 1 | -1/+10 |
| | |||||
* | Add astro/21cm/get_slice_zfreq.py | Aaron LI | 2017-06-11 | 1 | -0/+112 |
| | |||||
* | astro/fits/fitscube.py: Fix a astropy.io.fits write warning | Aaron LI | 2017-06-11 | 1 | -1/+4 |
| | |||||
* | Move some tools for better management | Aaron LI | 2017-06-11 | 8 | -2/+0 |
| | |||||
* | Add astro/21cm/extract_slice.py | Aaron LI | 2017-06-11 | 1 | -0/+84 |
| | |||||
* | Add astro/21cm/{freq2z,z2freq,cube_mean}.py | Aaron LI | 2017-06-11 | 3 | -0/+116 |
| | | | | Migrated from my other repo 21cmFAST/tools. | ||||
* | astro/oskar/runOSKAR.py: fix ConfigParser error and update arguments | Aaron LI | 2017-06-11 | 1 | -15/+49 |
| | |||||
* | bin/mbsync_cron.sh: umask 027 | Aaron LI | 2017-05-30 | 1 | -0/+1 |
| | |||||
* | astro/fitscube.py: Update header processing | Aaron LI | 2017-05-30 | 1 | -5/+8 |
| | |||||
* | Add astro/fitscube.py: Create FITS cube from image slices | Aaron LI | 2017-05-29 | 1 | -0/+169 |
| | |||||
* | bin/mbsync_cron.sh: Remove check_server(), update usage | Aaron LI | 2017-05-29 | 1 | -24/+13 |
| | |||||
* | Add bin/mbsync_cron.sh: Make mbsync+pass works well with cron | Aaron LI | 2017-05-29 | 1 | -0/+177 |
| | | | | | | | | This script is suitable with a `cron` task to periodically sync emails using the `mbsync`, which invokes `pass` to get the account password stored in GPG-encrypted format. This script works around the `gpg-agent` usage with `cron`. | ||||
* | Add bin/portfwd-local.sh: Local port forwarding using SSH | Aaron LI | 2017-05-29 | 1 | -0/+26 |
| | |||||
* | Add bin/radec.py: Convert coordinate among different formats | Aaron LI | 2017-05-21 | 1 | -0/+57 |
| |