IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2021, 2:47:07 PM (5 years ago)
Author:
eugene
Message:

minor whitespace changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDU.c

    r24312 r41525  
    224224        return false;
    225225    }
    226 
     226   
    227227    if (images) {
    228         psTrace("psModules.camera", 9, "Writing pixels for %s\n", hdu->extname);
    229         if (!psFitsWriteImageCubeWithMask(fits, hdu->header, images, masks, maskVal, extname)) {
    230             psError(PS_ERR_IO, false, "Unable to write image to extension %s\n", hdu->extname);
     228        psTrace("psModules.camera", 9, "Writing pixels for %s\n", hdu->extname);
     229        if (!psFitsWriteImageCubeWithMask(fits, hdu->header, images, masks, maskVal, extname)) {
     230            psError(PS_ERR_IO, false, "Unable to write image to extension %s\n", hdu->extname);
    231231            return false;
    232         }
     232        }
    233233    }
    234234    return true;
Note: See TracChangeset for help on using the changeset viewer.