Changeset 35614
- Timestamp:
- May 31, 2013, 5:25:32 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130509/psphot/src
- Files:
-
- 3 edited
-
psphotModelTestReadout.c (modified) (1 diff)
-
psphotRadialPlot.c (modified) (1 diff)
-
psphotVisual.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psphot/src/psphotModelTestReadout.c
r35559 r35614 161 161 // get the initial model parameter guess 162 162 pmModel *model = pmSourceModelGuess (source, modelType, maskVal, markVal); 163 if (!model) { 164 fprintf (stderr, "failed to generate model guess\n"); 165 exit (2); 166 } 167 163 168 source->modelEXT = model; 164 169 -
branches/eam_branches/ipp-20130509/psphot/src/psphotRadialPlot.c
r21183 r35614 15 15 if (nCount > 00) { 16 16 if (*kapa != 0) { 17 K iiClose (*kapa);17 KapaClose (*kapa); 18 18 *kapa = 0; 19 19 } -
branches/eam_branches/ipp-20130509/psphot/src/psphotVisual.c
r34404 r35614 29 29 bool psphotVisualClose(void) 30 30 { 31 if(kapa1 != -1) K iiClose(kapa1);32 if(kapa2 != -1) K iiClose(kapa2);33 if(kapa3 != -1) K iiClose(kapa3);31 if(kapa1 != -1) KapaClose(kapa1); 32 if(kapa2 != -1) KapaClose(kapa2); 33 if(kapa3 != -1) KapaClose(kapa3); 34 34 return true; 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
