IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 3:42:38 PM (18 years ago)
Author:
bills
Message:

added arguments for mask and weight images. Not used yet

File:
1 edited

Legend:

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

    r18549 r18980  
    2323    fprintf(stderr, "   [-class_id class_id]     selects class_id (only used with -pixcenter)\n");
    2424    fprintf(stderr, "   [-astrom astrom.cmp] : provide an alternative astrometry calibration\n");
     25    fprintf(stderr, "   [-mask   mk_image] :   mask image\n");
     26    fprintf(stderr, "   [-weight wt_image] :   weight image\n");
    2527    fprintf(stderr, "\n");
    2628
     
    7779    }
    7880
    79     pmConfigFileSetsMD(config->arguments, &argc, argv, "ASTROM",   "-astrom", "-astromlist");
     81    pmConfigFileSetsMD(config->arguments, &argc, argv, "ASTROM", "-astrom", "-astromlist");
     82    pmConfigFileSetsMD(config->arguments, &argc, argv, "MASK",   "-mask", "-masklist");
     83    pmConfigFileSetsMD(config->arguments, &argc, argv, "WEIGHT", "-weight", "-weightlist");
    8084
    8185    // the input file is a required argument; if not found, we will exit
Note: See TracChangeset for help on using the changeset viewer.