

import stephane.manager.Data_load as Data_load
"""
Post experiment processing of the data of a given day :
Generation of Sdata objects, with associated crucial parameters asked :
    time origin
    space origin (by convention, the center of the centered grid bar at the beginning)
    spatial scale
    angle of the movie
Other parameters are picked directly from the cinefile name, or the cine internal info (time axis for instance)  
"""

date = '2015_01_01' #date of the data to be processed

Data_load.data_save(date)
#external step : process the tiff images in ./date/Tiff_folder/cinefile_name into velocity field with an external algoritm
#load all the data of the given day in a list of Mdata
Mlist = Data_load.data_load(date)