736 | | ||!WholeIndexRange||'off'/'on'||'off'||prescribes the file index ranges from min to max (the whole file series is needed)|| |
737 | | ||!AllowInputSort||'off'/'on'||'off'||provides an automatic alphabetic sorting of the list of input files !SubDir (so that the order of intput file series used does not depend on the order of introduction)]|| |
738 | | ||!NbSlice||||'off'||nbre of slices|| |
| 736 | ||.!WholeIndexRange||'off'/'on'||'off'||prescribes the file index ranges from min to max (the whole file series is needed)|| |
| 737 | ||.!AllowInputSort||'off'/'on'||'off'||for multiple lines in the input file table, provides an automatic alphabetic sorting of the list of input files !SubDir (so that the order of intput file series used does not depend on the order of introduction)|| |
| 738 | ||.!NbSlice||positive integer||1||nbre of slices for processing on field indices modulo !NbSlice|| |
| 739 | ||.!VelType||'off'/'one'/'two'||'off'||allows to select one input velocity type (for PIV data), or two types (two menus)|| |
| 740 | ||.!FieldName||'off'/'one'/'two'||||allows to select one input field name, or two (two menus)|| |
| 741 | ||.!FieldTransform||'off'/'on'||'off'||allows the visibility of the menu 'transform function' (for instance phys transform)|| |
| 742 | ||.!ProjObject||'off'/'on'||'off'||allows the introduction of a projection object|| |
| 743 | ||.Mask||'off'/'on'||'off'||allows the introduction of mask images|| |
740 | | |||||||||| |
741 | | |
742 | | * Data.!VelType='off';% menu for selecting the velocity type (options 'off'/'one'/'two', 'off' by default) |
743 | | * Data.!FieldName='off';% menu for selecting the field (s) in the input file(options 'off'/'one'/'two', 'off' by default) |
744 | | * Data.!FieldTransform = 'off'/'on' (default 'off') controls the visibility of the menu 'transform function'. |
745 | | * Data.!ProjObject='off';%can use projection object(option 'off'/'on', |
746 | | * Data.Mask='off';%can use mask option (option 'off'/'on', 'off' by default) |
747 | | * Data.!OutputDirExt='.ext';%set the output dir extension .ext |
748 | | * Data.!OutputSubDirMode='all'; %select the last subDir in the input table as root of the output subdir name (option 'all'/'first'/'last', 'all' by default) |
749 | | * Data.!OutputFileMode='NbInput_i';% one output file expected per value of i index (used for waitbar) |
| 745 | ||.!OutputDirExt||char string beginning with '.'||'.series'||set the output dir extension .ext which should characterize the processing function used|| |
| 746 | ||!OutputSubDirMode||'auto'/'off'/'first'/'last'||'auto'||for multiple lines in the input file table:[[BR]]'auto': output in a folder named with 'subdir1-subdir2...' from all the input folders [[BR]]'off': no output file (only for run in the current Matlab session)[[BR]]'first': output in a folder named after the first input folder[[BR]]'last': output in a folder named after the last input folder|| |
| 747 | ||!OutputFileMode||'!NbSlice'/'!NbInput'/'!NbInput_i'||'!NbSlice'||indicate the number of output files (used to manage the dispatching on a cluster)[[BR]]'!NbSlice': one output file per slice (single output file in the default case !NbSlice=1)[[BR]]'!NbInput_i': one output file expected per value of i index [[BR]]'!NbInput': one output file expected per input file|| |
| 748 | ||!ActionInput||Matlab structure||||Matalb sub-structure containing input parameters specific to the current function|| |