IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2012, 1:40:18 PM (14 years ago)
Author:
rhenders
Message:

got rid of dvoMeta table - now only use dvoImages table; whether we use DVO on-the-fly or already ingested data is passed as a boolean into the constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/stackbatch.py

    r33146 r33235  
    3535                 ippToPspsDb,
    3636                 stackID,
    37                  batchID):
     37                 batchID,
     38                 useFullTables):
    3839
    3940       super(StackBatch, self).__init__(
     
    4647               batchID,
    4748               "ST",
    48                gpc1Db.getStackStageCmf(configDoc.find("dvo/gpc1Label").text, stackID))
     49               gpc1Db.getStackStageCmf(configDoc.find("dvo/gpc1Label").text, stackID),
     50               useFullTables)
    4951
    5052       if not self.everythingOK: return
Note: See TracChangeset for help on using the changeset viewer.