Changeset 573


Ignore:
Timestamp:
Feb 27, 2013, 1:57:07 PM (11 years ago)
Author:
sommeria
Message:

clean the head of the series fcts

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
    32%------------------------------------------------------------------------
    43% 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.fig
     1%%'check_data_files': check the existence, type and status of the files selected by series.fig
    22%------------------------------------------------------------------------
    33% 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
    32%------------------------------------------------------------------------
    43% function ParamOut=merge_proj(Param)
  • trunk/src/series/sub_background.m

    r478 r573  
    11%'sub_background': substract a sliding background to an image series
    2 % This is an example of action on a series of input images
    32%------------------------------------------------------------------------
    43% Method:
Note: See TracChangeset for help on using the changeset viewer.