- Timestamp:
- Apr 19, 2013, 3:42:02 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppImage/src (modified) (1 prop)
-
ppImage/src/ppImageParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307
- Property svn:mergeinfo changed
/trunk merged: 35353-35354,35356-35368,35380,35383-35384,35388-35392,35394-35400,35409-35411
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/ppImage/src
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20130307/ppImage/src/ppImageParseCamera.c
r35081 r35413 22 22 ppImageOptions *options = ppImageOptionsParse(config); 23 23 24 // parse the header to extract out whether this OTA has video cells.25 // CZW: 2012-05-01 I'm somewhat ashamed of what needs to be done to get to the header. There has to be a simpler way, right?26 /* pmFPAview *view = pmFPAviewAlloc(0);// View for level of interest */27 /* pmChip *chip; // Chip from FPA */28 /* while ((chip = pmFPAviewNextChip(view, input->fpa, 1)) != NULL) { */29 /* if (!chip->process || !chip->file_exists) { */30 /* continue; */31 /* } */32 /* /\* if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { *\/ */33 /* /\* continue; *\/ */34 /* /\* } *\/ */35 /* psWarning("VIDEO: %d %d %d\n",(int) options->hasVideo,(int) options->useVideoDark, (int) options->useVideoMask); */36 /* if (psMetadataLookupStr(NULL,chip->hdu->header,"CELLMODE")) { */37 /* psWarning("VIDEO: %d %d %d\n",(int) options->hasVideo,(int) options->useVideoDark, (int) options->useVideoMask); */38 /* char *Vptr = strchr(psMetadataLookupStr(NULL,chip->hdu->header,"CELLMODE"),'V'); */39 /* if (Vptr) { */40 /* options->hasVideo = true; */41 /* psWarning("VIDEO: %d %d %d\n",(int) options->hasVideo,(int) options->useVideoDark, (int) options->useVideoMask); */42 /* } */43 /* } */44 /* } */45 /* pmFPAviewReset(view); */46 /* psFree(view); */47 48 24 // the following are defined from the argument list, if given, 49 25 // otherwise they revert to the config information
Note:
See TracChangeset
for help on using the changeset viewer.
