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

616 lines
No EOL
124 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-02/func/sub-0064_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>d5a8fd1ea583ac6cb0b2ca471dff75bf</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>08:52:16.360000</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.998913, 0.0437386, 0.016128, -0.0444869, 0.997788, 0.0493986]</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_brain_imaging_center</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.0871603</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>[4117, -7717, -7235, 588, -97, -58, 27, 133]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3cce125a-5e6f-4ffa-a876-f60d758ca214||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.6800100803375244, -0.11935500055551529, 0.037615496665239334, 118.99472045898438], [-0.1173473373055458, 2.6769919395446777, 0.13516847789287567, -91.03534698486328], [0.04327015578746796, -0.13253289461135864, 2.696352005004883, -59.009254455566406], [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': ['085216.360000', '085216.820000', '085217.280000', '085217.740000', '085218.200000', '085218.660000', '085219.120000', '085219.580000', '085220.040000', '085220.500000', '085220.960000', '085221.420000', '085221.880000', '085222.340000', '085222.800000', '085223.260000', '085223.720000', '085224.180000', '085224.640000', '085225.100000', '085225.560000', '085226.020000', '085226.480000', '085226.940000', '085227.400000', '085227.860000', '085228.320000', '085228.780000', '085229.240000', '085229.700000', '085230.160000', '085230.620000', '085231.080000', '085231.540000', '085232.000000', '085232.460000', '085232.920000', '085233.380000', '085233.840000', '085234.300000', '085234.760000', '085235.220000', '085235.680000', '085236.140000', '085236.600000', '085237.060000', '085237.520000', '085237.980000', '085238.440000', '085238.900000', '085239.360000', '085239.820000', '085240.280000', '085240.740000', '085241.200000', '085241.660000', '085242.120000', '085242.580000', '085243.040000', '085243.500000', '085243.960000', '085244.420000', '085244.880000', '085245.340000', '085245.800000', '085246.260000', '085246.720000', '085247.180000', '085247.640000', '085248.100000', '085248.560000', '085249.020000', '085249.480000', '085249.940000', '085250.400000', '085250.860000', '085251.320000', '085251.780000', '085252.240000', '085252.700000', '085253.160000', '085253.620000', '085254.080000', '085254.540000', '085255.000000', '085255.460000', '085255.920000', '085256.380000', '085256.840000', '085257.300000', '085257.760000', '085258.220000', '085258.680000', '085259.140000', '085259.600000', '085300.060000', '085300.520000', '085300.980000', '085301.440000', '085301.900000', '085302.360000', '085302.820000', '085303.280000', '085303.740000', '085304.200000', '085304.660000', '085305.120000', '085305.580000', '085306.040000', '085306.500000', '085306.960000', '085307.420000', '085307.880000', '085308.340000', '085308.800000', '085309.260000', '085309.720000', '085310.180000', '085310.640000', '085311.100000', '085311.560000', '085312.020000', '085312.480000', '085312.940000', '085313.400000', '085313.860000', '085314.320000', '085314.780000', '085315.240000', '085315.700000', '085316.160000', '085316.620000', '085317.080000', '085317.540000', '085318.000000', '085318.460000', '085318.920000', '085319.380000', '085319.840000', '085320.300000', '085320.760000', '085321.220000', '085321.680000', '085322.140000', '085322.600000', '085323.060000', '085323.520000', '085323.980000', '085324.440000', '085324.900000', '085325.360000', '085325.820000', '085326.280000', '085326.740000', '085327.200000', '085327.660000', '085328.120000', '085328.580000', '085329.040000', '085329.500000', '085329.960000', '085330.420000', '085330.880000', '085331.340000', '085331.800000', '085332.260000', '085332.720000', '085333.180000', '085333.640000', '085334.100000', '085334.560000', '085335.020000', '085335.480000', '085335.940000', '085336.400000', '085336.860000', '085337.320000', '085337.780000', '085338.240000', '085338.700000', '085339.160000', '085339.620000', '085340.080000', '085340.540000', '085341.000000', '085341.460000', '085341.920000', '085342.380000', '085342.840000', '085343.300000', '085343.760000', '085344.220000', '085344.680000', '085345.140000', '085345.600000', '085346.060000', '085346.520000', '085346.980000', '085347.440000', '085347.900000', '085348.360000', '085348.820000', '085349.280000', '085349.740000', '085350.200000', '085350.660000', '085351.120000', '085351.580000', '085352.040000', '085352.500000', '085352.960000', '085353.420000', '085353.880000', '085354.340000', '085354.800000', '085355.260000', '085355.720000', '085356.180000', '085356.640000', '085357.100000', '085357.560000', '085358.020000', '085358.480000', '085358.940000', '085359.400000', '085359.860000', '085400.320000', '085400.780000', '085401.240000', '085401.700000', '085402.160000', '085402.620000', '085403.080000', '085403.540000', '085404.000000', '085404.460000', '085404.920000', '085405.380000', '085405.840000', '085406.300000', '085406.760000', '085407.220000', '085407.680000', '085408.140000', '085408.600000', '085409.060000', '085409.520000', '085409.980000', '085410.440000', '085410.900000', '085411.360000', '085411.820000', '085412.280000', '085412.740000', '085413.200000', '085413.660000', '085414.120000', '085414.580000', '085415.040000', '085415.500000', '085415.960000', '085416.420000', '085416.880000', '085417.340000', '085417.800000', '085418.260000', '085418.720000', '085419.180000', '085419.640000', '085420.100000', '085420.560000', '085421.020000', '085421.480000', '085421.940000', '085422.400000', '085422.860000', '085423.320000', '085423.780000', '085424.240000', '085424.700000', '085425.160000', '085425.620000', '085426.080000', '085426.540000', '085427.000000', '085427.460000', '085427.920000', '085428.380000', '085428.840000', '085429.300000', '085429.760000', '085430.220000', '085430.680000', '085431.140000', '085431.600000', '085432.060000', '085432.520000', '085432.980000', '085433.440000', '085433.900000', '085434.360000', '085434.820000', '085435.280000', '085435.740000', '085436.200000', '085436.660000', '085437.120000', '085437.580000', '085438.040000', '085438.500000', '085438.960000', '085439.420000', '085439.880000', '085440.340000', '085440.800000', '085441.260000', '085441.720000', '085442.180000', '085442.640000', '085443.100000', '085443.560000', '085444.020000', '085444.480000', '085444.940000', '085445.400000', '085445.860000', '085446.320000', '085446.780000', '085447.240000', '085447.700000', '085448.160000', '085448.620000', '085449.080000', '085449.540000', '085450.000000', '085450.460000', '085450.920000', '085451.380000', '085451.840000', '085452.300000', '085452.760000', '085453.220000', '085453.680000', '085454.140000', '085454.600000', '085455.060000', '085455.520000', '085455.980000', '085456.440000', '085456.900000', '085457.360000', '085457.820000', '085458.280000', '085458.740000', '085459.200000', '085459.660000', '085500.120000', '085500.580000', '085501.040000', '085501.500000', '085501.960000', '085502.420000', '085502.880000', '085503.340000', '085503.800000', '085504.260000', '085504.720000', '085505.180000', '085505.640000', '085506.100000', '085506.560000', '085507.020000', '085507.480000', '085507.940000', '085508.400000', '085508.860000', '085509.320000', '085509.780000', '085510.240000', '085510.700000', '085511.160000', '085511.620000', '085512.080000', '085512.540000', '085513.000000', '085513.460000', '085513.920000', '085514.380000', '085514.840000', '085515.300000', '085515.760000', '085516.220000', '085516.680000', '085517.140000', '085517.600000', '085518.060000', '085518.520000', '085518.980000', '085519.440000', '085519.900000', '085520.360000', '085520.820000', '085521.280000', '085521.740000', '085522.200000', '085522.660000', '085523.120000', '085523.580000', '085524.040000', '085524.500000', '085524.960000', '085525.420000', '085525.880000', '085526.340000', '085526.800000', '085527.260000', '085527.720000', '085528.180000', '085528.640000', '085529.100000', '085529.560000', '085530.020000', '085530.480000', '085530.940000', '085531.400000', '085531.860000', '085532.320000', '085532.780000', '085533.240000', '085533.700000', '085534.160000', '085534.620000', '085535.080000', '085535.540000', '085536.000000', '085536.460000', '085536.920000', '085537.380000', '085537.840000', '085538.300000', '085538.760000', '085539.220000', '085539.680000', '085540.140000', '085540.600000', '085541.060000', '085541.520000', '085541.980000', '085542.440000', '085542.900000', '085543.360000', '085543.820000', '085544.280000', '085544.740000', '085545.200000', '085545.660000', '085546.120000', '085546.580000', '085547.040000', '085547.500000', '085547.960000', '085548.420000', '085548.880000', '085549.340000', '085549.800000', '085550.260000', '085550.720000', '085551.180000', '085551.640000', '085552.100000', '085552.560000', '085553.020000', '085553.480000', '085553.940000', '085554.400000', '085554.860000', '085555.320000', '085555.780000', '085556.240000', '085556.700000', '085557.160000', '085557.620000', '085558.080000', '085558.540000', '085559.000000', '085559.460000', '085559.920000', '085600.380000', '085600.840000', '085601.300000', '085601.760000', '085602.220000', '085602.680000', '085603.140000', '085603.600000', '085604.060000', '085604.520000', '085604.980000', '085605.440000', '085605.900000', '085606.360000', '085606.820000', '085607.280000', '085607.740000', '085608.200000', '085608.660000', '085609.120000', '085609.580000', '085610.040000', '085610.500000', '085610.960000', '085611.420000', '085611.880000', '085612.340000', '085612.800000', '085613.260000', '085613.720000', '085614.180000', '085614.640000', '085615.100000', '085615.560000', '085616.020000', '085616.480000', '085616.940000', '085617.400000', '085617.860000', '085618.320000', '085618.780000', '085619.240000', '085619.700000', '085620.160000', '085620.620000', '085621.080000', '085621.540000', '085622.000000', '085622.460000', '085622.920000', '085623.380000', '085623.840000', '085624.300000', '085624.760000', '085625.220000', '085625.680000', '085626.140000', '085626.600000', '085627.060000', '085627.520000', '085627.980000', '085628.440000', '085628.900000', '085629.360000', '085629.820000', '085630.280000', '085630.740000', '085631.200000', '085631.660000', '085632.120000', '085632.580000', '085633.040000', '085633.500000', '085633.960000', '085634.420000', '085634.880000', '085635.340000', '085635.800000', '085636.260000', '085636.720000', '085637.180000', '085637.640000', '085638.100000', '085638.560000', '085639.020000', '085639.480000', '085639.940000', '085640.400000', '085640.860000', '085641.320000', '085641.780000', '085642.240000', '085642.700000', '085643.160000', '085643.620000', '085644.080000', '085644.540000', '085645.000000', '085645.460000', '085645.920000', '085646.380000', '085646.840000', '085647.300000', '085647.760000', '085648.220000', '085648.680000', '085649.140000', '085649.600000', '085650.060000', '085650.520000', '085650.980000', '085651.440000', '085651.900000', '085652.360000', '085652.820000', '085653.280000', '085653.740000', '085654.200000', '085654.660000', '085655.120000', '085655.580000', '085656.040000', '085656.500000', '085656.960000', '085657.420000', '085657.880000', '085658.340000', '085658.800000', '085659.260000', '085659.720000', '085700.180000', '085700.640000', '085701.100000', '085701.560000', '085702.020000', '085702.480000', '085702.940000', '085703.400000', '085703.860000', '085704.320000', '085704.780000', '085705.240000', '085705.700000', '085706.160000', '085706.620000', '085707.080000', '085707.540000', '085708.000000', '085708.460000', '085708.920000', '085709.380000', '085709.840000', '085710.300000', '085710.760000', '085711.220000', '085711.680000', '085712.140000', '085712.600000', '085713.060000', '085713.520000', '085713.980000', '085714.440000', '085714.900000', '085715.360000', '085715.820000', '085716.280000', '085716.740000', '085717.200000', '085717.660000', '085718.120000', '085718.580000', '085719.040000', '085719.500000', '085719.960000', '085720.420000', '085720.880000', '085721.340000', '085721.800000', '085722.260000', '085722.720000', '085723.180000', '085723.640000', '085724.100000', '085724.560000', '085725.020000', '085725.480000', '085725.940000', '085726.400000', '085726.860000', '085727.320000', '085727.780000', '085728.240000', '085728.700000', '085729.160000', '085729.620000', '085730.080000', '085730.540000', '085731.000000', '085731.460000', '085731.920000', '085732.380000', '085732.840000', '085733.300000', '085733.760000', '085734.220000', '085734.680000', '085735.140000', '085735.600000', '085736.060000', '085736.520000', '085736.980000', '085737.440000', '085737.900000', '085738.360000', '085738.820000', '085739.280000', '085739.740000', '085740.200000', '085740.660000', '085741.120000', '085741.580000', '085742.040000', '085742.500000', '085742.960000', '085743.420000', '085743.880000', '085744.340000', '085744.800000', '085745.260000', '085745.720000', '085746.180000', '085746.640000', '085747.100000', '085747.560000', '085748.020000', '085748.480000', '085748.940000', '085749.400000', '085749.860000', '085750.320000', '085750.780000', '085751.240000', '085751.700000', '085752.160000', '085752.620000', '085753.080000', '085753.540000', '085754.000000', '085754.460000', '085754.920000', '085755.380000', '085755.840000', '085756.300000', '085756.760000', '085757.220000', '085757.680000', '085758.140000', '085758.600000', '085759.060000', '085759.520000', '085759.980000', '085800.440000', '085800.900000', '085801.360000', '085801.820000', '085802.280000', '085802.740000', '085803.200000', '085803.660000', '085804.120000', '085804.580000', '085805.040000', '085805.500000', '085805.960000', '085806.420000', '085806.880000', '085807.340000', '085807.800000', '085808.260000', '085808.720000', '085809.180000', '085809.640000', '085810.100000', '085810.560000', '085811.020000', '085811.480000', '085811.940000', '085812.400000', '085812.860000', '085813.320000', '085813.780000', '085814.240000', '085814.700000', '085815.160000', '085815.620000', '085816.080000', '085816.540000', '085817.000000', '085817.460000', '085817.920000', '085818.380000', '085818.840000', '085819.300000', '085819.760000', '085820.220000', '085820.680000', '085821.140000', '085821.600000', '085822.060000', '085822.520000', '085822.980000', '085823.440000', '085823.900000', '085824.360000', '085824.820000', '085825.280000', '085825.740000', '085826.200000', '085826.660000', '085827.120000', '085827.580000', '085828.040000', '085828.500000', '085828.960000', '085829.420000', '085829.880000', '085830.340000', '085830.800000', '085831.260000', '085831.720000', '085832.180000', '085832.640000', '085833.100000', '085833.560000', '085834.020000', '085834.480000', '085834.940000', '085835.400000', '085835.860000', '085836.320000', '085836.780000', '085837.240000', '085837.700000', '085838.160000', '085838.620000', '085839.080000', '085839.540000', '085840.000000', '085840.460000', '085840.920000', '085841.380000', '085841.840000', '085842.300000', '085842.760000', '085843.220000', '085843.680000', '085844.140000', '085844.600000', '085845.060000', '085845.520000', '085845.980000', '085846.440000', '085846.900000', '085847.360000', '085847.820000', '085848.280000', '085848.740000', '085849.200000', '085849.660000', '085850.120000', '085850.580000', '085851.040000', '085851.500000', '085851.960000', '085852.420000', '085852.880000', '085853.340000', '085853.800000', '085854.260000', '085854.720000', '085855.180000', '085855.640000', '085856.100000', '085856.560000', '085857.020000', '085857.480000', '085857.940000', '085858.400000', '085858.860000', '085859.320000', '085859.780000', '085900.240000', '085900.700000', '085901.160000', '085901.620000', '085902.080000', '085902.540000', '085903.000000', '085903.460000', '085903.920000', '085904.380000', '085904.840000', '085905.300000', '085905.760000', '085906.220000', '085906.680000', '085907.140000', '085907.600000', '085908.060000', '085908.520000', '085908.980000', '085909.440000', '085909.900000', '085910.360000', '085910.820000', '085911.280000', '085911.740000', '085912.200000', '085912.660000', '085913.120000', '085913.580000', '085914.040000', '085914.500000', '085914.960000', '085915.420000', '085915.880000', '085916.340000', '085916.800000', '085917.260000', '085917.720000', '085918.180000', '085918.640000', '085919.100000', '085919.560000', '085920.020000', '085920.480000', '085920.940000', '085921.400000', '085921.860000', '085922.320000', '085922.780000', '085923.240000', '085923.700000', '085924.160000', '085924.620000', '085925.080000', '085925.540000', '085926.000000', '085926.460000', '085926.920000', '085927.380000', '085927.840000', '085928.300000', '085928.760000', '085929.220000', '085929.680000', '085930.140000', '085930.600000', '085931.060000', '085931.520000', '085931.980000', '085932.440000', '085932.900000', '085933.360000', '085933.820000', '085934.280000', '085934.740000', '085935.200000', '085935.660000', '085936.120000', '085936.580000', '085937.040000', '085937.500000', '085937.960000', '085938.420000', '085938.880000', '085939.340000', '085939.800000', '085940.260000', '085940.720000', '085941.180000', '085941.640000', '085942.100000', '085942.560000', '085943.020000', '085943.480000', '085943.940000', '085944.400000', '085944.860000', '085945.320000', '085945.780000', '085946.240000', '085946.700000', '085947.160000', '085947.620000', '085948.080000', '085948.540000', '085949.000000', '085949.460000', '085949.920000', '085950.380000', '085950.840000', '085951.300000', '085951.760000', '085952.220000', '085952.680000', '085953.140000', '085953.600000', '085954.060000', '085954.520000', '085954.980000', '085955.440000', '085955.900000', '085956.360000', '085956.820000', '085957.280000', '085957.740000', '085958.200000', '085958.660000', '085959.120000', '085959.580000', '090000.040000', '090000.500000', '090000.960000', '090001.420000', '090001.880000', '090002.340000', '090002.800000', '090003.260000', '090003.720000', '090004.180000', '090004.640000', '090005.100000', '090005.560000', '090006.020000', '090006.480000', '090006.940000', '090007.400000', '090007.860000', '090008.320000', '090008.780000', '090009.240000', '090009.700000', '090010.160000', '090010.620000', '090011.080000', '090011.540000', '090012.000000', '090012.460000', '090012.920000', '090013.380000', '090013.840000', '090014.300000', '090014.760000', '090015.220000', '090015.680000', '090016.140000', '090016.600000', '090017.060000', '090017.520000', '090017.980000', '090018.440000', '090018.900000', '090019.360000', '090019.820000', '090020.280000', '090020.740000', '090021.200000', '090021.660000', '090022.120000', '090022.580000', '090023.040000', '090023.500000', '090023.960000', '090024.420000', '090024.880000', '090025.340000', '090025.800000', '090026.260000', '090026.720000', '090027.180000', '090027.640000', '090028.100000', '090028.560000', '090029.020000', '090029.480000', '090029.940000', '090030.400000', '090030.860000', '090031.320000', '090031.780000', '090032.240000', '090032.700000', '090033.160000', '090033.620000', '090034.080000', '090034.540000', '090035.000000', '090035.460000', '090035.920000', '090036.380000', '090036.840000', '090037.300000', '090037.760000', '090038.220000', '090038.680000', '090039.140000', '090039.600000', '090040.060000', '090040.520000', '090040.980000'], 'ContentTime': ['085229.642000', '085229.645000', '085229.648000', '085229.651000', '085229.653000', '085229.664000', '085229.667000', '085229.685000', '085229.688000', '085229.690000', '085229.693000', '085229.696000', '085229.698000', '085229.701000', '085229.703000', '085229.706000', '085229.709000', '085229.711000', '085229.714000', '085229.717000', '085229.719000', '085229.722000', '085229.724000', '085229.727000', '085229.729000', '085229.732000', '085249.611000', '085249.615000', '085249.617000', '085249.620000', '085249.622000', '085249.625000', '085249.628000', '085249.630000', '085249.633000', '085249.635000', '085249.638000', '085249.641000', '085249.645000', '085249.648000', '085249.650000', '085249.653000', '085249.655000', '085249.658000', '085249.661000', '085249.663000', '085249.666000', '085249.668000', '085249.671000', '085249.674000', '085249.676000', '085249.679000', '085249.681000', '085249.684000', '085249.686000', '085249.689000', '085249.692000', '085249.695000', '085249.697000', '085249.700000', '085249.702000', '085249.705000', '085249.708000', '085249.710000', '085249.713000', '085249.716000', '085249.718000', '085249.721000', '085249.724000', '085249.726000', '085309.612000', '085309.614000', '085309.617000', '085309.620000', '085309.623000', '085309.625000', '085309.628000', '085309.630000', '085309.633000', '085309.635000', '085309.638000', '085309.641000', '085309.643000', '085309.646000', '085309.649000', '085309.652000', '085309.654000', '085309.657000', '085309.660000', '085309.662000', '085309.665000', '085309.668000', '085309.670000', '085309.673000', '085309.676000', '085309.678000', '085309.681000', '085309.683000', '085309.687000', '085309.691000', '085309.693000', '085309.696000', '085309.698000', '085309.701000', '085309.704000', '085309.706000', '085309.709000', '085309.712000', '085309.714000', '085309.720000', '085309.723000', '085309.726000', '085309.739000', '085329.610000', '085329.613000', '085329.616000', '085329.619000', '085329.629000', '085329.631000', '085329.634000', '085329.636000', '085329.640000', '085329.642000', '085329.645000', '085329.647000', '085329.650000', '085329.653000', '085329.655000', '085329.658000', '085329.661000', '085329.663000', '085329.666000', '085329.668000', '085329.671000', '085329.674000', '085329.676000', '085329.679000', '085329.682000', '085329.684000', '085329.687000', '085329.689000', '085329.692000', '085329.695000', '085329.697000', '085329.700000', '085329.703000', '085329.705000', '085329.708000', '085329.710000', '085329.713000', '085329.716000', '085329.718000', '085329.721000', '085329.723000', '085329.726000', '085329.729000', '085329.731000', '085349.610000', '085349.613000', '085349.616000', '085349.619000', '085349.621000', '085349.624000', '085349.627000', '085349.629000', '085349.633000', '085349.635000', '085349.638000', '085349.641000', '085349.643000', '085349.646000', '085349.649000', '085349.651000', '085349.654000', '085349.656000', '085349.659000', '085349.662000', '085349.665000', '085349.668000', '085349.671000', '085349.673000', '085349.676000', '085349.679000', '085349.681000', '085349.684000', '085349.687000', '085349.689000', '085349.692000', '085349.694000', '085349.697000', '085349.700000', '085349.702000', '085349.705000', '085349.708000', '085349.710000', '085349.713000', '085349.716000', '085349.718000', '085349.721000', '085349.724000', '085409.611000', '085409.614000', '085409.617000', '085409.620000', '085409.622000', '085409.625000', '085409.627000', '085409.630000', '085409.633000', '085409.635000', '085409.638000', '085409.641000', '085409.643000', '085409.646000', '085409.649000', '085409.651000', '085409.654000', '085409.657000', '085409.659000', '085409.662000', '085409.664000', '085409.667000', '085409.670000', '085409.672000', '085409.675000', '085409.677000', '085409.680000', '085409.683000', '085409.686000', '085409.688000', '085409.691000', '085409.694000', '085409.696000', '085409.699000', '085409.701000', '085409.704000', '085409.707000', '085409.709000', '085409.712000', '085409.715000', '085409.717000', '085409.720000', '085409.723000', '085409.725000', '085429.612000', '085429.615000', '085429.617000', '085429.620000', '085429.622000', '085429.625000', '085429.628000', '085429.630000', '085429.633000', '085429.636000', '085429.638000', '085429.641000', '085429.644000', '085429.646000', '085429.649000', '085429.652000', '085429.654000', '085429.657000', '085429.660000', '085429.662000', '085429.665000', '085429.667000', '085429.670000', '085429.673000', '085429.675000', '085429.678000', '085429.681000', '085429.683000', '085429.686000', '085429.688000', '085429.691000', '085429.694000', '085429.696000', '085429.699000', '085429.702000', '085429.704000', '085429.707000', '085429.709000', '085429.712000', '085429.715000', '085429.717000', '085429.720000', '085429.723000', '085449.611000', '085449.614000', '085449.617000', '085449.620000', '085449.622000', '085449.625000', '085449.628000', '085449.630000', '085449.633000', '085449.636000', '085449.639000', '085449.641000', '085449.644000', '085449.647000', '085449.649000', '085449.652000', '085449.655000', '085449.657000', '085449.660000', '085449.663000', '085449.665000', '085449.668000', '085449.670000', '085449.673000', '085449.687000', '085449.690000', '085449.692000', '085449.695000', '085449.698000', '085449.700000', '085449.703000', '085449.706000', '085449.708000', '085449.711000', '085449.713000', '085449.716000', '085449.719000', '085449.721000', '085449.724000', '085449.727000', '085449.729000', '085449.732000', '085449.734000', '085449.737000', '085509.611000', '085509.614000', '085509.617000', '085509.619000', '085509.622000', '085509.625000', '085509.627000', '085509.630000', '085509.633000', '085509.635000', '085509.638000', '085509.641000', '085509.643000', '085509.646000', '085509.649000', '085509.651000', '085509.654000', '085509.656000', '085509.659000', '085509.662000', '085509.664000', '085509.667000', '085509.669000', '085509.672000', '085509.675000', '085509.677000', '085509.680000', '085509.683000', '085509.685000', '085509.688000', '085509.691000', '085509.693000', '085509.696000', '085509.698000', '085509.701000', '085509.704000', '085509.706000', '085509.709000', '085509.712000', '085509.714000', '085509.717000', '085509.720000', '085509.722000', '085529.612000', '085529.615000', '085529.617000', '085529.620000', '085529.622000', '085529.625000', '085529.628000', '085529.630000', '085529.633000', '085529.636000', '085529.638000', '085529.641000', '085529.644000', '085529.646000', '085529.649000', '085529.651000', '085529.654000', '085529.657000', '085529.659000', '085529.662000', '085529.665000', '085529.667000', '085529.670000', '085529.673000', '085529.675000', '085529.678000', '085529.681000', '085529.683000', '085529.686000', '085529.688000', '085529.691000', '085529.694000', '085529.696000', '085529.699000', '085529.701000', '085529.704000', '085529.707000', '085529.709000', '085529.712000', '085529.715000', '085529.717000', '085529.720000', '085529.723000', '085529.725000', '085549.610000', '085549.613000', '085549.616000', '085549.619000', '085549.621000', '085549.624000', '085549.627000', '085549.629000', '085549.632000', '085549.634000', '085549.637000', '085549.640000', '085549.642000', '085549.645000', '085549.648000', '085549.650000', '085549.653000', '085549.656000', '085549.658000', '085549.661000', '085549.663000', '085549.666000', '085549.669000', '085549.671000', '085549.674000', '085549.677000', '085549.679000', '085549.682000', '085549.685000', '085549.687000', '085549.690000', '085549.693000', '085549.695000', '085549.698000', '085549.700000', '085549.703000', '085549.706000', '085549.708000', '085549.711000', '085549.714000', '085549.716000', '085549.719000', '085549.722000', '085609.611000', '085609.614000', '085609.617000', '085609.619000', '085609.622000', '085609.625000', '085609.628000', '085609.630000', '085609.633000', '085609.636000', '085609.638000', '085609.641000', '085609.644000', '085609.646000', '085609.649000', '085609.652000', '085609.654000', '085609.657000', '085609.660000', '085609.662000', '085609.665000', '085609.668000', '085609.670000', '085609.673000', '085609.675000', '085609.678000', '085609.681000', '085609.683000', '085609.686000', '085609.689000', '085609.691000', '085609.694000', '085609.697000', '085609.699000', '085609.702000', '085609.705000', '085609.707000', '085609.710000', '085609.712000', '085609.715000', '085609.718000', '085609.720000', '085609.730000', '085609.732000', '085629.612000', '085629.614000', '085629.617000', '085629.620000', '085629.622000', '085629.637000', '085629.640000', '085629.643000', '085629.645000', '085629.648000', '085629.651000', '085629.653000', '085629.656000', '085629.658000', '085629.661000', '085629.664000', '085629.666000', '085629.669000', '085629.672000', '085629.674000', '085629.677000', '085629.680000', '085629.683000', '085629.685000', '085629.688000', '085629.690000', '085629.693000', '085629.696000', '085629.698000', '085629.701000', '085629.703000', '085629.706000', '085629.709000', '085629.711000', '085629.714000', '085629.717000', '085629.719000', '085629.722000', '085629.725000', '085629.727000', '085629.730000', '085629.732000', '085629.735000', '085649.612000', '085649.614000', '085649.617000', '085649.620000', '085649.623000', '085649.625000', '085649.628000', '085649.631000', '085649.633000', '085649.636000', '085649.638000', '085649.641000', '085649.644000', '085649.646000', '085649.649000', '085649.652000', '085649.654000', '085649.657000', '085649.660000', '085649.662000', '085649.665000', '085649.668000', '085649.670000', '085649.673000', '085649.676000', '085649.678000', '085649.681000', '085649.684000', '085649.686000', '085649.689000', '085649.692000', '085649.694000', '085649.697000', '085649.700000', '085649.702000', '085649.705000', '085649.707000', '085649.710000', '085649.713000', '085649.715000', '085649.718000', '085649.721000', '085649.723000', '085649.726000', '085709.612000', '085709.615000', '085709.617000', '085709.620000', '085709.623000', '085709.625000', '085709.628000', '085709.631000', '085709.633000', '085709.636000', '085709.639000', '085709.641000', '085709.644000', '085709.647000', '085709.649000', '085709.652000', '085709.654000', '085709.657000', '085709.660000', '085709.663000', '085709.665000', '085709.668000', '085709.671000', '085709.674000', '085709.676000', '085709.679000', '085709.682000', '085709.684000', '085709.687000', '085709.690000', '085709.692000', '085709.695000', '085709.697000', '085709.700000', '085709.703000', '085709.706000', '085709.708000', '085709.711000', '085709.714000', '085709.716000', '085709.719000', '085709.722000', '085709.724000', '085729.612000', '085729.615000', '085729.617000', '085729.620000', '085729.623000', '085729.625000', '085729.628000', '085729.631000', '085729.633000', '085729.636000', '085729.639000', '085729.641000', '085729.644000', '085729.646000', '085729.649000', '085729.652000', '085729.654000', '085729.657000', '085729.660000', '085729.662000', '085729.665000', '085729.668000', '085729.670000', '085729.673000', '085729.676000', '085729.678000', '085729.681000', '085729.684000', '085729.686000', '085729.689000', '085729.692000', '085729.694000', '085729.697000', '085729.699000', '085729.702000', '085729.705000', '085729.707000', '085729.710000', '085729.712000', '085729.715000', '085729.718000', '085729.720000', '085729.723000', '085729.726000', '085749.612000', '085749.615000', '085749.617000', '085749.620000', '085749.623000', '085749.626000', '085749.628000', '085749.631000', '085749.634000', '085749.637000', '085749.639000', '085749.642000', '085749.645000', '085749.648000', '085749.650000', '085749.663000', '085749.666000', '085749.668000', '085749.671000', '085749.673000', '085749.676000', '085749.679000', '085749.681000', '085749.684000', '085749.687000', '085749.689000', '085749.692000', '085749.695000', '085749.697000', '085749.700000', '085749.703000', '085749.705000', '085749.708000', '085749.711000', '085749.713000', '085749.716000', '085749.719000', '085749.721000', '085749.724000', '085749.726000', '085749.729000', '085749.732000', '085749.734000', '085809.611000', '085809.614000', '085809.616000', '085809.619000', '085809.622000', '085809.624000', '085809.627000', '085809.630000', '085809.632000', '085809.635000', '085809.638000', '085809.640000', '085809.643000', '085809.646000', '085809.648000', '085809.651000', '085809.653000', '085809.659000', '085809.662000', '085809.665000', '085809.667000', '085809.670000', '085809.673000', '085809.675000', '085809.678000', '085809.681000', '085809.683000', '085809.686000', '085809.688000', '085809.691000', '085809.694000', '085809.696000', '085809.699000', '085809.702000', '085809.704000', '085809.707000', '085809.710000', '085809.712000', '085809.715000', '085809.718000', '085809.720000', '085809.723000', '085809.726000', '085809.728000', '085829.612000', '085829.614000', '085829.617000', '085829.620000', '085829.623000', '085829.625000', '085829.628000', '085829.631000', '085829.634000', '085829.636000', '085829.639000', '085829.641000', '085829.644000', '085829.647000', '085829.649000', '085829.652000', '085829.656000', '085829.659000', '085829.661000', '085829.664000', '085829.667000', '085829.669000', '085829.672000', '085829.675000', '085829.677000', '085829.680000', '085829.682000', '085829.685000', '085829.688000', '085829.691000', '085829.693000', '085829.696000', '085829.698000', '085829.701000', '085829.704000', '085829.706000', '085829.709000', '085829.712000', '085829.714000', '085829.717000', '085829.719000', '085829.722000', '085829.725000', '085849.612000', '085849.614000', '085849.617000', '085849.620000', '085849.622000', '085849.625000', '085849.628000', '085849.630000', '085849.633000', '085849.636000', '085849.638000', '085849.641000', '085849.644000', '085849.646000', '085849.649000', '085849.652000', '085849.654000', '085849.657000', '085849.660000', '085849.662000', '085849.665000', '085849.668000', '085849.670000', '085849.673000', '085849.675000', '085849.678000', '085849.681000', '085849.683000', '085849.686000', '085849.689000', '085849.691000', '085849.694000', '085849.697000', '085849.699000', '085849.702000', '085849.705000', '085849.707000', '085849.710000', '085849.713000', '085849.715000', '085849.718000', '085849.720000', '085849.723000', '085849.726000', '085909.612000', '085909.615000', '085909.618000', '085909.620000', '085909.623000', '085909.626000', '085909.628000', '085909.631000', '085909.633000', '085909.636000', '085909.639000', '085909.641000', '085909.644000', '085909.647000', '085909.650000', '085909.652000', '085909.655000', '085909.657000', '085909.660000', '085909.663000', '085909.665000', '085909.668000', '085909.671000', '085909.673000', '085909.676000', '085909.678000', '085909.690000', '085909.692000', '085909.695000', '085909.697000', '085909.700000', '085909.703000', '085909.705000', '085909.708000', '085909.711000', '085909.713000', '085909.716000', '085909.719000', '085909.721000', '085909.724000', '085909.727000', '085909.738000', '085909.740000', '085929.612000', '085929.615000', '085929.617000', '085929.620000', '085929.623000', '085929.625000', '085929.628000', '085929.630000', '085929.633000', '085929.636000', '085929.638000', '085929.641000', '085929.644000', '085929.647000', '085929.650000', '085929.653000', '085929.655000', '085929.658000', '085929.660000', '085929.663000', '085929.666000', '085929.668000', '085929.671000', '085929.674000', '085929.676000', '085929.679000', '085929.681000', '085929.684000', '085929.687000', '085929.689000', '085929.692000', '085929.695000', '085929.697000', '085929.700000', '085929.703000', '085929.705000', '085929.708000', '085929.711000', '085929.713000', '085929.716000', '085929.719000', '085929.721000', '085929.724000', '085949.612000', '085949.614000', '085949.617000', '085949.620000', '085949.623000', '085949.625000', '085949.628000', '085949.631000', '085949.633000', '085949.636000', '085949.638000', '085949.641000', '085949.644000', '085949.646000', '085949.649000', '085949.652000', '085949.654000', '085949.657000', '085949.660000', '085949.662000', '085949.665000', '085949.667000', '085949.670000', '085949.673000', '085949.675000', '085949.678000', '085949.681000', '085949.684000', '085949.686000', '085949.689000', '085949.692000', '085949.694000', '085949.697000', '085949.699000', '085949.702000', '085949.705000', '085949.707000', '085949.710000', '085949.712000', '085949.715000', '085949.718000', '085949.720000', '085949.723000', '085949.726000', '090009.612000', '090009.615000', '090009.617000', '090009.620000', '090009.623000', '090009.626000', '090009.634000', '090009.637000', '090009.640000', '090009.643000', '090009.645000', '090009.648000', '090009.651000', '090009.654000', '090009.656000', '090009.659000', '090009.662000', '090009.664000', '090009.667000', '090009.670000', '090009.672000', '090009.675000', '090009.678000', '090009.680000', '090009.683000', '090009.686000', '090009.688000', '090009.691000', '090009.694000', '090009.697000', '090009.699000', '090009.702000', '090009.705000', '090009.708000', '090009.710000', '090009.713000', '090009.716000', '090009.719000', '090009.722000', '090009.725000', '090009.728000', '090009.731000', '090009.734000', '090029.611000', '090029.614000', '090029.617000', '090029.619000', '090029.622000', '090029.625000', '090029.627000', '090029.630000', '090029.632000', '090029.635000', '090029.638000', '090029.641000', '090029.643000', '090029.646000', '090029.649000', '090029.651000', '090029.654000', '090029.657000', '090029.659000', '090029.662000', '090029.665000', '090029.667000', '090029.670000', '090029.673000', '090029.675000', '090029.678000', '090029.681000', '090029.683000', '090029.686000', '090029.689000', '090029.691000', '090029.694000', '090029.696000', '090029.699000', '090029.702000', '090029.705000', '090029.707000', '090029.710000', '090029.722000', '090029.724000', '090029.727000', '090029.730000', '090029.732000', '090029.735000', '090042.276000', '090042.280000', '090042.282000', '090042.285000', '090042.288000', '090042.292000', '090042.294000', '090042.297000', '090042.302000', '090042.305000', '090042.307000', '090042.310000', '090042.313000', '090042.316000', '090042.320000', '090042.322000', '090042.325000', '090042.329000', '090042.332000', '090042.336000', '090042.339000', '090042.342000', '090042.345000', '090042.348000', '090042.350000', '090042.353000', '090042.356000', '090042.359000'], 'InstanceCreationTime': ['085229.642000', '085229.645000', '085229.648000', '085229.651000', '085229.653000', '085229.664000', '085229.667000', '085229.685000', '085229.688000', '085229.690000', '085229.693000', '085229.696000', '085229.698000', '085229.701000', '085229.703000', '085229.706000', '085229.709000', '085229.711000', '085229.714000', '085229.717000', '085229.719000', '085229.722000', '085229.724000', '085229.727000', '085229.729000', '085229.732000', '085249.611000', '085249.615000', '085249.617000', '085249.620000', '085249.622000', '085249.625000', '085249.628000', '085249.630000', '085249.633000', '085249.635000', '085249.638000', '085249.641000', '085249.645000', '085249.648000', '085249.650000', '085249.653000', '085249.655000', '085249.658000', '085249.661000', '085249.663000', '085249.666000', '085249.668000', '085249.671000', '085249.674000', '085249.676000', '085249.679000', '085249.681000', '085249.684000', '085249.686000', '085249.689000', '085249.692000', '085249.695000', '085249.697000', '085249.700000', '085249.702000', '085249.705000', '085249.708000', '085249.710000', '085249.713000', '085249.716000', '085249.718000', '085249.721000', '085249.724000', '085249.726000', '085309.612000', '085309.614000', '085309.617000', '085309.620000', '085309.623000', '085309.625000', '085309.628000', '085309.630000', '085309.633000', '085309.635000', '085309.638000', '085309.641000', '085309.643000', '085309.646000', '085309.649000', '085309.652000', '085309.654000', '085309.657000', '085309.660000', '085309.662000', '085309.665000', '085309.668000', '085309.670000', '085309.673000', '085309.676000', '085309.678000', '085309.681000', '085309.683000', '085309.687000', '085309.691000', '085309.693000', '085309.696000', '085309.698000', '085309.701000', '085309.704000', '085309.706000', '085309.709000', '085309.712000', '085309.714000', '085309.720000', '085309.723000', '085309.726000', '085309.739000', '085329.610000', '085329.613000', '085329.616000', '085329.619000', '085329.629000', '085329.631000', '085329.634000', '085329.636000', '085329.640000', '085329.642000', '085329.645000', '085329.647000', '085329.650000', '085329.653000', '085329.655000', '085329.658000', '085329.661000', '085329.663000', '085329.666000', '085329.668000', '085329.671000', '085329.674000', '085329.676000', '085329.679000', '085329.682000', '085329.684000', '085329.687000', '085329.689000', '085329.692000', '085329.695000', '085329.697000', '085329.700000', '085329.703000', '085329.705000', '085329.708000', '085329.710000', '085329.713000', '085329.716000', '085329.718000', '085329.721000', '085329.723000', '085329.726000', '085329.729000', '085329.731000', '085349.610000', '085349.613000', '085349.616000', '085349.619000', '085349.621000', '085349.624000', '085349.627000', '085349.629000', '085349.633000', '085349.635000', '085349.638000', '085349.641000', '085349.643000', '085349.646000', '085349.649000', '085349.651000', '085349.654000', '085349.656000', '085349.659000', '085349.662000', '085349.665000', '085349.668000', '085349.671000', '085349.673000', '085349.676000', '085349.679000', '085349.681000', '085349.684000', '085349.687000', '085349.689000', '085349.692000', '085349.694000', '085349.697000', '085349.700000', '085349.702000', '085349.705000', '085349.708000', '085349.710000', '085349.713000', '085349.716000', '085349.718000', '085349.721000', '085349.724000', '085409.611000', '085409.614000', '085409.617000', '085409.620000', '085409.622000', '085409.625000', '085409.627000', '085409.630000', '085409.633000', '085409.635000', '085409.638000', '085409.641000', '085409.643000', '085409.646000', '085409.649000', '085409.651000', '085409.654000', '085409.657000', '085409.659000', '085409.662000', '085409.664000', '085409.667000', '085409.670000', '085409.672000', '085409.675000', '085409.677000', '085409.680000', '085409.683000', '085409.686000', '085409.688000', '085409.691000', '085409.694000', '085409.696000', '085409.699000', '085409.701000', '085409.704000', '085409.707000', '085409.709000', '085409.712000', '085409.715000', '085409.717000', '085409.720000', '085409.723000', '085409.725000', '085429.612000', '085429.615000', '085429.617000', '085429.620000', '085429.622000', '085429.625000', '085429.628000', '085429.630000', '085429.633000', '085429.636000', '085429.638000', '085429.641000', '085429.644000', '085429.646000', '085429.649000', '085429.652000', '085429.654000', '085429.657000', '085429.660000', '085429.662000', '085429.665000', '085429.667000', '085429.670000', '085429.673000', '085429.675000', '085429.678000', '085429.681000', '085429.683000', '085429.686000', '085429.688000', '085429.691000', '085429.694000', '085429.696000', '085429.699000', '085429.702000', '085429.704000', '085429.707000', '085429.709000', '085429.712000', '085429.715000', '085429.717000', '085429.720000', '085429.723000', '085449.611000', '085449.614000', '085449.617000', '085449.620000', '085449.622000', '085449.625000', '085449.628000', '085449.630000', '085449.633000', '085449.636000', '085449.639000', '085449.641000', '085449.644000', '085449.647000', '085449.649000', '085449.652000', '085449.655000', '085449.657000', '085449.660000', '085449.663000', '085449.665000', '085449.668000', '085449.670000', '085449.673000', '085449.687000', '085449.690000', '085449.692000', '085449.695000', '085449.698000', '085449.700000', '085449.703000', '085449.706000', '085449.708000', '085449.711000', '085449.713000', '085449.716000', '085449.719000', '085449.721000', '085449.724000', '085449.727000', '085449.729000', '085449.732000', '085449.734000', '085449.737000', '085509.611000', '085509.614000', '085509.617000', '085509.619000', '085509.622000', '085509.625000', '085509.627000', '085509.630000', '085509.633000', '085509.635000', '085509.638000', '085509.641000', '085509.643000', '085509.646000', '085509.649000', '085509.651000', '085509.654000', '085509.656000', '085509.659000', '085509.662000', '085509.664000', '085509.667000', '085509.669000', '085509.672000', '085509.675000', '085509.677000', '085509.680000', '085509.683000', '085509.685000', '085509.688000', '085509.691000', '085509.693000', '085509.696000', '085509.698000', '085509.701000', '085509.704000', '085509.706000', '085509.709000', '085509.712000', '085509.714000', '085509.717000', '085509.720000', '085509.722000', '085529.612000', '085529.615000', '085529.617000', '085529.620000', '085529.622000', '085529.625000', '085529.628000', '085529.630000', '085529.633000', '085529.636000', '085529.638000', '085529.641000', '085529.644000', '085529.646000', '085529.649000', '085529.651000', '085529.654000', '085529.657000', '085529.659000', '085529.662000', '085529.665000', '085529.667000', '085529.670000', '085529.673000', '085529.675000', '085529.678000', '085529.681000', '085529.683000', '085529.686000', '085529.688000', '085529.691000', '085529.694000', '085529.696000', '085529.699000', '085529.701000', '085529.704000', '085529.707000', '085529.709000', '085529.712000', '085529.715000', '085529.717000', '085529.720000', '085529.723000', '085529.725000', '085549.610000', '085549.613000', '085549.616000', '085549.619000', '085549.621000', '085549.624000', '085549.627000', '085549.629000', '085549.632000', '085549.634000', '085549.637000', '085549.640000', '085549.642000', '085549.645000', '085549.648000', '085549.650000', '085549.653000', '085549.656000', '085549.658000', '085549.661000', '085549.663000', '085549.666000', '085549.669000', '085549.671000', '085549.674000', '085549.677000', '085549.679000', '085549.682000', '085549.685000', '085549.687000', '085549.690000', '085549.693000', '085549.695000', '085549.698000', '085549.700000', '085549.703000', '085549.706000', '085549.708000', '085549.711000', '085549.714000', '085549.716000', '085549.719000', '085549.722000', '085609.611000', '085609.614000', '085609.617000', '085609.619000', '085609.622000', '085609.625000', '085609.628000', '085609.630000', '085609.633000', '085609.636000', '085609.638000', '085609.641000', '085609.644000', '085609.646000', '085609.649000', '085609.652000', '085609.654000', '085609.657000', '085609.660000', '085609.662000', '085609.665000', '085609.668000', '085609.670000', '085609.673000', '085609.675000', '085609.678000', '085609.681000', '085609.683000', '085609.686000', '085609.689000', '085609.691000', '085609.694000', '085609.697000', '085609.699000', '085609.702000', '085609.705000', '085609.707000', '085609.710000', '085609.712000', '085609.715000', '085609.718000', '085609.720000', '085609.730000', '085609.732000', '085629.612000', '085629.614000', '085629.617000', '085629.620000', '085629.622000', '085629.637000', '085629.640000', '085629.643000', '085629.645000', '085629.648000', '085629.651000', '085629.653000', '085629.656000', '085629.658000', '085629.661000', '085629.664000', '085629.666000', '085629.669000', '085629.672000', '085629.674000', '085629.677000', '085629.680000', '085629.683000', '085629.685000', '085629.688000', '085629.690000', '085629.693000', '085629.696000', '085629.698000', '085629.701000', '085629.703000', '085629.706000', '085629.709000', '085629.711000', '085629.714000', '085629.717000', '085629.719000', '085629.722000', '085629.725000', '085629.727000', '085629.730000', '085629.732000', '085629.735000', '085649.612000', '085649.614000', '085649.617000', '085649.620000', '085649.623000', '085649.625000', '085649.628000', '085649.631000', '085649.633000', '085649.636000', '085649.638000', '085649.641000', '085649.644000', '085649.646000', '085649.649000', '085649.652000', '085649.654000', '085649.657000', '085649.660000', '085649.662000', '085649.665000', '085649.668000', '085649.670000', '085649.673000', '085649.676000', '085649.678000', '085649.681000', '085649.684000', '085649.686000', '085649.689000', '085649.692000', '085649.694000', '085649.697000', '085649.700000', '085649.702000', '085649.705000', '085649.707000', '085649.710000', '085649.713000', '085649.715000', '085649.718000', '085649.721000', '085649.723000', '085649.726000', '085709.612000', '085709.615000', '085709.617000', '085709.620000', '085709.623000', '085709.625000', '085709.628000', '085709.631000', '085709.633000', '085709.636000', '085709.639000', '085709.641000', '085709.644000', '085709.647000', '085709.649000', '085709.652000', '085709.654000', '085709.657000', '085709.660000', '085709.663000', '085709.665000', '085709.668000', '085709.671000', '085709.674000', '085709.676000', '085709.679000', '085709.682000', '085709.684000', '085709.687000', '085709.690000', '085709.692000', '085709.695000', '085709.697000', '085709.700000', '085709.703000', '085709.706000', '085709.708000', '085709.711000', '085709.714000', '085709.716000', '085709.719000', '085709.722000', '085709.724000', '085729.612000', '085729.615000', '085729.617000', '085729.620000', '085729.623000', '085729.625000', '085729.628000', '085729.631000', '085729.633000', '085729.636000', '085729.639000', '085729.641000', '085729.644000', '085729.646000', '085729.649000', '085729.652000', '085729.654000', '085729.657000', '085729.660000', '085729.662000', '085729.665000', '085729.668000', '085729.670000', '085729.673000', '085729.676000', '085729.678000', '085729.681000', '085729.684000', '085729.686000', '085729.689000', '085729.692000', '085729.694000', '085729.697000', '085729.699000', '085729.702000', '085729.705000', '085729.707000', '085729.710000', '085729.712000', '085729.715000', '085729.718000', '085729.720000', '085729.723000', '085729.726000', '085749.612000', '085749.615000', '085749.617000', '085749.620000', '085749.623000', '085749.626000', '085749.628000', '085749.631000', '085749.634000', '085749.637000', '085749.639000', '085749.642000', '085749.645000', '085749.648000', '085749.650000', '085749.663000', '085749.666000', '085749.668000', '085749.671000', '085749.673000', '085749.676000', '085749.679000', '085749.681000', '085749.684000', '085749.687000', '085749.689000', '085749.692000', '085749.695000', '085749.697000', '085749.700000', '085749.703000', '085749.705000', '085749.708000', '085749.711000', '085749.713000', '085749.716000', '085749.719000', '085749.721000', '085749.724000', '085749.726000', '085749.729000', '085749.732000', '085749.734000', '085809.611000', '085809.614000', '085809.616000', '085809.619000', '085809.622000', '085809.624000', '085809.627000', '085809.630000', '085809.632000', '085809.635000', '085809.638000', '085809.640000', '085809.643000', '085809.646000', '085809.648000', '085809.651000', '085809.653000', '085809.659000', '085809.662000', '085809.665000', '085809.667000', '085809.670000', '085809.673000', '085809.675000', '085809.678000', '085809.681000', '085809.683000', '085809.686000', '085809.688000', '085809.691000', '085809.694000', '085809.696000', '085809.699000', '085809.702000', '085809.704000', '085809.707000', '085809.710000', '085809.712000', '085809.715000', '085809.718000', '085809.720000', '085809.723000', '085809.726000', '085809.728000', '085829.612000', '085829.614000', '085829.617000', '085829.620000', '085829.623000', '085829.625000', '085829.628000', '085829.631000', '085829.634000', '085829.636000', '085829.639000', '085829.641000', '085829.644000', '085829.647000', '085829.649000', '085829.652000', '085829.656000', '085829.659000', '085829.661000', '085829.664000', '085829.667000', '085829.669000', '085829.672000', '085829.675000', '085829.677000', '085829.680000', '085829.682000', '085829.685000', '085829.688000', '085829.691000', '085829.693000', '085829.696000', '085829.698000', '085829.701000', '085829.704000', '085829.706000', '085829.709000', '085829.712000', '085829.714000', '085829.717000', '085829.719000', '085829.722000', '085829.725000', '085849.612000', '085849.614000', '085849.617000', '085849.620000', '085849.622000', '085849.625000', '085849.628000', '085849.630000', '085849.633000', '085849.636000', '085849.638000', '085849.641000', '085849.644000', '085849.646000', '085849.649000', '085849.652000', '085849.654000', '085849.657000', '085849.660000', '085849.662000', '085849.665000', '085849.668000', '085849.670000', '085849.673000', '085849.675000', '085849.678000', '085849.681000', '085849.683000', '085849.686000', '085849.689000', '085849.691000', '085849.694000', '085849.697000', '085849.699000', '085849.702000', '085849.705000', '085849.707000', '085849.710000', '085849.713000', '085849.715000', '085849.718000', '085849.720000', '085849.723000', '085849.726000', '085909.612000', '085909.615000', '085909.618000', '085909.620000', '085909.623000', '085909.626000', '085909.628000', '085909.631000', '085909.633000', '085909.636000', '085909.639000', '085909.641000', '085909.644000', '085909.647000', '085909.650000', '085909.652000', '085909.655000', '085909.657000', '085909.660000', '085909.663000', '085909.665000', '085909.668000', '085909.671000', '085909.673000', '085909.676000', '085909.678000', '085909.690000', '085909.692000', '085909.695000', '085909.697000', '085909.700000', '085909.703000', '085909.705000', '085909.708000', '085909.711000', '085909.713000', '085909.716000', '085909.719000', '085909.721000', '085909.724000', '085909.727000', '085909.738000', '085909.740000', '085929.612000', '085929.615000', '085929.617000', '085929.620000', '085929.623000', '085929.625000', '085929.628000', '085929.630000', '085929.633000', '085929.636000', '085929.638000', '085929.641000', '085929.644000', '085929.647000', '085929.650000', '085929.653000', '085929.655000', '085929.658000', '085929.660000', '085929.663000', '085929.666000', '085929.668000', '085929.671000', '085929.674000', '085929.676000', '085929.679000', '085929.681000', '085929.684000', '085929.687000', '085929.689000', '085929.692000', '085929.695000', '085929.697000', '085929.700000', '085929.703000', '085929.705000', '085929.708000', '085929.711000', '085929.713000', '085929.716000', '085929.719000', '085929.721000', '085929.724000', '085949.612000', '085949.614000', '085949.617000', '085949.620000', '085949.623000', '085949.625000', '085949.628000', '085949.631000', '085949.633000', '085949.636000', '085949.638000', '085949.641000', '085949.644000', '085949.646000', '085949.649000', '085949.652000', '085949.654000', '085949.657000', '085949.660000', '085949.662000', '085949.665000', '085949.667000', '085949.670000', '085949.673000', '085949.675000', '085949.678000', '085949.681000', '085949.684000', '085949.686000', '085949.689000', '085949.692000', '085949.694000', '085949.697000', '085949.699000', '085949.702000', '085949.705000', '085949.707000', '085949.710000', '085949.712000', '085949.715000', '085949.718000', '085949.720000', '085949.723000', '085949.726000', '090009.612000', '090009.615000', '090009.617000', '090009.620000', '090009.623000', '090009.626000', '090009.634000', '090009.637000', '090009.640000', '090009.643000', '090009.645000', '090009.648000', '090009.651000', '090009.654000', '090009.656000', '090009.659000', '090009.662000', '090009.664000', '090009.667000', '090009.670000', '090009.672000', '090009.675000', '090009.678000', '090009.680000', '090009.683000', '090009.686000', '090009.688000', '090009.691000', '090009.694000', '090009.697000', '090009.699000', '090009.702000', '090009.705000', '090009.708000', '090009.710000', '090009.713000', '090009.716000', '090009.719000', '090009.722000', '090009.725000', '090009.728000', '090009.731000', '090009.734000', '090029.611000', '090029.614000', '090029.617000', '090029.619000', '090029.622000', '090029.625000', '090029.627000', '090029.630000', '090029.632000', '090029.635000', '090029.638000', '090029.641000', '090029.643000', '090029.646000', '090029.649000', '090029.651000', '090029.654000', '090029.657000', '090029.659000', '090029.662000', '090029.665000', '090029.667000', '090029.670000', '090029.673000', '090029.675000', '090029.678000', '090029.681000', '090029.683000', '090029.686000', '090029.689000', '090029.691000', '090029.694000', '090029.696000', '090029.699000', '090029.702000', '090029.705000', '090029.707000', '090029.710000', '090029.722000', '090029.724000', '090029.727000', '090029.730000', '090029.732000', '090029.735000', '090042.276000', '090042.280000', '090042.282000', '090042.285000', '090042.288000', '090042.292000', '090042.294000', '090042.297000', '090042.302000', '090042.305000', '090042.307000', '090042.310000', '090042.313000', '090042.316000', '090042.320000', '090042.322000', '090042.325000', '090042.329000', '090042.332000', '090042.336000', '090042.339000', '090042.342000', '090042.345000', '090042.348000', '090042.350000', '090042.353000', '090042.356000', '090042.359000'], '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': [7863, 9268, 9332, 7992, 13576, 11008, 8525, 9892, 6975, 7296, 8898, 7131, 8627, 10843, 7172, 7338, 8529, 6988, 7064, 9101, 7808, 10310, 9968, 7541, 7391, 7773, 7829, 9755, 9546, 6549, 7237, 8683, 6905, 7528, 9969, 8014, 8074, 9977, 8105, 7760, 9786, 7848, 9695, 9163, 8392, 10826, 8321, 7962, 9903, 7431, 8389, 7833, 8063, 8524, 8206, 7502, 9155, 7839, 12253, 10500, 7415, 8196, 7812, 9796, 8695, 7286, 9067, 7782, 7668, 9462, 7067, 10540, 6836, 7307, 7334, 7173, 10238, 9019, 7533, 8073, 7361, 10092, 7551, 8978, 8579, 7084, 9665, 7421, 7406, 8525, 7354, 9627, 9315, 7425, 10946, 7510, 7379, 9509, 8399, 6905, 9822, 7784, 10275, 9121, 8114, 13765, 10309, 12368, 12330, 9866, 13817, 8076, 10840, 11133, 9581, 11137, 9514, 11470, 8877, 11053, 7671, 9515, 7687, 10125, 7837, 8444, 9030, 7053, 9363, 7986, 10004, 7940, 10716, 8145, 10675, 7829, 10784, 7939, 11371, 7659, 7515, 8708, 7437, 10490, 7626, 9904, 7437, 6902, 9093, 7314, 11373, 7869, 11070, 7814, 9726, 10136, 7229, 9312, 7473, 9448, 7942, 7155, 9591, 7435, 11197, 7386, 7307, 10712, 7306, 10809, 7787, 9042, 7977, 7559, 9604, 7889, 9155, 8910, 7391, 10196, 8030, 9155, 10191, 7378, 11992, 7517, 8494, 6928, 7345, 9555, 7968, 7430, 9523, 7326, 11559, 9024, 12812, 10347, 7281, 10725, 7641, 9433, 9221, 7335, 9297, 7664, 8438, 8390, 7170, 9285, 7669, 11206, 6972, 6771, 8396, 7534, 11226, 7681, 7295, 8461, 7789, 10380, 8667, 9234, 9293, 7441, 10336, 7403, 6700, 8244, 7522, 10692, 9145, 7552, 8038, 7420, 10742, 7749, 7343, 9442, 7774, 7468, 9366, 7455, 11015, 8844, 7210, 9704, 7590, 13860, 7845, 12860, 7974, 11857, 8279, 11243, 11058, 7538, 8206, 7118, 9171, 7552, 7448, 8397, 7067, 9638, 7590, 8879, 8251, 7245, 9940, 7206, 9291, 7646, 10326, 8061, 10664, 7729, 8428, 10786, 7513, 9793, 7653, 9578, 7886, 8884, 9075, 7154, 11556, 7613, 11965, 7603, 11111, 7518, 11047, 9113, 6939, 7031, 7243, 9164, 7360, 9458, 8823, 7127, 9426, 7944, 9223, 8779, 7530, 8387, 7564, 11045, 7495, 7151, 9557, 7921, 10140, 7057, 6925, 10074, 7394, 9632, 9795, 7646, 12478, 11214, 7922, 10990, 8658, 15211, 7840, 13662, 7981, 12016, 10604, 7514, 7465, 7324, 8678, 7602, 9934, 7614, 10616, 8108, 8874, 8724, 6836, 9095, 8060, 11267, 8184, 8305, 8627, 7226, 8802, 7472, 11234, 7775, 7800, 7793, 7806, 9334, 7821, 10930, 8048, 7820, 7185, 7758, 9266, 7870, 10899, 7752, 11056, 8006, 10225, 8444, 6878, 9132, 7551, 10014, 6864, 7297, 8911, 7585, 9656, 7854, 9138, 9780, 9352, 9050, 7159, 8513, 6804, 10135, 7070, 10487, 7376, 9876, 7411, 9737, 7617, 7123, 8640, 7487, 9260, 7650, 8983, 8099, 8882, 9622, 7359, 9069, 7265, 10085, 7552, 10449, 7467, 10709, 9466, 6777, 8060, 7233, 9899, 7624, 8424, 7779, 7381, 9344, 7495, 10579, 9523, 7415, 8267, 7360, 10450, 7178, 8678, 8861, 7275, 7212, 7621, 7210, 8984, 7635, 10979, 8646, 8169, 8115, 7619, 11082, 7927, 9246, 10335, 7452, 11240, 7608, 12900, 7417, 7123, 8387, 7466, 12091, 7116, 7177, 7462, 7473, 10645, 8376, 7512, 8942, 7407, 9896, 8310, 6943, 8330, 7112, 11218, 7980, 7179, 7472, 7734, 7588, 9345, 7610, 10121, 7549, 11786, 10714, 8006, 12588, 7184, 7294, 8521, 7881, 8815, 8622, 7426, 11144, 7858, 11156, 9693, 11318, 10993, 8976, 8142, 7864, 10748, 8054, 9764, 9536, 7094, 11174, 7981, 10254, 7297, 7639, 9402, 7999, 10921, 7759, 10330, 10464, 7854, 8812, 7663, 10032, 7150, 6943, 8705, 7245, 10951, 7178, 6949, 6851, 7342, 10758, 10292, 7721, 9513, 7145, 8908, 8496, 7821, 10252, 9892, 7631, 13691, 12632, 10817, 10322, 7394, 9133, 9142, 7704, 9787, 7586, 8365, 8081, 7609, 9655, 7633, 9158, 9905, 7340, 9347, 7472, 9535, 7702, 7630, 9595, 7697, 10662, 7371, 6948, 9814, 7410, 10772, 7838, 9347, 8596, 7570, 9916, 7944, 11107, 9917, 7405, 9295, 8023, 10408, 7943, 11059, 9051, 10057, 10213, 9774, 13296, 8237, 7410, 8390, 7578, 10109, 7636, 10972, 7830, 8505, 8523, 7566, 9714, 7725, 11154, 8038, 9820, 10043, 7530, 11164, 7736, 10559, 7772, 9366, 7752, 10641, 7661, 10711, 8029, 6948, 8282, 7667, 9811, 7606, 11578, 7963, 10190, 7650, 7230, 9706, 7576, 9770, 7536, 9956, 7545, 10571, 7540, 10727, 8508, 6791, 7974, 7017, 9430, 7246, 10627, 7532, 8875, 7981, 6824, 9102, 6979, 9584, 9686, 7185, 9940, 7463, 10578, 7618, 10078, 9969, 7733, 9965, 7267, 8166, 9743, 7314, 10312, 7820, 12066, 10554, 7607, 9663, 7759, 11229, 7750, 10391, 9417, 7595, 11862, 7765, 11542, 9238, 10542, 8146, 6965, 9857, 7875, 11712, 7076, 7249, 8476, 7648, 9311, 7804, 10361, 8265, 9969, 8176, 7654, 8755, 7878, 10197, 8557, 8464, 8866, 8006, 11069, 7866, 11444, 10098, 10423, 9688, 7862, 9366, 7587, 8629, 8041, 7764, 9842, 7949, 9451, 9330, 7363, 9176, 7810, 10797, 7832, 9765, 8257, 7289, 9601, 7808, 11593, 7754, 11098, 9996, 7077, 8258, 7608, 10303, 9449, 6814, 9260, 6873, 6787, 8335, 7279, 8221, 7421, 10536, 9249, 7209, 8308, 7803, 10183, 7942, 11263, 7529, 11133, 8257, 7453, 7797, 7439, 9121, 7193, 11354, 7251, 6891, 7955, 7695, 10346, 7796, 11523, 9219, 8499, 7936, 7605, 10693, 8722, 7452, 8423, 8001, 9355, 9080, 7237, 9523, 7548, 11834, 7692, 11277, 7985, 10333, 10267, 7679, 9460, 7622, 11078, 7729, 8600, 8012, 7445, 11707, 7765, 9571, 8815, 7473, 9446, 7628, 10286, 6966, 6795, 8809, 6895, 6857, 8139, 7514, 11616, 9267, 10210, 8365, 7227, 9139, 7802, 10680, 7820, 9918, 8057, 7255, 8447, 6953, 6867, 8855, 7189, 9770, 7367, 8166, 7641, 7640, 11353, 7962, 12718, 10244, 10961, 10308, 8403, 10644, 7687, 13015, 7756, 8721, 6892, 7184, 11873, 8166, 12009, 7590, 11400, 7622, 9663, 9876, 7172, 8953, 7702, 9342, 7185, 6888, 8255, 7519, 10329, 7705, 9585, 7655, 7585, 10217, 7530, 7751, 9104, 7832, 11991, 7422, 7307, 8493, 7116, 9392, 8123, 7595, 7782, 8474, 7829, 9552, 8081, 11417, 9956, 7636, 13016, 8125, 7662, 9493, 7716, 10578, 7821, 9234, 9279, 7733, 10718, 7865, 11486, 7949, 8946, 8248, 7267, 9268, 7951, 7429, 8446, 6865, 7316, 8134, 7855, 10977, 8033, 12544, 8935, 9125, 9900, 7128, 9500, 7747, 10411, 7730, 10381, 7277, 7601, 8069, 7457, 9514, 7580, 6817, 7780, 7148, 9275, 7594, 8685, 7294, 7322, 8803, 7798, 7580, 10692, 7846, 12159, 7901, 12118, 8505, 12532, 9244, 7337, 7741, 7385, 9966, 7733, 11478, 7789, 11462, 9985, 9596, 8383, 7406, 7644, 7370, 8439, 7450, 11104, 8037, 7053, 7782, 7724, 10061, 7732, 10055, 8408, 9450, 10035, 7389, 9722, 8086, 7654, 7599, 7363, 8706, 7283, 10294, 7362, 9744, 8512, 8112, 7621, 7831, 7126, 10879, 7460, 10225, 7490, 9680, 7920, 11433, 8038, 11833, 7778, 12870, 7875, 9993, 8275, 7745, 10802, 8002, 10024, 7335, 7231, 9136, 7971, 10339, 9117, 9262, 7353, 8303, 7288, 8604, 7621, 11382, 7298, 6930, 8289, 7290, 9633, 7478, 11391, 7452, 6649, 7604, 7521, 10401, 7961, 11108, 9822, 7069, 8662, 7567, 10792, 7777, 9642, 9006, 7284, 9794, 7615, 10076, 9197, 7162, 9798, 7424, 10459, 7705, 10610, 9928, 9945, 9270, 7304, 9101, 7427, 10840, 7721, 8848, 8755, 7285, 9706, 7674, 10617, 7951, 8623, 8556, 7283, 10102, 6962, 7185, 9083, 7316, 11276, 8094, 8438, 8194, 7511, 10433, 7081], 'WindowCenter': [3999.0, 3993.0, 3980.0, 3968.0, 3985.0, 3973.0, 3951.0, 3959.0, 3928.0, 3927.0, 3948.0, 3918.0, 3938.0, 3959.0, 3928.0, 3928.0, 3938.0, 3928.0, 3930.0, 3949.0, 3927.0, 3948.0, 3947.0, 3927.0, 3926.0, 3939.0, 3939.0, 3947.0, 3948.0, 3906.0, 3927.0, 3937.0, 3928.0, 3940.0, 3948.0, 3939.0, 3938.0, 3948.0, 3939.0, 3940.0, 3959.0, 3938.0, 3948.0, 3948.0, 3938.0, 3958.0, 3937.0, 3939.0, 3947.0, 3927.0, 3937.0, 3926.0, 3937.0, 3936.0, 3937.0, 3927.0, 3948.0, 3927.0, 3968.0, 3958.0, 3928.0, 3937.0, 3927.0, 3947.0, 3937.0, 3927.0, 3949.0, 3939.0, 3939.0, 3961.0, 3930.0, 3971.0, 3930.0, 3943.0, 3967.0, 3956.0, 3973.0, 3976.0, 3954.0, 3965.0, 3955.0, 3987.0, 3968.0, 3976.0, 3977.0, 3956.0, 3976.0, 3955.0, 3955.0, 3976.0, 3956.0, 3977.0, 3977.0, 3969.0, 3999.0, 3968.0, 3969.0, 3989.0, 3968.0, 3956.0, 3977.0, 3955.0, 3974.0, 3976.0, 3955.0, 3995.0, 3976.0, 3984.0, 3983.0, 3961.0, 3980.0, 3939.0, 3958.0, 3958.0, 3936.0, 3957.0, 3935.0, 3956.0, 3924.0, 3945.0, 3913.0, 3933.0, 3924.0, 3944.0, 3926.0, 3937.0, 3947.0, 3928.0, 3960.0, 3940.0, 3960.0, 3941.0, 3960.0, 3940.0, 3959.0, 3940.0, 3959.0, 3940.0, 3969.0, 3940.0, 3941.0, 3951.0, 3940.0, 3971.0, 3941.0, 3960.0, 3941.0, 3942.0, 3963.0, 3943.0, 3983.0, 3953.0, 3983.0, 3953.0, 3974.0, 3974.0, 3942.0, 3963.0, 3954.0, 3962.0, 3953.0, 3942.0, 3973.0, 3943.0, 3984.0, 3954.0, 3954.0, 3973.0, 3942.0, 3973.0, 3954.0, 3962.0, 3952.0, 3941.0, 3971.0, 3953.0, 3962.0, 3962.0, 3941.0, 3972.0, 3951.0, 3960.0, 3972.0, 3941.0, 3980.0, 3940.0, 3950.0, 3930.0, 3941.0, 3972.0, 3952.0, 3942.0, 3962.0, 3940.0, 3971.0, 3977.0, 3997.0, 3973.0, 3930.0, 3972.0, 3955.0, 3963.0, 3951.0, 3940.0, 3960.0, 3941.0, 3951.0, 3952.0, 3955.0, 3962.0, 3941.0, 3971.0, 3955.0, 3943.0, 3952.0, 3952.0, 3971.0, 3941.0, 3941.0, 3952.0, 3966.0, 3973.0, 3963.0, 3962.0, 3963.0, 3942.0, 3972.0, 3941.0, 3930.0, 3950.0, 3941.0, 3960.0, 3962.0, 3941.0, 3951.0, 3942.0, 3972.0, 3952.0, 3942.0, 3961.0, 3941.0, 3941.0, 3975.0, 3943.0, 3973.0, 3962.0, 3942.0, 3974.0, 3942.0, 3993.0, 3952.0, 3981.0, 3940.0, 3968.0, 3939.0, 3958.0, 3958.0, 3927.0, 3937.0, 3928.0, 3947.0, 3939.0, 3928.0, 3950.0, 3941.0, 3973.0, 3954.0, 3963.0, 3966.0, 3955.0, 3974.0, 3943.0, 3964.0, 3953.0, 3973.0, 3953.0, 3972.0, 3942.0, 3954.0, 3973.0, 3943.0, 3972.0, 3941.0, 3963.0, 3952.0, 3950.0, 3962.0, 3942.0, 3972.0, 3941.0, 3972.0, 3941.0, 3972.0, 3942.0, 3970.0, 3950.0, 3929.0, 3929.0, 3941.0, 3974.0, 3943.0, 3962.0, 3963.0, 3943.0, 3974.0, 3966.0, 3976.0, 3965.0, 3953.0, 3965.0, 3954.0, 3986.0, 3969.0, 3957.0, 3989.0, 3966.0, 3973.0, 3943.0, 3944.0, 3975.0, 3956.0, 3976.0, 3974.0, 3953.0, 3984.0, 3984.0, 3953.0, 3972.0, 3963.0, 3992.0, 3939.0, 3980.0, 3939.0, 3958.0, 3958.0, 3927.0, 3926.0, 3927.0, 3935.0, 3926.0, 3946.0, 3926.0, 3957.0, 3951.0, 3949.0, 3949.0, 3917.0, 3948.0, 3939.0, 3969.0, 3949.0, 3938.0, 3949.0, 3927.0, 3948.0, 3929.0, 3972.0, 3951.0, 3953.0, 3952.0, 3940.0, 3960.0, 3952.0, 3970.0, 3940.0, 3939.0, 3928.0, 3939.0, 3949.0, 3939.0, 3969.0, 3938.0, 3958.0, 3938.0, 3958.0, 3952.0, 3929.0, 3948.0, 3939.0, 3958.0, 3917.0, 3928.0, 3949.0, 3940.0, 3959.0, 3951.0, 3962.0, 3973.0, 3961.0, 3961.0, 3930.0, 3949.0, 3928.0, 3958.0, 3928.0, 3958.0, 3928.0, 3959.0, 3928.0, 3948.0, 3940.0, 3929.0, 3949.0, 3940.0, 3960.0, 3952.0, 3961.0, 3952.0, 3962.0, 3973.0, 3942.0, 3962.0, 3942.0, 3972.0, 3952.0, 3972.0, 3942.0, 3971.0, 3961.0, 3930.0, 3950.0, 3942.0, 3972.0, 3966.0, 3964.0, 3953.0, 3942.0, 3962.0, 3954.0, 3984.0, 3975.0, 3969.0, 3965.0, 3954.0, 3973.0, 3943.0, 3952.0, 3966.0, 3955.0, 3954.0, 3954.0, 3954.0, 3964.0, 3955.0, 3973.0, 3964.0, 3952.0, 3952.0, 3952.0, 3983.0, 3952.0, 3962.0, 3972.0, 3940.0, 3971.0, 3940.0, 3981.0, 3939.0, 3929.0, 3949.0, 3928.0, 3968.0, 3927.0, 3928.0, 3939.0, 3941.0, 3969.0, 3949.0, 3939.0, 3949.0, 3941.0, 3973.0, 3951.0, 3928.0, 3940.0, 3930.0, 3971.0, 3951.0, 3930.0, 3940.0, 3952.0, 3940.0, 3961.0, 3941.0, 3960.0, 3940.0, 3982.0, 3974.0, 3953.0, 3983.0, 3941.0, 3940.0, 3963.0, 3953.0, 3962.0, 3952.0, 3942.0, 3973.0, 3953.0, 3972.0, 3964.0, 3984.0, 3972.0, 3949.0, 3940.0, 3950.0, 3958.0, 3938.0, 3958.0, 3960.0, 3929.0, 3970.0, 3939.0, 3971.0, 3941.0, 3941.0, 3960.0, 3939.0, 3983.0, 3953.0, 3960.0, 3972.0, 3940.0, 3950.0, 3941.0, 3960.0, 3929.0, 3929.0, 3950.0, 3940.0, 3971.0, 3941.0, 3942.0, 3943.0, 3953.0, 3972.0, 3975.0, 3942.0, 3974.0, 3944.0, 3964.0, 3964.0, 3966.0, 3988.0, 3977.0, 3955.0, 3996.0, 3997.0, 3975.0, 3976.0, 3958.0, 3964.0, 3964.0, 3943.0, 3975.0, 3942.0, 3952.0, 3941.0, 3941.0, 3962.0, 3954.0, 3976.0, 3974.0, 3930.0, 3962.0, 3954.0, 3960.0, 3940.0, 3940.0, 3961.0, 3940.0, 3971.0, 3942.0, 3944.0, 3972.0, 3940.0, 3972.0, 3955.0, 3963.0, 3963.0, 3941.0, 3973.0, 3952.0, 3972.0, 3962.0, 3940.0, 3961.0, 3941.0, 3971.0, 3952.0, 3970.0, 3962.0, 3961.0, 3973.0, 3973.0, 3995.0, 3963.0, 3941.0, 3950.0, 3939.0, 3960.0, 3940.0, 3972.0, 3941.0, 3951.0, 3951.0, 3952.0, 3961.0, 3940.0, 3969.0, 3938.0, 3947.0, 3949.0, 3927.0, 3959.0, 3926.0, 3957.0, 3925.0, 3934.0, 3924.0, 3944.0, 3913.0, 3943.0, 3923.0, 3913.0, 3924.0, 3925.0, 3946.0, 3938.0, 3967.0, 3939.0, 3958.0, 3938.0, 3928.0, 3960.0, 3939.0, 3960.0, 3940.0, 3960.0, 3940.0, 3972.0, 3954.0, 3983.0, 3951.0, 3931.0, 3952.0, 3941.0, 3962.0, 3955.0, 3985.0, 3966.0, 3974.0, 3966.0, 3945.0, 3977.0, 3957.0, 3987.0, 3987.0, 3969.0, 4001.0, 3981.0, 3987.0, 3957.0, 3987.0, 3976.0, 3966.0, 3976.0, 3955.0, 3965.0, 3975.0, 3943.0, 3974.0, 3954.0, 3996.0, 3986.0, 3953.0, 3962.0, 3954.0, 3985.0, 3952.0, 3960.0, 3961.0, 3940.0, 3982.0, 3940.0, 3969.0, 3961.0, 3959.0, 3951.0, 3928.0, 3960.0, 3940.0, 3971.0, 3943.0, 3941.0, 3950.0, 3941.0, 3963.0, 3955.0, 3961.0, 3948.0, 3959.0, 3951.0, 3953.0, 3951.0, 3951.0, 3972.0, 3951.0, 3951.0, 3961.0, 3952.0, 3972.0, 3965.0, 3971.0, 3961.0, 3959.0, 3950.0, 3939.0, 3950.0, 3939.0, 3948.0, 3939.0, 3939.0, 3959.0, 3940.0, 3961.0, 3962.0, 3929.0, 3960.0, 3940.0, 3971.0, 3940.0, 3960.0, 3949.0, 3940.0, 3960.0, 3939.0, 3969.0, 3940.0, 3971.0, 3960.0, 3929.0, 3950.0, 3940.0, 3960.0, 3962.0, 3931.0, 3961.0, 3931.0, 3931.0, 3953.0, 3942.0, 3953.0, 3955.0, 3974.0, 3964.0, 3943.0, 3964.0, 3955.0, 3973.0, 3953.0, 3973.0, 3942.0, 3971.0, 3951.0, 3930.0, 3954.0, 3941.0, 3961.0, 3941.0, 3971.0, 3940.0, 3930.0, 3951.0, 3941.0, 3974.0, 3954.0, 3983.0, 3964.0, 3951.0, 3952.0, 3942.0, 3961.0, 3952.0, 3940.0, 3952.0, 3952.0, 3962.0, 3962.0, 3942.0, 3962.0, 3941.0, 3972.0, 3941.0, 3970.0, 3940.0, 3960.0, 3972.0, 3939.0, 3960.0, 3940.0, 3970.0, 3940.0, 3950.0, 3939.0, 3940.0, 3971.0, 3940.0, 3960.0, 3951.0, 3941.0, 3963.0, 3942.0, 3972.0, 3942.0, 3943.0, 3964.0, 3943.0, 3943.0, 3966.0, 3956.0, 3986.0, 3976.0, 3975.0, 3954.0, 3943.0, 3976.0, 3954.0, 3972.0, 3942.0, 3962.0, 3941.0, 3942.0, 3953.0, 3956.0, 3945.0, 3964.0, 3943.0, 3974.0, 3955.0, 3965.0, 3956.0, 3968.0, 3999.0, 3967.0, 3996.0, 3975.0, 3973.0, 3975.0, 3954.0, 3973.0, 3943.0, 3983.0, 3942.0, 3950.0, 3929.0, 3918.0, 3971.0, 3939.0, 3970.0, 3941.0, 3982.0, 3954.0, 3959.0, 3958.0, 3927.0, 3948.0, 3939.0, 3949.0, 3929.0, 3929.0, 3953.0, 3942.0, 3961.0, 3942.0, 3962.0, 3941.0, 3942.0, 3972.0, 3941.0, 3942.0, 3962.0, 3941.0, 3982.0, 3941.0, 3941.0, 3964.0, 3942.0, 3963.0, 3953.0, 3953.0, 3954.0, 3965.0, 3943.0, 3975.0, 3953.0, 3984.0, 3974.0, 3953.0, 3994.0, 3953.0, 3941.0, 3961.0, 3941.0, 3961.0, 3940.0, 3950.0, 3950.0, 3940.0, 3971.0, 3941.0, 3969.0, 3940.0, 3950.0, 3938.0, 3929.0, 3950.0, 3940.0, 3941.0, 3950.0, 3931.0, 3942.0, 3940.0, 3941.0, 3960.0, 3940.0, 3970.0, 3949.0, 3948.0, 3959.0, 3917.0, 3947.0, 3926.0, 3971.0, 3939.0, 3946.0, 3927.0, 3927.0, 3938.0, 3928.0, 3961.0, 3953.0, 3942.0, 3954.0, 3941.0, 3961.0, 3954.0, 3952.0, 3941.0, 3954.0, 3974.0, 3954.0, 3954.0, 3974.0, 3953.0, 3983.0, 3942.0, 3971.0, 3951.0, 3981.0, 3950.0, 3929.0, 3938.0, 3928.0, 3947.0, 3938.0, 3968.0, 3927.0, 3957.0, 3948.0, 3947.0, 3938.0, 3938.0, 3938.0, 3941.0, 3938.0, 3926.0, 3957.0, 3938.0, 3928.0, 3938.0, 3940.0, 3960.0, 3954.0, 3960.0, 3951.0, 3959.0, 3960.0, 3939.0, 3961.0, 3952.0, 3952.0, 3951.0, 3941.0, 3962.0, 3942.0, 3971.0, 3941.0, 3962.0, 3963.0, 3952.0, 3951.0, 3951.0, 3929.0, 3970.0, 3929.0, 3960.0, 3929.0, 3949.0, 3939.0, 3970.0, 3939.0, 3968.0, 3926.0, 3966.0, 3937.0, 3947.0, 3936.0, 3925.0, 3956.0, 3937.0, 3958.0, 3928.0, 3927.0, 3947.0, 3927.0, 3959.0, 3936.0, 3947.0, 3926.0, 3938.0, 3926.0, 3948.0, 3936.0, 3968.0, 3941.0, 3943.0, 3964.0, 3941.0, 3973.0, 3955.0, 3985.0, 3953.0, 3943.0, 3953.0, 3955.0, 3986.0, 3965.0, 3984.0, 3974.0, 3943.0, 3964.0, 3953.0, 3984.0, 3956.0, 3974.0, 3975.0, 3954.0, 3975.0, 3954.0, 3975.0, 3975.0, 3944.0, 3976.0, 3955.0, 3985.0, 3967.0, 3999.0, 3988.0, 3975.0, 3975.0, 3954.0, 3964.0, 3954.0, 3984.0, 3955.0, 3976.0, 3965.0, 3954.0, 3974.0, 3956.0, 3988.0, 3966.0, 3965.0, 3965.0, 3955.0, 3974.0, 3944.0, 3955.0, 3978.0, 3957.0, 3986.0, 3966.0, 3964.0, 3967.0, 3954.0, 3974.0, 3943.0], 'WindowWidth': [8944.0, 8920.0, 8896.0, 8874.0, 8893.0, 8872.0, 8836.0, 8845.0, 8803.0, 8799.0, 8829.0, 8787.0, 8815.0, 8843.0, 8801.0, 8802.0, 8814.0, 8803.0, 8812.0, 8831.0, 8800.0, 8827.0, 8825.0, 8798.0, 8796.0, 8820.0, 8817.0, 8825.0, 8828.0, 8769.0, 8799.0, 8812.0, 8805.0, 8821.0, 8830.0, 8818.0, 8816.0, 8830.0, 8818.0, 8822.0, 8846.0, 8815.0, 8828.0, 8828.0, 8815.0, 8840.0, 8812.0, 8818.0, 8826.0, 8800.0, 8811.0, 8797.0, 8813.0, 8810.0, 8812.0, 8800.0, 8829.0, 8801.0, 8854.0, 8841.0, 8801.0, 8812.0, 8801.0, 8825.0, 8814.0, 8801.0, 8831.0, 8818.0, 8821.0, 8852.0, 8809.0, 8866.0, 8812.0, 8831.0, 8874.0, 8856.0, 8873.0, 8880.0, 8849.0, 8865.0, 8854.0, 8898.0, 8875.0, 8882.0, 8885.0, 8856.0, 8881.0, 8854.0, 8852.0, 8882.0, 8857.0, 8883.0, 8886.0, 8879.0, 8919.0, 8875.0, 8879.0, 8905.0, 8874.0, 8855.0, 8884.0, 8853.0, 8874.0, 8878.0, 8851.0, 8904.0, 8881.0, 8887.0, 8883.0, 8851.0, 8876.0, 8818.0, 8839.0, 8840.0, 8807.0, 8838.0, 8804.0, 8832.0, 8787.0, 8819.0, 8774.0, 8800.0, 8790.0, 8815.0, 8798.0, 8816.0, 8827.0, 8805.0, 8849.0, 8822.0, 8848.0, 8826.0, 8849.0, 8823.0, 8846.0, 8822.0, 8846.0, 8822.0, 8859.0, 8821.0, 8825.0, 8841.0, 8823.0, 8866.0, 8826.0, 8850.0, 8826.0, 8830.0, 8859.0, 8833.0, 8887.0, 8846.0, 8885.0, 8846.0, 8875.0, 8874.0, 8828.0, 8858.0, 8848.0, 8857.0, 8845.0, 8830.0, 8873.0, 8832.0, 8887.0, 8851.0, 8848.0, 8870.0, 8829.0, 8872.0, 8849.0, 8856.0, 8843.0, 8827.0, 8867.0, 8847.0, 8854.0, 8856.0, 8827.0, 8867.0, 8841.0, 8850.0, 8868.0, 8825.0, 8878.0, 8825.0, 8836.0, 8809.0, 8826.0, 8871.0, 8843.0, 8828.0, 8856.0, 8824.0, 8867.0, 8886.0, 8910.0, 8869.0, 8808.0, 8866.0, 8851.0, 8858.0, 8838.0, 8822.0, 8850.0, 8826.0, 8837.0, 8843.0, 8854.0, 8855.0, 8825.0, 8864.0, 8855.0, 8833.0, 8842.0, 8842.0, 8867.0, 8826.0, 8827.0, 8842.0, 8869.0, 8871.0, 8858.0, 8854.0, 8857.0, 8829.0, 8868.0, 8827.0, 8811.0, 8837.0, 8825.0, 8849.0, 8854.0, 8826.0, 8839.0, 8831.0, 8869.0, 8842.0, 8829.0, 8851.0, 8826.0, 8825.0, 8877.0, 8832.0, 8871.0, 8855.0, 8831.0, 8875.0, 8829.0, 8899.0, 8841.0, 8877.0, 8822.0, 8854.0, 8817.0, 8840.0, 8841.0, 8799.0, 8813.0, 8804.0, 8828.0, 8820.0, 8805.0, 8837.0, 8826.0, 8871.0, 8850.0, 8861.0, 8871.0, 8854.0, 8876.0, 8831.0, 8863.0, 8846.0, 8873.0, 8847.0, 8869.0, 8829.0, 8847.0, 8871.0, 8830.0, 8869.0, 8827.0, 8858.0, 8842.0, 8836.0, 8854.0, 8828.0, 8869.0, 8826.0, 8868.0, 8825.0, 8869.0, 8829.0, 8863.0, 8835.0, 8806.0, 8807.0, 8828.0, 8878.0, 8833.0, 8854.0, 8859.0, 8833.0, 8878.0, 8869.0, 8884.0, 8866.0, 8846.0, 8867.0, 8850.0, 8895.0, 8879.0, 8860.0, 8904.0, 8868.0, 8871.0, 8829.0, 8834.0, 8876.0, 8856.0, 8880.0, 8874.0, 8846.0, 8888.0, 8887.0, 8846.0, 8870.0, 8858.0, 8896.0, 8819.0, 8874.0, 8819.0, 8840.0, 8843.0, 8801.0, 8798.0, 8799.0, 8808.0, 8796.0, 8821.0, 8798.0, 8838.0, 8839.0, 8834.0, 8833.0, 8789.0, 8830.0, 8818.0, 8861.0, 8833.0, 8818.0, 8834.0, 8801.0, 8828.0, 8807.0, 8868.0, 8841.0, 8844.0, 8845.0, 8825.0, 8851.0, 8843.0, 8862.0, 8822.0, 8818.0, 8805.0, 8821.0, 8833.0, 8818.0, 8860.0, 8817.0, 8841.0, 8816.0, 8841.0, 8844.0, 8808.0, 8829.0, 8820.0, 8844.0, 8789.0, 8806.0, 8832.0, 8822.0, 8847.0, 8838.0, 8857.0, 8872.0, 8854.0, 8853.0, 8810.0, 8835.0, 8803.0, 8844.0, 8803.0, 8844.0, 8805.0, 8846.0, 8805.0, 8831.0, 8823.0, 8806.0, 8834.0, 8823.0, 8851.0, 8843.0, 8852.0, 8845.0, 8857.0, 8872.0, 8830.0, 8857.0, 8829.0, 8869.0, 8844.0, 8871.0, 8829.0, 8864.0, 8852.0, 8810.0, 8838.0, 8831.0, 8871.0, 8871.0, 8863.0, 8846.0, 8831.0, 8858.0, 8850.0, 8889.0, 8881.0, 8883.0, 8867.0, 8849.0, 8873.0, 8831.0, 8841.0, 8868.0, 8855.0, 8849.0, 8850.0, 8850.0, 8864.0, 8854.0, 8874.0, 8862.0, 8845.0, 8844.0, 8844.0, 8884.0, 8842.0, 8857.0, 8871.0, 8824.0, 8867.0, 8824.0, 8878.0, 8820.0, 8807.0, 8834.0, 8804.0, 8857.0, 8801.0, 8802.0, 8820.0, 8830.0, 8861.0, 8835.0, 8821.0, 8834.0, 8828.0, 8873.0, 8840.0, 8805.0, 8821.0, 8809.0, 8867.0, 8841.0, 8811.0, 8824.0, 8842.0, 8822.0, 8854.0, 8825.0, 8850.0, 8823.0, 8880.0, 8875.0, 8847.0, 8886.0, 8825.0, 8824.0, 8860.0, 8846.0, 8854.0, 8843.0, 8830.0, 8872.0, 8846.0, 8868.0, 8861.0, 8890.0, 8870.0, 8833.0, 8822.0, 8837.0, 8841.0, 8817.0, 8842.0, 8851.0, 8806.0, 8863.0, 8822.0, 8866.0, 8826.0, 8828.0, 8850.0, 8821.0, 8887.0, 8847.0, 8851.0, 8871.0, 8823.0, 8837.0, 8826.0, 8850.0, 8808.0, 8809.0, 8836.0, 8822.0, 8866.0, 8828.0, 8832.0, 8835.0, 8846.0, 8869.0, 8878.0, 8831.0, 8874.0, 8835.0, 8863.0, 8862.0, 8870.0, 8899.0, 8883.0, 8850.0, 8908.0, 8911.0, 8876.0, 8880.0, 8862.0, 8862.0, 8862.0, 8830.0, 8877.0, 8829.0, 8841.0, 8824.0, 8826.0, 8857.0, 8850.0, 8883.0, 8874.0, 8809.0, 8856.0, 8852.0, 8850.0, 8823.0, 8822.0, 8851.0, 8824.0, 8865.0, 8829.0, 8838.0, 8868.0, 8823.0, 8867.0, 8852.0, 8859.0, 8857.0, 8827.0, 8871.0, 8844.0, 8867.0, 8854.0, 8823.0, 8850.0, 8824.0, 8866.0, 8842.0, 8864.0, 8857.0, 8853.0, 8872.0, 8873.0, 8906.0, 8858.0, 8827.0, 8836.0, 8820.0, 8848.0, 8822.0, 8868.0, 8827.0, 8838.0, 8841.0, 8842.0, 8852.0, 8823.0, 8859.0, 8818.0, 8826.0, 8832.0, 8799.0, 8844.0, 8797.0, 8840.0, 8794.0, 8804.0, 8790.0, 8815.0, 8773.0, 8812.0, 8788.0, 8773.0, 8791.0, 8795.0, 8826.0, 8816.0, 8853.0, 8819.0, 8842.0, 8818.0, 8804.0, 8849.0, 8820.0, 8851.0, 8822.0, 8848.0, 8825.0, 8868.0, 8852.0, 8885.0, 8842.0, 8813.0, 8843.0, 8829.0, 8857.0, 8854.0, 8892.0, 8871.0, 8877.0, 8870.0, 8841.0, 8885.0, 8862.0, 8900.0, 8901.0, 8881.0, 8925.0, 8900.0, 8900.0, 8858.0, 8898.0, 8883.0, 8871.0, 8884.0, 8854.0, 8865.0, 8880.0, 8833.0, 8877.0, 8849.0, 8907.0, 8895.0, 8845.0, 8856.0, 8848.0, 8894.0, 8844.0, 8849.0, 8852.0, 8823.0, 8883.0, 8824.0, 8860.0, 8852.0, 8847.0, 8842.0, 8802.0, 8851.0, 8822.0, 8868.0, 8835.0, 8825.0, 8835.0, 8825.0, 8859.0, 8853.0, 8853.0, 8832.0, 8847.0, 8839.0, 8849.0, 8840.0, 8840.0, 8869.0, 8841.0, 8839.0, 8853.0, 8842.0, 8871.0, 8866.0, 8867.0, 8852.0, 8845.0, 8835.0, 8819.0, 8835.0, 8818.0, 8830.0, 8822.0, 8821.0, 8847.0, 8822.0, 8853.0, 8854.0, 8808.0, 8850.0, 8823.0, 8864.0, 8825.0, 8850.0, 8834.0, 8824.0, 8849.0, 8818.0, 8859.0, 8823.0, 8865.0, 8849.0, 8806.0, 8835.0, 8822.0, 8848.0, 8856.0, 8814.0, 8853.0, 8814.0, 8815.0, 8845.0, 8830.0, 8845.0, 8853.0, 8875.0, 8862.0, 8834.0, 8862.0, 8852.0, 8873.0, 8845.0, 8872.0, 8831.0, 8865.0, 8839.0, 8808.0, 8850.0, 8826.0, 8852.0, 8827.0, 8864.0, 8824.0, 8811.0, 8838.0, 8826.0, 8877.0, 8850.0, 8886.0, 8863.0, 8840.0, 8844.0, 8827.0, 8851.0, 8840.0, 8824.0, 8841.0, 8843.0, 8855.0, 8855.0, 8829.0, 8854.0, 8824.0, 8868.0, 8823.0, 8862.0, 8821.0, 8849.0, 8870.0, 8820.0, 8847.0, 8821.0, 8862.0, 8824.0, 8835.0, 8820.0, 8824.0, 8864.0, 8823.0, 8849.0, 8839.0, 8826.0, 8860.0, 8830.0, 8869.0, 8830.0, 8834.0, 8863.0, 8834.0, 8834.0, 8871.0, 8856.0, 8896.0, 8880.0, 8877.0, 8847.0, 8832.0, 8883.0, 8850.0, 8869.0, 8828.0, 8853.0, 8826.0, 8831.0, 8844.0, 8857.0, 8842.0, 8863.0, 8833.0, 8874.0, 8852.0, 8864.0, 8856.0, 8874.0, 8916.0, 8871.0, 8907.0, 8877.0, 8871.0, 8878.0, 8848.0, 8872.0, 8831.0, 8883.0, 8827.0, 8835.0, 8804.0, 8787.0, 8864.0, 8818.0, 8861.0, 8828.0, 8884.0, 8849.0, 8847.0, 8844.0, 8801.0, 8829.0, 8820.0, 8832.0, 8807.0, 8808.0, 8846.0, 8829.0, 8854.0, 8831.0, 8857.0, 8828.0, 8828.0, 8868.0, 8827.0, 8828.0, 8855.0, 8826.0, 8883.0, 8828.0, 8826.0, 8861.0, 8830.0, 8857.0, 8846.0, 8846.0, 8850.0, 8864.0, 8831.0, 8877.0, 8844.0, 8887.0, 8875.0, 8846.0, 8900.0, 8845.0, 8827.0, 8853.0, 8827.0, 8852.0, 8822.0, 8835.0, 8836.0, 8822.0, 8866.0, 8825.0, 8858.0, 8823.0, 8835.0, 8818.0, 8806.0, 8835.0, 8823.0, 8826.0, 8837.0, 8815.0, 8829.0, 8825.0, 8825.0, 8849.0, 8823.0, 8861.0, 8830.0, 8828.0, 8844.0, 8786.0, 8827.0, 8797.0, 8865.0, 8820.0, 8824.0, 8799.0, 8799.0, 8816.0, 8804.0, 8855.0, 8847.0, 8831.0, 8852.0, 8828.0, 8853.0, 8850.0, 8842.0, 8828.0, 8851.0, 8878.0, 8852.0, 8850.0, 8875.0, 8847.0, 8888.0, 8829.0, 8867.0, 8840.0, 8878.0, 8835.0, 8807.0, 8818.0, 8803.0, 8827.0, 8815.0, 8855.0, 8802.0, 8840.0, 8829.0, 8826.0, 8817.0, 8819.0, 8818.0, 8830.0, 8815.0, 8800.0, 8842.0, 8819.0, 8804.0, 8819.0, 8823.0, 8851.0, 8854.0, 8852.0, 8839.0, 8848.0, 8849.0, 8822.0, 8854.0, 8841.0, 8843.0, 8842.0, 8828.0, 8858.0, 8832.0, 8866.0, 8827.0, 8856.0, 8860.0, 8844.0, 8840.0, 8840.0, 8809.0, 8864.0, 8807.0, 8849.0, 8805.0, 8832.0, 8821.0, 8863.0, 8820.0, 8858.0, 8799.0, 8851.0, 8812.0, 8826.0, 8810.0, 8795.0, 8838.0, 8816.0, 8843.0, 8805.0, 8800.0, 8828.0, 8799.0, 8843.0, 8810.0, 8826.0, 8796.0, 8817.0, 8799.0, 8830.0, 8812.0, 8857.0, 8828.0, 8834.0, 8862.0, 8826.0, 8873.0, 8854.0, 8893.0, 8848.0, 8833.0, 8847.0, 8854.0, 8895.0, 8865.0, 8889.0, 8877.0, 8833.0, 8862.0, 8847.0, 8889.0, 8857.0, 8876.0, 8880.0, 8849.0, 8878.0, 8851.0, 8878.0, 8881.0, 8838.0, 8881.0, 8853.0, 8891.0, 8874.0, 8919.0, 8903.0, 8879.0, 8880.0, 8851.0, 8864.0, 8850.0, 8888.0, 8853.0, 8884.0, 8866.0, 8849.0, 8876.0, 8856.0, 8903.0, 8870.0, 8866.0, 8866.0, 8853.0, 8878.0, 8837.0, 8855.0, 8890.0, 8859.0, 8897.0, 8869.0, 8863.0, 8872.0, 8851.0, 8874.0, 8833.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.0010334890109890108</td></tr>
<tr><td colspan=3>aqi</td><td>0.025070472435897436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.94543555627867</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2549876064252996</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0055548010999091</td></tr>
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
<tr><td colspan=3>fber</td><td>7441.2129</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1043309058730889</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.2344322344322345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.358888232247463</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.294576127111224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.580036756668948</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2020518129622175</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125898</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009999406524002552</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027210498228669167</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1092</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.94851707833569</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>33.5285</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.5549</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.5345</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306997.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>628.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.5813</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5808</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.5333</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3222.0114</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.3168</td></tr>
<tr><td colspan=3>tsnr</td><td>39.338728801580146</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>