IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2013, 3:42:02 PM (13 years ago)
Author:
eugene
Message:

merged from trunk

Location:
branches/eam_branches/ipp-20130307
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307

  • 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  
    2222    ppImageOptions *options = ppImageOptionsParse(config);
    2323
    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    
    4824    // the following are defined from the argument list, if given,
    4925    // otherwise they revert to the config information
Note: See TracChangeset for help on using the changeset viewer.