- Timestamp:
- Oct 9, 2008, 2:39:01 PM (18 years ago)
- Location:
- branches/cnb_branch_20080830/psastro/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastroModelDataSave.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20080830/psastro/src
- Property svn:ignore
-
old new 15 15 psastroModel 16 16 gpcModel 17 psastroModelFit
-
- Property svn:ignore
-
branches/cnb_branch_20080830/psastro/src/psastroModelDataSave.c
r15891 r20033 1 1 # include "psastroStandAlone.h" 2 # define NONLIN_TOL 0.001 /* tolerance in pixels */ 2 3 3 4 # define ESCAPE { \ … … 22 23 23 24 pmFPAview *view = pmFPAviewAlloc (0); 25 pmChip *chip = NULL; 24 26 25 pmChip *chip = NULL;26 27 while ((chip = pmFPAviewNextChip (view, output->fpa, 1)) != NULL) { 27 28 psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); … … 35 36 return true; 36 37 } 38 39 40
Note:
See TracChangeset
for help on using the changeset viewer.
