| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Credit: https://stackoverflow.com/a/43613363
|
|
|
|
| |
'-Werror' is nice for development, but bad for releases.
|
|
|
|
|
| |
The 'rehash' command is available in ZSH, but not in Bash, which uses
'hash -r' instead.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
TODO: add argument --pixelsize with default value of 0.492 [arcsec]
|
| |
|
| |
|
|
|
|
| |
TODO: support updating other products to manifest.yaml
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
To replace 'scripts/chandra_gensbpreg.sh'
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It seems the 'LINES' may be used as a environment variable.
|
| |
|
|
|
|
|
|
|
| |
Use newly developed tools:
+ manifest.py
+ results.py
+ renorm_spectrum.py
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Superseded by 'manifest.py' and 'results.py'
|
|
|
|
| |
Replaced by 'extract_sbprofile.py'
|
| |
|
|
|
|
|
|
| |
The 'read_keyword2()' uses 'astropy.io.fits' to manipulate the FITS
header, and can access the raw/reserved FITS keywords that 'dmkeypar'
cannot read.
|