IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2010, 9:17:43 AM (16 years ago)
Author:
eugene
Message:

re-work non-linear correction to pre-load table before applying to the pixels (speeds up processing)

File:
1 edited

Legend:

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

    r29486 r29678  
    552552      case PM_FPA_FILE_ASTROM_MODEL:
    553553      case PM_FPA_FILE_ASTROM_REFSTARS:
    554     case PM_FPA_FILE_LINEARITY:
     554      case PM_FPA_FILE_LINEARITY:
    555555        psTrace ("psModules.camera", 5, "closing %s (%s) (%d:%d:%d)\n", file->filename, file->name, view->chip, view->cell, view->readout);
    556556        status = psFitsClose (file->fits);
     
    631631      case PM_FPA_FILE_JPEG:
    632632      case PM_FPA_FILE_KAPA:
    633     case PM_FPA_FILE_LINEARITY:
     633      case PM_FPA_FILE_LINEARITY:
    634634        psTrace ("psModules.camera", 5, "nothing to free for %s (%s)\n", file->filename, file->name);
    635635        return true;
Note: See TracChangeset for help on using the changeset viewer.