Changeset 10880 for trunk/psastro/src/psastroOneChip.c
- Timestamp:
- Jan 2, 2007, 3:26:52 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroOneChip.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroOneChip.c
r10864 r10880 23 23 // allowed limits for valid solutions 24 24 REQUIRED_RECIPE_VALUE (float maxError, "PSASTRO.MAX.ERROR", F32, "failed to find single-chip max allowed error\n"); 25 26 25 REQUIRED_RECIPE_VALUE (int minNstar, "PSASTRO.MIN.NSTAR", S32, "failed to find single-chip min allowed stars\n"); 27 26 … … 53 52 } 54 53 55 // create the output fit model, modify the order to correspond to the actual number of 56 // matched stars: 54 // modify the order to correspond to the actual number of matched stars: 57 55 if ((match->n < 11) && (order >= 3)) order = 2; 58 56 if ((match->n < 7) && (order >= 2)) order = 1; … … 66 64 } 67 65 68 // set masks appropriate to the Elixir DVO astrometry format66 // create output toFPA; set masks appropriate to the Elixir DVO astrometry format 69 67 psFree (chip->toFPA); 70 68 chip->toFPA = psPlaneTransformAlloc (order, order); … … 125 123 psMetadataAddF32 (updates, PS_LIST_TAIL, "EQUINOX", PS_META_REPLACE, "equinox of ref catalog", 2000.0); // XXX this is bogus: should be defined based on equinox of refstars 126 124 127 // write results125 // determine fromFPA transformation and apply new transformation to raw & ref stars 128 126 psastroUpdateChipToFPA (fpa, chip, rawstars, refstars); 129 127
Note:
See TracChangeset
for help on using the changeset viewer.
