IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of ippToPsps_ScratchDatabase


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_ScratchDatabase

    v7 v8  
    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.
    2121
    22 All code dealing directly with the scratch database is in the ScarcthDb class, [browser:trunk/ippToPsps/jython/scratchdb.py here].
     22All code dealing directly with the scratch database is in the '''!ScratchDb''' class, [browser:trunk/ippToPsps/jython/scratchdb.py here].
    2323
    24 == DVO tables==
     24== DVO tables ==
    2525
    26 Becasue scratch databases are used to import data from DVO databases, there are a number of DVO tables. These are:
     26Because scratch databases are used to import data from DVO databases, there are a number of DVO tables. These are:
    2727
     28 * {{{dvoDetection}}}
     29 * {{{dvoDetectionFull}}}
     30 * {{{dvoDone}}}
     31 * {{{dvoImages}}}
     32 * {{{dvoPhotcodes}}}
     33 * {{{dvoSkyTable}}}
     34 
     35=== {{{dvoDetection}}}/{{{dvoDetecionFull}}} ===
    2836
    29  * dvoDetection
    30  * dvoDetectionFull
    31  * dvoDone
    32  * dvoImages
    33  * dvoPhotcodes
    34  * dvoSkyTable
    35  
     37This table is used to store all IDs that we take from DVO, eg objID ippObjId etc. {{{dvoDetecion}}} is used when we are using the standard C-interface to access DVO (details [wiki:ippToPsps#AccessingDVO here]), whereas {{{dvoDetectionFull}}} is used when pre-ingesting large amounts of data from DVO.
    3638
     39=== {{{dvoImages}}}/{{{dvoPhotcodes}}}/{{{dvoSkyTable}}} ===
     40
     41These tables represent the DVO FITS files Images.dat, Photcodes.dat and SkyTable.dat respectively.
    3742== Setting up a loading machine ==
    3843