Changes between Version 15 and Version 16 of PS1_IPP_Czarlog_20190527
- Timestamp:
- May 22, 2019, 12:01:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_Czarlog_20190527
v15 v16 175 175 or by querying the reported RA and Dec positions in the in the smf files: 176 176 {{{ 177 mysql -hippdb08 -uX -pX gpc2 -B -e ' select path_base,exp_name,object,comment from camRun join camProcessedExp using (cam_id) join chipRun using (chip_id) join rawExp using (exp_id) where dateobs like "2019-05-22%" and ( comment like "%visit 1" or comment like "%visit 2" ) order by object; ' | grep -v path_base | awk '{print " /home/panstarrs/ipp/psconfig//ipp-20130307.lin64/bin/neb-ls -p "$1".smf"}' | tcsh | fields OBJECT AST_R0 AST_D0177 mysql -hippdb08 -uX -pX gpc2 -B -e ' select path_base,exp_name,object,comment from camRun join camProcessedExp using (cam_id) join chipRun using (chip_id) join rawExp using (exp_id) where dateobs like "2019-05-22%" and ( comment like "%visit 1" or comment like "%visit 2" ) order by object; ' | grep -v path_base | awk '{print "neb-ls -p "$1".smf"}' | tcsh | fields OBJECT AST_R0 AST_D0 178 178 }}} 179 179 The above gets the path_base for visit pairs (objects) and then finds the smf file to get the position data.
