IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of ippToPsps_ScratchDatabase


Ignore:
Timestamp:
Apr 4, 2012, 2:02:26 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_ScratchDatabase

    v6 v7  
    1919
    2020Instances 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.
     21
     22All code dealing directly with the scratch database is in the ScarcthDb class, [browser:trunk/ippToPsps/jython/scratchdb.py here].
     23
     24== DVO tables==
     25
     26Becasue scratch databases are used to import data from DVO databases, there are a number of DVO tables. These are:
     27
     28
     29 * dvoDetection
     30 * dvoDetectionFull
     31 * dvoDone
     32 * dvoImages
     33 * dvoPhotcodes
     34 * dvoSkyTable
     35 
    2136
    2237== Setting up a loading machine ==