IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2010, 9:22:59 AM (16 years ago)
Author:
eugene
Message:

do not free nonlinear options (is a double free); add linearity input option from command line; free linearity table after application; move old version of correction to it own function (not currently used, but perhaps someday)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100817/ppImage/src/ppImageArguments.c

    r24485 r29679  
    2424    fprintf(stderr, "\t-mask/-masklist: Mask image.\n");
    2525    fprintf(stderr, "\t-fringe/-fringelist: Fringe image and data.\n");
     26    fprintf(stderr, "\t-linearity/-linearlist: linearity correction file.\n");
    2627    fprintf(stderr, "\n");
    2728    exit (2);
     
    120121    pmConfigFileSetsMD (config->arguments, &argc, argv, "MASK", "-mask", "-masklist");
    121122    pmConfigFileSetsMD (config->arguments, &argc, argv, "FRINGE", "-fringe", "-fringelist");
     123    pmConfigFileSetsMD (config->arguments, &argc, argv, "LINEARITY", "-linearity", "-linearlist");
    122124
    123125    // chip selection is used to limit chips to be processed
Note: See TracChangeset for help on using the changeset viewer.