IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16713


Ignore:
Timestamp:
Feb 28, 2008, 11:17:26 AM (18 years ago)
Author:
eugene
Message:

move copy of options to avoid stomping on later modification of options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080225/psModules/src/camera/pmFPAfileIO.c

    r16355 r16713  
    748748        file->state = PM_FPA_STATE_OPEN;
    749749
     750        file->fits->options = psMemIncrRefCounter(file->options);
     751
    750752        // if needed, set the optional EXTWORD field based on the camera value
    751753        if (file->format) {
     
    771773            }
    772774        }
    773 
    774         file->fits->options = psMemIncrRefCounter(file->options);
    775775
    776776        // In some cases, we need to read the PHU after we've opened the file.  This happens for the images
Note: See TracChangeset for help on using the changeset viewer.