Class AlgorithmConcatMult

    • Field Detail

      • images

        protected ModelImage[] images
        array of images
      • destImage

        protected ModelImage destImage
        final image
      • xDim

        protected int xDim
        x and y dimensions of image
      • yDim

        protected int yDim
        x and y dimensions of image
      • copyAllInfo

        protected boolean copyAllInfo
        Whether to copy all file information
    • Constructor Detail

      • AlgorithmConcatMult

        public AlgorithmConcatMult()
    • Method Detail

      • copyBaseInfo

        protected void copyBaseInfo​(FileInfoBase[] fileInfo,
                                    FileInfoBase srcFileInfo,
                                    float[] resols,
                                    float[] origins,
                                    int[] units,
                                    int i)
      • copyDicomInfo

        protected void copyDicomInfo​(FileInfoBase[] destFileInfo,
                                     FileInfoBase baseDicomInfo,
                                     float[] resols,
                                     int z,
                                     int t,
                                     int sliceCounter)
        Most efficient way of creating DICOM tags for 4-D. Uses pointers based on srcimage dicom tags
        Parameters:
        destFileInfo -
        resols -
        j -
        z -
        t -
        sliceCounter -