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

616 lines
No EOL
125 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-0106_ses-02_task-narratives_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-0106_ses-02_task-narratives_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-02_subject-0106_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0106_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0106_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0106_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-narratives_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-02_subject-0106_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-narratives_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-02_subject-0106_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0106_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-02_task-narratives_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-02_task-narratives_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-0106/ses-02/func/sub-0106_ses-02_task-narratives_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>7775094c42641f38ba45f405a23942e8</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>21:09:58.582500</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.995409, 0.0751772, 0.0592433, -0.0835868, 0.984312, 0.15538]</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.259</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-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102981</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-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7796, -7204, 312, -87, 23, -57, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62363e78-f2cf-440b-a34f-f28ffb3bdefe||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.6706089973449707, -0.2242572158575058, 0.125908762216568, 118.72057342529297], [-0.20169483125209808, 2.6408374309539795, 0.43096980452537537, -87.61688995361328], [0.15894542634487152, -0.4168728291988373, 2.662407159805298, -39.041053771972656], [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, 1098]</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], 'AcquisitionTime': ['210958.582500', '210959.042500', '210959.502500', '210959.962500', '211000.422500', '211000.882500', '211001.342500', '211001.802500', '211002.262500', '211002.722500', '211003.182500', '211003.642500', '211004.102500', '211004.562500', '211005.022500', '211005.482500', '211005.942500', '211006.402500', '211006.862500', '211007.322500', '211007.782500', '211008.242500', '211008.702500', '211009.162500', '211009.622500', '211010.082500', '211010.542500', '211011.002500', '211011.462500', '211011.922500', '211012.382500', '211012.842500', '211013.302500', '211013.762500', '211014.222500', '211014.682500', '211015.142500', '211015.602500', '211016.062500', '211016.522500', '211016.982500', '211017.442500', '211017.902500', '211018.362500', '211018.822500', '211019.282500', '211019.742500', '211020.202500', '211020.662500', '211021.122500', '211021.582500', '211022.042500', '211022.502500', '211022.962500', '211023.422500', '211023.882500', '211024.342500', '211024.802500', '211025.262500', '211025.722500', '211026.182500', '211026.642500', '211027.102500', '211027.562500', '211028.022500', '211028.482500', '211028.942500', '211029.402500', '211029.862500', '211030.322500', '211030.782500', '211031.242500', '211031.702500', '211032.162500', '211032.622500', '211033.082500', '211033.542500', '211034.002500', '211034.462500', '211034.922500', '211035.382500', '211035.842500', '211036.302500', '211036.762500', '211037.222500', '211037.682500', '211038.142500', '211038.602500', '211039.062500', '211039.522500', '211039.982500', '211040.442500', '211040.902500', '211041.362500', '211041.822500', '211042.282500', '211042.742500', '211043.202500', '211043.662500', '211044.122500', '211044.582500', '211045.042500', '211045.502500', '211045.962500', '211046.422500', '211046.882500', '211047.342500', '211047.802500', '211048.262500', '211048.722500', '211049.182500', '211049.642500', '211050.102500', '211050.562500', '211051.022500', '211051.482500', '211051.942500', '211052.402500', '211052.862500', '211053.322500', '211053.782500', '211054.242500', '211054.702500', '211055.162500', '211055.622500', '211056.082500', '211056.542500', '211057.002500', '211057.462500', '211057.922500', '211058.382500', '211058.842500', '211059.302500', '211059.762500', '211100.222500', '211100.682500', '211101.142500', '211101.602500', '211102.062500', '211102.522500', '211102.982500', '211103.442500', '211103.902500', '211104.362500', '211104.822500', '211105.282500', '211105.742500', '211106.202500', '211106.662500', '211107.122500', '211107.582500', '211108.042500', '211108.502500', '211108.962500', '211109.422500', '211109.882500', '211110.342500', '211110.802500', '211111.262500', '211111.722500', '211112.182500', '211112.642500', '211113.102500', '211113.562500', '211114.022500', '211114.482500', '211114.942500', '211115.402500', '211115.862500', '211116.322500', '211116.782500', '211117.242500', '211117.702500', '211118.162500', '211118.622500', '211119.082500', '211119.542500', '211120.002500', '211120.462500', '211120.922500', '211121.382500', '211121.842500', '211122.302500', '211122.762500', '211123.222500', '211123.682500', '211124.142500', '211124.602500', '211125.062500', '211125.522500', '211125.982500', '211126.442500', '211126.902500', '211127.362500', '211127.822500', '211128.282500', '211128.742500', '211129.202500', '211129.662500', '211130.122500', '211130.582500', '211131.042500', '211131.502500', '211131.962500', '211132.422500', '211132.882500', '211133.342500', '211133.802500', '211134.262500', '211134.722500', '211135.182500', '211135.642500', '211136.102500', '211136.562500', '211137.022500', '211137.482500', '211137.942500', '211138.402500', '211138.862500', '211139.322500', '211139.782500', '211140.242500', '211140.702500', '211141.162500', '211141.622500', '211142.082500', '211142.542500', '211143.002500', '211143.462500', '211143.922500', '211144.382500', '211144.842500', '211145.302500', '211145.762500', '211146.222500', '211146.682500', '211147.142500', '211147.602500', '211148.062500', '211148.522500', '211148.982500', '211149.442500', '211149.902500', '211150.362500', '211150.822500', '211151.282500', '211151.742500', '211152.202500', '211152.662500', '211153.122500', '211153.582500', '211154.042500', '211154.502500', '211154.962500', '211155.422500', '211155.882500', '211156.342500', '211156.802500', '211157.262500', '211157.722500', '211158.182500', '211158.642500', '211159.102500', '211159.562500', '211200.022500', '211200.482500', '211200.942500', '211201.402500', '211201.862500', '211202.322500', '211202.782500', '211203.242500', '211203.702500', '211204.162500', '211204.622500', '211205.082500', '211205.542500', '211206.002500', '211206.462500', '211206.922500', '211207.382500', '211207.842500', '211208.302500', '211208.762500', '211209.222500', '211209.682500', '211210.142500', '211210.602500', '211211.062500', '211211.522500', '211211.982500', '211212.442500', '211212.902500', '211213.362500', '211213.822500', '211214.282500', '211214.742500', '211215.202500', '211215.662500', '211216.122500', '211216.582500', '211217.042500', '211217.502500', '211217.962500', '211218.422500', '211218.882500', '211219.342500', '211219.802500', '211220.262500', '211220.722500', '211221.182500', '211221.642500', '211222.102500', '211222.562500', '211223.022500', '211223.482500', '211223.942500', '211224.402500', '211224.862500', '211225.322500', '211225.782500', '211226.242500', '211226.702500', '211227.162500', '211227.622500', '211228.082500', '211228.542500', '211229.002500', '211229.462500', '211229.922500', '211230.382500', '211230.842500', '211231.302500', '211231.762500', '211232.222500', '211232.682500', '211233.142500', '211233.602500', '211234.062500', '211234.522500', '211234.982500', '211235.442500', '211235.902500', '211236.362500', '211236.822500', '211237.282500', '211237.742500', '211238.202500', '211238.662500', '211239.122500', '211239.582500', '211240.042500', '211240.502500', '211240.962500', '211241.422500', '211241.882500', '211242.342500', '211242.802500', '211243.262500', '211243.722500', '211244.182500', '211244.642500', '211245.102500', '211245.562500', '211246.022500', '211246.482500', '211246.942500', '211247.402500', '211247.862500', '211248.322500', '211248.782500', '211249.242500', '211249.702500', '211250.162500', '211250.622500', '211251.082500', '211251.542500', '211252.002500', '211252.462500', '211252.922500', '211253.382500', '211253.842500', '211254.302500', '211254.762500', '211255.222500', '211255.682500', '211256.142500', '211256.602500', '211257.062500', '211257.522500', '211257.982500', '211258.442500', '211258.902500', '211259.362500', '211259.822500', '211300.282500', '211300.742500', '211301.202500', '211301.662500', '211302.122500', '211302.582500', '211303.042500', '211303.502500', '211303.962500', '211304.422500', '211304.882500', '211305.342500', '211305.802500', '211306.262500', '211306.722500', '211307.182500', '211307.642500', '211308.102500', '211308.562500', '211309.022500', '211309.482500', '211309.942500', '211310.402500', '211310.862500', '211311.322500', '211311.782500', '211312.242500', '211312.702500', '211313.162500', '211313.622500', '211314.082500', '211314.542500', '211315.002500', '211315.462500', '211315.922500', '211316.382500', '211316.842500', '211317.302500', '211317.762500', '211318.222500', '211318.682500', '211319.142500', '211319.602500', '211320.062500', '211320.522500', '211320.982500', '211321.442500', '211321.902500', '211322.362500', '211322.822500', '211323.282500', '211323.742500', '211324.202500', '211324.662500', '211325.122500', '211325.582500', '211326.042500', '211326.502500', '211326.962500', '211327.422500', '211327.882500', '211328.342500', '211328.802500', '211329.262500', '211329.722500', '211330.182500', '211330.642500', '211331.102500', '211331.562500', '211332.022500', '211332.482500', '211332.942500', '211333.402500', '211333.862500', '211334.322500', '211334.782500', '211335.242500', '211335.702500', '211336.162500', '211336.622500', '211337.082500', '211337.542500', '211338.002500', '211338.462500', '211338.922500', '211339.382500', '211339.842500', '211340.302500', '211340.762500', '211341.222500', '211341.682500', '211342.142500', '211342.602500', '211343.062500', '211343.522500', '211343.982500', '211344.442500', '211344.902500', '211345.362500', '211345.822500', '211346.282500', '211346.742500', '211347.202500', '211347.662500', '211348.122500', '211348.582500', '211349.042500', '211349.502500', '211349.962500', '211350.422500', '211350.882500', '211351.342500', '211351.802500', '211352.262500', '211352.722500', '211353.182500', '211353.642500', '211354.102500', '211354.562500', '211355.022500', '211355.482500', '211355.942500', '211356.402500', '211356.862500', '211357.322500', '211357.782500', '211358.242500', '211358.702500', '211359.162500', '211359.622500', '211400.082500', '211400.542500', '211401.002500', '211401.462500', '211401.922500', '211402.382500', '211402.842500', '211403.302500', '211403.762500', '211404.222500', '211404.682500', '211405.142500', '211405.602500', '211406.062500', '211406.522500', '211406.982500', '211407.442500', '211407.902500', '211408.362500', '211408.822500', '211409.282500', '211409.742500', '211410.202500', '211410.662500', '211411.122500', '211411.582500', '211412.042500', '211412.502500', '211412.962500', '211413.422500', '211413.882500', '211414.342500', '211414.802500', '211415.262500', '211415.722500', '211416.182500', '211416.642500', '211417.102500', '211417.562500', '211418.022500', '211418.482500', '211418.942500', '211419.402500', '211419.862500', '211420.322500', '211420.782500', '211421.242500', '211421.702500', '211422.162500', '211422.622500', '211423.082500', '211423.542500', '211424.002500', '211424.462500', '211424.922500', '211425.382500', '211425.842500', '211426.302500', '211426.762500', '211427.222500', '211427.682500', '211428.142500', '211428.602500', '211429.062500', '211429.522500', '211429.982500', '211430.442500', '211430.902500', '211431.362500', '211431.822500', '211432.282500', '211432.742500', '211433.202500', '211433.662500', '211434.122500', '211434.582500', '211435.042500', '211435.502500', '211435.962500', '211436.422500', '211436.882500', '211437.342500', '211437.802500', '211438.262500', '211438.722500', '211439.182500', '211439.642500', '211440.102500', '211440.562500', '211441.022500', '211441.482500', '211441.942500', '211442.402500', '211442.862500', '211443.322500', '211443.782500', '211444.242500', '211444.702500', '211445.162500', '211445.622500', '211446.082500', '211446.542500', '211447.002500', '211447.462500', '211447.922500', '211448.382500', '211448.842500', '211449.302500', '211449.762500', '211450.222500', '211450.682500', '211451.142500', '211451.602500', '211452.062500', '211452.522500', '211452.982500', '211453.442500', '211453.902500', '211454.362500', '211454.822500', '211455.282500', '211455.742500', '211456.202500', '211456.662500', '211457.122500', '211457.582500', '211458.042500', '211458.502500', '211458.962500', '211459.422500', '211459.882500', '211500.342500', '211500.802500', '211501.262500', '211501.722500', '211502.182500', '211502.642500', '211503.102500', '211503.562500', '211504.022500', '211504.482500', '211504.942500', '211505.402500', '211505.862500', '211506.322500', '211506.782500', '211507.242500', '211507.702500', '211508.162500', '211508.622500', '211509.082500', '211509.542500', '211510.002500', '211510.462500', '211510.922500', '211511.382500', '211511.842500', '211512.302500', '211512.762500', '211513.222500', '211513.682500', '211514.142500', '211514.602500', '211515.062500', '211515.522500', '211515.982500', '211516.442500', '211516.902500', '211517.362500', '211517.822500', '211518.282500', '211518.742500', '211519.202500', '211519.662500', '211520.122500', '211520.582500', '211521.042500', '211521.502500', '211521.962500', '211522.422500', '211522.882500', '211523.342500', '211523.802500', '211524.262500', '211524.722500', '211525.182500', '211525.642500', '211526.102500', '211526.562500', '211527.022500', '211527.482500', '211527.942500', '211528.402500', '211528.862500', '211529.322500', '211529.782500', '211530.242500', '211530.702500', '211531.162500', '211531.622500', '211532.082500', '211532.542500', '211533.002500', '211533.462500', '211533.922500', '211534.382500', '211534.842500', '211535.302500', '211535.762500', '211536.222500', '211536.682500', '211537.142500', '211537.602500', '211538.062500', '211538.522500', '211538.982500', '211539.442500', '211539.902500', '211540.362500', '211540.822500', '211541.282500', '211541.742500', '211542.202500', '211542.662500', '211543.122500', '211543.582500', '211544.042500', '211544.502500', '211544.962500', '211545.422500', '211545.882500', '211546.342500', '211546.802500', '211547.262500', '211547.722500', '211548.182500', '211548.642500', '211549.102500', '211549.562500', '211550.022500', '211550.482500', '211550.942500', '211551.402500', '211551.862500', '211552.322500', '211552.782500', '211553.242500', '211553.702500', '211554.162500', '211554.622500', '211555.082500', '211555.542500', '211556.002500', '211556.462500', '211556.922500', '211557.382500', '211557.842500', '211558.302500', '211558.762500', '211559.222500', '211559.682500', '211600.142500', '211600.602500', '211601.062500', '211601.522500', '211601.982500', '211602.442500', '211602.902500', '211603.362500', '211603.822500', '211604.282500', '211604.742500', '211605.202500', '211605.662500', '211606.122500', '211606.582500', '211607.042500', '211607.502500', '211607.962500', '211608.422500', '211608.882500', '211609.342500', '211609.802500', '211610.262500', '211610.722500', '211611.182500', '211611.642500', '211612.102500', '211612.562500', '211613.022500', '211613.482500', '211613.942500', '211614.402500', '211614.862500', '211615.322500', '211615.782500', '211616.242500', '211616.702500', '211617.162500', '211617.622500', '211618.082500', '211618.542500', '211619.002500', '211619.462500', '211619.922500', '211620.382500', '211620.842500', '211621.302500', '211621.762500', '211622.222500', '211622.682500', '211623.142500', '211623.602500', '211624.062500', '211624.522500', '211624.982500', '211625.442500', '211625.902500', '211626.362500', '211626.822500', '211627.282500', '211627.742500', '211628.202500', '211628.662500', '211629.122500', '211629.582500', '211630.042500', '211630.502500', '211630.962500', '211631.422500', '211631.882500', '211632.342500', '211632.802500', '211633.262500', '211633.722500', '211634.182500', '211634.642500', '211635.102500', '211635.562500', '211636.022500', '211636.482500', '211636.942500', '211637.402500', '211637.862500', '211638.322500', '211638.782500', '211639.242500', '211639.702500', '211640.162500', '211640.622500', '211641.082500', '211641.542500', '211642.002500', '211642.462500', '211642.922500', '211643.382500', '211643.842500', '211644.302500', '211644.762500', '211645.222500', '211645.682500', '211646.142500', '211646.602500', '211647.062500', '211647.522500', '211647.982500', '211648.442500', '211648.902500', '211649.362500', '211649.822500', '211650.282500', '211650.742500', '211651.202500', '211651.662500', '211652.122500', '211652.582500', '211653.042500', '211653.502500', '211653.962500', '211654.422500', '211654.882500', '211655.342500', '211655.802500', '211656.262500', '211656.722500', '211657.182500', '211657.642500', '211658.102500', '211658.562500', '211659.022500', '211659.482500', '211659.942500', '211700.402500', '211700.862500', '211701.322500', '211701.782500', '211702.242500', '211702.702500', '211703.162500', '211703.622500', '211704.082500', '211704.542500', '211705.002500', '211705.462500', '211705.922500', '211706.382500', '211706.842500', '211707.302500', '211707.762500', '211708.222500', '211708.682500', '211709.142500', '211709.602500', '211710.062500', '211710.522500', '211710.982500', '211711.442500', '211711.902500', '211712.362500', '211712.822500', '211713.282500', '211713.742500', '211714.202500', '211714.662500', '211715.122500', '211715.582500', '211716.042500', '211716.502500', '211716.962500', '211717.422500', '211717.882500', '211718.342500', '211718.802500', '211719.262500', '211719.722500', '211720.182500', '211720.642500', '211721.102500', '211721.562500', '211722.022500', '211722.482500', '211722.942500', '211723.402500', '211723.862500', '211724.322500', '211724.782500', '211725.242500', '211725.702500', '211726.162500', '211726.622500', '211727.082500', '211727.542500', '211728.002500', '211728.462500', '211728.922500', '211729.382500', '211729.842500', '211730.302500', '211730.762500', '211731.222500', '211731.682500', '211732.142500', '211732.602500', '211733.062500', '211733.522500', '211733.982500', '211734.442500', '211734.902500', '211735.362500', '211735.822500', '211736.282500', '211736.742500', '211737.202500', '211737.662500', '211738.122500', '211738.582500', '211739.042500', '211739.502500', '211739.962500', '211740.422500', '211740.882500', '211741.342500', '211741.802500', '211742.262500', '211742.722500', '211743.182500', '211743.642500', '211744.102500', '211744.562500', '211745.022500', '211745.482500', '211745.942500', '211746.402500', '211746.862500', '211747.322500', '211747.782500', '211748.242500', '211748.702500', '211749.162500', '211749.622500', '211750.082500', '211750.542500', '211751.002500', '211751.462500', '211751.922500', '211752.382500', '211752.842500', '211753.302500', '211753.762500', '211754.222500', '211754.682500', '211755.142500', '211755.602500', '211756.062500', '211756.522500', '211756.982500', '211757.442500', '211757.902500', '211758.362500', '211758.822500', '211759.282500', '211759.742500', '211800.202500', '211800.662500', '211801.122500', '211801.582500', '211802.042500', '211802.502500', '211802.962500', '211803.422500', '211803.882500', '211804.342500', '211804.802500', '211805.262500', '211805.722500', '211806.182500', '211806.642500', '211807.102500', '211807.562500', '211808.022500', '211808.482500', '211808.942500', '211809.402500', '211809.862500', '211810.322500', '211810.782500', '211811.242500', '211811.702500', '211812.162500', '211812.622500', '211813.082500', '211813.542500', '211814.002500', '211814.462500', '211814.922500', '211815.382500', '211815.842500', '211816.302500', '211816.762500', '211817.222500', '211817.682500', '211818.142500', '211818.602500', '211819.062500', '211819.522500', '211819.982500', '211820.442500', '211820.902500', '211821.362500', '211821.822500', '211822.282500', '211822.742500', '211823.202500'], 'ContentTime': ['211013.820000', '211013.823000', '211013.826000', '211013.828000', '211013.831000', '211013.834000', '211013.836000', '211013.839000', '211013.842000', '211013.844000', '211013.847000', '211013.849000', '211013.852000', '211013.859000', '211013.862000', '211013.864000', '211013.867000', '211013.870000', '211013.872000', '211013.877000', '211013.879000', '211013.882000', '211013.884000', '211013.887000', '211013.890000', '211013.892000', '211013.895000', '211013.897000', '211013.900000', '211013.902000', '211033.793000', '211033.797000', '211033.799000', '211033.802000', '211033.805000', '211033.807000', '211033.810000', '211033.812000', '211033.815000', '211033.817000', '211033.820000', '211033.823000', '211033.825000', '211033.828000', '211033.830000', '211033.833000', '211033.835000', '211033.838000', '211033.841000', '211033.843000', '211033.846000', '211033.848000', '211033.851000', '211033.854000', '211033.856000', '211033.859000', '211033.862000', '211033.865000', '211033.867000', '211033.873000', '211033.876000', '211033.878000', '211033.881000', '211033.883000', '211033.886000', '211033.888000', '211033.891000', '211033.893000', '211033.896000', '211033.899000', '211033.901000', '211033.904000', '211033.906000', '211053.793000', '211053.796000', '211053.799000', '211053.801000', '211053.804000', '211053.806000', '211053.809000', '211053.811000', '211053.814000', '211053.816000', '211053.819000', '211053.822000', '211053.824000', '211053.827000', '211053.829000', '211053.832000', '211053.834000', '211053.837000', '211053.839000', '211053.842000', '211053.845000', '211053.848000', '211053.855000', '211053.857000', '211053.860000', '211053.873000', '211053.876000', '211053.878000', '211053.881000', '211053.883000', '211053.886000', '211053.888000', '211053.891000', '211053.893000', '211053.896000', '211053.898000', '211053.901000', '211053.904000', '211053.906000', '211053.909000', '211053.911000', '211053.914000', '211053.916000', '211113.793000', '211113.796000', '211113.799000', '211113.833000', '211113.836000', '211113.838000', '211113.856000', '211113.858000', '211113.861000', '211113.863000', '211113.866000', '211113.868000', '211113.871000', '211113.874000', '211113.876000', '211113.879000', '211113.881000', '211113.884000', '211113.886000', '211113.889000', '211113.891000', '211113.894000', '211113.896000', '211113.899000', '211113.901000', '211113.904000', '211113.906000', '211113.909000', '211113.912000', '211113.914000', '211113.917000', '211113.919000', '211113.922000', '211113.925000', '211113.927000', '211113.930000', '211113.932000', '211113.935000', '211113.937000', '211113.940000', '211113.943000', '211113.945000', '211113.948000', '211113.950000', '211133.794000', '211133.796000', '211133.799000', '211133.802000', '211133.805000', '211133.808000', '211133.810000', '211133.813000', '211133.816000', '211133.818000', '211133.821000', '211133.823000', '211133.826000', '211133.829000', '211133.831000', '211133.834000', '211133.837000', '211133.839000', '211133.842000', '211133.844000', '211133.847000', '211133.849000', '211133.852000', '211133.855000', '211133.857000', '211133.860000', '211133.862000', '211133.865000', '211133.867000', '211133.870000', '211133.872000', '211133.875000', '211133.878000', '211133.880000', '211133.883000', '211133.885000', '211133.888000', '211133.891000', '211133.893000', '211133.896000', '211133.898000', '211133.901000', '211133.904000', '211133.907000', '211153.794000', '211153.796000', '211153.799000', '211153.802000', '211153.804000', '211153.807000', '211153.809000', '211153.812000', '211153.815000', '211153.817000', '211153.820000', '211153.822000', '211153.825000', '211153.828000', '211153.830000', '211153.833000', '211153.835000', '211153.838000', '211153.841000', '211153.843000', '211153.846000', '211153.848000', '211153.851000', '211153.853000', '211153.856000', '211153.858000', '211153.861000', '211153.864000', '211153.866000', '211153.869000', '211153.871000', '211153.874000', '211153.876000', '211153.879000', '211153.881000', '211153.884000', '211153.887000', '211153.889000', '211153.892000', '211153.894000', '211153.897000', '211153.899000', '211153.902000', '211213.793000', '211213.796000', '211213.799000', '211213.802000', '211213.804000', '211213.807000', '211213.810000', '211213.812000', '211213.815000', '211213.817000', '211213.820000', '211213.823000', '211213.825000', '211213.828000', '211213.830000', '211213.833000', '211213.835000', '211213.838000', '211213.841000', '211213.843000', '211213.846000', '211213.848000', '211213.851000', '211213.853000', '211213.856000', '211213.858000', '211213.861000', '211213.863000', '211213.866000', '211213.869000', '211213.871000', '211213.874000', '211213.876000', '211213.879000', '211213.881000', '211213.884000', '211213.887000', '211213.889000', '211213.892000', '211213.894000', '211213.897000', '211213.899000', '211213.902000', '211233.794000', '211233.797000', '211233.800000', '211233.803000', '211233.805000', '211233.808000', '211233.810000', '211233.813000', '211233.815000', '211233.818000', '211233.821000', '211233.823000', '211233.826000', '211233.828000', '211233.831000', '211233.834000', '211233.836000', '211233.839000', '211233.841000', '211233.851000', '211233.854000', '211233.868000', '211233.870000', '211233.873000', '211233.875000', '211233.878000', '211233.881000', '211233.883000', '211233.886000', '211233.889000', '211233.891000', '211233.894000', '211233.896000', '211233.899000', '211233.901000', '211233.904000', '211233.906000', '211233.909000', '211233.912000', '211233.914000', '211233.917000', '211233.919000', '211233.922000', '211233.925000', '211253.793000', '211253.796000', '211253.799000', '211253.968000', '211253.971000', '211253.974000', '211253.976000', '211253.979000', '211253.981000', '211253.984000', '211253.986000', '211253.989000', '211253.991000', '211253.994000', '211253.996000', '211254.000000', '211254.003000', '211254.005000', '211254.008000', '211254.010000', '211254.013000', '211254.015000', '211254.018000', '211254.021000', '211254.023000', '211254.026000', '211254.028000', '211254.031000', '211254.033000', '211254.036000', '211254.038000', '211254.041000', '211254.044000', '211254.046000', '211254.049000', '211254.051000', '211254.054000', '211254.056000', '211254.059000', '211254.061000', '211254.064000', '211254.066000', '211254.069000', '211313.793000', '211313.796000', '211313.799000', '211313.802000', '211313.804000', '211313.808000', '211313.811000', '211313.813000', '211313.816000', '211313.818000', '211313.821000', '211313.823000', '211313.826000', '211313.829000', '211313.831000', '211313.834000', '211313.836000', '211313.839000', '211313.841000', '211313.844000', '211313.847000', '211313.849000', '211313.852000', '211313.855000', '211313.857000', '211313.860000', '211313.863000', '211313.865000', '211313.868000', '211313.870000', '211313.873000', '211313.876000', '211313.878000', '211313.881000', '211313.883000', '211313.886000', '211313.888000', '211313.891000', '211313.894000', '211313.896000', '211313.899000', '211313.902000', '211313.904000', '211313.907000', '211333.793000', '211333.796000', '211333.799000', '211333.832000', '211333.834000', '211333.837000', '211333.839000', '211333.842000', '211333.844000', '211333.847000', '211333.850000', '211333.853000', '211333.856000', '211333.859000', '211333.861000', '211333.864000', '211333.866000', '211333.869000', '211333.872000', '211333.874000', '211333.877000', '211333.879000', '211333.882000', '211333.885000', '211333.887000', '211333.890000', '211333.892000', '211333.895000', '211333.897000', '211333.900000', '211333.902000', '211333.905000', '211333.908000', '211333.910000', '211333.913000', '211333.915000', '211333.918000', '211333.920000', '211333.923000', '211333.925000', '211333.928000', '211333.931000', '211333.933000', '211353.794000', '211353.796000', '211353.799000', '211353.818000', '211353.820000', '211353.823000', '211353.826000', '211353.828000', '211353.831000', '211353.833000', '211353.836000', '211353.838000', '211353.841000', '211353.844000', '211353.846000', '211353.849000', '211353.851000', '211353.854000', '211353.856000', '211353.859000', '211353.862000', '211353.864000', '211353.867000', '211353.869000', '211353.872000', '211353.875000', '211353.877000', '211353.880000', '211353.882000', '211353.885000', '211353.887000', '211353.890000', '211353.893000', '211353.895000', '211353.898000', '211353.900000', '211353.903000', '211353.906000', '211353.908000', '211353.911000', '211353.913000', '211353.916000', '211353.918000', '211353.921000', '211413.793000', '211413.796000', '211413.817000', '211413.828000', '211413.831000', '211413.833000', '211413.836000', '211413.838000', '211413.841000', '211413.843000', '211413.846000', '211413.849000', '211413.851000', '211413.854000', '211413.856000', '211413.859000', '211413.862000', '211413.865000', '211413.867000', '211413.870000', '211413.872000', '211413.875000', '211413.878000', '211413.880000', '211413.883000', '211413.886000', '211413.889000', '211413.891000', '211413.894000', '211413.896000', '211413.899000', '211413.901000', '211413.904000', '211413.907000', '211413.909000', '211413.912000', '211413.914000', '211413.917000', '211413.919000', '211413.922000', '211413.925000', '211413.927000', '211413.930000', '211433.793000', '211433.796000', '211433.799000', '211433.839000', '211433.842000', '211433.845000', '211433.847000', '211433.850000', '211433.852000', '211433.855000', '211433.857000', '211433.860000', '211433.862000', '211433.865000', '211433.867000', '211433.870000', '211433.873000', '211433.875000', '211433.878000', '211433.880000', '211433.883000', '211433.885000', '211433.888000', '211433.891000', '211433.893000', '211433.896000', '211433.898000', '211433.901000', '211433.903000', '211433.906000', '211433.909000', '211433.911000', '211433.914000', '211433.916000', '211433.919000', '211433.921000', '211433.924000', '211433.926000', '211433.929000', '211433.931000', '211433.934000', '211433.936000', '211433.939000', '211433.942000', '211453.795000', '211453.797000', '211453.817000', '211453.819000', '211453.822000', '211453.825000', '211453.827000', '211453.830000', '211453.832000', '211453.835000', '211453.837000', '211453.840000', '211453.842000', '211453.845000', '211453.848000', '211453.850000', '211453.853000', '211453.855000', '211453.858000', '211453.860000', '211453.863000', '211453.866000', '211453.868000', '211453.871000', '211453.873000', '211453.876000', '211453.878000', '211453.881000', '211453.884000', '211453.886000', '211453.889000', '211453.891000', '211453.894000', '211453.897000', '211453.899000', '211453.902000', '211453.905000', '211453.907000', '211453.910000', '211453.912000', '211453.915000', '211453.918000', '211453.920000', '211513.793000', '211513.796000', '211513.799000', '211513.802000', '211513.804000', '211513.807000', '211513.809000', '211513.812000', '211513.814000', '211513.817000', '211513.820000', '211513.822000', '211513.825000', '211513.827000', '211513.830000', '211513.833000', '211513.835000', '211513.838000', '211513.840000', '211513.843000', '211513.846000', '211513.848000', '211513.851000', '211513.853000', '211513.856000', '211513.858000', '211513.861000', '211513.863000', '211513.866000', '211513.869000', '211513.871000', '211513.874000', '211513.876000', '211513.879000', '211513.882000', '211513.884000', '211513.887000', '211513.889000', '211513.892000', '211513.894000', '211513.897000', '211513.900000', '211513.902000', '211513.905000', '211533.793000', '211533.796000', '211533.799000', '211533.802000', '211533.804000', '211533.807000', '211533.809000', '211533.812000', '211533.814000', '211533.817000', '211533.820000', '211533.822000', '211533.842000', '211533.845000', '211533.847000', '211533.850000', '211533.852000', '211533.855000', '211533.858000', '211533.860000', '211533.863000', '211533.865000', '211533.868000', '211533.870000', '211533.873000', '211533.875000', '211533.878000', '211533.881000', '211533.883000', '211533.886000', '211533.888000', '211533.891000', '211533.894000', '211533.896000', '211533.900000', '211533.903000', '211533.905000', '211533.908000', '211533.911000', '211533.913000', '211533.916000', '211533.918000', '211533.921000', '211553.794000', '211553.796000', '211553.799000', '211553.802000', '211553.804000', '211553.807000', '211553.809000', '211553.812000', '211553.814000', '211553.817000', '211553.820000', '211553.822000', '211553.825000', '211553.827000', '211553.830000', '211553.832000', '211553.835000', '211553.837000', '211553.840000', '211553.843000', '211553.845000', '211553.848000', '211553.850000', '211553.853000', '211553.856000', '211553.858000', '211553.861000', '211553.863000', '211553.866000', '211553.868000', '211553.871000', '211553.874000', '211553.876000', '211553.879000', '211553.881000', '211553.884000', '211553.886000', '211553.889000', '211553.891000', '211553.894000', '211553.897000', '211553.899000', '211553.902000', '211553.904000', '211613.794000', '211613.796000', '211613.799000', '211613.876000', '211613.878000', '211613.881000', '211613.883000', '211613.886000', '211613.889000', '211613.891000', '211613.894000', '211613.896000', '211613.900000', '211613.903000', '211613.905000', '211613.908000', '211613.911000', '211613.913000', '211613.916000', '211613.918000', '211613.921000', '211613.923000', '211613.926000', '211613.929000', '211613.931000', '211613.934000', '211613.936000', '211613.939000', '211613.941000', '211613.944000', '211613.947000', '211613.949000', '211613.952000', '211613.954000', '211613.957000', '211613.960000', '211613.962000', '211613.965000', '211613.967000', '211613.970000', '211613.972000', '211613.975000', '211613.978000', '211633.793000', '211633.796000', '211633.799000', '211633.802000', '211633.804000', '211633.807000', '211633.809000', '211633.812000', '211633.815000', '211633.817000', '211633.820000', '211633.822000', '211633.825000', '211633.827000', '211633.830000', '211633.832000', '211633.835000', '211633.838000', '211633.840000', '211633.843000', '211633.845000', '211633.848000', '211633.850000', '211633.853000', '211633.855000', '211633.858000', '211633.861000', '211633.863000', '211633.866000', '211633.868000', '211633.871000', '211633.874000', '211633.876000', '211633.879000', '211633.881000', '211633.884000', '211633.886000', '211633.889000', '211633.891000', '211633.894000', '211633.897000', '211633.899000', '211633.902000', '211633.904000', '211653.793000', '211653.796000', '211653.799000', '211653.921000', '211653.923000', '211653.926000', '211653.928000', '211653.931000', '211653.934000', '211653.936000', '211653.939000', '211653.941000', '211653.944000', '211653.946000', '211653.949000', '211653.951000', '211653.954000', '211653.957000', '211653.960000', '211653.965000', '211653.968000', '211653.971000', '211653.973000', '211653.989000', '211653.992000', '211653.994000', '211653.997000', '211654.000000', '211654.003000', '211654.006000', '211654.008000', '211654.011000', '211654.013000', '211654.016000', '211654.019000', '211654.021000', '211654.024000', '211654.027000', '211654.029000', '211654.032000', '211654.034000', '211654.037000', '211654.039000', '211713.795000', '211713.797000', '211713.800000', '211713.803000', '211713.805000', '211713.808000', '211713.811000', '211713.813000', '211713.816000', '211713.818000', '211713.821000', '211713.824000', '211713.826000', '211713.829000', '211713.831000', '211713.834000', '211713.837000', '211713.839000', '211713.842000', '211713.844000', '211713.847000', '211713.849000', '211713.852000', '211713.855000', '211713.857000', '211713.860000', '211713.862000', '211713.865000', '211713.867000', '211713.870000', '211713.872000', '211713.875000', '211713.878000', '211713.880000', '211713.883000', '211713.885000', '211713.888000', '211713.890000', '211713.893000', '211713.895000', '211713.898000', '211713.900000', '211713.903000', '211713.906000', '211733.794000', '211733.796000', '211733.799000', '211733.862000', '211733.864000', '211733.867000', '211733.870000', '211733.872000', '211733.875000', '211733.877000', '211733.880000', '211733.882000', '211733.885000', '211733.888000', '211733.890000', '211733.893000', '211733.895000', '211733.898000', '211733.901000', '211733.903000', '211733.906000', '211733.909000', '211733.911000', '211733.914000', '211733.916000', '211733.919000', '211733.921000', '211733.924000', '211733.926000', '211733.929000', '211733.932000', '211733.934000', '211733.937000', '211733.939000', '211733.942000', '211733.944000', '211733.947000', '211733.949000', '211733.952000', '211733.955000', '211733.957000', '211733.960000', '211733.962000', '211753.793000', '211753.796000', '211753.799000', '211753.802000', '211753.804000', '211753.807000', '211753.809000', '211753.812000', '211753.850000', '211753.852000', '211753.855000', '211753.858000', '211753.860000', '211753.863000', '211753.865000', '211753.868000', '211753.870000', '211753.873000', '211753.875000', '211753.878000', '211753.881000', '211753.883000', '211753.886000', '211753.888000', '211753.891000', '211753.894000', '211753.896000', '211753.899000', '211753.901000', '211753.904000', '211753.907000', '211753.909000', '211753.912000', '211753.914000', '211753.917000', '211753.919000', '211753.922000', '211753.925000', '211753.927000', '211753.930000', '211753.932000', '211753.935000', '211753.937000', '211753.940000', '211813.794000', '211813.796000', '211813.799000', '211813.866000', '211813.869000', '211813.871000', '211813.874000', '211813.877000', '211813.879000', '211813.882000', '211813.884000', '211813.887000', '211813.889000', '211813.892000', '211813.895000', '211813.897000', '211813.900000', '211813.902000', '211813.905000', '211813.907000', '211813.922000', '211813.925000', '211813.927000', '211813.930000', '211813.932000', '211813.935000', '211813.938000', '211813.940000', '211813.943000', '211813.946000', '211813.948000', '211813.951000', '211813.953000', '211813.956000', '211813.958000', '211813.961000', '211813.964000', '211813.966000', '211813.969000', '211813.971000', '211813.974000', '211813.976000', '211813.979000', '211824.982000', '211824.985000', '211824.987000', '211824.990000', '211824.993000', '211824.996000', '211824.998000', '211825.002000', '211825.005000', '211825.008000', '211825.011000', '211825.016000', '211825.019000', '211825.022000', '211825.025000', '211825.028000', '211825.031000', '211825.034000', '211825.038000', '211825.041000', '211825.044000', '211825.047000', '211825.050000', '211825.053000', '211825.056000'], 'InstanceCreationTime': ['211013.820000', '211013.823000', '211013.826000', '211013.828000', '211013.831000', '211013.834000', '211013.836000', '211013.839000', '211013.842000', '211013.844000', '211013.847000', '211013.849000', '211013.852000', '211013.859000', '211013.862000', '211013.864000', '211013.867000', '211013.870000', '211013.872000', '211013.877000', '211013.879000', '211013.882000', '211013.884000', '211013.887000', '211013.890000', '211013.892000', '211013.895000', '211013.897000', '211013.900000', '211013.902000', '211033.793000', '211033.797000', '211033.799000', '211033.802000', '211033.805000', '211033.807000', '211033.810000', '211033.812000', '211033.815000', '211033.817000', '211033.820000', '211033.823000', '211033.825000', '211033.828000', '211033.830000', '211033.833000', '211033.835000', '211033.838000', '211033.841000', '211033.843000', '211033.846000', '211033.848000', '211033.851000', '211033.854000', '211033.856000', '211033.859000', '211033.862000', '211033.865000', '211033.867000', '211033.873000', '211033.876000', '211033.878000', '211033.881000', '211033.883000', '211033.886000', '211033.888000', '211033.891000', '211033.893000', '211033.896000', '211033.899000', '211033.901000', '211033.904000', '211033.906000', '211053.793000', '211053.796000', '211053.799000', '211053.801000', '211053.804000', '211053.806000', '211053.809000', '211053.811000', '211053.814000', '211053.816000', '211053.819000', '211053.822000', '211053.824000', '211053.827000', '211053.829000', '211053.832000', '211053.834000', '211053.837000', '211053.839000', '211053.842000', '211053.845000', '211053.848000', '211053.855000', '211053.857000', '211053.860000', '211053.873000', '211053.876000', '211053.878000', '211053.881000', '211053.883000', '211053.886000', '211053.888000', '211053.891000', '211053.893000', '211053.896000', '211053.898000', '211053.901000', '211053.904000', '211053.906000', '211053.909000', '211053.911000', '211053.914000', '211053.916000', '211113.793000', '211113.796000', '211113.799000', '211113.833000', '211113.836000', '211113.838000', '211113.856000', '211113.858000', '211113.861000', '211113.863000', '211113.866000', '211113.868000', '211113.871000', '211113.874000', '211113.876000', '211113.879000', '211113.881000', '211113.884000', '211113.886000', '211113.889000', '211113.891000', '211113.894000', '211113.896000', '211113.899000', '211113.901000', '211113.904000', '211113.906000', '211113.909000', '211113.912000', '211113.914000', '211113.917000', '211113.919000', '211113.922000', '211113.925000', '211113.927000', '211113.930000', '211113.932000', '211113.935000', '211113.937000', '211113.940000', '211113.943000', '211113.945000', '211113.948000', '211113.950000', '211133.794000', '211133.796000', '211133.799000', '211133.802000', '211133.805000', '211133.808000', '211133.810000', '211133.813000', '211133.816000', '211133.818000', '211133.821000', '211133.823000', '211133.826000', '211133.829000', '211133.831000', '211133.834000', '211133.837000', '211133.839000', '211133.842000', '211133.844000', '211133.847000', '211133.849000', '211133.852000', '211133.855000', '211133.857000', '211133.860000', '211133.862000', '211133.865000', '211133.867000', '211133.870000', '211133.872000', '211133.875000', '211133.878000', '211133.880000', '211133.883000', '211133.885000', '211133.888000', '211133.891000', '211133.893000', '211133.896000', '211133.898000', '211133.901000', '211133.904000', '211133.907000', '211153.794000', '211153.796000', '211153.799000', '211153.802000', '211153.804000', '211153.807000', '211153.809000', '211153.812000', '211153.815000', '211153.817000', '211153.820000', '211153.822000', '211153.825000', '211153.828000', '211153.830000', '211153.833000', '211153.835000', '211153.838000', '211153.841000', '211153.843000', '211153.846000', '211153.848000', '211153.851000', '211153.853000', '211153.856000', '211153.858000', '211153.861000', '211153.864000', '211153.866000', '211153.869000', '211153.871000', '211153.874000', '211153.876000', '211153.879000', '211153.881000', '211153.884000', '211153.887000', '211153.889000', '211153.892000', '211153.894000', '211153.897000', '211153.899000', '211153.902000', '211213.793000', '211213.796000', '211213.799000', '211213.802000', '211213.804000', '211213.807000', '211213.810000', '211213.812000', '211213.815000', '211213.817000', '211213.820000', '211213.823000', '211213.825000', '211213.828000', '211213.830000', '211213.833000', '211213.835000', '211213.838000', '211213.841000', '211213.843000', '211213.846000', '211213.848000', '211213.851000', '211213.853000', '211213.856000', '211213.858000', '211213.861000', '211213.863000', '211213.866000', '211213.869000', '211213.871000', '211213.874000', '211213.876000', '211213.879000', '211213.881000', '211213.884000', '211213.887000', '211213.889000', '211213.892000', '211213.894000', '211213.897000', '211213.899000', '211213.902000', '211233.794000', '211233.797000', '211233.800000', '211233.803000', '211233.805000', '211233.808000', '211233.810000', '211233.813000', '211233.815000', '211233.818000', '211233.821000', '211233.823000', '211233.826000', '211233.828000', '211233.831000', '211233.834000', '211233.836000', '211233.839000', '211233.841000', '211233.851000', '211233.854000', '211233.868000', '211233.870000', '211233.873000', '211233.875000', '211233.878000', '211233.881000', '211233.883000', '211233.886000', '211233.889000', '211233.891000', '211233.894000', '211233.896000', '211233.899000', '211233.901000', '211233.904000', '211233.906000', '211233.909000', '211233.912000', '211233.914000', '211233.917000', '211233.919000', '211233.922000', '211233.925000', '211253.793000', '211253.796000', '211253.799000', '211253.968000', '211253.971000', '211253.974000', '211253.976000', '211253.979000', '211253.981000', '211253.984000', '211253.986000', '211253.989000', '211253.991000', '211253.994000', '211253.996000', '211254.000000', '211254.003000', '211254.005000', '211254.008000', '211254.010000', '211254.013000', '211254.015000', '211254.018000', '211254.021000', '211254.023000', '211254.026000', '211254.028000', '211254.031000', '211254.033000', '211254.036000', '211254.038000', '211254.041000', '211254.044000', '211254.046000', '211254.049000', '211254.051000', '211254.054000', '211254.056000', '211254.059000', '211254.061000', '211254.064000', '211254.066000', '211254.069000', '211313.793000', '211313.796000', '211313.799000', '211313.802000', '211313.804000', '211313.808000', '211313.811000', '211313.813000', '211313.816000', '211313.818000', '211313.821000', '211313.823000', '211313.826000', '211313.829000', '211313.831000', '211313.834000', '211313.836000', '211313.839000', '211313.841000', '211313.844000', '211313.847000', '211313.849000', '211313.852000', '211313.855000', '211313.857000', '211313.860000', '211313.863000', '211313.865000', '211313.868000', '211313.870000', '211313.873000', '211313.876000', '211313.878000', '211313.881000', '211313.883000', '211313.886000', '211313.888000', '211313.891000', '211313.894000', '211313.896000', '211313.899000', '211313.902000', '211313.904000', '211313.907000', '211333.793000', '211333.796000', '211333.799000', '211333.832000', '211333.834000', '211333.837000', '211333.839000', '211333.842000', '211333.844000', '211333.847000', '211333.850000', '211333.853000', '211333.856000', '211333.859000', '211333.861000', '211333.864000', '211333.866000', '211333.869000', '211333.872000', '211333.874000', '211333.877000', '211333.879000', '211333.882000', '211333.885000', '211333.887000', '211333.890000', '211333.892000', '211333.895000', '211333.897000', '211333.900000', '211333.902000', '211333.905000', '211333.908000', '211333.910000', '211333.913000', '211333.915000', '211333.918000', '211333.920000', '211333.923000', '211333.925000', '211333.928000', '211333.931000', '211333.933000', '211353.794000', '211353.796000', '211353.799000', '211353.818000', '211353.820000', '211353.823000', '211353.826000', '211353.828000', '211353.831000', '211353.833000', '211353.836000', '211353.838000', '211353.841000', '211353.844000', '211353.846000', '211353.849000', '211353.851000', '211353.854000', '211353.856000', '211353.859000', '211353.862000', '211353.864000', '211353.867000', '211353.869000', '211353.872000', '211353.875000', '211353.877000', '211353.880000', '211353.882000', '211353.885000', '211353.887000', '211353.890000', '211353.893000', '211353.895000', '211353.898000', '211353.900000', '211353.903000', '211353.906000', '211353.908000', '211353.911000', '211353.913000', '211353.916000', '211353.918000', '211353.921000', '211413.793000', '211413.796000', '211413.817000', '211413.828000', '211413.831000', '211413.833000', '211413.836000', '211413.838000', '211413.841000', '211413.843000', '211413.846000', '211413.849000', '211413.851000', '211413.854000', '211413.856000', '211413.859000', '211413.862000', '211413.865000', '211413.867000', '211413.870000', '211413.872000', '211413.875000', '211413.878000', '211413.880000', '211413.883000', '211413.886000', '211413.889000', '211413.891000', '211413.894000', '211413.896000', '211413.899000', '211413.901000', '211413.904000', '211413.907000', '211413.909000', '211413.912000', '211413.914000', '211413.917000', '211413.919000', '211413.922000', '211413.925000', '211413.927000', '211413.930000', '211433.793000', '211433.796000', '211433.799000', '211433.839000', '211433.842000', '211433.845000', '211433.847000', '211433.850000', '211433.852000', '211433.855000', '211433.857000', '211433.860000', '211433.862000', '211433.865000', '211433.867000', '211433.870000', '211433.873000', '211433.875000', '211433.878000', '211433.880000', '211433.883000', '211433.885000', '211433.888000', '211433.891000', '211433.893000', '211433.896000', '211433.898000', '211433.901000', '211433.903000', '211433.906000', '211433.909000', '211433.911000', '211433.914000', '211433.916000', '211433.919000', '211433.921000', '211433.924000', '211433.926000', '211433.929000', '211433.931000', '211433.934000', '211433.936000', '211433.939000', '211433.942000', '211453.795000', '211453.797000', '211453.817000', '211453.819000', '211453.822000', '211453.825000', '211453.827000', '211453.830000', '211453.832000', '211453.835000', '211453.837000', '211453.840000', '211453.842000', '211453.845000', '211453.848000', '211453.850000', '211453.853000', '211453.855000', '211453.858000', '211453.860000', '211453.863000', '211453.866000', '211453.868000', '211453.871000', '211453.873000', '211453.876000', '211453.878000', '211453.881000', '211453.884000', '211453.886000', '211453.889000', '211453.891000', '211453.894000', '211453.897000', '211453.899000', '211453.902000', '211453.905000', '211453.907000', '211453.910000', '211453.912000', '211453.915000', '211453.918000', '211453.920000', '211513.793000', '211513.796000', '211513.799000', '211513.802000', '211513.804000', '211513.807000', '211513.809000', '211513.812000', '211513.814000', '211513.817000', '211513.820000', '211513.822000', '211513.825000', '211513.827000', '211513.830000', '211513.833000', '211513.835000', '211513.838000', '211513.840000', '211513.843000', '211513.846000', '211513.848000', '211513.851000', '211513.853000', '211513.856000', '211513.858000', '211513.861000', '211513.863000', '211513.866000', '211513.869000', '211513.871000', '211513.874000', '211513.876000', '211513.879000', '211513.882000', '211513.884000', '211513.887000', '211513.889000', '211513.892000', '211513.894000', '211513.897000', '211513.900000', '211513.902000', '211513.905000', '211533.793000', '211533.796000', '211533.799000', '211533.802000', '211533.804000', '211533.807000', '211533.809000', '211533.812000', '211533.814000', '211533.817000', '211533.820000', '211533.822000', '211533.842000', '211533.845000', '211533.847000', '211533.850000', '211533.852000', '211533.855000', '211533.858000', '211533.860000', '211533.863000', '211533.865000', '211533.868000', '211533.870000', '211533.873000', '211533.875000', '211533.878000', '211533.881000', '211533.883000', '211533.886000', '211533.888000', '211533.891000', '211533.894000', '211533.896000', '211533.900000', '211533.903000', '211533.905000', '211533.908000', '211533.911000', '211533.913000', '211533.916000', '211533.918000', '211533.921000', '211553.794000', '211553.796000', '211553.799000', '211553.802000', '211553.804000', '211553.807000', '211553.809000', '211553.812000', '211553.814000', '211553.817000', '211553.820000', '211553.822000', '211553.825000', '211553.827000', '211553.830000', '211553.832000', '211553.835000', '211553.837000', '211553.840000', '211553.843000', '211553.845000', '211553.848000', '211553.850000', '211553.853000', '211553.856000', '211553.858000', '211553.861000', '211553.863000', '211553.866000', '211553.868000', '211553.871000', '211553.874000', '211553.876000', '211553.879000', '211553.881000', '211553.884000', '211553.886000', '211553.889000', '211553.891000', '211553.894000', '211553.897000', '211553.899000', '211553.902000', '211553.904000', '211613.794000', '211613.796000', '211613.799000', '211613.876000', '211613.878000', '211613.881000', '211613.883000', '211613.886000', '211613.889000', '211613.891000', '211613.894000', '211613.896000', '211613.900000', '211613.903000', '211613.905000', '211613.908000', '211613.911000', '211613.913000', '211613.916000', '211613.918000', '211613.921000', '211613.923000', '211613.926000', '211613.929000', '211613.931000', '211613.934000', '211613.936000', '211613.939000', '211613.941000', '211613.944000', '211613.947000', '211613.949000', '211613.952000', '211613.954000', '211613.957000', '211613.960000', '211613.962000', '211613.965000', '211613.967000', '211613.970000', '211613.972000', '211613.975000', '211613.978000', '211633.793000', '211633.796000', '211633.799000', '211633.802000', '211633.804000', '211633.807000', '211633.809000', '211633.812000', '211633.815000', '211633.817000', '211633.820000', '211633.822000', '211633.825000', '211633.827000', '211633.830000', '211633.832000', '211633.835000', '211633.838000', '211633.840000', '211633.843000', '211633.845000', '211633.848000', '211633.850000', '211633.853000', '211633.855000', '211633.858000', '211633.861000', '211633.863000', '211633.866000', '211633.868000', '211633.871000', '211633.874000', '211633.876000', '211633.879000', '211633.881000', '211633.884000', '211633.886000', '211633.889000', '211633.891000', '211633.894000', '211633.897000', '211633.899000', '211633.902000', '211633.904000', '211653.793000', '211653.796000', '211653.799000', '211653.921000', '211653.923000', '211653.926000', '211653.928000', '211653.931000', '211653.934000', '211653.936000', '211653.939000', '211653.941000', '211653.944000', '211653.946000', '211653.949000', '211653.951000', '211653.954000', '211653.957000', '211653.960000', '211653.965000', '211653.968000', '211653.971000', '211653.973000', '211653.989000', '211653.992000', '211653.994000', '211653.997000', '211654.000000', '211654.003000', '211654.006000', '211654.008000', '211654.011000', '211654.013000', '211654.016000', '211654.019000', '211654.021000', '211654.024000', '211654.027000', '211654.029000', '211654.032000', '211654.034000', '211654.037000', '211654.039000', '211713.795000', '211713.797000', '211713.800000', '211713.803000', '211713.805000', '211713.808000', '211713.811000', '211713.813000', '211713.816000', '211713.818000', '211713.821000', '211713.824000', '211713.826000', '211713.829000', '211713.831000', '211713.834000', '211713.837000', '211713.839000', '211713.842000', '211713.844000', '211713.847000', '211713.849000', '211713.852000', '211713.855000', '211713.857000', '211713.860000', '211713.862000', '211713.865000', '211713.867000', '211713.870000', '211713.872000', '211713.875000', '211713.878000', '211713.880000', '211713.883000', '211713.885000', '211713.888000', '211713.890000', '211713.893000', '211713.895000', '211713.898000', '211713.900000', '211713.903000', '211713.906000', '211733.794000', '211733.796000', '211733.799000', '211733.862000', '211733.864000', '211733.867000', '211733.870000', '211733.872000', '211733.875000', '211733.877000', '211733.880000', '211733.882000', '211733.885000', '211733.888000', '211733.890000', '211733.893000', '211733.895000', '211733.898000', '211733.901000', '211733.903000', '211733.906000', '211733.909000', '211733.911000', '211733.914000', '211733.916000', '211733.919000', '211733.921000', '211733.924000', '211733.926000', '211733.929000', '211733.932000', '211733.934000', '211733.937000', '211733.939000', '211733.942000', '211733.944000', '211733.947000', '211733.949000', '211733.952000', '211733.955000', '211733.957000', '211733.960000', '211733.962000', '211753.793000', '211753.796000', '211753.799000', '211753.802000', '211753.804000', '211753.807000', '211753.809000', '211753.812000', '211753.850000', '211753.852000', '211753.855000', '211753.858000', '211753.860000', '211753.863000', '211753.865000', '211753.868000', '211753.870000', '211753.873000', '211753.875000', '211753.878000', '211753.881000', '211753.883000', '211753.886000', '211753.888000', '211753.891000', '211753.894000', '211753.896000', '211753.899000', '211753.901000', '211753.904000', '211753.907000', '211753.909000', '211753.912000', '211753.914000', '211753.917000', '211753.919000', '211753.922000', '211753.925000', '211753.927000', '211753.930000', '211753.932000', '211753.935000', '211753.937000', '211753.940000', '211813.794000', '211813.796000', '211813.799000', '211813.866000', '211813.869000', '211813.871000', '211813.874000', '211813.877000', '211813.879000', '211813.882000', '211813.884000', '211813.887000', '211813.889000', '211813.892000', '211813.895000', '211813.897000', '211813.900000', '211813.902000', '211813.905000', '211813.907000', '211813.922000', '211813.925000', '211813.927000', '211813.930000', '211813.932000', '211813.935000', '211813.938000', '211813.940000', '211813.943000', '211813.946000', '211813.948000', '211813.951000', '211813.953000', '211813.956000', '211813.958000', '211813.961000', '211813.964000', '211813.966000', '211813.969000', '211813.971000', '211813.974000', '211813.976000', '211813.979000', '211824.982000', '211824.985000', '211824.987000', '211824.990000', '211824.993000', '211824.996000', '211824.998000', '211825.002000', '211825.005000', '211825.008000', '211825.011000', '211825.016000', '211825.019000', '211825.022000', '211825.025000', '211825.028000', '211825.031000', '211825.034000', '211825.038000', '211825.041000', '211825.044000', '211825.047000', '211825.050000', '211825.053000', '211825.056000'], '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], 'LargestImagePixelValue': [10210, 9106, 10514, 9341, 10963, 10537, 11543, 9471, 10471, 9111, 12513, 9927, 13033, 10457, 9843, 10480, 8887, 10998, 8998, 10776, 10124, 10870, 9324, 8760, 9966, 9374, 10467, 10749, 10413, 9260, 10180, 9052, 10800, 10245, 13065, 9770, 8761, 10141, 9092, 10856, 10031, 11645, 9396, 10377, 9590, 11916, 9915, 11695, 10987, 11161, 9772, 8419, 10098, 9680, 11185, 10446, 10771, 9998, 10497, 10163, 11343, 10603, 10941, 12261, 9045, 10419, 9501, 10814, 9723, 10814, 10549, 11022, 9576, 10354, 9447, 10035, 10068, 9729, 10013, 9621, 10727, 8965, 11166, 9828, 11451, 9863, 8797, 10039, 9423, 10890, 9337, 11436, 9711, 11579, 9719, 10040, 12227, 12906, 10162, 10176, 10699, 10158, 11228, 10345, 10720, 9878, 9238, 10559, 9179, 10731, 11004, 11368, 9784, 10622, 9625, 10132, 9840, 10225, 11049, 11639, 10477, 10110, 11239, 9633, 11516, 10048, 12246, 9881, 8535, 10581, 10316, 11303, 10584, 11555, 9798, 10048, 9601, 10321, 9637, 10093, 10613, 10136, 10106, 9836, 9896, 8999, 9798, 10132, 10187, 10679, 9258, 11100, 9680, 10557, 12302, 12561, 10436, 10088, 11107, 10351, 11125, 9694, 10577, 10262, 9794, 11087, 9390, 10505, 9992, 8188, 10720, 10110, 10924, 10627, 11151, 9629, 12509, 9725, 8647, 10369, 11879, 10484, 10242, 10971, 9706, 9587, 10361, 10759, 10139, 12219, 11078, 9343, 10584, 9579, 10282, 10401, 12673, 10521, 10198, 11011, 10066, 11198, 9717, 12981, 10171, 8465, 10753, 10634, 11267, 10371, 11641, 9563, 10543, 9691, 9037, 9987, 9663, 11106, 9350, 11209, 9764, 8714, 10056, 8421, 11124, 9379, 11031, 10108, 10590, 10380, 12672, 11379, 9959, 11283, 9368, 10670, 9916, 11868, 10404, 10702, 11346, 9684, 11543, 9845, 10874, 11347, 9576, 10541, 9990, 11920, 10524, 10209, 11660, 9608, 11506, 9764, 11911, 10155, 12376, 10092, 7944, 10891, 9569, 10232, 8947, 11098, 9317, 9091, 10191, 9658, 10033, 11094, 10434, 10218, 10847, 9587, 8873, 10445, 11846, 12159, 13214, 11818, 10173, 9900, 9234, 10934, 10485, 10130, 10603, 10475, 11380, 9335, 11228, 12301, 10871, 10637, 11570, 9654, 11922, 9657, 11738, 9989, 11414, 9968, 8998, 10743, 10112, 11136, 9359, 10644, 9898, 9593, 10230, 10648, 10428, 11905, 11105, 9259, 10972, 10354, 11440, 10864, 12447, 10688, 12282, 10188, 9806, 9965, 11939, 9867, 10248, 10591, 8821, 11047, 10276, 11466, 10648, 11239, 10514, 11357, 9815, 10551, 9382, 8944, 9559, 8920, 10149, 10017, 10589, 9550, 8995, 9927, 10376, 11158, 8372, 11152, 9024, 10489, 9295, 9869, 10612, 8686, 11048, 9169, 11087, 9427, 11490, 9709, 13392, 10311, 11752, 9593, 8303, 10310, 10184, 11004, 9788, 11932, 10033, 10603, 9641, 11413, 9944, 11868, 9879, 11032, 10688, 10209, 11224, 9414, 11684, 9729, 10506, 10073, 8346, 10580, 10195, 10996, 10518, 10897, 9913, 9771, 10206, 10428, 10848, 9917, 11192, 12696, 10888, 10038, 10791, 9579, 8378, 9982, 9773, 11070, 10038, 11143, 10017, 8466, 10342, 11576, 11310, 9231, 10759, 8977, 10471, 9204, 11369, 10026, 8358, 10680, 9359, 11015, 9241, 10853, 9869, 8757, 10473, 9554, 10772, 9957, 11395, 10219, 10977, 9848, 10708, 10037, 10199, 11226, 12461, 10723, 9918, 11143, 10194, 11271, 10110, 10836, 10387, 9086, 10969, 12993, 11010, 13265, 10292, 9180, 10976, 9353, 9687, 9480, 10079, 10232, 8967, 10608, 9379, 10558, 9089, 10850, 10112, 9198, 10370, 8830, 10906, 9355, 11366, 10750, 11646, 10200, 8648, 10393, 8670, 10564, 8695, 11142, 9734, 11076, 9274, 9389, 9915, 9988, 10373, 9671, 10900, 9338, 10652, 9416, 10269, 10062, 8576, 10697, 8855, 9619, 9241, 9783, 10605, 10495, 10297, 9579, 10523, 9427, 10980, 9838, 9427, 10385, 9065, 10851, 9323, 10681, 11480, 11809, 10353, 8891, 8942, 9768, 10246, 9856, 10202, 10925, 12104, 11321, 9588, 9874, 9929, 8713, 10266, 12532, 10820, 10260, 11733, 10051, 12051, 10083, 11530, 10161, 11087, 10548, 10199, 10990, 10234, 12258, 10502, 11571, 10085, 8593, 10198, 8359, 10701, 10157, 11248, 9817, 8433, 10228, 9556, 11980, 10277, 11461, 9893, 8499, 10022, 10019, 13129, 10055, 11403, 10188, 9865, 10114, 9477, 10698, 9769, 12497, 10051, 11364, 9311, 11297, 9582, 11150, 9992, 10820, 10029, 10160, 9988, 8777, 10464, 10071, 11464, 9687, 8689, 9869, 8775, 9968, 9659, 10537, 9736, 10997, 9723, 10534, 9760, 11639, 11114, 9300, 10830, 9364, 11132, 9986, 11414, 10121, 10090, 9703, 9447, 10110, 10466, 10374, 8645, 10679, 9275, 10593, 9039, 10645, 9604, 10332, 10079, 8832, 10040, 8453, 10491, 8575, 11242, 9779, 11254, 9020, 8468, 9858, 10008, 10471, 9506, 10857, 8770, 10655, 9317, 10898, 10670, 10813, 9806, 8622, 9979, 9443, 12163, 9838, 11444, 9678, 11227, 9489, 11283, 9934, 10672, 10855, 8947, 10279, 9004, 10252, 8842, 11165, 9439, 11207, 9406, 9415, 9837, 10636, 9876, 10597, 10677, 8348, 10284, 8674, 10293, 9124, 10534, 9870, 8261, 10325, 9035, 10725, 9288, 10499, 10301, 8146, 10323, 9175, 10711, 9367, 12075, 9929, 9601, 10127, 8870, 10825, 9225, 11653, 10088, 8332, 10377, 9368, 10939, 10255, 11568, 9791, 10427, 9775, 9341, 10059, 10016, 10527, 9934, 10867, 9477, 10300, 9915, 11699, 10095, 11260, 10398, 8200, 10084, 9209, 10435, 9864, 12796, 10179, 10820, 9560, 9358, 9304, 8881, 7914, 10064, 10609, 9560, 10732, 10516, 10033, 9861, 10705, 9612, 10928, 9633, 11081, 9878, 10495, 9978, 8146, 10221, 8761, 11144, 9016, 10958, 9276, 7867, 9748, 8018, 11049, 9437, 7936, 9792, 8648, 11129, 11115, 10866, 12640, 11064, 8625, 9179, 9465, 7998, 10172, 9957, 11471, 8744, 10918, 9713, 8325, 10774, 11624, 12484, 9654, 10671, 9381, 11399, 9672, 12402, 10204, 12463, 9559, 8894, 10231, 8859, 10627, 8707, 11081, 9120, 10891, 9314, 9995, 9564, 9955, 10701, 10244, 10174, 8897, 10212, 9057, 9986, 9715, 9099, 10768, 9046, 10217, 9138, 9831, 9886, 11516, 10515, 8896, 10155, 8606, 10636, 10005, 12029, 10014, 8952, 10323, 8997, 12002, 10136, 11953, 9699, 10985, 9808, 10714, 9497, 10591, 9578, 11745, 9687, 9136, 9557, 8321, 8866, 9481, 9057, 11278, 9022, 8027, 9916, 10004, 10214, 9908, 10863, 8983, 10671, 8888, 10842, 8901, 10548, 10264, 10669, 10229, 9076, 10301, 8897, 11074, 10947, 11678, 9968, 8287, 10351, 8510, 10436, 12416, 12025, 9549, 10092, 9283, 9608, 9327, 11201, 9651, 8209, 10619, 9052, 10441, 10141, 11321, 9732, 12493, 9823, 11096, 10110, 11710, 10183, 9482, 10326, 9664, 10697, 9147, 10518, 10692, 10828, 10349, 9225, 10115, 12577, 10248, 11693, 10198, 9405, 9687, 8796, 9074, 9613, 8126, 10828, 8754, 9700, 9223, 10684, 9441, 10945, 10186, 9327, 10893, 9136, 10420, 9459, 10964, 10536, 13752, 10937, 9584, 10467, 8998, 10079, 9305, 10284, 9965, 11478, 9771, 8127, 10075, 8929, 10637, 8526, 8638, 9306, 8493, 10050, 10819, 10092, 10319, 9390, 8275, 10064, 8701, 11510, 8732, 8155, 9590, 8262, 10183, 9216, 11710, 9072, 12454, 9713, 8547, 11048, 8651, 11902, 8908, 11153, 9724, 10710, 9387, 12177, 10188, 12663, 10880, 13167, 10334, 10158, 15176, 11114, 13629, 11249, 14780, 10546, 13130, 10754, 11601, 11228, 10356, 11089, 10248, 9597, 10261, 10819, 10457, 9162, 10307, 9502, 9420, 9540, 9499, 10042, 9628, 9872, 9113, 8837, 9754, 9416, 11297, 10153, 10386, 9216, 9341, 9822, 8648, 10505, 8907, 10074, 9529, 8541, 10227, 9725, 11414, 9435, 9381, 10196, 9491, 10983, 9702, 12085, 10666, 9382, 11662, 9566, 14285, 10189, 12235, 9753, 8626, 10522, 9500, 10541, 8864, 10209, 10078, 9322, 10581, 8958, 10469, 9173, 9378, 9960, 8685, 8945, 9425, 8333, 11057, 8632, 10266, 9565, 8565, 10702, 8771, 12428, 9660, 8695, 10398], 'WindowCenter': [4642.0, 4619.0, 4613.0, 4590.0, 4614.0, 4599.0, 4593.0, 4585.0, 4585.0, 4575.0, 4592.0, 4586.0, 4605.0, 4596.0, 4574.0, 4586.0, 4564.0, 4595.0, 4573.0, 4596.0, 4584.0, 4594.0, 4565.0, 4562.0, 4574.0, 4583.0, 4595.0, 4596.0, 4594.0, 4575.0, 4586.0, 4564.0, 4596.0, 4586.0, 4617.0, 4585.0, 4560.0, 4584.0, 4564.0, 4595.0, 4586.0, 4595.0, 4575.0, 4572.0, 4570.0, 4595.0, 4573.0, 4583.0, 4582.0, 4580.0, 4560.0, 4567.0, 4585.0, 4572.0, 4583.0, 4592.0, 4592.0, 4586.0, 4582.0, 4586.0, 4596.0, 4570.0, 4582.0, 4594.0, 4551.0, 4582.0, 4573.0, 4581.0, 4563.0, 4584.0, 4571.0, 4583.0, 4558.0, 4584.0, 4573.0, 4570.0, 4596.0, 4573.0, 4576.0, 4584.0, 4606.0, 4563.0, 4595.0, 4576.0, 4608.0, 4576.0, 4575.0, 4574.0, 4587.0, 4606.0, 4584.0, 4607.0, 4575.0, 4593.0, 4586.0, 4586.0, 4596.0, 4590.0, 4569.0, 4584.0, 4584.0, 4584.0, 4592.0, 4585.0, 4581.0, 4569.0, 4575.0, 4568.0, 4574.0, 4579.0, 4568.0, 4581.0, 4573.0, 4568.0, 4568.0, 4569.0, 4571.0, 4567.0, 4583.0, 4588.0, 4558.0, 4582.0, 4581.0, 4571.0, 4589.0, 4570.0, 4589.0, 4574.0, 4551.0, 4581.0, 4581.0, 4592.0, 4581.0, 4592.0, 4569.0, 4572.0, 4562.0, 4579.0, 4574.0, 4581.0, 4580.0, 4583.0, 4580.0, 4580.0, 4582.0, 4572.0, 4594.0, 4594.0, 4594.0, 4582.0, 4573.0, 4604.0, 4585.0, 4597.0, 4594.0, 4602.0, 4581.0, 4584.0, 4594.0, 4582.0, 4596.0, 4577.0, 4583.0, 4571.0, 4573.0, 4594.0, 4587.0, 4596.0, 4571.0, 4554.0, 4593.0, 4596.0, 4604.0, 4598.0, 4593.0, 4584.0, 4593.0, 4571.0, 4565.0, 4592.0, 4605.0, 4576.0, 4570.0, 4583.0, 4559.0, 4562.0, 4582.0, 4594.0, 4582.0, 4604.0, 4595.0, 4572.0, 4584.0, 4571.0, 4582.0, 4594.0, 4602.0, 4581.0, 4583.0, 4580.0, 4583.0, 4582.0, 4561.0, 4603.0, 4583.0, 4563.0, 4585.0, 4567.0, 4591.0, 4585.0, 4590.0, 4562.0, 4579.0, 4562.0, 4552.0, 4570.0, 4571.0, 4601.0, 4575.0, 4594.0, 4586.0, 4563.0, 4584.0, 4554.0, 4606.0, 4562.0, 4583.0, 4583.0, 4595.0, 4588.0, 4614.0, 4593.0, 4563.0, 4591.0, 4562.0, 4571.0, 4572.0, 4583.0, 4584.0, 4572.0, 4594.0, 4574.0, 4591.0, 4574.0, 4592.0, 4583.0, 4574.0, 4581.0, 4585.0, 4591.0, 4585.0, 4581.0, 4591.0, 4572.0, 4581.0, 4573.0, 4592.0, 4584.0, 4602.0, 4567.0, 4538.0, 4579.0, 4568.0, 4585.0, 4575.0, 4583.0, 4561.0, 4564.0, 4592.0, 4582.0, 4588.0, 4593.0, 4593.0, 4584.0, 4583.0, 4587.0, 4574.0, 4585.0, 4594.0, 4604.0, 4592.0, 4595.0, 4582.0, 4570.0, 4558.0, 4595.0, 4585.0, 4574.0, 4569.0, 4573.0, 4582.0, 4560.0, 4578.0, 4594.0, 4580.0, 4582.0, 4589.0, 4557.0, 4578.0, 4570.0, 4602.0, 4571.0, 4578.0, 4581.0, 4572.0, 4579.0, 4592.0, 4596.0, 4573.0, 4597.0, 4576.0, 4585.0, 4582.0, 4587.0, 4592.0, 4579.0, 4595.0, 4561.0, 4591.0, 4571.0, 4594.0, 4584.0, 4600.0, 4571.0, 4595.0, 4567.0, 4569.0, 4574.0, 4580.0, 4572.0, 4570.0, 4580.0, 4550.0, 4579.0, 4568.0, 4593.0, 4568.0, 4567.0, 4579.0, 4583.0, 4557.0, 4567.0, 4561.0, 4547.0, 4569.0, 4575.0, 4587.0, 4584.0, 4596.0, 4587.0, 4587.0, 4597.0, 4587.0, 4606.0, 4561.0, 4594.0, 4565.0, 4593.0, 4575.0, 4587.0, 4597.0, 4574.0, 4595.0, 4584.0, 4605.0, 4587.0, 4596.0, 4577.0, 4613.0, 4573.0, 4593.0, 4575.0, 4551.0, 4584.0, 4581.0, 4594.0, 4572.0, 4602.0, 4571.0, 4572.0, 4574.0, 4595.0, 4580.0, 4604.0, 4569.0, 4583.0, 4582.0, 4567.0, 4593.0, 4560.0, 4602.0, 4572.0, 4582.0, 4569.0, 4564.0, 4581.0, 4569.0, 4582.0, 4580.0, 4593.0, 4583.0, 4585.0, 4582.0, 4579.0, 4593.0, 4582.0, 4595.0, 4601.0, 4585.0, 4573.0, 4583.0, 4559.0, 4552.0, 4584.0, 4585.0, 4584.0, 4575.0, 4584.0, 4571.0, 4553.0, 4581.0, 4593.0, 4583.0, 4571.0, 4591.0, 4575.0, 4595.0, 4588.0, 4595.0, 4584.0, 4551.0, 4593.0, 4583.0, 4605.0, 4576.0, 4584.0, 4582.0, 4577.0, 4598.0, 4572.0, 4587.0, 4587.0, 4606.0, 4571.0, 4593.0, 4585.0, 4585.0, 4585.0, 4585.0, 4584.0, 4591.0, 4568.0, 4561.0, 4593.0, 4584.0, 4595.0, 4572.0, 4580.0, 4573.0, 4549.0, 4573.0, 4590.0, 4570.0, 4601.0, 4572.0, 4549.0, 4567.0, 4573.0, 4574.0, 4570.0, 4573.0, 4596.0, 4576.0, 4582.0, 4573.0, 4596.0, 4574.0, 4596.0, 4593.0, 4573.0, 4595.0, 4577.0, 4597.0, 4574.0, 4594.0, 4588.0, 4593.0, 4586.0, 4563.0, 4570.0, 4565.0, 4595.0, 4567.0, 4592.0, 4562.0, 4580.0, 4575.0, 4569.0, 4586.0, 4581.0, 4580.0, 4582.0, 4595.0, 4563.0, 4592.0, 4583.0, 4586.0, 4585.0, 4574.0, 4581.0, 4575.0, 4572.0, 4575.0, 4586.0, 4594.0, 4583.0, 4593.0, 4574.0, 4596.0, 4577.0, 4604.0, 4597.0, 4588.0, 4598.0, 4585.0, 4608.0, 4589.0, 4586.0, 4609.0, 4609.0, 4582.0, 4562.0, 4562.0, 4597.0, 4582.0, 4595.0, 4597.0, 4608.0, 4593.0, 4606.0, 4587.0, 4586.0, 4584.0, 4565.0, 4593.0, 4602.0, 4596.0, 4581.0, 4585.0, 4559.0, 4592.0, 4567.0, 4592.0, 4560.0, 4578.0, 4569.0, 4570.0, 4569.0, 4571.0, 4604.0, 4579.0, 4591.0, 4568.0, 4559.0, 4583.0, 4560.0, 4584.0, 4585.0, 4581.0, 4569.0, 4554.0, 4592.0, 4573.0, 4607.0, 4597.0, 4594.0, 4583.0, 4573.0, 4587.0, 4584.0, 4617.0, 4584.0, 4587.0, 4572.0, 4582.0, 4572.0, 4571.0, 4592.0, 4586.0, 4602.0, 4570.0, 4583.0, 4572.0, 4594.0, 4572.0, 4594.0, 4572.0, 4593.0, 4581.0, 4580.0, 4582.0, 4562.0, 4592.0, 4585.0, 4589.0, 4582.0, 4565.0, 4571.0, 4573.0, 4587.0, 4583.0, 4582.0, 4574.0, 4591.0, 4570.0, 4595.0, 4587.0, 4596.0, 4596.0, 4574.0, 4569.0, 4558.0, 4590.0, 4571.0, 4581.0, 4570.0, 4573.0, 4559.0, 4563.0, 4573.0, 4579.0, 4569.0, 4561.0, 4583.0, 4560.0, 4584.0, 4562.0, 4596.0, 4574.0, 4583.0, 4586.0, 4576.0, 4571.0, 4552.0, 4585.0, 4561.0, 4585.0, 4583.0, 4593.0, 4574.0, 4554.0, 4586.0, 4598.0, 4598.0, 4588.0, 4605.0, 4563.0, 4608.0, 4600.0, 4606.0, 4610.0, 4605.0, 4582.0, 4566.0, 4597.0, 4586.0, 4617.0, 4588.0, 4593.0, 4587.0, 4596.0, 4586.0, 4592.0, 4582.0, 4583.0, 4597.0, 4565.0, 4581.0, 4562.0, 4584.0, 4575.0, 4603.0, 4576.0, 4583.0, 4564.0, 4563.0, 4576.0, 4595.0, 4587.0, 4596.0, 4591.0, 4562.0, 4583.0, 4560.0, 4570.0, 4578.0, 4584.0, 4571.0, 4554.0, 4582.0, 4573.0, 4586.0, 4587.0, 4596.0, 4587.0, 4563.0, 4585.0, 4572.0, 4598.0, 4566.0, 4602.0, 4574.0, 4571.0, 4595.0, 4570.0, 4595.0, 4571.0, 4606.0, 4586.0, 4566.0, 4575.0, 4573.0, 4598.0, 4583.0, 4596.0, 4575.0, 4585.0, 4585.0, 4574.0, 4570.0, 4569.0, 4573.0, 4585.0, 4583.0, 4575.0, 4584.0, 4569.0, 4593.0, 4585.0, 4594.0, 4581.0, 4543.0, 4571.0, 4571.0, 4585.0, 4585.0, 4616.0, 4597.0, 4597.0, 4574.0, 4575.0, 4576.0, 4577.0, 4580.0, 4608.0, 4607.0, 4586.0, 4597.0, 4600.0, 4575.0, 4599.0, 4583.0, 4573.0, 4597.0, 4581.0, 4597.0, 4571.0, 4582.0, 4587.0, 4551.0, 4571.0, 4566.0, 4595.0, 4576.0, 4596.0, 4579.0, 4558.0, 4586.0, 4569.0, 4612.0, 4588.0, 4582.0, 4602.0, 4576.0, 4608.0, 4610.0, 4611.0, 4603.0, 4597.0, 4553.0, 4568.0, 4576.0, 4565.0, 4588.0, 4576.0, 4606.0, 4566.0, 4583.0, 4572.0, 4555.0, 4587.0, 4596.0, 4606.0, 4572.0, 4573.0, 4560.0, 4594.0, 4570.0, 4592.0, 4571.0, 4589.0, 4570.0, 4552.0, 4573.0, 4564.0, 4585.0, 4565.0, 4596.0, 4572.0, 4569.0, 4563.0, 4580.0, 4574.0, 4585.0, 4572.0, 4572.0, 4575.0, 4573.0, 4586.0, 4561.0, 4588.0, 4588.0, 4578.0, 4586.0, 4578.0, 4584.0, 4578.0, 4588.0, 4587.0, 4581.0, 4574.0, 4576.0, 4585.0, 4574.0, 4593.0, 4576.0, 4602.0, 4587.0, 4562.0, 4571.0, 4564.0, 4605.0, 4575.0, 4592.0, 4571.0, 4581.0, 4563.0, 4584.0, 4573.0, 4584.0, 4575.0, 4595.0, 4562.0, 4559.0, 4575.0, 4563.0, 4585.0, 4599.0, 4587.0, 4607.0, 4589.0, 4579.0, 4602.0, 4596.0, 4600.0, 4588.0, 4589.0, 4575.0, 4598.0, 4564.0, 4595.0, 4566.0, 4598.0, 4574.0, 4596.0, 4594.0, 4575.0, 4595.0, 4579.0, 4597.0, 4594.0, 4604.0, 4571.0, 4552.0, 4570.0, 4563.0, 4596.0, 4592.0, 4594.0, 4570.0, 4574.0, 4571.0, 4573.0, 4561.0, 4594.0, 4574.0, 4556.0, 4581.0, 4574.0, 4598.0, 4571.0, 4587.0, 4563.0, 4591.0, 4573.0, 4593.0, 4582.0, 4595.0, 4585.0, 4572.0, 4584.0, 4565.0, 4595.0, 4573.0, 4583.0, 4595.0, 4583.0, 4570.0, 4562.0, 4576.0, 4591.0, 4584.0, 4582.0, 4569.0, 4559.0, 4575.0, 4576.0, 4576.0, 4585.0, 4566.0, 4608.0, 4577.0, 4589.0, 4588.0, 4609.0, 4599.0, 4597.0, 4600.0, 4589.0, 4606.0, 4590.0, 4595.0, 4587.0, 4599.0, 4599.0, 4607.0, 4594.0, 4571.0, 4575.0, 4561.0, 4582.0, 4575.0, 4598.0, 4575.0, 4594.0, 4572.0, 4554.0, 4583.0, 4575.0, 4595.0, 4576.0, 4574.0, 4590.0, 4586.0, 4600.0, 4611.0, 4596.0, 4610.0, 4577.0, 4580.0, 4587.0, 4588.0, 4610.0, 4579.0, 4569.0, 4600.0, 4578.0, 4597.0, 4602.0, 4656.0, 4605.0, 4644.0, 4612.0, 4592.0, 4620.0, 4581.0, 4618.0, 4575.0, 4599.0, 4580.0, 4596.0, 4578.0, 4608.0, 4587.0, 4597.0, 4586.0, 4601.0, 4561.0, 4569.0, 4598.0, 4583.0, 4593.0, 4556.0, 4580.0, 4546.0, 4574.0, 4555.0, 4565.0, 4567.0, 4534.0, 4557.0, 4554.0, 4534.0, 4557.0, 4569.0, 4555.0, 4549.0, 4549.0, 4548.0, 4560.0, 4556.0, 4572.0, 4574.0, 4563.0, 4584.0, 4572.0, 4562.0, 4584.0, 4564.0, 4594.0, 4583.0, 4577.0, 4577.0, 4575.0, 4575.0, 4574.0, 4598.0, 4574.0, 4587.0, 4575.0, 4577.0, 4598.0, 4587.0, 4596.0, 4587.0, 4574.0, 4582.0, 4575.0, 4605.0, 4576.0, 4607.0, 4582.0, 4573.0, 4591.0, 4564.0, 4625.0, 4570.0, 4582.0, 4572.0, 4553.0, 4572.0, 4560.0, 4584.0, 4578.0, 4597.0, 4578.0, 4575.0, 4597.0, 4574.0, 4598.0, 4574.0, 4585.0, 4583.0, 4576.0, 4586.0, 4590.0, 4576.0, 4611.0, 4579.0, 4597.0, 4598.0, 4581.0, 4608.0, 4589.0, 4621.0, 4597.0, 4580.0, 4600.0], 'WindowWidth': [10177.0, 10141.0, 10116.0, 10077.0, 10117.0, 10088.0, 10068.0, 10060.0, 10061.0, 10048.0, 10062.0, 10065.0, 10082.0, 10075.0, 10038.0, 10062.0, 10023.0, 10072.0, 10043.0, 10077.0, 10059.0, 10072.0, 10026.0, 10022.0, 10038.0, 10059.0, 10076.0, 10077.0, 10072.0, 10047.0, 10062.0, 10026.0, 10079.0, 10057.0, 10105.0, 10061.0, 10017.0, 10058.0, 10024.0, 10074.0, 10062.0, 10074.0, 10045.0, 10033.0, 10028.0, 10067.0, 10034.0, 10049.0, 10050.0, 10048.0, 10013.0, 10038.0, 10060.0, 10033.0, 10050.0, 10067.0, 10069.0, 10061.0, 10048.0, 10061.0, 10076.0, 10029.0, 10052.0, 10069.0, 10002.0, 10051.0, 10042.0, 10044.0, 10019.0, 10051.0, 10030.0, 10049.0, 10009.0, 10055.0, 10035.0, 10032.0, 10078.0, 10037.0, 10042.0, 10059.0, 10090.0, 10025.0, 10068.0, 10045.0, 10095.0, 10043.0, 10048.0, 10040.0, 10068.0, 10092.0, 10060.0, 10093.0, 10040.0, 10064.0, 10062.0, 10065.0, 10069.0, 10056.0, 10026.0, 10054.0, 10054.0, 10056.0, 10067.0, 10058.0, 10050.0, 10026.0, 10045.0, 10024.0, 10041.0, 10040.0, 10023.0, 10044.0, 10038.0, 10022.0, 10028.0, 10029.0, 10036.0, 10022.0, 10054.0, 10055.0, 10006.0, 10048.0, 10048.0, 10036.0, 10060.0, 10035.0, 10058.0, 10041.0, 10001.0, 10048.0, 10048.0, 10066.0, 10050.0, 10065.0, 10031.0, 10037.0, 10017.0, 10044.0, 10043.0, 10052.0, 10049.0, 10054.0, 10048.0, 10050.0, 10054.0, 10041.0, 10075.0, 10076.0, 10074.0, 10051.0, 10039.0, 10088.0, 10064.0, 10080.0, 10066.0, 10079.0, 10051.0, 10056.0, 10072.0, 10054.0, 10075.0, 10051.0, 10049.0, 10032.0, 10037.0, 10066.0, 10066.0, 10077.0, 10033.0, 10013.0, 10071.0, 10077.0, 10088.0, 10083.0, 10072.0, 10059.0, 10063.0, 10030.0, 10034.0, 10068.0, 10088.0, 10041.0, 10028.0, 10049.0, 10012.0, 10021.0, 10052.0, 10072.0, 10055.0, 10084.0, 10073.0, 10037.0, 10055.0, 10037.0, 10053.0, 10072.0, 10079.0, 10049.0, 10052.0, 10047.0, 10054.0, 10045.0, 10017.0, 10081.0, 10052.0, 10027.0, 10056.0, 10020.0, 10064.0, 10056.0, 10063.0, 10015.0, 10044.0, 10016.0, 10006.0, 10028.0, 10038.0, 10081.0, 10045.0, 10072.0, 10062.0, 10024.0, 10054.0, 10012.0, 10091.0, 10021.0, 10050.0, 10056.0, 10074.0, 10068.0, 10099.0, 10070.0, 10019.0, 10064.0, 10017.0, 10030.0, 10033.0, 10049.0, 10057.0, 10030.0, 10069.0, 10043.0, 10065.0, 10038.0, 10066.0, 10049.0, 10042.0, 10049.0, 10059.0, 10066.0, 10060.0, 10049.0, 10063.0, 10037.0, 10042.0, 10033.0, 10066.0, 10056.0, 10078.0, 10019.0, 9983.0, 10039.0, 10025.0, 10059.0, 10045.0, 10050.0, 10016.0, 10023.0, 10068.0, 10054.0, 10068.0, 10071.0, 10071.0, 10058.0, 10050.0, 10064.0, 10046.0, 10054.0, 10067.0, 10085.0, 10059.0, 10072.0, 10049.0, 10032.0, 10011.0, 10073.0, 10060.0, 10035.0, 10026.0, 10034.0, 10046.0, 10014.0, 10038.0, 10069.0, 10046.0, 10048.0, 10057.0, 10007.0, 10036.0, 10033.0, 10081.0, 10036.0, 10035.0, 10050.0, 10040.0, 10039.0, 10066.0, 10076.0, 10044.0, 10078.0, 10041.0, 10061.0, 10054.0, 10063.0, 10066.0, 10039.0, 10071.0, 10015.0, 10063.0, 10029.0, 10069.0, 10054.0, 10076.0, 10029.0, 10071.0, 10026.0, 10029.0, 10039.0, 10038.0, 10037.0, 10031.0, 10046.0, 9997.0, 10041.0, 10028.0, 10065.0, 10022.0, 10020.0, 10044.0, 10052.0, 10005.0, 10020.0, 10015.0, 9996.0, 10025.0, 10046.0, 10064.0, 10058.0, 10076.0, 10066.0, 10066.0, 10081.0, 10059.0, 10091.0, 10020.0, 10065.0, 10027.0, 10070.0, 10042.0, 10068.0, 10080.0, 10047.0, 10069.0, 10060.0, 10090.0, 10065.0, 10077.0, 10050.0, 10096.0, 10035.0, 10068.0, 10044.0, 10002.0, 10056.0, 10049.0, 10072.0, 10033.0, 10082.0, 10037.0, 10031.0, 10042.0, 10071.0, 10047.0, 10084.0, 10026.0, 10053.0, 10051.0, 10018.0, 10067.0, 10015.0, 10080.0, 10034.0, 10054.0, 10026.0, 10030.0, 10051.0, 10027.0, 10048.0, 10043.0, 10070.0, 10056.0, 10060.0, 10053.0, 10041.0, 10070.0, 10052.0, 10073.0, 10076.0, 10058.0, 10039.0, 10053.0, 10011.0, 10005.0, 10057.0, 10059.0, 10053.0, 10039.0, 10052.0, 10031.0, 10009.0, 10052.0, 10063.0, 10049.0, 10037.0, 10064.0, 10045.0, 10072.0, 10068.0, 10069.0, 10061.0, 10007.0, 10070.0, 10058.0, 10089.0, 10045.0, 10053.0, 10050.0, 10052.0, 10080.0, 10036.0, 10059.0, 10067.0, 10092.0, 10033.0, 10069.0, 10059.0, 10058.0, 10059.0, 10059.0, 10051.0, 10055.0, 10020.0, 10013.0, 10066.0, 10055.0, 10072.0, 10032.0, 10048.0, 10032.0, 9997.0, 10033.0, 10053.0, 10026.0, 10076.0, 10036.0, 9996.0, 10019.0, 10042.0, 10044.0, 10029.0, 10036.0, 10079.0, 10050.0, 10049.0, 10038.0, 10078.0, 10048.0, 10078.0, 10071.0, 10042.0, 10074.0, 10053.0, 10080.0, 10040.0, 10067.0, 10061.0, 10070.0, 10062.0, 10028.0, 10029.0, 10033.0, 10072.0, 10036.0, 10068.0, 10019.0, 10042.0, 10047.0, 10035.0, 10063.0, 10052.0, 10045.0, 10053.0, 10074.0, 10023.0, 10067.0, 10056.0, 10063.0, 10063.0, 10046.0, 10045.0, 10048.0, 10036.0, 10044.0, 10058.0, 10069.0, 10052.0, 10071.0, 10041.0, 10078.0, 10047.0, 10089.0, 10081.0, 10069.0, 10084.0, 10065.0, 10096.0, 10074.0, 10061.0, 10099.0, 10099.0, 10051.0, 10022.0, 10022.0, 10081.0, 10050.0, 10077.0, 10082.0, 10096.0, 10064.0, 10091.0, 10065.0, 10064.0, 10058.0, 10026.0, 10071.0, 10081.0, 10076.0, 10051.0, 10052.0, 10011.0, 10064.0, 10019.0, 10064.0, 10013.0, 10041.0, 10023.0, 10025.0, 10023.0, 10028.0, 10083.0, 10046.0, 10063.0, 10022.0, 10017.0, 10053.0, 10022.0, 10058.0, 10059.0, 10046.0, 10027.0, 10011.0, 10068.0, 10037.0, 10094.0, 10079.0, 10068.0, 10056.0, 10043.0, 10064.0, 10059.0, 10108.0, 10059.0, 10059.0, 10033.0, 10054.0, 10033.0, 10031.0, 10068.0, 10064.0, 10084.0, 10028.0, 10048.0, 10039.0, 10069.0, 10034.0, 10071.0, 10033.0, 10067.0, 10049.0, 10048.0, 10051.0, 10027.0, 10066.0, 10058.0, 10054.0, 10053.0, 10034.0, 10033.0, 10043.0, 10065.0, 10056.0, 10049.0, 10038.0, 10065.0, 10029.0, 10074.0, 10065.0, 10077.0, 10075.0, 10042.0, 10025.0, 10010.0, 10061.0, 10036.0, 10044.0, 10033.0, 10038.0, 10011.0, 10018.0, 10033.0, 10046.0, 10026.0, 10022.0, 10053.0, 10014.0, 10051.0, 10021.0, 10076.0, 10039.0, 10056.0, 10062.0, 10050.0, 10033.0, 10007.0, 10055.0, 10019.0, 10054.0, 10056.0, 10070.0, 10045.0, 10013.0, 10058.0, 10082.0, 10083.0, 10067.0, 10090.0, 10027.0, 10097.0, 10088.0, 10095.0, 10103.0, 10089.0, 10049.0, 10030.0, 10080.0, 10059.0, 10109.0, 10068.0, 10065.0, 10064.0, 10075.0, 10062.0, 10068.0, 10055.0, 10050.0, 10077.0, 10026.0, 10051.0, 10019.0, 10057.0, 10047.0, 10083.0, 10049.0, 10049.0, 10023.0, 10022.0, 10042.0, 10074.0, 10064.0, 10075.0, 10064.0, 10025.0, 10054.0, 10023.0, 10029.0, 10049.0, 10051.0, 10034.0, 10012.0, 10055.0, 10043.0, 10056.0, 10066.0, 10077.0, 10059.0, 10028.0, 10060.0, 10041.0, 10080.0, 10029.0, 10080.0, 10037.0, 10032.0, 10073.0, 10037.0, 10076.0, 10033.0, 10090.0, 10063.0, 10035.0, 10040.0, 10042.0, 10081.0, 10056.0, 10077.0, 10044.0, 10058.0, 10057.0, 10043.0, 10029.0, 10028.0, 10036.0, 10057.0, 10047.0, 10046.0, 10057.0, 10025.0, 10068.0, 10059.0, 10069.0, 10049.0, 9992.0, 10028.0, 10037.0, 10059.0, 10060.0, 10103.0, 10080.0, 10079.0, 10037.0, 10040.0, 10043.0, 10046.0, 10061.0, 10101.0, 10099.0, 10068.0, 10075.0, 10086.0, 10042.0, 10083.0, 10050.0, 10037.0, 10079.0, 10052.0, 10077.0, 10031.0, 10053.0, 10062.0, 10004.0, 10031.0, 10032.0, 10069.0, 10051.0, 10077.0, 10048.0, 10020.0, 10066.0, 10042.0, 10106.0, 10072.0, 10066.0, 10092.0, 10047.0, 10099.0, 10100.0, 10104.0, 10078.0, 10080.0, 10008.0, 10034.0, 10043.0, 10035.0, 10062.0, 10044.0, 10092.0, 10036.0, 10050.0, 10034.0, 10014.0, 10061.0, 10076.0, 10091.0, 10038.0, 10034.0, 10014.0, 10069.0, 10034.0, 10059.0, 10033.0, 10056.0, 10032.0, 10003.0, 10039.0, 10028.0, 10059.0, 10031.0, 10074.0, 10037.0, 10025.0, 10021.0, 10049.0, 10037.0, 10061.0, 10032.0, 10033.0, 10040.0, 10042.0, 10061.0, 10020.0, 10068.0, 10070.0, 10054.0, 10057.0, 10055.0, 10060.0, 10053.0, 10068.0, 10065.0, 10043.0, 10036.0, 10048.0, 10060.0, 10046.0, 10073.0, 10043.0, 10083.0, 10066.0, 10020.0, 10032.0, 10026.0, 10089.0, 10040.0, 10068.0, 10038.0, 10050.0, 10019.0, 10055.0, 10039.0, 10056.0, 10044.0, 10069.0, 10017.0, 10011.0, 10041.0, 10024.0, 10065.0, 10086.0, 10068.0, 10096.0, 10074.0, 10061.0, 10095.0, 10082.0, 10088.0, 10062.0, 10065.0, 10048.0, 10081.0, 10027.0, 10075.0, 10030.0, 10080.0, 10038.0, 10076.0, 10072.0, 10048.0, 10075.0, 10057.0, 10075.0, 10074.0, 10087.0, 10033.0, 10005.0, 10029.0, 10027.0, 10076.0, 10059.0, 10070.0, 10033.0, 10034.0, 10037.0, 10043.0, 10018.0, 10071.0, 10044.0, 10013.0, 10050.0, 10043.0, 10079.0, 10032.0, 10059.0, 10021.0, 10057.0, 10040.0, 10065.0, 10051.0, 10072.0, 10059.0, 10037.0, 10056.0, 10025.0, 10074.0, 10044.0, 10049.0, 10075.0, 10048.0, 10027.0, 10019.0, 10042.0, 10056.0, 10056.0, 10044.0, 10026.0, 10011.0, 10045.0, 10049.0, 10050.0, 10064.0, 10039.0, 10099.0, 10048.0, 10066.0, 10066.0, 10101.0, 10086.0, 10076.0, 10089.0, 10071.0, 10092.0, 10073.0, 10077.0, 10067.0, 10084.0, 10083.0, 10084.0, 10071.0, 10037.0, 10039.0, 10020.0, 10054.0, 10043.0, 10082.0, 10043.0, 10071.0, 10033.0, 10011.0, 10057.0, 10044.0, 10076.0, 10052.0, 10050.0, 10074.0, 10067.0, 10084.0, 10101.0, 10075.0, 10105.0, 10049.0, 10059.0, 10063.0, 10074.0, 10096.0, 10056.0, 10040.0, 10089.0, 10058.0, 10079.0, 10096.0, 10182.0, 10101.0, 10156.0, 10110.0, 10083.0, 10117.0, 10057.0, 10113.0, 10044.0, 10079.0, 10051.0, 10080.0, 10047.0, 10098.0, 10059.0, 10071.0, 10061.0, 10075.0, 10014.0, 10028.0, 10063.0, 10051.0, 10066.0, 10001.0, 10033.0, 9984.0, 10028.0, 9994.0, 10015.0, 10019.0, 9963.0, 10004.0, 9999.0, 9967.0, 10001.0, 10026.0, 9997.0, 9997.0, 9991.0, 9991.0, 10017.0, 10003.0, 10037.0, 10041.0, 10019.0, 10056.0, 10040.0, 10020.0, 10059.0, 10025.0, 10067.0, 10056.0, 10044.0, 10053.0, 10048.0, 10042.0, 10046.0, 10081.0, 10046.0, 10065.0, 10042.0, 10052.0, 10083.0, 10066.0, 10072.0, 10066.0, 10046.0, 10047.0, 10042.0, 10091.0, 10045.0, 10094.0, 10048.0, 10044.0, 10060.0, 10025.0, 10115.0, 10030.0, 10047.0, 10038.0, 10007.0, 10031.0, 10014.0, 10053.0, 10054.0, 10079.0, 10047.0, 10043.0, 10081.0, 10046.0, 10083.0, 10041.0, 10062.0, 10050.0, 10051.0, 10066.0, 10076.0, 10055.0, 10100.0, 10053.0, 10083.0, 10085.0, 10057.0, 10099.0, 10074.0, 10117.0, 10083.0, 10062.0, 10088.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.0004371546203110704</td></tr>
<tr><td colspan=3>aqi</td><td>0.022367284903934127</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.74878863793045</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.193490070824173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863432455677646</td></tr>
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
<tr><td colspan=3>fber</td><td>6775.0801</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05512619729208104</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.09149130832570906</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4154139638417234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.320573853764117</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6956902993660985</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.229977738394954</td></tr>
<tr><td colspan=3>gcor</td><td>0.00706397</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016252662986516953</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027840571478009224</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1093</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>4.039395607306251</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>34.8731</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.795</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.2966</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301910.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>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.8582</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3691</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.5085</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.9553</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1478.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.221</td></tr>
<tr><td colspan=3>tsnr</td><td>40.644101426471025</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>