IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of ippToPsps_Detections


Ignore:
Timestamp:
Mar 1, 2011, 10:39:25 AM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Detections

    v15 v16  
    1 
    21[wiki:ippToPsps Back to ippToPsps main page]
    32
     
    2524
    2625All mappings between IPP and PSPS can be seen [browser:trunk/ippToPsps/config/detection/map.xml here]
     26
     27= Running =
     28
     29To create and publish detection batches, do the following from the IPP trunk:
     30
     31
     32{{{
     33cd ippToPsps/perl
     34./makeDetections.pl
     35}}}
     36 
     37This will list all options. Essentials are the following:
     38
     39{{{
     40* REQUIRED: need to provide an output path  -o <path>
     41* REQUIRED: need to provide a DVO Db        -d <dvoDb>
     42* REQUIRED: need to provide a DVO location  -l <dvoLocation>
     43}}}
     44
     45Running with just these arguments will create batches for all unprocessed exposures and store them in the provided output directory. To publish the batches to the datastore, the {{{-p}}} argument must be provided. The script connects with the ippToPsps database, so is aware of what has and has not already been processed and published. Only using the {{{-f}}} force option can you force it to re-process a batch.
     46
     47