IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2005, 10:25:14 AM (21 years ago)
Author:
eugene
Message:

adding FITS tables to imclean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imclean/src/args.c

    r2423 r3412  
    2121  if ((N = get_argument (argc, argv, "-v"))) {
    2222    VERBOSE = TRUE;
     23    remove_argument (N, &argc, argv);
     24  }
     25  FITS_OUTPUT = FALSE;
     26  if ((N = get_argument (argc, argv, "-fits"))) {
     27    FITS_OUTPUT = TRUE;
    2328    remove_argument (N, &argc, argv);
    2429  }
Note: See TracChangeset for help on using the changeset viewer.