IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 16 and Version 17 of ippToPsps_Initialization


Ignore:
Timestamp:
Aug 3, 2011, 9:02:23 AM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Initialization

    v16 v17  
    66
    77The initialization batch consists of tables populated with the metadata necessary for PSPS to make sense of the other batch types, like detections, diffs etc. For example, they include information relating to photometry, like zero points and extinction, as well as filter types, survey IDs etc. The table definitions can be seen [browser:trunk/ippToPsps/config/init/tables.vot here] and the full metadata can be downloaded [browser:trunk/ippToPsps/config/init/data.xml here].
    8 
    9 = Running =
    10 
    11 To create and publish an initialization batch, do the following from the IPP trunk:
    12 
    13 
    14 {{{
    15 cd ippToPsps/perl
    16 ./makeInit.pl
    17 }}}
    18  
    19 This will list all options. Essentials are the following:
    20 
    21 {{{
    22 * REQUIRED: need to provide an output path  -o <path>
    23 }}}
    24 
    25 To publish the batches to the datastore, the {{{-p}}} argument (datastore product) must be provided.
    26 
    27 Example usage would be
    28 
    29 {{{
    30 ./makeInit.pl -o . -p PSPS_test
    31 }}}
    32 
    33 This will create a new initialization batch file in the local dir and publish it to the PSPS_test datastore product.