Changeset 3416 for trunk/Ohana/src/mosastro/src/mosastro.c
- Timestamp:
- Mar 14, 2005, 12:46:02 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/mosastro/src/mosastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/mosastro/src/mosastro.c
r3404 r3416 56 56 if ((DUMP != NULL) && !strcmp (DUMP, "fitchips_unclip")) dump_match(); 57 57 58 ClipOnFP ( 3.0);58 ClipOnFP (2.0); 59 59 Cerror = GetScatter (&Nastro); 60 60 fprintf (stderr, "scatter (clip) : %f for %d stars\n", Cerror, Nastro); … … 64 64 fprintf (stderr, "scatter (chip) : %f for %d stars\n", Cerror, Nastro); 65 65 66 ClipOnFP (3.0); 66 ClipOnFP (2.0); 67 Cerror = GetScatter (&Nastro); 68 fprintf (stderr, "scatter (clip) : %f for %d stars\n", Cerror, Nastro); 69 70 FitChips (ChipOrder); 71 Cerror = GetScatter (&Nastro); 72 fprintf (stderr, "scatter (chip) : %f for %d stars\n", Cerror, Nastro); 73 74 ClipOnFP (2.0); 67 75 Cerror = GetScatter (&Nastro); 68 76 fprintf (stderr, "scatter (clip) : %f for %d stars\n", Cerror, Nastro);
Note:
See TracChangeset
for help on using the changeset viewer.
