IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2005, 6:15:21 PM (21 years ago)
Author:
Paul Price
Message:

Adding shiftSize to calculate (without doing the whole stac procedure) the size of the output image. Moving the help stuff out to separate files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacConfig.c

    r3610 r3660  
    44#include <getopt.h>
    55#include <string.h>
     6#include "pslib.h"
    67#include "stac.h"
    7 
    8 void help(const char *name)
    9 {
    10     fprintf (stderr, "STAC: Simultaneous Telescope Array Combination\n"
    11              "Usage: %s [-h] [-v] [-g GAIN] [-r RN] [-o NX NY] [-S] [-s SAT] [-b BAD] [-p FILE MAP] [-a APER] [-k REJ] [-n NREJECT] [-k FRAC] [-G GRAD] OUT IN1 IN2...\n"
    12              "where\n"
    13              "\t-h           Help (this info)\n"
    14              "\t-v           Increase verbosity level\n"
    15              "\t-g           Gain (e/ADU) for detectors\n"
    16              "\t-r           Read noise (e) for detectors\n"
    17              "\t-o NX NY     Size of output image (512, 512)\n"
    18              "\t-S           Save shifted images (false)\n"
    19              "\t-s SAT       Saturation level (65535)\n"
    20              "\t-b BAD       Bad level (0)\n"
    21              "\t-p FILE MAP  Specify file containing star coordinates, with map\n"
    22              "\t-a APER      Aperture size to use for photometry (3 pix)\n"
    23              "\t-k REJ       Rejection level (k-sigma; 3.5)\n"
    24              "\t-n NREJECT   Number of rejection iterations (2)\n"
    25              "\t-f FRAC      Fraction of pixel to be marked before considered bad (0.5)\n"
    26              "\t-d GRAD      Gradient threshold for pixel to be marked (0.0)\n"
    27              "\tOUT          Output image\n"
    28              "\tIN1, IN2...  Input images, which have associated .map files.\n",
    29              name
    30         );
    31 }
    32 
    338
    349stacConfig *stacConfigAlloc(void)
Note: See TracChangeset for help on using the changeset viewer.