IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2012, 2:13:03 PM (14 years ago)
Author:
bills
Message:

add option to to ppstamp to return an entire file instead of a region of interest.
This is useful for two purposes.

  1. To undo the asinh storage for stacks
  2. To replace the astrometry from chip stage with the camera stage fit

Also fixed a bug in jpeg creation for chip stage. Dropped the flipping for chip
stage as well. That is incorrect. We want the jpeg to match the chip image.
Also made the default to no_censor_masked since that isn't the usual case now
that magic is no longer a requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampOptions.c

    r32370 r33504  
    3030    options->cellName  = NULL;
    3131    options->stage  = NULL;
    32     options->censorMasked = true;
     32    options->censorMasked = false;
     33    options->writeJPEG = false;
     34    options->nocompress = false;
     35    options->wholeFile = false;
     36    options->outputFileRule = NULL;
    3337
    3438    return options;
Note: See TracChangeset for help on using the changeset viewer.