IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2006, 4:23:40 PM (20 years ago)
Author:
Paul Price
Message:

Getting code to compile; adding concept read to fpa construction and reading

File:
1 edited

Legend:

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

    r6448 r6575  
    44#include "pslib.h"
    55#include "pmFPA.h"
     6
     7
     8
     9bool pmConceptsWriteToCamera(psMetadata *specs, // The concept specifications
     10                             pmCell *cell,   // The cell
     11                             psMetadata *concepts // The concepts
     12                            );
     13bool pmConceptsWriteToDefaults(psMetadata *specs, // The concept specifications
     14                               pmFPA *fpa, // The FPA
     15                               pmChip *chip, // The chip
     16                               pmCell *cell, // The cell
     17                               psMetadata *concepts // The concepts
     18                              );
     19bool pmConceptsWriteToHeader(psMetadata *specs, // The concept specifications
     20                             pmFPA *fpa, // The FPA
     21                             pmChip *chip, // The chip
     22                             pmCell *cell, // The cell
     23                             psMetadata *concepts // The concepts
     24                            );
     25bool pmConceptsWriteToDatabase(psMetadata *specs, // The concept specifications
     26                               pmFPA *fpa, // The FPA
     27                               pmChip *chip, // The chip
     28                               pmCell *cell, // The cell
     29                               psDB *db,// The database handle
     30                               psMetadata *concepts // The concepts
     31                              );
     32
     33
     34#ifdef OLD
    635
    736// Well, not really "write", but check to make sure it's there and matches
     
    4877
    4978#endif
     79
     80#endif
Note: See TracChangeset for help on using the changeset viewer.