IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2008, 2:17:14 PM (18 years ago)
Author:
eugene
Message:

ippScripts/scripts/camera_exp.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/wd.c

    r18279 r20652  
    8282
    8383  if (temp_header.Naxes) {
    84     gfits_convert_format (&temp_header, &temp_matrix, outBitpix, outScale, outZero, outUnsign);
     84    // the inBlank value probably does not matter: temp_matrix is float, so nan is used
     85    gfits_convert_format (&temp_header, &temp_matrix, outBitpix, outScale, outZero, 0xffff, outUnsign);
    8586  } else {
    8687    gfits_modify (&temp_header, "BITPIX", "%d", 1, outBitpix);
Note: See TracChangeset for help on using the changeset viewer.