Changes between Version 6 and Version 7 of Tutorial/ProcessingImageSeries
- Timestamp:
- Sep 19, 2013, 5:55:22 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/ProcessingImageSeries
v6 v7 1 [[TracNav(Tutorial/TOC)]] 2 = [wiki:Tutorial] / Processing image series = 3 1 4 Open an image in UVMAT_DEMO03_PIVchallenge_2005C, representing a jet seeded by particles (accessible on http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat/). 2 5 … … 7 10 The lower and upper indices for the input field series are given by '''first_i, last_i, and first_j, first_j''' for the second index a~1 and b~2, with an increment incr_i and incr_j for each index. The min and max indices in the sereis are given by the tables '''[!MinIndex_i], [!MaxIndex_i], [!MinIndex_j], [!MaxIndex_j]'''. As an example, set first_i=50, last_i=100, incr_i=10, first_j=1, last_j=2, incr_j=1. Pressing '''[RUN]''', the function 'check_data_files' is activated and yields the list of file names, with the two last ones, c100a.png and c100b.png, marked as not found. 8 11 9 = aver_stat, simple field average = 12 13 == aver_stat, simple field average == 14 10 15 This function provides field average or global statistics on the whole input file series. Let us set first_i=1,last_i=99, incr_i=1. Then run 'aver_stat'. The average image is displayed and stored as Images.stat/c001ab.png. 11 16 12 = aver_stat, global statistics = 17 18 == aver_stat, global statistics == 13 19 14 20 Other statistics can be obtained by aver_stat using a projection object. To create an object, go back to uvmat. Then check '''Projection object''' (tag = '''[!CheckObject]''') in series. 15 21 16 = time_series = 22 23 == time_series == 17 24 18 25 This function provides the image intensity at a set of points versus time. First define the set of points as a projection object, using uvmat. 19 26 20 = data organisation = 27 == data organisation == 28 21 29 Functions from series store results in files (except 'check_data_files'), so you need writing access on the data directory. An alternative possibility is to create a mirror directory using symbolic links so that the folders of the original images remains unperturbed. 22 30