ds005256-mriqc/sub-0036_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter 879116e880 [DATALAD RUNCMD] Compute MRIQC for sub-0036
=== 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-0036 --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-0036",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:18:00 +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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-02/func/sub-0036_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>63c9891ee424ee3b28342e54befa29e9</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>08:59:55.132500</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.998988, -0.0274021, 0.0356674, 0.0280787, 0.999433, -0.0186091]</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.103894</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7708, -7284, 598, -39, -85, 71, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff12fb23-5be4-4af0-bcfa-4295e9ba6d3d||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.6802117824554443, 0.07533321529626846, 0.09487057477235794, 105.37657928466797], [0.07351792603731155, 2.6814043521881104, -0.052897870540618896, -90.77581024169922], [0.09569308906793594, 0.049926962703466415, 2.6978142261505127, -75.6954345703125], [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': ['085955.132500', '085955.592500', '085956.052500', '085956.512500', '085956.972500', '085957.432500', '085957.892500', '085958.352500', '085958.812500', '085959.272500', '085959.732500', '090000.192500', '090000.652500', '090001.112500', '090001.572500', '090002.032500', '090002.492500', '090002.952500', '090003.412500', '090003.872500', '090004.332500', '090004.792500', '090005.252500', '090005.712500', '090006.172500', '090006.632500', '090007.092500', '090007.552500', '090008.012500', '090008.472500', '090008.932500', '090009.392500', '090009.852500', '090010.312500', '090010.772500', '090011.232500', '090011.692500', '090012.152500', '090012.612500', '090013.072500', '090013.532500', '090013.992500', '090014.452500', '090014.912500', '090015.372500', '090015.832500', '090016.292500', '090016.752500', '090017.212500', '090017.672500', '090018.132500', '090018.592500', '090019.052500', '090019.512500', '090019.972500', '090020.432500', '090020.892500', '090021.352500', '090021.812500', '090022.272500', '090022.732500', '090023.192500', '090023.652500', '090024.112500', '090024.572500', '090025.032500', '090025.492500', '090025.952500', '090026.412500', '090026.872500', '090027.332500', '090027.792500', '090028.252500', '090028.712500', '090029.172500', '090029.632500', '090030.092500', '090030.552500', '090031.012500', '090031.472500', '090031.932500', '090032.392500', '090032.852500', '090033.312500', '090033.772500', '090034.232500', '090034.692500', '090035.152500', '090035.612500', '090036.072500', '090036.532500', '090036.992500', '090037.452500', '090037.912500', '090038.372500', '090038.832500', '090039.292500', '090039.752500', '090040.212500', '090040.672500', '090041.132500', '090041.592500', '090042.052500', '090042.512500', '090042.972500', '090043.432500', '090043.892500', '090044.352500', '090044.812500', '090045.272500', '090045.732500', '090046.192500', '090046.652500', '090047.112500', '090047.572500', '090048.032500', '090048.492500', '090048.952500', '090049.412500', '090049.872500', '090050.332500', '090050.792500', '090051.252500', '090051.712500', '090052.172500', '090052.632500', '090053.092500', '090053.552500', '090054.012500', '090054.472500', '090054.932500', '090055.392500', '090055.852500', '090056.312500', '090056.772500', '090057.232500', '090057.692500', '090058.152500', '090058.612500', '090059.072500', '090059.532500', '090059.992500', '090100.452500', '090100.912500', '090101.372500', '090101.832500', '090102.292500', '090102.752500', '090103.212500', '090103.672500', '090104.132500', '090104.592500', '090105.052500', '090105.512500', '090105.972500', '090106.432500', '090106.892500', '090107.352500', '090107.812500', '090108.272500', '090108.732500', '090109.192500', '090109.652500', '090110.112500', '090110.572500', '090111.032500', '090111.492500', '090111.952500', '090112.412500', '090112.872500', '090113.332500', '090113.792500', '090114.252500', '090114.712500', '090115.172500', '090115.632500', '090116.092500', '090116.552500', '090117.012500', '090117.472500', '090117.932500', '090118.392500', '090118.852500', '090119.312500', '090119.772500', '090120.232500', '090120.692500', '090121.152500', '090121.612500', '090122.072500', '090122.532500', '090122.992500', '090123.452500', '090123.912500', '090124.372500', '090124.832500', '090125.292500', '090125.752500', '090126.212500', '090126.672500', '090127.132500', '090127.592500', '090128.052500', '090128.512500', '090128.972500', '090129.432500', '090129.892500', '090130.352500', '090130.812500', '090131.272500', '090131.732500', '090132.192500', '090132.652500', '090133.112500', '090133.572500', '090134.032500', '090134.492500', '090134.952500', '090135.412500', '090135.872500', '090136.332500', '090136.792500', '090137.252500', '090137.712500', '090138.172500', '090138.632500', '090139.092500', '090139.552500', '090140.012500', '090140.472500', '090140.932500', '090141.392500', '090141.852500', '090142.312500', '090142.772500', '090143.232500', '090143.692500', '090144.152500', '090144.612500', '090145.072500', '090145.532500', '090145.992500', '090146.452500', '090146.912500', '090147.372500', '090147.832500', '090148.292500', '090148.752500', '090149.212500', '090149.672500', '090150.132500', '090150.592500', '090151.052500', '090151.512500', '090151.972500', '090152.432500', '090152.892500', '090153.352500', '090153.812500', '090154.272500', '090154.732500', '090155.192500', '090155.652500', '090156.112500', '090156.572500', '090157.032500', '090157.492500', '090157.952500', '090158.412500', '090158.872500', '090159.332500', '090159.792500', '090200.252500', '090200.712500', '090201.172500', '090201.632500', '090202.092500', '090202.552500', '090203.012500', '090203.472500', '090203.932500', '090204.392500', '090204.852500', '090205.312500', '090205.772500', '090206.232500', '090206.692500', '090207.152500', '090207.612500', '090208.072500', '090208.532500', '090208.992500', '090209.452500', '090209.912500', '090210.372500', '090210.832500', '090211.292500', '090211.752500', '090212.212500', '090212.672500', '090213.132500', '090213.592500', '090214.052500', '090214.512500', '090214.972500', '090215.432500', '090215.892500', '090216.352500', '090216.812500', '090217.272500', '090217.732500', '090218.192500', '090218.652500', '090219.112500', '090219.572500', '090220.032500', '090220.492500', '090220.952500', '090221.412500', '090221.872500', '090222.332500', '090222.792500', '090223.252500', '090223.712500', '090224.172500', '090224.632500', '090225.092500', '090225.552500', '090226.012500', '090226.472500', '090226.932500', '090227.392500', '090227.852500', '090228.312500', '090228.772500', '090229.232500', '090229.692500', '090230.152500', '090230.612500', '090231.072500', '090231.532500', '090231.992500', '090232.452500', '090232.912500', '090233.372500', '090233.832500', '090234.292500', '090234.752500', '090235.212500', '090235.672500', '090236.132500', '090236.592500', '090237.052500', '090237.512500', '090237.972500', '090238.432500', '090238.892500', '090239.352500', '090239.812500', '090240.272500', '090240.732500', '090241.192500', '090241.652500', '090242.112500', '090242.572500', '090243.032500', '090243.492500', '090243.952500', '090244.412500', '090244.872500', '090245.332500', '090245.792500', '090246.252500', '090246.712500', '090247.172500', '090247.632500', '090248.092500', '090248.552500', '090249.012500', '090249.472500', '090249.932500', '090250.392500', '090250.852500', '090251.312500', '090251.772500', '090252.232500', '090252.692500', '090253.152500', '090253.612500', '090254.072500', '090254.532500', '090254.992500', '090255.452500', '090255.912500', '090256.372500', '090256.832500', '090257.292500', '090257.752500', '090258.212500', '090258.672500', '090259.132500', '090259.592500', '090300.052500', '090300.512500', '090300.972500', '090301.432500', '090301.892500', '090302.352500', '090302.812500', '090303.272500', '090303.732500', '090304.192500', '090304.652500', '090305.112500', '090305.572500', '090306.032500', '090306.492500', '090306.952500', '090307.412500', '090307.872500', '090308.332500', '090308.792500', '090309.252500', '090309.712500', '090310.172500', '090310.632500', '090311.092500', '090311.552500', '090312.012500', '090312.472500', '090312.932500', '090313.392500', '090313.852500', '090314.312500', '090314.772500', '090315.232500', '090315.692500', '090316.152500', '090316.612500', '090317.072500', '090317.532500', '090317.992500', '090318.452500', '090318.912500', '090319.372500', '090319.832500', '090320.292500', '090320.752500', '090321.212500', '090321.672500', '090322.132500', '090322.592500', '090323.052500', '090323.512500', '090323.972500', '090324.432500', '090324.892500', '090325.352500', '090325.812500', '090326.272500', '090326.732500', '090327.192500', '090327.652500', '090328.112500', '090328.572500', '090329.032500', '090329.492500', '090329.952500', '090330.412500', '090330.872500', '090331.332500', '090331.792500', '090332.252500', '090332.712500', '090333.172500', '090333.632500', '090334.092500', '090334.552500', '090335.012500', '090335.472500', '090335.932500', '090336.392500', '090336.852500', '090337.312500', '090337.772500', '090338.232500', '090338.692500', '090339.152500', '090339.612500', '090340.072500', '090340.532500', '090340.992500', '090341.452500', '090341.912500', '090342.372500', '090342.832500', '090343.292500', '090343.752500', '090344.212500', '090344.672500', '090345.132500', '090345.592500', '090346.052500', '090346.512500', '090346.972500', '090347.432500', '090347.892500', '090348.352500', '090348.812500', '090349.272500', '090349.732500', '090350.192500', '090350.652500', '090351.112500', '090351.572500', '090352.032500', '090352.492500', '090352.952500', '090353.412500', '090353.872500', '090354.332500', '090354.792500', '090355.252500', '090355.712500', '090356.172500', '090356.632500', '090357.092500', '090357.552500', '090358.012500', '090358.472500', '090358.932500', '090359.392500', '090359.852500', '090400.312500', '090400.772500', '090401.232500', '090401.692500', '090402.152500', '090402.612500', '090403.072500', '090403.532500', '090403.992500', '090404.452500', '090404.912500', '090405.372500', '090405.832500', '090406.292500', '090406.752500', '090407.212500', '090407.672500', '090408.132500', '090408.592500', '090409.052500', '090409.512500', '090409.972500', '090410.432500', '090410.892500', '090411.352500', '090411.812500', '090412.272500', '090412.732500', '090413.192500', '090413.652500', '090414.112500', '090414.572500', '090415.032500', '090415.492500', '090415.952500', '090416.412500', '090416.872500', '090417.332500', '090417.792500', '090418.252500', '090418.712500', '090419.172500', '090419.632500', '090420.092500', '090420.552500', '090421.012500', '090421.472500', '090421.932500', '090422.392500', '090422.852500', '090423.312500', '090423.772500', '090424.232500', '090424.692500', '090425.152500', '090425.612500', '090426.072500', '090426.532500', '090426.992500', '090427.452500', '090427.912500', '090428.372500', '090428.832500', '090429.292500', '090429.752500', '090430.212500', '090430.672500', '090431.132500', '090431.592500', '090432.052500', '090432.512500', '090432.972500', '090433.432500', '090433.892500', '090434.352500', '090434.812500', '090435.272500', '090435.732500', '090436.192500', '090436.652500', '090437.112500', '090437.572500', '090438.032500', '090438.492500', '090438.952500', '090439.412500', '090439.872500', '090440.332500', '090440.792500', '090441.252500', '090441.712500', '090442.172500', '090442.632500', '090443.092500', '090443.552500', '090444.012500', '090444.472500', '090444.932500', '090445.392500', '090445.852500', '090446.312500', '090446.772500', '090447.232500', '090447.692500', '090448.152500', '090448.612500', '090449.072500', '090449.532500', '090449.992500', '090450.452500', '090450.912500', '090451.372500', '090451.832500', '090452.292500', '090452.752500', '090453.212500', '090453.672500', '090454.132500', '090454.592500', '090455.052500', '090455.512500', '090455.972500', '090456.432500', '090456.892500', '090457.352500', '090457.812500', '090458.272500', '090458.732500', '090459.192500', '090459.652500', '090500.112500', '090500.572500', '090501.032500', '090501.492500', '090501.952500', '090502.412500', '090502.872500', '090503.332500', '090503.792500', '090504.252500', '090504.712500', '090505.172500', '090505.632500', '090506.092500', '090506.552500', '090507.012500', '090507.472500', '090507.932500', '090508.392500', '090508.852500', '090509.312500', '090509.772500', '090510.232500', '090510.692500', '090511.152500', '090511.612500', '090512.072500', '090512.532500', '090512.992500', '090513.452500', '090513.912500', '090514.372500', '090514.832500', '090515.292500', '090515.752500', '090516.212500', '090516.672500', '090517.132500', '090517.592500', '090518.052500', '090518.512500', '090518.972500', '090519.432500', '090519.892500', '090520.352500', '090520.812500', '090521.272500', '090521.732500', '090522.192500', '090522.652500', '090523.112500', '090523.572500', '090524.032500', '090524.492500', '090524.952500', '090525.412500', '090525.872500', '090526.332500', '090526.792500', '090527.252500', '090527.712500', '090528.172500', '090528.632500', '090529.092500', '090529.552500', '090530.012500', '090530.472500', '090530.932500', '090531.392500', '090531.852500', '090532.312500', '090532.772500', '090533.232500', '090533.692500', '090534.152500', '090534.612500', '090535.072500', '090535.532500', '090535.992500', '090536.452500', '090536.912500', '090537.372500', '090537.832500', '090538.292500', '090538.752500', '090539.212500', '090539.672500', '090540.132500', '090540.592500', '090541.052500', '090541.512500', '090541.972500', '090542.432500', '090542.892500', '090543.352500', '090543.812500', '090544.272500', '090544.732500', '090545.192500', '090545.652500', '090546.112500', '090546.572500', '090547.032500', '090547.492500', '090547.952500', '090548.412500', '090548.872500', '090549.332500', '090549.792500', '090550.252500', '090550.712500', '090551.172500', '090551.632500', '090552.092500', '090552.552500', '090553.012500', '090553.472500', '090553.932500', '090554.392500', '090554.852500', '090555.312500', '090555.772500', '090556.232500', '090556.692500', '090557.152500', '090557.612500', '090558.072500', '090558.532500', '090558.992500', '090559.452500', '090559.912500', '090600.372500', '090600.832500', '090601.292500', '090601.752500', '090602.212500', '090602.672500', '090603.132500', '090603.592500', '090604.052500', '090604.512500', '090604.972500', '090605.432500', '090605.892500', '090606.352500', '090606.812500', '090607.272500', '090607.732500', '090608.192500', '090608.652500', '090609.112500', '090609.572500', '090610.032500', '090610.492500', '090610.952500', '090611.412500', '090611.872500', '090612.332500', '090612.792500', '090613.252500', '090613.712500', '090614.172500', '090614.632500', '090615.092500', '090615.552500', '090616.012500', '090616.472500', '090616.932500', '090617.392500', '090617.852500', '090618.312500', '090618.772500', '090619.232500', '090619.692500', '090620.152500', '090620.612500', '090621.072500', '090621.532500', '090621.992500', '090622.452500', '090622.912500', '090623.372500', '090623.832500', '090624.292500', '090624.752500', '090625.212500', '090625.672500', '090626.132500', '090626.592500', '090627.052500', '090627.512500', '090627.972500', '090628.432500', '090628.892500', '090629.352500', '090629.812500', '090630.272500', '090630.732500', '090631.192500', '090631.652500', '090632.112500', '090632.572500', '090633.032500', '090633.492500', '090633.952500', '090634.412500', '090634.872500', '090635.332500', '090635.792500', '090636.252500', '090636.712500', '090637.172500', '090637.632500', '090638.092500', '090638.552500', '090639.012500', '090639.472500', '090639.932500', '090640.392500', '090640.852500', '090641.312500', '090641.772500', '090642.232500', '090642.692500', '090643.152500', '090643.612500', '090644.072500', '090644.532500', '090644.992500', '090645.452500', '090645.912500', '090646.372500', '090646.832500', '090647.292500', '090647.752500', '090648.212500', '090648.672500', '090649.132500', '090649.592500', '090650.052500', '090650.512500', '090650.972500', '090651.432500', '090651.892500', '090652.352500', '090652.812500', '090653.272500', '090653.732500', '090654.192500', '090654.652500', '090655.112500', '090655.572500', '090656.032500', '090656.492500', '090656.952500', '090657.412500', '090657.872500', '090658.332500', '090658.792500', '090659.252500', '090659.712500', '090700.172500', '090700.632500', '090701.092500', '090701.552500', '090702.012500', '090702.472500', '090702.932500', '090703.392500', '090703.852500', '090704.312500', '090704.772500', '090705.232500', '090705.692500', '090706.152500', '090706.612500', '090707.072500', '090707.532500', '090707.992500', '090708.452500', '090708.912500', '090709.372500', '090709.832500', '090710.292500', '090710.752500', '090711.212500', '090711.672500', '090712.132500', '090712.592500', '090713.052500', '090713.512500', '090713.972500', '090714.432500', '090714.892500', '090715.352500', '090715.812500', '090716.272500', '090716.732500', '090717.192500', '090717.652500', '090718.112500', '090718.572500', '090719.032500', '090719.492500'], 'ContentTime': ['090007.346000', '090007.350000', '090007.357000', '090007.360000', '090007.363000', '090007.366000', '090007.370000', '090007.373000', '090007.376000', '090007.379000', '090007.382000', '090007.385000', '090007.390000', '090007.393000', '090007.397000', '090007.400000', '090007.403000', '090007.406000', '090007.412000', '090007.415000', '090007.428000', '090007.431000', '090007.434000', '090007.437000', '090027.315000', '090027.318000', '090027.321000', '090027.324000', '090027.327000', '090027.330000', '090027.333000', '090027.336000', '090027.339000', '090027.342000', '090027.345000', '090027.348000', '090027.351000', '090027.354000', '090027.357000', '090027.360000', '090027.363000', '090027.366000', '090027.369000', '090027.371000', '090027.375000', '090027.378000', '090027.381000', '090027.383000', '090027.386000', '090027.389000', '090027.392000', '090027.395000', '090027.398000', '090027.401000', '090027.404000', '090027.415000', '090027.418000', '090027.421000', '090027.424000', '090027.427000', '090027.449000', '090027.452000', '090027.470000', '090027.482000', '090027.484000', '090027.487000', '090027.490000', '090047.315000', '090047.318000', '090047.321000', '090047.324000', '090047.327000', '090047.330000', '090047.333000', '090047.336000', '090047.340000', '090047.343000', '090047.346000', '090047.349000', '090047.352000', '090047.355000', '090047.358000', '090047.361000', '090047.364000', '090047.367000', '090047.370000', '090047.373000', '090047.376000', '090047.386000', '090047.389000', '090047.392000', '090047.395000', '090047.398000', '090047.401000', '090047.404000', '090047.407000', '090047.410000', '090047.413000', '090047.416000', '090047.419000', '090047.422000', '090047.425000', '090047.428000', '090047.431000', '090047.434000', '090047.446000', '090047.449000', '090047.452000', '090047.455000', '090047.458000', '090047.461000', '090107.315000', '090107.333000', '090107.336000', '090107.339000', '090107.342000', '090107.345000', '090107.348000', '090107.351000', '090107.354000', '090107.357000', '090107.360000', '090107.363000', '090107.366000', '090107.369000', '090107.372000', '090107.375000', '090107.378000', '090107.381000', '090107.384000', '090107.387000', '090107.390000', '090107.393000', '090107.396000', '090107.399000', '090107.403000', '090107.406000', '090107.409000', '090107.412000', '090107.415000', '090107.418000', '090107.421000', '090107.423000', '090107.426000', '090107.429000', '090107.432000', '090107.435000', '090107.438000', '090107.441000', '090107.444000', '090107.447000', '090107.450000', '090107.453000', '090107.456000', '090127.315000', '090127.318000', '090127.321000', '090127.324000', '090127.327000', '090127.330000', '090127.333000', '090127.336000', '090127.339000', '090127.342000', '090127.345000', '090127.348000', '090127.350000', '090127.353000', '090127.356000', '090127.359000', '090127.362000', '090127.366000', '090127.369000', '090127.372000', '090127.375000', '090127.378000', '090127.381000', '090127.384000', '090127.387000', '090127.390000', '090127.393000', '090127.396000', '090127.399000', '090127.402000', '090127.412000', '090127.415000', '090127.423000', '090127.426000', '090127.429000', '090127.432000', '090127.435000', '090127.438000', '090127.441000', '090127.444000', '090127.447000', '090127.450000', '090127.453000', '090127.456000', '090147.316000', '090147.319000', '090147.322000', '090147.325000', '090147.328000', '090147.331000', '090147.334000', '090147.337000', '090147.340000', '090147.343000', '090147.346000', '090147.349000', '090147.352000', '090147.355000', '090147.358000', '090147.361000', '090147.364000', '090147.367000', '090147.370000', '090147.373000', '090147.376000', '090147.379000', '090147.382000', '090147.385000', '090147.388000', '090147.391000', '090147.394000', '090147.407000', '090147.410000', '090147.413000', '090147.416000', '090147.419000', '090147.422000', '090147.425000', '090147.428000', '090147.431000', '090147.434000', '090147.437000', '090147.440000', '090147.443000', '090147.446000', '090147.449000', '090147.452000', '090207.315000', '090207.318000', '090207.321000', '090207.324000', '090207.327000', '090207.330000', '090207.333000', '090207.336000', '090207.339000', '090207.342000', '090207.345000', '090207.348000', '090207.350000', '090207.353000', '090207.356000', '090207.359000', '090207.362000', '090207.365000', '090207.368000', '090207.371000', '090207.374000', '090207.377000', '090207.380000', '090207.383000', '090207.386000', '090207.389000', '090207.392000', '090207.395000', '090207.398000', '090207.401000', '090207.404000', '090207.407000', '090207.410000', '090207.413000', '090207.416000', '090207.419000', '090207.422000', '090207.425000', '090207.428000', '090207.431000', '090207.434000', '090207.437000', '090207.440000', '090207.443000', '090227.315000', '090227.318000', '090227.321000', '090227.324000', '090227.327000', '090227.330000', '090227.373000', '090227.376000', '090227.379000', '090227.382000', '090227.385000', '090227.388000', '090227.391000', '090227.394000', '090227.397000', '090227.400000', '090227.403000', '090227.406000', '090227.409000', '090227.412000', '090227.419000', '090227.422000', '090227.425000', '090227.427000', '090227.430000', '090227.433000', '090227.438000', '090227.441000', '090227.444000', '090227.447000', '090227.450000', '090227.453000', '090227.456000', '090227.459000', '090227.462000', '090227.465000', '090227.468000', '090227.471000', '090227.474000', '090227.477000', '090227.484000', '090227.487000', '090227.490000', '090247.315000', '090247.318000', '090247.321000', '090247.324000', '090247.327000', '090247.330000', '090247.333000', '090247.336000', '090247.339000', '090247.342000', '090247.345000', '090247.348000', '090247.351000', '090247.354000', '090247.357000', '090247.360000', '090247.363000', '090247.365000', '090247.368000', '090247.371000', '090247.374000', '090247.377000', '090247.380000', '090247.383000', '090247.386000', '090247.389000', '090247.392000', '090247.395000', '090247.398000', '090247.402000', '090247.405000', '090247.408000', '090247.411000', '090247.414000', '090247.417000', '090247.420000', '090247.423000', '090247.426000', '090247.429000', '090247.432000', '090247.435000', '090247.438000', '090247.441000', '090247.444000', '090307.315000', '090307.318000', '090307.321000', '090307.324000', '090307.327000', '090307.330000', '090307.333000', '090307.336000', '090307.339000', '090307.342000', '090307.345000', '090307.348000', '090307.351000', '090307.354000', '090307.357000', '090307.360000', '090307.363000', '090307.366000', '090307.369000', '090307.372000', '090307.375000', '090307.378000', '090307.382000', '090307.384000', '090307.388000', '090307.391000', '090307.394000', '090307.397000', '090307.404000', '090307.407000', '090307.410000', '090307.413000', '090307.416000', '090307.419000', '090307.422000', '090307.425000', '090307.428000', '090307.431000', '090307.434000', '090307.437000', '090307.440000', '090307.443000', '090307.449000', '090327.317000', '090327.321000', '090327.324000', '090327.327000', '090327.330000', '090327.333000', '090327.336000', '090327.339000', '090327.342000', '090327.345000', '090327.348000', '090327.351000', '090327.354000', '090327.357000', '090327.360000', '090327.363000', '090327.366000', '090327.369000', '090327.372000', '090327.374000', '090327.386000', '090327.389000', '090327.392000', '090327.395000', '090327.398000', '090327.401000', '090327.404000', '090327.407000', '090327.410000', '090327.413000', '090327.416000', '090327.419000', '090327.422000', '090327.425000', '090327.428000', '090327.430000', '090327.433000', '090327.436000', '090327.445000', '090327.448000', '090327.451000', '090327.454000', '090327.457000', '090347.316000', '090347.319000', '090347.322000', '090347.325000', '090347.328000', '090347.331000', '090347.334000', '090347.337000', '090347.340000', '090347.343000', '090347.346000', '090347.349000', '090347.352000', '090347.355000', '090347.358000', '090347.361000', '090347.364000', '090347.367000', '090347.370000', '090347.373000', '090347.376000', '090347.379000', '090347.382000', '090347.385000', '090347.388000', '090347.391000', '090347.394000', '090347.397000', '090347.400000', '090347.403000', '090347.406000', '090347.409000', '090347.412000', '090347.415000', '090347.418000', '090347.421000', '090347.424000', '090347.427000', '090347.430000', '090347.433000', '090347.436000', '090347.439000', '090347.442000', '090347.445000', '090407.316000', '090407.319000', '090407.322000', '090407.325000', '090407.330000', '090407.334000', '090407.338000', '090407.341000', '090407.344000', '090407.347000', '090407.350000', '090407.353000', '090407.356000', '090407.359000', '090407.362000', '090407.365000', '090407.368000', '090407.371000', '090407.374000', '090407.377000', '090407.380000', '090407.383000', '090407.395000', '090407.398000', '090407.401000', '090407.404000', '090407.407000', '090407.410000', '090407.413000', '090407.416000', '090407.419000', '090407.422000', '090407.425000', '090407.428000', '090407.431000', '090407.434000', '090407.437000', '090407.441000', '090407.444000', '090407.447000', '090407.450000', '090407.453000', '090407.456000', '090427.315000', '090427.318000', '090427.321000', '090427.324000', '090427.327000', '090427.330000', '090427.333000', '090427.336000', '090427.339000', '090427.342000', '090427.345000', '090427.348000', '090427.351000', '090427.354000', '090427.357000', '090427.360000', '090427.363000', '090427.366000', '090427.369000', '090427.372000', '090427.375000', '090427.378000', '090427.381000', '090427.384000', '090427.387000', '090427.390000', '090427.393000', '090427.396000', '090427.399000', '090427.402000', '090427.405000', '090427.408000', '090427.411000', '090427.414000', '090427.417000', '090427.420000', '090427.423000', '090427.426000', '090427.429000', '090427.432000', '090427.435000', '090427.438000', '090427.441000', '090427.444000', '090447.315000', '090447.318000', '090447.321000', '090447.324000', '090447.327000', '090447.330000', '090447.333000', '090447.336000', '090447.339000', '090447.343000', '090447.346000', '090447.351000', '090447.354000', '090447.357000', '090447.360000', '090447.363000', '090447.366000', '090447.369000', '090447.372000', '090447.375000', '090447.378000', '090447.381000', '090447.384000', '090447.387000', '090447.390000', '090447.393000', '090447.396000', '090447.399000', '090447.402000', '090447.405000', '090447.408000', '090447.422000', '090447.425000', '090447.428000', '090447.431000', '090447.434000', '090447.437000', '090447.440000', '090447.443000', '090447.446000', '090447.449000', '090447.452000', '090447.455000', '090507.315000', '090507.318000', '090507.321000', '090507.324000', '090507.327000', '090507.330000', '090507.333000', '090507.336000', '090507.339000', '090507.342000', '090507.345000', '090507.348000', '090507.351000', '090507.354000', '090507.357000', '090507.360000', '090507.363000', '090507.366000', '090507.369000', '090507.372000', '090507.375000', '090507.378000', '090507.381000', '090507.384000', '090507.387000', '090507.390000', '090507.393000', '090507.396000', '090507.399000', '090507.402000', '090507.405000', '090507.408000', '090507.411000', '090507.414000', '090507.417000', '090507.420000', '090507.423000', '090507.426000', '090507.429000', '090507.432000', '090507.435000', '090507.438000', '090507.441000', '090507.444000', '090527.315000', '090527.318000', '090527.321000', '090527.324000', '090527.327000', '090527.330000', '090527.333000', '090527.336000', '090527.339000', '090527.342000', '090527.345000', '090527.348000', '090527.351000', '090527.354000', '090527.357000', '090527.360000', '090527.363000', '090527.366000', '090527.370000', '090527.373000', '090527.375000', '090527.378000', '090527.381000', '090527.385000', '090527.389000', '090527.392000', '090527.395000', '090527.398000', '090527.401000', '090527.404000', '090527.407000', '090527.410000', '090527.413000', '090527.416000', '090527.419000', '090527.422000', '090527.425000', '090527.428000', '090527.431000', '090527.434000', '090527.437000', '090527.440000', '090527.442000', '090547.315000', '090547.318000', '090547.321000', '090547.324000', '090547.327000', '090547.330000', '090547.333000', '090547.336000', '090547.339000', '090547.342000', '090547.345000', '090547.348000', '090547.351000', '090547.354000', '090547.357000', '090547.360000', '090547.363000', '090547.366000', '090547.370000', '090547.373000', '090547.376000', '090547.379000', '090547.381000', '090547.385000', '090547.387000', '090547.396000', '090547.399000', '090547.402000', '090547.405000', '090547.408000', '090547.411000', '090547.414000', '090547.418000', '090547.420000', '090547.423000', '090547.426000', '090547.429000', '090547.432000', '090547.435000', '090547.438000', '090547.441000', '090547.444000', '090547.447000', '090547.450000', '090607.316000', '090607.319000', '090607.330000', '090607.333000', '090607.336000', '090607.339000', '090607.342000', '090607.345000', '090607.348000', '090607.351000', '090607.354000', '090607.357000', '090607.360000', '090607.363000', '090607.366000', '090607.369000', '090607.372000', '090607.375000', '090607.378000', '090607.381000', '090607.384000', '090607.387000', '090607.390000', '090607.393000', '090607.396000', '090607.399000', '090607.402000', '090607.405000', '090607.408000', '090607.411000', '090607.416000', '090607.419000', '090607.422000', '090607.425000', '090607.428000', '090607.431000', '090607.434000', '090607.437000', '090607.440000', '090607.443000', '090607.446000', '090607.449000', '090607.452000', '090627.316000', '090627.319000', '090627.322000', '090627.325000', '090627.328000', '090627.331000', '090627.334000', '090627.337000', '090627.340000', '090627.343000', '090627.346000', '090627.349000', '090627.352000', '090627.355000', '090627.358000', '090627.361000', '090627.365000', '090627.368000', '090627.371000', '090627.373000', '090627.376000', '090627.379000', '090627.382000', '090627.385000', '090627.388000', '090627.391000', '090627.394000', '090627.397000', '090627.400000', '090627.403000', '090627.406000', '090627.409000', '090627.412000', '090627.415000', '090627.418000', '090627.421000', '090627.424000', '090627.427000', '090627.430000', '090627.433000', '090627.436000', '090627.439000', '090627.442000', '090627.445000', '090647.315000', '090647.318000', '090647.321000', '090647.324000', '090647.327000', '090647.330000', '090647.333000', '090647.336000', '090647.339000', '090647.342000', '090647.345000', '090647.348000', '090647.351000', '090647.354000', '090647.357000', '090647.360000', '090647.363000', '090647.366000', '090647.369000', '090647.372000', '090647.375000', '090647.378000', '090647.381000', '090647.384000', '090647.387000', '090647.390000', '090647.393000', '090647.396000', '090647.399000', '090647.402000', '090647.405000', '090647.423000', '090647.426000', '090647.429000', '090647.432000', '090647.435000', '090647.438000', '090647.441000', '090647.444000', '090647.447000', '090647.450000', '090647.453000', '090647.456000', '090707.325000', '090707.328000', '090707.331000', '090707.334000', '090707.337000', '090707.340000', '090707.343000', '090707.346000', '090707.349000', '090707.352000', '090707.355000', '090707.358000', '090707.361000', '090707.364000', '090707.367000', '090707.370000', '090707.373000', '090707.376000', '090707.379000', '090707.382000', '090707.385000', '090707.388000', '090707.391000', '090707.394000', '090707.397000', '090707.400000', '090707.403000', '090707.406000', '090707.409000', '090707.412000', '090707.415000', '090707.418000', '090707.421000', '090707.424000', '090707.427000', '090707.430000', '090707.433000', '090707.436000', '090707.439000', '090707.442000', '090707.445000', '090707.448000', '090707.451000', '090707.454000', '090721.033000', '090721.038000', '090721.041000', '090721.045000', '090721.048000', '090721.051000', '090721.055000', '090721.058000', '090721.061000', '090721.064000', '090721.067000', '090721.070000', '090721.073000', '090721.076000', '090721.079000', '090721.082000', '090721.086000', '090721.089000', '090721.092000', '090721.095000', '090721.098000', '090721.101000', '090721.104000', '090721.107000', '090721.110000', '090721.114000', '090721.116000', '090721.120000', '090721.123000', '090721.126000'], 'InstanceCreationTime': ['090007.346000', '090007.350000', '090007.357000', '090007.360000', '090007.363000', '090007.366000', '090007.370000', '090007.373000', '090007.376000', '090007.379000', '090007.382000', '090007.385000', '090007.390000', '090007.393000', '090007.397000', '090007.400000', '090007.403000', '090007.406000', '090007.412000', '090007.415000', '090007.428000', '090007.431000', '090007.434000', '090007.437000', '090027.315000', '090027.318000', '090027.321000', '090027.324000', '090027.327000', '090027.330000', '090027.333000', '090027.336000', '090027.339000', '090027.342000', '090027.345000', '090027.348000', '090027.351000', '090027.354000', '090027.357000', '090027.360000', '090027.363000', '090027.366000', '090027.369000', '090027.371000', '090027.375000', '090027.378000', '090027.381000', '090027.383000', '090027.386000', '090027.389000', '090027.392000', '090027.395000', '090027.398000', '090027.401000', '090027.404000', '090027.415000', '090027.418000', '090027.421000', '090027.424000', '090027.427000', '090027.449000', '090027.452000', '090027.470000', '090027.482000', '090027.484000', '090027.487000', '090027.490000', '090047.315000', '090047.318000', '090047.321000', '090047.324000', '090047.327000', '090047.330000', '090047.333000', '090047.336000', '090047.340000', '090047.343000', '090047.346000', '090047.349000', '090047.352000', '090047.355000', '090047.358000', '090047.361000', '090047.364000', '090047.367000', '090047.370000', '090047.373000', '090047.376000', '090047.386000', '090047.389000', '090047.392000', '090047.395000', '090047.398000', '090047.401000', '090047.404000', '090047.407000', '090047.410000', '090047.413000', '090047.416000', '090047.419000', '090047.422000', '090047.425000', '090047.428000', '090047.431000', '090047.434000', '090047.446000', '090047.449000', '090047.452000', '090047.455000', '090047.458000', '090047.461000', '090107.315000', '090107.333000', '090107.336000', '090107.339000', '090107.342000', '090107.345000', '090107.348000', '090107.351000', '090107.354000', '090107.357000', '090107.360000', '090107.363000', '090107.366000', '090107.369000', '090107.372000', '090107.375000', '090107.378000', '090107.381000', '090107.384000', '090107.387000', '090107.390000', '090107.393000', '090107.396000', '090107.399000', '090107.403000', '090107.406000', '090107.409000', '090107.412000', '090107.415000', '090107.418000', '090107.421000', '090107.423000', '090107.426000', '090107.429000', '090107.432000', '090107.435000', '090107.438000', '090107.441000', '090107.444000', '090107.447000', '090107.450000', '090107.453000', '090107.456000', '090127.315000', '090127.318000', '090127.321000', '090127.324000', '090127.327000', '090127.330000', '090127.333000', '090127.336000', '090127.339000', '090127.342000', '090127.345000', '090127.348000', '090127.350000', '090127.353000', '090127.356000', '090127.359000', '090127.362000', '090127.366000', '090127.369000', '090127.372000', '090127.375000', '090127.378000', '090127.381000', '090127.384000', '090127.387000', '090127.390000', '090127.393000', '090127.396000', '090127.399000', '090127.402000', '090127.412000', '090127.415000', '090127.423000', '090127.426000', '090127.429000', '090127.432000', '090127.435000', '090127.438000', '090127.441000', '090127.444000', '090127.447000', '090127.450000', '090127.453000', '090127.456000', '090147.316000', '090147.319000', '090147.322000', '090147.325000', '090147.328000', '090147.331000', '090147.334000', '090147.337000', '090147.340000', '090147.343000', '090147.346000', '090147.349000', '090147.352000', '090147.355000', '090147.358000', '090147.361000', '090147.364000', '090147.367000', '090147.370000', '090147.373000', '090147.376000', '090147.379000', '090147.382000', '090147.385000', '090147.388000', '090147.391000', '090147.394000', '090147.407000', '090147.410000', '090147.413000', '090147.416000', '090147.419000', '090147.422000', '090147.425000', '090147.428000', '090147.431000', '090147.434000', '090147.437000', '090147.440000', '090147.443000', '090147.446000', '090147.449000', '090147.452000', '090207.315000', '090207.318000', '090207.321000', '090207.324000', '090207.327000', '090207.330000', '090207.333000', '090207.336000', '090207.339000', '090207.342000', '090207.345000', '090207.348000', '090207.350000', '090207.353000', '090207.356000', '090207.359000', '090207.362000', '090207.365000', '090207.368000', '090207.371000', '090207.374000', '090207.377000', '090207.380000', '090207.383000', '090207.386000', '090207.389000', '090207.392000', '090207.395000', '090207.398000', '090207.401000', '090207.404000', '090207.407000', '090207.410000', '090207.413000', '090207.416000', '090207.419000', '090207.422000', '090207.425000', '090207.428000', '090207.431000', '090207.434000', '090207.437000', '090207.440000', '090207.443000', '090227.315000', '090227.318000', '090227.321000', '090227.324000', '090227.327000', '090227.330000', '090227.373000', '090227.376000', '090227.379000', '090227.382000', '090227.385000', '090227.388000', '090227.391000', '090227.394000', '090227.397000', '090227.400000', '090227.403000', '090227.406000', '090227.409000', '090227.412000', '090227.419000', '090227.422000', '090227.425000', '090227.427000', '090227.430000', '090227.433000', '090227.438000', '090227.441000', '090227.444000', '090227.447000', '090227.450000', '090227.453000', '090227.456000', '090227.459000', '090227.462000', '090227.465000', '090227.468000', '090227.471000', '090227.474000', '090227.477000', '090227.484000', '090227.487000', '090227.490000', '090247.315000', '090247.318000', '090247.321000', '090247.324000', '090247.327000', '090247.330000', '090247.333000', '090247.336000', '090247.339000', '090247.342000', '090247.345000', '090247.348000', '090247.351000', '090247.354000', '090247.357000', '090247.360000', '090247.363000', '090247.365000', '090247.368000', '090247.371000', '090247.374000', '090247.377000', '090247.380000', '090247.383000', '090247.386000', '090247.389000', '090247.392000', '090247.395000', '090247.398000', '090247.402000', '090247.405000', '090247.408000', '090247.411000', '090247.414000', '090247.417000', '090247.420000', '090247.423000', '090247.426000', '090247.429000', '090247.432000', '090247.435000', '090247.438000', '090247.441000', '090247.444000', '090307.315000', '090307.318000', '090307.321000', '090307.324000', '090307.327000', '090307.330000', '090307.333000', '090307.336000', '090307.339000', '090307.342000', '090307.345000', '090307.348000', '090307.351000', '090307.354000', '090307.357000', '090307.360000', '090307.363000', '090307.366000', '090307.369000', '090307.372000', '090307.375000', '090307.378000', '090307.382000', '090307.384000', '090307.388000', '090307.391000', '090307.394000', '090307.397000', '090307.404000', '090307.407000', '090307.410000', '090307.413000', '090307.416000', '090307.419000', '090307.422000', '090307.425000', '090307.428000', '090307.431000', '090307.434000', '090307.437000', '090307.440000', '090307.443000', '090307.449000', '090327.317000', '090327.321000', '090327.324000', '090327.327000', '090327.330000', '090327.333000', '090327.336000', '090327.339000', '090327.342000', '090327.345000', '090327.348000', '090327.351000', '090327.354000', '090327.357000', '090327.360000', '090327.363000', '090327.366000', '090327.369000', '090327.372000', '090327.374000', '090327.386000', '090327.389000', '090327.392000', '090327.395000', '090327.398000', '090327.401000', '090327.404000', '090327.407000', '090327.410000', '090327.413000', '090327.416000', '090327.419000', '090327.422000', '090327.425000', '090327.428000', '090327.430000', '090327.433000', '090327.436000', '090327.445000', '090327.448000', '090327.451000', '090327.454000', '090327.457000', '090347.316000', '090347.319000', '090347.322000', '090347.325000', '090347.328000', '090347.331000', '090347.334000', '090347.337000', '090347.340000', '090347.343000', '090347.346000', '090347.349000', '090347.352000', '090347.355000', '090347.358000', '090347.361000', '090347.364000', '090347.367000', '090347.370000', '090347.373000', '090347.376000', '090347.379000', '090347.382000', '090347.385000', '090347.388000', '090347.391000', '090347.394000', '090347.397000', '090347.400000', '090347.403000', '090347.406000', '090347.409000', '090347.412000', '090347.415000', '090347.418000', '090347.421000', '090347.424000', '090347.427000', '090347.430000', '090347.433000', '090347.436000', '090347.439000', '090347.442000', '090347.445000', '090407.316000', '090407.319000', '090407.322000', '090407.325000', '090407.330000', '090407.334000', '090407.338000', '090407.341000', '090407.344000', '090407.347000', '090407.350000', '090407.353000', '090407.356000', '090407.359000', '090407.362000', '090407.365000', '090407.368000', '090407.371000', '090407.374000', '090407.377000', '090407.380000', '090407.383000', '090407.395000', '090407.398000', '090407.401000', '090407.404000', '090407.407000', '090407.410000', '090407.413000', '090407.416000', '090407.419000', '090407.422000', '090407.425000', '090407.428000', '090407.431000', '090407.434000', '090407.437000', '090407.441000', '090407.444000', '090407.447000', '090407.450000', '090407.453000', '090407.456000', '090427.315000', '090427.318000', '090427.321000', '090427.324000', '090427.327000', '090427.330000', '090427.333000', '090427.336000', '090427.339000', '090427.342000', '090427.345000', '090427.348000', '090427.351000', '090427.354000', '090427.357000', '090427.360000', '090427.363000', '090427.366000', '090427.369000', '090427.372000', '090427.375000', '090427.378000', '090427.381000', '090427.384000', '090427.387000', '090427.390000', '090427.393000', '090427.396000', '090427.399000', '090427.402000', '090427.405000', '090427.408000', '090427.411000', '090427.414000', '090427.417000', '090427.420000', '090427.423000', '090427.426000', '090427.429000', '090427.432000', '090427.435000', '090427.438000', '090427.441000', '090427.444000', '090447.315000', '090447.318000', '090447.321000', '090447.324000', '090447.327000', '090447.330000', '090447.333000', '090447.336000', '090447.339000', '090447.343000', '090447.346000', '090447.351000', '090447.354000', '090447.357000', '090447.360000', '090447.363000', '090447.366000', '090447.369000', '090447.372000', '090447.375000', '090447.378000', '090447.381000', '090447.384000', '090447.387000', '090447.390000', '090447.393000', '090447.396000', '090447.399000', '090447.402000', '090447.405000', '090447.408000', '090447.422000', '090447.425000', '090447.428000', '090447.431000', '090447.434000', '090447.437000', '090447.440000', '090447.443000', '090447.446000', '090447.449000', '090447.452000', '090447.455000', '090507.315000', '090507.318000', '090507.321000', '090507.324000', '090507.327000', '090507.330000', '090507.333000', '090507.336000', '090507.339000', '090507.342000', '090507.345000', '090507.348000', '090507.351000', '090507.354000', '090507.357000', '090507.360000', '090507.363000', '090507.366000', '090507.369000', '090507.372000', '090507.375000', '090507.378000', '090507.381000', '090507.384000', '090507.387000', '090507.390000', '090507.393000', '090507.396000', '090507.399000', '090507.402000', '090507.405000', '090507.408000', '090507.411000', '090507.414000', '090507.417000', '090507.420000', '090507.423000', '090507.426000', '090507.429000', '090507.432000', '090507.435000', '090507.438000', '090507.441000', '090507.444000', '090527.315000', '090527.318000', '090527.321000', '090527.324000', '090527.327000', '090527.330000', '090527.333000', '090527.336000', '090527.339000', '090527.342000', '090527.345000', '090527.348000', '090527.351000', '090527.354000', '090527.357000', '090527.360000', '090527.363000', '090527.366000', '090527.370000', '090527.373000', '090527.375000', '090527.378000', '090527.381000', '090527.385000', '090527.389000', '090527.392000', '090527.395000', '090527.398000', '090527.401000', '090527.404000', '090527.407000', '090527.410000', '090527.413000', '090527.416000', '090527.419000', '090527.422000', '090527.425000', '090527.428000', '090527.431000', '090527.434000', '090527.437000', '090527.440000', '090527.442000', '090547.315000', '090547.318000', '090547.321000', '090547.324000', '090547.327000', '090547.330000', '090547.333000', '090547.336000', '090547.339000', '090547.342000', '090547.345000', '090547.348000', '090547.351000', '090547.354000', '090547.357000', '090547.360000', '090547.363000', '090547.366000', '090547.370000', '090547.373000', '090547.376000', '090547.379000', '090547.381000', '090547.385000', '090547.387000', '090547.396000', '090547.399000', '090547.402000', '090547.405000', '090547.408000', '090547.411000', '090547.414000', '090547.418000', '090547.420000', '090547.423000', '090547.426000', '090547.429000', '090547.432000', '090547.435000', '090547.438000', '090547.441000', '090547.444000', '090547.447000', '090547.450000', '090607.316000', '090607.319000', '090607.330000', '090607.333000', '090607.336000', '090607.339000', '090607.342000', '090607.345000', '090607.348000', '090607.351000', '090607.354000', '090607.357000', '090607.360000', '090607.363000', '090607.366000', '090607.369000', '090607.372000', '090607.375000', '090607.378000', '090607.381000', '090607.384000', '090607.387000', '090607.390000', '090607.393000', '090607.396000', '090607.399000', '090607.402000', '090607.405000', '090607.408000', '090607.411000', '090607.416000', '090607.419000', '090607.422000', '090607.425000', '090607.428000', '090607.431000', '090607.434000', '090607.437000', '090607.440000', '090607.443000', '090607.446000', '090607.449000', '090607.452000', '090627.316000', '090627.319000', '090627.322000', '090627.325000', '090627.328000', '090627.331000', '090627.334000', '090627.337000', '090627.340000', '090627.343000', '090627.346000', '090627.349000', '090627.352000', '090627.355000', '090627.358000', '090627.361000', '090627.365000', '090627.368000', '090627.371000', '090627.373000', '090627.376000', '090627.379000', '090627.382000', '090627.385000', '090627.388000', '090627.391000', '090627.394000', '090627.397000', '090627.400000', '090627.403000', '090627.406000', '090627.409000', '090627.412000', '090627.415000', '090627.418000', '090627.421000', '090627.424000', '090627.427000', '090627.430000', '090627.433000', '090627.436000', '090627.439000', '090627.442000', '090627.445000', '090647.315000', '090647.318000', '090647.321000', '090647.324000', '090647.327000', '090647.330000', '090647.333000', '090647.336000', '090647.339000', '090647.342000', '090647.345000', '090647.348000', '090647.351000', '090647.354000', '090647.357000', '090647.360000', '090647.363000', '090647.366000', '090647.369000', '090647.372000', '090647.375000', '090647.378000', '090647.381000', '090647.384000', '090647.387000', '090647.390000', '090647.393000', '090647.396000', '090647.399000', '090647.402000', '090647.405000', '090647.423000', '090647.426000', '090647.429000', '090647.432000', '090647.435000', '090647.438000', '090647.441000', '090647.444000', '090647.447000', '090647.450000', '090647.453000', '090647.456000', '090707.325000', '090707.328000', '090707.331000', '090707.334000', '090707.337000', '090707.340000', '090707.343000', '090707.346000', '090707.349000', '090707.352000', '090707.355000', '090707.358000', '090707.361000', '090707.364000', '090707.367000', '090707.370000', '090707.373000', '090707.376000', '090707.379000', '090707.382000', '090707.385000', '090707.388000', '090707.391000', '090707.394000', '090707.397000', '090707.400000', '090707.403000', '090707.406000', '090707.409000', '090707.412000', '090707.415000', '090707.418000', '090707.421000', '090707.424000', '090707.427000', '090707.430000', '090707.433000', '090707.436000', '090707.439000', '090707.442000', '090707.445000', '090707.448000', '090707.451000', '090707.454000', '090721.033000', '090721.038000', '090721.041000', '090721.045000', '090721.048000', '090721.051000', '090721.055000', '090721.058000', '090721.061000', '090721.064000', '090721.067000', '090721.070000', '090721.073000', '090721.076000', '090721.079000', '090721.082000', '090721.086000', '090721.089000', '090721.092000', '090721.095000', '090721.098000', '090721.101000', '090721.104000', '090721.107000', '090721.110000', '090721.114000', '090721.116000', '090721.120000', '090721.123000', '090721.126000'], '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': [8153, 14899, 7721, 9786, 14463, 8463, 10517, 12438, 7669, 13764, 7517, 9221, 13969, 8499, 12532, 7139, 8519, 13665, 9335, 12619, 7232, 8568, 14244, 8395, 11280, 6648, 8258, 13950, 8420, 12758, 8940, 8177, 13941, 7266, 12669, 6704, 10897, 7186, 12894, 8070, 13722, 14946, 8838, 11192, 15442, 8141, 13616, 6917, 9516, 14663, 7967, 11641, 11586, 7949, 13364, 6709, 8904, 13992, 8383, 11232, 7616, 8045, 13793, 7453, 10628, 8727, 7504, 13698, 7538, 10538, 6800, 8098, 13914, 8592, 12644, 7300, 8696, 14637, 9141, 13841, 11039, 8832, 14607, 9449, 11114, 14524, 10363, 13741, 9355, 9150, 14571, 9874, 11970, 11751, 8668, 14495, 7859, 9024, 14711, 7449, 10515, 13697, 7901, 13835, 6751, 10004, 14493, 8325, 13336, 8864, 8786, 14692, 6872, 10948, 10373, 8618, 14208, 7824, 12317, 14117, 9541, 12628, 6994, 9163, 14222, 9032, 11563, 11938, 8461, 14145, 7774, 8596, 14442, 6934, 9316, 14497, 7542, 12607, 9621, 8481, 14203, 7246, 8458, 14730, 7411, 10510, 14357, 8187, 12674, 11062, 8896, 13586, 7371, 8770, 14499, 7563, 11383, 14455, 7958, 12844, 13298, 8700, 13082, 7628, 9037, 14792, 7829, 8977, 14729, 7098, 9927, 14527, 8744, 9841, 14475, 7542, 12315, 10629, 8943, 13851, 7029, 8524, 14399, 7743, 8704, 14484, 7135, 11162, 14165, 8099, 12653, 8716, 8125, 14691, 8665, 9259, 14582, 7063, 9903, 14062, 9538, 10555, 13887, 8589, 13785, 12532, 8488, 14245, 7860, 8493, 14945, 7289, 8499, 14633, 7854, 9145, 14794, 7819, 10739, 14277, 9032, 9813, 14705, 8069, 12392, 14189, 8412, 9827, 14213, 7495, 11954, 11041, 8160, 12874, 7475, 8070, 14392, 8012, 8105, 14478, 7186, 10151, 14352, 8294, 11999, 9892, 7950, 14391, 8085, 8295, 14966, 7124, 10581, 14304, 9200, 12044, 11790, 8303, 14531, 8114, 9032, 14578, 7312, 9107, 15019, 8199, 9587, 14497, 7849, 9599, 14795, 8248, 11257, 11517, 8308, 14553, 7701, 9020, 14780, 7284, 10542, 14340, 8862, 13040, 10373, 8595, 14446, 8475, 8832, 14542, 7353, 11104, 14415, 8948, 12674, 8921, 8117, 14191, 6942, 8427, 14669, 7428, 12645, 12065, 8619, 13262, 7000, 8265, 14228, 7880, 10946, 9668, 8474, 14380, 8542, 8156, 13675, 8463, 12820, 7971, 12989, 7151, 13135, 14555, 9314, 10323, 14513, 8155, 13267, 9161, 8811, 14694, 7052, 9271, 14426, 8363, 10842, 11062, 8005, 13835, 7778, 8520, 14651, 7093, 9215, 14448, 8183, 10506, 8955, 8074, 14293, 7254, 9264, 14153, 7672, 11717, 12259, 8487, 14337, 7428, 9220, 14301, 9231, 10406, 14253, 8754, 13367, 12041, 9030, 13857, 7078, 9793, 14546, 8723, 10799, 11137, 8583, 13994, 8117, 8477, 14903, 6986, 9667, 14194, 9130, 11687, 11263, 8809, 13946, 7212, 8721, 14821, 7726, 11351, 13841, 8370, 13052, 7255, 9271, 14436, 7230, 9328, 14064, 8056, 10220, 13283, 8729, 13633, 7402, 9420, 14028, 7190, 10156, 14492, 8553, 12636, 10195, 9474, 13790, 6903, 9321, 14259, 8707, 11456, 11171, 8050, 13967, 7739, 8518, 14460, 7006, 9794, 14602, 8139, 12850, 8338, 8438, 14696, 7813, 8234, 14725, 7325, 10189, 14268, 8200, 13210, 7899, 8369, 14570, 7767, 8763, 14833, 7607, 12608, 10600, 8732, 13761, 7064, 9228, 14586, 9243, 9267, 14653, 7507, 11003, 14244, 8614, 12540, 7964, 8334, 14525, 8535, 9181, 14507, 7594, 10655, 14260, 8919, 10730, 14265, 8489, 13272, 12936, 8465, 13473, 7060, 8885, 14599, 7130, 9068, 14696, 8217, 10171, 14104, 8220, 11107, 14277, 8943, 11287, 10283, 9156, 13350, 7822, 9126, 14027, 6733, 9480, 14366, 8606, 10000, 13893, 7863, 12861, 12207, 8021, 12457, 6748, 8032, 14219, 8225, 8247, 14540, 7077, 9033, 14560, 8597, 9557, 14374, 7877, 10958, 13814, 8381, 12198, 11674, 8355, 13311, 7136, 8749, 14501, 6995, 9162, 14433, 7940, 11147, 13851, 8516, 13150, 7401, 8720, 14252, 6857, 8913, 14504, 7830, 11712, 10927, 8176, 13949, 7515, 8649, 14377, 7332, 11851, 14048, 9311, 12110, 7237, 8519, 14234, 8472, 8519, 14516, 7126, 9979, 14055, 9431, 10645, 12777, 8669, 12707, 11773, 8702, 12752, 6774, 8910, 14102, 8108, 10899, 13369, 8521, 12742, 8322, 8648, 14574, 7577, 11620, 14143, 8126, 13607, 10413, 8586, 13351, 7201, 8534, 14583, 8460, 9921, 14397, 7909, 12797, 12902, 8520, 13563, 8313, 8796, 14238, 7045, 9355, 14215, 8006, 9951, 13504, 8496, 12830, 9682, 9353, 13520, 6969, 9741, 14382, 8104, 13500, 7773, 12013, 7724, 13607, 7902, 12813, 15580, 8260, 11099, 14687, 8963, 11454, 8835, 9045, 14051, 7866, 8842, 14728, 7260, 10119, 14312, 7701, 13276, 7086, 8579, 14371, 7741, 11632, 13598, 8708, 12930, 6925, 9043, 14107, 8893, 9271, 14283, 7278, 9663, 14316, 9221, 10425, 14025, 8904, 12051, 13490, 8895, 11973, 6698, 9154, 14349, 8397, 8847, 13858, 6844, 9298, 14366, 7714, 9862, 14501, 8703, 9443, 14601, 8115, 12080, 14340, 9239, 10097, 14339, 8285, 12449, 14377, 8955, 10203, 14190, 8195, 11253, 14209, 8388, 9956, 14412, 8051, 9456, 14524, 7725, 8930, 14174, 7554, 9510, 14469, 8130, 9733, 14021, 8120, 9547, 13604, 8302, 12158, 11375, 8369, 13537, 10025, 8592, 13029, 8099, 8639, 14390, 11449, 8676, 12369, 8921, 8591, 13749, 9267, 8586, 13547, 6806, 8577, 14713, 8011, 8742, 14970, 7408, 9181, 14629, 7925, 9265, 14632, 8553, 9848, 14410, 7732, 9042, 14556, 7859, 9150, 14231, 8387, 9548, 14482, 7966, 10101, 14746, 8396, 10660, 12603, 8937, 13262, 13504, 8702, 12612, 8416, 9193, 13854, 10468, 8764, 13183, 7118, 8786, 14902, 8797, 8479, 14164, 7167, 8699, 14752, 8258, 8486, 14547, 7108, 8685, 14611, 8879, 8848, 13834, 6851, 9040, 14434, 7069, 8760, 14649, 7153, 8881, 14620, 7693, 9656, 14636, 8653, 11282, 14086, 8951, 11877, 7835, 8816, 14318, 8188, 8901, 14563, 7394, 8679, 14444, 7519, 8549, 14660, 7495, 8450, 14310, 6686, 8681, 14626, 7867, 8529, 14292, 6922, 8477, 14318, 6647, 8521, 14297, 7358, 8543, 14261, 6972, 8678, 14361, 8884, 8729, 14201, 7395, 8882, 14462, 7667, 8867, 14438, 7846, 9341, 14322, 8647, 8964, 14245, 6756, 9097, 14279, 8736, 9168, 14200, 7565, 9995, 14587, 8516, 8797, 14586, 7812, 10271, 14669, 8801, 9231, 14739, 8619, 11024, 14223, 9228, 10243, 14217, 8647, 10964, 14220, 8478, 9876, 14329, 8037, 10938, 14239, 8911, 9177, 14393, 7705, 10134, 14295, 7879, 8630, 14425, 7694, 9803, 14201, 8827, 9500, 14511, 7938, 10648, 14020, 8708, 12445, 11848, 9096, 13874, 9108, 9158, 13881, 7110, 9557, 14505, 8835, 9180, 14514, 7970, 9333, 14523, 8614, 9725, 14427, 7825, 10568, 14317, 9335, 9955, 14204, 7756, 10069, 14126, 8764, 9902, 9419, 8714, 13686, 7894, 8595, 14357, 8128, 8765, 14071, 7820, 8263, 14932, 6791], 'WindowCenter': [4376.0, 4417.0, 4344.0, 4364.0, 4388.0, 4338.0, 4355.0, 4363.0, 4325.0, 4373.0, 4314.0, 4344.0, 4374.0, 4334.0, 4364.0, 4312.0, 4335.0, 4376.0, 4335.0, 4366.0, 4311.0, 4334.0, 4373.0, 4322.0, 4354.0, 4302.0, 4334.0, 4375.0, 4325.0, 4366.0, 4333.0, 4325.0, 4374.0, 4314.0, 4365.0, 4315.0, 4354.0, 4315.0, 4377.0, 4337.0, 4389.0, 4387.0, 4335.0, 4355.0, 4373.0, 4310.0, 4361.0, 4300.0, 4331.0, 4370.0, 4313.0, 4352.0, 4353.0, 4312.0, 4361.0, 4315.0, 4345.0, 4372.0, 4325.0, 4365.0, 4336.0, 4336.0, 4374.0, 4313.0, 4356.0, 4350.0, 4326.0, 4388.0, 4338.0, 4367.0, 4318.0, 4352.0, 4402.0, 4348.0, 4389.0, 4329.0, 4351.0, 4388.0, 4347.0, 4378.0, 4357.0, 4336.0, 4377.0, 4331.0, 4353.0, 4361.0, 4332.0, 4361.0, 4318.0, 4320.0, 4359.0, 4317.0, 4337.0, 4335.0, 4305.0, 4360.0, 4307.0, 4304.0, 4359.0, 4298.0, 4325.0, 4344.0, 4297.0, 4359.0, 4287.0, 4331.0, 4371.0, 4321.0, 4363.0, 4318.0, 4319.0, 4359.0, 4289.0, 4340.0, 4340.0, 4320.0, 4361.0, 4310.0, 4351.0, 4360.0, 4330.0, 4348.0, 4297.0, 4320.0, 4358.0, 4306.0, 4339.0, 4334.0, 4307.0, 4344.0, 4294.0, 4308.0, 4347.0, 4285.0, 4317.0, 4357.0, 4296.0, 4349.0, 4318.0, 4305.0, 4348.0, 4298.0, 4309.0, 4360.0, 4299.0, 4330.0, 4356.0, 4306.0, 4347.0, 4336.0, 4316.0, 4349.0, 4295.0, 4317.0, 4359.0, 4298.0, 4340.0, 4356.0, 4306.0, 4348.0, 4348.0, 4307.0, 4347.0, 4295.0, 4316.0, 4356.0, 4296.0, 4306.0, 4356.0, 4286.0, 4330.0, 4356.0, 4309.0, 4329.0, 4345.0, 4296.0, 4348.0, 4337.0, 4319.0, 4359.0, 4298.0, 4322.0, 4370.0, 4310.0, 4318.0, 4359.0, 4298.0, 4340.0, 4361.0, 4309.0, 4361.0, 4318.0, 4310.0, 4361.0, 4319.0, 4320.0, 4357.0, 4286.0, 4329.0, 4345.0, 4315.0, 4327.0, 4345.0, 4306.0, 4349.0, 4336.0, 4304.0, 4347.0, 4294.0, 4306.0, 4355.0, 4283.0, 4305.0, 4346.0, 4294.0, 4306.0, 4345.0, 4283.0, 4325.0, 4344.0, 4305.0, 4315.0, 4343.0, 4295.0, 4347.0, 4344.0, 4293.0, 4314.0, 4356.0, 4309.0, 4347.0, 4335.0, 4305.0, 4347.0, 4297.0, 4320.0, 4369.0, 4306.0, 4309.0, 4356.0, 4298.0, 4328.0, 4371.0, 4319.0, 4349.0, 4326.0, 4308.0, 4361.0, 4306.0, 4308.0, 4358.0, 4297.0, 4339.0, 4358.0, 4319.0, 4349.0, 4338.0, 4307.0, 4359.0, 4298.0, 4317.0, 4347.0, 4296.0, 4315.0, 4354.0, 4294.0, 4329.0, 4370.0, 4306.0, 4313.0, 4356.0, 4305.0, 4335.0, 4334.0, 4305.0, 4356.0, 4307.0, 4320.0, 4369.0, 4296.0, 4338.0, 4357.0, 4318.0, 4348.0, 4326.0, 4306.0, 4357.0, 4304.0, 4305.0, 4355.0, 4284.0, 4326.0, 4344.0, 4304.0, 4335.0, 4314.0, 4294.0, 4345.0, 4283.0, 4305.0, 4354.0, 4294.0, 4360.0, 4334.0, 4304.0, 4347.0, 4309.0, 4318.0, 4356.0, 4309.0, 4336.0, 4318.0, 4308.0, 4358.0, 4319.0, 4312.0, 4371.0, 4323.0, 4360.0, 4320.0, 4360.0, 4299.0, 4363.0, 4375.0, 4320.0, 4330.0, 4358.0, 4308.0, 4349.0, 4317.0, 4307.0, 4356.0, 4283.0, 4316.0, 4344.0, 4307.0, 4325.0, 4325.0, 4307.0, 4347.0, 4295.0, 4320.0, 4357.0, 4299.0, 4332.0, 4359.0, 4309.0, 4328.0, 4318.0, 4321.0, 4370.0, 4309.0, 4330.0, 4374.0, 4312.0, 4350.0, 4350.0, 4320.0, 4372.0, 4310.0, 4329.0, 4360.0, 4319.0, 4341.0, 4359.0, 4308.0, 4359.0, 4337.0, 4305.0, 4346.0, 4286.0, 4325.0, 4357.0, 4305.0, 4327.0, 4325.0, 4306.0, 4356.0, 4297.0, 4307.0, 4356.0, 4285.0, 4316.0, 4347.0, 4316.0, 4337.0, 4326.0, 4306.0, 4345.0, 4286.0, 4306.0, 4356.0, 4309.0, 4338.0, 4343.0, 4305.0, 4347.0, 4282.0, 4315.0, 4344.0, 4294.0, 4328.0, 4354.0, 4295.0, 4314.0, 4342.0, 4303.0, 4343.0, 4284.0, 4313.0, 4343.0, 4283.0, 4314.0, 4344.0, 4304.0, 4335.0, 4316.0, 4315.0, 4345.0, 4283.0, 4317.0, 4345.0, 4306.0, 4337.0, 4327.0, 4305.0, 4356.0, 4294.0, 4306.0, 4354.0, 4285.0, 4326.0, 4357.0, 4308.0, 4348.0, 4307.0, 4321.0, 4368.0, 4310.0, 4307.0, 4359.0, 4298.0, 4328.0, 4358.0, 4307.0, 4360.0, 4308.0, 4319.0, 4368.0, 4307.0, 4321.0, 4357.0, 4310.0, 4360.0, 4339.0, 4319.0, 4360.0, 4298.0, 4330.0, 4369.0, 4318.0, 4318.0, 4358.0, 4297.0, 4338.0, 4356.0, 4318.0, 4349.0, 4307.0, 4306.0, 4356.0, 4304.0, 4317.0, 4346.0, 4295.0, 4326.0, 4345.0, 4304.0, 4324.0, 4343.0, 4294.0, 4335.0, 4332.0, 4292.0, 4334.0, 4270.0, 4301.0, 4341.0, 4269.0, 4292.0, 4340.0, 4290.0, 4312.0, 4331.0, 4291.0, 4321.0, 4329.0, 4293.0, 4311.0, 4299.0, 4302.0, 4331.0, 4280.0, 4302.0, 4342.0, 4270.0, 4313.0, 4342.0, 4303.0, 4314.0, 4342.0, 4294.0, 4345.0, 4334.0, 4294.0, 4335.0, 4274.0, 4307.0, 4357.0, 4306.0, 4308.0, 4357.0, 4288.0, 4319.0, 4358.0, 4308.0, 4329.0, 4358.0, 4308.0, 4328.0, 4348.0, 4307.0, 4338.0, 4336.0, 4305.0, 4347.0, 4283.0, 4306.0, 4358.0, 4284.0, 4317.0, 4356.0, 4296.0, 4337.0, 4346.0, 4306.0, 4348.0, 4285.0, 4306.0, 4357.0, 4287.0, 4307.0, 4356.0, 4296.0, 4338.0, 4327.0, 4306.0, 4348.0, 4285.0, 4305.0, 4355.0, 4294.0, 4336.0, 4344.0, 4317.0, 4338.0, 4284.0, 4305.0, 4344.0, 4292.0, 4307.0, 4345.0, 4284.0, 4317.0, 4343.0, 4304.0, 4326.0, 4334.0, 4305.0, 4349.0, 4349.0, 4317.0, 4346.0, 4285.0, 4318.0, 4357.0, 4306.0, 4339.0, 4358.0, 4318.0, 4347.0, 4307.0, 4318.0, 4372.0, 4308.0, 4350.0, 4359.0, 4308.0, 4358.0, 4326.0, 4307.0, 4345.0, 4285.0, 4307.0, 4357.0, 4294.0, 4317.0, 4344.0, 4294.0, 4335.0, 4333.0, 4292.0, 4333.0, 4292.0, 4292.0, 4347.0, 4285.0, 4303.0, 4330.0, 4292.0, 4312.0, 4331.0, 4303.0, 4350.0, 4328.0, 4315.0, 4346.0, 4285.0, 4318.0, 4355.0, 4309.0, 4358.0, 4308.0, 4349.0, 4309.0, 4360.0, 4309.0, 4352.0, 4371.0, 4296.0, 4326.0, 4334.0, 4304.0, 4323.0, 4292.0, 4292.0, 4344.0, 4280.0, 4291.0, 4341.0, 4281.0, 4312.0, 4342.0, 4283.0, 4334.0, 4285.0, 4308.0, 4346.0, 4295.0, 4337.0, 4345.0, 4304.0, 4336.0, 4285.0, 4320.0, 4346.0, 4305.0, 4318.0, 4344.0, 4285.0, 4315.0, 4344.0, 4316.0, 4327.0, 4346.0, 4320.0, 4339.0, 4344.0, 4317.0, 4338.0, 4274.0, 4317.0, 4357.0, 4305.0, 4306.0, 4347.0, 4275.0, 4316.0, 4346.0, 4296.0, 4318.0, 4345.0, 4305.0, 4315.0, 4345.0, 4294.0, 4335.0, 4346.0, 4305.0, 4315.0, 4344.0, 4293.0, 4337.0, 4343.0, 4304.0, 4313.0, 4334.0, 4292.0, 4325.0, 4342.0, 4292.0, 4304.0, 4333.0, 4293.0, 4306.0, 4345.0, 4283.0, 4304.0, 4342.0, 4283.0, 4316.0, 4346.0, 4296.0, 4328.0, 4361.0, 4307.0, 4318.0, 4347.0, 4306.0, 4339.0, 4336.0, 4308.0, 4348.0, 4328.0, 4308.0, 4349.0, 4295.0, 4307.0, 4358.0, 4325.0, 4306.0, 4337.0, 4304.0, 4303.0, 4345.0, 4304.0, 4294.0, 4335.0, 4272.0, 4304.0, 4344.0, 4294.0, 4305.0, 4358.0, 4284.0, 4305.0, 4344.0, 4294.0, 4305.0, 4345.0, 4305.0, 4315.0, 4347.0, 4297.0, 4306.0, 4345.0, 4294.0, 4317.0, 4347.0, 4295.0, 4316.0, 4348.0, 4295.0, 4315.0, 4355.0, 4308.0, 4327.0, 4336.0, 4307.0, 4348.0, 4345.0, 4305.0, 4336.0, 4297.0, 4304.0, 4350.0, 4314.0, 4295.0, 4333.0, 4272.0, 4307.0, 4345.0, 4291.0, 4295.0, 4345.0, 4272.0, 4306.0, 4344.0, 4295.0, 4294.0, 4344.0, 4272.0, 4306.0, 4345.0, 4303.0, 4307.0, 4345.0, 4274.0, 4303.0, 4345.0, 4272.0, 4292.0, 4342.0, 4272.0, 4306.0, 4357.0, 4294.0, 4314.0, 4344.0, 4294.0, 4326.0, 4346.0, 4306.0, 4326.0, 4284.0, 4304.0, 4346.0, 4295.0, 4305.0, 4347.0, 4282.0, 4294.0, 4347.0, 4280.0, 4293.0, 4344.0, 4283.0, 4294.0, 4342.0, 4272.0, 4294.0, 4345.0, 4281.0, 4293.0, 4344.0, 4273.0, 4294.0, 4345.0, 4273.0, 4305.0, 4344.0, 4284.0, 4305.0, 4344.0, 4285.0, 4305.0, 4357.0, 4305.0, 4306.0, 4348.0, 4285.0, 4318.0, 4358.0, 4298.0, 4320.0, 4358.0, 4307.0, 4321.0, 4363.0, 4318.0, 4320.0, 4358.0, 4302.0, 4334.0, 4356.0, 4307.0, 4320.0, 4348.0, 4310.0, 4342.0, 4359.0, 4307.0, 4308.0, 4358.0, 4299.0, 4328.0, 4358.0, 4307.0, 4316.0, 4357.0, 4308.0, 4328.0, 4348.0, 4305.0, 4315.0, 4345.0, 4305.0, 4328.0, 4344.0, 4296.0, 4315.0, 4344.0, 4293.0, 4325.0, 4345.0, 4304.0, 4305.0, 4345.0, 4283.0, 4327.0, 4344.0, 4282.0, 4292.0, 4341.0, 4282.0, 4316.0, 4342.0, 4303.0, 4303.0, 4357.0, 4306.0, 4327.0, 4346.0, 4305.0, 4336.0, 4323.0, 4305.0, 4344.0, 4304.0, 4304.0, 4346.0, 4271.0, 4305.0, 4345.0, 4292.0, 4304.0, 4344.0, 4281.0, 4304.0, 4343.0, 4293.0, 4305.0, 4332.0, 4282.0, 4316.0, 4332.0, 4301.0, 4303.0, 4333.0, 4284.0, 4313.0, 4330.0, 4292.0, 4314.0, 4302.0, 4294.0, 4345.0, 4295.0, 4306.0, 4346.0, 4309.0, 4307.0, 4345.0, 4297.0, 4320.0, 4360.0, 4301.0], 'WindowWidth': [9681.0, 9722.0, 9611.0, 9635.0, 9663.0, 9591.0, 9610.0, 9618.0, 9566.0, 9630.0, 9551.0, 9593.0, 9631.0, 9578.0, 9618.0, 9547.0, 9582.0, 9637.0, 9580.0, 9621.0, 9544.0, 9578.0, 9630.0, 9559.0, 9604.0, 9533.0, 9579.0, 9637.0, 9567.0, 9623.0, 9576.0, 9566.0, 9633.0, 9552.0, 9619.0, 9556.0, 9606.0, 9556.0, 9638.0, 9587.0, 9659.0, 9657.0, 9579.0, 9604.0, 9630.0, 9539.0, 9609.0, 9525.0, 9568.0, 9622.0, 9544.0, 9597.0, 9599.0, 9545.0, 9609.0, 9554.0, 9596.0, 9627.0, 9566.0, 9622.0, 9588.0, 9583.0, 9633.0, 9550.0, 9614.0, 9610.0, 9573.0, 9658.0, 9593.0, 9630.0, 9565.0, 9620.0, 9687.0, 9608.0, 9663.0, 9578.0, 9610.0, 9659.0, 9601.0, 9644.0, 9614.0, 9581.0, 9640.0, 9567.0, 9601.0, 9613.0, 9568.0, 9607.0, 9544.0, 9550.0, 9605.0, 9543.0, 9568.0, 9565.0, 9524.0, 9603.0, 9530.0, 9523.0, 9600.0, 9522.0, 9554.0, 9576.0, 9515.0, 9602.0, 9505.0, 9568.0, 9623.0, 9558.0, 9615.0, 9548.0, 9550.0, 9603.0, 9510.0, 9579.0, 9578.0, 9553.0, 9610.0, 9537.0, 9594.0, 9606.0, 9565.0, 9588.0, 9516.0, 9550.0, 9602.0, 9527.0, 9572.0, 9563.0, 9527.0, 9576.0, 9507.0, 9529.0, 9584.0, 9498.0, 9541.0, 9598.0, 9515.0, 9587.0, 9544.0, 9526.0, 9585.0, 9519.0, 9535.0, 9602.0, 9520.0, 9562.0, 9597.0, 9529.0, 9585.0, 9568.0, 9542.0, 9588.0, 9513.0, 9543.0, 9601.0, 9518.0, 9576.0, 9597.0, 9528.0, 9586.0, 9586.0, 9528.0, 9583.0, 9510.0, 9540.0, 9595.0, 9512.0, 9527.0, 9594.0, 9502.0, 9562.0, 9595.0, 9533.0, 9562.0, 9579.0, 9515.0, 9587.0, 9571.0, 9547.0, 9602.0, 9521.0, 9557.0, 9622.0, 9539.0, 9549.0, 9604.0, 9520.0, 9578.0, 9609.0, 9538.0, 9609.0, 9548.0, 9538.0, 9608.0, 9547.0, 9550.0, 9599.0, 9501.0, 9561.0, 9582.0, 9538.0, 9555.0, 9578.0, 9525.0, 9585.0, 9566.0, 9523.0, 9581.0, 9507.0, 9525.0, 9591.0, 9492.0, 9524.0, 9580.0, 9506.0, 9525.0, 9577.0, 9490.0, 9549.0, 9575.0, 9523.0, 9535.0, 9574.0, 9512.0, 9586.0, 9576.0, 9506.0, 9536.0, 9594.0, 9541.0, 9587.0, 9567.0, 9525.0, 9585.0, 9515.0, 9554.0, 9618.0, 9528.0, 9536.0, 9597.0, 9519.0, 9561.0, 9621.0, 9551.0, 9591.0, 9556.0, 9534.0, 9608.0, 9529.0, 9533.0, 9601.0, 9518.0, 9576.0, 9603.0, 9548.0, 9589.0, 9573.0, 9530.0, 9602.0, 9516.0, 9542.0, 9583.0, 9515.0, 9539.0, 9591.0, 9508.0, 9562.0, 9622.0, 9527.0, 9534.0, 9592.0, 9523.0, 9565.0, 9562.0, 9526.0, 9598.0, 9530.0, 9551.0, 9616.0, 9518.0, 9575.0, 9601.0, 9546.0, 9588.0, 9553.0, 9526.0, 9598.0, 9523.0, 9524.0, 9593.0, 9494.0, 9552.0, 9576.0, 9520.0, 9565.0, 9537.0, 9508.0, 9578.0, 9492.0, 9524.0, 9588.0, 9510.0, 9607.0, 9563.0, 9523.0, 9586.0, 9540.0, 9549.0, 9599.0, 9537.0, 9569.0, 9545.0, 9533.0, 9603.0, 9549.0, 9544.0, 9625.0, 9560.0, 9607.0, 9555.0, 9605.0, 9527.0, 9616.0, 9635.0, 9552.0, 9563.0, 9600.0, 9533.0, 9589.0, 9542.0, 9528.0, 9593.0, 9491.0, 9538.0, 9576.0, 9527.0, 9551.0, 9550.0, 9529.0, 9585.0, 9512.0, 9550.0, 9600.0, 9526.0, 9573.0, 9605.0, 9537.0, 9561.0, 9548.0, 9557.0, 9622.0, 9537.0, 9569.0, 9631.0, 9545.0, 9593.0, 9595.0, 9553.0, 9625.0, 9541.0, 9565.0, 9607.0, 9548.0, 9579.0, 9603.0, 9531.0, 9603.0, 9569.0, 9524.0, 9580.0, 9498.0, 9552.0, 9598.0, 9525.0, 9557.0, 9552.0, 9527.0, 9596.0, 9515.0, 9531.0, 9596.0, 9498.0, 9541.0, 9583.0, 9541.0, 9570.0, 9553.0, 9525.0, 9580.0, 9499.0, 9527.0, 9596.0, 9541.0, 9576.0, 9575.0, 9525.0, 9583.0, 9491.0, 9537.0, 9577.0, 9510.0, 9562.0, 9594.0, 9512.0, 9535.0, 9571.0, 9518.0, 9575.0, 9494.0, 9533.0, 9575.0, 9492.0, 9535.0, 9576.0, 9520.0, 9564.0, 9539.0, 9536.0, 9578.0, 9492.0, 9541.0, 9579.0, 9527.0, 9570.0, 9554.0, 9526.0, 9596.0, 9510.0, 9528.0, 9590.0, 9498.0, 9554.0, 9597.0, 9532.0, 9587.0, 9529.0, 9555.0, 9617.0, 9542.0, 9533.0, 9603.0, 9519.0, 9560.0, 9602.0, 9532.0, 9607.0, 9535.0, 9552.0, 9616.0, 9533.0, 9553.0, 9600.0, 9537.0, 9607.0, 9576.0, 9550.0, 9608.0, 9521.0, 9566.0, 9618.0, 9547.0, 9549.0, 9601.0, 9518.0, 9574.0, 9596.0, 9546.0, 9589.0, 9528.0, 9526.0, 9596.0, 9522.0, 9541.0, 9582.0, 9511.0, 9553.0, 9580.0, 9521.0, 9548.0, 9573.0, 9507.0, 9564.0, 9556.0, 9501.0, 9561.0, 9470.0, 9513.0, 9568.0, 9467.0, 9500.0, 9566.0, 9495.0, 9526.0, 9553.0, 9498.0, 9541.0, 9549.0, 9501.0, 9525.0, 9507.0, 9513.0, 9555.0, 9484.0, 9515.0, 9569.0, 9472.0, 9534.0, 9570.0, 9518.0, 9533.0, 9571.0, 9508.0, 9580.0, 9562.0, 9509.0, 9565.0, 9482.0, 9532.0, 9599.0, 9527.0, 9533.0, 9598.0, 9505.0, 9548.0, 9603.0, 9533.0, 9561.0, 9601.0, 9532.0, 9559.0, 9586.0, 9529.0, 9573.0, 9567.0, 9525.0, 9582.0, 9494.0, 9528.0, 9598.0, 9497.0, 9541.0, 9594.0, 9513.0, 9569.0, 9582.0, 9527.0, 9584.0, 9498.0, 9526.0, 9596.0, 9503.0, 9528.0, 9594.0, 9514.0, 9572.0, 9555.0, 9525.0, 9585.0, 9495.0, 9524.0, 9593.0, 9508.0, 9567.0, 9576.0, 9540.0, 9568.0, 9493.0, 9524.0, 9578.0, 9502.0, 9526.0, 9575.0, 9493.0, 9540.0, 9573.0, 9520.0, 9550.0, 9561.0, 9522.0, 9590.0, 9589.0, 9546.0, 9582.0, 9497.0, 9545.0, 9597.0, 9529.0, 9575.0, 9605.0, 9548.0, 9586.0, 9528.0, 9548.0, 9623.0, 9535.0, 9592.0, 9604.0, 9533.0, 9601.0, 9554.0, 9527.0, 9579.0, 9495.0, 9528.0, 9596.0, 9507.0, 9539.0, 9575.0, 9506.0, 9563.0, 9558.0, 9500.0, 9557.0, 9499.0, 9501.0, 9582.0, 9498.0, 9517.0, 9551.0, 9501.0, 9528.0, 9555.0, 9518.0, 9591.0, 9560.0, 9541.0, 9582.0, 9497.0, 9544.0, 9594.0, 9538.0, 9601.0, 9533.0, 9587.0, 9536.0, 9605.0, 9536.0, 9596.0, 9623.0, 9509.0, 9550.0, 9560.0, 9518.0, 9541.0, 9499.0, 9499.0, 9573.0, 9482.0, 9497.0, 9564.0, 9484.0, 9527.0, 9568.0, 9491.0, 9560.0, 9496.0, 9528.0, 9578.0, 9510.0, 9568.0, 9577.0, 9522.0, 9566.0, 9494.0, 9548.0, 9583.0, 9523.0, 9544.0, 9574.0, 9494.0, 9537.0, 9575.0, 9538.0, 9553.0, 9579.0, 9551.0, 9574.0, 9574.0, 9542.0, 9570.0, 9480.0, 9542.0, 9599.0, 9522.0, 9527.0, 9582.0, 9482.0, 9540.0, 9581.0, 9510.0, 9544.0, 9579.0, 9522.0, 9536.0, 9576.0, 9506.0, 9564.0, 9578.0, 9522.0, 9535.0, 9573.0, 9504.0, 9567.0, 9572.0, 9518.0, 9529.0, 9559.0, 9501.0, 9547.0, 9568.0, 9500.0, 9517.0, 9557.0, 9503.0, 9522.0, 9576.0, 9490.0, 9517.0, 9568.0, 9490.0, 9537.0, 9578.0, 9511.0, 9559.0, 9610.0, 9530.0, 9545.0, 9581.0, 9526.0, 9573.0, 9565.0, 9530.0, 9587.0, 9559.0, 9530.0, 9586.0, 9509.0, 9527.0, 9598.0, 9550.0, 9523.0, 9566.0, 9518.0, 9517.0, 9577.0, 9518.0, 9504.0, 9561.0, 9474.0, 9520.0, 9574.0, 9505.0, 9522.0, 9595.0, 9493.0, 9523.0, 9574.0, 9507.0, 9521.0, 9577.0, 9521.0, 9535.0, 9583.0, 9517.0, 9526.0, 9575.0, 9506.0, 9542.0, 9581.0, 9509.0, 9538.0, 9582.0, 9507.0, 9535.0, 9591.0, 9531.0, 9556.0, 9565.0, 9526.0, 9584.0, 9577.0, 9522.0, 9566.0, 9512.0, 9521.0, 9587.0, 9532.0, 9508.0, 9558.0, 9474.0, 9524.0, 9578.0, 9499.0, 9508.0, 9574.0, 9473.0, 9523.0, 9574.0, 9506.0, 9506.0, 9573.0, 9473.0, 9523.0, 9575.0, 9513.0, 9528.0, 9574.0, 9479.0, 9516.0, 9573.0, 9473.0, 9501.0, 9568.0, 9476.0, 9526.0, 9595.0, 9507.0, 9533.0, 9574.0, 9504.0, 9552.0, 9578.0, 9524.0, 9551.0, 9492.0, 9521.0, 9580.0, 9507.0, 9521.0, 9580.0, 9488.0, 9506.0, 9578.0, 9484.0, 9503.0, 9574.0, 9488.0, 9504.0, 9568.0, 9472.0, 9504.0, 9576.0, 9485.0, 9502.0, 9572.0, 9476.0, 9504.0, 9575.0, 9478.0, 9522.0, 9573.0, 9492.0, 9522.0, 9574.0, 9495.0, 9524.0, 9594.0, 9524.0, 9526.0, 9584.0, 9497.0, 9545.0, 9600.0, 9518.0, 9548.0, 9598.0, 9529.0, 9552.0, 9611.0, 9546.0, 9549.0, 9600.0, 9535.0, 9576.0, 9597.0, 9526.0, 9549.0, 9586.0, 9539.0, 9585.0, 9602.0, 9529.0, 9531.0, 9599.0, 9519.0, 9559.0, 9600.0, 9527.0, 9540.0, 9596.0, 9530.0, 9558.0, 9588.0, 9523.0, 9537.0, 9577.0, 9521.0, 9554.0, 9576.0, 9508.0, 9535.0, 9573.0, 9505.0, 9551.0, 9577.0, 9518.0, 9521.0, 9575.0, 9488.0, 9555.0, 9574.0, 9487.0, 9501.0, 9564.0, 9487.0, 9537.0, 9569.0, 9517.0, 9517.0, 9600.0, 9527.0, 9554.0, 9578.0, 9522.0, 9564.0, 9543.0, 9522.0, 9575.0, 9520.0, 9520.0, 9577.0, 9472.0, 9521.0, 9575.0, 9499.0, 9518.0, 9572.0, 9482.0, 9520.0, 9570.0, 9501.0, 9520.0, 9554.0, 9484.0, 9535.0, 9554.0, 9511.0, 9513.0, 9554.0, 9494.0, 9531.0, 9550.0, 9501.0, 9530.0, 9514.0, 9504.0, 9576.0, 9510.0, 9523.0, 9579.0, 9536.0, 9529.0, 9576.0, 9515.0, 9552.0, 9604.0, 9529.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.0030501038421599175</td></tr>
<tr><td colspan=3>aqi</td><td>0.021457903530633437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.55783800784826</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2311779047817046</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0349992979106022</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>4153.6592</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09200608901919168</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.153686396677051</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6514849522796933</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5646953024892625</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8665149316569583</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5232446226928587</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111576</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0031005749478936195</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03629819676280022</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>963</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.815255981200886</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.0294</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.6423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.0844</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286880.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>1116.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2073</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.7047</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.9548</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.5065</td></tr>
<tr><td colspan=3>tsnr</td><td>37.78052158653736</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>