IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28967


Ignore:
Timestamp:
Aug 19, 2010, 3:13:08 PM (16 years ago)
Author:
rhenders
Message:

Getting new DETECTIONFILTER field from config for use when importing smf files into DVO. Will default to 0 if none is supplied.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/ConfigInit.c

    r28214 r28967  
    212212  }
    213213
     214  /* get detection filtering mask */
     215  if(!ScanConfig (config, "DETECTIONFILTER", "%d", 0, &options.detectionFilter)) {
     216      options.detectionFilter = 0;
     217      fprintf (stderr, "Could not find 'DETECTIONFILTER' in config, using '%x'\n", options.detectionFilter);
     218  }
     219
    214220  free (config);
    215221  free (file);
Note: See TracChangeset for help on using the changeset viewer.