IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 252 and Version 253 of ippToPsps


Ignore:
Timestamp:
Apr 3, 2012, 2:18:34 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v252 v253  
    6464=== Batches ===
    6565
    66 Each batch type produced by {{{ippToPsps}}} (detection, stack, init and object) has its own class, all of which inherit from the Batch base-class, which handles features common to all batches, such as creating and opening output FITS files, connecting to the GPC1 database, connecting with the DVO database etc. This keeps duplicated code at a minimum. The Batch class is an abstract class, i.e. it should not, and cannot, be instantiated.
     66There are currently four batch classes:
     67
     68 * '''!DetectionBatch'''
     69 * '''!StackBatch'''
     70 * '''!InitBatch'''
     71 * '''!ObjectBatch'''
     72
     73All of the above inherit from the '''Batch''' base-class, which handles functionality common to all batches, such as creating and opening output FITS files, connecting to the GPC1 database, connecting with the DVO database etc. This keeps duplicated code at a minimum. The Batch class is an abstract class, i.e. it should not, and cannot, be instantiated.
    6774
    6875=== Databases ===