aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/analyze_path.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update various script to use localized pfiles to avoid collisons.Aaron LI2015-06-031-1/+1
| | | | | | | | | * 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
* Added script 'ciao_check_offset.sh'Weitian LI2014-06-251-0/+61
* ciao_check_offset.sh: check offset between our calculated coordinates and observation pointing coordinates * analyze_path.sh, analyze_path.awk: analyze the object full path to get the object name and obsid information with awk.