Stitching existing data
>> cd /mnt/myLocalData/SampleXYZ
>> ls -l
>> stitchAllChannels
>> downsampleAllChannels(25) %Generate 25 micron volumes for stitchit.sampleSplitter>> cd /mnt/myLocalData/mySample
>> generateTileIndex %Indexes tiles, determining where each fits in the final volume
>> preProcessTiles([],'illumChans',2,3) %Calculate coefficients for correcting artifacts from channels 2 and 3
>> collateAverageImages %Calculate grand average tiles
>> stitchSection([],2) %Stitch all physical sections from channel 2
Last updated
Was this helpful?