Ignore:
Timestamp:
Oct 19, 2012, 5:26:57 PM (12 years ago)
Author:
sommeria
Message:

functions updated to fit with new conventions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/transform_field/im_levels.m

    r71 r557  
    1 function DataOut=im_levels(DataIn,Calib)
     1function DataOut=im_levels(DataIn)
     2%% set GUI config: no action defined
     3DataOut=[];  %default  output field
     4if strcmp(DataIn,'*')
     5    return
     6end
    27%-----------------------------------------------
    38%parameters
Note: See TracChangeset for help on using the changeset viewer.