IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 149 and Version 150 of ippToPsps


Ignore:
Timestamp:
Aug 3, 2011, 11:36:40 AM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v149 v150  
    8585= Using the software =
    8686
     87== Running {{{ippToPsps}}} ==
     88
    8789{{{ippToPsps}}} is configured for use entirely by a config file (see above). So, running the software is simply a case of editing a config and passing it as the sole argument to the program, like this:
    8890
     
    111113 * it will only process OTA 33 from this exposure
    112114 * it will ignore certain missing values, which would otherwise fail the batch
     115
     116== Running {{{dvoToMySQL}}} ==
     117
     118Like all other {{{ippToPsps}}} components, {{{dvoToMySQL}}} takes one argument which is a path to a config file. For example:
     119
     120{{{
     121./run.sh ./dvoToMySQL.py configs/lap.xml
     122}}}
     123
     124This will begin to import the DVO database pointed to in the config into the scratch MySQL database also detailed in the config. The program can be started and stopped, as it will 'remember' which DVO files it has read and imported.
     125
     126There is a second 'hidden' argument to {{{dvoToMySQL}}}, namely {{{reset}}}. This is dangerous, as this option will reset all the tables necessary to import a DVO database. If you have spent days importing a DVO database, then run {{{dvoToMySQL}}} using this option, everything wilol be lost. The user is prompted to ask whether they really want to proceed.
    113127
    114128== Deletion policy ==