QMRITools`
QMRITools`
JoinSets
JoinSets[{dat1,dat2, …},over]
joins dat1, dat2, ... with over slices overlap.
JoinSets[{dat1,dat2, …},{over1,over2, …}]
joins dat1 and dat2 with over1 slices overlap, Joins dat2 and dat3 with over2 slices overlap and so on.
JoinSets[{dat1,dat2, …},{{over,drop1,drop2}, …}]
joins dat1, dat2 with over slices overlap and drops drop1 slices for dat1 and drop2 from drop 2. DOI: 10.1148/radiol.14140702.
Details
- The following options can be given:
-
ReverseSets False ReverseSets is an option for JoinSets. Reverses the order of the datsets, False by default. ReverseData True ReverseData is an option for JoinSets. Reverses each individual datset given as input for the JoinSets function. True by default. NormalizeOverlap True NormalizeOverlap is an option for JoinSets. True removes strong signal dropoff at the end of a stack. NormalizeSets True NormalizeSets is an option for JoinSets. True normalizes the individual stacs before joining. MotionCorrectSets False MotionCorrectSets is an option for JoinSets. True motion corrects the individual stacs before joining using CorrectJoinSetMotion. PaddOverlap 0 PaddOverlap is an option of CorrectJoinSetMotion and JoinSets. it allows for extra motion in the z direction. JoinSetSplit True JoinSetSplit is an option ofr CorrectJoinSetMotion. If True RegisterDataTransformSplit is used else RegisterDataTransform is used. MonitorCalc True MonitorCalc is an option for many processing functions. When true the proceses of the calculation is shown.