Changeset 41744 for trunk/dvoTools/src/dvoMakeCorrLoop.c
- Timestamp:
- Jul 30, 2021, 11:26:38 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/dvoTools/src/dvoMakeCorrLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvoTools/src/dvoMakeCorrLoop.c
r41680 r41744 66 66 continue; 67 67 } 68 69 // not all extensions are required to exist. skip if not found 70 if (!psFitsMoveExtName (input->fits, inChip->hdu->extname)) { 71 continue; 72 } 68 73 psImage *inImage = psFitsReadImage (input->fits, fullImage, 0); 69 74 assert (inImage);
Note:
See TracChangeset
for help on using the changeset viewer.
