tapestry_ctv22_individual.yml 1.0 KB

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_individualScale: 3
  13. SO_showROIs: 0
  14. SO_fgColor: k
  15. # overviews are create in compressed PNG format by default. Here you can specify whether uncompressed TIFs should
  16. # be additionally created
  17. extra_formats: [tif]
  18. # whether movies corresponding to the overviews are to be created
  19. corresponding_movies: False
  20. # all values missing in this row will be taken from previous row
  21. row2: # row name can be arbitrary, but cannot be repeated
  22. # flags can be changed for individual rows. Here we repeat the flags just to show the syntax
  23. flags:
  24. CTV_Method: 22
  25. CTV_firstframe: 25
  26. CTV_lastframe: 45
  27. measus: [5,6,7,8,9]