- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psLib/src/fits/psFitsImage.c
r33415 r34041 97 97 98 98 /* Validate the number of axis */ 99 if ( (info->nAxis < 2) || (info->nAxis > 3)) {99 if (info->nAxis > 3) { 100 100 psError(PS_ERR_IO, true, 101 101 _("Image number of dimensions, %d, is not supported."), info->nAxis); … … 108 108 goto bad; 109 109 } 110 111 info->nAxes[0] = PS_MAX (info->nAxes[0], 1); 112 info->nAxes[1] = PS_MAX (info->nAxes[1], 1); 113 info->nAxes[2] = PS_MAX (info->nAxes[2], 1); 110 114 111 115 info->firstPixel[0] = region.x0 + 1;
Note:
See TracChangeset
for help on using the changeset viewer.
