ds005256-mriqc/sub-0040_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter 2c30e7d2f6 [DATALAD RUNCMD] Compute MRIQC for sub-0040
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0040 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0040",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:18:48 +02:00

616 lines
No EOL
114 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0040_ses-02_task-narratives_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0040_ses-02_task-narratives_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0040_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0040_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0040_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0040_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0040_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0040_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0040_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-02/func/sub-0040_ses-02_task-narratives_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>03db306d1996a41c2360b7a3a37c7bb8</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:51:22.262500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998539, -0.0469226, -0.026811, 0.0472645, 0.998807, 0.0122665]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0791507</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4123, -7743, -7223, 572, -113, -62, 24, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.36</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0e07134a-fcc4-4b7c-8528-5fea2b0a951a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6790060997009277, 0.126807302236557, -0.07074921578168869, 107.97492980957031], [0.12588980793952942, 2.6797263622283936, 0.03649253770709038, -100.71224975585938], [-0.0719318762421608, -0.032910045236349106, 2.698826313018799, -51.343875885009766], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 967]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967], 'AcquisitionTime': ['125122.262500', '125122.722500', '125123.182500', '125123.642500', '125124.102500', '125124.562500', '125125.022500', '125125.482500', '125125.942500', '125126.402500', '125126.862500', '125127.322500', '125127.782500', '125128.242500', '125128.702500', '125129.162500', '125129.622500', '125130.082500', '125130.542500', '125131.002500', '125131.462500', '125131.922500', '125132.382500', '125132.842500', '125133.302500', '125133.762500', '125134.222500', '125134.682500', '125135.142500', '125135.602500', '125136.062500', '125136.522500', '125136.982500', '125137.442500', '125137.902500', '125138.362500', '125138.822500', '125139.282500', '125139.742500', '125140.202500', '125140.662500', '125141.122500', '125141.582500', '125142.042500', '125142.502500', '125142.962500', '125143.422500', '125143.882500', '125144.342500', '125144.802500', '125145.262500', '125145.722500', '125146.182500', '125146.642500', '125147.102500', '125147.562500', '125148.022500', '125148.482500', '125148.942500', '125149.402500', '125149.862500', '125150.322500', '125150.782500', '125151.242500', '125151.702500', '125152.162500', '125152.622500', '125153.082500', '125153.542500', '125154.002500', '125154.462500', '125154.922500', '125155.382500', '125155.842500', '125156.302500', '125156.762500', '125157.222500', '125157.682500', '125158.142500', '125158.602500', '125159.062500', '125159.522500', '125159.982500', '125200.442500', '125200.902500', '125201.362500', '125201.822500', '125202.282500', '125202.742500', '125203.202500', '125203.662500', '125204.122500', '125204.582500', '125205.042500', '125205.502500', '125205.962500', '125206.422500', '125206.882500', '125207.342500', '125207.802500', '125208.262500', '125208.722500', '125209.182500', '125209.642500', '125210.102500', '125210.562500', '125211.022500', '125211.482500', '125211.942500', '125212.402500', '125212.862500', '125213.322500', '125213.782500', '125214.242500', '125214.702500', '125215.162500', '125215.622500', '125216.082500', '125216.542500', '125217.002500', '125217.462500', '125217.922500', '125218.382500', '125218.842500', '125219.302500', '125219.762500', '125220.222500', '125220.682500', '125221.142500', '125221.602500', '125222.062500', '125222.522500', '125222.982500', '125223.442500', '125223.902500', '125224.362500', '125224.822500', '125225.282500', '125225.742500', '125226.202500', '125226.662500', '125227.122500', '125227.582500', '125228.042500', '125228.502500', '125228.962500', '125229.422500', '125229.882500', '125230.342500', '125230.802500', '125231.262500', '125231.722500', '125232.182500', '125232.642500', '125233.102500', '125233.562500', '125234.022500', '125234.482500', '125234.942500', '125235.402500', '125235.862500', '125236.322500', '125236.782500', '125237.242500', '125237.702500', '125238.162500', '125238.622500', '125239.082500', '125239.542500', '125240.002500', '125240.462500', '125240.922500', '125241.382500', '125241.842500', '125242.302500', '125242.762500', '125243.222500', '125243.682500', '125244.142500', '125244.602500', '125245.062500', '125245.522500', '125245.982500', '125246.442500', '125246.902500', '125247.362500', '125247.822500', '125248.282500', '125248.742500', '125249.202500', '125249.662500', '125250.122500', '125250.582500', '125251.042500', '125251.502500', '125251.962500', '125252.422500', '125252.882500', '125253.342500', '125253.802500', '125254.262500', '125254.722500', '125255.182500', '125255.642500', '125256.102500', '125256.562500', '125257.022500', '125257.482500', '125257.942500', '125258.402500', '125258.862500', '125259.322500', '125259.782500', '125300.242500', '125300.702500', '125301.162500', '125301.622500', '125302.082500', '125302.542500', '125303.002500', '125303.462500', '125303.922500', '125304.382500', '125304.842500', '125305.302500', '125305.762500', '125306.222500', '125306.682500', '125307.142500', '125307.602500', '125308.062500', '125308.522500', '125308.982500', '125309.442500', '125309.902500', '125310.362500', '125310.822500', '125311.282500', '125311.742500', '125312.202500', '125312.662500', '125313.122500', '125313.582500', '125314.042500', '125314.502500', '125314.962500', '125315.422500', '125315.882500', '125316.342500', '125316.802500', '125317.262500', '125317.722500', '125318.182500', '125318.642500', '125319.102500', '125319.562500', '125320.022500', '125320.482500', '125320.942500', '125321.402500', '125321.862500', '125322.322500', '125322.782500', '125323.242500', '125323.702500', '125324.162500', '125324.622500', '125325.082500', '125325.542500', '125326.002500', '125326.462500', '125326.922500', '125327.382500', '125327.842500', '125328.302500', '125328.762500', '125329.222500', '125329.682500', '125330.142500', '125330.602500', '125331.062500', '125331.522500', '125331.982500', '125332.442500', '125332.902500', '125333.362500', '125333.822500', '125334.282500', '125334.742500', '125335.202500', '125335.662500', '125336.122500', '125336.582500', '125337.042500', '125337.502500', '125337.962500', '125338.422500', '125338.882500', '125339.342500', '125339.802500', '125340.262500', '125340.722500', '125341.182500', '125341.642500', '125342.102500', '125342.562500', '125343.022500', '125343.482500', '125343.942500', '125344.402500', '125344.862500', '125345.322500', '125345.782500', '125346.242500', '125346.702500', '125347.162500', '125347.622500', '125348.082500', '125348.542500', '125349.002500', '125349.462500', '125349.922500', '125350.382500', '125350.842500', '125351.302500', '125351.762500', '125352.222500', '125352.682500', '125353.142500', '125353.602500', '125354.062500', '125354.522500', '125354.982500', '125355.442500', '125355.902500', '125356.362500', '125356.822500', '125357.282500', '125357.742500', '125358.202500', '125358.662500', '125359.122500', '125359.582500', '125400.042500', '125400.502500', '125400.962500', '125401.422500', '125401.882500', '125402.342500', '125402.802500', '125403.262500', '125403.722500', '125404.182500', '125404.642500', '125405.102500', '125405.562500', '125406.022500', '125406.482500', '125406.942500', '125407.402500', '125407.862500', '125408.322500', '125408.782500', '125409.242500', '125409.702500', '125410.162500', '125410.622500', '125411.082500', '125411.542500', '125412.002500', '125412.462500', '125412.922500', '125413.382500', '125413.842500', '125414.302500', '125414.762500', '125415.222500', '125415.682500', '125416.142500', '125416.602500', '125417.062500', '125417.522500', '125417.982500', '125418.442500', '125418.902500', '125419.362500', '125419.822500', '125420.282500', '125420.742500', '125421.202500', '125421.662500', '125422.122500', '125422.582500', '125423.042500', '125423.502500', '125423.962500', '125424.422500', '125424.882500', '125425.342500', '125425.802500', '125426.262500', '125426.722500', '125427.182500', '125427.642500', '125428.102500', '125428.562500', '125429.022500', '125429.482500', '125429.942500', '125430.402500', '125430.862500', '125431.322500', '125431.782500', '125432.242500', '125432.702500', '125433.162500', '125433.622500', '125434.082500', '125434.542500', '125435.002500', '125435.462500', '125435.922500', '125436.382500', '125436.842500', '125437.302500', '125437.762500', '125438.222500', '125438.682500', '125439.142500', '125439.602500', '125440.062500', '125440.522500', '125440.982500', '125441.442500', '125441.902500', '125442.362500', '125442.822500', '125443.282500', '125443.742500', '125444.202500', '125444.662500', '125445.122500', '125445.582500', '125446.042500', '125446.502500', '125446.962500', '125447.422500', '125447.882500', '125448.342500', '125448.802500', '125449.262500', '125449.722500', '125450.182500', '125450.642500', '125451.102500', '125451.562500', '125452.022500', '125452.482500', '125452.942500', '125453.402500', '125453.862500', '125454.322500', '125454.782500', '125455.242500', '125455.702500', '125456.162500', '125456.622500', '125457.082500', '125457.542500', '125458.002500', '125458.462500', '125458.922500', '125459.382500', '125459.842500', '125500.302500', '125500.762500', '125501.222500', '125501.682500', '125502.142500', '125502.602500', '125503.062500', '125503.522500', '125503.982500', '125504.442500', '125504.902500', '125505.362500', '125505.822500', '125506.282500', '125506.742500', '125507.202500', '125507.662500', '125508.122500', '125508.582500', '125509.042500', '125509.502500', '125509.962500', '125510.422500', '125510.882500', '125511.342500', '125511.802500', '125512.262500', '125512.722500', '125513.182500', '125513.642500', '125514.102500', '125514.562500', '125515.022500', '125515.482500', '125515.942500', '125516.402500', '125516.862500', '125517.322500', '125517.782500', '125518.242500', '125518.702500', '125519.162500', '125519.622500', '125520.082500', '125520.542500', '125521.002500', '125521.462500', '125521.922500', '125522.382500', '125522.842500', '125523.302500', '125523.762500', '125524.222500', '125524.682500', '125525.142500', '125525.602500', '125526.062500', '125526.522500', '125526.982500', '125527.442500', '125527.902500', '125528.362500', '125528.822500', '125529.282500', '125529.742500', '125530.202500', '125530.662500', '125531.122500', '125531.582500', '125532.042500', '125532.502500', '125532.962500', '125533.422500', '125533.882500', '125534.342500', '125534.802500', '125535.262500', '125535.722500', '125536.182500', '125536.642500', '125537.102500', '125537.562500', '125538.022500', '125538.482500', '125538.942500', '125539.402500', '125539.862500', '125540.322500', '125540.782500', '125541.242500', '125541.702500', '125542.162500', '125542.622500', '125543.082500', '125543.542500', '125544.002500', '125544.462500', '125544.922500', '125545.382500', '125545.842500', '125546.302500', '125546.762500', '125547.222500', '125547.682500', '125548.142500', '125548.602500', '125549.062500', '125549.522500', '125549.982500', '125550.442500', '125550.902500', '125551.362500', '125551.822500', '125552.282500', '125552.742500', '125553.202500', '125553.662500', '125554.122500', '125554.582500', '125555.042500', '125555.502500', '125555.962500', '125556.422500', '125556.882500', '125557.342500', '125557.802500', '125558.262500', '125558.722500', '125559.182500', '125559.642500', '125600.102500', '125600.562500', '125601.022500', '125601.482500', '125601.942500', '125602.402500', '125602.862500', '125603.322500', '125603.782500', '125604.242500', '125604.702500', '125605.162500', '125605.622500', '125606.082500', '125606.542500', '125607.002500', '125607.462500', '125607.922500', '125608.382500', '125608.842500', '125609.302500', '125609.762500', '125610.222500', '125610.682500', '125611.142500', '125611.602500', '125612.062500', '125612.522500', '125612.982500', '125613.442500', '125613.902500', '125614.362500', '125614.822500', '125615.282500', '125615.742500', '125616.202500', '125616.662500', '125617.122500', '125617.582500', '125618.042500', '125618.502500', '125618.962500', '125619.422500', '125619.882500', '125620.342500', '125620.802500', '125621.262500', '125621.722500', '125622.182500', '125622.642500', '125623.102500', '125623.562500', '125624.022500', '125624.482500', '125624.942500', '125625.402500', '125625.862500', '125626.322500', '125626.782500', '125627.242500', '125627.702500', '125628.162500', '125628.622500', '125629.082500', '125629.542500', '125630.002500', '125630.462500', '125630.922500', '125631.382500', '125631.842500', '125632.302500', '125632.762500', '125633.222500', '125633.682500', '125634.142500', '125634.602500', '125635.062500', '125635.522500', '125635.982500', '125636.442500', '125636.902500', '125637.362500', '125637.822500', '125638.282500', '125638.742500', '125639.202500', '125639.662500', '125640.122500', '125640.582500', '125641.042500', '125641.502500', '125641.962500', '125642.422500', '125642.882500', '125643.342500', '125643.802500', '125644.262500', '125644.722500', '125645.182500', '125645.642500', '125646.102500', '125646.562500', '125647.022500', '125647.482500', '125647.942500', '125648.402500', '125648.862500', '125649.322500', '125649.782500', '125650.242500', '125650.702500', '125651.162500', '125651.622500', '125652.082500', '125652.542500', '125653.002500', '125653.462500', '125653.922500', '125654.382500', '125654.842500', '125655.302500', '125655.762500', '125656.222500', '125656.682500', '125657.142500', '125657.602500', '125658.062500', '125658.522500', '125658.982500', '125659.442500', '125659.902500', '125700.362500', '125700.822500', '125701.282500', '125701.742500', '125702.202500', '125702.662500', '125703.122500', '125703.582500', '125704.042500', '125704.502500', '125704.962500', '125705.422500', '125705.882500', '125706.342500', '125706.802500', '125707.262500', '125707.722500', '125708.182500', '125708.642500', '125709.102500', '125709.562500', '125710.022500', '125710.482500', '125710.942500', '125711.402500', '125711.862500', '125712.322500', '125712.782500', '125713.242500', '125713.702500', '125714.162500', '125714.622500', '125715.082500', '125715.542500', '125716.002500', '125716.462500', '125716.922500', '125717.382500', '125717.842500', '125718.302500', '125718.762500', '125719.222500', '125719.682500', '125720.142500', '125720.602500', '125721.062500', '125721.522500', '125721.982500', '125722.442500', '125722.902500', '125723.362500', '125723.822500', '125724.282500', '125724.742500', '125725.202500', '125725.662500', '125726.122500', '125726.582500', '125727.042500', '125727.502500', '125727.962500', '125728.422500', '125728.882500', '125729.342500', '125729.802500', '125730.262500', '125730.722500', '125731.182500', '125731.642500', '125732.102500', '125732.562500', '125733.022500', '125733.482500', '125733.942500', '125734.402500', '125734.862500', '125735.322500', '125735.782500', '125736.242500', '125736.702500', '125737.162500', '125737.622500', '125738.082500', '125738.542500', '125739.002500', '125739.462500', '125739.922500', '125740.382500', '125740.842500', '125741.302500', '125741.762500', '125742.222500', '125742.682500', '125743.142500', '125743.602500', '125744.062500', '125744.522500', '125744.982500', '125745.442500', '125745.902500', '125746.362500', '125746.822500', '125747.282500', '125747.742500', '125748.202500', '125748.662500', '125749.122500', '125749.582500', '125750.042500', '125750.502500', '125750.962500', '125751.422500', '125751.882500', '125752.342500', '125752.802500', '125753.262500', '125753.722500', '125754.182500', '125754.642500', '125755.102500', '125755.562500', '125756.022500', '125756.482500', '125756.942500', '125757.402500', '125757.862500', '125758.322500', '125758.782500', '125759.242500', '125759.702500', '125800.162500', '125800.622500', '125801.082500', '125801.542500', '125802.002500', '125802.462500', '125802.922500', '125803.382500', '125803.842500', '125804.302500', '125804.762500', '125805.222500', '125805.682500', '125806.142500', '125806.602500', '125807.062500', '125807.522500', '125807.982500', '125808.442500', '125808.902500', '125809.362500', '125809.822500', '125810.282500', '125810.742500', '125811.202500', '125811.662500', '125812.122500', '125812.582500', '125813.042500', '125813.502500', '125813.962500', '125814.422500', '125814.882500', '125815.342500', '125815.802500', '125816.262500', '125816.722500', '125817.182500', '125817.642500', '125818.102500', '125818.562500', '125819.022500', '125819.482500', '125819.942500', '125820.402500', '125820.862500', '125821.322500', '125821.782500', '125822.242500', '125822.702500', '125823.162500', '125823.622500', '125824.082500', '125824.542500', '125825.002500', '125825.462500', '125825.922500', '125826.382500', '125826.842500', '125827.302500', '125827.762500', '125828.222500', '125828.682500', '125829.142500', '125829.602500', '125830.062500', '125830.522500', '125830.982500', '125831.442500', '125831.902500', '125832.362500', '125832.822500', '125833.282500', '125833.742500', '125834.202500', '125834.662500', '125835.122500', '125835.582500', '125836.042500', '125836.502500', '125836.962500', '125837.422500', '125837.882500', '125838.342500', '125838.802500', '125839.262500', '125839.722500', '125840.182500', '125840.642500', '125841.102500', '125841.562500', '125842.022500', '125842.482500', '125842.942500', '125843.402500', '125843.862500', '125844.322500', '125844.782500', '125845.242500', '125845.702500', '125846.162500', '125846.622500'], 'ContentTime': ['125135.770000', '125135.773000', '125135.784000', '125135.787000', '125135.790000', '125135.799000', '125135.802000', '125135.805000', '125135.808000', '125135.811000', '125135.814000', '125135.817000', '125135.819000', '125135.822000', '125135.825000', '125135.828000', '125135.831000', '125135.834000', '125135.837000', '125135.840000', '125135.843000', '125135.846000', '125135.848000', '125135.851000', '125135.854000', '125135.857000', '125135.860000', '125155.741000', '125155.744000', '125155.747000', '125155.756000', '125155.765000', '125155.768000', '125155.771000', '125155.774000', '125155.777000', '125155.779000', '125155.782000', '125155.785000', '125155.788000', '125155.791000', '125155.794000', '125155.797000', '125155.800000', '125155.802000', '125155.805000', '125155.808000', '125155.811000', '125155.814000', '125155.823000', '125155.826000', '125155.829000', '125155.832000', '125155.834000', '125155.837000', '125155.840000', '125155.843000', '125155.846000', '125155.849000', '125155.852000', '125155.855000', '125155.867000', '125155.870000', '125155.873000', '125155.876000', '125155.879000', '125155.882000', '125155.885000', '125155.888000', '125155.891000', '125155.894000', '125215.741000', '125215.744000', '125215.747000', '125215.750000', '125215.753000', '125215.756000', '125215.759000', '125215.762000', '125215.765000', '125215.768000', '125215.771000', '125215.780000', '125215.783000', '125215.786000', '125215.789000', '125215.792000', '125215.795000', '125215.798000', '125215.801000', '125215.804000', '125215.806000', '125215.809000', '125215.812000', '125215.815000', '125215.818000', '125215.821000', '125215.824000', '125215.827000', '125215.830000', '125215.833000', '125215.836000', '125215.839000', '125215.842000', '125215.845000', '125215.848000', '125215.850000', '125215.853000', '125215.867000', '125215.870000', '125215.873000', '125215.875000', '125215.879000', '125215.882000', '125235.741000', '125235.744000', '125235.747000', '125235.750000', '125235.762000', '125235.765000', '125235.768000', '125235.771000', '125235.774000', '125235.777000', '125235.780000', '125235.783000', '125235.786000', '125235.789000', '125235.792000', '125235.795000', '125235.798000', '125235.800000', '125235.804000', '125235.806000', '125235.809000', '125235.812000', '125235.815000', '125235.818000', '125235.821000', '125235.824000', '125235.827000', '125235.830000', '125235.833000', '125235.835000', '125235.839000', '125235.841000', '125235.844000', '125235.847000', '125235.850000', '125235.853000', '125235.856000', '125235.859000', '125235.862000', '125235.865000', '125235.867000', '125235.870000', '125235.873000', '125235.876000', '125255.741000', '125255.744000', '125255.747000', '125255.750000', '125255.753000', '125255.756000', '125255.759000', '125255.761000', '125255.764000', '125255.767000', '125255.770000', '125255.773000', '125255.776000', '125255.779000', '125255.782000', '125255.785000', '125255.788000', '125255.791000', '125255.793000', '125255.796000', '125255.799000', '125255.802000', '125255.805000', '125255.808000', '125255.811000', '125255.814000', '125255.817000', '125255.820000', '125255.823000', '125255.825000', '125255.828000', '125255.831000', '125255.834000', '125255.837000', '125255.840000', '125255.843000', '125255.846000', '125255.849000', '125255.851000', '125255.854000', '125255.857000', '125255.860000', '125255.863000', '125315.740000', '125315.743000', '125315.746000', '125315.749000', '125315.752000', '125315.755000', '125315.758000', '125315.761000', '125315.764000', '125315.767000', '125315.781000', '125315.784000', '125315.787000', '125315.790000', '125315.793000', '125315.796000', '125315.799000', '125315.802000', '125315.805000', '125315.808000', '125315.811000', '125315.814000', '125315.816000', '125315.819000', '125315.822000', '125315.825000', '125315.828000', '125315.831000', '125315.834000', '125315.837000', '125315.840000', '125315.843000', '125315.845000', '125315.848000', '125315.859000', '125315.862000', '125315.865000', '125315.868000', '125315.871000', '125315.874000', '125315.876000', '125315.880000', '125315.882000', '125315.885000', '125335.741000', '125335.744000', '125335.747000', '125335.750000', '125335.753000', '125335.756000', '125335.759000', '125335.762000', '125335.764000', '125335.767000', '125335.770000', '125335.773000', '125335.776000', '125335.779000', '125335.782000', '125335.785000', '125335.788000', '125335.791000', '125335.794000', '125335.797000', '125335.800000', '125335.802000', '125335.805000', '125335.809000', '125335.811000', '125335.814000', '125335.817000', '125335.820000', '125335.823000', '125335.826000', '125335.829000', '125335.832000', '125335.835000', '125335.838000', '125335.840000', '125335.844000', '125335.846000', '125335.849000', '125335.852000', '125335.855000', '125335.858000', '125335.861000', '125335.864000', '125355.741000', '125355.744000', '125355.747000', '125355.750000', '125355.753000', '125355.755000', '125355.758000', '125355.761000', '125355.764000', '125355.767000', '125355.770000', '125355.773000', '125355.776000', '125355.779000', '125355.782000', '125355.785000', '125355.788000', '125355.791000', '125355.793000', '125355.796000', '125355.799000', '125355.802000', '125355.805000', '125355.808000', '125355.811000', '125355.814000', '125355.824000', '125355.827000', '125355.830000', '125355.832000', '125355.835000', '125355.838000', '125355.841000', '125355.844000', '125355.847000', '125355.850000', '125355.853000', '125355.856000', '125355.859000', '125355.861000', '125355.865000', '125355.867000', '125355.870000', '125415.741000', '125415.744000', '125415.747000', '125415.750000', '125415.753000', '125415.756000', '125415.759000', '125415.762000', '125415.765000', '125415.768000', '125415.811000', '125415.814000', '125415.817000', '125415.819000', '125415.822000', '125415.825000', '125415.828000', '125415.839000', '125415.842000', '125415.845000', '125415.847000', '125415.850000', '125415.853000', '125415.856000', '125415.859000', '125415.862000', '125415.865000', '125415.868000', '125415.871000', '125415.874000', '125415.877000', '125415.880000', '125415.883000', '125415.885000', '125415.888000', '125415.891000', '125415.894000', '125415.897000', '125415.900000', '125415.903000', '125415.906000', '125415.909000', '125415.912000', '125415.915000', '125435.741000', '125435.744000', '125435.747000', '125435.750000', '125435.753000', '125435.757000', '125435.761000', '125435.764000', '125435.767000', '125435.826000', '125435.829000', '125435.832000', '125435.835000', '125435.838000', '125435.841000', '125435.844000', '125435.847000', '125435.849000', '125435.852000', '125435.855000', '125435.858000', '125435.861000', '125435.864000', '125435.867000', '125435.870000', '125435.873000', '125435.876000', '125435.879000', '125435.882000', '125435.885000', '125435.888000', '125435.891000', '125435.894000', '125435.897000', '125435.900000', '125435.916000', '125435.918000', '125435.921000', '125435.924000', '125435.932000', '125435.935000', '125435.938000', '125435.941000', '125455.741000', '125455.744000', '125455.747000', '125455.750000', '125455.753000', '125455.756000', '125455.759000', '125455.762000', '125455.765000', '125455.768000', '125455.796000', '125455.799000', '125455.802000', '125455.805000', '125455.808000', '125455.811000', '125455.814000', '125455.816000', '125455.820000', '125455.822000', '125455.825000', '125455.828000', '125455.831000', '125455.834000', '125455.837000', '125455.840000', '125455.843000', '125455.846000', '125455.849000', '125455.851000', '125455.855000', '125455.863000', '125455.866000', '125455.868000', '125455.872000', '125455.875000', '125455.877000', '125455.880000', '125455.883000', '125455.886000', '125455.889000', '125455.892000', '125455.895000', '125455.898000', '125515.741000', '125515.744000', '125515.747000', '125515.750000', '125515.753000', '125515.756000', '125515.759000', '125515.762000', '125515.765000', '125515.768000', '125515.808000', '125515.811000', '125515.814000', '125515.817000', '125515.820000', '125515.823000', '125515.826000', '125515.837000', '125515.840000', '125515.843000', '125515.846000', '125515.849000', '125515.852000', '125515.855000', '125515.858000', '125515.861000', '125515.864000', '125515.867000', '125515.869000', '125515.872000', '125515.875000', '125515.878000', '125515.881000', '125515.884000', '125515.887000', '125515.890000', '125515.893000', '125515.896000', '125515.899000', '125515.902000', '125515.905000', '125515.908000', '125515.911000', '125535.740000', '125535.743000', '125535.746000', '125535.749000', '125535.752000', '125535.755000', '125535.758000', '125535.761000', '125535.764000', '125535.767000', '125535.882000', '125535.885000', '125535.888000', '125535.891000', '125535.894000', '125535.896000', '125535.899000', '125535.902000', '125535.905000', '125535.908000', '125535.911000', '125535.914000', '125535.917000', '125535.920000', '125535.923000', '125535.926000', '125535.929000', '125535.932000', '125535.935000', '125535.938000', '125535.941000', '125535.943000', '125535.946000', '125535.949000', '125535.952000', '125535.955000', '125535.958000', '125535.961000', '125535.964000', '125535.967000', '125535.970000', '125535.973000', '125535.976000', '125535.979000', '125555.741000', '125555.744000', '125555.747000', '125555.750000', '125555.753000', '125555.756000', '125555.759000', '125555.762000', '125555.765000', '125555.768000', '125555.824000', '125555.827000', '125555.830000', '125555.833000', '125555.836000', '125555.839000', '125555.842000', '125555.845000', '125555.848000', '125555.851000', '125555.853000', '125555.856000', '125555.864000', '125555.867000', '125555.870000', '125555.873000', '125555.876000', '125555.879000', '125555.881000', '125555.884000', '125555.887000', '125555.890000', '125555.893000', '125555.896000', '125555.899000', '125555.902000', '125555.905000', '125555.908000', '125555.911000', '125555.914000', '125555.916000', '125555.920000', '125555.922000', '125615.741000', '125615.744000', '125615.747000', '125615.750000', '125615.753000', '125615.756000', '125615.759000', '125615.762000', '125615.765000', '125615.768000', '125615.805000', '125615.808000', '125615.811000', '125615.814000', '125615.817000', '125615.820000', '125615.823000', '125615.826000', '125615.829000', '125615.832000', '125615.835000', '125615.838000', '125615.841000', '125615.844000', '125615.847000', '125615.850000', '125615.852000', '125615.855000', '125615.858000', '125615.869000', '125615.872000', '125615.889000', '125615.892000', '125615.895000', '125615.898000', '125615.901000', '125615.904000', '125615.907000', '125615.910000', '125615.912000', '125615.916000', '125615.918000', '125615.921000', '125615.924000', '125635.741000', '125635.744000', '125635.747000', '125635.750000', '125635.753000', '125635.756000', '125635.759000', '125635.762000', '125635.765000', '125635.768000', '125635.804000', '125635.807000', '125635.810000', '125635.813000', '125635.816000', '125635.819000', '125635.839000', '125635.841000', '125635.844000', '125635.847000', '125635.850000', '125635.853000', '125635.856000', '125635.859000', '125635.868000', '125635.871000', '125635.874000', '125635.877000', '125635.880000', '125635.883000', '125635.886000', '125635.889000', '125635.892000', '125635.894000', '125635.897000', '125635.900000', '125635.903000', '125635.906000', '125635.909000', '125635.912000', '125635.915000', '125635.918000', '125635.921000', '125655.741000', '125655.744000', '125655.747000', '125655.750000', '125655.753000', '125655.756000', '125655.759000', '125655.762000', '125655.765000', '125655.768000', '125655.819000', '125655.822000', '125655.825000', '125655.828000', '125655.831000', '125655.834000', '125655.837000', '125655.839000', '125655.842000', '125655.845000', '125655.848000', '125655.851000', '125655.854000', '125655.857000', '125655.860000', '125655.863000', '125655.866000', '125655.869000', '125655.872000', '125655.874000', '125655.877000', '125655.880000', '125655.883000', '125655.886000', '125655.889000', '125655.892000', '125655.895000', '125655.898000', '125655.901000', '125655.904000', '125655.907000', '125655.910000', '125655.912000', '125655.916000', '125715.741000', '125715.744000', '125715.747000', '125715.750000', '125715.753000', '125715.756000', '125715.759000', '125715.762000', '125715.765000', '125715.768000', '125715.808000', '125715.811000', '125715.814000', '125715.817000', '125715.820000', '125715.823000', '125715.826000', '125715.829000', '125715.832000', '125715.834000', '125715.837000', '125715.841000', '125715.844000', '125715.847000', '125715.850000', '125715.853000', '125715.856000', '125715.860000', '125715.863000', '125715.866000', '125715.869000', '125715.872000', '125715.875000', '125715.878000', '125715.881000', '125715.884000', '125715.887000', '125715.890000', '125715.893000', '125715.896000', '125715.899000', '125715.902000', '125715.904000', '125735.741000', '125735.744000', '125735.747000', '125735.750000', '125735.753000', '125735.756000', '125735.759000', '125735.762000', '125735.765000', '125735.768000', '125735.824000', '125735.827000', '125735.830000', '125735.832000', '125735.836000', '125735.838000', '125735.841000', '125735.844000', '125735.847000', '125735.850000', '125735.853000', '125735.856000', '125735.859000', '125735.862000', '125735.865000', '125735.868000', '125735.871000', '125735.874000', '125735.877000', '125735.880000', '125735.883000', '125735.886000', '125735.889000', '125735.892000', '125735.895000', '125735.897000', '125735.906000', '125735.909000', '125735.912000', '125735.915000', '125735.919000', '125735.922000', '125735.937000', '125735.940000', '125755.740000', '125755.743000', '125755.746000', '125755.749000', '125755.752000', '125755.755000', '125755.758000', '125755.761000', '125755.764000', '125755.767000', '125755.846000', '125755.849000', '125755.852000', '125755.860000', '125755.863000', '125755.866000', '125755.869000', '125755.872000', '125755.875000', '125755.878000', '125755.882000', '125755.885000', '125755.889000', '125755.891000', '125755.894000', '125755.897000', '125755.900000', '125755.903000', '125755.906000', '125755.909000', '125755.912000', '125755.915000', '125755.918000', '125755.921000', '125755.924000', '125755.927000', '125755.930000', '125755.933000', '125755.936000', '125755.939000', '125755.942000', '125755.944000', '125755.947000', '125815.741000', '125815.744000', '125815.747000', '125815.750000', '125815.753000', '125815.756000', '125815.759000', '125815.762000', '125815.765000', '125815.768000', '125815.818000', '125815.821000', '125815.824000', '125815.827000', '125815.830000', '125815.833000', '125815.835000', '125815.838000', '125815.847000', '125815.850000', '125815.853000', '125815.856000', '125815.859000', '125815.862000', '125815.865000', '125815.868000', '125815.871000', '125815.874000', '125815.877000', '125815.880000', '125815.883000', '125815.886000', '125815.889000', '125815.892000', '125815.895000', '125815.898000', '125815.901000', '125815.904000', '125815.907000', '125815.910000', '125815.913000', '125815.916000', '125815.919000', '125815.921000', '125835.741000', '125835.744000', '125835.747000', '125835.750000', '125835.753000', '125835.756000', '125835.759000', '125835.762000', '125835.765000', '125835.768000', '125835.853000', '125835.856000', '125835.859000', '125835.863000', '125835.869000', '125835.872000', '125835.875000', '125835.878000', '125835.881000', '125835.883000', '125835.886000', '125835.889000', '125835.892000', '125835.895000', '125835.898000', '125835.902000', '125835.904000', '125835.907000', '125835.910000', '125835.913000', '125835.916000', '125835.919000', '125835.922000', '125835.925000', '125835.928000', '125835.931000', '125835.934000', '125835.937000', '125835.948000', '125835.951000', '125835.954000', '125835.957000', '125835.960000', '125847.881000', '125847.885000', '125847.888000', '125847.891000', '125847.894000', '125847.897000', '125847.900000', '125847.903000', '125847.906000', '125847.910000', '125847.913000', '125847.916000', '125847.919000', '125847.922000', '125847.925000', '125847.928000', '125847.931000', '125847.933000', '125847.937000', '125847.940000', '125847.943000', '125847.946000', '125847.949000', '125847.952000', '125847.955000', '125847.958000', '125847.961000'], 'InstanceCreationTime': ['125135.770000', '125135.773000', '125135.784000', '125135.787000', '125135.790000', '125135.799000', '125135.802000', '125135.805000', '125135.808000', '125135.811000', '125135.814000', '125135.817000', '125135.819000', '125135.822000', '125135.825000', '125135.828000', '125135.831000', '125135.834000', '125135.837000', '125135.840000', '125135.843000', '125135.846000', '125135.848000', '125135.851000', '125135.854000', '125135.857000', '125135.860000', '125155.741000', '125155.744000', '125155.747000', '125155.756000', '125155.765000', '125155.768000', '125155.771000', '125155.774000', '125155.777000', '125155.779000', '125155.782000', '125155.785000', '125155.788000', '125155.791000', '125155.794000', '125155.797000', '125155.800000', '125155.802000', '125155.805000', '125155.808000', '125155.811000', '125155.814000', '125155.823000', '125155.826000', '125155.829000', '125155.832000', '125155.834000', '125155.837000', '125155.840000', '125155.843000', '125155.846000', '125155.849000', '125155.852000', '125155.855000', '125155.867000', '125155.870000', '125155.873000', '125155.876000', '125155.879000', '125155.882000', '125155.885000', '125155.888000', '125155.891000', '125155.894000', '125215.741000', '125215.744000', '125215.747000', '125215.750000', '125215.753000', '125215.756000', '125215.759000', '125215.762000', '125215.765000', '125215.768000', '125215.771000', '125215.780000', '125215.783000', '125215.786000', '125215.789000', '125215.792000', '125215.795000', '125215.798000', '125215.801000', '125215.804000', '125215.806000', '125215.809000', '125215.812000', '125215.815000', '125215.818000', '125215.821000', '125215.824000', '125215.827000', '125215.830000', '125215.833000', '125215.836000', '125215.839000', '125215.842000', '125215.845000', '125215.848000', '125215.850000', '125215.853000', '125215.867000', '125215.870000', '125215.873000', '125215.875000', '125215.879000', '125215.882000', '125235.741000', '125235.744000', '125235.747000', '125235.750000', '125235.762000', '125235.765000', '125235.768000', '125235.771000', '125235.774000', '125235.777000', '125235.780000', '125235.783000', '125235.786000', '125235.789000', '125235.792000', '125235.795000', '125235.798000', '125235.800000', '125235.804000', '125235.806000', '125235.809000', '125235.812000', '125235.815000', '125235.818000', '125235.821000', '125235.824000', '125235.827000', '125235.830000', '125235.833000', '125235.835000', '125235.839000', '125235.841000', '125235.844000', '125235.847000', '125235.850000', '125235.853000', '125235.856000', '125235.859000', '125235.862000', '125235.865000', '125235.867000', '125235.870000', '125235.873000', '125235.876000', '125255.741000', '125255.744000', '125255.747000', '125255.750000', '125255.753000', '125255.756000', '125255.759000', '125255.761000', '125255.764000', '125255.767000', '125255.770000', '125255.773000', '125255.776000', '125255.779000', '125255.782000', '125255.785000', '125255.788000', '125255.791000', '125255.793000', '125255.796000', '125255.799000', '125255.802000', '125255.805000', '125255.808000', '125255.811000', '125255.814000', '125255.817000', '125255.820000', '125255.823000', '125255.825000', '125255.828000', '125255.831000', '125255.834000', '125255.837000', '125255.840000', '125255.843000', '125255.846000', '125255.849000', '125255.851000', '125255.854000', '125255.857000', '125255.860000', '125255.863000', '125315.740000', '125315.743000', '125315.746000', '125315.749000', '125315.752000', '125315.755000', '125315.758000', '125315.761000', '125315.764000', '125315.767000', '125315.781000', '125315.784000', '125315.787000', '125315.790000', '125315.793000', '125315.796000', '125315.799000', '125315.802000', '125315.805000', '125315.808000', '125315.811000', '125315.814000', '125315.816000', '125315.819000', '125315.822000', '125315.825000', '125315.828000', '125315.831000', '125315.834000', '125315.837000', '125315.840000', '125315.843000', '125315.845000', '125315.848000', '125315.859000', '125315.862000', '125315.865000', '125315.868000', '125315.871000', '125315.874000', '125315.876000', '125315.880000', '125315.882000', '125315.885000', '125335.741000', '125335.744000', '125335.747000', '125335.750000', '125335.753000', '125335.756000', '125335.759000', '125335.762000', '125335.764000', '125335.767000', '125335.770000', '125335.773000', '125335.776000', '125335.779000', '125335.782000', '125335.785000', '125335.788000', '125335.791000', '125335.794000', '125335.797000', '125335.800000', '125335.802000', '125335.805000', '125335.809000', '125335.811000', '125335.814000', '125335.817000', '125335.820000', '125335.823000', '125335.826000', '125335.829000', '125335.832000', '125335.835000', '125335.838000', '125335.840000', '125335.844000', '125335.846000', '125335.849000', '125335.852000', '125335.855000', '125335.858000', '125335.861000', '125335.864000', '125355.741000', '125355.744000', '125355.747000', '125355.750000', '125355.753000', '125355.755000', '125355.758000', '125355.761000', '125355.764000', '125355.767000', '125355.770000', '125355.773000', '125355.776000', '125355.779000', '125355.782000', '125355.785000', '125355.788000', '125355.791000', '125355.793000', '125355.796000', '125355.799000', '125355.802000', '125355.805000', '125355.808000', '125355.811000', '125355.814000', '125355.824000', '125355.827000', '125355.830000', '125355.832000', '125355.835000', '125355.838000', '125355.841000', '125355.844000', '125355.847000', '125355.850000', '125355.853000', '125355.856000', '125355.859000', '125355.861000', '125355.865000', '125355.867000', '125355.870000', '125415.741000', '125415.744000', '125415.747000', '125415.750000', '125415.753000', '125415.756000', '125415.759000', '125415.762000', '125415.765000', '125415.768000', '125415.811000', '125415.814000', '125415.817000', '125415.819000', '125415.822000', '125415.825000', '125415.828000', '125415.839000', '125415.842000', '125415.845000', '125415.847000', '125415.850000', '125415.853000', '125415.856000', '125415.859000', '125415.862000', '125415.865000', '125415.868000', '125415.871000', '125415.874000', '125415.877000', '125415.880000', '125415.883000', '125415.885000', '125415.888000', '125415.891000', '125415.894000', '125415.897000', '125415.900000', '125415.903000', '125415.906000', '125415.909000', '125415.912000', '125415.915000', '125435.741000', '125435.744000', '125435.747000', '125435.750000', '125435.753000', '125435.757000', '125435.761000', '125435.764000', '125435.767000', '125435.826000', '125435.829000', '125435.832000', '125435.835000', '125435.838000', '125435.841000', '125435.844000', '125435.847000', '125435.849000', '125435.852000', '125435.855000', '125435.858000', '125435.861000', '125435.864000', '125435.867000', '125435.870000', '125435.873000', '125435.876000', '125435.879000', '125435.882000', '125435.885000', '125435.888000', '125435.891000', '125435.894000', '125435.897000', '125435.900000', '125435.916000', '125435.918000', '125435.921000', '125435.924000', '125435.932000', '125435.935000', '125435.938000', '125435.941000', '125455.741000', '125455.744000', '125455.747000', '125455.750000', '125455.753000', '125455.756000', '125455.759000', '125455.762000', '125455.765000', '125455.768000', '125455.796000', '125455.799000', '125455.802000', '125455.805000', '125455.808000', '125455.811000', '125455.814000', '125455.816000', '125455.820000', '125455.822000', '125455.825000', '125455.828000', '125455.831000', '125455.834000', '125455.837000', '125455.840000', '125455.843000', '125455.846000', '125455.849000', '125455.851000', '125455.855000', '125455.863000', '125455.866000', '125455.868000', '125455.872000', '125455.875000', '125455.877000', '125455.880000', '125455.883000', '125455.886000', '125455.889000', '125455.892000', '125455.895000', '125455.898000', '125515.741000', '125515.744000', '125515.747000', '125515.750000', '125515.753000', '125515.756000', '125515.759000', '125515.762000', '125515.765000', '125515.768000', '125515.808000', '125515.811000', '125515.814000', '125515.817000', '125515.820000', '125515.823000', '125515.826000', '125515.837000', '125515.840000', '125515.843000', '125515.846000', '125515.849000', '125515.852000', '125515.855000', '125515.858000', '125515.861000', '125515.864000', '125515.867000', '125515.869000', '125515.872000', '125515.875000', '125515.878000', '125515.881000', '125515.884000', '125515.887000', '125515.890000', '125515.893000', '125515.896000', '125515.899000', '125515.902000', '125515.905000', '125515.908000', '125515.911000', '125535.740000', '125535.743000', '125535.746000', '125535.749000', '125535.752000', '125535.755000', '125535.758000', '125535.761000', '125535.764000', '125535.767000', '125535.882000', '125535.885000', '125535.888000', '125535.891000', '125535.894000', '125535.896000', '125535.899000', '125535.902000', '125535.905000', '125535.908000', '125535.911000', '125535.914000', '125535.917000', '125535.920000', '125535.923000', '125535.926000', '125535.929000', '125535.932000', '125535.935000', '125535.938000', '125535.941000', '125535.943000', '125535.946000', '125535.949000', '125535.952000', '125535.955000', '125535.958000', '125535.961000', '125535.964000', '125535.967000', '125535.970000', '125535.973000', '125535.976000', '125535.979000', '125555.741000', '125555.744000', '125555.747000', '125555.750000', '125555.753000', '125555.756000', '125555.759000', '125555.762000', '125555.765000', '125555.768000', '125555.824000', '125555.827000', '125555.830000', '125555.833000', '125555.836000', '125555.839000', '125555.842000', '125555.845000', '125555.848000', '125555.851000', '125555.853000', '125555.856000', '125555.864000', '125555.867000', '125555.870000', '125555.873000', '125555.876000', '125555.879000', '125555.881000', '125555.884000', '125555.887000', '125555.890000', '125555.893000', '125555.896000', '125555.899000', '125555.902000', '125555.905000', '125555.908000', '125555.911000', '125555.914000', '125555.916000', '125555.920000', '125555.922000', '125615.741000', '125615.744000', '125615.747000', '125615.750000', '125615.753000', '125615.756000', '125615.759000', '125615.762000', '125615.765000', '125615.768000', '125615.805000', '125615.808000', '125615.811000', '125615.814000', '125615.817000', '125615.820000', '125615.823000', '125615.826000', '125615.829000', '125615.832000', '125615.835000', '125615.838000', '125615.841000', '125615.844000', '125615.847000', '125615.850000', '125615.852000', '125615.855000', '125615.858000', '125615.869000', '125615.872000', '125615.889000', '125615.892000', '125615.895000', '125615.898000', '125615.901000', '125615.904000', '125615.907000', '125615.910000', '125615.912000', '125615.916000', '125615.918000', '125615.921000', '125615.924000', '125635.741000', '125635.744000', '125635.747000', '125635.750000', '125635.753000', '125635.756000', '125635.759000', '125635.762000', '125635.765000', '125635.768000', '125635.804000', '125635.807000', '125635.810000', '125635.813000', '125635.816000', '125635.819000', '125635.839000', '125635.841000', '125635.844000', '125635.847000', '125635.850000', '125635.853000', '125635.856000', '125635.859000', '125635.868000', '125635.871000', '125635.874000', '125635.877000', '125635.880000', '125635.883000', '125635.886000', '125635.889000', '125635.892000', '125635.894000', '125635.897000', '125635.900000', '125635.903000', '125635.906000', '125635.909000', '125635.912000', '125635.915000', '125635.918000', '125635.921000', '125655.741000', '125655.744000', '125655.747000', '125655.750000', '125655.753000', '125655.756000', '125655.759000', '125655.762000', '125655.765000', '125655.768000', '125655.819000', '125655.822000', '125655.825000', '125655.828000', '125655.831000', '125655.834000', '125655.837000', '125655.839000', '125655.842000', '125655.845000', '125655.848000', '125655.851000', '125655.854000', '125655.857000', '125655.860000', '125655.863000', '125655.866000', '125655.869000', '125655.872000', '125655.874000', '125655.877000', '125655.880000', '125655.883000', '125655.886000', '125655.889000', '125655.892000', '125655.895000', '125655.898000', '125655.901000', '125655.904000', '125655.907000', '125655.910000', '125655.912000', '125655.916000', '125715.741000', '125715.744000', '125715.747000', '125715.750000', '125715.753000', '125715.756000', '125715.759000', '125715.762000', '125715.765000', '125715.768000', '125715.808000', '125715.811000', '125715.814000', '125715.817000', '125715.820000', '125715.823000', '125715.826000', '125715.829000', '125715.832000', '125715.834000', '125715.837000', '125715.841000', '125715.844000', '125715.847000', '125715.850000', '125715.853000', '125715.856000', '125715.860000', '125715.863000', '125715.866000', '125715.869000', '125715.872000', '125715.875000', '125715.878000', '125715.881000', '125715.884000', '125715.887000', '125715.890000', '125715.893000', '125715.896000', '125715.899000', '125715.902000', '125715.904000', '125735.741000', '125735.744000', '125735.747000', '125735.750000', '125735.753000', '125735.756000', '125735.759000', '125735.762000', '125735.765000', '125735.768000', '125735.824000', '125735.827000', '125735.830000', '125735.832000', '125735.836000', '125735.838000', '125735.841000', '125735.844000', '125735.847000', '125735.850000', '125735.853000', '125735.856000', '125735.859000', '125735.862000', '125735.865000', '125735.868000', '125735.871000', '125735.874000', '125735.877000', '125735.880000', '125735.883000', '125735.886000', '125735.889000', '125735.892000', '125735.895000', '125735.897000', '125735.906000', '125735.909000', '125735.912000', '125735.915000', '125735.919000', '125735.922000', '125735.937000', '125735.940000', '125755.740000', '125755.743000', '125755.746000', '125755.749000', '125755.752000', '125755.755000', '125755.758000', '125755.761000', '125755.764000', '125755.767000', '125755.846000', '125755.849000', '125755.852000', '125755.860000', '125755.863000', '125755.866000', '125755.869000', '125755.872000', '125755.875000', '125755.878000', '125755.882000', '125755.885000', '125755.889000', '125755.891000', '125755.894000', '125755.897000', '125755.900000', '125755.903000', '125755.906000', '125755.909000', '125755.912000', '125755.915000', '125755.918000', '125755.921000', '125755.924000', '125755.927000', '125755.930000', '125755.933000', '125755.936000', '125755.939000', '125755.942000', '125755.944000', '125755.947000', '125815.741000', '125815.744000', '125815.747000', '125815.750000', '125815.753000', '125815.756000', '125815.759000', '125815.762000', '125815.765000', '125815.768000', '125815.818000', '125815.821000', '125815.824000', '125815.827000', '125815.830000', '125815.833000', '125815.835000', '125815.838000', '125815.847000', '125815.850000', '125815.853000', '125815.856000', '125815.859000', '125815.862000', '125815.865000', '125815.868000', '125815.871000', '125815.874000', '125815.877000', '125815.880000', '125815.883000', '125815.886000', '125815.889000', '125815.892000', '125815.895000', '125815.898000', '125815.901000', '125815.904000', '125815.907000', '125815.910000', '125815.913000', '125815.916000', '125815.919000', '125815.921000', '125835.741000', '125835.744000', '125835.747000', '125835.750000', '125835.753000', '125835.756000', '125835.759000', '125835.762000', '125835.765000', '125835.768000', '125835.853000', '125835.856000', '125835.859000', '125835.863000', '125835.869000', '125835.872000', '125835.875000', '125835.878000', '125835.881000', '125835.883000', '125835.886000', '125835.889000', '125835.892000', '125835.895000', '125835.898000', '125835.902000', '125835.904000', '125835.907000', '125835.910000', '125835.913000', '125835.916000', '125835.919000', '125835.922000', '125835.925000', '125835.928000', '125835.931000', '125835.934000', '125835.937000', '125835.948000', '125835.951000', '125835.954000', '125835.957000', '125835.960000', '125847.881000', '125847.885000', '125847.888000', '125847.891000', '125847.894000', '125847.897000', '125847.900000', '125847.903000', '125847.906000', '125847.910000', '125847.913000', '125847.916000', '125847.919000', '125847.922000', '125847.925000', '125847.928000', '125847.931000', '125847.933000', '125847.937000', '125847.940000', '125847.943000', '125847.946000', '125847.949000', '125847.952000', '125847.955000', '125847.958000', '125847.961000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967], 'LargestImagePixelValue': [9198, 16185, 10952, 9374, 12081, 9451, 11585, 10606, 8993, 12868, 10487, 9235, 13183, 9700, 9347, 13618, 9708, 9209, 11893, 9482, 13877, 10823, 9265, 13758, 9992, 8999, 10379, 9622, 12644, 10393, 9175, 14426, 10019, 9517, 11883, 9536, 14589, 10768, 9199, 14030, 9642, 9292, 12837, 9531, 10767, 11478, 9745, 12222, 10287, 9311, 15260, 10429, 9655, 13035, 9902, 14578, 10258, 9400, 12916, 9901, 8587, 10112, 9462, 13289, 10350, 9611, 14387, 10521, 9216, 13176, 9613, 9402, 12734, 9940, 10048, 12331, 9435, 15040, 11732, 9664, 13212, 9766, 9097, 12895, 9954, 9007, 12815, 10190, 12618, 10602, 9419, 15138, 10719, 9627, 13665, 10125, 15753, 12248, 9700, 14163, 10021, 9844, 11648, 10149, 10203, 12618, 9993, 9069, 11664, 10169, 15082, 11058, 9780, 14023, 9917, 9588, 12004, 10094, 14142, 11061, 9246, 15394, 10706, 9883, 13689, 9998, 9589, 13524, 10344, 9288, 11301, 9489, 14971, 11358, 9964, 13400, 10391, 9109, 10662, 9526, 15138, 10873, 9754, 12147, 10309, 14182, 10419, 9592, 13361, 10194, 9634, 11008, 10258, 10881, 11068, 9862, 10844, 10516, 9681, 14922, 10144, 9708, 14363, 9871, 9697, 12174, 10058, 15330, 12490, 9902, 13673, 10187, 11010, 10417, 9684, 14994, 9980, 9742, 11012, 10207, 9004, 12380, 10242, 9694, 9653, 9369, 14696, 10696, 9492, 14122, 10114, 9778, 14137, 9951, 9859, 13896, 10132, 10162, 11238, 10126, 14929, 11119, 9658, 15541, 10368, 10011, 13710, 9997, 9852, 14653, 10121, 9915, 12850, 10147, 14377, 11121, 9334, 14357, 10610, 9990, 13665, 9902, 9788, 13881, 9827, 10093, 11517, 10186, 11078, 10937, 9515, 14450, 10080, 9884, 12859, 9937, 12758, 10046, 9522, 14342, 10172, 9982, 13856, 10104, 9797, 11910, 9903, 14137, 11397, 9881, 12496, 10511, 9851, 14988, 10787, 13279, 13350, 10113, 14067, 10645, 9927, 14715, 10335, 9876, 12999, 10385, 8895, 11272, 9364, 15658, 10540, 9908, 12674, 9921, 9701, 13895, 10064, 9709, 11599, 10333, 12425, 10258, 9137, 14949, 9895, 9543, 13555, 9988, 9909, 14347, 10290, 9525, 12999, 9910, 15059, 10775, 11963, 12546, 9935, 12825, 9996, 10072, 13980, 10360, 11735, 11008, 10125, 9888, 9594, 9422, 14525, 10276, 8893, 10189, 9900, 10237, 9561, 13587, 9880, 16817, 13849, 10685, 13822, 10164, 9445, 13145, 10021, 13826, 11175, 9727, 14861, 10134, 9922, 14122, 10315, 9243, 12497, 10222, 15005, 10008, 9731, 13358, 9869, 12956, 9663, 9432, 14236, 10186, 9532, 13996, 10387, 11764, 10431, 9884, 14081, 10110, 8939, 12138, 10132, 11085, 10539, 9891, 14477, 10048, 11760, 11506, 10126, 14859, 10486, 9789, 13902, 10066, 15993, 12627, 9920, 14109, 10064, 9313, 10627, 9733, 14892, 11038, 9892, 10614, 9640, 14284, 9856, 10044, 12512, 10075, 12696, 9941, 9565, 13243, 10143, 9837, 13686, 10030, 10929, 10488, 9996, 14688, 10336, 10696, 9759, 9845, 14497, 10257, 9387, 13321, 10414, 10511, 10461, 9836, 14246, 10191, 14061, 11016, 9656, 14975, 10154, 9940, 13946, 10191, 12770, 11185, 9629, 15151, 10062, 9231, 13520, 9882, 12727, 11419, 9911, 14937, 10262, 10020, 13849, 10263, 12737, 10738, 10161, 14756, 10444, 9778, 13813, 10273, 12762, 9947, 9958, 14082, 10180, 15981, 11241, 10397, 12747, 10576, 9860, 10308, 9960, 9961, 13078, 9780, 9882, 12000, 9610, 13661, 10129, 11689, 12333, 9779, 16093, 11330, 9948, 13319, 9208, 16169, 10154, 9259, 9688, 9706, 12350, 10033, 9226, 10306, 10215, 9795, 9803, 9557, 13176, 10078, 9656, 12179, 10012, 15253, 10727, 9773, 14094, 10289, 11730, 9967, 9677, 15013, 9860, 9578, 13062, 9870, 9773, 12892, 10829, 10114, 13555, 11003, 9763, 15426, 10716, 9740, 12870, 10194, 9165, 11904, 9911, 11386, 10643, 10119, 9433, 9795, 9575, 15177, 10085, 9418, 13924, 10069, 9166, 13019, 9722, 15284, 10735, 9644, 12592, 10312, 15791, 10809, 9778, 14440, 10113, 9750, 12515, 9761, 15692, 11639, 9864, 13913, 10164, 11517, 10534, 9699, 14794, 10184, 9865, 13129, 10228, 12841, 9853, 9761, 14357, 10198, 12579, 9714, 9747, 13810, 10160, 15756, 11798, 9992, 13489, 10333, 10787, 9865, 9204, 14932, 10207, 9567, 12200, 10015, 9465, 10180, 10337, 9967, 9088, 10197, 9954, 15422, 12567, 12336, 14032, 9951, 17601, 12920, 9685, 13099, 9836, 14869, 10477, 9613, 12360, 10178, 10121, 9719, 9609, 11222, 9971, 8428, 9722, 9872, 12777, 9922, 10718, 11538, 9135, 14546, 9800, 9646, 11231, 9059, 15176, 10187, 9891, 11723, 10316, 13463, 10547, 9923, 14244, 9851, 9560, 11827, 9348, 14767, 9945, 16248, 11986, 9855, 12547, 9758, 14280, 9963, 15124, 9705, 9356, 10423, 9368, 13376, 9914, 9760, 9969, 9988, 13295, 9755, 9664, 13758, 10182, 9558, 10125, 9266, 14398, 9781, 9519, 13030, 10148, 11718, 9734, 9755, 14337, 10235, 9957, 9633, 9360, 13472, 9957, 9875, 12444, 9338, 14637, 9883, 9907, 11490, 9940, 15098, 10554, 9974, 13805, 10103, 9988, 10139, 9402, 14476, 9827, 9192, 12066, 9716, 14276, 9801, 9670, 12938, 9492, 15467, 9587, 9191, 10443, 9536, 13701, 10049, 10915, 9520, 9612, 11986, 9942, 9526, 11296, 9640, 14480, 9855, 9007, 11056, 9652, 15477, 10245, 9899, 11867, 10131, 10333, 10321, 9790, 14445, 9808, 9232, 10891, 9548, 14588, 9663, 9791, 12225, 9273, 15593, 9701, 9763, 11944, 9800, 14542, 10665, 9608, 13480, 10050, 12957, 9623, 9942, 12325, 10091, 15188, 10501, 9976, 12202, 10076, 10815, 9446, 9834, 12938, 10041, 15316, 12276, 8892, 8718, 9721, 10111, 9471, 11021, 9579, 12763, 10075, 15223, 11500, 13564, 15366, 10714, 15223, 10587, 15555, 14489, 14821, 11983, 10516, 14071, 9874, 16770, 10323, 8776, 11769, 9433, 14132, 9430, 9639, 11299, 9850, 11125, 9970, 9544, 9727, 9533, 10137, 9753, 12289, 10072, 9143, 11891, 9634, 9998, 14284, 10919, 9695, 13981, 10137, 9115, 13472, 10206, 9389, 13099, 10445, 15574, 11134, 10102, 14535, 10094, 9722, 13173, 10500, 13323, 10721, 9800, 13459, 10202, 15491, 11177, 9304, 14207, 10934, 9803, 14364, 10240, 9987, 13756, 10377, 9323, 11253, 10158, 15281, 10408, 9830, 14472, 10441, 9130, 12583, 10418, 12933, 10020, 10147, 13961, 10411, 14096, 10889, 10013, 10499, 9942, 9395, 14406, 10442, 9933, 13318, 10324, 10458, 10058, 9546, 15167, 10287, 9678, 14450, 10568, 10632, 11708, 10054, 16002, 10757, 9553, 14390, 10671, 12237, 12163, 10264, 16031, 11814, 9827, 14065, 10095, 17355, 11819, 10035, 13897, 10211, 10477, 11005, 9193, 15900, 10553, 9853, 14281, 10079, 8667, 12563, 10228, 15056, 10602, 9886, 12905, 10166, 9615, 11023, 9735, 15049, 10196, 9390, 14297, 10318, 10117, 13534, 10660, 13253, 11557, 9914, 15087, 10231, 9684, 13383, 9292, 15169, 10685, 10213, 13773, 10605, 8883, 10731, 10036, 15278, 10368, 10308, 14102, 10123, 9346, 11476, 9998, 15529, 11568, 9469, 12225, 9875, 9629, 14022], 'WindowCenter': [4235.0, 4262.0, 4217.0, 4194.0, 4223.0, 4202.0, 4213.0, 4202.0, 4191.0, 4221.0, 4201.0, 4192.0, 4223.0, 4201.0, 4192.0, 4223.0, 4192.0, 4191.0, 4210.0, 4203.0, 4223.0, 4203.0, 4192.0, 4222.0, 4191.0, 4189.0, 4201.0, 4203.0, 4234.0, 4203.0, 4193.0, 4233.0, 4204.0, 4204.0, 4223.0, 4205.0, 4234.0, 4213.0, 4193.0, 4234.0, 4202.0, 4203.0, 4223.0, 4201.0, 4211.0, 4213.0, 4203.0, 4222.0, 4213.0, 4204.0, 4245.0, 4214.0, 4203.0, 4223.0, 4204.0, 4234.0, 4214.0, 4204.0, 4224.0, 4203.0, 4193.0, 4214.0, 4216.0, 4233.0, 4215.0, 4215.0, 4244.0, 4226.0, 4217.0, 4234.0, 4217.0, 4205.0, 4236.0, 4215.0, 4215.0, 4237.0, 4206.0, 4247.0, 4224.0, 4204.0, 4224.0, 4203.0, 4193.0, 4233.0, 4204.0, 4191.0, 4235.0, 4215.0, 4225.0, 4214.0, 4205.0, 4236.0, 4215.0, 4205.0, 4235.0, 4215.0, 4235.0, 4214.0, 4192.0, 4235.0, 4203.0, 4201.0, 4212.0, 4211.0, 4202.0, 4222.0, 4203.0, 4193.0, 4224.0, 4215.0, 4246.0, 4214.0, 4204.0, 4235.0, 4203.0, 4204.0, 4224.0, 4214.0, 4233.0, 4214.0, 4202.0, 4244.0, 4213.0, 4205.0, 4233.0, 4204.0, 4205.0, 4224.0, 4204.0, 4193.0, 4212.0, 4203.0, 4233.0, 4214.0, 4202.0, 4223.0, 4202.0, 4190.0, 4201.0, 4202.0, 4233.0, 4203.0, 4191.0, 4212.0, 4203.0, 4233.0, 4203.0, 4201.0, 4223.0, 4202.0, 4202.0, 4211.0, 4215.0, 4214.0, 4215.0, 4205.0, 4215.0, 4214.0, 4205.0, 4247.0, 4214.0, 4203.0, 4236.0, 4205.0, 4203.0, 4225.0, 4205.0, 4236.0, 4224.0, 4203.0, 4224.0, 4202.0, 4201.0, 4201.0, 4203.0, 4234.0, 4203.0, 4202.0, 4211.0, 4216.0, 4205.0, 4238.0, 4216.0, 4215.0, 4205.0, 4205.0, 4248.0, 4216.0, 4205.0, 4237.0, 4215.0, 4216.0, 4237.0, 4216.0, 4203.0, 4235.0, 4205.0, 4203.0, 4213.0, 4214.0, 4234.0, 4213.0, 4201.0, 4234.0, 4203.0, 4203.0, 4232.0, 4204.0, 4202.0, 4234.0, 4201.0, 4201.0, 4223.0, 4203.0, 4233.0, 4212.0, 4191.0, 4233.0, 4201.0, 4202.0, 4223.0, 4202.0, 4201.0, 4224.0, 4202.0, 4203.0, 4214.0, 4215.0, 4214.0, 4214.0, 4205.0, 4235.0, 4205.0, 4204.0, 4223.0, 4204.0, 4224.0, 4204.0, 4205.0, 4236.0, 4214.0, 4205.0, 4236.0, 4215.0, 4203.0, 4225.0, 4216.0, 4234.0, 4214.0, 4205.0, 4225.0, 4214.0, 4204.0, 4235.0, 4215.0, 4222.0, 4222.0, 4200.0, 4222.0, 4201.0, 4203.0, 4234.0, 4202.0, 4203.0, 4221.0, 4214.0, 4192.0, 4212.0, 4194.0, 4234.0, 4205.0, 4204.0, 4224.0, 4204.0, 4202.0, 4235.0, 4204.0, 4203.0, 4213.0, 4213.0, 4225.0, 4202.0, 4195.0, 4236.0, 4203.0, 4204.0, 4235.0, 4206.0, 4205.0, 4236.0, 4204.0, 4203.0, 4224.0, 4204.0, 4235.0, 4214.0, 4214.0, 4224.0, 4203.0, 4221.0, 4201.0, 4202.0, 4223.0, 4203.0, 4212.0, 4200.0, 4202.0, 4202.0, 4203.0, 4204.0, 4232.0, 4204.0, 4194.0, 4214.0, 4213.0, 4217.0, 4216.0, 4237.0, 4217.0, 4245.0, 4236.0, 4204.0, 4233.0, 4204.0, 4193.0, 4222.0, 4202.0, 4223.0, 4200.0, 4192.0, 4233.0, 4202.0, 4201.0, 4221.0, 4202.0, 4191.0, 4210.0, 4200.0, 4232.0, 4192.0, 4191.0, 4222.0, 4192.0, 4211.0, 4189.0, 4192.0, 4223.0, 4202.0, 4191.0, 4234.0, 4203.0, 4212.0, 4203.0, 4201.0, 4233.0, 4204.0, 4193.0, 4212.0, 4203.0, 4213.0, 4214.0, 4203.0, 4234.0, 4203.0, 4212.0, 4213.0, 4203.0, 4232.0, 4203.0, 4200.0, 4222.0, 4202.0, 4232.0, 4212.0, 4190.0, 4220.0, 4190.0, 4190.0, 4201.0, 4191.0, 4232.0, 4201.0, 4190.0, 4200.0, 4191.0, 4222.0, 4200.0, 4201.0, 4211.0, 4202.0, 4220.0, 4201.0, 4202.0, 4223.0, 4205.0, 4204.0, 4236.0, 4203.0, 4214.0, 4203.0, 4202.0, 4235.0, 4205.0, 4213.0, 4192.0, 4203.0, 4233.0, 4204.0, 4193.0, 4224.0, 4213.0, 4214.0, 4213.0, 4203.0, 4235.0, 4215.0, 4234.0, 4214.0, 4205.0, 4235.0, 4205.0, 4205.0, 4235.0, 4205.0, 4222.0, 4212.0, 4193.0, 4233.0, 4204.0, 4192.0, 4223.0, 4203.0, 4223.0, 4212.0, 4204.0, 4234.0, 4204.0, 4201.0, 4224.0, 4215.0, 4224.0, 4212.0, 4204.0, 4233.0, 4204.0, 4202.0, 4224.0, 4203.0, 4223.0, 4202.0, 4203.0, 4232.0, 4203.0, 4257.0, 4227.0, 4215.0, 4224.0, 4202.0, 4203.0, 4216.0, 4216.0, 4217.0, 4238.0, 4219.0, 4219.0, 4238.0, 4218.0, 4248.0, 4218.0, 4227.0, 4225.0, 4205.0, 4247.0, 4216.0, 4204.0, 4223.0, 4193.0, 4234.0, 4202.0, 4191.0, 4190.0, 4191.0, 4220.0, 4202.0, 4193.0, 4204.0, 4215.0, 4204.0, 4216.0, 4214.0, 4238.0, 4220.0, 4206.0, 4227.0, 4217.0, 4248.0, 4215.0, 4205.0, 4236.0, 4215.0, 4225.0, 4205.0, 4203.0, 4235.0, 4204.0, 4204.0, 4235.0, 4217.0, 4218.0, 4235.0, 4226.0, 4217.0, 4237.0, 4215.0, 4204.0, 4245.0, 4216.0, 4205.0, 4222.0, 4214.0, 4205.0, 4224.0, 4213.0, 4215.0, 4214.0, 4215.0, 4204.0, 4215.0, 4217.0, 4248.0, 4218.0, 4206.0, 4248.0, 4218.0, 4206.0, 4238.0, 4205.0, 4247.0, 4214.0, 4204.0, 4223.0, 4205.0, 4245.0, 4215.0, 4203.0, 4233.0, 4204.0, 4203.0, 4223.0, 4206.0, 4244.0, 4214.0, 4202.0, 4234.0, 4204.0, 4212.0, 4202.0, 4205.0, 4233.0, 4204.0, 4202.0, 4223.0, 4203.0, 4224.0, 4203.0, 4204.0, 4234.0, 4204.0, 4223.0, 4203.0, 4203.0, 4234.0, 4203.0, 4235.0, 4215.0, 4192.0, 4224.0, 4204.0, 4211.0, 4203.0, 4194.0, 4235.0, 4205.0, 4203.0, 4225.0, 4216.0, 4217.0, 4228.0, 4231.0, 4229.0, 4219.0, 4229.0, 4220.0, 4249.0, 4240.0, 4237.0, 4237.0, 4205.0, 4246.0, 4224.0, 4203.0, 4223.0, 4203.0, 4234.0, 4203.0, 4192.0, 4212.0, 4201.0, 4202.0, 4202.0, 4205.0, 4215.0, 4205.0, 4195.0, 4206.0, 4217.0, 4236.0, 4218.0, 4217.0, 4227.0, 4205.0, 4237.0, 4206.0, 4204.0, 4216.0, 4206.0, 4234.0, 4217.0, 4204.0, 4225.0, 4215.0, 4235.0, 4215.0, 4206.0, 4237.0, 4205.0, 4204.0, 4224.0, 4204.0, 4234.0, 4204.0, 4246.0, 4214.0, 4202.0, 4212.0, 4191.0, 4222.0, 4202.0, 4221.0, 4191.0, 4190.0, 4199.0, 4192.0, 4222.0, 4201.0, 4204.0, 4203.0, 4202.0, 4235.0, 4204.0, 4204.0, 4235.0, 4216.0, 4205.0, 4214.0, 4206.0, 4235.0, 4217.0, 4206.0, 4225.0, 4216.0, 4224.0, 4204.0, 4207.0, 4237.0, 4217.0, 4205.0, 4204.0, 4205.0, 4234.0, 4205.0, 4203.0, 4225.0, 4205.0, 4236.0, 4206.0, 4206.0, 4225.0, 4217.0, 4246.0, 4216.0, 4207.0, 4235.0, 4216.0, 4204.0, 4204.0, 4205.0, 4235.0, 4205.0, 4194.0, 4224.0, 4204.0, 4234.0, 4204.0, 4205.0, 4224.0, 4192.0, 4235.0, 4192.0, 4192.0, 4202.0, 4203.0, 4234.0, 4203.0, 4213.0, 4203.0, 4203.0, 4225.0, 4205.0, 4206.0, 4225.0, 4204.0, 4236.0, 4205.0, 4193.0, 4214.0, 4204.0, 4236.0, 4205.0, 4205.0, 4224.0, 4216.0, 4215.0, 4214.0, 4216.0, 4236.0, 4206.0, 4206.0, 4214.0, 4205.0, 4236.0, 4204.0, 4203.0, 4224.0, 4193.0, 4234.0, 4192.0, 4202.0, 4212.0, 4202.0, 4233.0, 4202.0, 4192.0, 4222.0, 4202.0, 4222.0, 4192.0, 4203.0, 4223.0, 4203.0, 4234.0, 4203.0, 4202.0, 4212.0, 4204.0, 4213.0, 4202.0, 4203.0, 4224.0, 4205.0, 4235.0, 4225.0, 4207.0, 4195.0, 4205.0, 4216.0, 4216.0, 4229.0, 4216.0, 4237.0, 4219.0, 4249.0, 4228.0, 4237.0, 4247.0, 4204.0, 4235.0, 4191.0, 4221.0, 4210.0, 4207.0, 4186.0, 4175.0, 4197.0, 4175.0, 4206.0, 4174.0, 4154.0, 4183.0, 4164.0, 4205.0, 4164.0, 4175.0, 4186.0, 4189.0, 4197.0, 4177.0, 4190.0, 4190.0, 4189.0, 4201.0, 4203.0, 4224.0, 4205.0, 4204.0, 4227.0, 4205.0, 4216.0, 4237.0, 4216.0, 4206.0, 4237.0, 4205.0, 4195.0, 4234.0, 4215.0, 4205.0, 4235.0, 4214.0, 4245.0, 4216.0, 4217.0, 4236.0, 4204.0, 4204.0, 4234.0, 4215.0, 4234.0, 4214.0, 4204.0, 4224.0, 4216.0, 4233.0, 4214.0, 4195.0, 4234.0, 4214.0, 4202.0, 4234.0, 4214.0, 4204.0, 4236.0, 4205.0, 4195.0, 4215.0, 4216.0, 4246.0, 4216.0, 4216.0, 4234.0, 4216.0, 4204.0, 4225.0, 4216.0, 4225.0, 4206.0, 4215.0, 4236.0, 4216.0, 4234.0, 4215.0, 4216.0, 4215.0, 4216.0, 4206.0, 4247.0, 4228.0, 4216.0, 4238.0, 4217.0, 4216.0, 4217.0, 4217.0, 4259.0, 4220.0, 4219.0, 4248.0, 4217.0, 4216.0, 4226.0, 4217.0, 4247.0, 4218.0, 4207.0, 4237.0, 4216.0, 4224.0, 4225.0, 4215.0, 4247.0, 4224.0, 4204.0, 4234.0, 4205.0, 4234.0, 4213.0, 4202.0, 4221.0, 4204.0, 4201.0, 4202.0, 4193.0, 4233.0, 4203.0, 4204.0, 4234.0, 4206.0, 4194.0, 4224.0, 4216.0, 4235.0, 4204.0, 4203.0, 4224.0, 4215.0, 4203.0, 4215.0, 4206.0, 4247.0, 4205.0, 4204.0, 4246.0, 4216.0, 4215.0, 4236.0, 4217.0, 4236.0, 4225.0, 4205.0, 4246.0, 4215.0, 4206.0, 4235.0, 4203.0, 4233.0, 4204.0, 4203.0, 4233.0, 4203.0, 4192.0, 4212.0, 4204.0, 4245.0, 4204.0, 4204.0, 4235.0, 4205.0, 4204.0, 4214.0, 4206.0, 4246.0, 4215.0, 4206.0, 4226.0, 4205.0, 4204.0, 4236.0], 'WindowWidth': [9393.0, 9428.0, 9350.0, 9312.0, 9350.0, 9320.0, 9335.0, 9319.0, 9304.0, 9345.0, 9317.0, 9305.0, 9350.0, 9319.0, 9304.0, 9349.0, 9305.0, 9302.0, 9329.0, 9320.0, 9350.0, 9323.0, 9304.0, 9348.0, 9301.0, 9299.0, 9315.0, 9321.0, 9366.0, 9324.0, 9309.0, 9367.0, 9325.0, 9324.0, 9351.0, 9329.0, 9369.0, 9337.0, 9307.0, 9367.0, 9321.0, 9323.0, 9350.0, 9318.0, 9331.0, 9334.0, 9322.0, 9348.0, 9337.0, 9326.0, 9383.0, 9340.0, 9323.0, 9352.0, 9326.0, 9369.0, 9341.0, 9328.0, 9355.0, 9323.0, 9311.0, 9337.0, 9345.0, 9365.0, 9343.0, 9343.0, 9383.0, 9362.0, 9349.0, 9370.0, 9349.0, 9328.0, 9374.0, 9344.0, 9344.0, 9377.0, 9332.0, 9394.0, 9354.0, 9324.0, 9353.0, 9323.0, 9310.0, 9364.0, 9326.0, 9306.0, 9368.0, 9342.0, 9355.0, 9341.0, 9329.0, 9375.0, 9344.0, 9326.0, 9368.0, 9340.0, 9371.0, 9338.0, 9306.0, 9369.0, 9321.0, 9316.0, 9333.0, 9333.0, 9321.0, 9347.0, 9323.0, 9309.0, 9352.0, 9340.0, 9388.0, 9341.0, 9325.0, 9372.0, 9323.0, 9324.0, 9352.0, 9339.0, 9365.0, 9340.0, 9320.0, 9382.0, 9338.0, 9327.0, 9365.0, 9327.0, 9326.0, 9353.0, 9323.0, 9308.0, 9333.0, 9322.0, 9368.0, 9339.0, 9319.0, 9347.0, 9319.0, 9301.0, 9317.0, 9318.0, 9366.0, 9320.0, 9303.0, 9331.0, 9320.0, 9364.0, 9322.0, 9317.0, 9350.0, 9318.0, 9319.0, 9331.0, 9342.0, 9340.0, 9341.0, 9329.0, 9342.0, 9340.0, 9329.0, 9390.0, 9341.0, 9323.0, 9374.0, 9327.0, 9324.0, 9355.0, 9329.0, 9374.0, 9352.0, 9322.0, 9352.0, 9318.0, 9316.0, 9318.0, 9322.0, 9368.0, 9322.0, 9319.0, 9333.0, 9343.0, 9328.0, 9377.0, 9346.0, 9342.0, 9329.0, 9331.0, 9392.0, 9348.0, 9329.0, 9374.0, 9342.0, 9345.0, 9376.0, 9344.0, 9324.0, 9370.0, 9327.0, 9321.0, 9334.0, 9338.0, 9369.0, 9339.0, 9317.0, 9369.0, 9323.0, 9322.0, 9362.0, 9325.0, 9318.0, 9367.0, 9317.0, 9316.0, 9347.0, 9321.0, 9364.0, 9332.0, 9302.0, 9361.0, 9316.0, 9319.0, 9350.0, 9320.0, 9316.0, 9351.0, 9319.0, 9322.0, 9337.0, 9342.0, 9338.0, 9339.0, 9327.0, 9369.0, 9327.0, 9324.0, 9350.0, 9323.0, 9353.0, 9325.0, 9329.0, 9372.0, 9341.0, 9326.0, 9372.0, 9341.0, 9324.0, 9356.0, 9344.0, 9368.0, 9340.0, 9328.0, 9356.0, 9341.0, 9325.0, 9371.0, 9341.0, 9347.0, 9347.0, 9313.0, 9345.0, 9316.0, 9320.0, 9366.0, 9320.0, 9319.0, 9344.0, 9336.0, 9307.0, 9334.0, 9309.0, 9369.0, 9326.0, 9325.0, 9351.0, 9324.0, 9320.0, 9367.0, 9323.0, 9321.0, 9336.0, 9337.0, 9354.0, 9322.0, 9312.0, 9373.0, 9324.0, 9327.0, 9371.0, 9331.0, 9328.0, 9371.0, 9325.0, 9321.0, 9351.0, 9323.0, 9372.0, 9338.0, 9337.0, 9354.0, 9320.0, 9343.0, 9316.0, 9319.0, 9348.0, 9321.0, 9330.0, 9313.0, 9318.0, 9318.0, 9320.0, 9326.0, 9364.0, 9326.0, 9312.0, 9339.0, 9337.0, 9349.0, 9345.0, 9376.0, 9345.0, 9388.0, 9373.0, 9322.0, 9365.0, 9325.0, 9308.0, 9347.0, 9318.0, 9347.0, 9314.0, 9302.0, 9362.0, 9317.0, 9316.0, 9344.0, 9316.0, 9300.0, 9325.0, 9313.0, 9360.0, 9304.0, 9302.0, 9343.0, 9303.0, 9327.0, 9295.0, 9302.0, 9347.0, 9319.0, 9304.0, 9363.0, 9320.0, 9331.0, 9320.0, 9315.0, 9361.0, 9323.0, 9306.0, 9331.0, 9320.0, 9335.0, 9337.0, 9320.0, 9366.0, 9323.0, 9333.0, 9333.0, 9320.0, 9361.0, 9320.0, 9313.0, 9346.0, 9319.0, 9364.0, 9333.0, 9300.0, 9341.0, 9300.0, 9298.0, 9314.0, 9301.0, 9359.0, 9317.0, 9298.0, 9311.0, 9302.0, 9344.0, 9312.0, 9314.0, 9329.0, 9316.0, 9339.0, 9315.0, 9319.0, 9350.0, 9327.0, 9324.0, 9370.0, 9323.0, 9337.0, 9322.0, 9319.0, 9369.0, 9327.0, 9335.0, 9307.0, 9323.0, 9365.0, 9326.0, 9307.0, 9350.0, 9335.0, 9336.0, 9336.0, 9323.0, 9368.0, 9340.0, 9367.0, 9339.0, 9325.0, 9371.0, 9327.0, 9327.0, 9367.0, 9326.0, 9346.0, 9332.0, 9307.0, 9365.0, 9325.0, 9307.0, 9349.0, 9321.0, 9348.0, 9331.0, 9321.0, 9365.0, 9324.0, 9317.0, 9351.0, 9341.0, 9351.0, 9332.0, 9323.0, 9366.0, 9325.0, 9320.0, 9352.0, 9322.0, 9348.0, 9318.0, 9321.0, 9360.0, 9323.0, 9406.0, 9362.0, 9341.0, 9354.0, 9319.0, 9323.0, 9343.0, 9344.0, 9348.0, 9379.0, 9355.0, 9352.0, 9379.0, 9352.0, 9394.0, 9350.0, 9359.0, 9355.0, 9326.0, 9390.0, 9342.0, 9323.0, 9351.0, 9306.0, 9369.0, 9317.0, 9302.0, 9300.0, 9301.0, 9342.0, 9320.0, 9306.0, 9322.0, 9339.0, 9324.0, 9345.0, 9341.0, 9379.0, 9354.0, 9331.0, 9359.0, 9345.0, 9392.0, 9343.0, 9327.0, 9373.0, 9341.0, 9354.0, 9325.0, 9322.0, 9368.0, 9326.0, 9326.0, 9370.0, 9348.0, 9350.0, 9372.0, 9359.0, 9347.0, 9374.0, 9344.0, 9326.0, 9386.0, 9344.0, 9325.0, 9348.0, 9338.0, 9328.0, 9351.0, 9337.0, 9339.0, 9338.0, 9341.0, 9326.0, 9344.0, 9347.0, 9391.0, 9349.0, 9331.0, 9391.0, 9350.0, 9332.0, 9376.0, 9328.0, 9391.0, 9339.0, 9324.0, 9350.0, 9327.0, 9384.0, 9343.0, 9322.0, 9365.0, 9324.0, 9322.0, 9350.0, 9329.0, 9384.0, 9339.0, 9320.0, 9365.0, 9325.0, 9334.0, 9320.0, 9325.0, 9366.0, 9326.0, 9319.0, 9348.0, 9323.0, 9352.0, 9323.0, 9325.0, 9365.0, 9324.0, 9349.0, 9322.0, 9320.0, 9365.0, 9323.0, 9371.0, 9340.0, 9305.0, 9349.0, 9322.0, 9330.0, 9320.0, 9309.0, 9369.0, 9326.0, 9323.0, 9355.0, 9345.0, 9348.0, 9365.0, 9374.0, 9370.0, 9356.0, 9367.0, 9355.0, 9399.0, 9383.0, 9376.0, 9378.0, 9328.0, 9388.0, 9352.0, 9321.0, 9350.0, 9322.0, 9368.0, 9322.0, 9302.0, 9329.0, 9315.0, 9318.0, 9319.0, 9327.0, 9340.0, 9328.0, 9314.0, 9330.0, 9346.0, 9376.0, 9351.0, 9347.0, 9361.0, 9329.0, 9378.0, 9330.0, 9325.0, 9343.0, 9330.0, 9370.0, 9347.0, 9323.0, 9355.0, 9342.0, 9371.0, 9342.0, 9328.0, 9375.0, 9326.0, 9325.0, 9353.0, 9324.0, 9369.0, 9326.0, 9387.0, 9339.0, 9317.0, 9331.0, 9302.0, 9346.0, 9317.0, 9345.0, 9301.0, 9298.0, 9311.0, 9304.0, 9346.0, 9317.0, 9322.0, 9322.0, 9321.0, 9371.0, 9327.0, 9323.0, 9370.0, 9342.0, 9327.0, 9339.0, 9330.0, 9371.0, 9348.0, 9330.0, 9354.0, 9341.0, 9352.0, 9324.0, 9331.0, 9373.0, 9348.0, 9327.0, 9324.0, 9327.0, 9367.0, 9328.0, 9323.0, 9356.0, 9326.0, 9373.0, 9328.0, 9329.0, 9354.0, 9346.0, 9388.0, 9344.0, 9331.0, 9369.0, 9342.0, 9325.0, 9324.0, 9327.0, 9369.0, 9330.0, 9312.0, 9353.0, 9324.0, 9369.0, 9324.0, 9326.0, 9352.0, 9305.0, 9371.0, 9305.0, 9305.0, 9318.0, 9320.0, 9363.0, 9322.0, 9335.0, 9321.0, 9320.0, 9355.0, 9326.0, 9329.0, 9354.0, 9324.0, 9375.0, 9328.0, 9310.0, 9339.0, 9326.0, 9374.0, 9328.0, 9326.0, 9353.0, 9344.0, 9341.0, 9340.0, 9343.0, 9372.0, 9331.0, 9329.0, 9339.0, 9326.0, 9372.0, 9326.0, 9323.0, 9351.0, 9307.0, 9371.0, 9306.0, 9318.0, 9330.0, 9318.0, 9364.0, 9320.0, 9304.0, 9347.0, 9316.0, 9345.0, 9305.0, 9317.0, 9345.0, 9318.0, 9368.0, 9322.0, 9318.0, 9332.0, 9322.0, 9334.0, 9319.0, 9320.0, 9354.0, 9327.0, 9371.0, 9358.0, 9334.0, 9314.0, 9329.0, 9346.0, 9345.0, 9366.0, 9345.0, 9376.0, 9351.0, 9394.0, 9365.0, 9375.0, 9390.0, 9324.0, 9373.0, 9300.0, 9347.0, 9324.0, 9317.0, 9286.0, 9266.0, 9301.0, 9267.0, 9317.0, 9267.0, 9239.0, 9277.0, 9252.0, 9308.0, 9252.0, 9270.0, 9286.0, 9292.0, 9303.0, 9275.0, 9297.0, 9298.0, 9297.0, 9317.0, 9320.0, 9355.0, 9329.0, 9325.0, 9358.0, 9326.0, 9344.0, 9375.0, 9344.0, 9330.0, 9372.0, 9327.0, 9311.0, 9363.0, 9339.0, 9326.0, 9367.0, 9338.0, 9384.0, 9343.0, 9344.0, 9370.0, 9325.0, 9322.0, 9363.0, 9341.0, 9366.0, 9338.0, 9324.0, 9351.0, 9342.0, 9365.0, 9337.0, 9311.0, 9365.0, 9337.0, 9319.0, 9367.0, 9338.0, 9324.0, 9367.0, 9325.0, 9312.0, 9340.0, 9342.0, 9384.0, 9343.0, 9342.0, 9367.0, 9343.0, 9324.0, 9352.0, 9342.0, 9355.0, 9330.0, 9339.0, 9370.0, 9344.0, 9366.0, 9339.0, 9342.0, 9341.0, 9343.0, 9331.0, 9389.0, 9364.0, 9346.0, 9376.0, 9348.0, 9345.0, 9348.0, 9348.0, 9409.0, 9355.0, 9353.0, 9392.0, 9347.0, 9344.0, 9358.0, 9345.0, 9393.0, 9349.0, 9334.0, 9373.0, 9343.0, 9352.0, 9353.0, 9340.0, 9390.0, 9351.0, 9323.0, 9363.0, 9325.0, 9370.0, 9336.0, 9317.0, 9343.0, 9324.0, 9315.0, 9319.0, 9306.0, 9367.0, 9320.0, 9323.0, 9365.0, 9328.0, 9310.0, 9351.0, 9342.0, 9369.0, 9323.0, 9322.0, 9351.0, 9340.0, 9322.0, 9340.0, 9328.0, 9387.0, 9326.0, 9326.0, 9386.0, 9344.0, 9342.0, 9371.0, 9346.0, 9370.0, 9355.0, 9328.0, 9385.0, 9342.0, 9328.0, 9367.0, 9321.0, 9365.0, 9323.0, 9319.0, 9360.0, 9318.0, 9305.0, 9331.0, 9324.0, 9383.0, 9326.0, 9322.0, 9368.0, 9326.0, 9325.0, 9337.0, 9329.0, 9386.0, 9342.0, 9328.0, 9357.0, 9326.0, 9324.0, 9371.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.00020917098445595852</td></tr>
<tr><td colspan=3>aqi</td><td>0.016082281243523316</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.92238277424277</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2721107275414907</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9973780222925306</td></tr>
<tr><td colspan=3>efc</td><td>0.4711</td></tr>
<tr><td colspan=3>fber</td><td>6440.6631</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07730011160354028</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9326424870466321</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.685737858042616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.633743028115764</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9344742936730444</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.488996252339041</td></tr>
<tr><td colspan=3>gcor</td><td>0.00777673</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017995446920394897</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02580997534096241</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.788801749276812</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.4046</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5336</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.1401</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297511.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>681.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.168</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2657</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.6876</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3357.8012</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.4379</td></tr>
<tr><td colspan=3>tsnr</td><td>43.8190493111033</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
Rating widget
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="qcslider-head">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
</h2>
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
<div class="accordion-body">
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="qcartifacts-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
Record specific artifacts
</button>
</h2>
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
<div class="accordion-body">
<fieldset id="qcartifacts-group" class="form-group">
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
</div>
</fieldset>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
<div class="accordion-item">
<h2 class="accordion-header" id="qcextra-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
Extra details
</button>
</h2>
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
<div class="accordion-body">
<div class="input-group">
<span class="input-group-text">Comments</span>
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
</div>
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
</ul>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 1.5 ) {
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
} else if ( $(this).val() > 3.5 ) {
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
} else if ( $(this).val() < 2.5 ) {
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
};
var payload = read_form();
});
$('#qcextra-confidence').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 2.0 ) {
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
};
var payload = read_form();
});
$('#qcextra-comments').bind('input propertychange', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
});
$( '#btn-post' ).click( function() {
var payload = read_form();
var md5sum = "unspecified";
var params = {
'rating': payload['rating'],
'md5sum': md5sum,
'name': "",
'comment': JSON.stringify(payload['artifacts'])
};
// disable development releases
var authorization = $(this).val();
var ratingReq = new XMLHttpRequest();
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
ratingReq.setRequestHeader("Authorization", authorization);
ratingReq.onload = function () {
status = ratingReq.status;
$('#btn-post').removeClass('btn-primary');
$('#btn-post').attr('disabled', true);
$('#btn-post').attr('aria-disabled', true);
$('#btn-post').prop('disabled');
$('#btn-post').addClass('disabled');
$('#btn-post').removeClass('active');
if (status === "201") {
$('#btn-post').addClass('btn-success');
$('#btn-post').html('Posted!');
} else {
$('#btn-post').addClass('btn-danger');
$('#btn-post').html('Failed');
};
};
ratingReq.send(JSON.stringify(params));
});
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
var payload = read_form();
});
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
toggle_rating();
});
</script>
</div>
<script type="text/javascript">
function toggle(id) {
var element = document.getElementById(id);
if(element.style.display == 'block')
element.style.display = 'none';
else
element.style.display = 'block';
}
</script>
</body>
</html>