IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39336


Ignore:
Timestamp:
Feb 10, 2016, 9:37:02 AM (10 years ago)
Author:
eugene
Message:

enable repair by object and stackID

Location:
trunk/Ohana/src/dvomerge/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvorepairFixStackIDs.c

    r39323 r39336  
    1919    exit (2);
    2020  }
    21 
    22   fprintf (stderr, "is this mode tested?\n");
    23   exit (2);
    2421
    2522  char *catdir_list  = argv[1];
  • trunk/Ohana/src/dvomerge/src/dvorepair_by_objID.c

    r39323 r39336  
    77    exit (2);
    88  }
    9 
    10   fprintf (stderr, "is this mode tested?\n");
    11   exit (2);
    129
    1310  char *cptFile = argv[1];
     
    2017
    2118  // always load all of the data (if any exists)
    22   catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ | DVO_LOAD_STARPAR;
     19  catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ | DVO_LOAD_STARPAR | DVO_LOAD_GALPHOT;
    2320  catalog.catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
    2421  catalog.catmode   = dvo_catalog_catmode (CATMODE);      // set the default catmode from config data
Note: See TracChangeset for help on using the changeset viewer.