This log is too long to show here, 221 KB has been skipped — click to see the complete log
Created wheel for omero-web: filename=omero_web-5.32.1.dev0-py3-none-any.whl size=2821635 sha256=6d459595ebffa725cabea7d2c6e50009fdee06fdc0a251dfa38e1c3e95a381f2
02:38:57 Stored in directory: /home/omero/.cache/pip/wheels/91/ad/79/ec318377d2e814ec25bf29bc612d81f9a885cbc4aa52a338d5
02:38:57 Successfully built omero-web
02:38:57 Installing collected packages: pytz, whitenoise, wheel, sqlparse, importlib-resources, gunicorn, concurrent-log-handler, asgiref, django-pipeline, Django, django-cors-headers, omero-web
02:40:02
02:40:02 Successfully installed Django-5.2.17 asgiref-3.12.1 concurrent-log-handler-0.9.29 django-cors-headers-3.7.0 django-pipeline-4.1.0 gunicorn-26.2.0 importlib-resources-7.1.0 omero-web-5.32.1.dev0 pytz-2026.3.post1 sqlparse-0.6.0 wheel-0.48.0 whitenoise-6.12.0
02:40:02 + cd /home/omero/workspace/OMERO-training/OMERO.server
02:40:02 + bash /home/omero/workspace/OMERO-training/openmicroscopy/examples/Training/training_setup.sh
02:40:02 + HOSTNAME=be94d7e5cbbc
02:40:02 + PORT=4064
02:40:02 + WEBHOST=http://nginx/web
02:40:02 + SERVER_NAME=omero
02:40:02 + ROOT_PASSWORD=omero
02:40:02 + GROUP_NAME=training_group
02:40:02 + GROUP_NAME_2=training_group-2
02:40:02 + USER_NAME=training_user
02:40:02 + USER_NAME_2=training_user-2
02:40:02 + LIGHTADMIN_USER_NAME=ladmin_user
02:40:02 + USER_PASSWORD=ome
02:40:02 + CONFIG_FILENAME=training_ice.config
02:40:02 + omero login root@be94d7e5cbbc:4064 -w omero
02:40:05 Created session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:05 + omero group add training_group --type read-only --ignore-existing
02:40:07 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:07 Group exists: training_group (id=3)
02:40:07 + omero group add training_group-2 --type read-only --ignore-existing
02:40:09 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:09 Group exists: training_group-2 (id=4)
02:40:10 + omero user add training_user training_user training_user training_group training_group-2 --ignore-existing -P ome
02:40:12 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:12 User exists: training_user (id=2)
02:40:12 + omero user joingroup --name training_user --group-name training_group training_group-2
02:40:14 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:14 2 is already in group 3
02:40:14 2 is already in group 4
02:40:14 + omero user add training_user-2 training_user-2 training_user-2 training_group training_group-2 --ignore-existing -P ome
02:40:16 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:16 User exists: training_user-2 (id=3)
02:40:16 + omero user joingroup --name training_user-2 --group-name training_group training_group-2
02:40:18 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:18 3 is already in group 3
02:40:18 3 is already in group 4
02:40:19 + omero user add ladmin_user ladmin_user ladmin_user training_group training_group-2 -a --ignore-existing -P ome
02:40:21 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:21 User exists: ladmin_user (id=4)
02:40:21 + omero user joingroup --name ladmin_user --group-name training_group training_group-2
02:40:23 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:23 4 is already in group 3
02:40:23 4 is already in group 4
02:40:23 ++ omero user info ladmin_user --style plain
02:40:23 ++ cut -d, -f1
02:40:25 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:25 + id=4
02:40:25 + omero obj map-set Experimenter:4 config AdminPrivilege:Sudo true
02:40:27 Using session for root@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: system
02:40:28 Experimenter:4
02:40:28 + omero logout
02:40:30 + touch test.fake
02:40:30 + omero login training_user@be94d7e5cbbc:4064 -w ome -g training_group
02:40:32 Created session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:32 + nProjects=1
02:40:32 + nDatasets=2
02:40:32 + echo 'Creating projects and datasets'
02:40:32 Creating projects and datasets
02:40:32 + (( i=1 ))
02:40:32 + (( i<=1 ))
02:40:32 ++ omero obj new Project 'name=Project 1'
02:40:34 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:35 + project=Project:2301
02:40:35 + (( j=1 ))
02:40:35 + (( j<=2 ))
02:40:35 ++ omero obj new Dataset 'name=Dataset 1-1'
02:40:36 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:37 + dataset=Dataset:2401
02:40:37 + omero obj new ProjectDatasetLink parent=Project:2301 child=Dataset:2401
02:40:39 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:39 ProjectDatasetLink:2351
02:40:39 + echo 'Importing image into dataset'
02:40:39 Importing image into dataset
02:40:39 + omero import -d Dataset:2401 test.fake --debug ERROR
02:40:41 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:43 2026-08-25 02:40:43,004 334 [ main] INFO ome.formats.importer.ImportConfig - OMERO.blitz Version: 5.8.6-SNAPSHOT
02:40:43 2026-08-25 02:40:43,024 354 [ main] INFO ome.formats.importer.ImportConfig - Bioformats version: 8.5.0 revision: 877c317e4e396381dc76e56c1539b24947f71dce date: 18 March 2026
02:40:49 Image:9751
02:40:49 Other imported objects:
02:40:49 Fileset:2501
02:40:49
02:40:49 ==> Summary
02:40:49 1 file uploaded, 1 fileset created, 1 image imported, 0 errors in 0:00:04.054
02:40:49 + (( j++ ))
02:40:49 + (( j<=2 ))
02:40:49 ++ omero obj new Dataset 'name=Dataset 1-2'
02:40:51 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:51 + dataset=Dataset:2402
02:40:51 + omero obj new ProjectDatasetLink parent=Project:2301 child=Dataset:2402
02:40:54 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:54 ProjectDatasetLink:2352
02:40:54 + echo 'Importing image into dataset'
02:40:54 Importing image into dataset
02:40:54 + omero import -d Dataset:2402 test.fake --debug ERROR
02:40:56 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:40:57 2026-08-25 02:40:57,093 238 [ main] INFO ome.formats.importer.ImportConfig - OMERO.blitz Version: 5.8.6-SNAPSHOT
02:40:57 2026-08-25 02:40:57,106 251 [ main] INFO ome.formats.importer.ImportConfig - Bioformats version: 8.5.0 revision: 877c317e4e396381dc76e56c1539b24947f71dce date: 18 March 2026
02:41:00 Image:9752
02:41:00 Other imported objects:
02:41:00 Fileset:2502
02:41:00
02:41:00 ==> Summary
02:41:00 1 file uploaded, 1 fileset created, 1 image imported, 0 errors in 0:00:01.659
02:41:00 + (( j++ ))
02:41:00 + (( j<=2 ))
02:41:00 + (( i++ ))
02:41:00 + (( i<=1 ))
02:41:00 + (( j=1 ))
02:41:00 + (( j<=2 ))
02:41:00 + omero obj new Dataset 'name=Orphaned dataset 1'
02:41:02 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:02 Dataset:2403
02:41:02 + (( j++ ))
02:41:02 + (( j<=2 ))
02:41:02 + omero obj new Dataset 'name=Orphaned dataset 2'
02:41:05 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:05 Dataset:2404
02:41:05 + (( j++ ))
02:41:05 + (( j<=2 ))
02:41:05 + echo 'Importing image file'
02:41:05 Importing image file
02:41:05 + touch 'test&sizeT=10&sizeZ=5&sizeC=3.fake'
02:41:05 + omero import 'test&sizeT=10&sizeZ=5&sizeC=3.fake'
02:41:11 ++ sed -n -e 's/^Image://p' image_import.log
02:41:11 + imageid=9753
02:41:11 ++ omero obj new MapAnnotation
02:41:13 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:14 + MAP=MapAnnotation:4851
02:41:14 + omero obj map-set MapAnnotation:4851 mapValue testkey testvalue
02:41:15 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:16 MapAnnotation:4851
02:41:16 + omero obj new ImageAnnotationLink parent=Image:9753 child=MapAnnotation:4851
02:41:18 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:18 ImageAnnotationLink:4751
02:41:18 ++ omero obj new Screen name=Screen
02:41:20 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:20 + screen=Screen:2451
02:41:20 ++ omero obj new Plate name=Plate
02:41:22 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:22 + plate=Plate:2451
02:41:22 + omero obj new ScreenPlateLink parent=Screen:2451 child=Plate:2451
02:41:24 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:24 ScreenPlateLink:2451
02:41:24 + echo 'Importing SPW file'
02:41:24 Importing SPW file
02:41:24 + touch 'SPW&plates=1&plateRows=1&plateCols=3&fields=1&plateAcqs=1.fake'
02:41:24 + omero import -r Screen:2451 'SPW&plates=1&plateRows=1&plateCols=3&fields=1&plateAcqs=1.fake'
02:41:32 ++ sed -n -e 's/^Plate://p' plate_import.log
02:41:32 + plateid=2452
02:41:32 + omero logout
02:41:34 + omero login training_user-2@be94d7e5cbbc:4064 -w ome -g training_group
02:41:36 Created session for training_user-2@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:36 + omero obj new Project 'name=Project 0'
02:41:38 Using session for training_user-2@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:38 Project:2302
02:41:38 + omero obj new Dataset 'name=Dataset 0'
02:41:41 Using session for training_user-2@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:41 Dataset:2405
02:41:41 + omero import test.fake --debug ERROR
02:41:43 Using session for training_user-2@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:44 2026-08-25 02:41:44,416 237 [ main] INFO ome.formats.importer.ImportConfig - OMERO.blitz Version: 5.8.6-SNAPSHOT
02:41:44 2026-08-25 02:41:44,430 251 [ main] INFO ome.formats.importer.ImportConfig - Bioformats version: 8.5.0 revision: 877c317e4e396381dc76e56c1539b24947f71dce date: 18 March 2026
02:41:47 Image:9757
02:41:47 Other imported objects:
02:41:47 Fileset:2505
02:41:47
02:41:47 ==> Summary
02:41:47 1 file uploaded, 1 fileset created, 1 image imported, 0 errors in 0:00:01.565
02:41:47 + omero obj new Screen name=Screen
02:41:49 Using session for training_user-2@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:49 Screen:2452
02:41:49 + omero obj new Plate name=Plate
02:41:53 Using session for training_user-2@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group
02:41:53 Plate:2453
02:41:53 + omero login training_user@be94d7e5cbbc:4064 -w ome -g training_group-2
02:41:55 Created session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group-2
02:41:55 + omero obj new Project 'name=Project 0'
02:41:57 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group-2
02:41:57 Project:2303
02:41:57 + omero obj new Dataset 'name=Dataset 0'
02:41:59 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group-2
02:41:59 Dataset:2406
02:41:59 + omero import test.fake --debug ERROR
02:42:01 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group-2
02:42:02 2026-08-25 02:42:02,410 258 [ main] INFO ome.formats.importer.ImportConfig - OMERO.blitz Version: 5.8.6-SNAPSHOT
02:42:02 2026-08-25 02:42:02,426 274 [ main] INFO ome.formats.importer.ImportConfig - Bioformats version: 8.5.0 revision: 877c317e4e396381dc76e56c1539b24947f71dce date: 18 March 2026
02:42:05 Image:9758
02:42:05 Other imported objects:
02:42:05 Fileset:2506
02:42:05
02:42:05 ==> Summary
02:42:05 1 file uploaded, 1 fileset created, 1 image imported, 0 errors in 0:00:01.392
02:42:05 + omero obj new Screen name=Screen
02:42:08 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group-2
02:42:08 Screen:2453
02:42:08 + omero obj new Plate name=Plate
02:42:10 Using session for training_user@be94d7e5cbbc:4064. Idle timeout: 10 min. Current group: training_group-2
02:42:10 Plate:2454
02:42:10 + omero logout
02:42:12 + echo omero.host=be94d7e5cbbc
02:42:12 + echo omero.port=4064
02:42:12 + echo omero.webhost=http://nginx/web
02:42:12 + echo omero.servername=omero
02:42:12 + echo omero.user=training_user
02:42:12 + echo omero.pass=ome
02:42:12 + echo omero.group=training_group
02:42:12 + echo omero.projectid=2301
02:42:12 + echo omero.datasetid=2402
02:42:12 + echo omero.imageid=9753
02:42:12 + echo omero.plateid=2452
02:42:12 + echo omero.screenid=2451
02:42:12 + echo omero.group2=training_group-2
02:42:12 + echo omero.ladmin=ladmin_user
02:42:12 + rm 'SPW&plates=1&plateRows=1&plateCols=3&fields=1&plateAcqs=1.fake' test.fake 'test&sizeT=10&sizeZ=5&sizeC=3.fake'
02:42:12 + mv training_ice.config /home/omero/workspace/OMERO-training/openmicroscopy/examples/Training
02:42:12 + omero sessions clear
02:42:15 1 session(s) cleared
02:42:15 !! 08/25/26 02:42:15.160 error: communicator not destroyed during global destruction.+ export ICE_CONFIG=/home/omero/workspace/OMERO-training/openmicroscopy/examples/Training/training_ice.config
02:42:15 + ICE_CONFIG=/home/omero/workspace/OMERO-training/openmicroscopy/examples/Training/training_ice.config
02:42:15 + pip install --upgrade requests
02:42:16 Requirement already satisfied: requests in /home/omero/workspace/OMERO-training/.venv3/lib64/python3.11/site-packages (2.34.2)
02:42:16 Requirement already satisfied: charset_normalizer<4,>=2 in /home/omero/workspace/OMERO-training/.venv3/lib64/python3.11/site-packages (from requests) (3.5.1)
02:42:16 Requirement already satisfied: idna<4,>=2.5 in /home/omero/workspace/OMERO-training/.venv3/lib64/python3.11/site-packages (from requests) (3.19)
02:42:16 Requirement already satisfied: urllib3<3,>=1.26 in /home/omero/workspace/OMERO-training/.venv3/lib64/python3.11/site-packages (from requests) (2.7.0)
02:42:16 Requirement already satisfied: certifi>=2023.5.7 in /home/omero/workspace/OMERO-training/.venv3/lib64/python3.11/site-packages (from requests) (2026.7.22)
02:42:16 + python /home/omero/workspace/OMERO-training/openmicroscopy/examples/Training/python
02:42:26 Running training suite
02:42:26 created 20 shapes
02:42:26 retrieved 20 shapes in 4 batches
02:42:26 Current user:
02:42:26 ID: 2
02:42:26 Username: training_user
02:42:26 Full Name: training_user training_user
02:42:26 Is Admin: False
02:42:26 []
02:42:26 Member of:
02:42:26 ID: 3 Name: training_group
02:42:26 ID: 4 Name: training_group-2
02:42:26 Current group: training_group
02:42:26 Group owners:
02:42:26 Group members:
02:42:26 ID: 4 UserName: ladmin_user Name: ladmin_user ladmin_user
02:42:26 ID: 3 UserName: training_user-2 Name: training_user-2 training_user-2
02:42:26 ID: 2 UserName: training_user Name: training_user training_user
02:42:26 Owner of:
02:42:26 Admins:
02:42:26 ID: 0 UserName: root Name: root root
02:42:26 ID: 4 UserName: ladmin_user Name: ladmin_user ladmin_user
02:42:26 ID: 52 UserName: <hidden> Name: <hidden> <hidden>
02:42:26 Created new Image:9759 Name:"numpy image"
02:42:26 newPlane for z,t: 0 0 uint8 0 127
02:42:26 newPlane for z,t: 0 1 uint8 0 127
02:42:26 newPlane for z,t: 0 2 uint8 0 127
02:42:26 newPlane for z,t: 0 3 uint8 0 127
02:42:26 newPlane for z,t: 0 4 uint8 0 127
02:42:26 newPlane for z,t: 0 5 uint8 0 127
02:42:26 newPlane for z,t: 0 6 uint8 0 127
02:42:26 newPlane for z,t: 0 7 uint8 0 127
02:42:26 newPlane for z,t: 0 8 uint8 0 127
02:42:26 newPlane for z,t: 0 9 uint8 0 127
02:42:26 newPlane for z,t: 1 0 uint8 0 127
02:42:26 newPlane for z,t: 1 1 uint8 0 127
02:42:26 newPlane for z,t: 1 2 uint8 0 127
02:42:26 newPlane for z,t: 1 3 uint8 0 127
02:42:26 newPlane for z,t: 1 4 uint8 0 127
02:42:26 newPlane for z,t: 1 5 uint8 0 127
02:42:26 newPlane for z,t: 1 6 uint8 0 127
02:42:26 newPlane for z,t: 1 7 uint8 0 127
02:42:26 newPlane for z,t: 1 8 uint8 0 127
02:42:26 newPlane for z,t: 1 9 uint8 0 127
02:42:26 newPlane for z,t: 2 0 uint8 0 127
02:42:26 newPlane for z,t: 2 1 uint8 0 127
02:42:26 newPlane for z,t: 2 2 uint8 0 127
02:42:26 newPlane for z,t: 2 3 uint8 0 127
02:42:26 newPlane for z,t: 2 4 uint8 0 127
02:42:26 newPlane for z,t: 2 5 uint8 0 127
02:42:26 newPlane for z,t: 2 6 uint8 0 127
02:42:26 newPlane for z,t: 2 7 uint8 0 127
02:42:26 newPlane for z,t: 2 8 uint8 0 127
02:42:26 newPlane for z,t: 2 9 uint8 0 127
02:42:26 newPlane for z,t: 3 0 uint8 0 127
02:42:26 newPlane for z,t: 3 1 uint8 0 127
02:42:26 newPlane for z,t: 3 2 uint8 0 127
02:42:26 newPlane for z,t: 3 3 uint8 0 127
02:42:26 newPlane for z,t: 3 4 uint8 0 127
02:42:26 newPlane for z,t: 3 5 uint8 0 127
02:42:26 newPlane for z,t: 3 6 uint8 0 127
02:42:26 newPlane for z,t: 3 7 uint8 0 127
02:42:26 newPlane for z,t: 3 8 uint8 0 127
02:42:26 newPlane for z,t: 3 9 uint8 0 127
02:42:26 newPlane for z,t: 4 0 uint8 0 127
02:42:26 newPlane for z,t: 4 1 uint8 0 127
02:42:26 newPlane for z,t: 4 2 uint8 0 127
02:42:26 newPlane for z,t: 4 3 uint8 0 127
02:42:26 newPlane for z,t: 4 4 uint8 0 127
02:42:26 newPlane for z,t: 4 5 uint8 0 127
02:42:26 newPlane for z,t: 4 6 uint8 0 127
02:42:26 newPlane for z,t: 4 7 uint8 0 127
02:42:26 newPlane for z,t: 4 8 uint8 0 127
02:42:26 newPlane for z,t: 4 9 uint8 0 127
02:42:26 Deleting, please wait.
02:42:26 Error? False
02:42:26 9753 test&sizeT=10&sizeZ=5&sizeC=3.fake
02:42:26 training_user_2/Blitz-0-Ice.ThreadPool.Server-13/2026-08/25/02-41-09.440/ test&sizeT=10&sizeZ=5&sizeC=3.fake
02:42:26 1
02:42:26 training_user_2/Blitz-0-Ice.ThreadPool.Server-13/2026-08/25/02-41-09.440/ test&sizeT=10&sizeZ=5&sizeC=3.fake
02:42:26 Current group: training_group
02:42:26 Permissions: READ-ONLY (rwr---)
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Project 0 Owner: training_user-2 training_user-2
02:42:26 Project 1 Owner: training_user training_user
02:42:26 Image: <_ImageWrapper id=9753>
02:42:26 Image: <_ImageWrapper id=9753> Group: training_group 3
02:42:26 Image: <_ImageWrapper id=9753> Channel: 0
02:42:26 Channel: 1
02:42:26 Channel: 2
02:42:26
02:42:26
02:42:26 original_metadata
02:42:26 global_metadata
02:42:26 series_metadata
02:42:26
02:42:26 Plane at zct: 0 0 0
02:42:26 [[ 0 0 0 ... 253 254 255]
02:42:26 [ 0 0 0 ... 253 254 255]
02:42:26 [ 0 0 0 ... 253 254 255]
02:42:26 ...
02:42:26 [ 0 1 2 ... 253 254 255]
02:42:26 [ 0 1 2 ... 253 254 255]
02:42:26 [ 0 1 2 ... 253 254 255]]
02:42:26 shape: (512, 512)
02:42:26 min: 0 max: 255 pixel type: uint8
02:42:26
02:42:26 Z stack of tiles:
02:42:26 Tile: (0, 0, 0, (50, 50, 10, 10)) min: 50 max: 59 sum: 5450
02:42:26 Tile: (1, 0, 0, (50, 50, 10, 10)) min: 50 max: 59 sum: 5450
02:42:26 Tile: (2, 0, 0, (50, 50, 10, 10)) min: 50 max: 59 sum: 5450
02:42:26 Tile: (3, 0, 0, (50, 50, 10, 10)) min: 50 max: 59 sum: 5450
02:42:26 Tile: (4, 0, 0, (50, 50, 10, 10)) min: 50 max: 59 sum: 5450
02:42:26
02:42:26 Hyper stack of planes:
02:42:26 plane zct: (2, 0, 0) min: 0 max: 255
02:42:28 plane zct: (2, 0, 1) min: 0 max: 255
02:42:28 plane zct: (2, 0, 2) min: 0 max: 255
02:42:28 plane zct: (2, 0, 3) min: 0 max: 255
02:42:28 plane zct: (2, 0, 4) min: 0 max: 255
02:42:28 plane zct: (2, 0, 5) min: 0 max: 255
02:42:28 plane zct: (2, 0, 6) min: 0 max: 255
02:42:28 plane zct: (2, 0, 7) min: 0 max: 255
02:42:28 plane zct: (2, 0, 8) min: 0 max: 255
02:42:28 plane zct: (2, 0, 9) min: 0 max: 255
02:42:28 plane zct: (2, 1, 0) min: 0 max: 255
02:42:28 plane zct: (2, 1, 1) min: 0 max: 255
02:42:28 plane zct: (2, 1, 2) min: 0 max: 255
02:42:28 plane zct: (2, 1, 3) min: 0 max: 255
02:42:28 plane zct: (2, 1, 4) min: 0 max: 255
02:42:28 plane zct: (2, 1, 5) min: 0 max: 255
02:42:28 plane zct: (2, 1, 6) min: 0 max: 255
02:42:28 plane zct: (2, 1, 7) min: 0 max: 255
02:42:28 plane zct: (2, 1, 8) min: 0 max: 255
02:42:28 plane zct: (2, 1, 9) min: 0 max: 255
02:42:28 plane zct: (2, 2, 0) min: 0 max: 255
02:42:28 plane zct: (2, 2, 1) min: 0 max: 255
02:42:28 plane zct: (2, 2, 2) min: 0 max: 255
02:42:28 plane zct: (2, 2, 3) min: 0 max: 255
02:42:28 plane zct: (2, 2, 4) min: 0 max: 255
02:42:28 plane zct: (2, 2, 5) min: 0 max: 255
02:42:28 plane zct: (2, 2, 6) min: 0 max: 255
02:42:28 plane zct: (2, 2, 7) min: 0 max: 255
02:42:28 plane zct: (2, 2, 8) min: 0 max: 255
02:42:28 plane zct: (2, 2, 9) min: 0 max: 255
02:42:28 plane zct: (3, 0, 0) min: 0 max: 255
02:42:28 plane zct: (3, 0, 1) min: 0 max: 255
02:42:28 plane zct: (3, 0, 2) min: 0 max: 255
02:42:28 plane zct: (3, 0, 3) min: 0 max: 255
02:42:28 plane zct: (3, 0, 4) min: 0 max: 255
02:42:28 plane zct: (3, 0, 5) min: 0 max: 255
02:42:28 plane zct: (3, 0, 6) min: 0 max: 255
02:42:28 plane zct: (3, 0, 7) min: 0 max: 255
02:42:28 plane zct: (3, 0, 8) min: 0 max: 255
02:42:28 plane zct: (3, 0, 9) min: 0 max: 255
02:42:28 plane zct: (3, 1, 0) min: 0 max: 255
02:42:28 plane zct: (3, 1, 1) min: 0 max: 255
02:42:28 plane zct: (3, 1, 2) min: 0 max: 255
02:42:28 plane zct: (3, 1, 3) min: 0 max: 255
02:42:28 plane zct: (3, 1, 4) min: 0 max: 255
02:42:28 plane zct: (3, 1, 5) min: 0 max: 255
02:42:28 plane zct: (3, 1, 6) min: 0 max: 255
02:42:28 plane zct: (3, 1, 7) min: 0 max: 255
02:42:28 plane zct: (3, 1, 8) min: 0 max: 255
02:42:28 plane zct: (3, 1, 9) min: 0 max: 255
02:42:28 plane zct: (3, 2, 0) min: 0 max: 255
02:42:28 plane zct: (3, 2, 1) min: 0 max: 255
02:42:28 plane zct: (3, 2, 2) min: 0 max: 255
02:42:28 plane zct: (3, 2, 3) min: 0 max: 255
02:42:28 plane zct: (3, 2, 4) min: 0 max: 255
02:42:28 plane zct: (3, 2, 5) min: 0 max: 255
02:42:28 plane zct: (3, 2, 6) min: 0 max: 255
02:42:28 plane zct: (3, 2, 7) min: 0 max: 255
02:42:28 plane zct: (3, 2, 8) min: 0 max: 255
02:42:28 plane zct: (3, 2, 9) min: 0 max: 255
02:42:28 plane zct: (4, 0, 0) min: 0 max: 255
02:42:28 plane zct: (4, 0, 1) min: 0 max: 255
02:42:28 plane zct: (4, 0, 2) min: 0 max: 255
02:42:28 plane zct: (4, 0, 3) min: 0 max: 255
02:42:28 plane zct: (4, 0, 4) min: 0 max: 255
02:42:28 plane zct: (4, 0, 5) min: 0 max: 255
02:42:28 plane zct: (4, 0, 6) min: 0 max: 255
02:42:28 plane zct: (4, 0, 7) min: 0 max: 255
02:42:28 plane zct: (4, 0, 8) min: 0 max: 255
02:42:28 plane zct: (4, 0, 9) min: 0 max: 255
02:42:28 plane zct: (4, 1, 0) min: 0 max: 255
02:42:28 plane zct: (4, 1, 1) min: 0 max: 255
02:42:28 plane zct: (4, 1, 2) min: 0 max: 255
02:42:28 plane zct: (4, 1, 3) min: 0 max: 255
02:42:28 plane zct: (4, 1, 4) min: 0 max: 255
02:42:28 plane zct: (4, 1, 5) min: 0 max: 255
02:42:28 plane zct: (4, 1, 6) min: 0 max: 255
02:42:28 plane zct: (4, 1, 7) min: 0 max: 255
02:42:28 plane zct: (4, 1, 8) min: 0 max: 255
02:42:28 plane zct: (4, 1, 9) min: 0 max: 255
02:42:28 plane zct: (4, 2, 0) min: 0 max: 255
02:42:28 plane zct: (4, 2, 1) min: 0 max: 255
02:42:28 plane zct: (4, 2, 2) min: 0 max: 255
02:42:28 plane zct: (4, 2, 3) min: 0 max: 255
02:42:28 plane zct: (4, 2, 4) min: 0 max: 255
02:42:28 plane zct: (4, 2, 5) min: 0 max: 255
02:42:28 plane zct: (4, 2, 6) min: 0 max: 255
02:42:28 plane zct: (4, 2, 7) min: 0 max: 255
02:42:28 plane zct: (4, 2, 8) min: 0 max: 255
02:42:28 plane zct: (4, 2, 9) min: 0 max: 255
02:42:28 {0: [1514, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024]}
02:42:28
02:42:28 List Projects:
02:42:28 ==================================================
02:42:28 Project:1 Name:"Project 1" (owner=training_user)
02:42:28 Dataset:1 Name:"Dataset 1-1" (owner=training_user)
02:42:28 Image:1 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:2 Name:"Dataset 1-2" (owner=training_user)
02:42:28 Image:12 Name:"New Image" (owner=training_user)
02:42:28 Image:13 Name:"newImageFrom3" (owner=training_user)
02:42:28 Image:2 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:7 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:17 Name:"new Name 1" (owner=training_user)
02:42:28 Dataset:18 Name:"new Name 2" (owner=training_user)
02:42:28 Project:51 Name:"Project 1" (owner=training_user)
02:42:28 Dataset:51 Name:"Dataset 1-1" (owner=training_user)
02:42:28 Image:51 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:52 Name:"Dataset 1-2" (owner=training_user)
02:42:28 Image:62 Name:"New Image" (owner=training_user)
02:42:28 Image:63 Name:"newImageFrom53" (owner=training_user)
02:42:28 Image:52 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:57 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:67 Name:"new Name 1" (owner=training_user)
02:42:28 Dataset:68 Name:"new Name 2" (owner=training_user)
02:42:28 Project:101 Name:"Project 1" (owner=training_user)
02:42:28 Dataset:101 Name:"Dataset 1-1" (owner=training_user)
02:42:28 Image:101 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:102 Name:"Dataset 1-2" (owner=training_user)
02:42:28 Image:112 Name:"New Image" (owner=training_user)
02:42:28 Image:113 Name:"newImageFrom103" (owner=training_user)
02:42:28 Image:102 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:107 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:117 Name:"new Name 1" (owner=training_user)
02:42:28 Dataset:118 Name:"new Name 2" (owner=training_user)
02:42:28 Project:151 Name:"Project 1" (owner=training_user)
02:42:28 Dataset:151 Name:"Dataset 1-1" (owner=training_user)
02:42:28 Image:151 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:152 Name:"Dataset 1-2" (owner=training_user)
02:42:28 Image:162 Name:"New Image" (owner=training_user)
02:42:28 Image:163 Name:"newImageFrom153" (owner=training_user)
02:42:28 Image:152 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:157 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:167 Name:"new Name 1" (owner=training_user)
02:42:28 Dataset:168 Name:"new Name 2" (owner=training_user)
02:42:28 Project:201 Name:"Project 1" (owner=training_user)
02:42:28 Dataset:201 Name:"Dataset 1-1" (owner=training_user)
02:42:28 Image:201 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:202 Name:"Dataset 1-2" (owner=training_user)
02:42:28 Image:212 Name:"New Image" (owner=training_user)
02:42:28 Image:213 Name:"newImageFrom203" (owner=training_user)
02:42:28 Image:202 Name:"test.fake" (owner=training_user)
02:42:28 Dataset:207 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:217 Name:"new Name 1" (owner=training_user)
02:42:28 Dataset:218 Name:"new Name 2" (owner=training_user)
02:42:28
02:42:28 List orphaned Datasets:
02:42:28 ==================================================
02:42:28 Dataset:3 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:4 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:5 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:8 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:9 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:10 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:11 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:12 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:13 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:14 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:15 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:16 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:53 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:54 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:55 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:60 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:58 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:59 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:61 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:62 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:63 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:64 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:65 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:66 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:103 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:104 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:105 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:109 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:108 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:110 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:111 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:112 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:113 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:114 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:115 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:116 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:153 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:154 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:155 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:160 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:158 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:159 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:161 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:162 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:163 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:164 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:165 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:166 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:203 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:204 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:205 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:210 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:208 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:209 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:211 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:212 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:213 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:214 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:215 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:216 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:253 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:254 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:255 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:259 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:258 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:260 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:261 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:262 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:263 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:264 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:265 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:266 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:303 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:304 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:305 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:310 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:308 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:309 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:311 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:312 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:313 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:314 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:315 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:316 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:353 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:354 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:355 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:360 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:358 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:359 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:361 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:362 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:363 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:364 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:365 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:366 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:403 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:404 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:405 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:409 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:408 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:410 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:411 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:412 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:413 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:414 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:415 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:416 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:453 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:454 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:455 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:460 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:458 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:459 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:461 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:462 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:463 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:464 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:465 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:466 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:503 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:504 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:505 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:510 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:508 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:509 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:511 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:512 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:513 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:514 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:515 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:516 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:553 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:554 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:555 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:560 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:558 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:559 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:561 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:562 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:563 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:564 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:565 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:566 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:603 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:604 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:605 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:610 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:608 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:609 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:611 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:612 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:613 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:614 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:615 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:616 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:653 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:654 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:655 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:660 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:658 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:659 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:661 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:662 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:663 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:664 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:665 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:666 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:703 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:704 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:705 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:708 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:709 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:710 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:711 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:712 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:713 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:714 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:715 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:716 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:753 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:754 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:755 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:760 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:758 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:759 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:761 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:762 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:763 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:764 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:765 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:766 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:803 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:804 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:805 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:810 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:808 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:809 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:811 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:812 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:813 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:814 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:815 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:816 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:854 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:855 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:856 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:859 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:860 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:861 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:862 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:863 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:864 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:865 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:866 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:867 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:903 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:904 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:905 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:910 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:908 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:909 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:911 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:912 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:913 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:914 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:915 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:916 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:953 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:954 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:955 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:960 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:958 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:959 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:961 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:962 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:963 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:964 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:965 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:966 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1003 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1004 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1005 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1008 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1009 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1010 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1011 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1012 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1013 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1014 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1015 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1016 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1053 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1054 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1055 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1060 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1058 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1059 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1061 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1062 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1063 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1064 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1065 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1066 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1103 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1104 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1105 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1110 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1108 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1109 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1111 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1112 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1113 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1114 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1115 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1116 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1153 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1154 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1155 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1158 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1159 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1160 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1161 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1162 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1163 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1164 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1165 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1166 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1203 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1204 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1205 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1210 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1208 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1209 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1211 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1212 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1213 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1214 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1215 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1216 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1253 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1254 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1255 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1259 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1258 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1260 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1261 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1262 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1263 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1264 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1265 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1266 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1303 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1304 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1305 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1310 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1308 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1309 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1311 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1312 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1313 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1314 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1315 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1316 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1353 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1354 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1355 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1360 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1358 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1359 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1361 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1362 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1363 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1364 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1365 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1366 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1403 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1404 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1405 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1410 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1408 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1409 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1411 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1412 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1413 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1414 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1415 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1416 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1453 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1454 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1455 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1460 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1458 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1459 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1461 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1462 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1463 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1464 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1465 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1466 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1503 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1504 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1505 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1510 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1508 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1509 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1511 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1512 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1513 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1514 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1515 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1516 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1553 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1554 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1555 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1560 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1558 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1559 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1561 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1562 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1563 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1564 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1565 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1566 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1603 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1604 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1605 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1610 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1608 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1609 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1611 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1612 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1613 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1614 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1615 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1616 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1653 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1654 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1655 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1660 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1658 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1659 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1661 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1662 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1663 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1664 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1665 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1666 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1703 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1704 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1705 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1710 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1708 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1709 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1711 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1712 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1713 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1714 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1715 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1716 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1753 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1754 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1755 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1760 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1758 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1759 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1761 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1762 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1763 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1764 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1765 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1766 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1803 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1804 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1805 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1810 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1808 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1809 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1811 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1812 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1813 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1814 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1815 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1816 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1853 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1854 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1855 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1859 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1858 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1860 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1861 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1862 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1863 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1864 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1865 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1866 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1903 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1904 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1905 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1910 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1908 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1909 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1911 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1912 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1913 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1914 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1915 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1916 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1953 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:1954 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:1955 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:1960 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1958 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1959 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1961 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:1962 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:1963 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:1964 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1965 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:1966 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2003 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:2004 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:2005 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:2009 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2008 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2010 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2011 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:2012 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:2013 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:2014 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2015 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2016 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2053 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:2054 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:2055 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:2060 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2058 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2059 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2061 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:2062 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:2063 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:2064 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2065 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2066 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2103 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:2104 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:2105 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:2110 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2108 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2109 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2111 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:2112 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:2113 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:2114 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2115 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2116 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2203 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:2204 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:2205 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:2208 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2209 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2210 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2211 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:2212 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:2213 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:2214 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2215 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2216 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2253 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:2254 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:2255 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:2260 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2258 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2259 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2261 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:2262 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:2263 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:2264 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2265 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2266 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2303 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:2304 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:2305 Name:"Dataset 0" (owner=training_user-2)
02:42:28 Dataset:2309 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2308 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2310 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2311 Name:"New Dataset" (owner=training_user)
02:42:28 Dataset:2312 Name:"New Dataset2" (owner=training_user)
02:42:28 Dataset:2313 Name:"FileAnnotationDelete" (owner=training_user)
02:42:28 Dataset:2314 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2315 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2316 Name:"MyDataset" (owner=training_user)
02:42:28 Dataset:2403 Name:"Orphaned dataset 1" (owner=training_user)
02:42:28 Dataset:2404 Name:"Orphaned dataset 2" (owner=training_user)
02:42:28 Dataset:2405 Name:"Dataset 0" (owner=training_user-2)
02:42:28
02:42:28 Images in Dataset: 2402
02:42:28 ==================================================
02:42:28 Image:9752 Name:"test.fake" (owner=training_user)
02:42:28
02:42:28 Image:9753
02:42:28 ==================================================
02:42:28 test&sizeT=10&sizeZ=5&sizeC=3.fake
02:42:28 X: 512
02:42:28 Y: 512
02:42:28 Z: 5
02:42:28 C: 3
02:42:28 T: 10
02:42:28 Channel: 0 Color: (255, 0, 0)
02:42:28 Lookup table: None
02:42:28 Is reverse intensity? False
02:42:28 Channel: 1 Color: (0, 255, 0)
02:42:28 Lookup table: None
02:42:28 Is reverse intensity? False
02:42:28 Channel: 2 Color: (0, 0, 255)
02:42:28 Lookup table: None
02:42:28 Is reverse intensity? False
02:42:28 Pixel Size X: None
02:42:28
02:42:28 List Screens:
02:42:28 ==================================================
02:42:28 Screen:2452 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:2451 Name:"Screen" (owner=training_user)
02:42:28 Plate:2451 Name:"Plate" (owner=training_user)
02:42:28 Plate:2452 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:2302 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:2301 Name:"Screen" (owner=training_user)
02:42:28 Plate:2301 Name:"Plate" (owner=training_user)
02:42:28 Plate:2302 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:2252 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:2251 Name:"Screen" (owner=training_user)
02:42:28 Plate:2251 Name:"Plate" (owner=training_user)
02:42:28 Plate:2252 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:2202 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:2201 Name:"Screen" (owner=training_user)
02:42:28 Plate:2201 Name:"Plate" (owner=training_user)
02:42:28 Plate:2202 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:2102 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:2101 Name:"Screen" (owner=training_user)
02:42:28 Plate:2101 Name:"Plate" (owner=training_user)
02:42:28 Plate:2102 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:2052 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:2051 Name:"Screen" (owner=training_user)
02:42:28 Plate:2051 Name:"Plate" (owner=training_user)
02:42:28 Plate:2052 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:2002 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:2001 Name:"Screen" (owner=training_user)
02:42:28 Plate:2001 Name:"Plate" (owner=training_user)
02:42:28 Plate:2002 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:1952 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:1951 Name:"Screen" (owner=training_user)
02:42:28 Plate:1951 Name:"Plate" (owner=training_user)
02:42:28 Plate:1952 Name:"Plate Name 0" (owner=training_user)
02:42:28 Screen:1902 Name:"Screen" (owner=training_user-2)
02:42:28 Screen:1901 Name:"Screen" (owner=training_user)
02:42:28 Plate:1901 Name:"Plate" (owner=training_user)
02:42:29 Plate:1902 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1852 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1851 Name:"Screen" (owner=training_user)
02:42:29 Plate:1851 Name:"Plate" (owner=training_user)
02:42:29 Plate:1852 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1802 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1801 Name:"Screen" (owner=training_user)
02:42:29 Plate:1801 Name:"Plate" (owner=training_user)
02:42:29 Plate:1802 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1752 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1751 Name:"Screen" (owner=training_user)
02:42:29 Plate:1751 Name:"Plate" (owner=training_user)
02:42:29 Plate:1752 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1702 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1701 Name:"Screen" (owner=training_user)
02:42:29 Plate:1701 Name:"Plate" (owner=training_user)
02:42:29 Plate:1702 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1652 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1651 Name:"Screen" (owner=training_user)
02:42:29 Plate:1651 Name:"Plate" (owner=training_user)
02:42:29 Plate:1652 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1602 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1601 Name:"Screen" (owner=training_user)
02:42:29 Plate:1601 Name:"Plate" (owner=training_user)
02:42:29 Plate:1602 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1552 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1551 Name:"Screen" (owner=training_user)
02:42:29 Plate:1551 Name:"Plate" (owner=training_user)
02:42:29 Plate:1552 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1502 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1501 Name:"Screen" (owner=training_user)
02:42:29 Plate:1501 Name:"Plate" (owner=training_user)
02:42:29 Plate:1502 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1452 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1451 Name:"Screen" (owner=training_user)
02:42:29 Plate:1451 Name:"Plate" (owner=training_user)
02:42:29 Plate:1452 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1402 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1401 Name:"Screen" (owner=training_user)
02:42:29 Plate:1401 Name:"Plate" (owner=training_user)
02:42:29 Plate:1402 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1352 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1351 Name:"Screen" (owner=training_user)
02:42:29 Plate:1351 Name:"Plate" (owner=training_user)
02:42:29 Plate:1352 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1302 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1301 Name:"Screen" (owner=training_user)
02:42:29 Plate:1301 Name:"Plate" (owner=training_user)
02:42:29 Plate:1302 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1252 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1251 Name:"Screen" (owner=training_user)
02:42:29 Plate:1251 Name:"Plate" (owner=training_user)
02:42:29 Plate:1252 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1202 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1201 Name:"Screen" (owner=training_user)
02:42:29 Plate:1201 Name:"Plate" (owner=training_user)
02:42:29 Plate:1202 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1152 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1151 Name:"Screen" (owner=training_user)
02:42:29 Plate:1151 Name:"Plate" (owner=training_user)
02:42:29 Plate:1152 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1102 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1101 Name:"Screen" (owner=training_user)
02:42:29 Plate:1101 Name:"Plate" (owner=training_user)
02:42:29 Plate:1102 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1052 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1051 Name:"Screen" (owner=training_user)
02:42:29 Plate:1051 Name:"Plate" (owner=training_user)
02:42:29 Plate:1052 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:1002 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1001 Name:"Screen" (owner=training_user)
02:42:29 Plate:1001 Name:"Plate" (owner=training_user)
02:42:29 Plate:1002 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:952 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:951 Name:"Screen" (owner=training_user)
02:42:29 Plate:951 Name:"Plate" (owner=training_user)
02:42:29 Plate:952 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:902 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:901 Name:"Screen" (owner=training_user)
02:42:29 Plate:901 Name:"Plate" (owner=training_user)
02:42:29 Plate:902 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:852 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:851 Name:"Screen" (owner=training_user)
02:42:29 Plate:851 Name:"Plate" (owner=training_user)
02:42:29 Plate:852 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:802 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:801 Name:"Screen" (owner=training_user)
02:42:29 Plate:801 Name:"Plate" (owner=training_user)
02:42:29 Plate:802 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:752 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:751 Name:"Screen" (owner=training_user)
02:42:29 Plate:751 Name:"Plate" (owner=training_user)
02:42:29 Plate:752 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:702 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:701 Name:"Screen" (owner=training_user)
02:42:29 Plate:701 Name:"Plate" (owner=training_user)
02:42:29 Plate:702 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:652 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:651 Name:"Screen" (owner=training_user)
02:42:29 Plate:651 Name:"Plate" (owner=training_user)
02:42:29 Plate:652 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:602 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:601 Name:"Screen" (owner=training_user)
02:42:29 Plate:601 Name:"Plate" (owner=training_user)
02:42:29 Plate:602 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:552 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:551 Name:"Screen" (owner=training_user)
02:42:29 Plate:551 Name:"Plate" (owner=training_user)
02:42:29 Plate:552 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:502 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:501 Name:"Screen" (owner=training_user)
02:42:29 Plate:501 Name:"Plate" (owner=training_user)
02:42:29 Plate:502 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:452 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:451 Name:"Screen" (owner=training_user)
02:42:29 Plate:451 Name:"Plate" (owner=training_user)
02:42:29 Plate:452 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:402 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:401 Name:"Screen" (owner=training_user)
02:42:29 Plate:401 Name:"Plate" (owner=training_user)
02:42:29 Plate:402 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:352 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:351 Name:"Screen" (owner=training_user)
02:42:29 Plate:351 Name:"Plate" (owner=training_user)
02:42:29 Plate:352 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:302 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:301 Name:"Screen" (owner=training_user)
02:42:29 Plate:301 Name:"Plate" (owner=training_user)
02:42:29 Plate:302 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:252 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:251 Name:"Screen" (owner=training_user)
02:42:29 Plate:251 Name:"Plate" (owner=training_user)
02:42:29 Plate:252 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:202 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:201 Name:"Screen" (owner=training_user)
02:42:29 Plate:201 Name:"Plate" (owner=training_user)
02:42:29 Plate:202 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:152 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:151 Name:"Screen" (owner=training_user)
02:42:29 Plate:151 Name:"Plate" (owner=training_user)
02:42:29 Plate:152 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:102 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:101 Name:"Screen" (owner=training_user)
02:42:29 Plate:101 Name:"Plate" (owner=training_user)
02:42:29 Plate:102 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:52 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:51 Name:"Screen" (owner=training_user)
02:42:29 Plate:51 Name:"Plate" (owner=training_user)
02:42:29 Plate:52 Name:"Plate Name 0" (owner=training_user)
02:42:29 Screen:2 Name:"Screen" (owner=training_user-2)
02:42:29 Screen:1 Name:"Screen" (owner=training_user)
02:42:29 Plate:1 Name:"Plate" (owner=training_user)
02:42:29 Plate:2 Name:"Plate Name 0" (owner=training_user)
02:42:29
02:42:29 Plate:2452
02:42:29 ==================================================
02:42:29
02:42:29 Number of fields: (0, 0)
02:42:29
02:42:29 Grid size: {'rows': 1, 'columns': 3}
02:42:29
02:42:29 Wells in Plate: Plate Name 0
02:42:29 Well: 0 0 Fields: 1
02:42:29 Image: SPW&plates=1&plateRows=1&plateCols=3&fields=1&plateAcqs=1.fake [SPW] 9754
02:42:29 Well: 0 1 Fields: 1
02:42:29 Image: SPW&plates=1&plateRows=1&plateCols=3&fields=1&plateAcqs=1.fake [SPW 2] 9755
02:42:29 Well: 0 2 Fields: 1
02:42:29 Image: SPW&plates=1&plateRows=1&plateCols=3&fields=1&plateAcqs=1.fake [SPW 3] 9756
02:42:35 4851 <class 'omero.model.MapAnnotationI'>
02:42:35 added by training_user
02:42:35 Image ID: 9753
02:42:35 Annotation ID: 4851
02:42:35 9753
02:42:35 Channel rendering settings:
02:42:35 Name: 0
02:42:35 Color: FF0000
02:42:35 Active: True
02:42:35 Levels: 0.0 - 255.0
02:42:35 Name: 1
02:42:35 Color: 00FF00
02:42:35 Active: True
02:42:35 Levels: 0.0 - 255.0
02:42:35 Name: 2
02:42:35 Color: 0000FF
02:42:35 Active: True
02:42:35 Levels: 0.0 - 255.0
02:42:35 isGreyscaleRenderingModel: False
02:42:35 Default Z/T positions:
02:42:35 Z = 2, T = 0
02:42:35 Rendering Defs on Image:
02:42:35 ID: 9553 (owner: training_user training_user)
02:42:35 Adding a rectangle at theZ: 2, theT: 0, X: 50, Y: 200, width: 100, height: 50
02:42:35 ROI: ID: 2352
02:42:35 Shape: id 2371 theT 0 theZ 2 textValue test-Rectangle type Rectangle x 50.0 y 200.0 width 100.0 height 50.0
02:42:35 Shape: id 2372 theT 0 theZ 2 textValue test-Ellipse type Ellipse x 200.0 y 50.0 radiusX 100.0 radiusY 50.0
02:42:35 ROI: ID: 2353
02:42:35 Shape: id 2373 theT 0 theZ 2 textValue test-Line type Line x1 50.0 x2 150.0 y1 200.0 y2 250.0
02:42:35 ROI: ID: 2354
02:42:35 Shape: id 2374 theT 0 theZ 0 textValue test-Mask type Mask x 50.0 y 50.0 width 100.0 height 100.0
02:42:35 ROI: ID: 2355
02:42:35 Shape: id 2375 theT 0 theZ 2 textValue test-Point type Point x 50.0 y 200.0
02:42:35 ROI: ID: 2356
02:42:35 <class 'omero.model.PolygonI'> Not supported by this code
02:42:35 Shape: id 2376 theT 0 theZ 2 textValue test-Polygon
02:42:35 Points 10000 Min 50.0 Mean 99.5 Max 149.0 Sum 149.0 StdDev 28.867513459481287
02:42:35 Points 1 Min 50.0 Mean 50.0 Max 50.0 Sum 50.0 StdDev 0.0
02:42:35 Points 25145 Min 10.0 Mean 130.03957049115132 Max 249.0 Sum 249.0 StdDev 57.70727405876767
02:42:35 Points 15695 Min 0.0 Mean 157.55208665179993 Max 255.0 Sum 255.0 StdDev 72.87073453134771
02:42:35 Points 5000 Min 50.0 Mean 99.5 Max 149.0 Sum 149.0 StdDev 28.86895708779012
02:42:35 Points 101 Min 50.0 Mean 100.0 Max 150.0 Sum 150.0 StdDev 29.300170647967224
02:42:35 Removing Shape from ROI...
02:42:35 Deleting ROI: 2357
02:42:35 Table Columns:
02:42:35 Uid
02:42:35 MyStringColumnInit
02:42:35 Row count: 10
02:42:35
02:42:35 Get All Data for rows: [3, 5, 7]
02:42:35 Data for Column: Uid
02:42:35 1
02:42:35 2
02:42:35 3
02:42:35 4
02:42:35 5
02:42:35 6
02:42:35 7
02:42:35 8
02:42:35 9
02:42:35 10
02:42:35 Data for Column: MyStringColumnInit
02:42:35 one
02:42:35 two
02:42:35 three
02:42:35 four
02:42:35 five
02:42:35 six
02:42:35 seven
02:42:35 eight
02:42:35 nine
02:42:35 ten
02:42:35
02:42:35 Get All Data for rows with slice: [3, 5, 7]
02:42:35 Data for Column: Uid
02:42:35 4
02:42:35 6
02:42:35 8
02:42:35 Data for Column: MyStringColumnInit
02:42:35 four
02:42:35 six
02:42:35 eight
02:42:35
02:42:35 Get Data for cols: [1] and between rows: 3 - 7
02:42:35 Data for Column: MyStringColumnInit
02:42:35 four
02:42:35 five
02:42:35 six
02:42:35 seven
02:42:35
02:42:35 Get Data for cols: [1] and between rows: 3 - 7 with slice
02:42:35 Data for Column: MyStringColumnInit
02:42:35 four
02:42:35 five
02:42:35 six
02:42:35 seven
02:42:35 Query Results for Column: Uid
02:42:35 3
02:42:35 4
02:42:35 5
02:42:35 6
02:42:35 7
02:42:35 8
02:42:35 Query Results for Column: MyStringColumnInit
02:42:35 three
02:42:35 four
02:42:35 five
02:42:35 six
02:42:35 seven
02:42:35 eight
02:42:35 Opened table with row-count: 10
02:42:35 New dataset, Id: 2407
02:42:35 {'TagAnnotation': 1, 'FileAnnotation': 0, 'CommentAnnotation': 0, 'LongAnnotation': 0, 'MapAnnotation': 1, 'OtherAnnotation': 0}
02:42:35 4855 <class 'omero.model.TagAnnotationI'> added by training_user
02:42:35 Tag value: New Tag
02:42:35 4856 <class 'omero.model.MapAnnotationI'> added by training_user
02:42:35
02:42:35 Creating an OriginalFile and FileAnnotation
02:42:35 Attaching FileAnnotation to Dataset: File ID: 4857 , README.txt Size: 15
02:42:35
02:42:35 Annotations on Dataset: New Dataset
02:42:35 File ID: 6102 README.txt Size: 15
02:42:35
02:42:35 Downloading file to /home/omero/workspace/OMERO-training/openmicroscopy/examples/Training/python/download/README.txt ...
02:42:35 File downloaded!
02:42:35 3307 README.txt
02:42:35 4857 README.txt
02:42:35 3257 README.txt
02:42:35 4207 README.txt
02:42:35 107 README.txt
02:42:35 4657 README.txt
02:42:35 4157 README.txt
02:42:35 357 README.txt
02:42:35 3557 README.txt
02:42:35 4407 README.txt
02:42:35 3957 README.txt
02:42:35 4107 README.txt
02:42:35 3507 README.txt
02:42:35 3407 README.txt
02:42:35 3657 README.txt
02:42:35 557 README.txt
02:42:35 257 README.txt
02:42:35 7 README.txt
02:42:35 4057 README.txt
02:42:35 4457 README.txt
02:42:35 3707 README.txt
02:42:35 4507 README.txt
02:42:35 157 README.txt
02:42:35 4257 README.txt
02:42:35 4607 README.txt
02:42:35 457 README.txt
02:42:35 3857 README.txt
02:42:35 407 README.txt
02:42:35 3357 README.txt
02:42:35 3907 README.txt
02:42:35 3107 README.txt
02:42:35 4707 README.txt
02:42:35 3457 README.txt
02:42:35 3157 README.txt
02:42:35 207 README.txt
02:42:35 3757 README.txt
02:42:35 4757 README.txt
02:42:35 307 README.txt
02:42:35 507 README.txt
02:42:35 57 README.txt
02:42:35 4007 README.txt
02:42:35 4557 README.txt
02:42:35 4307 README.txt
02:42:35 3607 README.txt
02:42:35 3807 README.txt
02:42:35 3207 README.txt
02:42:35 4357 README.txt
02:42:35 Found Annotation with namespace: imperial.training.demo
02:42:35 Plane: 0 0 0
02:42:35 Applying channel Names: ['0', '1', '2'] Colors: [(255, 0, 0), (0, 255, 0), (0, 0, 255)]
02:42:35 [(0.0, 255.0), (0.0, 255.0), (0.0, 255.0)]
02:42:35
02:42:35 List Datasets:
02:42:35 ID: 2410 Name: MyDataset
02:42:35 ID: 2409 Name: MyDataset
02:42:35 ID: 2408 Name: MyDataset
02:42:35 ID: 2316 Name: MyDataset
02:42:35 ID: 2315 Name: MyDataset
02:42:35 ID: 2314 Name: MyDataset
02:42:35 ID: 2310 Name: MyDataset
02:42:35 ID: 2309 Name: MyDataset
02:42:35 ID: 2308 Name: MyDataset
02:42:35 ID: 2266 Name: MyDataset
02:42:35 ID: 2265 Name: MyDataset
02:42:35 ID: 2264 Name: MyDataset
02:42:35 ID: 2260 Name: MyDataset
02:42:35 ID: 2259 Name: MyDataset
02:42:35 ID: 2258 Name: MyDataset
02:42:35 ID: 2216 Name: MyDataset
02:42:35 ID: 2215 Name: MyDataset
02:42:35 ID: 2214 Name: MyDataset
02:42:35 ID: 2210 Name: MyDataset
02:42:35 ID: 2209 Name: MyDataset
02:42:35 ID: 2208 Name: MyDataset
02:42:35 ID: 2116 Name: MyDataset
02:42:35 ID: 2115 Name: MyDataset
02:42:35 ID: 2114 Name: MyDataset
02:42:35 ID: 2110 Name: MyDataset
02:42:35 ID: 2109 Name: MyDataset
02:42:35 ID: 2108 Name: MyDataset
02:42:35 ID: 2066 Name: MyDataset
02:42:35 ID: 2065 Name: MyDataset
02:42:35 ID: 2064 Name: MyDataset
02:42:35 ID: 2060 Name: MyDataset
02:42:35 ID: 2059 Name: MyDataset
02:42:35 ID: 2058 Name: MyDataset
02:42:35 ID: 2016 Name: MyDataset
02:42:35 ID: 2015 Name: MyDataset
02:42:35 ID: 2014 Name: MyDataset
02:42:35 ID: 2010 Name: MyDataset
02:42:35 ID: 2009 Name: MyDataset
02:42:35 ID: 2008 Name: MyDataset
02:42:35 ID: 1966 Name: MyDataset
02:42:35 ID: 1965 Name: MyDataset
02:42:35 ID: 1964 Name: MyDataset
02:42:35 ID: 1960 Name: MyDataset
02:42:35 ID: 1959 Name: MyDataset
02:42:35 ID: 1958 Name: MyDataset
02:42:35 ID: 1916 Name: MyDataset
02:42:35 ID: 1915 Name: MyDataset
02:42:35 ID: 1914 Name: MyDataset
02:42:35 ID: 1910 Name: MyDataset
02:42:35 ID: 1909 Name: MyDataset
02:42:35 ID: 1908 Name: MyDataset
02:42:35 ID: 1866 Name: MyDataset
02:42:35 ID: 1865 Name: MyDataset
02:42:35 ID: 1864 Name: MyDataset
02:42:35 ID: 1860 Name: MyDataset
02:42:35 ID: 1859 Name: MyDataset
02:42:35 ID: 1858 Name: MyDataset
02:42:35 ID: 1816 Name: MyDataset
02:42:35 ID: 1815 Name: MyDataset
02:42:35 ID: 1814 Name: MyDataset
02:42:35 ID: 1810 Name: MyDataset
02:42:35 ID: 1809 Name: MyDataset
02:42:35 ID: 1808 Name: MyDataset
02:42:35 ID: 1766 Name: MyDataset
02:42:35 ID: 1765 Name: MyDataset
02:42:35 ID: 1764 Name: MyDataset
02:42:35 ID: 1760 Name: MyDataset
02:42:35 ID: 1759 Name: MyDataset
02:42:35 ID: 1758 Name: MyDataset
02:42:35 ID: 1716 Name: MyDataset
02:42:35 ID: 1715 Name: MyDataset
02:42:35 ID: 1714 Name: MyDataset
02:42:35 ID: 1710 Name: MyDataset
02:42:35 ID: 1709 Name: MyDataset
02:42:35 ID: 1708 Name: MyDataset
02:42:35 ID: 1666 Name: MyDataset
02:42:35 ID: 1665 Name: MyDataset
02:42:35 ID: 1664 Name: MyDataset
02:42:35 ID: 1660 Name: MyDataset
02:42:35 ID: 1659 Name: MyDataset
02:42:35 ID: 1658 Name: MyDataset
02:42:35 ID: 1616 Name: MyDataset
02:42:35 ID: 1615 Name: MyDataset
02:42:35 ID: 1614 Name: MyDataset
02:42:35 ID: 1610 Name: MyDataset
02:42:35 ID: 1609 Name: MyDataset
02:42:35 ID: 1608 Name: MyDataset
02:42:35 ID: 1566 Name: MyDataset
02:42:35 ID: 1565 Name: MyDataset
02:42:35 ID: 1564 Name: MyDataset
02:42:35 ID: 1560 Name: MyDataset
02:42:35 ID: 1559 Name: MyDataset
02:42:35 ID: 1558 Name: MyDataset
02:42:35 ID: 1516 Name: MyDataset
02:42:35 ID: 1515 Name: MyDataset
02:42:35 ID: 1514 Name: MyDataset
02:42:35 ID: 1510 Name: MyDataset
02:42:35 ID: 1509 Name: MyDataset
02:42:35 ID: 1508 Name: MyDataset
02:42:35 ID: 1466 Name: MyDataset
02:42:35 ID: 1465 Name: MyDataset
02:42:35 ID: 1464 Name: MyDataset
02:42:35 ID: 1460 Name: MyDataset
02:42:35 ID: 1459 Name: MyDataset
02:42:35 ID: 1458 Name: MyDataset
02:42:35 ID: 1416 Name: MyDataset
02:42:35 ID: 1415 Name: MyDataset
02:42:35 ID: 1414 Name: MyDataset
02:42:35 ID: 1410 Name: MyDataset
02:42:35 ID: 1409 Name: MyDataset
02:42:35 ID: 1408 Name: MyDataset
02:42:35 ID: 1366 Name: MyDataset
02:42:35 ID: 1365 Name: MyDataset
02:42:35 ID: 1364 Name: MyDataset
02:42:35 ID: 1360 Name: MyDataset
02:42:35 ID: 1359 Name: MyDataset
02:42:35 ID: 1358 Name: MyDataset
02:42:35 ID: 1316 Name: MyDataset
02:42:35 ID: 1315 Name: MyDataset
02:42:35 ID: 1314 Name: MyDataset
02:42:35 ID: 1310 Name: MyDataset
02:42:35 ID: 1309 Name: MyDataset
02:42:35 ID: 1308 Name: MyDataset
02:42:35 ID: 1266 Name: MyDataset
02:42:35 ID: 1265 Name: MyDataset
02:42:35 ID: 1264 Name: MyDataset
02:42:35 ID: 1260 Name: MyDataset
02:42:35 ID: 1259 Name: MyDataset
02:42:35 ID: 1258 Name: MyDataset
02:42:35 ID: 1216 Name: MyDataset
02:42:35 ID: 1215 Name: MyDataset
02:42:35 ID: 1214 Name: MyDataset
02:42:35 ID: 1210 Name: MyDataset
02:42:35 ID: 1209 Name: MyDataset
02:42:35 ID: 1208 Name: MyDataset
02:42:35 ID: 1166 Name: MyDataset
02:42:35 ID: 1165 Name: MyDataset
02:42:35 ID: 1164 Name: MyDataset
02:42:35 ID: 1160 Name: MyDataset
02:42:35 ID: 1159 Name: MyDataset
02:42:35 ID: 1158 Name: MyDataset
02:42:35 ID: 1116 Name: MyDataset
02:42:35 ID: 1115 Name: MyDataset
02:42:35 ID: 1114 Name: MyDataset
02:42:35 ID: 1110 Name: MyDataset
02:42:35 ID: 1109 Name: MyDataset
02:42:35 ID: 1108 Name: MyDataset
02:42:35 ID: 1066 Name: MyDataset
02:42:35 ID: 1065 Name: MyDataset
02:42:35 ID: 1064 Name: MyDataset
02:42:35 ID: 1060 Name: MyDataset
02:42:35 ID: 1059 Name: MyDataset
02:42:35 ID: 1058 Name: MyDataset
02:42:35 ID: 1016 Name: MyDataset
02:42:35 ID: 1015 Name: MyDataset
02:42:35 ID: 1014 Name: MyDataset
02:42:35 ID: 1010 Name: MyDataset
02:42:35 ID: 1009 Name: MyDataset
02:42:35 ID: 1008 Name: MyDataset
02:42:35 ID: 966 Name: MyDataset
02:42:35 ID: 965 Name: MyDataset
02:42:35 ID: 964 Name: MyDataset
02:42:35 ID: 960 Name: MyDataset
02:42:35 ID: 959 Name: MyDataset
02:42:35 ID: 958 Name: MyDataset
02:42:35 ID: 916 Name: MyDataset
02:42:35 ID: 915 Name: MyDataset
02:42:35 ID: 914 Name: MyDataset
02:42:35 ID: 910 Name: MyDataset
02:42:35 ID: 909 Name: MyDataset
02:42:35 ID: 908 Name: MyDataset
02:42:35 ID: 867 Name: MyDataset
02:42:35 ID: 866 Name: MyDataset
02:42:35 ID: 865 Name: MyDataset
02:42:35 ID: 861 Name: MyDataset
02:42:35 ID: 860 Name: MyDataset
02:42:35 ID: 859 Name: MyDataset
02:42:35 ID: 816 Name: MyDataset
02:42:35 ID: 815 Name: MyDataset
02:42:35 ID: 814 Name: MyDataset
02:42:35 ID: 810 Name: MyDataset
02:42:35 ID: 809 Name: MyDataset
02:42:35 ID: 808 Name: MyDataset
02:42:35 ID: 766 Name: MyDataset
02:42:35 ID: 765 Name: MyDataset
02:42:35 ID: 764 Name: MyDataset
02:42:35 ID: 760 Name: MyDataset
02:42:35 ID: 759 Name: MyDataset
02:42:35 ID: 758 Name: MyDataset
02:42:35 ID: 716 Name: MyDataset
02:42:35 ID: 715 Name: MyDataset
02:42:35 ID: 714 Name: MyDataset
02:42:35 ID: 710 Name: MyDataset
02:42:35 ID: 709 Name: MyDataset
02:42:35 ID: 708 Name: MyDataset
02:42:35 ID: 666 Name: MyDataset
02:42:35 ID: 665 Name: MyDataset
02:42:35 ID: 664 Name: MyDataset
02:42:35 ID: 660 Name: MyDataset
02:42:35 ID: 659 Name: MyDataset
02:42:35 ID: 658 Name: MyDataset
02:42:35 ID: 616 Name: MyDataset
02:42:35 ID: 615 Name: MyDataset
02:42:35 ID: 614 Name: MyDataset
02:42:35 ID: 610 Name: MyDataset
02:42:35 ID: 609 Name: MyDataset
02:42:35 ID: 608 Name: MyDataset
02:42:35 ID: 566 Name: MyDataset
02:42:35 ID: 565 Name: MyDataset
02:42:35 ID: 564 Name: MyDataset
02:42:35 ID: 560 Name: MyDataset
02:42:35 ID: 559 Name: MyDataset
02:42:35 ID: 558 Name: MyDataset
02:42:35 ID: 516 Name: MyDataset
02:42:35 ID: 515 Name: MyDataset
02:42:35 ID: 514 Name: MyDataset
02:42:35 ID: 510 Name: MyDataset
02:42:35 ID: 509 Name: MyDataset
02:42:35 ID: 508 Name: MyDataset
02:42:35 ID: 466 Name: MyDataset
02:42:35 ID: 465 Name: MyDataset
02:42:35 ID: 464 Name: MyDataset
02:42:35 ID: 460 Name: MyDataset
02:42:35 ID: 459 Name: MyDataset
02:42:35 ID: 458 Name: MyDataset
02:42:35 ID: 416 Name: MyDataset
02:42:35 ID: 415 Name: MyDataset
02:42:35 ID: 414 Name: MyDataset
02:42:35 ID: 410 Name: MyDataset
02:42:35 ID: 409 Name: MyDataset
02:42:35 ID: 408 Name: MyDataset
02:42:35 ID: 366 Name: MyDataset
02:42:35 ID: 365 Name: MyDataset
02:42:35 ID: 364 Name: MyDataset
02:42:35 ID: 360 Name: MyDataset
02:42:35 ID: 359 Name: MyDataset
02:42:35 ID: 358 Name: MyDataset
02:42:35 ID: 316 Name: MyDataset
02:42:35 ID: 315 Name: MyDataset
02:42:35 ID: 314 Name: MyDataset
02:42:35 ID: 310 Name: MyDataset
02:42:35 ID: 309 Name: MyDataset
02:42:35 ID: 308 Name: MyDataset
02:42:35 ID: 266 Name: MyDataset
02:42:35 ID: 265 Name: MyDataset
02:42:35 ID: 264 Name: MyDataset
02:42:35 ID: 260 Name: MyDataset
02:42:35 ID: 259 Name: MyDataset
02:42:35 ID: 258 Name: MyDataset
02:42:35 ID: 216 Name: MyDataset
02:42:35 ID: 215 Name: MyDataset
02:42:35 ID: 214 Name: MyDataset
02:42:35 ID: 210 Name: MyDataset
02:42:35 ID: 209 Name: MyDataset
02:42:35 ID: 208 Name: MyDataset
02:42:35 ID: 166 Name: MyDataset
02:42:35 ID: 165 Name: MyDataset
02:42:35 ID: 164 Name: MyDataset
02:42:35 ID: 160 Name: MyDataset
02:42:35 ID: 159 Name: MyDataset
02:42:35 ID: 158 Name: MyDataset
02:42:35 ID: 116 Name: MyDataset
02:42:35 ID: 115 Name: MyDataset
02:42:35 ID: 114 Name: MyDataset
02:42:35 ID: 110 Name: MyDataset
02:42:35 ID: 109 Name: MyDataset
02:42:35 ID: 108 Name: MyDataset
02:42:35 ID: 66 Name: MyDataset
02:42:35 ID: 65 Name: MyDataset
02:42:35 ID: 64 Name: MyDataset
02:42:35 ID: 60 Name: MyDataset
02:42:35 ID: 59 Name: MyDataset
02:42:35 ID: 58 Name: MyDataset
02:42:35 ID: 16 Name: MyDataset
02:42:35 ID: 15 Name: MyDataset
02:42:35 ID: 14 Name: MyDataset
02:42:35 ID: 10 Name: MyDataset
02:42:35 ID: 9 Name: MyDataset
02:42:35 ID: 8 Name: MyDataset
02:42:35
02:42:35 List Tags:
02:42:35 ID: 8 Text: MyTag Desc: MyTag 0
02:42:35 ID: 9 Text: MyTag Desc: MyTag 1
02:42:35 ID: 10 Text: MyTag Desc: MyTag 2
02:42:35 ID: 16 Text: MyTag Desc: MyTag 0
02:42:35 ID: 17 Text: MyTag Desc: MyTag 1
02:42:35 ID: 18 Text: MyTag Desc: MyTag 2
02:42:35 ID: 58 Text: MyTag Desc: MyTag 0
02:42:35 ID: 59 Text: MyTag Desc: MyTag 1
02:42:35 ID: 60 Text: MyTag Desc: MyTag 2
02:42:35 ID: 66 Text: MyTag Desc: MyTag 0
02:42:35 ID: 67 Text: MyTag Desc: MyTag 1
02:42:35 ID: 68 Text: MyTag Desc: MyTag 2
02:42:35 ID: 108 Text: MyTag Desc: MyTag 0
02:42:35 ID: 109 Text: MyTag Desc: MyTag 1
02:42:35 ID: 110 Text: MyTag Desc: MyTag 2
02:42:35 ID: 116 Text: MyTag Desc: MyTag 0
02:42:35 ID: 117 Text: MyTag Desc: MyTag 1
02:42:35 ID: 118 Text: MyTag Desc: MyTag 2
02:42:35 ID: 158 Text: MyTag Desc: MyTag 0
02:42:35 ID: 159 Text: MyTag Desc: MyTag 1
02:42:35 ID: 160 Text: MyTag Desc: MyTag 2
02:42:35 ID: 166 Text: MyTag Desc: MyTag 0
02:42:35 ID: 167 Text: MyTag Desc: MyTag 1
02:42:35 ID: 168 Text: MyTag Desc: MyTag 2
02:42:35 ID: 208 Text: MyTag Desc: MyTag 0
02:42:35 ID: 209 Text: MyTag Desc: MyTag 1
02:42:35 ID: 210 Text: MyTag Desc: MyTag 2
02:42:35 ID: 216 Text: MyTag Desc: MyTag 0
02:42:35 ID: 217 Text: MyTag Desc: MyTag 1
02:42:35 ID: 218 Text: MyTag Desc: MyTag 2
02:42:35 ID: 258 Text: MyTag Desc: MyTag 0
02:42:35 ID: 259 Text: MyTag Desc: MyTag 1
02:42:35 ID: 260 Text: MyTag Desc: MyTag 2
02:42:35 ID: 266 Text: MyTag Desc: MyTag 0
02:42:35 ID: 267 Text: MyTag Desc: MyTag 1
02:42:35 ID: 268 Text: MyTag Desc: MyTag 2
02:42:35 ID: 308 Text: MyTag Desc: MyTag 0
02:42:35 ID: 309 Text: MyTag Desc: MyTag 1
02:42:35 ID: 310 Text: MyTag Desc: MyTag 2
02:42:35 ID: 316 Text: MyTag Desc: MyTag 0
02:42:35 ID: 317 Text: MyTag Desc: MyTag 1
02:42:35 ID: 318 Text: MyTag Desc: MyTag 2
02:42:35 ID: 358 Text: MyTag Desc: MyTag 0
02:42:35 ID: 359 Text: MyTag Desc: MyTag 1
02:42:35 ID: 360 Text: MyTag Desc: MyTag 2
02:42:35 ID: 366 Text: MyTag Desc: MyTag 0
02:42:35 ID: 367 Text: MyTag Desc: MyTag 1
02:42:35 ID: 368 Text: MyTag Desc: MyTag 2
02:42:35 ID: 408 Text: MyTag Desc: MyTag 0
02:42:35 ID: 409 Text: MyTag Desc: MyTag 1
02:42:35 ID: 410 Text: MyTag Desc: MyTag 2
02:42:35 ID: 416 Text: MyTag Desc: MyTag 0
02:42:35 ID: 417 Text: MyTag Desc: MyTag 1
02:42:35 ID: 418 Text: MyTag Desc: MyTag 2
02:42:35 ID: 458 Text: MyTag Desc: MyTag 0
02:42:35 ID: 459 Text: MyTag Desc: MyTag 1
02:42:35 ID: 460 Text: MyTag Desc: MyTag 2
02:42:35 ID: 466 Text: MyTag Desc: MyTag 0
02:42:35 ID: 467 Text: MyTag Desc: MyTag 1
02:42:35 ID: 468 Text: MyTag Desc: MyTag 2
02:42:35 ID: 508 Text: MyTag Desc: MyTag 0
02:42:35 ID: 509 Text: MyTag Desc: MyTag 1
02:42:35 ID: 510 Text: MyTag Desc: MyTag 2
02:42:35 ID: 516 Text: MyTag Desc: MyTag 0
02:42:35 ID: 517 Text: MyTag Desc: MyTag 1
02:42:35 ID: 518 Text: MyTag Desc: MyTag 2
02:42:35 ID: 558 Text: MyTag Desc: MyTag 0
02:42:35 ID: 559 Text: MyTag Desc: MyTag 1
02:42:35 ID: 560 Text: MyTag Desc: MyTag 2
02:42:35 ID: 566 Text: MyTag Desc: MyTag 0
02:42:35 ID: 567 Text: MyTag Desc: MyTag 1
02:42:35 ID: 568 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3858 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3859 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3860 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3908 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3909 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3910 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3916 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3917 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3918 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3958 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3959 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3960 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3966 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3967 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3968 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3108 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3109 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3110 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3116 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3117 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3118 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3158 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3159 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3160 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3166 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3167 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3168 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3208 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3209 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3210 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3216 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3217 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3218 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3258 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3259 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3260 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3266 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3267 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3268 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3308 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3309 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3310 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3316 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3317 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3318 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3358 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3359 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3360 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3366 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3367 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3368 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3408 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3409 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3410 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3416 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3417 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3418 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3458 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3459 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3460 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3466 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3467 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3468 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3508 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3509 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3510 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3516 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3517 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3518 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3558 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3559 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3560 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3566 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3567 Text: MyTag Desc: MyTag 1
02:42:35 ID: 3568 Text: MyTag Desc: MyTag 2
02:42:35 ID: 3608 Text: MyTag Desc: MyTag 0
02:42:35 ID: 3609 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3610 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3616 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3617 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3618 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3658 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3659 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3660 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3666 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3667 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3668 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3708 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3709 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3710 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3716 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3717 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3718 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3758 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3759 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3760 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3866 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3766 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3767 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3768 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3867 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3808 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3809 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3810 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3868 Text: MyTag Desc: MyTag 2
02:42:37 ID: 3816 Text: MyTag Desc: MyTag 0
02:42:37 ID: 3817 Text: MyTag Desc: MyTag 1
02:42:37 ID: 3818 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4008 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4009 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4010 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4016 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4017 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4018 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4058 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4059 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4060 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4066 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4067 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4068 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4108 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4109 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4110 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4116 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4117 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4118 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4158 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4159 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4160 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4166 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4167 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4168 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4208 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4209 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4210 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4216 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4217 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4218 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4258 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4259 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4260 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4266 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4267 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4268 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4308 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4309 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4310 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4316 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4317 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4318 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4358 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4359 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4360 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4366 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4367 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4368 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4408 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4409 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4410 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4416 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4417 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4418 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4458 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4459 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4460 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4466 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4467 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4468 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4508 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4509 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4510 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4516 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4517 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4518 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4558 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4559 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4560 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4566 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4567 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4568 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4608 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4609 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4610 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4616 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4617 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4618 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4658 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4659 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4660 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4666 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4667 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4668 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4708 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4709 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4710 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4716 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4717 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4718 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4758 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4759 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4760 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4766 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4767 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4768 Text: MyTag Desc: MyTag 2
02:42:37 ID: 4858 Text: MyTag Desc: MyTag 0
02:42:37 ID: 4859 Text: MyTag Desc: MyTag 1
02:42:37 ID: 4860 Text: MyTag Desc: MyTag 2
02:42:37 New dataset, Id: 2411
02:42:37 New dataset 2, Id: 2412
02:42:37 test&sizeT=10&sizeZ=5&sizeC=3.fake
02:42:37 Tile at zct tile: 2 0 0 (5, 5, 100, 100)
02:42:37 [[ 0 0 0 ... 102 103 104]
02:42:37 [ 0 0 0 ... 102 103 104]
02:42:37 [ 0 0 0 ... 102 103 104]
02:42:37 ...
02:42:37 [ 5 6 7 ... 102 103 104]
02:42:37 [ 5 6 7 ... 102 103 104]
02:42:37 [ 5 6 7 ... 102 103 104]]
02:42:37 shape: (100, 100)
02:42:37 min: 0 max: 104 pixel type: uint8
02:42:37 Average : 53.9125
02:42:37 Getting data for T, tile: 0 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 1 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 2 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 3 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 4 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 5 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 6 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 7 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 8 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 9 (256, 0, 10, 512)
02:42:37 kymograph_data (512, 100)
02:42:37 Attaching kymograph.png to image
02:42:37 test&sizeT=10&sizeZ=5&sizeC=3.fake
02:42:37 Tile at zct tile: 2 0 0 (5, 5, 100, 100)
02:42:37 [[ 0 0 0 ... 102 103 104]
02:42:37 [ 0 0 0 ... 102 103 104]
02:42:37 [ 0 0 0 ... 102 103 104]
02:42:37 ...
02:42:37 [ 5 6 7 ... 102 103 104]
02:42:37 [ 5 6 7 ... 102 103 104]
02:42:37 [ 5 6 7 ... 102 103 104]]
02:42:37 shape: (100, 100)
02:42:37 min: 0 max: 104 pixel type: uint8
02:42:37 Average : 53.9125
02:42:37 Getting data for T, tile: 0 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 1 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 2 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 3 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 4 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 5 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 6 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 7 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 8 (256, 0, 10, 512)
02:42:37 Getting data for T, tile: 9 (256, 0, 10, 512)
02:42:37 kymograph_data (512, 100)
02:42:37 Attaching kymograph.png to image
02:42:37 No file downloaded. Project not rated.
02:42:37 New image, Id: 9762
02:42:37 Starting at: http://nginx/web/api/
02:42:37 CSRF token F5KNMLwUa31wQiUQoyxD1J1xUEN7m1zR
02:42:37 Servers:
02:42:37 -id: 1
02:42:37 name: omero
02:42:37 host: omero
02:42:37 port: 4064
02:42:37 -id: 2
02:42:37 name: testintegration
02:42:37 host: testintegration
02:42:37 port: 14064
02:42:37 eventContext {'sessionId': 5614, 'sessionUuid': '7a4a5e40-31da-42a2-ad5f-8d3462531396', 'userId': 2, 'userName': 'training_user', 'groupId': 3, 'groupName': 'training_group', 'isAdmin': False, 'eventId': -1, 'eventType': 'User', 'memberOfGroups': [3, 4, 1], 'leaderOfGroups': []}
02:42:37 Projects:
02:42:37 2 Project 0
02:42:37 3 Project 0
02:42:37 Created Project: 2306 API TEST foo
02:42:37 {'data': {'@type': 'http://www.openmicroscopy.org/Schemas/OME/2016-06#Project', '@id': 2306, 'omero:details': {'@type': 'TBD#Details', 'owner': {'@type': 'http://www.openmicroscopy.org/Schemas/OME/2016-06#Experimenter', '@id': 2, 'omero:details': {'@type': 'TBD#Details', 'permissions': {'@type': 'TBD#Permissions', 'perm': 'rw----', 'canAnnotate': True, 'canDelete': False, 'canEdit': False, 'canLink': True, 'isWorldWrite': False, 'isWorldRead': False, 'isGroupWrite': False, 'isGroupRead': False, 'isGroupAnnotate': False, 'isUserWrite': True, 'isUserRead': True}}, 'FirstName': 'training_user', 'MiddleName': '', 'LastName': 'training_user', 'Email': '', 'Institution': '', 'UserName': 'training_user'}, 'group': {'@type': 'http://www.openmicroscopy.org/Schemas/OME/2016-06#ExperimenterGroup', '@id': 3, 'omero:details': {'@type': 'TBD#Details', 'permissions': {'@type': 'TBD#Permissions', 'perm': 'rwr---', 'canAnnotate': True, 'canDelete': False, 'canEdit': False, 'canLink': True, 'isWorldWrite': False, 'isWorldRead': False, 'isGroupWrite': False, 'isGroupRead': True, 'isGroupAnnotate': False, 'isUserWrite': True, 'isUserRead': True}}, 'Name': 'training_group'}, 'permissions': {'@type': 'TBD#Permissions', 'perm': 'rwr---', 'canAnnotate': True, 'canDelete': True, 'canEdit': True, 'canLink': True, 'isWorldWrite': False, 'isWorldRead': False, 'isGroupWrite': False, 'isGroupRead': True, 'isGroupAnnotate': False, 'isUserWrite': True, 'isUserRead': True}}, 'Name': 'API TEST foo', 'url:datasets': 'http://nginx/web/api/v0/m/projects/2306/datasets/'}}
02:42:38 !! 08/25/26 02:42:38.048 error: communicator not destroyed during global destruction.+ deactivate
02:42:38 + '[' -n /opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']'
02:42:38 + PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:42:38 + export PATH
02:42:38 + unset _OLD_VIRTUAL_PATH
02:42:38 + '[' -n '' ']'
02:42:38 + hash -r
02:42:38 + '[' -n '' ']'
02:42:38 + unset VIRTUAL_ENV
02:42:38 + unset VIRTUAL_ENV_PROMPT
02:42:38 + '[' '!' '' = nondestructive ']'
02:42:38 + unset -f deactivate
02:42:38 + cd /home/omero/workspace/OMERO-training/openmicroscopy/examples/Training/java/src
02:42:38 + javac --release 11 -cp '.:/home/omero/workspace/OMERO-training/OMERO.server/lib/client/*' training/CreateImage.java training/DeleteData.java training/HowToUseTables.java training/LoadMetadataAdvanced.java training/RawDataAccess.java training/ReadDataAdvanced.java training/ReadData.java training/RenderImages.java training/ROIFolders.java training/ROIs.java training/Setup.java training/Sudo.java training/WriteData.java
02:42:41 Note: Some input files use unchecked or unsafe operations.
02:42:41 Note: Recompile with -Xlint:unchecked for details.
02:42:41 + java -cp '.:/home/omero/workspace/OMERO-training/OMERO.server/lib/client/*' training/Setup
02:42:45 omero.cmd.Delete2Response@4bf3798b
02:42:46 omero.cmd.Delete2Response@274872f8
02:42:46 one [class java.lang.String] 1.0 [class java.lang.Double]
02:42:46 two [class java.lang.String] 2.0 [class java.lang.Double]
02:42:46 three [class java.lang.String] 3.0 [class java.lang.Double]
02:42:46 -1.0
02:42:46 0
02:42:46 1
02:42:46 2
02:42:49 0 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1514
02:42:49 1 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 2 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 3 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 4 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 5 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 6 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 7 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 8 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 9 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 10 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 11 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 12 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 13 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 14 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 15 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 16 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 17 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 18 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 19 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 20 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 21 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 22 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 23 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 24 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 25 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 26 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 27 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 28 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 29 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 30 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 31 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 32 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 33 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 34 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 35 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 36 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 37 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 38 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 39 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 40 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 41 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 42 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 43 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 44 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 45 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 46 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 47 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 48 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 49 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1014
02:42:49 50 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 51 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 52 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 53 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 54 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 55 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 56 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 57 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 58 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 59 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 60 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 61 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 62 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 63 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 64 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 65 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 66 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 67 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 68 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 69 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 70 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 71 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 72 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 73 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 74 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 75 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 76 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 77 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 78 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 79 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 80 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 81 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 82 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 83 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 84 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 85 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 86 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 87 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 88 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 89 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 90 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 91 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 92 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 93 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 94 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 95 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 96 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 97 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 98 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 99 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 100 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 101 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 102 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 103 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 104 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 105 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 106 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 107 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 108 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 109 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 110 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 111 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 112 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 113 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 114 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 115 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 116 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 117 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 118 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 119 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 120 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 121 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 122 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 123 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 124 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 125 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 126 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 127 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 128 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 129 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 130 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 131 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 132 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 133 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 134 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 135 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 136 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 137 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 138 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 139 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 140 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 141 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 142 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 143 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 144 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 145 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 146 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 147 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 148 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 149 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 150 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 151 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 152 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 153 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 154 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 155 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 156 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 157 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 158 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 159 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 160 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 161 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 162 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 163 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 164 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 165 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 166 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 167 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 168 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 169 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 170 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 171 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 172 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 173 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 174 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 175 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 176 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 177 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 178 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 179 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 180 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 181 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 182 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 183 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 184 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 185 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 186 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 187 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 188 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 189 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 190 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 191 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 192 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 193 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 194 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 195 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 196 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 197 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 198 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 199 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 200 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 201 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 202 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 203 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 204 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 205 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 206 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 207 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 208 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 209 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 210 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 211 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 212 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 213 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 214 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 215 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 216 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 217 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 218 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 219 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 220 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 221 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 222 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 223 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 224 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 225 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 226 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 227 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 228 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 229 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 230 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 231 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 232 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 233 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 234 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 235 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 236 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 237 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 238 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 239 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 240 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 241 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 242 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 243 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 244 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 245 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 246 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 247 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 248 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 249 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 250 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 251 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 252 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 253 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 254 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 255 |]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 1024
02:42:49 Project:652 Project 0
02:42:49 Project:2051 Project 1
02:42:49 dataset:2052 Dataset 1-2
02:42:49 dataset:2068 new Name 2
02:42:49 dataset:2051 Dataset 1-1
02:42:49 dataset:2057 New Dataset
02:42:49 dataset:2067 new Name 1
02:42:49 Project:351 Project 1
02:42:49 dataset:367 new Name 1
02:42:49 dataset:368 new Name 2
02:42:49 dataset:357 New Dataset
02:42:49 dataset:351 Dataset 1-1
02:42:49 dataset:352 Dataset 1-2
02:42:49 Project:1651 Project 1
02:42:49 dataset:1652 Dataset 1-2
02:42:49 dataset:1668 new Name 2
02:42:49 dataset:1657 New Dataset
02:42:49 dataset:1651 Dataset 1-1
02:42:49 dataset:1667 new Name 1
02:42:49 Project:1951 Project 1
02:42:49 dataset:1957 New Dataset
02:42:49 dataset:1951 Dataset 1-1
02:42:49 dataset:1967 new Name 1
02:42:49 dataset:1968 new Name 2
02:42:49 dataset:1952 Dataset 1-2
02:42:49 Project:951 Project 1
02:42:49 dataset:967 new Name 1
02:42:49 dataset:957 New Dataset
02:42:49 dataset:968 new Name 2
02:42:49 dataset:951 Dataset 1-1
02:42:49 dataset:952 Dataset 1-2
02:42:49 Project:1602 Project 0
02:42:49 Project:702 Project 0
02:42:49 Project:2102 Project 0
02:42:49 Project:602 Project 0
02:42:49 Project:2152 Project 0
02:42:49 Project:152 Project 0
02:42:49 Project:52 Project 0
02:42:49 Project:1401 Project 1
02:42:49 dataset:1402 Dataset 1-2
02:42:49 dataset:1401 Dataset 1-1
02:42:49 dataset:1418 new Name 2
02:42:49 dataset:1417 new Name 1
02:42:49 dataset:1407 New Dataset
02:42:49 Project:1002 Project 0
02:42:49 Project:1402 Project 0
02:42:49 Project:202 Project 0
02:42:49 Project:1252 Project 0
02:42:49 Project:952 Project 0
02:42:49 Project:252 Project 0
02:42:49 Project:1101 Project 1
02:42:49 dataset:1117 new Name 1
02:42:49 dataset:1101 Dataset 1-1
02:42:49 dataset:1102 Dataset 1-2
02:42:49 dataset:1118 new Name 2
02:42:49 dataset:1107 New Dataset
02:42:49 Project:2201 Project 1
02:42:49 dataset:2267 new Name 1
02:42:49 dataset:2268 new Name 2
02:42:49 dataset:2257 New Dataset
02:42:49 dataset:2252 Dataset 1-2
02:42:49 dataset:2251 Dataset 1-1
02:42:49 Project:401 Project 1
02:42:49 dataset:417 new Name 1
02:42:49 dataset:418 new Name 2
02:42:49 dataset:407 New Dataset
02:42:49 dataset:402 Dataset 1-2
02:42:49 dataset:401 Dataset 1-1
02:42:49 Project:451 Project 1
02:42:49 dataset:451 Dataset 1-1
02:42:49 dataset:468 new Name 2
02:42:49 dataset:457 New Dataset
02:42:49 dataset:467 new Name 1
02:42:49 dataset:452 Dataset 1-2
02:42:49 Project:851 Project 1
02:42:49 dataset:869 new Name 2
02:42:49 dataset:852 Dataset 1-1
02:42:49 dataset:858 New Dataset
02:42:49 dataset:868 new Name 1
02:42:49 dataset:853 Dataset 1-2
02:42:49 Project:902 Project 0
02:42:49 Project:1201 Project 1
02:42:49 dataset:1202 Dataset 1-2
02:42:49 dataset:1218 new Name 2
02:42:49 dataset:1217 new Name 1
02:42:49 dataset:1207 New Dataset
02:42:49 dataset:1201 Dataset 1-1
02:42:49 Project:1451 Project 1
02:42:49 dataset:1452 Dataset 1-2
02:42:49 dataset:1468 new Name 2
02:42:49 dataset:1457 New Dataset
02:42:49 dataset:1467 new Name 1
02:42:49 dataset:1451 Dataset 1-1
02:42:49 Project:1701 Project 1
02:42:49 dataset:1702 Dataset 1-2
02:42:49 dataset:1707 New Dataset
02:42:49 dataset:1701 Dataset 1-1
02:42:49 dataset:1718 new Name 2
02:42:49 dataset:1717 new Name 1
02:42:49 Project:501 Project 1
02:42:49 dataset:507 New Dataset
02:42:49 dataset:502 Dataset 1-2
02:42:49 dataset:518 new Name 2
02:42:49 dataset:517 new Name 1
02:42:49 dataset:501 Dataset 1-1
02:42:49 Project:2202 Project 0
02:42:49 Project:1001 Project 1
02:42:49 dataset:1018 new Name 2
02:42:49 dataset:1017 new Name 1
02:42:49 dataset:1007 New Dataset
02:42:49 dataset:1002 Dataset 1-2
02:42:49 dataset:1001 Dataset 1-1
02:42:49 Project:1051 Project 1
02:42:49 dataset:1067 new Name 1
02:42:49 dataset:1052 Dataset 1-2
02:42:49 dataset:1057 New Dataset
02:42:49 dataset:1051 Dataset 1-1
02:42:49 dataset:1068 new Name 2
02:42:49 Project:551 Project 1
02:42:49 dataset:557 New Dataset
02:42:49 dataset:567 new Name 1
02:42:49 dataset:552 Dataset 1-2
02:42:49 dataset:551 Dataset 1-1
02:42:49 dataset:568 new Name 2
02:42:49 Project:1501 Project 1
02:42:49 dataset:1518 new Name 2
02:42:49 dataset:1502 Dataset 1-2
02:42:49 dataset:1501 Dataset 1-1
02:42:49 dataset:1507 New Dataset
02:42:49 dataset:1517 new Name 1
02:42:49 Project:2 Project 0
02:42:49 Project:1652 Project 0
02:42:49 Project:1251 Project 1
02:42:49 dataset:1268 new Name 2
02:42:49 dataset:1267 new Name 1
02:42:49 dataset:1251 Dataset 1-1
02:42:49 dataset:1257 New Dataset
02:42:49 dataset:1252 Dataset 1-2
02:42:49 Project:1752 Project 0
02:42:49 Project:1601 Project 1
02:42:49 dataset:1617 new Name 1
02:42:49 dataset:1602 Dataset 1-2
02:42:49 dataset:1618 new Name 2
02:42:49 dataset:1601 Dataset 1-1
02:42:49 dataset:1607 New Dataset
02:42:49 Project:651 Project 1
02:42:49 dataset:667 new Name 1
02:42:49 dataset:651 Dataset 1-1
02:42:49 dataset:668 new Name 2
02:42:49 dataset:657 New Dataset
02:42:49 dataset:652 Dataset 1-2
02:42:49 Project:502 Project 0
02:42:49 Project:1202 Project 0
02:42:49 Project:101 Project 1
02:42:49 dataset:101 Dataset 1-1
02:42:49 dataset:118 new Name 2
02:42:49 dataset:107 New Dataset
02:42:49 dataset:117 new Name 1
02:42:49 dataset:102 Dataset 1-2
02:42:49 Project:402 Project 0
02:42:49 Project:1351 Project 1
02:42:49 dataset:1368 new Name 2
02:42:49 dataset:1352 Dataset 1-2
02:42:49 dataset:1367 new Name 1
02:42:49 dataset:1351 Dataset 1-1
02:42:49 dataset:1357 New Dataset
02:42:49 Project:2151 Project 1
02:42:49 dataset:2217 new Name 1
02:42:49 dataset:2202 Dataset 1-2
02:42:49 dataset:2201 Dataset 1-1
02:42:49 dataset:2218 new Name 2
02:42:49 dataset:2207 New Dataset
02:42:49 Project:1152 Project 0
02:42:49 Project:2001 Project 1
02:42:49 dataset:2002 Dataset 1-2
02:42:49 dataset:2001 Dataset 1-1
02:42:49 dataset:2007 New Dataset
02:42:49 dataset:2017 new Name 1
02:42:49 dataset:2018 new Name 2
02:42:49 Project:352 Project 0
02:42:49 Project:1151 Project 1
02:42:49 dataset:1167 new Name 1
02:42:49 dataset:1168 new Name 2
02:42:49 dataset:1157 New Dataset
02:42:49 dataset:1152 Dataset 1-2
02:42:49 dataset:1151 Dataset 1-1
02:42:49 Project:601 Project 1
02:42:49 dataset:618 new Name 2
02:42:49 dataset:602 Dataset 1-2
02:42:49 dataset:617 new Name 1
02:42:49 dataset:607 New Dataset
02:42:49 dataset:601 Dataset 1-1
02:42:49 Project:802 Project 0
02:42:49 Project:1801 Project 1
02:42:49 dataset:1818 new Name 2
02:42:49 dataset:1801 Dataset 1-1
02:42:49 dataset:1802 Dataset 1-2
02:42:49 dataset:1807 New Dataset
02:42:49 dataset:1817 new Name 1
02:42:49 Project:1751 Project 1
02:42:49 dataset:1757 New Dataset
02:42:49 dataset:1767 new Name 1
02:42:49 dataset:1768 new Name 2
02:42:49 dataset:1752 Dataset 1-2
02:42:49 dataset:1751 Dataset 1-1
02:42:49 Project:1901 Project 1
02:42:49 dataset:1907 New Dataset
02:42:49 dataset:1902 Dataset 1-2
02:42:49 dataset:1918 new Name 2
02:42:49 dataset:1901 Dataset 1-1
02:42:49 dataset:1917 new Name 1
02:42:49 Project:1852 Project 0
02:42:49 Project:1552 Project 0
02:42:49 Project:452 Project 0
02:42:49 Project:1 Project 1
02:42:49 dataset:17 new Name 1
02:42:49 dataset:18 new Name 2
02:42:49 dataset:7 New Dataset
02:42:49 dataset:2 Dataset 1-2
02:42:49 dataset:1 Dataset 1-1
02:42:49 Project:1802 Project 0
02:42:49 Project:1302 Project 0
02:42:49 Project:1902 Project 0
02:42:49 Project:751 Project 1
02:42:49 dataset:757 New Dataset
02:42:49 dataset:752 Dataset 1-2
02:42:49 dataset:768 new Name 2
02:42:49 dataset:767 new Name 1
02:42:49 dataset:751 Dataset 1-1
02:42:49 Project:2101 Project 1
02:42:49 dataset:2107 New Dataset
02:42:49 dataset:2117 new Name 1
02:42:49 dataset:2118 new Name 2
02:42:49 dataset:2102 Dataset 1-2
02:42:49 dataset:2101 Dataset 1-1
02:42:49 Project:201 Project 1
02:42:49 dataset:217 new Name 1
02:42:49 dataset:218 new Name 2
02:42:49 dataset:202 Dataset 1-2
02:42:49 dataset:201 Dataset 1-1
02:42:49 dataset:207 New Dataset
02:42:49 Project:2302 Project 0
02:42:49 Project:701 Project 1
02:42:49 dataset:702 Dataset 1-2
02:42:49 dataset:707 New Dataset
02:42:49 dataset:717 new Name 1
02:42:49 dataset:701 Dataset 1-1
02:42:49 dataset:718 new Name 2
02:42:49 Project:102 Project 0
02:42:49 Project:852 Project 0
02:42:49 Project:51 Project 1
02:42:49 dataset:51 Dataset 1-1
02:42:49 dataset:52 Dataset 1-2
02:42:49 dataset:67 new Name 1
02:42:49 dataset:57 New Dataset
02:42:49 dataset:68 new Name 2
02:42:49 Project:801 Project 1
02:42:49 dataset:818 new Name 2
02:42:49 dataset:802 Dataset 1-2
02:42:49 dataset:817 new Name 1
02:42:49 dataset:807 New Dataset
02:42:49 dataset:801 Dataset 1-1
02:42:49 Project:552 Project 0
02:42:49 Project:2251 Project 1
02:42:49 dataset:2301 Dataset 1-1
02:42:49 dataset:2317 new Name 1
02:42:49 dataset:2318 new Name 2
02:42:49 dataset:2302 Dataset 1-2
02:42:49 dataset:2307 New Dataset
02:42:49 Project:1052 Project 0
02:42:49 Project:1102 Project 0
02:42:49 Project:1551 Project 1
02:42:49 dataset:1557 New Dataset
02:42:49 dataset:1568 new Name 2
02:42:49 dataset:1551 Dataset 1-1
02:42:49 dataset:1552 Dataset 1-2
02:42:49 dataset:1567 new Name 1
02:42:49 Project:1502 Project 0
02:42:49 Project:1352 Project 0
02:42:49 Project:1851 Project 1
02:42:49 dataset:1867 new Name 1
02:42:49 dataset:1868 new Name 2
02:42:49 dataset:1852 Dataset 1-2
02:42:49 dataset:1851 Dataset 1-1
02:42:49 dataset:1857 New Dataset
02:42:49 Project:1702 Project 0
02:42:49 Project:901 Project 1
02:42:49 dataset:918 new Name 2
02:42:49 dataset:907 New Dataset
02:42:49 dataset:901 Dataset 1-1
02:42:49 dataset:902 Dataset 1-2
02:42:49 dataset:917 new Name 1
02:42:49 Project:2002 Project 0
02:42:49 Project:1452 Project 0
02:42:49 Project:301 Project 1
02:42:49 dataset:307 New Dataset
02:42:49 dataset:301 Dataset 1-1
02:42:49 dataset:317 new Name 1
02:42:49 dataset:302 Dataset 1-2
02:42:49 dataset:318 new Name 2
02:42:49 Project:1952 Project 0
02:42:49 Project:2052 Project 0
02:42:49 Project:2252 Project 0
02:42:49 Project:1301 Project 1
02:42:49 dataset:1318 new Name 2
02:42:49 dataset:1307 New Dataset
02:42:49 dataset:1317 new Name 1
02:42:49 dataset:1302 Dataset 1-2
02:42:49 dataset:1301 Dataset 1-1
02:42:49 Project:2301 Project 1
02:42:49 dataset:2407 New Dataset
02:42:49 dataset:2401 Dataset 1-1
02:42:49 dataset:2402 Dataset 1-2
02:42:49 Project:302 Project 0
02:42:49 Project:251 Project 1
02:42:49 dataset:267 new Name 1
02:42:49 dataset:251 Dataset 1-1
02:42:49 dataset:252 Dataset 1-2
02:42:49 dataset:268 new Name 2
02:42:49 dataset:257 New Dataset
02:42:49 Project:151 Project 1
02:42:49 dataset:168 new Name 2
02:42:49 dataset:151 Dataset 1-1
02:42:49 dataset:167 new Name 1
02:42:49 dataset:152 Dataset 1-2
02:42:49 dataset:157 New Dataset
02:42:49 Project:752 Project 0
02:42:50 image:9752 test.fake
02:42:50 image:9763 newImageFrom9753
02:42:50 image:9762 New Image
02:42:50 5
02:42:50 10
02:42:50 3
02:42:50 512
02:42:50 512
02:42:50 screen:1851 Screen
02:42:50 plate:1852 Plate Name 0
02:42:50 plate:1851 Plate
02:42:50 screen:451 Screen
02:42:50 plate:451 Plate
02:42:50 plate:452 Plate Name 0
02:42:50 screen:1051 Screen
02:42:50 plate:1052 Plate Name 0
02:42:50 plate:1051 Plate
02:42:50 screen:1752 Screen
02:42:50 screen:651 Screen
02:42:50 plate:651 Plate
02:42:50 plate:652 Plate Name 0
02:42:50 screen:1501 Screen
02:42:50 plate:1502 Plate Name 0
02:42:50 plate:1501 Plate
02:42:50 screen:1852 Screen
02:42:50 screen:2002 Screen
02:42:50 screen:52 Screen
02:42:50 screen:401 Screen
02:42:50 plate:402 Plate Name 0
02:42:50 plate:401 Plate
02:42:50 screen:602 Screen
02:42:50 screen:2201 Screen
02:42:50 plate:2201 Plate
02:42:50 plate:2202 Plate Name 0
02:42:50 screen:2451 Screen
02:42:50 plate:2452 Plate Name 0
02:42:50 plate:2451 Plate
02:42:50 screen:252 Screen
02:42:50 screen:1651 Screen
02:42:50 plate:1651 Plate
02:42:50 plate:1652 Plate Name 0
02:42:50 screen:1052 Screen
02:42:50 screen:1302 Screen
02:42:50 screen:251 Screen
02:42:50 plate:252 Plate Name 0
02:42:50 plate:251 Plate
02:42:50 screen:1351 Screen
02:42:50 plate:1352 Plate Name 0
02:42:50 plate:1351 Plate
02:42:50 screen:101 Screen
02:42:50 plate:102 Plate Name 0
02:42:50 plate:101 Plate
02:42:50 screen:1202 Screen
02:42:50 screen:2101 Screen
02:42:50 plate:2102 Plate Name 0
02:42:50 plate:2101 Plate
02:42:50 screen:1701 Screen
02:42:50 plate:1702 Plate Name 0
02:42:50 plate:1701 Plate
02:42:50 screen:1702 Screen
02:42:50 screen:2202 Screen
02:42:50 screen:502 Screen
02:42:50 screen:1952 Screen
02:42:50 screen:501 Screen
02:42:50 plate:502 Plate Name 0
02:42:50 plate:501 Plate
02:42:50 screen:1151 Screen
02:42:50 plate:1151 Plate
02:42:50 plate:1152 Plate Name 0
02:42:50 screen:1602 Screen
02:42:50 screen:301 Screen
02:42:50 plate:302 Plate Name 0
02:42:50 plate:301 Plate
02:42:50 screen:851 Screen
02:42:50 plate:851 Plate
02:42:50 plate:852 Plate Name 0
02:42:50 screen:2452 Screen
02:42:50 screen:1401 Screen
02:42:50 plate:1402 Plate Name 0
02:42:50 plate:1401 Plate
02:42:50 screen:652 Screen
02:42:50 screen:952 Screen
02:42:50 screen:1551 Screen
02:42:50 plate:1552 Plate Name 0
02:42:50 plate:1551 Plate
02:42:50 screen:2052 Screen
02:42:50 screen:2102 Screen
02:42:50 screen:202 Screen
02:42:50 screen:51 Screen
02:42:50 plate:52 Plate Name 0
02:42:50 plate:51 Plate
02:42:50 screen:1552 Screen
02:42:50 screen:1502 Screen
02:42:50 screen:551 Screen
02:42:50 plate:552 Plate Name 0
02:42:50 plate:551 Plate
02:42:50 screen:802 Screen
02:42:50 screen:1801 Screen
02:42:50 plate:1801 Plate
02:42:50 plate:1802 Plate Name 0
02:42:50 screen:2001 Screen
02:42:50 plate:2001 Plate
02:42:50 plate:2002 Plate Name 0
02:42:50 screen:152 Screen
02:42:50 screen:1901 Screen
02:42:50 plate:1902 Plate Name 0
02:42:50 plate:1901 Plate
02:42:50 screen:1001 Screen
02:42:50 plate:1001 Plate
02:42:50 plate:1002 Plate Name 0
02:42:50 screen:2301 Screen
02:42:50 plate:2302 Plate Name 0
02:42:50 plate:2301 Plate
02:42:50 screen:351 Screen
02:42:50 plate:351 Plate
02:42:50 plate:352 Plate Name 0
02:42:50 screen:1451 Screen
02:42:50 plate:1452 Plate Name 0
02:42:50 plate:1451 Plate
02:42:50 screen:1452 Screen
02:42:50 screen:302 Screen
02:42:50 screen:601 Screen
02:42:50 plate:602 Plate Name 0
02:42:50 plate:601 Plate
02:42:50 screen:1201 Screen
02:42:50 plate:1201 Plate
02:42:50 plate:1202 Plate Name 0
02:42:50 screen:1301 Screen
02:42:50 plate:1301 Plate
02:42:50 plate:1302 Plate Name 0
02:42:50 screen:1352 Screen
02:42:50 screen:1652 Screen
02:42:50 screen:1251 Screen
02:42:50 plate:1252 Plate Name 0
02:42:50 plate:1251 Plate
02:42:50 screen:2051 Screen
02:42:50 plate:2051 Plate
02:42:50 plate:2052 Plate Name 0
02:42:50 screen:1 Screen
02:42:50 plate:1 Plate
02:42:50 plate:2 Plate Name 0
02:42:50 screen:552 Screen
02:42:50 screen:1102 Screen
02:42:50 screen:752 Screen
02:42:50 screen:801 Screen
02:42:50 plate:802 Plate Name 0
02:42:50 plate:801 Plate
02:42:50 screen:902 Screen
02:42:50 screen:1601 Screen
02:42:50 plate:1602 Plate Name 0
02:42:50 plate:1601 Plate
02:42:50 screen:951 Screen
02:42:50 plate:951 Plate
02:42:50 plate:952 Plate Name 0
02:42:50 screen:852 Screen
02:42:50 screen:1152 Screen
02:42:50 screen:1402 Screen
02:42:50 screen:2251 Screen
02:42:50 plate:2252 Plate Name 0
02:42:50 plate:2251 Plate
02:42:50 screen:2302 Screen
02:42:50 screen:151 Screen
02:42:50 plate:152 Plate Name 0
02:42:50 plate:151 Plate
02:42:50 screen:1802 Screen
02:42:50 screen:2 Screen
02:42:50 screen:1002 Screen
02:42:50 screen:1101 Screen
02:42:50 plate:1102 Plate Name 0
02:42:50 plate:1101 Plate
02:42:50 screen:102 Screen
02:42:50 screen:1902 Screen
02:42:50 screen:352 Screen
02:42:50 screen:901 Screen
02:42:50 plate:901 Plate
02:42:50 plate:902 Plate Name 0
02:42:50 screen:452 Screen
02:42:50 screen:701 Screen
02:42:50 plate:702 Plate Name 0
02:42:50 plate:701 Plate
02:42:50 screen:702 Screen
02:42:50 screen:2252 Screen
02:42:50 screen:201 Screen
02:42:50 plate:202 Plate Name 0
02:42:50 plate:201 Plate
02:42:50 screen:1252 Screen
02:42:50 screen:1751 Screen
02:42:50 plate:1752 Plate Name 0
02:42:50 plate:1751 Plate
02:42:50 screen:1951 Screen
02:42:50 plate:1951 Plate
02:42:50 plate:1952 Plate Name 0
02:42:50 screen:402 Screen
02:42:50 screen:751 Screen
02:42:50 plate:752 Plate Name 0
02:42:50 plate:751 Plate
02:42:50 well:3251
02:42:50 well:3252
02:42:50 well:3253
02:42:50 plate:202
02:42:50 plate:853
02:42:50 plate:51
02:42:50 plate:252
02:42:50 plate:1253
02:42:50 plate:1803
02:42:50 plate:2301
02:42:50 plate:753
02:42:50 plate:952
02:42:50 plate:1453
02:42:50 plate:1703
02:42:50 plate:203
02:42:50 plate:1303
02:42:50 plate:1552
02:42:50 plate:1853
02:42:50 plate:1102
02:42:50 plate:2252
02:42:50 plate:1751
02:42:50 plate:52
02:42:50 plate:803
02:42:50 plate:751
02:42:50 plate:1152
02:42:50 plate:1602
02:42:50 plate:3
02:42:50 plate:902
02:42:50 plate:1
02:42:50 plate:1702
02:42:50 plate:103
02:42:50 plate:1903
02:42:50 plate:151
02:42:50 plate:1651
02:42:50 plate:802
02:42:50 plate:2303
02:42:50 plate:1153
02:42:50 plate:2202
02:42:50 plate:1051
02:42:50 plate:1401
02:42:50 plate:1701
02:42:50 plate:701
02:42:50 plate:1352
02:42:50 plate:602
02:42:50 plate:1002
02:42:50 plate:351
02:42:50 plate:1001
02:42:50 plate:1652
02:42:50 plate:1053
02:42:50 plate:552
02:42:50 plate:1503
02:42:50 plate:1203
02:42:50 plate:2451
02:42:50 plate:2103
02:42:50 plate:702
02:42:50 plate:152
02:42:50 plate:502
02:42:50 plate:1902
02:42:50 plate:1502
02:42:50 plate:903
02:42:50 plate:302
02:42:50 plate:852
02:42:50 plate:1003
02:42:50 plate:2003
02:42:50 plate:352
02:42:50 plate:402
02:42:50 plate:353
02:42:50 plate:1151
02:42:50 plate:2253
02:42:50 plate:1452
02:42:50 plate:503
02:42:50 plate:1601
02:42:50 plate:1201
02:42:50 plate:2
02:42:50 plate:1501
02:42:50 plate:1252
02:42:50 plate:2251
02:42:50 plate:153
02:42:50 plate:953
02:42:50 plate:851
02:42:50 plate:1603
02:42:50 plate:1202
02:42:50 plate:403
02:42:50 plate:1952
02:42:50 plate:501
02:42:50 plate:2201
02:42:50 plate:1302
02:42:50 plate:2101
02:42:50 plate:601
02:42:50 plate:1953
02:42:50 plate:201
02:42:50 plate:1251
02:42:50 plate:1901
02:42:50 plate:1351
02:42:50 plate:253
02:42:50 plate:2102
02:42:50 plate:1551
02:42:50 plate:1852
02:42:50 plate:703
02:42:50 plate:1851
02:42:50 plate:1103
02:42:50 plate:53
02:42:50 plate:2051
02:42:50 plate:2452
02:42:50 plate:603
02:42:50 plate:2052
02:42:50 plate:1353
02:42:50 plate:303
02:42:50 plate:451
02:42:50 plate:2453
02:42:50 plate:2053
02:42:50 plate:1403
02:42:50 plate:801
02:42:50 plate:1951
02:42:50 plate:553
02:42:50 plate:251
02:42:50 plate:1801
02:42:50 plate:1653
02:42:50 plate:452
02:42:50 plate:1752
02:42:50 plate:752
02:42:50 plate:102
02:42:50 plate:1052
02:42:50 plate:401
02:42:50 plate:1753
02:42:50 plate:1802
02:42:50 plate:2203
02:42:50 plate:101
02:42:50 plate:651
02:42:50 plate:1553
02:42:50 plate:2002
02:42:50 plate:951
02:42:50 plate:551
02:42:50 plate:1301
02:42:50 plate:2001
02:42:50 plate:453
02:42:50 plate:1402
02:42:50 plate:652
02:42:50 plate:901
02:42:50 plate:1451
02:42:50 plate:653
02:42:50 plate:301
02:42:50 plate:1101
02:42:50 plate:2302
02:42:50
02:42:50 List Datasets:
02:42:50 ID: 8 Name: MyDataset
02:42:50 ID: 9 Name: MyDataset
02:42:50 ID: 10 Name: MyDataset
02:42:50 ID: 14 Name: MyDataset
02:42:50 ID: 15 Name: MyDataset
02:42:50 ID: 16 Name: MyDataset
02:42:50 ID: 58 Name: MyDataset
02:42:50 ID: 59 Name: MyDataset
02:42:50 ID: 60 Name: MyDataset
02:42:50 ID: 64 Name: MyDataset
02:42:50
02:42:50 List Tags:
02:42:50 ID: 16 NS: omero.training.demo
02:42:50 ID: 17 NS: omero.training.demo
02:42:50 ID: 18 NS: omero.training.demo
02:42:50 ID: 66 NS: omero.training.demo
02:42:50 ID: 67 NS: omero.training.demo
02:42:50 ID: 68 NS: omero.training.demo
02:42:50 ID: 116 NS: omero.training.demo
02:42:50 ID: 117 NS: omero.training.demo
02:42:50 ID: 118 NS: omero.training.demo
02:42:50 ID: 166 NS: omero.training.demo
02:42:50 Dataset:953 Orphaned dataset 1
02:42:50 Dataset:62 New Dataset2
02:42:50 Dataset:464 MyDataset
02:42:50 Dataset:2214 MyDataset
02:42:50 Dataset:1310 MyDataset
02:42:50 Dataset:2312 New Dataset2
02:42:50 Dataset:1463 FileAnnotationDelete
02:42:50 Dataset:913 FileAnnotationDelete
02:42:50 Dataset:515 MyDataset
02:42:50 Dataset:1665 MyDataset
02:42:50 Dataset:2204 Orphaned dataset 2
02:42:50 Dataset:1964 MyDataset
02:42:50 Dataset:2113 FileAnnotationDelete
02:42:50 Dataset:103 Orphaned dataset 1
02:42:50 Project:501 Project 1
02:42:50 Dataset:1366 MyDataset
02:42:50 Dataset:2064 MyDataset
02:42:50 Dataset:1859 MyDataset
02:42:50 Dataset:1808 MyDataset
02:42:50 Dataset:1715 MyDataset
02:42:50 Dataset:1804 Orphaned dataset 2
02:42:50 Dataset:2060 MyDataset
02:42:50 Dataset:753 Orphaned dataset 1
02:42:50 Dataset:715 MyDataset
02:42:50 Dataset:708 MyDataset
02:42:50 Dataset:1410 MyDataset
02:42:50 Dataset:1961 New Dataset
02:42:50 Dataset:1313 FileAnnotationDelete
02:42:50 Dataset:1363 FileAnnotationDelete
02:42:50 Project:701 Project 1
02:42:50 Dataset:1563 FileAnnotationDelete
02:42:50 Project:751 Project 1
02:42:50 Dataset:2104 Orphaned dataset 2
02:42:50 Dataset:855 Orphaned dataset 2
02:42:50 Dataset:1358 MyDataset
02:42:50 Dataset:2015 MyDataset
02:42:50 Dataset:1409 MyDataset
02:42:50 Dataset:2410 MyDataset
02:42:50 Dataset:512 New Dataset2
02:42:50 Dataset:1904 Orphaned dataset 2
02:42:50 Dataset:958 MyDataset
02:42:50 Dataset:1460 MyDataset
02:42:50 Dataset:1004 Orphaned dataset 2
02:42:50 Dataset:1162 New Dataset2
02:42:50 Dataset:1816 MyDataset
02:42:50 Dataset:1613 FileAnnotationDelete
02:42:50 Dataset:609 MyDataset
02:42:50 Dataset:916 MyDataset
02:42:50 Dataset:1264 MyDataset
02:42:50 Dataset:165 MyDataset
02:42:50 Dataset:703 Orphaned dataset 1
02:42:50 Project:2101 Project 1
02:42:50 Project:1301 Project 1
02:42:50 Dataset:1560 MyDataset
02:42:50 Dataset:1911 New Dataset
02:42:50 Dataset:1562 New Dataset2
02:42:50 Project:901 Project 1
02:42:50 Project:551 Project 1
02:42:50 Dataset:1853 Orphaned dataset 1
02:42:50 Dataset:1864 MyDataset
02:42:50 Dataset:1010 MyDataset
02:42:50 Dataset:1013 FileAnnotationDelete
02:42:50 Dataset:2408 MyDataset
02:42:50 Dataset:612 New Dataset2
02:42:50 Dataset:1903 Orphaned dataset 1
02:42:50 Dataset:264 MyDataset
02:42:50 Dataset:2004 Orphaned dataset 2
02:42:50 Dataset:1559 MyDataset
02:42:50 Dataset:266 MyDataset
02:42:50 Dataset:65 MyDataset
02:42:50 Dataset:1658 MyDataset
02:42:50 Dataset:1766 MyDataset
02:42:50 Dataset:1809 MyDataset
02:42:50 Dataset:1054 Orphaned dataset 2
02:42:50 Dataset:1203 Orphaned dataset 1
02:42:50 Dataset:754 Orphaned dataset 2
02:42:50 Dataset:114 MyDataset
02:42:50 Dataset:2003 Orphaned dataset 1
02:42:50 Dataset:2216 MyDataset
02:42:50 Dataset:410 MyDataset
02:42:50 Dataset:711 New Dataset
02:42:50 Dataset:1354 Orphaned dataset 2
02:42:50 Dataset:1361 New Dataset
02:42:50 Dataset:1960 MyDataset
02:42:50 Project:1551 Project 1
02:42:50 Dataset:2103 Orphaned dataset 1
02:42:50 Dataset:761 New Dataset
02:42:50 Dataset:408 MyDataset
02:42:50 Dataset:1504 Orphaned dataset 2
02:42:50 Dataset:459 MyDataset
02:42:50 Dataset:210 MyDataset
02:42:50 Dataset:866 MyDataset
02:42:50 Project:651 Project 1
02:42:50 Dataset:1209 MyDataset
02:42:50 Dataset:1814 MyDataset
02:42:50 Dataset:1813 FileAnnotationDelete
02:42:50 Dataset:2308 MyDataset
02:42:50 Dataset:654 Orphaned dataset 2
02:42:50 Dataset:1866 MyDataset
02:42:50 Dataset:1566 MyDataset
02:42:50 Dataset:560 MyDataset
02:42:50 Dataset:1710 MyDataset
02:42:50 Dataset:1062 New Dataset2
02:42:50 Dataset:914 MyDataset
02:42:50 Dataset:1965 MyDataset
02:42:50 Dataset:2061 New Dataset
02:42:50 Dataset:1416 MyDataset
02:42:50 Dataset:1008 MyDataset
02:42:50 Dataset:503 Orphaned dataset 1
02:42:50 Dataset:661 New Dataset
02:42:50 Dataset:2412 New Dataset2
02:42:50 Dataset:659 MyDataset
02:42:50 Dataset:2114 MyDataset
02:42:50 Dataset:1403 Orphaned dataset 1
02:42:50 Dataset:1914 MyDataset
02:42:50 Dataset:1311 New Dataset
02:42:50 Dataset:2211 New Dataset
02:42:50 Dataset:1064 MyDataset
02:42:50 Project:801 Project 1
02:42:50 Project:101 Project 1
02:42:50 Dataset:960 MyDataset
02:42:50 Dataset:1554 Orphaned dataset 2
02:42:50 Dataset:2210 MyDataset
02:42:50 Dataset:1754 Orphaned dataset 2
02:42:50 Dataset:1661 New Dataset
02:42:50 Dataset:1114 MyDataset
02:42:50 Dataset:2212 New Dataset2
02:42:50 Dataset:2313 FileAnnotationDelete
02:42:50 Dataset:2058 MyDataset
02:42:50 Dataset:758 MyDataset
02:42:50 Dataset:1216 MyDataset
02:42:50 Dataset:1709 MyDataset
02:42:50 Dataset:867 MyDataset
02:42:50 Project:1201 Project 1
02:42:50 Dataset:9 MyDataset
02:42:50 Dataset:514 MyDataset
02:42:50 Dataset:412 New Dataset2
02:42:50 Dataset:1365 MyDataset
02:42:50 Dataset:365 MyDataset
02:42:50 Dataset:559 MyDataset
02:42:50 Dataset:1053 Orphaned dataset 1
02:42:50 Dataset:308 MyDataset
02:42:50 Dataset:1515 MyDataset
02:42:50 Dataset:1016 MyDataset
02:42:50 Dataset:58 MyDataset
02:42:50 Dataset:1414 MyDataset
02:42:50 Dataset:1516 MyDataset
02:42:50 Dataset:911 New Dataset
02:42:50 Dataset:804 Orphaned dataset 2
02:42:50 Dataset:1959 MyDataset
02:42:50 Dataset:2062 New Dataset2
02:42:50 Dataset:2213 FileAnnotationDelete
02:42:50 Dataset:854 Orphaned dataset 1
02:42:50 Dataset:109 MyDataset
02:42:50 Dataset:1214 MyDataset
02:42:50 Dataset:1759 MyDataset
02:42:50 Dataset:10 MyDataset
02:42:50 Dataset:714 MyDataset
02:42:50 Dataset:416 MyDataset
02:42:50 Dataset:1063 FileAnnotationDelete
02:42:50 Dataset:2209 MyDataset
02:42:50 Dataset:2311 New Dataset
02:42:50 Dataset:604 Orphaned dataset 2
02:42:50 Dataset:2008 MyDataset
02:42:50 Dataset:15 MyDataset
02:42:50 Dataset:265 MyDataset
02:42:50 Dataset:2316 MyDataset
02:42:50 Dataset:153 Orphaned dataset 1
02:42:50 Dataset:414 MyDataset
02:42:50 Dataset:509 MyDataset
02:42:50 Dataset:812 New Dataset2
02:42:50 Dataset:363 FileAnnotationDelete
02:42:50 Dataset:813 FileAnnotationDelete
02:42:50 Dataset:111 New Dataset
02:42:50 Dataset:909 MyDataset
02:42:50 Dataset:2310 MyDataset
02:42:50 Dataset:2014 MyDataset
02:42:50 Dataset:1411 New Dataset
02:42:50 Dataset:1654 Orphaned dataset 2
02:42:50 Dataset:158 MyDataset
02:42:50 Dataset:1259 MyDataset
02:42:50 Dataset:1609 MyDataset
02:42:50 Dataset:816 MyDataset
02:42:50 Dataset:1466 MyDataset
02:42:50 Dataset:1611 New Dataset
02:42:50 Dataset:516 MyDataset
02:42:50 Dataset:2416 MyDataset
02:42:50 Dataset:811 New Dataset
02:42:50 Dataset:1111 New Dataset
02:42:50 Dataset:1115 MyDataset
02:42:50 Dataset:415 MyDataset
02:42:50 Dataset:2404 Orphaned dataset 2
02:42:50 Project:2251 Project 1
02:42:50 Dataset:2065 MyDataset
02:42:50 Dataset:1116 MyDataset
02:42:50 Dataset:61 New Dataset
02:42:50 Dataset:1109 MyDataset
02:42:50 Dataset:2258 MyDataset
02:42:50 Dataset:110 MyDataset
02:42:50 Dataset:1263 FileAnnotationDelete
02:42:50 Dataset:2013 FileAnnotationDelete
02:42:50 Dataset:1213 FileAnnotationDelete
02:42:50 Dataset:1215 MyDataset
02:42:50 Dataset:1913 FileAnnotationDelete
02:42:50 Project:1501 Project 1
02:42:50 Dataset:2054 Orphaned dataset 2
02:42:50 Dataset:1308 MyDataset
02:42:50 Dataset:1065 MyDataset
02:42:50 Dataset:1758 MyDataset
02:42:50 Dataset:1464 MyDataset
02:42:50 Dataset:815 MyDataset
02:42:50 Project:251 Project 1
02:42:50 Dataset:2260 MyDataset
02:42:50 Dataset:1713 FileAnnotationDelete
02:42:50 Dataset:2414 MyDataset
02:42:50 Dataset:716 MyDataset
02:42:50 Dataset:1166 MyDataset
02:42:50 Dataset:1503 Orphaned dataset 1
02:42:50 Dataset:660 MyDataset
02:42:50 Dataset:1863 FileAnnotationDelete
02:42:50 Dataset:1916 MyDataset
02:42:50 Dataset:1862 New Dataset2
02:42:50 Dataset:1154 Orphaned dataset 2
02:42:50 Dataset:4 Orphaned dataset 2
02:42:50 Dataset:1359 MyDataset
02:42:50 Dataset:710 MyDataset
02:42:50 Dataset:1061 New Dataset
02:42:50 Dataset:212 New Dataset2
02:42:50 Dataset:315 MyDataset
02:42:50 Dataset:2111 New Dataset
02:42:50 Project:2001 Project 1
02:42:50 Dataset:1663 FileAnnotationDelete
02:42:50 Dataset:1261 New Dataset
02:42:50 Dataset:253 Orphaned dataset 1
02:42:50 Dataset:1514 MyDataset
02:42:50 Dataset:1564 MyDataset
02:42:50 Dataset:2208 MyDataset
02:42:50 Dataset:1060 MyDataset
02:42:50 Dataset:259 MyDataset
02:42:50 Dataset:759 MyDataset
02:42:50 Dataset:1763 FileAnnotationDelete
02:42:50 Dataset:1615 MyDataset
02:42:50 Dataset:504 Orphaned dataset 2
02:42:50 Dataset:64 MyDataset
02:42:50 Dataset:314 MyDataset
02:42:50 Dataset:1303 Orphaned dataset 1
02:42:50 Dataset:508 MyDataset
02:42:50 Dataset:1165 MyDataset
02:42:50 Dataset:16 MyDataset
02:42:50 Dataset:1208 MyDataset
02:42:50 Dataset:1258 MyDataset
02:42:50 Dataset:1404 Orphaned dataset 2
02:42:50 Dataset:603 Orphaned dataset 1
02:42:50 Dataset:1262 New Dataset2
02:42:50 Dataset:1954 Orphaned dataset 2
02:42:50 Dataset:965 MyDataset
02:42:50 Project:401 Project 1
02:42:50 Dataset:2053 Orphaned dataset 1
02:42:50 Dataset:313 FileAnnotationDelete
02:42:50 Dataset:910 MyDataset
02:42:50 Project:2301 Project 1
02:42:50 Dataset:2304 Orphaned dataset 2
02:42:50 Dataset:563 FileAnnotationDelete
02:42:50 Dataset:1066 MyDataset
02:42:50 Dataset:12 New Dataset2
02:42:50 Dataset:213 FileAnnotationDelete
02:42:50 Dataset:558 MyDataset
02:42:50 Dataset:1912 New Dataset2
02:42:50 Dataset:616 MyDataset
02:42:50 Dataset:709 MyDataset
02:42:50 Dataset:1865 MyDataset
02:42:50 Dataset:54 Orphaned dataset 2
02:42:50 Dataset:1510 MyDataset
02:42:50 Dataset:859 MyDataset
02:42:50 Dataset:358 MyDataset
02:42:50 Dataset:904 Orphaned dataset 2
02:42:50 Dataset:2415 MyDataset
02:42:50 Dataset:1703 Orphaned dataset 1
02:42:50 Dataset:764 MyDataset
02:42:50 Dataset:513 FileAnnotationDelete
02:42:50 Project:1901 Project 1
02:42:50 Dataset:565 MyDataset
02:42:50 Dataset:112 New Dataset2
02:42:50 Dataset:1353 Orphaned dataset 1
02:42:50 Dataset:1811 New Dataset
02:42:50 Dataset:211 New Dataset
02:42:50 Dataset:2108 MyDataset
02:42:50 Dataset:108 MyDataset
02:42:50 Dataset:1265 MyDataset
02:42:50 Dataset:1915 MyDataset
02:42:50 Dataset:258 MyDataset
02:42:50 Dataset:864 FileAnnotationDelete
02:42:50 Dataset:113 FileAnnotationDelete
02:42:50 Dataset:762 New Dataset2
02:42:50 Dataset:2303 Orphaned dataset 1
02:42:50 Dataset:458 MyDataset
02:42:50 Dataset:1160 MyDataset
02:42:50 Dataset:260 MyDataset
02:42:50 Dataset:1558 MyDataset
02:42:50 Dataset:1666 MyDataset
02:42:50 Dataset:454 Orphaned dataset 2
02:42:50 Dataset:1210 MyDataset
02:42:50 Dataset:164 MyDataset
02:42:50 Dataset:2115 MyDataset
02:42:50 Dataset:159 MyDataset
02:42:50 Dataset:1304 Orphaned dataset 2
02:42:50 Dataset:413 FileAnnotationDelete
02:42:50 Dataset:1316 MyDataset
02:42:50 Dataset:309 MyDataset
02:42:50 Dataset:1653 Orphaned dataset 1
02:42:50 Dataset:60 MyDataset
02:42:50 Dataset:908 MyDataset
02:42:50 Dataset:14 MyDataset
02:42:50 Project:601 Project 1
02:42:50 Dataset:613 FileAnnotationDelete
02:42:50 Dataset:1565 MyDataset
02:42:50 Dataset:1415 MyDataset
02:42:50 Dataset:1714 MyDataset
02:42:50 Dataset:2009 MyDataset
02:42:50 Dataset:1253 Orphaned dataset 1
02:42:50 Dataset:1012 New Dataset2
02:42:50 Dataset:162 New Dataset2
02:42:50 Dataset:809 MyDataset
02:42:50 Project:1801 Project 1
02:42:50 Dataset:1765 MyDataset
02:42:50 Dataset:1712 New Dataset2
02:42:50 Dataset:1153 Orphaned dataset 1
02:42:50 Dataset:615 MyDataset
02:42:50 Dataset:1664 MyDataset
02:42:50 Dataset:1459 MyDataset
02:42:50 Dataset:1454 Orphaned dataset 2
02:42:50 Dataset:13 FileAnnotationDelete
02:42:50 Dataset:1266 MyDataset
02:42:50 Dataset:163 FileAnnotationDelete
02:42:50 Project:201 Project 1
02:42:50 Dataset:1659 MyDataset
02:42:50 Dataset:160 MyDataset
02:42:50 Dataset:161 New Dataset
02:42:50 Dataset:1760 MyDataset
02:42:50 Dataset:2413 FileAnnotationDelete
02:42:50 Project:1451 Project 1
02:42:50 Dataset:2254 Orphaned dataset 2
02:42:50 Dataset:1603 Orphaned dataset 1
02:42:50 Dataset:2215 MyDataset
02:42:50 Dataset:1408 MyDataset
02:42:50 Dataset:963 FileAnnotationDelete
02:42:50 Dataset:704 Orphaned dataset 2
02:42:50 Project:1051 Project 1
02:42:50 Dataset:1212 New Dataset2
02:42:50 Dataset:954 Orphaned dataset 2
02:42:50 Dataset:713 FileAnnotationDelete
02:42:50 Dataset:1616 MyDataset
02:42:50 Dataset:1508 MyDataset
02:42:50 Dataset:463 FileAnnotationDelete
02:42:50 Dataset:1509 MyDataset
02:42:50 Dataset:712 New Dataset2
02:42:50 Dataset:763 FileAnnotationDelete
02:42:50 Dataset:11 New Dataset
02:42:50 Dataset:1158 MyDataset
02:42:50 Project:1251 Project 1
02:42:50 Dataset:511 New Dataset
02:42:50 Dataset:1159 MyDataset
02:42:50 Dataset:1708 MyDataset
02:42:50 Dataset:2314 MyDataset
02:42:50 Dataset:562 New Dataset2
02:42:50 Dataset:104 Orphaned dataset 2
02:42:50 Dataset:2309 MyDataset
02:42:50 Dataset:403 Orphaned dataset 1
02:42:50 Project:1851 Project 1
02:42:50 Dataset:1812 New Dataset2
02:42:50 Dataset:1314 MyDataset
02:42:50 Dataset:1561 New Dataset
02:42:50 Dataset:1254 Orphaned dataset 2
02:42:50 Project:1701 Project 1
02:42:50 Dataset:215 MyDataset
02:42:50 Project:51 Project 1
02:42:50 Dataset:1764 MyDataset
02:42:50 Project:301 Project 1
02:42:50 Project:1001 Project 1
02:42:50 Dataset:611 New Dataset
02:42:50 Dataset:3 Orphaned dataset 1
02:42:50 Dataset:116 MyDataset
02:42:50 Dataset:1858 MyDataset
02:42:50 Dataset:510 MyDataset
02:42:50 Dataset:466 MyDataset
02:42:50 Dataset:554 Orphaned dataset 2
02:42:50 Dataset:814 MyDataset
02:42:50 Dataset:2112 New Dataset2
02:42:50 Dataset:154 Orphaned dataset 2
02:42:50 Dataset:964 MyDataset
02:42:50 Dataset:665 MyDataset
02:42:50 Dataset:903 Orphaned dataset 1
02:42:50 Dataset:2203 Orphaned dataset 1
02:42:50 Dataset:1161 New Dataset
02:42:50 Dataset:2266 MyDataset
02:42:50 Project:2051 Project 1
02:42:50 Dataset:663 FileAnnotationDelete
02:42:50 Dataset:1058 MyDataset
02:42:50 Dataset:409 MyDataset
02:42:50 Dataset:1059 MyDataset
02:42:50 Dataset:1711 New Dataset
02:42:50 Dataset:966 MyDataset
02:42:50 Dataset:453 Orphaned dataset 1
02:42:50 Dataset:2059 MyDataset
02:42:50 Dataset:1662 New Dataset2
02:42:50 Dataset:404 Orphaned dataset 2
02:42:50 Dataset:1315 MyDataset
02:42:50 Dataset:1512 New Dataset2
02:42:50 Dataset:766 MyDataset
02:42:50 Dataset:361 New Dataset
02:42:50 Dataset:1204 Orphaned dataset 2
02:42:50 Dataset:364 MyDataset
02:42:50 Dataset:1014 MyDataset
02:42:50 Dataset:53 Orphaned dataset 1
02:42:50 Dataset:614 MyDataset
02:42:50 Dataset:861 MyDataset
02:42:50 Dataset:2315 MyDataset
02:42:50 Dataset:2263 FileAnnotationDelete
02:42:50 Dataset:263 FileAnnotationDelete
02:42:50 Dataset:2010 MyDataset
02:42:50 Dataset:204 Orphaned dataset 2
02:42:50 Dataset:666 MyDataset
02:42:50 Dataset:63 FileAnnotationDelete
02:42:50 Dataset:1461 New Dataset
02:42:50 Dataset:610 MyDataset
02:42:50 Dataset:959 MyDataset
02:42:50 Dataset:2063 FileAnnotationDelete
02:42:50 Dataset:653 Orphaned dataset 1
02:42:50 Dataset:1011 New Dataset
02:42:50 Project:1951 Project 1
02:42:50 Dataset:359 MyDataset
02:42:50 Dataset:1854 Orphaned dataset 2
02:42:50 Dataset:2411 New Dataset
02:42:50 Project:1401 Project 1
02:42:50 Dataset:553 Orphaned dataset 1
02:42:50 Dataset:1660 MyDataset
02:42:50 Dataset:1908 MyDataset
02:42:50 Dataset:59 MyDataset
02:42:50 Dataset:863 New Dataset2
02:42:50 Project:1751 Project 1
02:42:50 Dataset:862 New Dataset
02:42:50 Dataset:1458 MyDataset
02:42:50 Dataset:664 MyDataset
02:42:50 Dataset:354 Orphaned dataset 2
02:42:50 Dataset:1861 New Dataset
02:42:50 Dataset:461 New Dataset
02:42:50 Dataset:561 New Dataset
02:42:50 Dataset:261 New Dataset
02:42:50 Dataset:608 MyDataset
02:42:50 Dataset:2012 New Dataset2
02:42:50 Dataset:362 New Dataset2
02:42:50 Dataset:1762 New Dataset2
02:42:50 Project:151 Project 1
02:42:50 Dataset:662 New Dataset2
02:42:50 Dataset:2116 MyDataset
02:42:50 Dataset:310 MyDataset
02:42:50 Dataset:2259 MyDataset
02:42:50 Dataset:1910 MyDataset
02:42:50 Dataset:1815 MyDataset
02:42:50 Project:2201 Project 1
02:42:50 Project:951 Project 1
02:42:50 Dataset:2110 MyDataset
02:42:50 Dataset:1612 New Dataset2
02:42:50 Project:2151 Project 1
02:42:50 Dataset:254 Orphaned dataset 2
02:42:50 Dataset:1810 MyDataset
02:42:50 Dataset:2264 MyDataset
02:42:50 Dataset:303 Orphaned dataset 1
02:42:50 Project:1601 Project 1
02:42:50 Dataset:860 MyDataset
02:42:50 Dataset:1260 MyDataset
02:42:50 Dataset:2403 Orphaned dataset 1
02:42:50 Dataset:2409 MyDataset
02:42:50 Dataset:1909 MyDataset
02:42:50 Dataset:1113 FileAnnotationDelete
02:42:50 Dataset:962 New Dataset2
02:42:50 Dataset:311 New Dataset
02:42:50 Dataset:1953 Orphaned dataset 1
02:42:50 Dataset:1753 Orphaned dataset 1
02:42:50 Dataset:1003 Orphaned dataset 1
02:42:50 Project:1 Project 1
02:42:50 Dataset:961 New Dataset
02:42:50 Project:1101 Project 1
02:42:50 Dataset:1610 MyDataset
02:42:50 Dataset:1112 New Dataset2
02:42:50 Dataset:1513 FileAnnotationDelete
02:42:50 Dataset:353 Orphaned dataset 1
02:42:50 Dataset:1312 New Dataset2
02:42:50 Dataset:810 MyDataset
02:42:50 Dataset:1009 MyDataset
02:42:50 Dataset:1716 MyDataset
02:42:50 Project:1651 Project 1
02:42:50 Project:1351 Project 1
02:42:50 Dataset:1962 New Dataset2
02:42:50 Dataset:2066 MyDataset
02:42:50 Dataset:1015 MyDataset
02:42:50 Project:851 Project 1
02:42:50 Dataset:2262 New Dataset2
02:42:50 Dataset:2016 MyDataset
02:42:50 Dataset:262 New Dataset2
02:42:50 Dataset:366 MyDataset
02:42:50 Dataset:760 MyDataset
02:42:50 Dataset:115 MyDataset
02:42:50 Dataset:1362 New Dataset2
02:42:50 Dataset:1360 MyDataset
02:42:50 Dataset:803 Orphaned dataset 1
02:42:50 Dataset:1412 New Dataset2
02:42:50 Dataset:564 MyDataset
02:42:50 Dataset:915 MyDataset
02:42:50 Dataset:2011 New Dataset
02:42:50 Dataset:203 Orphaned dataset 1
02:42:50 Dataset:1110 MyDataset
02:42:50 Dataset:1604 Orphaned dataset 2
02:42:50 Dataset:1614 MyDataset
02:42:50 Dataset:209 MyDataset
02:42:50 Dataset:2253 Orphaned dataset 1
02:42:50 Dataset:208 MyDataset
02:42:50 Dataset:1860 MyDataset
02:42:50 Dataset:411 New Dataset
02:42:50 Dataset:1211 New Dataset
02:42:50 Dataset:912 New Dataset2
02:42:50 Dataset:214 MyDataset
02:42:50 Dataset:2261 New Dataset
02:42:50 Dataset:765 MyDataset
02:42:50 Project:451 Project 1
02:42:50 Dataset:1462 New Dataset2
02:42:50 Project:1151 Project 1
02:42:50 Dataset:1164 MyDataset
02:42:50 Dataset:1963 FileAnnotationDelete
02:42:50 Dataset:360 MyDataset
02:42:50 Dataset:1553 Orphaned dataset 1
02:42:50 Dataset:2265 MyDataset
02:42:50 Dataset:658 MyDataset
02:42:50 Project:351 Project 1
02:42:50 Dataset:1104 Orphaned dataset 2
02:42:50 Dataset:1103 Orphaned dataset 1
02:42:50 Dataset:304 Orphaned dataset 2
02:42:50 Dataset:316 MyDataset
02:42:50 Dataset:566 MyDataset
02:42:50 Dataset:166 MyDataset
02:42:50 Dataset:1453 Orphaned dataset 1
02:42:50 Dataset:1761 New Dataset
02:42:50 Dataset:865 MyDataset
02:42:50 Dataset:1108 MyDataset
02:42:50 Dataset:462 New Dataset2
02:42:50 Dataset:1958 MyDataset
02:42:50 Dataset:1309 MyDataset
02:42:50 Dataset:66 MyDataset
02:42:50 Dataset:1413 FileAnnotationDelete
02:42:50 Dataset:1966 MyDataset
02:42:50 Dataset:312 New Dataset2
02:42:50 Dataset:1364 MyDataset
02:42:50 Dataset:808 MyDataset
02:42:50 Dataset:465 MyDataset
02:42:50 Dataset:1163 FileAnnotationDelete
02:42:50 Dataset:2109 MyDataset
02:42:50 Dataset:1465 MyDataset
02:42:50 Dataset:1511 New Dataset
02:42:50 Dataset:460 MyDataset
02:42:50 Dataset:1803 Orphaned dataset 1
02:42:50 Dataset:8 MyDataset
02:42:50 Dataset:1704 Orphaned dataset 2
02:42:50 Dataset:1608 MyDataset
02:42:50 Dataset:216 MyDataset
02:42:50 Size:0
02:42:50 512 512
02:42:51 9
02:42:51 9
02:42:51 1
02:42:53 Logged in as ladmin_user
02:42:53 Added 'training_user's tag' to dataset MyDataset on behalf of training_user
02:42:53 Added 'ladmin_user's tag' to dataset MyDataset as admin.
02:42:53 Finished: SUCCESS