Changeset 42289 for trunk/psastro/src/psastroMosaicOneChip.c
- Timestamp:
- Sep 23, 2022, 5:57:17 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicOneChip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicOneChip.c
r41895 r42289 148 148 if (order == 1) { minNstar = PS_MAX ( 8, minNstar); } 149 149 150 // determine fromFPA transformation and apply new transformation to raw & ref stars 151 psastroUpdateChipToFPA (fpa, chip); 152 150 153 bool validSolution = true; 151 154 … … 162 165 if (astNstar < minNstar) { 163 166 psLogMsg("psastro", PS_LOG_INFO, "solution uses too few stars: %d < %d", astNstar, minNstar); 167 validSolution = false; 168 } 169 if (!chip->fromFPA) { 170 psLogMsg("psastro", PS_LOG_INFO, "toFPA/fromFPA inversion failure"); 164 171 validSolution = false; 165 172 } … … 189 196 psMetadataAddF32 (updates, PS_LIST_TAIL, "AST_MRY", PS_META_REPLACE, "mosaic astrometry Y 10-90 percentile (arcsec)", results->dYrange * plateScale); 190 197 191 // determine fromFPA transformation and apply new transformation to raw & ref stars 192 psastroUpdateChipToFPA (fpa, chip); 193 194 //plot results 198 // plot results 195 199 pmAstromVisualPlotMosaicOneChip(rawstars, refstars, match, recipe); 196 200
Note:
See TracChangeset
for help on using the changeset viewer.
