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

616 lines
No EOL
126 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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-02/func/sub-0090_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>adef6e91fa836f558f42bf8b243a0855</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>11:01:28.780000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999612, 0.0245558, 0.0131301, -0.0249537, 0.999206, 0.0310519]</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.0946086</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7738, -7221, 558, 44, -144, -133, -11]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e83b225-7be0-4415-9d30-41fbfdb6873b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818864345550537, -0.06694898754358292, 0.03336448222398758, 113.8362808227539], [-0.06588144600391388, 2.6807973384857178, 0.08469236642122269, -87.41136169433594], [0.0352272167801857, -0.0833100825548172, 2.69846510887146, -55.97203826904297], [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': ['110128.780000', '110129.240000', '110129.700000', '110130.160000', '110130.620000', '110131.080000', '110131.540000', '110132.000000', '110132.460000', '110132.920000', '110133.380000', '110133.840000', '110134.300000', '110134.760000', '110135.220000', '110135.680000', '110136.140000', '110136.600000', '110137.060000', '110137.520000', '110137.980000', '110138.440000', '110138.900000', '110139.360000', '110139.820000', '110140.280000', '110140.740000', '110141.200000', '110141.660000', '110142.120000', '110142.580000', '110143.040000', '110143.500000', '110143.960000', '110144.420000', '110144.880000', '110145.340000', '110145.800000', '110146.260000', '110146.720000', '110147.180000', '110147.640000', '110148.100000', '110148.560000', '110149.020000', '110149.480000', '110149.940000', '110150.400000', '110150.860000', '110151.320000', '110151.780000', '110152.240000', '110152.700000', '110153.160000', '110153.620000', '110154.080000', '110154.540000', '110155.000000', '110155.460000', '110155.920000', '110156.380000', '110156.840000', '110157.300000', '110157.760000', '110158.220000', '110158.680000', '110159.140000', '110159.600000', '110200.060000', '110200.520000', '110200.980000', '110201.440000', '110201.900000', '110202.360000', '110202.820000', '110203.280000', '110203.740000', '110204.200000', '110204.660000', '110205.120000', '110205.580000', '110206.040000', '110206.500000', '110206.960000', '110207.420000', '110207.880000', '110208.340000', '110208.800000', '110209.260000', '110209.720000', '110210.180000', '110210.640000', '110211.100000', '110211.560000', '110212.020000', '110212.480000', '110212.940000', '110213.400000', '110213.860000', '110214.320000', '110214.780000', '110215.240000', '110215.700000', '110216.160000', '110216.620000', '110217.080000', '110217.540000', '110218.000000', '110218.460000', '110218.920000', '110219.380000', '110219.840000', '110220.300000', '110220.760000', '110221.220000', '110221.680000', '110222.140000', '110222.600000', '110223.060000', '110223.520000', '110223.980000', '110224.440000', '110224.900000', '110225.360000', '110225.820000', '110226.280000', '110226.740000', '110227.200000', '110227.660000', '110228.120000', '110228.580000', '110229.040000', '110229.500000', '110229.960000', '110230.420000', '110230.880000', '110231.340000', '110231.800000', '110232.260000', '110232.720000', '110233.180000', '110233.640000', '110234.100000', '110234.560000', '110235.020000', '110235.480000', '110235.940000', '110236.400000', '110236.860000', '110237.320000', '110237.780000', '110238.240000', '110238.700000', '110239.160000', '110239.620000', '110240.080000', '110240.540000', '110241.000000', '110241.460000', '110241.920000', '110242.380000', '110242.840000', '110243.300000', '110243.760000', '110244.220000', '110244.680000', '110245.140000', '110245.600000', '110246.060000', '110246.520000', '110246.980000', '110247.440000', '110247.900000', '110248.360000', '110248.820000', '110249.280000', '110249.740000', '110250.200000', '110250.660000', '110251.120000', '110251.580000', '110252.040000', '110252.500000', '110252.960000', '110253.420000', '110253.880000', '110254.340000', '110254.800000', '110255.260000', '110255.720000', '110256.180000', '110256.640000', '110257.100000', '110257.560000', '110258.020000', '110258.480000', '110258.940000', '110259.400000', '110259.860000', '110300.320000', '110300.780000', '110301.240000', '110301.700000', '110302.160000', '110302.620000', '110303.080000', '110303.540000', '110304.000000', '110304.460000', '110304.920000', '110305.380000', '110305.840000', '110306.300000', '110306.760000', '110307.220000', '110307.680000', '110308.140000', '110308.600000', '110309.060000', '110309.520000', '110309.980000', '110310.440000', '110310.900000', '110311.360000', '110311.820000', '110312.280000', '110312.740000', '110313.200000', '110313.660000', '110314.120000', '110314.580000', '110315.040000', '110315.500000', '110315.960000', '110316.420000', '110316.880000', '110317.340000', '110317.800000', '110318.260000', '110318.720000', '110319.180000', '110319.640000', '110320.100000', '110320.560000', '110321.020000', '110321.480000', '110321.940000', '110322.400000', '110322.860000', '110323.320000', '110323.780000', '110324.240000', '110324.700000', '110325.160000', '110325.620000', '110326.080000', '110326.540000', '110327.000000', '110327.460000', '110327.920000', '110328.380000', '110328.840000', '110329.300000', '110329.760000', '110330.220000', '110330.680000', '110331.140000', '110331.600000', '110332.060000', '110332.520000', '110332.980000', '110333.440000', '110333.900000', '110334.360000', '110334.820000', '110335.280000', '110335.740000', '110336.200000', '110336.660000', '110337.120000', '110337.580000', '110338.040000', '110338.500000', '110338.960000', '110339.420000', '110339.880000', '110340.340000', '110340.800000', '110341.260000', '110341.720000', '110342.180000', '110342.640000', '110343.100000', '110343.560000', '110344.020000', '110344.480000', '110344.940000', '110345.400000', '110345.860000', '110346.320000', '110346.780000', '110347.240000', '110347.700000', '110348.160000', '110348.620000', '110349.080000', '110349.540000', '110350.000000', '110350.460000', '110350.920000', '110351.380000', '110351.840000', '110352.300000', '110352.760000', '110353.220000', '110353.680000', '110354.140000', '110354.600000', '110355.060000', '110355.520000', '110355.980000', '110356.440000', '110356.900000', '110357.360000', '110357.820000', '110358.280000', '110358.740000', '110359.200000', '110359.660000', '110400.120000', '110400.580000', '110401.040000', '110401.500000', '110401.960000', '110402.420000', '110402.880000', '110403.340000', '110403.800000', '110404.260000', '110404.720000', '110405.180000', '110405.640000', '110406.100000', '110406.560000', '110407.020000', '110407.480000', '110407.940000', '110408.400000', '110408.860000', '110409.320000', '110409.780000', '110410.240000', '110410.700000', '110411.160000', '110411.620000', '110412.080000', '110412.540000', '110413.000000', '110413.460000', '110413.920000', '110414.380000', '110414.840000', '110415.300000', '110415.760000', '110416.220000', '110416.680000', '110417.140000', '110417.600000', '110418.060000', '110418.520000', '110418.980000', '110419.440000', '110419.900000', '110420.360000', '110420.820000', '110421.280000', '110421.740000', '110422.200000', '110422.660000', '110423.120000', '110423.580000', '110424.040000', '110424.500000', '110424.960000', '110425.420000', '110425.880000', '110426.340000', '110426.800000', '110427.260000', '110427.720000', '110428.180000', '110428.640000', '110429.100000', '110429.560000', '110430.020000', '110430.480000', '110430.940000', '110431.400000', '110431.860000', '110432.320000', '110432.780000', '110433.240000', '110433.700000', '110434.160000', '110434.620000', '110435.080000', '110435.540000', '110436.000000', '110436.460000', '110436.920000', '110437.380000', '110437.840000', '110438.300000', '110438.760000', '110439.220000', '110439.680000', '110440.140000', '110440.600000', '110441.060000', '110441.520000', '110441.980000', '110442.440000', '110442.900000', '110443.360000', '110443.820000', '110444.280000', '110444.740000', '110445.200000', '110445.660000', '110446.120000', '110446.580000', '110447.040000', '110447.500000', '110447.960000', '110448.420000', '110448.880000', '110449.340000', '110449.800000', '110450.260000', '110450.720000', '110451.180000', '110451.640000', '110452.100000', '110452.560000', '110453.020000', '110453.480000', '110453.940000', '110454.400000', '110454.860000', '110455.320000', '110455.780000', '110456.240000', '110456.700000', '110457.160000', '110457.620000', '110458.080000', '110458.540000', '110459.000000', '110459.460000', '110459.920000', '110500.380000', '110500.840000', '110501.300000', '110501.760000', '110502.220000', '110502.680000', '110503.140000', '110503.600000', '110504.060000', '110504.520000', '110504.980000', '110505.440000', '110505.900000', '110506.360000', '110506.820000', '110507.280000', '110507.740000', '110508.200000', '110508.660000', '110509.120000', '110509.580000', '110510.040000', '110510.500000', '110510.960000', '110511.420000', '110511.880000', '110512.340000', '110512.800000', '110513.260000', '110513.720000', '110514.180000', '110514.640000', '110515.100000', '110515.560000', '110516.020000', '110516.480000', '110516.940000', '110517.400000', '110517.860000', '110518.320000', '110518.780000', '110519.240000', '110519.700000', '110520.160000', '110520.620000', '110521.080000', '110521.540000', '110522.000000', '110522.460000', '110522.920000', '110523.380000', '110523.840000', '110524.300000', '110524.760000', '110525.220000', '110525.680000', '110526.140000', '110526.600000', '110527.060000', '110527.520000', '110527.980000', '110528.440000', '110528.900000', '110529.360000', '110529.820000', '110530.280000', '110530.740000', '110531.200000', '110531.660000', '110532.120000', '110532.580000', '110533.040000', '110533.500000', '110533.960000', '110534.420000', '110534.880000', '110535.340000', '110535.800000', '110536.260000', '110536.720000', '110537.180000', '110537.640000', '110538.100000', '110538.560000', '110539.020000', '110539.480000', '110539.940000', '110540.400000', '110540.860000', '110541.320000', '110541.780000', '110542.240000', '110542.700000', '110543.160000', '110543.620000', '110544.080000', '110544.540000', '110545.000000', '110545.460000', '110545.920000', '110546.380000', '110546.840000', '110547.300000', '110547.760000', '110548.220000', '110548.680000', '110549.140000', '110549.600000', '110550.060000', '110550.520000', '110550.980000', '110551.440000', '110551.900000', '110552.360000', '110552.820000', '110553.280000', '110553.740000', '110554.200000', '110554.660000', '110555.120000', '110555.580000', '110556.040000', '110556.500000', '110556.960000', '110557.420000', '110557.880000', '110558.340000', '110558.800000', '110559.260000', '110559.720000', '110600.180000', '110600.640000', '110601.100000', '110601.560000', '110602.020000', '110602.480000', '110602.940000', '110603.400000', '110603.860000', '110604.320000', '110604.780000', '110605.240000', '110605.700000', '110606.160000', '110606.620000', '110607.080000', '110607.540000', '110608.000000', '110608.460000', '110608.920000', '110609.380000', '110609.840000', '110610.300000', '110610.760000', '110611.220000', '110611.680000', '110612.140000', '110612.600000', '110613.060000', '110613.520000', '110613.980000', '110614.440000', '110614.900000', '110615.360000', '110615.820000', '110616.280000', '110616.740000', '110617.200000', '110617.660000', '110618.120000', '110618.580000', '110619.040000', '110619.500000', '110619.960000', '110620.420000', '110620.880000', '110621.340000', '110621.800000', '110622.260000', '110622.720000', '110623.180000', '110623.640000', '110624.100000', '110624.560000', '110625.020000', '110625.480000', '110625.940000', '110626.400000', '110626.860000', '110627.320000', '110627.780000', '110628.240000', '110628.700000', '110629.160000', '110629.620000', '110630.080000', '110630.540000', '110631.000000', '110631.460000', '110631.920000', '110632.380000', '110632.840000', '110633.300000', '110633.760000', '110634.220000', '110634.680000', '110635.140000', '110635.600000', '110636.060000', '110636.520000', '110636.980000', '110637.440000', '110637.900000', '110638.360000', '110638.820000', '110639.280000', '110639.740000', '110640.200000', '110640.660000', '110641.120000', '110641.580000', '110642.040000', '110642.500000', '110642.960000', '110643.420000', '110643.880000', '110644.340000', '110644.800000', '110645.260000', '110645.720000', '110646.180000', '110646.640000', '110647.100000', '110647.560000', '110648.020000', '110648.480000', '110648.940000', '110649.400000', '110649.860000', '110650.320000', '110650.780000', '110651.240000', '110651.700000', '110652.160000', '110652.620000', '110653.080000', '110653.540000', '110654.000000', '110654.460000', '110654.920000', '110655.380000', '110655.840000', '110656.300000', '110656.760000', '110657.220000', '110657.680000', '110658.140000', '110658.600000', '110659.060000', '110659.520000', '110659.980000', '110700.440000', '110700.900000', '110701.360000', '110701.820000', '110702.280000', '110702.740000', '110703.200000', '110703.660000', '110704.120000', '110704.580000', '110705.040000', '110705.500000', '110705.960000', '110706.420000', '110706.880000', '110707.340000', '110707.800000', '110708.260000', '110708.720000', '110709.180000', '110709.640000', '110710.100000', '110710.560000', '110711.020000', '110711.480000', '110711.940000', '110712.400000', '110712.860000', '110713.320000', '110713.780000', '110714.240000', '110714.700000', '110715.160000', '110715.620000', '110716.080000', '110716.540000', '110717.000000', '110717.460000', '110717.920000', '110718.380000', '110718.840000', '110719.300000', '110719.760000', '110720.220000', '110720.680000', '110721.140000', '110721.600000', '110722.060000', '110722.520000', '110722.980000', '110723.440000', '110723.900000', '110724.360000', '110724.820000', '110725.280000', '110725.740000', '110726.200000', '110726.660000', '110727.120000', '110727.580000', '110728.040000', '110728.500000', '110728.960000', '110729.420000', '110729.880000', '110730.340000', '110730.800000', '110731.260000', '110731.720000', '110732.180000', '110732.640000', '110733.100000', '110733.560000', '110734.020000', '110734.480000', '110734.940000', '110735.400000', '110735.860000', '110736.320000', '110736.780000', '110737.240000', '110737.700000', '110738.160000', '110738.620000', '110739.080000', '110739.540000', '110740.000000', '110740.460000', '110740.920000', '110741.380000', '110741.840000', '110742.300000', '110742.760000', '110743.220000', '110743.680000', '110744.140000', '110744.600000', '110745.060000', '110745.520000', '110745.980000', '110746.440000', '110746.900000', '110747.360000', '110747.820000', '110748.280000', '110748.740000', '110749.200000', '110749.660000', '110750.120000', '110750.580000', '110751.040000', '110751.500000', '110751.960000', '110752.420000', '110752.880000', '110753.340000', '110753.800000', '110754.260000', '110754.720000', '110755.180000', '110755.640000', '110756.100000', '110756.560000', '110757.020000', '110757.480000', '110757.940000', '110758.400000', '110758.860000', '110759.320000', '110759.780000', '110800.240000', '110800.700000', '110801.160000', '110801.620000', '110802.080000', '110802.540000', '110803.000000', '110803.460000', '110803.920000', '110804.380000', '110804.840000', '110805.300000', '110805.760000', '110806.220000', '110806.680000', '110807.140000', '110807.600000', '110808.060000', '110808.520000', '110808.980000', '110809.440000', '110809.900000', '110810.360000', '110810.820000', '110811.280000', '110811.740000', '110812.200000', '110812.660000', '110813.120000', '110813.580000', '110814.040000', '110814.500000', '110814.960000', '110815.420000', '110815.880000', '110816.340000', '110816.800000', '110817.260000', '110817.720000', '110818.180000', '110818.640000', '110819.100000', '110819.560000', '110820.020000', '110820.480000', '110820.940000', '110821.400000', '110821.860000', '110822.320000', '110822.780000', '110823.240000', '110823.700000', '110824.160000', '110824.620000', '110825.080000', '110825.540000', '110826.000000', '110826.460000', '110826.920000', '110827.380000', '110827.840000', '110828.300000', '110828.760000', '110829.220000', '110829.680000', '110830.140000', '110830.600000', '110831.060000', '110831.520000', '110831.980000', '110832.440000', '110832.900000', '110833.360000', '110833.820000', '110834.280000', '110834.740000', '110835.200000', '110835.660000', '110836.120000', '110836.580000', '110837.040000', '110837.500000', '110837.960000', '110838.420000', '110838.880000', '110839.340000', '110839.800000', '110840.260000', '110840.720000', '110841.180000', '110841.640000', '110842.100000', '110842.560000', '110843.020000', '110843.480000', '110843.940000', '110844.400000', '110844.860000', '110845.320000', '110845.780000', '110846.240000', '110846.700000', '110847.160000', '110847.620000', '110848.080000', '110848.540000', '110849.000000', '110849.460000', '110849.920000', '110850.380000', '110850.840000', '110851.300000', '110851.760000', '110852.220000', '110852.680000', '110853.140000', '110853.600000', '110854.060000', '110854.520000', '110854.980000', '110855.440000', '110855.900000', '110856.360000', '110856.820000', '110857.280000', '110857.740000', '110858.200000', '110858.660000', '110859.120000', '110859.580000', '110900.040000', '110900.500000', '110900.960000', '110901.420000', '110901.880000', '110902.340000', '110902.800000', '110903.260000', '110903.720000', '110904.180000', '110904.640000', '110905.100000', '110905.560000', '110906.020000', '110906.480000', '110906.940000', '110907.400000', '110907.860000', '110908.320000', '110908.780000', '110909.240000', '110909.700000', '110910.160000', '110910.620000', '110911.080000', '110911.540000', '110912.000000', '110912.460000', '110912.920000', '110913.380000', '110913.840000', '110914.300000', '110914.760000', '110915.220000', '110915.680000', '110916.140000', '110916.600000', '110917.060000', '110917.520000', '110917.980000', '110918.440000', '110918.900000', '110919.360000', '110919.820000', '110920.280000', '110920.740000', '110921.200000', '110921.660000', '110922.120000', '110922.580000', '110923.040000', '110923.500000', '110923.960000', '110924.420000', '110924.880000', '110925.340000', '110925.800000', '110926.260000', '110926.720000', '110927.180000', '110927.640000', '110928.100000', '110928.560000', '110929.020000', '110929.480000', '110929.940000', '110930.400000', '110930.860000', '110931.320000', '110931.780000', '110932.240000', '110932.700000', '110933.160000', '110933.620000', '110934.080000', '110934.540000', '110935.000000', '110935.460000', '110935.920000', '110936.380000', '110936.840000', '110937.300000', '110937.760000', '110938.220000', '110938.680000', '110939.140000', '110939.600000', '110940.060000', '110940.520000', '110940.980000', '110941.440000', '110941.900000', '110942.360000', '110942.820000', '110943.280000', '110943.740000', '110944.200000', '110944.660000', '110945.120000', '110945.580000', '110946.040000', '110946.500000', '110946.960000', '110947.420000', '110947.880000', '110948.340000', '110948.800000', '110949.260000', '110949.720000', '110950.180000', '110950.640000', '110951.100000', '110951.560000', '110952.020000', '110952.480000', '110952.940000', '110953.400000'], 'ContentTime': ['110150.696000', '110150.699000', '110150.702000', '110150.704000', '110150.707000', '110150.710000', '110150.712000', '110150.715000', '110150.717000', '110150.720000', '110150.723000', '110150.725000', '110150.728000', '110150.737000', '110150.739000', '110150.742000', '110150.745000', '110150.747000', '110150.750000', '110150.752000', '110150.755000', '110150.757000', '110150.760000', '110150.763000', '110150.765000', '110150.768000', '110150.770000', '110150.788000', '110150.790000', '110150.793000', '110150.796000', '110150.798000', '110150.801000', '110150.804000', '110150.806000', '110150.809000', '110150.811000', '110150.814000', '110150.817000', '110150.824000', '110150.827000', '110150.830000', '110150.832000', '110150.835000', '110210.672000', '110210.674000', '110210.677000', '110210.680000', '110210.682000', '110210.685000', '110210.688000', '110210.690000', '110210.693000', '110210.695000', '110210.698000', '110210.701000', '110210.703000', '110210.706000', '110210.709000', '110210.711000', '110210.714000', '110210.716000', '110210.719000', '110210.722000', '110210.724000', '110210.727000', '110210.729000', '110210.732000', '110210.735000', '110210.737000', '110210.740000', '110210.743000', '110210.745000', '110210.748000', '110210.750000', '110210.753000', '110210.755000', '110210.758000', '110210.761000', '110210.763000', '110210.766000', '110210.768000', '110210.771000', '110210.773000', '110210.779000', '110210.781000', '110210.784000', '110210.787000', '110230.673000', '110230.675000', '110230.678000', '110230.680000', '110230.683000', '110230.686000', '110230.688000', '110230.691000', '110230.694000', '110230.696000', '110230.699000', '110230.701000', '110230.704000', '110230.707000', '110230.709000', '110230.712000', '110230.714000', '110230.717000', '110230.720000', '110230.722000', '110230.725000', '110230.727000', '110230.730000', '110230.732000', '110230.735000', '110230.738000', '110230.740000', '110230.743000', '110230.745000', '110230.748000', '110230.751000', '110230.753000', '110230.756000', '110230.758000', '110230.761000', '110230.764000', '110230.766000', '110230.769000', '110230.772000', '110230.774000', '110230.777000', '110230.779000', '110230.782000', '110250.673000', '110250.676000', '110250.678000', '110250.681000', '110250.683000', '110250.686000', '110250.689000', '110250.691000', '110250.694000', '110250.697000', '110250.699000', '110250.702000', '110250.704000', '110250.707000', '110250.710000', '110250.712000', '110250.715000', '110250.718000', '110250.720000', '110250.723000', '110250.725000', '110250.728000', '110250.731000', '110250.733000', '110250.736000', '110250.738000', '110250.741000', '110250.749000', '110250.752000', '110250.754000', '110250.757000', '110250.760000', '110250.762000', '110250.765000', '110250.768000', '110250.770000', '110250.773000', '110250.775000', '110250.778000', '110250.781000', '110250.783000', '110250.791000', '110250.794000', '110250.796000', '110310.672000', '110310.675000', '110310.678000', '110310.681000', '110310.683000', '110310.686000', '110310.688000', '110310.691000', '110310.694000', '110310.696000', '110310.699000', '110310.702000', '110310.704000', '110310.707000', '110310.709000', '110310.712000', '110310.715000', '110310.717000', '110310.720000', '110310.722000', '110310.729000', '110310.731000', '110310.734000', '110310.737000', '110310.739000', '110310.742000', '110310.744000', '110310.747000', '110310.749000', '110310.752000', '110310.755000', '110310.757000', '110310.760000', '110310.762000', '110310.765000', '110310.768000', '110310.770000', '110310.773000', '110310.775000', '110310.778000', '110310.781000', '110310.783000', '110310.786000', '110330.673000', '110330.675000', '110330.678000', '110330.680000', '110330.684000', '110330.687000', '110330.689000', '110330.692000', '110330.695000', '110330.697000', '110330.700000', '110330.702000', '110330.705000', '110330.708000', '110330.710000', '110330.713000', '110330.716000', '110330.718000', '110330.721000', '110330.724000', '110330.727000', '110330.729000', '110330.745000', '110330.748000', '110330.751000', '110330.754000', '110330.756000', '110330.759000', '110330.762000', '110330.764000', '110330.767000', '110330.772000', '110330.775000', '110330.777000', '110330.780000', '110330.782000', '110330.785000', '110330.788000', '110330.790000', '110330.793000', '110330.796000', '110330.798000', '110330.819000', '110330.822000', '110350.672000', '110350.675000', '110350.678000', '110350.681000', '110350.683000', '110350.686000', '110350.689000', '110350.691000', '110350.694000', '110350.696000', '110350.699000', '110350.702000', '110350.704000', '110350.707000', '110350.710000', '110350.712000', '110350.715000', '110350.717000', '110350.720000', '110350.723000', '110350.725000', '110350.728000', '110350.731000', '110350.733000', '110350.736000', '110350.738000', '110350.741000', '110350.744000', '110350.746000', '110350.749000', '110350.752000', '110350.754000', '110350.757000', '110350.759000', '110350.762000', '110350.765000', '110350.767000', '110350.770000', '110350.772000', '110350.775000', '110350.777000', '110350.780000', '110350.783000', '110410.673000', '110410.676000', '110410.678000', '110410.681000', '110410.684000', '110410.686000', '110410.689000', '110410.692000', '110410.694000', '110410.697000', '110410.700000', '110410.702000', '110410.705000', '110410.708000', '110410.716000', '110410.719000', '110410.722000', '110410.725000', '110410.727000', '110410.730000', '110410.733000', '110410.735000', '110410.738000', '110410.740000', '110410.743000', '110410.746000', '110410.748000', '110410.751000', '110410.754000', '110410.756000', '110410.759000', '110410.761000', '110410.764000', '110410.767000', '110410.769000', '110410.772000', '110410.775000', '110410.777000', '110410.780000', '110410.783000', '110410.785000', '110410.788000', '110410.790000', '110430.672000', '110430.675000', '110430.678000', '110430.681000', '110430.683000', '110430.686000', '110430.688000', '110430.691000', '110430.694000', '110430.696000', '110430.699000', '110430.702000', '110430.704000', '110430.707000', '110430.709000', '110430.712000', '110430.715000', '110430.717000', '110430.720000', '110430.722000', '110430.725000', '110430.728000', '110430.730000', '110430.733000', '110430.736000', '110430.738000', '110430.741000', '110430.743000', '110430.746000', '110430.749000', '110430.751000', '110430.754000', '110430.757000', '110430.759000', '110430.762000', '110430.764000', '110430.767000', '110430.770000', '110430.773000', '110430.775000', '110430.778000', '110430.780000', '110430.783000', '110430.786000', '110450.673000', '110450.676000', '110450.679000', '110450.682000', '110450.684000', '110450.687000', '110450.690000', '110450.692000', '110450.695000', '110450.697000', '110450.700000', '110450.703000', '110450.705000', '110450.708000', '110450.711000', '110450.713000', '110450.716000', '110450.718000', '110450.721000', '110450.725000', '110450.727000', '110450.730000', '110450.733000', '110450.735000', '110450.738000', '110450.740000', '110450.743000', '110450.746000', '110450.748000', '110450.751000', '110450.754000', '110450.756000', '110450.759000', '110450.762000', '110450.764000', '110450.767000', '110450.769000', '110450.772000', '110450.774000', '110450.777000', '110450.780000', '110450.782000', '110450.785000', '110510.672000', '110510.675000', '110510.678000', '110510.681000', '110510.698000', '110510.701000', '110510.703000', '110510.706000', '110510.708000', '110510.711000', '110510.714000', '110510.716000', '110510.719000', '110510.721000', '110510.724000', '110510.727000', '110510.729000', '110510.732000', '110510.735000', '110510.737000', '110510.740000', '110510.743000', '110510.745000', '110510.748000', '110510.750000', '110510.753000', '110510.756000', '110510.758000', '110510.761000', '110510.763000', '110510.766000', '110510.769000', '110510.771000', '110510.774000', '110510.777000', '110510.779000', '110510.782000', '110510.784000', '110510.787000', '110510.789000', '110510.792000', '110510.795000', '110510.797000', '110510.855000', '110530.672000', '110530.675000', '110530.678000', '110530.681000', '110530.684000', '110530.687000', '110530.689000', '110530.692000', '110530.695000', '110530.697000', '110530.700000', '110530.703000', '110530.705000', '110530.708000', '110530.711000', '110530.713000', '110530.716000', '110530.719000', '110530.721000', '110530.724000', '110530.726000', '110530.729000', '110530.732000', '110530.734000', '110530.737000', '110530.740000', '110530.742000', '110530.745000', '110530.747000', '110530.750000', '110530.753000', '110530.755000', '110530.758000', '110530.761000', '110530.763000', '110530.766000', '110530.769000', '110530.771000', '110530.774000', '110530.776000', '110530.779000', '110530.782000', '110530.784000', '110550.672000', '110550.675000', '110550.678000', '110550.680000', '110550.684000', '110550.687000', '110550.689000', '110550.692000', '110550.694000', '110550.697000', '110550.700000', '110550.702000', '110550.705000', '110550.707000', '110550.710000', '110550.713000', '110550.715000', '110550.718000', '110550.721000', '110550.723000', '110550.726000', '110550.729000', '110550.731000', '110550.734000', '110550.736000', '110550.739000', '110550.742000', '110550.744000', '110550.747000', '110550.750000', '110550.752000', '110550.755000', '110550.758000', '110550.760000', '110550.763000', '110550.765000', '110550.768000', '110550.771000', '110550.773000', '110550.776000', '110550.779000', '110550.781000', '110550.784000', '110550.786000', '110610.672000', '110610.675000', '110610.678000', '110610.681000', '110610.683000', '110610.686000', '110610.688000', '110610.691000', '110610.694000', '110610.696000', '110610.699000', '110610.701000', '110610.704000', '110610.707000', '110610.709000', '110610.712000', '110610.715000', '110610.717000', '110610.720000', '110610.723000', '110610.726000', '110610.728000', '110610.731000', '110610.734000', '110610.737000', '110610.740000', '110610.743000', '110610.746000', '110610.749000', '110610.752000', '110610.754000', '110610.757000', '110610.760000', '110610.763000', '110610.765000', '110610.768000', '110610.771000', '110610.773000', '110610.776000', '110610.778000', '110610.781000', '110610.784000', '110610.786000', '110630.673000', '110630.675000', '110630.678000', '110630.681000', '110630.683000', '110630.686000', '110630.688000', '110630.691000', '110630.694000', '110630.696000', '110630.699000', '110630.702000', '110630.704000', '110630.707000', '110630.710000', '110630.712000', '110630.715000', '110630.717000', '110630.720000', '110630.723000', '110630.725000', '110630.728000', '110630.731000', '110630.733000', '110630.736000', '110630.738000', '110630.741000', '110630.744000', '110630.746000', '110630.765000', '110630.767000', '110630.770000', '110630.773000', '110630.775000', '110630.778000', '110630.781000', '110630.783000', '110630.786000', '110630.788000', '110630.791000', '110630.794000', '110630.796000', '110630.799000', '110630.860000', '110650.672000', '110650.675000', '110650.677000', '110650.680000', '110650.682000', '110650.685000', '110650.688000', '110650.691000', '110650.693000', '110650.696000', '110650.698000', '110650.701000', '110650.704000', '110650.706000', '110650.709000', '110650.712000', '110650.714000', '110650.717000', '110650.720000', '110650.722000', '110650.725000', '110650.728000', '110650.731000', '110650.733000', '110650.736000', '110650.739000', '110650.741000', '110650.744000', '110650.747000', '110650.749000', '110650.752000', '110650.754000', '110650.757000', '110650.760000', '110650.762000', '110650.765000', '110650.768000', '110650.770000', '110650.773000', '110650.776000', '110650.778000', '110650.781000', '110650.783000', '110710.673000', '110710.675000', '110710.678000', '110710.681000', '110710.684000', '110710.686000', '110710.689000', '110710.692000', '110710.694000', '110710.697000', '110710.700000', '110710.702000', '110710.705000', '110710.707000', '110710.710000', '110710.713000', '110710.715000', '110710.718000', '110710.721000', '110710.723000', '110710.726000', '110710.728000', '110710.731000', '110710.734000', '110710.736000', '110710.739000', '110710.741000', '110710.744000', '110710.746000', '110710.749000', '110710.752000', '110710.754000', '110710.757000', '110710.760000', '110710.762000', '110710.765000', '110710.767000', '110710.770000', '110710.773000', '110710.775000', '110710.778000', '110710.781000', '110710.783000', '110710.786000', '110730.673000', '110730.675000', '110730.678000', '110730.681000', '110730.683000', '110730.686000', '110730.689000', '110730.691000', '110730.694000', '110730.696000', '110730.699000', '110730.702000', '110730.704000', '110730.707000', '110730.710000', '110730.712000', '110730.715000', '110730.718000', '110730.720000', '110730.723000', '110730.730000', '110730.732000', '110730.735000', '110730.737000', '110730.740000', '110730.743000', '110730.746000', '110730.748000', '110730.751000', '110730.754000', '110730.756000', '110730.759000', '110730.761000', '110730.764000', '110730.767000', '110730.769000', '110730.772000', '110730.775000', '110730.777000', '110730.780000', '110730.783000', '110730.785000', '110730.788000', '110750.672000', '110750.676000', '110750.678000', '110750.681000', '110750.683000', '110750.686000', '110750.688000', '110750.691000', '110750.694000', '110750.696000', '110750.699000', '110750.702000', '110750.704000', '110750.707000', '110750.710000', '110750.712000', '110750.715000', '110750.717000', '110750.720000', '110750.723000', '110750.725000', '110750.728000', '110750.730000', '110750.733000', '110750.736000', '110750.739000', '110750.741000', '110750.744000', '110750.746000', '110750.749000', '110750.751000', '110750.754000', '110750.757000', '110750.759000', '110750.762000', '110750.765000', '110750.767000', '110750.771000', '110750.773000', '110750.776000', '110750.779000', '110750.781000', '110750.784000', '110750.787000', '110810.673000', '110810.676000', '110810.678000', '110810.681000', '110810.684000', '110810.686000', '110810.689000', '110810.691000', '110810.694000', '110810.697000', '110810.699000', '110810.702000', '110810.704000', '110810.707000', '110810.709000', '110810.712000', '110810.715000', '110810.717000', '110810.720000', '110810.723000', '110810.725000', '110810.728000', '110810.730000', '110810.733000', '110810.736000', '110810.738000', '110810.741000', '110810.743000', '110810.746000', '110810.748000', '110810.751000', '110810.754000', '110810.756000', '110810.759000', '110810.761000', '110810.764000', '110810.767000', '110810.769000', '110810.772000', '110810.775000', '110810.777000', '110810.780000', '110810.782000', '110830.673000', '110830.676000', '110830.678000', '110830.681000', '110830.684000', '110830.686000', '110830.689000', '110830.691000', '110830.694000', '110830.697000', '110830.699000', '110830.702000', '110830.705000', '110830.708000', '110830.710000', '110830.713000', '110830.715000', '110830.718000', '110830.720000', '110830.723000', '110830.726000', '110830.728000', '110830.731000', '110830.734000', '110830.737000', '110830.739000', '110830.742000', '110830.744000', '110830.747000', '110830.750000', '110830.752000', '110830.755000', '110830.758000', '110830.760000', '110830.763000', '110830.765000', '110830.768000', '110830.771000', '110830.773000', '110830.776000', '110830.779000', '110830.781000', '110830.784000', '110830.786000', '110850.673000', '110850.675000', '110850.678000', '110850.681000', '110850.684000', '110850.686000', '110850.689000', '110850.691000', '110850.694000', '110850.697000', '110850.699000', '110850.702000', '110850.705000', '110850.707000', '110850.710000', '110850.713000', '110850.715000', '110850.718000', '110850.720000', '110850.723000', '110850.726000', '110850.728000', '110850.731000', '110850.734000', '110850.736000', '110850.739000', '110850.742000', '110850.744000', '110850.747000', '110850.749000', '110850.752000', '110850.755000', '110850.757000', '110850.760000', '110850.763000', '110850.765000', '110850.768000', '110850.770000', '110850.773000', '110850.776000', '110850.778000', '110850.781000', '110850.784000', '110910.672000', '110910.675000', '110910.677000', '110910.680000', '110910.682000', '110910.685000', '110910.688000', '110910.691000', '110910.693000', '110910.696000', '110910.698000', '110910.701000', '110910.704000', '110910.706000', '110910.709000', '110910.712000', '110910.714000', '110910.717000', '110910.719000', '110910.722000', '110910.725000', '110910.727000', '110910.730000', '110910.733000', '110910.735000', '110910.738000', '110910.740000', '110910.743000', '110910.746000', '110910.748000', '110910.751000', '110910.753000', '110910.756000', '110910.759000', '110910.761000', '110910.764000', '110910.767000', '110910.769000', '110910.772000', '110910.774000', '110910.777000', '110910.780000', '110910.782000', '110910.785000', '110930.673000', '110930.676000', '110930.678000', '110930.681000', '110930.683000', '110930.686000', '110930.689000', '110930.691000', '110930.694000', '110930.697000', '110930.699000', '110930.702000', '110930.705000', '110930.707000', '110930.710000', '110930.712000', '110930.715000', '110930.718000', '110930.720000', '110930.723000', '110930.726000', '110930.728000', '110930.731000', '110930.733000', '110930.736000', '110930.739000', '110930.741000', '110930.744000', '110930.746000', '110930.749000', '110930.752000', '110930.754000', '110930.757000', '110930.760000', '110930.762000', '110930.765000', '110930.768000', '110930.770000', '110930.773000', '110930.776000', '110930.778000', '110930.781000', '110930.784000', '110950.673000', '110950.675000', '110950.678000', '110950.681000', '110950.683000', '110950.686000', '110950.689000', '110950.691000', '110950.694000', '110950.697000', '110950.700000', '110950.702000', '110950.705000', '110950.707000', '110950.710000', '110950.713000', '110950.715000', '110950.718000', '110950.721000', '110950.723000', '110950.726000', '110950.729000', '110950.731000', '110950.734000', '110950.737000', '110950.739000', '110950.742000', '110950.744000', '110950.747000', '110950.750000', '110950.752000', '110950.755000', '110950.758000', '110950.760000', '110950.763000', '110950.765000', '110950.768000', '110950.771000', '110950.773000', '110950.776000', '110950.778000', '110950.781000', '110950.784000', '110950.786000', '110955.218000', '110955.221000', '110955.224000', '110955.227000', '110955.230000', '110955.233000', '110955.236000', '110955.239000', '110955.242000', '110955.244000'], 'InstanceCreationTime': ['110150.696000', '110150.699000', '110150.702000', '110150.704000', '110150.707000', '110150.710000', '110150.712000', '110150.715000', '110150.717000', '110150.720000', '110150.723000', '110150.725000', '110150.728000', '110150.737000', '110150.739000', '110150.742000', '110150.745000', '110150.747000', '110150.750000', '110150.752000', '110150.755000', '110150.757000', '110150.760000', '110150.763000', '110150.765000', '110150.768000', '110150.770000', '110150.788000', '110150.790000', '110150.793000', '110150.796000', '110150.798000', '110150.801000', '110150.804000', '110150.806000', '110150.809000', '110150.811000', '110150.814000', '110150.817000', '110150.824000', '110150.827000', '110150.830000', '110150.832000', '110150.835000', '110210.672000', '110210.674000', '110210.677000', '110210.680000', '110210.682000', '110210.685000', '110210.688000', '110210.690000', '110210.693000', '110210.695000', '110210.698000', '110210.701000', '110210.703000', '110210.706000', '110210.709000', '110210.711000', '110210.714000', '110210.716000', '110210.719000', '110210.722000', '110210.724000', '110210.727000', '110210.729000', '110210.732000', '110210.735000', '110210.737000', '110210.740000', '110210.743000', '110210.745000', '110210.748000', '110210.750000', '110210.753000', '110210.755000', '110210.758000', '110210.761000', '110210.763000', '110210.766000', '110210.768000', '110210.771000', '110210.773000', '110210.779000', '110210.781000', '110210.784000', '110210.787000', '110230.673000', '110230.675000', '110230.678000', '110230.680000', '110230.683000', '110230.686000', '110230.688000', '110230.691000', '110230.694000', '110230.696000', '110230.699000', '110230.701000', '110230.704000', '110230.707000', '110230.709000', '110230.712000', '110230.714000', '110230.717000', '110230.720000', '110230.722000', '110230.725000', '110230.727000', '110230.730000', '110230.732000', '110230.735000', '110230.738000', '110230.740000', '110230.743000', '110230.745000', '110230.748000', '110230.751000', '110230.753000', '110230.756000', '110230.758000', '110230.761000', '110230.764000', '110230.766000', '110230.769000', '110230.772000', '110230.774000', '110230.777000', '110230.779000', '110230.782000', '110250.673000', '110250.676000', '110250.678000', '110250.681000', '110250.683000', '110250.686000', '110250.689000', '110250.691000', '110250.694000', '110250.697000', '110250.699000', '110250.702000', '110250.704000', '110250.707000', '110250.710000', '110250.712000', '110250.715000', '110250.718000', '110250.720000', '110250.723000', '110250.725000', '110250.728000', '110250.731000', '110250.733000', '110250.736000', '110250.738000', '110250.741000', '110250.749000', '110250.752000', '110250.754000', '110250.757000', '110250.760000', '110250.762000', '110250.765000', '110250.768000', '110250.770000', '110250.773000', '110250.775000', '110250.778000', '110250.781000', '110250.783000', '110250.791000', '110250.794000', '110250.796000', '110310.672000', '110310.675000', '110310.678000', '110310.681000', '110310.683000', '110310.686000', '110310.688000', '110310.691000', '110310.694000', '110310.696000', '110310.699000', '110310.702000', '110310.704000', '110310.707000', '110310.709000', '110310.712000', '110310.715000', '110310.717000', '110310.720000', '110310.722000', '110310.729000', '110310.731000', '110310.734000', '110310.737000', '110310.739000', '110310.742000', '110310.744000', '110310.747000', '110310.749000', '110310.752000', '110310.755000', '110310.757000', '110310.760000', '110310.762000', '110310.765000', '110310.768000', '110310.770000', '110310.773000', '110310.775000', '110310.778000', '110310.781000', '110310.783000', '110310.786000', '110330.673000', '110330.675000', '110330.678000', '110330.680000', '110330.684000', '110330.687000', '110330.689000', '110330.692000', '110330.695000', '110330.697000', '110330.700000', '110330.702000', '110330.705000', '110330.708000', '110330.710000', '110330.713000', '110330.716000', '110330.718000', '110330.721000', '110330.724000', '110330.727000', '110330.729000', '110330.745000', '110330.748000', '110330.751000', '110330.754000', '110330.756000', '110330.759000', '110330.762000', '110330.764000', '110330.767000', '110330.772000', '110330.775000', '110330.777000', '110330.780000', '110330.782000', '110330.785000', '110330.788000', '110330.790000', '110330.793000', '110330.796000', '110330.798000', '110330.819000', '110330.822000', '110350.672000', '110350.675000', '110350.678000', '110350.681000', '110350.683000', '110350.686000', '110350.689000', '110350.691000', '110350.694000', '110350.696000', '110350.699000', '110350.702000', '110350.704000', '110350.707000', '110350.710000', '110350.712000', '110350.715000', '110350.717000', '110350.720000', '110350.723000', '110350.725000', '110350.728000', '110350.731000', '110350.733000', '110350.736000', '110350.738000', '110350.741000', '110350.744000', '110350.746000', '110350.749000', '110350.752000', '110350.754000', '110350.757000', '110350.759000', '110350.762000', '110350.765000', '110350.767000', '110350.770000', '110350.772000', '110350.775000', '110350.777000', '110350.780000', '110350.783000', '110410.673000', '110410.676000', '110410.678000', '110410.681000', '110410.684000', '110410.686000', '110410.689000', '110410.692000', '110410.694000', '110410.697000', '110410.700000', '110410.702000', '110410.705000', '110410.708000', '110410.716000', '110410.719000', '110410.722000', '110410.725000', '110410.727000', '110410.730000', '110410.733000', '110410.735000', '110410.738000', '110410.740000', '110410.743000', '110410.746000', '110410.748000', '110410.751000', '110410.754000', '110410.756000', '110410.759000', '110410.761000', '110410.764000', '110410.767000', '110410.769000', '110410.772000', '110410.775000', '110410.777000', '110410.780000', '110410.783000', '110410.785000', '110410.788000', '110410.790000', '110430.672000', '110430.675000', '110430.678000', '110430.681000', '110430.683000', '110430.686000', '110430.688000', '110430.691000', '110430.694000', '110430.696000', '110430.699000', '110430.702000', '110430.704000', '110430.707000', '110430.709000', '110430.712000', '110430.715000', '110430.717000', '110430.720000', '110430.722000', '110430.725000', '110430.728000', '110430.730000', '110430.733000', '110430.736000', '110430.738000', '110430.741000', '110430.743000', '110430.746000', '110430.749000', '110430.751000', '110430.754000', '110430.757000', '110430.759000', '110430.762000', '110430.764000', '110430.767000', '110430.770000', '110430.773000', '110430.775000', '110430.778000', '110430.780000', '110430.783000', '110430.786000', '110450.673000', '110450.676000', '110450.679000', '110450.682000', '110450.684000', '110450.687000', '110450.690000', '110450.692000', '110450.695000', '110450.697000', '110450.700000', '110450.703000', '110450.705000', '110450.708000', '110450.711000', '110450.713000', '110450.716000', '110450.718000', '110450.721000', '110450.725000', '110450.727000', '110450.730000', '110450.733000', '110450.735000', '110450.738000', '110450.740000', '110450.743000', '110450.746000', '110450.748000', '110450.751000', '110450.754000', '110450.756000', '110450.759000', '110450.762000', '110450.764000', '110450.767000', '110450.769000', '110450.772000', '110450.774000', '110450.777000', '110450.780000', '110450.782000', '110450.785000', '110510.672000', '110510.675000', '110510.678000', '110510.681000', '110510.698000', '110510.701000', '110510.703000', '110510.706000', '110510.708000', '110510.711000', '110510.714000', '110510.716000', '110510.719000', '110510.721000', '110510.724000', '110510.727000', '110510.729000', '110510.732000', '110510.735000', '110510.737000', '110510.740000', '110510.743000', '110510.745000', '110510.748000', '110510.750000', '110510.753000', '110510.756000', '110510.758000', '110510.761000', '110510.763000', '110510.766000', '110510.769000', '110510.771000', '110510.774000', '110510.777000', '110510.779000', '110510.782000', '110510.784000', '110510.787000', '110510.789000', '110510.792000', '110510.795000', '110510.797000', '110510.855000', '110530.672000', '110530.675000', '110530.678000', '110530.681000', '110530.684000', '110530.687000', '110530.689000', '110530.692000', '110530.695000', '110530.697000', '110530.700000', '110530.703000', '110530.705000', '110530.708000', '110530.711000', '110530.713000', '110530.716000', '110530.719000', '110530.721000', '110530.724000', '110530.726000', '110530.729000', '110530.732000', '110530.734000', '110530.737000', '110530.740000', '110530.742000', '110530.745000', '110530.747000', '110530.750000', '110530.753000', '110530.755000', '110530.758000', '110530.761000', '110530.763000', '110530.766000', '110530.769000', '110530.771000', '110530.774000', '110530.776000', '110530.779000', '110530.782000', '110530.784000', '110550.672000', '110550.675000', '110550.678000', '110550.680000', '110550.684000', '110550.687000', '110550.689000', '110550.692000', '110550.694000', '110550.697000', '110550.700000', '110550.702000', '110550.705000', '110550.707000', '110550.710000', '110550.713000', '110550.715000', '110550.718000', '110550.721000', '110550.723000', '110550.726000', '110550.729000', '110550.731000', '110550.734000', '110550.736000', '110550.739000', '110550.742000', '110550.744000', '110550.747000', '110550.750000', '110550.752000', '110550.755000', '110550.758000', '110550.760000', '110550.763000', '110550.765000', '110550.768000', '110550.771000', '110550.773000', '110550.776000', '110550.779000', '110550.781000', '110550.784000', '110550.786000', '110610.672000', '110610.675000', '110610.678000', '110610.681000', '110610.683000', '110610.686000', '110610.688000', '110610.691000', '110610.694000', '110610.696000', '110610.699000', '110610.701000', '110610.704000', '110610.707000', '110610.709000', '110610.712000', '110610.715000', '110610.717000', '110610.720000', '110610.723000', '110610.726000', '110610.728000', '110610.731000', '110610.734000', '110610.737000', '110610.740000', '110610.743000', '110610.746000', '110610.749000', '110610.752000', '110610.754000', '110610.757000', '110610.760000', '110610.763000', '110610.765000', '110610.768000', '110610.771000', '110610.773000', '110610.776000', '110610.778000', '110610.781000', '110610.784000', '110610.786000', '110630.673000', '110630.675000', '110630.678000', '110630.681000', '110630.683000', '110630.686000', '110630.688000', '110630.691000', '110630.694000', '110630.696000', '110630.699000', '110630.702000', '110630.704000', '110630.707000', '110630.710000', '110630.712000', '110630.715000', '110630.717000', '110630.720000', '110630.723000', '110630.725000', '110630.728000', '110630.731000', '110630.733000', '110630.736000', '110630.738000', '110630.741000', '110630.744000', '110630.746000', '110630.765000', '110630.767000', '110630.770000', '110630.773000', '110630.775000', '110630.778000', '110630.781000', '110630.783000', '110630.786000', '110630.788000', '110630.791000', '110630.794000', '110630.796000', '110630.799000', '110630.860000', '110650.672000', '110650.675000', '110650.677000', '110650.680000', '110650.682000', '110650.685000', '110650.688000', '110650.691000', '110650.693000', '110650.696000', '110650.698000', '110650.701000', '110650.704000', '110650.706000', '110650.709000', '110650.712000', '110650.714000', '110650.717000', '110650.720000', '110650.722000', '110650.725000', '110650.728000', '110650.731000', '110650.733000', '110650.736000', '110650.739000', '110650.741000', '110650.744000', '110650.747000', '110650.749000', '110650.752000', '110650.754000', '110650.757000', '110650.760000', '110650.762000', '110650.765000', '110650.768000', '110650.770000', '110650.773000', '110650.776000', '110650.778000', '110650.781000', '110650.783000', '110710.673000', '110710.675000', '110710.678000', '110710.681000', '110710.684000', '110710.686000', '110710.689000', '110710.692000', '110710.694000', '110710.697000', '110710.700000', '110710.702000', '110710.705000', '110710.707000', '110710.710000', '110710.713000', '110710.715000', '110710.718000', '110710.721000', '110710.723000', '110710.726000', '110710.728000', '110710.731000', '110710.734000', '110710.736000', '110710.739000', '110710.741000', '110710.744000', '110710.746000', '110710.749000', '110710.752000', '110710.754000', '110710.757000', '110710.760000', '110710.762000', '110710.765000', '110710.767000', '110710.770000', '110710.773000', '110710.775000', '110710.778000', '110710.781000', '110710.783000', '110710.786000', '110730.673000', '110730.675000', '110730.678000', '110730.681000', '110730.683000', '110730.686000', '110730.689000', '110730.691000', '110730.694000', '110730.696000', '110730.699000', '110730.702000', '110730.704000', '110730.707000', '110730.710000', '110730.712000', '110730.715000', '110730.718000', '110730.720000', '110730.723000', '110730.730000', '110730.732000', '110730.735000', '110730.737000', '110730.740000', '110730.743000', '110730.746000', '110730.748000', '110730.751000', '110730.754000', '110730.756000', '110730.759000', '110730.761000', '110730.764000', '110730.767000', '110730.769000', '110730.772000', '110730.775000', '110730.777000', '110730.780000', '110730.783000', '110730.785000', '110730.788000', '110750.672000', '110750.676000', '110750.678000', '110750.681000', '110750.683000', '110750.686000', '110750.688000', '110750.691000', '110750.694000', '110750.696000', '110750.699000', '110750.702000', '110750.704000', '110750.707000', '110750.710000', '110750.712000', '110750.715000', '110750.717000', '110750.720000', '110750.723000', '110750.725000', '110750.728000', '110750.730000', '110750.733000', '110750.736000', '110750.739000', '110750.741000', '110750.744000', '110750.746000', '110750.749000', '110750.751000', '110750.754000', '110750.757000', '110750.759000', '110750.762000', '110750.765000', '110750.767000', '110750.771000', '110750.773000', '110750.776000', '110750.779000', '110750.781000', '110750.784000', '110750.787000', '110810.673000', '110810.676000', '110810.678000', '110810.681000', '110810.684000', '110810.686000', '110810.689000', '110810.691000', '110810.694000', '110810.697000', '110810.699000', '110810.702000', '110810.704000', '110810.707000', '110810.709000', '110810.712000', '110810.715000', '110810.717000', '110810.720000', '110810.723000', '110810.725000', '110810.728000', '110810.730000', '110810.733000', '110810.736000', '110810.738000', '110810.741000', '110810.743000', '110810.746000', '110810.748000', '110810.751000', '110810.754000', '110810.756000', '110810.759000', '110810.761000', '110810.764000', '110810.767000', '110810.769000', '110810.772000', '110810.775000', '110810.777000', '110810.780000', '110810.782000', '110830.673000', '110830.676000', '110830.678000', '110830.681000', '110830.684000', '110830.686000', '110830.689000', '110830.691000', '110830.694000', '110830.697000', '110830.699000', '110830.702000', '110830.705000', '110830.708000', '110830.710000', '110830.713000', '110830.715000', '110830.718000', '110830.720000', '110830.723000', '110830.726000', '110830.728000', '110830.731000', '110830.734000', '110830.737000', '110830.739000', '110830.742000', '110830.744000', '110830.747000', '110830.750000', '110830.752000', '110830.755000', '110830.758000', '110830.760000', '110830.763000', '110830.765000', '110830.768000', '110830.771000', '110830.773000', '110830.776000', '110830.779000', '110830.781000', '110830.784000', '110830.786000', '110850.673000', '110850.675000', '110850.678000', '110850.681000', '110850.684000', '110850.686000', '110850.689000', '110850.691000', '110850.694000', '110850.697000', '110850.699000', '110850.702000', '110850.705000', '110850.707000', '110850.710000', '110850.713000', '110850.715000', '110850.718000', '110850.720000', '110850.723000', '110850.726000', '110850.728000', '110850.731000', '110850.734000', '110850.736000', '110850.739000', '110850.742000', '110850.744000', '110850.747000', '110850.749000', '110850.752000', '110850.755000', '110850.757000', '110850.760000', '110850.763000', '110850.765000', '110850.768000', '110850.770000', '110850.773000', '110850.776000', '110850.778000', '110850.781000', '110850.784000', '110910.672000', '110910.675000', '110910.677000', '110910.680000', '110910.682000', '110910.685000', '110910.688000', '110910.691000', '110910.693000', '110910.696000', '110910.698000', '110910.701000', '110910.704000', '110910.706000', '110910.709000', '110910.712000', '110910.714000', '110910.717000', '110910.719000', '110910.722000', '110910.725000', '110910.727000', '110910.730000', '110910.733000', '110910.735000', '110910.738000', '110910.740000', '110910.743000', '110910.746000', '110910.748000', '110910.751000', '110910.753000', '110910.756000', '110910.759000', '110910.761000', '110910.764000', '110910.767000', '110910.769000', '110910.772000', '110910.774000', '110910.777000', '110910.780000', '110910.782000', '110910.785000', '110930.673000', '110930.676000', '110930.678000', '110930.681000', '110930.683000', '110930.686000', '110930.689000', '110930.691000', '110930.694000', '110930.697000', '110930.699000', '110930.702000', '110930.705000', '110930.707000', '110930.710000', '110930.712000', '110930.715000', '110930.718000', '110930.720000', '110930.723000', '110930.726000', '110930.728000', '110930.731000', '110930.733000', '110930.736000', '110930.739000', '110930.741000', '110930.744000', '110930.746000', '110930.749000', '110930.752000', '110930.754000', '110930.757000', '110930.760000', '110930.762000', '110930.765000', '110930.768000', '110930.770000', '110930.773000', '110930.776000', '110930.778000', '110930.781000', '110930.784000', '110950.673000', '110950.675000', '110950.678000', '110950.681000', '110950.683000', '110950.686000', '110950.689000', '110950.691000', '110950.694000', '110950.697000', '110950.700000', '110950.702000', '110950.705000', '110950.707000', '110950.710000', '110950.713000', '110950.715000', '110950.718000', '110950.721000', '110950.723000', '110950.726000', '110950.729000', '110950.731000', '110950.734000', '110950.737000', '110950.739000', '110950.742000', '110950.744000', '110950.747000', '110950.750000', '110950.752000', '110950.755000', '110950.758000', '110950.760000', '110950.763000', '110950.765000', '110950.768000', '110950.771000', '110950.773000', '110950.776000', '110950.778000', '110950.781000', '110950.784000', '110950.786000', '110955.218000', '110955.221000', '110955.224000', '110955.227000', '110955.230000', '110955.233000', '110955.236000', '110955.239000', '110955.242000', '110955.244000'], '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': [17953, 20394, 18137, 16465, 14722, 16894, 14120, 12032, 16019, 14847, 14172, 10070, 17443, 14386, 13670, 9163, 14893, 14183, 13644, 11857, 10816, 14585, 13331, 11887, 10825, 15021, 14311, 13812, 11296, 10274, 17728, 16053, 15023, 11008, 13221, 14757, 13583, 12009, 11288, 17871, 14642, 12936, 10867, 17916, 15526, 14187, 10885, 14211, 15049, 13686, 11011, 9606, 16964, 15435, 14283, 13164, 11130, 13928, 14956, 13328, 10659, 16081, 15346, 13739, 15233, 17361, 14190, 12144, 15324, 14277, 13189, 11099, 16014, 13981, 10132, 16711, 14493, 12955, 9606, 16301, 13566, 11998, 10223, 16511, 13722, 12093, 10638, 14874, 13429, 10169, 14238, 14724, 12792, 9473, 13874, 14783, 12698, 9669, 12395, 15423, 13820, 12281, 10076, 17061, 14405, 13096, 11426, 18041, 14753, 12763, 9730, 17129, 13880, 11571, 13949, 16464, 14068, 9447, 12620, 14347, 13288, 10028, 15476, 15709, 13468, 9734, 13093, 14248, 13316, 10176, 16178, 15846, 13450, 9878, 17004, 14199, 12887, 10427, 16178, 14372, 11897, 11871, 15118, 13616, 10735, 10497, 16120, 14167, 12694, 9379, 15382, 13858, 12856, 10393, 16550, 13706, 10543, 11850, 14850, 13484, 10849, 13225, 15971, 13381, 11418, 9398, 12267, 13630, 13821, 12003, 10380, 14187, 17619, 13526, 11609, 9030, 15248, 15615, 13951, 11843, 18039, 14392, 11910, 10133, 16309, 14126, 11788, 11518, 15544, 14033, 10724, 12126, 15306, 13987, 11090, 11664, 14979, 13818, 11087, 11065, 16489, 14655, 12686, 11192, 14515, 14833, 13113, 10943, 10735, 15895, 13704, 11438, 14300, 15982, 13674, 9808, 14809, 14723, 14391, 11605, 12761, 12616, 12744, 9824, 16416, 12815, 11595, 10684, 15324, 13670, 10256, 17058, 13973, 11885, 12383, 14775, 13681, 10488, 15159, 13457, 10441, 13757, 15368, 13634, 9404, 13145, 14362, 13599, 10285, 15103, 15548, 14223, 10072, 16714, 13965, 11174, 14370, 15761, 14145, 12230, 17190, 13346, 11491, 9829, 15438, 13369, 10987, 13268, 16630, 12596, 9441, 17580, 16004, 13700, 10184, 12530, 16178, 13797, 12022, 15260, 16701, 14326, 12475, 16638, 14646, 13529, 12063, 17584, 13685, 11634, 12758, 15554, 13167, 10720, 16319, 13511, 11797, 10421, 15483, 13512, 10949, 9216, 16077, 13604, 11216, 10405, 17577, 15199, 14096, 10432, 13053, 14964, 13382, 11103, 17232, 14378, 13148, 12643, 15076, 12985, 11097, 15573, 14294, 13096, 9338, 15791, 12011, 14407, 11899, 14860, 14698, 12843, 11742, 11881, 17517, 15954, 15804, 13687, 18584, 16067, 15834, 17055, 12764, 19765, 13494, 10017, 17446, 14611, 12793, 10225, 16929, 14264, 13444, 11035, 15867, 15032, 14036, 12969, 16014, 14409, 12822, 11768, 15753, 14150, 10714, 16531, 15086, 10248, 15360, 14020, 12943, 10204, 15095, 13930, 12503, 10996, 16031, 15998, 13732, 9865, 9682, 17373, 14769, 12513, 10923, 16745, 14755, 11118, 13723, 17105, 15113, 12045, 16537, 14817, 13134, 10058, 17365, 14331, 12419, 12643, 16590, 14291, 11386, 17238, 13424, 11776, 12093, 16127, 13637, 10118, 17565, 13917, 11750, 12167, 15231, 13704, 11166, 18343, 20874, 19999, 15095, 13224, 11013, 9665, 17274, 14342, 10137, 15337, 15990, 15159, 11972, 17542, 14324, 12581, 9295, 15154, 14698, 13313, 10441, 17953, 14904, 12594, 15675, 15136, 11701, 9955, 16377, 13272, 10300, 16202, 14212, 12380, 13056, 15240, 14055, 10201, 16075, 13702, 10787, 16468, 14265, 12947, 10050, 14865, 13489, 10506, 11192, 14920, 12901, 13064, 10993, 16440, 14643, 13326, 11066, 15357, 14138, 12445, 9600, 17537, 14005, 11066, 13796, 15845, 13407, 10452, 12104, 14239, 12686, 10912, 10346, 17416, 13633, 12115, 11158, 16558, 13133, 12369, 12890, 16507, 14171, 15790, 16229, 20934, 19334, 16106, 22228, 13427, 9785, 15170, 13937, 15521, 11879, 12878, 14540, 12975, 9528, 15743, 14364, 16251, 11733, 12711, 17493, 15709, 14556, 13582, 17160, 19119, 18240, 14013, 14383, 15798, 14141, 11010, 12706, 16748, 13623, 11214, 11372, 12487, 16671, 14173, 13303, 10196, 10289, 17037, 15494, 14194, 11990, 18227, 15102, 12627, 9775, 15084, 15400, 13553, 10170, 14980, 15160, 14058, 10682, 14803, 14780, 12869, 10411, 11537, 16181, 13706, 10385, 18107, 14176, 10559, 16475, 14789, 12781, 14263, 16592, 13417, 9403, 13568, 14165, 13052, 9988, 16683, 14216, 13024, 12008, 15953, 13301, 10219, 15403, 14402, 12934, 10251, 16087, 13690, 10736, 13883, 15052, 13271, 10389, 17077, 14379, 12715, 10224, 15459, 13790, 10377, 16778, 14892, 13353, 10400, 15201, 13453, 10179, 15955, 15258, 12896, 10480, 16005, 14121, 11601, 12962, 14882, 13431, 9971, 16311, 15037, 13334, 9919, 16256, 13999, 13095, 11165, 17536, 12036, 14378, 11175, 17213, 14820, 13391, 10526, 14631, 14807, 12918, 10320, 13813, 15610, 13673, 11352, 17791, 14355, 12262, 9551, 16249, 13697, 12428, 10412, 14850, 13053, 10908, 13685, 16562, 13398, 11092, 11356, 16517, 14403, 12487, 11967, 16448, 13712, 10734, 17913, 15420, 13080, 12005, 18295, 14400, 13106, 12065, 17165, 14007, 13447, 10940, 14763, 15822, 14345, 12176, 9596, 15129, 13736, 13043, 10777, 17832, 14463, 11239, 12037, 15369, 13322, 9840, 16274, 14557, 13189, 9883, 15042, 13520, 12167, 9445, 17305, 14163, 12345, 10031, 16273, 13611, 12089, 11968, 15789, 13102, 10328, 15106, 14726, 13267, 11380, 17515, 13089, 11320, 11240, 15552, 13867, 11043, 11471, 15071, 13123, 10730, 14194, 16058, 14060, 11039, 16590, 14985, 13252, 10227, 14493, 14456, 12317, 10934, 16616, 13932, 12694, 9992, 15160, 15673, 13242, 10307, 11894, 16059, 14063, 11693, 16080, 15791, 13293, 11219, 16881, 13727, 11823, 13226, 16097, 13158, 9580, 13581, 14139, 12669, 10395, 15579, 13698, 12493, 9644, 16842, 14193, 12756, 9968, 16288, 13389, 12497, 11447, 16802, 13208, 12007, 11001, 16193, 14012, 11214, 14153, 14692, 13168, 9904, 15599, 15127, 13195, 11873, 17060, 13149, 11226, 10329, 16497, 13802, 11542, 12883, 15950, 13775, 10706, 13839, 15015, 13311, 10489, 15124, 15581, 13229, 9989, 14198, 15997, 13817, 9978, 15410, 16280, 13941, 12301, 10577, 15337, 15093, 12735, 9425, 13329, 15317, 13734, 11250, 15002, 13890, 12494, 9932, 18015, 14939, 12699, 10038, 16045, 13041, 11958, 11179, 17605, 13683, 12183, 10046, 17774, 14542, 13351, 10088, 17133, 13426, 11732, 14398, 16670, 13439, 12765, 14769, 14491, 12829, 10687, 16602, 13839, 12247, 9642, 16417, 14349, 12660, 10186, 16515, 13510, 11318, 13627, 16367, 13844, 12420, 11508, 16157, 12846, 11853, 9947, 11890, 16860, 14045, 12667, 10152, 11395, 15374, 13355, 10573, 16847, 15768, 13058, 10831, 16946, 13370, 12302, 11176, 16810, 13854, 11096, 12107, 15394, 13514, 11023, 14841, 14914, 12842, 9666, 14164, 14266, 13161, 11684, 17739, 14511, 12127, 9334, 14731, 12968, 11614, 11183, 16084, 13086, 9977, 16896, 13716, 12922, 14231, 16487, 14126, 11331, 9491, 15495, 11563, 12798, 14326, 18483, 16009, 14924, 17272, 17464, 12347, 15049, 12101, 9885, 13977, 12450, 12598, 16033, 13609, 10779, 16465, 15615, 10789, 17014, 16651, 17252, 17261, 18620, 16016, 15805, 13498, 14589, 13908, 12930, 17166, 14378, 10968, 11602, 14972, 13221, 10457, 14273, 14021, 14114, 12724, 13153, 15883, 14205, 12533, 11469, 18207, 15454, 14017, 10795, 19153, 14987, 14100, 12124, 19417, 15534, 10402, 11387, 15694, 14028, 10387, 17213, 14145, 12334, 10661, 16672, 14226, 12304, 11752, 16355, 13479, 10931, 14713, 15683, 13508, 10821, 17076, 14351, 11511, 14294, 14993, 15794, 11479, 15483, 17382, 14199, 11838, 11265, 16952, 14242, 11532, 13876, 14462, 12919, 11923, 17467, 14149, 10996, 13810, 13374, 12096, 12416, 15894, 13974, 11549, 17883, 13932, 11558, 12910, 15089, 14032, 14101, 17574, 11886, 11282, 16048, 14084, 12298, 11901, 16190, 13562, 10330, 16972, 13634, 10984, 14042, 15720, 13031, 9379, 16730, 15259, 14194, 10621, 11032, 15170, 13132, 11005, 10423, 15737, 14163, 13716, 17369, 14515, 15017, 16236, 13104, 10585, 15557, 15418, 13484, 12251, 10905, 9209, 16284, 13763, 12055], 'WindowCenter': [4940.0, 4922.0, 4893.0, 4871.0, 4846.0, 4869.0, 4848.0, 4837.0, 4852.0, 4843.0, 4830.0, 4789.0, 4860.0, 4840.0, 4831.0, 4792.0, 4841.0, 4843.0, 4845.0, 4850.0, 4827.0, 4869.0, 4860.0, 4852.0, 4844.0, 4881.0, 4872.0, 4871.0, 4854.0, 4842.0, 4893.0, 4882.0, 4885.0, 4854.0, 4875.0, 4884.0, 4874.0, 4863.0, 4854.0, 4905.0, 4886.0, 4866.0, 4857.0, 4904.0, 4897.0, 4885.0, 4854.0, 4886.0, 4885.0, 4877.0, 4856.0, 4845.0, 4917.0, 4911.0, 4899.0, 4888.0, 4868.0, 4901.0, 4900.0, 4888.0, 4858.0, 4896.0, 4897.0, 4886.0, 4895.0, 4904.0, 4883.0, 4868.0, 4881.0, 4873.0, 4872.0, 4850.0, 4894.0, 4872.0, 4844.0, 4894.0, 4886.0, 4874.0, 4847.0, 4904.0, 4885.0, 4867.0, 4843.0, 4904.0, 4886.0, 4876.0, 4857.0, 4897.0, 4883.0, 4856.0, 4899.0, 4923.0, 4900.0, 4860.0, 4885.0, 4896.0, 4888.0, 4847.0, 4876.0, 4897.0, 4885.0, 4875.0, 4846.0, 4908.0, 4885.0, 4874.0, 4866.0, 4918.0, 4884.0, 4873.0, 4834.0, 4904.0, 4871.0, 4864.0, 4883.0, 4893.0, 4886.0, 4845.0, 4874.0, 4884.0, 4874.0, 4855.0, 4905.0, 4907.0, 4888.0, 4860.0, 4887.0, 4898.0, 4890.0, 4860.0, 4906.0, 4908.0, 4888.0, 4860.0, 4914.0, 4886.0, 4875.0, 4854.0, 4897.0, 4885.0, 4864.0, 4865.0, 4884.0, 4883.0, 4855.0, 4853.0, 4901.0, 4883.0, 4874.0, 4847.0, 4894.0, 4885.0, 4874.0, 4855.0, 4905.0, 4886.0, 4854.0, 4863.0, 4883.0, 4873.0, 4858.0, 4876.0, 4894.0, 4885.0, 4863.0, 4844.0, 4876.0, 4897.0, 4899.0, 4890.0, 4871.0, 4911.0, 4933.0, 4912.0, 4893.0, 4861.0, 4909.0, 4909.0, 4900.0, 4878.0, 4919.0, 4899.0, 4867.0, 4858.0, 4905.0, 4884.0, 4865.0, 4867.0, 4895.0, 4888.0, 4853.0, 4874.0, 4899.0, 4890.0, 4868.0, 4869.0, 4895.0, 4885.0, 4866.0, 4854.0, 4907.0, 4895.0, 4875.0, 4866.0, 4895.0, 4896.0, 4875.0, 4866.0, 4857.0, 4895.0, 4886.0, 4868.0, 4900.0, 4921.0, 4886.0, 4846.0, 4886.0, 4907.0, 4899.0, 4878.0, 4876.0, 4876.0, 4876.0, 4846.0, 4894.0, 4874.0, 4864.0, 4853.0, 4892.0, 4884.0, 4845.0, 4906.0, 4885.0, 4864.0, 4865.0, 4882.0, 4871.0, 4843.0, 4884.0, 4876.0, 4856.0, 4872.0, 4881.0, 4860.0, 4823.0, 4861.0, 4871.0, 4871.0, 4842.0, 4893.0, 4895.0, 4885.0, 4855.0, 4907.0, 4884.0, 4856.0, 4883.0, 4906.0, 4900.0, 4877.0, 4904.0, 4873.0, 4864.0, 4846.0, 4895.0, 4882.0, 4869.0, 4885.0, 4908.0, 4874.0, 4849.0, 4920.0, 4907.0, 4886.0, 4860.0, 4876.0, 4908.0, 4887.0, 4880.0, 4896.0, 4908.0, 4888.0, 4878.0, 4895.0, 4885.0, 4875.0, 4864.0, 4895.0, 4872.0, 4855.0, 4874.0, 4883.0, 4862.0, 4853.0, 4893.0, 4872.0, 4862.0, 4855.0, 4896.0, 4877.0, 4855.0, 4835.0, 4898.0, 4876.0, 4857.0, 4857.0, 4915.0, 4888.0, 4877.0, 4845.0, 4874.0, 4882.0, 4864.0, 4856.0, 4895.0, 4875.0, 4875.0, 4875.0, 4886.0, 4864.0, 4843.0, 4881.0, 4870.0, 4860.0, 4821.0, 4882.0, 4849.0, 4883.0, 4866.0, 4897.0, 4897.0, 4887.0, 4877.0, 4876.0, 4916.0, 4906.0, 4907.0, 4898.0, 4928.0, 4907.0, 4897.0, 4904.0, 4847.0, 4945.0, 4876.0, 4823.0, 4890.0, 4869.0, 4849.0, 4828.0, 4876.0, 4860.0, 4851.0, 4829.0, 4869.0, 4859.0, 4846.0, 4836.0, 4854.0, 4835.0, 4825.0, 4810.0, 4841.0, 4820.0, 4789.0, 4839.0, 4830.0, 4791.0, 4839.0, 4828.0, 4820.0, 4801.0, 4841.0, 4842.0, 4834.0, 4824.0, 4869.0, 4869.0, 4859.0, 4830.0, 4822.0, 4889.0, 4871.0, 4863.0, 4844.0, 4894.0, 4885.0, 4856.0, 4875.0, 4906.0, 4886.0, 4864.0, 4907.0, 4885.0, 4876.0, 4845.0, 4905.0, 4886.0, 4878.0, 4879.0, 4908.0, 4887.0, 4866.0, 4907.0, 4875.0, 4866.0, 4866.0, 4895.0, 4887.0, 4844.0, 4905.0, 4875.0, 4866.0, 4865.0, 4887.0, 4873.0, 4853.0, 4903.0, 4931.0, 4924.0, 4888.0, 4866.0, 4841.0, 4821.0, 4890.0, 4870.0, 4832.0, 4869.0, 4881.0, 4882.0, 4853.0, 4903.0, 4885.0, 4863.0, 4833.0, 4883.0, 4882.0, 4874.0, 4855.0, 4914.0, 4897.0, 4875.0, 4898.0, 4897.0, 4864.0, 4846.0, 4893.0, 4873.0, 4845.0, 4894.0, 4884.0, 4864.0, 4876.0, 4884.0, 4872.0, 4845.0, 4883.0, 4874.0, 4841.0, 4880.0, 4871.0, 4864.0, 4832.0, 4874.0, 4871.0, 4843.0, 4854.0, 4881.0, 4861.0, 4872.0, 4855.0, 4905.0, 4897.0, 4887.0, 4870.0, 4908.0, 4896.0, 4878.0, 4847.0, 4917.0, 4885.0, 4868.0, 4887.0, 4905.0, 4888.0, 4859.0, 4881.0, 4898.0, 4886.0, 4867.0, 4859.0, 4919.0, 4898.0, 4880.0, 4867.0, 4907.0, 4888.0, 4879.0, 4887.0, 4916.0, 4896.0, 4906.0, 4919.0, 4926.0, 4914.0, 4893.0, 4922.0, 4869.0, 4841.0, 4866.0, 4858.0, 4875.0, 4851.0, 4845.0, 4867.0, 4857.0, 4831.0, 4892.0, 4881.0, 4902.0, 4860.0, 4862.0, 4902.0, 4881.0, 4872.0, 4861.0, 4895.0, 4895.0, 4880.0, 4845.0, 4833.0, 4844.0, 4818.0, 4798.0, 4821.0, 4852.0, 4828.0, 4807.0, 4823.0, 4830.0, 4863.0, 4855.0, 4856.0, 4828.0, 4827.0, 4887.0, 4879.0, 4868.0, 4851.0, 4890.0, 4881.0, 4847.0, 4830.0, 4881.0, 4882.0, 4860.0, 4831.0, 4883.0, 4883.0, 4881.0, 4856.0, 4883.0, 4884.0, 4873.0, 4854.0, 4865.0, 4905.0, 4884.0, 4857.0, 4919.0, 4897.0, 4869.0, 4906.0, 4898.0, 4888.0, 4899.0, 4907.0, 4888.0, 4847.0, 4888.0, 4885.0, 4885.0, 4858.0, 4916.0, 4898.0, 4885.0, 4879.0, 4910.0, 4886.0, 4860.0, 4896.0, 4897.0, 4875.0, 4860.0, 4896.0, 4887.0, 4859.0, 4885.0, 4896.0, 4875.0, 4856.0, 4905.0, 4884.0, 4877.0, 4854.0, 4897.0, 4885.0, 4856.0, 4905.0, 4896.0, 4875.0, 4855.0, 4897.0, 4877.0, 4846.0, 4894.0, 4894.0, 4876.0, 4854.0, 4895.0, 4884.0, 4867.0, 4889.0, 4898.0, 4887.0, 4858.0, 4908.0, 4897.0, 4887.0, 4860.0, 4909.0, 4896.0, 4888.0, 4866.0, 4918.0, 4878.0, 4897.0, 4866.0, 4904.0, 4893.0, 4883.0, 4856.0, 4894.0, 4894.0, 4877.0, 4848.0, 4885.0, 4894.0, 4887.0, 4866.0, 4914.0, 4897.0, 4875.0, 4848.0, 4902.0, 4883.0, 4873.0, 4867.0, 4894.0, 4885.0, 4866.0, 4896.0, 4918.0, 4901.0, 4881.0, 4882.0, 4919.0, 4908.0, 4891.0, 4881.0, 4917.0, 4887.0, 4872.0, 4918.0, 4899.0, 4876.0, 4867.0, 4904.0, 4885.0, 4875.0, 4862.0, 4902.0, 4882.0, 4873.0, 4854.0, 4895.0, 4894.0, 4893.0, 4876.0, 4851.0, 4893.0, 4884.0, 4874.0, 4865.0, 4918.0, 4887.0, 4867.0, 4873.0, 4894.0, 4875.0, 4846.0, 4907.0, 4894.0, 4877.0, 4848.0, 4897.0, 4888.0, 4877.0, 4847.0, 4916.0, 4898.0, 4887.0, 4861.0, 4918.0, 4898.0, 4881.0, 4878.0, 4909.0, 4889.0, 4862.0, 4899.0, 4899.0, 4892.0, 4869.0, 4919.0, 4885.0, 4868.0, 4867.0, 4907.0, 4888.0, 4867.0, 4878.0, 4896.0, 4890.0, 4869.0, 4898.0, 4907.0, 4898.0, 4868.0, 4920.0, 4901.0, 4888.0, 4859.0, 4900.0, 4898.0, 4876.0, 4868.0, 4917.0, 4898.0, 4890.0, 4858.0, 4911.0, 4909.0, 4888.0, 4862.0, 4875.0, 4907.0, 4888.0, 4879.0, 4908.0, 4908.0, 4889.0, 4870.0, 4905.0, 4874.0, 4866.0, 4877.0, 4893.0, 4874.0, 4847.0, 4884.0, 4883.0, 4878.0, 4857.0, 4908.0, 4898.0, 4880.0, 4851.0, 4910.0, 4903.0, 4889.0, 4857.0, 4908.0, 4888.0, 4890.0, 4880.0, 4918.0, 4890.0, 4880.0, 4871.0, 4910.0, 4896.0, 4870.0, 4899.0, 4897.0, 4886.0, 4846.0, 4910.0, 4910.0, 4901.0, 4881.0, 4921.0, 4885.0, 4869.0, 4858.0, 4906.0, 4887.0, 4867.0, 4888.0, 4910.0, 4888.0, 4860.0, 4887.0, 4900.0, 4887.0, 4857.0, 4898.0, 4896.0, 4876.0, 4845.0, 4885.0, 4895.0, 4885.0, 4848.0, 4896.0, 4907.0, 4886.0, 4865.0, 4859.0, 4897.0, 4895.0, 4888.0, 4852.0, 4889.0, 4909.0, 4901.0, 4870.0, 4910.0, 4900.0, 4878.0, 4861.0, 4922.0, 4909.0, 4887.0, 4860.0, 4909.0, 4890.0, 4879.0, 4881.0, 4934.0, 4905.0, 4891.0, 4874.0, 4933.0, 4913.0, 4903.0, 4874.0, 4930.0, 4891.0, 4882.0, 4900.0, 4910.0, 4889.0, 4878.0, 4897.0, 4886.0, 4878.0, 4870.0, 4920.0, 4890.0, 4878.0, 4859.0, 4906.0, 4898.0, 4888.0, 4859.0, 4909.0, 4888.0, 4871.0, 4886.0, 4908.0, 4891.0, 4875.0, 4868.0, 4908.0, 4878.0, 4867.0, 4861.0, 4881.0, 4921.0, 4902.0, 4894.0, 4874.0, 4882.0, 4912.0, 4889.0, 4860.0, 4905.0, 4896.0, 4890.0, 4871.0, 4907.0, 4877.0, 4866.0, 4857.0, 4895.0, 4874.0, 4854.0, 4865.0, 4884.0, 4878.0, 4856.0, 4881.0, 4883.0, 4865.0, 4838.0, 4874.0, 4883.0, 4873.0, 4864.0, 4907.0, 4886.0, 4865.0, 4846.0, 4897.0, 4876.0, 4866.0, 4869.0, 4906.0, 4879.0, 4849.0, 4908.0, 4885.0, 4875.0, 4886.0, 4908.0, 4887.0, 4867.0, 4851.0, 4907.0, 4889.0, 4903.0, 4913.0, 4941.0, 4919.0, 4910.0, 4922.0, 4920.0, 4878.0, 4881.0, 4854.0, 4835.0, 4876.0, 4864.0, 4865.0, 4897.0, 4878.0, 4853.0, 4896.0, 4881.0, 4841.0, 4882.0, 4882.0, 4881.0, 4883.0, 4880.0, 4858.0, 4856.0, 4825.0, 4833.0, 4830.0, 4823.0, 4854.0, 4831.0, 4800.0, 4799.0, 4828.0, 4819.0, 4803.0, 4843.0, 4834.0, 4833.0, 4836.0, 4848.0, 4868.0, 4846.0, 4838.0, 4840.0, 4888.0, 4868.0, 4860.0, 4829.0, 4891.0, 4861.0, 4861.0, 4842.0, 4891.0, 4870.0, 4822.0, 4830.0, 4867.0, 4858.0, 4824.0, 4882.0, 4860.0, 4851.0, 4833.0, 4881.0, 4860.0, 4852.0, 4854.0, 4895.0, 4874.0, 4844.0, 4873.0, 4880.0, 4863.0, 4844.0, 4894.0, 4875.0, 4855.0, 4872.0, 4883.0, 4883.0, 4856.0, 4883.0, 4895.0, 4874.0, 4866.0, 4854.0, 4896.0, 4883.0, 4853.0, 4877.0, 4873.0, 4865.0, 4854.0, 4903.0, 4876.0, 4846.0, 4875.0, 4873.0, 4852.0, 4863.0, 4882.0, 4875.0, 4854.0, 4904.0, 4884.0, 4867.0, 4875.0, 4900.0, 4900.0, 4900.0, 4918.0, 4868.0, 4869.0, 4898.0, 4885.0, 4866.0, 4856.0, 4894.0, 4863.0, 4835.0, 4881.0, 4861.0, 4834.0, 4860.0, 4869.0, 4848.0, 4807.0, 4879.0, 4868.0, 4871.0, 4835.0, 4841.0, 4871.0, 4863.0, 4842.0, 4856.0, 4892.0, 4881.0, 4885.0, 4917.0, 4883.0, 4882.0, 4892.0, 4874.0, 4843.0, 4881.0, 4871.0, 4850.0, 4852.0, 4838.0, 4822.0, 4893.0, 4872.0, 4852.0], 'WindowWidth': [10749.0, 10713.0, 10651.0, 10608.0, 10562.0, 10598.0, 10570.0, 10550.0, 10566.0, 10550.0, 10528.0, 10473.0, 10573.0, 10543.0, 10531.0, 10481.0, 10548.0, 10549.0, 10559.0, 10573.0, 10537.0, 10596.0, 10588.0, 10577.0, 10567.0, 10618.0, 10606.0, 10605.0, 10583.0, 10565.0, 10639.0, 10622.0, 10627.0, 10586.0, 10616.0, 10626.0, 10611.0, 10595.0, 10582.0, 10655.0, 10628.0, 10602.0, 10588.0, 10657.0, 10646.0, 10629.0, 10588.0, 10631.0, 10629.0, 10617.0, 10587.0, 10575.0, 10678.0, 10673.0, 10655.0, 10639.0, 10612.0, 10661.0, 10659.0, 10636.0, 10595.0, 10646.0, 10648.0, 10633.0, 10643.0, 10664.0, 10630.0, 10610.0, 10622.0, 10609.0, 10606.0, 10576.0, 10640.0, 10608.0, 10571.0, 10642.0, 10633.0, 10613.0, 10579.0, 10657.0, 10629.0, 10607.0, 10571.0, 10657.0, 10633.0, 10621.0, 10594.0, 10649.0, 10626.0, 10594.0, 10657.0, 10699.0, 10664.0, 10604.0, 10629.0, 10650.0, 10639.0, 10581.0, 10619.0, 10648.0, 10629.0, 10617.0, 10579.0, 10666.0, 10631.0, 10617.0, 10606.0, 10683.0, 10631.0, 10611.0, 10558.0, 10654.0, 10608.0, 10602.0, 10627.0, 10644.0, 10632.0, 10580.0, 10617.0, 10628.0, 10614.0, 10591.0, 10661.0, 10664.0, 10642.0, 10606.0, 10641.0, 10654.0, 10644.0, 10603.0, 10665.0, 10668.0, 10640.0, 10603.0, 10676.0, 10633.0, 10618.0, 10587.0, 10649.0, 10630.0, 10601.0, 10603.0, 10629.0, 10626.0, 10589.0, 10586.0, 10653.0, 10629.0, 10616.0, 10583.0, 10645.0, 10632.0, 10617.0, 10592.0, 10662.0, 10633.0, 10589.0, 10599.0, 10624.0, 10614.0, 10596.0, 10620.0, 10646.0, 10631.0, 10602.0, 10576.0, 10623.0, 10651.0, 10658.0, 10649.0, 10624.0, 10679.0, 10713.0, 10683.0, 10656.0, 10609.0, 10672.0, 10672.0, 10659.0, 10628.0, 10690.0, 10657.0, 10610.0, 10595.0, 10661.0, 10631.0, 10603.0, 10608.0, 10647.0, 10638.0, 10588.0, 10616.0, 10653.0, 10641.0, 10612.0, 10614.0, 10647.0, 10629.0, 10604.0, 10586.0, 10662.0, 10647.0, 10619.0, 10608.0, 10649.0, 10650.0, 10620.0, 10607.0, 10594.0, 10646.0, 10633.0, 10612.0, 10662.0, 10695.0, 10636.0, 10580.0, 10633.0, 10668.0, 10658.0, 10628.0, 10621.0, 10619.0, 10617.0, 10577.0, 10642.0, 10613.0, 10600.0, 10585.0, 10637.0, 10629.0, 10575.0, 10665.0, 10630.0, 10600.0, 10600.0, 10622.0, 10607.0, 10568.0, 10627.0, 10614.0, 10591.0, 10609.0, 10619.0, 10588.0, 10541.0, 10591.0, 10604.0, 10606.0, 10568.0, 10639.0, 10645.0, 10630.0, 10592.0, 10665.0, 10627.0, 10590.0, 10626.0, 10663.0, 10661.0, 10622.0, 10663.0, 10613.0, 10600.0, 10577.0, 10643.0, 10626.0, 10612.0, 10632.0, 10668.0, 10617.0, 10586.0, 10688.0, 10665.0, 10634.0, 10600.0, 10621.0, 10669.0, 10637.0, 10628.0, 10647.0, 10669.0, 10640.0, 10626.0, 10647.0, 10629.0, 10616.0, 10598.0, 10645.0, 10609.0, 10588.0, 10614.0, 10623.0, 10594.0, 10582.0, 10638.0, 10607.0, 10595.0, 10588.0, 10646.0, 10619.0, 10589.0, 10561.0, 10652.0, 10616.0, 10593.0, 10595.0, 10675.0, 10637.0, 10619.0, 10574.0, 10612.0, 10622.0, 10597.0, 10586.0, 10644.0, 10615.0, 10615.0, 10616.0, 10632.0, 10597.0, 10565.0, 10619.0, 10602.0, 10588.0, 10536.0, 10619.0, 10571.0, 10624.0, 10603.0, 10649.0, 10652.0, 10640.0, 10626.0, 10622.0, 10680.0, 10665.0, 10665.0, 10657.0, 10704.0, 10670.0, 10650.0, 10660.0, 10562.0, 10743.0, 10617.0, 10532.0, 10626.0, 10595.0, 10569.0, 10540.0, 10608.0, 10586.0, 10572.0, 10541.0, 10598.0, 10583.0, 10562.0, 10544.0, 10567.0, 10540.0, 10524.0, 10499.0, 10544.0, 10512.0, 10469.0, 10539.0, 10526.0, 10476.0, 10540.0, 10523.0, 10513.0, 10488.0, 10543.0, 10547.0, 10540.0, 10528.0, 10596.0, 10595.0, 10583.0, 10545.0, 10535.0, 10627.0, 10604.0, 10594.0, 10569.0, 10641.0, 10627.0, 10589.0, 10614.0, 10659.0, 10631.0, 10599.0, 10662.0, 10629.0, 10615.0, 10573.0, 10657.0, 10630.0, 10622.0, 10624.0, 10664.0, 10636.0, 10605.0, 10666.0, 10616.0, 10602.0, 10602.0, 10642.0, 10632.0, 10573.0, 10659.0, 10616.0, 10603.0, 10601.0, 10632.0, 10611.0, 10582.0, 10657.0, 10719.0, 10708.0, 10635.0, 10603.0, 10561.0, 10533.0, 10626.0, 10599.0, 10548.0, 10596.0, 10613.0, 10619.0, 10582.0, 10653.0, 10627.0, 10596.0, 10554.0, 10620.0, 10619.0, 10612.0, 10586.0, 10671.0, 10648.0, 10618.0, 10652.0, 10649.0, 10601.0, 10577.0, 10638.0, 10609.0, 10572.0, 10640.0, 10627.0, 10597.0, 10615.0, 10627.0, 10609.0, 10571.0, 10624.0, 10608.0, 10562.0, 10617.0, 10604.0, 10596.0, 10553.0, 10610.0, 10603.0, 10569.0, 10584.0, 10617.0, 10589.0, 10607.0, 10589.0, 10661.0, 10651.0, 10636.0, 10616.0, 10670.0, 10651.0, 10628.0, 10584.0, 10678.0, 10632.0, 10610.0, 10635.0, 10661.0, 10638.0, 10601.0, 10633.0, 10654.0, 10636.0, 10611.0, 10601.0, 10685.0, 10654.0, 10631.0, 10609.0, 10665.0, 10641.0, 10626.0, 10642.0, 10680.0, 10651.0, 10667.0, 10692.0, 10700.0, 10674.0, 10640.0, 10687.0, 10603.0, 10564.0, 10590.0, 10580.0, 10604.0, 10573.0, 10562.0, 10596.0, 10582.0, 10551.0, 10635.0, 10620.0, 10651.0, 10593.0, 10596.0, 10654.0, 10622.0, 10609.0, 10590.0, 10648.0, 10658.0, 10621.0, 10554.0, 10535.0, 10550.0, 10509.0, 10482.0, 10514.0, 10561.0, 10524.0, 10494.0, 10524.0, 10533.0, 10581.0, 10572.0, 10575.0, 10541.0, 10540.0, 10624.0, 10612.0, 10599.0, 10576.0, 10633.0, 10618.0, 10568.0, 10546.0, 10615.0, 10618.0, 10588.0, 10550.0, 10623.0, 10626.0, 10622.0, 10589.0, 10627.0, 10629.0, 10612.0, 10587.0, 10604.0, 10660.0, 10633.0, 10597.0, 10685.0, 10652.0, 10613.0, 10664.0, 10652.0, 10638.0, 10654.0, 10666.0, 10638.0, 10584.0, 10639.0, 10632.0, 10632.0, 10597.0, 10678.0, 10653.0, 10635.0, 10626.0, 10670.0, 10634.0, 10600.0, 10648.0, 10650.0, 10619.0, 10600.0, 10649.0, 10634.0, 10595.0, 10629.0, 10646.0, 10617.0, 10590.0, 10661.0, 10632.0, 10622.0, 10589.0, 10647.0, 10628.0, 10591.0, 10659.0, 10646.0, 10617.0, 10590.0, 10647.0, 10618.0, 10575.0, 10641.0, 10643.0, 10619.0, 10589.0, 10645.0, 10630.0, 10608.0, 10640.0, 10653.0, 10637.0, 10597.0, 10667.0, 10651.0, 10637.0, 10602.0, 10670.0, 10650.0, 10641.0, 10609.0, 10685.0, 10621.0, 10651.0, 10606.0, 10659.0, 10642.0, 10627.0, 10592.0, 10644.0, 10645.0, 10620.0, 10581.0, 10631.0, 10645.0, 10637.0, 10608.0, 10676.0, 10652.0, 10619.0, 10583.0, 10652.0, 10628.0, 10616.0, 10610.0, 10644.0, 10633.0, 10609.0, 10651.0, 10684.0, 10663.0, 10635.0, 10636.0, 10686.0, 10670.0, 10648.0, 10633.0, 10685.0, 10641.0, 10622.0, 10687.0, 10661.0, 10623.0, 10609.0, 10659.0, 10630.0, 10616.0, 10597.0, 10654.0, 10623.0, 10614.0, 10587.0, 10645.0, 10644.0, 10641.0, 10621.0, 10590.0, 10643.0, 10629.0, 10616.0, 10604.0, 10681.0, 10637.0, 10610.0, 10614.0, 10643.0, 10616.0, 10578.0, 10664.0, 10644.0, 10623.0, 10583.0, 10652.0, 10637.0, 10622.0, 10583.0, 10679.0, 10656.0, 10641.0, 10608.0, 10683.0, 10654.0, 10633.0, 10628.0, 10673.0, 10642.0, 10607.0, 10657.0, 10657.0, 10648.0, 10613.0, 10684.0, 10632.0, 10610.0, 10609.0, 10664.0, 10640.0, 10611.0, 10626.0, 10649.0, 10642.0, 10612.0, 10653.0, 10666.0, 10654.0, 10614.0, 10688.0, 10660.0, 10640.0, 10601.0, 10658.0, 10653.0, 10619.0, 10611.0, 10680.0, 10652.0, 10643.0, 10601.0, 10675.0, 10671.0, 10642.0, 10606.0, 10619.0, 10664.0, 10640.0, 10629.0, 10668.0, 10671.0, 10641.0, 10615.0, 10660.0, 10614.0, 10605.0, 10620.0, 10643.0, 10615.0, 10580.0, 10629.0, 10627.0, 10623.0, 10596.0, 10670.0, 10654.0, 10630.0, 10591.0, 10672.0, 10663.0, 10642.0, 10598.0, 10668.0, 10641.0, 10645.0, 10630.0, 10686.0, 10645.0, 10631.0, 10618.0, 10671.0, 10651.0, 10617.0, 10657.0, 10652.0, 10634.0, 10580.0, 10671.0, 10674.0, 10663.0, 10632.0, 10691.0, 10634.0, 10615.0, 10599.0, 10661.0, 10637.0, 10610.0, 10638.0, 10672.0, 10640.0, 10604.0, 10638.0, 10657.0, 10636.0, 10597.0, 10654.0, 10649.0, 10619.0, 10575.0, 10629.0, 10644.0, 10632.0, 10582.0, 10648.0, 10663.0, 10632.0, 10604.0, 10597.0, 10652.0, 10647.0, 10639.0, 10593.0, 10641.0, 10670.0, 10659.0, 10617.0, 10673.0, 10658.0, 10624.0, 10602.0, 10689.0, 10670.0, 10639.0, 10604.0, 10669.0, 10645.0, 10631.0, 10635.0, 10714.0, 10671.0, 10650.0, 10628.0, 10711.0, 10681.0, 10667.0, 10629.0, 10704.0, 10646.0, 10635.0, 10659.0, 10675.0, 10641.0, 10624.0, 10651.0, 10635.0, 10626.0, 10618.0, 10691.0, 10644.0, 10627.0, 10600.0, 10666.0, 10655.0, 10641.0, 10603.0, 10671.0, 10638.0, 10619.0, 10635.0, 10668.0, 10646.0, 10618.0, 10610.0, 10668.0, 10626.0, 10609.0, 10607.0, 10634.0, 10693.0, 10664.0, 10654.0, 10627.0, 10636.0, 10677.0, 10640.0, 10601.0, 10663.0, 10653.0, 10646.0, 10617.0, 10662.0, 10619.0, 10605.0, 10592.0, 10645.0, 10613.0, 10587.0, 10600.0, 10628.0, 10620.0, 10591.0, 10623.0, 10629.0, 10603.0, 10566.0, 10613.0, 10623.0, 10611.0, 10602.0, 10668.0, 10635.0, 10605.0, 10582.0, 10651.0, 10620.0, 10607.0, 10612.0, 10664.0, 10627.0, 10585.0, 10666.0, 10630.0, 10620.0, 10635.0, 10666.0, 10637.0, 10610.0, 10592.0, 10668.0, 10646.0, 10672.0, 10683.0, 10724.0, 10688.0, 10674.0, 10698.0, 10694.0, 10626.0, 10619.0, 10580.0, 10555.0, 10614.0, 10598.0, 10600.0, 10651.0, 10623.0, 10585.0, 10645.0, 10620.0, 10563.0, 10621.0, 10623.0, 10622.0, 10617.0, 10620.0, 10579.0, 10570.0, 10526.0, 10535.0, 10530.0, 10521.0, 10565.0, 10529.0, 10485.0, 10482.0, 10522.0, 10510.0, 10495.0, 10547.0, 10537.0, 10535.0, 10545.0, 10564.0, 10592.0, 10560.0, 10552.0, 10555.0, 10625.0, 10594.0, 10582.0, 10539.0, 10628.0, 10584.0, 10583.0, 10558.0, 10631.0, 10595.0, 10531.0, 10540.0, 10590.0, 10578.0, 10534.0, 10614.0, 10583.0, 10572.0, 10546.0, 10614.0, 10585.0, 10576.0, 10582.0, 10641.0, 10610.0, 10569.0, 10606.0, 10615.0, 10593.0, 10566.0, 10637.0, 10611.0, 10584.0, 10606.0, 10620.0, 10621.0, 10588.0, 10622.0, 10645.0, 10613.0, 10601.0, 10584.0, 10644.0, 10624.0, 10583.0, 10616.0, 10608.0, 10598.0, 10584.0, 10652.0, 10616.0, 10574.0, 10615.0, 10608.0, 10579.0, 10592.0, 10620.0, 10613.0, 10586.0, 10658.0, 10628.0, 10606.0, 10616.0, 10656.0, 10660.0, 10658.0, 10681.0, 10608.0, 10610.0, 10650.0, 10629.0, 10602.0, 10586.0, 10637.0, 10594.0, 10556.0, 10618.0, 10587.0, 10553.0, 10585.0, 10598.0, 10567.0, 10510.0, 10613.0, 10596.0, 10602.0, 10556.0, 10561.0, 10604.0, 10592.0, 10565.0, 10594.0, 10640.0, 10622.0, 10633.0, 10683.0, 10628.0, 10625.0, 10636.0, 10612.0, 10568.0, 10619.0, 10602.0, 10567.0, 10575.0, 10554.0, 10538.0, 10635.0, 10603.0, 10576.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.0011270491803278687</td></tr>
<tr><td colspan=3>aqi</td><td>0.020341541256830603</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.07173468307202</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2622566727164988</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.018302374010939</td></tr>
<tr><td colspan=3>efc</td><td>0.5073</td></tr>
<tr><td colspan=3>fber</td><td>5612.9546</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08926082943718079</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.82695810564663</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2794909579051192</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1440315852459397</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5608450298537875</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1335962586156305</td></tr>
<tr><td colspan=3>gcor</td><td>0.0250715</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018838411197066307</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038480158895254135</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.19566482558015</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>17.8049</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.3553</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.068</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288357.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.4096</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0732</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.4404</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4012.7635</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.8256</td></tr>
<tr><td colspan=3>tsnr</td><td>40.022069363854825</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>