IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2010, 5:41:33 PM (16 years ago)
Author:
watersc1
Message:

Still broken with weird memory errors, but committing anyway due to JHU trip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100817/psModules/src/camera/pmFPAfile.c

    r27657 r29486  
    3636        return;
    3737    }
    38 
     38    psTrace ("pmFPAfileFree", 5, "freeing %s %ld\n", file->name,(psU64) file->fits);
    3939    psAssert(!fpaFileFreeStrict || file->fits == NULL, "File %s wasn't closed.", file->name);
    4040
     
    523523    if (!strcasecmp(type, "HEADER"))     {
    524524        return PM_FPA_FILE_HEADER;
     525    }
     526    if (!strcasecmp(type, "LINEARITY"))  {
     527      return PM_FPA_FILE_LINEARITY;
    525528    }
    526529    // deprecate this?
Note: See TracChangeset for help on using the changeset viewer.