tapestry_ctv22_global.yml 1000 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # entries 'animal' and 'measus' mandatory for the first row
  2. row1: # row name can be arbitrary, but cannot be repeated
  3. # animal whose data will be used
  4. animal: 'Synthetic_data_strip'
  5. # values from the column "Measu" of the measurement list for this animal
  6. measus: [1,2,3,4]
  7. # flags to be set/overwritten before creating overviews
  8. flags:
  9. CTV_Method: 22
  10. CTV_firstframe: 25
  11. CTV_lastframe: 45
  12. SO_showROIs: 0
  13. SO_fgColor: k
  14. SO_individualScale: 0
  15. SO_MV_scalemax: 0.2
  16. SO_MV_scalemin: -0.2
  17. # overviews are create in compressed PNG format by default. Here you can specify whether uncompressed TIFs should
  18. # be additionally created
  19. extra_formats: [tif]
  20. # whether movies corresponding to the overviews are to be created
  21. corresponding_movies: False
  22. # all values missing in this row will be taken from previous row
  23. row2: # row name can be arbitrary, but cannot be repeated
  24. # it is also possible to change flags for single rows
  25. measus: [5,6,7,8,9]