IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 201 and Version 202 of Processing


Ignore:
Timestamp:
Jun 4, 2015, 12:51:07 PM (11 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v201 v202  
    484484 * {{{UPDATE rawExp SET obs_mode = 'ENGINEERING' WHERE exp_id = 221762;}}}
    485485
     486If a single OTA is bad, not available, or zero size then summitcopy will automatically set summitExp state drop to not block processing. If the OTA is permanently gone but exposure is okay (check with camera group), it can be manually dropped -- example for o7177g0443o40.fits zero size/gone ota
     487{{{
     488summitcopy pantasks to stop
     489
     490pztool -dbname gpc1 -revertcopied -exp_name o7177g0443o -inst gpc1 -telescope ps1 -fault 110
     491
     492--> don't think this is needed since -revertcopied should set to run?
     493pztool -updatepzexp -exp_name o7177g0443o -inst gpc1 -telescope ps1 -set_state run -summit_id 918643 -dbname gpc1
     494
     495delete from summitImfile where summit_id=918643 and file_id="o7177g0443o40.fits"
     496update summitExp set imfiles=59 where exp_name="o7177g0443o";
     497
     498summitcopy pantasks to run
     499}}}
     500
     501
    486502== Czartool reports negative burntool stats ==
    487503