IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16818


Ignore:
Timestamp:
Mar 4, 2008, 3:07:30 PM (18 years ago)
Author:
eugene
Message:

set fits optiosn before EXTWORD is set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r16355 r16818  
    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.