IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 241 and Version 242 of ippToPsps


Ignore:
Timestamp:
Apr 2, 2012, 6:04:45 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v241 v242  
    6262== High-level design ==
    6363
    64 Each batch type produced by {{{ippToPsps}}} (detection, stack, init etc) 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.
     64Each 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.
     65
     66
    6567
    6668