Changeset 36600
- Timestamp:
- Mar 19, 2014, 4:06:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20140114/psModules/src/objects/pmSourceIO_CFF.c
r36598 r36600 125 125 pmModel *model = pmModelAlloc (modelType); 126 126 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; 128 130 129 131 // 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.
