Changeset 6955 for trunk/psModules/src/astrom
- Timestamp:
- Apr 21, 2006, 5:20:16 PM (20 years ago)
- Location:
- trunk/psModules/src/astrom
- Files:
-
- 6 edited
-
pmConcepts.h (modified) (1 diff)
-
pmConceptsRead.c (modified) (2 diffs)
-
pmConceptsRead.h (modified) (1 diff)
-
pmConceptsWrite.c (modified) (2 diffs)
-
pmConceptsWrite.h (modified) (1 diff)
-
pmFPARead.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmConcepts.h
r6931 r6955 3 3 4 4 #include "pslib.h" 5 6 5 #include "pmFPA.h" 7 8 6 9 7 // Function to call to parse a concept once it has been read -
trunk/psModules/src/astrom/pmConceptsRead.c
r6872 r6955 258 258 ) 259 259 { 260 #ifdef OMIT_PSDB 261 return false; 262 #else 263 260 264 pmHDU *hdu = pmHDUGetLowest(fpa, chip, cell); // The HDU at the lowest level 261 265 if (!hdu) { … … 364 368 } 365 369 return false; 370 #endif 366 371 } 367 372 -
trunk/psModules/src/astrom/pmConceptsRead.h
r6872 r6955 2 2 #define PM_CONCEPTS_READ_H 3 3 4 #include "pslib.h" 4 5 #include "pmFPA.h" 5 6 6 7 7 bool pmConceptsReadFromCamera(psMetadata *specs, // The concept specifications -
trunk/psModules/src/astrom/pmConceptsWrite.c
r6896 r6955 404 404 ) 405 405 { 406 #ifdef OMIT_PSDB 407 return false; 408 #else 409 406 410 pmHDU *hdu = pmHDUGetLowest(NULL, NULL, cell); // The HDU at the lowest level 407 411 if (!hdu) { … … 519 523 } 520 524 return false; 525 #endif 521 526 } 522 527 -
trunk/psModules/src/astrom/pmConceptsWrite.h
r6872 r6955 4 4 #include "pslib.h" 5 5 #include "pmFPA.h" 6 7 8 6 9 7 bool pmConceptsWriteToCamera(psMetadata *specs, // The concept specifications -
trunk/psModules/src/astrom/pmFPARead.h
r6872 r6955 4 4 #include "pslib.h" 5 5 #include "pmFPA.h" 6 7 6 8 7 bool pmReadoutReadNext(pmReadout *readout, // Readout into which to read
Note:
See TracChangeset
for help on using the changeset viewer.
