IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2021, 6:45:21 AM (5 years ago)
Author:
eugene
Message:

adding simple percentile stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppStack.20211015/src/ppStackOptions.c

    r36855 r41841  
    5656    options->num = 0;
    5757    options->quality = 0;
     58
     59    options->clipPercent = false;
     60    options->clipMinRange = 0.16; // 1-sigma default
     61    options->clipMaxRange = 0.84; // 1-sigma default
     62
    5863    options->psf = NULL;
    5964    options->sumExposure = NAN;
Note: See TracChangeset for help on using the changeset viewer.