IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2018, 9:10:37 AM (8 years ago)
Author:
mhuber
Message:

mod to pstamp to provide multiple images for all overlapping pixels in the ROI for byexp and skycoords request using last open OPTION_MASK 8192 value (ie MOPS)

File:
1 edited

Legend:

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

    r35893 r40389  
    3131    fprintf(stderr, "   [-write_cmf]          : create an output cmf with the sources overlapping the stamp\n");
    3232    fprintf(stderr, "   [-wholefile]          : ignore the region of interest and process the entire input image\n");
     33    fprintf(stderr, "   [-centeroffchip]          : allow center to be off chip boundary and include any pixels in ROI (testing) \n");
    3334    // fprintf(stderr, "   [-no_censor_masked]   : do not set masked pixels to NAN\n");
    3435    fprintf(stderr, "\n");
     
    6667    *pOptions = options;
    6768
     69    if ((argnum = psArgumentGet(argc, argv, "-centeroffchip"))) {
     70        psArgumentRemove(argnum, &argc, argv);
     71        options->centeroffchip = true;
     72    }
     73       
    6874    if ((argnum = psArgumentGet(argc, argv, "-wholefile"))) {
    6975        psArgumentRemove(argnum, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.