IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2010, 4:17:23 PM (16 years ago)
Author:
eugene
Message:

handle unmatched detections and images; add iteration over chips and objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relastro.20100326/src/args.c

    r27496 r27497  
    244244    remove_argument (N, &argc, argv);
    245245    DophotSelect = TRUE;
     246  }
     247
     248  NLOOP = 4;
     249  if ((N = get_argument (argc, argv, "-nloop"))) {
     250    remove_argument (N, &argc, argv);
     251    NLOOP = atof (argv[N]);
     252    remove_argument (N, &argc, argv);
    246253  }
    247254
     
    267274  fprintf (stderr, "  -statmode (mode)\n");
    268275  fprintf (stderr, "  -reset");
     276  fprintf (stderr, "  -nloop (N) : number of image-fit iterations");
    269277  fprintf (stderr, "  -update : apply new fit to database\n");
    270278  fprintf (stderr, "  -params\n");
Note: See TracChangeset for help on using the changeset viewer.