- Timestamp:
- Feb 27, 2013, 1:57:07 PM (12 years ago)
- Location:
- trunk/src/series
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/aver_stat.m
r565 r573 1 %'aver_stat': calculate field average, used with series.fig 2 % this function can be used as a template for applying a global operation (here averaging) on a series of input fields 1 %'aver_stat': calculate field average over a time series 3 2 %------------------------------------------------------------------------ 4 3 % function ParamOut=aver_stat(Param) -
trunk/src/series/check_data_files.m
r478 r573 1 %%'check_ files': check the existence, type and status of the files selected by series.fig1 %%'check_data_files': check the existence, type and status of the files selected by series.fig 2 2 %------------------------------------------------------------------------ 3 3 % function GUI_input=check_data_files(Param) -
trunk/src/series/merge_proj.m
r551 r573 1 %'merge_proj': project and concatene fields 2 % can be used as a template for applying an operation (here projection and concatenation) on each field of an input series 1 %'merge_proj': concatene several fields from series, can project them on a regular grid in phys coordinates 3 2 %------------------------------------------------------------------------ 4 3 % function ParamOut=merge_proj(Param) -
trunk/src/series/sub_background.m
r478 r573 1 1 %'sub_background': substract a sliding background to an image series 2 % This is an example of action on a series of input images3 2 %------------------------------------------------------------------------ 4 3 % Method:
Note: See TracChangeset
for help on using the changeset viewer.