IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38662


Ignore:
Timestamp:
Aug 5, 2015, 9:17:29 AM (11 years ago)
Author:
eugene
Message:

need to save measure as well as average and secfit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/fakeastro/src/save_fake_stars.c

    r38471 r38662  
    2424    catalog.catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
    2525    catalog.catmode   = dvo_catalog_catmode (CATMODE);      // set the default catmode from config data
    26     // catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT | DVO_LOAD_MEASURE | DVO_LOAD_STARPAR; // use this for non-update mode
    27     catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT | DVO_LOAD_STARPAR;
     26    catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT | DVO_LOAD_MEASURE | DVO_LOAD_STARPAR; // use this for non-update mode
     27    // catalog.catflags  = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT | DVO_LOAD_STARPAR;
    2828    catalog.Nsecfilt  = GetPhotcodeNsecfilt ();
    2929
Note: See TracChangeset for help on using the changeset viewer.