IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2011, 3:13:28 PM (15 years ago)
Author:
watersc1
Message:

finished with logflux code, but haven't run any tests to confirm that the new stacking recipes work as designed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20101203/psModules/src/camera/pmFPAfileDefine.c

    r30255 r30419  
    312312                options->bzero = parseOptionDouble(scheme, "BZERO", source); // Zero point
    313313                break;
     314            case PS_FITS_SCALE_LOG_MANUAL:
     315              options->bscale = parseOptionDouble(scheme, "BSCALE", source); // Scaling
     316              options->bzero = parseOptionDouble(scheme, "BZERO", source); // Zero point
     317              options->boffset = parseOptionDouble(scheme, "BOFFSET", source); // Log offset
     318              break;         
    314319              default:
    315320                psAbort("Should never get here.");
Note: See TracChangeset for help on using the changeset viewer.