- Timestamp:
- Feb 4, 2023, 12:12:53 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20220316/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroMosaicOneChip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psastro
- Property svn:mergeinfo changed
/trunk/psastro (added) merged: 42257,42285,42289,42293-42294,42357
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/psastro/src/psastroMosaicOneChip.c
r41895 r42370 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.
