Changeset 15096 for trunk/psModules/src/camera/pmFPAWrite.c
- Timestamp:
- Sep 28, 2007, 3:26:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.c
r15094 r15096 8 8 #include <pslib.h> 9 9 10 #include "pmConfig.h" 10 11 #include "pmHDU.h" 11 12 #include "pmFPA.h" 12 13 #include "pmFPALevel.h" 14 #include "pmFPAview.h" 15 #include "pmDetrendDB.h" 16 #include "pmFPAfile.h" 13 17 #include "pmHDUUtils.h" 14 18 #include "pmHDUGenerate.h" … … 65 69 } 66 70 67 pmFPAview *view = pmFPA ViewGenerate(fpa, chip, cell, NULL); // View for fpa, chip, cell68 psString *content = pmFPANameFromRule(rule, fpa, view); // Content of this file, specified by the rule71 pmFPAview *view = pmFPAviewGenerate(fpa, chip, cell, NULL); // View for fpa, chip, cell 72 psString content = pmFPANameFromRule(rule, fpa, view); // Content of this file, specified by the rule 69 73 psFree(view); 70 74 … … 76 80 } 77 81 78 psMetadataAddStr(hdu->header, PS_LIST_ END, contentKey, PS_META_REPLACE, "Content of file", content);82 psMetadataAddStr(hdu->header, PS_LIST_TAIL, contentKey, PS_META_REPLACE, "Content of file", content); 79 83 psFree(content); // Drop reference 80 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
