Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check the output file existence first | Aaron LI | 2016-10-27 | 1 | -1/+8 |
| | |||||
* | Fix an import; Update one pattern and a comment | Aaron LI | 2016-10-14 | 1 | -1/+0 |
| | |||||
* | utils: Preseve the dtype when read/write FITS files | Aaron LI | 2016-10-10 | 1 | -5/+0 |
| | | | | | | | | * utils/fits.py: hack the dtype to ignore the byteorder (FITS data use big endianness, e.g., dtype(">f4")) * utils/healpix.py: explicit convert the dtype and log the dtype * bin/healpix2hpx, bin/hpx2healpix: remove the --float argument * other minor fixes/updates | ||||
* | bin/{healpix2hpx,hpx2healpix}: Use argparse choices | Aaron LI | 2016-10-03 | 1 | -2/+3 |
| | |||||
* | Add logging support for "healpix2hpx" & "hpx2healpix" | Aaron LI | 2016-09-29 | 1 | -3/+27 |
| | | | | | | * Argument "--log" control the log level * Argument "--logfile" to log the messages to file * Argument "--quiet" to disable logging messages to screen | ||||
* | Remove ".py" extension for bin scripts | Aaron LI | 2016-09-27 | 1 | -0/+55 |