| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* manifest.py: Manage the observation products in YAML format manifest
* results.py: Manage the analysis results in YAML format
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also strip trailing white spaces.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The only support data directory format is "<name>_oi<obsid>".
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fov1.fits
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Writen for ZHANG Chenhao to generate rotated and cropped image for
power spectrum analysis.
WARNING: the image generated by "ciao_mkimg_det.sh" in the DET
coordinate is very different than that in SKY coordinate. Watch out for
scientific usage!!!
|
| |
|
|
|
|
|
|
|
|
|
| |
* Copy needed pfiles to current working directory, and
set environment variable $PFILES to use these first.
Thus multiple instance of CIAO tools can be run at the same
without pfiles collsions.
* Replace 'ls' with '\ls', 'grep' with '\grep'
* Many minor updates/fixes
|