Datasets
Open Access
Tracking Neurons in a Moving and Deforming Brain Dataset
- Citation Author(s):
- Jeffrey P. Nguyen, Ashley N. Linder, George S. Plummer, Joshua W. Shaevitz, Andrew M. Leifer
- Submitted by:
- Andrew Leifer
- Last updated:
- Fri, 10/05/2018 - 14:05
- DOI:
- 10.21227/H2901H
- Data Format:
- Links:
- License:
- Creative Commons Attribution
- Categories:
- Keywords:
Abstract
Advances in optical neuroimaging techniques now allow neural activity to be recorded with cellular resolution in awake and behaving animals. Brain motion in these recordings pose a unique challenge. The location of individual neurons must be tracked in 3D over time to accurately extract single neuron activity traces. Recordings from small invertebrates like C. elegans are especially challenging because they undergo very large brain motion and deformation during animal movement. Here we present a dataset to accompany an automated computer vision pipeline we've developed to reliably track populations of neurons with single neuron resolution in the brain of a freely moving C. elegans undergoing large motion and deformation. Two calcium imaging recordings from freely moving C. elegans are provided, Worm 1 and Worm 2, corresponding to recordings discussed in our corresponding publication: Nguyen JP, Linder AN, Plummer GS, Shaevitz JW, Leifer AM (2017) Automatically tracking neurons in a moving and deforming brain. PLoS Comput Biol 13(5): e1005517. https://doi.org/10.1371/journal.pcbi.1005517 Worm 1 contains hand-tracked annotations of individual neuron identites for comparison to the automated algorithm. When applied to Worm 1, our algorithm consistently finds more neurons more quickly than manual or semi-automated approaches. A recording of Worm 2 is also provided that had never been analyzed by hand. When our analysis pipeline is applied to that 8 minute calcium imaging recording we identify and track 156 neurons during animal behavior.
This folder contains datasets that accompany the publication:
Nguyen JP, Linder AN, Plummer GS, Shaevitz JW, Leifer AM (2017) Automatically tracking neurons in a moving and deforming brain. PLoS Comput Biol 13(5): e1005517. https://doi.org/10.1371/journal.pcbi.1005517
and correspond to the analysis software located at: https://github.com/leiferlab/NeRVEclustering.git
The data for each of Worm consists of 3 video streams, each video stream recorded open loop on different clocks. The videos can be synced using the timing of a camera flash. The two datasets shown in the paper are present. Worm 1 has a shorter recording, and includes manually annotated data neuron locations as well as automated points. Worm 2 is a longer recording.
How to Download
The dataset is available two ways: as a large all-in-one 0.3 TB tarball available for download via the web interface; and as a set of individual files that are avalable for browsing or downloading via Amazon S3.
Quick Summary
The Demo Folder has 5 demo codes that give a flavor for each step of the analysis. The analysis was originally designed to run on a computing cluster, and may not run well on local machines. The demo code, in contrast, is desgined to run locally. Each demo code will take some files in the ouputFiles folder and move them into the main data directory to do a small part of the analysis. The python code in the repo is not needed for these demos. The demos skip part 0, which is used for timing alignment of videos.
Details
Raw Videos
These are the raw video inputs to the analysis pipeline.
sCMOS_Frames_U16_1200x600.dat - Binary image file for HiMag images. Stream of 1200 x 600 uint16 images. The images created by two image channels projected onto a sCMOS camera. The first half of the image (1-600) is the RFP image, the second half (601-1200) is the gCAMP6s image. Both fluorophores are expressed panneuronally in the nucleus. Images are taken at 200Hz, and the worm is scanned with a 3 Hz triangle wave.
AVI files with behavior - Low magnification dark field video.
AVI files with fluorescence - Low magnification fluorescent images.
*HUDS versions of the avi have additional data on the video frame, such as the frame number and program status.
Raw Text files
These are the additional inputs to the analysis pipeline. These files contain timing information for every frame of each of the video feeds. They also contain information about the positions of the stage and the objective. This information, along with the videos themselves, are used to align the timing for all of the videos. Several camera flashes are used throughout the recording.
labJackData.txt - Raw outputs from LabVIEW for the stage, the piezo that drives the objective, the sCMOS camera, and the function generator (FG), taken at 1kHz. The objective is mounted on a piezo stage that is driven by the output voltage of the function generator. The 1kHz clock acts as the timing for each event.
Columns:
FuncGen - Programmed output from FG, a triangle wave at 6 Hz.
Voltage - Actual FG output
Z Sensor - voltage from piezo, which controls Z position of objective.
FxnGen Sync- Trigger output from FG, triggers at the center of the triangle.
Camera Trigger- Voltage from HiMag camera, down sweeps indicate a frame has been grabbed from HiMag Camera
Frame Count - Number of frames that have been grabbed from HiMag Camera. Not all frames that are grabbed are saved, and the saved frames will be indicated in the saved frames field in the next text file.
Stage X - X position from stage
Stage Y - Y position from stage
CameraFrameData.txt - Metadata from each grabbed frame for HiMag images, saved in LabVIEW. The timing for each of these frames can be pulled from the labJackData.txt.
Columns:
Total Frames - Total number of grabbed frames
Saved Frames - The current save index, not all grabbed frames are saved. If this increments, the frame has been saved.
DC offset - This is the signal sent to the FG to translate center of the triangle wave to keep the center of the worm in the middle of the wave.
Image STdev - standard deviation of all pixel intensities in each image. (used for trackign in teh axial dimension.)
.yaml files - Data from each grabbed frame for both low mag .avi files
Lots of datafields here are anachronistic holdovers, but of main interest are the FrameNumber, Selapsed (seconds elapsed) and msRemElapsed (ms elapsed). These are parsed in order to determine the timing of each frame.
Processed mat files
These files contain processed output from the analysis pipeline at different steps.
STEP 0: Output of Timing alignment Code.
hiResData.mat - data for each frame of HiMag video. This contains the information about the imaging plane, position of the stage, timing, and which volume each frame belongs to.
Fields:
Z - z voltage from piezo for each frame, indicating the imaging plane.
frameTime - time of each frame after flash alignment in seconds.
stackIdx - number of the stack each frame belongs to. Each volume recorded is given an increasing number starting at 1 for the first volume. For example, the first 40 images will belong to stackIdx=1, then the next 40 will have stackIdx=2 etc etc…
imSTD - standard dev of each frame
xpos and ypos - stage position for each frame
flashLoc - index of the frame of each flash
*note some of these fields have an extra point at the end, just remove it to make everything the same size
*flashTrack.mat - 1xN vector where N is the number of frames in the corresponding video. The values of flashTrack are the mean of each image. It will show a clear peak when a flash is triggered. This can be used to align the videos.
*YAML.mat - 1xN vector where N is the number of frames in the corresponding video. Each element of the mcdf has all of the metadata for each frame of the video. Using this requires code from https://github.com/leiferlab/MindControlAccessUtils.git github repo.
alignments.mat - set of affine transformations between videos feeds. Each has a "tconcord" field that works
with matlab’s imwarp function.
Fields:
lowresFluor2BF- Alignment from low mag fluorescent video to low mag behavior video
S2AHiRes - Alignment from HiMag Red channel to HiMag green channel. This alignment is prior to cropping of the HiMag Red channel.
Hi2LowResF - Alignment from HiMag Red to low mag fluorescent video
STEP 1: WORM CENTERLINE DETECTION
initializeCLWorkspace.m (done locally for manual centerline initialization)
Python submission code:
submitWormAnalysisCenterline.py
Matlab analysis code:
clusterWormCenterline.m
File Outputs: CLstartworkspace.mat, initialized points and background images for darkfield images
CL_files folder, containing partial CL.mat files
BehaviorAnalysis folder, containing the centerline.mat file with XY coordinates for each image.
* due to poor image quality of dark field images, it may be necessary to use some of the code developed by AL to manually adjust centerlines
** worm 1 centerline was found using a different method, so STEP1 can be skipped for worm1.
STEP 2: STRAIGHTEN AND SEGMENTATION
Python submission code:
submitWormStraightening.py
Matlab analysis code:
clusterStraightenStart.m
clusterWormStraightening.m
File Outputs: startWorkspace.mat, initial workspace used for during straightening for all volumes
CLStraight* folder, folder containing all saved straightened tif files and results of segmentation.
STEP 3: NEURON REGISTRATION VECTOR ENCODING AND CLUSTERING
Python submission code:
submitWormAnalysisPipelineFull.py
Matlab analysis code:
clusterWormTracker.m
clusterWormTrackCompiler.m
File Outputs: TrackMatrixFolder, containing all registrations of sample volumes with reference volumes.
pointStats.mat, struccture containing all coordinates from all straightened volumes along with a trackIdx, the result of initial tracking of points.
STEP 4: ERROR CORRECTION
Python submission code:
submitWormAnalysisPipelineFull.py
Matlab analysis code:
clusterBotChecker.m
clusterBotCheckCompiler.
File Outputs: botCheckFolder, folder containing all coordinate guesses for all times, one mat file for each neuron.
pointStatsNew.mat, matfile containing the refined trackIdx after error correction.
STEP 5: SIGNAL EXTRACTION
Python submission code:
submitWormAnalysisPipelineFull.py
Matlab analysis code:
fiducialCropper3.m
File Output: heatData.mat, all signal results from extracting signal from the coordinates.
Simple dat file Viewer
HiMag fluorescent data files are stored as a stream of binary uint16. The gui "ScanBinaryImageStack" is a simple MATLAB program to view these images. The GUI can be found in the NeRVE git repo at https://github.com/leiferlab/NeRVEclustering.git. Feel free to add features. To view images, click the button "Select Folder", and select the .dat file. You can now use the slider in the gui or the arrow keys on your keyboard to view different images. You can change the step size to change how much each arrow push increments. You can also change the bounds of the slider away from the default of first frame/last frame. The save snapshot button saves a tiff of the current frame into the directory of the dat file. The size of the image must be specified in the image size fields. All .dat files included are 1200x600 pixels. The program also works if .avi files are selected. In this case, the size of the images is determined automatically.
Dataset Files
- Entire dataset (approx 330 GB) Nguyen2017NeuronTracking.tar (328.01 GB)
- NeRVEclustering
- .git
- COMMIT_EDITMSG (15 bytes)
- FETCH_HEAD (106 bytes)
- HEAD (23 bytes)
- ORIG_HEAD (41 bytes)
- config (511 bytes)
- description (73 bytes)
- hooks
- applypatch-msg.sample (478 bytes)
- commit-msg.sample (896 bytes)
- post-update.sample (189 bytes)
- pre-applypatch.sample (424 bytes)
- pre-commit.sample (1.60 kB)
- pre-push.sample (1.32 kB)
- pre-rebase.sample (4.83 kB)
- pre-receive.sample (544 bytes)
- prepare-commit-msg.sample (1.21 kB)
- update.sample (3.53 kB)
- index (68.02 kB)
- info
- exclude (240 bytes)
- logs
- modules
- CenterlineTracking
- HEAD (41 bytes)
- config (362 bytes)
- description (73 bytes)
- hooks
- applypatch-msg.sample (478 bytes)
- commit-msg.sample (896 bytes)
- post-update.sample (189 bytes)
- pre-applypatch.sample (424 bytes)
- pre-commit.sample (1.60 kB)
- pre-push.sample (1.32 kB)
- pre-rebase.sample (4.83 kB)
- pre-receive.sample (544 bytes)
- prepare-commit-msg.sample (1.21 kB)
- update.sample (3.53 kB)
- index (1.51 kB)
- info
- exclude (240 bytes)
- logs
- objects
- 03
- 116867ba431c292c42ce88c7c1a138ad83843b (479 bytes)
- 949ae946b6182c22c97eac91217ce9471b0383 (3.01 kB)
- 0e
- 09306d4d603fe0dfb3ed0cda8cc1732f2267d5 (591 bytes)
- 0f
- 004f4e0f2303b99002d9d0411ad100e65af40e (457 bytes)
- 19
- fbe946d5f4489d4a17bc3aed665081b8bdd404 (2.63 kB)
- 1a
- f3d9a37446cb4c3fa94e32fda8d14765164159 (236 bytes)
- 22
- 88bbc867ff0b416b74b9f5b35e9b375e61fb81 (3.10 kB)
- 25
- 8400352bc2084fec3a404be19d64d5a9b3d83a (173 bytes)
- 26
- 0581cec0ddf4c723edf1d95f910664bf5a3197 (469 bytes)
- 27
- 9966328a96b8f68c748b9aad766de06dac41b9 (593 bytes)
- 35
- 75a1a65ec71aa1c0168072625b57c2d4981a76 (186 bytes)
- 36
- 309c7f695eaf5ff4d70852da38cf3055640df5 (164 bytes)
- f9f42c0508d4f3490479db4392cbb24550505f (372 bytes)
- 40
- 1156d523b91e1f714ed28c245a149048dbba23 (198 bytes)
- 47
- f73341de22519f41b37f25732b4b035c27e792 (739 bytes)
- 4c
- 29f8dae610ade6e1f55659b3bf29fccb9be2b0 (338 bytes)
- 54
- 3e1a9d452637ce28540b96f52aec1dc6cbde2b (616 bytes)
- 56
- 612e6bdd65a20e237580ce6bdfb134e1f83546 (457 bytes)
- 60
- 15d25a9fd9aa0de984d733b64c7b22fcdddc16 (5.84 kB)
- 70
- d848e2a71cceb2f38e01181d93ef446cfa8e2b (394 bytes)
- 77
- 1f1775cdb10758e8dc74ee18142f03f87e82bb (441 bytes)
- 90
- 418f1b850e3c7f0bb5ef1440b153d6025b17e7 (439 bytes)
- 93
- 82b4bf5b211abcb48dc7beb1cf3672ab734517 (157 bytes)
- 95
- fbeace0220d4546f1d02847e7cd8e4c7255d81 (469 bytes)
- 96
- 7ce9ec26f0610b3dd91451e9989092a26f0e51 (604 bytes)
- 98
- 6c7b09e480ff7a51cc47150b34c35380cc84bb (166 bytes)
- 9a
- 5b4b0f5ed38a54662fc74f657a8fc22ccf15d9 (5.74 kB)
- a6
- 6318b84b21afbb60b6e4c32ba327f8b61b7e0f (499 bytes)
- ac
- 41e7f2b397e92054d26ef5cfed66198badbf3f (585 bytes)
- b1
- 09b17d510bc7fe3ea361e8f2f3b07db1886abe (480 bytes)
- b6
- 4fbed2845a38b02e834cd9c135de0b19ad35d5 (524 bytes)
- c5
- e6a0029998a08fc142f53bf6a2981d9255d50c (161 bytes)
- c6
- 105d86ac6ef88d9d3503bd482bea6e9fa3ccb8 (499 bytes)
- cc
- 8bcd004c280804db60dd61fd4d30737d3f7447 (481 bytes)
- cd
- 9d05eab6c9de3c29e2c270eeaca1c5593507b4 (515 bytes)
- d2
- ad3182ce1009c347997fb92ce41a4133e8764a (480 bytes)
- d7
- 979ba0097a0a66f84e051506f196916bc239fc (172 bytes)
- db
- 1a1df6bd2a737c2c9f1fc96f5bf3bd7fda26ac (250 bytes)
- dc
- 038d9739efe8e4b171c1461eeaa73c6eb1e883 (388 bytes)
- f0
- 2e817a8b76db25ec8149d03fa0b6988634ecc1 (402 bytes)
- f1
- 3f2874d75ddddc3ac9e319d65c04422fc06d4f (155 bytes)
- f3
- f6ca1f9b259bfeb70e7dbdc89b95e235b5e3ea (185 bytes)
- f7
- 6e755579d565719d1d3f7da42b5f2182e3bb0f (481 bytes)
- fa
- 361ef991a38d596171860ec21f07bd01260c72 (241 bytes)
- packed-refs (107 bytes)
- refs
- MindControlAccessUtils
- HEAD (41 bytes)
- config (370 bytes)
- description (73 bytes)
- hooks
- applypatch-msg.sample (478 bytes)
- commit-msg.sample (896 bytes)
- post-update.sample (189 bytes)
- pre-applypatch.sample (424 bytes)
- pre-commit.sample (1.60 kB)
- pre-push.sample (1.32 kB)
- pre-rebase.sample (4.83 kB)
- pre-receive.sample (544 bytes)
- prepare-commit-msg.sample (1.21 kB)
- update.sample (3.53 kB)
- index (724 bytes)
- info
- exclude (240 bytes)
- logs
- objects
- pack
- packed-refs (318 bytes)
- refs
- objects
- 10
- 44c47e51ce42133b5b021acd0055fb3c1c6f8d (167 bytes)
- 20
- db6cf0f5e24ea4370851346b1fb9bc7bba0e5b (202 bytes)
- 2a
- 9f69e7b0c655413c631daacdc401e42fcf95c0 (2.57 kB)
- 2c
- eb8c300da7213421079586b4aef2e6586a6419 (2.47 kB)
- 39
- d111b2f9ea99d08d7ea0cc31acf1e7deabcee1 (978 bytes)
- 41
- 8c2ed7782057f76afc7dfd1aa2a1c0c19e693f (1.41 kB)
- 47
- 82a1ea0779447e8315f2e8f14dc1e23c5700a3 (2.66 kB)
- 4b
- 49ff457cd040aefc04caa70243fda7b3fae43a (1.15 kB)
- 88
- 34bb042b4edc99252457969f12c35938bbf26c (1.29 kB)
- aa
- 7ae2f5f672180e66481c644ffe7a592db68bd4 (1.35 kB)
- b3
- ff294f9a9226e7b702f54719e7f0f45c5438f2 (198 bytes)
- b6
- c5fe97114aadc15b388d589692eec58a975169 (5.39 kB)
- bf
- c7bc11df3f19d2d1685c8a77bd5f8bb26ada4f (3.24 kB)
- c2
- 59758f65201d34bebed55885f6d864d6cb2523 (889 bytes)
- c3
- 2bec588d593e9309bab13ec5c810f1ee334d65 (1.35 kB)
- c4
- d4629fe7442355d875730ea2aed84009abbfde (198 bytes)
- cb
- dad268bec7ececc04095e5a0bd3ec0096ea14f (1.24 kB)
- e3
- 2543206cb8a164dc946e40a5063c61c5df3b82 (234 bytes)
- pack
- packed-refs (107 bytes)
- refs
- .gitmodules (250 bytes)
- Background
- background1024x512.mat (2.80 MB)
- illumination_profile_G.mat (3.72 MB)
- illumination_profile_R.mat (3.73 MB)
- Behavior
- ActiveContourFit_wormRef4.m (13.12 kB)
- EigenwormApprox.m (1.30 kB)
- FindWormCentered.m (1.00 kB)
- WormEigenBehavior.m (1.10 kB)
- circlePlane.m (565 bytes)
- eigenWormFitEnergy.m (374 bytes)
- eigenWormFitEnergyEigenCLFit.m (640 bytes)
- loadCLBehavior.m (2.07 kB)
- recreateWorm.m (2.75 kB)
- CenterlineTracking
- .git (43 bytes)
- ManualTips.m (881 bytes)
- SnakeWithTips.m (930 bytes)
- SnakeWithTipsInit.m (1.80 kB)
- SnakeySnakey.m (970 bytes)
- arbok.fig (5.72 kB)
- arbok.m (9.41 kB)
- backgroundsub.m (359 bytes)
- ekans.fig (5.83 kB)
- ekans.m (11.17 kB)
- external_energy.m (443 bytes)
- goodTips.m (266 bytes)
- initialSnake.m (586 bytes)
- internal_energy.m (891 bytes)
- just_the_tip.m (1.83 kB)
- relax2tip.m (1.21 kB)
- relax2tip_gui.m (1.34 kB)
- repel.m (1.01 kB)
- tip_interp.m (1.18 kB)
- tiptry.m (1.04 kB)
- DemoCode
- Demo_pathsetup.m (277 bytes)
- Demo_step1.m (1.88 kB)
- Demo_step2.m (2.55 kB)
- Demo_step3.m (2.97 kB)
- Demo_step4.m (3.31 kB)
- Demo_step5.m (2.25 kB)
- Gui
- ManualBehaviorAnnotation.fig (12.66 kB)
- ManualBehaviorAnnotation.m (20.02 kB)
- SliceBrowser.fig (8.97 kB)
- SliceBrowser.m (12.71 kB)
- VisualizeTrackedData.fig (68.75 kB)
- VisualizeTrackedData.m (38.15 kB)
- VisualizeWorm3dAnalysis.fig (94.29 kB)
- VisualizeWorm3dAnalysis.m (33.59 kB)
- Worm3DFiducialPickerNetwork_weights.fig (100.40 kB)
- Worm3DFiducialPickerNetwork_weights.m (98.88 kB)
- WormAnalysisPreview.fig (85.65 kB)
- WormAnalysisPreview.m (20.52 kB)
- alignment_gui.fig (68.64 kB)
- alignment_gui.m (20.38 kB)
- scanBinaryImageStack.fig (34.37 kB)
- scanBinaryImageStack.m (17.18 kB)
- wormCL_Viewer.fig (41.04 kB)
- wormCL_Viewer.m (19.88 kB)
- wormCL_tip_clicker.fig (42.37 kB)
- wormCL_tip_clicker.m (23.02 kB)
- ImageAlignment
- ActiveRevolutionFit.m (7.75 kB)
- ExtractAlignmentImagesFromVideo.m (3.40 kB)
- autoCreateAlignment.m (6.31 kB)
- coordinateTransform3d.m (616 bytes)
- createAlignment.m (3.71 kB)
- getdatdimensions.m (483 bytes)
- invertAlignment.m (752 bytes)
- stackStabilization.m (4.93 kB)
- stackTransform.m (446 bytes)
- testAlignment.m (1.36 kB)
- MindControlAccessUtils
- .git (47 bytes)
- .gitignore (6 bytes)
- @Mcd_Frame
- Mcd_Frame.m (1.74 kB)
- dropCorrespondingVals.m (1.23 kB)
- readOneFrame.m (7.33 kB)
- seekToFirstFrame.m (1.23 kB)
- yaml2matlab.m (707 bytes)
- README.markdown (854 bytes)
- MiscTools
- ActiveLoopFit.m (6.35 kB)
- ActiveMultiLoopFit.m (11.06 kB)
- AreaFilter.m (796 bytes)
- CLsearch.m (454 bytes)
- CLsearch_2.m (760 bytes)
- L2Dist.m (243 bytes)
- adjustMatFiles.m (1.87 kB)
- axescenter.m (10.09 kB)
- bpass.m (7.14 kB)
- bpass3.m (7.79 kB)
- bpass3_jn.m (8.24 kB)
- bpass3_jn2.m (8.27 kB)
- bpass3_z.m (9.08 kB)
- bpass_jn.m (8.98 kB)
- bwdist_jn.m (1.36 kB)
- centfind.m (9.43 kB)
- check4doubles.m (370 bytes)
- cm_and_cb_utilities
- Contents.m (1.01 kB)
- cbfit.m (7.12 kB)
- cbfreeze.m (15.51 kB)
- cbfreeze2.m (15.50 kB)
- cbhandle.m (6.29 kB)
- cblabel.m (4.49 kB)
- cbunits.m (14.74 kB)
- cm_and_cb_utilities.png (36.07 kB)
- cmapping.m (14.86 kB)
- cmfit.m (9.74 kB)
- cmjoin.m (13.76 kB)
- cmlines.m (4.10 kB)
- colNanFill.m (854 bytes)
- colorplot.m (377 bytes)
- conv3sparse.m (1.83 kB)
- convnChunkfft.m (1.03 kB)
- convnfft.m (7.54 kB)
- dat2tiff.m (958 bytes)
- demon_registration_version_8f
- basic_demon_example.m (1.64 kB)
- compile_c_files.m (830 bytes)
- functions
- MutualTransform.m (4.36 kB)
- backwards2forwards.m (1.56 kB)
- backwards2forwards_2d_double.c (4.72 kB)
- backwards2forwards_2d_double.m (1.99 kB)
- backwards2forwards_3d_double.c (7.27 kB)
- backwards2forwards_3d_double.mexw64 (10.00 kB)
- backwards2forwards_3d_single.c (7.40 kB)
- backwards2forwards_3d_single.mexw64 (10.00 kB)
- demons_energy.m (9.23 kB)
- fminlbfgs.m (31.61 kB)
- imgaussian.m (1.40 kB)
- imresize3d.m (1.21 kB)
- mutual_histogram_double.c (3.64 kB)
- mutual_histogram_double.m (1.54 kB)
- mutual_histogram_double.mexw64 (8.50 kB)
- mutual_histogram_single.c (3.62 kB)
- mutual_histogram_single.mexw64 (8.50 kB)
- mutual_transform_2d_double.c (19.21 kB)
- mutual_transform_2d_double.m (4.53 kB)
- mutual_transform_2d_double.mexw64 (11.00 kB)
- mutual_transform_3d_double.c (21.40 kB)
- mutual_transform_3d_double.mexw64 (12.50 kB)
- mutual_transform_3d_single.c (21.60 kB)
- mutual_transform_3d_single.mexw64 (12.50 kB)
- showcs3.fig (4.82 kB)
- showcs3.m (7.64 kB)
- store_transf.m (644 bytes)
- strain.m (2.21 kB)
- functions_affine
- affine_error_3d_double.c (13.88 kB)
- affine_error_3d_double.mexw64 (18.00 kB)
- affine_error_3d_single.c (13.80 kB)
- affine_error_3d_single.mexw64 (17.50 kB)
- affine_registration_error.m (5.39 kB)
- affine_registration_image.m (2.21 kB)
- affine_transform.m (1.06 kB)
- affine_transform_2d_double.c (9.61 kB)
- affine_transform_2d_double.m (2.49 kB)
- affine_transform_3d_double.c (7.37 kB)
- affine_transform_3d_double.mexw64 (15.00 kB)
- affine_transform_3d_single.c (7.40 kB)
- affine_transform_3d_single.mexw64 (14.50 kB)
- image_difference.m (12.46 kB)
- image_interpolation.c (48.45 kB)
- image_interpolation.h (2.46 kB)
- make_transformation_matrix.m (2.59 kB)
- squared_difference_double.c (1.20 kB)
- squared_difference_double.m (119 bytes)
- squared_difference_single.c (1.20 kB)
- squared_difference_single.mexw64 (8.00 kB)
- functions_nonrigid
- image_interpolation.c (48.45 kB)
- image_interpolation.h (2.46 kB)
- movepixels.m (1.64 kB)
- movepixels_2d_double.c (8.46 kB)
- movepixels_2d_double.m (2.47 kB)
- movepixels_3d_double.c (6.08 kB)
- movepixels_3d_double.mexw64 (14.50 kB)
- movepixels_3d_single.c (6.13 kB)
- movepixels_3d_single.mexw64 (14.50 kB)
- images
- brain_FA.png (53.30 kB)
- brain_FLAIR.png (65.56 kB)
- brain_MD.png (22.38 kB)
- brain_T1.png (64.30 kB)
- brain_T1_wave.png (65.42 kB)
- brain_T2.png (60.84 kB)
- brain_T2_wave.png (61.37 kB)
- checkboard2.png (1.80 kB)
- checkboard3.png (6.89 kB)
- checkboard4.png (6.94 kB)
- get_example_data.m (1.73 kB)
- lenag1.png (33.87 kB)
- lenag2.png (35.34 kB)
- lenag3.png (40.49 kB)
- modtest1.png (3.70 kB)
- modtest2.png (3.40 kB)
- modtest3.png (3.70 kB)
- license.txt (1.28 kB)
- literature
- Kroon_Paper_Boston.pdf (2.15 MB)
- Kroon_Poster_Boston.pdf (1.43 MB)
- register_images.m (14.37 kB)
- register_volumes.m (12.83 kB)
- demon_registration_version_8f_bad
- functions
- backwards2forwards_2d_double.mexw64 (9.50 kB)
- functions_affine
- affine_transform_2d_double.mexw64 (17.00 kB)
- squared_difference_double.mexw64 (8.00 kB)
- functions_nonrigid
- movepixels_2d_double.mexw64 (17.00 kB)
- distanceClassify.m (2.33 kB)
- distanceInterp.m (458 bytes)
- doesCross.m (790 bytes)
- eigenSegmentation.m (1.34 kB)
- eigenSegmentation3d.m (1.02 kB)
- findCentroids.m (715 bytes)
- flann
- CMakeLists.txt (2.94 kB)
- hessianEig.m (3.43 kB)
- hessianMatrix.m (795 bytes)
- image_resize.m (1.29 kB)
- imagescwithnan.m (862 bytes)
- imcrop3d.m (367 bytes)
- inpaint_nans.m (16.15 kB)
- makeAffine3d.m (960 bytes)
- makeHyperStack.m (768 bytes)
- makeTPStform.m (1.57 kB)
- nonrigid_version23
- compile_c_files.m (845 bytes)
- functions
- MakeDiffeomorphic.m (2.11 kB)
- backwards2forwards.m (1.60 kB)
- backwards2forwards_2d_double.c (4.72 kB)
- backwards2forwards_2d_double.m (1.99 kB)
- backwards2forwards_2d_double.mexw64 (9.50 kB)
- backwards2forwards_3d_double.c (7.27 kB)
- backwards2forwards_3d_double.mexw64 (10.00 kB)
- backwards2forwards_3d_single.c (7.40 kB)
- backwards2forwards_3d_single.mexw64 (10.00 kB)
- fminlbfgs.m (31.53 kB)
- image_difference.m (12.83 kB)
- imgaussian.c (21.97 kB)
- imgaussian.m (2.36 kB)
- imgaussian.mexw64 (25.00 kB)
- imresize3d.m (1.21 kB)
- inversegrid.m (1.29 kB)
- make_grid_image.m (1.58 kB)
- make_init_grid.m (2.28 kB)
- maple_penalties_smoothing_2d.mw (145.72 kB)
- maple_penalties_smoothing_3d.mw (251.97 kB)
- maxNumCompThreads.c (789 bytes)
- maxNumCompThreads.m (349 bytes)
- maxNumCompThreads.mexw64 (7.00 kB)
- mutual_histogram_double.c (3.52 kB)
- mutual_histogram_double.m (1.53 kB)
- mutual_histogram_double.mexw64 (8.00 kB)
- mutual_histogram_single.c (3.48 kB)
- mutual_histogram_single.mexw64 (8.00 kB)
- penalties_smoothness.m (5.63 kB)
- refine_grid.m (4.70 kB)
- showcs3.fig (4.82 kB)
- showcs3.m (7.64 kB)
- squared_difference_double.c (1.20 kB)
- squared_difference_double.m (119 bytes)
- squared_difference_double.mexw64 (7.00 kB)
- squared_difference_single.c (1.20 kB)
- squared_difference_single.mexw64 (7.00 kB)
- strain.m (2.21 kB)
- functions_affine
- affine_error_3d_double.c (12.82 kB)
- affine_error_3d_double.mexw64 (18.00 kB)
- affine_error_3d_single.c (12.77 kB)
- affine_error_3d_single.mexw64 (17.50 kB)
- affine_parameter_scaling.m (2.47 kB)
- affine_registration_error.m (12.21 kB)
- affine_registration_image.m (2.21 kB)
- affine_transform.m (1.06 kB)
- affine_transform_2d_double.c (9.84 kB)
- affine_transform_2d_double.m (2.27 kB)
- affine_transform_2d_double.mexw64 (17.50 kB)
- affine_transform_3d_double.c (6.66 kB)
- affine_transform_3d_double.mexw64 (15.00 kB)
- affine_transform_3d_single.c (6.70 kB)
- affine_transform_3d_single.mexw64 (14.50 kB)
- image_interpolation.c (51.48 kB)
- image_interpolation.h (3.27 kB)
- make_transformation_matrix.m (2.59 kB)
- multiple_os_thread.h (653 bytes)
- functions_nonrigid
- bspline_coefficients.m (2.89 kB)
- bspline_error_2d_double.c (27.73 kB)
- bspline_error_2d_double.mexw64 (29.00 kB)
- bspline_error_3d_double.c (20.23 kB)
- bspline_error_3d_double.mexw64 (24.00 kB)
- bspline_error_3d_single.c (20.30 kB)
- bspline_error_3d_single.mexw64 (23.50 kB)
- bspline_grid_fitting.m (4.04 kB)
- bspline_registration_gradient.m (26.25 kB)
- bspline_registration_image.m (1.85 kB)
- bspline_trans_points_double.m (7.34 kB)
- bspline_transform.m (2.54 kB)
- bspline_transform_2d_double.c (14.67 kB)
- bspline_transform_2d_double.m (1.99 kB)
- bspline_transform_2d_double.mexw64 (20.50 kB)
- bspline_transform_3d_double.c (11.93 kB)
- bspline_transform_3d_double.mexw64 (18.00 kB)
- bspline_transform_3d_single.c (11.93 kB)
- bspline_transform_3d_single.mexw64 (17.50 kB)
- image_interpolation.c (51.48 kB)
- image_interpolation.h (3.39 kB)
- image_interpolation.m (7.75 kB)
- jacobiandet_cost_gradient.m (1.67 kB)
- jacobiandet_error_2d_double.c (17.96 kB)
- jacobiandet_error_2d_double.m (3.34 kB)
- jacobiandet_error_2d_double.mexw64 (17.50 kB)
- jacobiandet_error_3d_double.c (25.74 kB)
- jacobiandet_error_3d_double.mexw64 (23.00 kB)
- jacobiandet_transform_2d_double.c (8.56 kB)
- jacobiandet_transform_2d_double.m (672 bytes)
- jacobiandet_transform_2d_double.mexw64 (12.00 kB)
- jacobiandet_transform_3d_double.c (11.24 kB)
- jacobiandet_transform_3d_double.mexw64 (13.00 kB)
- movepixels.m (1.63 kB)
- movepixels_2d_double.c (7.40 kB)
- movepixels_2d_double.m (1.33 kB)
- movepixels_2d_double.mexw64 (17.00 kB)
- movepixels_3d_double.c (5.36 kB)
- movepixels_3d_double.mexw64 (14.50 kB)
- movepixels_3d_single.c (5.45 kB)
- movepixels_3d_single.mexw64 (14.50 kB)
- multiple_os_thread.h (653 bytes)
- image_registration.m (27.79 kB)
- images
- Thumbs.db (13.00 kB)
- brain1.png (66.48 kB)
- brain2.png (66.30 kB)
- brain3.png (64.33 kB)
- landmarks1.png (899 bytes)
- landmarks2.png (776 bytes)
- lena.jpg (10.50 kB)
- lenag1.png (33.87 kB)
- lenag2.png (35.34 kB)
- lenag3.png (40.49 kB)
- lenag4.png (49.45 kB)
- prostate1.png (38.71 kB)
- prostate2.png (43.43 kB)
- star1.png (72.32 kB)
- star2.png (62.03 kB)
- license.txt (1.28 kB)
- low_level_examples
- addpaths.m (346 bytes)
- example_2d_affine.m (1.26 kB)
- example_2d_nonrigid_1.m (1.94 kB)
- example_2d_nonrigid_2.m (2.15 kB)
- example_2d_nonrigid_3.m (1.62 kB)
- example_3d_affine.m (1.54 kB)
- example_3d_nonrigid.m (2.08 kB)
- get_example_data.m (1.40 kB)
- manually_warp_images.fig (11.02 kB)
- manually_warp_images.m (20.40 kB)
- point_registration.m (7.62 kB)
- normalizeRange.m (378 bytes)
- oneHotNeuron.m (1.18 kB)
- parfor_progress.m (2.47 kB)
- parfor_progress_test.m (128 bytes)
- parsave.m (189 bytes)
- parsavestruct.m (321 bytes)
- pdistCell.m (1022 bytes)
- pedistalSubtract.m (2.02 kB)
- pkRefnd.m (1.67 kB)
- pkfnd.m (3.88 kB)
- plotMatch.m (765 bytes)
- plotMatch2.m (311 bytes)
- pmkmp
- L_ plot_for_CubicL_colormap.png (8.13 kB)
- L_a_b_PlotsCubicL.png (9.38 kB)
- L_plot_for_jet_colormap.png (7.02 kB)
- L_plot_for_spectrum_colormap.png (6.97 kB)
- L_profile_basic_rainbow.png (9.39 kB)
- L_profile_sawtooth_rainbow.png (10.59 kB)
- Pyramid_basic_rainbow.png (99.97 kB)
- Pyramid_sawtooth_rainbow.png (255.59 kB)
- Rainbow Color Map -Still- Considered Harmful.pdf (710.52 kB)
- Thumbs.db (11.00 kB)
- example2.m (2.94 kB)
- example2_fig1.png (135.12 kB)
- example2_fig2.png (121.99 kB)
- example2_fig3.png (134.95 kB)
- examples.m (2.25 kB)
- examples1.m (3.17 kB)
- examples1.png (53.34 kB)
- pmkmp.m (23.77 kB)
- simulations color vision deficieny.png (2.75 MB)
- spectrum vs cubicYF.png (1.76 MB)
- popupmessage.m (2.53 kB)
- powerSpectrum.m (490 bytes)
- progressbar.m (17.15 kB)
- randsamplechunks.m (453 bytes)
- rdfCalc.m (18.66 kB)
- rectCrop.m (553 bytes)
- regionPCA.m (1.08 kB)
- regionSplit.m (4.85 kB)
- scatter3sph.m (3.19 kB)
- smooth2a.m (2.53 kB)
- stack2array.m (799 bytes)
- stackLoad.m (1.38 kB)
- sub2ind_nocheck.m (2.47 kB)
- subtightplot
- subtightplot.m (3.03 kB)
- subtightplot_demo.m (1.71 kB)
- subtightplot_demo.png (54.57 kB)
- subtightplot_demo.ppt (174.00 kB)
- thin_plate_splines
- tps_compute_kernel.m (791 bytes)
- tps_compute_param.m (486 bytes)
- tps_set_ctrl_pts.m (465 bytes)
- tps_set_landmarks.m (521 bytes)
- tps_test_script.m (823 bytes)
- tps_warp.m (460 bytes)
- tiffwrite.m (3.75 kB)
- tpsWarp
- data
- 0505_02.jpg (108.02 kB)
- MOV03798.MPG (1.99 MB)
- doc
- readme.pdf (309.42 kB)
- idwMvInterp.m (1.76 kB)
- interp2d.m (2.15 kB)
- nearestInterp.m (1.37 kB)
- tpswarp.m (3.81 kB)
- tpswarp3.m (5.32 kB)
- tpswarp3points.m (3.92 kB)
- tpswarp3points_inverse.m (4.02 kB)
- tst
- interpTimeDemo.m (6.91 kB)
- tpsWarpDemo.m (2.30 kB)
- tsp_ga.m (6.16 kB)
- uipickfiles.m (47.20 kB)
- watershedFilter.m (365 bytes)
- xaxescenter.m (10.06 kB)
- xyCentSize.m (1.45 kB)
- xyzConvHull.m (652 bytes)
- zProjectDatFile.m (1.30 kB)
- PointMatchGMMREG_jn
- DisplayPoints.m (896 bytes)
- DisplayPoints2D.m (1.01 kB)
- DisplayPoints3D.m (3.17 kB)
- JeffHelperCode.m (20.94 kB)
- JeffHelperCodeDebug.m (3.48 kB)
- MochiHelperCode.m (20.94 kB)
- MochiHelperCodeDebug.m (3.60 kB)
- README.txt (1008 bytes)
- TPS_KC lambda optimization fail (232 bytes)
- absor.m (6.70 kB)
- algorithm compare.xlsx (9.24 kB)
- best scores by scene.txt (4.18 kB)
- ctrl_pts.txt (3.17 kB)
- determine_border.m (646 bytes)
- final_affine.txt (28 bytes)
- final_params.txt (3.21 kB)
- final_rigid.txt (71 bytes)
- final_tps.txt (4.15 kB)
- gaussOverlap.m (2.55 kB)
- gaussOverlapDouble.m (2.99 kB)
- gaussOverlapSelf.m (2.48 kB)
- gmmreg_L2_multilevel.m (961 bytes)
- gmmreg_L2_multilevel_jn.m (1.25 kB)
- gmmreg_demo.exe (158.00 kB)
- gmmreg_demo.m (1.17 kB)
- ml_GetPrivateProfileString.m (2.54 kB)
- odr2.ini (4.18 kB)
- odr2_static.ini (4.18 kB)
- odr2_template.ini (4.20 kB)
- panneuronal.ini (4.18 kB)
- panneuronal_template.ini (4.20 kB)
- rigid_transform.m (618 bytes)
- run_gmmreg.m (847 bytes)
- score_match.m (6.29 kB)
- sourcecode
- C++
- CMakeLists.txt (4.62 kB)
- class_diagram.jpg (46.48 kB)
- config_example.ini (4.17 kB)
- extract_correspondence.cpp (2.10 kB)
- gmmreg.cd (5.02 kB)
- gmmreg_api.cpp (3.58 kB)
- gmmreg_api.h (224 bytes)
- gmmreg_aux.cpp (3.58 kB)
- gmmreg_base.cpp (4.92 kB)
- gmmreg_base.h (1.90 kB)
- gmmreg_cpd.cpp (6.65 kB)
- gmmreg_cpd.h (1.48 kB)
- gmmreg_demo.cpp (260 bytes)
- gmmreg_grbf.cpp (3.88 kB)
- gmmreg_grbf.h (1.43 kB)
- gmmreg_grbf_func.cpp (1.35 kB)
- gmmreg_grbf_func.h (1.66 kB)
- gmmreg_mex.cpp (1.38 kB)
- gmmreg_rigid.cpp (4.55 kB)
- gmmreg_rigid.h (1.07 kB)
- gmmreg_rigid_func.cpp (2.82 kB)
- gmmreg_rigid_func.h (974 bytes)
- gmmreg_tps.cpp (6.64 kB)
- gmmreg_tps.h (1.43 kB)
- gmmreg_tps_func.cpp (1.40 kB)
- gmmreg_tps_func.h (1.83 kB)
- gmmreg_transform.cpp (3.52 kB)
- gmmreg_utils.cpp (14.25 kB)
- gmmreg_utils.h (3.40 kB)
- port_ini.c (8.10 kB)
- port_ini.h (2.39 kB)
- pygmmreg.cpp (768 bytes)
- readme.txt (928 bytes)
- setup.py (1.16 kB)
- test_gauss_transform.cpp (1.30 kB)
- LICENSE (34.32 kB)
- MATLAB
- GaussTransform
- GaussTransform.c (1.40 kB)
- GaussTransform.m (1021 bytes)
- memory_layout_note.h (423 bytes)
- mex_GaussTransform.c (1.99 kB)
- mex_GaussTransform.mexw64 (9.00 kB)
- auxilliary
- DisplayPoints.m (708 bytes)
- DisplayPoints2D.m (1.06 kB)
- DisplayPoints3D.m (1.14 kB)
- determine_border.m (646 bytes)
- estimate_scale.m (523 bytes)
- ml_GetPrivateProfileString.m (2.54 kB)
- set_bounds.m (1.75 kB)
- set_ctrl_pts.m (1.12 kB)
- gmmreg_L2.m (4.59 kB)
- gmmreg_L2_jn.m (6.22 kB)
- gmmreg_demo.m (1.13 kB)
- initialize_config.m (1.68 kB)
- readme.txt (1.56 kB)
- registration
- compute_kernel.m (1.48 kB)
- gmmreg_L2_costfunc.m (2.01 kB)
- gmmreg_L2_tps_costfunc.m (4.77 kB)
- gmmreg_L2_tps_costfunc_jn.m (3.44 kB)
- quaternion2rotation.m (2.76 kB)
- tps_compute_kernel.m (789 bytes)
- transform_by_affine2d.m (744 bytes)
- transform_by_affine3d.m (801 bytes)
- transform_by_rigid2d.m (1.02 kB)
- transform_by_rigid3d.m (779 bytes)
- transform_by_tps.m (1.20 kB)
- transform_pointset.m (1.25 kB)
- Python
- __init__.py (409 bytes)
- _core.py (9.46 kB)
- _demo.py (1.18 kB)
- _plotting.py (2.44 kB)
- c_extension
- CMakeLists.txt (1.66 kB)
- DistanceMatrix.c (1.49 kB)
- GaussTransform.c (1.40 kB)
- cvgmi_API.h (445 bytes)
- memory_layout_note.h (423 bytes)
- py_extension.c (5.46 kB)
- readme.txt (5.16 kB)
- setup.py (1.48 kB)
- README.txt (3.53 kB)
- citations.txt (12.38 kB)
- data
- face.ini (4.23 kB)
- face_data
- face_X.txt (18.76 kB)
- face_Y.txt (18.76 kB)
- face_ctrl_pts.txt (5.98 kB)
- fish_data
- fish_X.txt (3.16 kB)
- fish_X_nohead.txt (2.51 kB)
- fish_Y.txt (3.16 kB)
- fish_Y_notail.txt (2.55 kB)
- fish_ctrl_pts.txt (825 bytes)
- fish_full.ini (4.25 kB)
- fish_full_test.ini (4.36 kB)
- fish_partial.ini (4.28 kB)
- output
- PLEASE_KEEP_THIS_FOLDER.txt (157 bytes)
- transformed_model.txt (361 bytes)
- gmmreg.png (174.98 kB)
- gmmreg_bib.txt (653 bytes)
- track.m (40.62 kB)
- transformed_model.txt (361 bytes)
- PythonSubmissionScripts
- guiHelper.py (7.03 kB)
- runMatlabInput.sh (907 bytes)
- runWormBotCheckCompiler.sh (893 bytes)
- runWormBotChecker.sh (932 bytes)
- runWormCellTracking.sh (930 bytes)
- runWormCenterlineCompile.sh (810 bytes)
- runWormCenterlineFitting.sh (832 bytes)
- runWormCompilePointStats.sh (900 bytes)
- runWormStraighten.sh (947 bytes)
- runWormTrackCompiler.sh (899 bytes)
- shae_wormAnalysis.path (722 bytes)
- slurmInput.py (18.69 kB)
- submitWormAnalysisCenterline.py (5.51 kB)
- submitWormAnalysisPipelineFull.py (8.77 kB)
- submitWormFlashFinder.py (4.34 kB)
- wormAnalysis_makefile.sh (2.62 kB)
- README.txt (13.03 kB)
- TimeAlignment
- AviFlashAlign.m (2.34 kB)
- YamlFlashAlign.m (3.88 kB)
- datTimeTrace.m (1.60 kB)
- dataTimeAlignment.m (493 bytes)
- findDatFlash.m (2.05 kB)
- findFlash.m (5.19 kB)
- flashTimeAlign2.m (1.24 kB)
- highResTimeTraceAnalysisTriangle4.m (4.43 kB)
- makeMatFileFromYaml.m (285 bytes)
- tripleFlashAlign.m (3.78 kB)
- TrackingCodes
- compileTrackMatrix.m (1.79 kB)
- track.m (41.95 kB)
- trackJN.m (43.67 kB)
- trackMovie2D.m (1.88 kB)
- WormSegmentation
- WormSegmentHessian3dStraighten.m (5.09 kB)
- WormStraighteningCode
- WormCLStraighten_11.m (33.77 kB)
- WormCurveCoordinates.m (1.34 kB)
- wormCenterlineLoad.m (1.81 kB)
- classifyPS.m (1.93 kB)
- clusterBotCheckCompiler.m (18.30 kB)
- clusterBotChecker.m (5.56 kB)
- clusterCL_start.m (7.68 kB)
- clusterStraightenStart.m (3.11 kB)
- clusterWormCenterline.m (10.23 kB)
- clusterWormStraightening.m (1.81 kB)
- clusterWormTrackCompiler.m (11.42 kB)
- clusterWormTracker.m (1.95 kB)
- combinePointStatsFiles.m (2.34 kB)
- compareWithRef.m (3.95 kB)
- compileBotChecker.m (14.40 kB)
- compileCenterlines.m (4.90 kB)
- eigenWorms.mat (4.74 kB)
- eigenWorms_full.mat (76.54 kB)
- fiducialCropper3.m (17.41 kB)
- heatMapGeneration.m (6.41 kB)
- initializeCLWorkspace.m (6.25 kB)
- makePointStatsRef.m (1.10 kB)
- multipleAVIFlash.m (859 bytes)
- sparseTransitionCorr.m (2.01 kB)
- wholebrainTutorials
- wholeBrainTutorial_HiMagImages.m (7.93 kB)
- wholeBrainTutorial_LowMagImages_and_Centerlines.m (6.01 kB)
- wholeBrainTutorial_NeuralSignal.m (6.23 kB)
- wholeBrainTutorial_classification.m (2.88 kB)
- wholeBrainTutorial_pointstats.m (5.95 kB)
- worm1
- 20150616_1002_NLS_GC6_fluor_worm1.avi (507.61 MB)
- 20150616_1002_NLS_GC6_fluor_worm1.yaml (10.97 MB)
- 20150616_1002_NLS_GC6_fluor_worm1YAML.mat (15.68 MB)
- 20150616_1002_NLS_GC6_fluor_worm1_HUDS.avi (138.99 MB)
- 20150616_1002_NLS_GC6_fluor_worm1flashTrack.mat (168.34 kB)
- 20150616_1003_NLS_GC6_behav_worm1.avi (1.03 GB)
- 20150616_1003_NLS_GC6_behav_worm1.yaml (7.66 MB)
- 20150616_1003_NLS_GC6_behav_worm1YAML.mat (10.95 MB)
- 20150616_1003_NLS_GC6_behav_worm1_HUDS.avi (191.92 MB)
- 20150616_1003_NLS_GC6_behav_worm1flashTrack.mat (131.27 kB)
- CameraFrameData.txt (1.43 MB)
- LabJackData.txt (20.47 MB)
- alignments.mat (598.80 kB)
- hiResData.mat (1.66 MB)
- manualSummary.mat (3.02 MB)
- outputFiles
- .DS_Store (8.00 kB)
- ._.DS_Store (4.00 kB)
- BehaviorAnalysis
- centerline.mat (37.51 MB)
- BotfFiducialPoints
- botFiducials.mat (2.33 MB)
- timeOffset.mat (185 bytes)
- CLstraight
- ERROR01524.mat (1002 bytes)
- ERROR01525.mat (1002 bytes)
- ERROR01526.mat (1002 bytes)
- ERROR01527.mat (1002 bytes)
- ERROR01528.mat (1002 bytes)
- ERROR01529.mat (1002 bytes)
- ERROR01530.mat (1002 bytes)
- ERROR01531.mat (1002 bytes)
- ERROR01532.mat (1002 bytes)
- ERROR01533.mat (1002 bytes)
- ERROR01534.mat (1002 bytes)
- ERROR01535.mat (1002 bytes)
- ERROR01536.mat (1002 bytes)
- ERROR01537.mat (929 bytes)
- ERROR01538.mat (929 bytes)
- ERROR01539.mat (929 bytes)
- ERROR01540.mat (929 bytes)
- image00001.tif (32.91 MB)
- image00002.tif (32.91 MB)
- image00003.tif (32.91 MB)
- image00004.tif (32.91 MB)
- image00005.tif (32.91 MB)
- image00006.tif (32.91 MB)
- image00007.tif (32.91 MB)
- image00008.tif (32.91 MB)
- image00009.tif (32.91 MB)
- image00010.tif (32.91 MB)
- image00011.tif (32.91 MB)
- image00012.tif (32.91 MB)
- image00013.tif (32.91 MB)
- image00014.tif (32.91 MB)
- image00015.tif (32.91 MB)
- image00016.tif (32.91 MB)
- image00017.tif (32.91 MB)
- image00018.tif (32.91 MB)
- image00019.tif (32.91 MB)
- image00020.tif (32.91 MB)
- image00021.tif (32.91 MB)
- image00022.tif (32.91 MB)
- image00023.tif (32.91 MB)
- image00024.tif (32.91 MB)
- image00025.tif (32.91 MB)
- image00026.tif (32.91 MB)
- image00027.tif (32.91 MB)
- image00028.tif (32.91 MB)
- image00029.tif (32.91 MB)
- image00030.tif (32.91 MB)
- image00031.tif (32.91 MB)
- image00032.tif (32.91 MB)
- image00033.tif (32.91 MB)
- image00034.tif (32.91 MB)
- image00035.tif (32.91 MB)
- image00036.tif (32.91 MB)
- image00037.tif (32.91 MB)
- image00038.tif (32.91 MB)
- image00039.tif (32.91 MB)
- image00040.tif (32.91 MB)
- image00041.tif (32.91 MB)
- image00042.tif (32.91 MB)
- image00043.tif (32.91 MB)
- image00044.tif (32.91 MB)
- image00045.tif (32.91 MB)
- image00046.tif (32.91 MB)
- image00047.tif (32.91 MB)
- image00048.tif (32.91 MB)
- image00049.tif (32.91 MB)
- image00050.tif (32.91 MB)
- image00051.tif (32.91 MB)
- image00052.tif (32.91 MB)
- image00053.tif (32.91 MB)
- image00054.tif (32.91 MB)
- image00055.tif (32.91 MB)
- image00056.tif (32.91 MB)
- image00057.tif (32.91 MB)
- image00058.tif (32.91 MB)
- image00059.tif (32.91 MB)
- image00060.tif (32.91 MB)
- image00061.tif (32.91 MB)
- image00062.tif (32.91 MB)
- image00063.tif (32.91 MB)
- image00064.tif (32.91 MB)
- image00065.tif (32.91 MB)
- image00066.tif (32.91 MB)
- image00067.tif (32.91 MB)
- image00068.tif (32.91 MB)
- image00069.tif (32.91 MB)
- image00070.tif (32.91 MB)
- image00071.tif (32.91 MB)
- image00072.tif (32.91 MB)
- image00073.tif (32.91 MB)
- image00074.tif (32.91 MB)
- image00075.tif (32.91 MB)
- image00076.tif (32.91 MB)
- image00077.tif (32.91 MB)
- image00078.tif (32.91 MB)
- image00079.tif (32.91 MB)
- image00080.tif (32.91 MB)
- image00081.tif (32.91 MB)
- image00082.tif (32.91 MB)
- image00083.tif (32.91 MB)
- image00084.tif (32.91 MB)
- image00085.tif (32.91 MB)
- image00086.tif (32.91 MB)
- image00087.tif (32.91 MB)
- image00088.tif (32.91 MB)
- image00089.tif (32.91 MB)
- image00090.tif (32.91 MB)
- image00091.tif (32.91 MB)
- image00092.tif (32.91 MB)
- image00093.tif (32.91 MB)
- image00094.tif (32.91 MB)
- image00095.tif (32.91 MB)
- image00096.tif (32.91 MB)
- image00097.tif (32.91 MB)
- image00098.tif (32.91 MB)
- image00099.tif (32.91 MB)
- image00100.tif (32.91 MB)
- image00101.tif (32.91 MB)
- image00102.tif (32.91 MB)
- image00103.tif (32.91 MB)
- image00104.tif (32.91 MB)
- image00105.tif (32.91 MB)
- image00106.tif (32.91 MB)
- image00107.tif (32.91 MB)
- image00108.tif (32.91 MB)
- image00109.tif (32.91 MB)
- image00110.tif (32.91 MB)
- image00111.tif (32.91 MB)
- image00112.tif (32.91 MB)
- image00113.tif (32.91 MB)
- image00114.tif (32.91 MB)
- image00115.tif (32.91 MB)
- image00116.tif (32.91 MB)
- image00117.tif (32.91 MB)
- image00118.tif (32.91 MB)
- image00119.tif (32.91 MB)
- image00120.tif (32.91 MB)
- image00121.tif (32.91 MB)
- image00122.tif (32.91 MB)
- image00123.tif (32.91 MB)
- image00124.tif (32.91 MB)
- image00125.tif (32.91 MB)
- image00126.tif (32.91 MB)
- image00127.tif (32.91 MB)
- image00128.tif (32.91 MB)
- image00129.tif (32.91 MB)
- image00130.tif (32.91 MB)
- image00131.tif (32.91 MB)
- image00132.tif (32.91 MB)
- image00133.tif (32.91 MB)
- image00134.tif (32.91 MB)
- image00135.tif (32.91 MB)
- image00136.tif (32.91 MB)
- image00137.tif (32.91 MB)
- image00138.tif (32.91 MB)
- image00139.tif (32.91 MB)
- image00140.tif (32.91 MB)
- image00141.tif (32.91 MB)
- image00142.tif (32.91 MB)
- image00143.tif (32.91 MB)
- image00144.tif (32.91 MB)
- image00145.tif (32.91 MB)
- image00146.tif (32.91 MB)
- image00147.tif (32.91 MB)
- image00148.tif (32.91 MB)
- image00149.tif (32.91 MB)
- image00150.tif (32.91 MB)
- image00151.tif (32.91 MB)
- image00152.tif (32.91 MB)
- image00153.tif (32.91 MB)
- image00154.tif (32.91 MB)
- image00155.tif (32.91 MB)
- image00156.tif (32.91 MB)
- image00157.tif (32.91 MB)
- image00158.tif (32.91 MB)
- image00159.tif (32.91 MB)
- image00160.tif (32.91 MB)
- image00161.tif (32.91 MB)
- image00162.tif (32.91 MB)
- image00163.tif (32.91 MB)
- image00164.tif (32.91 MB)
- image00165.tif (32.91 MB)
- image00166.tif (32.91 MB)
- image00167.tif (32.91 MB)
- image00168.tif (32.91 MB)
- image00169.tif (32.91 MB)
- image00170.tif (32.91 MB)
- image00171.tif (32.91 MB)
- image00172.tif (32.91 MB)
- image00173.tif (32.91 MB)
- image00174.tif (32.91 MB)
- image00175.tif (32.91 MB)
- image00176.tif (32.91 MB)
- image00177.tif (32.91 MB)
- image00178.tif (32.91 MB)
- image00179.tif (32.91 MB)
- image00180.tif (32.91 MB)
- image00181.tif (32.91 MB)
- image00182.tif (32.91 MB)
- image00183.tif (32.91 MB)
- image00184.tif (32.91 MB)
- image00185.tif (32.91 MB)
- image00186.tif (32.91 MB)
- image00187.tif (32.91 MB)
- image00188.tif (32.91 MB)
- image00189.tif (32.91 MB)
- image00190.tif (32.91 MB)
- image00191.tif (32.91 MB)
- image00192.tif (32.91 MB)
- image00193.tif (32.91 MB)
- image00194.tif (32.91 MB)
- image00195.tif (32.91 MB)
- image00196.tif (32.91 MB)
- image00197.tif (32.91 MB)
- image00198.tif (32.91 MB)
- image00199.tif (32.91 MB)
- image00200.tif (32.91 MB)
- image00201.tif (32.91 MB)
- image00202.tif (32.91 MB)
- image00203.tif (32.91 MB)
- image00204.tif (32.91 MB)
- image00205.tif (32.91 MB)
- image00206.tif (32.91 MB)
- image00207.tif (32.91 MB)
- image00208.tif (32.91 MB)
- image00209.tif (32.91 MB)
- image00210.tif (32.91 MB)
- image00211.tif (32.91 MB)
- image00212.tif (32.91 MB)
- image00213.tif (32.91 MB)
- image00214.tif (32.91 MB)
- image00215.tif (32.91 MB)
- image00216.tif (32.91 MB)
- image00217.tif (32.91 MB)
- image00218.tif (32.91 MB)
- image00219.tif (32.91 MB)
- image00220.tif (32.91 MB)
- image00221.tif (32.91 MB)
- image00222.tif (32.91 MB)
- image00223.tif (32.91 MB)
- image00224.tif (32.91 MB)
- image00225.tif (32.91 MB)
- image00226.tif (32.91 MB)
- image00227.tif (32.91 MB)
- image00228.tif (32.91 MB)
- image00229.tif (32.91 MB)
- image00230.tif (32.91 MB)
- image00231.tif (32.91 MB)
- image00232.tif (32.91 MB)
- image00233.tif (32.91 MB)
- image00234.tif (32.91 MB)
- image00235.tif (32.91 MB)
- image00236.tif (32.91 MB)
- image00237.tif (32.91 MB)
- image00238.tif (32.91 MB)
- image00239.tif (32.91 MB)
- image00240.tif (32.91 MB)
- image00241.tif (32.91 MB)
- image00242.tif (32.91 MB)
- image00243.tif (32.91 MB)
- image00244.tif (32.91 MB)
- image00245.tif (32.91 MB)
- image00246.tif (32.91 MB)
- image00247.tif (32.91 MB)
- image00248.tif (32.91 MB)
- image00249.tif (32.91 MB)
- image00250.tif (32.91 MB)
- image00251.tif (32.91 MB)
- image00252.tif (32.91 MB)
- image00253.tif (32.91 MB)
- image00254.tif (32.91 MB)
- image00255.tif (32.91 MB)
- image00256.tif (32.91 MB)
- image00257.tif (32.91 MB)
- image00258.tif (32.91 MB)
- image00259.tif (32.91 MB)
- image00260.tif (32.91 MB)
- image00261.tif (32.91 MB)
- image00262.tif (32.91 MB)
- image00263.tif (32.91 MB)
- image00264.tif (32.91 MB)
- image00265.tif (32.91 MB)
- image00266.tif (32.91 MB)
- image00267.tif (32.91 MB)
- image00268.tif (32.91 MB)
- image00269.tif (32.91 MB)
- image00270.tif (32.91 MB)
- image00271.tif (32.91 MB)
- image00272.tif (32.91 MB)
- image00273.tif (32.91 MB)
- image00274.tif (32.91 MB)
- image00275.tif (32.91 MB)
- image00276.tif (32.91 MB)
- image00277.tif (32.91 MB)
- image00278.tif (32.91 MB)
- image00279.tif (32.91 MB)
- image00280.tif (32.91 MB)
- image00281.tif (32.91 MB)
- image00282.tif (32.91 MB)
- image00283.tif (32.91 MB)
- image00284.tif (32.91 MB)
- image00285.tif (32.91 MB)
- image00286.tif (32.91 MB)
- image00287.tif (32.91 MB)
- image00288.tif (32.91 MB)
- image00289.tif (32.91 MB)
- image00290.tif (32.91 MB)
- image00291.tif (32.91 MB)
- image00292.tif (32.91 MB)
- image00293.tif (32.91 MB)
- image00294.tif (32.91 MB)
- image00295.tif (32.91 MB)
- image00296.tif (32.91 MB)
- image00297.tif (32.91 MB)
- image00298.tif (32.91 MB)
- image00299.tif (32.91 MB)
- image00300.tif (32.91 MB)
- image00301.tif (32.91 MB)
- image00302.tif (32.91 MB)
- image00303.tif (32.91 MB)
- image00304.tif (32.91 MB)
- image00305.tif (32.91 MB)
- image00306.tif (32.91 MB)
- image00307.tif (32.91 MB)
- image00308.tif (32.91 MB)
- image00309.tif (32.91 MB)
- image00310.tif (32.91 MB)
- image00311.tif (32.91 MB)
- image00312.tif (32.91 MB)
- image00313.tif (32.91 MB)
- image00314.tif (32.91 MB)
- image00315.tif (32.91 MB)
- image00316.tif (32.91 MB)
- image00317.tif (32.91 MB)
- image00318.tif (32.91 MB)
- image00319.tif (32.91 MB)
- image00320.tif (32.91 MB)
- image00321.tif (32.91 MB)
- image00322.tif (32.91 MB)
- image00323.tif (32.91 MB)
- image00324.tif (32.91 MB)
- image00325.tif (32.91 MB)
- image00326.tif (32.91 MB)
- image00327.tif (32.91 MB)
- image00328.tif (32.91 MB)
- image00329.tif (32.91 MB)
- image00330.tif (32.91 MB)
- image00331.tif (32.91 MB)
- image00332.tif (32.91 MB)
- image00333.tif (32.91 MB)
- image00334.tif (32.91 MB)
- image00335.tif (32.91 MB)
- image00336.tif (32.91 MB)
- image00337.tif (32.91 MB)
- image00338.tif (32.91 MB)
- image00339.tif (32.91 MB)
- image00340.tif (32.91 MB)
- image00341.tif (32.91 MB)
- image00342.tif (32.91 MB)
- image00343.tif (32.91 MB)
- image00344.tif (32.91 MB)
- image00345.tif (32.91 MB)
- image00346.tif (32.91 MB)
- image00347.tif (32.91 MB)
- image00348.tif (32.91 MB)
- image00349.tif (32.91 MB)
- image00350.tif (32.91 MB)
- image00351.tif (32.91 MB)
- image00352.tif (32.91 MB)
- image00353.tif (32.91 MB)
- image00354.tif (32.91 MB)
- image00355.tif (32.91 MB)
- image00356.tif (32.91 MB)
- image00357.tif (32.91 MB)
- image00358.tif (32.91 MB)
- image00359.tif (32.91 MB)
- image00360.tif (32.91 MB)
- image00361.tif (32.91 MB)
- image00362.tif (32.91 MB)
- image00363.tif (32.91 MB)
- image00364.tif (32.91 MB)
- image00365.tif (32.91 MB)
- image00366.tif (32.91 MB)
- image00367.tif (32.91 MB)
- image00368.tif (32.91 MB)
- image00369.tif (32.91 MB)
- image00370.tif (32.91 MB)
- image00371.tif (32.91 MB)
- image00372.tif (32.91 MB)
- image00373.tif (32.91 MB)
- image00374.tif (32.91 MB)
- image00375.tif (32.91 MB)
- image00376.tif (32.91 MB)
- image00377.tif (32.91 MB)
- image00378.tif (32.91 MB)
- image00379.tif (32.91 MB)
- image00380.tif (32.91 MB)
- image00381.tif (32.91 MB)
- image00382.tif (32.91 MB)
- image00383.tif (32.91 MB)
- image00384.tif (32.91 MB)
- image00385.tif (32.91 MB)
- image00386.tif (32.91 MB)
- image00387.tif (32.91 MB)
- image00388.tif (32.91 MB)
- image00389.tif (32.91 MB)
- image00390.tif (32.91 MB)
- image00391.tif (32.91 MB)
- image00392.tif (32.91 MB)
- image00393.tif (32.91 MB)
- image00394.tif (32.91 MB)
- image00395.tif (32.91 MB)
- image00396.tif (32.91 MB)
- image00397.tif (32.91 MB)
- image00398.tif (32.91 MB)
- image00399.tif (32.91 MB)
- image00400.tif (32.91 MB)
- image00401.tif (32.91 MB)
- image00402.tif (32.91 MB)
- image00403.tif (32.91 MB)
- image00404.tif (32.91 MB)
- image00405.tif (32.91 MB)
- image00406.tif (32.91 MB)
- image00407.tif (32.91 MB)
- image00408.tif (32.91 MB)
- image00409.tif (32.91 MB)
- image00410.tif (32.91 MB)
- image00411.tif (32.91 MB)
- image00412.tif (32.91 MB)
- image00413.tif (32.91 MB)
- image00414.tif (32.91 MB)
- image00415.tif (32.91 MB)
- image00416.tif (32.91 MB)
- image00417.tif (32.91 MB)
- image00418.tif (32.91 MB)
- image00419.tif (32.91 MB)
- image00420.tif (32.91 MB)
- image00421.tif (32.91 MB)
- image00422.tif (32.91 MB)
- image00423.tif (32.91 MB)
- image00424.tif (32.91 MB)
- image00425.tif (32.91 MB)
- image00426.tif (32.91 MB)
- image00427.tif (32.91 MB)
- image00428.tif (32.91 MB)
- image00429.tif (32.91 MB)
- image00430.tif (32.91 MB)
- image00431.tif (32.91 MB)
- image00432.tif (32.91 MB)
- image00433.tif (32.91 MB)
- image00434.tif (32.91 MB)
- image00435.tif (32.91 MB)
- image00436.tif (32.91 MB)
- image00437.tif (32.91 MB)
- image00438.tif (32.91 MB)
- image00439.tif (32.91 MB)
- image00440.tif (32.91 MB)
- image00441.tif (32.91 MB)
- image00442.tif (32.91 MB)
- image00443.tif (32.91 MB)
- image00444.tif (32.91 MB)
- image00445.tif (32.91 MB)
- image00446.tif (32.91 MB)
- image00447.tif (32.91 MB)
- image00448.tif (32.91 MB)
- image00449.tif (32.91 MB)
- image00450.tif (32.91 MB)
- image00451.tif (32.91 MB)
- image00452.tif (32.91 MB)
- image00453.tif (32.91 MB)
- image00454.tif (32.91 MB)
- image00455.tif (32.91 MB)
- image00456.tif (32.91 MB)
- image00457.tif (32.91 MB)
- image00458.tif (32.91 MB)
- image00459.tif (32.91 MB)
- image00460.tif (32.91 MB)
- image00461.tif (32.91 MB)
- image00462.tif (32.91 MB)
- image00463.tif (32.91 MB)
- image00464.tif (32.91 MB)
- image00465.tif (32.91 MB)
- image00466.tif (32.91 MB)
- image00467.tif (32.91 MB)
- image00468.tif (32.91 MB)
- image00469.tif (32.91 MB)
- image00470.tif (32.91 MB)
- image00471.tif (32.91 MB)
- image00472.tif (32.91 MB)
- image00473.tif (32.91 MB)
- image00474.tif (32.91 MB)
- image00475.tif (32.91 MB)
- image00476.tif (32.91 MB)
- image00477.tif (32.91 MB)
- image00478.tif (32.91 MB)
- image00479.tif (32.91 MB)
- image00480.tif (32.91 MB)
- image00481.tif (32.91 MB)
- image00482.tif (32.91 MB)
- image00483.tif (32.91 MB)
- image00484.tif (32.91 MB)
- image00485.tif (32.91 MB)
- image00486.tif (32.91 MB)
- image00487.tif (32.91 MB)
- image00488.tif (32.91 MB)
- image00489.tif (32.91 MB)
- image00490.tif (32.91 MB)
- image00491.tif (32.91 MB)
- image00492.tif (32.91 MB)
- image00493.tif (32.91 MB)
- image00494.tif (32.91 MB)
- image00495.tif (32.91 MB)
- image00496.tif (32.91 MB)
- image00497.tif (32.91 MB)
- image00498.tif (32.91 MB)
- image00499.tif (32.91 MB)
- image00500.tif (32.91 MB)
- image00501.tif (32.91 MB)
- image00502.tif (32.91 MB)
- image00503.tif (32.91 MB)
- image00504.tif (32.91 MB)
- image00505.tif (32.91 MB)
- image00506.tif (32.91 MB)
- image00507.tif (32.91 MB)
- image00508.tif (32.91 MB)
- image00509.tif (32.91 MB)
- image00510.tif (32.91 MB)
- image00511.tif (32.91 MB)
- image00512.tif (32.91 MB)
- image00513.tif (32.91 MB)
- image00514.tif (32.91 MB)
- image00515.tif (32.91 MB)
- image00516.tif (32.91 MB)
- image00517.tif (32.91 MB)
- image00518.tif (32.91 MB)
- image00519.tif (32.91 MB)
- image00520.tif (32.91 MB)
- image00521.tif (32.91 MB)
- image00522.tif (32.91 MB)
- image00523.tif (32.91 MB)
- image00524.tif (32.91 MB)
- image00525.tif (32.91 MB)
- image00526.tif (32.91 MB)
- image00527.tif (32.91 MB)
- image00528.tif (32.91 MB)
- image00529.tif (32.91 MB)
- image00530.tif (32.91 MB)
- image00531.tif (32.91 MB)
- image00532.tif (32.91 MB)
- image00533.tif (32.91 MB)
- image00534.tif (32.91 MB)
- image00535.tif (32.91 MB)
- image00536.tif (32.91 MB)
- image00537.tif (32.91 MB)
- image00538.tif (32.91 MB)
- image00539.tif (32.91 MB)
- image00540.tif (32.91 MB)
- image00541.tif (32.91 MB)
- image00542.tif (32.91 MB)
- image00543.tif (32.91 MB)
- image00544.tif (32.91 MB)
- image00545.tif (32.91 MB)
- image00546.tif (32.91 MB)
- image00547.tif (32.91 MB)
- image00548.tif (32.91 MB)
- image00549.tif (32.91 MB)
- image00550.tif (32.91 MB)
- image00551.tif (32.91 MB)
- image00552.tif (32.91 MB)
- image00553.tif (32.91 MB)
- image00554.tif (32.91 MB)
- image00555.tif (32.91 MB)
- image00556.tif (32.91 MB)
- image00557.tif (32.91 MB)
- image00558.tif (32.91 MB)
- image00559.tif (32.91 MB)
- image00560.tif (32.91 MB)
- image00561.tif (32.91 MB)
- image00562.tif (32.91 MB)
- image00563.tif (32.91 MB)
- image00564.tif (32.91 MB)
- image00565.tif (32.91 MB)
- image00566.tif (32.91 MB)
- image00567.tif (32.91 MB)
- image00568.tif (32.91 MB)
- image00569.tif (32.91 MB)
- image00570.tif (32.91 MB)
- image00571.tif (32.91 MB)
- image00572.tif (32.91 MB)
- image00573.tif (32.91 MB)
- image00574.tif (32.91 MB)
- image00575.tif (32.91 MB)
- image00576.tif (32.91 MB)
- image00577.tif (32.91 MB)
- image00578.tif (32.91 MB)
- image00579.tif (32.91 MB)
- image00580.tif (32.91 MB)
- image00581.tif (32.91 MB)
- image00582.tif (32.91 MB)
- image00583.tif (32.91 MB)
- image00584.tif (32.91 MB)
- image00585.tif (32.91 MB)
- image00586.tif (32.91 MB)
- image00587.tif (32.91 MB)
- image00588.tif (32.91 MB)
- image00589.tif (32.91 MB)
- image00590.tif (32.91 MB)
- image00591.tif (32.91 MB)
- image00592.tif (32.91 MB)
- image00593.tif (32.91 MB)
- image00594.tif (32.91 MB)
- image00595.tif (32.91 MB)
- image00596.tif (32.91 MB)
- image00597.tif (32.91 MB)
- image00598.tif (32.91 MB)
- image00599.tif (32.91 MB)
- image00600.tif (32.91 MB)
- image00601.tif (32.91 MB)
- image00602.tif (32.91 MB)
- image00603.tif (32.91 MB)
- image00604.tif (32.91 MB)
- image00605.tif (32.91 MB)
- image00606.tif (32.91 MB)
- image00607.tif (32.91 MB)
- image00608.tif (32.91 MB)
- image00609.tif (32.91 MB)
- image00610.tif (32.91 MB)
- image00611.tif (32.91 MB)
- image00612.tif (32.91 MB)
- image00613.tif (32.91 MB)
- image00614.tif (32.91 MB)
- image00615.tif (32.91 MB)
- image00616.tif (32.91 MB)
- image00617.tif (32.91 MB)
- image00618.tif (32.91 MB)
- image00619.tif (32.91 MB)
- image00620.tif (32.91 MB)
- image00621.tif (32.91 MB)
- image00622.tif (32.91 MB)
- image00623.tif (32.91 MB)
- image00624.tif (32.91 MB)
- image00625.tif (32.91 MB)
- image00626.tif (32.91 MB)
- image00627.tif (32.91 MB)
- image00628.tif (32.91 MB)
- image00629.tif (32.91 MB)
- image00630.tif (32.91 MB)
- image00631.tif (32.91 MB)
- image00632.tif (32.91 MB)
- image00633.tif (32.91 MB)
- image00634.tif (32.91 MB)
- image00635.tif (32.91 MB)
- image00636.tif (32.91 MB)
- image00637.tif (32.91 MB)
- image00638.tif (32.91 MB)
- image00639.tif (32.91 MB)
- image00640.tif (32.91 MB)
- image00641.tif (32.91 MB)
- image00642.tif (32.91 MB)
- image00643.tif (32.91 MB)
- image00644.tif (32.91 MB)
- image00645.tif (32.91 MB)
- image00646.tif (32.91 MB)
- image00647.tif (32.91 MB)
- image00648.tif (32.91 MB)
- image00649.tif (32.91 MB)
- image00650.tif (32.91 MB)
- image00651.tif (32.91 MB)
- image00652.tif (32.91 MB)
- image00653.tif (32.91 MB)
- image00654.tif (32.91 MB)
- image00655.tif (32.91 MB)
- image00656.tif (32.91 MB)
- image00657.tif (32.91 MB)
- image00658.tif (32.91 MB)
- image00659.tif (32.91 MB)
- image00660.tif (32.91 MB)
- image00661.tif (32.91 MB)
- image00662.tif (32.91 MB)
- image00663.tif (32.91 MB)
- image00664.tif (32.91 MB)
- image00665.tif (32.91 MB)
- image00666.tif (32.91 MB)
- image00667.tif (32.91 MB)
- image00668.tif (32.91 MB)
- image00669.tif (32.91 MB)
- image00670.tif (32.91 MB)
- image00671.tif (32.91 MB)
- image00672.tif (32.91 MB)
- image00673.tif (32.91 MB)
- image00674.tif (32.91 MB)
- image00675.tif (32.91 MB)
- image00676.tif (32.91 MB)
- image00677.tif (32.91 MB)
- image00678.tif (32.91 MB)
- image00679.tif (32.91 MB)
- image00680.tif (32.91 MB)
- image00681.tif (32.91 MB)
- image00682.tif (32.91 MB)
- image00683.tif (32.91 MB)
- image00684.tif (32.91 MB)
- image00685.tif (32.91 MB)
- image00686.tif (32.91 MB)
- image00687.tif (32.91 MB)
- image00688.tif (32.91 MB)
- image00689.tif (32.91 MB)
- image00690.tif (32.91 MB)
- image00691.tif (32.91 MB)
- image00692.tif (32.91 MB)
- image00693.tif (32.91 MB)
- image00694.tif (32.91 MB)
- image00695.tif (32.91 MB)
- image00696.tif (32.91 MB)
- image00697.tif (32.91 MB)
- image00698.tif (32.91 MB)
- image00699.tif (32.91 MB)
- image00700.tif (32.91 MB)
- image00701.tif (32.91 MB)
- image00702.tif (32.91 MB)
- image00703.tif (32.91 MB)
- image00704.tif (32.91 MB)
- image00705.tif (32.91 MB)
- image00706.tif (32.91 MB)
- image00707.tif (32.91 MB)
- image00708.tif (32.91 MB)
- image00709.tif (32.91 MB)
- image00710.tif (32.91 MB)
- image00711.tif (32.91 MB)
- image00712.tif (32.91 MB)
- image00713.tif (32.91 MB)
- image00714.tif (32.91 MB)
- image00715.tif (32.91 MB)
- image00716.tif (32.91 MB)
- image00717.tif (32.91 MB)
- image00718.tif (32.91 MB)
- image00719.tif (32.91 MB)
- image00720.tif (32.91 MB)
- image00721.tif (32.91 MB)
- image00722.tif (32.91 MB)
- image00723.tif (32.91 MB)
- image00724.tif (32.91 MB)
- image00725.tif (32.91 MB)
- image00726.tif (32.91 MB)
- image00727.tif (32.91 MB)
- image00728.tif (32.91 MB)
- image00729.tif (32.91 MB)
- image00730.tif (32.91 MB)
- image00731.tif (32.91 MB)
- image00732.tif (32.91 MB)
- image00733.tif (32.91 MB)
- image00734.tif (32.91 MB)
- image00735.tif (32.91 MB)
- image00736.tif (32.91 MB)
- image00737.tif (32.91 MB)
- image00738.tif (32.91 MB)
- image00739.tif (32.91 MB)
- image00740.tif (32.91 MB)
- image00741.tif (32.91 MB)
- image00742.tif (32.91 MB)
- image00743.tif (32.91 MB)
- image00744.tif (32.91 MB)
- image00745.tif (32.91 MB)
- image00746.tif (32.91 MB)
- image00747.tif (32.91 MB)
- image00748.tif (32.91 MB)
- image00749.tif (32.91 MB)
- image00750.tif (32.91 MB)
- image00751.tif (32.91 MB)
- image00752.tif (32.91 MB)
- image00753.tif (32.91 MB)
- image00754.tif (32.91 MB)
- image00755.tif (32.91 MB)
- image00756.tif (32.91 MB)
- image00757.tif (32.91 MB)
- image00758.tif (32.91 MB)
- image00759.tif (32.91 MB)
- image00760.tif (32.91 MB)
- image00761.tif (32.91 MB)
- image00762.tif (32.91 MB)
- image00763.tif (32.91 MB)
- image00764.tif (32.91 MB)
- image00765.tif (32.91 MB)
- image00766.tif (32.91 MB)
- image00767.tif (32.91 MB)
- image00768.tif (32.91 MB)
- image00769.tif (32.91 MB)
- image00770.tif (32.91 MB)
- image00771.tif (32.91 MB)
- image00772.tif (32.91 MB)
- image00773.tif (32.91 MB)
- image00774.tif (32.91 MB)
- image00775.tif (32.91 MB)
- image00776.tif (32.91 MB)
- image00777.tif (32.91 MB)
- image00778.tif (32.91 MB)
- image00779.tif (32.91 MB)
- image00780.tif (32.91 MB)
- image00781.tif (32.91 MB)
- image00782.tif (32.91 MB)
- image00783.tif (32.91 MB)
- image00784.tif (32.91 MB)
- image00785.tif (32.91 MB)
- image00786.tif (32.91 MB)
- image00787.tif (32.91 MB)
- image00788.tif (32.91 MB)
- image00789.tif (32.91 MB)
- image00790.tif (32.91 MB)
- image00791.tif (32.91 MB)
- image00792.tif (32.91 MB)
- image00793.tif (32.91 MB)
- image00794.tif (32.91 MB)
- image00795.tif (32.91 MB)
- image00796.tif (32.91 MB)
- image00797.tif (32.91 MB)
- image00798.tif (32.91 MB)
- image00799.tif (32.91 MB)
- image00800.tif (32.91 MB)
- image00801.tif (32.91 MB)
- image00802.tif (32.91 MB)
- image00803.tif (32.91 MB)
- image00804.tif (32.91 MB)
- image00805.tif (32.91 MB)
- image00806.tif (32.91 MB)
- image00807.tif (32.91 MB)
- image00808.tif (32.91 MB)
- image00809.tif (32.91 MB)
- image00810.tif (32.91 MB)
- image00811.tif (32.91 MB)
- image00812.tif (32.91 MB)
- image00813.tif (32.91 MB)
- image00814.tif (32.91 MB)
- image00815.tif (32.91 MB)
- image00816.tif (32.91 MB)
- image00817.tif (32.91 MB)
- image00818.tif (32.91 MB)
- image00819.tif (32.91 MB)
- image00820.tif (32.91 MB)
- image00821.tif (32.91 MB)
- image00822.tif (32.91 MB)
- image00823.tif (32.91 MB)
- image00824.tif (32.91 MB)
- image00825.tif (32.91 MB)
- image00826.tif (32.91 MB)
- image00827.tif (32.91 MB)
- image00828.tif (32.91 MB)
- image00829.tif (32.91 MB)
- image00830.tif (32.91 MB)
- image00831.tif (32.91 MB)
- image00832.tif (32.91 MB)
- image00833.tif (32.91 MB)
- image00834.tif (32.91 MB)
- image00835.tif (32.91 MB)
- image00836.tif (32.91 MB)
- image00837.tif (32.91 MB)
- image00838.tif (32.91 MB)
- image00839.tif (32.91 MB)
- image00840.tif (32.91 MB)
- image00841.tif (32.91 MB)
- image00842.tif (32.91 MB)
- image00843.tif (32.91 MB)
- image00844.tif (32.91 MB)
- image00845.tif (32.91 MB)
- image00846.tif (32.91 MB)
- image00847.tif (32.91 MB)
- image00848.tif (32.91 MB)
- image00849.tif (32.91 MB)
- image00850.tif (32.91 MB)
- image00851.tif (32.91 MB)
- image00852.tif (32.91 MB)
- image00853.tif (32.91 MB)
- image00854.tif (32.91 MB)
- image00855.tif (32.91 MB)
- image00856.tif (32.91 MB)
- image00857.tif (32.91 MB)
- image00858.tif (32.91 MB)
- image00859.tif (32.91 MB)
- image00860.tif (32.91 MB)
- image00861.tif (32.91 MB)
- image00862.tif (32.91 MB)
- image00863.tif (32.91 MB)
- image00864.tif (32.91 MB)
- image00865.tif (32.91 MB)
- image00866.tif (32.91 MB)
- image00867.tif (32.91 MB)
- image00868.tif (32.91 MB)
- image00869.tif (32.91 MB)
- image00870.tif (32.91 MB)
- image00871.tif (32.91 MB)
- image00872.tif (32.91 MB)
- image00873.tif (32.91 MB)
- image00874.tif (32.91 MB)
- image00875.tif (32.91 MB)
- image00876.tif (32.91 MB)
- image00877.tif (32.91 MB)
- image00878.tif (32.91 MB)
- image00879.tif (32.91 MB)
- image00880.tif (32.91 MB)
- image00881.tif (32.91 MB)
- image00882.tif (32.91 MB)
- image00883.tif (32.91 MB)
- image00884.tif (32.91 MB)
- image00885.tif (32.91 MB)
- image00886.tif (32.91 MB)
- image00887.tif (32.91 MB)
- image00888.tif (32.91 MB)
- image00889.tif (32.91 MB)
- image00890.tif (32.91 MB)
- image00891.tif (32.91 MB)
- image00892.tif (32.91 MB)
- image00893.tif (32.91 MB)
- image00894.tif (32.91 MB)
- image00895.tif (32.91 MB)
- image00896.tif (32.91 MB)
- image00897.tif (32.91 MB)
- image00898.tif (32.91 MB)
- image00899.tif (32.91 MB)
- image00900.tif (32.91 MB)
- image00901.tif (32.91 MB)
- image00902.tif (32.91 MB)
- image00903.tif (32.91 MB)
- image00904.tif (32.91 MB)
- image00905.tif (32.91 MB)
- image00906.tif (32.91 MB)
- image00907.tif (32.91 MB)
- image00908.tif (32.91 MB)
- image00909.tif (32.91 MB)
- image00910.tif (32.91 MB)
- image00911.tif (32.91 MB)
- image00912.tif (32.91 MB)
- image00913.tif (32.91 MB)
- image00914.tif (32.91 MB)
- image00915.tif (32.91 MB)
- image00916.tif (32.91 MB)
- image00917.tif (32.91 MB)
- image00918.tif (32.91 MB)
- image00919.tif (32.91 MB)
- image00920.tif (32.91 MB)
- image00921.tif (32.91 MB)
- image00922.tif (32.91 MB)
- image00923.tif (32.91 MB)
- image00924.tif (32.91 MB)
- image00925.tif (32.91 MB)
- image00926.tif (32.91 MB)
- image00927.tif (32.91 MB)
- image00928.tif (32.91 MB)
- image00929.tif (32.91 MB)
- image00930.tif (32.91 MB)
- image00931.tif (32.91 MB)
- image00932.tif (32.91 MB)
- image00933.tif (32.91 MB)
- image00934.tif (32.91 MB)
- image00935.tif (32.91 MB)
- image00936.tif (32.91 MB)
- image00937.tif (32.91 MB)
- image00938.tif (32.91 MB)
- image00939.tif (32.91 MB)
- image00940.tif (32.91 MB)
- image00941.tif (32.91 MB)
- image00942.tif (32.91 MB)
- image00943.tif (32.91 MB)
- image00944.tif (32.91 MB)
- image00945.tif (32.91 MB)
- image00946.tif (32.91 MB)
- image00947.tif (32.91 MB)
- image00948.tif (32.91 MB)
- image00949.tif (32.91 MB)
- image00950.tif (32.91 MB)
- image00951.tif (32.91 MB)
- image00952.tif (32.91 MB)
- image00953.tif (32.91 MB)
- image00954.tif (32.91 MB)
- image00955.tif (32.91 MB)
- image00956.tif (32.91 MB)
- image00957.tif (32.91 MB)
- image00958.tif (32.91 MB)
- image00959.tif (32.91 MB)
- image00960.tif (32.91 MB)
- image00961.tif (32.91 MB)
- image00962.tif (32.91 MB)
- image00963.tif (32.91 MB)
- image00964.tif (32.91 MB)
- image00965.tif (32.91 MB)
- image00966.tif (32.91 MB)
- image00967.tif (32.91 MB)
- image00968.tif (32.91 MB)
- image00969.tif (32.91 MB)
- image00970.tif (32.91 MB)
- image00971.tif (32.91 MB)
- image00972.tif (32.91 MB)
- image00973.tif (32.91 MB)
- image00974.tif (32.91 MB)
- image00975.tif (32.91 MB)
- image00976.tif (32.91 MB)
- image00977.tif (32.91 MB)
- image00978.tif (32.91 MB)
- image00979.tif (32.91 MB)
- image00980.tif (32.91 MB)
- image00981.tif (32.91 MB)
- image00982.tif (32.91 MB)
- image00983.tif (32.91 MB)
- image00984.tif (32.91 MB)
- image00985.tif (32.91 MB)
- image00986.tif (32.91 MB)
- image00987.tif (32.91 MB)
- image00988.tif (32.91 MB)
- image00989.tif (32.91 MB)
- image00990.tif (32.91 MB)
- image00991.tif (32.91 MB)
- image00992.tif (32.91 MB)
- image00993.tif (32.91 MB)
- image00994.tif (32.91 MB)
- image00995.tif (32.91 MB)
- image00996.tif (32.91 MB)
- image00997.tif (32.91 MB)
- image00998.tif (32.91 MB)
- image00999.tif (32.91 MB)
- image01000.tif (32.91 MB)
- image01001.tif (32.91 MB)
- image01002.tif (32.91 MB)
- image01003.tif (32.91 MB)
- image01004.tif (32.91 MB)
- image01005.tif (32.91 MB)
- image01006.tif (32.91 MB)
- image01007.tif (32.91 MB)
- image01008.tif (32.91 MB)
- image01009.tif (32.91 MB)
- image01010.tif (32.91 MB)
- image01011.tif (32.91 MB)
- image01012.tif (32.91 MB)
- image01013.tif (32.91 MB)
- image01014.tif (32.91 MB)
- image01015.tif (32.91 MB)
- image01016.tif (32.91 MB)
- image01017.tif (32.91 MB)
- image01018.tif (32.91 MB)
- image01019.tif (32.91 MB)
- image01020.tif (32.91 MB)
- image01021.tif (32.91 MB)
- image01022.tif (32.91 MB)
- image01023.tif (32.91 MB)
- image01024.tif (32.91 MB)
- image01025.tif (32.91 MB)
- image01026.tif (32.91 MB)
- image01027.tif (32.91 MB)
- image01028.tif (32.91 MB)
- image01029.tif (32.91 MB)
- image01030.tif (32.91 MB)
- image01031.tif (32.91 MB)
- image01032.tif (32.91 MB)
- image01033.tif (32.91 MB)
- image01034.tif (32.91 MB)
- image01035.tif (32.91 MB)
- image01036.tif (32.91 MB)
- image01037.tif (32.91 MB)
- image01038.tif (32.91 MB)
- image01039.tif (32.91 MB)
- image01040.tif (32.91 MB)
- image01041.tif (32.91 MB)
- image01042.tif (32.91 MB)
- image01043.tif (32.91 MB)
- image01044.tif (32.91 MB)
- image01045.tif (32.91 MB)
- image01046.tif (32.91 MB)
- image01047.tif (32.91 MB)
- image01048.tif (32.91 MB)
- image01049.tif (32.91 MB)
- image01050.tif (32.91 MB)
- image01051.tif (32.91 MB)
- image01052.tif (32.91 MB)
- image01053.tif (32.91 MB)
- image01054.tif (32.91 MB)
- image01055.tif (32.91 MB)
- image01056.tif (32.91 MB)
- image01057.tif (32.91 MB)
- image01058.tif (32.91 MB)
- image01059.tif (32.91 MB)
- image01060.tif (32.91 MB)
- image01061.tif (32.91 MB)
- image01062.tif (32.91 MB)
- image01063.tif (32.91 MB)
- image01064.tif (32.91 MB)
- image01065.tif (32.91 MB)
- image01066.tif (32.91 MB)
- image01067.tif (32.91 MB)
- image01068.tif (32.91 MB)
- image01069.tif (32.91 MB)
- image01070.tif (32.91 MB)
- image01071.tif (32.91 MB)
- image01072.tif (32.91 MB)
- image01073.tif (32.91 MB)
- image01074.tif (32.91 MB)
- image01075.tif (32.91 MB)
- image01076.tif (32.91 MB)
- image01077.tif (32.91 MB)
- image01078.tif (32.91 MB)
- image01079.tif (32.91 MB)
- image01080.tif (32.91 MB)
- image01081.tif (32.91 MB)
- image01082.tif (32.91 MB)
- image01083.tif (32.91 MB)
- image01084.tif (32.91 MB)
- image01085.tif (32.91 MB)
- image01086.tif (32.91 MB)
- image01087.tif (32.91 MB)
- image01088.tif (32.91 MB)
- image01089.tif (32.91 MB)
- image01090.tif (32.91 MB)
- image01091.tif (32.91 MB)
- image01092.tif (32.91 MB)
- image01093.tif (32.91 MB)
- image01094.tif (32.91 MB)
- image01095.tif (32.91 MB)
- image01096.tif (32.91 MB)
- image01097.tif (32.91 MB)
- image01098.tif (32.91 MB)
- image01099.tif (32.91 MB)
- image01100.tif (32.91 MB)
- image01101.tif (32.91 MB)
- image01102.tif (32.91 MB)
- image01103.tif (32.91 MB)
- image01104.tif (32.91 MB)
- image01105.tif (32.91 MB)
- image01106.tif (32.91 MB)
- image01107.tif (32.91 MB)
- image01108.tif (32.91 MB)
- image01109.tif (32.91 MB)
- image01110.tif (32.91 MB)
- image01111.tif (32.91 MB)
- image01112.tif (32.91 MB)
- image01113.tif (32.91 MB)
- image01114.tif (32.91 MB)
- image01115.tif (32.91 MB)
- image01116.tif (32.91 MB)
- image01117.tif (32.91 MB)
- image01118.tif (32.91 MB)
- image01119.tif (32.91 MB)
- image01120.tif (32.91 MB)
- image01121.tif (32.91 MB)
- image01122.tif (32.91 MB)
- image01123.tif (32.91 MB)
- image01124.tif (32.91 MB)
- image01125.tif (32.91 MB)
- image01126.tif (32.91 MB)
- image01127.tif (32.91 MB)
- image01128.tif (32.91 MB)
- image01129.tif (32.91 MB)
- image01130.tif (32.91 MB)
- image01131.tif (32.91 MB)
- image01132.tif (32.91 MB)
- image01133.tif (32.91 MB)
- image01134.tif (32.91 MB)
- image01135.tif (32.91 MB)
- image01136.tif (32.91 MB)
- image01137.tif (32.91 MB)
- image01138.tif (32.91 MB)
- image01139.tif (32.91 MB)
- image01140.tif (32.91 MB)
- image01141.tif (32.91 MB)
- image01142.tif (32.91 MB)
- image01143.tif (32.91 MB)
- image01144.tif (32.91 MB)
- image01145.tif (32.91 MB)
- image01146.tif (32.91 MB)
- image01147.tif (32.91 MB)
- image01148.tif (32.91 MB)
- image01149.tif (32.91 MB)
- image01150.tif (32.91 MB)
- image01151.tif (32.91 MB)
- image01152.tif (32.91 MB)
- image01153.tif (32.91 MB)
- image01154.tif (32.91 MB)
- image01155.tif (32.91 MB)
- image01156.tif (32.91 MB)
- image01157.tif (32.91 MB)
- image01158.tif (32.91 MB)
- image01159.tif (32.91 MB)
- image01160.tif (32.91 MB)
- image01161.tif (32.91 MB)
- image01162.tif (32.91 MB)
- image01163.tif (32.91 MB)
- image01164.tif (32.91 MB)
- image01165.tif (32.91 MB)
- image01166.tif (32.91 MB)
- image01167.tif (32.91 MB)
- image01168.tif (32.91 MB)
- image01169.tif (32.91 MB)
- image01170.tif (32.91 MB)
- image01171.tif (32.91 MB)
- image01172.tif (32.91 MB)
- image01173.tif (32.91 MB)
- image01174.tif (32.91 MB)
- image01175.tif (32.91 MB)
- image01176.tif (32.91 MB)
- image01177.tif (32.91 MB)
- image01178.tif (32.91 MB)
- image01179.tif (32.91 MB)
- image01180.tif (32.91 MB)
- image01181.tif (32.91 MB)
- image01182.tif (32.91 MB)
- image01183.tif (32.91 MB)
- image01184.tif (32.91 MB)
- image01185.tif (32.91 MB)
- image01186.tif (32.91 MB)
- image01187.tif (32.91 MB)
- image01188.tif (32.91 MB)
- image01189.tif (32.91 MB)
- image01190.tif (32.91 MB)
- image01191.tif (32.91 MB)
- image01192.tif (32.91 MB)
- image01193.tif (32.91 MB)
- image01194.tif (32.91 MB)
- image01195.tif (32.91 MB)
- image01196.tif (32.91 MB)
- image01197.tif (32.91 MB)
- image01198.tif (32.91 MB)
- image01199.tif (32.91 MB)
- image01200.tif (32.91 MB)
- image01201.tif (32.91 MB)
- image01202.tif (32.91 MB)
- image01203.tif (32.91 MB)
- image01204.tif (32.91 MB)
- image01205.tif (32.91 MB)
- image01206.tif (32.91 MB)
- image01207.tif (32.91 MB)
- image01208.tif (32.91 MB)
- image01209.tif (32.91 MB)
- image01210.tif (32.91 MB)
- image01211.tif (32.91 MB)
- image01212.tif (32.91 MB)
- image01213.tif (32.91 MB)
- image01214.tif (32.91 MB)
- image01215.tif (32.91 MB)
- image01216.tif (32.91 MB)
- image01217.tif (32.91 MB)
- image01218.tif (32.91 MB)
- image01219.tif (32.91 MB)
- image01220.tif (32.91 MB)
- image01221.tif (32.91 MB)
- image01222.tif (32.91 MB)
- image01223.tif (32.91 MB)
- image01224.tif (32.91 MB)
- image01225.tif (32.91 MB)
- image01226.tif (32.91 MB)
- image01227.tif (32.91 MB)
- image01228.tif (32.91 MB)
- image01229.tif (32.91 MB)
- image01230.tif (32.91 MB)
- image01231.tif (32.91 MB)
- image01232.tif (32.91 MB)
- image01233.tif (32.91 MB)
- image01234.tif (32.91 MB)
- image01235.tif (32.91 MB)
- image01236.tif (32.91 MB)
- image01237.tif (32.91 MB)
- image01238.tif (32.91 MB)
- image01239.tif (32.91 MB)
- image01240.tif (32.91 MB)
- image01241.tif (32.91 MB)
- image01242.tif (32.91 MB)
- image01243.tif (32.91 MB)
- image01244.tif (32.91 MB)
- image01245.tif (32.91 MB)
- image01246.tif (32.91 MB)
- image01247.tif (32.91 MB)
- image01248.tif (32.91 MB)
- image01249.tif (32.91 MB)
- image01250.tif (32.91 MB)
- image01251.tif (32.91 MB)
- image01252.tif (32.91 MB)
- image01253.tif (32.91 MB)
- image01254.tif (32.91 MB)
- image01255.tif (32.91 MB)
- image01256.tif (32.91 MB)
- image01257.tif (32.91 MB)
- image01258.tif (32.91 MB)
- image01259.tif (32.91 MB)
- image01260.tif (32.91 MB)
- image01261.tif (32.91 MB)
- image01262.tif (32.91 MB)
- image01263.tif (32.91 MB)
- image01264.tif (32.91 MB)
- image01265.tif (32.91 MB)
- image01266.tif (32.91 MB)
- image01267.tif (32.91 MB)
- image01268.tif (32.91 MB)
- image01269.tif (32.91 MB)
- image01270.tif (32.91 MB)
- image01271.tif (32.91 MB)
- image01272.tif (32.91 MB)
- image01273.tif (32.91 MB)
- image01274.tif (32.91 MB)
- image01275.tif (32.91 MB)
- image01276.tif (32.91 MB)
- image01277.tif (32.91 MB)
- image01278.tif (32.91 MB)
- image01279.tif (32.91 MB)
- image01280.tif (32.91 MB)
- image01281.tif (32.91 MB)
- image01282.tif (32.91 MB)
- image01283.tif (32.91 MB)
- image01284.tif (32.91 MB)
- image01285.tif (32.91 MB)
- image01286.tif (32.91 MB)
- image01287.tif (32.91 MB)
- image01288.tif (32.91 MB)
- image01289.tif (32.91 MB)
- image01290.tif (32.91 MB)
- image01291.tif (32.91 MB)
- image01292.tif (32.91 MB)
- image01293.tif (32.91 MB)
- image01294.tif (32.91 MB)
- image01295.tif (32.91 MB)
- image01296.tif (32.91 MB)
- image01297.tif (32.91 MB)
- image01298.tif (32.91 MB)
- image01299.tif (32.91 MB)
- image01300.tif (32.91 MB)
- image01301.tif (32.91 MB)
- image01302.tif (32.91 MB)
- image01303.tif (32.91 MB)
- image01304.tif (32.91 MB)
- image01305.tif (32.91 MB)
- image01306.tif (32.91 MB)
- image01307.tif (32.91 MB)
- image01308.tif (32.91 MB)
- image01309.tif (32.91 MB)
- image01310.tif (32.91 MB)
- image01311.tif (32.91 MB)
- image01312.tif (32.91 MB)
- image01313.tif (32.91 MB)
- image01314.tif (32.91 MB)
- image01315.tif (32.91 MB)
- image01316.tif (32.91 MB)
- image01317.tif (32.91 MB)
- image01318.tif (32.91 MB)
- image01319.tif (32.91 MB)
- image01320.tif (32.91 MB)
- image01321.tif (32.91 MB)
- image01322.tif (32.91 MB)
- image01323.tif (32.91 MB)
- image01324.tif (32.91 MB)
- image01325.tif (32.91 MB)
- image01326.tif (32.91 MB)
- image01327.tif (32.91 MB)
- image01328.tif (32.91 MB)
- image01329.tif (32.91 MB)
- image01330.tif (32.91 MB)
- image01331.tif (32.91 MB)
- image01332.tif (32.91 MB)
- image01333.tif (32.91 MB)
- image01334.tif (32.91 MB)
- image01335.tif (32.91 MB)
- image01336.tif (32.91 MB)
- image01337.tif (32.91 MB)
- image01338.tif (32.91 MB)
- image01339.tif (32.91 MB)
- image01340.tif (32.91 MB)
- image01341.tif (32.91 MB)
- image01342.tif (32.91 MB)
- image01343.tif (32.91 MB)
- image01344.tif (32.91 MB)
- image01345.tif (32.91 MB)
- image01346.tif (32.91 MB)
- image01347.tif (32.91 MB)
- image01348.tif (32.91 MB)
- image01349.tif (32.91 MB)
- image01350.tif (32.91 MB)
- image01351.tif (32.91 MB)
- image01352.tif (32.91 MB)
- image01353.tif (32.91 MB)
- image01354.tif (32.91 MB)
- image01355.tif (32.91 MB)
- image01356.tif (32.91 MB)
- image01357.tif (32.91 MB)
- image01358.tif (32.91 MB)
- image01359.tif (32.91 MB)
- image01360.tif (32.91 MB)
- image01361.tif (32.91 MB)
- image01362.tif (32.91 MB)
- image01363.tif (32.91 MB)
- image01364.tif (32.91 MB)
- image01365.tif (32.91 MB)
- image01366.tif (32.91 MB)
- image01367.tif (32.91 MB)
- image01368.tif (32.91 MB)
- image01369.tif (32.91 MB)
- image01370.tif (32.91 MB)
- image01371.tif (32.91 MB)
- image01372.tif (32.91 MB)
- image01373.tif (32.91 MB)
- image01374.tif (32.91 MB)
- image01375.tif (32.91 MB)
- image01376.tif (32.91 MB)
- image01377.tif (32.91 MB)
- image01378.tif (32.91 MB)
- image01379.tif (32.91 MB)
- image01380.tif (32.91 MB)
- image01381.tif (32.91 MB)
- image01382.tif (32.91 MB)
- image01383.tif (32.91 MB)
- image01384.tif (32.91 MB)
- image01385.tif (32.91 MB)
- image01386.tif (32.91 MB)
- image01387.tif (32.91 MB)
- image01388.tif (32.91 MB)
- image01389.tif (32.91 MB)
- image01390.tif (32.91 MB)
- image01391.tif (32.91 MB)
- image01392.tif (32.91 MB)
- image01393.tif (32.91 MB)
- image01394.tif (32.91 MB)
- image01395.tif (32.91 MB)
- image01396.tif (32.91 MB)
- image01397.tif (32.91 MB)
- image01398.tif (32.91 MB)
- image01399.tif (32.91 MB)
- image01400.tif (32.91 MB)
- image01401.tif (32.91 MB)
- image01402.tif (32.91 MB)
- image01403.tif (32.91 MB)
- image01404.tif (32.91 MB)
- image01405.tif (32.91 MB)
- image01406.tif (32.91 MB)
- image01407.tif (32.91 MB)
- image01408.tif (32.91 MB)
- image01409.tif (32.91 MB)
- image01410.tif (32.91 MB)
- image01411.tif (32.91 MB)
- image01412.tif (32.91 MB)
- image01413.tif (32.91 MB)
- image01414.tif (32.91 MB)
- image01415.tif (32.91 MB)
- image01416.tif (32.91 MB)
- image01417.tif (32.91 MB)
- image01418.tif (32.91 MB)
- image01419.tif (32.91 MB)
- image01420.tif (32.91 MB)
- image01421.tif (32.91 MB)
- image01422.tif (32.91 MB)
- image01423.tif (32.91 MB)
- image01424.tif (32.91 MB)
- image01425.tif (32.91 MB)
- image01426.tif (32.91 MB)
- image01427.tif (32.91 MB)
- image01428.tif (32.91 MB)
- image01429.tif (32.91 MB)
- image01430.tif (32.91 MB)
- image01431.tif (32.91 MB)
- image01432.tif (32.91 MB)
- image01433.tif (32.91 MB)
- image01434.tif (32.91 MB)
- image01435.tif (32.91 MB)
- image01436.tif (32.91 MB)
- image01437.tif (32.91 MB)
- image01438.tif (32.91 MB)
- image01439.tif (32.91 MB)
- image01440.tif (32.91 MB)
- image01441.tif (32.91 MB)
- image01442.tif (32.91 MB)
- image01443.tif (32.91 MB)
- image01444.tif (32.91 MB)
- image01445.tif (32.91 MB)
- image01446.tif (32.91 MB)
- image01447.tif (32.91 MB)
- image01448.tif (32.91 MB)
- image01449.tif (32.91 MB)
- image01450.tif (32.91 MB)
- image01451.tif (32.91 MB)
- image01452.tif (32.91 MB)
- image01453.tif (32.91 MB)
- image01454.tif (32.91 MB)
- image01455.tif (32.91 MB)
- image01456.tif (32.91 MB)
- image01457.tif (32.91 MB)
- image01458.tif (32.91 MB)
- image01459.tif (32.91 MB)
- image01460.tif (32.91 MB)
- image01461.tif (32.91 MB)
- image01462.tif (32.91 MB)
- image01463.tif (32.91 MB)
- image01464.tif (32.91 MB)
- image01465.tif (32.91 MB)
- image01466.tif (32.91 MB)
- image01467.tif (32.91 MB)
- image01468.tif (32.91 MB)
- image01469.tif (32.91 MB)
- image01470.tif (32.91 MB)
- image01471.tif (32.91 MB)
- image01472.tif (32.91 MB)
- image01473.tif (32.91 MB)
- image01474.tif (32.91 MB)
- image01475.tif (32.91 MB)
- image01476.tif (32.91 MB)
- image01477.tif (32.91 MB)
- image01478.tif (32.91 MB)
- image01479.tif (32.91 MB)
- image01480.tif (32.91 MB)
- image01481.tif (32.91 MB)
- image01482.tif (32.91 MB)
- image01483.tif (32.91 MB)
- image01484.tif (32.91 MB)
- image01485.tif (32.91 MB)
- image01486.tif (32.91 MB)
- image01487.tif (32.91 MB)
- image01488.tif (32.91 MB)
- image01489.tif (32.91 MB)
- image01490.tif (32.91 MB)
- image01491.tif (32.91 MB)
- image01492.tif (32.91 MB)
- image01493.tif (32.91 MB)
- image01494.tif (32.91 MB)
- image01495.tif (32.91 MB)
- image01496.tif (32.91 MB)
- image01497.tif (32.91 MB)
- image01498.tif (32.91 MB)
- image01499.tif (32.91 MB)
- image01500.tif (32.91 MB)
- image01501.tif (32.91 MB)
- image01502.tif (32.91 MB)
- image01503.tif (32.91 MB)
- image01504.tif (32.91 MB)
- image01505.tif (32.91 MB)
- image01506.tif (32.91 MB)
- image01507.tif (32.91 MB)
- image01508.tif (32.91 MB)
- image01509.tif (32.91 MB)
- image01510.tif (32.91 MB)
- image01511.tif (32.91 MB)
- image01512.tif (32.91 MB)
- image01513.tif (32.91 MB)
- image01514.tif (32.91 MB)
- image01515.tif (32.91 MB)
- image01516.tif (32.91 MB)
- image01517.tif (32.91 MB)
- image01518.tif (32.91 MB)
- image01519.tif (32.91 MB)
- image01520.tif (32.91 MB)
- image01521.tif (32.91 MB)
- image01522.tif (32.91 MB)
- image01523.tif (32.91 MB)
- pointStats00001.mat (4.33 MB)
- pointStats00002.mat (4.89 MB)
- pointStats00003.mat (6.32 MB)
- pointStats00004.mat (6.40 MB)
- pointStats00005.mat (6.78 MB)
- pointStats00006.mat (6.62 MB)
- pointStats00007.mat (7.32 MB)
- pointStats00008.mat (7.05 MB)
- pointStats00009.mat (6.55 MB)
- pointStats00010.mat (7.36 MB)
- pointStats00011.mat (7.22 MB)
- pointStats00012.mat (5.58 MB)
- pointStats00013.mat (4.81 MB)
- pointStats00014.mat (4.66 MB)
- pointStats00015.mat (3.61 MB)
- pointStats00016.mat (4.31 MB)
- pointStats00017.mat (5.90 MB)
- pointStats00018.mat (5.71 MB)
- pointStats00019.mat (5.62 MB)
- pointStats00020.mat (6.03 MB)
- pointStats00021.mat (6.92 MB)
- pointStats00022.mat (6.91 MB)
- pointStats00023.mat (6.27 MB)
- pointStats00024.mat (6.45 MB)
- pointStats00025.mat (5.42 MB)
- pointStats00026.mat (4.29 MB)
- pointStats00027.mat (4.83 MB)
- pointStats00028.mat (4.75 MB)
- pointStats00029.mat (3.82 MB)
- pointStats00030.mat (5.08 MB)
- pointStats00031.mat (4.80 MB)
- pointStats00032.mat (4.76 MB)
- pointStats00033.mat (4.76 MB)
- pointStats00034.mat (4.56 MB)
- pointStats00035.mat (5.19 MB)
- pointStats00036.mat (4.83 MB)
- pointStats00037.mat (4.93 MB)
- pointStats00038.mat (4.21 MB)
- pointStats00039.mat (4.77 MB)
- pointStats00040.mat (4.52 MB)
- pointStats00041.mat (4.48 MB)
- pointStats00042.mat (3.42 MB)
- pointStats00043.mat (3.57 MB)
- pointStats00044.mat (4.10 MB)
- pointStats00045.mat (4.38 MB)
- pointStats00046.mat (4.86 MB)
- pointStats00047.mat (5.49 MB)
- pointStats00048.mat (6.48 MB)
- pointStats00049.mat (7.16 MB)
- pointStats00050.mat (7.17 MB)
- pointStats00051.mat (7.61 MB)
- pointStats00052.mat (7.25 MB)
- pointStats00053.mat (7.37 MB)
- pointStats00054.mat (6.42 MB)
- pointStats00055.mat (4.95 MB)
- pointStats00056.mat (4.38 MB)
- pointStats00057.mat (4.87 MB)
- pointStats00058.mat (4.37 MB)
- pointStats00059.mat (5.09 MB)
- pointStats00060.mat (5.37 MB)
- pointStats00061.mat (5.33 MB)
- pointStats00062.mat (4.68 MB)
- pointStats00063.mat (4.28 MB)
- pointStats00064.mat (5.33 MB)
- pointStats00065.mat (6.07 MB)
- pointStats00066.mat (6.10 MB)
- pointStats00067.mat (4.71 MB)
- pointStats00068.mat (4.28 MB)
- pointStats00069.mat (5.67 MB)
- pointStats00070.mat (7.52 MB)
- pointStats00071.mat (7.26 MB)
- pointStats00072.mat (7.14 MB)
- pointStats00073.mat (7.42 MB)
- pointStats00074.mat (7.69 MB)
- pointStats00075.mat (7.36 MB)
- pointStats00076.mat (6.58 MB)
- pointStats00077.mat (5.79 MB)
- pointStats00078.mat (5.50 MB)
- pointStats00079.mat (3.95 MB)
- pointStats00080.mat (4.63 MB)
- pointStats00081.mat (5.56 MB)
- pointStats00082.mat (6.64 MB)
- pointStats00083.mat (6.56 MB)
- pointStats00084.mat (6.53 MB)
- pointStats00085.mat (7.79 MB)
- pointStats00086.mat (7.25 MB)
- pointStats00087.mat (7.14 MB)
- pointStats00088.mat (7.50 MB)
- pointStats00089.mat (7.80 MB)
- pointStats00090.mat (7.35 MB)
- pointStats00091.mat (7.00 MB)
- pointStats00092.mat (7.09 MB)
- pointStats00093.mat (6.64 MB)
- pointStats00094.mat (7.26 MB)
- pointStats00095.mat (7.05 MB)
- pointStats00096.mat (6.95 MB)
- pointStats00097.mat (6.98 MB)
- pointStats00098.mat (6.82 MB)
- pointStats00099.mat (7.50 MB)
- pointStats00100.mat (7.84 MB)
- pointStats00101.mat (7.84 MB)
- pointStats00102.mat (6.67 MB)
- pointStats00103.mat (6.77 MB)
- pointStats00104.mat (6.19 MB)
- pointStats00105.mat (6.54 MB)
- pointStats00106.mat (7.09 MB)
- pointStats00107.mat (6.98 MB)
- pointStats00108.mat (6.85 MB)
- pointStats00109.mat (7.79 MB)
- pointStats00110.mat (7.14 MB)
- pointStats00111.mat (7.09 MB)
- pointStats00112.mat (7.05 MB)
- pointStats00113.mat (5.85 MB)
- pointStats00114.mat (6.94 MB)
- pointStats00115.mat (7.10 MB)
- pointStats00116.mat (7.45 MB)
- pointStats00117.mat (7.55 MB)
- pointStats00118.mat (6.99 MB)
- pointStats00119.mat (7.14 MB)
- pointStats00120.mat (7.33 MB)
- pointStats00121.mat (7.57 MB)
- pointStats00122.mat (7.26 MB)
- pointStats00123.mat (7.13 MB)
- pointStats00124.mat (6.57 MB)
- pointStats00125.mat (6.31 MB)
- pointStats00126.mat (6.81 MB)
- pointStats00127.mat (7.30 MB)
- pointStats00128.mat (5.52 MB)
- pointStats00129.mat (5.42 MB)
- pointStats00130.mat (4.28 MB)
- pointStats00131.mat (4.75 MB)
- pointStats00132.mat (6.14 MB)
- pointStats00133.mat (6.81 MB)
- pointStats00134.mat (7.07 MB)
- pointStats00135.mat (7.59 MB)
- pointStats00136.mat (6.10 MB)
- pointStats00137.mat (6.87 MB)
- pointStats00138.mat (7.02 MB)
- pointStats00139.mat (7.04 MB)
- pointStats00140.mat (6.50 MB)
- pointStats00141.mat (6.48 MB)
- pointStats00142.mat (6.58 MB)
- pointStats00143.mat (4.63 MB)
- pointStats00144.mat (5.68 MB)
- pointStats00145.mat (6.26 MB)
- pointStats00146.mat (5.41 MB)
- pointStats00147.mat (4.64 MB)
- pointStats00148.mat (4.94 MB)
- pointStats00149.mat (5.80 MB)
- pointStats00150.mat (5.89 MB)
- pointStats00151.mat (5.57 MB)
- pointStats00152.mat (5.37 MB)
- pointStats00153.mat (6.02 MB)
- pointStats00154.mat (5.94 MB)
- pointStats00155.mat (5.36 MB)
- pointStats00156.mat (5.84 MB)
- pointStats00157.mat (5.56 MB)
- pointStats00158.mat (5.68 MB)
- pointStats00159.mat (4.78 MB)
- pointStats00160.mat (4.28 MB)
- pointStats00161.mat (3.63 MB)
- pointStats00162.mat (5.55 MB)
- pointStats00163.mat (6.17 MB)
- pointStats00164.mat (6.91 MB)
- pointStats00165.mat (7.09 MB)
- pointStats00166.mat (6.31 MB)
- pointStats00167.mat (5.92 MB)
- pointStats00168.mat (5.44 MB)
- pointStats00169.mat (4.48 MB)
- pointStats00170.mat (4.03 MB)
- pointStats00171.mat (3.33 MB)
- pointStats00172.mat (3.62 MB)
- pointStats00173.mat (3.37 MB)
- pointStats00174.mat (3.79 MB)
- pointStats00175.mat (4.30 MB)
- pointStats00176.mat (5.11 MB)
- pointStats00177.mat (5.61 MB)
- pointStats00178.mat (5.55 MB)
- pointStats00179.mat (5.11 MB)
- pointStats00180.mat (4.99 MB)
- pointStats00181.mat (4.87 MB)
- pointStats00182.mat (5.61 MB)
- pointStats00183.mat (6.71 MB)
- pointStats00184.mat (5.69 MB)
- pointStats00185.mat (6.78 MB)
- pointStats00186.mat (5.86 MB)
- pointStats00187.mat (5.53 MB)
- pointStats00188.mat (5.78 MB)
- pointStats00189.mat (4.45 MB)
- pointStats00190.mat (3.72 MB)
- pointStats00191.mat (4.15 MB)
- pointStats00192.mat (4.53 MB)
- pointStats00193.mat (4.97 MB)
- pointStats00194.mat (6.32 MB)
- pointStats00195.mat (3.88 MB)
- pointStats00196.mat (3.14 MB)
- pointStats00197.mat (3.53 MB)
- pointStats00198.mat (4.67 MB)
- pointStats00199.mat (4.70 MB)
- pointStats00200.mat (4.48 MB)
- pointStats00201.mat (5.05 MB)
- pointStats00202.mat (4.97 MB)
- pointStats00203.mat (4.43 MB)
- pointStats00204.mat (4.42 MB)
- pointStats00205.mat (4.18 MB)
- pointStats00206.mat (4.96 MB)
- pointStats00207.mat (5.12 MB)
- pointStats00208.mat (6.73 MB)
- pointStats00209.mat (7.19 MB)
- pointStats00210.mat (7.11 MB)
- pointStats00211.mat (6.95 MB)
- pointStats00212.mat (7.37 MB)
- pointStats00213.mat (7.72 MB)
- pointStats00214.mat (6.84 MB)
- pointStats00215.mat (6.91 MB)
- pointStats00216.mat (6.45 MB)
- pointStats00217.mat (6.39 MB)
- pointStats00218.mat (7.16 MB)
- pointStats00219.mat (7.42 MB)
- pointStats00220.mat (7.13 MB)
- pointStats00221.mat (7.61 MB)
- pointStats00222.mat (7.52 MB)
- pointStats00223.mat (7.43 MB)
- pointStats00224.mat (7.04 MB)
- pointStats00225.mat (7.55 MB)
- pointStats00226.mat (7.74 MB)
- pointStats00227.mat (6.78 MB)
- pointStats00228.mat (6.71 MB)
- pointStats00229.mat (7.31 MB)
- pointStats00230.mat (6.34 MB)
- pointStats00231.mat (6.16 MB)
- pointStats00232.mat (4.86 MB)
- pointStats00233.mat (5.41 MB)
- pointStats00234.mat (6.93 MB)
- pointStats00235.mat (6.86 MB)
- pointStats00236.mat (7.42 MB)
- pointStats00237.mat (7.23 MB)
- pointStats00238.mat (7.60 MB)
- pointStats00239.mat (7.59 MB)
- pointStats00240.mat (7.14 MB)
- pointStats00241.mat (7.56 MB)
- pointStats00242.mat (7.77 MB)
- pointStats00243.mat (6.98 MB)
- pointStats00244.mat (6.47 MB)
- pointStats00245.mat (7.31 MB)
- pointStats00246.mat (6.76 MB)
- pointStats00247.mat (7.09 MB)
- pointStats00248.mat (6.62 MB)
- pointStats00249.mat (6.80 MB)
- pointStats00250.mat (6.52 MB)
- pointStats00251.mat (6.21 MB)
- pointStats00252.mat (5.27 MB)
- pointStats00253.mat (5.47 MB)
- pointStats00254.mat (3.20 MB)
- pointStats00255.mat (3.38 MB)
- pointStats00256.mat (2.93 MB)
- pointStats00257.mat (4.02 MB)
- pointStats00258.mat (4.03 MB)
- pointStats00259.mat (4.86 MB)
- pointStats00260.mat (5.75 MB)
- pointStats00261.mat (7.15 MB)
- pointStats00262.mat (7.02 MB)
- pointStats00263.mat (5.51 MB)
- pointStats00264.mat (5.75 MB)
- pointStats00265.mat (5.47 MB)
- pointStats00266.mat (3.94 MB)
- pointStats00267.mat (3.58 MB)
- pointStats00268.mat (3.08 MB)
- pointStats00269.mat (3.52 MB)
- pointStats00270.mat (3.85 MB)
- pointStats00271.mat (4.85 MB)
- pointStats00272.mat (5.28 MB)
- pointStats00273.mat (5.55 MB)
- pointStats00274.mat (5.11 MB)
- pointStats00275.mat (4.89 MB)
- pointStats00276.mat (5.07 MB)
- pointStats00277.mat (4.95 MB)
- pointStats00278.mat (4.32 MB)
- pointStats00279.mat (3.92 MB)
- pointStats00280.mat (5.59 MB)
- pointStats00281.mat (6.12 MB)
- pointStats00282.mat (5.61 MB)
- pointStats00283.mat (6.42 MB)
- pointStats00284.mat (7.85 MB)
- pointStats00285.mat (7.14 MB)
- pointStats00286.mat (6.62 MB)
- pointStats00287.mat (5.77 MB)
- pointStats00288.mat (7.27 MB)
- pointStats00289.mat (7.19 MB)
- pointStats00290.mat (7.14 MB)
- pointStats00291.mat (7.23 MB)
- pointStats00292.mat (6.32 MB)
- pointStats00293.mat (6.85 MB)
- pointStats00294.mat (7.06 MB)
- pointStats00295.mat (7.95 MB)
- pointStats00296.mat (6.87 MB)
- pointStats00297.mat (7.60 MB)
- pointStats00298.mat (7.36 MB)
- pointStats00299.mat (6.87 MB)
- pointStats00300.mat (7.18 MB)
- pointStats00301.mat (6.27 MB)
- pointStats00302.mat (6.55 MB)
- pointStats00303.mat (7.67 MB)
- pointStats00304.mat (7.37 MB)
- pointStats00305.mat (7.05 MB)
- pointStats00306.mat (6.32 MB)
- pointStats00307.mat (5.57 MB)
- pointStats00308.mat (5.03 MB)
- pointStats00309.mat (6.49 MB)
- pointStats00310.mat (6.62 MB)
- pointStats00311.mat (7.18 MB)
- pointStats00312.mat (6.67 MB)
- pointStats00313.mat (7.17 MB)
- pointStats00314.mat (7.90 MB)
- pointStats00315.mat (7.39 MB)
- pointStats00316.mat (6.28 MB)
- pointStats00317.mat (5.09 MB)
- pointStats00318.mat (3.73 MB)
- pointStats00319.mat (4.80 MB)
- pointStats00320.mat (6.08 MB)
- pointStats00321.mat (6.08 MB)
- pointStats00322.mat (6.78 MB)
- pointStats00323.mat (7.49 MB)
- pointStats00324.mat (7.27 MB)
- pointStats00325.mat (6.73 MB)
- pointStats00326.mat (6.24 MB)
- pointStats00327.mat (5.79 MB)
- pointStats00328.mat (4.95 MB)
- pointStats00329.mat (5.53 MB)
- pointStats00330.mat (5.38 MB)
- pointStats00331.mat (3.87 MB)
- pointStats00332.mat (4.19 MB)
- pointStats00333.mat (3.82 MB)
- pointStats00334.mat (4.69 MB)
- pointStats00335.mat (4.59 MB)
- pointStats00336.mat (4.43 MB)
- pointStats00337.mat (4.68 MB)
- pointStats00338.mat (5.06 MB)
- pointStats00339.mat (6.09 MB)
- pointStats00340.mat (6.55 MB)
- pointStats00341.mat (6.52 MB)
- pointStats00342.mat (6.03 MB)
- pointStats00343.mat (5.72 MB)
- pointStats00344.mat (5.02 MB)
- pointStats00345.mat (4.83 MB)
- pointStats00346.mat (3.66 MB)
- pointStats00347.mat (4.06 MB)
- pointStats00348.mat (4.90 MB)
- pointStats00349.mat (4.54 MB)
- pointStats00350.mat (4.04 MB)
- pointStats00351.mat (4.36 MB)
- pointStats00352.mat (5.83 MB)
- pointStats00353.mat (5.93 MB)
- pointStats00354.mat (5.43 MB)
- pointStats00355.mat (5.57 MB)
- pointStats00356.mat (5.31 MB)
- pointStats00357.mat (5.33 MB)
- pointStats00358.mat (4.38 MB)
- pointStats00359.mat (5.27 MB)
- pointStats00360.mat (4.07 MB)
- pointStats00361.mat (4.33 MB)
- pointStats00362.mat (3.36 MB)
- pointStats00363.mat (3.30 MB)
- pointStats00364.mat (4.99 MB)
- pointStats00365.mat (4.79 MB)
- pointStats00366.mat (4.74 MB)
- pointStats00367.mat (5.38 MB)
- pointStats00368.mat (3.36 MB)
- pointStats00369.mat (4.89 MB)
- pointStats00370.mat (5.20 MB)
- pointStats00371.mat (4.74 MB)
- pointStats00372.mat (4.03 MB)
- pointStats00373.mat (5.33 MB)
- pointStats00374.mat (4.27 MB)
- pointStats00375.mat (4.22 MB)
- pointStats00376.mat (5.09 MB)
- pointStats00377.mat (4.58 MB)
- pointStats00378.mat (4.29 MB)
- pointStats00379.mat (4.17 MB)
- pointStats00380.mat (4.51 MB)
- pointStats00381.mat (5.22 MB)
- pointStats00382.mat (4.74 MB)
- pointStats00383.mat (4.23 MB)
- pointStats00384.mat (3.39 MB)
- pointStats00385.mat (4.22 MB)
- pointStats00386.mat (5.07 MB)
- pointStats00387.mat (5.13 MB)
- pointStats00388.mat (4.56 MB)
- pointStats00389.mat (4.80 MB)
- pointStats00390.mat (4.00 MB)
- pointStats00391.mat (4.17 MB)
- pointStats00392.mat (5.14 MB)
- pointStats00393.mat (6.20 MB)
- pointStats00394.mat (6.11 MB)
- pointStats00395.mat (6.58 MB)
- pointStats00396.mat (5.69 MB)
- pointStats00397.mat (4.65 MB)
- pointStats00398.mat (5.63 MB)
- pointStats00399.mat (6.00 MB)
- pointStats00400.mat (5.59 MB)
- pointStats00401.mat (6.89 MB)
- pointStats00402.mat (6.43 MB)
- pointStats00403.mat (6.54 MB)
- pointStats00404.mat (7.36 MB)
- pointStats00405.mat (6.84 MB)
- pointStats00406.mat (2.88 MB)
- pointStats00407.mat (4.56 MB)
- pointStats00408.mat (3.78 MB)
- pointStats00409.mat (3.57 MB)
- pointStats00410.mat (4.07 MB)
- pointStats00411.mat (5.30 MB)
- pointStats00412.mat (5.32 MB)
- pointStats00413.mat (6.10 MB)
- pointStats00414.mat (7.34 MB)
- pointStats00415.mat (7.70 MB)
- pointStats00416.mat (7.15 MB)
- pointStats00417.mat (7.46 MB)
- pointStats00418.mat (7.19 MB)
- pointStats00419.mat (6.86 MB)
- pointStats00420.mat (6.66 MB)
- pointStats00421.mat (5.30 MB)
- pointStats00422.mat (5.44 MB)
- pointStats00423.mat (5.33 MB)
- pointStats00424.mat (4.84 MB)
- pointStats00425.mat (5.64 MB)
- pointStats00426.mat (5.35 MB)
- pointStats00427.mat (5.56 MB)
- pointStats00428.mat (4.95 MB)
- pointStats00429.mat (3.60 MB)
- pointStats00430.mat (3.70 MB)
- pointStats00431.mat (3.88 MB)
- pointStats00432.mat (4.90 MB)
- pointStats00433.mat (4.70 MB)
- pointStats00434.mat (5.26 MB)
- pointStats00435.mat (5.44 MB)
- pointStats00436.mat (5.16 MB)
- pointStats00437.mat (4.76 MB)
- pointStats00438.mat (4.62 MB)
- pointStats00439.mat (4.97 MB)
- pointStats00440.mat (4.25 MB)
- pointStats00441.mat (3.98 MB)
- pointStats00442.mat (2.91 MB)
- pointStats00443.mat (3.72 MB)
- pointStats00444.mat (4.94 MB)
- pointStats00445.mat (5.58 MB)
- pointStats00446.mat (5.47 MB)
- pointStats00447.mat (5.73 MB)
- pointStats00448.mat (5.72 MB)
- pointStats00449.mat (5.41 MB)
- pointStats00450.mat (5.82 MB)
- pointStats00451.mat (5.91 MB)
- pointStats00452.mat (5.42 MB)
- pointStats00453.mat (5.17 MB)
- pointStats00454.mat (4.93 MB)
- pointStats00455.mat (4.26 MB)
- pointStats00456.mat (5.17 MB)
- pointStats00457.mat (5.48 MB)
- pointStats00458.mat (5.02 MB)
- pointStats00459.mat (4.44 MB)
- pointStats00460.mat (4.26 MB)
- pointStats00461.mat (4.33 MB)
- pointStats00462.mat (3.83 MB)
- pointStats00463.mat (3.78 MB)
- pointStats00464.mat (4.34 MB)
- pointStats00465.mat (5.33 MB)
- pointStats00466.mat (5.72 MB)
- pointStats00467.mat (5.77 MB)
- pointStats00468.mat (5.27 MB)
- pointStats00469.mat (5.38 MB)
- pointStats00470.mat (5.67 MB)
- pointStats00471.mat (5.93 MB)
- pointStats00472.mat (6.56 MB)
- pointStats00473.mat (6.83 MB)
- pointStats00474.mat (6.64 MB)
- pointStats00475.mat (6.85 MB)
- pointStats00476.mat (6.65 MB)
- pointStats00477.mat (7.03 MB)
- pointStats00478.mat (6.47 MB)
- pointStats00479.mat (6.13 MB)
- pointStats00480.mat (5.10 MB)
- pointStats00481.mat (4.98 MB)
- pointStats00482.mat (4.62 MB)
- pointStats00483.mat (5.90 MB)
- pointStats00484.mat (6.61 MB)
- pointStats00485.mat (7.16 MB)
- pointStats00486.mat (6.67 MB)
- pointStats00487.mat (6.93 MB)
- pointStats00488.mat (7.02 MB)
- pointStats00489.mat (6.89 MB)
- pointStats00490.mat (5.15 MB)
- pointStats00491.mat (5.80 MB)
- pointStats00492.mat (3.61 MB)
- pointStats00493.mat (3.95 MB)
- pointStats00494.mat (4.92 MB)
- pointStats00495.mat (5.81 MB)
- pointStats00496.mat (5.91 MB)
- pointStats00497.mat (6.32 MB)
- pointStats00498.mat (6.46 MB)
- pointStats00499.mat (6.86 MB)
- pointStats00500.mat (6.53 MB)
- pointStats00501.mat (5.76 MB)
- pointStats00502.mat (5.37 MB)
- pointStats00503.mat (5.19 MB)
- pointStats00504.mat (4.30 MB)
- pointStats00505.mat (3.99 MB)
- pointStats00506.mat (4.00 MB)
- pointStats00507.mat (4.19 MB)
- pointStats00508.mat (3.95 MB)
- pointStats00509.mat (4.83 MB)
- pointStats00510.mat (4.82 MB)
- pointStats00511.mat (4.17 MB)
- pointStats00512.mat (3.93 MB)
- pointStats00513.mat (4.75 MB)
- pointStats00514.mat (5.98 MB)
- pointStats00515.mat (5.70 MB)
- pointStats00516.mat (4.93 MB)
- pointStats00517.mat (4.90 MB)
- pointStats00518.mat (4.48 MB)
- pointStats00519.mat (4.03 MB)
- pointStats00520.mat (3.21 MB)
- pointStats00521.mat (4.40 MB)
- pointStats00522.mat (4.45 MB)
- pointStats00523.mat (5.43 MB)
- pointStats00524.mat (5.51 MB)
- pointStats00525.mat (5.90 MB)
- pointStats00526.mat (5.31 MB)
- pointStats00527.mat (6.04 MB)
- pointStats00528.mat (5.71 MB)
- pointStats00529.mat (5.35 MB)
- pointStats00530.mat (4.95 MB)
- pointStats00531.mat (5.38 MB)
- pointStats00532.mat (3.93 MB)
- pointStats00533.mat (3.50 MB)
- pointStats00534.mat (3.42 MB)
- pointStats00535.mat (3.57 MB)
- pointStats00536.mat (4.74 MB)
- pointStats00537.mat (5.28 MB)
- pointStats00538.mat (5.39 MB)
- pointStats00539.mat (5.09 MB)
- pointStats00540.mat (5.51 MB)
- pointStats00541.mat (5.45 MB)
- pointStats00542.mat (5.55 MB)
- pointStats00543.mat (5.52 MB)
- pointStats00544.mat (5.53 MB)
- pointStats00545.mat (5.47 MB)
- pointStats00546.mat (5.16 MB)
- pointStats00547.mat (5.62 MB)
- pointStats00548.mat (5.70 MB)
- pointStats00549.mat (5.60 MB)
- pointStats00550.mat (5.71 MB)
- pointStats00551.mat (5.23 MB)
- pointStats00552.mat (4.98 MB)
- pointStats00553.mat (5.12 MB)
- pointStats00554.mat (5.57 MB)
- pointStats00555.mat (5.12 MB)
- pointStats00556.mat (3.74 MB)
- pointStats00557.mat (3.77 MB)
- pointStats00558.mat (3.40 MB)
- pointStats00559.mat (3.96 MB)
- pointStats00560.mat (4.92 MB)
- pointStats00561.mat (5.29 MB)
- pointStats00562.mat (4.37 MB)
- pointStats00563.mat (3.67 MB)
- pointStats00564.mat (4.25 MB)
- pointStats00565.mat (4.92 MB)
- pointStats00566.mat (5.27 MB)
- pointStats00567.mat (5.27 MB)
- pointStats00568.mat (6.39 MB)
- pointStats00569.mat (7.05 MB)
- pointStats00570.mat (7.40 MB)
- pointStats00571.mat (6.97 MB)
- pointStats00572.mat (7.13 MB)
- pointStats00573.mat (6.77 MB)
- pointStats00574.mat (7.14 MB)
- pointStats00575.mat (7.55 MB)
- pointStats00576.mat (6.83 MB)
- pointStats00577.mat (6.00 MB)
- pointStats00578.mat (5.29 MB)
- pointStats00579.mat (6.05 MB)
- pointStats00580.mat (7.13 MB)
- pointStats00581.mat (7.76 MB)
- pointStats00582.mat (7.52 MB)
- pointStats00583.mat (6.84 MB)
- pointStats00584.mat (6.07 MB)
- pointStats00585.mat (6.01 MB)
- pointStats00586.mat (5.59 MB)
- pointStats00587.mat (6.66 MB)
- pointStats00588.mat (7.45 MB)
- pointStats00589.mat (6.62 MB)
- pointStats00590.mat (6.58 MB)
- pointStats00591.mat (6.03 MB)
- pointStats00592.mat (5.69 MB)
- pointStats00593.mat (5.55 MB)
- pointStats00594.mat (5.51 MB)
- pointStats00595.mat (5.49 MB)
- pointStats00596.mat (4.72 MB)
- pointStats00597.mat (4.80 MB)
- pointStats00598.mat (5.46 MB)
- pointStats00599.mat (5.48 MB)
- pointStats00600.mat (4.88 MB)
- pointStats00601.mat (4.97 MB)
- pointStats00602.mat (4.47 MB)
- pointStats00603.mat (4.26 MB)
- pointStats00604.mat (3.99 MB)
- pointStats00605.mat (3.51 MB)
- pointStats00606.mat (4.73 MB)
- pointStats00607.mat (6.01 MB)
- pointStats00608.mat (6.50 MB)
- pointStats00609.mat (6.46 MB)
- pointStats00610.mat (7.16 MB)
- pointStats00611.mat (7.53 MB)
- pointStats00612.mat (6.95 MB)
- pointStats00613.mat (6.61 MB)
- pointStats00614.mat (6.02 MB)
- pointStats00615.mat (6.70 MB)
- pointStats00616.mat (5.17 MB)
- pointStats00617.mat (3.64 MB)
- pointStats00618.mat (4.57 MB)
- pointStats00619.mat (4.65 MB)
- pointStats00620.mat (4.68 MB)
- pointStats00621.mat (4.94 MB)
- pointStats00622.mat (4.10 MB)
- pointStats00623.mat (4.02 MB)
- pointStats00624.mat (5.15 MB)
- pointStats00625.mat (5.97 MB)
- pointStats00626.mat (6.71 MB)
- pointStats00627.mat (6.54 MB)
- pointStats00628.mat (7.61 MB)
- pointStats00629.mat (6.87 MB)
- pointStats00630.mat (6.78 MB)
- pointStats00631.mat (7.46 MB)
- pointStats00632.mat (7.12 MB)
- pointStats00633.mat (5.71 MB)
- pointStats00634.mat (4.46 MB)
- pointStats00635.mat (5.10 MB)
- pointStats00636.mat (4.32 MB)
- pointStats00637.mat (4.05 MB)
- pointStats00638.mat (4.52 MB)
- pointStats00639.mat (3.51 MB)
- pointStats00640.mat (4.10 MB)
- pointStats00641.mat (5.34 MB)
- pointStats00642.mat (5.04 MB)
- pointStats00643.mat (4.39 MB)
- pointStats00644.mat (4.95 MB)
- pointStats00645.mat (4.33 MB)
- pointStats00646.mat (4.70 MB)
- pointStats00647.mat (4.54 MB)
- pointStats00648.mat (5.68 MB)
- pointStats00649.mat (5.81 MB)
- pointStats00650.mat (6.45 MB)
- pointStats00651.mat (7.04 MB)
- pointStats00652.mat (7.40 MB)
- pointStats00653.mat (6.99 MB)
- pointStats00654.mat (6.66 MB)
- pointStats00655.mat (7.38 MB)
- pointStats00656.mat (7.38 MB)
- pointStats00657.mat (6.33 MB)
- pointStats00658.mat (5.70 MB)
- pointStats00659.mat (7.42 MB)
- pointStats00660.mat (7.09 MB)
- pointStats00661.mat (6.30 MB)
- pointStats00662.mat (5.48 MB)
- pointStats00663.mat (4.81 MB)
- pointStats00664.mat (4.05 MB)
- pointStats00665.mat (3.73 MB)
- pointStats00666.mat (3.35 MB)
- pointStats00667.mat (3.52 MB)
- pointStats00668.mat (3.88 MB)
- pointStats00669.mat (4.52 MB)
- pointStats00670.mat (5.56 MB)
- pointStats00671.mat (5.96 MB)
- pointStats00672.mat (5.92 MB)
- pointStats00673.mat (5.91 MB)
- pointStats00674.mat (5.24 MB)
- pointStats00675.mat (5.52 MB)
- pointStats00676.mat (5.60 MB)
- pointStats00677.mat (6.26 MB)
- pointStats00678.mat (6.18 MB)
- pointStats00679.mat (6.69 MB)
- pointStats00680.mat (6.89 MB)
- pointStats00681.mat (6.70 MB)
- pointStats00682.mat (7.09 MB)
- pointStats00683.mat (7.07 MB)
- pointStats00684.mat (7.16 MB)
- pointStats00685.mat (7.39 MB)
- pointStats00686.mat (6.83 MB)
- pointStats00687.mat (7.28 MB)
- pointStats00688.mat (6.13 MB)
- pointStats00689.mat (6.29 MB)
- pointStats00690.mat (6.25 MB)
- pointStats00691.mat (6.16 MB)
- pointStats00692.mat (6.56 MB)
- pointStats00693.mat (6.59 MB)
- pointStats00694.mat (6.89 MB)
- pointStats00695.mat (6.76 MB)
- pointStats00696.mat (6.82 MB)
- pointStats00697.mat (7.74 MB)
- pointStats00698.mat (7.28 MB)
- pointStats00699.mat (7.45 MB)
- pointStats00700.mat (6.47 MB)
- pointStats00701.mat (7.01 MB)
- pointStats00702.mat (7.09 MB)
- pointStats00703.mat (6.44 MB)
- pointStats00704.mat (7.40 MB)
- pointStats00705.mat (7.17 MB)
- pointStats00706.mat (7.42 MB)
- pointStats00707.mat (7.00 MB)
- pointStats00708.mat (7.18 MB)
- pointStats00709.mat (6.80 MB)
- pointStats00710.mat (7.19 MB)
- pointStats00711.mat (7.12 MB)
- pointStats00712.mat (6.31 MB)
- pointStats00713.mat (6.96 MB)
- pointStats00714.mat (6.54 MB)
- pointStats00715.mat (7.00 MB)
- pointStats00716.mat (7.18 MB)
- pointStats00717.mat (6.54 MB)
- pointStats00718.mat (7.15 MB)
- pointStats00719.mat (6.98 MB)
- pointStats00720.mat (7.33 MB)
- pointStats00721.mat (6.82 MB)
- pointStats00722.mat (6.62 MB)
- pointStats00723.mat (5.83 MB)
- pointStats00724.mat (5.94 MB)
- pointStats00725.mat (5.72 MB)
- pointStats00726.mat (5.47 MB)
- pointStats00727.mat (5.33 MB)
- pointStats00728.mat (5.44 MB)
- pointStats00729.mat (5.50 MB)
- pointStats00730.mat (4.70 MB)
- pointStats00731.mat (5.58 MB)
- pointStats00732.mat (5.79 MB)
- pointStats00733.mat (6.18 MB)
- pointStats00734.mat (5.56 MB)
- pointStats00735.mat (5.50 MB)
- pointStats00736.mat (5.16 MB)
- pointStats00737.mat (5.40 MB)
- pointStats00738.mat (5.28 MB)
- pointStats00739.mat (5.56 MB)
- pointStats00740.mat (6.43 MB)
- pointStats00741.mat (6.29 MB)
- pointStats00742.mat (6.45 MB)
- pointStats00743.mat (6.57 MB)
- pointStats00744.mat (5.50 MB)
- pointStats00745.mat (5.04 MB)
- pointStats00746.mat (4.30 MB)
- pointStats00747.mat (6.50 MB)
- pointStats00748.mat (6.80 MB)
- pointStats00749.mat (5.94 MB)
- pointStats00750.mat (5.98 MB)
- pointStats00751.mat (6.11 MB)
- pointStats00752.mat (6.31 MB)
- pointStats00753.mat (6.35 MB)
- pointStats00754.mat (6.88 MB)
- pointStats00755.mat (6.92 MB)
- pointStats00756.mat (7.18 MB)
- pointStats00757.mat (7.32 MB)
- pointStats00758.mat (6.99 MB)
- pointStats00759.mat (6.92 MB)
- pointStats00760.mat (5.76 MB)
- pointStats00761.mat (5.29 MB)
- pointStats00762.mat (5.17 MB)
- pointStats00763.mat (4.74 MB)
- pointStats00764.mat (4.59 MB)
- pointStats00765.mat (5.87 MB)
- pointStats00766.mat (6.50 MB)
- pointStats00767.mat (6.17 MB)
- pointStats00768.mat (5.77 MB)
- pointStats00769.mat (5.91 MB)
- pointStats00770.mat (4.93 MB)
- pointStats00771.mat (4.70 MB)
- pointStats00772.mat (4.38 MB)
- pointStats00773.mat (4.33 MB)
- pointStats00774.mat (5.55 MB)
- pointStats00775.mat (7.48 MB)
- pointStats00776.mat (7.48 MB)
- pointStats00777.mat (6.87 MB)
- pointStats00778.mat (7.08 MB)
- pointStats00779.mat (6.76 MB)
- pointStats00780.mat (6.80 MB)
- pointStats00781.mat (7.39 MB)
- pointStats00782.mat (7.31 MB)
- pointStats00783.mat (6.96 MB)
- pointStats00784.mat (5.43 MB)
- pointStats00785.mat (5.68 MB)
- pointStats00786.mat (6.07 MB)
- pointStats00787.mat (6.41 MB)
- pointStats00788.mat (6.44 MB)
- pointStats00789.mat (7.05 MB)
- pointStats00790.mat (7.01 MB)
- pointStats00791.mat (6.87 MB)
- pointStats00792.mat (6.41 MB)
- pointStats00793.mat (5.94 MB)
- pointStats00794.mat (4.77 MB)
- pointStats00795.mat (3.89 MB)
- pointStats00796.mat (4.74 MB)
- pointStats00797.mat (7.15 MB)
- pointStats00798.mat (6.91 MB)
- pointStats00799.mat (5.54 MB)
- pointStats00800.mat (4.92 MB)
- pointStats00801.mat (4.91 MB)
- pointStats00802.mat (4.98 MB)
- pointStats00803.mat (4.40 MB)
- pointStats00804.mat (3.92 MB)
- pointStats00805.mat (3.71 MB)
- pointStats00806.mat (3.53 MB)
- pointStats00807.mat (3.73 MB)
- pointStats00808.mat (3.45 MB)
- pointStats00809.mat (3.56 MB)
- pointStats00810.mat (5.48 MB)
- pointStats00811.mat (6.03 MB)
- pointStats00812.mat (6.47 MB)
- pointStats00813.mat (7.08 MB)
- pointStats00814.mat (7.23 MB)
- pointStats00815.mat (7.28 MB)
- pointStats00816.mat (6.18 MB)
- pointStats00817.mat (6.39 MB)
- pointStats00818.mat (5.61 MB)
- pointStats00819.mat (7.21 MB)
- pointStats00820.mat (6.93 MB)
- pointStats00821.mat (6.41 MB)
- pointStats00822.mat (6.50 MB)
- pointStats00823.mat (6.30 MB)
- pointStats00824.mat (6.06 MB)
- pointStats00825.mat (6.40 MB)
- pointStats00826.mat (4.96 MB)
- pointStats00827.mat (4.71 MB)
- pointStats00828.mat (6.21 MB)
- pointStats00829.mat (7.57 MB)
- pointStats00830.mat (6.76 MB)
- pointStats00831.mat (5.77 MB)
- pointStats00832.mat (5.60 MB)
- pointStats00833.mat (3.96 MB)
- pointStats00834.mat (4.63 MB)
- pointStats00835.mat (4.62 MB)
- pointStats00836.mat (3.39 MB)
- pointStats00837.mat (3.11 MB)
- pointStats00838.mat (4.50 MB)
- pointStats00839.mat (5.32 MB)
- pointStats00840.mat (6.41 MB)
- pointStats00841.mat (6.91 MB)
- pointStats00842.mat (7.25 MB)
- pointStats00843.mat (7.82 MB)
- pointStats00844.mat (7.18 MB)
- pointStats00845.mat (6.82 MB)
- pointStats00846.mat (7.74 MB)
- pointStats00847.mat (6.93 MB)
- pointStats00848.mat (6.45 MB)
- pointStats00849.mat (6.18 MB)
- pointStats00850.mat (4.64 MB)
- pointStats00851.mat (3.51 MB)
- pointStats00852.mat (3.18 MB)
- pointStats00853.mat (3.39 MB)
- pointStats00854.mat (3.91 MB)
- pointStats00855.mat (4.87 MB)
- pointStats00856.mat (5.69 MB)
- pointStats00857.mat (5.97 MB)
- pointStats00858.mat (6.25 MB)
- pointStats00859.mat (6.57 MB)
- pointStats00860.mat (6.69 MB)