Changeset 761 for trunk/src/series/civ_input.m
- Timestamp:
- May 1, 2014, 8:28:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_input.m
r758 r761 143 143 iview_image=2;%line # for the input images 144 144 case 'civxdata'% case of civx data, 145 NomTypeNc=NomTypeInput;146 ind_opening=FileInfo.CivStage;147 set(handles.Program,'Value',3) %select Cix by default148 145 msgbox_uvmat('ERROR','old civX convention, use the GUI civ') 146 return 147 otherwise 148 msgbox_uvmat('ERROR','civ_series needs images or civ data as input') 149 149 return 150 150 end
Note: See TracChangeset
for help on using the changeset viewer.