@cornerstonejs/adapters 2.0.0-beta.27 → 2.0.0-beta.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,7 +164,7 @@ function _createSegFromImages(images, isMultiframe, options) {
164
164
  }
165
165
 
166
166
  /**
167
- * generateToolState - Given a set of cornrstoneTools imageIds and a Segmentation buffer,
167
+ * generateToolState - Given a set of cornerstoneTools imageIds and a Segmentation buffer,
168
168
  * derive cornerstoneTools toolState and brush metadata.
169
169
  *
170
170
  * @param {string[]} imageIds - An array of the imageIds.
@@ -836,7 +836,7 @@ function unpackPixelData(multiframe, options) {
836
836
  data = multiframe.PixelData;
837
837
  }
838
838
  if (data === undefined) {
839
- log.error("This segmentation pixeldata is undefined.");
839
+ log.error("This segmentation pixelData is undefined.");
840
840
  }
841
841
  if (segType === "BINARY") {
842
842
  // For extreme big data, we can't unpack the data at once and we need to
@@ -2417,7 +2417,7 @@
2417
2417
  }
2418
2418
 
2419
2419
  /**
2420
- * generateToolState - Given a set of cornrstoneTools imageIds and a Segmentation buffer,
2420
+ * generateToolState - Given a set of cornerstoneTools imageIds and a Segmentation buffer,
2421
2421
  * derive cornerstoneTools toolState and brush metadata.
2422
2422
  *
2423
2423
  * @param {string[]} imageIds - An array of the imageIds.
@@ -3089,7 +3089,7 @@
3089
3089
  data = multiframe.PixelData;
3090
3090
  }
3091
3091
  if (data === undefined) {
3092
- dcmjs.log.error("This segmentation pixeldata is undefined.");
3092
+ dcmjs.log.error("This segmentation pixelData is undefined.");
3093
3093
  }
3094
3094
  if (segType === "BINARY") {
3095
3095
  // For extreme big data, we can't unpack the data at once and we need to