IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2006, 3:47:44 PM (20 years ago)
Author:
Paul Price
Message:

PHU=NONE (i.e., megacam split) now working, with concept ingest; changed definition of pmFPAAddSource to return a pmFPAview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmConcepts.h

    r6575 r6618  
    6565bool pmConceptsReadChip(pmChip *chip,   // Chip for which to read concepts
    6666                        pmConceptSource source, // Source for concepts
     67                        bool propagate, // Propagate to higher levels as well?
    6768                        psDB *db        // Database handle
    6869                       );
    6970bool pmConceptsWriteChip(pmChip *chip,  // Chip for which to write concepts
    7071                         pmConceptSource source, // Source for concepts
     72                         bool propagate,// Propagate to higher levels as well?
    7173                         psDB *db       // Database handle
    7274                        );
     
    7577bool pmConceptsReadCell(pmCell *cell,   // Cell for which to read concepts
    7678                        pmConceptSource source, // Source for concepts
     79                        bool propagate, // Propagate to higher levels as well?
    7780                        psDB *db        // Database handle
    7881                       );
    7982bool pmConceptsWriteCell(pmCell *cell,  // FPA for which to write concepts
    8083                         pmConceptSource source, // Source for concepts
     84                         bool propagate,// Propagate to higher levels as well?
    8185                         psDB *db       // Database handle
    8286                        );
Note: See TracChangeset for help on using the changeset viewer.