IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 28 and Version 29 of Processing_Log


Ignore:
Timestamp:
Jun 25, 2010, 3:47:15 PM (16 years ago)
Author:
Paul Price
Comment:

Dropped runs that cannot complete because the inputs are not available

Legend:

Unmodified
Added
Removed
Modified
  • Processing_Log

    v28 v29  
    7979camera_exp.pl --exp_tag o5348g0312o.175971 --cam_id 83891 --camera GPC1 --outroot neb://any/gpc1/ThreePi.nt/2010/06/01/o5348g0312o.175971/o5348g0312o.175971.cm.83891 --dbname gpc1 --redirect-output --verbose --no-update
    8080}}}
     81
     82 * Dropped runs that cannot complete because the inputs are not available:
     83{{{
     84stacktool -updaterun -set_state drop -stack_id 116184 -dbname gpc1
     85magictool -updaterun -state drop -magic_id 20031 -dbname gpc1
     86magictool -updaterun -state drop -magic_id 20032 -dbname gpc1
     87
     88mysql> update diffRun join diffInputSkyfile using(diff_id) join warpRun on warp1 = warp_id set diffRun.state = 'drop' where diffRun.label = 'ThreePi.nightlyscience' and diffRun.state = 'new' and warpRun.state = 'cleaned';
     89Query OK, 48 rows affected (0.06 sec)
     90Rows matched: 48  Changed: 48  Warnings: 0
     91}}}