IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2007, 12:22:15 PM (19 years ago)
Author:
Paul Price
Message:

Adding fix to bug 853: when CELL.BIASSEC or CELL.TRIMSEC are specified by value in the CELLS part of the camera format, then they need to be updated by the binning. Added pmConceptsUpdate, which is run after concepts are read, and seaches for concepts to update (e.g., dependent on other concepts, which may not be available at read time --- just like CELL.TRIMSEC and CELL.XBIN/CELL.YBIN). To use this, changed the functions that parse/format standard concepts to receive the source of the concept. CELL.TRIMSEC and CELL.BIASSEC are updated for the binning if CELL.TRIMSEC.UPDATE or CELL.BIASSEC.UPDATE are set. Tested this quickly, and it seems to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/Makefile.am

    r8990 r11749  
    99        pmConceptsWrite.c \
    1010        pmConceptsStandard.c \
    11         pmConceptsPhotcode.c
     11        pmConceptsPhotcode.c \
     12        pmConceptsUpdate.c
    1213
    1314pkginclude_HEADERS = \
     
    1718        pmConceptsWrite.h \
    1819        pmConceptsStandard.h \
    19         pmConceptsPhotcode.h
     20        pmConceptsPhotcode.h \
     21        pmConceptsUpdate.h
    2022
    2123CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.