Changeset 20520 for trunk/magic/remove/src/streaksremove.c
- Timestamp:
- Nov 3, 2008, 4:38:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksremove.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksremove.c
r20496 r20520 259 259 } 260 260 261 // got getthe astrometry261 // read in the astrometry 262 262 astrometry_read(sf); 263 263 } … … 312 312 } 313 313 setupAstromFromFPA(sf); 314 if (CHIP_LEVEL_INPUT(sf->stage)) { 315 computeWarpedPixels(sf); 316 } 314 317 315 318 psElemType tileType; // Type corresponding to "long" … … 498 501 499 502 503 if (!pmConfigFileSetsMD(config->arguments, &argc, argv, "SKYCELLS", "-skycell", "-skycelllist")) { ; 504 if (CHIP_LEVEL_INPUT(stage)) { 505 psError(PS_ERR_UNKNOWN, true, "-skycelllist is required for raw and chip stages\n"); 506 return NULL; 507 } 508 } 509 500 510 if (!pmConfigFileSetsMD(config->arguments, &argc, argv, "ASTROM", "-astrom", NULL)) { ; 501 511 if (CHIP_LEVEL_INPUT(stage)) {
Note:
See TracChangeset
for help on using the changeset viewer.
