Changeset 635 for trunk/src/series/merge_proj.m
- Timestamp:
- May 19, 2013, 11:37:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/merge_proj.m
r633 r635 51 51 ParamOut.TransformPath=fullfile(fileparts(which('uvmat')),'transform_field');% path to transform functions (needed for compilation only) 52 52 ParamOut.ProjObject='on';%can use projection object(option 'off'/'on', 53 ParamOut.Mask='o ff';%can use mask option (option 'off'/'on', 'off' by default)53 ParamOut.Mask='on';%can use mask option (option 'off'/'on', 'off' by default) 54 54 ParamOut.OutputDirExt='.mproj';%set the output dir extension 55 55 ParamOut.OutputFileMode='NbInput';% '=NbInput': 1 output file per input file index, '=NbInput_i': 1 file per input file index i, '=NbSlice': 1 file per slice … … 58 58 msgbox_uvmat('WARNING','the first input file does not exist') 59 59 elseif isequal(size(Param.InputTable,1),1) && ~isfield(Param,'ProjObject') 60 msgbox_uvmat('WARNING',' a projection object of type plane needs to be introducedfor merge_proj')60 msgbox_uvmat('WARNING','You may need a projection object of type plane for merge_proj') 61 61 end 62 62 return
Note: See TracChangeset
for help on using the changeset viewer.