IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of ippToPsps_ScratchDatabase


Ignore:
Timestamp:
Apr 3, 2012, 9:19:50 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_ScratchDatabase

    v4 v5  
    1010All instances of {{{loader.py}}} need use of a local 'scratch' database in which to import FITS tables, manipulate then export.
    1111
     12You can have more than one scratch database per machine. The naming convention for scratch databases on a single machine is:
     13
     14{{{
     15ipptopsps_scratch
     16ipptopsps_scratch2
     17ipptopsps_scratch3
     18}}}
     19
     20Instances of {{{loader.py}}} will cycle through all of the above until a 'free' scratch database is found. It is obviously important that two loaders do not use the same scratch database at the same time.
    1221
    1322== Setting up a loading machine ==