IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of ippToPsps_Detections


Ignore:
Timestamp:
Mar 1, 2011, 12:25:55 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Detections

    v19 v20  
    4747The script connects with the ippToPsps database, so is aware of what has and has not already been processed and published. Only using the {{{-f}}} option can you force it to re-process a batch. '''Note''' that publishing the same exposure under two different batch names will cause havoc for the ODM, so be careful with the {{{-f}}} option.
    4848
    49 Once run, the script will work through all available exposures in the DVO database, updating the ippToPsps database as it proceeds. Querying this database allows you to see what has been processed, the failure rate, what has been published to the datastore etc.
     49Example usage would be:
    5050
     51{{{
     52./makeDetections.pl -o . -d ThreePi.V1 -l /data/ipp004.0/gpc1/catdirs/ThreePi.V1 -p PSPS_test
     53}}}
    5154
     55This will work through all available exposures in the DVO database 'ThreePi.V1' at the location specified, and publishing to the 'PSPS_test' datastore product, updating the ippToPsps database as it proceeds. Querying this database allows you to see what has been processed, the failure rate, what has been published to the datastore etc.