aboutsummaryrefslogtreecommitdiffstats
path: root/bin/healpix2hpx
Commit message (Collapse)AuthorAgeFilesLines
* Fix an import; Update one pattern and a commentAaron LI2016-10-141-1/+0
|
* utils: Preseve the dtype when read/write FITS filesAaron LI2016-10-101-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 choicesAaron LI2016-10-031-2/+3
|
* Add logging support for "healpix2hpx" & "hpx2healpix"Aaron LI2016-09-291-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 scriptsAaron LI2016-09-271-0/+55