ds005256-mriqc/sub-0002_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter a019d6ff98 [DATALAD RUNCMD] Compute MRIQC for sub-0002
=== 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-0002 --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-0002",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:57 +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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>70cdfea4e64e1b1bc2a0b07e0ddd3f60</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>09:52:52.570000</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.99987, 0.0124882, 0.0101578, -0.0134381, 0.99494, 0.0995647]</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.0941717</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4114, -7807, -7210, 458, -117, -201, 38, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a2a9003-71e2-442e-bd99-ee459e5840bb||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.682579278945923, -0.03605342656373978, 0.02393023855984211, 112.63350677490234], [-0.03350486978888512, 2.6693522930145264, 0.26915839314460754, -95.83737182617188], [0.027252711355686188, -0.2671247720718384, 2.68644380569458, -12.366846084594727], [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': ['095252.570000', '095253.030000', '095253.490000', '095253.950000', '095254.410000', '095254.870000', '095255.330000', '095255.790000', '095256.250000', '095256.710000', '095257.170000', '095257.630000', '095258.090000', '095258.550000', '095259.010000', '095259.470000', '095259.930000', '095300.390000', '095300.850000', '095301.310000', '095301.770000', '095302.230000', '095302.690000', '095303.150000', '095303.610000', '095304.070000', '095304.530000', '095304.990000', '095305.450000', '095305.910000', '095306.370000', '095306.830000', '095307.290000', '095307.750000', '095308.210000', '095308.670000', '095309.130000', '095309.590000', '095310.050000', '095310.510000', '095310.970000', '095311.430000', '095311.890000', '095312.350000', '095312.810000', '095313.270000', '095313.730000', '095314.190000', '095314.650000', '095315.110000', '095315.570000', '095316.030000', '095316.490000', '095316.950000', '095317.410000', '095317.870000', '095318.330000', '095318.790000', '095319.250000', '095319.710000', '095320.170000', '095320.630000', '095321.090000', '095321.550000', '095322.010000', '095322.470000', '095322.930000', '095323.390000', '095323.850000', '095324.310000', '095324.770000', '095325.230000', '095325.690000', '095326.150000', '095326.610000', '095327.070000', '095327.530000', '095327.990000', '095328.450000', '095328.910000', '095329.370000', '095329.830000', '095330.290000', '095330.750000', '095331.210000', '095331.670000', '095332.130000', '095332.590000', '095333.050000', '095333.510000', '095333.970000', '095334.430000', '095334.890000', '095335.350000', '095335.810000', '095336.270000', '095336.730000', '095337.190000', '095337.650000', '095338.110000', '095338.570000', '095339.030000', '095339.490000', '095339.950000', '095340.410000', '095340.870000', '095341.330000', '095341.790000', '095342.250000', '095342.710000', '095343.170000', '095343.630000', '095344.090000', '095344.550000', '095345.010000', '095345.470000', '095345.930000', '095346.390000', '095346.850000', '095347.310000', '095347.770000', '095348.230000', '095348.690000', '095349.150000', '095349.610000', '095350.070000', '095350.530000', '095350.990000', '095351.450000', '095351.910000', '095352.370000', '095352.830000', '095353.290000', '095353.750000', '095354.210000', '095354.670000', '095355.130000', '095355.590000', '095356.050000', '095356.510000', '095356.970000', '095357.430000', '095357.890000', '095358.350000', '095358.810000', '095359.270000', '095359.730000', '095400.190000', '095400.650000', '095401.110000', '095401.570000', '095402.030000', '095402.490000', '095402.950000', '095403.410000', '095403.870000', '095404.330000', '095404.790000', '095405.250000', '095405.710000', '095406.170000', '095406.630000', '095407.090000', '095407.550000', '095408.010000', '095408.470000', '095408.930000', '095409.390000', '095409.850000', '095410.310000', '095410.770000', '095411.230000', '095411.690000', '095412.150000', '095412.610000', '095413.070000', '095413.530000', '095413.990000', '095414.450000', '095414.910000', '095415.370000', '095415.830000', '095416.290000', '095416.750000', '095417.210000', '095417.670000', '095418.130000', '095418.590000', '095419.050000', '095419.510000', '095419.970000', '095420.430000', '095420.890000', '095421.350000', '095421.810000', '095422.270000', '095422.730000', '095423.190000', '095423.650000', '095424.110000', '095424.570000', '095425.030000', '095425.490000', '095425.950000', '095426.410000', '095426.870000', '095427.330000', '095427.790000', '095428.250000', '095428.710000', '095429.170000', '095429.630000', '095430.090000', '095430.550000', '095431.010000', '095431.470000', '095431.930000', '095432.390000', '095432.850000', '095433.310000', '095433.770000', '095434.230000', '095434.690000', '095435.150000', '095435.610000', '095436.070000', '095436.530000', '095436.990000', '095437.450000', '095437.910000', '095438.370000', '095438.830000', '095439.290000', '095439.750000', '095440.210000', '095440.670000', '095441.130000', '095441.590000', '095442.050000', '095442.510000', '095442.970000', '095443.430000', '095443.890000', '095444.350000', '095444.810000', '095445.270000', '095445.730000', '095446.190000', '095446.650000', '095447.110000', '095447.570000', '095448.030000', '095448.490000', '095448.950000', '095449.410000', '095449.870000', '095450.330000', '095450.790000', '095451.250000', '095451.710000', '095452.170000', '095452.630000', '095453.090000', '095453.550000', '095454.010000', '095454.470000', '095454.930000', '095455.390000', '095455.850000', '095456.310000', '095456.770000', '095457.230000', '095457.690000', '095458.150000', '095458.610000', '095459.070000', '095459.530000', '095459.990000', '095500.450000', '095500.910000', '095501.370000', '095501.830000', '095502.290000', '095502.750000', '095503.210000', '095503.670000', '095504.130000', '095504.590000', '095505.050000', '095505.510000', '095505.970000', '095506.430000', '095506.890000', '095507.350000', '095507.810000', '095508.270000', '095508.730000', '095509.190000', '095509.650000', '095510.110000', '095510.570000', '095511.030000', '095511.490000', '095511.950000', '095512.410000', '095512.870000', '095513.330000', '095513.790000', '095514.250000', '095514.710000', '095515.170000', '095515.630000', '095516.090000', '095516.550000', '095517.010000', '095517.470000', '095517.930000', '095518.390000', '095518.850000', '095519.310000', '095519.770000', '095520.230000', '095520.690000', '095521.150000', '095521.610000', '095522.070000', '095522.530000', '095522.990000', '095523.450000', '095523.910000', '095524.370000', '095524.830000', '095525.290000', '095525.750000', '095526.210000', '095526.670000', '095527.130000', '095527.590000', '095528.050000', '095528.510000', '095528.970000', '095529.430000', '095529.890000', '095530.350000', '095530.810000', '095531.270000', '095531.730000', '095532.190000', '095532.650000', '095533.110000', '095533.570000', '095534.030000', '095534.490000', '095534.950000', '095535.410000', '095535.870000', '095536.330000', '095536.790000', '095537.250000', '095537.710000', '095538.170000', '095538.630000', '095539.090000', '095539.550000', '095540.010000', '095540.470000', '095540.930000', '095541.390000', '095541.850000', '095542.310000', '095542.770000', '095543.230000', '095543.690000', '095544.150000', '095544.610000', '095545.070000', '095545.530000', '095545.990000', '095546.450000', '095546.910000', '095547.370000', '095547.830000', '095548.290000', '095548.750000', '095549.210000', '095549.670000', '095550.130000', '095550.590000', '095551.050000', '095551.510000', '095551.970000', '095552.430000', '095552.890000', '095553.350000', '095553.810000', '095554.270000', '095554.730000', '095555.190000', '095555.650000', '095556.110000', '095556.570000', '095557.030000', '095557.490000', '095557.950000', '095558.410000', '095558.870000', '095559.330000', '095559.790000', '095600.250000', '095600.710000', '095601.170000', '095601.630000', '095602.090000', '095602.550000', '095603.010000', '095603.470000', '095603.930000', '095604.390000', '095604.850000', '095605.310000', '095605.770000', '095606.230000', '095606.690000', '095607.150000', '095607.610000', '095608.070000', '095608.530000', '095608.990000', '095609.450000', '095609.910000', '095610.370000', '095610.830000', '095611.290000', '095611.750000', '095612.210000', '095612.670000', '095613.130000', '095613.590000', '095614.050000', '095614.510000', '095614.970000', '095615.430000', '095615.890000', '095616.350000', '095616.810000', '095617.270000', '095617.730000', '095618.190000', '095618.650000', '095619.110000', '095619.570000', '095620.030000', '095620.490000', '095620.950000', '095621.410000', '095621.870000', '095622.330000', '095622.790000', '095623.250000', '095623.710000', '095624.170000', '095624.630000', '095625.090000', '095625.550000', '095626.010000', '095626.470000', '095626.930000', '095627.390000', '095627.850000', '095628.310000', '095628.770000', '095629.230000', '095629.690000', '095630.150000', '095630.610000', '095631.070000', '095631.530000', '095631.990000', '095632.450000', '095632.910000', '095633.370000', '095633.830000', '095634.290000', '095634.750000', '095635.210000', '095635.670000', '095636.130000', '095636.590000', '095637.050000', '095637.510000', '095637.970000', '095638.430000', '095638.890000', '095639.350000', '095639.810000', '095640.270000', '095640.730000', '095641.190000', '095641.650000', '095642.110000', '095642.570000', '095643.030000', '095643.490000', '095643.950000', '095644.410000', '095644.870000', '095645.330000', '095645.790000', '095646.250000', '095646.710000', '095647.170000', '095647.630000', '095648.090000', '095648.550000', '095649.010000', '095649.470000', '095649.930000', '095650.390000', '095650.850000', '095651.310000', '095651.770000', '095652.230000', '095652.690000', '095653.150000', '095653.610000', '095654.070000', '095654.530000', '095654.990000', '095655.450000', '095655.910000', '095656.370000', '095656.830000', '095657.290000', '095657.750000', '095658.210000', '095658.670000', '095659.130000', '095659.590000', '095700.050000', '095700.510000', '095700.970000', '095701.430000', '095701.890000', '095702.350000', '095702.810000', '095703.270000', '095703.730000', '095704.190000', '095704.650000', '095705.110000', '095705.570000', '095706.030000', '095706.490000', '095706.950000', '095707.410000', '095707.870000', '095708.330000', '095708.790000', '095709.250000', '095709.710000', '095710.170000', '095710.630000', '095711.090000', '095711.550000', '095712.010000', '095712.470000', '095712.930000', '095713.390000', '095713.850000', '095714.310000', '095714.770000', '095715.230000', '095715.690000', '095716.150000', '095716.610000', '095717.070000', '095717.530000', '095717.990000', '095718.450000', '095718.910000', '095719.370000', '095719.830000', '095720.290000', '095720.750000', '095721.210000', '095721.670000', '095722.130000', '095722.590000', '095723.050000', '095723.510000', '095723.970000', '095724.430000', '095724.890000', '095725.350000', '095725.810000', '095726.270000', '095726.730000', '095727.190000', '095727.650000', '095728.110000', '095728.570000', '095729.030000', '095729.490000', '095729.950000', '095730.410000', '095730.870000', '095731.330000', '095731.790000', '095732.250000', '095732.710000', '095733.170000', '095733.630000', '095734.090000', '095734.550000', '095735.010000', '095735.470000', '095735.930000', '095736.390000', '095736.850000', '095737.310000', '095737.770000', '095738.230000', '095738.690000', '095739.150000', '095739.610000', '095740.070000', '095740.530000', '095740.990000', '095741.450000', '095741.910000', '095742.370000', '095742.830000', '095743.290000', '095743.750000', '095744.210000', '095744.670000', '095745.130000', '095745.590000', '095746.050000', '095746.510000', '095746.970000', '095747.430000', '095747.890000', '095748.350000', '095748.810000', '095749.270000', '095749.730000', '095750.190000', '095750.650000', '095751.110000', '095751.570000', '095752.030000', '095752.490000', '095752.950000', '095753.410000', '095753.870000', '095754.330000', '095754.790000', '095755.250000', '095755.710000', '095756.170000', '095756.630000', '095757.090000', '095757.550000', '095758.010000', '095758.470000', '095758.930000', '095759.390000', '095759.850000', '095800.310000', '095800.770000', '095801.230000', '095801.690000', '095802.150000', '095802.610000', '095803.070000', '095803.530000', '095803.990000', '095804.450000', '095804.910000', '095805.370000', '095805.830000', '095806.290000', '095806.750000', '095807.210000', '095807.670000', '095808.130000', '095808.590000', '095809.050000', '095809.510000', '095809.970000', '095810.430000', '095810.890000', '095811.350000', '095811.810000', '095812.270000', '095812.730000', '095813.190000', '095813.650000', '095814.110000', '095814.570000', '095815.030000', '095815.490000', '095815.950000', '095816.410000', '095816.870000', '095817.330000', '095817.790000', '095818.250000', '095818.710000', '095819.170000', '095819.630000', '095820.090000', '095820.550000', '095821.010000', '095821.470000', '095821.930000', '095822.390000', '095822.850000', '095823.310000', '095823.770000', '095824.230000', '095824.690000', '095825.150000', '095825.610000', '095826.070000', '095826.530000', '095826.990000', '095827.450000', '095827.910000', '095828.370000', '095828.830000', '095829.290000', '095829.750000', '095830.210000', '095830.670000', '095831.130000', '095831.590000', '095832.050000', '095832.510000', '095832.970000', '095833.430000', '095833.890000', '095834.350000', '095834.810000', '095835.270000', '095835.730000', '095836.190000', '095836.650000', '095837.110000', '095837.570000', '095838.030000', '095838.490000', '095838.950000', '095839.410000', '095839.870000', '095840.330000', '095840.790000', '095841.250000', '095841.710000', '095842.170000', '095842.630000', '095843.090000', '095843.550000', '095844.010000', '095844.470000', '095844.930000', '095845.390000', '095845.850000', '095846.310000', '095846.770000', '095847.230000', '095847.690000', '095848.150000', '095848.610000', '095849.070000', '095849.530000', '095849.990000', '095850.450000', '095850.910000', '095851.370000', '095851.830000', '095852.290000', '095852.750000', '095853.210000', '095853.670000', '095854.130000', '095854.590000', '095855.050000', '095855.510000', '095855.970000', '095856.430000', '095856.890000', '095857.350000', '095857.810000', '095858.270000', '095858.730000', '095859.190000', '095859.650000', '095900.110000', '095900.570000', '095901.030000', '095901.490000', '095901.950000', '095902.410000', '095902.870000', '095903.330000', '095903.790000', '095904.250000', '095904.710000', '095905.170000', '095905.630000', '095906.090000', '095906.550000', '095907.010000', '095907.470000', '095907.930000', '095908.390000', '095908.850000', '095909.310000', '095909.770000', '095910.230000', '095910.690000', '095911.150000', '095911.610000', '095912.070000', '095912.530000', '095912.990000', '095913.450000', '095913.910000', '095914.370000', '095914.830000', '095915.290000', '095915.750000', '095916.210000', '095916.670000', '095917.130000', '095917.590000', '095918.050000', '095918.510000', '095918.970000', '095919.430000', '095919.890000', '095920.350000', '095920.810000', '095921.270000', '095921.730000', '095922.190000', '095922.650000', '095923.110000', '095923.570000', '095924.030000', '095924.490000', '095924.950000', '095925.410000', '095925.870000', '095926.330000', '095926.790000', '095927.250000', '095927.710000', '095928.170000', '095928.630000', '095929.090000', '095929.550000', '095930.010000', '095930.470000', '095930.930000', '095931.390000', '095931.850000', '095932.310000', '095932.770000', '095933.230000', '095933.690000', '095934.150000', '095934.610000', '095935.070000', '095935.530000', '095935.990000', '095936.450000', '095936.910000', '095937.370000', '095937.830000', '095938.290000', '095938.750000', '095939.210000', '095939.670000', '095940.130000', '095940.590000', '095941.050000', '095941.510000', '095941.970000', '095942.430000', '095942.890000', '095943.350000', '095943.810000', '095944.270000', '095944.730000', '095945.190000', '095945.650000', '095946.110000', '095946.570000', '095947.030000', '095947.490000', '095947.950000', '095948.410000', '095948.870000', '095949.330000', '095949.790000', '095950.250000', '095950.710000', '095951.170000', '095951.630000', '095952.090000', '095952.550000', '095953.010000', '095953.470000', '095953.930000', '095954.390000', '095954.850000', '095955.310000', '095955.770000', '095956.230000', '095956.690000', '095957.150000', '095957.610000', '095958.070000', '095958.530000', '095958.990000', '095959.450000', '095959.910000', '100000.370000', '100000.830000', '100001.290000', '100001.750000', '100002.210000', '100002.670000', '100003.130000', '100003.590000', '100004.050000', '100004.510000', '100004.970000', '100005.430000', '100005.890000', '100006.350000', '100006.810000', '100007.270000', '100007.730000', '100008.190000', '100008.650000', '100009.110000', '100009.570000', '100010.030000', '100010.490000', '100010.950000', '100011.410000', '100011.870000', '100012.330000', '100012.790000', '100013.250000', '100013.710000', '100014.170000', '100014.630000', '100015.090000', '100015.550000', '100016.010000', '100016.470000', '100016.930000'], 'ContentTime': ['095314.256000', '095314.260000', '095314.263000', '095314.265000', '095314.268000', '095314.271000', '095314.274000', '095314.277000', '095314.280000', '095314.283000', '095314.285000', '095314.288000', '095314.291000', '095314.294000', '095314.297000', '095314.300000', '095314.303000', '095314.311000', '095314.314000', '095314.317000', '095314.320000', '095314.323000', '095314.326000', '095314.328000', '095314.331000', '095314.334000', '095314.337000', '095314.340000', '095314.343000', '095314.345000', '095314.348000', '095314.353000', '095314.356000', '095314.359000', '095314.361000', '095314.364000', '095314.367000', '095314.370000', '095314.373000', '095314.376000', '095314.379000', '095314.388000', '095314.391000', '095314.394000', '095314.398000', '095314.401000', '095334.231000', '095334.234000', '095334.240000', '095334.243000', '095334.246000', '095334.249000', '095334.252000', '095334.254000', '095334.257000', '095334.260000', '095334.263000', '095334.266000', '095334.269000', '095334.272000', '095334.274000', '095334.277000', '095334.280000', '095334.283000', '095334.289000', '095334.292000', '095334.295000', '095334.298000', '095334.300000', '095334.303000', '095334.306000', '095334.309000', '095334.312000', '095334.315000', '095334.317000', '095334.320000', '095334.323000', '095334.326000', '095334.329000', '095334.331000', '095334.334000', '095334.337000', '095334.340000', '095334.343000', '095334.346000', '095334.348000', '095334.351000', '095334.354000', '095334.357000', '095354.231000', '095354.234000', '095354.237000', '095354.239000', '095354.242000', '095354.245000', '095354.248000', '095354.251000', '095354.254000', '095354.257000', '095354.259000', '095354.262000', '095354.265000', '095354.268000', '095354.271000', '095354.273000', '095354.276000', '095354.279000', '095354.282000', '095354.285000', '095354.288000', '095354.290000', '095354.293000', '095354.296000', '095354.299000', '095354.302000', '095354.305000', '095354.307000', '095354.312000', '095354.315000', '095354.318000', '095354.321000', '095354.324000', '095354.326000', '095354.329000', '095354.332000', '095354.335000', '095354.338000', '095354.341000', '095354.343000', '095354.346000', '095354.349000', '095354.352000', '095354.355000', '095414.230000', '095414.233000', '095414.236000', '095414.239000', '095414.242000', '095414.244000', '095414.247000', '095414.252000', '095414.255000', '095414.258000', '095414.261000', '095414.264000', '095414.267000', '095414.270000', '095414.272000', '095414.275000', '095414.292000', '095414.295000', '095414.298000', '095414.301000', '095414.304000', '095414.306000', '095414.309000', '095414.322000', '095414.325000', '095414.328000', '095414.331000', '095414.333000', '095414.336000', '095414.339000', '095414.342000', '095414.345000', '095414.348000', '095414.351000', '095414.354000', '095414.357000', '095414.360000', '095414.363000', '095414.365000', '095414.368000', '095414.371000', '095414.374000', '095414.377000', '095434.230000', '095434.233000', '095434.236000', '095434.239000', '095434.242000', '095434.244000', '095434.247000', '095434.250000', '095434.253000', '095434.256000', '095434.259000', '095434.262000', '095434.264000', '095434.267000', '095434.270000', '095434.273000', '095434.276000', '095434.279000', '095434.281000', '095434.284000', '095434.287000', '095434.290000', '095434.293000', '095434.296000', '095434.298000', '095434.301000', '095434.304000', '095434.307000', '095434.310000', '095434.313000', '095434.322000', '095434.325000', '095434.328000', '095434.330000', '095434.333000', '095434.336000', '095434.339000', '095434.342000', '095434.345000', '095434.348000', '095434.351000', '095434.353000', '095434.356000', '095434.359000', '095454.230000', '095454.233000', '095454.236000', '095454.239000', '095454.242000', '095454.245000', '095454.247000', '095454.250000', '095454.253000', '095454.256000', '095454.259000', '095454.262000', '095454.264000', '095454.267000', '095454.270000', '095454.273000', '095454.276000', '095454.279000', '095454.281000', '095454.284000', '095454.288000', '095454.293000', '095454.296000', '095454.299000', '095454.302000', '095454.304000', '095454.307000', '095454.310000', '095454.313000', '095454.316000', '095454.318000', '095454.321000', '095454.324000', '095454.327000', '095454.330000', '095454.333000', '095454.336000', '095454.338000', '095454.341000', '095454.344000', '095454.347000', '095454.350000', '095454.353000', '095514.231000', '095514.234000', '095514.237000', '095514.240000', '095514.242000', '095514.245000', '095514.248000', '095514.251000', '095514.254000', '095514.257000', '095514.260000', '095514.262000', '095514.265000', '095514.268000', '095514.271000', '095514.274000', '095514.277000', '095514.279000', '095514.282000', '095514.285000', '095514.288000', '095514.291000', '095514.294000', '095514.297000', '095514.299000', '095514.302000', '095514.305000', '095514.308000', '095514.311000', '095514.313000', '095514.316000', '095514.319000', '095514.322000', '095514.325000', '095514.328000', '095514.331000', '095514.333000', '095514.336000', '095514.339000', '095514.342000', '095514.345000', '095514.348000', '095514.350000', '095514.353000', '095534.231000', '095534.234000', '095534.237000', '095534.240000', '095534.243000', '095534.246000', '095534.249000', '095534.252000', '095534.255000', '095534.258000', '095534.261000', '095534.263000', '095534.266000', '095534.269000', '095534.272000', '095534.275000', '095534.278000', '095534.280000', '095534.283000', '095534.286000', '095534.289000', '095534.292000', '095534.295000', '095534.298000', '095534.301000', '095534.304000', '095534.307000', '095534.310000', '095534.313000', '095534.333000', '095534.336000', '095534.339000', '095534.341000', '095534.344000', '095534.347000', '095534.350000', '095534.353000', '095534.356000', '095534.358000', '095534.361000', '095534.364000', '095534.367000', '095534.370000', '095554.231000', '095554.234000', '095554.237000', '095554.240000', '095554.243000', '095554.246000', '095554.248000', '095554.251000', '095554.254000', '095554.257000', '095554.260000', '095554.263000', '095554.265000', '095554.268000', '095554.271000', '095554.274000', '095554.277000', '095554.280000', '095554.283000', '095554.285000', '095554.288000', '095554.291000', '095554.294000', '095554.297000', '095554.300000', '095554.303000', '095554.305000', '095554.308000', '095554.311000', '095554.314000', '095554.317000', '095554.320000', '095554.322000', '095554.325000', '095554.328000', '095554.331000', '095554.334000', '095554.337000', '095554.339000', '095554.342000', '095554.345000', '095554.348000', '095554.351000', '095554.354000', '095614.231000', '095614.234000', '095614.237000', '095614.240000', '095614.243000', '095614.246000', '095614.248000', '095614.251000', '095614.254000', '095614.257000', '095614.260000', '095614.263000', '095614.265000', '095614.268000', '095614.278000', '095614.281000', '095614.284000', '095614.287000', '095614.289000', '095614.292000', '095614.295000', '095614.298000', '095614.301000', '095614.304000', '095614.307000', '095614.313000', '095614.316000', '095614.319000', '095614.321000', '095614.324000', '095614.327000', '095614.330000', '095614.333000', '095614.336000', '095614.339000', '095614.342000', '095614.344000', '095614.347000', '095614.350000', '095614.353000', '095614.356000', '095614.359000', '095614.361000', '095634.230000', '095634.233000', '095634.236000', '095634.239000', '095634.242000', '095634.245000', '095634.247000', '095634.250000', '095634.253000', '095634.256000', '095634.259000', '095634.262000', '095634.265000', '095634.267000', '095634.270000', '095634.273000', '095634.276000', '095634.279000', '095634.282000', '095634.284000', '095634.287000', '095634.290000', '095634.293000', '095634.296000', '095634.299000', '095634.301000', '095634.304000', '095634.307000', '095634.310000', '095634.313000', '095634.327000', '095634.330000', '095634.333000', '095634.335000', '095634.338000', '095634.341000', '095634.344000', '095634.347000', '095634.350000', '095634.352000', '095634.355000', '095634.358000', '095634.361000', '095634.364000', '095654.230000', '095654.233000', '095654.236000', '095654.239000', '095654.242000', '095654.244000', '095654.253000', '095654.256000', '095654.259000', '095654.261000', '095654.264000', '095654.267000', '095654.271000', '095654.274000', '095654.277000', '095654.280000', '095654.283000', '095654.286000', '095654.289000', '095654.292000', '095654.294000', '095654.297000', '095654.300000', '095654.303000', '095654.306000', '095654.309000', '095654.311000', '095654.314000', '095654.317000', '095654.320000', '095654.323000', '095654.326000', '095654.329000', '095654.331000', '095654.334000', '095654.337000', '095654.340000', '095654.343000', '095654.346000', '095654.349000', '095654.352000', '095654.355000', '095654.358000', '095714.230000', '095714.233000', '095714.236000', '095714.239000', '095714.242000', '095714.245000', '095714.247000', '095714.250000', '095714.253000', '095714.256000', '095714.259000', '095714.262000', '095714.264000', '095714.267000', '095714.270000', '095714.273000', '095714.276000', '095714.279000', '095714.282000', '095714.285000', '095714.287000', '095714.290000', '095714.293000', '095714.296000', '095714.299000', '095714.301000', '095714.304000', '095714.307000', '095714.310000', '095714.313000', '095714.316000', '095714.319000', '095714.321000', '095714.324000', '095714.327000', '095714.330000', '095714.333000', '095714.336000', '095714.338000', '095714.341000', '095714.344000', '095714.347000', '095714.350000', '095714.353000', '095734.231000', '095734.234000', '095734.237000', '095734.240000', '095734.243000', '095734.246000', '095734.248000', '095734.251000', '095734.254000', '095734.257000', '095734.260000', '095734.263000', '095734.266000', '095734.269000', '095734.271000', '095734.274000', '095734.277000', '095734.280000', '095734.283000', '095734.286000', '095734.288000', '095734.291000', '095734.294000', '095734.297000', '095734.300000', '095734.303000', '095734.305000', '095734.308000', '095734.311000', '095734.314000', '095734.317000', '095734.320000', '095734.323000', '095734.326000', '095734.328000', '095734.331000', '095734.334000', '095734.337000', '095734.340000', '095734.343000', '095734.345000', '095734.349000', '095734.352000', '095754.231000', '095754.234000', '095754.242000', '095754.245000', '095754.247000', '095754.250000', '095754.253000', '095754.256000', '095754.259000', '095754.262000', '095754.265000', '095754.268000', '095754.270000', '095754.273000', '095754.276000', '095754.279000', '095754.282000', '095754.285000', '095754.288000', '095754.290000', '095754.293000', '095754.296000', '095754.299000', '095754.302000', '095754.305000', '095754.307000', '095754.310000', '095754.313000', '095754.316000', '095754.319000', '095754.322000', '095754.325000', '095754.327000', '095754.330000', '095754.333000', '095754.336000', '095754.339000', '095754.342000', '095754.344000', '095754.347000', '095754.350000', '095754.353000', '095754.356000', '095754.359000', '095814.231000', '095814.234000', '095814.237000', '095814.240000', '095814.243000', '095814.246000', '095814.248000', '095814.251000', '095814.254000', '095814.257000', '095814.260000', '095814.263000', '095814.266000', '095814.269000', '095814.271000', '095814.274000', '095814.277000', '095814.280000', '095814.283000', '095814.285000', '095814.289000', '095814.291000', '095814.294000', '095814.297000', '095814.300000', '095814.303000', '095814.306000', '095814.309000', '095814.313000', '095814.316000', '095814.318000', '095814.321000', '095814.324000', '095814.327000', '095814.330000', '095814.333000', '095814.336000', '095814.339000', '095814.342000', '095814.345000', '095814.348000', '095814.350000', '095814.353000', '095834.231000', '095834.234000', '095834.237000', '095834.240000', '095834.243000', '095834.246000', '095834.248000', '095834.251000', '095834.254000', '095834.257000', '095834.260000', '095834.263000', '095834.266000', '095834.269000', '095834.272000', '095834.274000', '095834.277000', '095834.280000', '095834.283000', '095834.286000', '095834.289000', '095834.292000', '095834.294000', '095834.297000', '095834.300000', '095834.303000', '095834.306000', '095834.309000', '095834.311000', '095834.314000', '095834.317000', '095834.320000', '095834.323000', '095834.326000', '095834.328000', '095834.331000', '095834.334000', '095834.337000', '095834.340000', '095834.343000', '095834.346000', '095834.349000', '095834.352000', '095834.354000', '095854.230000', '095854.233000', '095854.236000', '095854.239000', '095854.242000', '095854.244000', '095854.247000', '095854.250000', '095854.253000', '095854.256000', '095854.259000', '095854.262000', '095854.265000', '095854.267000', '095854.270000', '095854.273000', '095854.276000', '095854.279000', '095854.282000', '095854.285000', '095854.287000', '095854.290000', '095854.293000', '095854.296000', '095854.299000', '095854.302000', '095854.305000', '095854.307000', '095854.310000', '095854.313000', '095854.316000', '095854.319000', '095854.322000', '095854.324000', '095854.327000', '095854.330000', '095854.333000', '095854.336000', '095854.339000', '095854.342000', '095854.344000', '095854.347000', '095854.350000', '095914.230000', '095914.233000', '095914.236000', '095914.239000', '095914.242000', '095914.245000', '095914.249000', '095914.252000', '095914.255000', '095914.258000', '095914.260000', '095914.263000', '095914.266000', '095914.269000', '095914.272000', '095914.275000', '095914.278000', '095914.280000', '095914.283000', '095914.286000', '095914.289000', '095914.292000', '095914.295000', '095914.298000', '095914.301000', '095914.304000', '095914.307000', '095914.309000', '095914.312000', '095914.315000', '095914.318000', '095914.321000', '095914.324000', '095914.327000', '095914.329000', '095914.332000', '095914.335000', '095914.338000', '095914.341000', '095914.344000', '095914.347000', '095914.349000', '095914.352000', '095914.355000', '095934.230000', '095934.233000', '095934.236000', '095934.239000', '095934.242000', '095934.245000', '095934.248000', '095934.250000', '095934.264000', '095934.267000', '095934.270000', '095934.273000', '095934.276000', '095934.279000', '095934.281000', '095934.284000', '095934.287000', '095934.290000', '095934.293000', '095934.296000', '095934.298000', '095934.301000', '095934.304000', '095934.307000', '095934.310000', '095934.313000', '095934.316000', '095934.318000', '095934.321000', '095934.324000', '095934.327000', '095934.330000', '095934.333000', '095934.335000', '095934.338000', '095934.341000', '095934.344000', '095934.348000', '095934.351000', '095934.354000', '095934.357000', '095934.360000', '095934.363000', '095954.231000', '095954.234000', '095954.237000', '095954.240000', '095954.243000', '095954.246000', '095954.248000', '095954.251000', '095954.254000', '095954.257000', '095954.260000', '095954.270000', '095954.273000', '095954.276000', '095954.278000', '095954.281000', '095954.284000', '095954.287000', '095954.290000', '095954.293000', '095954.296000', '095954.299000', '095954.301000', '095954.304000', '095954.307000', '095954.310000', '095954.313000', '095954.316000', '095954.319000', '095954.321000', '095954.324000', '095954.327000', '095954.330000', '095954.333000', '095954.336000', '095954.339000', '095954.342000', '095954.344000', '095954.347000', '095954.350000', '095954.353000', '095954.356000', '095954.359000', '095954.362000', '100014.231000', '100014.234000', '100014.237000', '100014.240000', '100014.243000', '100014.246000', '100014.248000', '100014.251000', '100014.254000', '100014.257000', '100014.260000', '100014.263000', '100014.265000', '100014.268000', '100014.271000', '100014.274000', '100014.277000', '100014.280000', '100014.283000', '100014.285000', '100014.288000', '100014.291000', '100014.294000', '100014.297000', '100014.300000', '100014.303000', '100014.305000', '100014.308000', '100014.311000', '100014.314000', '100014.317000', '100014.320000', '100014.322000', '100014.325000', '100014.328000', '100014.331000', '100014.334000', '100014.337000', '100014.340000', '100014.342000', '100014.345000', '100014.348000', '100014.351000', '100017.711000', '100017.714000', '100017.727000', '100017.730000', '100017.733000', '100017.736000', '100017.739000', '100017.742000'], 'InstanceCreationTime': ['095314.256000', '095314.260000', '095314.263000', '095314.265000', '095314.268000', '095314.271000', '095314.274000', '095314.277000', '095314.280000', '095314.283000', '095314.285000', '095314.288000', '095314.291000', '095314.294000', '095314.297000', '095314.300000', '095314.303000', '095314.311000', '095314.314000', '095314.317000', '095314.320000', '095314.323000', '095314.326000', '095314.328000', '095314.331000', '095314.334000', '095314.337000', '095314.340000', '095314.343000', '095314.345000', '095314.348000', '095314.353000', '095314.356000', '095314.359000', '095314.361000', '095314.364000', '095314.367000', '095314.370000', '095314.373000', '095314.376000', '095314.379000', '095314.388000', '095314.391000', '095314.394000', '095314.398000', '095314.401000', '095334.231000', '095334.234000', '095334.240000', '095334.243000', '095334.246000', '095334.249000', '095334.252000', '095334.254000', '095334.257000', '095334.260000', '095334.263000', '095334.266000', '095334.269000', '095334.272000', '095334.274000', '095334.277000', '095334.280000', '095334.283000', '095334.289000', '095334.292000', '095334.295000', '095334.298000', '095334.300000', '095334.303000', '095334.306000', '095334.309000', '095334.312000', '095334.315000', '095334.317000', '095334.320000', '095334.323000', '095334.326000', '095334.329000', '095334.331000', '095334.334000', '095334.337000', '095334.340000', '095334.343000', '095334.346000', '095334.348000', '095334.351000', '095334.354000', '095334.357000', '095354.231000', '095354.234000', '095354.237000', '095354.239000', '095354.242000', '095354.245000', '095354.248000', '095354.251000', '095354.254000', '095354.257000', '095354.259000', '095354.262000', '095354.265000', '095354.268000', '095354.271000', '095354.273000', '095354.276000', '095354.279000', '095354.282000', '095354.285000', '095354.288000', '095354.290000', '095354.293000', '095354.296000', '095354.299000', '095354.302000', '095354.305000', '095354.307000', '095354.312000', '095354.315000', '095354.318000', '095354.321000', '095354.324000', '095354.326000', '095354.329000', '095354.332000', '095354.335000', '095354.338000', '095354.341000', '095354.343000', '095354.346000', '095354.349000', '095354.352000', '095354.355000', '095414.230000', '095414.233000', '095414.236000', '095414.239000', '095414.242000', '095414.244000', '095414.247000', '095414.252000', '095414.255000', '095414.258000', '095414.261000', '095414.264000', '095414.267000', '095414.270000', '095414.272000', '095414.275000', '095414.292000', '095414.295000', '095414.298000', '095414.301000', '095414.304000', '095414.306000', '095414.309000', '095414.322000', '095414.325000', '095414.328000', '095414.331000', '095414.333000', '095414.336000', '095414.339000', '095414.342000', '095414.345000', '095414.348000', '095414.351000', '095414.354000', '095414.357000', '095414.360000', '095414.363000', '095414.365000', '095414.368000', '095414.371000', '095414.374000', '095414.377000', '095434.230000', '095434.233000', '095434.236000', '095434.239000', '095434.242000', '095434.244000', '095434.247000', '095434.250000', '095434.253000', '095434.256000', '095434.259000', '095434.262000', '095434.264000', '095434.267000', '095434.270000', '095434.273000', '095434.276000', '095434.279000', '095434.281000', '095434.284000', '095434.287000', '095434.290000', '095434.293000', '095434.296000', '095434.298000', '095434.301000', '095434.304000', '095434.307000', '095434.310000', '095434.313000', '095434.322000', '095434.325000', '095434.328000', '095434.330000', '095434.333000', '095434.336000', '095434.339000', '095434.342000', '095434.345000', '095434.348000', '095434.351000', '095434.353000', '095434.356000', '095434.359000', '095454.230000', '095454.233000', '095454.236000', '095454.239000', '095454.242000', '095454.245000', '095454.247000', '095454.250000', '095454.253000', '095454.256000', '095454.259000', '095454.262000', '095454.264000', '095454.267000', '095454.270000', '095454.273000', '095454.276000', '095454.279000', '095454.281000', '095454.284000', '095454.288000', '095454.293000', '095454.296000', '095454.299000', '095454.302000', '095454.304000', '095454.307000', '095454.310000', '095454.313000', '095454.316000', '095454.318000', '095454.321000', '095454.324000', '095454.327000', '095454.330000', '095454.333000', '095454.336000', '095454.338000', '095454.341000', '095454.344000', '095454.347000', '095454.350000', '095454.353000', '095514.231000', '095514.234000', '095514.237000', '095514.240000', '095514.242000', '095514.245000', '095514.248000', '095514.251000', '095514.254000', '095514.257000', '095514.260000', '095514.262000', '095514.265000', '095514.268000', '095514.271000', '095514.274000', '095514.277000', '095514.279000', '095514.282000', '095514.285000', '095514.288000', '095514.291000', '095514.294000', '095514.297000', '095514.299000', '095514.302000', '095514.305000', '095514.308000', '095514.311000', '095514.313000', '095514.316000', '095514.319000', '095514.322000', '095514.325000', '095514.328000', '095514.331000', '095514.333000', '095514.336000', '095514.339000', '095514.342000', '095514.345000', '095514.348000', '095514.350000', '095514.353000', '095534.231000', '095534.234000', '095534.237000', '095534.240000', '095534.243000', '095534.246000', '095534.249000', '095534.252000', '095534.255000', '095534.258000', '095534.261000', '095534.263000', '095534.266000', '095534.269000', '095534.272000', '095534.275000', '095534.278000', '095534.280000', '095534.283000', '095534.286000', '095534.289000', '095534.292000', '095534.295000', '095534.298000', '095534.301000', '095534.304000', '095534.307000', '095534.310000', '095534.313000', '095534.333000', '095534.336000', '095534.339000', '095534.341000', '095534.344000', '095534.347000', '095534.350000', '095534.353000', '095534.356000', '095534.358000', '095534.361000', '095534.364000', '095534.367000', '095534.370000', '095554.231000', '095554.234000', '095554.237000', '095554.240000', '095554.243000', '095554.246000', '095554.248000', '095554.251000', '095554.254000', '095554.257000', '095554.260000', '095554.263000', '095554.265000', '095554.268000', '095554.271000', '095554.274000', '095554.277000', '095554.280000', '095554.283000', '095554.285000', '095554.288000', '095554.291000', '095554.294000', '095554.297000', '095554.300000', '095554.303000', '095554.305000', '095554.308000', '095554.311000', '095554.314000', '095554.317000', '095554.320000', '095554.322000', '095554.325000', '095554.328000', '095554.331000', '095554.334000', '095554.337000', '095554.339000', '095554.342000', '095554.345000', '095554.348000', '095554.351000', '095554.354000', '095614.231000', '095614.234000', '095614.237000', '095614.240000', '095614.243000', '095614.246000', '095614.248000', '095614.251000', '095614.254000', '095614.257000', '095614.260000', '095614.263000', '095614.265000', '095614.268000', '095614.278000', '095614.281000', '095614.284000', '095614.287000', '095614.289000', '095614.292000', '095614.295000', '095614.298000', '095614.301000', '095614.304000', '095614.307000', '095614.313000', '095614.316000', '095614.319000', '095614.321000', '095614.324000', '095614.327000', '095614.330000', '095614.333000', '095614.336000', '095614.339000', '095614.342000', '095614.344000', '095614.347000', '095614.350000', '095614.353000', '095614.356000', '095614.359000', '095614.361000', '095634.230000', '095634.233000', '095634.236000', '095634.239000', '095634.242000', '095634.245000', '095634.247000', '095634.250000', '095634.253000', '095634.256000', '095634.259000', '095634.262000', '095634.265000', '095634.267000', '095634.270000', '095634.273000', '095634.276000', '095634.279000', '095634.282000', '095634.284000', '095634.287000', '095634.290000', '095634.293000', '095634.296000', '095634.299000', '095634.301000', '095634.304000', '095634.307000', '095634.310000', '095634.313000', '095634.327000', '095634.330000', '095634.333000', '095634.335000', '095634.338000', '095634.341000', '095634.344000', '095634.347000', '095634.350000', '095634.352000', '095634.355000', '095634.358000', '095634.361000', '095634.364000', '095654.230000', '095654.233000', '095654.236000', '095654.239000', '095654.242000', '095654.244000', '095654.253000', '095654.256000', '095654.259000', '095654.261000', '095654.264000', '095654.267000', '095654.271000', '095654.274000', '095654.277000', '095654.280000', '095654.283000', '095654.286000', '095654.289000', '095654.292000', '095654.294000', '095654.297000', '095654.300000', '095654.303000', '095654.306000', '095654.309000', '095654.311000', '095654.314000', '095654.317000', '095654.320000', '095654.323000', '095654.326000', '095654.329000', '095654.331000', '095654.334000', '095654.337000', '095654.340000', '095654.343000', '095654.346000', '095654.349000', '095654.352000', '095654.355000', '095654.358000', '095714.230000', '095714.233000', '095714.236000', '095714.239000', '095714.242000', '095714.245000', '095714.247000', '095714.250000', '095714.253000', '095714.256000', '095714.259000', '095714.262000', '095714.264000', '095714.267000', '095714.270000', '095714.273000', '095714.276000', '095714.279000', '095714.282000', '095714.285000', '095714.287000', '095714.290000', '095714.293000', '095714.296000', '095714.299000', '095714.301000', '095714.304000', '095714.307000', '095714.310000', '095714.313000', '095714.316000', '095714.319000', '095714.321000', '095714.324000', '095714.327000', '095714.330000', '095714.333000', '095714.336000', '095714.338000', '095714.341000', '095714.344000', '095714.347000', '095714.350000', '095714.353000', '095734.231000', '095734.234000', '095734.237000', '095734.240000', '095734.243000', '095734.246000', '095734.248000', '095734.251000', '095734.254000', '095734.257000', '095734.260000', '095734.263000', '095734.266000', '095734.269000', '095734.271000', '095734.274000', '095734.277000', '095734.280000', '095734.283000', '095734.286000', '095734.288000', '095734.291000', '095734.294000', '095734.297000', '095734.300000', '095734.303000', '095734.305000', '095734.308000', '095734.311000', '095734.314000', '095734.317000', '095734.320000', '095734.323000', '095734.326000', '095734.328000', '095734.331000', '095734.334000', '095734.337000', '095734.340000', '095734.343000', '095734.345000', '095734.349000', '095734.352000', '095754.231000', '095754.234000', '095754.242000', '095754.245000', '095754.247000', '095754.250000', '095754.253000', '095754.256000', '095754.259000', '095754.262000', '095754.265000', '095754.268000', '095754.270000', '095754.273000', '095754.276000', '095754.279000', '095754.282000', '095754.285000', '095754.288000', '095754.290000', '095754.293000', '095754.296000', '095754.299000', '095754.302000', '095754.305000', '095754.307000', '095754.310000', '095754.313000', '095754.316000', '095754.319000', '095754.322000', '095754.325000', '095754.327000', '095754.330000', '095754.333000', '095754.336000', '095754.339000', '095754.342000', '095754.344000', '095754.347000', '095754.350000', '095754.353000', '095754.356000', '095754.359000', '095814.231000', '095814.234000', '095814.237000', '095814.240000', '095814.243000', '095814.246000', '095814.248000', '095814.251000', '095814.254000', '095814.257000', '095814.260000', '095814.263000', '095814.266000', '095814.269000', '095814.271000', '095814.274000', '095814.277000', '095814.280000', '095814.283000', '095814.285000', '095814.289000', '095814.291000', '095814.294000', '095814.297000', '095814.300000', '095814.303000', '095814.306000', '095814.309000', '095814.313000', '095814.316000', '095814.318000', '095814.321000', '095814.324000', '095814.327000', '095814.330000', '095814.333000', '095814.336000', '095814.339000', '095814.342000', '095814.345000', '095814.348000', '095814.350000', '095814.353000', '095834.231000', '095834.234000', '095834.237000', '095834.240000', '095834.243000', '095834.246000', '095834.248000', '095834.251000', '095834.254000', '095834.257000', '095834.260000', '095834.263000', '095834.266000', '095834.269000', '095834.272000', '095834.274000', '095834.277000', '095834.280000', '095834.283000', '095834.286000', '095834.289000', '095834.292000', '095834.294000', '095834.297000', '095834.300000', '095834.303000', '095834.306000', '095834.309000', '095834.311000', '095834.314000', '095834.317000', '095834.320000', '095834.323000', '095834.326000', '095834.328000', '095834.331000', '095834.334000', '095834.337000', '095834.340000', '095834.343000', '095834.346000', '095834.349000', '095834.352000', '095834.354000', '095854.230000', '095854.233000', '095854.236000', '095854.239000', '095854.242000', '095854.244000', '095854.247000', '095854.250000', '095854.253000', '095854.256000', '095854.259000', '095854.262000', '095854.265000', '095854.267000', '095854.270000', '095854.273000', '095854.276000', '095854.279000', '095854.282000', '095854.285000', '095854.287000', '095854.290000', '095854.293000', '095854.296000', '095854.299000', '095854.302000', '095854.305000', '095854.307000', '095854.310000', '095854.313000', '095854.316000', '095854.319000', '095854.322000', '095854.324000', '095854.327000', '095854.330000', '095854.333000', '095854.336000', '095854.339000', '095854.342000', '095854.344000', '095854.347000', '095854.350000', '095914.230000', '095914.233000', '095914.236000', '095914.239000', '095914.242000', '095914.245000', '095914.249000', '095914.252000', '095914.255000', '095914.258000', '095914.260000', '095914.263000', '095914.266000', '095914.269000', '095914.272000', '095914.275000', '095914.278000', '095914.280000', '095914.283000', '095914.286000', '095914.289000', '095914.292000', '095914.295000', '095914.298000', '095914.301000', '095914.304000', '095914.307000', '095914.309000', '095914.312000', '095914.315000', '095914.318000', '095914.321000', '095914.324000', '095914.327000', '095914.329000', '095914.332000', '095914.335000', '095914.338000', '095914.341000', '095914.344000', '095914.347000', '095914.349000', '095914.352000', '095914.355000', '095934.230000', '095934.233000', '095934.236000', '095934.239000', '095934.242000', '095934.245000', '095934.248000', '095934.250000', '095934.264000', '095934.267000', '095934.270000', '095934.273000', '095934.276000', '095934.279000', '095934.281000', '095934.284000', '095934.287000', '095934.290000', '095934.293000', '095934.296000', '095934.298000', '095934.301000', '095934.304000', '095934.307000', '095934.310000', '095934.313000', '095934.316000', '095934.318000', '095934.321000', '095934.324000', '095934.327000', '095934.330000', '095934.333000', '095934.335000', '095934.338000', '095934.341000', '095934.344000', '095934.348000', '095934.351000', '095934.354000', '095934.357000', '095934.360000', '095934.363000', '095954.231000', '095954.234000', '095954.237000', '095954.240000', '095954.243000', '095954.246000', '095954.248000', '095954.251000', '095954.254000', '095954.257000', '095954.260000', '095954.270000', '095954.273000', '095954.276000', '095954.278000', '095954.281000', '095954.284000', '095954.287000', '095954.290000', '095954.293000', '095954.296000', '095954.299000', '095954.301000', '095954.304000', '095954.307000', '095954.310000', '095954.313000', '095954.316000', '095954.319000', '095954.321000', '095954.324000', '095954.327000', '095954.330000', '095954.333000', '095954.336000', '095954.339000', '095954.342000', '095954.344000', '095954.347000', '095954.350000', '095954.353000', '095954.356000', '095954.359000', '095954.362000', '100014.231000', '100014.234000', '100014.237000', '100014.240000', '100014.243000', '100014.246000', '100014.248000', '100014.251000', '100014.254000', '100014.257000', '100014.260000', '100014.263000', '100014.265000', '100014.268000', '100014.271000', '100014.274000', '100014.277000', '100014.280000', '100014.283000', '100014.285000', '100014.288000', '100014.291000', '100014.294000', '100014.297000', '100014.300000', '100014.303000', '100014.305000', '100014.308000', '100014.311000', '100014.314000', '100014.317000', '100014.320000', '100014.322000', '100014.325000', '100014.328000', '100014.331000', '100014.334000', '100014.337000', '100014.340000', '100014.342000', '100014.345000', '100014.348000', '100014.351000', '100017.711000', '100017.714000', '100017.727000', '100017.730000', '100017.733000', '100017.736000', '100017.739000', '100017.742000'], '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': [11831, 8087, 13121, 8036, 8054, 7905, 8130, 13448, 9728, 15246, 11566, 8258, 10569, 8005, 8214, 7978, 8217, 9081, 9168, 8618, 15207, 11447, 8880, 10028, 8740, 8358, 9999, 8914, 13462, 10406, 8575, 14352, 7325, 8604, 8068, 8460, 8605, 11143, 8949, 10632, 12233, 8213, 8573, 7275, 8614, 10144, 8319, 8666, 12914, 9773, 10091, 8484, 8383, 10262, 8205, 8464, 13033, 9841, 11950, 13382, 8268, 12015, 7586, 8493, 7557, 8371, 8294, 8550, 8352, 12691, 8026, 8970, 8207, 8222, 8463, 8618, 13443, 9818, 8524, 7454, 8308, 8284, 8127, 8581, 13625, 10396, 8692, 11940, 8158, 8302, 7901, 8573, 8128, 9024, 8547, 12460, 9953, 8402, 8462, 8163, 9643, 8320, 8387, 11667, 9273, 10078, 11520, 8305, 8830, 8291, 8308, 9413, 8478, 12184, 10423, 8465, 11664, 8466, 8386, 9027, 8534, 13214, 10165, 8584, 13891, 10646, 8459, 7262, 8299, 8331, 8446, 8554, 13971, 11079, 9631, 12036, 8090, 8496, 8887, 8355, 13354, 9126, 13551, 9615, 8087, 11095, 8032, 8296, 8064, 8411, 7934, 8628, 10887, 8957, 8336, 7192, 8471, 7211, 8684, 9302, 8964, 8419, 13506, 8871, 8195, 6965, 8556, 9229, 8485, 11788, 9505, 8543, 10315, 8388, 7655, 8400, 8390, 8789, 8549, 12301, 9530, 9797, 9044, 8194, 7514, 8499, 8200, 9119, 8540, 11839, 9531, 8423, 8849, 8218, 8148, 8003, 8564, 11826, 9951, 11177, 13136, 8220, 10905, 8171, 8407, 8170, 8249, 9781, 8474, 10937, 12732, 8254, 10881, 8126, 8245, 8330, 8465, 9455, 8401, 12122, 9413, 10732, 10033, 8102, 8004, 8274, 8229, 8295, 8310, 10264, 8498, 9548, 10415, 8292, 9180, 8281, 8357, 7592, 8304, 9969, 8634, 8536, 12640, 10059, 8163, 7067, 8356, 8939, 8541, 8436, 12175, 8419, 13945, 10129, 8313, 7739, 8209, 8285, 8395, 8283, 12150, 8779, 12761, 8886, 8127, 7112, 8198, 8919, 8100, 8281, 10418, 8420, 12624, 8286, 8147, 7501, 8562, 11712, 8257, 8689, 13913, 9977, 8565, 7959, 7514, 8427, 8043, 8309, 8070, 8386, 8209, 11934, 8163, 13166, 7970, 12989, 8007, 12610, 9867, 12744, 8036, 8079, 8296, 7960, 8893, 8085, 8101, 9907, 8250, 12511, 9485, 8117, 8707, 7933, 8135, 8018, 8159, 9631, 8049, 8308, 12192, 8895, 10072, 8053, 8227, 9430, 8123, 8424, 9408, 8390, 13646, 9909, 8600, 10375, 8164, 8096, 7572, 8241, 9690, 8284, 10689, 9544, 8043, 11389, 8135, 8010, 6920, 8070, 8246, 7746, 8361, 11950, 9892, 7874, 7838, 8355, 8142, 11298, 9728, 9978, 13592, 9985, 8075, 7607, 7865, 8498, 7960, 8245, 14114, 12016, 8353, 10928, 8014, 8216, 7725, 8081, 11100, 9209, 8795, 13892, 9779, 8216, 7089, 8385, 8030, 8332, 8215, 10966, 8531, 12803, 10073, 8164, 7582, 8120, 8084, 7969, 8249, 12250, 9645, 8123, 11346, 7914, 8217, 7272, 8318, 9735, 8345, 8431, 13598, 9662, 11512, 7754, 8370, 7200, 8334, 8191, 9764, 8474, 13682, 10721, 8476, 7994, 8348, 8256, 7882, 8368, 10215, 8278, 12936, 9672, 8347, 7746, 8204, 8297, 7222, 8568, 10593, 8977, 8326, 11708, 8065, 8215, 7521, 8182, 9495, 8507, 9238, 12949, 9436, 9454, 7336, 8026, 9553, 8118, 8315, 12658, 9990, 9582, 9368, 8096, 8022, 8063, 8271, 9268, 8640, 14066, 10236, 9000, 9775, 8287, 8179, 7595, 8552, 8904, 8314, 10642, 9267, 8505, 13171, 9705, 9392, 8191, 8364, 9021, 8305, 11612, 9525, 11522, 12595, 8038, 9208, 8192, 8290, 8242, 8325, 9397, 8375, 12113, 9270, 8231, 8471, 8308, 8307, 8277, 9149, 7955, 8368, 12694, 8322, 12963, 8715, 8301, 8171, 8405, 8288, 8554, 10469, 8296, 8303, 6834, 8289, 7762, 8286, 9367, 8254, 8767, 11598, 8164, 8234, 8100, 8325, 8075, 8309, 11831, 9617, 10233, 11820, 8135, 8755, 8196, 8333, 8384, 8472, 12065, 9538, 8339, 10120, 8239, 7817, 8039, 8270, 9120, 8267, 14149, 10254, 8524, 10093, 7998, 8064, 8172, 8252, 8921, 8341, 12030, 9646, 8203, 7337, 8158, 8559, 8035, 8345, 12669, 8724, 14546, 10093, 8269, 7349, 8226, 7816, 7988, 8236, 10297, 8248, 9850, 7814, 8100, 7240, 8036, 8179, 8091, 8351, 13146, 10268, 8076, 10605, 7982, 8176, 7320, 8354, 10951, 8653, 10221, 12567, 8910, 12623, 7959, 8144, 8383, 8043, 9676, 8379, 8514, 11623, 8257, 13291, 8910, 8141, 7230, 7982, 7975, 8453, 8330, 12016, 8172, 12574, 9087, 8097, 7315, 8240, 8111, 8359, 8500, 11892, 8456, 8376, 7607, 8215, 7907, 8230, 8259, 8280, 8467, 13132, 10273, 10838, 10072, 8180, 7990, 8164, 8846, 8198, 8556, 12647, 9710, 10255, 7770, 8356, 7339, 8301, 8273, 8364, 8467, 12597, 8795, 10145, 8385, 8074, 8098, 8292, 10868, 8404, 12666, 9861, 8179, 8678, 8201, 7375, 8272, 8288, 8674, 8540, 11985, 9988, 8467, 9559, 8110, 8251, 8390, 8358, 12910, 8376, 13700, 11551, 12782, 9493, 8119, 8576, 8099, 9257, 8116, 8616, 9519, 8511, 10921, 8072, 8388, 8365, 8413, 8132, 8551, 11390, 9064, 9328, 10553, 8076, 7666, 8297, 8138, 8440, 8240, 11077, 8349, 11830, 9797, 8156, 7673, 8189, 8328, 7211, 8722, 12562, 9755, 8546, 11995, 8388, 8483, 7144, 8468, 9825, 8464, 13182, 10221, 9961, 14382, 10986, 10684, 8491, 8556, 8284, 8443, 8589, 8968, 8608, 11785, 8722, 13237, 9309, 8707, 7924, 8570, 8473, 8663, 8788, 7678, 8746, 11356, 9433, 8588, 9178, 8403, 8179, 8341, 8499, 8450, 8884, 12379, 9909, 8774, 10151, 8681, 9018, 8768, 8522, 8967, 8955, 12465, 8980, 13636, 9989, 8820, 8200, 8639, 8403, 8673, 10417, 8601, 9668, 12563, 8676, 11806, 8537, 8477, 8520, 8754, 8702, 8703, 11119, 8803, 11882, 9157, 8647, 7411, 8507, 7610, 8643, 8374, 10516, 8939, 12928, 9995, 8556, 7575, 8835, 7616, 8896, 11717, 8833, 8687, 12072, 8821, 13461, 8397, 8618, 7366, 8785, 9100, 8748, 11354, 8789, 10744, 10191, 8780, 8064, 8985, 7913, 8950, 7887, 9117, 8848, 12600, 8935, 8513, 7175, 8709, 7280, 8744, 10021, 8841, 9976, 14143, 8664, 12934, 8456, 8428, 8484, 8827, 10162, 8855, 13410, 10155, 13872, 10408, 8630, 7149, 8662, 8652, 8682, 8312, 8974, 8602, 8719, 7079, 8700, 7173, 8724, 8313, 8634, 8821, 13674, 10226, 12144, 9548, 8687, 8346, 8691, 9299, 8797, 8962, 13450, 8693, 10882, 8406, 8487, 7584, 8727, 9330, 8830, 11806, 9448, 8686, 8868, 8546, 8284, 6744, 8708, 8072, 8817, 9768, 10702, 8735, 11808, 8144, 8464, 9201, 8679, 12714, 9836, 11354, 14147, 9044, 12777, 7407, 8586, 7548, 8732, 8578, 8578, 8669, 11420, 8750, 11412, 7747, 8528, 7428, 8714, 8344, 7621, 8666, 11319, 9539, 11169, 7983, 8660, 8207, 8739, 9296, 10552, 8628, 13958, 10414, 8437, 10763, 7581, 8643, 8562, 11693, 9295], 'WindowCenter': [3837.0, 3779.0, 3818.0, 3764.0, 3762.0, 3761.0, 3760.0, 3802.0, 3782.0, 3803.0, 3792.0, 3760.0, 3780.0, 3748.0, 3758.0, 3747.0, 3761.0, 3771.0, 3772.0, 3772.0, 3805.0, 3794.0, 3785.0, 3783.0, 3760.0, 3760.0, 3782.0, 3761.0, 3793.0, 3783.0, 3762.0, 3804.0, 3751.0, 3762.0, 3760.0, 3760.0, 3759.0, 3793.0, 3772.0, 3782.0, 3792.0, 3760.0, 3759.0, 3738.0, 3758.0, 3768.0, 3749.0, 3759.0, 3791.0, 3770.0, 3769.0, 3760.0, 3759.0, 3768.0, 3748.0, 3748.0, 3790.0, 3770.0, 3780.0, 3792.0, 3749.0, 3779.0, 3748.0, 3758.0, 3747.0, 3760.0, 3759.0, 3771.0, 3759.0, 3802.0, 3760.0, 3769.0, 3760.0, 3771.0, 3773.0, 3771.0, 3801.0, 3781.0, 3759.0, 3748.0, 3760.0, 3759.0, 3760.0, 3772.0, 3803.0, 3783.0, 3771.0, 3807.0, 3774.0, 3761.0, 3759.0, 3771.0, 3759.0, 3771.0, 3771.0, 3793.0, 3783.0, 3760.0, 3760.0, 3759.0, 3768.0, 3759.0, 3759.0, 3791.0, 3771.0, 3781.0, 3792.0, 3771.0, 3769.0, 3759.0, 3759.0, 3770.0, 3761.0, 3793.0, 3782.0, 3760.0, 3794.0, 3761.0, 3759.0, 3770.0, 3773.0, 3802.0, 3782.0, 3771.0, 3804.0, 3783.0, 3760.0, 3750.0, 3759.0, 3758.0, 3760.0, 3760.0, 3804.0, 3783.0, 3771.0, 3792.0, 3761.0, 3759.0, 3759.0, 3747.0, 3791.0, 3769.0, 3790.0, 3770.0, 3747.0, 3779.0, 3747.0, 3745.0, 3745.0, 3745.0, 3745.0, 3756.0, 3778.0, 3759.0, 3757.0, 3737.0, 3758.0, 3748.0, 3785.0, 3783.0, 3772.0, 3760.0, 3792.0, 3770.0, 3760.0, 3738.0, 3758.0, 3769.0, 3760.0, 3792.0, 3772.0, 3759.0, 3780.0, 3759.0, 3748.0, 3759.0, 3759.0, 3758.0, 3758.0, 3790.0, 3771.0, 3769.0, 3759.0, 3759.0, 3747.0, 3757.0, 3757.0, 3769.0, 3770.0, 3791.0, 3782.0, 3761.0, 3771.0, 3760.0, 3759.0, 3760.0, 3759.0, 3793.0, 3783.0, 3783.0, 3794.0, 3761.0, 3782.0, 3759.0, 3748.0, 3747.0, 3748.0, 3769.0, 3761.0, 3781.0, 3792.0, 3760.0, 3781.0, 3748.0, 3747.0, 3746.0, 3746.0, 3767.0, 3747.0, 3791.0, 3771.0, 3780.0, 3769.0, 3747.0, 3747.0, 3759.0, 3755.0, 3756.0, 3756.0, 3779.0, 3770.0, 3769.0, 3780.0, 3760.0, 3769.0, 3758.0, 3757.0, 3747.0, 3758.0, 3780.0, 3771.0, 3770.0, 3792.0, 3782.0, 3771.0, 3749.0, 3759.0, 3769.0, 3770.0, 3760.0, 3792.0, 3761.0, 3803.0, 3782.0, 3761.0, 3749.0, 3759.0, 3758.0, 3758.0, 3758.0, 3790.0, 3760.0, 3790.0, 3758.0, 3748.0, 3736.0, 3757.0, 3756.0, 3748.0, 3757.0, 3779.0, 3758.0, 3791.0, 3759.0, 3746.0, 3747.0, 3782.0, 3803.0, 3760.0, 3770.0, 3803.0, 3783.0, 3772.0, 3761.0, 3761.0, 3773.0, 3762.0, 3774.0, 3762.0, 3775.0, 3763.0, 3795.0, 3761.0, 3793.0, 3748.0, 3790.0, 3734.0, 3767.0, 3754.0, 3764.0, 3731.0, 3731.0, 3731.0, 3732.0, 3743.0, 3733.0, 3744.0, 3766.0, 3746.0, 3777.0, 3755.0, 3744.0, 3756.0, 3746.0, 3746.0, 3746.0, 3748.0, 3768.0, 3760.0, 3759.0, 3792.0, 3771.0, 3769.0, 3749.0, 3758.0, 3758.0, 3748.0, 3758.0, 3769.0, 3758.0, 3792.0, 3771.0, 3760.0, 3770.0, 3759.0, 3748.0, 3748.0, 3758.0, 3768.0, 3759.0, 3780.0, 3770.0, 3759.0, 3790.0, 3759.0, 3759.0, 3736.0, 3758.0, 3759.0, 3760.0, 3771.0, 3792.0, 3783.0, 3772.0, 3761.0, 3772.0, 3761.0, 3794.0, 3783.0, 3783.0, 3805.0, 3783.0, 3761.0, 3761.0, 3761.0, 3772.0, 3761.0, 3761.0, 3805.0, 3795.0, 3762.0, 3782.0, 3760.0, 3759.0, 3748.0, 3758.0, 3794.0, 3783.0, 3771.0, 3802.0, 3769.0, 3757.0, 3736.0, 3758.0, 3747.0, 3759.0, 3759.0, 3791.0, 3771.0, 3803.0, 3781.0, 3760.0, 3748.0, 3759.0, 3758.0, 3758.0, 3759.0, 3791.0, 3782.0, 3760.0, 3792.0, 3761.0, 3759.0, 3748.0, 3759.0, 3770.0, 3760.0, 3759.0, 3802.0, 3781.0, 3791.0, 3760.0, 3759.0, 3748.0, 3760.0, 3759.0, 3782.0, 3771.0, 3803.0, 3791.0, 3760.0, 3760.0, 3760.0, 3758.0, 3760.0, 3759.0, 3780.0, 3760.0, 3792.0, 3782.0, 3758.0, 3748.0, 3759.0, 3757.0, 3748.0, 3769.0, 3780.0, 3771.0, 3760.0, 3792.0, 3761.0, 3760.0, 3759.0, 3759.0, 3780.0, 3771.0, 3782.0, 3803.0, 3782.0, 3781.0, 3749.0, 3759.0, 3779.0, 3760.0, 3759.0, 3801.0, 3782.0, 3781.0, 3769.0, 3760.0, 3758.0, 3760.0, 3759.0, 3770.0, 3771.0, 3802.0, 3782.0, 3770.0, 3781.0, 3761.0, 3760.0, 3748.0, 3770.0, 3771.0, 3762.0, 3793.0, 3783.0, 3772.0, 3804.0, 3782.0, 3769.0, 3758.0, 3747.0, 3757.0, 3748.0, 3779.0, 3770.0, 3780.0, 3792.0, 3749.0, 3769.0, 3758.0, 3746.0, 3746.0, 3757.0, 3768.0, 3759.0, 3791.0, 3770.0, 3759.0, 3761.0, 3771.0, 3759.0, 3760.0, 3769.0, 3760.0, 3759.0, 3793.0, 3760.0, 3792.0, 3759.0, 3757.0, 3757.0, 3745.0, 3746.0, 3757.0, 3778.0, 3759.0, 3758.0, 3738.0, 3758.0, 3748.0, 3759.0, 3768.0, 3760.0, 3770.0, 3791.0, 3760.0, 3759.0, 3759.0, 3758.0, 3759.0, 3759.0, 3790.0, 3770.0, 3780.0, 3791.0, 3760.0, 3769.0, 3759.0, 3757.0, 3758.0, 3758.0, 3790.0, 3781.0, 3760.0, 3781.0, 3761.0, 3760.0, 3761.0, 3760.0, 3771.0, 3761.0, 3804.0, 3783.0, 3761.0, 3782.0, 3760.0, 3747.0, 3758.0, 3758.0, 3769.0, 3760.0, 3792.0, 3782.0, 3771.0, 3750.0, 3760.0, 3758.0, 3760.0, 3760.0, 3803.0, 3771.0, 3803.0, 3782.0, 3760.0, 3748.0, 3759.0, 3748.0, 3759.0, 3759.0, 3781.0, 3760.0, 3781.0, 3761.0, 3760.0, 3749.0, 3761.0, 3760.0, 3761.0, 3761.0, 3803.0, 3783.0, 3761.0, 3783.0, 3762.0, 3760.0, 3750.0, 3760.0, 3780.0, 3772.0, 3782.0, 3794.0, 3761.0, 3793.0, 3750.0, 3748.0, 3747.0, 3747.0, 3767.0, 3758.0, 3758.0, 3779.0, 3759.0, 3791.0, 3759.0, 3748.0, 3736.0, 3747.0, 3746.0, 3759.0, 3758.0, 3790.0, 3758.0, 3790.0, 3768.0, 3747.0, 3737.0, 3757.0, 3757.0, 3759.0, 3758.0, 3791.0, 3760.0, 3759.0, 3760.0, 3770.0, 3759.0, 3760.0, 3759.0, 3760.0, 3760.0, 3803.0, 3782.0, 3781.0, 3781.0, 3760.0, 3748.0, 3759.0, 3758.0, 3759.0, 3759.0, 3792.0, 3771.0, 3780.0, 3749.0, 3759.0, 3738.0, 3759.0, 3759.0, 3760.0, 3759.0, 3793.0, 3761.0, 3781.0, 3760.0, 3758.0, 3758.0, 3758.0, 3780.0, 3759.0, 3791.0, 3770.0, 3758.0, 3758.0, 3758.0, 3747.0, 3760.0, 3770.0, 3771.0, 3771.0, 3793.0, 3783.0, 3773.0, 3783.0, 3763.0, 3761.0, 3760.0, 3760.0, 3793.0, 3761.0, 3804.0, 3793.0, 3792.0, 3771.0, 3747.0, 3747.0, 3747.0, 3756.0, 3746.0, 3745.0, 3767.0, 3757.0, 3768.0, 3747.0, 3746.0, 3746.0, 3746.0, 3747.0, 3758.0, 3779.0, 3770.0, 3769.0, 3780.0, 3759.0, 3747.0, 3758.0, 3745.0, 3758.0, 3758.0, 3790.0, 3759.0, 3791.0, 3781.0, 3760.0, 3749.0, 3759.0, 3758.0, 3749.0, 3769.0, 3803.0, 3783.0, 3772.0, 3794.0, 3773.0, 3773.0, 3751.0, 3772.0, 3781.0, 3762.0, 3805.0, 3795.0, 3782.0, 3804.0, 3782.0, 3770.0, 3759.0, 3759.0, 3745.0, 3747.0, 3756.0, 3758.0, 3757.0, 3778.0, 3759.0, 3790.0, 3757.0, 3757.0, 3745.0, 3756.0, 3744.0, 3756.0, 3755.0, 3746.0, 3769.0, 3791.0, 3770.0, 3770.0, 3770.0, 3760.0, 3758.0, 3759.0, 3769.0, 3759.0, 3771.0, 3792.0, 3783.0, 3772.0, 3793.0, 3772.0, 3771.0, 3771.0, 3760.0, 3771.0, 3771.0, 3793.0, 3774.0, 3805.0, 3783.0, 3771.0, 3759.0, 3759.0, 3747.0, 3760.0, 3779.0, 3759.0, 3769.0, 3792.0, 3760.0, 3791.0, 3759.0, 3757.0, 3757.0, 3755.0, 3757.0, 3757.0, 3779.0, 3770.0, 3791.0, 3770.0, 3758.0, 3748.0, 3758.0, 3747.0, 3759.0, 3759.0, 3780.0, 3770.0, 3792.0, 3782.0, 3760.0, 3749.0, 3769.0, 3747.0, 3769.0, 3779.0, 3769.0, 3758.0, 3791.0, 3770.0, 3802.0, 3760.0, 3758.0, 3737.0, 3759.0, 3757.0, 3760.0, 3781.0, 3761.0, 3781.0, 3770.0, 3759.0, 3759.0, 3782.0, 3758.0, 3769.0, 3758.0, 3771.0, 3771.0, 3792.0, 3771.0, 3760.0, 3750.0, 3772.0, 3749.0, 3770.0, 3780.0, 3771.0, 3781.0, 3804.0, 3761.0, 3792.0, 3761.0, 3759.0, 3759.0, 3757.0, 3768.0, 3757.0, 3789.0, 3769.0, 3789.0, 3779.0, 3758.0, 3735.0, 3757.0, 3755.0, 3757.0, 3757.0, 3769.0, 3771.0, 3771.0, 3749.0, 3772.0, 3751.0, 3772.0, 3760.0, 3772.0, 3771.0, 3804.0, 3784.0, 3793.0, 3771.0, 3770.0, 3758.0, 3758.0, 3767.0, 3758.0, 3758.0, 3791.0, 3759.0, 3779.0, 3759.0, 3757.0, 3747.0, 3758.0, 3768.0, 3770.0, 3791.0, 3771.0, 3759.0, 3770.0, 3771.0, 3759.0, 3738.0, 3770.0, 3758.0, 3772.0, 3782.0, 3793.0, 3771.0, 3794.0, 3762.0, 3761.0, 3771.0, 3770.0, 3792.0, 3782.0, 3781.0, 3803.0, 3770.0, 3791.0, 3739.0, 3759.0, 3747.0, 3759.0, 3758.0, 3759.0, 3759.0, 3781.0, 3761.0, 3792.0, 3749.0, 3771.0, 3750.0, 3771.0, 3760.0, 3761.0, 3771.0, 3793.0, 3784.0, 3793.0, 3762.0, 3771.0, 3771.0, 3771.0, 3770.0, 3793.0, 3770.0, 3814.0, 3794.0, 3773.0, 3792.0, 3749.0, 3770.0, 3759.0, 3792.0, 3771.0], 'WindowWidth': [8595.0, 8502.0, 8550.0, 8472.0, 8464.0, 8461.0, 8456.0, 8517.0, 8489.0, 8519.0, 8502.0, 8454.0, 8481.0, 8438.0, 8449.0, 8433.0, 8457.0, 8471.0, 8475.0, 8475.0, 8524.0, 8509.0, 8499.0, 8489.0, 8456.0, 8455.0, 8486.0, 8458.0, 8506.0, 8492.0, 8461.0, 8522.0, 8445.0, 8460.0, 8456.0, 8456.0, 8452.0, 8506.0, 8475.0, 8487.0, 8504.0, 8457.0, 8454.0, 8423.0, 8449.0, 8463.0, 8439.0, 8451.0, 8499.0, 8470.0, 8465.0, 8455.0, 8452.0, 8462.0, 8436.0, 8434.0, 8496.0, 8470.0, 8482.0, 8503.0, 8438.0, 8479.0, 8437.0, 8448.0, 8433.0, 8457.0, 8455.0, 8473.0, 8454.0, 8516.0, 8456.0, 8466.0, 8457.0, 8474.0, 8481.0, 8473.0, 8514.0, 8485.0, 8452.0, 8439.0, 8456.0, 8454.0, 8457.0, 8477.0, 8518.0, 8492.0, 8474.0, 8534.0, 8485.0, 8460.0, 8456.0, 8473.0, 8454.0, 8472.0, 8472.0, 8506.0, 8493.0, 8457.0, 8455.0, 8452.0, 8462.0, 8454.0, 8452.0, 8498.0, 8473.0, 8485.0, 8501.0, 8474.0, 8467.0, 8456.0, 8453.0, 8469.0, 8460.0, 8506.0, 8489.0, 8458.0, 8508.0, 8460.0, 8453.0, 8471.0, 8478.0, 8517.0, 8490.0, 8471.0, 8524.0, 8493.0, 8457.0, 8444.0, 8454.0, 8450.0, 8456.0, 8454.0, 8522.0, 8493.0, 8472.0, 8505.0, 8458.0, 8453.0, 8451.0, 8434.0, 8498.0, 8467.0, 8498.0, 8468.0, 8434.0, 8481.0, 8435.0, 8428.0, 8428.0, 8427.0, 8429.0, 8445.0, 8477.0, 8453.0, 8449.0, 8423.0, 8450.0, 8438.0, 8499.0, 8494.0, 8478.0, 8458.0, 8504.0, 8472.0, 8456.0, 8426.0, 8453.0, 8467.0, 8457.0, 8502.0, 8476.0, 8455.0, 8486.0, 8456.0, 8438.0, 8454.0, 8453.0, 8452.0, 8450.0, 8499.0, 8473.0, 8468.0, 8453.0, 8452.0, 8434.0, 8450.0, 8448.0, 8466.0, 8471.0, 8502.0, 8489.0, 8460.0, 8474.0, 8460.0, 8453.0, 8457.0, 8453.0, 8504.0, 8492.0, 8491.0, 8509.0, 8460.0, 8489.0, 8454.0, 8434.0, 8434.0, 8436.0, 8465.0, 8458.0, 8485.0, 8504.0, 8455.0, 8486.0, 8439.0, 8434.0, 8432.0, 8429.0, 8461.0, 8433.0, 8498.0, 8472.0, 8480.0, 8469.0, 8436.0, 8435.0, 8456.0, 8443.0, 8446.0, 8446.0, 8482.0, 8470.0, 8468.0, 8483.0, 8456.0, 8470.0, 8452.0, 8449.0, 8437.0, 8453.0, 8484.0, 8473.0, 8470.0, 8504.0, 8490.0, 8475.0, 8444.0, 8455.0, 8466.0, 8471.0, 8456.0, 8504.0, 8459.0, 8520.0, 8488.0, 8458.0, 8439.0, 8453.0, 8449.0, 8451.0, 8451.0, 8496.0, 8457.0, 8499.0, 8452.0, 8437.0, 8419.0, 8448.0, 8445.0, 8437.0, 8449.0, 8481.0, 8452.0, 8502.0, 8454.0, 8433.0, 8436.0, 8493.0, 8520.0, 8459.0, 8471.0, 8522.0, 8492.0, 8477.0, 8463.0, 8462.0, 8478.0, 8463.0, 8482.0, 8463.0, 8484.0, 8465.0, 8513.0, 8459.0, 8510.0, 8437.0, 8499.0, 8411.0, 8462.0, 8439.0, 8451.0, 8402.0, 8401.0, 8401.0, 8407.0, 8420.0, 8410.0, 8424.0, 8457.0, 8431.0, 8475.0, 8442.0, 8426.0, 8443.0, 8432.0, 8431.0, 8432.0, 8436.0, 8463.0, 8458.0, 8454.0, 8502.0, 8473.0, 8468.0, 8439.0, 8450.0, 8450.0, 8437.0, 8448.0, 8465.0, 8451.0, 8503.0, 8472.0, 8455.0, 8470.0, 8452.0, 8438.0, 8440.0, 8449.0, 8464.0, 8455.0, 8483.0, 8471.0, 8455.0, 8500.0, 8456.0, 8454.0, 8422.0, 8453.0, 8454.0, 8460.0, 8475.0, 8506.0, 8493.0, 8479.0, 8463.0, 8477.0, 8461.0, 8509.0, 8495.0, 8492.0, 8528.0, 8496.0, 8463.0, 8462.0, 8461.0, 8478.0, 8460.0, 8460.0, 8527.0, 8512.0, 8461.0, 8490.0, 8457.0, 8453.0, 8437.0, 8452.0, 8509.0, 8496.0, 8474.0, 8519.0, 8469.0, 8449.0, 8421.0, 8452.0, 8436.0, 8455.0, 8453.0, 8501.0, 8475.0, 8521.0, 8489.0, 8459.0, 8441.0, 8454.0, 8451.0, 8451.0, 8455.0, 8503.0, 8492.0, 8458.0, 8504.0, 8460.0, 8455.0, 8440.0, 8454.0, 8469.0, 8457.0, 8455.0, 8519.0, 8487.0, 8500.0, 8459.0, 8454.0, 8438.0, 8457.0, 8453.0, 8490.0, 8474.0, 8521.0, 8502.0, 8459.0, 8457.0, 8457.0, 8451.0, 8457.0, 8454.0, 8483.0, 8458.0, 8503.0, 8491.0, 8453.0, 8439.0, 8453.0, 8448.0, 8437.0, 8469.0, 8485.0, 8475.0, 8458.0, 8505.0, 8460.0, 8457.0, 8455.0, 8453.0, 8484.0, 8475.0, 8489.0, 8521.0, 8490.0, 8486.0, 8444.0, 8456.0, 8482.0, 8457.0, 8456.0, 8516.0, 8491.0, 8486.0, 8469.0, 8456.0, 8453.0, 8457.0, 8452.0, 8470.0, 8471.0, 8519.0, 8489.0, 8469.0, 8487.0, 8460.0, 8457.0, 8440.0, 8470.0, 8472.0, 8463.0, 8506.0, 8493.0, 8474.0, 8523.0, 8489.0, 8468.0, 8451.0, 8432.0, 8448.0, 8435.0, 8480.0, 8471.0, 8484.0, 8503.0, 8440.0, 8466.0, 8451.0, 8430.0, 8433.0, 8446.0, 8463.0, 8452.0, 8498.0, 8471.0, 8454.0, 8460.0, 8476.0, 8455.0, 8458.0, 8467.0, 8457.0, 8453.0, 8505.0, 8455.0, 8504.0, 8456.0, 8448.0, 8448.0, 8429.0, 8431.0, 8448.0, 8478.0, 8454.0, 8452.0, 8426.0, 8451.0, 8437.0, 8454.0, 8466.0, 8459.0, 8469.0, 8501.0, 8456.0, 8456.0, 8454.0, 8451.0, 8454.0, 8455.0, 8497.0, 8472.0, 8484.0, 8502.0, 8459.0, 8469.0, 8454.0, 8449.0, 8451.0, 8450.0, 8497.0, 8488.0, 8457.0, 8486.0, 8462.0, 8458.0, 8460.0, 8456.0, 8473.0, 8460.0, 8524.0, 8495.0, 8460.0, 8492.0, 8457.0, 8435.0, 8452.0, 8452.0, 8468.0, 8458.0, 8504.0, 8490.0, 8475.0, 8445.0, 8459.0, 8453.0, 8456.0, 8456.0, 8520.0, 8472.0, 8524.0, 8490.0, 8456.0, 8440.0, 8453.0, 8438.0, 8455.0, 8453.0, 8486.0, 8460.0, 8489.0, 8461.0, 8459.0, 8443.0, 8462.0, 8457.0, 8461.0, 8460.0, 8522.0, 8494.0, 8461.0, 8492.0, 8464.0, 8458.0, 8442.0, 8457.0, 8484.0, 8476.0, 8489.0, 8510.0, 8459.0, 8507.0, 8442.0, 8435.0, 8432.0, 8434.0, 8460.0, 8450.0, 8448.0, 8480.0, 8453.0, 8499.0, 8454.0, 8435.0, 8418.0, 8435.0, 8431.0, 8455.0, 8449.0, 8496.0, 8451.0, 8497.0, 8466.0, 8435.0, 8422.0, 8447.0, 8449.0, 8453.0, 8451.0, 8498.0, 8457.0, 8456.0, 8458.0, 8471.0, 8453.0, 8457.0, 8455.0, 8458.0, 8457.0, 8519.0, 8491.0, 8485.0, 8486.0, 8455.0, 8437.0, 8453.0, 8449.0, 8454.0, 8450.0, 8502.0, 8472.0, 8483.0, 8439.0, 8451.0, 8423.0, 8454.0, 8454.0, 8457.0, 8454.0, 8506.0, 8460.0, 8486.0, 8457.0, 8452.0, 8452.0, 8451.0, 8482.0, 8454.0, 8500.0, 8471.0, 8452.0, 8453.0, 8450.0, 8435.0, 8457.0, 8470.0, 8474.0, 8474.0, 8508.0, 8493.0, 8479.0, 8495.0, 8466.0, 8460.0, 8457.0, 8455.0, 8506.0, 8458.0, 8525.0, 8507.0, 8502.0, 8471.0, 8434.0, 8431.0, 8431.0, 8442.0, 8431.0, 8427.0, 8461.0, 8447.0, 8464.0, 8435.0, 8429.0, 8432.0, 8431.0, 8435.0, 8449.0, 8480.0, 8470.0, 8466.0, 8484.0, 8454.0, 8436.0, 8451.0, 8430.0, 8453.0, 8451.0, 8496.0, 8455.0, 8501.0, 8486.0, 8457.0, 8440.0, 8456.0, 8452.0, 8442.0, 8467.0, 8518.0, 8493.0, 8475.0, 8508.0, 8480.0, 8479.0, 8449.0, 8475.0, 8485.0, 8462.0, 8525.0, 8513.0, 8488.0, 8526.0, 8490.0, 8467.0, 8453.0, 8453.0, 8429.0, 8431.0, 8443.0, 8449.0, 8444.0, 8477.0, 8451.0, 8495.0, 8448.0, 8445.0, 8429.0, 8443.0, 8424.0, 8445.0, 8442.0, 8433.0, 8469.0, 8499.0, 8472.0, 8471.0, 8473.0, 8457.0, 8450.0, 8453.0, 8467.0, 8455.0, 8472.0, 8505.0, 8493.0, 8477.0, 8507.0, 8477.0, 8472.0, 8472.0, 8454.0, 8471.0, 8471.0, 8507.0, 8482.0, 8525.0, 8492.0, 8470.0, 8454.0, 8452.0, 8432.0, 8455.0, 8478.0, 8454.0, 8465.0, 8502.0, 8454.0, 8499.0, 8452.0, 8447.0, 8446.0, 8442.0, 8447.0, 8447.0, 8479.0, 8470.0, 8500.0, 8470.0, 8452.0, 8439.0, 8451.0, 8434.0, 8453.0, 8452.0, 8484.0, 8469.0, 8505.0, 8488.0, 8456.0, 8441.0, 8467.0, 8433.0, 8467.0, 8479.0, 8468.0, 8451.0, 8502.0, 8469.0, 8515.0, 8456.0, 8450.0, 8421.0, 8451.0, 8448.0, 8457.0, 8486.0, 8458.0, 8483.0, 8472.0, 8454.0, 8454.0, 8492.0, 8452.0, 8469.0, 8451.0, 8474.0, 8472.0, 8504.0, 8473.0, 8456.0, 8446.0, 8476.0, 8440.0, 8470.0, 8483.0, 8473.0, 8485.0, 8523.0, 8459.0, 8505.0, 8459.0, 8453.0, 8452.0, 8445.0, 8464.0, 8447.0, 8496.0, 8469.0, 8494.0, 8479.0, 8450.0, 8418.0, 8447.0, 8442.0, 8449.0, 8449.0, 8468.0, 8475.0, 8473.0, 8444.0, 8477.0, 8446.0, 8476.0, 8457.0, 8475.0, 8472.0, 8524.0, 8496.0, 8505.0, 8474.0, 8468.0, 8451.0, 8451.0, 8462.0, 8452.0, 8450.0, 8500.0, 8454.0, 8481.0, 8453.0, 8448.0, 8437.0, 8451.0, 8465.0, 8470.0, 8500.0, 8473.0, 8454.0, 8472.0, 8473.0, 8455.0, 8426.0, 8471.0, 8454.0, 8476.0, 8490.0, 8508.0, 8475.0, 8510.0, 8463.0, 8458.0, 8471.0, 8470.0, 8502.0, 8489.0, 8486.0, 8521.0, 8471.0, 8497.0, 8426.0, 8451.0, 8434.0, 8452.0, 8449.0, 8454.0, 8453.0, 8486.0, 8459.0, 8500.0, 8442.0, 8472.0, 8444.0, 8473.0, 8456.0, 8462.0, 8475.0, 8508.0, 8496.0, 8507.0, 8466.0, 8474.0, 8474.0, 8475.0, 8471.0, 8505.0, 8470.0, 8539.0, 8509.0, 8480.0, 8503.0, 8442.0, 8470.0, 8453.0, 8504.0, 8472.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.002379025906735752</td></tr>
<tr><td colspan=3>aqi</td><td>0.01880751626943005</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.734583462966846</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.262185561182573</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0319502821991713</td></tr>
<tr><td colspan=3>efc</td><td>0.4386</td></tr>
<tr><td colspan=3>fber</td><td>7411.9023</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12342776028748982</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.150259067357513</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5117871479665816</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4113254879640658</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8382174777861677</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2858184781495114</td></tr>
<tr><td colspan=3>gcor</td><td>0.0058363</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015131665393710136</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021538466215133667</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6817723259070663</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.4603</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.4982</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.8181</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310095.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>561.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.9308</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9558</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.4818</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3006.1175</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.6833</td></tr>
<tr><td colspan=3>tsnr</td><td>42.51647856098134</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>