ds005256-mriqc/sub-0016_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter aba5ac81ab [DATALAD RUNCMD] Compute MRIQC for sub-0016
=== 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-0016 --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-0016",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:54 +02:00

616 lines
No EOL
113 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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>96b08426ea3c2fefd4b399050a34ffd2</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:24:5.505000</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.998956, 0.0440549, 0.0121063, -0.0441395, 0.999002, 0.00681321]</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.0907078</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 466, -17, -214, -76, 124]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc3c5774-c416-4243-abcb-ff2c78f76e0f||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.6801252365112305, -0.1184229627251625, 0.03184400871396065, 117.9590072631836], [-0.11819595098495483, 2.6802496910095215, 0.019819237291812897, -88.52741241455078], [0.03248034790158272, -0.018279336392879486, 2.699739456176758, -80.2042236328125], [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': ['122405.505000', '122405.965000', '122406.425000', '122406.885000', '122407.345000', '122407.805000', '122408.265000', '122408.725000', '122409.185000', '122409.645000', '122410.105000', '122410.565000', '122411.025000', '122411.485000', '122411.945000', '122412.405000', '122412.865000', '122413.325000', '122413.785000', '122414.245000', '122414.705000', '122415.165000', '122415.625000', '122416.085000', '122416.545000', '122417.005000', '122417.465000', '122417.925000', '122418.385000', '122418.845000', '122419.305000', '122419.765000', '122420.225000', '122420.685000', '122421.145000', '122421.605000', '122422.065000', '122422.525000', '122422.985000', '122423.445000', '122423.905000', '122424.365000', '122424.825000', '122425.285000', '122425.745000', '122426.205000', '122426.665000', '122427.125000', '122427.585000', '122428.045000', '122428.505000', '122428.965000', '122429.425000', '122429.885000', '122430.345000', '122430.805000', '122431.265000', '122431.725000', '122432.185000', '122432.645000', '122433.105000', '122433.565000', '122434.025000', '122434.485000', '122434.945000', '122435.405000', '122435.865000', '122436.325000', '122436.785000', '122437.245000', '122437.705000', '122438.165000', '122438.625000', '122439.085000', '122439.545000', '122440.005000', '122440.465000', '122440.925000', '122441.385000', '122441.845000', '122442.305000', '122442.765000', '122443.225000', '122443.685000', '122444.145000', '122444.605000', '122445.065000', '122445.525000', '122445.985000', '122446.445000', '122446.905000', '122447.365000', '122447.825000', '122448.285000', '122448.745000', '122449.205000', '122449.665000', '122450.125000', '122450.585000', '122451.045000', '122451.505000', '122451.965000', '122452.425000', '122452.885000', '122453.345000', '122453.805000', '122454.265000', '122454.725000', '122455.185000', '122455.645000', '122456.105000', '122456.565000', '122457.025000', '122457.485000', '122457.945000', '122458.405000', '122458.865000', '122459.325000', '122459.785000', '122500.245000', '122500.705000', '122501.165000', '122501.625000', '122502.085000', '122502.545000', '122503.005000', '122503.465000', '122503.925000', '122504.385000', '122504.845000', '122505.305000', '122505.765000', '122506.225000', '122506.685000', '122507.145000', '122507.605000', '122508.065000', '122508.525000', '122508.985000', '122509.445000', '122509.905000', '122510.365000', '122510.825000', '122511.285000', '122511.745000', '122512.205000', '122512.665000', '122513.125000', '122513.585000', '122514.045000', '122514.505000', '122514.965000', '122515.425000', '122515.885000', '122516.345000', '122516.805000', '122517.265000', '122517.725000', '122518.185000', '122518.645000', '122519.105000', '122519.565000', '122520.025000', '122520.485000', '122520.945000', '122521.405000', '122521.865000', '122522.325000', '122522.785000', '122523.245000', '122523.705000', '122524.165000', '122524.625000', '122525.085000', '122525.545000', '122526.005000', '122526.465000', '122526.925000', '122527.385000', '122527.845000', '122528.305000', '122528.765000', '122529.225000', '122529.685000', '122530.145000', '122530.605000', '122531.065000', '122531.525000', '122531.985000', '122532.445000', '122532.905000', '122533.365000', '122533.825000', '122534.285000', '122534.745000', '122535.205000', '122535.665000', '122536.125000', '122536.585000', '122537.045000', '122537.505000', '122537.965000', '122538.425000', '122538.885000', '122539.345000', '122539.805000', '122540.265000', '122540.725000', '122541.185000', '122541.645000', '122542.105000', '122542.565000', '122543.025000', '122543.485000', '122543.945000', '122544.405000', '122544.865000', '122545.325000', '122545.785000', '122546.245000', '122546.705000', '122547.165000', '122547.625000', '122548.085000', '122548.545000', '122549.005000', '122549.465000', '122549.925000', '122550.385000', '122550.845000', '122551.305000', '122551.765000', '122552.225000', '122552.685000', '122553.145000', '122553.605000', '122554.065000', '122554.525000', '122554.985000', '122555.445000', '122555.905000', '122556.365000', '122556.825000', '122557.285000', '122557.745000', '122558.205000', '122558.665000', '122559.125000', '122559.585000', '122600.045000', '122600.505000', '122600.965000', '122601.425000', '122601.885000', '122602.345000', '122602.805000', '122603.265000', '122603.725000', '122604.185000', '122604.645000', '122605.105000', '122605.565000', '122606.025000', '122606.485000', '122606.945000', '122607.405000', '122607.865000', '122608.325000', '122608.785000', '122609.245000', '122609.705000', '122610.165000', '122610.625000', '122611.085000', '122611.545000', '122612.005000', '122612.465000', '122612.925000', '122613.385000', '122613.845000', '122614.305000', '122614.765000', '122615.225000', '122615.685000', '122616.145000', '122616.605000', '122617.065000', '122617.525000', '122617.985000', '122618.445000', '122618.905000', '122619.365000', '122619.825000', '122620.285000', '122620.745000', '122621.205000', '122621.665000', '122622.125000', '122622.585000', '122623.045000', '122623.505000', '122623.965000', '122624.425000', '122624.885000', '122625.345000', '122625.805000', '122626.265000', '122626.725000', '122627.185000', '122627.645000', '122628.105000', '122628.565000', '122629.025000', '122629.485000', '122629.945000', '122630.405000', '122630.865000', '122631.325000', '122631.785000', '122632.245000', '122632.705000', '122633.165000', '122633.625000', '122634.085000', '122634.545000', '122635.005000', '122635.465000', '122635.925000', '122636.385000', '122636.845000', '122637.305000', '122637.765000', '122638.225000', '122638.685000', '122639.145000', '122639.605000', '122640.065000', '122640.525000', '122640.985000', '122641.445000', '122641.905000', '122642.365000', '122642.825000', '122643.285000', '122643.745000', '122644.205000', '122644.665000', '122645.125000', '122645.585000', '122646.045000', '122646.505000', '122646.965000', '122647.425000', '122647.885000', '122648.345000', '122648.805000', '122649.265000', '122649.725000', '122650.185000', '122650.645000', '122651.105000', '122651.565000', '122652.025000', '122652.485000', '122652.945000', '122653.405000', '122653.865000', '122654.325000', '122654.785000', '122655.245000', '122655.705000', '122656.165000', '122656.625000', '122657.085000', '122657.545000', '122658.005000', '122658.465000', '122658.925000', '122659.385000', '122659.845000', '122700.305000', '122700.765000', '122701.225000', '122701.685000', '122702.145000', '122702.605000', '122703.065000', '122703.525000', '122703.985000', '122704.445000', '122704.905000', '122705.365000', '122705.825000', '122706.285000', '122706.745000', '122707.205000', '122707.665000', '122708.125000', '122708.585000', '122709.045000', '122709.505000', '122709.965000', '122710.425000', '122710.885000', '122711.345000', '122711.805000', '122712.265000', '122712.725000', '122713.185000', '122713.645000', '122714.105000', '122714.565000', '122715.025000', '122715.485000', '122715.945000', '122716.405000', '122716.865000', '122717.325000', '122717.785000', '122718.245000', '122718.705000', '122719.165000', '122719.625000', '122720.085000', '122720.545000', '122721.005000', '122721.465000', '122721.925000', '122722.385000', '122722.845000', '122723.305000', '122723.765000', '122724.225000', '122724.685000', '122725.145000', '122725.605000', '122726.065000', '122726.525000', '122726.985000', '122727.445000', '122727.905000', '122728.365000', '122728.825000', '122729.285000', '122729.745000', '122730.205000', '122730.665000', '122731.125000', '122731.585000', '122732.045000', '122732.505000', '122732.965000', '122733.425000', '122733.885000', '122734.345000', '122734.805000', '122735.265000', '122735.725000', '122736.185000', '122736.645000', '122737.105000', '122737.565000', '122738.025000', '122738.485000', '122738.945000', '122739.405000', '122739.865000', '122740.325000', '122740.785000', '122741.245000', '122741.705000', '122742.165000', '122742.625000', '122743.085000', '122743.545000', '122744.005000', '122744.465000', '122744.925000', '122745.385000', '122745.845000', '122746.305000', '122746.765000', '122747.225000', '122747.685000', '122748.145000', '122748.605000', '122749.065000', '122749.525000', '122749.985000', '122750.445000', '122750.905000', '122751.365000', '122751.825000', '122752.285000', '122752.745000', '122753.205000', '122753.665000', '122754.125000', '122754.585000', '122755.045000', '122755.505000', '122755.965000', '122756.425000', '122756.885000', '122757.345000', '122757.805000', '122758.265000', '122758.725000', '122759.185000', '122759.645000', '122800.105000', '122800.565000', '122801.025000', '122801.485000', '122801.945000', '122802.405000', '122802.865000', '122803.325000', '122803.785000', '122804.245000', '122804.705000', '122805.165000', '122805.625000', '122806.085000', '122806.545000', '122807.005000', '122807.465000', '122807.925000', '122808.385000', '122808.845000', '122809.305000', '122809.765000', '122810.225000', '122810.685000', '122811.145000', '122811.605000', '122812.065000', '122812.525000', '122812.985000', '122813.445000', '122813.905000', '122814.365000', '122814.825000', '122815.285000', '122815.745000', '122816.205000', '122816.665000', '122817.125000', '122817.585000', '122818.045000', '122818.505000', '122818.965000', '122819.425000', '122819.885000', '122820.345000', '122820.805000', '122821.265000', '122821.725000', '122822.185000', '122822.645000', '122823.105000', '122823.565000', '122824.025000', '122824.485000', '122824.945000', '122825.405000', '122825.865000', '122826.325000', '122826.785000', '122827.245000', '122827.705000', '122828.165000', '122828.625000', '122829.085000', '122829.545000', '122830.005000', '122830.465000', '122830.925000', '122831.385000', '122831.845000', '122832.305000', '122832.765000', '122833.225000', '122833.685000', '122834.145000', '122834.605000', '122835.065000', '122835.525000', '122835.985000', '122836.445000', '122836.905000', '122837.365000', '122837.825000', '122838.285000', '122838.745000', '122839.205000', '122839.665000', '122840.125000', '122840.585000', '122841.045000', '122841.505000', '122841.965000', '122842.425000', '122842.885000', '122843.345000', '122843.805000', '122844.265000', '122844.725000', '122845.185000', '122845.645000', '122846.105000', '122846.565000', '122847.025000', '122847.485000', '122847.945000', '122848.405000', '122848.865000', '122849.325000', '122849.785000', '122850.245000', '122850.705000', '122851.165000', '122851.625000', '122852.085000', '122852.545000', '122853.005000', '122853.465000', '122853.925000', '122854.385000', '122854.845000', '122855.305000', '122855.765000', '122856.225000', '122856.685000', '122857.145000', '122857.605000', '122858.065000', '122858.525000', '122858.985000', '122859.445000', '122859.905000', '122900.365000', '122900.825000', '122901.285000', '122901.745000', '122902.205000', '122902.665000', '122903.125000', '122903.585000', '122904.045000', '122904.505000', '122904.965000', '122905.425000', '122905.885000', '122906.345000', '122906.805000', '122907.265000', '122907.725000', '122908.185000', '122908.645000', '122909.105000', '122909.565000', '122910.025000', '122910.485000', '122910.945000', '122911.405000', '122911.865000', '122912.325000', '122912.785000', '122913.245000', '122913.705000', '122914.165000', '122914.625000', '122915.085000', '122915.545000', '122916.005000', '122916.465000', '122916.925000', '122917.385000', '122917.845000', '122918.305000', '122918.765000', '122919.225000', '122919.685000', '122920.145000', '122920.605000', '122921.065000', '122921.525000', '122921.985000', '122922.445000', '122922.905000', '122923.365000', '122923.825000', '122924.285000', '122924.745000', '122925.205000', '122925.665000', '122926.125000', '122926.585000', '122927.045000', '122927.505000', '122927.965000', '122928.425000', '122928.885000', '122929.345000', '122929.805000', '122930.265000', '122930.725000', '122931.185000', '122931.645000', '122932.105000', '122932.565000', '122933.025000', '122933.485000', '122933.945000', '122934.405000', '122934.865000', '122935.325000', '122935.785000', '122936.245000', '122936.705000', '122937.165000', '122937.625000', '122938.085000', '122938.545000', '122939.005000', '122939.465000', '122939.925000', '122940.385000', '122940.845000', '122941.305000', '122941.765000', '122942.225000', '122942.685000', '122943.145000', '122943.605000', '122944.065000', '122944.525000', '122944.985000', '122945.445000', '122945.905000', '122946.365000', '122946.825000', '122947.285000', '122947.745000', '122948.205000', '122948.665000', '122949.125000', '122949.585000', '122950.045000', '122950.505000', '122950.965000', '122951.425000', '122951.885000', '122952.345000', '122952.805000', '122953.265000', '122953.725000', '122954.185000', '122954.645000', '122955.105000', '122955.565000', '122956.025000', '122956.485000', '122956.945000', '122957.405000', '122957.865000', '122958.325000', '122958.785000', '122959.245000', '122959.705000', '123000.165000', '123000.625000', '123001.085000', '123001.545000', '123002.005000', '123002.465000', '123002.925000', '123003.385000', '123003.845000', '123004.305000', '123004.765000', '123005.225000', '123005.685000', '123006.145000', '123006.605000', '123007.065000', '123007.525000', '123007.985000', '123008.445000', '123008.905000', '123009.365000', '123009.825000', '123010.285000', '123010.745000', '123011.205000', '123011.665000', '123012.125000', '123012.585000', '123013.045000', '123013.505000', '123013.965000', '123014.425000', '123014.885000', '123015.345000', '123015.805000', '123016.265000', '123016.725000', '123017.185000', '123017.645000', '123018.105000', '123018.565000', '123019.025000', '123019.485000', '123019.945000', '123020.405000', '123020.865000', '123021.325000', '123021.785000', '123022.245000', '123022.705000', '123023.165000', '123023.625000', '123024.085000', '123024.545000', '123025.005000', '123025.465000', '123025.925000', '123026.385000', '123026.845000', '123027.305000', '123027.765000', '123028.225000', '123028.685000', '123029.145000', '123029.605000', '123030.065000', '123030.525000', '123030.985000', '123031.445000', '123031.905000', '123032.365000', '123032.825000', '123033.285000', '123033.745000', '123034.205000', '123034.665000', '123035.125000', '123035.585000', '123036.045000', '123036.505000', '123036.965000', '123037.425000', '123037.885000', '123038.345000', '123038.805000', '123039.265000', '123039.725000', '123040.185000', '123040.645000', '123041.105000', '123041.565000', '123042.025000', '123042.485000', '123042.945000', '123043.405000', '123043.865000', '123044.325000', '123044.785000', '123045.245000', '123045.705000', '123046.165000', '123046.625000', '123047.085000', '123047.545000', '123048.005000', '123048.465000', '123048.925000', '123049.385000', '123049.845000', '123050.305000', '123050.765000', '123051.225000', '123051.685000', '123052.145000', '123052.605000', '123053.065000', '123053.525000', '123053.985000', '123054.445000', '123054.905000', '123055.365000', '123055.825000', '123056.285000', '123056.745000', '123057.205000', '123057.665000', '123058.125000', '123058.585000', '123059.045000', '123059.505000', '123059.965000', '123100.425000', '123100.885000', '123101.345000', '123101.805000', '123102.265000', '123102.725000', '123103.185000', '123103.645000', '123104.105000', '123104.565000', '123105.025000', '123105.485000', '123105.945000', '123106.405000', '123106.865000', '123107.325000', '123107.785000', '123108.245000', '123108.705000', '123109.165000', '123109.625000', '123110.085000', '123110.545000', '123111.005000', '123111.465000', '123111.925000', '123112.385000', '123112.845000', '123113.305000', '123113.765000', '123114.225000', '123114.685000', '123115.145000', '123115.605000', '123116.065000', '123116.525000', '123116.985000', '123117.445000', '123117.905000', '123118.365000', '123118.825000', '123119.285000', '123119.745000', '123120.205000', '123120.665000', '123121.125000', '123121.585000', '123122.045000', '123122.505000', '123122.965000', '123123.425000', '123123.885000', '123124.345000', '123124.805000', '123125.265000', '123125.725000', '123126.185000', '123126.645000', '123127.105000', '123127.565000', '123128.025000', '123128.485000', '123128.945000', '123129.405000', '123129.865000'], 'ContentTime': ['122422.610000', '122422.614000', '122422.616000', '122422.619000', '122422.622000', '122422.625000', '122422.628000', '122422.630000', '122422.636000', '122422.639000', '122422.641000', '122422.644000', '122422.647000', '122422.650000', '122422.653000', '122422.655000', '122422.662000', '122422.665000', '122422.668000', '122422.671000', '122422.674000', '122422.676000', '122422.687000', '122422.690000', '122422.692000', '122422.695000', '122422.698000', '122422.701000', '122422.704000', '122422.707000', '122422.710000', '122422.713000', '122422.715000', '122422.718000', '122422.721000', '122422.724000', '122442.578000', '122442.581000', '122442.584000', '122442.586000', '122442.589000', '122442.592000', '122442.595000', '122442.598000', '122442.600000', '122442.603000', '122442.606000', '122442.609000', '122442.611000', '122442.614000', '122442.617000', '122442.620000', '122442.623000', '122442.625000', '122442.628000', '122442.631000', '122442.634000', '122442.637000', '122442.640000', '122442.642000', '122442.645000', '122442.648000', '122442.651000', '122442.653000', '122442.656000', '122442.659000', '122442.662000', '122442.665000', '122442.667000', '122442.670000', '122442.673000', '122442.676000', '122442.678000', '122442.681000', '122442.684000', '122442.687000', '122442.690000', '122442.692000', '122442.695000', '122442.698000', '122502.578000', '122502.581000', '122502.584000', '122502.586000', '122502.589000', '122502.592000', '122502.595000', '122502.597000', '122502.600000', '122502.603000', '122502.606000', '122502.608000', '122502.611000', '122502.614000', '122502.617000', '122502.620000', '122502.622000', '122502.625000', '122502.628000', '122502.631000', '122502.634000', '122502.636000', '122502.639000', '122502.642000', '122502.645000', '122502.647000', '122502.650000', '122502.653000', '122502.656000', '122502.658000', '122502.661000', '122502.664000', '122502.667000', '122502.670000', '122502.672000', '122502.675000', '122502.678000', '122502.681000', '122502.683000', '122502.686000', '122502.689000', '122502.692000', '122502.695000', '122522.577000', '122522.580000', '122522.583000', '122522.606000', '122522.609000', '122522.611000', '122522.614000', '122522.617000', '122522.620000', '122522.622000', '122522.625000', '122522.628000', '122522.631000', '122522.633000', '122522.636000', '122522.639000', '122522.642000', '122522.645000', '122522.648000', '122522.650000', '122522.653000', '122522.656000', '122522.659000', '122522.662000', '122522.664000', '122522.667000', '122522.670000', '122522.673000', '122522.675000', '122522.678000', '122522.681000', '122522.684000', '122522.687000', '122522.689000', '122522.692000', '122522.695000', '122522.698000', '122522.701000', '122522.704000', '122522.706000', '122522.709000', '122522.712000', '122522.715000', '122522.717000', '122542.578000', '122542.581000', '122542.584000', '122542.586000', '122542.589000', '122542.592000', '122542.595000', '122542.597000', '122542.600000', '122542.603000', '122542.606000', '122542.608000', '122542.611000', '122542.614000', '122542.617000', '122542.620000', '122542.623000', '122542.625000', '122542.628000', '122542.631000', '122542.634000', '122542.637000', '122542.639000', '122542.642000', '122542.645000', '122542.648000', '122542.651000', '122542.653000', '122542.656000', '122542.659000', '122542.662000', '122542.665000', '122542.667000', '122542.670000', '122542.675000', '122542.677000', '122542.680000', '122542.683000', '122542.686000', '122542.689000', '122542.692000', '122542.694000', '122542.697000', '122602.578000', '122602.581000', '122602.584000', '122602.586000', '122602.589000', '122602.592000', '122602.595000', '122602.598000', '122602.600000', '122602.603000', '122602.606000', '122602.609000', '122602.612000', '122602.614000', '122602.617000', '122602.620000', '122602.623000', '122602.626000', '122602.628000', '122602.631000', '122602.634000', '122602.637000', '122602.640000', '122602.643000', '122602.646000', '122602.648000', '122602.651000', '122602.654000', '122602.657000', '122602.659000', '122602.662000', '122602.665000', '122602.668000', '122602.671000', '122602.673000', '122602.676000', '122602.679000', '122602.682000', '122602.684000', '122602.687000', '122602.690000', '122602.693000', '122602.696000', '122602.698000', '122622.578000', '122622.581000', '122622.584000', '122622.586000', '122622.589000', '122622.592000', '122622.595000', '122622.597000', '122622.600000', '122622.603000', '122622.606000', '122622.608000', '122622.611000', '122622.614000', '122622.617000', '122622.620000', '122622.623000', '122622.625000', '122622.628000', '122622.631000', '122622.634000', '122622.636000', '122622.639000', '122622.642000', '122622.645000', '122622.648000', '122622.651000', '122622.653000', '122622.656000', '122622.659000', '122622.662000', '122622.665000', '122622.667000', '122622.670000', '122622.673000', '122622.676000', '122622.678000', '122622.681000', '122622.684000', '122622.687000', '122622.690000', '122622.692000', '122622.695000', '122642.578000', '122642.581000', '122642.584000', '122642.586000', '122642.589000', '122642.592000', '122642.595000', '122642.598000', '122642.600000', '122642.603000', '122642.606000', '122642.609000', '122642.612000', '122642.614000', '122642.617000', '122642.620000', '122642.623000', '122642.626000', '122642.628000', '122642.631000', '122642.634000', '122642.637000', '122642.640000', '122642.642000', '122642.645000', '122642.648000', '122642.651000', '122642.654000', '122642.656000', '122642.659000', '122642.662000', '122642.665000', '122642.668000', '122642.670000', '122642.673000', '122642.676000', '122642.679000', '122642.681000', '122642.684000', '122642.687000', '122642.690000', '122642.693000', '122642.700000', '122642.703000', '122702.578000', '122702.581000', '122702.584000', '122702.586000', '122702.589000', '122702.592000', '122702.595000', '122702.597000', '122702.600000', '122702.603000', '122702.606000', '122702.609000', '122702.611000', '122702.614000', '122702.617000', '122702.620000', '122702.623000', '122702.626000', '122702.628000', '122702.631000', '122702.634000', '122702.637000', '122702.640000', '122702.642000', '122702.645000', '122702.648000', '122702.651000', '122702.654000', '122702.656000', '122702.659000', '122702.662000', '122702.665000', '122702.668000', '122702.670000', '122702.673000', '122702.676000', '122702.679000', '122702.682000', '122702.684000', '122702.687000', '122702.690000', '122702.693000', '122702.696000', '122722.578000', '122722.581000', '122722.584000', '122722.586000', '122722.589000', '122722.592000', '122722.595000', '122722.597000', '122722.600000', '122722.603000', '122722.606000', '122722.609000', '122722.611000', '122722.614000', '122722.617000', '122722.620000', '122722.623000', '122722.626000', '122722.629000', '122722.631000', '122722.634000', '122722.637000', '122722.640000', '122722.643000', '122722.645000', '122722.648000', '122722.651000', '122722.654000', '122722.657000', '122722.659000', '122722.662000', '122722.665000', '122722.668000', '122722.670000', '122722.673000', '122722.676000', '122722.679000', '122722.682000', '122722.684000', '122722.687000', '122722.690000', '122722.693000', '122722.696000', '122722.698000', '122742.577000', '122742.580000', '122742.583000', '122742.585000', '122742.588000', '122742.591000', '122742.594000', '122742.597000', '122742.599000', '122742.602000', '122742.605000', '122742.608000', '122742.611000', '122742.614000', '122742.616000', '122742.619000', '122742.622000', '122742.625000', '122742.628000', '122742.630000', '122742.633000', '122742.636000', '122742.639000', '122742.642000', '122742.644000', '122742.647000', '122742.650000', '122742.653000', '122742.656000', '122742.658000', '122742.661000', '122742.664000', '122742.667000', '122742.669000', '122742.672000', '122742.675000', '122742.678000', '122742.680000', '122742.683000', '122742.686000', '122742.689000', '122742.692000', '122742.694000', '122802.578000', '122802.581000', '122802.584000', '122802.587000', '122802.590000', '122802.593000', '122802.595000', '122802.598000', '122802.601000', '122802.604000', '122802.607000', '122802.610000', '122802.612000', '122802.615000', '122802.618000', '122802.621000', '122802.623000', '122802.626000', '122802.629000', '122802.632000', '122802.635000', '122802.637000', '122802.640000', '122802.643000', '122802.646000', '122802.649000', '122802.651000', '122802.654000', '122802.657000', '122802.660000', '122802.663000', '122802.665000', '122802.668000', '122802.671000', '122802.674000', '122802.677000', '122802.679000', '122802.682000', '122802.685000', '122802.688000', '122802.691000', '122802.693000', '122802.696000', '122822.578000', '122822.581000', '122822.584000', '122822.586000', '122822.589000', '122822.592000', '122822.595000', '122822.598000', '122822.600000', '122822.603000', '122822.606000', '122822.609000', '122822.612000', '122822.615000', '122822.618000', '122822.620000', '122822.623000', '122822.626000', '122822.629000', '122822.631000', '122822.634000', '122822.637000', '122822.640000', '122822.643000', '122822.662000', '122822.665000', '122822.668000', '122822.671000', '122822.673000', '122822.676000', '122822.679000', '122822.690000', '122822.692000', '122822.695000', '122822.698000', '122822.701000', '122822.704000', '122822.706000', '122822.709000', '122822.712000', '122822.715000', '122822.718000', '122822.721000', '122822.723000', '122842.578000', '122842.581000', '122842.584000', '122842.587000', '122842.590000', '122842.593000', '122842.596000', '122842.599000', '122842.602000', '122842.604000', '122842.607000', '122842.610000', '122842.613000', '122842.616000', '122842.618000', '122842.621000', '122842.624000', '122842.627000', '122842.629000', '122842.632000', '122842.635000', '122842.638000', '122842.641000', '122842.644000', '122842.654000', '122842.657000', '122842.660000', '122842.663000', '122842.665000', '122842.668000', '122842.671000', '122842.674000', '122842.677000', '122842.679000', '122842.682000', '122842.685000', '122842.688000', '122842.690000', '122842.693000', '122842.696000', '122842.699000', '122842.702000', '122842.704000', '122902.578000', '122902.581000', '122902.583000', '122902.586000', '122902.589000', '122902.592000', '122902.595000', '122902.597000', '122902.600000', '122902.603000', '122902.606000', '122902.609000', '122902.612000', '122902.614000', '122902.617000', '122902.620000', '122902.623000', '122902.625000', '122902.628000', '122902.631000', '122902.634000', '122902.637000', '122902.640000', '122902.642000', '122902.645000', '122902.648000', '122902.651000', '122902.653000', '122902.656000', '122902.659000', '122902.662000', '122902.665000', '122902.667000', '122902.670000', '122902.673000', '122902.676000', '122902.678000', '122902.681000', '122902.684000', '122902.687000', '122902.690000', '122902.692000', '122902.695000', '122902.698000', '122922.578000', '122922.581000', '122922.584000', '122922.586000', '122922.589000', '122922.592000', '122922.595000', '122922.598000', '122922.601000', '122922.604000', '122922.606000', '122922.609000', '122922.612000', '122922.615000', '122922.620000', '122922.623000', '122922.626000', '122922.629000', '122922.632000', '122922.635000', '122922.638000', '122922.641000', '122922.643000', '122922.646000', '122922.649000', '122922.652000', '122922.655000', '122922.657000', '122922.660000', '122922.663000', '122922.666000', '122922.669000', '122922.682000', '122922.685000', '122922.688000', '122922.690000', '122922.693000', '122922.696000', '122922.699000', '122922.702000', '122922.704000', '122922.707000', '122922.710000', '122942.578000', '122942.581000', '122942.584000', '122942.586000', '122942.589000', '122942.592000', '122942.595000', '122942.598000', '122942.601000', '122942.603000', '122942.606000', '122942.609000', '122942.612000', '122942.615000', '122942.618000', '122942.621000', '122942.623000', '122942.626000', '122942.629000', '122942.632000', '122942.635000', '122942.638000', '122942.640000', '122942.643000', '122942.646000', '122942.649000', '122942.652000', '122942.654000', '122942.657000', '122942.660000', '122942.663000', '122942.665000', '122942.668000', '122942.671000', '122942.674000', '122942.677000', '122942.680000', '122942.682000', '122942.685000', '122942.688000', '122942.691000', '122942.693000', '122942.696000', '122942.699000', '123002.577000', '123002.580000', '123002.583000', '123002.586000', '123002.588000', '123002.591000', '123002.594000', '123002.597000', '123002.600000', '123002.602000', '123002.605000', '123002.608000', '123002.611000', '123002.614000', '123002.616000', '123002.619000', '123002.622000', '123002.625000', '123002.628000', '123002.631000', '123002.634000', '123002.637000', '123002.640000', '123002.642000', '123002.645000', '123002.648000', '123002.651000', '123002.654000', '123002.656000', '123002.659000', '123002.662000', '123002.665000', '123002.668000', '123002.670000', '123002.673000', '123002.676000', '123002.679000', '123002.682000', '123002.685000', '123002.687000', '123002.690000', '123002.693000', '123002.696000', '123022.578000', '123022.581000', '123022.584000', '123022.586000', '123022.589000', '123022.592000', '123022.595000', '123022.598000', '123022.601000', '123022.603000', '123022.606000', '123022.609000', '123022.612000', '123022.615000', '123022.618000', '123022.620000', '123022.624000', '123022.627000', '123022.630000', '123022.633000', '123022.636000', '123022.639000', '123022.641000', '123022.644000', '123022.647000', '123022.650000', '123022.653000', '123022.656000', '123022.658000', '123022.661000', '123022.664000', '123022.667000', '123022.670000', '123022.672000', '123022.675000', '123022.678000', '123022.681000', '123022.684000', '123022.686000', '123022.689000', '123022.692000', '123022.695000', '123022.698000', '123022.700000', '123042.578000', '123042.581000', '123042.584000', '123042.588000', '123042.591000', '123042.593000', '123042.596000', '123042.599000', '123042.602000', '123042.605000', '123042.607000', '123042.610000', '123042.613000', '123042.616000', '123042.618000', '123042.621000', '123042.624000', '123042.627000', '123042.630000', '123042.633000', '123042.635000', '123042.638000', '123042.641000', '123042.644000', '123042.647000', '123042.650000', '123042.652000', '123042.655000', '123042.658000', '123042.662000', '123042.665000', '123042.668000', '123042.671000', '123042.674000', '123042.676000', '123042.679000', '123042.682000', '123042.685000', '123042.687000', '123042.690000', '123042.693000', '123042.696000', '123042.698000', '123102.578000', '123102.581000', '123102.584000', '123102.587000', '123102.589000', '123102.592000', '123102.595000', '123102.598000', '123102.601000', '123102.603000', '123102.606000', '123102.609000', '123102.612000', '123102.615000', '123102.618000', '123102.620000', '123102.623000', '123102.626000', '123102.629000', '123102.632000', '123102.635000', '123102.637000', '123102.640000', '123102.643000', '123102.646000', '123102.649000', '123102.652000', '123102.654000', '123102.657000', '123102.660000', '123102.663000', '123102.666000', '123102.668000', '123102.671000', '123102.674000', '123102.677000', '123102.680000', '123102.682000', '123102.685000', '123102.688000', '123102.691000', '123102.694000', '123102.696000', '123102.699000', '123122.578000', '123122.581000', '123122.599000', '123122.602000', '123122.605000', '123122.607000', '123122.610000', '123122.613000', '123122.616000', '123122.619000', '123122.621000', '123122.624000', '123122.627000', '123122.630000', '123122.633000', '123122.636000', '123122.638000', '123122.641000', '123122.644000', '123122.647000', '123122.650000', '123122.652000', '123122.655000', '123122.658000', '123122.661000', '123122.664000', '123122.666000', '123122.669000', '123122.674000', '123122.678000', '123122.681000', '123122.684000', '123122.687000', '123122.690000', '123122.692000', '123122.695000', '123122.698000', '123122.701000', '123122.704000', '123122.706000', '123122.709000', '123122.712000', '123122.715000', '123130.550000', '123130.554000', '123130.558000', '123130.562000', '123130.565000', '123130.568000', '123130.571000', '123130.574000', '123130.577000', '123130.580000', '123130.583000', '123130.586000', '123130.589000', '123130.591000', '123130.595000', '123130.598000', '123130.601000', '123130.604000'], 'InstanceCreationTime': ['122422.610000', '122422.614000', '122422.616000', '122422.619000', '122422.622000', '122422.625000', '122422.628000', '122422.630000', '122422.636000', '122422.639000', '122422.641000', '122422.644000', '122422.647000', '122422.650000', '122422.653000', '122422.655000', '122422.662000', '122422.665000', '122422.668000', '122422.671000', '122422.674000', '122422.676000', '122422.687000', '122422.690000', '122422.692000', '122422.695000', '122422.698000', '122422.701000', '122422.704000', '122422.707000', '122422.710000', '122422.713000', '122422.715000', '122422.718000', '122422.721000', '122422.724000', '122442.578000', '122442.581000', '122442.584000', '122442.586000', '122442.589000', '122442.592000', '122442.595000', '122442.598000', '122442.600000', '122442.603000', '122442.606000', '122442.609000', '122442.611000', '122442.614000', '122442.617000', '122442.620000', '122442.623000', '122442.625000', '122442.628000', '122442.631000', '122442.634000', '122442.637000', '122442.640000', '122442.642000', '122442.645000', '122442.648000', '122442.651000', '122442.653000', '122442.656000', '122442.659000', '122442.662000', '122442.665000', '122442.667000', '122442.670000', '122442.673000', '122442.676000', '122442.678000', '122442.681000', '122442.684000', '122442.687000', '122442.690000', '122442.692000', '122442.695000', '122442.698000', '122502.578000', '122502.581000', '122502.584000', '122502.586000', '122502.589000', '122502.592000', '122502.595000', '122502.597000', '122502.600000', '122502.603000', '122502.606000', '122502.608000', '122502.611000', '122502.614000', '122502.617000', '122502.620000', '122502.622000', '122502.625000', '122502.628000', '122502.631000', '122502.634000', '122502.636000', '122502.639000', '122502.642000', '122502.645000', '122502.647000', '122502.650000', '122502.653000', '122502.656000', '122502.658000', '122502.661000', '122502.664000', '122502.667000', '122502.670000', '122502.672000', '122502.675000', '122502.678000', '122502.681000', '122502.683000', '122502.686000', '122502.689000', '122502.692000', '122502.695000', '122522.577000', '122522.580000', '122522.583000', '122522.606000', '122522.609000', '122522.611000', '122522.614000', '122522.617000', '122522.620000', '122522.622000', '122522.625000', '122522.628000', '122522.631000', '122522.633000', '122522.636000', '122522.639000', '122522.642000', '122522.645000', '122522.648000', '122522.650000', '122522.653000', '122522.656000', '122522.659000', '122522.662000', '122522.664000', '122522.667000', '122522.670000', '122522.673000', '122522.675000', '122522.678000', '122522.681000', '122522.684000', '122522.687000', '122522.689000', '122522.692000', '122522.695000', '122522.698000', '122522.701000', '122522.704000', '122522.706000', '122522.709000', '122522.712000', '122522.715000', '122522.717000', '122542.578000', '122542.581000', '122542.584000', '122542.586000', '122542.589000', '122542.592000', '122542.595000', '122542.597000', '122542.600000', '122542.603000', '122542.606000', '122542.608000', '122542.611000', '122542.614000', '122542.617000', '122542.620000', '122542.623000', '122542.625000', '122542.628000', '122542.631000', '122542.634000', '122542.637000', '122542.639000', '122542.642000', '122542.645000', '122542.648000', '122542.651000', '122542.653000', '122542.656000', '122542.659000', '122542.662000', '122542.665000', '122542.667000', '122542.670000', '122542.675000', '122542.677000', '122542.680000', '122542.683000', '122542.686000', '122542.689000', '122542.692000', '122542.694000', '122542.697000', '122602.578000', '122602.581000', '122602.584000', '122602.586000', '122602.589000', '122602.592000', '122602.595000', '122602.598000', '122602.600000', '122602.603000', '122602.606000', '122602.609000', '122602.612000', '122602.614000', '122602.617000', '122602.620000', '122602.623000', '122602.626000', '122602.628000', '122602.631000', '122602.634000', '122602.637000', '122602.640000', '122602.643000', '122602.646000', '122602.648000', '122602.651000', '122602.654000', '122602.657000', '122602.659000', '122602.662000', '122602.665000', '122602.668000', '122602.671000', '122602.673000', '122602.676000', '122602.679000', '122602.682000', '122602.684000', '122602.687000', '122602.690000', '122602.693000', '122602.696000', '122602.698000', '122622.578000', '122622.581000', '122622.584000', '122622.586000', '122622.589000', '122622.592000', '122622.595000', '122622.597000', '122622.600000', '122622.603000', '122622.606000', '122622.608000', '122622.611000', '122622.614000', '122622.617000', '122622.620000', '122622.623000', '122622.625000', '122622.628000', '122622.631000', '122622.634000', '122622.636000', '122622.639000', '122622.642000', '122622.645000', '122622.648000', '122622.651000', '122622.653000', '122622.656000', '122622.659000', '122622.662000', '122622.665000', '122622.667000', '122622.670000', '122622.673000', '122622.676000', '122622.678000', '122622.681000', '122622.684000', '122622.687000', '122622.690000', '122622.692000', '122622.695000', '122642.578000', '122642.581000', '122642.584000', '122642.586000', '122642.589000', '122642.592000', '122642.595000', '122642.598000', '122642.600000', '122642.603000', '122642.606000', '122642.609000', '122642.612000', '122642.614000', '122642.617000', '122642.620000', '122642.623000', '122642.626000', '122642.628000', '122642.631000', '122642.634000', '122642.637000', '122642.640000', '122642.642000', '122642.645000', '122642.648000', '122642.651000', '122642.654000', '122642.656000', '122642.659000', '122642.662000', '122642.665000', '122642.668000', '122642.670000', '122642.673000', '122642.676000', '122642.679000', '122642.681000', '122642.684000', '122642.687000', '122642.690000', '122642.693000', '122642.700000', '122642.703000', '122702.578000', '122702.581000', '122702.584000', '122702.586000', '122702.589000', '122702.592000', '122702.595000', '122702.597000', '122702.600000', '122702.603000', '122702.606000', '122702.609000', '122702.611000', '122702.614000', '122702.617000', '122702.620000', '122702.623000', '122702.626000', '122702.628000', '122702.631000', '122702.634000', '122702.637000', '122702.640000', '122702.642000', '122702.645000', '122702.648000', '122702.651000', '122702.654000', '122702.656000', '122702.659000', '122702.662000', '122702.665000', '122702.668000', '122702.670000', '122702.673000', '122702.676000', '122702.679000', '122702.682000', '122702.684000', '122702.687000', '122702.690000', '122702.693000', '122702.696000', '122722.578000', '122722.581000', '122722.584000', '122722.586000', '122722.589000', '122722.592000', '122722.595000', '122722.597000', '122722.600000', '122722.603000', '122722.606000', '122722.609000', '122722.611000', '122722.614000', '122722.617000', '122722.620000', '122722.623000', '122722.626000', '122722.629000', '122722.631000', '122722.634000', '122722.637000', '122722.640000', '122722.643000', '122722.645000', '122722.648000', '122722.651000', '122722.654000', '122722.657000', '122722.659000', '122722.662000', '122722.665000', '122722.668000', '122722.670000', '122722.673000', '122722.676000', '122722.679000', '122722.682000', '122722.684000', '122722.687000', '122722.690000', '122722.693000', '122722.696000', '122722.698000', '122742.577000', '122742.580000', '122742.583000', '122742.585000', '122742.588000', '122742.591000', '122742.594000', '122742.597000', '122742.599000', '122742.602000', '122742.605000', '122742.608000', '122742.611000', '122742.614000', '122742.616000', '122742.619000', '122742.622000', '122742.625000', '122742.628000', '122742.630000', '122742.633000', '122742.636000', '122742.639000', '122742.642000', '122742.644000', '122742.647000', '122742.650000', '122742.653000', '122742.656000', '122742.658000', '122742.661000', '122742.664000', '122742.667000', '122742.669000', '122742.672000', '122742.675000', '122742.678000', '122742.680000', '122742.683000', '122742.686000', '122742.689000', '122742.692000', '122742.694000', '122802.578000', '122802.581000', '122802.584000', '122802.587000', '122802.590000', '122802.593000', '122802.595000', '122802.598000', '122802.601000', '122802.604000', '122802.607000', '122802.610000', '122802.612000', '122802.615000', '122802.618000', '122802.621000', '122802.623000', '122802.626000', '122802.629000', '122802.632000', '122802.635000', '122802.637000', '122802.640000', '122802.643000', '122802.646000', '122802.649000', '122802.651000', '122802.654000', '122802.657000', '122802.660000', '122802.663000', '122802.665000', '122802.668000', '122802.671000', '122802.674000', '122802.677000', '122802.679000', '122802.682000', '122802.685000', '122802.688000', '122802.691000', '122802.693000', '122802.696000', '122822.578000', '122822.581000', '122822.584000', '122822.586000', '122822.589000', '122822.592000', '122822.595000', '122822.598000', '122822.600000', '122822.603000', '122822.606000', '122822.609000', '122822.612000', '122822.615000', '122822.618000', '122822.620000', '122822.623000', '122822.626000', '122822.629000', '122822.631000', '122822.634000', '122822.637000', '122822.640000', '122822.643000', '122822.662000', '122822.665000', '122822.668000', '122822.671000', '122822.673000', '122822.676000', '122822.679000', '122822.690000', '122822.692000', '122822.695000', '122822.698000', '122822.701000', '122822.704000', '122822.706000', '122822.709000', '122822.712000', '122822.715000', '122822.718000', '122822.721000', '122822.723000', '122842.578000', '122842.581000', '122842.584000', '122842.587000', '122842.590000', '122842.593000', '122842.596000', '122842.599000', '122842.602000', '122842.604000', '122842.607000', '122842.610000', '122842.613000', '122842.616000', '122842.618000', '122842.621000', '122842.624000', '122842.627000', '122842.629000', '122842.632000', '122842.635000', '122842.638000', '122842.641000', '122842.644000', '122842.654000', '122842.657000', '122842.660000', '122842.663000', '122842.665000', '122842.668000', '122842.671000', '122842.674000', '122842.677000', '122842.679000', '122842.682000', '122842.685000', '122842.688000', '122842.690000', '122842.693000', '122842.696000', '122842.699000', '122842.702000', '122842.704000', '122902.578000', '122902.581000', '122902.583000', '122902.586000', '122902.589000', '122902.592000', '122902.595000', '122902.597000', '122902.600000', '122902.603000', '122902.606000', '122902.609000', '122902.612000', '122902.614000', '122902.617000', '122902.620000', '122902.623000', '122902.625000', '122902.628000', '122902.631000', '122902.634000', '122902.637000', '122902.640000', '122902.642000', '122902.645000', '122902.648000', '122902.651000', '122902.653000', '122902.656000', '122902.659000', '122902.662000', '122902.665000', '122902.667000', '122902.670000', '122902.673000', '122902.676000', '122902.678000', '122902.681000', '122902.684000', '122902.687000', '122902.690000', '122902.692000', '122902.695000', '122902.698000', '122922.578000', '122922.581000', '122922.584000', '122922.586000', '122922.589000', '122922.592000', '122922.595000', '122922.598000', '122922.601000', '122922.604000', '122922.606000', '122922.609000', '122922.612000', '122922.615000', '122922.620000', '122922.623000', '122922.626000', '122922.629000', '122922.632000', '122922.635000', '122922.638000', '122922.641000', '122922.643000', '122922.646000', '122922.649000', '122922.652000', '122922.655000', '122922.657000', '122922.660000', '122922.663000', '122922.666000', '122922.669000', '122922.682000', '122922.685000', '122922.688000', '122922.690000', '122922.693000', '122922.696000', '122922.699000', '122922.702000', '122922.704000', '122922.707000', '122922.710000', '122942.578000', '122942.581000', '122942.584000', '122942.586000', '122942.589000', '122942.592000', '122942.595000', '122942.598000', '122942.601000', '122942.603000', '122942.606000', '122942.609000', '122942.612000', '122942.615000', '122942.618000', '122942.621000', '122942.623000', '122942.626000', '122942.629000', '122942.632000', '122942.635000', '122942.638000', '122942.640000', '122942.643000', '122942.646000', '122942.649000', '122942.652000', '122942.654000', '122942.657000', '122942.660000', '122942.663000', '122942.665000', '122942.668000', '122942.671000', '122942.674000', '122942.677000', '122942.680000', '122942.682000', '122942.685000', '122942.688000', '122942.691000', '122942.693000', '122942.696000', '122942.699000', '123002.577000', '123002.580000', '123002.583000', '123002.586000', '123002.588000', '123002.591000', '123002.594000', '123002.597000', '123002.600000', '123002.602000', '123002.605000', '123002.608000', '123002.611000', '123002.614000', '123002.616000', '123002.619000', '123002.622000', '123002.625000', '123002.628000', '123002.631000', '123002.634000', '123002.637000', '123002.640000', '123002.642000', '123002.645000', '123002.648000', '123002.651000', '123002.654000', '123002.656000', '123002.659000', '123002.662000', '123002.665000', '123002.668000', '123002.670000', '123002.673000', '123002.676000', '123002.679000', '123002.682000', '123002.685000', '123002.687000', '123002.690000', '123002.693000', '123002.696000', '123022.578000', '123022.581000', '123022.584000', '123022.586000', '123022.589000', '123022.592000', '123022.595000', '123022.598000', '123022.601000', '123022.603000', '123022.606000', '123022.609000', '123022.612000', '123022.615000', '123022.618000', '123022.620000', '123022.624000', '123022.627000', '123022.630000', '123022.633000', '123022.636000', '123022.639000', '123022.641000', '123022.644000', '123022.647000', '123022.650000', '123022.653000', '123022.656000', '123022.658000', '123022.661000', '123022.664000', '123022.667000', '123022.670000', '123022.672000', '123022.675000', '123022.678000', '123022.681000', '123022.684000', '123022.686000', '123022.689000', '123022.692000', '123022.695000', '123022.698000', '123022.700000', '123042.578000', '123042.581000', '123042.584000', '123042.588000', '123042.591000', '123042.593000', '123042.596000', '123042.599000', '123042.602000', '123042.605000', '123042.607000', '123042.610000', '123042.613000', '123042.616000', '123042.618000', '123042.621000', '123042.624000', '123042.627000', '123042.630000', '123042.633000', '123042.635000', '123042.638000', '123042.641000', '123042.644000', '123042.647000', '123042.650000', '123042.652000', '123042.655000', '123042.658000', '123042.662000', '123042.665000', '123042.668000', '123042.671000', '123042.674000', '123042.676000', '123042.679000', '123042.682000', '123042.685000', '123042.687000', '123042.690000', '123042.693000', '123042.696000', '123042.698000', '123102.578000', '123102.581000', '123102.584000', '123102.587000', '123102.589000', '123102.592000', '123102.595000', '123102.598000', '123102.601000', '123102.603000', '123102.606000', '123102.609000', '123102.612000', '123102.615000', '123102.618000', '123102.620000', '123102.623000', '123102.626000', '123102.629000', '123102.632000', '123102.635000', '123102.637000', '123102.640000', '123102.643000', '123102.646000', '123102.649000', '123102.652000', '123102.654000', '123102.657000', '123102.660000', '123102.663000', '123102.666000', '123102.668000', '123102.671000', '123102.674000', '123102.677000', '123102.680000', '123102.682000', '123102.685000', '123102.688000', '123102.691000', '123102.694000', '123102.696000', '123102.699000', '123122.578000', '123122.581000', '123122.599000', '123122.602000', '123122.605000', '123122.607000', '123122.610000', '123122.613000', '123122.616000', '123122.619000', '123122.621000', '123122.624000', '123122.627000', '123122.630000', '123122.633000', '123122.636000', '123122.638000', '123122.641000', '123122.644000', '123122.647000', '123122.650000', '123122.652000', '123122.655000', '123122.658000', '123122.661000', '123122.664000', '123122.666000', '123122.669000', '123122.674000', '123122.678000', '123122.681000', '123122.684000', '123122.687000', '123122.690000', '123122.692000', '123122.695000', '123122.698000', '123122.701000', '123122.704000', '123122.706000', '123122.709000', '123122.712000', '123122.715000', '123130.550000', '123130.554000', '123130.558000', '123130.562000', '123130.565000', '123130.568000', '123130.571000', '123130.574000', '123130.577000', '123130.580000', '123130.583000', '123130.586000', '123130.589000', '123130.591000', '123130.595000', '123130.598000', '123130.601000', '123130.604000'], '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': [9024, 9721, 9150, 9496, 9673, 9628, 9351, 8893, 8728, 12204, 8100, 10658, 9017, 9710, 9358, 9326, 9217, 9456, 9157, 9440, 9058, 9542, 8973, 9385, 9136, 9048, 9184, 8986, 8648, 8596, 8474, 8614, 9443, 8396, 9813, 9035, 8642, 8597, 9472, 9107, 9503, 9671, 9121, 9204, 8313, 8616, 10969, 8573, 11190, 9154, 10619, 8933, 10265, 8876, 10528, 9341, 10062, 9449, 9790, 9517, 9642, 9130, 9350, 9480, 9018, 8860, 9185, 8894, 8788, 8718, 8761, 8157, 8403, 9869, 8831, 9580, 8867, 8318, 8320, 7730, 8704, 7262, 8212, 8949, 8985, 8800, 8782, 9073, 8762, 10334, 8869, 9891, 8365, 9800, 12029, 9310, 13098, 8812, 9891, 8799, 11511, 8536, 12553, 9028, 10201, 8914, 10047, 9323, 9837, 9646, 10282, 10248, 9942, 9370, 9244, 8709, 9229, 8630, 9509, 8293, 9329, 8326, 9105, 12285, 8457, 11062, 8449, 10520, 8932, 10143, 9731, 10569, 9674, 10010, 9068, 9176, 10991, 8722, 11898, 8558, 11427, 8641, 12507, 8183, 10039, 9386, 9846, 8726, 9709, 9892, 9431, 9876, 9621, 9291, 9624, 8775, 9355, 10835, 8363, 10899, 8368, 9903, 8860, 10057, 9350, 10245, 9024, 10226, 9524, 9538, 12050, 8414, 11295, 8508, 10034, 9152, 10107, 9252, 9809, 9593, 9435, 9913, 9504, 9659, 9340, 8582, 8830, 8358, 8340, 9867, 8586, 10560, 9239, 9731, 9132, 9271, 9555, 12941, 8048, 10066, 9820, 9573, 9154, 9468, 8555, 9187, 9633, 9202, 14577, 9021, 10995, 9117, 11863, 10208, 11415, 12857, 9983, 15700, 8970, 12447, 8802, 11034, 8769, 10621, 8793, 9637, 9670, 8981, 11991, 8904, 10644, 8785, 10279, 8589, 9639, 8829, 9373, 8882, 9435, 9280, 9409, 9705, 9261, 9474, 9891, 9584, 9778, 9763, 9735, 8979, 9364, 9681, 8999, 12271, 8922, 12252, 8317, 12240, 8243, 10207, 9553, 9842, 9701, 10223, 9543, 9421, 9385, 9554, 8341, 8974, 9838, 8378, 10515, 8742, 9667, 8806, 9991, 9315, 10081, 9971, 9791, 9658, 9772, 9218, 8954, 10330, 8928, 9377, 9307, 11306, 8953, 11664, 9092, 10409, 8688, 10200, 9647, 9443, 8796, 9306, 11895, 8575, 10229, 8912, 9453, 9347, 9955, 9488, 9986, 9815, 9619, 9022, 8928, 8893, 9004, 8746, 8938, 11501, 8345, 10437, 9317, 9934, 9119, 10005, 9626, 10306, 10104, 10304, 9235, 9748, 13413, 8679, 11507, 9019, 10230, 9148, 10217, 9392, 10235, 9825, 9736, 8955, 9419, 9469, 9111, 10183, 8479, 9930, 8390, 11112, 8819, 10631, 9272, 10463, 9059, 10636, 9227, 9989, 9118, 10372, 9225, 10446, 8883, 10466, 8420, 10444, 9216, 10089, 9128, 10283, 8729, 11025, 9274, 10510, 12983, 9427, 11964, 9343, 11420, 8793, 11095, 8703, 11478, 8757, 11116, 9309, 11103, 9229, 11192, 8886, 11327, 8827, 11680, 9317, 10583, 9901, 9696, 9255, 10115, 8867, 10305, 9576, 9847, 12034, 8914, 11465, 8855, 10988, 8822, 10918, 8544, 10741, 8945, 10644, 8548, 10954, 9637, 10958, 9329, 11033, 8284, 11315, 8899, 11432, 9288, 10851, 9364, 11119, 9181, 11300, 9217, 11140, 8719, 10466, 11059, 9461, 13324, 9282, 12911, 8716, 11258, 9010, 10603, 9032, 10638, 9304, 10913, 9212, 10921, 9175, 10180, 8695, 9578, 8983, 9612, 9315, 10177, 8716, 10137, 7965, 9130, 8684, 10053, 9095, 11512, 9632, 10359, 9882, 13354, 9707, 13314, 9901, 11305, 10796, 9678, 10767, 14361, 9345, 12819, 9270, 11601, 8959, 10898, 10137, 10966, 10222, 11316, 9750, 11461, 9349, 11506, 9600, 11331, 9165, 10405, 12197, 9349, 12070, 9659, 10467, 10914, 9320, 10067, 11898, 8917, 10739, 9905, 10450, 9616, 9356, 9860, 9032, 11134, 9053, 11076, 9216, 11150, 9291, 11561, 9360, 11410, 9234, 12039, 9386, 10930, 9154, 9886, 12085, 9311, 13374, 9201, 12216, 9129, 10654, 9175, 10491, 9460, 10574, 9093, 9911, 9080, 9934, 9119, 10342, 9078, 10710, 9150, 10268, 9333, 9773, 9822, 9225, 9506, 10450, 9428, 11289, 8984, 11392, 9036, 10823, 9249, 10805, 8889, 10815, 8851, 11382, 9210, 11431, 9030, 11041, 9343, 11001, 9515, 11141, 9337, 11169, 9426, 11336, 9095, 10693, 9206, 10416, 9131, 9848, 8887, 9475, 8979, 9600, 10597, 8888, 10857, 8840, 10505, 8859, 9644, 8986, 10951, 8861, 10808, 9000, 10697, 9565, 10818, 9331, 11233, 9029, 11056, 8536, 11045, 12247, 9505, 13814, 9615, 11656, 8925, 11306, 9272, 11170, 9200, 9755, 11346, 9003, 11498, 8702, 10816, 8571, 10483, 8831, 10496, 8997, 10104, 9038, 9979, 9106, 10364, 8875, 10557, 8461, 9986, 11341, 9148, 11345, 9036, 11082, 9506, 11276, 9586, 11589, 9147, 11298, 9228, 10832, 9713, 10101, 12466, 9492, 12078, 9712, 12855, 9098, 11487, 8877, 11345, 9340, 11001, 8724, 11036, 9444, 10324, 9619, 9283, 11048, 8746, 11247, 9060, 10838, 8532, 10766, 8743, 10377, 9358, 10570, 9121, 10162, 9239, 10392, 9017, 10587, 9481, 9397, 11786, 8635, 10958, 9023, 10474, 9269, 9894, 8988, 10122, 8851, 9804, 11171, 9158, 11019, 9350, 10736, 9366, 10808, 9081, 11010, 8974, 10082, 10998, 9132, 11439, 9425, 11035, 9160, 10741, 9382, 10650, 8677, 10011, 11519, 9065, 11042, 9071, 11397, 8763, 11108, 8474, 10777, 9414, 10537, 9622, 10239, 9416, 10295, 9393, 11051, 9628, 10008, 12149, 9121, 11386, 9561, 10896, 8690, 10892, 9118, 11050, 9270, 10832, 9899, 9638, 13037, 9132, 11591, 9373, 11548, 8834, 11008, 9090, 10629, 9629, 10327, 9339, 9316, 10779, 9505, 11060, 8881, 10634, 8668, 10257, 9094, 9748, 9425, 10372, 9185, 10525, 9279, 10732, 9369, 10588, 10184, 9597, 12731, 9150, 11194, 9053, 10641, 8578, 10637, 8876, 10689, 8661, 10712, 9634, 10782, 9130, 10686, 9524, 10303, 12761, 9011, 11780, 9035, 10941, 8715, 10717, 8415, 10610, 9004, 10315, 9528, 10649, 8798, 10354, 9263, 10227, 8934, 9490, 10101, 9812, 10134, 9622, 11995, 9082, 11300, 8899, 10823, 9359, 10956, 9274, 10746, 9092, 10596, 10111, 10158, 12309, 8909, 11118, 9394, 10900, 9019, 11261, 8735, 11339, 9131, 10617, 9157, 10346, 12001, 9492, 12137, 9769, 11420, 9576, 11583, 9047, 11608, 8920, 10929, 9479, 11251, 9362, 11262, 9047, 10786, 8465, 11167, 9372, 10484, 9194, 10381, 8845, 10507, 8639, 10504, 9378, 9719, 11204, 9675, 11812, 9014, 11047, 8482, 10793, 9344, 10526, 9135, 10952, 9958, 11051, 10313, 10428, 9159, 11093, 8903, 10957, 9182, 10080, 9941, 9615, 12134, 9422, 11451, 8650, 11343, 9879, 10921, 14540, 9751, 12825, 9858, 11685, 9303, 11348, 8838, 11200, 9059, 10404, 9005, 9815, 10379, 9650, 12525, 9221, 11872, 9629, 11480, 9097, 11066, 8674, 10308, 8858, 10595, 9006, 10214, 9477, 10381, 9605, 10549, 9115, 10298, 9067, 9937, 10600, 9140, 11534, 9109, 10834, 8743, 10627, 8601, 10706, 9345, 10698, 9193, 10713, 9037, 10283, 10096, 9500, 10587, 9165], 'WindowCenter': [3979.0, 3957.0, 3946.0, 3942.0, 3942.0, 3940.0, 3940.0, 3927.0, 3930.0, 3948.0, 3919.0, 3939.0, 3929.0, 3927.0, 3928.0, 3928.0, 3928.0, 3952.0, 3941.0, 3939.0, 3929.0, 3927.0, 3916.0, 3927.0, 3926.0, 3927.0, 3927.0, 3928.0, 3927.0, 3928.0, 3917.0, 3942.0, 3954.0, 3931.0, 3950.0, 3929.0, 3916.0, 3918.0, 3937.0, 3929.0, 3938.0, 3941.0, 3928.0, 3941.0, 3918.0, 3930.0, 3962.0, 3943.0, 3963.0, 3941.0, 3938.0, 3929.0, 3938.0, 3928.0, 3950.0, 3939.0, 3939.0, 3950.0, 3950.0, 3953.0, 3953.0, 3941.0, 3953.0, 3951.0, 3938.0, 3938.0, 3939.0, 3939.0, 3942.0, 3930.0, 3942.0, 3919.0, 3931.0, 3964.0, 3943.0, 3938.0, 3952.0, 3930.0, 3931.0, 3920.0, 3943.0, 3920.0, 3945.0, 3955.0, 3942.0, 3942.0, 3941.0, 3941.0, 3931.0, 3951.0, 3929.0, 3952.0, 3919.0, 3951.0, 3972.0, 3942.0, 3959.0, 3929.0, 3936.0, 3944.0, 3947.0, 3928.0, 3957.0, 3940.0, 3952.0, 3942.0, 3939.0, 3940.0, 3939.0, 3938.0, 3960.0, 3950.0, 3938.0, 3927.0, 3942.0, 3941.0, 3940.0, 3927.0, 3938.0, 3927.0, 3939.0, 3916.0, 3927.0, 3947.0, 3929.0, 3962.0, 3931.0, 3938.0, 3928.0, 3935.0, 3926.0, 3935.0, 3926.0, 3927.0, 3914.0, 3927.0, 3949.0, 3928.0, 3945.0, 3915.0, 3935.0, 3914.0, 3947.0, 3914.0, 3926.0, 3925.0, 3926.0, 3929.0, 3939.0, 3939.0, 3926.0, 3925.0, 3926.0, 3925.0, 3937.0, 3915.0, 3938.0, 3947.0, 3928.0, 3947.0, 3930.0, 3952.0, 3929.0, 3936.0, 3926.0, 3924.0, 3913.0, 3935.0, 3913.0, 3926.0, 3934.0, 3903.0, 3935.0, 3927.0, 3938.0, 3927.0, 3934.0, 3926.0, 3935.0, 3936.0, 3940.0, 3950.0, 3936.0, 3937.0, 3952.0, 3928.0, 3941.0, 3925.0, 3941.0, 3951.0, 3941.0, 3950.0, 3939.0, 3940.0, 3940.0, 3940.0, 3940.0, 3957.0, 3917.0, 3936.0, 3935.0, 3937.0, 3926.0, 3939.0, 3929.0, 3941.0, 3937.0, 3941.0, 3970.0, 3928.0, 3935.0, 3903.0, 3934.0, 3911.0, 3922.0, 3933.0, 3912.0, 3928.0, 3887.0, 3904.0, 3874.0, 3895.0, 3872.0, 3894.0, 3872.0, 3886.0, 3897.0, 3899.0, 3918.0, 3899.0, 3919.0, 3899.0, 3908.0, 3899.0, 3910.0, 3927.0, 3912.0, 3915.0, 3923.0, 3939.0, 3939.0, 3948.0, 3925.0, 3936.0, 3937.0, 3937.0, 3937.0, 3938.0, 3938.0, 3927.0, 3938.0, 3939.0, 3943.0, 3972.0, 3940.0, 3946.0, 3917.0, 3958.0, 3929.0, 3938.0, 3938.0, 3937.0, 3940.0, 3952.0, 3951.0, 3937.0, 3937.0, 3939.0, 3927.0, 3941.0, 3949.0, 3943.0, 3949.0, 3930.0, 3937.0, 3939.0, 3949.0, 3940.0, 3950.0, 3950.0, 3949.0, 3938.0, 3951.0, 3953.0, 3941.0, 3950.0, 3929.0, 3926.0, 3939.0, 3947.0, 3928.0, 3947.0, 3926.0, 3949.0, 3929.0, 3938.0, 3938.0, 3936.0, 3915.0, 3952.0, 3957.0, 3926.0, 3937.0, 3940.0, 3938.0, 3939.0, 3949.0, 3939.0, 3937.0, 3937.0, 3950.0, 3941.0, 3940.0, 3938.0, 3952.0, 3939.0, 3940.0, 3958.0, 3928.0, 3938.0, 3939.0, 3963.0, 3939.0, 3939.0, 3937.0, 3936.0, 3936.0, 3937.0, 3925.0, 3939.0, 3957.0, 3916.0, 3948.0, 3927.0, 3935.0, 3925.0, 3924.0, 3914.0, 3924.0, 3923.0, 3925.0, 3915.0, 3940.0, 3926.0, 3927.0, 3950.0, 3943.0, 3924.0, 3932.0, 3948.0, 3940.0, 3947.0, 3927.0, 3935.0, 3924.0, 3947.0, 3939.0, 3952.0, 3939.0, 3950.0, 3936.0, 3948.0, 3938.0, 3950.0, 3930.0, 3965.0, 3950.0, 3950.0, 3928.0, 3951.0, 3926.0, 3950.0, 3926.0, 3947.0, 3957.0, 3929.0, 3948.0, 3927.0, 3945.0, 3917.0, 3935.0, 3916.0, 3945.0, 3915.0, 3948.0, 3926.0, 3934.0, 3925.0, 3935.0, 3915.0, 3935.0, 3913.0, 3946.0, 3939.0, 3938.0, 3937.0, 3927.0, 3924.0, 3936.0, 3912.0, 3938.0, 3924.0, 3950.0, 3960.0, 3926.0, 3948.0, 3928.0, 3946.0, 3926.0, 3946.0, 3926.0, 3935.0, 3927.0, 3936.0, 3918.0, 3949.0, 3936.0, 3947.0, 3924.0, 3934.0, 3913.0, 3946.0, 3927.0, 3947.0, 3928.0, 3949.0, 3939.0, 3948.0, 3928.0, 3947.0, 3926.0, 3946.0, 3913.0, 3937.0, 3948.0, 3937.0, 3957.0, 3925.0, 3944.0, 3915.0, 3935.0, 3939.0, 3935.0, 3925.0, 3937.0, 3925.0, 3945.0, 3927.0, 3948.0, 3939.0, 3947.0, 3926.0, 3952.0, 3941.0, 3950.0, 3926.0, 3948.0, 3927.0, 3950.0, 3930.0, 3941.0, 3929.0, 3939.0, 3941.0, 3960.0, 3941.0, 3948.0, 3950.0, 3972.0, 3953.0, 3970.0, 3938.0, 3935.0, 3936.0, 3912.0, 3935.0, 3942.0, 3914.0, 3933.0, 3911.0, 3932.0, 3914.0, 3935.0, 3936.0, 3933.0, 3923.0, 3934.0, 3923.0, 3935.0, 3914.0, 3936.0, 3913.0, 3935.0, 3914.0, 3939.0, 3947.0, 3923.0, 3932.0, 3913.0, 3923.0, 3925.0, 3912.0, 3923.0, 3932.0, 3911.0, 3920.0, 3922.0, 3922.0, 3911.0, 3924.0, 3923.0, 3925.0, 3935.0, 3926.0, 3937.0, 3915.0, 3933.0, 3912.0, 3923.0, 3901.0, 3921.0, 3899.0, 3919.0, 3886.0, 3895.0, 3884.0, 3894.0, 3904.0, 3885.0, 3904.0, 3884.0, 3902.0, 3884.0, 3908.0, 3898.0, 3906.0, 3898.0, 3906.0, 3897.0, 3906.0, 3911.0, 3908.0, 3912.0, 3921.0, 3915.0, 3932.0, 3925.0, 3936.0, 3926.0, 3925.0, 3935.0, 3922.0, 3924.0, 3935.0, 3926.0, 3944.0, 3927.0, 3946.0, 3941.0, 3959.0, 3940.0, 3948.0, 3928.0, 3947.0, 3928.0, 3947.0, 3937.0, 3948.0, 3928.0, 3948.0, 3939.0, 3948.0, 3937.0, 3946.0, 3927.0, 3948.0, 3927.0, 3948.0, 3926.0, 3949.0, 3937.0, 3963.0, 3937.0, 3950.0, 3928.0, 3939.0, 3927.0, 3939.0, 3961.0, 3951.0, 3973.0, 3953.0, 3960.0, 3942.0, 3948.0, 3941.0, 3959.0, 3941.0, 3960.0, 3941.0, 3963.0, 3952.0, 3950.0, 3938.0, 3960.0, 3927.0, 3959.0, 3928.0, 3962.0, 3959.0, 3940.0, 3972.0, 3938.0, 3947.0, 3926.0, 3947.0, 3924.0, 3945.0, 3922.0, 3936.0, 3948.0, 3926.0, 3959.0, 3927.0, 3946.0, 3927.0, 3947.0, 3938.0, 3962.0, 3926.0, 3951.0, 3941.0, 3949.0, 3938.0, 3949.0, 3926.0, 3949.0, 3916.0, 3948.0, 3947.0, 3940.0, 3948.0, 3939.0, 3961.0, 3940.0, 3947.0, 3937.0, 3946.0, 3924.0, 3947.0, 3924.0, 3936.0, 3924.0, 3938.0, 3956.0, 3926.0, 3945.0, 3926.0, 3943.0, 3926.0, 3935.0, 3913.0, 3936.0, 3926.0, 3934.0, 3914.0, 3934.0, 3924.0, 3934.0, 3924.0, 3925.0, 3932.0, 3915.0, 3947.0, 3928.0, 3936.0, 3927.0, 3947.0, 3929.0, 3937.0, 3926.0, 3947.0, 3940.0, 3949.0, 3937.0, 3938.0, 3926.0, 3950.0, 3938.0, 3939.0, 3946.0, 3927.0, 3935.0, 3926.0, 3947.0, 3925.0, 3936.0, 3923.0, 3949.0, 3924.0, 3939.0, 3946.0, 3927.0, 3948.0, 3927.0, 3948.0, 3928.0, 3938.0, 3925.0, 3948.0, 3914.0, 3937.0, 3935.0, 3926.0, 3946.0, 3926.0, 3948.0, 3928.0, 3959.0, 3928.0, 3947.0, 3914.0, 3950.0, 3960.0, 3927.0, 3949.0, 3926.0, 3944.0, 3928.0, 3945.0, 3918.0, 3947.0, 3926.0, 3951.0, 3939.0, 3937.0, 3926.0, 3938.0, 3925.0, 3947.0, 3922.0, 3925.0, 3945.0, 3925.0, 3945.0, 3926.0, 3937.0, 3915.0, 3935.0, 3924.0, 3946.0, 3925.0, 3947.0, 3922.0, 3925.0, 3959.0, 3927.0, 3947.0, 3925.0, 3934.0, 3914.0, 3933.0, 3914.0, 3936.0, 3925.0, 3937.0, 3924.0, 3927.0, 3935.0, 3926.0, 3944.0, 3926.0, 3948.0, 3925.0, 3935.0, 3938.0, 3950.0, 3940.0, 3949.0, 3940.0, 3948.0, 3939.0, 3948.0, 3926.0, 3948.0, 3935.0, 3938.0, 3959.0, 3926.0, 3934.0, 3926.0, 3935.0, 3916.0, 3933.0, 3915.0, 3935.0, 3916.0, 3935.0, 3925.0, 3937.0, 3912.0, 3935.0, 3925.0, 3936.0, 3944.0, 3926.0, 3946.0, 3927.0, 3933.0, 3916.0, 3934.0, 3916.0, 3936.0, 3928.0, 3947.0, 3938.0, 3951.0, 3929.0, 3949.0, 3927.0, 3950.0, 3940.0, 3950.0, 3947.0, 3949.0, 3935.0, 3938.0, 3946.0, 3927.0, 3947.0, 3927.0, 3949.0, 3929.0, 3946.0, 3924.0, 3936.0, 3915.0, 3937.0, 3935.0, 3937.0, 3946.0, 3926.0, 3949.0, 3927.0, 3949.0, 3925.0, 3936.0, 3914.0, 3935.0, 3925.0, 3936.0, 3924.0, 3937.0, 3948.0, 3927.0, 3945.0, 3935.0, 3945.0, 3927.0, 3944.0, 3927.0, 3946.0, 3926.0, 3947.0, 3936.0, 3947.0, 3927.0, 3948.0, 3924.0, 3937.0, 3915.0, 3947.0, 3939.0, 3947.0, 3924.0, 3936.0, 3924.0, 3946.0, 3915.0, 3947.0, 3924.0, 3939.0, 3946.0, 3939.0, 3946.0, 3928.0, 3947.0, 3927.0, 3948.0, 3940.0, 3960.0, 3938.0, 3947.0, 3937.0, 3948.0, 3950.0, 3934.0, 3938.0, 3944.0, 3912.0, 3935.0, 3912.0, 3936.0, 3923.0, 3937.0, 3958.0, 3937.0, 3948.0, 3914.0, 3936.0, 3913.0, 3935.0, 3942.0, 3911.0, 3932.0, 3911.0, 3908.0, 3897.0, 3907.0, 3886.0, 3908.0, 3886.0, 3905.0, 3884.0, 3907.0, 3905.0, 3908.0, 3943.0, 3909.0, 3920.0, 3897.0, 3907.0, 3897.0, 3916.0, 3897.0, 3909.0, 3899.0, 3920.0, 3911.0, 3935.0, 3926.0, 3922.0, 3922.0, 3934.0, 3912.0, 3933.0, 3911.0, 3936.0, 3933.0, 3925.0, 3945.0, 3928.0, 3947.0, 3926.0, 3935.0, 3926.0, 3938.0, 3926.0, 3936.0, 3937.0, 3947.0, 3926.0, 3949.0, 3935.0, 3937.0, 3935.0, 3937.0], 'WindowWidth': [8912.0, 8857.0, 8837.0, 8820.0, 8821.0, 8812.0, 8816.0, 8792.0, 8801.0, 8820.0, 8783.0, 8808.0, 8796.0, 8790.0, 8793.0, 8792.0, 8793.0, 8832.0, 8818.0, 8810.0, 8793.0, 8789.0, 8772.0, 8791.0, 8785.0, 8789.0, 8788.0, 8794.0, 8790.0, 8795.0, 8776.0, 8820.0, 8837.0, 8805.0, 8826.0, 8797.0, 8773.0, 8778.0, 8801.0, 8795.0, 8806.0, 8816.0, 8795.0, 8816.0, 8779.0, 8800.0, 8846.0, 8824.0, 8849.0, 8816.0, 8805.0, 8795.0, 8804.0, 8795.0, 8825.0, 8811.0, 8810.0, 8828.0, 8826.0, 8836.0, 8835.0, 8815.0, 8834.0, 8829.0, 8810.0, 8809.0, 8811.0, 8809.0, 8818.0, 8797.0, 8820.0, 8784.0, 8805.0, 8854.0, 8824.0, 8809.0, 8834.0, 8799.0, 8804.0, 8787.0, 8823.0, 8784.0, 8829.0, 8840.0, 8820.0, 8819.0, 8816.0, 8814.0, 8802.0, 8831.0, 8795.0, 8831.0, 8780.0, 8829.0, 8859.0, 8818.0, 8835.0, 8795.0, 8801.0, 8826.0, 8815.0, 8792.0, 8830.0, 8812.0, 8832.0, 8818.0, 8810.0, 8813.0, 8808.0, 8806.0, 8842.0, 8822.0, 8807.0, 8788.0, 8819.0, 8815.0, 8813.0, 8790.0, 8809.0, 8790.0, 8809.0, 8773.0, 8792.0, 8815.0, 8795.0, 8848.0, 8802.0, 8804.0, 8791.0, 8797.0, 8785.0, 8795.0, 8783.0, 8789.0, 8765.0, 8791.0, 8822.0, 8793.0, 8810.0, 8771.0, 8794.0, 8769.0, 8812.0, 8770.0, 8786.0, 8783.0, 8785.0, 8796.0, 8810.0, 8808.0, 8786.0, 8782.0, 8784.0, 8782.0, 8803.0, 8771.0, 8807.0, 8814.0, 8793.0, 8816.0, 8800.0, 8832.0, 8796.0, 8800.0, 8786.0, 8781.0, 8764.0, 8797.0, 8763.0, 8785.0, 8791.0, 8753.0, 8797.0, 8789.0, 8806.0, 8790.0, 8795.0, 8785.0, 8795.0, 8800.0, 8813.0, 8824.0, 8802.0, 8803.0, 8832.0, 8793.0, 8815.0, 8786.0, 8818.0, 8830.0, 8817.0, 8826.0, 8809.0, 8812.0, 8814.0, 8810.0, 8812.0, 8828.0, 8775.0, 8798.0, 8798.0, 8804.0, 8787.0, 8811.0, 8794.0, 8817.0, 8805.0, 8816.0, 8850.0, 8792.0, 8798.0, 8750.0, 8794.0, 8755.0, 8773.0, 8786.0, 8756.0, 8775.0, 8715.0, 8734.0, 8692.0, 8720.0, 8688.0, 8720.0, 8688.0, 8711.0, 8730.0, 8734.0, 8760.0, 8738.0, 8762.0, 8737.0, 8745.0, 8737.0, 8751.0, 8789.0, 8761.0, 8767.0, 8777.0, 8807.0, 8811.0, 8822.0, 8786.0, 8799.0, 8803.0, 8803.0, 8804.0, 8804.0, 8808.0, 8790.0, 8808.0, 8810.0, 8823.0, 8858.0, 8813.0, 8813.0, 8778.0, 8833.0, 8797.0, 8805.0, 8807.0, 8804.0, 8813.0, 8834.0, 8828.0, 8806.0, 8803.0, 8809.0, 8791.0, 8815.0, 8822.0, 8823.0, 8823.0, 8800.0, 8805.0, 8811.0, 8823.0, 8814.0, 8825.0, 8824.0, 8824.0, 8807.0, 8833.0, 8836.0, 8818.0, 8823.0, 8797.0, 8787.0, 8810.0, 8815.0, 8793.0, 8818.0, 8788.0, 8821.0, 8796.0, 8807.0, 8803.0, 8802.0, 8771.0, 8834.0, 8829.0, 8789.0, 8803.0, 8813.0, 8807.0, 8809.0, 8826.0, 8809.0, 8804.0, 8805.0, 8826.0, 8817.0, 8816.0, 8807.0, 8834.0, 8811.0, 8815.0, 8833.0, 8795.0, 8805.0, 8810.0, 8851.0, 8813.0, 8810.0, 8801.0, 8801.0, 8799.0, 8804.0, 8783.0, 8808.0, 8826.0, 8773.0, 8821.0, 8790.0, 8796.0, 8783.0, 8779.0, 8766.0, 8780.0, 8777.0, 8784.0, 8769.0, 8813.0, 8787.0, 8790.0, 8825.0, 8822.0, 8780.0, 8806.0, 8816.0, 8812.0, 8815.0, 8788.0, 8795.0, 8781.0, 8816.0, 8809.0, 8830.0, 8810.0, 8824.0, 8800.0, 8819.0, 8808.0, 8826.0, 8797.0, 8854.0, 8828.0, 8825.0, 8792.0, 8827.0, 8787.0, 8825.0, 8786.0, 8817.0, 8830.0, 8795.0, 8819.0, 8791.0, 8810.0, 8775.0, 8796.0, 8772.0, 8810.0, 8769.0, 8819.0, 8787.0, 8795.0, 8781.0, 8795.0, 8769.0, 8795.0, 8764.0, 8813.0, 8809.0, 8804.0, 8802.0, 8788.0, 8780.0, 8798.0, 8762.0, 8805.0, 8779.0, 8826.0, 8839.0, 8790.0, 8820.0, 8793.0, 8814.0, 8788.0, 8812.0, 8788.0, 8798.0, 8789.0, 8801.0, 8777.0, 8822.0, 8802.0, 8815.0, 8780.0, 8794.0, 8766.0, 8813.0, 8790.0, 8815.0, 8791.0, 8823.0, 8809.0, 8819.0, 8792.0, 8817.0, 8786.0, 8813.0, 8765.0, 8802.0, 8819.0, 8804.0, 8828.0, 8784.0, 8806.0, 8771.0, 8795.0, 8811.0, 8797.0, 8782.0, 8802.0, 8784.0, 8810.0, 8789.0, 8820.0, 8811.0, 8817.0, 8787.0, 8829.0, 8815.0, 8826.0, 8788.0, 8819.0, 8788.0, 8825.0, 8802.0, 8816.0, 8797.0, 8808.0, 8816.0, 8839.0, 8815.0, 8820.0, 8826.0, 8858.0, 8836.0, 8855.0, 8807.0, 8796.0, 8797.0, 8759.0, 8794.0, 8801.0, 8764.0, 8788.0, 8758.0, 8787.0, 8765.0, 8797.0, 8800.0, 8791.0, 8777.0, 8791.0, 8776.0, 8793.0, 8764.0, 8797.0, 8762.0, 8795.0, 8762.0, 8806.0, 8816.0, 8778.0, 8787.0, 8761.0, 8773.0, 8781.0, 8759.0, 8775.0, 8785.0, 8756.0, 8768.0, 8772.0, 8774.0, 8757.0, 8781.0, 8776.0, 8785.0, 8797.0, 8786.0, 8800.0, 8770.0, 8790.0, 8760.0, 8775.0, 8740.0, 8770.0, 8733.0, 8762.0, 8712.0, 8725.0, 8705.0, 8720.0, 8732.0, 8707.0, 8733.0, 8705.0, 8729.0, 8708.0, 8747.0, 8735.0, 8741.0, 8732.0, 8739.0, 8730.0, 8742.0, 8756.0, 8748.0, 8760.0, 8770.0, 8768.0, 8788.0, 8786.0, 8800.0, 8786.0, 8782.0, 8796.0, 8775.0, 8782.0, 8795.0, 8786.0, 8809.0, 8790.0, 8812.0, 8814.0, 8838.0, 8812.0, 8818.0, 8793.0, 8816.0, 8793.0, 8815.0, 8804.0, 8818.0, 8792.0, 8822.0, 8810.0, 8818.0, 8803.0, 8812.0, 8788.0, 8818.0, 8789.0, 8819.0, 8788.0, 8823.0, 8806.0, 8850.0, 8805.0, 8826.0, 8791.0, 8811.0, 8790.0, 8812.0, 8844.0, 8832.0, 8864.0, 8836.0, 8840.0, 8819.0, 8822.0, 8818.0, 8838.0, 8817.0, 8840.0, 8817.0, 8850.0, 8832.0, 8827.0, 8808.0, 8839.0, 8792.0, 8836.0, 8792.0, 8843.0, 8834.0, 8813.0, 8859.0, 8807.0, 8817.0, 8787.0, 8816.0, 8781.0, 8811.0, 8776.0, 8803.0, 8820.0, 8787.0, 8834.0, 8790.0, 8812.0, 8790.0, 8815.0, 8808.0, 8845.0, 8788.0, 8829.0, 8815.0, 8824.0, 8806.0, 8822.0, 8788.0, 8823.0, 8774.0, 8821.0, 8818.0, 8811.0, 8822.0, 8812.0, 8842.0, 8812.0, 8817.0, 8802.0, 8813.0, 8781.0, 8816.0, 8780.0, 8801.0, 8781.0, 8806.0, 8827.0, 8787.0, 8809.0, 8786.0, 8806.0, 8785.0, 8795.0, 8765.0, 8798.0, 8787.0, 8794.0, 8766.0, 8793.0, 8777.0, 8795.0, 8781.0, 8784.0, 8789.0, 8771.0, 8816.0, 8791.0, 8800.0, 8789.0, 8816.0, 8797.0, 8803.0, 8786.0, 8819.0, 8812.0, 8823.0, 8802.0, 8807.0, 8787.0, 8826.0, 8806.0, 8811.0, 8815.0, 8789.0, 8800.0, 8787.0, 8818.0, 8786.0, 8800.0, 8779.0, 8821.0, 8782.0, 8808.0, 8812.0, 8790.0, 8818.0, 8791.0, 8820.0, 8791.0, 8806.0, 8784.0, 8818.0, 8767.0, 8804.0, 8796.0, 8788.0, 8815.0, 8786.0, 8820.0, 8791.0, 8838.0, 8793.0, 8817.0, 8768.0, 8825.0, 8840.0, 8792.0, 8820.0, 8786.0, 8809.0, 8793.0, 8812.0, 8779.0, 8815.0, 8787.0, 8829.0, 8810.0, 8805.0, 8785.0, 8804.0, 8781.0, 8816.0, 8776.0, 8783.0, 8809.0, 8783.0, 8810.0, 8785.0, 8801.0, 8771.0, 8796.0, 8782.0, 8813.0, 8781.0, 8815.0, 8776.0, 8784.0, 8834.0, 8790.0, 8815.0, 8782.0, 8793.0, 8767.0, 8790.0, 8766.0, 8798.0, 8782.0, 8801.0, 8783.0, 8790.0, 8795.0, 8787.0, 8807.0, 8787.0, 8818.0, 8787.0, 8798.0, 8809.0, 8827.0, 8813.0, 8821.0, 8812.0, 8820.0, 8808.0, 8820.0, 8788.0, 8821.0, 8796.0, 8806.0, 8836.0, 8789.0, 8795.0, 8786.0, 8796.0, 8772.0, 8793.0, 8770.0, 8799.0, 8773.0, 8797.0, 8783.0, 8802.0, 8761.0, 8797.0, 8780.0, 8799.0, 8805.0, 8786.0, 8812.0, 8791.0, 8792.0, 8774.0, 8793.0, 8775.0, 8799.0, 8793.0, 8816.0, 8807.0, 8828.0, 8797.0, 8821.0, 8791.0, 8828.0, 8816.0, 8828.0, 8817.0, 8822.0, 8798.0, 8808.0, 8814.0, 8791.0, 8817.0, 8789.0, 8824.0, 8796.0, 8815.0, 8781.0, 8801.0, 8769.0, 8803.0, 8796.0, 8803.0, 8813.0, 8787.0, 8820.0, 8791.0, 8819.0, 8784.0, 8799.0, 8767.0, 8796.0, 8781.0, 8799.0, 8779.0, 8803.0, 8819.0, 8789.0, 8809.0, 8798.0, 8808.0, 8788.0, 8806.0, 8789.0, 8813.0, 8787.0, 8817.0, 8801.0, 8813.0, 8789.0, 8815.0, 8783.0, 8801.0, 8770.0, 8817.0, 8809.0, 8818.0, 8781.0, 8801.0, 8781.0, 8814.0, 8769.0, 8817.0, 8783.0, 8809.0, 8815.0, 8808.0, 8814.0, 8793.0, 8815.0, 8791.0, 8819.0, 8815.0, 8842.0, 8810.0, 8819.0, 8804.0, 8818.0, 8824.0, 8794.0, 8806.0, 8809.0, 8761.0, 8797.0, 8762.0, 8800.0, 8780.0, 8806.0, 8834.0, 8805.0, 8819.0, 8770.0, 8800.0, 8763.0, 8798.0, 8799.0, 8757.0, 8788.0, 8754.0, 8746.0, 8729.0, 8742.0, 8713.0, 8745.0, 8712.0, 8739.0, 8707.0, 8744.0, 8737.0, 8745.0, 8802.0, 8753.0, 8764.0, 8732.0, 8742.0, 8730.0, 8754.0, 8733.0, 8748.0, 8738.0, 8767.0, 8758.0, 8796.0, 8787.0, 8776.0, 8774.0, 8791.0, 8760.0, 8791.0, 8759.0, 8799.0, 8790.0, 8785.0, 8812.0, 8793.0, 8816.0, 8787.0, 8796.0, 8788.0, 8803.0, 8786.0, 8800.0, 8804.0, 8818.0, 8787.0, 8824.0, 8796.0, 8804.0, 8796.0, 8804.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.0019373886010362695</td></tr>
<tr><td colspan=3>aqi</td><td>0.027038202590673577</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.86228655571581</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.274567498682575</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968021321265553</td></tr>
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
<tr><td colspan=3>fber</td><td>6882.6816</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11810467438504897</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.601036269430052</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6652058035254416</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6714592999438107</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.841135932262041</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4830221783704727</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144843</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006302483379840851</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02313348650932312</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.6947107090721882</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>40.7501</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8231</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.9535</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306013.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>634.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.6763</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0317</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.2648</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3146.5098</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.5299</td></tr>
<tr><td colspan=3>tsnr</td><td>37.72316858521663</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>