IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2005, 6:32:45 PM (20 years ago)
Author:
eugene
Message:

first pass on testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeConfig.c

    r5860 r5862  
    1 # include "ppImage.h"
     1# include "ppMerge.h"
    22
    33bool ppMergeConfig (ppConfig *config, int argc, char **argv) {
     
    2020    psMetadataAddS32(config->arguments, PS_LIST_TAIL, "-zero",  0, "Name of the mask image", 0);
    2121    psMetadataAddS32(config->arguments, PS_LIST_TAIL, "-scale", 0, "Chip number to process (if positive)", 1);
     22    psMetadataAddS32(config->arguments, PS_LIST_TAIL, "-chip",  0, "Chip number to process (if positive)",-1);
    2223
    2324    if (! psArgumentParse(config->arguments, &argc, argv) || argc != 2) {
    2425        printf("\nPan-STARRS Phase 2 processing\n\n");
    25         printf("Usage: %s INPUT.fits OUTPUT.fits\n\n", argv[0]);
     26        printf("Usage: %s OUTPUT.fits\n\n", argv[0]);
    2627        psArgumentHelp(config->arguments);
    2728        psFree(config->arguments);
Note: See TracChangeset for help on using the changeset viewer.