IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2005, 10:36:17 AM (21 years ago)
Author:
eugene
Message:

adding SkyRegion support to addstar (removing GSCRegion)

File:
1 edited

Legend:

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

    r5347 r5443  
    5656  ScanConfig (config, "CATFORMAT",              "%s",  0, CATFORMAT);
    5757  ScanConfig (config, "PHOTCODE_FILE",          "%s",  0, PhotCodeFile);
     58  if (!ScanConfig (config, "SKY_DEPTH",         "%d",  0, &SKY_DEPTH)) {
     59    SKY_DEPTH = 2;
     60  }
    5861
    5962  /* used by client/server setup */
Note: See TracChangeset for help on using the changeset viewer.