IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2010, 9:45:07 PM (15 years ago)
Author:
watersc1
Message:

Merge of czw_branch/20100817 into trunk. This includes the non-linearity correction application code.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psModules/src/camera/pmFPAfile.c

    r27657 r29833  
    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.