ds005256-mriqc/sub-0074_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 7f5cfdd469 [DATALAD RUNCMD] Compute MRIQC for sub-0074
=== 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-0074 --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-0074",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:41 +02:00

616 lines
No EOL
143 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-0074_ses-04_task-fractional_acq-mb8_run-02_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-0074_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0074_suffix-bold_task-fractional" 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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0074_suffix-bold_task-fractional" 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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0074_suffix-bold_task-fractional" 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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0074_suffix-bold_task-fractional" 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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0074_suffix-bold_task-fractional" 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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0074_suffix-bold_task-fractional" 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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0074_suffix-bold_task-fractional" 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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-02_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-0074/ses-04/func/sub-0074_ses-04_task-fractional_acq-mb8_run-02_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>94de9aa6ff826a299dfb9396cd70694c</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>20:24:28.165000</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_VE11E_LATEST_20181129</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.996967, -0.0450047, 0.0634883, 0.0367314, 0.991358, 0.125941]</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-02_task-fractional_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.0982005</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7772, -7220, 591, -120, -213, -10, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a9c47e26-c1f0-4c7f-b9f8-781a513d69f6||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674790382385254, 0.09854762256145477, 0.18524044752120972, 101.73551940917969], [0.12074438482522964, 2.6597397327423096, 0.3327127993106842, -107.82709503173828], [0.1703345626592636, -0.33789026737213135, 2.673011064529419, -44.94767379760742], [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, 1322]</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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['202428.165000', '202428.625000', '202429.085000', '202429.545000', '202430.005000', '202430.465000', '202430.925000', '202431.385000', '202431.845000', '202432.305000', '202432.765000', '202433.225000', '202433.685000', '202434.145000', '202434.605000', '202435.065000', '202435.525000', '202435.985000', '202436.445000', '202436.905000', '202437.365000', '202437.825000', '202438.285000', '202438.745000', '202439.205000', '202439.665000', '202440.125000', '202440.585000', '202441.045000', '202441.505000', '202441.965000', '202442.425000', '202442.885000', '202443.345000', '202443.805000', '202444.265000', '202444.725000', '202445.185000', '202445.645000', '202446.105000', '202446.565000', '202447.025000', '202447.485000', '202447.945000', '202448.405000', '202448.865000', '202449.325000', '202449.785000', '202450.245000', '202450.705000', '202451.165000', '202451.625000', '202452.085000', '202452.545000', '202453.005000', '202453.465000', '202453.925000', '202454.385000', '202454.845000', '202455.305000', '202455.765000', '202456.225000', '202456.685000', '202457.145000', '202457.605000', '202458.065000', '202458.525000', '202458.985000', '202459.445000', '202459.905000', '202500.365000', '202500.825000', '202501.285000', '202501.745000', '202502.205000', '202502.665000', '202503.125000', '202503.585000', '202504.045000', '202504.505000', '202504.965000', '202505.425000', '202505.885000', '202506.345000', '202506.805000', '202507.265000', '202507.725000', '202508.185000', '202508.645000', '202509.105000', '202509.565000', '202510.025000', '202510.485000', '202510.945000', '202511.405000', '202511.865000', '202512.325000', '202512.785000', '202513.245000', '202513.705000', '202514.165000', '202514.625000', '202515.085000', '202515.545000', '202516.005000', '202516.465000', '202516.925000', '202517.385000', '202517.845000', '202518.305000', '202518.765000', '202519.225000', '202519.685000', '202520.145000', '202520.605000', '202521.065000', '202521.525000', '202521.985000', '202522.445000', '202522.905000', '202523.365000', '202523.825000', '202524.285000', '202524.745000', '202525.205000', '202525.665000', '202526.125000', '202526.585000', '202527.045000', '202527.505000', '202527.965000', '202528.425000', '202528.885000', '202529.345000', '202529.805000', '202530.265000', '202530.725000', '202531.185000', '202531.645000', '202532.105000', '202532.565000', '202533.025000', '202533.485000', '202533.945000', '202534.405000', '202534.865000', '202535.325000', '202535.785000', '202536.245000', '202536.705000', '202537.165000', '202537.625000', '202538.085000', '202538.545000', '202539.005000', '202539.465000', '202539.925000', '202540.385000', '202540.845000', '202541.305000', '202541.765000', '202542.225000', '202542.685000', '202543.145000', '202543.605000', '202544.065000', '202544.525000', '202544.985000', '202545.445000', '202545.905000', '202546.365000', '202546.825000', '202547.285000', '202547.745000', '202548.205000', '202548.665000', '202549.125000', '202549.585000', '202550.045000', '202550.505000', '202550.965000', '202551.425000', '202551.885000', '202552.345000', '202552.805000', '202553.265000', '202553.725000', '202554.185000', '202554.645000', '202555.105000', '202555.565000', '202556.025000', '202556.485000', '202556.945000', '202557.405000', '202557.865000', '202558.325000', '202558.785000', '202559.245000', '202559.705000', '202600.165000', '202600.625000', '202601.085000', '202601.545000', '202602.005000', '202602.465000', '202602.925000', '202603.385000', '202603.845000', '202604.305000', '202604.765000', '202605.225000', '202605.685000', '202606.145000', '202606.605000', '202607.065000', '202607.525000', '202607.985000', '202608.445000', '202608.905000', '202609.365000', '202609.825000', '202610.285000', '202610.745000', '202611.205000', '202611.665000', '202612.125000', '202612.585000', '202613.045000', '202613.505000', '202613.965000', '202614.425000', '202614.885000', '202615.345000', '202615.805000', '202616.265000', '202616.725000', '202617.185000', '202617.645000', '202618.105000', '202618.565000', '202619.025000', '202619.485000', '202619.945000', '202620.405000', '202620.865000', '202621.325000', '202621.785000', '202622.245000', '202622.705000', '202623.165000', '202623.625000', '202624.085000', '202624.545000', '202625.005000', '202625.465000', '202625.925000', '202626.385000', '202626.845000', '202627.305000', '202627.765000', '202628.225000', '202628.685000', '202629.145000', '202629.605000', '202630.065000', '202630.525000', '202630.985000', '202631.445000', '202631.905000', '202632.365000', '202632.825000', '202633.285000', '202633.745000', '202634.205000', '202634.665000', '202635.125000', '202635.585000', '202636.045000', '202636.505000', '202636.965000', '202637.425000', '202637.885000', '202638.345000', '202638.805000', '202639.265000', '202639.725000', '202640.185000', '202640.645000', '202641.105000', '202641.565000', '202642.025000', '202642.485000', '202642.945000', '202643.405000', '202643.865000', '202644.325000', '202644.785000', '202645.245000', '202645.705000', '202646.165000', '202646.625000', '202647.085000', '202647.545000', '202648.005000', '202648.465000', '202648.925000', '202649.385000', '202649.845000', '202650.305000', '202650.765000', '202651.225000', '202651.685000', '202652.145000', '202652.605000', '202653.065000', '202653.525000', '202653.985000', '202654.445000', '202654.905000', '202655.365000', '202655.825000', '202656.285000', '202656.745000', '202657.205000', '202657.665000', '202658.125000', '202658.585000', '202659.045000', '202659.505000', '202659.965000', '202700.425000', '202700.885000', '202701.345000', '202701.805000', '202702.265000', '202702.725000', '202703.185000', '202703.645000', '202704.105000', '202704.565000', '202705.025000', '202705.485000', '202705.945000', '202706.405000', '202706.865000', '202707.325000', '202707.785000', '202708.245000', '202708.705000', '202709.165000', '202709.625000', '202710.085000', '202710.545000', '202711.005000', '202711.465000', '202711.925000', '202712.385000', '202712.845000', '202713.305000', '202713.765000', '202714.225000', '202714.685000', '202715.145000', '202715.605000', '202716.065000', '202716.525000', '202716.985000', '202717.445000', '202717.905000', '202718.365000', '202718.825000', '202719.285000', '202719.745000', '202720.205000', '202720.665000', '202721.125000', '202721.585000', '202722.045000', '202722.505000', '202722.965000', '202723.425000', '202723.885000', '202724.345000', '202724.805000', '202725.265000', '202725.725000', '202726.185000', '202726.645000', '202727.105000', '202727.565000', '202728.025000', '202728.485000', '202728.945000', '202729.405000', '202729.865000', '202730.325000', '202730.785000', '202731.245000', '202731.705000', '202732.165000', '202732.625000', '202733.085000', '202733.545000', '202734.005000', '202734.465000', '202734.925000', '202735.385000', '202735.845000', '202736.305000', '202736.765000', '202737.225000', '202737.685000', '202738.145000', '202738.605000', '202739.065000', '202739.525000', '202739.985000', '202740.445000', '202740.905000', '202741.365000', '202741.825000', '202742.285000', '202742.745000', '202743.205000', '202743.665000', '202744.125000', '202744.585000', '202745.045000', '202745.505000', '202745.965000', '202746.425000', '202746.885000', '202747.345000', '202747.805000', '202748.265000', '202748.725000', '202749.185000', '202749.645000', '202750.105000', '202750.565000', '202751.025000', '202751.485000', '202751.945000', '202752.405000', '202752.865000', '202753.325000', '202753.785000', '202754.245000', '202754.705000', '202755.165000', '202755.625000', '202756.085000', '202756.545000', '202757.005000', '202757.465000', '202757.925000', '202758.385000', '202758.845000', '202759.305000', '202759.765000', '202800.225000', '202800.685000', '202801.145000', '202801.605000', '202802.065000', '202802.525000', '202802.985000', '202803.445000', '202803.905000', '202804.365000', '202804.825000', '202805.285000', '202805.745000', '202806.205000', '202806.665000', '202807.125000', '202807.585000', '202808.045000', '202808.505000', '202808.965000', '202809.425000', '202809.885000', '202810.345000', '202810.805000', '202811.265000', '202811.725000', '202812.185000', '202812.645000', '202813.105000', '202813.565000', '202814.025000', '202814.485000', '202814.945000', '202815.405000', '202815.865000', '202816.325000', '202816.785000', '202817.245000', '202817.705000', '202818.165000', '202818.625000', '202819.085000', '202819.545000', '202820.005000', '202820.465000', '202820.925000', '202821.385000', '202821.845000', '202822.305000', '202822.765000', '202823.225000', '202823.685000', '202824.145000', '202824.605000', '202825.065000', '202825.525000', '202825.985000', '202826.445000', '202826.905000', '202827.365000', '202827.825000', '202828.285000', '202828.745000', '202829.205000', '202829.665000', '202830.125000', '202830.585000', '202831.045000', '202831.505000', '202831.965000', '202832.425000', '202832.885000', '202833.345000', '202833.805000', '202834.265000', '202834.725000', '202835.185000', '202835.645000', '202836.105000', '202836.565000', '202837.025000', '202837.485000', '202837.945000', '202838.405000', '202838.865000', '202839.325000', '202839.785000', '202840.245000', '202840.705000', '202841.165000', '202841.625000', '202842.085000', '202842.545000', '202843.005000', '202843.465000', '202843.925000', '202844.385000', '202844.845000', '202845.305000', '202845.765000', '202846.225000', '202846.685000', '202847.145000', '202847.605000', '202848.065000', '202848.525000', '202848.985000', '202849.445000', '202849.905000', '202850.365000', '202850.825000', '202851.285000', '202851.745000', '202852.205000', '202852.665000', '202853.125000', '202853.585000', '202854.045000', '202854.505000', '202854.965000', '202855.425000', '202855.885000', '202856.345000', '202856.805000', '202857.265000', '202857.725000', '202858.185000', '202858.645000', '202859.105000', '202859.565000', '202900.025000', '202900.485000', '202900.945000', '202901.405000', '202901.865000', '202902.325000', '202902.785000', '202903.245000', '202903.705000', '202904.165000', '202904.625000', '202905.085000', '202905.545000', '202906.005000', '202906.465000', '202906.925000', '202907.385000', '202907.845000', '202908.305000', '202908.765000', '202909.225000', '202909.685000', '202910.145000', '202910.605000', '202911.065000', '202911.525000', '202911.985000', '202912.445000', '202912.905000', '202913.365000', '202913.825000', '202914.285000', '202914.745000', '202915.205000', '202915.665000', '202916.125000', '202916.585000', '202917.045000', '202917.505000', '202917.965000', '202918.425000', '202918.885000', '202919.345000', '202919.805000', '202920.265000', '202920.725000', '202921.185000', '202921.645000', '202922.105000', '202922.565000', '202923.025000', '202923.485000', '202923.945000', '202924.405000', '202924.865000', '202925.325000', '202925.785000', '202926.245000', '202926.705000', '202927.165000', '202927.625000', '202928.085000', '202928.545000', '202929.005000', '202929.465000', '202929.925000', '202930.385000', '202930.845000', '202931.305000', '202931.765000', '202932.225000', '202932.685000', '202933.145000', '202933.605000', '202934.065000', '202934.525000', '202934.985000', '202935.445000', '202935.905000', '202936.365000', '202936.825000', '202937.285000', '202937.745000', '202938.205000', '202938.665000', '202939.125000', '202939.585000', '202940.045000', '202940.505000', '202940.965000', '202941.425000', '202941.885000', '202942.345000', '202942.805000', '202943.265000', '202943.725000', '202944.185000', '202944.645000', '202945.105000', '202945.565000', '202946.025000', '202946.485000', '202946.945000', '202947.405000', '202947.865000', '202948.325000', '202948.785000', '202949.245000', '202949.705000', '202950.165000', '202950.625000', '202951.085000', '202951.545000', '202952.005000', '202952.465000', '202952.925000', '202953.385000', '202953.845000', '202954.305000', '202954.765000', '202955.225000', '202955.685000', '202956.145000', '202956.605000', '202957.065000', '202957.525000', '202957.985000', '202958.445000', '202958.905000', '202959.365000', '202959.825000', '203000.285000', '203000.745000', '203001.205000', '203001.665000', '203002.125000', '203002.585000', '203003.045000', '203003.505000', '203003.965000', '203004.425000', '203004.885000', '203005.345000', '203005.805000', '203006.265000', '203006.725000', '203007.185000', '203007.645000', '203008.105000', '203008.565000', '203009.025000', '203009.485000', '203009.945000', '203010.405000', '203010.865000', '203011.325000', '203011.785000', '203012.245000', '203012.705000', '203013.165000', '203013.625000', '203014.085000', '203014.545000', '203015.005000', '203015.465000', '203015.925000', '203016.385000', '203016.845000', '203017.305000', '203017.765000', '203018.225000', '203018.685000', '203019.145000', '203019.605000', '203020.065000', '203020.525000', '203020.985000', '203021.445000', '203021.905000', '203022.365000', '203022.825000', '203023.285000', '203023.745000', '203024.205000', '203024.665000', '203025.125000', '203025.585000', '203026.045000', '203026.505000', '203026.965000', '203027.425000', '203027.885000', '203028.345000', '203028.805000', '203029.265000', '203029.725000', '203030.185000', '203030.645000', '203031.105000', '203031.565000', '203032.025000', '203032.485000', '203032.945000', '203033.405000', '203033.865000', '203034.325000', '203034.785000', '203035.245000', '203035.705000', '203036.165000', '203036.625000', '203037.085000', '203037.545000', '203038.005000', '203038.465000', '203038.925000', '203039.385000', '203039.845000', '203040.305000', '203040.765000', '203041.225000', '203041.685000', '203042.145000', '203042.605000', '203043.065000', '203043.525000', '203043.985000', '203044.445000', '203044.905000', '203045.365000', '203045.825000', '203046.285000', '203046.745000', '203047.205000', '203047.665000', '203048.125000', '203048.585000', '203049.045000', '203049.505000', '203049.965000', '203050.425000', '203050.885000', '203051.345000', '203051.805000', '203052.265000', '203052.725000', '203053.185000', '203053.645000', '203054.105000', '203054.565000', '203055.025000', '203055.485000', '203055.945000', '203056.405000', '203056.865000', '203057.325000', '203057.785000', '203058.245000', '203058.705000', '203059.165000', '203059.625000', '203100.085000', '203100.545000', '203101.005000', '203101.465000', '203101.925000', '203102.385000', '203102.845000', '203103.305000', '203103.765000', '203104.225000', '203104.685000', '203105.145000', '203105.605000', '203106.065000', '203106.525000', '203106.985000', '203107.445000', '203107.905000', '203108.365000', '203108.825000', '203109.285000', '203109.745000', '203110.205000', '203110.665000', '203111.125000', '203111.585000', '203112.045000', '203112.505000', '203112.965000', '203113.425000', '203113.885000', '203114.345000', '203114.805000', '203115.265000', '203115.725000', '203116.185000', '203116.645000', '203117.105000', '203117.565000', '203118.025000', '203118.485000', '203118.945000', '203119.405000', '203119.865000', '203120.325000', '203120.785000', '203121.245000', '203121.705000', '203122.165000', '203122.625000', '203123.085000', '203123.545000', '203124.005000', '203124.465000', '203124.925000', '203125.385000', '203125.845000', '203126.305000', '203126.765000', '203127.225000', '203127.685000', '203128.145000', '203128.605000', '203129.065000', '203129.525000', '203129.985000', '203130.445000', '203130.905000', '203131.365000', '203131.825000', '203132.285000', '203132.745000', '203133.205000', '203133.665000', '203134.125000', '203134.585000', '203135.045000', '203135.505000', '203135.965000', '203136.425000', '203136.885000', '203137.345000', '203137.805000', '203138.265000', '203138.725000', '203139.185000', '203139.645000', '203140.105000', '203140.565000', '203141.025000', '203141.485000', '203141.945000', '203142.405000', '203142.865000', '203143.325000', '203143.785000', '203144.245000', '203144.705000', '203145.165000', '203145.625000', '203146.085000', '203146.545000', '203147.005000', '203147.465000', '203147.925000', '203148.385000', '203148.845000', '203149.305000', '203149.765000', '203150.225000', '203150.685000', '203151.145000', '203151.605000', '203152.065000', '203152.525000', '203152.985000', '203153.445000', '203153.905000', '203154.365000', '203154.825000', '203155.285000', '203155.745000', '203156.205000', '203156.665000', '203157.125000', '203157.585000', '203158.045000', '203158.505000', '203158.965000', '203159.425000', '203159.885000', '203200.345000', '203200.805000', '203201.265000', '203201.725000', '203202.185000', '203202.645000', '203203.105000', '203203.565000', '203204.025000', '203204.485000', '203204.945000', '203205.405000', '203205.865000', '203206.325000', '203206.785000', '203207.245000', '203207.705000', '203208.165000', '203208.625000', '203209.085000', '203209.545000', '203210.005000', '203210.465000', '203210.925000', '203211.385000', '203211.845000', '203212.305000', '203212.765000', '203213.225000', '203213.685000', '203214.145000', '203214.605000', '203215.065000', '203215.525000', '203215.985000', '203216.445000', '203216.905000', '203217.365000', '203217.825000', '203218.285000', '203218.745000', '203219.205000', '203219.665000', '203220.125000', '203220.585000', '203221.045000', '203221.505000', '203221.965000', '203222.425000', '203222.885000', '203223.345000', '203223.805000', '203224.265000', '203224.725000', '203225.185000', '203225.645000', '203226.105000', '203226.565000', '203227.025000', '203227.485000', '203227.945000', '203228.405000', '203228.865000', '203229.325000', '203229.785000', '203230.245000', '203230.705000', '203231.165000', '203231.625000', '203232.085000', '203232.545000', '203233.005000', '203233.465000', '203233.925000', '203234.385000', '203234.845000', '203235.305000', '203235.765000', '203236.225000', '203236.685000', '203237.145000', '203237.605000', '203238.065000', '203238.525000', '203238.985000', '203239.445000', '203239.905000', '203240.365000', '203240.825000', '203241.285000', '203241.745000', '203242.205000', '203242.665000', '203243.125000', '203243.585000', '203244.045000', '203244.505000', '203244.965000', '203245.425000', '203245.885000', '203246.345000', '203246.805000', '203247.265000', '203247.725000', '203248.185000', '203248.645000', '203249.105000', '203249.565000', '203250.025000', '203250.485000', '203250.945000', '203251.405000', '203251.865000', '203252.325000', '203252.785000', '203253.245000', '203253.705000', '203254.165000', '203254.625000', '203255.085000', '203255.545000', '203256.005000', '203256.465000', '203256.925000', '203257.385000', '203257.845000', '203258.305000', '203258.765000', '203259.225000', '203259.685000', '203300.145000', '203300.605000', '203301.065000', '203301.525000', '203301.985000', '203302.445000', '203302.905000', '203303.365000', '203303.825000', '203304.285000', '203304.745000', '203305.205000', '203305.665000', '203306.125000', '203306.585000', '203307.045000', '203307.505000', '203307.965000', '203308.425000', '203308.885000', '203309.345000', '203309.805000', '203310.265000', '203310.725000', '203311.185000', '203311.645000', '203312.105000', '203312.565000', '203313.025000', '203313.485000', '203313.945000', '203314.405000', '203314.865000', '203315.325000', '203315.785000', '203316.245000', '203316.705000', '203317.165000', '203317.625000', '203318.085000', '203318.545000', '203319.005000', '203319.465000', '203319.925000', '203320.385000', '203320.845000', '203321.305000', '203321.765000', '203322.225000', '203322.685000', '203323.145000', '203323.605000', '203324.065000', '203324.525000', '203324.985000', '203325.445000', '203325.905000', '203326.365000', '203326.825000', '203327.285000', '203327.745000', '203328.205000', '203328.665000', '203329.125000', '203329.585000', '203330.045000', '203330.505000', '203330.965000', '203331.425000', '203331.885000', '203332.345000', '203332.805000', '203333.265000', '203333.725000', '203334.185000', '203334.645000', '203335.105000', '203335.565000', '203336.025000', '203336.485000', '203336.945000', '203337.405000', '203337.865000', '203338.325000', '203338.785000', '203339.245000', '203339.705000', '203340.165000', '203340.625000', '203341.085000', '203341.545000', '203342.005000', '203342.465000', '203342.925000', '203343.385000', '203343.845000', '203344.305000', '203344.765000', '203345.225000', '203345.685000', '203346.145000', '203346.605000', '203347.065000', '203347.525000', '203347.985000', '203348.445000', '203348.905000', '203349.365000', '203349.825000', '203350.285000', '203350.745000', '203351.205000', '203351.665000', '203352.125000', '203352.585000', '203353.045000', '203353.505000', '203353.965000', '203354.425000', '203354.885000', '203355.345000', '203355.805000', '203356.265000', '203356.725000', '203357.185000', '203357.645000', '203358.105000', '203358.565000', '203359.025000', '203359.485000', '203359.945000', '203400.405000', '203400.865000', '203401.325000', '203401.785000', '203402.245000', '203402.705000', '203403.165000', '203403.625000', '203404.085000', '203404.545000', '203405.005000', '203405.465000', '203405.925000', '203406.385000', '203406.845000', '203407.305000', '203407.765000', '203408.225000', '203408.685000', '203409.145000', '203409.605000', '203410.065000', '203410.525000', '203410.985000', '203411.445000', '203411.905000', '203412.365000', '203412.825000', '203413.285000', '203413.745000', '203414.205000', '203414.665000', '203415.125000', '203415.585000', '203416.045000', '203416.505000', '203416.965000', '203417.425000', '203417.885000', '203418.345000', '203418.805000', '203419.265000', '203419.725000', '203420.185000', '203420.645000', '203421.105000', '203421.565000', '203422.025000', '203422.485000', '203422.945000', '203423.405000', '203423.865000', '203424.325000', '203424.785000', '203425.245000', '203425.705000', '203426.165000', '203426.625000', '203427.085000', '203427.545000', '203428.005000', '203428.465000', '203428.925000', '203429.385000', '203429.845000', '203430.305000', '203430.765000', '203431.225000', '203431.685000', '203432.145000', '203432.605000', '203433.065000', '203433.525000', '203433.985000', '203434.445000', '203434.905000', '203435.365000', '203435.825000'], 'ContentTime': ['202449.571000', '202449.574000', '202449.577000', '202449.579000', '202449.582000', '202449.584000', '202449.587000', '202449.589000', '202449.592000', '202449.595000', '202449.597000', '202449.600000', '202449.602000', '202449.605000', '202449.608000', '202449.610000', '202449.613000', '202449.615000', '202449.618000', '202449.620000', '202449.623000', '202449.625000', '202449.628000', '202449.630000', '202449.633000', '202449.635000', '202449.638000', '202449.641000', '202449.643000', '202449.646000', '202449.648000', '202449.651000', '202449.654000', '202449.656000', '202449.659000', '202449.661000', '202449.664000', '202449.666000', '202449.669000', '202449.671000', '202449.674000', '202449.677000', '202449.679000', '202449.682000', '202509.527000', '202509.530000', '202509.533000', '202509.535000', '202509.538000', '202509.540000', '202509.543000', '202509.546000', '202509.548000', '202509.551000', '202509.553000', '202509.556000', '202509.559000', '202509.561000', '202509.564000', '202509.566000', '202509.569000', '202509.571000', '202509.574000', '202509.585000', '202509.587000', '202509.590000', '202509.592000', '202509.595000', '202509.598000', '202509.600000', '202509.603000', '202509.606000', '202509.608000', '202509.611000', '202509.613000', '202509.616000', '202509.619000', '202509.621000', '202509.624000', '202509.626000', '202509.629000', '202509.631000', '202509.634000', '202509.645000', '202509.648000', '202509.650000', '202509.653000', '202509.655000', '202529.529000', '202529.531000', '202529.534000', '202529.536000', '202529.539000', '202529.542000', '202529.544000', '202529.547000', '202529.549000', '202529.552000', '202529.571000', '202529.574000', '202529.576000', '202529.579000', '202529.581000', '202529.584000', '202529.586000', '202529.589000', '202529.591000', '202529.594000', '202529.597000', '202529.599000', '202529.602000', '202529.604000', '202529.607000', '202529.609000', '202529.612000', '202529.614000', '202529.617000', '202529.620000', '202529.629000', '202529.632000', '202529.634000', '202529.637000', '202529.640000', '202529.642000', '202529.645000', '202529.647000', '202529.650000', '202529.653000', '202529.655000', '202529.658000', '202529.660000', '202549.527000', '202549.530000', '202549.533000', '202549.535000', '202549.538000', '202549.541000', '202549.543000', '202549.546000', '202549.548000', '202549.551000', '202549.561000', '202549.563000', '202549.566000', '202549.568000', '202549.571000', '202549.573000', '202549.576000', '202549.579000', '202549.581000', '202549.584000', '202549.586000', '202549.589000', '202549.591000', '202549.594000', '202549.596000', '202549.599000', '202549.602000', '202549.604000', '202549.607000', '202549.610000', '202549.612000', '202549.615000', '202549.617000', '202549.620000', '202549.622000', '202549.625000', '202549.627000', '202549.630000', '202549.633000', '202549.635000', '202549.638000', '202549.640000', '202549.643000', '202549.645000', '202609.528000', '202609.530000', '202609.533000', '202609.536000', '202609.538000', '202609.541000', '202609.543000', '202609.546000', '202609.548000', '202609.551000', '202609.554000', '202609.556000', '202609.562000', '202609.564000', '202609.567000', '202609.569000', '202609.572000', '202609.575000', '202609.577000', '202609.580000', '202609.583000', '202609.592000', '202609.594000', '202609.597000', '202609.600000', '202609.603000', '202609.605000', '202609.608000', '202609.611000', '202609.613000', '202609.616000', '202609.618000', '202609.621000', '202609.624000', '202609.626000', '202609.629000', '202609.632000', '202609.634000', '202609.637000', '202609.639000', '202609.642000', '202609.645000', '202609.647000', '202629.528000', '202629.531000', '202629.533000', '202629.536000', '202629.538000', '202629.541000', '202629.543000', '202629.546000', '202629.549000', '202629.567000', '202629.570000', '202629.573000', '202629.575000', '202629.578000', '202629.580000', '202629.583000', '202629.586000', '202629.588000', '202629.591000', '202629.594000', '202629.596000', '202629.599000', '202629.602000', '202629.604000', '202629.607000', '202629.610000', '202629.612000', '202629.615000', '202629.617000', '202629.620000', '202629.623000', '202629.626000', '202629.628000', '202629.631000', '202629.633000', '202629.636000', '202629.639000', '202629.641000', '202629.644000', '202629.646000', '202629.650000', '202629.652000', '202629.655000', '202629.657000', '202649.528000', '202649.530000', '202649.540000', '202649.543000', '202649.545000', '202649.548000', '202649.551000', '202649.553000', '202649.556000', '202649.559000', '202649.561000', '202649.564000', '202649.566000', '202649.569000', '202649.571000', '202649.574000', '202649.577000', '202649.579000', '202649.583000', '202649.586000', '202649.588000', '202649.591000', '202649.594000', '202649.602000', '202649.604000', '202649.607000', '202649.609000', '202649.612000', '202649.615000', '202649.617000', '202649.620000', '202649.622000', '202649.625000', '202649.627000', '202649.630000', '202649.633000', '202649.635000', '202649.638000', '202649.640000', '202649.643000', '202649.646000', '202649.648000', '202649.651000', '202709.527000', '202709.530000', '202709.532000', '202709.535000', '202709.537000', '202709.540000', '202709.542000', '202709.545000', '202709.548000', '202709.550000', '202709.553000', '202709.555000', '202709.558000', '202709.560000', '202709.563000', '202709.566000', '202709.568000', '202709.571000', '202709.573000', '202709.576000', '202709.578000', '202709.587000', '202709.589000', '202709.592000', '202709.594000', '202709.597000', '202709.600000', '202709.602000', '202709.605000', '202709.607000', '202709.610000', '202709.612000', '202709.615000', '202709.618000', '202709.620000', '202709.623000', '202709.627000', '202709.629000', '202709.632000', '202709.634000', '202709.637000', '202709.639000', '202709.642000', '202709.645000', '202729.528000', '202729.530000', '202729.533000', '202729.536000', '202729.538000', '202729.541000', '202729.543000', '202729.546000', '202729.549000', '202729.551000', '202729.554000', '202729.556000', '202729.559000', '202729.561000', '202729.564000', '202729.566000', '202729.569000', '202729.572000', '202729.579000', '202729.582000', '202729.590000', '202729.593000', '202729.596000', '202729.598000', '202729.601000', '202729.604000', '202729.606000', '202729.609000', '202729.612000', '202729.614000', '202729.617000', '202729.620000', '202729.622000', '202729.625000', '202729.628000', '202729.630000', '202729.633000', '202729.635000', '202729.638000', '202729.641000', '202729.643000', '202729.646000', '202729.648000', '202749.528000', '202749.531000', '202749.540000', '202749.543000', '202749.546000', '202749.548000', '202749.551000', '202749.554000', '202749.556000', '202749.559000', '202749.562000', '202749.564000', '202749.567000', '202749.569000', '202749.572000', '202749.575000', '202749.577000', '202749.580000', '202749.583000', '202749.585000', '202749.588000', '202749.590000', '202749.593000', '202749.597000', '202749.599000', '202749.602000', '202749.604000', '202749.607000', '202749.610000', '202749.612000', '202749.615000', '202749.618000', '202749.620000', '202749.623000', '202749.626000', '202749.628000', '202749.631000', '202749.633000', '202749.636000', '202749.639000', '202749.641000', '202749.644000', '202749.646000', '202809.528000', '202809.530000', '202809.533000', '202809.537000', '202809.539000', '202809.542000', '202809.544000', '202809.547000', '202809.550000', '202809.552000', '202809.555000', '202809.557000', '202809.560000', '202809.563000', '202809.565000', '202809.568000', '202809.571000', '202809.573000', '202809.576000', '202809.579000', '202809.582000', '202809.584000', '202809.587000', '202809.590000', '202809.592000', '202809.595000', '202809.598000', '202809.600000', '202809.603000', '202809.606000', '202809.608000', '202809.611000', '202809.614000', '202809.616000', '202809.619000', '202809.621000', '202809.624000', '202809.627000', '202809.629000', '202809.632000', '202809.634000', '202809.637000', '202809.639000', '202809.642000', '202829.528000', '202829.531000', '202829.533000', '202829.536000', '202829.539000', '202829.541000', '202829.544000', '202829.546000', '202829.549000', '202829.551000', '202829.554000', '202829.557000', '202829.559000', '202829.562000', '202829.564000', '202829.567000', '202829.570000', '202829.573000', '202829.575000', '202829.578000', '202829.581000', '202829.583000', '202829.586000', '202829.589000', '202829.591000', '202829.594000', '202829.597000', '202829.600000', '202829.602000', '202829.605000', '202829.607000', '202829.627000', '202829.630000', '202829.632000', '202829.635000', '202829.637000', '202829.640000', '202829.642000', '202829.645000', '202829.648000', '202829.650000', '202829.653000', '202829.655000', '202849.528000', '202849.530000', '202849.533000', '202849.536000', '202849.538000', '202849.541000', '202849.544000', '202849.546000', '202849.549000', '202849.551000', '202849.554000', '202849.556000', '202849.559000', '202849.562000', '202849.564000', '202849.567000', '202849.569000', '202849.572000', '202849.575000', '202849.577000', '202849.580000', '202849.582000', '202849.585000', '202849.587000', '202849.590000', '202849.593000', '202849.595000', '202849.598000', '202849.601000', '202849.603000', '202849.606000', '202849.609000', '202849.611000', '202849.614000', '202849.616000', '202849.619000', '202849.621000', '202849.624000', '202849.626000', '202849.629000', '202849.632000', '202849.634000', '202849.637000', '202849.639000', '202909.528000', '202909.530000', '202909.533000', '202909.536000', '202909.538000', '202909.541000', '202909.543000', '202909.546000', '202909.549000', '202909.551000', '202909.554000', '202909.556000', '202909.559000', '202909.562000', '202909.564000', '202909.567000', '202909.570000', '202909.572000', '202909.575000', '202909.577000', '202909.580000', '202909.583000', '202909.585000', '202909.588000', '202909.590000', '202909.593000', '202909.595000', '202909.598000', '202909.601000', '202909.603000', '202909.606000', '202909.609000', '202909.611000', '202909.614000', '202909.616000', '202909.619000', '202909.621000', '202909.631000', '202909.634000', '202909.636000', '202909.639000', '202909.641000', '202909.644000', '202929.527000', '202929.530000', '202929.533000', '202929.535000', '202929.539000', '202929.541000', '202929.544000', '202929.547000', '202929.549000', '202929.552000', '202929.554000', '202929.557000', '202929.560000', '202929.562000', '202929.565000', '202929.568000', '202929.570000', '202929.573000', '202929.575000', '202929.578000', '202929.581000', '202929.583000', '202929.586000', '202929.588000', '202929.591000', '202929.593000', '202929.596000', '202929.599000', '202929.601000', '202929.604000', '202929.607000', '202929.610000', '202929.612000', '202929.615000', '202929.617000', '202929.620000', '202929.622000', '202929.625000', '202929.627000', '202929.630000', '202929.632000', '202929.635000', '202929.638000', '202929.640000', '202949.528000', '202949.531000', '202949.533000', '202949.536000', '202949.538000', '202949.541000', '202949.543000', '202949.546000', '202949.549000', '202949.551000', '202949.554000', '202949.556000', '202949.559000', '202949.562000', '202949.564000', '202949.567000', '202949.569000', '202949.572000', '202949.575000', '202949.577000', '202949.580000', '202949.582000', '202949.585000', '202949.587000', '202949.590000', '202949.593000', '202949.595000', '202949.598000', '202949.601000', '202949.603000', '202949.606000', '202949.608000', '202949.611000', '202949.613000', '202949.616000', '202949.618000', '202949.621000', '202949.624000', '202949.626000', '202949.629000', '202949.632000', '202949.635000', '202949.637000', '203009.528000', '203009.530000', '203009.533000', '203009.536000', '203009.538000', '203009.541000', '203009.544000', '203009.546000', '203009.549000', '203009.551000', '203009.554000', '203009.556000', '203009.559000', '203009.562000', '203009.564000', '203009.567000', '203009.570000', '203009.572000', '203009.575000', '203009.577000', '203009.580000', '203009.582000', '203009.585000', '203009.588000', '203009.590000', '203009.593000', '203009.595000', '203009.598000', '203009.601000', '203009.603000', '203009.606000', '203009.608000', '203009.611000', '203009.614000', '203009.616000', '203009.619000', '203009.621000', '203009.624000', '203009.626000', '203009.629000', '203009.632000', '203009.634000', '203009.637000', '203009.639000', '203029.528000', '203029.531000', '203029.533000', '203029.536000', '203029.538000', '203029.541000', '203029.543000', '203029.546000', '203029.549000', '203029.551000', '203029.554000', '203029.556000', '203029.559000', '203029.562000', '203029.564000', '203029.567000', '203029.569000', '203029.572000', '203029.574000', '203029.577000', '203029.580000', '203029.582000', '203029.585000', '203029.587000', '203029.590000', '203029.592000', '203029.595000', '203029.598000', '203029.601000', '203029.603000', '203029.606000', '203029.608000', '203029.611000', '203029.613000', '203029.616000', '203029.619000', '203029.621000', '203029.624000', '203029.626000', '203029.637000', '203029.639000', '203029.642000', '203029.645000', '203049.527000', '203049.530000', '203049.533000', '203049.535000', '203049.538000', '203049.541000', '203049.543000', '203049.546000', '203049.548000', '203049.551000', '203049.554000', '203049.556000', '203049.559000', '203049.561000', '203049.564000', '203049.566000', '203049.569000', '203049.572000', '203049.574000', '203049.577000', '203049.579000', '203049.582000', '203049.584000', '203049.587000', '203049.589000', '203049.592000', '203049.595000', '203049.597000', '203049.600000', '203049.603000', '203049.605000', '203049.608000', '203049.610000', '203049.613000', '203049.615000', '203049.618000', '203049.621000', '203049.623000', '203049.626000', '203049.628000', '203049.631000', '203049.634000', '203049.636000', '203049.639000', '203109.529000', '203109.532000', '203109.534000', '203109.537000', '203109.539000', '203109.542000', '203109.545000', '203109.547000', '203109.550000', '203109.552000', '203109.555000', '203109.557000', '203109.560000', '203109.562000', '203109.565000', '203109.568000', '203109.570000', '203109.573000', '203109.575000', '203109.578000', '203109.581000', '203109.583000', '203109.586000', '203109.588000', '203109.591000', '203109.593000', '203109.596000', '203109.599000', '203109.610000', '203109.612000', '203109.615000', '203109.618000', '203109.620000', '203109.623000', '203109.625000', '203109.628000', '203109.630000', '203109.633000', '203109.636000', '203109.639000', '203109.642000', '203109.645000', '203109.648000', '203129.528000', '203129.531000', '203129.533000', '203129.536000', '203129.538000', '203129.541000', '203129.543000', '203129.546000', '203129.549000', '203129.551000', '203129.554000', '203129.556000', '203129.559000', '203129.562000', '203129.564000', '203129.567000', '203129.569000', '203129.572000', '203129.574000', '203129.577000', '203129.580000', '203129.582000', '203129.585000', '203129.587000', '203129.590000', '203129.593000', '203129.595000', '203129.598000', '203129.610000', '203129.613000', '203129.615000', '203129.618000', '203129.621000', '203129.623000', '203129.626000', '203129.628000', '203129.631000', '203129.634000', '203129.636000', '203129.639000', '203129.642000', '203129.644000', '203129.647000', '203149.527000', '203149.530000', '203149.533000', '203149.536000', '203149.538000', '203149.541000', '203149.543000', '203149.546000', '203149.548000', '203149.551000', '203149.554000', '203149.556000', '203149.559000', '203149.561000', '203149.564000', '203149.567000', '203149.569000', '203149.572000', '203149.574000', '203149.577000', '203149.579000', '203149.582000', '203149.585000', '203149.587000', '203149.590000', '203149.593000', '203149.595000', '203149.598000', '203149.600000', '203149.603000', '203149.606000', '203149.608000', '203149.611000', '203149.613000', '203149.616000', '203149.618000', '203149.621000', '203149.624000', '203149.626000', '203149.634000', '203149.637000', '203149.639000', '203149.642000', '203149.645000', '203209.528000', '203209.531000', '203209.533000', '203209.536000', '203209.538000', '203209.541000', '203209.543000', '203209.546000', '203209.549000', '203209.551000', '203209.554000', '203209.557000', '203209.559000', '203209.562000', '203209.564000', '203209.567000', '203209.569000', '203209.572000', '203209.574000', '203209.577000', '203209.580000', '203209.582000', '203209.585000', '203209.596000', '203209.599000', '203209.601000', '203209.604000', '203209.607000', '203209.609000', '203209.612000', '203209.615000', '203209.617000', '203209.620000', '203209.622000', '203209.625000', '203209.627000', '203209.630000', '203209.633000', '203209.635000', '203209.638000', '203209.640000', '203209.643000', '203209.646000', '203209.648000', '203229.528000', '203229.530000', '203229.533000', '203229.536000', '203229.538000', '203229.541000', '203229.543000', '203229.546000', '203229.549000', '203229.551000', '203229.554000', '203229.556000', '203229.559000', '203229.562000', '203229.564000', '203229.567000', '203229.569000', '203229.572000', '203229.574000', '203229.577000', '203229.580000', '203229.582000', '203229.585000', '203229.588000', '203229.590000', '203229.593000', '203229.595000', '203229.598000', '203229.601000', '203229.603000', '203229.606000', '203229.608000', '203229.611000', '203229.613000', '203229.616000', '203229.625000', '203229.628000', '203229.630000', '203229.633000', '203229.636000', '203229.638000', '203229.641000', '203229.643000', '203249.527000', '203249.530000', '203249.533000', '203249.536000', '203249.538000', '203249.541000', '203249.543000', '203249.546000', '203249.548000', '203249.551000', '203249.554000', '203249.556000', '203249.559000', '203249.561000', '203249.564000', '203249.567000', '203249.569000', '203249.572000', '203249.575000', '203249.577000', '203249.580000', '203249.582000', '203249.585000', '203249.588000', '203249.590000', '203249.593000', '203249.595000', '203249.598000', '203249.601000', '203249.603000', '203249.606000', '203249.608000', '203249.611000', '203249.613000', '203249.616000', '203249.619000', '203249.621000', '203249.624000', '203249.626000', '203249.629000', '203249.632000', '203249.634000', '203249.637000', '203249.639000', '203309.528000', '203309.530000', '203309.533000', '203309.536000', '203309.538000', '203309.541000', '203309.543000', '203309.546000', '203309.549000', '203309.551000', '203309.554000', '203309.556000', '203309.559000', '203309.561000', '203309.564000', '203309.567000', '203309.569000', '203309.572000', '203309.574000', '203309.577000', '203309.580000', '203309.582000', '203309.585000', '203309.587000', '203309.590000', '203309.593000', '203309.595000', '203309.598000', '203309.600000', '203309.603000', '203309.606000', '203309.608000', '203309.611000', '203309.613000', '203309.616000', '203309.619000', '203309.621000', '203309.624000', '203309.626000', '203309.629000', '203309.632000', '203309.634000', '203309.637000', '203329.528000', '203329.530000', '203329.533000', '203329.536000', '203329.538000', '203329.541000', '203329.544000', '203329.546000', '203329.549000', '203329.552000', '203329.560000', '203329.563000', '203329.566000', '203329.568000', '203329.571000', '203329.573000', '203329.576000', '203329.578000', '203329.581000', '203329.584000', '203329.586000', '203329.589000', '203329.591000', '203329.594000', '203329.597000', '203329.599000', '203329.602000', '203329.604000', '203329.607000', '203329.610000', '203329.612000', '203329.615000', '203329.618000', '203329.620000', '203329.623000', '203329.625000', '203329.628000', '203329.630000', '203329.633000', '203329.636000', '203329.638000', '203329.641000', '203329.643000', '203349.527000', '203349.530000', '203349.533000', '203349.536000', '203349.538000', '203349.541000', '203349.544000', '203349.546000', '203349.549000', '203349.551000', '203349.554000', '203349.556000', '203349.559000', '203349.562000', '203349.564000', '203349.567000', '203349.569000', '203349.572000', '203349.611000', '203349.613000', '203349.616000', '203349.619000', '203349.621000', '203349.624000', '203349.626000', '203349.629000', '203349.631000', '203349.634000', '203349.637000', '203349.639000', '203349.642000', '203349.644000', '203349.647000', '203349.650000', '203349.652000', '203349.655000', '203349.657000', '203349.660000', '203349.662000', '203349.665000', '203349.668000', '203349.670000', '203349.673000', '203349.675000', '203409.528000', '203409.530000', '203409.533000', '203409.536000', '203409.538000', '203409.541000', '203409.543000', '203409.546000', '203409.549000', '203409.551000', '203409.555000', '203409.558000', '203409.560000', '203409.563000', '203409.565000', '203409.568000', '203409.571000', '203409.573000', '203409.576000', '203409.579000', '203409.581000', '203409.588000', '203409.591000', '203409.593000', '203409.596000', '203409.599000', '203409.601000', '203409.604000', '203409.607000', '203409.609000', '203409.612000', '203409.615000', '203409.617000', '203409.620000', '203409.622000', '203409.625000', '203409.628000', '203409.635000', '203409.638000', '203409.641000', '203409.643000', '203409.646000', '203409.649000', '203409.651000', '203429.528000', '203429.531000', '203429.533000', '203429.536000', '203429.539000', '203429.541000', '203429.544000', '203429.546000', '203429.549000', '203429.552000', '203429.554000', '203429.557000', '203429.560000', '203429.562000', '203429.565000', '203429.568000', '203429.570000', '203429.573000', '203429.576000', '203429.578000', '203429.581000', '203429.583000', '203429.586000', '203429.589000', '203429.591000', '203429.594000', '203429.597000', '203429.599000', '203429.602000', '203429.605000', '203429.607000', '203429.610000', '203429.613000', '203429.615000', '203429.618000', '203429.620000', '203429.623000', '203429.626000', '203429.628000', '203429.631000', '203429.633000', '203429.636000', '203429.638000', '203437.112000', '203437.115000', '203437.117000', '203437.120000', '203437.122000', '203437.125000', '203437.128000', '203437.131000', '203437.134000', '203437.137000', '203437.140000', '203437.143000', '203437.146000', '203437.149000', '203437.152000', '203437.155000', '203437.157000'], 'InstanceCreationTime': ['202449.571000', '202449.574000', '202449.577000', '202449.579000', '202449.582000', '202449.584000', '202449.587000', '202449.589000', '202449.592000', '202449.595000', '202449.597000', '202449.600000', '202449.602000', '202449.605000', '202449.608000', '202449.610000', '202449.613000', '202449.615000', '202449.618000', '202449.620000', '202449.623000', '202449.625000', '202449.628000', '202449.630000', '202449.633000', '202449.635000', '202449.638000', '202449.641000', '202449.643000', '202449.646000', '202449.648000', '202449.651000', '202449.654000', '202449.656000', '202449.659000', '202449.661000', '202449.664000', '202449.666000', '202449.669000', '202449.671000', '202449.674000', '202449.677000', '202449.679000', '202449.682000', '202509.527000', '202509.530000', '202509.533000', '202509.535000', '202509.538000', '202509.540000', '202509.543000', '202509.546000', '202509.548000', '202509.551000', '202509.553000', '202509.556000', '202509.559000', '202509.561000', '202509.564000', '202509.566000', '202509.569000', '202509.571000', '202509.574000', '202509.585000', '202509.587000', '202509.590000', '202509.592000', '202509.595000', '202509.598000', '202509.600000', '202509.603000', '202509.606000', '202509.608000', '202509.611000', '202509.613000', '202509.616000', '202509.619000', '202509.621000', '202509.624000', '202509.626000', '202509.629000', '202509.631000', '202509.634000', '202509.645000', '202509.648000', '202509.650000', '202509.653000', '202509.655000', '202529.529000', '202529.531000', '202529.534000', '202529.536000', '202529.539000', '202529.542000', '202529.544000', '202529.547000', '202529.549000', '202529.552000', '202529.571000', '202529.574000', '202529.576000', '202529.579000', '202529.581000', '202529.584000', '202529.586000', '202529.589000', '202529.591000', '202529.594000', '202529.597000', '202529.599000', '202529.602000', '202529.604000', '202529.607000', '202529.609000', '202529.612000', '202529.614000', '202529.617000', '202529.620000', '202529.629000', '202529.632000', '202529.634000', '202529.637000', '202529.640000', '202529.642000', '202529.645000', '202529.647000', '202529.650000', '202529.653000', '202529.655000', '202529.658000', '202529.660000', '202549.527000', '202549.530000', '202549.533000', '202549.535000', '202549.538000', '202549.541000', '202549.543000', '202549.546000', '202549.548000', '202549.551000', '202549.561000', '202549.563000', '202549.566000', '202549.568000', '202549.571000', '202549.573000', '202549.576000', '202549.579000', '202549.581000', '202549.584000', '202549.586000', '202549.589000', '202549.591000', '202549.594000', '202549.596000', '202549.599000', '202549.602000', '202549.604000', '202549.607000', '202549.610000', '202549.612000', '202549.615000', '202549.617000', '202549.620000', '202549.622000', '202549.625000', '202549.627000', '202549.630000', '202549.633000', '202549.635000', '202549.638000', '202549.640000', '202549.643000', '202549.645000', '202609.528000', '202609.530000', '202609.533000', '202609.536000', '202609.538000', '202609.541000', '202609.543000', '202609.546000', '202609.548000', '202609.551000', '202609.554000', '202609.556000', '202609.562000', '202609.564000', '202609.567000', '202609.569000', '202609.572000', '202609.575000', '202609.577000', '202609.580000', '202609.583000', '202609.592000', '202609.594000', '202609.597000', '202609.600000', '202609.603000', '202609.605000', '202609.608000', '202609.611000', '202609.613000', '202609.616000', '202609.618000', '202609.621000', '202609.624000', '202609.626000', '202609.629000', '202609.632000', '202609.634000', '202609.637000', '202609.639000', '202609.642000', '202609.645000', '202609.647000', '202629.528000', '202629.531000', '202629.533000', '202629.536000', '202629.538000', '202629.541000', '202629.543000', '202629.546000', '202629.549000', '202629.567000', '202629.570000', '202629.573000', '202629.575000', '202629.578000', '202629.580000', '202629.583000', '202629.586000', '202629.588000', '202629.591000', '202629.594000', '202629.596000', '202629.599000', '202629.602000', '202629.604000', '202629.607000', '202629.610000', '202629.612000', '202629.615000', '202629.617000', '202629.620000', '202629.623000', '202629.626000', '202629.628000', '202629.631000', '202629.633000', '202629.636000', '202629.639000', '202629.641000', '202629.644000', '202629.646000', '202629.650000', '202629.652000', '202629.655000', '202629.657000', '202649.528000', '202649.530000', '202649.540000', '202649.543000', '202649.545000', '202649.548000', '202649.551000', '202649.553000', '202649.556000', '202649.559000', '202649.561000', '202649.564000', '202649.566000', '202649.569000', '202649.571000', '202649.574000', '202649.577000', '202649.579000', '202649.583000', '202649.586000', '202649.588000', '202649.591000', '202649.594000', '202649.602000', '202649.604000', '202649.607000', '202649.609000', '202649.612000', '202649.615000', '202649.617000', '202649.620000', '202649.622000', '202649.625000', '202649.627000', '202649.630000', '202649.633000', '202649.635000', '202649.638000', '202649.640000', '202649.643000', '202649.646000', '202649.648000', '202649.651000', '202709.527000', '202709.530000', '202709.532000', '202709.535000', '202709.537000', '202709.540000', '202709.542000', '202709.545000', '202709.548000', '202709.550000', '202709.553000', '202709.555000', '202709.558000', '202709.560000', '202709.563000', '202709.566000', '202709.568000', '202709.571000', '202709.573000', '202709.576000', '202709.578000', '202709.587000', '202709.589000', '202709.592000', '202709.594000', '202709.597000', '202709.600000', '202709.602000', '202709.605000', '202709.607000', '202709.610000', '202709.612000', '202709.615000', '202709.618000', '202709.620000', '202709.623000', '202709.627000', '202709.629000', '202709.632000', '202709.634000', '202709.637000', '202709.639000', '202709.642000', '202709.645000', '202729.528000', '202729.530000', '202729.533000', '202729.536000', '202729.538000', '202729.541000', '202729.543000', '202729.546000', '202729.549000', '202729.551000', '202729.554000', '202729.556000', '202729.559000', '202729.561000', '202729.564000', '202729.566000', '202729.569000', '202729.572000', '202729.579000', '202729.582000', '202729.590000', '202729.593000', '202729.596000', '202729.598000', '202729.601000', '202729.604000', '202729.606000', '202729.609000', '202729.612000', '202729.614000', '202729.617000', '202729.620000', '202729.622000', '202729.625000', '202729.628000', '202729.630000', '202729.633000', '202729.635000', '202729.638000', '202729.641000', '202729.643000', '202729.646000', '202729.648000', '202749.528000', '202749.531000', '202749.540000', '202749.543000', '202749.546000', '202749.548000', '202749.551000', '202749.554000', '202749.556000', '202749.559000', '202749.562000', '202749.564000', '202749.567000', '202749.569000', '202749.572000', '202749.575000', '202749.577000', '202749.580000', '202749.583000', '202749.585000', '202749.588000', '202749.590000', '202749.593000', '202749.597000', '202749.599000', '202749.602000', '202749.604000', '202749.607000', '202749.610000', '202749.612000', '202749.615000', '202749.618000', '202749.620000', '202749.623000', '202749.626000', '202749.628000', '202749.631000', '202749.633000', '202749.636000', '202749.639000', '202749.641000', '202749.644000', '202749.646000', '202809.528000', '202809.530000', '202809.533000', '202809.537000', '202809.539000', '202809.542000', '202809.544000', '202809.547000', '202809.550000', '202809.552000', '202809.555000', '202809.557000', '202809.560000', '202809.563000', '202809.565000', '202809.568000', '202809.571000', '202809.573000', '202809.576000', '202809.579000', '202809.582000', '202809.584000', '202809.587000', '202809.590000', '202809.592000', '202809.595000', '202809.598000', '202809.600000', '202809.603000', '202809.606000', '202809.608000', '202809.611000', '202809.614000', '202809.616000', '202809.619000', '202809.621000', '202809.624000', '202809.627000', '202809.629000', '202809.632000', '202809.634000', '202809.637000', '202809.639000', '202809.642000', '202829.528000', '202829.531000', '202829.533000', '202829.536000', '202829.539000', '202829.541000', '202829.544000', '202829.546000', '202829.549000', '202829.551000', '202829.554000', '202829.557000', '202829.559000', '202829.562000', '202829.564000', '202829.567000', '202829.570000', '202829.573000', '202829.575000', '202829.578000', '202829.581000', '202829.583000', '202829.586000', '202829.589000', '202829.591000', '202829.594000', '202829.597000', '202829.600000', '202829.602000', '202829.605000', '202829.607000', '202829.627000', '202829.630000', '202829.632000', '202829.635000', '202829.637000', '202829.640000', '202829.642000', '202829.645000', '202829.648000', '202829.650000', '202829.653000', '202829.655000', '202849.528000', '202849.530000', '202849.533000', '202849.536000', '202849.538000', '202849.541000', '202849.544000', '202849.546000', '202849.549000', '202849.551000', '202849.554000', '202849.556000', '202849.559000', '202849.562000', '202849.564000', '202849.567000', '202849.569000', '202849.572000', '202849.575000', '202849.577000', '202849.580000', '202849.582000', '202849.585000', '202849.587000', '202849.590000', '202849.593000', '202849.595000', '202849.598000', '202849.601000', '202849.603000', '202849.606000', '202849.609000', '202849.611000', '202849.614000', '202849.616000', '202849.619000', '202849.621000', '202849.624000', '202849.626000', '202849.629000', '202849.632000', '202849.634000', '202849.637000', '202849.639000', '202909.528000', '202909.530000', '202909.533000', '202909.536000', '202909.538000', '202909.541000', '202909.543000', '202909.546000', '202909.549000', '202909.551000', '202909.554000', '202909.556000', '202909.559000', '202909.562000', '202909.564000', '202909.567000', '202909.570000', '202909.572000', '202909.575000', '202909.577000', '202909.580000', '202909.583000', '202909.585000', '202909.588000', '202909.590000', '202909.593000', '202909.595000', '202909.598000', '202909.601000', '202909.603000', '202909.606000', '202909.609000', '202909.611000', '202909.614000', '202909.616000', '202909.619000', '202909.621000', '202909.631000', '202909.634000', '202909.636000', '202909.639000', '202909.641000', '202909.644000', '202929.527000', '202929.530000', '202929.533000', '202929.535000', '202929.539000', '202929.541000', '202929.544000', '202929.547000', '202929.549000', '202929.552000', '202929.554000', '202929.557000', '202929.560000', '202929.562000', '202929.565000', '202929.568000', '202929.570000', '202929.573000', '202929.575000', '202929.578000', '202929.581000', '202929.583000', '202929.586000', '202929.588000', '202929.591000', '202929.593000', '202929.596000', '202929.599000', '202929.601000', '202929.604000', '202929.607000', '202929.610000', '202929.612000', '202929.615000', '202929.617000', '202929.620000', '202929.622000', '202929.625000', '202929.627000', '202929.630000', '202929.632000', '202929.635000', '202929.638000', '202929.640000', '202949.528000', '202949.531000', '202949.533000', '202949.536000', '202949.538000', '202949.541000', '202949.543000', '202949.546000', '202949.549000', '202949.551000', '202949.554000', '202949.556000', '202949.559000', '202949.562000', '202949.564000', '202949.567000', '202949.569000', '202949.572000', '202949.575000', '202949.577000', '202949.580000', '202949.582000', '202949.585000', '202949.587000', '202949.590000', '202949.593000', '202949.595000', '202949.598000', '202949.601000', '202949.603000', '202949.606000', '202949.608000', '202949.611000', '202949.613000', '202949.616000', '202949.618000', '202949.621000', '202949.624000', '202949.626000', '202949.629000', '202949.632000', '202949.635000', '202949.637000', '203009.528000', '203009.530000', '203009.533000', '203009.536000', '203009.538000', '203009.541000', '203009.544000', '203009.546000', '203009.549000', '203009.551000', '203009.554000', '203009.556000', '203009.559000', '203009.562000', '203009.564000', '203009.567000', '203009.570000', '203009.572000', '203009.575000', '203009.577000', '203009.580000', '203009.582000', '203009.585000', '203009.588000', '203009.590000', '203009.593000', '203009.595000', '203009.598000', '203009.601000', '203009.603000', '203009.606000', '203009.608000', '203009.611000', '203009.614000', '203009.616000', '203009.619000', '203009.621000', '203009.624000', '203009.626000', '203009.629000', '203009.632000', '203009.634000', '203009.637000', '203009.639000', '203029.528000', '203029.531000', '203029.533000', '203029.536000', '203029.538000', '203029.541000', '203029.543000', '203029.546000', '203029.549000', '203029.551000', '203029.554000', '203029.556000', '203029.559000', '203029.562000', '203029.564000', '203029.567000', '203029.569000', '203029.572000', '203029.574000', '203029.577000', '203029.580000', '203029.582000', '203029.585000', '203029.587000', '203029.590000', '203029.592000', '203029.595000', '203029.598000', '203029.601000', '203029.603000', '203029.606000', '203029.608000', '203029.611000', '203029.613000', '203029.616000', '203029.619000', '203029.621000', '203029.624000', '203029.626000', '203029.637000', '203029.639000', '203029.642000', '203029.645000', '203049.527000', '203049.530000', '203049.533000', '203049.535000', '203049.538000', '203049.541000', '203049.543000', '203049.546000', '203049.548000', '203049.551000', '203049.554000', '203049.556000', '203049.559000', '203049.561000', '203049.564000', '203049.566000', '203049.569000', '203049.572000', '203049.574000', '203049.577000', '203049.579000', '203049.582000', '203049.584000', '203049.587000', '203049.589000', '203049.592000', '203049.595000', '203049.597000', '203049.600000', '203049.603000', '203049.605000', '203049.608000', '203049.610000', '203049.613000', '203049.615000', '203049.618000', '203049.621000', '203049.623000', '203049.626000', '203049.628000', '203049.631000', '203049.634000', '203049.636000', '203049.639000', '203109.529000', '203109.532000', '203109.534000', '203109.537000', '203109.539000', '203109.542000', '203109.545000', '203109.547000', '203109.550000', '203109.552000', '203109.555000', '203109.557000', '203109.560000', '203109.562000', '203109.565000', '203109.568000', '203109.570000', '203109.573000', '203109.575000', '203109.578000', '203109.581000', '203109.583000', '203109.586000', '203109.588000', '203109.591000', '203109.593000', '203109.596000', '203109.599000', '203109.610000', '203109.612000', '203109.615000', '203109.618000', '203109.620000', '203109.623000', '203109.625000', '203109.628000', '203109.630000', '203109.633000', '203109.636000', '203109.639000', '203109.642000', '203109.645000', '203109.648000', '203129.528000', '203129.531000', '203129.533000', '203129.536000', '203129.538000', '203129.541000', '203129.543000', '203129.546000', '203129.549000', '203129.551000', '203129.554000', '203129.556000', '203129.559000', '203129.562000', '203129.564000', '203129.567000', '203129.569000', '203129.572000', '203129.574000', '203129.577000', '203129.580000', '203129.582000', '203129.585000', '203129.587000', '203129.590000', '203129.593000', '203129.595000', '203129.598000', '203129.610000', '203129.613000', '203129.615000', '203129.618000', '203129.621000', '203129.623000', '203129.626000', '203129.628000', '203129.631000', '203129.634000', '203129.636000', '203129.639000', '203129.642000', '203129.644000', '203129.647000', '203149.527000', '203149.530000', '203149.533000', '203149.536000', '203149.538000', '203149.541000', '203149.543000', '203149.546000', '203149.548000', '203149.551000', '203149.554000', '203149.556000', '203149.559000', '203149.561000', '203149.564000', '203149.567000', '203149.569000', '203149.572000', '203149.574000', '203149.577000', '203149.579000', '203149.582000', '203149.585000', '203149.587000', '203149.590000', '203149.593000', '203149.595000', '203149.598000', '203149.600000', '203149.603000', '203149.606000', '203149.608000', '203149.611000', '203149.613000', '203149.616000', '203149.618000', '203149.621000', '203149.624000', '203149.626000', '203149.634000', '203149.637000', '203149.639000', '203149.642000', '203149.645000', '203209.528000', '203209.531000', '203209.533000', '203209.536000', '203209.538000', '203209.541000', '203209.543000', '203209.546000', '203209.549000', '203209.551000', '203209.554000', '203209.557000', '203209.559000', '203209.562000', '203209.564000', '203209.567000', '203209.569000', '203209.572000', '203209.574000', '203209.577000', '203209.580000', '203209.582000', '203209.585000', '203209.596000', '203209.599000', '203209.601000', '203209.604000', '203209.607000', '203209.609000', '203209.612000', '203209.615000', '203209.617000', '203209.620000', '203209.622000', '203209.625000', '203209.627000', '203209.630000', '203209.633000', '203209.635000', '203209.638000', '203209.640000', '203209.643000', '203209.646000', '203209.648000', '203229.528000', '203229.530000', '203229.533000', '203229.536000', '203229.538000', '203229.541000', '203229.543000', '203229.546000', '203229.549000', '203229.551000', '203229.554000', '203229.556000', '203229.559000', '203229.562000', '203229.564000', '203229.567000', '203229.569000', '203229.572000', '203229.574000', '203229.577000', '203229.580000', '203229.582000', '203229.585000', '203229.588000', '203229.590000', '203229.593000', '203229.595000', '203229.598000', '203229.601000', '203229.603000', '203229.606000', '203229.608000', '203229.611000', '203229.613000', '203229.616000', '203229.625000', '203229.628000', '203229.630000', '203229.633000', '203229.636000', '203229.638000', '203229.641000', '203229.643000', '203249.527000', '203249.530000', '203249.533000', '203249.536000', '203249.538000', '203249.541000', '203249.543000', '203249.546000', '203249.548000', '203249.551000', '203249.554000', '203249.556000', '203249.559000', '203249.561000', '203249.564000', '203249.567000', '203249.569000', '203249.572000', '203249.575000', '203249.577000', '203249.580000', '203249.582000', '203249.585000', '203249.588000', '203249.590000', '203249.593000', '203249.595000', '203249.598000', '203249.601000', '203249.603000', '203249.606000', '203249.608000', '203249.611000', '203249.613000', '203249.616000', '203249.619000', '203249.621000', '203249.624000', '203249.626000', '203249.629000', '203249.632000', '203249.634000', '203249.637000', '203249.639000', '203309.528000', '203309.530000', '203309.533000', '203309.536000', '203309.538000', '203309.541000', '203309.543000', '203309.546000', '203309.549000', '203309.551000', '203309.554000', '203309.556000', '203309.559000', '203309.561000', '203309.564000', '203309.567000', '203309.569000', '203309.572000', '203309.574000', '203309.577000', '203309.580000', '203309.582000', '203309.585000', '203309.587000', '203309.590000', '203309.593000', '203309.595000', '203309.598000', '203309.600000', '203309.603000', '203309.606000', '203309.608000', '203309.611000', '203309.613000', '203309.616000', '203309.619000', '203309.621000', '203309.624000', '203309.626000', '203309.629000', '203309.632000', '203309.634000', '203309.637000', '203329.528000', '203329.530000', '203329.533000', '203329.536000', '203329.538000', '203329.541000', '203329.544000', '203329.546000', '203329.549000', '203329.552000', '203329.560000', '203329.563000', '203329.566000', '203329.568000', '203329.571000', '203329.573000', '203329.576000', '203329.578000', '203329.581000', '203329.584000', '203329.586000', '203329.589000', '203329.591000', '203329.594000', '203329.597000', '203329.599000', '203329.602000', '203329.604000', '203329.607000', '203329.610000', '203329.612000', '203329.615000', '203329.618000', '203329.620000', '203329.623000', '203329.625000', '203329.628000', '203329.630000', '203329.633000', '203329.636000', '203329.638000', '203329.641000', '203329.643000', '203349.527000', '203349.530000', '203349.533000', '203349.536000', '203349.538000', '203349.541000', '203349.544000', '203349.546000', '203349.549000', '203349.551000', '203349.554000', '203349.556000', '203349.559000', '203349.562000', '203349.564000', '203349.567000', '203349.569000', '203349.572000', '203349.611000', '203349.613000', '203349.616000', '203349.619000', '203349.621000', '203349.624000', '203349.626000', '203349.629000', '203349.631000', '203349.634000', '203349.637000', '203349.639000', '203349.642000', '203349.644000', '203349.647000', '203349.650000', '203349.652000', '203349.655000', '203349.657000', '203349.660000', '203349.662000', '203349.665000', '203349.668000', '203349.670000', '203349.673000', '203349.675000', '203409.528000', '203409.530000', '203409.533000', '203409.536000', '203409.538000', '203409.541000', '203409.543000', '203409.546000', '203409.549000', '203409.551000', '203409.555000', '203409.558000', '203409.560000', '203409.563000', '203409.565000', '203409.568000', '203409.571000', '203409.573000', '203409.576000', '203409.579000', '203409.581000', '203409.588000', '203409.591000', '203409.593000', '203409.596000', '203409.599000', '203409.601000', '203409.604000', '203409.607000', '203409.609000', '203409.612000', '203409.615000', '203409.617000', '203409.620000', '203409.622000', '203409.625000', '203409.628000', '203409.635000', '203409.638000', '203409.641000', '203409.643000', '203409.646000', '203409.649000', '203409.651000', '203429.528000', '203429.531000', '203429.533000', '203429.536000', '203429.539000', '203429.541000', '203429.544000', '203429.546000', '203429.549000', '203429.552000', '203429.554000', '203429.557000', '203429.560000', '203429.562000', '203429.565000', '203429.568000', '203429.570000', '203429.573000', '203429.576000', '203429.578000', '203429.581000', '203429.583000', '203429.586000', '203429.589000', '203429.591000', '203429.594000', '203429.597000', '203429.599000', '203429.602000', '203429.605000', '203429.607000', '203429.610000', '203429.613000', '203429.615000', '203429.618000', '203429.620000', '203429.623000', '203429.626000', '203429.628000', '203429.631000', '203429.633000', '203429.636000', '203429.638000', '203437.112000', '203437.115000', '203437.117000', '203437.120000', '203437.122000', '203437.125000', '203437.128000', '203437.131000', '203437.134000', '203437.137000', '203437.140000', '203437.143000', '203437.146000', '203437.149000', '203437.152000', '203437.155000', '203437.157000'], '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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [15630, 9368, 12455, 8661, 11185, 8031, 10919, 8132, 9605, 8123, 9458, 8087, 9143, 11520, 9371, 10582, 8511, 10759, 8046, 10636, 8670, 9524, 8377, 9386, 12655, 8908, 11158, 8461, 9097, 7695, 9491, 11561, 9433, 10933, 9189, 9366, 8471, 9133, 8527, 9308, 12876, 8894, 10132, 8808, 9642, 7843, 9390, 8845, 9522, 11523, 9413, 10441, 8518, 10241, 8798, 9244, 8332, 9322, 7937, 9215, 11914, 9236, 10806, 8784, 10064, 9184, 10660, 8327, 9914, 8323, 9569, 8263, 9364, 13178, 9528, 11397, 8989, 10542, 8378, 10139, 8917, 9353, 9316, 9202, 7958, 9223, 12410, 9403, 9896, 8911, 9936, 9319, 10574, 8436, 9457, 8144, 9276, 8494, 8996, 12279, 9273, 12155, 8777, 10331, 8617, 9636, 9273, 9079, 9008, 9518, 11219, 8888, 11550, 9366, 9121, 8585, 9126, 8082, 9447, 9439, 9522, 11423, 9227, 11104, 9240, 10824, 8558, 9760, 8585, 9399, 8726, 9194, 12879, 9309, 12445, 9265, 10364, 9344, 10125, 8491, 10729, 8829, 9359, 8398, 9369, 8498, 9477, 10671, 9397, 11078, 9209, 10179, 8640, 9492, 8717, 9324, 8436, 9565, 9185, 9318, 9073, 9202, 9101, 9359, 13262, 9190, 12158, 9307, 9823, 8520, 9903, 8397, 9720, 8990, 8976, 8019, 9392, 8963, 9229, 8974, 9391, 8484, 9365, 12239, 9171, 12456, 9092, 10118, 8710, 10250, 8619, 9870, 9498, 9047, 8546, 9189, 9304, 9510, 9242, 9285, 9689, 8945, 10405, 8986, 9637, 9106, 9607, 8669, 10078, 8724, 9342, 8695, 9411, 7969, 9413, 10054, 9045, 12164, 9212, 9670, 8931, 10243, 9377, 10628, 8534, 9715, 8595, 9677, 8438, 9306, 8796, 9514, 13284, 9268, 12025, 9238, 11124, 8236, 9205, 8083, 9198, 10109, 8717, 10042, 8741, 9914, 8544, 9182, 8199, 9352, 8679, 8977, 8546, 9321, 8596, 10799, 8468, 11712, 8590, 11790, 8619, 9158, 8914, 9009, 9000, 9052, 12501, 9016, 10195, 9003, 9916, 8374, 8915, 8162, 8882, 7762, 8808, 12083, 8934, 10262, 9227, 10119, 7904, 8798, 9775, 8914, 10356, 8818, 11223, 8916, 11173, 8275, 9204, 7800, 8751, 9821, 8799, 13386, 8947, 10861, 8796, 10150, 7978, 9394, 9552, 9152, 11676, 8829, 11420, 8919, 10906, 8421, 9065, 8203, 8827, 10998, 8777, 10818, 9104, 9063, 8637, 9060, 8302, 8943, 12765, 8990, 10281, 9018, 9774, 8485, 9003, 14154, 9224, 11392, 8829, 10261, 8453, 9844, 8381, 9407, 8256, 9182, 8376, 9062, 10734, 9158, 12331, 9174, 11016, 9162, 11403, 8716, 12004, 8638, 9341, 9173, 9233, 12363, 9169, 13031, 9087, 9926, 9135, 10055, 8596, 9458, 8708, 9159, 8463, 9064, 12736, 8916, 10637, 9067, 10572, 8696, 10015, 8906, 9272, 7820, 9132, 9918, 8630, 9993, 8947, 9009, 8841, 9207, 8452, 9326, 8343, 8884, 11053, 9097, 11758, 8815, 11274, 8562, 9256, 8141, 9092, 7780, 8994, 11513, 8831, 11065, 9068, 10431, 9128, 10914, 8569, 9858, 8185, 9007, 10214, 8963, 12552, 8894, 11606, 8610, 9433, 7818, 8871, 8029, 8984, 8248, 9336, 7904, 8930, 10887, 9027, 9954, 8842, 10541, 8461, 9634, 9076, 8992, 11719, 9101, 11305, 8792, 11222, 8618, 10448, 8596, 9202, 7976, 8882, 11745, 9032, 12021, 9137, 10523, 8348, 10183, 8034, 9025, 8209, 9111, 11557, 8937, 10652, 9329, 9716, 8354, 9347, 8020, 9215, 10121, 9057, 12339, 8726, 10250, 9019, 10237, 8443, 9291, 7964, 8988, 7859, 8899, 11958, 9078, 10257, 8718, 10106, 8487, 10283, 8355, 9258, 8027, 9011, 7952, 8935, 13549, 8841, 12386, 8740, 11190, 8678, 11012, 8254, 9355, 7819, 8663, 7532, 8564, 13311, 9007, 11226, 8803, 11285, 8132, 10330, 7809, 8937, 8036, 8766, 11531, 8454, 13189, 9074, 11915, 8394, 9917, 7753, 8786, 8142, 9154, 7789, 8850, 9974, 9019, 11241, 8904, 9805, 9051, 10796, 8174, 10378, 7864, 9180, 8135, 8834, 13669, 8596, 12629, 9118, 12109, 8552, 10085, 7908, 9049, 11813, 8973, 12756, 8877, 10704, 8357, 9519, 8231, 9036, 7796, 8859, 10318, 8569, 10908, 8191, 9864, 8128, 9207, 8088, 8916, 12968, 8838, 11027, 8828, 11269, 8453, 10990, 8432, 9796, 8443, 9167, 8013, 8889, 8260, 9152, 8233, 9213, 8608, 8746, 14245, 9157, 12275, 8866, 11088, 9190, 10555, 9293, 8697, 9173, 8722, 9341, 8778, 9286, 8282, 9161, 8512, 8932, 14527, 9226, 12296, 9027, 10734, 8753, 10742, 9151, 9543, 9305, 9948, 8315, 9666, 8001, 9068, 7925, 8955, 8529, 8854, 10597, 8957, 9277, 8837, 10180, 8910, 11795, 8847, 11420, 9061, 10906, 9233, 10899, 8367, 12341, 8759, 9613, 7748, 9010, 8386, 8866, 11351, 8913, 11520, 8783, 11302, 8349, 10157, 8523, 9012, 8330, 8747, 10436, 8596, 12077, 8740, 10744, 9056, 10779, 8149, 10345, 8371, 9065, 7889, 8846, 7940, 8782, 11105, 8887, 12151, 8838, 11743, 8776, 11351, 8949, 10219, 8459, 9923, 7949, 8708, 8153, 8887, 8201, 9034, 7978, 8824, 12720, 8858, 12135, 9162, 11495, 8958, 11548, 8928, 11330, 9741, 10728, 9160, 10856, 9083, 11130, 9508, 10707, 9416, 10576, 9357, 10999, 8701, 10637, 8795, 9746, 8596, 9091, 7953, 9065, 7807, 9063, 8045, 8988, 8376, 8954, 10538, 9026, 9220, 9079, 11678, 8978, 11776, 9379, 10314, 8752, 10349, 8696, 9969, 8485, 8943, 8250, 9030, 8322, 8981, 11063, 8918, 9546, 9257, 10075, 8809, 12260, 8760, 11317, 8964, 11363, 8899, 11952, 8570, 10997, 8704, 9190, 7531, 9123, 8691, 9019, 8552, 9172, 8480, 8893, 10978, 8817, 11354, 8982, 12564, 8568, 12197, 9582, 11348, 8827, 11085, 8868, 11672, 9411, 10703, 9105, 11019, 8878, 11133, 8592, 11204, 8760, 10527, 8912, 11473, 8660, 11154, 9446, 10409, 9066, 11012, 8993, 11458, 8502, 10921, 8904, 9961, 7707, 9204, 8510, 8989, 8429, 9028, 10983, 8806, 11775, 8943, 11034, 8939, 11013, 8337, 11122, 8615, 10643, 8471, 9186, 7867, 9151, 8561, 9244, 8629, 9169, 8454, 9208, 11958, 9206, 12242, 9008, 11601, 8679, 11689, 9112, 10808, 9060, 11156, 8664, 10132, 9093, 11003, 8820, 11507, 9921, 11097, 9159, 11278, 8670, 11218, 8630, 10445, 8499, 9106, 8537, 9112, 8564, 9142, 8341, 9099, 9303, 8958, 11265, 9141, 9911, 9334, 10794, 8933, 11125, 9281, 10183, 9693, 10394, 9031, 10681, 8610, 12268, 8773, 8925, 8793, 9074, 12056, 9093, 11357, 9296, 10938, 9488, 11389, 9087, 10342, 9365, 9008, 8384, 9064, 9486, 9379, 8839, 9229, 9758, 9198, 12404, 9213, 12277, 9556, 10543, 9035, 10595, 9368, 9838, 9482, 9242, 9285, 9108, 11935, 9120, 13703, 9018, 11022, 9216, 11329, 9205, 12138, 9454, 9320, 9697, 9174, 8742, 9135, 10094, 9268, 10925, 9341, 11201, 9304, 10378, 9108, 10084, 9245, 9515, 9875, 9260, 9956, 9379, 9259, 9205, 9921, 9009, 9922, 9168, 10563, 9039, 11922, 9234, 10733, 9245, 11047, 9352, 11624, 9524, 10361, 9427, 10878, 9610, 11041, 9515, 10282, 9633, 10643, 9529, 11102, 9096, 10847, 9116, 9819, 9202, 9817, 8913, 9886, 9830, 9396, 9835, 9171, 9633, 9053, 10254, 9093, 10822, 9172, 10189, 9235, 11343, 9138, 11122, 9380, 10075, 9485, 11157, 9839, 11104, 9542, 9966, 9372, 10325, 9050, 10446, 9196, 10020, 9282, 9390, 9574, 10211, 9002, 10807, 9581, 9259, 9707, 9167, 12051, 9207, 10544, 9163, 12087, 9410, 11115, 9043, 9663, 9041, 9229, 9336, 9110, 12033, 9587, 10103, 9684, 9978, 9502, 9892, 9786, 10477, 10245, 9204, 9035, 9298, 9533, 9083, 10064, 9081, 9288, 9210, 12951, 9347, 15489, 9720, 12525, 9125, 12053, 9494, 11929, 8987, 12563, 9047, 10440, 8874, 10075, 9168, 11111, 9979, 9221, 10095, 8942, 9720, 9121, 10020, 9185, 9546, 9125, 11473, 9095, 12223, 8912, 10694, 9072, 11750, 9292, 10947, 9388, 10970, 9337, 11785, 9046, 11301, 8966, 10065, 9244, 10513, 9562, 10589, 9484, 9845, 8729, 9270, 9993, 9044, 12612, 9070, 11826, 9103, 11173, 9535, 11383, 9226, 9681, 9422, 9436, 9750, 9180, 9444, 9195, 9271, 9172, 11370, 9261, 11278, 9591, 10029, 9244, 10427, 9563, 9836, 9252, 10192, 9970, 8745, 10097, 9346, 9679, 9437, 9270, 9266, 12337, 9243, 12053, 9480, 10269, 9658, 10488, 9390, 9674, 9425, 9469, 11186, 9040, 11156, 9617, 11040, 9603, 9912, 9265, 10121, 9251, 10070, 9570, 9335, 9405, 9151, 14389, 9216, 12461, 9306, 10766, 9459, 9867, 9433, 9272, 9525, 9132, 9343, 9109, 12105, 8925, 11563, 9251, 11561, 9446, 9491, 9721, 9198, 9749, 9318, 9557, 9238, 9618, 9271, 10892, 9339, 11856, 9078, 11598, 9289, 11717, 9761, 12413, 9853, 9285, 9566, 9231, 9876, 9156, 10234, 9185, 10281, 9383, 11522, 9550, 10980, 9572, 10670, 9674, 11331, 9676, 10335, 9922, 9984, 9856, 9509, 10044, 9248, 10290, 9179, 10261, 9300, 11224, 9470, 10238, 9757, 10371, 9976, 9757, 9942, 9224, 10361, 9266, 10168, 9452, 10943, 9667, 10567, 9560, 10811, 9950, 11279, 9908, 10872, 9749, 10246, 9634, 11109, 9854, 10863, 9578, 10059, 9675, 10447, 9801, 10714, 9765, 12220, 9904, 9287, 9446, 9193, 9974, 9241, 10031, 9209, 9424, 9207, 10199, 9122, 10164, 9528, 10611, 9026, 11217, 9486, 10100, 9614, 10953, 9713, 10875, 9665, 9917, 9517, 10521, 9875, 10693, 9869, 10092, 9775, 9225, 9236, 9282, 9865, 9268, 11981, 9533, 11010, 9581, 10826, 10028], 'WindowCenter': [4409.0, 4325.0, 4349.0, 4288.0, 4317.0, 4280.0, 4316.0, 4265.0, 4297.0, 4271.0, 4293.0, 4273.0, 4297.0, 4311.0, 4290.0, 4303.0, 4281.0, 4305.0, 4266.0, 4302.0, 4277.0, 4295.0, 4274.0, 4279.0, 4318.0, 4274.0, 4301.0, 4261.0, 4271.0, 4251.0, 4282.0, 4296.0, 4280.0, 4292.0, 4272.0, 4270.0, 4259.0, 4283.0, 4262.0, 4278.0, 4309.0, 4270.0, 4281.0, 4270.0, 4280.0, 4252.0, 4285.0, 4270.0, 4280.0, 4301.0, 4283.0, 4292.0, 4260.0, 4290.0, 4260.0, 4268.0, 4262.0, 4284.0, 4251.0, 4282.0, 4306.0, 4284.0, 4302.0, 4272.0, 4291.0, 4284.0, 4289.0, 4262.0, 4282.0, 4262.0, 4281.0, 4263.0, 4283.0, 4319.0, 4281.0, 4302.0, 4270.0, 4291.0, 4263.0, 4292.0, 4268.0, 4287.0, 4283.0, 4279.0, 4253.0, 4283.0, 4310.0, 4282.0, 4279.0, 4274.0, 4290.0, 4285.0, 4306.0, 4262.0, 4281.0, 4264.0, 4280.0, 4272.0, 4283.0, 4311.0, 4283.0, 4312.0, 4274.0, 4292.0, 4272.0, 4283.0, 4268.0, 4270.0, 4258.0, 4284.0, 4297.0, 4272.0, 4312.0, 4282.0, 4268.0, 4273.0, 4267.0, 4263.0, 4278.0, 4273.0, 4283.0, 4302.0, 4274.0, 4288.0, 4267.0, 4289.0, 4259.0, 4278.0, 4258.0, 4272.0, 4261.0, 4282.0, 4310.0, 4267.0, 4297.0, 4266.0, 4281.0, 4266.0, 4278.0, 4259.0, 4289.0, 4261.0, 4271.0, 4260.0, 4284.0, 4259.0, 4280.0, 4277.0, 4265.0, 4288.0, 4257.0, 4276.0, 4260.0, 4270.0, 4259.0, 4270.0, 4262.0, 4279.0, 4269.0, 4268.0, 4256.0, 4272.0, 4261.0, 4269.0, 4308.0, 4272.0, 4297.0, 4266.0, 4268.0, 4259.0, 4281.0, 4251.0, 4268.0, 4261.0, 4268.0, 4251.0, 4270.0, 4272.0, 4282.0, 4272.0, 4281.0, 4256.0, 4267.0, 4309.0, 4270.0, 4306.0, 4269.0, 4279.0, 4261.0, 4282.0, 4259.0, 4281.0, 4272.0, 4261.0, 4259.0, 4271.0, 4268.0, 4278.0, 4271.0, 4271.0, 4271.0, 4270.0, 4290.0, 4271.0, 4278.0, 4271.0, 4281.0, 4259.0, 4283.0, 4274.0, 4281.0, 4260.0, 4283.0, 4252.0, 4283.0, 4280.0, 4274.0, 4311.0, 4279.0, 4281.0, 4267.0, 4290.0, 4278.0, 4289.0, 4274.0, 4283.0, 4271.0, 4278.0, 4259.0, 4284.0, 4264.0, 4284.0, 4319.0, 4273.0, 4309.0, 4272.0, 4288.0, 4261.0, 4272.0, 4246.0, 4268.0, 4276.0, 4258.0, 4281.0, 4267.0, 4282.0, 4262.0, 4283.0, 4261.0, 4285.0, 4286.0, 4281.0, 4283.0, 4283.0, 4273.0, 4301.0, 4270.0, 4317.0, 4273.0, 4309.0, 4269.0, 4271.0, 4273.0, 4274.0, 4268.0, 4272.0, 4311.0, 4271.0, 4292.0, 4269.0, 4283.0, 4263.0, 4272.0, 4259.0, 4281.0, 4262.0, 4283.0, 4321.0, 4281.0, 4291.0, 4284.0, 4303.0, 4259.0, 4282.0, 4294.0, 4286.0, 4291.0, 4284.0, 4313.0, 4284.0, 4318.0, 4275.0, 4282.0, 4254.0, 4276.0, 4291.0, 4276.0, 4332.0, 4275.0, 4303.0, 4274.0, 4291.0, 4264.0, 4281.0, 4284.0, 4282.0, 4304.0, 4274.0, 4300.0, 4273.0, 4304.0, 4259.0, 4274.0, 4260.0, 4285.0, 4298.0, 4270.0, 4304.0, 4273.0, 4270.0, 4270.0, 4286.0, 4264.0, 4285.0, 4321.0, 4276.0, 4292.0, 4268.0, 4294.0, 4257.0, 4271.0, 4323.0, 4274.0, 4300.0, 4268.0, 4289.0, 4263.0, 4291.0, 4258.0, 4282.0, 4262.0, 4284.0, 4260.0, 4283.0, 4299.0, 4284.0, 4315.0, 4280.0, 4288.0, 4273.0, 4300.0, 4259.0, 4310.0, 4262.0, 4269.0, 4271.0, 4266.0, 4301.0, 4266.0, 4311.0, 4257.0, 4281.0, 4272.0, 4280.0, 4262.0, 4282.0, 4264.0, 4280.0, 4253.0, 4269.0, 4309.0, 4271.0, 4287.0, 4268.0, 4292.0, 4261.0, 4279.0, 4261.0, 4267.0, 4235.0, 4272.0, 4278.0, 4263.0, 4282.0, 4273.0, 4272.0, 4269.0, 4281.0, 4260.0, 4282.0, 4260.0, 4286.0, 4300.0, 4273.0, 4316.0, 4273.0, 4302.0, 4263.0, 4275.0, 4253.0, 4273.0, 4254.0, 4276.0, 4314.0, 4285.0, 4300.0, 4286.0, 4293.0, 4286.0, 4303.0, 4276.0, 4291.0, 4260.0, 4287.0, 4296.0, 4271.0, 4312.0, 4276.0, 4305.0, 4264.0, 4272.0, 4243.0, 4269.0, 4254.0, 4276.0, 4264.0, 4286.0, 4266.0, 4284.0, 4298.0, 4288.0, 4293.0, 4287.0, 4309.0, 4266.0, 4296.0, 4277.0, 4288.0, 4316.0, 4275.0, 4301.0, 4276.0, 4303.0, 4273.0, 4292.0, 4266.0, 4286.0, 4251.0, 4276.0, 4314.0, 4272.0, 4311.0, 4270.0, 4291.0, 4265.0, 4292.0, 4254.0, 4273.0, 4248.0, 4269.0, 4299.0, 4269.0, 4289.0, 4282.0, 4285.0, 4263.0, 4273.0, 4253.0, 4282.0, 4295.0, 4271.0, 4311.0, 4263.0, 4282.0, 4273.0, 4293.0, 4250.0, 4273.0, 4249.0, 4271.0, 4252.0, 4274.0, 4299.0, 4272.0, 4283.0, 4265.0, 4291.0, 4274.0, 4289.0, 4264.0, 4280.0, 4255.0, 4283.0, 4264.0, 4283.0, 4320.0, 4286.0, 4322.0, 4276.0, 4303.0, 4270.0, 4306.0, 4260.0, 4282.0, 4255.0, 4272.0, 4253.0, 4277.0, 4325.0, 4275.0, 4300.0, 4273.0, 4300.0, 4265.0, 4293.0, 4255.0, 4272.0, 4254.0, 4275.0, 4302.0, 4261.0, 4319.0, 4276.0, 4301.0, 4264.0, 4292.0, 4254.0, 4272.0, 4254.0, 4282.0, 4251.0, 4273.0, 4282.0, 4286.0, 4299.0, 4284.0, 4296.0, 4281.0, 4303.0, 4276.0, 4303.0, 4265.0, 4281.0, 4250.0, 4272.0, 4320.0, 4272.0, 4312.0, 4271.0, 4308.0, 4261.0, 4280.0, 4248.0, 4270.0, 4302.0, 4259.0, 4309.0, 4269.0, 4290.0, 4262.0, 4268.0, 4249.0, 4262.0, 4242.0, 4262.0, 4278.0, 4263.0, 4290.0, 4262.0, 4280.0, 4252.0, 4267.0, 4241.0, 4273.0, 4311.0, 4272.0, 4287.0, 4270.0, 4289.0, 4260.0, 4303.0, 4260.0, 4283.0, 4259.0, 4271.0, 4251.0, 4280.0, 4263.0, 4282.0, 4264.0, 4283.0, 4262.0, 4272.0, 4331.0, 4284.0, 4308.0, 4284.0, 4313.0, 4282.0, 4301.0, 4280.0, 4276.0, 4284.0, 4277.0, 4284.0, 4275.0, 4284.0, 4263.0, 4270.0, 4261.0, 4272.0, 4322.0, 4272.0, 4297.0, 4260.0, 4288.0, 4263.0, 4288.0, 4269.0, 4269.0, 4272.0, 4279.0, 4264.0, 4284.0, 4263.0, 4275.0, 4266.0, 4272.0, 4274.0, 4284.0, 4291.0, 4276.0, 4269.0, 4273.0, 4292.0, 4286.0, 4312.0, 4284.0, 4303.0, 4272.0, 4303.0, 4283.0, 4301.0, 4259.0, 4309.0, 4264.0, 4283.0, 4253.0, 4269.0, 4265.0, 4272.0, 4288.0, 4270.0, 4297.0, 4262.0, 4300.0, 4258.0, 4294.0, 4262.0, 4273.0, 4252.0, 4261.0, 4290.0, 4262.0, 4299.0, 4251.0, 4292.0, 4271.0, 4291.0, 4254.0, 4291.0, 4258.0, 4261.0, 4254.0, 4275.0, 4264.0, 4276.0, 4300.0, 4286.0, 4311.0, 4273.0, 4312.0, 4270.0, 4305.0, 4270.0, 4295.0, 4264.0, 4290.0, 4266.0, 4271.0, 4264.0, 4280.0, 4263.0, 4285.0, 4264.0, 4284.0, 4322.0, 4282.0, 4316.0, 4287.0, 4316.0, 4299.0, 4313.0, 4285.0, 4315.0, 4285.0, 4306.0, 4295.0, 4303.0, 4283.0, 4313.0, 4294.0, 4304.0, 4282.0, 4304.0, 4286.0, 4307.0, 4276.0, 4294.0, 4274.0, 4283.0, 4273.0, 4273.0, 4264.0, 4282.0, 4255.0, 4285.0, 4264.0, 4284.0, 4272.0, 4287.0, 4304.0, 4287.0, 4282.0, 4284.0, 4313.0, 4288.0, 4313.0, 4282.0, 4293.0, 4271.0, 4293.0, 4275.0, 4294.0, 4273.0, 4276.0, 4262.0, 4286.0, 4264.0, 4282.0, 4302.0, 4283.0, 4283.0, 4285.0, 4284.0, 4287.0, 4322.0, 4277.0, 4305.0, 4286.0, 4314.0, 4282.0, 4311.0, 4277.0, 4304.0, 4275.0, 4284.0, 4250.0, 4286.0, 4269.0, 4280.0, 4274.0, 4287.0, 4272.0, 4282.0, 4306.0, 4286.0, 4305.0, 4286.0, 4310.0, 4275.0, 4309.0, 4281.0, 4302.0, 4270.0, 4299.0, 4274.0, 4302.0, 4285.0, 4294.0, 4272.0, 4302.0, 4273.0, 4303.0, 4273.0, 4300.0, 4275.0, 4293.0, 4275.0, 4315.0, 4276.0, 4304.0, 4286.0, 4301.0, 4286.0, 4302.0, 4282.0, 4316.0, 4276.0, 4301.0, 4274.0, 4291.0, 4255.0, 4286.0, 4274.0, 4270.0, 4260.0, 4271.0, 4293.0, 4274.0, 4308.0, 4271.0, 4301.0, 4275.0, 4302.0, 4263.0, 4302.0, 4271.0, 4292.0, 4264.0, 4283.0, 4263.0, 4282.0, 4275.0, 4285.0, 4275.0, 4285.0, 4260.0, 4283.0, 4312.0, 4284.0, 4311.0, 4270.0, 4311.0, 4271.0, 4311.0, 4276.0, 4303.0, 4283.0, 4302.0, 4275.0, 4289.0, 4284.0, 4304.0, 4286.0, 4312.0, 4295.0, 4301.0, 4286.0, 4302.0, 4270.0, 4304.0, 4271.0, 4292.0, 4262.0, 4268.0, 4260.0, 4275.0, 4263.0, 4280.0, 4263.0, 4274.0, 4284.0, 4285.0, 4315.0, 4300.0, 4293.0, 4298.0, 4304.0, 4288.0, 4315.0, 4286.0, 4304.0, 4298.0, 4294.0, 4273.0, 4305.0, 4274.0, 4314.0, 4275.0, 4273.0, 4274.0, 4276.0, 4311.0, 4276.0, 4302.0, 4286.0, 4302.0, 4285.0, 4311.0, 4282.0, 4293.0, 4286.0, 4272.0, 4265.0, 4286.0, 4282.0, 4295.0, 4275.0, 4287.0, 4285.0, 4282.0, 4322.0, 4287.0, 4316.0, 4284.0, 4295.0, 4269.0, 4293.0, 4274.0, 4285.0, 4284.0, 4282.0, 4284.0, 4271.0, 4312.0, 4285.0, 4321.0, 4273.0, 4303.0, 4284.0, 4301.0, 4273.0, 4311.0, 4282.0, 4267.0, 4282.0, 4284.0, 4262.0, 4272.0, 4282.0, 4275.0, 4289.0, 4268.0, 4303.0, 4283.0, 4291.0, 4275.0, 4290.0, 4269.0, 4282.0, 4282.0, 4271.0, 4283.0, 4284.0, 4272.0, 4274.0, 4284.0, 4275.0, 4281.0, 4271.0, 4292.0, 4275.0, 4311.0, 4274.0, 4290.0, 4273.0, 4299.0, 4285.0, 4299.0, 4283.0, 4290.0, 4283.0, 4304.0, 4284.0, 4304.0, 4283.0, 4290.0, 4284.0, 4290.0, 4285.0, 4300.0, 4276.0, 4301.0, 4272.0, 4295.0, 4285.0, 4282.0, 4275.0, 4296.0, 4284.0, 4280.0, 4278.0, 4285.0, 4283.0, 4274.0, 4294.0, 4274.0, 4294.0, 4285.0, 4293.0, 4283.0, 4301.0, 4283.0, 4304.0, 4282.0, 4292.0, 4296.0, 4312.0, 4296.0, 4305.0, 4297.0, 4295.0, 4284.0, 4296.0, 4284.0, 4300.0, 4287.0, 4296.0, 4285.0, 4287.0, 4295.0, 4303.0, 4287.0, 4316.0, 4285.0, 4288.0, 4285.0, 4282.0, 4313.0, 4284.0, 4294.0, 4285.0, 4314.0, 4284.0, 4301.0, 4272.0, 4282.0, 4273.0, 4279.0, 4270.0, 4274.0, 4310.0, 4285.0, 4294.0, 4283.0, 4291.0, 4295.0, 4296.0, 4296.0, 4305.0, 4308.0, 4285.0, 4285.0, 4284.0, 4296.0, 4289.0, 4296.0, 4288.0, 4283.0, 4286.0, 4324.0, 4288.0, 4343.0, 4283.0, 4324.0, 4283.0, 4311.0, 4285.0, 4312.0, 4271.0, 4312.0, 4274.0, 4291.0, 4273.0, 4280.0, 4274.0, 4304.0, 4281.0, 4273.0, 4282.0, 4273.0, 4278.0, 4284.0, 4277.0, 4274.0, 4283.0, 4283.0, 4302.0, 4269.0, 4313.0, 4272.0, 4289.0, 4273.0, 4303.0, 4269.0, 4291.0, 4273.0, 4293.0, 4272.0, 4300.0, 4272.0, 4299.0, 4274.0, 4285.0, 4285.0, 4294.0, 4287.0, 4307.0, 4282.0, 4293.0, 4276.0, 4283.0, 4295.0, 4284.0, 4311.0, 4275.0, 4314.0, 4272.0, 4304.0, 4282.0, 4305.0, 4274.0, 4283.0, 4272.0, 4282.0, 4284.0, 4286.0, 4285.0, 4284.0, 4283.0, 4285.0, 4304.0, 4286.0, 4305.0, 4284.0, 4294.0, 4286.0, 4306.0, 4296.0, 4297.0, 4285.0, 4305.0, 4300.0, 4287.0, 4306.0, 4293.0, 4297.0, 4286.0, 4284.0, 4297.0, 4326.0, 4298.0, 4324.0, 4293.0, 4292.0, 4296.0, 4307.0, 4286.0, 4284.0, 4284.0, 4282.0, 4305.0, 4298.0, 4316.0, 4293.0, 4303.0, 4285.0, 4283.0, 4274.0, 4294.0, 4284.0, 4293.0, 4283.0, 4283.0, 4268.0, 4275.0, 4331.0, 4285.0, 4311.0, 4269.0, 4292.0, 4271.0, 4279.0, 4272.0, 4272.0, 4283.0, 4273.0, 4271.0, 4269.0, 4310.0, 4273.0, 4302.0, 4272.0, 4290.0, 4271.0, 4268.0, 4271.0, 4283.0, 4284.0, 4282.0, 4284.0, 4298.0, 4283.0, 4287.0, 4305.0, 4286.0, 4312.0, 4285.0, 4302.0, 4282.0, 4311.0, 4284.0, 4313.0, 4283.0, 4273.0, 4281.0, 4274.0, 4281.0, 4283.0, 4294.0, 4283.0, 4293.0, 4284.0, 4328.0, 4294.0, 4305.0, 4284.0, 4294.0, 4285.0, 4300.0, 4284.0, 4293.0, 4295.0, 4294.0, 4293.0, 4285.0, 4284.0, 4285.0, 4283.0, 4284.0, 4281.0, 4273.0, 4299.0, 4281.0, 4282.0, 4277.0, 4290.0, 4283.0, 4295.0, 4280.0, 4281.0, 4283.0, 4283.0, 4292.0, 4278.0, 4301.0, 4279.0, 4292.0, 4284.0, 4304.0, 4292.0, 4312.0, 4295.0, 4301.0, 4297.0, 4297.0, 4297.0, 4303.0, 4291.0, 4304.0, 4293.0, 4295.0, 4294.0, 4302.0, 4294.0, 4304.0, 4296.0, 4316.0, 4283.0, 4273.0, 4282.0, 4280.0, 4284.0, 4281.0, 4279.0, 4284.0, 4283.0, 4283.0, 4292.0, 4280.0, 4290.0, 4285.0, 4292.0, 4281.0, 4299.0, 4284.0, 4291.0, 4284.0, 4304.0, 4287.0, 4302.0, 4285.0, 4295.0, 4286.0, 4293.0, 4295.0, 4302.0, 4296.0, 4292.0, 4295.0, 4283.0, 4285.0, 4283.0, 4294.0, 4286.0, 4311.0, 4285.0, 4294.0, 4284.0, 4302.0, 4286.0], 'WindowWidth': [9702.0, 9573.0, 9592.0, 9503.0, 9536.0, 9489.0, 9532.0, 9463.0, 9504.0, 9466.0, 9497.0, 9470.0, 9505.0, 9517.0, 9488.0, 9509.0, 9476.0, 9511.0, 9461.0, 9505.0, 9474.0, 9498.0, 9470.0, 9469.0, 9520.0, 9466.0, 9500.0, 9445.0, 9458.0, 9432.0, 9474.0, 9489.0, 9471.0, 9487.0, 9460.0, 9456.0, 9441.0, 9477.0, 9446.0, 9465.0, 9506.0, 9457.0, 9471.0, 9458.0, 9468.0, 9436.0, 9482.0, 9455.0, 9471.0, 9499.0, 9475.0, 9485.0, 9443.0, 9485.0, 9443.0, 9452.0, 9447.0, 9478.0, 9432.0, 9476.0, 9502.0, 9481.0, 9501.0, 9461.0, 9485.0, 9480.0, 9482.0, 9449.0, 9475.0, 9452.0, 9474.0, 9450.0, 9478.0, 9522.0, 9472.0, 9501.0, 9455.0, 9484.0, 9449.0, 9487.0, 9454.0, 9489.0, 9478.0, 9468.0, 9436.0, 9478.0, 9511.0, 9475.0, 9469.0, 9468.0, 9483.0, 9481.0, 9510.0, 9448.0, 9473.0, 9456.0, 9473.0, 9465.0, 9479.0, 9512.0, 9477.0, 9517.0, 9469.0, 9489.0, 9462.0, 9477.0, 9451.0, 9457.0, 9436.0, 9478.0, 9492.0, 9464.0, 9518.0, 9477.0, 9453.0, 9463.0, 9449.0, 9450.0, 9469.0, 9462.0, 9477.0, 9501.0, 9464.0, 9477.0, 9450.0, 9479.0, 9440.0, 9464.0, 9437.0, 9458.0, 9441.0, 9476.0, 9511.0, 9450.0, 9488.0, 9448.0, 9471.0, 9446.0, 9464.0, 9441.0, 9478.0, 9442.0, 9458.0, 9442.0, 9481.0, 9441.0, 9469.0, 9459.0, 9443.0, 9475.0, 9432.0, 9457.0, 9439.0, 9451.0, 9438.0, 9453.0, 9445.0, 9467.0, 9452.0, 9451.0, 9432.0, 9458.0, 9443.0, 9452.0, 9505.0, 9457.0, 9486.0, 9444.0, 9448.0, 9439.0, 9469.0, 9429.0, 9449.0, 9443.0, 9450.0, 9431.0, 9458.0, 9461.0, 9474.0, 9459.0, 9472.0, 9433.0, 9450.0, 9509.0, 9456.0, 9499.0, 9453.0, 9465.0, 9443.0, 9473.0, 9438.0, 9471.0, 9455.0, 9442.0, 9438.0, 9456.0, 9451.0, 9465.0, 9456.0, 9456.0, 9456.0, 9456.0, 9484.0, 9459.0, 9465.0, 9459.0, 9473.0, 9441.0, 9476.0, 9465.0, 9474.0, 9443.0, 9477.0, 9435.0, 9477.0, 9471.0, 9466.0, 9514.0, 9469.0, 9472.0, 9452.0, 9483.0, 9467.0, 9481.0, 9465.0, 9478.0, 9459.0, 9467.0, 9442.0, 9478.0, 9453.0, 9477.0, 9522.0, 9461.0, 9507.0, 9460.0, 9478.0, 9444.0, 9458.0, 9417.0, 9449.0, 9458.0, 9436.0, 9469.0, 9450.0, 9472.0, 9445.0, 9478.0, 9446.0, 9484.0, 9487.0, 9476.0, 9481.0, 9479.0, 9466.0, 9502.0, 9462.0, 9529.0, 9466.0, 9511.0, 9455.0, 9459.0, 9462.0, 9466.0, 9452.0, 9462.0, 9512.0, 9458.0, 9485.0, 9457.0, 9476.0, 9451.0, 9460.0, 9441.0, 9475.0, 9452.0, 9481.0, 9528.0, 9477.0, 9488.0, 9482.0, 9508.0, 9446.0, 9480.0, 9495.0, 9486.0, 9487.0, 9483.0, 9519.0, 9483.0, 9531.0, 9470.0, 9477.0, 9442.0, 9472.0, 9488.0, 9472.0, 9546.0, 9469.0, 9504.0, 9466.0, 9487.0, 9453.0, 9476.0, 9480.0, 9477.0, 9506.0, 9466.0, 9497.0, 9464.0, 9507.0, 9441.0, 9465.0, 9444.0, 9482.0, 9492.0, 9458.0, 9504.0, 9463.0, 9456.0, 9459.0, 9486.0, 9453.0, 9484.0, 9527.0, 9470.0, 9489.0, 9454.0, 9491.0, 9437.0, 9459.0, 9530.0, 9464.0, 9497.0, 9451.0, 9481.0, 9451.0, 9485.0, 9439.0, 9477.0, 9449.0, 9480.0, 9445.0, 9479.0, 9494.0, 9478.0, 9522.0, 9469.0, 9478.0, 9464.0, 9497.0, 9442.0, 9509.0, 9446.0, 9454.0, 9455.0, 9447.0, 9497.0, 9446.0, 9509.0, 9435.0, 9469.0, 9458.0, 9467.0, 9448.0, 9472.0, 9452.0, 9471.0, 9434.0, 9455.0, 9508.0, 9457.0, 9475.0, 9451.0, 9485.0, 9443.0, 9467.0, 9443.0, 9449.0, 9403.0, 9458.0, 9462.0, 9449.0, 9471.0, 9463.0, 9460.0, 9456.0, 9473.0, 9445.0, 9476.0, 9445.0, 9486.0, 9498.0, 9465.0, 9524.0, 9464.0, 9501.0, 9450.0, 9468.0, 9436.0, 9463.0, 9441.0, 9471.0, 9521.0, 9484.0, 9497.0, 9484.0, 9491.0, 9485.0, 9505.0, 9472.0, 9489.0, 9446.0, 9487.0, 9497.0, 9460.0, 9516.0, 9471.0, 9508.0, 9451.0, 9460.0, 9421.0, 9455.0, 9438.0, 9471.0, 9453.0, 9484.0, 9458.0, 9483.0, 9496.0, 9491.0, 9493.0, 9490.0, 9520.0, 9460.0, 9501.0, 9474.0, 9490.0, 9525.0, 9468.0, 9500.0, 9471.0, 9505.0, 9463.0, 9489.0, 9456.0, 9482.0, 9432.0, 9471.0, 9519.0, 9462.0, 9513.0, 9457.0, 9485.0, 9453.0, 9489.0, 9438.0, 9462.0, 9424.0, 9453.0, 9494.0, 9455.0, 9479.0, 9476.0, 9479.0, 9450.0, 9461.0, 9435.0, 9475.0, 9493.0, 9458.0, 9511.0, 9450.0, 9471.0, 9463.0, 9489.0, 9428.0, 9462.0, 9427.0, 9459.0, 9434.0, 9465.0, 9495.0, 9459.0, 9475.0, 9454.0, 9485.0, 9466.0, 9482.0, 9451.0, 9472.0, 9441.0, 9481.0, 9456.0, 9479.0, 9526.0, 9490.0, 9531.0, 9471.0, 9503.0, 9457.0, 9512.0, 9445.0, 9475.0, 9440.0, 9463.0, 9437.0, 9473.0, 9537.0, 9469.0, 9498.0, 9466.0, 9499.0, 9457.0, 9490.0, 9441.0, 9465.0, 9439.0, 9470.0, 9502.0, 9448.0, 9524.0, 9470.0, 9499.0, 9452.0, 9489.0, 9440.0, 9461.0, 9438.0, 9474.0, 9432.0, 9464.0, 9475.0, 9485.0, 9496.0, 9482.0, 9498.0, 9475.0, 9508.0, 9471.0, 9507.0, 9456.0, 9475.0, 9431.0, 9461.0, 9523.0, 9461.0, 9515.0, 9459.0, 9505.0, 9445.0, 9468.0, 9423.0, 9455.0, 9498.0, 9438.0, 9507.0, 9452.0, 9481.0, 9447.0, 9450.0, 9425.0, 9445.0, 9416.0, 9446.0, 9462.0, 9448.0, 9481.0, 9446.0, 9469.0, 9431.0, 9449.0, 9415.0, 9461.0, 9510.0, 9459.0, 9473.0, 9455.0, 9479.0, 9442.0, 9501.0, 9442.0, 9475.0, 9439.0, 9459.0, 9431.0, 9471.0, 9450.0, 9475.0, 9450.0, 9476.0, 9445.0, 9462.0, 9540.0, 9481.0, 9507.0, 9481.0, 9520.0, 9479.0, 9501.0, 9472.0, 9470.0, 9480.0, 9475.0, 9481.0, 9468.0, 9479.0, 9447.0, 9457.0, 9447.0, 9463.0, 9528.0, 9459.0, 9488.0, 9440.0, 9475.0, 9448.0, 9476.0, 9453.0, 9452.0, 9459.0, 9465.0, 9451.0, 9481.0, 9451.0, 9468.0, 9457.0, 9462.0, 9466.0, 9481.0, 9486.0, 9470.0, 9454.0, 9464.0, 9489.0, 9486.0, 9517.0, 9483.0, 9505.0, 9464.0, 9504.0, 9480.0, 9501.0, 9443.0, 9509.0, 9451.0, 9475.0, 9435.0, 9455.0, 9453.0, 9460.0, 9479.0, 9456.0, 9490.0, 9446.0, 9497.0, 9439.0, 9490.0, 9445.0, 9462.0, 9433.0, 9445.0, 9482.0, 9448.0, 9492.0, 9422.0, 9486.0, 9457.0, 9484.0, 9438.0, 9486.0, 9438.0, 9437.0, 9438.0, 9468.0, 9454.0, 9471.0, 9497.0, 9484.0, 9515.0, 9463.0, 9515.0, 9459.0, 9507.0, 9458.0, 9495.0, 9454.0, 9486.0, 9457.0, 9462.0, 9453.0, 9473.0, 9452.0, 9483.0, 9455.0, 9482.0, 9529.0, 9478.0, 9525.0, 9488.0, 9528.0, 9508.0, 9519.0, 9485.0, 9524.0, 9479.0, 9513.0, 9498.0, 9505.0, 9481.0, 9521.0, 9497.0, 9509.0, 9477.0, 9509.0, 9486.0, 9515.0, 9473.0, 9495.0, 9466.0, 9479.0, 9465.0, 9465.0, 9455.0, 9476.0, 9442.0, 9486.0, 9455.0, 9481.0, 9463.0, 9488.0, 9506.0, 9487.0, 9475.0, 9481.0, 9518.0, 9491.0, 9519.0, 9478.0, 9490.0, 9459.0, 9490.0, 9470.0, 9493.0, 9464.0, 9472.0, 9450.0, 9484.0, 9452.0, 9477.0, 9503.0, 9479.0, 9478.0, 9484.0, 9473.0, 9489.0, 9530.0, 9476.0, 9510.0, 9485.0, 9522.0, 9477.0, 9514.0, 9475.0, 9508.0, 9469.0, 9479.0, 9432.0, 9485.0, 9457.0, 9472.0, 9467.0, 9488.0, 9463.0, 9478.0, 9510.0, 9488.0, 9509.0, 9485.0, 9512.0, 9469.0, 9509.0, 9474.0, 9502.0, 9457.0, 9495.0, 9466.0, 9501.0, 9483.0, 9491.0, 9461.0, 9501.0, 9464.0, 9503.0, 9464.0, 9499.0, 9468.0, 9490.0, 9469.0, 9520.0, 9473.0, 9506.0, 9486.0, 9501.0, 9485.0, 9504.0, 9477.0, 9525.0, 9472.0, 9501.0, 9468.0, 9488.0, 9441.0, 9484.0, 9466.0, 9458.0, 9443.0, 9461.0, 9490.0, 9466.0, 9506.0, 9461.0, 9498.0, 9467.0, 9501.0, 9451.0, 9502.0, 9458.0, 9489.0, 9453.0, 9479.0, 9452.0, 9478.0, 9469.0, 9483.0, 9470.0, 9485.0, 9445.0, 9480.0, 9518.0, 9481.0, 9513.0, 9458.0, 9515.0, 9461.0, 9514.0, 9472.0, 9504.0, 9482.0, 9503.0, 9469.0, 9482.0, 9482.0, 9508.0, 9488.0, 9518.0, 9498.0, 9503.0, 9485.0, 9502.0, 9460.0, 9507.0, 9460.0, 9488.0, 9446.0, 9453.0, 9444.0, 9468.0, 9450.0, 9472.0, 9450.0, 9467.0, 9481.0, 9483.0, 9528.0, 9511.0, 9495.0, 9504.0, 9510.0, 9494.0, 9524.0, 9488.0, 9511.0, 9506.0, 9494.0, 9465.0, 9511.0, 9467.0, 9521.0, 9468.0, 9465.0, 9466.0, 9471.0, 9514.0, 9470.0, 9502.0, 9484.0, 9501.0, 9483.0, 9515.0, 9477.0, 9492.0, 9483.0, 9462.0, 9454.0, 9486.0, 9477.0, 9500.0, 9468.0, 9487.0, 9482.0, 9476.0, 9530.0, 9487.0, 9525.0, 9480.0, 9493.0, 9454.0, 9489.0, 9464.0, 9480.0, 9478.0, 9474.0, 9477.0, 9461.0, 9515.0, 9480.0, 9527.0, 9465.0, 9503.0, 9480.0, 9499.0, 9462.0, 9512.0, 9472.0, 9450.0, 9471.0, 9478.0, 9446.0, 9460.0, 9472.0, 9466.0, 9481.0, 9452.0, 9502.0, 9477.0, 9485.0, 9466.0, 9482.0, 9454.0, 9473.0, 9473.0, 9459.0, 9475.0, 9479.0, 9460.0, 9464.0, 9477.0, 9467.0, 9471.0, 9458.0, 9487.0, 9468.0, 9513.0, 9465.0, 9482.0, 9463.0, 9494.0, 9480.0, 9494.0, 9479.0, 9483.0, 9477.0, 9506.0, 9479.0, 9504.0, 9477.0, 9483.0, 9479.0, 9484.0, 9483.0, 9498.0, 9472.0, 9499.0, 9462.0, 9496.0, 9482.0, 9474.0, 9468.0, 9497.0, 9479.0, 9471.0, 9467.0, 9480.0, 9475.0, 9466.0, 9493.0, 9466.0, 9491.0, 9481.0, 9492.0, 9477.0, 9500.0, 9480.0, 9507.0, 9477.0, 9490.0, 9500.0, 9515.0, 9501.0, 9502.0, 9502.0, 9498.0, 9483.0, 9498.0, 9481.0, 9501.0, 9487.0, 9499.0, 9482.0, 9488.0, 9499.0, 9507.0, 9490.0, 9529.0, 9484.0, 9491.0, 9484.0, 9476.0, 9519.0, 9480.0, 9492.0, 9482.0, 9519.0, 9479.0, 9498.0, 9460.0, 9473.0, 9463.0, 9469.0, 9456.0, 9466.0, 9509.0, 9482.0, 9492.0, 9477.0, 9486.0, 9496.0, 9497.0, 9499.0, 9513.0, 9517.0, 9484.0, 9483.0, 9482.0, 9499.0, 9495.0, 9499.0, 9490.0, 9481.0, 9488.0, 9538.0, 9490.0, 9563.0, 9481.0, 9535.0, 9479.0, 9514.0, 9483.0, 9517.0, 9461.0, 9515.0, 9466.0, 9485.0, 9462.0, 9471.0, 9463.0, 9505.0, 9470.0, 9460.0, 9471.0, 9462.0, 9463.0, 9479.0, 9462.0, 9465.0, 9475.0, 9476.0, 9502.0, 9455.0, 9514.0, 9460.0, 9481.0, 9462.0, 9501.0, 9455.0, 9483.0, 9462.0, 9487.0, 9460.0, 9494.0, 9461.0, 9494.0, 9466.0, 9481.0, 9482.0, 9492.0, 9487.0, 9512.0, 9476.0, 9492.0, 9471.0, 9477.0, 9494.0, 9480.0, 9514.0, 9468.0, 9518.0, 9462.0, 9504.0, 9476.0, 9507.0, 9464.0, 9476.0, 9460.0, 9474.0, 9480.0, 9484.0, 9481.0, 9481.0, 9478.0, 9482.0, 9505.0, 9485.0, 9510.0, 9481.0, 9493.0, 9487.0, 9510.0, 9499.0, 9502.0, 9484.0, 9512.0, 9510.0, 9493.0, 9516.0, 9493.0, 9503.0, 9486.0, 9480.0, 9506.0, 9543.0, 9509.0, 9538.0, 9494.0, 9491.0, 9499.0, 9514.0, 9486.0, 9480.0, 9479.0, 9474.0, 9512.0, 9510.0, 9528.0, 9492.0, 9504.0, 9482.0, 9475.0, 9465.0, 9491.0, 9479.0, 9491.0, 9475.0, 9477.0, 9452.0, 9467.0, 9541.0, 9481.0, 9511.0, 9454.0, 9484.0, 9456.0, 9466.0, 9459.0, 9461.0, 9476.0, 9462.0, 9456.0, 9454.0, 9511.0, 9463.0, 9499.0, 9457.0, 9479.0, 9456.0, 9449.0, 9456.0, 9476.0, 9478.0, 9474.0, 9479.0, 9506.0, 9478.0, 9488.0, 9510.0, 9487.0, 9517.0, 9483.0, 9503.0, 9475.0, 9513.0, 9479.0, 9515.0, 9473.0, 9462.0, 9471.0, 9466.0, 9472.0, 9476.0, 9490.0, 9477.0, 9489.0, 9480.0, 9547.0, 9497.0, 9510.0, 9479.0, 9491.0, 9480.0, 9498.0, 9479.0, 9490.0, 9496.0, 9493.0, 9490.0, 9482.0, 9479.0, 9483.0, 9475.0, 9477.0, 9472.0, 9463.0, 9494.0, 9472.0, 9473.0, 9463.0, 9483.0, 9475.0, 9498.0, 9470.0, 9474.0, 9473.0, 9477.0, 9486.0, 9465.0, 9498.0, 9469.0, 9488.0, 9479.0, 9507.0, 9491.0, 9517.0, 9497.0, 9500.0, 9502.0, 9500.0, 9500.0, 9506.0, 9491.0, 9508.0, 9494.0, 9496.0, 9495.0, 9503.0, 9494.0, 9508.0, 9497.0, 9524.0, 9475.0, 9462.0, 9474.0, 9470.0, 9476.0, 9472.0, 9467.0, 9478.0, 9478.0, 9478.0, 9487.0, 9469.0, 9481.0, 9479.0, 9486.0, 9472.0, 9496.0, 9481.0, 9485.0, 9480.0, 9506.0, 9485.0, 9502.0, 9482.0, 9494.0, 9484.0, 9491.0, 9496.0, 9504.0, 9500.0, 9490.0, 9496.0, 9479.0, 9483.0, 9480.0, 9493.0, 9485.0, 9514.0, 9479.0, 9491.0, 9478.0, 9499.0, 9481.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.0007499166666666666</td></tr>
<tr><td colspan=3>aqi</td><td>0.025353399772727273</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.211748839090276</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1424718205231237</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9720703399241829</td></tr>
<tr><td colspan=3>efc</td><td>0.4574</td></tr>
<tr><td colspan=3>fber</td><td>5980.0479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09441114810265193</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.803030303030303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.303120484985101</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2072759473744408</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4975522131809877</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2045332943998743</td></tr>
<tr><td colspan=3>gcor</td><td>0.00327455</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01884949766099453</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029200732707977295</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.813330211965316</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.6961</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4429</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.8238</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306494.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.4341</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>631.1781</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3529.7459</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.1757</td></tr>
<tr><td colspan=3>tsnr</td><td>35.888063471764326</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>