IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:43:45 AM (15 years ago)
Author:
eugene
Message:

various improvements to relphot, related support

File:
1 edited

Legend:

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

    r31160 r31450  
    128128  }
    129129
     130  MaxDensityUse = FALSE;
     131  if ((N = get_argument (argc, argv, "-max-density"))) {
     132    remove_argument (N, &argc, argv);
     133    MaxDensityValue = atof(argv[N]);
     134    remove_argument (N, &argc, argv);
     135    MaxDensityUse = TRUE;
     136  }
     137
    130138  SHOW_PARAMS = FALSE;
    131139  if ((N = get_argument (argc, argv, "-params"))) {
Note: See TracChangeset for help on using the changeset viewer.