IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 150 and Version 151 of ippToPsps


Ignore:
Timestamp:
Aug 3, 2011, 3:37:45 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v150 v151  
    8787== Running {{{ippToPsps}}} ==
    8888
    89 {{{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:
     89{{{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 an argument to the program, like this:
    9090
    9191{{{
     
    9494}}}
    9595
    96 The {{{./run.sh}}} prefix above is necessary to invoke the correct Java virtual machine, while including the relevant jar files in the CLASSPATH (all included in the {{{trunk/ippToPsps/Jars}}} subdir)
     96The {{{./run.sh}}} prefix above is necessary to invoke the correct Java virtual machine, while including the relevant jar files in the CLASSPATH (all included in the {{{trunk/ippToPsps/Jars}}} subdir)
     97
     98== Creating and publishing an 'IN' batch ==
     99
     100The same program is used to create IN batches, but requires one extra argument, like this:
     101
     102{{{
     103./run.sh ipptopsps.py someConfig.xml init
     104}}}
     105
     106This will produce an IN batch, publish it, then stop (the IN-batch MySQL tables will also be updateded in the local scratch database).
    97107
    98108== Queuing ==