Changes between Version 148 and Version 149 of ippToPsps
- Timestamp:
- Aug 3, 2011, 11:27:16 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v148 v149 93 93 94 94 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) 95 96 == Queuing == 97 98 When run, {{{ippToPsps}}} first queues up all the exposures or stacks that it needs to process, then works through them sequentially, doing detections first then stacks. The master list comes from the gpc1 {{{addRun}}} table, which lists all items currently merged into the DVO database we are using. From this list, {{{ippToPsps}}} subtracts items that have already been successfully loaded to the datastore already, and queues up the remainder. 99 100 An important factor in the queuing of items is the current ''epoch'', which is set in the config file. 95 101 96 102 == Epochs ==
