- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
magic/remove/src (modified) (1 prop)
-
magic/remove/src/streaksremove.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/magic/remove/src
- Property svn:ignore
-
old new 1 isdestreaked 1 2 streaksremove 2 3 streaksreplace
-
- Property svn:ignore
-
branches/czw_branch/cleanup/magic/remove/src/streaksremove.c
r24691 r24951 198 198 } while (streakFilesNextExtension(sfiles)); 199 199 200 200 201 psFree(streaks); 201 202 202 203 psLogMsg("streaksremove", PS_LOG_INFO, "pixels: %ld streak pixels: %ld %4.2f%%\n", totalPixels, totalStreakPixels, 100. * totalStreakPixels / totalPixels); 204 205 // check the weight and mask files for extra extensions that might be in files 206 // (covariance matrix for example) 207 copyExtraExtensions(sfiles); 203 208 204 209 // all done close the files. This is where the files are written so it can take a long time. … … 483 488 if (sf->bilevelAstrometry) { 484 489 485 linearizeTransforms(sf->astrom); 490 if (!linearizeTransforms(sf->astrom)) { 491 // fit failed, leave the astrometry unchanged 492 return; 493 } 486 494 487 495 if (!pmAstromWriteWCS(sf->outImage->header, sf->inAstrom->fpa, sf->chip, 0.001)) {
Note:
See TracChangeset
for help on using the changeset viewer.
