- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsImage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psLib/src/fits/psFitsImage.c
r28509 r30118 900 900 901 901 if (nAxis == 2) { 902 psImage *image = psFitsReadImage(fits, region, 0); 903 if (!image) { 904 psFitsError(status, true, "Could not read image into cube"); 905 return NULL; 906 } 902 907 psArray *images = psArrayAlloc(1); // Single image plane 903 images->data[0] = psFitsReadImage(fits, region, 0);908 images->data[0] = image; 904 909 return images; 905 910 }
Note:
See TracChangeset
for help on using the changeset viewer.
