Changeset 22699 for trunk/psModules/src/camera
- Timestamp:
- Feb 26, 2009, 2:45:31 PM (17 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 8 edited
-
pmFPAConstruct.c (modified) (1 diff)
-
pmFPACopy.c (modified) (1 diff)
-
pmFPAHeader.c (modified) (1 diff)
-
pmFPARead.c (modified) (1 diff)
-
pmFPAWrite.c (modified) (1 diff)
-
pmFPAfile.c (modified) (2 diffs)
-
pmFPAfileDefine.c (modified) (3 diffs)
-
pmFPAfileFitsIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r21363 r22699 14 14 #include "pmFPAview.h" 15 15 #include "pmFPAFlags.h" 16 #include "pmConcepts .h"16 #include "pmConceptsRead.h" 17 17 #include "pmFPAConstruct.h" 18 18 #include "pmFPAUtils.h" -
trunk/psModules/src/camera/pmFPACopy.c
r22688 r22699 13 13 #include "pmFPAUtils.h" 14 14 #include "pmHDUUtils.h" 15 #include "pmConcepts .h"15 #include "pmConceptsCopy.h" 16 16 #include "pmFPACopy.h" 17 17 -
trunk/psModules/src/camera/pmFPAHeader.c
r18163 r22699 10 10 #include "pmFPA.h" 11 11 #include "pmFPALevel.h" 12 #include "pmConcepts .h"12 #include "pmConceptsRead.h" 13 13 #include "pmFPAHeader.h" 14 14 -
trunk/psModules/src/camera/pmFPARead.c
r21363 r22699 17 17 #include "pmFPAFlags.h" 18 18 #include "pmHDUUtils.h" 19 #include "pmConcepts .h"19 #include "pmConceptsRead.h" 20 20 #include "pmFPAHeader.h" 21 21 -
trunk/psModules/src/camera/pmFPAWrite.c
r21363 r22699 18 18 #include "pmHDUUtils.h" 19 19 #include "pmHDUGenerate.h" 20 #include "pmConcepts .h"20 #include "pmConceptsWrite.h" 21 21 22 22 #include "pmFPAWrite.h" -
trunk/psModules/src/camera/pmFPAfile.c
r21363 r22699 18 18 #include "pmFPAfile.h" 19 19 #include "pmFPACopy.h" 20 #include "pmConcepts .h"20 #include "pmConceptsCopy.h" 21 21 22 22 static void pmFPAfileFree(pmFPAfile *file) … … 409 409 // XXX this should be smarter (ie, only copy concepts from the current chips) 410 410 // but such a call is needed, so re-copy stuff rather than no copy 411 pm FPACopyConcepts (out, in);411 pmConceptsCopyFPA(out, in, true, true); 412 412 413 413 // pmFPAWrite takes care of all PHUs as needed -
trunk/psModules/src/camera/pmFPAfileDefine.c
r21314 r22699 21 21 #include "pmFPAConstruct.h" 22 22 23 #include "pmConcepts .h"23 #include "pmConceptsCopy.h" 24 24 25 25 # define FPA_TEST_ASSERT(A){ \ … … 1024 1024 } 1025 1025 1026 // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile1027 // we are going to replace it when we determine the true file. blow this away here...1028 psFree (file->fpa);1029 file->fpa = NULL;1026 // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile 1027 // we are going to replace it when we determine the true file. blow this away here... 1028 psFree (file->fpa); 1029 file->fpa = NULL; 1030 1030 } 1031 1031 … … 1184 1184 1185 1185 // inherit the concepts from the src fpa: 1186 pm FPACopyConcepts(file->fpa, file->src);1186 pmConceptsCopyFPA(file->fpa, file->src, true, true); 1187 1187 1188 1188 return file; -
trunk/psModules/src/camera/pmFPAfileFitsIO.c
r21363 r22699 22 22 #include "pmFPAConstruct.h" 23 23 #include "pmDark.h" 24 #include "pmConcepts .h"24 #include "pmConceptsWrite.h" 25 25 26 26 // Get a suitable FPA for the file; generate it if necessary
Note:
See TracChangeset
for help on using the changeset viewer.
