- Timestamp:
- Mar 31, 2006, 4:47:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceIO_RAW.c
r6712 r6751 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1.2. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 3-28 02:14:56$5 * @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-01 02:47:20 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 95 95 log10(model[0].chisq/model[0].nDOF), 96 96 source[0].moments->SN, 97 model[0].radius ,97 model[0].radiusTMP, 98 98 model[0].nDOF, 99 99 model[0].nIter); … … 125 125 if (source->type != PM_SOURCE_TYPE_EXTENDED) 126 126 continue; 127 model = pmSourceMagnitudes (source, NULL, 0.0);127 model = pmSourceMagnitudes (source, NULL, false, false); 128 128 if (model == NULL) 129 129 continue; … … 151 151 log10(model[0].chisq/model[0].nDOF), 152 152 source[0].moments->SN, 153 model[0].radius ,153 model[0].radiusTMP, 154 154 model[0].nDOF, 155 155 model[0].nIter);
Note:
See TracChangeset
for help on using the changeset viewer.
