Changeset 41535 for trunk/psModules
- Timestamp:
- Apr 3, 2021, 2:22:46 PM (5 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 3 edited
-
pmFPAAstrometry.c (modified) (3 diffs)
-
pmFPAfile.c (modified) (1 diff)
-
pmFPAfileIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAAstrometry.c
r13791 r41535 3 3 #include "pmFPAAstrometry.h" 4 4 #include "pmFPA.h" 5 6 /********** 7 8 EAM : this file is not included in the psModules build 9 alternative versions are defined by psastroMaskUtils.c 10 11 *********/ 5 12 6 13 … … 105 112 106 113 114 // EAM : this function does not handle non-linear transformations. is it used? 107 115 pmCell* pmCellInChip( 108 116 const psPlane* chipCoord, … … 233 241 } 234 242 243 // EAM : this function does not handle non-linear transformations. is it used? 235 244 psPlane* pmCoordChipToCell( 236 245 psPlane* cellCoord, -
trunk/psModules/src/camera/pmFPAfile.c
r36834 r41535 38 38 psTrace ("pmFPAfileFree", 5, "freeing %s %p\n", file->name, file->fits); 39 39 psAssert(!fpaFileFreeStrict || file->fits == NULL, "File %s wasn't closed.", file->name); 40 41 int testFile = FALSE; 42 testFile = testFile || !strcmp(file->name, "GDIFF.OUTPUT.SOURCES"); 43 testFile = testFile || !strcmp(file->name, "GDIFF.POS1.SOURCES"); 44 testFile = testFile || !strcmp(file->name, "GDIFF.POS2.SOURCES"); 45 if (FALSE && testFile) { 46 fprintf (stderr, "%s : %d : %d", file->name, file->state, file->mode); 47 fprintf (stderr, "\n"); 48 } 40 49 41 50 psTrace ("pmFPAfileFree", 5, "freeing %s\n", file->name); -
trunk/psModules/src/camera/pmFPAfileIO.c
r36856 r41535 62 62 63 63 #include "pmFPAfileIO.h" 64 65 void CatchTestFile (pmFPAfile *file, const char *function) { 66 67 int testFile = FALSE; 68 testFile = testFile || !strcmp(file->name, "GDIFF.OUTPUT.SOURCES"); 69 testFile = testFile || !strcmp(file->name, "GDIFF.POS1.SOURCES"); 70 testFile = testFile || !strcmp(file->name, "GDIFF.POS2.SOURCES"); 71 if (FALSE && testFile) { 72 fprintf (stderr, "%s : %d : %d (%s)", file->name, file->state, file->mode, function); 73 fprintf (stderr, "\n"); 74 } 75 } 64 76 65 77 // attempt create, read, write, close, or free pmFPAfiles available in files files are
Note:
See TracChangeset
for help on using the changeset viewer.
