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

616 lines
No EOL
122 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-0078_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0078_suffix-bold_task-alignvideo" 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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0078_suffix-bold_task-alignvideo" 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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0078_suffix-bold_task-alignvideo" 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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0078_suffix-bold_task-alignvideo" 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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0078_suffix-bold_task-alignvideo" 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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0078_suffix-bold_task-alignvideo" 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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0078_suffix-bold_task-alignvideo" 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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-01/func/sub-0078_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>058f4b0ac87a95879424ea518a88a68e</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:38:48.060000</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.995515, 0.0921222, -0.0215058, -0.0904238, 0.993455, 0.0697938]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.0770906</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7754, -7332, 804, -81, -243, -83, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.052</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb1aeb2b-52ef-471e-ad2b-3ca062c42e02||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.6708950996398926, -0.24260053038597107, -0.07504529505968094, 120.90858459472656], [-0.2471572607755661, 2.6653664112091064, 0.18234755098819733, -101.50504302978516], [-0.05769836902618408, -0.18725155293941498, 2.6927900314331055, -80.87049102783203], [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, 1073]</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], 'AcquisitionTime': ['213848.060000', '213848.520000', '213848.980000', '213849.440000', '213849.900000', '213850.360000', '213850.820000', '213851.280000', '213851.740000', '213852.200000', '213852.660000', '213853.120000', '213853.580000', '213854.040000', '213854.500000', '213854.960000', '213855.420000', '213855.880000', '213856.340000', '213856.800000', '213857.260000', '213857.720000', '213858.180000', '213858.640000', '213859.100000', '213859.560000', '213900.020000', '213900.480000', '213900.940000', '213901.400000', '213901.860000', '213902.320000', '213902.780000', '213903.240000', '213903.700000', '213904.160000', '213904.620000', '213905.080000', '213905.540000', '213906.000000', '213906.460000', '213906.920000', '213907.380000', '213907.840000', '213908.300000', '213908.760000', '213909.220000', '213909.680000', '213910.140000', '213910.600000', '213911.060000', '213911.520000', '213911.980000', '213912.440000', '213912.900000', '213913.360000', '213913.820000', '213914.280000', '213914.740000', '213915.200000', '213915.660000', '213916.120000', '213916.580000', '213917.040000', '213917.500000', '213917.960000', '213918.420000', '213918.880000', '213919.340000', '213919.800000', '213920.260000', '213920.720000', '213921.180000', '213921.640000', '213922.100000', '213922.560000', '213923.020000', '213923.480000', '213923.940000', '213924.400000', '213924.860000', '213925.320000', '213925.780000', '213926.240000', '213926.700000', '213927.160000', '213927.620000', '213928.080000', '213928.540000', '213929.000000', '213929.460000', '213929.920000', '213930.380000', '213930.840000', '213931.300000', '213931.760000', '213932.220000', '213932.680000', '213933.140000', '213933.600000', '213934.060000', '213934.520000', '213934.980000', '213935.440000', '213935.900000', '213936.360000', '213936.820000', '213937.280000', '213937.740000', '213938.200000', '213938.660000', '213939.120000', '213939.580000', '213940.040000', '213940.500000', '213940.960000', '213941.420000', '213941.880000', '213942.340000', '213942.800000', '213943.260000', '213943.720000', '213944.180000', '213944.640000', '213945.100000', '213945.560000', '213946.020000', '213946.480000', '213946.940000', '213947.400000', '213947.860000', '213948.320000', '213948.780000', '213949.240000', '213949.700000', '213950.160000', '213950.620000', '213951.080000', '213951.540000', '213952.000000', '213952.460000', '213952.920000', '213953.380000', '213953.840000', '213954.300000', '213954.760000', '213955.220000', '213955.680000', '213956.140000', '213956.600000', '213957.060000', '213957.520000', '213957.980000', '213958.440000', '213958.900000', '213959.360000', '213959.820000', '214000.280000', '214000.740000', '214001.200000', '214001.660000', '214002.120000', '214002.580000', '214003.040000', '214003.500000', '214003.960000', '214004.420000', '214004.880000', '214005.340000', '214005.800000', '214006.260000', '214006.720000', '214007.180000', '214007.640000', '214008.100000', '214008.560000', '214009.020000', '214009.480000', '214009.940000', '214010.400000', '214010.860000', '214011.320000', '214011.780000', '214012.240000', '214012.700000', '214013.160000', '214013.620000', '214014.080000', '214014.540000', '214015.000000', '214015.460000', '214015.920000', '214016.380000', '214016.840000', '214017.300000', '214017.760000', '214018.220000', '214018.680000', '214019.140000', '214019.600000', '214020.060000', '214020.520000', '214020.980000', '214021.440000', '214021.900000', '214022.360000', '214022.820000', '214023.280000', '214023.740000', '214024.200000', '214024.660000', '214025.120000', '214025.580000', '214026.040000', '214026.500000', '214026.960000', '214027.420000', '214027.880000', '214028.340000', '214028.800000', '214029.260000', '214029.720000', '214030.180000', '214030.640000', '214031.100000', '214031.560000', '214032.020000', '214032.480000', '214032.940000', '214033.400000', '214033.860000', '214034.320000', '214034.780000', '214035.240000', '214035.700000', '214036.160000', '214036.620000', '214037.080000', '214037.540000', '214038.000000', '214038.460000', '214038.920000', '214039.380000', '214039.840000', '214040.300000', '214040.760000', '214041.220000', '214041.680000', '214042.140000', '214042.600000', '214043.060000', '214043.520000', '214043.980000', '214044.440000', '214044.900000', '214045.360000', '214045.820000', '214046.280000', '214046.740000', '214047.200000', '214047.660000', '214048.120000', '214048.580000', '214049.040000', '214049.500000', '214049.960000', '214050.420000', '214050.880000', '214051.340000', '214051.800000', '214052.260000', '214052.720000', '214053.180000', '214053.640000', '214054.100000', '214054.560000', '214055.020000', '214055.480000', '214055.940000', '214056.400000', '214056.860000', '214057.320000', '214057.780000', '214058.240000', '214058.700000', '214059.160000', '214059.620000', '214100.080000', '214100.540000', '214101.000000', '214101.460000', '214101.920000', '214102.380000', '214102.840000', '214103.300000', '214103.760000', '214104.220000', '214104.680000', '214105.140000', '214105.600000', '214106.060000', '214106.520000', '214106.980000', '214107.440000', '214107.900000', '214108.360000', '214108.820000', '214109.280000', '214109.740000', '214110.200000', '214110.660000', '214111.120000', '214111.580000', '214112.040000', '214112.500000', '214112.960000', '214113.420000', '214113.880000', '214114.340000', '214114.800000', '214115.260000', '214115.720000', '214116.180000', '214116.640000', '214117.100000', '214117.560000', '214118.020000', '214118.480000', '214118.940000', '214119.400000', '214119.860000', '214120.320000', '214120.780000', '214121.240000', '214121.700000', '214122.160000', '214122.620000', '214123.080000', '214123.540000', '214124.000000', '214124.460000', '214124.920000', '214125.380000', '214125.840000', '214126.300000', '214126.760000', '214127.220000', '214127.680000', '214128.140000', '214128.600000', '214129.060000', '214129.520000', '214129.980000', '214130.440000', '214130.900000', '214131.360000', '214131.820000', '214132.280000', '214132.740000', '214133.200000', '214133.660000', '214134.120000', '214134.580000', '214135.040000', '214135.500000', '214135.960000', '214136.420000', '214136.880000', '214137.340000', '214137.800000', '214138.260000', '214138.720000', '214139.180000', '214139.640000', '214140.100000', '214140.560000', '214141.020000', '214141.480000', '214141.940000', '214142.400000', '214142.860000', '214143.320000', '214143.780000', '214144.240000', '214144.700000', '214145.160000', '214145.620000', '214146.080000', '214146.540000', '214147.000000', '214147.460000', '214147.920000', '214148.380000', '214148.840000', '214149.300000', '214149.760000', '214150.220000', '214150.680000', '214151.140000', '214151.600000', '214152.060000', '214152.520000', '214152.980000', '214153.440000', '214153.900000', '214154.360000', '214154.820000', '214155.280000', '214155.740000', '214156.200000', '214156.660000', '214157.120000', '214157.580000', '214158.040000', '214158.500000', '214158.960000', '214159.420000', '214159.880000', '214200.340000', '214200.800000', '214201.260000', '214201.720000', '214202.180000', '214202.640000', '214203.100000', '214203.560000', '214204.020000', '214204.480000', '214204.940000', '214205.400000', '214205.860000', '214206.320000', '214206.780000', '214207.240000', '214207.700000', '214208.160000', '214208.620000', '214209.080000', '214209.540000', '214210.000000', '214210.460000', '214210.920000', '214211.380000', '214211.840000', '214212.300000', '214212.760000', '214213.220000', '214213.680000', '214214.140000', '214214.600000', '214215.060000', '214215.520000', '214215.980000', '214216.440000', '214216.900000', '214217.360000', '214217.820000', '214218.280000', '214218.740000', '214219.200000', '214219.660000', '214220.120000', '214220.580000', '214221.040000', '214221.500000', '214221.960000', '214222.420000', '214222.880000', '214223.340000', '214223.800000', '214224.260000', '214224.720000', '214225.180000', '214225.640000', '214226.100000', '214226.560000', '214227.020000', '214227.480000', '214227.940000', '214228.400000', '214228.860000', '214229.320000', '214229.780000', '214230.240000', '214230.700000', '214231.160000', '214231.620000', '214232.080000', '214232.540000', '214233.000000', '214233.460000', '214233.920000', '214234.380000', '214234.840000', '214235.300000', '214235.760000', '214236.220000', '214236.680000', '214237.140000', '214237.600000', '214238.060000', '214238.520000', '214238.980000', '214239.440000', '214239.900000', '214240.360000', '214240.820000', '214241.280000', '214241.740000', '214242.200000', '214242.660000', '214243.120000', '214243.580000', '214244.040000', '214244.500000', '214244.960000', '214245.420000', '214245.880000', '214246.340000', '214246.800000', '214247.260000', '214247.720000', '214248.180000', '214248.640000', '214249.100000', '214249.560000', '214250.020000', '214250.480000', '214250.940000', '214251.400000', '214251.860000', '214252.320000', '214252.780000', '214253.240000', '214253.700000', '214254.160000', '214254.620000', '214255.080000', '214255.540000', '214256.000000', '214256.460000', '214256.920000', '214257.380000', '214257.840000', '214258.300000', '214258.760000', '214259.220000', '214259.680000', '214300.140000', '214300.600000', '214301.060000', '214301.520000', '214301.980000', '214302.440000', '214302.900000', '214303.360000', '214303.820000', '214304.280000', '214304.740000', '214305.200000', '214305.660000', '214306.120000', '214306.580000', '214307.040000', '214307.500000', '214307.960000', '214308.420000', '214308.880000', '214309.340000', '214309.800000', '214310.260000', '214310.720000', '214311.180000', '214311.640000', '214312.100000', '214312.560000', '214313.020000', '214313.480000', '214313.940000', '214314.400000', '214314.860000', '214315.320000', '214315.780000', '214316.240000', '214316.700000', '214317.160000', '214317.620000', '214318.080000', '214318.540000', '214319.000000', '214319.460000', '214319.920000', '214320.380000', '214320.840000', '214321.300000', '214321.760000', '214322.220000', '214322.680000', '214323.140000', '214323.600000', '214324.060000', '214324.520000', '214324.980000', '214325.440000', '214325.900000', '214326.360000', '214326.820000', '214327.280000', '214327.740000', '214328.200000', '214328.660000', '214329.120000', '214329.580000', '214330.040000', '214330.500000', '214330.960000', '214331.420000', '214331.880000', '214332.340000', '214332.800000', '214333.260000', '214333.720000', '214334.180000', '214334.640000', '214335.100000', '214335.560000', '214336.020000', '214336.480000', '214336.940000', '214337.400000', '214337.860000', '214338.320000', '214338.780000', '214339.240000', '214339.700000', '214340.160000', '214340.620000', '214341.080000', '214341.540000', '214342.000000', '214342.460000', '214342.920000', '214343.380000', '214343.840000', '214344.300000', '214344.760000', '214345.220000', '214345.680000', '214346.140000', '214346.600000', '214347.060000', '214347.520000', '214347.980000', '214348.440000', '214348.900000', '214349.360000', '214349.820000', '214350.280000', '214350.740000', '214351.200000', '214351.660000', '214352.120000', '214352.580000', '214353.040000', '214353.500000', '214353.960000', '214354.420000', '214354.880000', '214355.340000', '214355.800000', '214356.260000', '214356.720000', '214357.180000', '214357.640000', '214358.100000', '214358.560000', '214359.020000', '214359.480000', '214359.940000', '214400.400000', '214400.860000', '214401.320000', '214401.780000', '214402.240000', '214402.700000', '214403.160000', '214403.620000', '214404.080000', '214404.540000', '214405.000000', '214405.460000', '214405.920000', '214406.380000', '214406.840000', '214407.300000', '214407.760000', '214408.220000', '214408.680000', '214409.140000', '214409.600000', '214410.060000', '214410.520000', '214410.980000', '214411.440000', '214411.900000', '214412.360000', '214412.820000', '214413.280000', '214413.740000', '214414.200000', '214414.660000', '214415.120000', '214415.580000', '214416.040000', '214416.500000', '214416.960000', '214417.420000', '214417.880000', '214418.340000', '214418.800000', '214419.260000', '214419.720000', '214420.180000', '214420.640000', '214421.100000', '214421.560000', '214422.020000', '214422.480000', '214422.940000', '214423.400000', '214423.860000', '214424.320000', '214424.780000', '214425.240000', '214425.700000', '214426.160000', '214426.620000', '214427.080000', '214427.540000', '214428.000000', '214428.460000', '214428.920000', '214429.380000', '214429.840000', '214430.300000', '214430.760000', '214431.220000', '214431.680000', '214432.140000', '214432.600000', '214433.060000', '214433.520000', '214433.980000', '214434.440000', '214434.900000', '214435.360000', '214435.820000', '214436.280000', '214436.740000', '214437.200000', '214437.660000', '214438.120000', '214438.580000', '214439.040000', '214439.500000', '214439.960000', '214440.420000', '214440.880000', '214441.340000', '214441.800000', '214442.260000', '214442.720000', '214443.180000', '214443.640000', '214444.100000', '214444.560000', '214445.020000', '214445.480000', '214445.940000', '214446.400000', '214446.860000', '214447.320000', '214447.780000', '214448.240000', '214448.700000', '214449.160000', '214449.620000', '214450.080000', '214450.540000', '214451.000000', '214451.460000', '214451.920000', '214452.380000', '214452.840000', '214453.300000', '214453.760000', '214454.220000', '214454.680000', '214455.140000', '214455.600000', '214456.060000', '214456.520000', '214456.980000', '214457.440000', '214457.900000', '214458.360000', '214458.820000', '214459.280000', '214459.740000', '214500.200000', '214500.660000', '214501.120000', '214501.580000', '214502.040000', '214502.500000', '214502.960000', '214503.420000', '214503.880000', '214504.340000', '214504.800000', '214505.260000', '214505.720000', '214506.180000', '214506.640000', '214507.100000', '214507.560000', '214508.020000', '214508.480000', '214508.940000', '214509.400000', '214509.860000', '214510.320000', '214510.780000', '214511.240000', '214511.700000', '214512.160000', '214512.620000', '214513.080000', '214513.540000', '214514.000000', '214514.460000', '214514.920000', '214515.380000', '214515.840000', '214516.300000', '214516.760000', '214517.220000', '214517.680000', '214518.140000', '214518.600000', '214519.060000', '214519.520000', '214519.980000', '214520.440000', '214520.900000', '214521.360000', '214521.820000', '214522.280000', '214522.740000', '214523.200000', '214523.660000', '214524.120000', '214524.580000', '214525.040000', '214525.500000', '214525.960000', '214526.420000', '214526.880000', '214527.340000', '214527.800000', '214528.260000', '214528.720000', '214529.180000', '214529.640000', '214530.100000', '214530.560000', '214531.020000', '214531.480000', '214531.940000', '214532.400000', '214532.860000', '214533.320000', '214533.780000', '214534.240000', '214534.700000', '214535.160000', '214535.620000', '214536.080000', '214536.540000', '214537.000000', '214537.460000', '214537.920000', '214538.380000', '214538.840000', '214539.300000', '214539.760000', '214540.220000', '214540.680000', '214541.140000', '214541.600000', '214542.060000', '214542.520000', '214542.980000', '214543.440000', '214543.900000', '214544.360000', '214544.820000', '214545.280000', '214545.740000', '214546.200000', '214546.660000', '214547.120000', '214547.580000', '214548.040000', '214548.500000', '214548.960000', '214549.420000', '214549.880000', '214550.340000', '214550.800000', '214551.260000', '214551.720000', '214552.180000', '214552.640000', '214553.100000', '214553.560000', '214554.020000', '214554.480000', '214554.940000', '214555.400000', '214555.860000', '214556.320000', '214556.780000', '214557.240000', '214557.700000', '214558.160000', '214558.620000', '214559.080000', '214559.540000', '214600.000000', '214600.460000', '214600.920000', '214601.380000', '214601.840000', '214602.300000', '214602.760000', '214603.220000', '214603.680000', '214604.140000', '214604.600000', '214605.060000', '214605.520000', '214605.980000', '214606.440000', '214606.900000', '214607.360000', '214607.820000', '214608.280000', '214608.740000', '214609.200000', '214609.660000', '214610.120000', '214610.580000', '214611.040000', '214611.500000', '214611.960000', '214612.420000', '214612.880000', '214613.340000', '214613.800000', '214614.260000', '214614.720000', '214615.180000', '214615.640000', '214616.100000', '214616.560000', '214617.020000', '214617.480000', '214617.940000', '214618.400000', '214618.860000', '214619.320000', '214619.780000', '214620.240000', '214620.700000', '214621.160000', '214621.620000', '214622.080000', '214622.540000', '214623.000000', '214623.460000', '214623.920000', '214624.380000', '214624.840000', '214625.300000', '214625.760000', '214626.220000', '214626.680000', '214627.140000', '214627.600000', '214628.060000', '214628.520000', '214628.980000', '214629.440000', '214629.900000', '214630.360000', '214630.820000', '214631.280000', '214631.740000', '214632.200000', '214632.660000', '214633.120000', '214633.580000', '214634.040000', '214634.500000', '214634.960000', '214635.420000', '214635.880000', '214636.340000', '214636.800000', '214637.260000', '214637.720000', '214638.180000', '214638.640000', '214639.100000', '214639.560000', '214640.020000', '214640.480000', '214640.940000', '214641.400000', '214641.860000', '214642.320000', '214642.780000', '214643.240000', '214643.700000', '214644.160000', '214644.620000', '214645.080000', '214645.540000', '214646.000000', '214646.460000', '214646.920000', '214647.380000', '214647.840000', '214648.300000', '214648.760000', '214649.220000', '214649.680000', '214650.140000', '214650.600000', '214651.060000', '214651.520000', '214651.980000', '214652.440000', '214652.900000', '214653.360000', '214653.820000', '214654.280000', '214654.740000', '214655.200000', '214655.660000', '214656.120000', '214656.580000', '214657.040000', '214657.500000', '214657.960000', '214658.420000', '214658.880000', '214659.340000', '214659.800000', '214700.260000', '214700.720000', '214701.180000'], 'ContentTime': ['213912.707000', '213912.710000', '213912.713000', '213912.715000', '213912.718000', '213912.720000', '213912.723000', '213912.728000', '213912.730000', '213912.733000', '213912.736000', '213912.738000', '213912.741000', '213912.743000', '213912.746000', '213912.749000', '213912.751000', '213912.754000', '213912.756000', '213912.759000', '213912.761000', '213912.764000', '213912.766000', '213912.769000', '213912.772000', '213912.774000', '213912.777000', '213912.780000', '213912.787000', '213912.789000', '213912.792000', '213912.795000', '213912.797000', '213912.800000', '213912.802000', '213912.805000', '213912.807000', '213912.810000', '213912.813000', '213912.815000', '213912.818000', '213912.820000', '213912.823000', '213912.825000', '213912.828000', '213912.831000', '213912.833000', '213912.842000', '213912.845000', '213912.848000', '213932.680000', '213932.683000', '213932.686000', '213932.688000', '213932.691000', '213932.693000', '213932.696000', '213932.699000', '213932.701000', '213932.704000', '213932.706000', '213932.709000', '213932.712000', '213932.714000', '213932.717000', '213932.719000', '213932.722000', '213932.724000', '213932.727000', '213932.729000', '213932.732000', '213932.734000', '213932.737000', '213932.740000', '213932.742000', '213932.745000', '213932.748000', '213932.750000', '213932.753000', '213932.755000', '213932.758000', '213932.760000', '213932.763000', '213932.766000', '213932.768000', '213932.771000', '213932.773000', '213932.776000', '213932.779000', '213932.781000', '213932.784000', '213932.786000', '213932.789000', '213932.791000', '213952.681000', '213952.683000', '213952.692000', '213952.694000', '213952.698000', '213952.701000', '213952.703000', '213952.706000', '213952.709000', '213952.711000', '213952.714000', '213952.716000', '213952.719000', '213952.721000', '213952.724000', '213952.727000', '213952.729000', '213952.732000', '213952.734000', '213952.737000', '213952.740000', '213952.742000', '213952.745000', '213952.747000', '213952.750000', '213952.753000', '213952.755000', '213952.758000', '213952.760000', '213952.763000', '213952.766000', '213952.768000', '213952.771000', '213952.774000', '213952.777000', '213952.780000', '213952.783000', '213952.785000', '213952.788000', '213952.790000', '213952.793000', '213952.796000', '213952.798000', '214012.680000', '214012.683000', '214012.686000', '214012.688000', '214012.691000', '214012.693000', '214012.696000', '214012.699000', '214012.701000', '214012.704000', '214012.706000', '214012.709000', '214012.711000', '214012.714000', '214012.717000', '214012.719000', '214012.722000', '214012.724000', '214012.727000', '214012.730000', '214012.732000', '214012.735000', '214012.737000', '214012.740000', '214012.743000', '214012.745000', '214012.748000', '214012.750000', '214012.753000', '214012.755000', '214012.758000', '214012.761000', '214012.763000', '214012.766000', '214012.768000', '214012.771000', '214012.774000', '214012.776000', '214012.779000', '214012.781000', '214012.784000', '214012.786000', '214012.789000', '214012.792000', '214032.681000', '214032.683000', '214032.686000', '214032.689000', '214032.691000', '214032.694000', '214032.697000', '214032.699000', '214032.702000', '214032.704000', '214032.707000', '214032.710000', '214032.712000', '214032.715000', '214032.718000', '214032.720000', '214032.733000', '214032.736000', '214032.739000', '214032.741000', '214032.744000', '214032.746000', '214032.749000', '214032.752000', '214032.754000', '214032.757000', '214032.760000', '214032.762000', '214032.765000', '214032.768000', '214032.770000', '214032.773000', '214032.776000', '214032.778000', '214032.781000', '214032.783000', '214032.786000', '214032.789000', '214032.791000', '214032.794000', '214032.796000', '214032.799000', '214032.801000', '214052.680000', '214052.683000', '214052.686000', '214052.698000', '214052.701000', '214052.703000', '214052.706000', '214052.709000', '214052.711000', '214052.714000', '214052.716000', '214052.719000', '214052.721000', '214052.724000', '214052.727000', '214052.729000', '214052.732000', '214052.735000', '214052.737000', '214052.740000', '214052.742000', '214052.745000', '214052.747000', '214052.750000', '214052.753000', '214052.755000', '214052.758000', '214052.760000', '214052.763000', '214052.766000', '214052.768000', '214052.771000', '214052.773000', '214052.776000', '214052.779000', '214052.781000', '214052.784000', '214052.786000', '214052.789000', '214052.792000', '214052.794000', '214052.797000', '214052.829000', '214052.837000', '214112.682000', '214112.684000', '214112.687000', '214112.690000', '214112.692000', '214112.695000', '214112.697000', '214112.700000', '214112.703000', '214112.705000', '214112.708000', '214112.711000', '214112.714000', '214112.716000', '214112.719000', '214112.722000', '214112.724000', '214112.727000', '214112.730000', '214112.732000', '214112.735000', '214112.739000', '214112.741000', '214112.744000', '214112.747000', '214112.749000', '214112.752000', '214112.755000', '214112.757000', '214112.760000', '214112.763000', '214112.765000', '214112.768000', '214112.770000', '214112.773000', '214112.776000', '214112.778000', '214112.781000', '214112.783000', '214112.786000', '214112.789000', '214112.791000', '214112.794000', '214132.680000', '214132.694000', '214132.696000', '214132.699000', '214132.702000', '214132.704000', '214132.707000', '214132.710000', '214132.712000', '214132.715000', '214132.717000', '214132.720000', '214132.723000', '214132.725000', '214132.728000', '214132.730000', '214132.733000', '214132.736000', '214132.738000', '214132.741000', '214132.744000', '214132.746000', '214132.749000', '214132.751000', '214132.754000', '214132.756000', '214132.759000', '214132.762000', '214132.764000', '214132.767000', '214132.769000', '214132.772000', '214132.775000', '214132.777000', '214132.780000', '214132.782000', '214132.785000', '214132.787000', '214132.790000', '214132.792000', '214132.795000', '214132.798000', '214132.800000', '214132.803000', '214152.680000', '214152.683000', '214152.686000', '214152.688000', '214152.691000', '214152.694000', '214152.696000', '214152.699000', '214152.702000', '214152.704000', '214152.707000', '214152.709000', '214152.712000', '214152.715000', '214152.717000', '214152.720000', '214152.722000', '214152.725000', '214152.728000', '214152.730000', '214152.733000', '214152.736000', '214152.738000', '214152.743000', '214152.746000', '214152.748000', '214152.751000', '214152.754000', '214152.756000', '214152.759000', '214152.761000', '214152.764000', '214152.767000', '214152.769000', '214152.772000', '214152.775000', '214152.777000', '214152.780000', '214152.782000', '214152.785000', '214152.787000', '214152.790000', '214152.793000', '214212.680000', '214212.683000', '214212.686000', '214212.689000', '214212.691000', '214212.694000', '214212.697000', '214212.699000', '214212.702000', '214212.704000', '214212.707000', '214212.710000', '214212.712000', '214212.718000', '214212.720000', '214212.723000', '214212.725000', '214212.728000', '214212.731000', '214212.733000', '214212.736000', '214212.739000', '214212.741000', '214212.744000', '214212.746000', '214212.749000', '214212.752000', '214212.754000', '214212.757000', '214212.759000', '214212.762000', '214212.765000', '214212.767000', '214212.770000', '214212.773000', '214212.775000', '214212.778000', '214212.780000', '214212.783000', '214212.786000', '214212.788000', '214212.791000', '214212.794000', '214212.796000', '214232.680000', '214232.683000', '214232.686000', '214232.688000', '214232.691000', '214232.694000', '214232.696000', '214232.699000', '214232.702000', '214232.704000', '214232.707000', '214232.709000', '214232.712000', '214232.715000', '214232.717000', '214232.720000', '214232.723000', '214232.725000', '214232.728000', '214232.730000', '214232.733000', '214232.736000', '214232.738000', '214232.741000', '214232.743000', '214232.746000', '214232.748000', '214232.751000', '214232.754000', '214232.756000', '214232.759000', '214232.762000', '214232.764000', '214232.767000', '214232.769000', '214232.772000', '214232.775000', '214232.778000', '214232.781000', '214232.784000', '214232.786000', '214232.789000', '214232.792000', '214252.680000', '214252.683000', '214252.686000', '214252.688000', '214252.691000', '214252.693000', '214252.696000', '214252.699000', '214252.701000', '214252.704000', '214252.706000', '214252.709000', '214252.711000', '214252.714000', '214252.717000', '214252.719000', '214252.722000', '214252.725000', '214252.727000', '214252.730000', '214252.733000', '214252.735000', '214252.738000', '214252.740000', '214252.743000', '214252.746000', '214252.748000', '214252.751000', '214252.754000', '214252.756000', '214252.759000', '214252.762000', '214252.764000', '214252.767000', '214252.769000', '214252.772000', '214252.775000', '214252.777000', '214252.780000', '214252.783000', '214252.785000', '214252.788000', '214252.790000', '214252.793000', '214312.680000', '214312.683000', '214312.686000', '214312.689000', '214312.691000', '214312.694000', '214312.696000', '214312.699000', '214312.702000', '214312.704000', '214312.707000', '214312.709000', '214312.712000', '214312.715000', '214312.717000', '214312.720000', '214312.722000', '214312.725000', '214312.727000', '214312.730000', '214312.733000', '214312.735000', '214312.738000', '214312.741000', '214312.743000', '214312.746000', '214312.748000', '214312.751000', '214312.754000', '214312.757000', '214312.759000', '214312.762000', '214312.765000', '214312.767000', '214312.770000', '214312.773000', '214312.775000', '214312.778000', '214312.781000', '214312.783000', '214312.786000', '214312.789000', '214312.791000', '214332.682000', '214332.684000', '214332.687000', '214332.690000', '214332.692000', '214332.695000', '214332.697000', '214332.700000', '214332.703000', '214332.705000', '214332.708000', '214332.711000', '214332.714000', '214332.716000', '214332.719000', '214332.722000', '214332.724000', '214332.727000', '214332.729000', '214332.732000', '214332.735000', '214332.737000', '214332.740000', '214332.757000', '214332.759000', '214332.762000', '214332.764000', '214332.767000', '214332.770000', '214332.772000', '214332.775000', '214332.777000', '214332.780000', '214332.783000', '214332.785000', '214332.788000', '214332.791000', '214332.793000', '214332.796000', '214332.798000', '214332.817000', '214332.820000', '214332.823000', '214332.825000', '214352.681000', '214352.683000', '214352.686000', '214352.689000', '214352.691000', '214352.694000', '214352.697000', '214352.699000', '214352.702000', '214352.705000', '214352.707000', '214352.710000', '214352.712000', '214352.715000', '214352.717000', '214352.720000', '214352.723000', '214352.725000', '214352.734000', '214352.736000', '214352.739000', '214352.741000', '214352.745000', '214352.747000', '214352.750000', '214352.752000', '214352.755000', '214352.757000', '214352.760000', '214352.763000', '214352.765000', '214352.768000', '214352.770000', '214352.773000', '214352.776000', '214352.778000', '214352.781000', '214352.784000', '214352.786000', '214352.789000', '214352.791000', '214352.794000', '214352.796000', '214412.680000', '214412.683000', '214412.686000', '214412.689000', '214412.691000', '214412.694000', '214412.696000', '214412.699000', '214412.702000', '214412.704000', '214412.707000', '214412.709000', '214412.712000', '214412.715000', '214412.717000', '214412.720000', '214412.722000', '214412.725000', '214412.727000', '214412.730000', '214412.733000', '214412.735000', '214412.738000', '214412.741000', '214412.743000', '214412.746000', '214412.748000', '214412.751000', '214412.754000', '214412.756000', '214412.759000', '214412.762000', '214412.764000', '214412.767000', '214412.770000', '214412.772000', '214412.775000', '214412.778000', '214412.780000', '214412.783000', '214412.786000', '214412.788000', '214412.791000', '214412.793000', '214432.680000', '214432.683000', '214432.686000', '214432.689000', '214432.691000', '214432.694000', '214432.696000', '214432.699000', '214432.702000', '214432.704000', '214432.707000', '214432.709000', '214432.712000', '214432.715000', '214432.717000', '214432.720000', '214432.722000', '214432.725000', '214432.728000', '214432.730000', '214432.733000', '214432.737000', '214432.740000', '214432.742000', '214432.745000', '214432.748000', '214432.750000', '214432.753000', '214432.755000', '214432.758000', '214432.760000', '214432.763000', '214432.766000', '214432.768000', '214432.771000', '214432.774000', '214432.776000', '214432.779000', '214432.782000', '214432.784000', '214432.787000', '214432.790000', '214432.792000', '214452.681000', '214452.683000', '214452.686000', '214452.689000', '214452.691000', '214452.694000', '214452.697000', '214452.699000', '214452.702000', '214452.704000', '214452.707000', '214452.710000', '214452.712000', '214452.715000', '214452.718000', '214452.720000', '214452.723000', '214452.725000', '214452.728000', '214452.731000', '214452.733000', '214452.736000', '214452.739000', '214452.741000', '214452.744000', '214452.746000', '214452.749000', '214452.752000', '214452.754000', '214452.757000', '214452.760000', '214452.762000', '214452.765000', '214452.767000', '214452.770000', '214452.773000', '214452.775000', '214452.778000', '214452.781000', '214452.783000', '214452.786000', '214452.788000', '214452.791000', '214452.793000', '214512.680000', '214512.683000', '214512.686000', '214512.688000', '214512.691000', '214512.694000', '214512.696000', '214512.699000', '214512.702000', '214512.704000', '214512.707000', '214512.709000', '214512.712000', '214512.715000', '214512.717000', '214512.720000', '214512.723000', '214512.725000', '214512.728000', '214512.731000', '214512.733000', '214512.736000', '214512.738000', '214512.741000', '214512.744000', '214512.746000', '214512.749000', '214512.751000', '214512.754000', '214512.757000', '214512.759000', '214512.762000', '214512.765000', '214512.767000', '214512.770000', '214512.772000', '214512.775000', '214512.778000', '214512.780000', '214512.783000', '214512.785000', '214512.788000', '214512.791000', '214532.680000', '214532.683000', '214532.686000', '214532.688000', '214532.691000', '214532.694000', '214532.696000', '214532.699000', '214532.701000', '214532.704000', '214532.707000', '214532.709000', '214532.712000', '214532.715000', '214532.717000', '214532.720000', '214532.722000', '214532.725000', '214532.728000', '214532.730000', '214532.733000', '214532.735000', '214532.739000', '214532.742000', '214532.744000', '214532.747000', '214532.749000', '214532.752000', '214532.754000', '214532.757000', '214532.760000', '214532.762000', '214532.765000', '214532.768000', '214532.770000', '214532.773000', '214532.775000', '214532.778000', '214532.781000', '214532.783000', '214532.786000', '214532.788000', '214532.791000', '214532.793000', '214552.682000', '214552.684000', '214552.687000', '214552.690000', '214552.692000', '214552.695000', '214552.697000', '214552.700000', '214552.703000', '214552.705000', '214552.708000', '214552.711000', '214552.713000', '214552.716000', '214552.718000', '214552.721000', '214552.724000', '214552.726000', '214552.729000', '214552.731000', '214552.734000', '214552.736000', '214552.739000', '214552.742000', '214552.745000', '214552.747000', '214552.750000', '214552.752000', '214552.755000', '214552.758000', '214552.760000', '214552.763000', '214552.765000', '214552.768000', '214552.771000', '214552.774000', '214552.776000', '214552.779000', '214552.781000', '214552.784000', '214552.787000', '214552.789000', '214552.792000', '214612.681000', '214612.683000', '214612.686000', '214612.689000', '214612.691000', '214612.694000', '214612.697000', '214612.699000', '214612.702000', '214612.705000', '214612.707000', '214612.710000', '214612.713000', '214612.715000', '214612.718000', '214612.720000', '214612.723000', '214612.726000', '214612.728000', '214612.731000', '214612.734000', '214612.736000', '214612.739000', '214612.741000', '214612.744000', '214612.746000', '214612.749000', '214612.751000', '214612.754000', '214612.757000', '214612.759000', '214612.762000', '214612.765000', '214612.767000', '214612.770000', '214612.772000', '214612.775000', '214612.778000', '214612.780000', '214612.783000', '214612.785000', '214612.788000', '214612.791000', '214612.793000', '214632.681000', '214632.683000', '214632.686000', '214632.689000', '214632.691000', '214632.694000', '214632.696000', '214632.699000', '214632.702000', '214632.704000', '214632.707000', '214632.709000', '214632.712000', '214632.715000', '214632.717000', '214632.720000', '214632.723000', '214632.725000', '214632.728000', '214632.730000', '214632.733000', '214632.736000', '214632.738000', '214632.741000', '214632.743000', '214632.746000', '214632.748000', '214632.751000', '214632.754000', '214632.756000', '214632.759000', '214632.762000', '214632.764000', '214632.767000', '214632.769000', '214632.772000', '214632.775000', '214632.777000', '214632.780000', '214632.782000', '214632.785000', '214632.787000', '214632.790000', '214652.681000', '214652.683000', '214652.686000', '214652.689000', '214652.691000', '214652.694000', '214652.696000', '214652.699000', '214652.702000', '214652.704000', '214652.707000', '214652.709000', '214652.712000', '214652.714000', '214652.717000', '214652.720000', '214652.722000', '214652.725000', '214652.728000', '214652.730000', '214652.733000', '214652.735000', '214652.738000', '214652.741000', '214652.744000', '214652.746000', '214652.749000', '214652.752000', '214652.754000', '214652.757000', '214652.759000', '214652.762000', '214652.765000', '214652.767000', '214652.770000', '214652.772000', '214652.775000', '214652.777000', '214652.780000', '214652.783000', '214652.785000', '214652.788000', '214652.790000', '214702.739000', '214702.742000', '214702.745000', '214702.748000', '214702.750000', '214702.753000', '214702.756000', '214702.758000', '214702.761000', '214702.763000', '214702.769000', '214702.772000', '214702.775000', '214702.778000', '214702.781000', '214702.783000', '214702.786000', '214702.789000', '214702.792000', '214702.795000', '214702.797000', '214702.836000', '214702.838000'], 'InstanceCreationTime': ['213912.707000', '213912.710000', '213912.713000', '213912.715000', '213912.718000', '213912.720000', '213912.723000', '213912.728000', '213912.730000', '213912.733000', '213912.736000', '213912.738000', '213912.741000', '213912.743000', '213912.746000', '213912.749000', '213912.751000', '213912.754000', '213912.756000', '213912.759000', '213912.761000', '213912.764000', '213912.766000', '213912.769000', '213912.772000', '213912.774000', '213912.777000', '213912.780000', '213912.787000', '213912.789000', '213912.792000', '213912.795000', '213912.797000', '213912.800000', '213912.802000', '213912.805000', '213912.807000', '213912.810000', '213912.813000', '213912.815000', '213912.818000', '213912.820000', '213912.823000', '213912.825000', '213912.828000', '213912.831000', '213912.833000', '213912.842000', '213912.845000', '213912.848000', '213932.680000', '213932.683000', '213932.686000', '213932.688000', '213932.691000', '213932.693000', '213932.696000', '213932.699000', '213932.701000', '213932.704000', '213932.706000', '213932.709000', '213932.712000', '213932.714000', '213932.717000', '213932.719000', '213932.722000', '213932.724000', '213932.727000', '213932.729000', '213932.732000', '213932.734000', '213932.737000', '213932.740000', '213932.742000', '213932.745000', '213932.748000', '213932.750000', '213932.753000', '213932.755000', '213932.758000', '213932.760000', '213932.763000', '213932.766000', '213932.768000', '213932.771000', '213932.773000', '213932.776000', '213932.779000', '213932.781000', '213932.784000', '213932.786000', '213932.789000', '213932.791000', '213952.681000', '213952.683000', '213952.692000', '213952.694000', '213952.698000', '213952.701000', '213952.703000', '213952.706000', '213952.709000', '213952.711000', '213952.714000', '213952.716000', '213952.719000', '213952.721000', '213952.724000', '213952.727000', '213952.729000', '213952.732000', '213952.734000', '213952.737000', '213952.740000', '213952.742000', '213952.745000', '213952.747000', '213952.750000', '213952.753000', '213952.755000', '213952.758000', '213952.760000', '213952.763000', '213952.766000', '213952.768000', '213952.771000', '213952.774000', '213952.777000', '213952.780000', '213952.783000', '213952.785000', '213952.788000', '213952.790000', '213952.793000', '213952.796000', '213952.798000', '214012.680000', '214012.683000', '214012.686000', '214012.688000', '214012.691000', '214012.693000', '214012.696000', '214012.699000', '214012.701000', '214012.704000', '214012.706000', '214012.709000', '214012.711000', '214012.714000', '214012.717000', '214012.719000', '214012.722000', '214012.724000', '214012.727000', '214012.730000', '214012.732000', '214012.735000', '214012.737000', '214012.740000', '214012.743000', '214012.745000', '214012.748000', '214012.750000', '214012.753000', '214012.755000', '214012.758000', '214012.761000', '214012.763000', '214012.766000', '214012.768000', '214012.771000', '214012.774000', '214012.776000', '214012.779000', '214012.781000', '214012.784000', '214012.786000', '214012.789000', '214012.792000', '214032.681000', '214032.683000', '214032.686000', '214032.689000', '214032.691000', '214032.694000', '214032.697000', '214032.699000', '214032.702000', '214032.704000', '214032.707000', '214032.710000', '214032.712000', '214032.715000', '214032.718000', '214032.720000', '214032.733000', '214032.736000', '214032.739000', '214032.741000', '214032.744000', '214032.746000', '214032.749000', '214032.752000', '214032.754000', '214032.757000', '214032.760000', '214032.762000', '214032.765000', '214032.768000', '214032.770000', '214032.773000', '214032.776000', '214032.778000', '214032.781000', '214032.783000', '214032.786000', '214032.789000', '214032.791000', '214032.794000', '214032.796000', '214032.799000', '214032.801000', '214052.680000', '214052.683000', '214052.686000', '214052.698000', '214052.701000', '214052.703000', '214052.706000', '214052.709000', '214052.711000', '214052.714000', '214052.716000', '214052.719000', '214052.721000', '214052.724000', '214052.727000', '214052.729000', '214052.732000', '214052.735000', '214052.737000', '214052.740000', '214052.742000', '214052.745000', '214052.747000', '214052.750000', '214052.753000', '214052.755000', '214052.758000', '214052.760000', '214052.763000', '214052.766000', '214052.768000', '214052.771000', '214052.773000', '214052.776000', '214052.779000', '214052.781000', '214052.784000', '214052.786000', '214052.789000', '214052.792000', '214052.794000', '214052.797000', '214052.829000', '214052.837000', '214112.682000', '214112.684000', '214112.687000', '214112.690000', '214112.692000', '214112.695000', '214112.697000', '214112.700000', '214112.703000', '214112.705000', '214112.708000', '214112.711000', '214112.714000', '214112.716000', '214112.719000', '214112.722000', '214112.724000', '214112.727000', '214112.730000', '214112.732000', '214112.735000', '214112.739000', '214112.741000', '214112.744000', '214112.747000', '214112.749000', '214112.752000', '214112.755000', '214112.757000', '214112.760000', '214112.763000', '214112.765000', '214112.768000', '214112.770000', '214112.773000', '214112.776000', '214112.778000', '214112.781000', '214112.783000', '214112.786000', '214112.789000', '214112.791000', '214112.794000', '214132.680000', '214132.694000', '214132.696000', '214132.699000', '214132.702000', '214132.704000', '214132.707000', '214132.710000', '214132.712000', '214132.715000', '214132.717000', '214132.720000', '214132.723000', '214132.725000', '214132.728000', '214132.730000', '214132.733000', '214132.736000', '214132.738000', '214132.741000', '214132.744000', '214132.746000', '214132.749000', '214132.751000', '214132.754000', '214132.756000', '214132.759000', '214132.762000', '214132.764000', '214132.767000', '214132.769000', '214132.772000', '214132.775000', '214132.777000', '214132.780000', '214132.782000', '214132.785000', '214132.787000', '214132.790000', '214132.792000', '214132.795000', '214132.798000', '214132.800000', '214132.803000', '214152.680000', '214152.683000', '214152.686000', '214152.688000', '214152.691000', '214152.694000', '214152.696000', '214152.699000', '214152.702000', '214152.704000', '214152.707000', '214152.709000', '214152.712000', '214152.715000', '214152.717000', '214152.720000', '214152.722000', '214152.725000', '214152.728000', '214152.730000', '214152.733000', '214152.736000', '214152.738000', '214152.743000', '214152.746000', '214152.748000', '214152.751000', '214152.754000', '214152.756000', '214152.759000', '214152.761000', '214152.764000', '214152.767000', '214152.769000', '214152.772000', '214152.775000', '214152.777000', '214152.780000', '214152.782000', '214152.785000', '214152.787000', '214152.790000', '214152.793000', '214212.680000', '214212.683000', '214212.686000', '214212.689000', '214212.691000', '214212.694000', '214212.697000', '214212.699000', '214212.702000', '214212.704000', '214212.707000', '214212.710000', '214212.712000', '214212.718000', '214212.720000', '214212.723000', '214212.725000', '214212.728000', '214212.731000', '214212.733000', '214212.736000', '214212.739000', '214212.741000', '214212.744000', '214212.746000', '214212.749000', '214212.752000', '214212.754000', '214212.757000', '214212.759000', '214212.762000', '214212.765000', '214212.767000', '214212.770000', '214212.773000', '214212.775000', '214212.778000', '214212.780000', '214212.783000', '214212.786000', '214212.788000', '214212.791000', '214212.794000', '214212.796000', '214232.680000', '214232.683000', '214232.686000', '214232.688000', '214232.691000', '214232.694000', '214232.696000', '214232.699000', '214232.702000', '214232.704000', '214232.707000', '214232.709000', '214232.712000', '214232.715000', '214232.717000', '214232.720000', '214232.723000', '214232.725000', '214232.728000', '214232.730000', '214232.733000', '214232.736000', '214232.738000', '214232.741000', '214232.743000', '214232.746000', '214232.748000', '214232.751000', '214232.754000', '214232.756000', '214232.759000', '214232.762000', '214232.764000', '214232.767000', '214232.769000', '214232.772000', '214232.775000', '214232.778000', '214232.781000', '214232.784000', '214232.786000', '214232.789000', '214232.792000', '214252.680000', '214252.683000', '214252.686000', '214252.688000', '214252.691000', '214252.693000', '214252.696000', '214252.699000', '214252.701000', '214252.704000', '214252.706000', '214252.709000', '214252.711000', '214252.714000', '214252.717000', '214252.719000', '214252.722000', '214252.725000', '214252.727000', '214252.730000', '214252.733000', '214252.735000', '214252.738000', '214252.740000', '214252.743000', '214252.746000', '214252.748000', '214252.751000', '214252.754000', '214252.756000', '214252.759000', '214252.762000', '214252.764000', '214252.767000', '214252.769000', '214252.772000', '214252.775000', '214252.777000', '214252.780000', '214252.783000', '214252.785000', '214252.788000', '214252.790000', '214252.793000', '214312.680000', '214312.683000', '214312.686000', '214312.689000', '214312.691000', '214312.694000', '214312.696000', '214312.699000', '214312.702000', '214312.704000', '214312.707000', '214312.709000', '214312.712000', '214312.715000', '214312.717000', '214312.720000', '214312.722000', '214312.725000', '214312.727000', '214312.730000', '214312.733000', '214312.735000', '214312.738000', '214312.741000', '214312.743000', '214312.746000', '214312.748000', '214312.751000', '214312.754000', '214312.757000', '214312.759000', '214312.762000', '214312.765000', '214312.767000', '214312.770000', '214312.773000', '214312.775000', '214312.778000', '214312.781000', '214312.783000', '214312.786000', '214312.789000', '214312.791000', '214332.682000', '214332.684000', '214332.687000', '214332.690000', '214332.692000', '214332.695000', '214332.697000', '214332.700000', '214332.703000', '214332.705000', '214332.708000', '214332.711000', '214332.714000', '214332.716000', '214332.719000', '214332.722000', '214332.724000', '214332.727000', '214332.729000', '214332.732000', '214332.735000', '214332.737000', '214332.740000', '214332.757000', '214332.759000', '214332.762000', '214332.764000', '214332.767000', '214332.770000', '214332.772000', '214332.775000', '214332.777000', '214332.780000', '214332.783000', '214332.785000', '214332.788000', '214332.791000', '214332.793000', '214332.796000', '214332.798000', '214332.817000', '214332.820000', '214332.823000', '214332.825000', '214352.681000', '214352.683000', '214352.686000', '214352.689000', '214352.691000', '214352.694000', '214352.697000', '214352.699000', '214352.702000', '214352.705000', '214352.707000', '214352.710000', '214352.712000', '214352.715000', '214352.717000', '214352.720000', '214352.723000', '214352.725000', '214352.734000', '214352.736000', '214352.739000', '214352.741000', '214352.745000', '214352.747000', '214352.750000', '214352.752000', '214352.755000', '214352.757000', '214352.760000', '214352.763000', '214352.765000', '214352.768000', '214352.770000', '214352.773000', '214352.776000', '214352.778000', '214352.781000', '214352.784000', '214352.786000', '214352.789000', '214352.791000', '214352.794000', '214352.796000', '214412.680000', '214412.683000', '214412.686000', '214412.689000', '214412.691000', '214412.694000', '214412.696000', '214412.699000', '214412.702000', '214412.704000', '214412.707000', '214412.709000', '214412.712000', '214412.715000', '214412.717000', '214412.720000', '214412.722000', '214412.725000', '214412.727000', '214412.730000', '214412.733000', '214412.735000', '214412.738000', '214412.741000', '214412.743000', '214412.746000', '214412.748000', '214412.751000', '214412.754000', '214412.756000', '214412.759000', '214412.762000', '214412.764000', '214412.767000', '214412.770000', '214412.772000', '214412.775000', '214412.778000', '214412.780000', '214412.783000', '214412.786000', '214412.788000', '214412.791000', '214412.793000', '214432.680000', '214432.683000', '214432.686000', '214432.689000', '214432.691000', '214432.694000', '214432.696000', '214432.699000', '214432.702000', '214432.704000', '214432.707000', '214432.709000', '214432.712000', '214432.715000', '214432.717000', '214432.720000', '214432.722000', '214432.725000', '214432.728000', '214432.730000', '214432.733000', '214432.737000', '214432.740000', '214432.742000', '214432.745000', '214432.748000', '214432.750000', '214432.753000', '214432.755000', '214432.758000', '214432.760000', '214432.763000', '214432.766000', '214432.768000', '214432.771000', '214432.774000', '214432.776000', '214432.779000', '214432.782000', '214432.784000', '214432.787000', '214432.790000', '214432.792000', '214452.681000', '214452.683000', '214452.686000', '214452.689000', '214452.691000', '214452.694000', '214452.697000', '214452.699000', '214452.702000', '214452.704000', '214452.707000', '214452.710000', '214452.712000', '214452.715000', '214452.718000', '214452.720000', '214452.723000', '214452.725000', '214452.728000', '214452.731000', '214452.733000', '214452.736000', '214452.739000', '214452.741000', '214452.744000', '214452.746000', '214452.749000', '214452.752000', '214452.754000', '214452.757000', '214452.760000', '214452.762000', '214452.765000', '214452.767000', '214452.770000', '214452.773000', '214452.775000', '214452.778000', '214452.781000', '214452.783000', '214452.786000', '214452.788000', '214452.791000', '214452.793000', '214512.680000', '214512.683000', '214512.686000', '214512.688000', '214512.691000', '214512.694000', '214512.696000', '214512.699000', '214512.702000', '214512.704000', '214512.707000', '214512.709000', '214512.712000', '214512.715000', '214512.717000', '214512.720000', '214512.723000', '214512.725000', '214512.728000', '214512.731000', '214512.733000', '214512.736000', '214512.738000', '214512.741000', '214512.744000', '214512.746000', '214512.749000', '214512.751000', '214512.754000', '214512.757000', '214512.759000', '214512.762000', '214512.765000', '214512.767000', '214512.770000', '214512.772000', '214512.775000', '214512.778000', '214512.780000', '214512.783000', '214512.785000', '214512.788000', '214512.791000', '214532.680000', '214532.683000', '214532.686000', '214532.688000', '214532.691000', '214532.694000', '214532.696000', '214532.699000', '214532.701000', '214532.704000', '214532.707000', '214532.709000', '214532.712000', '214532.715000', '214532.717000', '214532.720000', '214532.722000', '214532.725000', '214532.728000', '214532.730000', '214532.733000', '214532.735000', '214532.739000', '214532.742000', '214532.744000', '214532.747000', '214532.749000', '214532.752000', '214532.754000', '214532.757000', '214532.760000', '214532.762000', '214532.765000', '214532.768000', '214532.770000', '214532.773000', '214532.775000', '214532.778000', '214532.781000', '214532.783000', '214532.786000', '214532.788000', '214532.791000', '214532.793000', '214552.682000', '214552.684000', '214552.687000', '214552.690000', '214552.692000', '214552.695000', '214552.697000', '214552.700000', '214552.703000', '214552.705000', '214552.708000', '214552.711000', '214552.713000', '214552.716000', '214552.718000', '214552.721000', '214552.724000', '214552.726000', '214552.729000', '214552.731000', '214552.734000', '214552.736000', '214552.739000', '214552.742000', '214552.745000', '214552.747000', '214552.750000', '214552.752000', '214552.755000', '214552.758000', '214552.760000', '214552.763000', '214552.765000', '214552.768000', '214552.771000', '214552.774000', '214552.776000', '214552.779000', '214552.781000', '214552.784000', '214552.787000', '214552.789000', '214552.792000', '214612.681000', '214612.683000', '214612.686000', '214612.689000', '214612.691000', '214612.694000', '214612.697000', '214612.699000', '214612.702000', '214612.705000', '214612.707000', '214612.710000', '214612.713000', '214612.715000', '214612.718000', '214612.720000', '214612.723000', '214612.726000', '214612.728000', '214612.731000', '214612.734000', '214612.736000', '214612.739000', '214612.741000', '214612.744000', '214612.746000', '214612.749000', '214612.751000', '214612.754000', '214612.757000', '214612.759000', '214612.762000', '214612.765000', '214612.767000', '214612.770000', '214612.772000', '214612.775000', '214612.778000', '214612.780000', '214612.783000', '214612.785000', '214612.788000', '214612.791000', '214612.793000', '214632.681000', '214632.683000', '214632.686000', '214632.689000', '214632.691000', '214632.694000', '214632.696000', '214632.699000', '214632.702000', '214632.704000', '214632.707000', '214632.709000', '214632.712000', '214632.715000', '214632.717000', '214632.720000', '214632.723000', '214632.725000', '214632.728000', '214632.730000', '214632.733000', '214632.736000', '214632.738000', '214632.741000', '214632.743000', '214632.746000', '214632.748000', '214632.751000', '214632.754000', '214632.756000', '214632.759000', '214632.762000', '214632.764000', '214632.767000', '214632.769000', '214632.772000', '214632.775000', '214632.777000', '214632.780000', '214632.782000', '214632.785000', '214632.787000', '214632.790000', '214652.681000', '214652.683000', '214652.686000', '214652.689000', '214652.691000', '214652.694000', '214652.696000', '214652.699000', '214652.702000', '214652.704000', '214652.707000', '214652.709000', '214652.712000', '214652.714000', '214652.717000', '214652.720000', '214652.722000', '214652.725000', '214652.728000', '214652.730000', '214652.733000', '214652.735000', '214652.738000', '214652.741000', '214652.744000', '214652.746000', '214652.749000', '214652.752000', '214652.754000', '214652.757000', '214652.759000', '214652.762000', '214652.765000', '214652.767000', '214652.770000', '214652.772000', '214652.775000', '214652.777000', '214652.780000', '214652.783000', '214652.785000', '214652.788000', '214652.790000', '214702.739000', '214702.742000', '214702.745000', '214702.748000', '214702.750000', '214702.753000', '214702.756000', '214702.758000', '214702.761000', '214702.763000', '214702.769000', '214702.772000', '214702.775000', '214702.778000', '214702.781000', '214702.783000', '214702.786000', '214702.789000', '214702.792000', '214702.795000', '214702.797000', '214702.836000', '214702.838000'], '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], 'LargestImagePixelValue': [10864, 8284, 10339, 7871, 7477, 7504, 8194, 8881, 8080, 9988, 7496, 8752, 8694, 8220, 8232, 7518, 9169, 7739, 9216, 8277, 8874, 7882, 8495, 7624, 9063, 7868, 8358, 7287, 8171, 7057, 8103, 9248, 7805, 9165, 8011, 8619, 7795, 8510, 7235, 8259, 9092, 7914, 9834, 7576, 9358, 7765, 8645, 8013, 8831, 7847, 8343, 7827, 8415, 7469, 8595, 7443, 8678, 7136, 8192, 7549, 8122, 7899, 8741, 7691, 8978, 7444, 8144, 7322, 8326, 7269, 7813, 7316, 8074, 7001, 8114, 7334, 7995, 7577, 8370, 7841, 9397, 7302, 9091, 7611, 8798, 8018, 9457, 7607, 9566, 7339, 8994, 7797, 9594, 8037, 9088, 7687, 10326, 7615, 9706, 8063, 9197, 7918, 8632, 8097, 8949, 7830, 9174, 7918, 7466, 8661, 7968, 7881, 7458, 7433, 7496, 7981, 9448, 8432, 9907, 7641, 9299, 7655, 8692, 7763, 7874, 7739, 7595, 7144, 7614, 7623, 8236, 7732, 7732, 6671, 7805, 8280, 7600, 8900, 7900, 8957, 7564, 8854, 7472, 9219, 7569, 9096, 7272, 8688, 7530, 8576, 7642, 8192, 7675, 8150, 7363, 8660, 7469, 8573, 7249, 7429, 7118, 7544, 7348, 7798, 7257, 7859, 7139, 7594, 6907, 8126, 8340, 7823, 9233, 8022, 9041, 7788, 9136, 7536, 8793, 7881, 8380, 7634, 8993, 7639, 8735, 7840, 8610, 7541, 8552, 7491, 8841, 7855, 8669, 8307, 8646, 7761, 8833, 7618, 9119, 7711, 9595, 8494, 7090, 7637, 7185, 8286, 8615, 7889, 10237, 7981, 9137, 7984, 9096, 8018, 8772, 7859, 9028, 8121, 8147, 7511, 6984, 7547, 7293, 8555, 9815, 8004, 9238, 7599, 8461, 7214, 8381, 7059, 8361, 8945, 7985, 9075, 8295, 8759, 7999, 8628, 7578, 9390, 9960, 8264, 9025, 7902, 8889, 7757, 8488, 7401, 8171, 8450, 8117, 8802, 7791, 9030, 8083, 8240, 7267, 7988, 7664, 7517, 8687, 7954, 8507, 8025, 8047, 7635, 7601, 7738, 7483, 8111, 7475, 7695, 7382, 7347, 7316, 7162, 7662, 9903, 7852, 9070, 7641, 8921, 7468, 8572, 8103, 8949, 8569, 7916, 7774, 8126, 7310, 8771, 7623, 8306, 7812, 8972, 7863, 7739, 7309, 7798, 7177, 7732, 7442, 7602, 7932, 7993, 9277, 7685, 9030, 8200, 8464, 7575, 7050, 7518, 7716, 8031, 9589, 7632, 8704, 7636, 9018, 7929, 8704, 7553, 8257, 7744, 9019, 7673, 9998, 7790, 8039, 7406, 7730, 6874, 8396, 9365, 7782, 8912, 7769, 8473, 7804, 8736, 7336, 8194, 7999, 8104, 7465, 7994, 7349, 7535, 7376, 7336, 7299, 7492, 7450, 7325, 7126, 8208, 8578, 7809, 9178, 7806, 9099, 7695, 8709, 7954, 8825, 8106, 8273, 7744, 8142, 7509, 7549, 7892, 7743, 7116, 7973, 8711, 7518, 9397, 7740, 8771, 7952, 8256, 7840, 8746, 7726, 8411, 8023, 7822, 7792, 8529, 7816, 8009, 8086, 9091, 7847, 7980, 7992, 7739, 7957, 8871, 8269, 9433, 7987, 8245, 7438, 7954, 7485, 7972, 9126, 7694, 9966, 7802, 8813, 7637, 8786, 7741, 8265, 7517, 7956, 7730, 7911, 7658, 7885, 7936, 7507, 7062, 7292, 7530, 8078, 9199, 7778, 9542, 7568, 9054, 7594, 9078, 8035, 8429, 7768, 8557, 7781, 8795, 7665, 9075, 7984, 7968, 7739, 7947, 7268, 7795, 7324, 7402, 7188, 7499, 7161, 7842, 9086, 7755, 9497, 7950, 8582, 7598, 8562, 7487, 8380, 7669, 8253, 8287, 9097, 7793, 7856, 7633, 8215, 7426, 8894, 7322, 7549, 7331, 7892, 7273, 7737, 7212, 7680, 7417, 8702, 7380, 8332, 7322, 8007, 7332, 7721, 7645, 8497, 8254, 7903, 7688, 8192, 7978, 7883, 9335, 7597, 9499, 7998, 11366, 7495, 9177, 7405, 8652, 7674, 9785, 7973, 8966, 7851, 8726, 7776, 9564, 11018, 9519, 10701, 9059, 9226, 8746, 9007, 8700, 8892, 8548, 8628, 8547, 8639, 8765, 8224, 8551, 8395, 8659, 8445, 8327, 8434, 7848, 8466, 7838, 8767, 8231, 9590, 7758, 9952, 7687, 9334, 7670, 8543, 7675, 8604, 7514, 8594, 7637, 9173, 7500, 8713, 7659, 8445, 7613, 8713, 7500, 8626, 7514, 8584, 7589, 9018, 7496, 9645, 7582, 8989, 7590, 9331, 7861, 9362, 7600, 8140, 7671, 7749, 8023, 7910, 8354, 7393, 8247, 8587, 7781, 8984, 7813, 9951, 7761, 9003, 7701, 8726, 7901, 8433, 7652, 8666, 7672, 8470, 7267, 8332, 7612, 8383, 7742, 9326, 7942, 9645, 7599, 8295, 7456, 8145, 7310, 8357, 7152, 8121, 7229, 7965, 7084, 7657, 7877, 7642, 7229, 7563, 7685, 7661, 9316, 7571, 9004, 7734, 8834, 7651, 8694, 8364, 7190, 7474, 7132, 8141, 7824, 7927, 7483, 8603, 9901, 8089, 9966, 7776, 10095, 8627, 9533, 8406, 10216, 7793, 9560, 8442, 7971, 8231, 7296, 9254, 7745, 8332, 8733, 9582, 8084, 7675, 8634, 7956, 9597, 10359, 9208, 9851, 8869, 9709, 8354, 9023, 7873, 8856, 7709, 8275, 7219, 8513, 7183, 7963, 7013, 7971, 9131, 7787, 9057, 7663, 8608, 8021, 9596, 7950, 9724, 7759, 10719, 7733, 8398, 7609, 8269, 7213, 8533, 9245, 7718, 8752, 7739, 8955, 7532, 8751, 7824, 8868, 7620, 8374, 7438, 8399, 7473, 8462, 7583, 8283, 7388, 8202, 7507, 8462, 7545, 7609, 7056, 7841, 8242, 7652, 9697, 7712, 8927, 7690, 8419, 7763, 9068, 7438, 9003, 7837, 8141, 7302, 7739, 6898, 7782, 9494, 7786, 8593, 7625, 8261, 7660, 8533, 7453, 8100, 7164, 7772, 8503, 7895, 8899, 7601, 8796, 7465, 8829, 7815, 7906, 7549, 8293, 7623, 7851, 7121, 7826, 7106, 8014, 7129, 7970, 8824, 7586, 8557, 7618, 8647, 7703, 8104, 7428, 7656, 7170, 7755, 7552, 8313, 7212, 7923, 7664, 8166, 7591, 9353, 7712, 9142, 7402, 8004, 7271, 7802, 7072, 8013, 8900, 7674, 9162, 7555, 8563, 7341, 8832, 7633, 8491, 7340, 8206, 7317, 8219, 7234, 8051, 7782, 7503, 9988, 7617, 8921, 7695, 8707, 7380, 8342, 7661, 8284, 7659, 7719, 7234, 7559, 7618, 7641, 9968, 7767, 8645, 7517, 8444, 7854, 7718, 7411, 8012, 7905, 7868, 9202, 7770, 8696, 7734, 8362, 7762, 8451, 7670, 8028, 7699, 7915, 7635, 7993, 7224, 8697, 7413, 8310, 7704, 7610, 7440, 7718, 7814, 7727, 9226, 7676, 8073, 8027, 9689, 7674, 9813, 7612, 9521, 7895, 9957, 7783, 8919, 7667, 10092, 7649, 8178, 7513, 8192, 7410, 8161, 7552, 7863, 7769, 8293, 8140, 8005, 7351, 8169, 7489, 9159, 7858, 8829, 7819, 8712, 7755, 9625, 7935, 10218, 8277, 9853, 8210, 9649, 8040, 8929, 8504, 8549, 8095, 8377, 7442, 8272, 7446, 8311, 7199, 8004, 7556, 8824, 6953, 8301, 9017, 7618, 10185, 7476, 9674, 7789, 8047, 7941, 9307, 7666, 9659, 7825, 8458, 7440, 8426, 7379, 8506, 7456, 8890, 9997, 8510, 8786, 8226, 8765, 7677, 9056, 7789, 8554, 7841, 7925, 7675, 8414, 7741, 10729, 7852, 8329, 7633, 9151, 7667, 8392, 7346, 8021, 7283, 8167, 7395, 8239, 7264, 8994, 9234, 8039, 10231, 7668, 9540, 7914, 8529, 8049, 9807, 7661, 8272, 7376, 8247, 6817, 7967, 7460, 8132, 9207, 7833, 9596, 7434, 8734, 7441, 9022, 7113, 7477, 7301, 7416, 6971, 8267, 7382, 8599, 7455, 9100, 7274, 7870, 8382, 7837, 11856, 7648, 10480, 7550, 10381, 7651, 8830, 7682, 10882, 7841, 8177, 7419, 7861, 7453, 8940, 7388, 7854, 8605, 8421, 11192, 7933, 9521, 7789, 8533, 7701, 8633, 7774, 8176, 7581, 9102, 7506, 7906, 7173, 8889, 9009, 7913, 9738, 7727, 7997, 7608, 7242, 8795, 9508, 7707, 9899, 7885, 9335, 8121, 8746, 7784, 9107, 7694, 9393, 7702, 8912, 7771, 8930, 7677, 8842], 'WindowCenter': [4303.0, 4257.0, 4271.0, 4242.0, 4218.0, 4218.0, 4237.0, 4248.0, 4229.0, 4259.0, 4215.0, 4236.0, 4236.0, 4237.0, 4224.0, 4217.0, 4235.0, 4213.0, 4234.0, 4224.0, 4234.0, 4213.0, 4221.0, 4203.0, 4221.0, 4211.0, 4212.0, 4201.0, 4212.0, 4190.0, 4211.0, 4218.0, 4200.0, 4219.0, 4211.0, 4209.0, 4199.0, 4220.0, 4189.0, 4212.0, 4217.0, 4211.0, 4230.0, 4201.0, 4218.0, 4199.0, 4220.0, 4211.0, 4221.0, 4211.0, 4212.0, 4202.0, 4223.0, 4200.0, 4223.0, 4201.0, 4222.0, 4192.0, 4222.0, 4213.0, 4214.0, 4223.0, 4235.0, 4214.0, 4234.0, 4202.0, 4213.0, 4202.0, 4223.0, 4202.0, 4214.0, 4202.0, 4214.0, 4202.0, 4223.0, 4215.0, 4224.0, 4215.0, 4225.0, 4225.0, 4234.0, 4214.0, 4234.0, 4215.0, 4233.0, 4226.0, 4243.0, 4215.0, 4243.0, 4214.0, 4233.0, 4215.0, 4243.0, 4214.0, 4222.0, 4214.0, 4243.0, 4212.0, 4233.0, 4212.0, 4231.0, 4215.0, 4221.0, 4213.0, 4222.0, 4213.0, 4233.0, 4214.0, 4204.0, 4235.0, 4213.0, 4212.0, 4204.0, 4213.0, 4214.0, 4238.0, 4247.0, 4228.0, 4245.0, 4213.0, 4231.0, 4201.0, 4211.0, 4199.0, 4211.0, 4199.0, 4201.0, 4190.0, 4202.0, 4200.0, 4222.0, 4211.0, 4213.0, 4191.0, 4212.0, 4222.0, 4214.0, 4234.0, 4226.0, 4233.0, 4214.0, 4233.0, 4215.0, 4245.0, 4226.0, 4234.0, 4205.0, 4220.0, 4212.0, 4222.0, 4213.0, 4225.0, 4213.0, 4214.0, 4202.0, 4221.0, 4202.0, 4223.0, 4202.0, 4202.0, 4191.0, 4213.0, 4203.0, 4214.0, 4202.0, 4225.0, 4203.0, 4214.0, 4191.0, 4212.0, 4210.0, 4212.0, 4233.0, 4213.0, 4222.0, 4213.0, 4232.0, 4210.0, 4224.0, 4213.0, 4222.0, 4213.0, 4233.0, 4214.0, 4233.0, 4225.0, 4223.0, 4214.0, 4223.0, 4202.0, 4233.0, 4223.0, 4234.0, 4225.0, 4223.0, 4214.0, 4233.0, 4214.0, 4234.0, 4214.0, 4243.0, 4223.0, 4193.0, 4214.0, 4192.0, 4221.0, 4222.0, 4213.0, 4242.0, 4212.0, 4221.0, 4210.0, 4219.0, 4199.0, 4210.0, 4212.0, 4219.0, 4211.0, 4197.0, 4202.0, 4201.0, 4212.0, 4202.0, 4223.0, 4242.0, 4212.0, 4221.0, 4201.0, 4210.0, 4188.0, 4209.0, 4177.0, 4207.0, 4205.0, 4199.0, 4206.0, 4197.0, 4205.0, 4197.0, 4206.0, 4186.0, 4217.0, 4216.0, 4196.0, 4204.0, 4195.0, 4203.0, 4185.0, 4196.0, 4185.0, 4198.0, 4197.0, 4199.0, 4206.0, 4199.0, 4209.0, 4199.0, 4210.0, 4186.0, 4200.0, 4198.0, 4198.0, 4207.0, 4210.0, 4219.0, 4212.0, 4212.0, 4212.0, 4212.0, 4212.0, 4214.0, 4226.0, 4216.0, 4224.0, 4218.0, 4214.0, 4217.0, 4204.0, 4226.0, 4245.0, 4226.0, 4232.0, 4214.0, 4221.0, 4203.0, 4221.0, 4213.0, 4234.0, 4224.0, 4214.0, 4213.0, 4213.0, 4204.0, 4225.0, 4213.0, 4225.0, 4215.0, 4234.0, 4213.0, 4215.0, 4202.0, 4214.0, 4203.0, 4213.0, 4201.0, 4213.0, 4211.0, 4212.0, 4229.0, 4214.0, 4221.0, 4222.0, 4212.0, 4212.0, 4191.0, 4204.0, 4211.0, 4224.0, 4233.0, 4213.0, 4222.0, 4201.0, 4221.0, 4212.0, 4222.0, 4202.0, 4209.0, 4202.0, 4219.0, 4200.0, 4230.0, 4200.0, 4211.0, 4189.0, 4201.0, 4178.0, 4211.0, 4219.0, 4201.0, 4220.0, 4200.0, 4209.0, 4199.0, 4210.0, 4190.0, 4211.0, 4210.0, 4212.0, 4199.0, 4212.0, 4199.0, 4212.0, 4201.0, 4203.0, 4202.0, 4203.0, 4202.0, 4202.0, 4191.0, 4221.0, 4223.0, 4214.0, 4232.0, 4213.0, 4221.0, 4213.0, 4220.0, 4213.0, 4223.0, 4212.0, 4223.0, 4212.0, 4212.0, 4201.0, 4215.0, 4212.0, 4212.0, 4191.0, 4214.0, 4221.0, 4202.0, 4231.0, 4213.0, 4222.0, 4212.0, 4211.0, 4212.0, 4221.0, 4214.0, 4222.0, 4211.0, 4213.0, 4213.0, 4223.0, 4212.0, 4225.0, 4213.0, 4235.0, 4213.0, 4225.0, 4212.0, 4213.0, 4211.0, 4235.0, 4225.0, 4235.0, 4213.0, 4224.0, 4201.0, 4213.0, 4201.0, 4214.0, 4231.0, 4202.0, 4229.0, 4203.0, 4220.0, 4201.0, 4221.0, 4213.0, 4212.0, 4202.0, 4213.0, 4200.0, 4213.0, 4201.0, 4214.0, 4212.0, 4204.0, 4192.0, 4202.0, 4212.0, 4215.0, 4232.0, 4213.0, 4231.0, 4214.0, 4220.0, 4203.0, 4233.0, 4213.0, 4210.0, 4202.0, 4210.0, 4202.0, 4221.0, 4213.0, 4233.0, 4212.0, 4213.0, 4201.0, 4212.0, 4201.0, 4211.0, 4201.0, 4202.0, 4191.0, 4204.0, 4191.0, 4213.0, 4231.0, 4213.0, 4244.0, 4213.0, 4221.0, 4201.0, 4222.0, 4199.0, 4211.0, 4211.0, 4222.0, 4220.0, 4234.0, 4213.0, 4214.0, 4212.0, 4223.0, 4201.0, 4234.0, 4201.0, 4215.0, 4202.0, 4215.0, 4203.0, 4215.0, 4201.0, 4215.0, 4203.0, 4235.0, 4203.0, 4225.0, 4202.0, 4213.0, 4202.0, 4214.0, 4210.0, 4235.0, 4236.0, 4224.0, 4214.0, 4224.0, 4225.0, 4229.0, 4246.0, 4227.0, 4245.0, 4224.0, 4267.0, 4202.0, 4236.0, 4204.0, 4225.0, 4211.0, 4232.0, 4209.0, 4221.0, 4196.0, 4209.0, 4187.0, 4219.0, 4225.0, 4206.0, 4215.0, 4205.0, 4204.0, 4195.0, 4206.0, 4206.0, 4205.0, 4197.0, 4196.0, 4208.0, 4207.0, 4209.0, 4197.0, 4208.0, 4198.0, 4210.0, 4208.0, 4209.0, 4209.0, 4212.0, 4210.0, 4203.0, 4221.0, 4223.0, 4231.0, 4213.0, 4244.0, 4214.0, 4233.0, 4213.0, 4221.0, 4212.0, 4222.0, 4205.0, 4222.0, 4215.0, 4234.0, 4204.0, 4223.0, 4215.0, 4224.0, 4216.0, 4234.0, 4205.0, 4225.0, 4206.0, 4236.0, 4215.0, 4235.0, 4205.0, 4245.0, 4215.0, 4234.0, 4215.0, 4234.0, 4214.0, 4234.0, 4214.0, 4214.0, 4215.0, 4215.0, 4227.0, 4215.0, 4227.0, 4202.0, 4223.0, 4222.0, 4216.0, 4223.0, 4203.0, 4231.0, 4202.0, 4221.0, 4203.0, 4220.0, 4212.0, 4212.0, 4202.0, 4222.0, 4212.0, 4212.0, 4203.0, 4213.0, 4201.0, 4211.0, 4201.0, 4234.0, 4212.0, 4232.0, 4201.0, 4213.0, 4191.0, 4212.0, 4201.0, 4223.0, 4191.0, 4214.0, 4201.0, 4213.0, 4193.0, 4214.0, 4213.0, 4213.0, 4202.0, 4214.0, 4201.0, 4214.0, 4233.0, 4204.0, 4224.0, 4214.0, 4223.0, 4216.0, 4223.0, 4225.0, 4204.0, 4217.0, 4204.0, 4227.0, 4215.0, 4216.0, 4203.0, 4226.0, 4242.0, 4213.0, 4231.0, 4202.0, 4232.0, 4222.0, 4231.0, 4211.0, 4228.0, 4202.0, 4219.0, 4211.0, 4199.0, 4211.0, 4189.0, 4222.0, 4187.0, 4208.0, 4211.0, 4220.0, 4200.0, 4200.0, 4210.0, 4195.0, 4221.0, 4228.0, 4208.0, 4205.0, 4197.0, 4204.0, 4195.0, 4194.0, 4184.0, 4206.0, 4185.0, 4195.0, 4175.0, 4196.0, 4176.0, 4197.0, 4176.0, 4199.0, 4219.0, 4202.0, 4220.0, 4204.0, 4223.0, 4213.0, 4232.0, 4213.0, 4221.0, 4200.0, 4230.0, 4200.0, 4211.0, 4189.0, 4211.0, 4188.0, 4212.0, 4220.0, 4202.0, 4209.0, 4203.0, 4221.0, 4203.0, 4221.0, 4215.0, 4233.0, 4214.0, 4222.0, 4204.0, 4222.0, 4203.0, 4224.0, 4215.0, 4223.0, 4204.0, 4213.0, 4202.0, 4224.0, 4215.0, 4215.0, 4193.0, 4215.0, 4210.0, 4212.0, 4233.0, 4213.0, 4223.0, 4203.0, 4213.0, 4213.0, 4223.0, 4204.0, 4235.0, 4215.0, 4225.0, 4201.0, 4215.0, 4191.0, 4202.0, 4232.0, 4212.0, 4221.0, 4202.0, 4210.0, 4201.0, 4223.0, 4200.0, 4213.0, 4191.0, 4203.0, 4209.0, 4211.0, 4220.0, 4201.0, 4211.0, 4202.0, 4221.0, 4202.0, 4200.0, 4200.0, 4211.0, 4201.0, 4212.0, 4191.0, 4213.0, 4192.0, 4213.0, 4190.0, 4210.0, 4220.0, 4201.0, 4211.0, 4203.0, 4222.0, 4200.0, 4201.0, 4200.0, 4202.0, 4192.0, 4204.0, 4203.0, 4213.0, 4202.0, 4213.0, 4202.0, 4211.0, 4202.0, 4233.0, 4201.0, 4235.0, 4201.0, 4214.0, 4201.0, 4203.0, 4191.0, 4210.0, 4221.0, 4201.0, 4221.0, 4199.0, 4208.0, 4190.0, 4221.0, 4199.0, 4210.0, 4190.0, 4210.0, 4189.0, 4209.0, 4188.0, 4210.0, 4200.0, 4192.0, 4231.0, 4201.0, 4219.0, 4201.0, 4210.0, 4191.0, 4212.0, 4200.0, 4212.0, 4201.0, 4201.0, 4190.0, 4203.0, 4201.0, 4213.0, 4242.0, 4213.0, 4222.0, 4203.0, 4212.0, 4213.0, 4214.0, 4203.0, 4216.0, 4215.0, 4214.0, 4233.0, 4203.0, 4224.0, 4215.0, 4225.0, 4215.0, 4224.0, 4215.0, 4226.0, 4217.0, 4215.0, 4216.0, 4215.0, 4205.0, 4226.0, 4204.0, 4225.0, 4215.0, 4215.0, 4203.0, 4215.0, 4213.0, 4215.0, 4234.0, 4215.0, 4214.0, 4215.0, 4233.0, 4213.0, 4244.0, 4214.0, 4234.0, 4214.0, 4233.0, 4203.0, 4221.0, 4202.0, 4233.0, 4202.0, 4211.0, 4189.0, 4212.0, 4190.0, 4212.0, 4202.0, 4211.0, 4215.0, 4211.0, 4213.0, 4213.0, 4203.0, 4213.0, 4203.0, 4234.0, 4214.0, 4232.0, 4214.0, 4224.0, 4217.0, 4234.0, 4215.0, 4243.0, 4224.0, 4243.0, 4214.0, 4233.0, 4214.0, 4220.0, 4212.0, 4210.0, 4201.0, 4211.0, 4201.0, 4213.0, 4203.0, 4225.0, 4192.0, 4214.0, 4202.0, 4234.0, 4191.0, 4224.0, 4224.0, 4214.0, 4244.0, 4202.0, 4233.0, 4204.0, 4214.0, 4213.0, 4233.0, 4201.0, 4232.0, 4200.0, 4212.0, 4190.0, 4210.0, 4189.0, 4211.0, 4187.0, 4210.0, 4218.0, 4209.0, 4208.0, 4209.0, 4208.0, 4200.0, 4210.0, 4200.0, 4208.0, 4200.0, 4199.0, 4200.0, 4211.0, 4200.0, 4243.0, 4214.0, 4212.0, 4201.0, 4233.0, 4203.0, 4213.0, 4202.0, 4213.0, 4202.0, 4214.0, 4191.0, 4212.0, 4190.0, 4223.0, 4220.0, 4212.0, 4231.0, 4201.0, 4219.0, 4201.0, 4211.0, 4200.0, 4231.0, 4201.0, 4212.0, 4190.0, 4212.0, 4180.0, 4203.0, 4190.0, 4213.0, 4220.0, 4202.0, 4220.0, 4191.0, 4211.0, 4190.0, 4222.0, 4192.0, 4192.0, 4201.0, 4204.0, 4203.0, 4227.0, 4217.0, 4239.0, 4218.0, 4250.0, 4217.0, 4228.0, 4227.0, 4217.0, 4264.0, 4217.0, 4244.0, 4215.0, 4244.0, 4204.0, 4222.0, 4203.0, 4244.0, 4214.0, 4212.0, 4201.0, 4213.0, 4202.0, 4224.0, 4202.0, 4213.0, 4212.0, 4212.0, 4241.0, 4201.0, 4231.0, 4202.0, 4210.0, 4202.0, 4210.0, 4202.0, 4211.0, 4200.0, 4221.0, 4191.0, 4201.0, 4180.0, 4211.0, 4209.0, 4202.0, 4220.0, 4201.0, 4200.0, 4203.0, 4189.0, 4213.0, 4221.0, 4203.0, 4230.0, 4211.0, 4221.0, 4213.0, 4211.0, 4201.0, 4222.0, 4201.0, 4220.0, 4201.0, 4219.0, 4201.0, 4221.0, 4203.0, 4220.0], 'WindowWidth': [9513.0, 9438.0, 9445.0, 9409.0, 9368.0, 9365.0, 9391.0, 9405.0, 9380.0, 9421.0, 9356.0, 9385.0, 9384.0, 9385.0, 9366.0, 9358.0, 9379.0, 9350.0, 9377.0, 9366.0, 9376.0, 9347.0, 9355.0, 9331.0, 9354.0, 9339.0, 9344.0, 9328.0, 9340.0, 9308.0, 9339.0, 9345.0, 9324.0, 9348.0, 9338.0, 9333.0, 9321.0, 9349.0, 9308.0, 9341.0, 9344.0, 9340.0, 9362.0, 9327.0, 9345.0, 9321.0, 9350.0, 9341.0, 9354.0, 9340.0, 9341.0, 9328.0, 9357.0, 9325.0, 9359.0, 9328.0, 9356.0, 9316.0, 9358.0, 9346.0, 9349.0, 9363.0, 9382.0, 9350.0, 9376.0, 9331.0, 9349.0, 9330.0, 9361.0, 9333.0, 9351.0, 9331.0, 9349.0, 9332.0, 9362.0, 9353.0, 9364.0, 9355.0, 9367.0, 9367.0, 9377.0, 9351.0, 9377.0, 9354.0, 9377.0, 9370.0, 9389.0, 9354.0, 9387.0, 9352.0, 9376.0, 9356.0, 9389.0, 9352.0, 9358.0, 9349.0, 9385.0, 9346.0, 9372.0, 9345.0, 9367.0, 9352.0, 9354.0, 9346.0, 9356.0, 9348.0, 9374.0, 9349.0, 9337.0, 9379.0, 9348.0, 9344.0, 9337.0, 9350.0, 9353.0, 9391.0, 9402.0, 9375.0, 9391.0, 9347.0, 9367.0, 9325.0, 9339.0, 9320.0, 9339.0, 9321.0, 9326.0, 9310.0, 9329.0, 9327.0, 9360.0, 9342.0, 9347.0, 9316.0, 9347.0, 9357.0, 9351.0, 9377.0, 9370.0, 9375.0, 9352.0, 9376.0, 9356.0, 9394.0, 9371.0, 9379.0, 9341.0, 9354.0, 9346.0, 9358.0, 9351.0, 9365.0, 9348.0, 9348.0, 9330.0, 9355.0, 9330.0, 9361.0, 9331.0, 9331.0, 9315.0, 9346.0, 9333.0, 9350.0, 9330.0, 9365.0, 9333.0, 9348.0, 9313.0, 9344.0, 9338.0, 9347.0, 9375.0, 9349.0, 9357.0, 9347.0, 9369.0, 9339.0, 9361.0, 9348.0, 9358.0, 9346.0, 9372.0, 9350.0, 9375.0, 9368.0, 9361.0, 9352.0, 9361.0, 9334.0, 9374.0, 9363.0, 9377.0, 9368.0, 9362.0, 9353.0, 9375.0, 9352.0, 9378.0, 9352.0, 9387.0, 9362.0, 9319.0, 9348.0, 9317.0, 9356.0, 9358.0, 9347.0, 9381.0, 9342.0, 9352.0, 9337.0, 9346.0, 9320.0, 9336.0, 9345.0, 9351.0, 9341.0, 9315.0, 9330.0, 9330.0, 9347.0, 9331.0, 9362.0, 9383.0, 9343.0, 9353.0, 9328.0, 9336.0, 9303.0, 9333.0, 9288.0, 9328.0, 9324.0, 9320.0, 9325.0, 9315.0, 9323.0, 9313.0, 9324.0, 9297.0, 9340.0, 9338.0, 9310.0, 9318.0, 9309.0, 9316.0, 9295.0, 9311.0, 9296.0, 9316.0, 9313.0, 9319.0, 9326.0, 9318.0, 9333.0, 9320.0, 9336.0, 9300.0, 9323.0, 9317.0, 9320.0, 9330.0, 9339.0, 9350.0, 9345.0, 9343.0, 9346.0, 9347.0, 9348.0, 9354.0, 9371.0, 9361.0, 9368.0, 9363.0, 9353.0, 9360.0, 9341.0, 9372.0, 9393.0, 9369.0, 9372.0, 9350.0, 9355.0, 9334.0, 9355.0, 9348.0, 9376.0, 9363.0, 9350.0, 9347.0, 9348.0, 9338.0, 9365.0, 9347.0, 9367.0, 9352.0, 9378.0, 9347.0, 9353.0, 9332.0, 9350.0, 9335.0, 9348.0, 9330.0, 9347.0, 9340.0, 9342.0, 9362.0, 9348.0, 9356.0, 9358.0, 9342.0, 9344.0, 9314.0, 9335.0, 9342.0, 9364.0, 9372.0, 9347.0, 9356.0, 9329.0, 9353.0, 9344.0, 9357.0, 9331.0, 9336.0, 9331.0, 9350.0, 9325.0, 9364.0, 9326.0, 9342.0, 9309.0, 9326.0, 9293.0, 9340.0, 9347.0, 9327.0, 9349.0, 9324.0, 9333.0, 9321.0, 9336.0, 9311.0, 9341.0, 9339.0, 9342.0, 9324.0, 9344.0, 9325.0, 9344.0, 9330.0, 9335.0, 9331.0, 9333.0, 9330.0, 9331.0, 9315.0, 9357.0, 9360.0, 9351.0, 9369.0, 9347.0, 9355.0, 9346.0, 9352.0, 9348.0, 9358.0, 9344.0, 9360.0, 9344.0, 9346.0, 9329.0, 9352.0, 9347.0, 9346.0, 9315.0, 9348.0, 9354.0, 9332.0, 9370.0, 9348.0, 9357.0, 9345.0, 9339.0, 9344.0, 9355.0, 9349.0, 9359.0, 9344.0, 9346.0, 9346.0, 9361.0, 9345.0, 9368.0, 9348.0, 9380.0, 9347.0, 9366.0, 9346.0, 9347.0, 9345.0, 9380.0, 9366.0, 9381.0, 9347.0, 9363.0, 9329.0, 9348.0, 9328.0, 9349.0, 9367.0, 9330.0, 9362.0, 9332.0, 9352.0, 9329.0, 9355.0, 9346.0, 9343.0, 9331.0, 9346.0, 9327.0, 9346.0, 9329.0, 9352.0, 9347.0, 9337.0, 9319.0, 9332.0, 9345.0, 9352.0, 9372.0, 9349.0, 9367.0, 9349.0, 9352.0, 9332.0, 9372.0, 9348.0, 9338.0, 9330.0, 9337.0, 9329.0, 9354.0, 9346.0, 9373.0, 9345.0, 9346.0, 9326.0, 9344.0, 9327.0, 9343.0, 9330.0, 9332.0, 9315.0, 9336.0, 9315.0, 9347.0, 9369.0, 9349.0, 9390.0, 9348.0, 9354.0, 9327.0, 9354.0, 9324.0, 9339.0, 9343.0, 9359.0, 9354.0, 9375.0, 9347.0, 9349.0, 9345.0, 9362.0, 9330.0, 9377.0, 9331.0, 9352.0, 9332.0, 9351.0, 9333.0, 9351.0, 9331.0, 9355.0, 9337.0, 9380.0, 9333.0, 9366.0, 9332.0, 9348.0, 9333.0, 9349.0, 9341.0, 9382.0, 9386.0, 9366.0, 9353.0, 9366.0, 9370.0, 9381.0, 9399.0, 9373.0, 9394.0, 9365.0, 9422.0, 9332.0, 9380.0, 9336.0, 9366.0, 9342.0, 9371.0, 9336.0, 9352.0, 9312.0, 9331.0, 9298.0, 9343.0, 9346.0, 9321.0, 9331.0, 9319.0, 9315.0, 9306.0, 9320.0, 9323.0, 9320.0, 9312.0, 9310.0, 9328.0, 9325.0, 9330.0, 9313.0, 9331.0, 9316.0, 9336.0, 9329.0, 9333.0, 9331.0, 9342.0, 9338.0, 9332.0, 9354.0, 9359.0, 9367.0, 9348.0, 9389.0, 9349.0, 9370.0, 9345.0, 9354.0, 9345.0, 9358.0, 9340.0, 9359.0, 9353.0, 9377.0, 9338.0, 9360.0, 9355.0, 9365.0, 9354.0, 9376.0, 9338.0, 9363.0, 9342.0, 9382.0, 9354.0, 9380.0, 9341.0, 9392.0, 9351.0, 9376.0, 9353.0, 9377.0, 9349.0, 9376.0, 9350.0, 9350.0, 9354.0, 9355.0, 9372.0, 9354.0, 9371.0, 9332.0, 9361.0, 9359.0, 9354.0, 9358.0, 9332.0, 9366.0, 9329.0, 9352.0, 9332.0, 9351.0, 9342.0, 9341.0, 9328.0, 9355.0, 9345.0, 9343.0, 9333.0, 9345.0, 9327.0, 9340.0, 9328.0, 9375.0, 9344.0, 9369.0, 9326.0, 9345.0, 9312.0, 9344.0, 9327.0, 9360.0, 9315.0, 9348.0, 9328.0, 9345.0, 9319.0, 9349.0, 9346.0, 9347.0, 9330.0, 9349.0, 9328.0, 9350.0, 9372.0, 9335.0, 9360.0, 9348.0, 9359.0, 9355.0, 9361.0, 9366.0, 9338.0, 9358.0, 9338.0, 9373.0, 9353.0, 9354.0, 9334.0, 9368.0, 9382.0, 9344.0, 9365.0, 9330.0, 9367.0, 9355.0, 9366.0, 9338.0, 9359.0, 9329.0, 9346.0, 9337.0, 9319.0, 9337.0, 9308.0, 9352.0, 9301.0, 9331.0, 9338.0, 9346.0, 9323.0, 9322.0, 9334.0, 9309.0, 9348.0, 9354.0, 9326.0, 9317.0, 9308.0, 9315.0, 9303.0, 9300.0, 9287.0, 9320.0, 9293.0, 9306.0, 9279.0, 9309.0, 9282.0, 9314.0, 9284.0, 9319.0, 9347.0, 9330.0, 9350.0, 9333.0, 9357.0, 9344.0, 9368.0, 9343.0, 9350.0, 9322.0, 9361.0, 9320.0, 9336.0, 9305.0, 9336.0, 9305.0, 9342.0, 9351.0, 9330.0, 9335.0, 9332.0, 9352.0, 9332.0, 9356.0, 9353.0, 9373.0, 9350.0, 9359.0, 9337.0, 9358.0, 9334.0, 9363.0, 9353.0, 9360.0, 9336.0, 9347.0, 9332.0, 9364.0, 9351.0, 9352.0, 9318.0, 9349.0, 9338.0, 9343.0, 9370.0, 9347.0, 9359.0, 9333.0, 9344.0, 9346.0, 9359.0, 9337.0, 9377.0, 9353.0, 9367.0, 9329.0, 9351.0, 9315.0, 9330.0, 9368.0, 9344.0, 9353.0, 9329.0, 9337.0, 9328.0, 9358.0, 9325.0, 9346.0, 9315.0, 9332.0, 9334.0, 9338.0, 9348.0, 9326.0, 9338.0, 9330.0, 9352.0, 9330.0, 9324.0, 9323.0, 9341.0, 9327.0, 9344.0, 9314.0, 9346.0, 9316.0, 9344.0, 9310.0, 9338.0, 9349.0, 9325.0, 9339.0, 9331.0, 9355.0, 9323.0, 9326.0, 9325.0, 9330.0, 9318.0, 9335.0, 9333.0, 9346.0, 9330.0, 9345.0, 9330.0, 9340.0, 9332.0, 9374.0, 9328.0, 9378.0, 9329.0, 9348.0, 9326.0, 9332.0, 9313.0, 9338.0, 9350.0, 9326.0, 9352.0, 9321.0, 9330.0, 9309.0, 9349.0, 9320.0, 9336.0, 9312.0, 9338.0, 9308.0, 9334.0, 9303.0, 9336.0, 9322.0, 9316.0, 9365.0, 9326.0, 9348.0, 9326.0, 9336.0, 9312.0, 9340.0, 9324.0, 9341.0, 9325.0, 9326.0, 9311.0, 9333.0, 9325.0, 9345.0, 9384.0, 9346.0, 9357.0, 9334.0, 9345.0, 9345.0, 9349.0, 9334.0, 9355.0, 9350.0, 9349.0, 9372.0, 9334.0, 9363.0, 9351.0, 9365.0, 9352.0, 9364.0, 9352.0, 9369.0, 9359.0, 9354.0, 9354.0, 9354.0, 9340.0, 9367.0, 9335.0, 9368.0, 9352.0, 9351.0, 9333.0, 9351.0, 9347.0, 9353.0, 9377.0, 9352.0, 9349.0, 9352.0, 9370.0, 9347.0, 9388.0, 9349.0, 9372.0, 9348.0, 9371.0, 9332.0, 9353.0, 9328.0, 9369.0, 9328.0, 9338.0, 9305.0, 9340.0, 9310.0, 9342.0, 9330.0, 9340.0, 9350.0, 9341.0, 9346.0, 9344.0, 9334.0, 9345.0, 9334.0, 9375.0, 9350.0, 9372.0, 9351.0, 9365.0, 9359.0, 9376.0, 9353.0, 9385.0, 9363.0, 9386.0, 9349.0, 9372.0, 9348.0, 9350.0, 9342.0, 9335.0, 9325.0, 9339.0, 9327.0, 9346.0, 9332.0, 9364.0, 9318.0, 9347.0, 9331.0, 9375.0, 9316.0, 9362.0, 9360.0, 9350.0, 9388.0, 9333.0, 9372.0, 9335.0, 9346.0, 9345.0, 9371.0, 9328.0, 9368.0, 9321.0, 9340.0, 9308.0, 9336.0, 9308.0, 9339.0, 9302.0, 9333.0, 9340.0, 9330.0, 9329.0, 9332.0, 9331.0, 9321.0, 9334.0, 9322.0, 9329.0, 9324.0, 9321.0, 9323.0, 9339.0, 9326.0, 9384.0, 9347.0, 9342.0, 9327.0, 9371.0, 9332.0, 9345.0, 9330.0, 9347.0, 9330.0, 9345.0, 9312.0, 9341.0, 9311.0, 9358.0, 9349.0, 9341.0, 9366.0, 9326.0, 9345.0, 9324.0, 9337.0, 9324.0, 9364.0, 9327.0, 9342.0, 9308.0, 9340.0, 9295.0, 9329.0, 9309.0, 9345.0, 9350.0, 9327.0, 9349.0, 9313.0, 9338.0, 9310.0, 9354.0, 9313.0, 9315.0, 9326.0, 9334.0, 9335.0, 9372.0, 9360.0, 9392.0, 9362.0, 9405.0, 9358.0, 9375.0, 9369.0, 9356.0, 9417.0, 9356.0, 9388.0, 9349.0, 9386.0, 9335.0, 9355.0, 9332.0, 9388.0, 9347.0, 9342.0, 9326.0, 9345.0, 9330.0, 9360.0, 9331.0, 9344.0, 9341.0, 9342.0, 9377.0, 9326.0, 9364.0, 9329.0, 9336.0, 9328.0, 9336.0, 9327.0, 9337.0, 9323.0, 9354.0, 9311.0, 9325.0, 9294.0, 9337.0, 9332.0, 9328.0, 9349.0, 9326.0, 9323.0, 9330.0, 9309.0, 9343.0, 9352.0, 9331.0, 9363.0, 9339.0, 9349.0, 9342.0, 9338.0, 9326.0, 9354.0, 9326.0, 9347.0, 9324.0, 9346.0, 9325.0, 9351.0, 9331.0, 9349.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.0003244682835820895</td></tr>
<tr><td colspan=3>aqi</td><td>0.017103505597014925</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.32164398249292</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1977123962558371</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978462539495796</td></tr>
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
<tr><td colspan=3>fber</td><td>6639.5845</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07429083156962613</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2798507462686567</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.563573773316835</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4764856682287077</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.771983843001664</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.442251808720133</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125801</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014419272541999817</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029663708060979843</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.699222479876751</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>24.6775</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1783</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.4952</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307917.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>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.1561</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8736</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.7539</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3462.1737</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4551.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.6907</td></tr>
<tr><td colspan=3>tsnr</td><td>45.6547984322533</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>