IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2013, 4:48:08 PM (13 years ago)
Author:
eugene
Message:

add native dvo ingest option for objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py

    r35043 r35056  
    190190                                useFullTables = 1
    191191                        else:
     192                            # XXX EAM : this is not currently an
     193                            # option. either remove the non-native
     194                            # ingest code or make it an option
    192195                            # if we are using the native loader, always use it
    193196                            # need to work out a good boundary / region strategy in coordination with
     
    196199                            useFullTables = 1
    197200               
     201                    ## else:
     202                    ##     # if we are using the native loader, always use it
     203                    ##     # need to work out a good boundary / region strategy in coordination with
     204                    ##     # impact of mysql insertion
     205                    ##     self.dvoObjects.nativeIngestObjects(boxDim['RA'], boxDim['DEC'], boxSizeSansBorder)
     206                    ##     useFullTables = 1
     207
    198208                    '''
    199209                    NOTE EAM : "TheseItems" refers to each of the stack CMFs, camera SMFs, or object batches
Note: See TracChangeset for help on using the changeset viewer.