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

616 lines
No EOL
124 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-0004_ses-02_task-narratives_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0004_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0004_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0004_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0004_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0004_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0004_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0004_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0004_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0004/ses-02/func/sub-0004_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>025f883cf511b1553926e049bbeb5c1c</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>10:40:46.355000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998887, 0.0362754, -0.0301594, -0.0310423, 0.986821, 0.15881]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109376</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>46</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7783, -7221, 520, -59, -231, 62, 80]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.188</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>754bbfb3-65e5-4691-8767-1a4ba38fe0db||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6799397468566895, -0.08328410983085632, -0.09591151028871536, 119.82284545898438], [-0.0973241850733757, 2.647568702697754, 0.42578184604644775, -94.81038665771484], [-0.08091535419225693, -0.42607566714286804, 2.6644906997680664, -11.855283737182617], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1098]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['104046.355000', '104046.815000', '104047.275000', '104047.735000', '104048.195000', '104048.655000', '104049.115000', '104049.575000', '104050.035000', '104050.495000', '104050.955000', '104051.415000', '104051.875000', '104052.335000', '104052.795000', '104053.255000', '104053.715000', '104054.175000', '104054.635000', '104055.095000', '104055.555000', '104056.015000', '104056.475000', '104056.935000', '104057.395000', '104057.855000', '104058.315000', '104058.775000', '104059.235000', '104059.695000', '104100.155000', '104100.615000', '104101.075000', '104101.535000', '104101.995000', '104102.455000', '104102.915000', '104103.375000', '104103.835000', '104104.295000', '104104.755000', '104105.215000', '104105.675000', '104106.135000', '104106.595000', '104107.055000', '104107.515000', '104107.975000', '104108.435000', '104108.895000', '104109.355000', '104109.815000', '104110.275000', '104110.735000', '104111.195000', '104111.655000', '104112.115000', '104112.575000', '104113.035000', '104113.495000', '104113.955000', '104114.415000', '104114.875000', '104115.335000', '104115.795000', '104116.255000', '104116.715000', '104117.175000', '104117.635000', '104118.095000', '104118.555000', '104119.015000', '104119.475000', '104119.935000', '104120.395000', '104120.855000', '104121.315000', '104121.775000', '104122.235000', '104122.695000', '104123.155000', '104123.615000', '104124.075000', '104124.535000', '104124.995000', '104125.455000', '104125.915000', '104126.375000', '104126.835000', '104127.295000', '104127.755000', '104128.215000', '104128.675000', '104129.135000', '104129.595000', '104130.055000', '104130.515000', '104130.975000', '104131.435000', '104131.895000', '104132.355000', '104132.815000', '104133.275000', '104133.735000', '104134.195000', '104134.655000', '104135.115000', '104135.575000', '104136.035000', '104136.495000', '104136.955000', '104137.415000', '104137.875000', '104138.335000', '104138.795000', '104139.255000', '104139.715000', '104140.175000', '104140.635000', '104141.095000', '104141.555000', '104142.015000', '104142.475000', '104142.935000', '104143.395000', '104143.855000', '104144.315000', '104144.775000', '104145.235000', '104145.695000', '104146.155000', '104146.615000', '104147.075000', '104147.535000', '104147.995000', '104148.455000', '104148.915000', '104149.375000', '104149.835000', '104150.295000', '104150.755000', '104151.215000', '104151.675000', '104152.135000', '104152.595000', '104153.055000', '104153.515000', '104153.975000', '104154.435000', '104154.895000', '104155.355000', '104155.815000', '104156.275000', '104156.735000', '104157.195000', '104157.655000', '104158.115000', '104158.575000', '104159.035000', '104159.495000', '104159.955000', '104200.415000', '104200.875000', '104201.335000', '104201.795000', '104202.255000', '104202.715000', '104203.175000', '104203.635000', '104204.095000', '104204.555000', '104205.015000', '104205.475000', '104205.935000', '104206.395000', '104206.855000', '104207.315000', '104207.775000', '104208.235000', '104208.695000', '104209.155000', '104209.615000', '104210.075000', '104210.535000', '104210.995000', '104211.455000', '104211.915000', '104212.375000', '104212.835000', '104213.295000', '104213.755000', '104214.215000', '104214.675000', '104215.135000', '104215.595000', '104216.055000', '104216.515000', '104216.975000', '104217.435000', '104217.895000', '104218.355000', '104218.815000', '104219.275000', '104219.735000', '104220.195000', '104220.655000', '104221.115000', '104221.575000', '104222.035000', '104222.495000', '104222.955000', '104223.415000', '104223.875000', '104224.335000', '104224.795000', '104225.255000', '104225.715000', '104226.175000', '104226.635000', '104227.095000', '104227.555000', '104228.015000', '104228.475000', '104228.935000', '104229.395000', '104229.855000', '104230.315000', '104230.775000', '104231.235000', '104231.695000', '104232.155000', '104232.615000', '104233.075000', '104233.535000', '104233.995000', '104234.455000', '104234.915000', '104235.375000', '104235.835000', '104236.295000', '104236.755000', '104237.215000', '104237.675000', '104238.135000', '104238.595000', '104239.055000', '104239.515000', '104239.975000', '104240.435000', '104240.895000', '104241.355000', '104241.815000', '104242.275000', '104242.735000', '104243.195000', '104243.655000', '104244.115000', '104244.575000', '104245.035000', '104245.495000', '104245.955000', '104246.415000', '104246.875000', '104247.335000', '104247.795000', '104248.255000', '104248.715000', '104249.175000', '104249.635000', '104250.095000', '104250.555000', '104251.015000', '104251.475000', '104251.935000', '104252.395000', '104252.855000', '104253.315000', '104253.775000', '104254.235000', '104254.695000', '104255.155000', '104255.615000', '104256.075000', '104256.535000', '104256.995000', '104257.455000', '104257.915000', '104258.375000', '104258.835000', '104259.295000', '104259.755000', '104300.215000', '104300.675000', '104301.135000', '104301.595000', '104302.055000', '104302.515000', '104302.975000', '104303.435000', '104303.895000', '104304.355000', '104304.815000', '104305.275000', '104305.735000', '104306.195000', '104306.655000', '104307.115000', '104307.575000', '104308.035000', '104308.495000', '104308.955000', '104309.415000', '104309.875000', '104310.335000', '104310.795000', '104311.255000', '104311.715000', '104312.175000', '104312.635000', '104313.095000', '104313.555000', '104314.015000', '104314.475000', '104314.935000', '104315.395000', '104315.855000', '104316.315000', '104316.775000', '104317.235000', '104317.695000', '104318.155000', '104318.615000', '104319.075000', '104319.535000', '104319.995000', '104320.455000', '104320.915000', '104321.375000', '104321.835000', '104322.295000', '104322.755000', '104323.215000', '104323.675000', '104324.135000', '104324.595000', '104325.055000', '104325.515000', '104325.975000', '104326.435000', '104326.895000', '104327.355000', '104327.815000', '104328.275000', '104328.735000', '104329.195000', '104329.655000', '104330.115000', '104330.575000', '104331.035000', '104331.495000', '104331.955000', '104332.415000', '104332.875000', '104333.335000', '104333.795000', '104334.255000', '104334.715000', '104335.175000', '104335.635000', '104336.095000', '104336.555000', '104337.015000', '104337.475000', '104337.935000', '104338.395000', '104338.855000', '104339.315000', '104339.775000', '104340.235000', '104340.695000', '104341.155000', '104341.615000', '104342.075000', '104342.535000', '104342.995000', '104343.455000', '104343.915000', '104344.375000', '104344.835000', '104345.295000', '104345.755000', '104346.215000', '104346.675000', '104347.135000', '104347.595000', '104348.055000', '104348.515000', '104348.975000', '104349.435000', '104349.895000', '104350.355000', '104350.815000', '104351.275000', '104351.735000', '104352.195000', '104352.655000', '104353.115000', '104353.575000', '104354.035000', '104354.495000', '104354.955000', '104355.415000', '104355.875000', '104356.335000', '104356.795000', '104357.255000', '104357.715000', '104358.175000', '104358.635000', '104359.095000', '104359.555000', '104400.015000', '104400.475000', '104400.935000', '104401.395000', '104401.855000', '104402.315000', '104402.775000', '104403.235000', '104403.695000', '104404.155000', '104404.615000', '104405.075000', '104405.535000', '104405.995000', '104406.455000', '104406.915000', '104407.375000', '104407.835000', '104408.295000', '104408.755000', '104409.215000', '104409.675000', '104410.135000', '104410.595000', '104411.055000', '104411.515000', '104411.975000', '104412.435000', '104412.895000', '104413.355000', '104413.815000', '104414.275000', '104414.735000', '104415.195000', '104415.655000', '104416.115000', '104416.575000', '104417.035000', '104417.495000', '104417.955000', '104418.415000', '104418.875000', '104419.335000', '104419.795000', '104420.255000', '104420.715000', '104421.175000', '104421.635000', '104422.095000', '104422.555000', '104423.015000', '104423.475000', '104423.935000', '104424.395000', '104424.855000', '104425.315000', '104425.775000', '104426.235000', '104426.695000', '104427.155000', '104427.615000', '104428.075000', '104428.535000', '104428.995000', '104429.455000', '104429.915000', '104430.375000', '104430.835000', '104431.295000', '104431.755000', '104432.215000', '104432.675000', '104433.135000', '104433.595000', '104434.055000', '104434.515000', '104434.975000', '104435.435000', '104435.895000', '104436.355000', '104436.815000', '104437.275000', '104437.735000', '104438.195000', '104438.655000', '104439.115000', '104439.575000', '104440.035000', '104440.495000', '104440.955000', '104441.415000', '104441.875000', '104442.335000', '104442.795000', '104443.255000', '104443.715000', '104444.175000', '104444.635000', '104445.095000', '104445.555000', '104446.015000', '104446.475000', '104446.935000', '104447.395000', '104447.855000', '104448.315000', '104448.775000', '104449.235000', '104449.695000', '104450.155000', '104450.615000', '104451.075000', '104451.535000', '104451.995000', '104452.455000', '104452.915000', '104453.375000', '104453.835000', '104454.295000', '104454.755000', '104455.215000', '104455.675000', '104456.135000', '104456.595000', '104457.055000', '104457.515000', '104457.975000', '104458.435000', '104458.895000', '104459.355000', '104459.815000', '104500.275000', '104500.735000', '104501.195000', '104501.655000', '104502.115000', '104502.575000', '104503.035000', '104503.495000', '104503.955000', '104504.415000', '104504.875000', '104505.335000', '104505.795000', '104506.255000', '104506.715000', '104507.175000', '104507.635000', '104508.095000', '104508.555000', '104509.015000', '104509.475000', '104509.935000', '104510.395000', '104510.855000', '104511.315000', '104511.775000', '104512.235000', '104512.695000', '104513.155000', '104513.615000', '104514.075000', '104514.535000', '104514.995000', '104515.455000', '104515.915000', '104516.375000', '104516.835000', '104517.295000', '104517.755000', '104518.215000', '104518.675000', '104519.135000', '104519.595000', '104520.055000', '104520.515000', '104520.975000', '104521.435000', '104521.895000', '104522.355000', '104522.815000', '104523.275000', '104523.735000', '104524.195000', '104524.655000', '104525.115000', '104525.575000', '104526.035000', '104526.495000', '104526.955000', '104527.415000', '104527.875000', '104528.335000', '104528.795000', '104529.255000', '104529.715000', '104530.175000', '104530.635000', '104531.095000', '104531.555000', '104532.015000', '104532.475000', '104532.935000', '104533.395000', '104533.855000', '104534.315000', '104534.775000', '104535.235000', '104535.695000', '104536.155000', '104536.615000', '104537.075000', '104537.535000', '104537.995000', '104538.455000', '104538.915000', '104539.375000', '104539.835000', '104540.295000', '104540.755000', '104541.215000', '104541.675000', '104542.135000', '104542.595000', '104543.055000', '104543.515000', '104543.975000', '104544.435000', '104544.895000', '104545.355000', '104545.815000', '104546.275000', '104546.735000', '104547.195000', '104547.655000', '104548.115000', '104548.575000', '104549.035000', '104549.495000', '104549.955000', '104550.415000', '104550.875000', '104551.335000', '104551.795000', '104552.255000', '104552.715000', '104553.175000', '104553.635000', '104554.095000', '104554.555000', '104555.015000', '104555.475000', '104555.935000', '104556.395000', '104556.855000', '104557.315000', '104557.775000', '104558.235000', '104558.695000', '104559.155000', '104559.615000', '104600.075000', '104600.535000', '104600.995000', '104601.455000', '104601.915000', '104602.375000', '104602.835000', '104603.295000', '104603.755000', '104604.215000', '104604.675000', '104605.135000', '104605.595000', '104606.055000', '104606.515000', '104606.975000', '104607.435000', '104607.895000', '104608.355000', '104608.815000', '104609.275000', '104609.735000', '104610.195000', '104610.655000', '104611.115000', '104611.575000', '104612.035000', '104612.495000', '104612.955000', '104613.415000', '104613.875000', '104614.335000', '104614.795000', '104615.255000', '104615.715000', '104616.175000', '104616.635000', '104617.095000', '104617.555000', '104618.015000', '104618.475000', '104618.935000', '104619.395000', '104619.855000', '104620.315000', '104620.775000', '104621.235000', '104621.695000', '104622.155000', '104622.615000', '104623.075000', '104623.535000', '104623.995000', '104624.455000', '104624.915000', '104625.375000', '104625.835000', '104626.295000', '104626.755000', '104627.215000', '104627.675000', '104628.135000', '104628.595000', '104629.055000', '104629.515000', '104629.975000', '104630.435000', '104630.895000', '104631.355000', '104631.815000', '104632.275000', '104632.735000', '104633.195000', '104633.655000', '104634.115000', '104634.575000', '104635.035000', '104635.495000', '104635.955000', '104636.415000', '104636.875000', '104637.335000', '104637.795000', '104638.255000', '104638.715000', '104639.175000', '104639.635000', '104640.095000', '104640.555000', '104641.015000', '104641.475000', '104641.935000', '104642.395000', '104642.855000', '104643.315000', '104643.775000', '104644.235000', '104644.695000', '104645.155000', '104645.615000', '104646.075000', '104646.535000', '104646.995000', '104647.455000', '104647.915000', '104648.375000', '104648.835000', '104649.295000', '104649.755000', '104650.215000', '104650.675000', '104651.135000', '104651.595000', '104652.055000', '104652.515000', '104652.975000', '104653.435000', '104653.895000', '104654.355000', '104654.815000', '104655.275000', '104655.735000', '104656.195000', '104656.655000', '104657.115000', '104657.575000', '104658.035000', '104658.495000', '104658.955000', '104659.415000', '104659.875000', '104700.335000', '104700.795000', '104701.255000', '104701.715000', '104702.175000', '104702.635000', '104703.095000', '104703.555000', '104704.015000', '104704.475000', '104704.935000', '104705.395000', '104705.855000', '104706.315000', '104706.775000', '104707.235000', '104707.695000', '104708.155000', '104708.615000', '104709.075000', '104709.535000', '104709.995000', '104710.455000', '104710.915000', '104711.375000', '104711.835000', '104712.295000', '104712.755000', '104713.215000', '104713.675000', '104714.135000', '104714.595000', '104715.055000', '104715.515000', '104715.975000', '104716.435000', '104716.895000', '104717.355000', '104717.815000', '104718.275000', '104718.735000', '104719.195000', '104719.655000', '104720.115000', '104720.575000', '104721.035000', '104721.495000', '104721.955000', '104722.415000', '104722.875000', '104723.335000', '104723.795000', '104724.255000', '104724.715000', '104725.175000', '104725.635000', '104726.095000', '104726.555000', '104727.015000', '104727.475000', '104727.935000', '104728.395000', '104728.855000', '104729.315000', '104729.775000', '104730.235000', '104730.695000', '104731.155000', '104731.615000', '104732.075000', '104732.535000', '104732.995000', '104733.455000', '104733.915000', '104734.375000', '104734.835000', '104735.295000', '104735.755000', '104736.215000', '104736.675000', '104737.135000', '104737.595000', '104738.055000', '104738.515000', '104738.975000', '104739.435000', '104739.895000', '104740.355000', '104740.815000', '104741.275000', '104741.735000', '104742.195000', '104742.655000', '104743.115000', '104743.575000', '104744.035000', '104744.495000', '104744.955000', '104745.415000', '104745.875000', '104746.335000', '104746.795000', '104747.255000', '104747.715000', '104748.175000', '104748.635000', '104749.095000', '104749.555000', '104750.015000', '104750.475000', '104750.935000', '104751.395000', '104751.855000', '104752.315000', '104752.775000', '104753.235000', '104753.695000', '104754.155000', '104754.615000', '104755.075000', '104755.535000', '104755.995000', '104756.455000', '104756.915000', '104757.375000', '104757.835000', '104758.295000', '104758.755000', '104759.215000', '104759.675000', '104800.135000', '104800.595000', '104801.055000', '104801.515000', '104801.975000', '104802.435000', '104802.895000', '104803.355000', '104803.815000', '104804.275000', '104804.735000', '104805.195000', '104805.655000', '104806.115000', '104806.575000', '104807.035000', '104807.495000', '104807.955000', '104808.415000', '104808.875000', '104809.335000', '104809.795000', '104810.255000', '104810.715000', '104811.175000', '104811.635000', '104812.095000', '104812.555000', '104813.015000', '104813.475000', '104813.935000', '104814.395000', '104814.855000', '104815.315000', '104815.775000', '104816.235000', '104816.695000', '104817.155000', '104817.615000', '104818.075000', '104818.535000', '104818.995000', '104819.455000', '104819.915000', '104820.375000', '104820.835000', '104821.295000', '104821.755000', '104822.215000', '104822.675000', '104823.135000', '104823.595000', '104824.055000', '104824.515000', '104824.975000', '104825.435000', '104825.895000', '104826.355000', '104826.815000', '104827.275000', '104827.735000', '104828.195000', '104828.655000', '104829.115000', '104829.575000', '104830.035000', '104830.495000', '104830.955000', '104831.415000', '104831.875000', '104832.335000', '104832.795000', '104833.255000', '104833.715000', '104834.175000', '104834.635000', '104835.095000', '104835.555000', '104836.015000', '104836.475000', '104836.935000', '104837.395000', '104837.855000', '104838.315000', '104838.775000', '104839.235000', '104839.695000', '104840.155000', '104840.615000', '104841.075000', '104841.535000', '104841.995000', '104842.455000', '104842.915000', '104843.375000', '104843.835000', '104844.295000', '104844.755000', '104845.215000', '104845.675000', '104846.135000', '104846.595000', '104847.055000', '104847.515000', '104847.975000', '104848.435000', '104848.895000', '104849.355000', '104849.815000', '104850.275000', '104850.735000', '104851.195000', '104851.655000', '104852.115000', '104852.575000', '104853.035000', '104853.495000', '104853.955000', '104854.415000', '104854.875000', '104855.335000', '104855.795000', '104856.255000', '104856.715000', '104857.175000', '104857.635000', '104858.095000', '104858.555000', '104859.015000', '104859.475000', '104859.935000', '104900.395000', '104900.855000', '104901.315000', '104901.775000', '104902.235000', '104902.695000', '104903.155000', '104903.615000', '104904.075000', '104904.535000', '104904.995000', '104905.455000', '104905.915000', '104906.375000', '104906.835000', '104907.295000', '104907.755000', '104908.215000', '104908.675000', '104909.135000', '104909.595000', '104910.055000', '104910.515000', '104910.975000'], 'ContentTime': ['104107.986000', '104107.989000', '104107.992000', '104107.995000', '104107.998000', '104108.002000', '104108.005000', '104108.010000', '104108.012000', '104108.015000', '104108.018000', '104108.021000', '104108.024000', '104108.027000', '104108.029000', '104108.032000', '104108.035000', '104108.038000', '104108.041000', '104108.044000', '104108.047000', '104108.049000', '104108.052000', '104108.055000', '104108.058000', '104108.061000', '104108.064000', '104108.066000', '104108.069000', '104108.072000', '104108.075000', '104108.078000', '104108.086000', '104108.089000', '104108.091000', '104108.094000', '104108.097000', '104108.100000', '104108.103000', '104108.106000', '104108.108000', '104108.111000', '104108.114000', '104108.117000', '104108.120000', '104127.951000', '104127.954000', '104127.957000', '104127.960000', '104127.962000', '104127.965000', '104127.968000', '104127.971000', '104127.974000', '104127.977000', '104127.980000', '104127.983000', '104127.986000', '104127.989000', '104127.992000', '104127.994000', '104127.997000', '104128.001000', '104128.004000', '104128.007000', '104128.010000', '104128.013000', '104128.016000', '104128.018000', '104128.021000', '104128.024000', '104128.027000', '104128.030000', '104128.033000', '104128.035000', '104128.038000', '104128.041000', '104128.044000', '104128.047000', '104128.050000', '104128.052000', '104128.055000', '104128.058000', '104128.064000', '104128.067000', '104128.071000', '104128.074000', '104128.076000', '104147.951000', '104147.954000', '104147.957000', '104147.959000', '104147.962000', '104147.965000', '104147.968000', '104147.971000', '104147.974000', '104147.976000', '104147.979000', '104147.982000', '104147.985000', '104147.988000', '104147.991000', '104147.994000', '104147.996000', '104148.000000', '104148.003000', '104148.006000', '104148.009000', '104148.012000', '104148.014000', '104148.017000', '104148.020000', '104148.023000', '104148.026000', '104148.033000', '104148.037000', '104148.040000', '104148.043000', '104148.045000', '104148.048000', '104148.051000', '104148.054000', '104148.057000', '104148.060000', '104148.062000', '104148.065000', '104148.068000', '104148.071000', '104148.074000', '104148.077000', '104148.080000', '104207.951000', '104207.954000', '104207.957000', '104207.960000', '104207.962000', '104207.965000', '104207.968000', '104207.971000', '104207.977000', '104207.980000', '104207.982000', '104207.985000', '104207.988000', '104207.991000', '104207.994000', '104207.997000', '104208.001000', '104208.004000', '104208.007000', '104208.010000', '104208.013000', '104208.016000', '104208.019000', '104208.022000', '104208.024000', '104208.027000', '104208.030000', '104208.033000', '104208.036000', '104208.039000', '104208.042000', '104208.044000', '104208.047000', '104208.050000', '104208.053000', '104208.056000', '104208.062000', '104208.065000', '104208.068000', '104208.071000', '104208.074000', '104208.077000', '104208.080000', '104227.952000', '104227.956000', '104227.959000', '104227.961000', '104227.964000', '104227.967000', '104227.970000', '104227.973000', '104227.976000', '104227.979000', '104227.982000', '104227.984000', '104227.987000', '104227.990000', '104227.993000', '104227.996000', '104228.000000', '104228.003000', '104228.005000', '104228.008000', '104228.011000', '104228.014000', '104228.017000', '104228.020000', '104228.023000', '104228.025000', '104228.028000', '104228.031000', '104228.034000', '104228.037000', '104228.040000', '104228.043000', '104228.045000', '104228.048000', '104228.051000', '104228.054000', '104228.057000', '104228.060000', '104228.063000', '104228.065000', '104228.068000', '104228.071000', '104228.074000', '104247.952000', '104247.955000', '104247.958000', '104247.961000', '104247.963000', '104247.966000', '104247.969000', '104247.972000', '104247.975000', '104247.978000', '104247.981000', '104247.983000', '104247.986000', '104247.989000', '104247.992000', '104247.995000', '104247.998000', '104248.002000', '104248.005000', '104248.008000', '104248.010000', '104248.013000', '104248.016000', '104248.019000', '104248.022000', '104248.025000', '104248.028000', '104248.030000', '104248.033000', '104248.036000', '104248.039000', '104248.042000', '104248.045000', '104248.048000', '104248.050000', '104248.053000', '104248.056000', '104248.059000', '104248.062000', '104248.065000', '104248.068000', '104248.070000', '104248.073000', '104248.076000', '104307.951000', '104307.954000', '104307.957000', '104307.960000', '104307.963000', '104307.966000', '104307.969000', '104307.971000', '104307.974000', '104307.977000', '104307.980000', '104307.983000', '104307.986000', '104307.989000', '104307.991000', '104307.994000', '104307.997000', '104308.001000', '104308.004000', '104308.007000', '104308.010000', '104308.013000', '104308.016000', '104308.019000', '104308.022000', '104308.025000', '104308.027000', '104308.030000', '104308.033000', '104308.036000', '104308.039000', '104308.042000', '104308.045000', '104308.048000', '104308.051000', '104308.054000', '104308.057000', '104308.060000', '104308.062000', '104308.065000', '104308.068000', '104308.071000', '104308.074000', '104327.951000', '104327.954000', '104327.957000', '104327.960000', '104327.963000', '104327.965000', '104327.968000', '104327.971000', '104327.974000', '104327.977000', '104327.980000', '104327.983000', '104327.985000', '104327.988000', '104327.991000', '104327.994000', '104327.997000', '104328.001000', '104328.004000', '104328.006000', '104328.009000', '104328.012000', '104328.015000', '104328.018000', '104328.021000', '104328.024000', '104328.026000', '104328.029000', '104328.032000', '104328.035000', '104328.038000', '104328.041000', '104328.044000', '104328.047000', '104328.050000', '104328.053000', '104328.055000', '104328.058000', '104328.061000', '104328.064000', '104328.067000', '104328.070000', '104328.073000', '104328.075000', '104347.951000', '104347.954000', '104347.957000', '104347.960000', '104347.963000', '104347.966000', '104347.969000', '104347.972000', '104347.975000', '104347.978000', '104347.981000', '104347.983000', '104347.986000', '104347.989000', '104347.992000', '104347.995000', '104347.998000', '104348.001000', '104348.004000', '104348.007000', '104348.010000', '104348.013000', '104348.016000', '104348.019000', '104348.021000', '104348.024000', '104348.027000', '104348.030000', '104348.033000', '104348.036000', '104348.039000', '104348.041000', '104348.044000', '104348.047000', '104348.050000', '104348.053000', '104348.056000', '104348.059000', '104348.062000', '104348.064000', '104348.067000', '104348.070000', '104348.073000', '104407.951000', '104407.954000', '104407.957000', '104407.960000', '104407.963000', '104407.965000', '104407.968000', '104407.971000', '104407.974000', '104407.977000', '104407.980000', '104407.983000', '104407.985000', '104407.988000', '104407.991000', '104407.994000', '104407.997000', '104408.001000', '104408.004000', '104408.007000', '104408.009000', '104408.012000', '104408.015000', '104408.018000', '104408.021000', '104408.024000', '104408.026000', '104408.029000', '104408.032000', '104408.035000', '104408.038000', '104408.041000', '104408.044000', '104408.047000', '104408.050000', '104408.052000', '104408.055000', '104408.058000', '104408.061000', '104408.064000', '104408.067000', '104408.070000', '104408.072000', '104408.075000', '104427.951000', '104427.954000', '104427.957000', '104427.960000', '104427.963000', '104427.966000', '104427.968000', '104427.971000', '104427.974000', '104427.977000', '104427.982000', '104427.986000', '104427.989000', '104427.992000', '104427.994000', '104427.997000', '104428.001000', '104428.004000', '104428.007000', '104428.010000', '104428.013000', '104428.016000', '104428.019000', '104428.021000', '104428.024000', '104428.028000', '104428.031000', '104428.034000', '104428.037000', '104428.040000', '104428.042000', '104428.045000', '104428.048000', '104428.051000', '104428.054000', '104428.057000', '104428.060000', '104428.063000', '104428.065000', '104428.068000', '104428.071000', '104428.074000', '104428.077000', '104447.952000', '104447.955000', '104447.958000', '104447.961000', '104447.964000', '104447.967000', '104447.970000', '104447.972000', '104447.975000', '104447.978000', '104447.981000', '104447.984000', '104447.987000', '104447.990000', '104447.993000', '104447.996000', '104447.998000', '104448.002000', '104448.005000', '104448.008000', '104448.011000', '104448.014000', '104448.017000', '104448.019000', '104448.022000', '104448.025000', '104448.028000', '104448.031000', '104448.034000', '104448.036000', '104448.039000', '104448.056000', '104448.059000', '104448.062000', '104448.065000', '104448.068000', '104448.071000', '104448.074000', '104448.076000', '104448.079000', '104448.082000', '104448.085000', '104448.088000', '104448.091000', '104507.952000', '104507.955000', '104507.958000', '104507.961000', '104507.964000', '104507.966000', '104507.969000', '104507.972000', '104507.975000', '104507.978000', '104507.981000', '104507.984000', '104507.987000', '104507.989000', '104507.992000', '104507.995000', '104507.998000', '104508.003000', '104508.006000', '104508.009000', '104508.012000', '104508.014000', '104508.017000', '104508.020000', '104508.023000', '104508.026000', '104508.029000', '104508.032000', '104508.035000', '104508.038000', '104508.040000', '104508.043000', '104508.046000', '104508.049000', '104508.052000', '104508.055000', '104508.058000', '104508.061000', '104508.063000', '104508.066000', '104508.069000', '104508.072000', '104508.075000', '104527.951000', '104527.954000', '104527.957000', '104527.960000', '104527.963000', '104527.965000', '104527.968000', '104527.971000', '104527.974000', '104527.977000', '104527.980000', '104527.983000', '104527.985000', '104527.988000', '104527.991000', '104527.994000', '104527.997000', '104528.001000', '104528.004000', '104528.007000', '104528.009000', '104528.012000', '104528.016000', '104528.019000', '104528.021000', '104528.024000', '104528.027000', '104528.030000', '104528.033000', '104528.036000', '104528.039000', '104528.042000', '104528.050000', '104528.052000', '104528.055000', '104528.058000', '104528.061000', '104528.064000', '104528.067000', '104528.070000', '104528.073000', '104528.076000', '104528.078000', '104528.081000', '104547.951000', '104547.954000', '104547.957000', '104547.960000', '104547.963000', '104547.966000', '104547.968000', '104547.971000', '104547.974000', '104547.977000', '104547.980000', '104547.983000', '104547.986000', '104547.989000', '104547.992000', '104547.995000', '104547.997000', '104548.001000', '104548.004000', '104548.007000', '104548.010000', '104548.013000', '104548.016000', '104548.019000', '104548.022000', '104548.025000', '104548.029000', '104548.031000', '104548.035000', '104548.037000', '104548.040000', '104548.043000', '104548.046000', '104548.049000', '104548.052000', '104548.055000', '104548.057000', '104548.060000', '104548.063000', '104548.066000', '104548.069000', '104548.072000', '104548.075000', '104607.951000', '104607.954000', '104607.957000', '104607.960000', '104607.962000', '104607.965000', '104607.968000', '104607.971000', '104607.974000', '104607.977000', '104607.979000', '104607.982000', '104607.985000', '104607.988000', '104607.991000', '104607.994000', '104607.997000', '104608.001000', '104608.004000', '104608.006000', '104608.009000', '104608.012000', '104608.015000', '104608.018000', '104608.021000', '104608.024000', '104608.026000', '104608.029000', '104608.032000', '104608.035000', '104608.038000', '104608.041000', '104608.044000', '104608.046000', '104608.049000', '104608.052000', '104608.055000', '104608.058000', '104608.061000', '104608.064000', '104608.066000', '104608.069000', '104608.084000', '104608.087000', '104627.951000', '104627.954000', '104627.957000', '104627.960000', '104627.963000', '104627.965000', '104627.968000', '104627.971000', '104627.974000', '104627.977000', '104627.980000', '104627.984000', '104627.987000', '104627.990000', '104627.993000', '104627.996000', '104628.000000', '104628.003000', '104628.006000', '104628.009000', '104628.012000', '104628.015000', '104628.018000', '104628.020000', '104628.023000', '104628.026000', '104628.029000', '104628.032000', '104628.035000', '104628.039000', '104628.042000', '104628.045000', '104628.048000', '104628.051000', '104628.054000', '104628.057000', '104628.059000', '104628.062000', '104628.065000', '104628.068000', '104628.071000', '104628.074000', '104628.077000', '104647.952000', '104647.955000', '104647.958000', '104647.961000', '104647.964000', '104647.966000', '104647.969000', '104647.972000', '104647.975000', '104647.978000', '104647.981000', '104647.984000', '104647.987000', '104647.989000', '104647.992000', '104647.995000', '104647.998000', '104648.001000', '104648.004000', '104648.007000', '104648.009000', '104648.012000', '104648.015000', '104648.018000', '104648.021000', '104648.024000', '104648.027000', '104648.029000', '104648.032000', '104648.035000', '104648.038000', '104648.041000', '104648.044000', '104648.047000', '104648.049000', '104648.052000', '104648.055000', '104648.058000', '104648.061000', '104648.064000', '104648.067000', '104648.070000', '104648.073000', '104648.076000', '104707.952000', '104707.955000', '104707.958000', '104707.961000', '104707.964000', '104707.967000', '104707.969000', '104707.972000', '104707.975000', '104707.978000', '104707.981000', '104707.984000', '104707.987000', '104707.990000', '104707.993000', '104707.995000', '104707.998000', '104708.002000', '104708.005000', '104708.008000', '104708.011000', '104708.014000', '104708.017000', '104708.019000', '104708.022000', '104708.025000', '104708.028000', '104708.031000', '104708.034000', '104708.037000', '104708.040000', '104708.043000', '104708.046000', '104708.048000', '104708.051000', '104708.054000', '104708.057000', '104708.060000', '104708.063000', '104708.066000', '104708.069000', '104708.072000', '104708.075000', '104727.952000', '104727.955000', '104727.958000', '104727.961000', '104727.964000', '104727.967000', '104727.970000', '104727.973000', '104727.975000', '104727.979000', '104727.981000', '104727.984000', '104727.987000', '104727.990000', '104727.993000', '104727.996000', '104728.000000', '104728.003000', '104728.006000', '104728.008000', '104728.011000', '104728.014000', '104728.017000', '104728.020000', '104728.023000', '104728.026000', '104728.029000', '104728.032000', '104728.035000', '104728.037000', '104728.040000', '104728.043000', '104728.046000', '104728.049000', '104728.052000', '104728.055000', '104728.058000', '104728.061000', '104728.064000', '104728.067000', '104728.069000', '104728.072000', '104728.075000', '104728.078000', '104747.951000', '104747.954000', '104747.957000', '104747.960000', '104747.963000', '104747.973000', '104747.976000', '104747.979000', '104747.992000', '104747.995000', '104747.997000', '104748.001000', '104748.004000', '104748.007000', '104748.010000', '104748.013000', '104748.016000', '104748.019000', '104748.023000', '104748.026000', '104748.029000', '104748.032000', '104748.035000', '104748.038000', '104748.041000', '104748.044000', '104748.047000', '104748.050000', '104748.052000', '104748.055000', '104748.058000', '104748.061000', '104748.064000', '104748.067000', '104748.070000', '104748.073000', '104748.076000', '104748.082000', '104748.085000', '104748.088000', '104748.091000', '104748.094000', '104748.097000', '104807.951000', '104807.954000', '104807.957000', '104807.960000', '104807.963000', '104807.965000', '104807.968000', '104807.971000', '104807.974000', '104807.977000', '104807.980000', '104807.983000', '104807.986000', '104807.989000', '104807.992000', '104807.995000', '104807.998000', '104808.001000', '104808.004000', '104808.007000', '104808.010000', '104808.013000', '104808.016000', '104808.019000', '104808.022000', '104808.025000', '104808.028000', '104808.031000', '104808.033000', '104808.036000', '104808.039000', '104808.042000', '104808.045000', '104808.048000', '104808.051000', '104808.054000', '104808.056000', '104808.059000', '104808.062000', '104808.065000', '104808.068000', '104808.071000', '104808.074000', '104808.076000', '104827.951000', '104827.954000', '104827.957000', '104827.960000', '104827.963000', '104827.966000', '104827.969000', '104827.971000', '104827.974000', '104827.977000', '104827.980000', '104827.983000', '104827.986000', '104827.989000', '104827.991000', '104827.994000', '104827.997000', '104828.001000', '104828.004000', '104828.007000', '104828.009000', '104828.012000', '104828.015000', '104828.018000', '104828.021000', '104828.024000', '104828.027000', '104828.030000', '104828.033000', '104828.036000', '104828.038000', '104828.041000', '104828.044000', '104828.047000', '104828.050000', '104828.053000', '104828.056000', '104828.059000', '104828.062000', '104828.064000', '104828.067000', '104828.070000', '104828.073000', '104847.951000', '104847.954000', '104847.957000', '104847.960000', '104847.963000', '104847.966000', '104847.969000', '104847.972000', '104847.975000', '104847.978000', '104847.980000', '104847.983000', '104847.986000', '104847.989000', '104847.992000', '104847.995000', '104847.998000', '104848.002000', '104848.005000', '104848.007000', '104848.010000', '104848.013000', '104848.016000', '104848.019000', '104848.022000', '104848.025000', '104848.028000', '104848.031000', '104848.034000', '104848.037000', '104848.040000', '104848.043000', '104848.046000', '104848.049000', '104848.051000', '104848.055000', '104848.057000', '104848.060000', '104848.063000', '104848.066000', '104848.069000', '104848.072000', '104848.075000', '104848.078000', '104907.952000', '104907.955000', '104907.958000', '104907.961000', '104907.963000', '104907.984000', '104907.987000', '104907.990000', '104907.993000', '104907.996000', '104907.999000', '104908.002000', '104908.004000', '104908.008000', '104908.011000', '104908.013000', '104908.016000', '104908.019000', '104908.022000', '104908.025000', '104908.028000', '104908.031000', '104908.034000', '104908.037000', '104908.039000', '104908.042000', '104908.045000', '104908.048000', '104908.051000', '104908.054000', '104908.057000', '104908.061000', '104908.064000', '104908.067000', '104908.070000', '104908.073000', '104908.076000', '104908.079000', '104908.082000', '104908.085000', '104908.087000', '104908.090000', '104908.093000', '104912.313000', '104912.316000', '104912.320000', '104912.323000', '104912.327000', '104912.330000', '104912.333000', '104912.336000', '104912.339000', '104912.342000'], 'InstanceCreationTime': ['104107.986000', '104107.989000', '104107.992000', '104107.995000', '104107.998000', '104108.002000', '104108.005000', '104108.010000', '104108.012000', '104108.015000', '104108.018000', '104108.021000', '104108.024000', '104108.027000', '104108.029000', '104108.032000', '104108.035000', '104108.038000', '104108.041000', '104108.044000', '104108.047000', '104108.049000', '104108.052000', '104108.055000', '104108.058000', '104108.061000', '104108.064000', '104108.066000', '104108.069000', '104108.072000', '104108.075000', '104108.078000', '104108.086000', '104108.089000', '104108.091000', '104108.094000', '104108.097000', '104108.100000', '104108.103000', '104108.106000', '104108.108000', '104108.111000', '104108.114000', '104108.117000', '104108.120000', '104127.951000', '104127.954000', '104127.957000', '104127.960000', '104127.962000', '104127.965000', '104127.968000', '104127.971000', '104127.974000', '104127.977000', '104127.980000', '104127.983000', '104127.986000', '104127.989000', '104127.992000', '104127.994000', '104127.997000', '104128.001000', '104128.004000', '104128.007000', '104128.010000', '104128.013000', '104128.016000', '104128.018000', '104128.021000', '104128.024000', '104128.027000', '104128.030000', '104128.033000', '104128.035000', '104128.038000', '104128.041000', '104128.044000', '104128.047000', '104128.050000', '104128.052000', '104128.055000', '104128.058000', '104128.064000', '104128.067000', '104128.071000', '104128.074000', '104128.076000', '104147.951000', '104147.954000', '104147.957000', '104147.959000', '104147.962000', '104147.965000', '104147.968000', '104147.971000', '104147.974000', '104147.976000', '104147.979000', '104147.982000', '104147.985000', '104147.988000', '104147.991000', '104147.994000', '104147.996000', '104148.000000', '104148.003000', '104148.006000', '104148.009000', '104148.012000', '104148.014000', '104148.017000', '104148.020000', '104148.023000', '104148.026000', '104148.033000', '104148.037000', '104148.040000', '104148.043000', '104148.045000', '104148.048000', '104148.051000', '104148.054000', '104148.057000', '104148.060000', '104148.062000', '104148.065000', '104148.068000', '104148.071000', '104148.074000', '104148.077000', '104148.080000', '104207.951000', '104207.954000', '104207.957000', '104207.960000', '104207.962000', '104207.965000', '104207.968000', '104207.971000', '104207.977000', '104207.980000', '104207.982000', '104207.985000', '104207.988000', '104207.991000', '104207.994000', '104207.997000', '104208.001000', '104208.004000', '104208.007000', '104208.010000', '104208.013000', '104208.016000', '104208.019000', '104208.022000', '104208.024000', '104208.027000', '104208.030000', '104208.033000', '104208.036000', '104208.039000', '104208.042000', '104208.044000', '104208.047000', '104208.050000', '104208.053000', '104208.056000', '104208.062000', '104208.065000', '104208.068000', '104208.071000', '104208.074000', '104208.077000', '104208.080000', '104227.952000', '104227.956000', '104227.959000', '104227.961000', '104227.964000', '104227.967000', '104227.970000', '104227.973000', '104227.976000', '104227.979000', '104227.982000', '104227.984000', '104227.987000', '104227.990000', '104227.993000', '104227.996000', '104228.000000', '104228.003000', '104228.005000', '104228.008000', '104228.011000', '104228.014000', '104228.017000', '104228.020000', '104228.023000', '104228.025000', '104228.028000', '104228.031000', '104228.034000', '104228.037000', '104228.040000', '104228.043000', '104228.045000', '104228.048000', '104228.051000', '104228.054000', '104228.057000', '104228.060000', '104228.063000', '104228.065000', '104228.068000', '104228.071000', '104228.074000', '104247.952000', '104247.955000', '104247.958000', '104247.961000', '104247.963000', '104247.966000', '104247.969000', '104247.972000', '104247.975000', '104247.978000', '104247.981000', '104247.983000', '104247.986000', '104247.989000', '104247.992000', '104247.995000', '104247.998000', '104248.002000', '104248.005000', '104248.008000', '104248.010000', '104248.013000', '104248.016000', '104248.019000', '104248.022000', '104248.025000', '104248.028000', '104248.030000', '104248.033000', '104248.036000', '104248.039000', '104248.042000', '104248.045000', '104248.048000', '104248.050000', '104248.053000', '104248.056000', '104248.059000', '104248.062000', '104248.065000', '104248.068000', '104248.070000', '104248.073000', '104248.076000', '104307.951000', '104307.954000', '104307.957000', '104307.960000', '104307.963000', '104307.966000', '104307.969000', '104307.971000', '104307.974000', '104307.977000', '104307.980000', '104307.983000', '104307.986000', '104307.989000', '104307.991000', '104307.994000', '104307.997000', '104308.001000', '104308.004000', '104308.007000', '104308.010000', '104308.013000', '104308.016000', '104308.019000', '104308.022000', '104308.025000', '104308.027000', '104308.030000', '104308.033000', '104308.036000', '104308.039000', '104308.042000', '104308.045000', '104308.048000', '104308.051000', '104308.054000', '104308.057000', '104308.060000', '104308.062000', '104308.065000', '104308.068000', '104308.071000', '104308.074000', '104327.951000', '104327.954000', '104327.957000', '104327.960000', '104327.963000', '104327.965000', '104327.968000', '104327.971000', '104327.974000', '104327.977000', '104327.980000', '104327.983000', '104327.985000', '104327.988000', '104327.991000', '104327.994000', '104327.997000', '104328.001000', '104328.004000', '104328.006000', '104328.009000', '104328.012000', '104328.015000', '104328.018000', '104328.021000', '104328.024000', '104328.026000', '104328.029000', '104328.032000', '104328.035000', '104328.038000', '104328.041000', '104328.044000', '104328.047000', '104328.050000', '104328.053000', '104328.055000', '104328.058000', '104328.061000', '104328.064000', '104328.067000', '104328.070000', '104328.073000', '104328.075000', '104347.951000', '104347.954000', '104347.957000', '104347.960000', '104347.963000', '104347.966000', '104347.969000', '104347.972000', '104347.975000', '104347.978000', '104347.981000', '104347.983000', '104347.986000', '104347.989000', '104347.992000', '104347.995000', '104347.998000', '104348.001000', '104348.004000', '104348.007000', '104348.010000', '104348.013000', '104348.016000', '104348.019000', '104348.021000', '104348.024000', '104348.027000', '104348.030000', '104348.033000', '104348.036000', '104348.039000', '104348.041000', '104348.044000', '104348.047000', '104348.050000', '104348.053000', '104348.056000', '104348.059000', '104348.062000', '104348.064000', '104348.067000', '104348.070000', '104348.073000', '104407.951000', '104407.954000', '104407.957000', '104407.960000', '104407.963000', '104407.965000', '104407.968000', '104407.971000', '104407.974000', '104407.977000', '104407.980000', '104407.983000', '104407.985000', '104407.988000', '104407.991000', '104407.994000', '104407.997000', '104408.001000', '104408.004000', '104408.007000', '104408.009000', '104408.012000', '104408.015000', '104408.018000', '104408.021000', '104408.024000', '104408.026000', '104408.029000', '104408.032000', '104408.035000', '104408.038000', '104408.041000', '104408.044000', '104408.047000', '104408.050000', '104408.052000', '104408.055000', '104408.058000', '104408.061000', '104408.064000', '104408.067000', '104408.070000', '104408.072000', '104408.075000', '104427.951000', '104427.954000', '104427.957000', '104427.960000', '104427.963000', '104427.966000', '104427.968000', '104427.971000', '104427.974000', '104427.977000', '104427.982000', '104427.986000', '104427.989000', '104427.992000', '104427.994000', '104427.997000', '104428.001000', '104428.004000', '104428.007000', '104428.010000', '104428.013000', '104428.016000', '104428.019000', '104428.021000', '104428.024000', '104428.028000', '104428.031000', '104428.034000', '104428.037000', '104428.040000', '104428.042000', '104428.045000', '104428.048000', '104428.051000', '104428.054000', '104428.057000', '104428.060000', '104428.063000', '104428.065000', '104428.068000', '104428.071000', '104428.074000', '104428.077000', '104447.952000', '104447.955000', '104447.958000', '104447.961000', '104447.964000', '104447.967000', '104447.970000', '104447.972000', '104447.975000', '104447.978000', '104447.981000', '104447.984000', '104447.987000', '104447.990000', '104447.993000', '104447.996000', '104447.998000', '104448.002000', '104448.005000', '104448.008000', '104448.011000', '104448.014000', '104448.017000', '104448.019000', '104448.022000', '104448.025000', '104448.028000', '104448.031000', '104448.034000', '104448.036000', '104448.039000', '104448.056000', '104448.059000', '104448.062000', '104448.065000', '104448.068000', '104448.071000', '104448.074000', '104448.076000', '104448.079000', '104448.082000', '104448.085000', '104448.088000', '104448.091000', '104507.952000', '104507.955000', '104507.958000', '104507.961000', '104507.964000', '104507.966000', '104507.969000', '104507.972000', '104507.975000', '104507.978000', '104507.981000', '104507.984000', '104507.987000', '104507.989000', '104507.992000', '104507.995000', '104507.998000', '104508.003000', '104508.006000', '104508.009000', '104508.012000', '104508.014000', '104508.017000', '104508.020000', '104508.023000', '104508.026000', '104508.029000', '104508.032000', '104508.035000', '104508.038000', '104508.040000', '104508.043000', '104508.046000', '104508.049000', '104508.052000', '104508.055000', '104508.058000', '104508.061000', '104508.063000', '104508.066000', '104508.069000', '104508.072000', '104508.075000', '104527.951000', '104527.954000', '104527.957000', '104527.960000', '104527.963000', '104527.965000', '104527.968000', '104527.971000', '104527.974000', '104527.977000', '104527.980000', '104527.983000', '104527.985000', '104527.988000', '104527.991000', '104527.994000', '104527.997000', '104528.001000', '104528.004000', '104528.007000', '104528.009000', '104528.012000', '104528.016000', '104528.019000', '104528.021000', '104528.024000', '104528.027000', '104528.030000', '104528.033000', '104528.036000', '104528.039000', '104528.042000', '104528.050000', '104528.052000', '104528.055000', '104528.058000', '104528.061000', '104528.064000', '104528.067000', '104528.070000', '104528.073000', '104528.076000', '104528.078000', '104528.081000', '104547.951000', '104547.954000', '104547.957000', '104547.960000', '104547.963000', '104547.966000', '104547.968000', '104547.971000', '104547.974000', '104547.977000', '104547.980000', '104547.983000', '104547.986000', '104547.989000', '104547.992000', '104547.995000', '104547.997000', '104548.001000', '104548.004000', '104548.007000', '104548.010000', '104548.013000', '104548.016000', '104548.019000', '104548.022000', '104548.025000', '104548.029000', '104548.031000', '104548.035000', '104548.037000', '104548.040000', '104548.043000', '104548.046000', '104548.049000', '104548.052000', '104548.055000', '104548.057000', '104548.060000', '104548.063000', '104548.066000', '104548.069000', '104548.072000', '104548.075000', '104607.951000', '104607.954000', '104607.957000', '104607.960000', '104607.962000', '104607.965000', '104607.968000', '104607.971000', '104607.974000', '104607.977000', '104607.979000', '104607.982000', '104607.985000', '104607.988000', '104607.991000', '104607.994000', '104607.997000', '104608.001000', '104608.004000', '104608.006000', '104608.009000', '104608.012000', '104608.015000', '104608.018000', '104608.021000', '104608.024000', '104608.026000', '104608.029000', '104608.032000', '104608.035000', '104608.038000', '104608.041000', '104608.044000', '104608.046000', '104608.049000', '104608.052000', '104608.055000', '104608.058000', '104608.061000', '104608.064000', '104608.066000', '104608.069000', '104608.084000', '104608.087000', '104627.951000', '104627.954000', '104627.957000', '104627.960000', '104627.963000', '104627.965000', '104627.968000', '104627.971000', '104627.974000', '104627.977000', '104627.980000', '104627.984000', '104627.987000', '104627.990000', '104627.993000', '104627.996000', '104628.000000', '104628.003000', '104628.006000', '104628.009000', '104628.012000', '104628.015000', '104628.018000', '104628.020000', '104628.023000', '104628.026000', '104628.029000', '104628.032000', '104628.035000', '104628.039000', '104628.042000', '104628.045000', '104628.048000', '104628.051000', '104628.054000', '104628.057000', '104628.059000', '104628.062000', '104628.065000', '104628.068000', '104628.071000', '104628.074000', '104628.077000', '104647.952000', '104647.955000', '104647.958000', '104647.961000', '104647.964000', '104647.966000', '104647.969000', '104647.972000', '104647.975000', '104647.978000', '104647.981000', '104647.984000', '104647.987000', '104647.989000', '104647.992000', '104647.995000', '104647.998000', '104648.001000', '104648.004000', '104648.007000', '104648.009000', '104648.012000', '104648.015000', '104648.018000', '104648.021000', '104648.024000', '104648.027000', '104648.029000', '104648.032000', '104648.035000', '104648.038000', '104648.041000', '104648.044000', '104648.047000', '104648.049000', '104648.052000', '104648.055000', '104648.058000', '104648.061000', '104648.064000', '104648.067000', '104648.070000', '104648.073000', '104648.076000', '104707.952000', '104707.955000', '104707.958000', '104707.961000', '104707.964000', '104707.967000', '104707.969000', '104707.972000', '104707.975000', '104707.978000', '104707.981000', '104707.984000', '104707.987000', '104707.990000', '104707.993000', '104707.995000', '104707.998000', '104708.002000', '104708.005000', '104708.008000', '104708.011000', '104708.014000', '104708.017000', '104708.019000', '104708.022000', '104708.025000', '104708.028000', '104708.031000', '104708.034000', '104708.037000', '104708.040000', '104708.043000', '104708.046000', '104708.048000', '104708.051000', '104708.054000', '104708.057000', '104708.060000', '104708.063000', '104708.066000', '104708.069000', '104708.072000', '104708.075000', '104727.952000', '104727.955000', '104727.958000', '104727.961000', '104727.964000', '104727.967000', '104727.970000', '104727.973000', '104727.975000', '104727.979000', '104727.981000', '104727.984000', '104727.987000', '104727.990000', '104727.993000', '104727.996000', '104728.000000', '104728.003000', '104728.006000', '104728.008000', '104728.011000', '104728.014000', '104728.017000', '104728.020000', '104728.023000', '104728.026000', '104728.029000', '104728.032000', '104728.035000', '104728.037000', '104728.040000', '104728.043000', '104728.046000', '104728.049000', '104728.052000', '104728.055000', '104728.058000', '104728.061000', '104728.064000', '104728.067000', '104728.069000', '104728.072000', '104728.075000', '104728.078000', '104747.951000', '104747.954000', '104747.957000', '104747.960000', '104747.963000', '104747.973000', '104747.976000', '104747.979000', '104747.992000', '104747.995000', '104747.997000', '104748.001000', '104748.004000', '104748.007000', '104748.010000', '104748.013000', '104748.016000', '104748.019000', '104748.023000', '104748.026000', '104748.029000', '104748.032000', '104748.035000', '104748.038000', '104748.041000', '104748.044000', '104748.047000', '104748.050000', '104748.052000', '104748.055000', '104748.058000', '104748.061000', '104748.064000', '104748.067000', '104748.070000', '104748.073000', '104748.076000', '104748.082000', '104748.085000', '104748.088000', '104748.091000', '104748.094000', '104748.097000', '104807.951000', '104807.954000', '104807.957000', '104807.960000', '104807.963000', '104807.965000', '104807.968000', '104807.971000', '104807.974000', '104807.977000', '104807.980000', '104807.983000', '104807.986000', '104807.989000', '104807.992000', '104807.995000', '104807.998000', '104808.001000', '104808.004000', '104808.007000', '104808.010000', '104808.013000', '104808.016000', '104808.019000', '104808.022000', '104808.025000', '104808.028000', '104808.031000', '104808.033000', '104808.036000', '104808.039000', '104808.042000', '104808.045000', '104808.048000', '104808.051000', '104808.054000', '104808.056000', '104808.059000', '104808.062000', '104808.065000', '104808.068000', '104808.071000', '104808.074000', '104808.076000', '104827.951000', '104827.954000', '104827.957000', '104827.960000', '104827.963000', '104827.966000', '104827.969000', '104827.971000', '104827.974000', '104827.977000', '104827.980000', '104827.983000', '104827.986000', '104827.989000', '104827.991000', '104827.994000', '104827.997000', '104828.001000', '104828.004000', '104828.007000', '104828.009000', '104828.012000', '104828.015000', '104828.018000', '104828.021000', '104828.024000', '104828.027000', '104828.030000', '104828.033000', '104828.036000', '104828.038000', '104828.041000', '104828.044000', '104828.047000', '104828.050000', '104828.053000', '104828.056000', '104828.059000', '104828.062000', '104828.064000', '104828.067000', '104828.070000', '104828.073000', '104847.951000', '104847.954000', '104847.957000', '104847.960000', '104847.963000', '104847.966000', '104847.969000', '104847.972000', '104847.975000', '104847.978000', '104847.980000', '104847.983000', '104847.986000', '104847.989000', '104847.992000', '104847.995000', '104847.998000', '104848.002000', '104848.005000', '104848.007000', '104848.010000', '104848.013000', '104848.016000', '104848.019000', '104848.022000', '104848.025000', '104848.028000', '104848.031000', '104848.034000', '104848.037000', '104848.040000', '104848.043000', '104848.046000', '104848.049000', '104848.051000', '104848.055000', '104848.057000', '104848.060000', '104848.063000', '104848.066000', '104848.069000', '104848.072000', '104848.075000', '104848.078000', '104907.952000', '104907.955000', '104907.958000', '104907.961000', '104907.963000', '104907.984000', '104907.987000', '104907.990000', '104907.993000', '104907.996000', '104907.999000', '104908.002000', '104908.004000', '104908.008000', '104908.011000', '104908.013000', '104908.016000', '104908.019000', '104908.022000', '104908.025000', '104908.028000', '104908.031000', '104908.034000', '104908.037000', '104908.039000', '104908.042000', '104908.045000', '104908.048000', '104908.051000', '104908.054000', '104908.057000', '104908.061000', '104908.064000', '104908.067000', '104908.070000', '104908.073000', '104908.076000', '104908.079000', '104908.082000', '104908.085000', '104908.087000', '104908.090000', '104908.093000', '104912.313000', '104912.316000', '104912.320000', '104912.323000', '104912.327000', '104912.330000', '104912.333000', '104912.336000', '104912.339000', '104912.342000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [8081, 8235, 8875, 7572, 8700, 7928, 7180, 8257, 8065, 7713, 13691, 10913, 7567, 12491, 7834, 9146, 7880, 7402, 10036, 7896, 7349, 9514, 7292, 8150, 7771, 7361, 10392, 8183, 7581, 10050, 7445, 8862, 7959, 7367, 10103, 7466, 9037, 7956, 7344, 10145, 7517, 7662, 7939, 7439, 10571, 7867, 7754, 7552, 7417, 9916, 7395, 7259, 7482, 7301, 7127, 7351, 7611, 7263, 8931, 7356, 11273, 8209, 7071, 11714, 9024, 7468, 10227, 8204, 14290, 9940, 9105, 9508, 7059, 9129, 7389, 7364, 8222, 7646, 11261, 8795, 7268, 8341, 7471, 8335, 7548, 7172, 10539, 7594, 9601, 7588, 7431, 7008, 7498, 7374, 9809, 7646, 7247, 10666, 7716, 7331, 10889, 8040, 12287, 9286, 7579, 9557, 7719, 14554, 8762, 9781, 8586, 7186, 9992, 7356, 8794, 7568, 7389, 9268, 7229, 10085, 7836, 8696, 8070, 7364, 10269, 7536, 10029, 7513, 7233, 7510, 7269, 10152, 7323, 9173, 7582, 7373, 9355, 7216, 8976, 7543, 7260, 7695, 7573, 9006, 8052, 7197, 10095, 7556, 7347, 8438, 7377, 11343, 8701, 7475, 8507, 7580, 9792, 7482, 8964, 7680, 7255, 10686, 9001, 9364, 8010, 7232, 8282, 7586, 7128, 8307, 7882, 7376, 11999, 8612, 7901, 9407, 8586, 12942, 10555, 7840, 10944, 7916, 11213, 10159, 8330, 12315, 8436, 7359, 11513, 8009, 7234, 8781, 7413, 8473, 8008, 7341, 10758, 8032, 8619, 9621, 7462, 11066, 8029, 7648, 9515, 7406, 8194, 7849, 7441, 10399, 7832, 7964, 7606, 7875, 7998, 8204, 7850, 7708, 8168, 8254, 7535, 7366, 10134, 8519, 8065, 12433, 11706, 11614, 15323, 13097, 11377, 15854, 12069, 12399, 9230, 8092, 11154, 10260, 8251, 12511, 7518, 7806, 7751, 7256, 11222, 7682, 7629, 7985, 7302, 9644, 7691, 7631, 8783, 7631, 8579, 7713, 7333, 7851, 7785, 11241, 8444, 7692, 7948, 7702, 7698, 7714, 7457, 8091, 7893, 9388, 8020, 7191, 11178, 7643, 7776, 10106, 7854, 7472, 7682, 10278, 7473, 7367, 8975, 9288, 8213, 12379, 13238, 8757, 15088, 12438, 10757, 9101, 7116, 9217, 7801, 10879, 7320, 9384, 7669, 7767, 7482, 7514, 7524, 7648, 7657, 7381, 12613, 8817, 7299, 11799, 9969, 12314, 11608, 7488, 12898, 8174, 7574, 14295, 8712, 7315, 8779, 7548, 7256, 10128, 8461, 7335, 8559, 7403, 11708, 8922, 7368, 8686, 7299, 12864, 9048, 8064, 8239, 7654, 10671, 7581, 8868, 8369, 7654, 7840, 7674, 7393, 7800, 7648, 7781, 7631, 11157, 9835, 8795, 11750, 10417, 8870, 7335, 11723, 9909, 7770, 8270, 13955, 11101, 9328, 14350, 11697, 8038, 13888, 7910, 7327, 8854, 7320, 8015, 7862, 7141, 9488, 7813, 7721, 7868, 7098, 10444, 7411, 7662, 8626, 9241, 11881, 9880, 7637, 8983, 7394, 9177, 9311, 7221, 10395, 7247, 10411, 7897, 7662, 8755, 7111, 9239, 7177, 11889, 8067, 9846, 7586, 7312, 8702, 7598, 7453, 7943, 7637, 9790, 7724, 7232, 10574, 7280, 10430, 10000, 7458, 8818, 7373, 12257, 9884, 14568, 9459, 7255, 9586, 7644, 7627, 7570, 7628, 9627, 10441, 7406, 7323, 7743, 7344, 9167, 9657, 7861, 10639, 10180, 7324, 12269, 9414, 7286, 12106, 10409, 13074, 13328, 8166, 7458, 7888, 7425, 8781, 9504, 7401, 7416, 7621, 7350, 8074, 7897, 7338, 10433, 10060, 8753, 11430, 7682, 7151, 8026, 9015, 7767, 11137, 8056, 7317, 7966, 8236, 7458, 9747, 10544, 7643, 8570, 7732, 7315, 10898, 10147, 7878, 9435, 7580, 7572, 8691, 10377, 8185, 10837, 8145, 7300, 11473, 9333, 8757, 15751, 10815, 7432, 8497, 8330, 7296, 11729, 8715, 7907, 7254, 9009, 7611, 7357, 9095, 8094, 7517, 7378, 7762, 7791, 10499, 9757, 12370, 12682, 10067, 13055, 11498, 11666, 10891, 8587, 15746, 12950, 9243, 16256, 13155, 8306, 13705, 9777, 9103, 14399, 8231, 7351, 7095, 7662, 7713, 7519, 7297, 9286, 7772, 7424, 7566, 8679, 7278, 7358, 9474, 7670, 8788, 8666, 7964, 11752, 9773, 8365, 13148, 7554, 7574, 8501, 7619, 7868, 7925, 7503, 9236, 7368, 7461, 7558, 7562, 7346, 7323, 8834, 7494, 7410, 7226, 9935, 7743, 7371, 7480, 10908, 7306, 7504, 7497, 9695, 11266, 8360, 8338, 12700, 12521, 8245, 7374, 8023, 7498, 7647, 11157, 8487, 7521, 12201, 9543, 7973, 9217, 7802, 7467, 7359, 9965, 7621, 7173, 10947, 7498, 10973, 8716, 7269, 9978, 7839, 13928, 9954, 8434, 10434, 7775, 8042, 7649, 7277, 9996, 7372, 8791, 8296, 7137, 11041, 7741, 7999, 8297, 7223, 10348, 7414, 10824, 8633, 7424, 8643, 7547, 11490, 8760, 9481, 10806, 7877, 7928, 7754, 7707, 10702, 7826, 7480, 7812, 8089, 8105, 7751, 8108, 7943, 7666, 7352, 13207, 9113, 9370, 12807, 12160, 11595, 14108, 16009, 14126, 13705, 16628, 12535, 7853, 11357, 8292, 7330, 10845, 8707, 11566, 11124, 8007, 12651, 7946, 7724, 7677, 7317, 8832, 7500, 10757, 8797, 9186, 8172, 7113, 10589, 7791, 7710, 7707, 7309, 7780, 7856, 7160, 9316, 7829, 7515, 8503, 7443, 7596, 7745, 7552, 7679, 10761, 8508, 7376, 11198, 10020, 12056, 12667, 8170, 10234, 7587, 7406, 14365, 10927, 7584, 14658, 10248, 7972, 10987, 9231, 15192, 11195, 8637, 10494, 8047, 13937, 8058, 7546, 10788, 7551, 7480, 9105, 7441, 7595, 7449, 7623, 7466, 9639, 7437, 7575, 7943, 7549, 7504, 9331, 7494, 7326, 8912, 7545, 7297, 12783, 8396, 7630, 9737, 7540, 7529, 8953, 7925, 10217, 9850, 9174, 7711, 7717, 7408, 7703, 7816, 7380, 10000, 12742, 9392, 8320, 7697, 10172, 9969, 7962, 9574, 14996, 16099, 14177, 15228, 15868, 15848, 12350, 16203, 13359, 8195, 9373, 8068, 7663, 8858, 7654, 7256, 11154, 8171, 7560, 7817, 7399, 10337, 7750, 7657, 7596, 7708, 12176, 7792, 7427, 9183, 8115, 7408, 9000, 7628, 7482, 7632, 7533, 7495, 7753, 7633, 7676, 10695, 7980, 8527, 12393, 11335, 8200, 7506, 13975, 10003, 8691, 13444, 13443, 11360, 10723, 14912, 9094, 7548, 12761, 9348, 7387, 7724, 7860, 7627, 7826, 8256, 9099, 10514, 11216, 9315, 8005, 13539, 10384, 12308, 8871, 7592, 10021, 7857, 7463, 7747, 7409, 7524, 7911, 8024, 7748, 7915, 11226, 7898, 7539, 7924, 7832, 7628, 7451, 8325, 7966, 7355, 11275, 9496, 8193, 13404, 11321, 8969, 15285, 13009, 10501, 14533, 11678, 8946, 13690, 7904, 8280, 10690, 7569, 7616, 8178, 7761, 7704, 7934, 8094, 7596, 7698, 8086, 7804, 7777, 8193, 10154, 7872, 7571, 7992, 13064, 11732, 9356, 10808, 12022, 13210, 9152, 8909, 7289, 12641, 8171, 7537, 11022, 7632, 7756, 8320, 7683, 7833, 7677, 7588, 12096, 11300, 8735, 7865, 9198, 8153, 7558, 10438, 8472, 10886, 8920, 7606, 9087, 8333, 7633, 9546, 8124, 7612, 11422, 12374, 9089, 7772, 10953, 8551, 7413, 11164, 7941, 7415, 14134, 14788, 7588, 9592, 7858, 8743, 12120, 8382, 7699, 7835, 7377, 7366, 7361, 8008, 7786, 7855, 7864, 7821, 8508, 7929, 7443, 10462, 8196, 7611, 12392, 10873, 10555, 13717, 12434, 10475, 13800, 9304, 10871, 8394, 7488, 11144, 9356, 9640, 13742, 11357, 7493, 7650, 8247, 7413, 9836, 8369, 7369, 9997, 7436, 7493, 7865, 7580, 10641, 9329, 7984, 11977, 7811, 7346, 9174, 7154, 7844, 7922, 7493, 8722, 7601, 7263, 9263, 7573, 7380, 10101, 7549, 7541, 7582, 7692, 7538, 7610, 7939, 8999, 7369, 7480, 9283, 7510, 7549, 11805, 8585, 7406, 9988, 7343, 8668, 7762, 7497, 11497, 7542, 7492, 7761, 7851, 7711, 7735, 7818, 7903, 7642, 7504, 9022, 9171, 7812, 10346, 9048, 7683, 9721, 8431, 7792, 10901, 7784, 7361, 9892, 8264, 7689, 7642, 7990, 7780, 8302, 8120, 14931, 10632, 7743, 8287, 9507, 7856, 7587, 9520, 7788, 7665, 8860, 9730], 'WindowCenter': [4516.0, 4502.0, 4496.0, 4475.0, 4482.0, 4472.0, 4452.0, 4469.0, 4472.0, 4475.0, 4530.0, 4498.0, 4447.0, 4508.0, 4448.0, 4466.0, 4445.0, 4438.0, 4475.0, 4456.0, 4448.0, 4477.0, 4436.0, 4447.0, 4449.0, 4459.0, 4487.0, 4457.0, 4446.0, 4475.0, 4435.0, 4464.0, 4444.0, 4433.0, 4473.0, 4434.0, 4454.0, 4445.0, 4434.0, 4475.0, 4433.0, 4434.0, 4445.0, 4434.0, 4484.0, 4443.0, 4434.0, 4432.0, 4435.0, 4474.0, 4448.0, 4448.0, 4447.0, 4445.0, 4435.0, 4447.0, 4460.0, 4449.0, 4477.0, 4450.0, 4509.0, 4471.0, 4451.0, 4524.0, 4479.0, 4449.0, 4500.0, 4483.0, 4526.0, 4475.0, 4463.0, 4464.0, 4423.0, 4462.0, 4434.0, 4434.0, 4457.0, 4447.0, 4485.0, 4467.0, 4446.0, 4468.0, 4458.0, 4469.0, 4473.0, 4449.0, 4511.0, 4471.0, 4491.0, 4461.0, 4448.0, 4438.0, 4450.0, 4447.0, 4476.0, 4458.0, 4448.0, 4486.0, 4449.0, 4447.0, 4496.0, 4459.0, 4507.0, 4467.0, 4459.0, 4477.0, 4444.0, 4513.0, 4453.0, 4474.0, 4453.0, 4423.0, 4464.0, 4433.0, 4455.0, 4443.0, 4434.0, 4462.0, 4434.0, 4476.0, 4445.0, 4454.0, 4445.0, 4434.0, 4474.0, 4446.0, 4476.0, 4435.0, 4434.0, 4434.0, 4445.0, 4487.0, 4448.0, 4476.0, 4447.0, 4448.0, 4479.0, 4448.0, 4466.0, 4448.0, 4447.0, 4445.0, 4447.0, 4479.0, 4458.0, 4449.0, 4490.0, 4459.0, 4449.0, 4470.0, 4451.0, 4498.0, 4470.0, 4449.0, 4470.0, 4459.0, 4477.0, 4447.0, 4467.0, 4447.0, 4447.0, 4489.0, 4478.0, 4479.0, 4459.0, 4461.0, 4472.0, 4460.0, 4463.0, 4482.0, 4484.0, 4465.0, 4524.0, 4484.0, 4475.0, 4505.0, 4484.0, 4522.0, 4500.0, 4461.0, 4500.0, 4459.0, 4501.0, 4489.0, 4458.0, 4509.0, 4458.0, 4451.0, 4498.0, 4458.0, 4448.0, 4467.0, 4451.0, 4469.0, 4459.0, 4447.0, 4497.0, 4459.0, 4469.0, 4476.0, 4448.0, 4497.0, 4459.0, 4445.0, 4476.0, 4451.0, 4459.0, 4447.0, 4437.0, 4488.0, 4461.0, 4473.0, 4462.0, 4458.0, 4459.0, 4458.0, 4460.0, 4463.0, 4473.0, 4475.0, 4476.0, 4478.0, 4505.0, 4486.0, 4475.0, 4512.0, 4500.0, 4488.0, 4506.0, 4483.0, 4461.0, 4492.0, 4467.0, 4468.0, 4428.0, 4420.0, 4457.0, 4447.0, 4418.0, 4465.0, 4405.0, 4405.0, 4416.0, 4408.0, 4457.0, 4417.0, 4419.0, 4428.0, 4421.0, 4460.0, 4431.0, 4434.0, 4443.0, 4421.0, 4440.0, 4421.0, 4423.0, 4444.0, 4444.0, 4497.0, 4457.0, 4444.0, 4446.0, 4446.0, 4459.0, 4473.0, 4462.0, 4472.0, 4461.0, 4481.0, 4448.0, 4440.0, 4498.0, 4448.0, 4459.0, 4503.0, 4475.0, 4461.0, 4461.0, 4502.0, 4450.0, 4448.0, 4480.0, 4492.0, 4472.0, 4511.0, 4506.0, 4458.0, 4504.0, 4482.0, 4461.0, 4440.0, 4410.0, 4441.0, 4420.0, 4459.0, 4420.0, 4452.0, 4446.0, 4433.0, 4422.0, 4421.0, 4432.0, 4444.0, 4444.0, 4446.0, 4507.0, 4468.0, 4448.0, 4495.0, 4479.0, 4496.0, 4484.0, 4434.0, 4492.0, 4443.0, 4445.0, 4503.0, 4453.0, 4433.0, 4453.0, 4456.0, 4446.0, 4474.0, 4455.0, 4434.0, 4455.0, 4447.0, 4495.0, 4465.0, 4435.0, 4467.0, 4436.0, 4494.0, 4455.0, 4433.0, 4443.0, 4433.0, 4473.0, 4434.0, 4453.0, 4457.0, 4458.0, 4458.0, 4447.0, 4434.0, 4433.0, 4432.0, 4434.0, 4459.0, 4499.0, 4477.0, 4458.0, 4497.0, 4486.0, 4466.0, 4449.0, 4509.0, 4475.0, 4446.0, 4455.0, 4505.0, 4476.0, 4454.0, 4493.0, 4471.0, 4419.0, 4478.0, 4407.0, 4394.0, 4414.0, 4393.0, 4404.0, 4404.0, 4394.0, 4433.0, 4406.0, 4407.0, 4416.0, 4395.0, 4446.0, 4408.0, 4419.0, 4437.0, 4452.0, 4482.0, 4461.0, 4432.0, 4452.0, 4433.0, 4466.0, 4465.0, 4432.0, 4474.0, 4434.0, 4473.0, 4444.0, 4433.0, 4441.0, 4424.0, 4453.0, 4415.0, 4482.0, 4456.0, 4475.0, 4435.0, 4435.0, 4453.0, 4446.0, 4448.0, 4459.0, 4461.0, 4489.0, 4449.0, 4450.0, 4488.0, 4438.0, 4487.0, 4476.0, 4438.0, 4467.0, 4437.0, 4499.0, 4478.0, 4515.0, 4465.0, 4436.0, 4466.0, 4446.0, 4447.0, 4447.0, 4447.0, 4491.0, 4500.0, 4451.0, 4449.0, 4460.0, 4450.0, 4479.0, 4492.0, 4460.0, 4501.0, 4490.0, 4451.0, 4509.0, 4469.0, 4438.0, 4496.0, 4487.0, 4507.0, 4506.0, 4446.0, 4434.0, 4446.0, 4447.0, 4456.0, 4475.0, 4436.0, 4437.0, 4446.0, 4436.0, 4448.0, 4445.0, 4435.0, 4486.0, 4479.0, 4467.0, 4498.0, 4446.0, 4436.0, 4446.0, 4464.0, 4449.0, 4499.0, 4448.0, 4438.0, 4445.0, 4457.0, 4450.0, 4480.0, 4489.0, 4447.0, 4457.0, 4447.0, 4434.0, 4488.0, 4476.0, 4447.0, 4466.0, 4444.0, 4447.0, 4467.0, 4477.0, 4455.0, 4486.0, 4445.0, 4436.0, 4497.0, 4467.0, 4457.0, 4515.0, 4475.0, 4424.0, 4443.0, 4443.0, 4435.0, 4484.0, 4457.0, 4447.0, 4436.0, 4466.0, 4448.0, 4450.0, 4494.0, 4485.0, 4477.0, 4465.0, 4460.0, 4461.0, 4487.0, 4483.0, 4498.0, 4496.0, 4466.0, 4506.0, 4497.0, 4488.0, 4486.0, 4457.0, 4515.0, 4481.0, 4440.0, 4488.0, 4470.0, 4417.0, 4477.0, 4446.0, 4441.0, 4488.0, 4415.0, 4405.0, 4395.0, 4403.0, 4404.0, 4406.0, 4405.0, 4435.0, 4415.0, 4434.0, 4429.0, 4440.0, 4419.0, 4420.0, 4448.0, 4421.0, 4440.0, 4442.0, 4444.0, 4482.0, 4461.0, 4442.0, 4480.0, 4419.0, 4418.0, 4440.0, 4420.0, 4431.0, 4428.0, 4421.0, 4463.0, 4446.0, 4434.0, 4445.0, 4444.0, 4436.0, 4446.0, 4467.0, 4452.0, 4463.0, 4480.0, 4503.0, 4475.0, 4462.0, 4460.0, 4497.0, 4435.0, 4446.0, 4453.0, 4492.0, 4500.0, 4457.0, 4460.0, 4506.0, 4495.0, 4446.0, 4437.0, 4446.0, 4436.0, 4436.0, 4484.0, 4444.0, 4436.0, 4484.0, 4450.0, 4447.0, 4467.0, 4444.0, 4435.0, 4432.0, 4474.0, 4435.0, 4425.0, 4475.0, 4424.0, 4473.0, 4444.0, 4422.0, 4450.0, 4448.0, 4493.0, 4463.0, 4443.0, 4471.0, 4434.0, 4430.0, 4430.0, 4423.0, 4476.0, 4437.0, 4454.0, 4444.0, 4424.0, 4473.0, 4433.0, 4432.0, 4442.0, 4422.0, 4461.0, 4422.0, 4472.0, 4441.0, 4421.0, 4441.0, 4429.0, 4484.0, 4456.0, 4478.0, 4500.0, 4449.0, 4434.0, 4435.0, 4449.0, 4501.0, 4462.0, 4464.0, 4451.0, 4449.0, 4448.0, 4450.0, 4460.0, 4462.0, 4463.0, 4465.0, 4534.0, 4485.0, 4494.0, 4525.0, 4512.0, 4490.0, 4506.0, 4504.0, 4493.0, 4481.0, 4490.0, 4458.0, 4407.0, 4446.0, 4417.0, 4396.0, 4444.0, 4428.0, 4456.0, 4443.0, 4404.0, 4464.0, 4415.0, 4403.0, 4405.0, 4395.0, 4426.0, 4407.0, 4471.0, 4440.0, 4438.0, 4428.0, 4408.0, 4461.0, 4433.0, 4430.0, 4430.0, 4423.0, 4432.0, 4445.0, 4423.0, 4465.0, 4435.0, 4433.0, 4455.0, 4436.0, 4461.0, 4473.0, 4474.0, 4473.0, 4513.0, 4482.0, 4451.0, 4501.0, 4503.0, 4513.0, 4520.0, 4469.0, 4486.0, 4448.0, 4448.0, 4517.0, 4488.0, 4445.0, 4515.0, 4476.0, 4445.0, 4485.0, 4465.0, 4511.0, 4472.0, 4443.0, 4474.0, 4433.0, 4492.0, 4430.0, 4432.0, 4471.0, 4445.0, 4445.0, 4454.0, 4433.0, 4433.0, 4434.0, 4445.0, 4447.0, 4465.0, 4435.0, 4446.0, 4443.0, 4446.0, 4460.0, 4478.0, 4447.0, 4447.0, 4466.0, 4448.0, 4449.0, 4506.0, 4459.0, 4446.0, 4467.0, 4436.0, 4448.0, 4456.0, 4445.0, 4477.0, 4477.0, 4494.0, 4473.0, 4463.0, 4449.0, 4446.0, 4449.0, 4436.0, 4476.0, 4495.0, 4457.0, 4444.0, 4449.0, 4489.0, 4481.0, 4458.0, 4478.0, 4514.0, 4516.0, 4494.0, 4505.0, 4502.0, 4492.0, 4459.0, 4477.0, 4464.0, 4404.0, 4412.0, 4393.0, 4392.0, 4410.0, 4390.0, 4393.0, 4445.0, 4416.0, 4406.0, 4405.0, 4407.0, 4446.0, 4407.0, 4407.0, 4407.0, 4421.0, 4468.0, 4420.0, 4420.0, 4451.0, 4432.0, 4433.0, 4453.0, 4435.0, 4437.0, 4473.0, 4461.0, 4450.0, 4448.0, 4450.0, 4447.0, 4489.0, 4459.0, 4470.0, 4511.0, 4491.0, 4473.0, 4453.0, 4519.0, 4477.0, 4456.0, 4505.0, 4503.0, 4485.0, 4473.0, 4503.0, 4442.0, 4433.0, 4483.0, 4452.0, 4421.0, 4418.0, 4430.0, 4420.0, 4421.0, 4430.0, 4452.0, 4472.0, 4472.0, 4452.0, 4432.0, 4491.0, 4461.0, 4478.0, 4443.0, 4422.0, 4465.0, 4447.0, 4435.0, 4433.0, 4422.0, 4445.0, 4447.0, 4442.0, 4433.0, 4433.0, 4485.0, 4444.0, 4448.0, 4470.0, 4458.0, 4448.0, 4438.0, 4455.0, 4445.0, 4436.0, 4476.0, 4466.0, 4446.0, 4492.0, 4474.0, 4455.0, 4503.0, 4492.0, 4462.0, 4491.0, 4469.0, 4439.0, 4492.0, 4432.0, 4433.0, 4459.0, 4419.0, 4433.0, 4455.0, 4443.0, 4432.0, 4442.0, 4444.0, 4443.0, 4434.0, 4431.0, 4431.0, 4435.0, 4444.0, 4476.0, 4445.0, 4446.0, 4435.0, 4492.0, 4497.0, 4456.0, 4463.0, 4483.0, 4493.0, 4452.0, 4442.0, 4411.0, 4467.0, 4418.0, 4406.0, 4448.0, 4409.0, 4407.0, 4420.0, 4410.0, 4407.0, 4420.0, 4422.0, 4483.0, 4483.0, 4444.0, 4435.0, 4451.0, 4433.0, 4434.0, 4474.0, 4446.0, 4476.0, 4456.0, 4436.0, 4456.0, 4445.0, 4424.0, 4454.0, 4435.0, 4436.0, 4499.0, 4497.0, 4455.0, 4435.0, 4473.0, 4442.0, 4425.0, 4471.0, 4434.0, 4439.0, 4509.0, 4505.0, 4433.0, 4454.0, 4447.0, 4456.0, 4497.0, 4445.0, 4447.0, 4449.0, 4438.0, 4435.0, 4422.0, 4445.0, 4449.0, 4447.0, 4457.0, 4458.0, 4468.0, 4460.0, 4450.0, 4488.0, 4458.0, 4448.0, 4497.0, 4475.0, 4461.0, 4482.0, 4459.0, 4438.0, 4465.0, 4415.0, 4433.0, 4401.0, 4393.0, 4443.0, 4423.0, 4435.0, 4474.0, 4444.0, 4405.0, 4404.0, 4415.0, 4405.0, 4435.0, 4416.0, 4407.0, 4434.0, 4405.0, 4406.0, 4417.0, 4417.0, 4457.0, 4451.0, 4429.0, 4468.0, 4430.0, 4420.0, 4449.0, 4421.0, 4430.0, 4431.0, 4422.0, 4453.0, 4434.0, 4421.0, 4450.0, 4431.0, 4420.0, 4471.0, 4430.0, 4432.0, 4431.0, 4444.0, 4434.0, 4443.0, 4454.0, 4455.0, 4435.0, 4435.0, 4476.0, 4446.0, 4446.0, 4496.0, 4457.0, 4437.0, 4475.0, 4436.0, 4455.0, 4445.0, 4437.0, 4495.0, 4446.0, 4437.0, 4445.0, 4446.0, 4435.0, 4434.0, 4445.0, 4445.0, 4436.0, 4435.0, 4467.0, 4466.0, 4446.0, 4474.0, 4480.0, 4459.0, 4488.0, 4471.0, 4458.0, 4511.0, 4474.0, 4476.0, 4518.0, 4487.0, 4474.0, 4450.0, 4460.0, 4448.0, 4471.0, 4459.0, 4517.0, 4488.0, 4447.0, 4469.0, 4478.0, 4457.0, 4446.0, 4465.0, 4436.0, 4435.0, 4453.0, 4464.0], 'WindowWidth': [9960.0, 9929.0, 9910.0, 9876.0, 9883.0, 9869.0, 9840.0, 9859.0, 9869.0, 9879.0, 9940.0, 9894.0, 9824.0, 9907.0, 9826.0, 9847.0, 9819.0, 9812.0, 9859.0, 9834.0, 9828.0, 9866.0, 9806.0, 9822.0, 9828.0, 9848.0, 9877.0, 9837.0, 9822.0, 9858.0, 9805.0, 9841.0, 9814.0, 9799.0, 9852.0, 9800.0, 9827.0, 9818.0, 9802.0, 9856.0, 9800.0, 9800.0, 9816.0, 9802.0, 9869.0, 9813.0, 9801.0, 9797.0, 9802.0, 9857.0, 9829.0, 9829.0, 9825.0, 9820.0, 9808.0, 9826.0, 9847.0, 9830.0, 9865.0, 9834.0, 9912.0, 9860.0, 9835.0, 9940.0, 9875.0, 9829.0, 9901.0, 9883.0, 9931.0, 9860.0, 9840.0, 9840.0, 9785.0, 9835.0, 9801.0, 9801.0, 9837.0, 9825.0, 9872.0, 9851.0, 9821.0, 9854.0, 9844.0, 9859.0, 9870.0, 9833.0, 9922.0, 9865.0, 9890.0, 9851.0, 9829.0, 9814.0, 9832.0, 9825.0, 9860.0, 9842.0, 9829.0, 9875.0, 9828.0, 9825.0, 9890.0, 9842.0, 9903.0, 9850.0, 9844.0, 9863.0, 9815.0, 9908.0, 9825.0, 9855.0, 9828.0, 9786.0, 9841.0, 9798.0, 9831.0, 9814.0, 9801.0, 9837.0, 9802.0, 9859.0, 9818.0, 9829.0, 9817.0, 9801.0, 9854.0, 9820.0, 9863.0, 9805.0, 9802.0, 9803.0, 9820.0, 9876.0, 9826.0, 9862.0, 9826.0, 9828.0, 9871.0, 9827.0, 9848.0, 9826.0, 9824.0, 9819.0, 9825.0, 9872.0, 9842.0, 9829.0, 9885.0, 9844.0, 9831.0, 9859.0, 9837.0, 9895.0, 9861.0, 9831.0, 9858.0, 9842.0, 9862.0, 9824.0, 9850.0, 9823.0, 9823.0, 9882.0, 9867.0, 9868.0, 9843.0, 9851.0, 9867.0, 9849.0, 9856.0, 9880.0, 9886.0, 9862.0, 9940.0, 9886.0, 9874.0, 9919.0, 9886.0, 9933.0, 9900.0, 9849.0, 9898.0, 9844.0, 9900.0, 9881.0, 9840.0, 9907.0, 9839.0, 9836.0, 9893.0, 9840.0, 9825.0, 9850.0, 9835.0, 9859.0, 9842.0, 9826.0, 9892.0, 9844.0, 9855.0, 9862.0, 9826.0, 9890.0, 9842.0, 9821.0, 9861.0, 9833.0, 9840.0, 9820.0, 9809.0, 9880.0, 9854.0, 9871.0, 9851.0, 9837.0, 9840.0, 9838.0, 9842.0, 9854.0, 9867.0, 9871.0, 9879.0, 9882.0, 9912.0, 9887.0, 9872.0, 9917.0, 9899.0, 9877.0, 9896.0, 9862.0, 9826.0, 9869.0, 9830.0, 9829.0, 9776.0, 9771.0, 9820.0, 9805.0, 9765.0, 9826.0, 9746.0, 9745.0, 9763.0, 9754.0, 9819.0, 9766.0, 9771.0, 9782.0, 9778.0, 9831.0, 9792.0, 9796.0, 9805.0, 9774.0, 9798.0, 9776.0, 9782.0, 9813.0, 9817.0, 9890.0, 9836.0, 9817.0, 9819.0, 9820.0, 9844.0, 9870.0, 9853.0, 9867.0, 9845.0, 9875.0, 9822.0, 9816.0, 9889.0, 9826.0, 9845.0, 9906.0, 9873.0, 9851.0, 9849.0, 9905.0, 9832.0, 9827.0, 9870.0, 9893.0, 9865.0, 9911.0, 9900.0, 9835.0, 9891.0, 9859.0, 9828.0, 9798.0, 9757.0, 9800.0, 9772.0, 9822.0, 9773.0, 9821.0, 9820.0, 9795.0, 9779.0, 9778.0, 9794.0, 9814.0, 9817.0, 9823.0, 9904.0, 9854.0, 9825.0, 9885.0, 9868.0, 9887.0, 9867.0, 9798.0, 9873.0, 9810.0, 9817.0, 9892.0, 9827.0, 9799.0, 9825.0, 9837.0, 9824.0, 9856.0, 9832.0, 9801.0, 9830.0, 9826.0, 9885.0, 9846.0, 9804.0, 9851.0, 9808.0, 9881.0, 9829.0, 9795.0, 9808.0, 9795.0, 9850.0, 9798.0, 9824.0, 9839.0, 9842.0, 9841.0, 9823.0, 9798.0, 9793.0, 9790.0, 9797.0, 9843.0, 9895.0, 9861.0, 9837.0, 9887.0, 9872.0, 9846.0, 9830.0, 9909.0, 9857.0, 9821.0, 9831.0, 9896.0, 9856.0, 9825.0, 9873.0, 9840.0, 9769.0, 9843.0, 9746.0, 9727.0, 9751.0, 9723.0, 9738.0, 9740.0, 9727.0, 9779.0, 9746.0, 9749.0, 9760.0, 9733.0, 9800.0, 9752.0, 9768.0, 9793.0, 9818.0, 9863.0, 9831.0, 9794.0, 9821.0, 9796.0, 9848.0, 9845.0, 9796.0, 9850.0, 9798.0, 9848.0, 9811.0, 9794.0, 9804.0, 9783.0, 9819.0, 9772.0, 9861.0, 9834.0, 9856.0, 9802.0, 9804.0, 9825.0, 9819.0, 9825.0, 9845.0, 9848.0, 9881.0, 9830.0, 9830.0, 9879.0, 9813.0, 9873.0, 9860.0, 9810.0, 9847.0, 9807.0, 9894.0, 9864.0, 9908.0, 9841.0, 9805.0, 9842.0, 9817.0, 9819.0, 9821.0, 9823.0, 9888.0, 9897.0, 9834.0, 9829.0, 9845.0, 9831.0, 9872.0, 9890.0, 9846.0, 9898.0, 9884.0, 9833.0, 9906.0, 9852.0, 9808.0, 9887.0, 9874.0, 9899.0, 9899.0, 9816.0, 9799.0, 9820.0, 9824.0, 9833.0, 9856.0, 9807.0, 9807.0, 9818.0, 9806.0, 9823.0, 9815.0, 9803.0, 9872.0, 9867.0, 9849.0, 9891.0, 9819.0, 9807.0, 9819.0, 9843.0, 9827.0, 9892.0, 9823.0, 9810.0, 9818.0, 9835.0, 9831.0, 9870.0, 9881.0, 9824.0, 9835.0, 9819.0, 9802.0, 9877.0, 9859.0, 9821.0, 9845.0, 9813.0, 9822.0, 9848.0, 9860.0, 9830.0, 9870.0, 9814.0, 9804.0, 9887.0, 9850.0, 9832.0, 9908.0, 9852.0, 9784.0, 9806.0, 9807.0, 9801.0, 9863.0, 9830.0, 9818.0, 9803.0, 9844.0, 9824.0, 9833.0, 9904.0, 9891.0, 9881.0, 9857.0, 9844.0, 9845.0, 9874.0, 9878.0, 9889.0, 9884.0, 9844.0, 9900.0, 9888.0, 9875.0, 9872.0, 9832.0, 9907.0, 9857.0, 9797.0, 9860.0, 9834.0, 9760.0, 9843.0, 9802.0, 9800.0, 9858.0, 9756.0, 9743.0, 9730.0, 9740.0, 9740.0, 9745.0, 9745.0, 9785.0, 9761.0, 9801.0, 9787.0, 9799.0, 9771.0, 9772.0, 9809.0, 9775.0, 9801.0, 9807.0, 9812.0, 9861.0, 9829.0, 9803.0, 9853.0, 9770.0, 9768.0, 9798.0, 9772.0, 9786.0, 9781.0, 9777.0, 9837.0, 9822.0, 9802.0, 9815.0, 9814.0, 9806.0, 9821.0, 9850.0, 9835.0, 9854.0, 9891.0, 9912.0, 9875.0, 9851.0, 9846.0, 9892.0, 9802.0, 9821.0, 9838.0, 9890.0, 9896.0, 9835.0, 9843.0, 9899.0, 9882.0, 9818.0, 9806.0, 9817.0, 9803.0, 9803.0, 9865.0, 9810.0, 9805.0, 9864.0, 9811.0, 9823.0, 9850.0, 9815.0, 9802.0, 9795.0, 9853.0, 9801.0, 9787.0, 9854.0, 9785.0, 9847.0, 9809.0, 9777.0, 9812.0, 9823.0, 9874.0, 9836.0, 9812.0, 9842.0, 9799.0, 9789.0, 9789.0, 9783.0, 9861.0, 9808.0, 9825.0, 9810.0, 9786.0, 9848.0, 9795.0, 9793.0, 9805.0, 9778.0, 9828.0, 9778.0, 9842.0, 9802.0, 9775.0, 9802.0, 9785.0, 9867.0, 9833.0, 9863.0, 9899.0, 9825.0, 9795.0, 9799.0, 9826.0, 9903.0, 9853.0, 9857.0, 9829.0, 9823.0, 9822.0, 9826.0, 9843.0, 9849.0, 9854.0, 9857.0, 9951.0, 9885.0, 9895.0, 9936.0, 9915.0, 9882.0, 9896.0, 9892.0, 9873.0, 9849.0, 9862.0, 9814.0, 9746.0, 9797.0, 9759.0, 9731.0, 9796.0, 9778.0, 9812.0, 9792.0, 9740.0, 9822.0, 9758.0, 9738.0, 9742.0, 9729.0, 9771.0, 9749.0, 9844.0, 9801.0, 9794.0, 9780.0, 9753.0, 9829.0, 9797.0, 9790.0, 9789.0, 9781.0, 9795.0, 9814.0, 9784.0, 9841.0, 9803.0, 9797.0, 9829.0, 9806.0, 9847.0, 9872.0, 9871.0, 9870.0, 9924.0, 9877.0, 9833.0, 9901.0, 9907.0, 9918.0, 9924.0, 9855.0, 9875.0, 9823.0, 9825.0, 9914.0, 9877.0, 9816.0, 9909.0, 9857.0, 9815.0, 9869.0, 9841.0, 9900.0, 9848.0, 9809.0, 9852.0, 9797.0, 9872.0, 9788.0, 9792.0, 9844.0, 9816.0, 9821.0, 9826.0, 9799.0, 9798.0, 9801.0, 9816.0, 9825.0, 9844.0, 9804.0, 9818.0, 9812.0, 9822.0, 9849.0, 9868.0, 9823.0, 9823.0, 9846.0, 9827.0, 9829.0, 9902.0, 9842.0, 9819.0, 9844.0, 9803.0, 9823.0, 9831.0, 9819.0, 9862.0, 9862.0, 9900.0, 9871.0, 9856.0, 9828.0, 9818.0, 9824.0, 9804.0, 9857.0, 9880.0, 9828.0, 9811.0, 9825.0, 9879.0, 9872.0, 9838.0, 9865.0, 9908.0, 9910.0, 9878.0, 9894.0, 9886.0, 9869.0, 9818.0, 9839.0, 9817.0, 9736.0, 9743.0, 9718.0, 9717.0, 9737.0, 9713.0, 9723.0, 9796.0, 9758.0, 9745.0, 9743.0, 9749.0, 9798.0, 9747.0, 9748.0, 9749.0, 9775.0, 9833.0, 9771.0, 9772.0, 9816.0, 9794.0, 9797.0, 9824.0, 9802.0, 9809.0, 9872.0, 9852.0, 9831.0, 9825.0, 9828.0, 9822.0, 9878.0, 9840.0, 9855.0, 9910.0, 9884.0, 9868.0, 9838.0, 9919.0, 9861.0, 9831.0, 9895.0, 9891.0, 9867.0, 9848.0, 9888.0, 9805.0, 9794.0, 9861.0, 9819.0, 9775.0, 9769.0, 9785.0, 9772.0, 9774.0, 9786.0, 9818.0, 9845.0, 9847.0, 9820.0, 9793.0, 9871.0, 9830.0, 9848.0, 9804.0, 9778.0, 9841.0, 9823.0, 9803.0, 9794.0, 9780.0, 9817.0, 9820.0, 9806.0, 9795.0, 9793.0, 9865.0, 9811.0, 9827.0, 9862.0, 9840.0, 9825.0, 9810.0, 9830.0, 9813.0, 9803.0, 9855.0, 9842.0, 9815.0, 9874.0, 9850.0, 9825.0, 9890.0, 9872.0, 9831.0, 9870.0, 9836.0, 9793.0, 9870.0, 9792.0, 9791.0, 9824.0, 9768.0, 9798.0, 9832.0, 9814.0, 9796.0, 9808.0, 9813.0, 9813.0, 9797.0, 9790.0, 9788.0, 9799.0, 9811.0, 9857.0, 9815.0, 9821.0, 9798.0, 9871.0, 9887.0, 9830.0, 9833.0, 9861.0, 9872.0, 9816.0, 9802.0, 9757.0, 9829.0, 9763.0, 9744.0, 9801.0, 9752.0, 9746.0, 9768.0, 9752.0, 9748.0, 9768.0, 9776.0, 9862.0, 9862.0, 9809.0, 9797.0, 9813.0, 9791.0, 9794.0, 9848.0, 9814.0, 9856.0, 9827.0, 9800.0, 9826.0, 9809.0, 9780.0, 9820.0, 9797.0, 9801.0, 9892.0, 9885.0, 9825.0, 9799.0, 9849.0, 9804.0, 9785.0, 9843.0, 9799.0, 9812.0, 9905.0, 9893.0, 9794.0, 9823.0, 9822.0, 9833.0, 9885.0, 9812.0, 9821.0, 9828.0, 9812.0, 9803.0, 9780.0, 9813.0, 9828.0, 9819.0, 9836.0, 9840.0, 9852.0, 9842.0, 9830.0, 9879.0, 9839.0, 9824.0, 9886.0, 9853.0, 9829.0, 9854.0, 9819.0, 9785.0, 9820.0, 9751.0, 9772.0, 9728.0, 9724.0, 9789.0, 9765.0, 9784.0, 9835.0, 9793.0, 9743.0, 9740.0, 9756.0, 9745.0, 9783.0, 9759.0, 9747.0, 9782.0, 9744.0, 9746.0, 9761.0, 9764.0, 9820.0, 9817.0, 9785.0, 9837.0, 9787.0, 9774.0, 9812.0, 9780.0, 9789.0, 9791.0, 9780.0, 9825.0, 9799.0, 9779.0, 9815.0, 9791.0, 9775.0, 9847.0, 9791.0, 9795.0, 9794.0, 9814.0, 9800.0, 9811.0, 9829.0, 9828.0, 9802.0, 9804.0, 9862.0, 9820.0, 9820.0, 9886.0, 9834.0, 9810.0, 9856.0, 9806.0, 9828.0, 9817.0, 9807.0, 9883.0, 9822.0, 9810.0, 9817.0, 9817.0, 9802.0, 9797.0, 9815.0, 9814.0, 9803.0, 9805.0, 9852.0, 9847.0, 9820.0, 9855.0, 9875.0, 9845.0, 9884.0, 9864.0, 9843.0, 9917.0, 9875.0, 9883.0, 9939.0, 9893.0, 9871.0, 9829.0, 9842.0, 9823.0, 9858.0, 9838.0, 9914.0, 9874.0, 9821.0, 9855.0, 9864.0, 9835.0, 9819.0, 9842.0, 9802.0, 9800.0, 9820.0, 9836.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.0023337625570776254</td></tr>
<tr><td colspan=3>aqi</td><td>0.04763096849315069</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.473443273656315</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1367854566727589</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9807395420840953</td></tr>
<tr><td colspan=3>efc</td><td>0.4728</td></tr>
<tr><td colspan=3>fber</td><td>6994.042</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13441927133354475</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>201</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.356164383561644</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.538187371912702</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.471878759247636</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8041278422352915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.338555514255179</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140131</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0012524754274636507</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029597127810120583</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</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.7849713853502855</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>19.4612</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4134</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6225</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>298885.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.0938</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0511</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.8562</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3647.2793</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.0236</td></tr>
<tr><td colspan=3>tsnr</td><td>28.800077508785762</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>