IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36600


Ignore:
Timestamp:
Mar 19, 2014, 4:06:15 PM (12 years ago)
Author:
bills
Message:

set source->type to unknown now that we are running rough class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/psModules/src/objects/pmSourceIO_CFF.c

    r36598 r36600  
    125125        pmModel *model = pmModelAlloc (modelType);
    126126        source->modelPSF  = model;
    127         source->type = PM_SOURCE_TYPE_STAR; // XXX this should be added to the flags
     127//        RoughClass wants source type to be unknown
     128//        source->type = PM_SOURCE_TYPE_STAR; // XXX this should be added to the flags
     129        source->type = PM_SOURCE_TYPE_UNKNOWN;
    128130
    129131        // XXX we can set this in general, but for a specific image, we need to weed out SATSTARS and
Note: See TracChangeset for help on using the changeset viewer.