diff --git a/.gitattributes b/.gitattributes index e11caa787df703995a73e2ed752e1662a44d8e43..550c8e8325395fd288ac1bb68cc552ebc60c4148 100644 --- a/.gitattributes +++ b/.gitattributes @@ -69,3 +69,7 @@ station_2.MOV filter=lfs diff=lfs merge=lfs -text station_2/usdz/station_2_grt.usdz filter=lfs diff=lfs merge=lfs -text station_4/baseline/splat.ply filter=lfs diff=lfs merge=lfs -text station_4/baseline/station_4.usdz filter=lfs diff=lfs merge=lfs -text +station_4/export/splat.ply filter=lfs diff=lfs merge=lfs -text +station_4/usdz/station_4.usdz filter=lfs diff=lfs merge=lfs -text +station_4/usdz/station_4_grt.usdz filter=lfs diff=lfs merge=lfs -text +station_45/data/colmap/database.db filter=lfs diff=lfs merge=lfs -text diff --git a/station_4/export/splat.ply b/station_4/export/splat.ply index 6a48a5740135ed6431b78f035b8e495fa1fc5e71..b8b7dbcc32b1b503a8fd100497856bcee31a1bf6 100644 --- a/station_4/export/splat.ply +++ b/station_4/export/splat.ply @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fcc262d9e8bc2ec53065323d3a12ea8d3091f3f03b64896e4c71e4702d1323a -size 446725978 +oid sha256:aeb89f5f0682be650bd4ddd58ebb7376e15a1678300c9b908d3fedb2fa388adb +size 405324858 diff --git a/station_4/splat_run.json b/station_4/splat_run.json index 3f0797b727241c8229ee6fed54871531e7468d5c..c8462459ee8a193ccbb1635c05ff30f7deda8352 100644 --- a/station_4/splat_run.json +++ b/station_4/splat_run.json @@ -91,6 +91,76 @@ "--format", "nurec" ] + }, + { + "stage": "train", + "method": "splatfacto-big", + "iters": 30000, + "seconds": 1487.8029263019562, + "config": "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/train/station_4/splatfacto/2026-08-26_225141/config.yml", + "cmd": [ + "/home/ubuntu/miniconda3/envs/env_nerfstudio/bin/python", + "-m", + "nerfstudio.scripts.train", + "splatfacto-big", + "--data", + "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/data", + "--output-dir", + "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/train", + "--experiment-name", + "station_4", + "--timestamp", + "2026-08-26_225141", + "--max-num-iterations", + "30000", + "--steps-per-save", + "2000", + "--vis", + "viewer", + "--viewer.quit-on-train-completion", + "True", + "--viewer.websocket-port", + "7007", + "--pipeline.model.use-scale-regularization", + "True", + "--pipeline.model.camera-optimizer.mode", + "SO3xR3", + "--pipeline.model.use-bilateral-grid", + "True" + ] + }, + { + "stage": "export", + "seconds": 50.16698241233826, + "ply": "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/export/splat.ply", + "cmd": [ + "/home/ubuntu/miniconda3/envs/env_nerfstudio/bin/python", + "-m", + "nerfstudio.scripts.exporter", + "gaussian-splat", + "--load-config", + "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/train/station_4/splatfacto/2026-08-26_225141/config.yml", + "--output-dir", + "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/export", + "--ply-color-mode", + "sh_coeffs" + ] + }, + { + "stage": "usdz", + "format": "nurec", + "seconds": 6.4187445640563965, + "usdz": "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/usdz/station_4.usdz", + "cmd": [ + "/home/ubuntu/miniconda3/envs/env_3dgrut/bin/python", + "-m", + "threedgrut.export.scripts.transcode", + "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/export/splat.ply", + "-o", + "/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_4/usdz/station_4.usdz", + "--format", + "nurec" + ] } ] } diff --git a/station_4/train/station_4/splatfacto/2026-08-26_225141/config.yml b/station_4/train/station_4/splatfacto/2026-08-26_225141/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..a332430dae3e80fb096974e09b4b7380f066eaba --- /dev/null +++ b/station_4/train/station_4/splatfacto/2026-08-26_225141/config.yml @@ -0,0 +1,276 @@ +!!python/object:nerfstudio.engine.trainer.TrainerConfig +_target: !!python/name:nerfstudio.engine.trainer.Trainer '' +data: &id003 !!python/object/apply:pathlib.PosixPath +- / +- home +- ubuntu +- workspace +- wayne +- qoowa +- src +- nimble_brain +- python +- src +- nimble +- brain +- sim +- outputs +- splat +- station_4 +- data +experiment_name: station_4 +gradient_accumulation_steps: {} +load_checkpoint: null +load_config: null +load_dir: null +load_scheduler: true +load_step: null +log_gradients: false +logging: !!python/object:nerfstudio.configs.base_config.LoggingConfig + local_writer: !!python/object:nerfstudio.configs.base_config.LocalWriterConfig + _target: !!python/name:nerfstudio.utils.writer.LocalWriter '' + enable: true + max_log_size: 10 + stats_to_track: !!python/tuple + - !!python/object/apply:nerfstudio.utils.writer.EventName + - Train Iter (time) + - !!python/object/apply:nerfstudio.utils.writer.EventName + - Train Rays / Sec + - !!python/object/apply:nerfstudio.utils.writer.EventName + - Test PSNR + - !!python/object/apply:nerfstudio.utils.writer.EventName + - Vis Rays / Sec + - !!python/object/apply:nerfstudio.utils.writer.EventName + - Test Rays / Sec + - !!python/object/apply:nerfstudio.utils.writer.EventName + - ETA (time) + max_buffer_size: 20 + profiler: basic + relative_log_dir: !!python/object/apply:pathlib.PosixPath [] + steps_per_log: 10 +machine: !!python/object:nerfstudio.configs.base_config.MachineConfig + device_type: cuda + dist_url: auto + machine_rank: 0 + num_devices: 1 + num_machines: 1 + seed: 42 +max_num_iterations: 30000 +method_name: splatfacto +mixed_precision: false +optimizers: + bilateral_grid: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: &id001 !!python/name:torch.optim.adam.Adam '' + eps: 1.0e-15 + lr: 0.002 + max_norm: null + weight_decay: 0 + scheduler: !!python/object:nerfstudio.engine.schedulers.ExponentialDecaySchedulerConfig + _target: &id002 !!python/name:nerfstudio.engine.schedulers.ExponentialDecayScheduler '' + lr_final: 0.0001 + lr_pre_warmup: 0 + max_steps: 30000 + ramp: cosine + warmup_steps: 1000 + camera_opt: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: *id001 + eps: 1.0e-15 + lr: 0.0001 + max_norm: null + weight_decay: 0 + scheduler: !!python/object:nerfstudio.engine.schedulers.ExponentialDecaySchedulerConfig + _target: *id002 + lr_final: 5.0e-07 + lr_pre_warmup: 0 + max_steps: 30000 + ramp: cosine + warmup_steps: 1000 + features_dc: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: *id001 + eps: 1.0e-15 + lr: 0.0025 + max_norm: null + weight_decay: 0 + scheduler: null + features_rest: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: *id001 + eps: 1.0e-15 + lr: 0.000125 + max_norm: null + weight_decay: 0 + scheduler: null + means: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: *id001 + eps: 1.0e-15 + lr: 0.00016 + max_norm: null + weight_decay: 0 + scheduler: !!python/object:nerfstudio.engine.schedulers.ExponentialDecaySchedulerConfig + _target: *id002 + lr_final: 1.6e-06 + lr_pre_warmup: 1.0e-08 + max_steps: 30000 + ramp: cosine + warmup_steps: 0 + opacities: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: *id001 + eps: 1.0e-15 + lr: 0.05 + max_norm: null + weight_decay: 0 + scheduler: null + quats: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: *id001 + eps: 1.0e-15 + lr: 0.001 + max_norm: null + weight_decay: 0 + scheduler: null + scales: + optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig + _target: *id001 + eps: 1.0e-15 + lr: 0.005 + max_norm: null + weight_decay: 0 + scheduler: null +output_dir: !!python/object/apply:pathlib.PosixPath +- / +- home +- ubuntu +- workspace +- wayne +- qoowa +- src +- nimble_brain +- python +- src +- nimble +- brain +- sim +- outputs +- splat +- station_4 +- train +pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConfig + _target: !!python/name:nerfstudio.pipelines.base_pipeline.VanillaPipeline '' + datamanager: !!python/object:nerfstudio.data.datamanagers.full_images_datamanager.FullImageDatamanagerConfig + _target: !!python/name:nerfstudio.data.datamanagers.full_images_datamanager.FullImageDatamanager '' + cache_compressed_images: false + cache_images: gpu + cache_images_type: uint8 + camera_res_scale_factor: 1.0 + data: *id003 + dataloader_num_workers: 4 + dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig + _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio '' + auto_scale_poses: true + center_method: poses + data: !!python/object/apply:pathlib.PosixPath [] + depth_unit_scale_factor: 0.001 + downscale_factor: null + eval_interval: 8 + eval_mode: fraction + load_3D_points: true + mask_color: null + orientation_method: up + scale_factor: 1.0 + scene_scale: 1.0 + train_split_fraction: 0.9 + eval_num_images_to_sample_from: -1 + eval_num_times_to_repeat_images: -1 + fps_reset_every: 100 + images_on_gpu: false + masks_on_gpu: false + max_thread_workers: null + prefetch_factor: 4 + train_cameras_sampling_seed: 42 + train_cameras_sampling_strategy: random + model: !!python/object:nerfstudio.models.splatfacto.SplatfactoModelConfig + _target: !!python/name:nerfstudio.models.splatfacto.SplatfactoModel '' + background_color: random + camera_optimizer: !!python/object:nerfstudio.cameras.camera_optimizers.CameraOptimizerConfig + _target: !!python/name:nerfstudio.cameras.camera_optimizers.CameraOptimizer '' + mode: SO3xR3 + optimizer: null + rot_l2_penalty: 0.001 + scheduler: null + trans_l2_penalty: 0.01 + collider_params: + far_plane: 6.0 + near_plane: 2.0 + color_corrected_metrics: false + cull_alpha_thresh: 0.005 + cull_scale_thresh: 0.5 + cull_screen_size: 0.15 + densify_grad_thresh: 0.0005 + densify_size_thresh: 0.01 + enable_collider: true + eval_num_rays_per_chunk: 4096 + grid_shape: !!python/tuple + - 16 + - 16 + - 8 + loss_coefficients: + rgb_loss_coarse: 1.0 + rgb_loss_fine: 1.0 + max_gauss_ratio: 10.0 + max_gs_num: 1000000 + mcmc_opacity_reg: 0.01 + mcmc_scale_reg: 0.01 + n_split_samples: 2 + noise_lr: 500000.0 + num_downscales: 2 + num_random: 50000 + output_depth_during_training: false + prompt: null + random_init: false + random_scale: 10.0 + rasterize_mode: classic + refine_every: 100 + reset_alpha_every: 30 + resolution_schedule: 3000 + sh_degree: 3 + sh_degree_interval: 1000 + split_screen_size: 0.05 + ssim_lambda: 0.2 + stop_screen_size_at: 4000 + stop_split_at: 15000 + strategy: default + use_absgrad: true + use_bilateral_grid: true + use_scale_regularization: true + warmup_length: 500 +project_name: nerfstudio-project +prompt: null +relative_model_dir: !!python/object/apply:pathlib.PosixPath +- nerfstudio_models +save_only_latest_checkpoint: true +start_paused: false +steps_per_eval_all_images: 1000 +steps_per_eval_batch: 0 +steps_per_eval_image: 100 +steps_per_save: 2000 +timestamp: 2026-08-26_225141 +use_grad_scaler: false +viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig + camera_frustum_scale: 0.1 + default_composite_depth: true + image_format: jpeg + jpeg_quality: 75 + make_share_url: false + max_num_display_images: 512 + num_rays_per_chunk: 32768 + quit_on_train_completion: true + relative_log_filename: viewer_log_filename.txt + websocket_host: 0.0.0.0 + websocket_port: 7007 + websocket_port_default: 7007 +vis: viewer diff --git a/station_4/train/station_4/splatfacto/2026-08-26_225141/dataparser_transforms.json b/station_4/train/station_4/splatfacto/2026-08-26_225141/dataparser_transforms.json new file mode 100644 index 0000000000000000000000000000000000000000..1f9369da5b2c5f4dfc386f371665c19baf8a952c --- /dev/null +++ b/station_4/train/station_4/splatfacto/2026-08-26_225141/dataparser_transforms.json @@ -0,0 +1,23 @@ +{ + "transform": [ + [ + 0.9995676279067993, + -0.029390854761004448, + -0.0008261351031251252, + 0.037177152931690216 + ], + [ + -0.0008261351031251252, + -0.05616064369678497, + 0.9984214305877686, + -0.05252746120095253 + ], + [ + -0.029390854761004448, + -0.9979890584945679, + -0.05616064369678497, + -0.021105872467160225 + ] + ], + "scale": 0.15636226772529 +} \ No newline at end of file diff --git a/station_4/train/station_4/splatfacto/2026-08-26_225141/nerfstudio_models/step-000029999.ckpt b/station_4/train/station_4/splatfacto/2026-08-26_225141/nerfstudio_models/step-000029999.ckpt new file mode 100644 index 0000000000000000000000000000000000000000..040f4ded2240d3e0ce1b7e969d5150ce7665ec1d --- /dev/null +++ b/station_4/train/station_4/splatfacto/2026-08-26_225141/nerfstudio_models/step-000029999.ckpt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf65c109534d99cbc3ea4bc4c46ebdbc63ceb5d950ca92c88a7d3866854a177 +size 1618854225 diff --git a/station_4/usdz/station_4.usdz b/station_4/usdz/station_4.usdz index 690cd7410fef1d41cda45e42de3c199cb5dd70ce..208565cc1ff7f9dcecef0f3cd6fe177e32acb49e 100644 --- a/station_4/usdz/station_4.usdz +++ b/station_4/usdz/station_4.usdz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f36b0853ed7fa4f8bcfadcaa390f17a6a1286e646a54d74cd051387bf45a7ed0 -size 212575954 +oid sha256:138efbb9cb11e4ebf02cba0aa2a079a1101c977456cdc0b75e6097efe3dad777 +size 192875539 diff --git a/station_4/usdz/station_4_grt.usdz b/station_4/usdz/station_4_grt.usdz new file mode 100644 index 0000000000000000000000000000000000000000..1790ef22d825d6d88e16dff84ec183eb1edbdc19 --- /dev/null +++ b/station_4/usdz/station_4_grt.usdz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7e041e46b27ed38a9fa3b1c48f79d486bad97cf16f114b84ac7097e2c0678f +size 192875386 diff --git a/station_45/data/colmap/database.db b/station_45/data/colmap/database.db new file mode 100644 index 0000000000000000000000000000000000000000..eb464aa12fc7f92d520f0359e94a6762f8c667b0 --- /dev/null +++ b/station_45/data/colmap/database.db @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4b87d07515ba27a4205221eff2f30d062a7af446cfb8451d5e12b1940c8fb9 +size 1500938240 diff --git a/station_45/data/colmap/sparse/0/cameras.bin b/station_45/data/colmap/sparse/0/cameras.bin new file mode 100644 index 0000000000000000000000000000000000000000..a6e6498db02b68bfa2b5559c92ec774cc8ddde91 --- /dev/null +++ b/station_45/data/colmap/sparse/0/cameras.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b018f5a1cbabf91a21c8fc261d45c221c3ae374658800f0f7a9ae6c4dcf2bdaa +size 96 diff --git a/station_45/data/colmap/sparse/0/images.bin b/station_45/data/colmap/sparse/0/images.bin new file mode 100644 index 0000000000000000000000000000000000000000..020fe2d68880c6663f5281ceee6391af402c29cc --- /dev/null +++ b/station_45/data/colmap/sparse/0/images.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8247965cd040d289bb5314c97e013a08c73e9f1ac9dfb9749af3118b50bc2970 +size 162471040 diff --git a/station_45/data/colmap/sparse/0/points3D.bin b/station_45/data/colmap/sparse/0/points3D.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ac2c61b7519f46c9cebb25d24758eebc9cab95b --- /dev/null +++ b/station_45/data/colmap/sparse/0/points3D.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82cec13bf7f1d72a8cac8362dd5a2de438ddc419575700ee2d95b6e2ece2b2c +size 34270190 diff --git a/station_45/data/colmap/sparse/0/project.ini b/station_45/data/colmap/sparse/0/project.ini new file mode 100644 index 0000000000000000000000000000000000000000..c38e5269f838ce478acae36267461f0326bd6f76 --- /dev/null +++ b/station_45/data/colmap/sparse/0/project.ini @@ -0,0 +1,63 @@ +log_to_stderr=true +random_seed=0 +log_level=0 +database_path=/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_45/data/colmap/database.db +image_path=/home/ubuntu/workspace/wayne/qoowa/src/nimble_brain/python/src/nimble/brain/sim/outputs/splat/station_45/data/images +[Mapper] +ignore_watermarks=false +multiple_models=true +extract_colors=true +ba_refine_focal_length=true +ba_refine_principal_point=false +ba_refine_extra_params=true +fix_existing_images=false +tri_ignore_two_view_tracks=true +min_num_matches=15 +max_num_models=50 +max_model_overlap=20 +min_model_size=10 +init_image_id1=-1 +init_image_id2=-1 +init_num_trials=200 +num_threads=-1 +ba_min_num_residuals_for_multi_threading=50000 +ba_local_num_images=6 +ba_local_max_num_iterations=25 +ba_global_images_freq=500 +ba_global_points_freq=250000 +ba_global_max_num_iterations=50 +ba_global_max_refinements=5 +ba_local_max_refinements=2 +snapshot_images_freq=0 +init_min_num_inliers=100 +init_max_reg_trials=2 +abs_pose_min_num_inliers=30 +max_reg_trials=3 +tri_max_transitivity=1 +tri_complete_max_transitivity=5 +tri_re_max_trials=1 +min_focal_length_ratio=0.10000000000000001 +max_focal_length_ratio=10 +max_extra_param=1 +ba_local_function_tolerance=0 +ba_global_images_ratio=1.1000000000000001 +ba_global_points_ratio=1.1000000000000001 +ba_global_function_tolerance=9.9999999999999995e-07 +ba_global_max_refinement_change=0.00050000000000000001 +ba_local_max_refinement_change=0.001 +init_max_error=4 +init_max_forward_motion=0.94999999999999996 +init_min_tri_angle=16 +abs_pose_max_error=12 +abs_pose_min_inlier_ratio=0.25 +filter_max_reproj_error=4 +filter_min_tri_angle=1.5 +local_ba_min_tri_angle=6 +tri_create_max_angle_error=2 +tri_continue_max_angle_error=2 +tri_merge_max_reproj_error=4 +tri_complete_max_reproj_error=4 +tri_re_max_angle_error=5 +tri_re_min_ratio=0.20000000000000001 +tri_min_angle=1.5 +snapshot_path= diff --git a/station_45/data/images/frame_00001.png b/station_45/data/images/frame_00001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d731c50c25870fd3a4bcf435f568e24ee25f547 --- /dev/null +++ b/station_45/data/images/frame_00001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d32df4f8b37f35c63042cf9751f56ac484b06a393e27ff713b838d0ceff11f +size 2126809 diff --git a/station_45/data/images/frame_00002.png b/station_45/data/images/frame_00002.png new file mode 100644 index 0000000000000000000000000000000000000000..e6ae437cfab6c966dd27cc67b8d213e2f932831e --- /dev/null +++ b/station_45/data/images/frame_00002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbc0fa29cbd2d09784790ca6f390aa68016d67a966921027464b5a05a7c0d01 +size 2218826 diff --git a/station_45/data/images/frame_00003.png b/station_45/data/images/frame_00003.png new file mode 100644 index 0000000000000000000000000000000000000000..d351147f8189fb7c04caeefc31e52b93d2319c64 --- /dev/null +++ b/station_45/data/images/frame_00003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e91af658db529e52d25f27938ff3455feef1a8ff9848647672e93ab0ddcfca +size 2127862 diff --git a/station_45/data/images/frame_00004.png b/station_45/data/images/frame_00004.png new file mode 100644 index 0000000000000000000000000000000000000000..39a13b70511ff9b9c4531d7c563017285eb16afc --- /dev/null +++ b/station_45/data/images/frame_00004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4a0ce146274e9707aa072aaa3af3ec3af939b2a22ce3349b41cb459f31c196 +size 2114924 diff --git a/station_45/data/images/frame_00005.png b/station_45/data/images/frame_00005.png new file mode 100644 index 0000000000000000000000000000000000000000..d164450d3969fcd4c44e49a499f630dd987537a7 --- /dev/null +++ b/station_45/data/images/frame_00005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f233ace1db687a3631f059f7aa9c5257b9841bce24faef6da73bdb1ec2cb976 +size 2017434 diff --git a/station_45/data/images/frame_00006.png b/station_45/data/images/frame_00006.png new file mode 100644 index 0000000000000000000000000000000000000000..15ae30ba721b2252f8b7c7c0e26396342da393b4 --- /dev/null +++ b/station_45/data/images/frame_00006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7fa6176aa421124afbd8e26cbe1f80263b9e9003ae42da044608cbde81becf +size 2014891 diff --git a/station_45/data/images/frame_00007.png b/station_45/data/images/frame_00007.png new file mode 100644 index 0000000000000000000000000000000000000000..cb483ffad19dbb1e62ed7600e6ed592d0aad3ede --- /dev/null +++ b/station_45/data/images/frame_00007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13523d469ddc29a7b4f8004c3dc483925a2a361af9234ca08c3613672316fde +size 1783811 diff --git a/station_45/data/images/frame_00008.png b/station_45/data/images/frame_00008.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bf57a0b4c5a9e58252f4e051ffa8be3e9e66c6 --- /dev/null +++ b/station_45/data/images/frame_00008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a661b47da6589788d3968187e7612d64b415313c3ed5ddbbba8c01693f4ab04 +size 1634051 diff --git a/station_45/data/images/frame_00009.png b/station_45/data/images/frame_00009.png new file mode 100644 index 0000000000000000000000000000000000000000..c8fb1794f798fe9c57f60724bb5d11605eeeeed3 --- /dev/null +++ b/station_45/data/images/frame_00009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346a5d8ce33d85c123b6e1ce06dfb69d8ec1736b3e9698206eb01e8fb27c826d +size 1386627 diff --git a/station_45/data/images/frame_00010.png b/station_45/data/images/frame_00010.png new file mode 100644 index 0000000000000000000000000000000000000000..82f67118670f6b6dab41e7f54b2c116e758adb45 --- /dev/null +++ b/station_45/data/images/frame_00010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67ed406a8c6968be687496c14133bff31e8dfa46685056e67a57ca205b92500 +size 1877875 diff --git a/station_45/data/images/frame_00011.png b/station_45/data/images/frame_00011.png new file mode 100644 index 0000000000000000000000000000000000000000..36a8a44a910292ce0ea39142301b947dc1a8b6ab --- /dev/null +++ b/station_45/data/images/frame_00011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11f617245d0ae8977bb1fca634209fa86ee7a6937443638085e0182ef795dfb +size 1428037 diff --git a/station_45/data/images/frame_00012.png b/station_45/data/images/frame_00012.png new file mode 100644 index 0000000000000000000000000000000000000000..42da9ab1c42ae50fa77a853414916e426705ed06 --- /dev/null +++ b/station_45/data/images/frame_00012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc154cd298d9583e685f13727a1c8ac66a7bbf237cd34913e0decf37479ac0b7 +size 1173840 diff --git a/station_45/data/images/frame_00013.png b/station_45/data/images/frame_00013.png new file mode 100644 index 0000000000000000000000000000000000000000..e5455fb99459eb7015806d5e65c73992b501a20c --- /dev/null +++ b/station_45/data/images/frame_00013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcadb4659fac1b3c7718244223c5b737be689595bfab62da12e642c9cd791240 +size 1147529 diff --git a/station_45/data/images/frame_00014.png b/station_45/data/images/frame_00014.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e9b3d8120ea8c8d17589c1a889805bd3fd67db --- /dev/null +++ b/station_45/data/images/frame_00014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffb7f26113295a5a028d9fba47d174fc6b4f4405af22f8dcdcf21b15a50f74d +size 977037 diff --git a/station_45/data/images/frame_00015.png b/station_45/data/images/frame_00015.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a055ff3debc5f5e14204bf883be5daf24367b5 --- /dev/null +++ b/station_45/data/images/frame_00015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bab7da2ff579d53d295fb58ef21141fddd176c71ec2c263500fe2d38d96bea +size 760379 diff --git a/station_45/data/images/frame_00016.png b/station_45/data/images/frame_00016.png new file mode 100644 index 0000000000000000000000000000000000000000..3dca1ff9c8a7fa85665e21f6ea7ee290739920c6 --- /dev/null +++ b/station_45/data/images/frame_00016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4cf75ef1bdbc507d9a6b94b93e4cbb4007320312ab14cd76418ca6d088cac0 +size 592819 diff --git a/station_45/data/images/frame_00017.png b/station_45/data/images/frame_00017.png new file mode 100644 index 0000000000000000000000000000000000000000..407ef5bf3ba9ad89fd849cc7b4026e316fdb0f61 --- /dev/null +++ b/station_45/data/images/frame_00017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140b52522862c4132b02ccc331d87cd43ac94aa8d8c66698bab4c4a10eaeac19 +size 691166 diff --git a/station_45/data/images/frame_00018.png b/station_45/data/images/frame_00018.png new file mode 100644 index 0000000000000000000000000000000000000000..1758729e519200c0fc77d5366d3a3bb014596ec2 --- /dev/null +++ b/station_45/data/images/frame_00018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fab3dae0a955555f8fd2e65001268c2806903ba878435a06d40d68ed0955e7 +size 692047 diff --git a/station_45/data/images/frame_00019.png b/station_45/data/images/frame_00019.png new file mode 100644 index 0000000000000000000000000000000000000000..f45be7dfea0adcf0a9f07bb997faea7a9375acd9 --- /dev/null +++ b/station_45/data/images/frame_00019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78370c2205dcb4ce50b3b16754d82a5d8a6ae41cb15bd0ca3015f50440bf8df9 +size 790554 diff --git a/station_45/data/images/frame_00020.png b/station_45/data/images/frame_00020.png new file mode 100644 index 0000000000000000000000000000000000000000..82813d122fbe2dacfcfe60a54eec13701308faf1 --- /dev/null +++ b/station_45/data/images/frame_00020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1d1267b5f32201d07178ea3918b526d72c98cf3bbed9f279fef5b2eddee627 +size 1009404 diff --git a/station_45/data/images/frame_00021.png b/station_45/data/images/frame_00021.png new file mode 100644 index 0000000000000000000000000000000000000000..a67e96b3455464c26f2cfcc2dded8c938cbb76ed --- /dev/null +++ b/station_45/data/images/frame_00021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68a4765cb652f9938aea14e36aaa61bc10b2d4114bc38ee146214f91302cec6 +size 1204863 diff --git a/station_45/data/images/frame_00022.png b/station_45/data/images/frame_00022.png new file mode 100644 index 0000000000000000000000000000000000000000..96f8a22ff8903e63653ead46ba158e5373b37e27 --- /dev/null +++ b/station_45/data/images/frame_00022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e030c9d378a29dc0a1e134f1e16203fa6370b85991ac86e85d96c5f09468213b +size 1219709 diff --git a/station_45/data/images/frame_00023.png b/station_45/data/images/frame_00023.png new file mode 100644 index 0000000000000000000000000000000000000000..70e26728899d990a73635e6633fd8238675aa343 --- /dev/null +++ b/station_45/data/images/frame_00023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33fc1a6d3549799398ab6190c4d3cf803b9cf17d2b3ca3948286bfa47300c4f +size 1016225 diff --git a/station_45/data/images/frame_00024.png b/station_45/data/images/frame_00024.png new file mode 100644 index 0000000000000000000000000000000000000000..319aba297224550e6ec7b9fb63a3dcabadb29632 --- /dev/null +++ b/station_45/data/images/frame_00024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b8e51db72170c5fd3d810a899a004cf614829b8086d8184c9550093e2972cd +size 936465 diff --git a/station_45/data/images/frame_00025.png b/station_45/data/images/frame_00025.png new file mode 100644 index 0000000000000000000000000000000000000000..121fce432029a187d8c2e86254e5dd3d7bdb69b0 --- /dev/null +++ b/station_45/data/images/frame_00025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c9bb1169de0633fd559c52b99a474fc2d443848cef42847fca82996b5ba03f +size 651427 diff --git a/station_45/data/images/frame_00026.png b/station_45/data/images/frame_00026.png new file mode 100644 index 0000000000000000000000000000000000000000..c903ac4e7cef3c18b0adfb80c9ec271c2d7ed062 --- /dev/null +++ b/station_45/data/images/frame_00026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70a516866b3c78a16bb38dd3ac272347c15499b7dabec0868c31bde1165f94d +size 514694 diff --git a/station_45/data/images/frame_00027.png b/station_45/data/images/frame_00027.png new file mode 100644 index 0000000000000000000000000000000000000000..947941d0eb729007e1389a9653107c10c57724cc --- /dev/null +++ b/station_45/data/images/frame_00027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3281d6d119e8d80e17fad28212b4e6318f385e790a2cae5b464217ca317b05bb +size 507373 diff --git a/station_45/data/images/frame_00028.png b/station_45/data/images/frame_00028.png new file mode 100644 index 0000000000000000000000000000000000000000..d90850b03310835cd1d00b185039fd54d8f9a28b --- /dev/null +++ b/station_45/data/images/frame_00028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e9a553a4f65f7d15c7260669c6162f11304629304a550dba69d24896cbdd50 +size 634418 diff --git a/station_45/data/images/frame_00029.png b/station_45/data/images/frame_00029.png new file mode 100644 index 0000000000000000000000000000000000000000..53b142ffa0ff8035296595f2c27d2b3314c65221 --- /dev/null +++ b/station_45/data/images/frame_00029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3112c4933e77917ea1660419706caab12bf794ba3e81cd93b223839c3d6538 +size 769193 diff --git a/station_45/data/images/frame_00030.png b/station_45/data/images/frame_00030.png new file mode 100644 index 0000000000000000000000000000000000000000..aecfaf14b2adb4ce7f055fc6c159c18672814e9a --- /dev/null +++ b/station_45/data/images/frame_00030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e2901eb5dd0b43a0c5b63106872c9a033b5a8e23c8f03436372d867f17171e +size 961617 diff --git a/station_45/data/images/frame_00031.png b/station_45/data/images/frame_00031.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc84a6cea8ec72b68b50ea46d666977d9a2c887 --- /dev/null +++ b/station_45/data/images/frame_00031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e1d3e2221a6dcc4eeaf43865fced3a1e021324d2f2583c6a36b93661a3dfb3 +size 902446 diff --git a/station_45/data/images/frame_00032.png b/station_45/data/images/frame_00032.png new file mode 100644 index 0000000000000000000000000000000000000000..fb6a227490012fb304a14a4c58c05dfce3d6a9c3 --- /dev/null +++ b/station_45/data/images/frame_00032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4f308f0c56e1ff293c3ba8e11320997e321047f731031f643f0281ac56e997 +size 618870 diff --git a/station_45/data/images/frame_00033.png b/station_45/data/images/frame_00033.png new file mode 100644 index 0000000000000000000000000000000000000000..b07081685ed4d463750a5fac650de385aed346bb --- /dev/null +++ b/station_45/data/images/frame_00033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b29ccec47383e4e788c76b2cc52531f84bf5c6d0d5c96e8461ff6bbbe52a30 +size 517643 diff --git a/station_45/data/images/frame_00034.png b/station_45/data/images/frame_00034.png new file mode 100644 index 0000000000000000000000000000000000000000..f74c49d304e8fc173ef1694eb2a97ae220331a2c --- /dev/null +++ b/station_45/data/images/frame_00034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc10a5e71b078d84ebf32bdb6f1b217154470bfb1693711e94fe7a656bed4e0 +size 597286 diff --git a/station_45/data/images/frame_00035.png b/station_45/data/images/frame_00035.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf7573660f9a7df7bbd8864d27bb9c3bb72066f --- /dev/null +++ b/station_45/data/images/frame_00035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15174f9e6198523647d3a47637b04ac39e63b581655b5319ec5d039fdbf22128 +size 763718 diff --git a/station_45/data/images/frame_00036.png b/station_45/data/images/frame_00036.png new file mode 100644 index 0000000000000000000000000000000000000000..7e808434a3f3abd160f26c7c75f32f243a2105cd --- /dev/null +++ b/station_45/data/images/frame_00036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9251fb2b613b438622b1e09ecf9943d35e48ce8a0869b79a7433c423b5de5c +size 828331 diff --git a/station_45/data/images/frame_00037.png b/station_45/data/images/frame_00037.png new file mode 100644 index 0000000000000000000000000000000000000000..ee72de3803d141bdc35b18ba0bb8c20115abc306 --- /dev/null +++ b/station_45/data/images/frame_00037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0834328c998a2319d21f5534186f7c8065a22fe18e626409bfd6819aea3431c +size 891416 diff --git a/station_45/data/images/frame_00038.png b/station_45/data/images/frame_00038.png new file mode 100644 index 0000000000000000000000000000000000000000..d8977fb06ad72e064ba6ca64c0ff9adfceecb7b3 --- /dev/null +++ b/station_45/data/images/frame_00038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845d88a33733ea74fd60c5e0b79935b54a17318ff2309c4cfb1f9b16b4668c9f +size 923152 diff --git a/station_45/data/images/frame_00039.png b/station_45/data/images/frame_00039.png new file mode 100644 index 0000000000000000000000000000000000000000..e7da868e89dc7b43b339446f22bbd1a991545759 --- /dev/null +++ b/station_45/data/images/frame_00039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdb6b32cee094718ef220bcbe8676c835cc242569a439edb3f11115d75939aa +size 932378 diff --git a/station_45/data/images/frame_00040.png b/station_45/data/images/frame_00040.png new file mode 100644 index 0000000000000000000000000000000000000000..de81ac974da0516da704b70a708d744e0be10d94 --- /dev/null +++ b/station_45/data/images/frame_00040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9603beecc77a45bc30b3b96b68f355af6026f26a6dd438da1ba4a35657ebb609 +size 1071112 diff --git a/station_45/data/images/frame_00041.png b/station_45/data/images/frame_00041.png new file mode 100644 index 0000000000000000000000000000000000000000..c686c35d00c54551cb9221e45b4a2d8476520d37 --- /dev/null +++ b/station_45/data/images/frame_00041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e81e23b8858590858020c45bb951cd318516e5a7dbdd811a2e2758a5b1e2ef0 +size 1007499 diff --git a/station_45/data/images/frame_00042.png b/station_45/data/images/frame_00042.png new file mode 100644 index 0000000000000000000000000000000000000000..48f552cde770e92add2697cf00dea18a81ef9fe9 --- /dev/null +++ b/station_45/data/images/frame_00042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29eaced7686fc6cca56721fc4e6fce9162d73966ad91bbaabd6b8ab02a574fd +size 776768 diff --git a/station_45/data/images/frame_00043.png b/station_45/data/images/frame_00043.png new file mode 100644 index 0000000000000000000000000000000000000000..945c6518d1230c0c987aaabe5117705a2526aada --- /dev/null +++ b/station_45/data/images/frame_00043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9d657c826c9c754110e02cd61dd8dabc8c571ecf7bde362bd875153046e9b7 +size 735783 diff --git a/station_45/data/images/frame_00044.png b/station_45/data/images/frame_00044.png new file mode 100644 index 0000000000000000000000000000000000000000..c9c804db8c6413a699427d307c01b8242b28c82e --- /dev/null +++ b/station_45/data/images/frame_00044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7fd829213089c2aaa8af4207623e772a3fc3f4457c319706d85abbcca6057e +size 476471 diff --git a/station_45/data/images/frame_00045.png b/station_45/data/images/frame_00045.png new file mode 100644 index 0000000000000000000000000000000000000000..7175b03263c3c66b8b8b61eff16d69653e0a2d9f --- /dev/null +++ b/station_45/data/images/frame_00045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f2cd546648fc635001c5379a6430187acd79c5a33469b88f1885a8681a84be +size 683153 diff --git a/station_45/data/images/frame_00046.png b/station_45/data/images/frame_00046.png new file mode 100644 index 0000000000000000000000000000000000000000..ae758081a51d8c9de4fac330897ca04f16b8efe3 --- /dev/null +++ b/station_45/data/images/frame_00046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e243a8fcb1647d4d92bb43532b8ac51a07fe0916e5e0dc8dec00b9b07ffb28 +size 736536 diff --git a/station_45/data/images/frame_00047.png b/station_45/data/images/frame_00047.png new file mode 100644 index 0000000000000000000000000000000000000000..982e17eb9920b394b4b2716392d2029c7ca73c9c --- /dev/null +++ b/station_45/data/images/frame_00047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244057725a751541db7a9d9907ab6e47c6c31706d8917d533759dc7fab687766 +size 595920 diff --git a/station_45/data/images/frame_00048.png b/station_45/data/images/frame_00048.png new file mode 100644 index 0000000000000000000000000000000000000000..0cec1b926a18f8964899b98c2e78d1935e92c65e --- /dev/null +++ b/station_45/data/images/frame_00048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b983169d0f3301adc393b884acba2c418243f0a97ff67fad1d1b666db9d1459f +size 685510 diff --git a/station_45/data/images/frame_00049.png b/station_45/data/images/frame_00049.png new file mode 100644 index 0000000000000000000000000000000000000000..fe73b6f77719a008fc8e04e9ef572409fb63787a --- /dev/null +++ b/station_45/data/images/frame_00049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50454dc91e074dff798ff7162672846aa78091974f3f07a61595098d7706d76a +size 816115 diff --git a/station_45/data/images/frame_00050.png b/station_45/data/images/frame_00050.png new file mode 100644 index 0000000000000000000000000000000000000000..ab91f964fbf32230e2724b2f1be5d3be6fa03e61 --- /dev/null +++ b/station_45/data/images/frame_00050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0436255266f20fff871c356c95f11ec65512c540da0a75a45c279dd4ec4ac134 +size 975378 diff --git a/station_45/data/images/frame_00051.png b/station_45/data/images/frame_00051.png new file mode 100644 index 0000000000000000000000000000000000000000..c45e5f7037f3c47d7fa9a5d265a7f4a8954bafeb --- /dev/null +++ b/station_45/data/images/frame_00051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5c1c7af4aa38bd485620128a10cad19ad3be52bfab3f12b468a03dcdfa1352 +size 1260595 diff --git a/station_45/data/images/frame_00052.png b/station_45/data/images/frame_00052.png new file mode 100644 index 0000000000000000000000000000000000000000..67d4efaf155fa8430638272b28e771e57e5c0faf --- /dev/null +++ b/station_45/data/images/frame_00052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19d68d3eb12687e7a8f847614cc0eb3c7733005d7509e0830d9acf4fbef2acb +size 1391549 diff --git a/station_45/data/images/frame_00053.png b/station_45/data/images/frame_00053.png new file mode 100644 index 0000000000000000000000000000000000000000..5d10007961f7d85d830cd3dfe66f9b89bd72d9dc --- /dev/null +++ b/station_45/data/images/frame_00053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baede9f5cde8aa73d519a87be9fa6f0f9a8c2b3d7e7b0b20fa6f3d7424fefe06 +size 1562823 diff --git a/station_45/data/images/frame_00054.png b/station_45/data/images/frame_00054.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef1d6daa70d049b20110e868eb14131d8c80f51 --- /dev/null +++ b/station_45/data/images/frame_00054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ee8476ec3f3f6430681cfd9a90f328b7b0fc05dc21581100acefd8d5309d36 +size 1719447 diff --git a/station_45/data/images/frame_00055.png b/station_45/data/images/frame_00055.png new file mode 100644 index 0000000000000000000000000000000000000000..83e3b2e4186ebd1a88464845d8bed10e9a4b18ab --- /dev/null +++ b/station_45/data/images/frame_00055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcde4acf5e3499d9210042242db2625d77e610b8b16485be3472e3d1764044df +size 1095801 diff --git a/station_45/data/images/frame_00056.png b/station_45/data/images/frame_00056.png new file mode 100644 index 0000000000000000000000000000000000000000..01312c58060bf5609b8769afe3c757a6475b2010 --- /dev/null +++ b/station_45/data/images/frame_00056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61cff8e66704ca4cce34383651bae46cab69481d564ed35957baf4f0588fce5 +size 1257022 diff --git a/station_45/data/images/frame_00057.png b/station_45/data/images/frame_00057.png new file mode 100644 index 0000000000000000000000000000000000000000..48329b6ea687c2da1ddc29c5763c4f7c978d4416 --- /dev/null +++ b/station_45/data/images/frame_00057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5700045b8a70f709042f4db85d1cf963025fd501ac153e7a4682af1fa2ce8cd2 +size 1613958 diff --git a/station_45/data/images/frame_00058.png b/station_45/data/images/frame_00058.png new file mode 100644 index 0000000000000000000000000000000000000000..17c08de3991c3b0e0685da69701640eb67002fb2 --- /dev/null +++ b/station_45/data/images/frame_00058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1a98b369ef5f230c224679f26c594fc6d5e3286576b7830ffdb7e6e49fd988 +size 1274158 diff --git a/station_45/data/images/frame_00059.png b/station_45/data/images/frame_00059.png new file mode 100644 index 0000000000000000000000000000000000000000..8c464eeeeb0e1754ed7619991ff1e0297b039160 --- /dev/null +++ b/station_45/data/images/frame_00059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba019ebf2901ec17640bbd07528c4dbdade80d9bc0afba9b500a04977771201e +size 1123178 diff --git a/station_45/data/images/frame_00060.png b/station_45/data/images/frame_00060.png new file mode 100644 index 0000000000000000000000000000000000000000..94cb06df2dcf31e5117d0a51e32b7bc0e8613bfe --- /dev/null +++ b/station_45/data/images/frame_00060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8cf93f8fb28722d7c80cfbf8d1f59e25b3fa6ef76f65fa9e61bbaa6e5af2d9 +size 851118 diff --git a/station_45/data/images/frame_00061.png b/station_45/data/images/frame_00061.png new file mode 100644 index 0000000000000000000000000000000000000000..403fef4ea53c38064a73cfdf935a7807c50891fa --- /dev/null +++ b/station_45/data/images/frame_00061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a4464ca759def56a98c2a36a40a1f417d1a699f6735ab683b8e84def50dfe5 +size 1182067 diff --git a/station_45/data/images/frame_00062.png b/station_45/data/images/frame_00062.png new file mode 100644 index 0000000000000000000000000000000000000000..34285ddbe2ff3a54afc18ba325f269b6bb494bca --- /dev/null +++ b/station_45/data/images/frame_00062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5463de5f007e33f07cee56a29a80d879321f3b3d4add2db6d570205e762c768 +size 1306459 diff --git a/station_45/data/images/frame_00063.png b/station_45/data/images/frame_00063.png new file mode 100644 index 0000000000000000000000000000000000000000..6243d165710b7c7b6fa628cb165ff1bbf7fea319 --- /dev/null +++ b/station_45/data/images/frame_00063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8a8605877685b1cb37c57f971dc243444bfc3e644689228edab1e3da208799 +size 1148077 diff --git a/station_45/data/images/frame_00064.png b/station_45/data/images/frame_00064.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc079064c7e844e54a2fe6d04ebcfb16cb33354 --- /dev/null +++ b/station_45/data/images/frame_00064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c770a1d24d6011ab6c774a770bcf468a43bb2588679f1dbfb00e19659e73213 +size 1324746 diff --git a/station_45/data/images/frame_00065.png b/station_45/data/images/frame_00065.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc37fa45c7b79dc925a1d6744d671b006d7062f --- /dev/null +++ b/station_45/data/images/frame_00065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb6d7374c66778ab78bb6280efd135c0e3d54888996e5c604af5ae10c4ba478 +size 1359661 diff --git a/station_45/data/images/frame_00066.png b/station_45/data/images/frame_00066.png new file mode 100644 index 0000000000000000000000000000000000000000..ac564232231e15fb32ff62091b2db76841f39a9c --- /dev/null +++ b/station_45/data/images/frame_00066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c4d1194a7db8085af884c2cb0a834347a10f6851a236878b0a2be6e0218117 +size 1105966 diff --git a/station_45/data/images/frame_00067.png b/station_45/data/images/frame_00067.png new file mode 100644 index 0000000000000000000000000000000000000000..15671a9a25e6363ced1bd0e7eedb0a8a71004d8f --- /dev/null +++ b/station_45/data/images/frame_00067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73aedec5447803a7fda7871d4b04dbf9f79c7cb58a6a5c67505a5efabde640fb +size 1244886 diff --git a/station_45/data/images/frame_00068.png b/station_45/data/images/frame_00068.png new file mode 100644 index 0000000000000000000000000000000000000000..d0528d32ad927d1a7dcf0a3d31311651c12c9e57 --- /dev/null +++ b/station_45/data/images/frame_00068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36350e4d5fa41d974af9a17d4d7c7058b49ab6a72fb42c8875db1c10f8e70d46 +size 1526474 diff --git a/station_45/data/images/frame_00069.png b/station_45/data/images/frame_00069.png new file mode 100644 index 0000000000000000000000000000000000000000..4f4f42383aef703a3a31ca6127330fcd23988e08 --- /dev/null +++ b/station_45/data/images/frame_00069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d60fa38c04aab990f951a9b3bb72f6e6a43f06541688018dc02d9dc1317ed3 +size 2100671 diff --git a/station_45/data/images/frame_00070.png b/station_45/data/images/frame_00070.png new file mode 100644 index 0000000000000000000000000000000000000000..be838f0fc0fb86e783f51f22afadcd123190f967 --- /dev/null +++ b/station_45/data/images/frame_00070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4e764efbacab8c462004c3f1bd2e139cf6b1805b4485ab985cfb083229d3f6 +size 2704802 diff --git a/station_45/data/images/frame_00071.png b/station_45/data/images/frame_00071.png new file mode 100644 index 0000000000000000000000000000000000000000..a76c53ada67c9bdef09dc34f369d3d55c03403df --- /dev/null +++ b/station_45/data/images/frame_00071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bab838dec4c89b1ed39ac131defa876b9cce04bbede09c76b81b1f7e993026 +size 2277699 diff --git a/station_45/data/images/frame_00072.png b/station_45/data/images/frame_00072.png new file mode 100644 index 0000000000000000000000000000000000000000..c739b1d98fd2397ad1775ebfbfa251a8db229784 --- /dev/null +++ b/station_45/data/images/frame_00072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b570f3febf09b4460df307f55870e455e1c8f66bb63e1a7d2c270b99ca98b23 +size 2463964 diff --git a/station_45/data/images/frame_00073.png b/station_45/data/images/frame_00073.png new file mode 100644 index 0000000000000000000000000000000000000000..36ac25dad74ded54a637bac5495575f170230661 --- /dev/null +++ b/station_45/data/images/frame_00073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba6d48fd9c9a56436d974fb54b0a1dfdadb9662a8717c311c9f9d3d868b813a +size 2033459 diff --git a/station_45/data/images/frame_00074.png b/station_45/data/images/frame_00074.png new file mode 100644 index 0000000000000000000000000000000000000000..ea9adc5f6e6e3f92715fa865b592c045da0a7977 --- /dev/null +++ b/station_45/data/images/frame_00074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac05677b81a23a0a800da8e2bdb2e4c514d6ec3f83c98879ac9463426a19eeff +size 1910331 diff --git a/station_45/data/images/frame_00075.png b/station_45/data/images/frame_00075.png new file mode 100644 index 0000000000000000000000000000000000000000..f071b00b235afeda5d1dbcbc6d09a4765d5a2e17 --- /dev/null +++ b/station_45/data/images/frame_00075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7222332ec07afd21742012813c702d8ac863538a34cad399582ba0149e3d27f +size 1953194 diff --git a/station_45/data/images/frame_00076.png b/station_45/data/images/frame_00076.png new file mode 100644 index 0000000000000000000000000000000000000000..eabd8b76f746864897862365ef53ba90a4574aa5 --- /dev/null +++ b/station_45/data/images/frame_00076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d082f2b9f707bf14b8da5079182f1cd402f4e29cf96569642ac030bba69118ea +size 1831015 diff --git a/station_45/data/images/frame_00077.png b/station_45/data/images/frame_00077.png new file mode 100644 index 0000000000000000000000000000000000000000..d8cba1211f9c19a6ad4e396502bcce537c3a3c90 --- /dev/null +++ b/station_45/data/images/frame_00077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741478ce20a4a9aa812e19006552cfe273babda7d91fd005f4cfe417d3f14672 +size 1588185 diff --git a/station_45/data/images/frame_00078.png b/station_45/data/images/frame_00078.png new file mode 100644 index 0000000000000000000000000000000000000000..6d0e9ff51a60593f90f60d875b48fc4b3f3dbf39 --- /dev/null +++ b/station_45/data/images/frame_00078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b6539a2e5b24b00ea13b612cc423cbe734ce4b0d80fc23fd8bb1f1270e9db7 +size 1658713 diff --git a/station_45/data/images/frame_00079.png b/station_45/data/images/frame_00079.png new file mode 100644 index 0000000000000000000000000000000000000000..aad3ef81abdb6b913aa094dde90a3daa10cb5e8e --- /dev/null +++ b/station_45/data/images/frame_00079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4da165cf7e072abc4a8f62cbc51b2b78fa4a65841648ce41c78ecf7a118d437 +size 1691018 diff --git a/station_45/data/images/frame_00080.png b/station_45/data/images/frame_00080.png new file mode 100644 index 0000000000000000000000000000000000000000..c6dafda5717059e7497c11cfa1b861cf34c4f0ec --- /dev/null +++ b/station_45/data/images/frame_00080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf61b95ab900689dc5bf9cd41dcd9c5d3b97287685ad0abf38160cecb23906f +size 1329381 diff --git a/station_45/data/images/frame_00081.png b/station_45/data/images/frame_00081.png new file mode 100644 index 0000000000000000000000000000000000000000..5b0f6720679db81eb4e3c4239db58b8687e28824 --- /dev/null +++ b/station_45/data/images/frame_00081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a485616f220d558f44c320e26581ccf59528753a4b9cb4fc7705eb68df51f271 +size 911793 diff --git a/station_45/data/images/frame_00082.png b/station_45/data/images/frame_00082.png new file mode 100644 index 0000000000000000000000000000000000000000..c0cb9e86acca39ef3c1a5b91233a19ef9d7a521b --- /dev/null +++ b/station_45/data/images/frame_00082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc612474696d549f0038e48fe6d9b01f0408f351dab2de5166b01f8bde811840 +size 583729 diff --git a/station_45/data/images/frame_00083.png b/station_45/data/images/frame_00083.png new file mode 100644 index 0000000000000000000000000000000000000000..ff5ad9654ec1eff531d126b303bbc88ea52bbfec --- /dev/null +++ b/station_45/data/images/frame_00083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd4c1599fa3d4f9b25c9c20f1e8a8d1045f0f13ac59e4b205eabeb95ddc4e14 +size 538858 diff --git a/station_45/data/images/frame_00084.png b/station_45/data/images/frame_00084.png new file mode 100644 index 0000000000000000000000000000000000000000..3fcf6cca0502e7205f1fc27d6fd0954ec971d934 --- /dev/null +++ b/station_45/data/images/frame_00084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060cb73e9c59976bfa0840c70d058c940f45bea624bd3c41f7f7f0df5f17b8e6 +size 798283 diff --git a/station_45/data/images/frame_00085.png b/station_45/data/images/frame_00085.png new file mode 100644 index 0000000000000000000000000000000000000000..78b2ba5eec66da4599ff4d0ed38347ef8882538e --- /dev/null +++ b/station_45/data/images/frame_00085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bd18ca73ba02625948bce12aada5afaaa5d76bff162a490947b13665b33811 +size 852091 diff --git a/station_45/data/images/frame_00086.png b/station_45/data/images/frame_00086.png new file mode 100644 index 0000000000000000000000000000000000000000..b40f70a2d8f9f3cdbfe43de157a4a1d1bcf26d14 --- /dev/null +++ b/station_45/data/images/frame_00086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de736b70b5ea694abab764db36bae0d1e354e600c6e5c1761e8e57d719eba23 +size 956266 diff --git a/station_45/data/images/frame_00087.png b/station_45/data/images/frame_00087.png new file mode 100644 index 0000000000000000000000000000000000000000..ced26fb838eede18695a1ca9e8d44962abaac0cb --- /dev/null +++ b/station_45/data/images/frame_00087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c586ea08dc590daf11bae578f5512eb227a88ce63895cb2c167d9f6774077c +size 1084337 diff --git a/station_45/data/images/frame_00088.png b/station_45/data/images/frame_00088.png new file mode 100644 index 0000000000000000000000000000000000000000..73543ed364b8a28e8cf28de28a0505906e5182a9 --- /dev/null +++ b/station_45/data/images/frame_00088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9386246346742e7b57aee7d1e01df4a97f6749d507e560ea2f8b9a21981a4e75 +size 1172851 diff --git a/station_45/data/images/frame_00089.png b/station_45/data/images/frame_00089.png new file mode 100644 index 0000000000000000000000000000000000000000..0cbdb145cfe35fe5d7ba2af959eec20a3e4810b6 --- /dev/null +++ b/station_45/data/images/frame_00089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6d1dc8c3b72189ef36b0833d5e2727913a5e1bc71d5bf468a42454fb29742d +size 1139740 diff --git a/station_45/data/images/frame_00090.png b/station_45/data/images/frame_00090.png new file mode 100644 index 0000000000000000000000000000000000000000..de0227b6cf889eac40eab35f57a2d9bfa95893e3 --- /dev/null +++ b/station_45/data/images/frame_00090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a589680c752a67970eb18d02a9feba7f61425962f523431fc568f833247c31 +size 1019703 diff --git a/station_45/data/images/frame_00091.png b/station_45/data/images/frame_00091.png new file mode 100644 index 0000000000000000000000000000000000000000..6d7230b96be3572e61e86089d9a0d5609cb41905 --- /dev/null +++ b/station_45/data/images/frame_00091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ec401a5bc9a2f6f31cc2593aa61176db82e95680c549179c9a7a27a80db18b +size 1091499 diff --git a/station_45/data/images/frame_00092.png b/station_45/data/images/frame_00092.png new file mode 100644 index 0000000000000000000000000000000000000000..353bd4b53cc0efbea57a63d212b5f454ea3f6d1b --- /dev/null +++ b/station_45/data/images/frame_00092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f487488a6cac61bea51fbbf8cdc3aee3fb57af1abdcfb27a6990b4fa83a9cb73 +size 1627028 diff --git a/station_45/data/images/frame_00093.png b/station_45/data/images/frame_00093.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d55ac612643cf37828790874c1e843df8a9e83 --- /dev/null +++ b/station_45/data/images/frame_00093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8960d779c82720e34ee1a6e6b3fcd6730ce540c3b514aee75e1b94191522c3 +size 1293073 diff --git a/station_45/data/images/frame_00094.png b/station_45/data/images/frame_00094.png new file mode 100644 index 0000000000000000000000000000000000000000..895fb97931d71fbbd3f8aaab0f353a3659070a2c --- /dev/null +++ b/station_45/data/images/frame_00094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e111a4a1bd30f4b2895706b1203dbe39f187325ea1970dbaef23265e5143bb +size 2588352 diff --git a/station_45/data/images/frame_00095.png b/station_45/data/images/frame_00095.png new file mode 100644 index 0000000000000000000000000000000000000000..ee379b1f72b16f3714700b0443837fea66d31c0b --- /dev/null +++ b/station_45/data/images/frame_00095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0eae6024612ecdf3b795b6bb40088a41e1d25e9dc7765ef98a57f89ea79dd69 +size 1580271 diff --git a/station_45/data/images/frame_00096.png b/station_45/data/images/frame_00096.png new file mode 100644 index 0000000000000000000000000000000000000000..e14e01d519320f6bf1141bf3cc6d8017d3daf92c --- /dev/null +++ b/station_45/data/images/frame_00096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72c0890063e60af19efd1c385dd4703396600dfdb4bb2c1554482266e2f61d8 +size 945246 diff --git a/station_45/data/images/frame_00097.png b/station_45/data/images/frame_00097.png new file mode 100644 index 0000000000000000000000000000000000000000..123535218e96c732054b6838e6674e0da2d1975e --- /dev/null +++ b/station_45/data/images/frame_00097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594e4da135b4f1709332f4aa99ce0a774936f6ee0b0e3bb5c8e8f8e67fe392de +size 1216644 diff --git a/station_45/data/images/frame_00098.png b/station_45/data/images/frame_00098.png new file mode 100644 index 0000000000000000000000000000000000000000..c67ca2e9444de90c24c2f63af5d2d04f6e93bd77 --- /dev/null +++ b/station_45/data/images/frame_00098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560166edd7caf41928f6e40cc88fce64028673271a317a9bbb9d97a0556d86a1 +size 1230392 diff --git a/station_45/data/images/frame_00099.png b/station_45/data/images/frame_00099.png new file mode 100644 index 0000000000000000000000000000000000000000..9480dbf6899e8cedb0f8355a58a414fbdef84193 --- /dev/null +++ b/station_45/data/images/frame_00099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9cd351da1550c40fe7793c150ba6a580383fe147a18179b17939d70c67b905 +size 1153715 diff --git a/station_45/data/images/frame_00100.png b/station_45/data/images/frame_00100.png new file mode 100644 index 0000000000000000000000000000000000000000..ba6447038a6239013f9506bd9017216299a228e7 --- /dev/null +++ b/station_45/data/images/frame_00100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eaf39369ce2d1a489d47d164d50a8897ce311f36e0d18de46726a47be8ae5df +size 1664015 diff --git a/station_45/data/images/frame_00101.png b/station_45/data/images/frame_00101.png new file mode 100644 index 0000000000000000000000000000000000000000..7472e3b22c6941124ccfaa13b201c0c1151068a2 --- /dev/null +++ b/station_45/data/images/frame_00101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7957ec5d137f2ab0a7d6fa2133b4dc6c0b67aaab788343800726eb592e1977e7 +size 2127250 diff --git a/station_45/data/images/frame_00102.png b/station_45/data/images/frame_00102.png new file mode 100644 index 0000000000000000000000000000000000000000..7b6edf7ca664ef84de77aafb5a5343c8ada4e557 --- /dev/null +++ b/station_45/data/images/frame_00102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2b67f40ac4e578845eee95bed88c2e92b4f1d61281ddb59e8d5c4a6eb64f73 +size 1936896 diff --git a/station_45/data/images/frame_00103.png b/station_45/data/images/frame_00103.png new file mode 100644 index 0000000000000000000000000000000000000000..eebd92a57b1c7e20f71b8ab892c26acde4ca7506 --- /dev/null +++ b/station_45/data/images/frame_00103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a764f36f1964733178af077577c8a36d92154a194df8c6911526d7ee8f30bf +size 1620272 diff --git a/station_45/data/images/frame_00104.png b/station_45/data/images/frame_00104.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7b0b049770180992b6c598f7de2ffded1402ec --- /dev/null +++ b/station_45/data/images/frame_00104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e108e209e235fa55b1064cd489f8fc98ea24373c0fe10fcb143cbafa17f495 +size 1822013 diff --git a/station_45/data/images/frame_00105.png b/station_45/data/images/frame_00105.png new file mode 100644 index 0000000000000000000000000000000000000000..07351a5e3c751a2ef3bd5c6b15703c584ccbf4dc --- /dev/null +++ b/station_45/data/images/frame_00105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749f0a43156bd396be0e1a29d0d4b66123bed32c57d3855142439379bef03bad +size 1862107 diff --git a/station_45/data/images/frame_00106.png b/station_45/data/images/frame_00106.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b08de16db1582a81e3b4f7f66802397b7f6cc8 --- /dev/null +++ b/station_45/data/images/frame_00106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c431f12428724937beb41b8a2110f05ce115e21c31eca5b5305d65972223741e +size 1587560 diff --git a/station_45/data/images/frame_00107.png b/station_45/data/images/frame_00107.png new file mode 100644 index 0000000000000000000000000000000000000000..ca01e844c85e1f05dbe3b97f4dcdcf2e08372a7b --- /dev/null +++ b/station_45/data/images/frame_00107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e54c1a9f8d47a9ec33e0fe4c3b8124b202115c0c3a79b45e04a519f3e4cb8a +size 1582123 diff --git a/station_45/data/images/frame_00108.png b/station_45/data/images/frame_00108.png new file mode 100644 index 0000000000000000000000000000000000000000..6246f005880ac6172edddde29d4196cb1eba710f --- /dev/null +++ b/station_45/data/images/frame_00108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354ff640d5827928388a6c54a695b07ff79e61167c943b76fdc7710ed241d099 +size 1107520