| | 57 | * 10:00 Mark: still tracking down the 16 or so 3PI magicDS failures such as |
| | 58 | {{{ |
| | 59 | failure for: magic_destreak.pl --magic_ds_id 697058 --camera GPC1 --exp_id 392505 --streaks_path_base neb://any/gpc1/20110914/o5818g0543o.392505/o5818g0543o.392505.mgc.204600 --inv_streaks_path_base neb://any/gpc1/20110914/o5818g0566o.392528/o5818g0566o.392528.mgc.204611 --streaks NULL --inv_streaks NULL --stage diff --stage_id 165583 --component skycell.1519.088 --uri NULL --path_base neb://ipp009.0/gpc1/ThreePi.nt/2011/09/14/RINGS.V3/skycell.1519.088/RINGS.V3.skycell.1519.088.dif.165583 --cam_path_base NULL --cam_reduction NULL --outroot neb://ipp009.0/gpc1/destreak/ThreePi.nightlyscience/392505/diff --logfile neb://ipp009.0/gpc1/destreak/ThreePi.nightlyscience/392505/diff/392505.mds.697058.165583.skycell.1519.088.log --recoveryroot neb://any/gpc1/destreak/recover/ThreePi.nightlyscience --replace T --magicked 0 --run-state new --dbname gpc1 --verbose |
| | 60 | }}} |
| | 61 | where failed to read table in /data/ipp009.0/nebulous/69/f3/1297857751.gpc1:ThreePi.nt:2011:09:14:RINGS.V3:skycell.1519.088:RINGS.V3.skycell.1519.088.dif.165583.cmf. Chris suggested renaming the .cmf to .cmf.bak. So ran |
| | 62 | {{{ |
| | 63 | neb-mv neb://ipp009.0/gpc1/ThreePi.nt/2011/09/14/RINGS.V3/skycell.1519.088/RINGS.V3.skycell.1519.088.dif.165583.cmf neb://ipp009.0/gpc1/ThreePi.nt/2011/09/14/RINGS.V3/skycell.1519.088/RINGS.V3.skycell.1519.088.dif.165583.cmf.bak |
| | 64 | }}} |
| | 65 | and reran |
| | 66 | {{{ |
| | 67 | perl ~ipp/src/ipp-20110622/tools/rundiffskycell.pl --redirect-output --diff_id 165583 --skycell_id skycell.1519.088 |
| | 68 | }}} |
| | 69 | still failed to produce a detection table. Running multiple times did however, and with 3 detections. So appears to be case when 0 detections an empty table isn't being made and not sure why. |
| | 70 | |