IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2012, 9:47:11 AM (14 years ago)
Author:
eugene
Message:

add function to get filterCount from Photcode table; add example Photcode table fits file in doc directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/ippToPsps/jython/objectbatch.py

    r33787 r34103  
    105105   
    106106        # get a count of the available filters
    107         filterCount = len(filters)
     107        filterCount = self.scratchDb.getCountOfFiltersFromPhotcodesTable()
     108        # filterCount = len(filters)
    108109
    109110        self.logger.infoPair("Available filters in Photcodes", filters)
Note: See TracChangeset for help on using the changeset viewer.