IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 1:14:22 PM (20 years ago)
Author:
eugene
Message:

modifying dvo_catalog APIs

File:
1 edited

Legend:

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

    r7080 r8328  
    1515  for (i = 0; i < skylist[0].Nregions; i++) {
    1616    tcatalog.filename = skylist[0].filename[i];
     17
     18    tcatalog.catformat = dvo_catalog_format (CATFORMAT);  // set the default catformat from config data
     19    tcatalog.catmode   = dvo_catalog_mode (CATMODE);      // set the default catmode from config data
     20    tcatalog.lockmode  = LCK_SOFT;
     21    dvo_catalog_open (&tcatalog, skylist[0].regions[i], Nsecfilt, "r");
     22
    1723    switch (lock_catalog (&tcatalog, LCK_SOFT)) {
    1824    case 0:
Note: See TracChangeset for help on using the changeset viewer.