IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12634


Ignore:
Timestamp:
Mar 28, 2007, 9:27:05 AM (19 years ago)
Author:
eugene
Message:

added option to force deep copy in pmChipMosaic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMosaicChip.c

    r12587 r12634  
    2525    }
    2626
     27    // mosaic the chip, forcing a deep copy (resulting images are not subimages)
    2728    psTrace("pmChipMosaic", 5, "mosaic chip %s to %s (xbin,ybin: %d,%d to %d,%d)\n",
    2829            in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin);
    29     status = pmChipMosaic(outChip, inChip);
     30    status = pmChipMosaic(outChip, inChip, true);
    3031    return status;
    3132}
Note: See TracChangeset for help on using the changeset viewer.