IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 266 and Version 267 of ippToPsps


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v266 v267  
    6262== Class hierarchy ==
    6363
    64 === Dvo ===
    65 
    66 Two Dvo classes are used for the ingestion of data into MySQL from a DVO database:
    67 
    68  * '''!DvoDetections'''
    69  * '''!DvoObjects'''
    70 
    71 Both classes inherit from the Dvo base class that handles most of the work.
    7264=== Programs ===
    7365
     
    10698All of which inherit from base-class '''!MySql''', which provides all generic MySQL functionality (creating tables, dropping tables, adding indexes, making row counts etc).
    10799
    108 
    109 
    110 
    111 
     100=== Dvo ===
     101
     102Two Dvo classes are used for the ingestion of data into MySQL from a DVO database:
     103
     104 * '''!DvoDetections'''
     105 * '''!DvoObjects'''
     106
     107Both classes inherit from the Dvo base class that handles most of the work.
    112108
    113109== Configuration ==