ds005256-mriqc/sub-0002_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter a019d6ff98 [DATALAD RUNCMD] Compute MRIQC for sub-0002
=== 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-0002 --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-0002",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:57 +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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>4c9452084f98faddd0c686f60bd562e9</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:00:43.060000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99987, 0.0124882, 0.0101578, -0.0134381, 0.99494, 0.0995647]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0942349</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>[4114, -7807, -7210, 458, -117, -201, 38, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b8d6491-d777-41e5-9a47-9691a73ad25e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682579278945923, -0.03605342656373978, 0.02393023855984211, 112.63350677490234], [-0.03350486978888512, 2.6693522930145264, 0.26915839314460754, -95.83737182617188], [0.027252711355686188, -0.2671247720718384, 2.68644380569458, -12.366846084594727], [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': ['100043.060000', '100043.520000', '100043.980000', '100044.440000', '100044.900000', '100045.360000', '100045.820000', '100046.280000', '100046.740000', '100047.200000', '100047.660000', '100048.120000', '100048.580000', '100049.040000', '100049.500000', '100049.960000', '100050.420000', '100050.880000', '100051.340000', '100051.800000', '100052.260000', '100052.720000', '100053.180000', '100053.640000', '100054.100000', '100054.560000', '100055.020000', '100055.480000', '100055.940000', '100056.400000', '100056.860000', '100057.320000', '100057.780000', '100058.240000', '100058.700000', '100059.160000', '100059.620000', '100100.080000', '100100.540000', '100101.000000', '100101.460000', '100101.920000', '100102.380000', '100102.840000', '100103.300000', '100103.760000', '100104.220000', '100104.680000', '100105.140000', '100105.600000', '100106.060000', '100106.520000', '100106.980000', '100107.440000', '100107.900000', '100108.360000', '100108.820000', '100109.280000', '100109.740000', '100110.200000', '100110.660000', '100111.120000', '100111.580000', '100112.040000', '100112.500000', '100112.960000', '100113.420000', '100113.880000', '100114.340000', '100114.800000', '100115.260000', '100115.720000', '100116.180000', '100116.640000', '100117.100000', '100117.560000', '100118.020000', '100118.480000', '100118.940000', '100119.400000', '100119.860000', '100120.320000', '100120.780000', '100121.240000', '100121.700000', '100122.160000', '100122.620000', '100123.080000', '100123.540000', '100124.000000', '100124.460000', '100124.920000', '100125.380000', '100125.840000', '100126.300000', '100126.760000', '100127.220000', '100127.680000', '100128.140000', '100128.600000', '100129.060000', '100129.520000', '100129.980000', '100130.440000', '100130.900000', '100131.360000', '100131.820000', '100132.280000', '100132.740000', '100133.200000', '100133.660000', '100134.120000', '100134.580000', '100135.040000', '100135.500000', '100135.960000', '100136.420000', '100136.880000', '100137.340000', '100137.800000', '100138.260000', '100138.720000', '100139.180000', '100139.640000', '100140.100000', '100140.560000', '100141.020000', '100141.480000', '100141.940000', '100142.400000', '100142.860000', '100143.320000', '100143.780000', '100144.240000', '100144.700000', '100145.160000', '100145.620000', '100146.080000', '100146.540000', '100147.000000', '100147.460000', '100147.920000', '100148.380000', '100148.840000', '100149.300000', '100149.760000', '100150.220000', '100150.680000', '100151.140000', '100151.600000', '100152.060000', '100152.520000', '100152.980000', '100153.440000', '100153.900000', '100154.360000', '100154.820000', '100155.280000', '100155.740000', '100156.200000', '100156.660000', '100157.120000', '100157.580000', '100158.040000', '100158.500000', '100158.960000', '100159.420000', '100159.880000', '100200.340000', '100200.800000', '100201.260000', '100201.720000', '100202.180000', '100202.640000', '100203.100000', '100203.560000', '100204.020000', '100204.480000', '100204.940000', '100205.400000', '100205.860000', '100206.320000', '100206.780000', '100207.240000', '100207.700000', '100208.160000', '100208.620000', '100209.080000', '100209.540000', '100210.000000', '100210.460000', '100210.920000', '100211.380000', '100211.840000', '100212.300000', '100212.760000', '100213.220000', '100213.680000', '100214.140000', '100214.600000', '100215.060000', '100215.520000', '100215.980000', '100216.440000', '100216.900000', '100217.360000', '100217.820000', '100218.280000', '100218.740000', '100219.200000', '100219.660000', '100220.120000', '100220.580000', '100221.040000', '100221.500000', '100221.960000', '100222.420000', '100222.880000', '100223.340000', '100223.800000', '100224.260000', '100224.720000', '100225.180000', '100225.640000', '100226.100000', '100226.560000', '100227.020000', '100227.480000', '100227.940000', '100228.400000', '100228.860000', '100229.320000', '100229.780000', '100230.240000', '100230.700000', '100231.160000', '100231.620000', '100232.080000', '100232.540000', '100233.000000', '100233.460000', '100233.920000', '100234.380000', '100234.840000', '100235.300000', '100235.760000', '100236.220000', '100236.680000', '100237.140000', '100237.600000', '100238.060000', '100238.520000', '100238.980000', '100239.440000', '100239.900000', '100240.360000', '100240.820000', '100241.280000', '100241.740000', '100242.200000', '100242.660000', '100243.120000', '100243.580000', '100244.040000', '100244.500000', '100244.960000', '100245.420000', '100245.880000', '100246.340000', '100246.800000', '100247.260000', '100247.720000', '100248.180000', '100248.640000', '100249.100000', '100249.560000', '100250.020000', '100250.480000', '100250.940000', '100251.400000', '100251.860000', '100252.320000', '100252.780000', '100253.240000', '100253.700000', '100254.160000', '100254.620000', '100255.080000', '100255.540000', '100256.000000', '100256.460000', '100256.920000', '100257.380000', '100257.840000', '100258.300000', '100258.760000', '100259.220000', '100259.680000', '100300.140000', '100300.600000', '100301.060000', '100301.520000', '100301.980000', '100302.440000', '100302.900000', '100303.360000', '100303.820000', '100304.280000', '100304.740000', '100305.200000', '100305.660000', '100306.120000', '100306.580000', '100307.040000', '100307.500000', '100307.960000', '100308.420000', '100308.880000', '100309.340000', '100309.800000', '100310.260000', '100310.720000', '100311.180000', '100311.640000', '100312.100000', '100312.560000', '100313.020000', '100313.480000', '100313.940000', '100314.400000', '100314.860000', '100315.320000', '100315.780000', '100316.240000', '100316.700000', '100317.160000', '100317.620000', '100318.080000', '100318.540000', '100319.000000', '100319.460000', '100319.920000', '100320.380000', '100320.840000', '100321.300000', '100321.760000', '100322.220000', '100322.680000', '100323.140000', '100323.600000', '100324.060000', '100324.520000', '100324.980000', '100325.440000', '100325.900000', '100326.360000', '100326.820000', '100327.280000', '100327.740000', '100328.200000', '100328.660000', '100329.120000', '100329.580000', '100330.040000', '100330.500000', '100330.960000', '100331.420000', '100331.880000', '100332.340000', '100332.800000', '100333.260000', '100333.720000', '100334.180000', '100334.640000', '100335.100000', '100335.560000', '100336.020000', '100336.480000', '100336.940000', '100337.400000', '100337.860000', '100338.320000', '100338.780000', '100339.240000', '100339.700000', '100340.160000', '100340.620000', '100341.080000', '100341.540000', '100342.000000', '100342.460000', '100342.920000', '100343.380000', '100343.840000', '100344.300000', '100344.760000', '100345.220000', '100345.680000', '100346.140000', '100346.600000', '100347.060000', '100347.520000', '100347.980000', '100348.440000', '100348.900000', '100349.360000', '100349.820000', '100350.280000', '100350.740000', '100351.200000', '100351.660000', '100352.120000', '100352.580000', '100353.040000', '100353.500000', '100353.960000', '100354.420000', '100354.880000', '100355.340000', '100355.800000', '100356.260000', '100356.720000', '100357.180000', '100357.640000', '100358.100000', '100358.560000', '100359.020000', '100359.480000', '100359.940000', '100400.400000', '100400.860000', '100401.320000', '100401.780000', '100402.240000', '100402.700000', '100403.160000', '100403.620000', '100404.080000', '100404.540000', '100405.000000', '100405.460000', '100405.920000', '100406.380000', '100406.840000', '100407.300000', '100407.760000', '100408.220000', '100408.680000', '100409.140000', '100409.600000', '100410.060000', '100410.520000', '100410.980000', '100411.440000', '100411.900000', '100412.360000', '100412.820000', '100413.280000', '100413.740000', '100414.200000', '100414.660000', '100415.120000', '100415.580000', '100416.040000', '100416.500000', '100416.960000', '100417.420000', '100417.880000', '100418.340000', '100418.800000', '100419.260000', '100419.720000', '100420.180000', '100420.640000', '100421.100000', '100421.560000', '100422.020000', '100422.480000', '100422.940000', '100423.400000', '100423.860000', '100424.320000', '100424.780000', '100425.240000', '100425.700000', '100426.160000', '100426.620000', '100427.080000', '100427.540000', '100428.000000', '100428.460000', '100428.920000', '100429.380000', '100429.840000', '100430.300000', '100430.760000', '100431.220000', '100431.680000', '100432.140000', '100432.600000', '100433.060000', '100433.520000', '100433.980000', '100434.440000', '100434.900000', '100435.360000', '100435.820000', '100436.280000', '100436.740000', '100437.200000', '100437.660000', '100438.120000', '100438.580000', '100439.040000', '100439.500000', '100439.960000', '100440.420000', '100440.880000', '100441.340000', '100441.800000', '100442.260000', '100442.720000', '100443.180000', '100443.640000', '100444.100000', '100444.560000', '100445.020000', '100445.480000', '100445.940000', '100446.400000', '100446.860000', '100447.320000', '100447.780000', '100448.240000', '100448.700000', '100449.160000', '100449.620000', '100450.080000', '100450.540000', '100451.000000', '100451.460000', '100451.920000', '100452.380000', '100452.840000', '100453.300000', '100453.760000', '100454.220000', '100454.680000', '100455.140000', '100455.600000', '100456.060000', '100456.520000', '100456.980000', '100457.440000', '100457.900000', '100458.360000', '100458.820000', '100459.280000', '100459.740000', '100500.200000', '100500.660000', '100501.120000', '100501.580000', '100502.040000', '100502.500000', '100502.960000', '100503.420000', '100503.880000', '100504.340000', '100504.800000', '100505.260000', '100505.720000', '100506.180000', '100506.640000', '100507.100000', '100507.560000', '100508.020000', '100508.480000', '100508.940000', '100509.400000', '100509.860000', '100510.320000', '100510.780000', '100511.240000', '100511.700000', '100512.160000', '100512.620000', '100513.080000', '100513.540000', '100514.000000', '100514.460000', '100514.920000', '100515.380000', '100515.840000', '100516.300000', '100516.760000', '100517.220000', '100517.680000', '100518.140000', '100518.600000', '100519.060000', '100519.520000', '100519.980000', '100520.440000', '100520.900000', '100521.360000', '100521.820000', '100522.280000', '100522.740000', '100523.200000', '100523.660000', '100524.120000', '100524.580000', '100525.040000', '100525.500000', '100525.960000', '100526.420000', '100526.880000', '100527.340000', '100527.800000', '100528.260000', '100528.720000', '100529.180000', '100529.640000', '100530.100000', '100530.560000', '100531.020000', '100531.480000', '100531.940000', '100532.400000', '100532.860000', '100533.320000', '100533.780000', '100534.240000', '100534.700000', '100535.160000', '100535.620000', '100536.080000', '100536.540000', '100537.000000', '100537.460000', '100537.920000', '100538.380000', '100538.840000', '100539.300000', '100539.760000', '100540.220000', '100540.680000', '100541.140000', '100541.600000', '100542.060000', '100542.520000', '100542.980000', '100543.440000', '100543.900000', '100544.360000', '100544.820000', '100545.280000', '100545.740000', '100546.200000', '100546.660000', '100547.120000', '100547.580000', '100548.040000', '100548.500000', '100548.960000', '100549.420000', '100549.880000', '100550.340000', '100550.800000', '100551.260000', '100551.720000', '100552.180000', '100552.640000', '100553.100000', '100553.560000', '100554.020000', '100554.480000', '100554.940000', '100555.400000', '100555.860000', '100556.320000', '100556.780000', '100557.240000', '100557.700000', '100558.160000', '100558.620000', '100559.080000', '100559.540000', '100600.000000', '100600.460000', '100600.920000', '100601.380000', '100601.840000', '100602.300000', '100602.760000', '100603.220000', '100603.680000', '100604.140000', '100604.600000', '100605.060000', '100605.520000', '100605.980000', '100606.440000', '100606.900000', '100607.360000', '100607.820000', '100608.280000', '100608.740000', '100609.200000', '100609.660000', '100610.120000', '100610.580000', '100611.040000', '100611.500000', '100611.960000', '100612.420000', '100612.880000', '100613.340000', '100613.800000', '100614.260000', '100614.720000', '100615.180000', '100615.640000', '100616.100000', '100616.560000', '100617.020000', '100617.480000', '100617.940000', '100618.400000', '100618.860000', '100619.320000', '100619.780000', '100620.240000', '100620.700000', '100621.160000', '100621.620000', '100622.080000', '100622.540000', '100623.000000', '100623.460000', '100623.920000', '100624.380000', '100624.840000', '100625.300000', '100625.760000', '100626.220000', '100626.680000', '100627.140000', '100627.600000', '100628.060000', '100628.520000', '100628.980000', '100629.440000', '100629.900000', '100630.360000', '100630.820000', '100631.280000', '100631.740000', '100632.200000', '100632.660000', '100633.120000', '100633.580000', '100634.040000', '100634.500000', '100634.960000', '100635.420000', '100635.880000', '100636.340000', '100636.800000', '100637.260000', '100637.720000', '100638.180000', '100638.640000', '100639.100000', '100639.560000', '100640.020000', '100640.480000', '100640.940000', '100641.400000', '100641.860000', '100642.320000', '100642.780000', '100643.240000', '100643.700000', '100644.160000', '100644.620000', '100645.080000', '100645.540000', '100646.000000', '100646.460000', '100646.920000', '100647.380000', '100647.840000', '100648.300000', '100648.760000', '100649.220000', '100649.680000', '100650.140000', '100650.600000', '100651.060000', '100651.520000', '100651.980000', '100652.440000', '100652.900000', '100653.360000', '100653.820000', '100654.280000', '100654.740000', '100655.200000', '100655.660000', '100656.120000', '100656.580000', '100657.040000', '100657.500000', '100657.960000', '100658.420000', '100658.880000', '100659.340000', '100659.800000', '100700.260000', '100700.720000', '100701.180000', '100701.640000', '100702.100000', '100702.560000', '100703.020000', '100703.480000', '100703.940000', '100704.400000', '100704.860000', '100705.320000', '100705.780000', '100706.240000', '100706.700000', '100707.160000', '100707.620000', '100708.080000', '100708.540000', '100709.000000', '100709.460000', '100709.920000', '100710.380000', '100710.840000', '100711.300000', '100711.760000', '100712.220000', '100712.680000', '100713.140000', '100713.600000', '100714.060000', '100714.520000', '100714.980000', '100715.440000', '100715.900000', '100716.360000', '100716.820000', '100717.280000', '100717.740000', '100718.200000', '100718.660000', '100719.120000', '100719.580000', '100720.040000', '100720.500000', '100720.960000', '100721.420000', '100721.880000', '100722.340000', '100722.800000', '100723.260000', '100723.720000', '100724.180000', '100724.640000', '100725.100000', '100725.560000', '100726.020000', '100726.480000', '100726.940000', '100727.400000', '100727.860000', '100728.320000', '100728.780000', '100729.240000', '100729.700000', '100730.160000', '100730.620000', '100731.080000', '100731.540000', '100732.000000', '100732.460000', '100732.920000', '100733.380000', '100733.840000', '100734.300000', '100734.760000', '100735.220000', '100735.680000', '100736.140000', '100736.600000', '100737.060000', '100737.520000', '100737.980000', '100738.440000', '100738.900000', '100739.360000', '100739.820000', '100740.280000', '100740.740000', '100741.200000', '100741.660000', '100742.120000', '100742.580000', '100743.040000', '100743.500000', '100743.960000', '100744.420000', '100744.880000', '100745.340000', '100745.800000', '100746.260000', '100746.720000', '100747.180000', '100747.640000', '100748.100000', '100748.560000', '100749.020000', '100749.480000', '100749.940000', '100750.400000', '100750.860000', '100751.320000', '100751.780000', '100752.240000', '100752.700000', '100753.160000', '100753.620000', '100754.080000', '100754.540000', '100755.000000', '100755.460000', '100755.920000', '100756.380000', '100756.840000', '100757.300000', '100757.760000', '100758.220000', '100758.680000', '100759.140000', '100759.600000', '100800.060000', '100800.520000', '100800.980000', '100801.440000', '100801.900000', '100802.360000', '100802.820000', '100803.280000', '100803.740000', '100804.200000', '100804.660000', '100805.120000', '100805.580000', '100806.040000', '100806.500000', '100806.960000', '100807.420000', '100807.880000', '100808.340000', '100808.800000', '100809.260000', '100809.720000', '100810.180000', '100810.640000', '100811.100000', '100811.560000', '100812.020000', '100812.480000', '100812.940000', '100813.400000', '100813.860000', '100814.320000', '100814.780000', '100815.240000', '100815.700000', '100816.160000', '100816.620000', '100817.080000', '100817.540000', '100818.000000', '100818.460000', '100818.920000', '100819.380000', '100819.840000', '100820.300000', '100820.760000', '100821.220000', '100821.680000', '100822.140000', '100822.600000', '100823.060000', '100823.520000', '100823.980000', '100824.440000', '100824.900000', '100825.360000', '100825.820000', '100826.280000', '100826.740000', '100827.200000', '100827.660000', '100828.120000', '100828.580000', '100829.040000', '100829.500000', '100829.960000', '100830.420000', '100830.880000', '100831.340000', '100831.800000', '100832.260000', '100832.720000', '100833.180000', '100833.640000', '100834.100000', '100834.560000', '100835.020000', '100835.480000', '100835.940000', '100836.400000', '100836.860000', '100837.320000', '100837.780000', '100838.240000', '100838.700000', '100839.160000', '100839.620000', '100840.080000', '100840.540000', '100841.000000', '100841.460000', '100841.920000', '100842.380000', '100842.840000', '100843.300000', '100843.760000', '100844.220000', '100844.680000', '100845.140000', '100845.600000', '100846.060000', '100846.520000', '100846.980000', '100847.440000', '100847.900000', '100848.360000', '100848.820000', '100849.280000', '100849.740000', '100850.200000', '100850.660000', '100851.120000', '100851.580000', '100852.040000', '100852.500000', '100852.960000', '100853.420000', '100853.880000', '100854.340000', '100854.800000', '100855.260000', '100855.720000', '100856.180000', '100856.640000', '100857.100000', '100857.560000', '100858.020000', '100858.480000', '100858.940000', '100859.400000', '100859.860000', '100900.320000', '100900.780000', '100901.240000', '100901.700000', '100902.160000', '100902.620000', '100903.080000', '100903.540000', '100904.000000', '100904.460000', '100904.920000', '100905.380000', '100905.840000', '100906.300000', '100906.760000', '100907.220000', '100907.680000'], 'ContentTime': ['100054.333000', '100054.337000', '100054.340000', '100054.343000', '100054.345000', '100054.348000', '100054.351000', '100054.354000', '100054.357000', '100054.360000', '100054.363000', '100054.366000', '100054.369000', '100054.383000', '100054.386000', '100054.389000', '100054.392000', '100054.395000', '100054.398000', '100054.401000', '100054.403000', '100054.406000', '100054.409000', '100114.300000', '100114.303000', '100114.306000', '100114.309000', '100114.312000', '100114.315000', '100114.317000', '100114.320000', '100114.323000', '100114.331000', '100114.334000', '100114.337000', '100114.340000', '100114.343000', '100114.345000', '100114.348000', '100114.351000', '100114.354000', '100114.357000', '100114.360000', '100114.362000', '100114.365000', '100114.368000', '100114.371000', '100114.374000', '100114.377000', '100114.379000', '100114.382000', '100114.385000', '100114.388000', '100114.391000', '100114.394000', '100114.397000', '100114.400000', '100114.402000', '100114.408000', '100114.411000', '100114.414000', '100114.417000', '100114.420000', '100114.424000', '100114.427000', '100114.430000', '100134.300000', '100134.303000', '100134.306000', '100134.309000', '100134.312000', '100134.314000', '100134.317000', '100134.320000', '100134.323000', '100134.326000', '100134.329000', '100134.331000', '100134.334000', '100134.337000', '100134.340000', '100134.343000', '100134.345000', '100134.348000', '100134.351000', '100134.354000', '100134.357000', '100134.360000', '100134.363000', '100134.365000', '100134.368000', '100134.371000', '100134.374000', '100134.377000', '100134.380000', '100134.382000', '100134.393000', '100134.396000', '100134.399000', '100134.402000', '100134.405000', '100134.408000', '100134.410000', '100134.413000', '100134.416000', '100134.419000', '100134.422000', '100134.425000', '100134.428000', '100134.430000', '100154.300000', '100154.303000', '100154.306000', '100154.309000', '100154.312000', '100154.314000', '100154.317000', '100154.320000', '100154.323000', '100154.326000', '100154.329000', '100154.331000', '100154.337000', '100154.339000', '100154.342000', '100154.345000', '100154.348000', '100154.351000', '100154.354000', '100154.357000', '100154.360000', '100154.362000', '100154.365000', '100154.368000', '100154.371000', '100154.374000', '100154.376000', '100154.379000', '100154.382000', '100154.385000', '100154.388000', '100154.391000', '100154.394000', '100154.397000', '100154.399000', '100154.402000', '100154.405000', '100154.408000', '100154.411000', '100154.414000', '100154.416000', '100154.419000', '100154.422000', '100214.301000', '100214.304000', '100214.307000', '100214.310000', '100214.312000', '100214.315000', '100214.318000', '100214.321000', '100214.324000', '100214.327000', '100214.329000', '100214.332000', '100214.335000', '100214.338000', '100214.341000', '100214.344000', '100214.346000', '100214.349000', '100214.352000', '100214.355000', '100214.358000', '100214.361000', '100214.364000', '100214.366000', '100214.369000', '100214.372000', '100214.375000', '100214.378000', '100214.380000', '100214.383000', '100214.400000', '100214.402000', '100214.405000', '100214.417000', '100214.420000', '100214.422000', '100214.425000', '100214.428000', '100214.431000', '100214.434000', '100214.437000', '100214.440000', '100214.442000', '100214.445000', '100234.301000', '100234.306000', '100234.309000', '100234.312000', '100234.315000', '100234.318000', '100234.320000', '100234.323000', '100234.326000', '100234.329000', '100234.332000', '100234.335000', '100234.337000', '100234.340000', '100234.343000', '100234.346000', '100234.349000', '100234.352000', '100234.355000', '100234.357000', '100234.360000', '100234.363000', '100234.366000', '100234.369000', '100234.372000', '100234.374000', '100234.377000', '100234.380000', '100234.383000', '100234.386000', '100234.389000', '100234.392000', '100234.395000', '100234.397000', '100234.400000', '100234.403000', '100234.406000', '100234.409000', '100234.412000', '100234.415000', '100234.417000', '100234.420000', '100234.423000', '100254.301000', '100254.304000', '100254.307000', '100254.310000', '100254.314000', '100254.318000', '100254.321000', '100254.324000', '100254.327000', '100254.329000', '100254.332000', '100254.335000', '100254.338000', '100254.341000', '100254.344000', '100254.346000', '100254.349000', '100254.352000', '100254.355000', '100254.358000', '100254.361000', '100254.364000', '100254.366000', '100254.369000', '100254.372000', '100254.375000', '100254.378000', '100254.380000', '100254.384000', '100254.386000', '100254.389000', '100254.392000', '100254.395000', '100254.398000', '100254.401000', '100254.403000', '100254.406000', '100254.409000', '100254.412000', '100254.415000', '100254.418000', '100254.420000', '100254.430000', '100314.301000', '100314.304000', '100314.307000', '100314.310000', '100314.312000', '100314.315000', '100314.318000', '100314.321000', '100314.324000', '100314.327000', '100314.330000', '100314.333000', '100314.335000', '100314.338000', '100314.341000', '100314.344000', '100314.347000', '100314.350000', '100314.352000', '100314.355000', '100314.358000', '100314.361000', '100314.364000', '100314.367000', '100314.370000', '100314.372000', '100314.375000', '100314.378000', '100314.381000', '100314.384000', '100314.387000', '100314.390000', '100314.392000', '100314.395000', '100314.398000', '100314.401000', '100314.404000', '100314.407000', '100314.409000', '100314.412000', '100314.415000', '100314.418000', '100314.421000', '100314.424000', '100334.300000', '100334.303000', '100334.306000', '100334.309000', '100334.311000', '100334.315000', '100334.317000', '100334.320000', '100334.323000', '100334.326000', '100334.329000', '100334.332000', '100334.335000', '100334.338000', '100334.341000', '100334.344000', '100334.347000', '100334.349000', '100334.352000', '100334.355000', '100334.358000', '100334.361000', '100334.364000', '100334.367000', '100334.369000', '100334.372000', '100334.375000', '100334.378000', '100334.381000', '100334.384000', '100334.386000', '100334.389000', '100334.392000', '100334.395000', '100334.398000', '100334.401000', '100334.404000', '100334.406000', '100334.409000', '100334.412000', '100334.415000', '100334.418000', '100334.421000', '100354.300000', '100354.303000', '100354.306000', '100354.309000', '100354.312000', '100354.314000', '100354.317000', '100354.320000', '100354.323000', '100354.326000', '100354.329000', '100354.332000', '100354.335000', '100354.337000', '100354.340000', '100354.343000', '100354.346000', '100354.349000', '100354.352000', '100354.355000', '100354.357000', '100354.360000', '100354.363000', '100354.366000', '100354.369000', '100354.372000', '100354.383000', '100354.386000', '100354.389000', '100354.392000', '100354.395000', '100354.398000', '100354.401000', '100354.403000', '100354.406000', '100354.409000', '100354.412000', '100354.415000', '100354.418000', '100354.421000', '100354.423000', '100354.426000', '100354.429000', '100354.432000', '100414.300000', '100414.303000', '100414.306000', '100414.309000', '100414.312000', '100414.314000', '100414.317000', '100414.320000', '100414.323000', '100414.326000', '100414.329000', '100414.331000', '100414.334000', '100414.337000', '100414.340000', '100414.343000', '100414.346000', '100414.349000', '100414.352000', '100414.355000', '100414.358000', '100414.361000', '100414.364000', '100414.366000', '100414.369000', '100414.372000', '100414.375000', '100414.378000', '100414.381000', '100414.383000', '100414.386000', '100414.389000', '100414.392000', '100414.395000', '100414.398000', '100414.401000', '100414.403000', '100414.406000', '100414.409000', '100414.412000', '100414.415000', '100414.418000', '100414.421000', '100434.301000', '100434.304000', '100434.307000', '100434.310000', '100434.313000', '100434.316000', '100434.318000', '100434.321000', '100434.324000', '100434.327000', '100434.330000', '100434.333000', '100434.335000', '100434.338000', '100434.341000', '100434.344000', '100434.347000', '100434.350000', '100434.353000', '100434.355000', '100434.358000', '100434.361000', '100434.364000', '100434.367000', '100434.370000', '100434.373000', '100434.376000', '100434.379000', '100434.381000', '100434.384000', '100434.387000', '100434.390000', '100434.393000', '100434.396000', '100434.399000', '100434.401000', '100434.404000', '100434.407000', '100434.410000', '100434.413000', '100434.416000', '100434.419000', '100434.421000', '100434.424000', '100454.301000', '100454.304000', '100454.307000', '100454.310000', '100454.313000', '100454.316000', '100454.318000', '100454.321000', '100454.324000', '100454.327000', '100454.330000', '100454.333000', '100454.336000', '100454.338000', '100454.341000', '100454.344000', '100454.347000', '100454.351000', '100454.354000', '100454.357000', '100454.360000', '100454.363000', '100454.366000', '100454.369000', '100454.372000', '100454.375000', '100454.378000', '100454.380000', '100454.383000', '100454.386000', '100454.389000', '100454.392000', '100454.395000', '100454.397000', '100454.400000', '100454.403000', '100454.406000', '100454.409000', '100454.412000', '100454.415000', '100454.418000', '100454.424000', '100454.427000', '100514.301000', '100514.304000', '100514.307000', '100514.310000', '100514.313000', '100514.316000', '100514.318000', '100514.321000', '100514.324000', '100514.327000', '100514.330000', '100514.333000', '100514.336000', '100514.339000', '100514.341000', '100514.344000', '100514.347000', '100514.350000', '100514.353000', '100514.356000', '100514.359000', '100514.361000', '100514.364000', '100514.367000', '100514.370000', '100514.373000', '100514.376000', '100514.378000', '100514.381000', '100514.384000', '100514.387000', '100514.390000', '100514.393000', '100514.396000', '100514.399000', '100514.401000', '100514.404000', '100514.407000', '100514.410000', '100514.413000', '100514.416000', '100514.419000', '100514.421000', '100514.424000', '100534.301000', '100534.304000', '100534.307000', '100534.310000', '100534.313000', '100534.316000', '100534.319000', '100534.322000', '100534.324000', '100534.327000', '100534.330000', '100534.333000', '100534.336000', '100534.339000', '100534.342000', '100534.344000', '100534.347000', '100534.350000', '100534.353000', '100534.356000', '100534.359000', '100534.362000', '100534.365000', '100534.368000', '100534.370000', '100534.373000', '100534.376000', '100534.379000', '100534.382000', '100534.385000', '100534.388000', '100534.391000', '100534.394000', '100534.397000', '100534.400000', '100534.402000', '100534.405000', '100534.408000', '100534.411000', '100534.414000', '100534.417000', '100534.420000', '100534.423000', '100554.300000', '100554.303000', '100554.306000', '100554.309000', '100554.312000', '100554.315000', '100554.317000', '100554.320000', '100554.323000', '100554.326000', '100554.329000', '100554.340000', '100554.343000', '100554.346000', '100554.348000', '100554.351000', '100554.354000', '100554.357000', '100554.360000', '100554.363000', '100554.366000', '100554.368000', '100554.371000', '100554.374000', '100554.377000', '100554.380000', '100554.383000', '100554.386000', '100554.388000', '100554.391000', '100554.394000', '100554.397000', '100554.400000', '100554.403000', '100554.406000', '100554.409000', '100554.411000', '100554.414000', '100554.417000', '100554.420000', '100554.423000', '100554.426000', '100554.428000', '100554.431000', '100614.300000', '100614.303000', '100614.306000', '100614.309000', '100614.312000', '100614.315000', '100614.318000', '100614.320000', '100614.323000', '100614.326000', '100614.329000', '100614.332000', '100614.336000', '100614.339000', '100614.349000', '100614.352000', '100614.355000', '100614.358000', '100614.361000', '100614.364000', '100614.367000', '100614.370000', '100614.373000', '100614.375000', '100614.378000', '100614.381000', '100614.384000', '100614.387000', '100614.390000', '100614.394000', '100614.396000', '100614.400000', '100614.402000', '100614.405000', '100614.408000', '100614.411000', '100614.414000', '100614.417000', '100614.420000', '100614.423000', '100614.426000', '100614.428000', '100614.431000', '100634.300000', '100634.303000', '100634.306000', '100634.309000', '100634.312000', '100634.315000', '100634.318000', '100634.320000', '100634.323000', '100634.326000', '100634.329000', '100634.332000', '100634.335000', '100634.338000', '100634.341000', '100634.343000', '100634.346000', '100634.349000', '100634.352000', '100634.355000', '100634.358000', '100634.361000', '100634.364000', '100634.366000', '100634.369000', '100634.372000', '100634.375000', '100634.378000', '100634.381000', '100634.384000', '100634.386000', '100634.390000', '100634.393000', '100634.396000', '100634.399000', '100634.402000', '100634.405000', '100634.407000', '100634.410000', '100634.413000', '100634.416000', '100634.419000', '100634.422000', '100634.425000', '100654.301000', '100654.304000', '100654.307000', '100654.310000', '100654.313000', '100654.316000', '100654.318000', '100654.321000', '100654.324000', '100654.327000', '100654.330000', '100654.333000', '100654.336000', '100654.338000', '100654.341000', '100654.344000', '100654.347000', '100654.350000', '100654.366000', '100654.369000', '100654.372000', '100654.376000', '100654.379000', '100654.382000', '100654.385000', '100654.387000', '100654.390000', '100654.393000', '100654.396000', '100654.399000', '100654.402000', '100654.405000', '100654.408000', '100654.410000', '100654.413000', '100654.416000', '100654.419000', '100654.422000', '100654.425000', '100654.428000', '100654.431000', '100654.434000', '100654.437000', '100714.301000', '100714.304000', '100714.307000', '100714.310000', '100714.313000', '100714.316000', '100714.318000', '100714.321000', '100714.324000', '100714.327000', '100714.330000', '100714.333000', '100714.335000', '100714.338000', '100714.341000', '100714.344000', '100714.347000', '100714.350000', '100714.353000', '100714.356000', '100714.358000', '100714.361000', '100714.364000', '100714.367000', '100714.370000', '100714.373000', '100714.376000', '100714.378000', '100714.381000', '100714.384000', '100714.387000', '100714.390000', '100714.393000', '100714.396000', '100714.399000', '100714.401000', '100714.404000', '100714.407000', '100714.410000', '100714.413000', '100714.416000', '100714.419000', '100714.421000', '100714.424000', '100734.301000', '100734.304000', '100734.307000', '100734.310000', '100734.313000', '100734.316000', '100734.319000', '100734.322000', '100734.324000', '100734.327000', '100734.330000', '100734.333000', '100734.336000', '100734.339000', '100734.341000', '100734.344000', '100734.347000', '100734.350000', '100734.353000', '100734.356000', '100734.359000', '100734.362000', '100734.364000', '100734.367000', '100734.370000', '100734.374000', '100734.378000', '100734.380000', '100734.383000', '100734.386000', '100734.389000', '100734.392000', '100734.395000', '100734.398000', '100734.401000', '100734.404000', '100734.407000', '100734.409000', '100734.412000', '100734.415000', '100734.418000', '100734.421000', '100734.424000', '100754.300000', '100754.303000', '100754.306000', '100754.309000', '100754.312000', '100754.315000', '100754.318000', '100754.320000', '100754.323000', '100754.326000', '100754.329000', '100754.332000', '100754.335000', '100754.337000', '100754.340000', '100754.343000', '100754.346000', '100754.349000', '100754.352000', '100754.355000', '100754.358000', '100754.361000', '100754.363000', '100754.366000', '100754.369000', '100754.372000', '100754.375000', '100754.378000', '100754.381000', '100754.383000', '100754.386000', '100754.389000', '100754.392000', '100754.395000', '100754.398000', '100754.401000', '100754.404000', '100754.407000', '100754.409000', '100754.412000', '100754.415000', '100754.418000', '100754.421000', '100754.424000', '100814.300000', '100814.303000', '100814.306000', '100814.309000', '100814.312000', '100814.315000', '100814.318000', '100814.320000', '100814.323000', '100814.326000', '100814.329000', '100814.332000', '100814.334000', '100814.337000', '100814.356000', '100814.359000', '100814.362000', '100814.365000', '100814.368000', '100814.370000', '100814.373000', '100814.376000', '100814.379000', '100814.382000', '100814.385000', '100814.387000', '100814.390000', '100814.393000', '100814.396000', '100814.399000', '100814.402000', '100814.405000', '100814.408000', '100814.410000', '100814.413000', '100814.416000', '100814.419000', '100814.422000', '100814.425000', '100814.428000', '100814.430000', '100814.433000', '100814.436000', '100834.300000', '100834.303000', '100834.306000', '100834.309000', '100834.312000', '100834.314000', '100834.317000', '100834.320000', '100834.323000', '100834.326000', '100834.329000', '100834.332000', '100834.334000', '100834.337000', '100834.340000', '100834.343000', '100834.346000', '100834.349000', '100834.352000', '100834.355000', '100834.357000', '100834.360000', '100834.363000', '100834.366000', '100834.369000', '100834.372000', '100834.375000', '100834.377000', '100834.380000', '100834.383000', '100834.386000', '100834.389000', '100834.392000', '100834.395000', '100834.397000', '100834.400000', '100834.403000', '100834.406000', '100834.409000', '100834.412000', '100834.415000', '100834.417000', '100834.420000', '100834.423000', '100854.301000', '100854.304000', '100854.307000', '100854.310000', '100854.313000', '100854.316000', '100854.318000', '100854.321000', '100854.324000', '100854.327000', '100854.330000', '100854.333000', '100854.336000', '100854.339000', '100854.341000', '100854.344000', '100854.347000', '100854.350000', '100854.353000', '100854.356000', '100854.359000', '100854.361000', '100854.364000', '100854.367000', '100854.370000', '100854.373000', '100854.376000', '100854.379000', '100854.381000', '100854.384000', '100854.387000', '100854.390000', '100854.393000', '100854.396000', '100854.399000', '100854.402000', '100854.404000', '100854.407000', '100854.410000', '100854.414000', '100854.417000', '100854.420000', '100854.423000', '100908.787000', '100908.791000', '100908.794000', '100908.798000', '100908.801000', '100908.804000', '100908.807000', '100908.810000', '100908.813000', '100908.816000', '100908.819000', '100908.822000', '100908.825000', '100908.828000', '100908.831000', '100908.834000', '100908.837000', '100908.840000', '100908.843000', '100908.846000', '100908.849000', '100908.852000', '100908.855000', '100908.858000', '100908.861000', '100908.864000', '100908.867000', '100908.869000', '100908.872000', '100908.875000', '100908.878000', '100908.881000'], 'InstanceCreationTime': ['100054.333000', '100054.337000', '100054.340000', '100054.343000', '100054.345000', '100054.348000', '100054.351000', '100054.354000', '100054.357000', '100054.360000', '100054.363000', '100054.366000', '100054.369000', '100054.383000', '100054.386000', '100054.389000', '100054.392000', '100054.395000', '100054.398000', '100054.401000', '100054.403000', '100054.406000', '100054.409000', '100114.300000', '100114.303000', '100114.306000', '100114.309000', '100114.312000', '100114.315000', '100114.317000', '100114.320000', '100114.323000', '100114.331000', '100114.334000', '100114.337000', '100114.340000', '100114.343000', '100114.345000', '100114.348000', '100114.351000', '100114.354000', '100114.357000', '100114.360000', '100114.362000', '100114.365000', '100114.368000', '100114.371000', '100114.374000', '100114.377000', '100114.379000', '100114.382000', '100114.385000', '100114.388000', '100114.391000', '100114.394000', '100114.397000', '100114.400000', '100114.402000', '100114.408000', '100114.411000', '100114.414000', '100114.417000', '100114.420000', '100114.424000', '100114.427000', '100114.430000', '100134.300000', '100134.303000', '100134.306000', '100134.309000', '100134.312000', '100134.314000', '100134.317000', '100134.320000', '100134.323000', '100134.326000', '100134.329000', '100134.331000', '100134.334000', '100134.337000', '100134.340000', '100134.343000', '100134.345000', '100134.348000', '100134.351000', '100134.354000', '100134.357000', '100134.360000', '100134.363000', '100134.365000', '100134.368000', '100134.371000', '100134.374000', '100134.377000', '100134.380000', '100134.382000', '100134.393000', '100134.396000', '100134.399000', '100134.402000', '100134.405000', '100134.408000', '100134.410000', '100134.413000', '100134.416000', '100134.419000', '100134.422000', '100134.425000', '100134.428000', '100134.430000', '100154.300000', '100154.303000', '100154.306000', '100154.309000', '100154.312000', '100154.314000', '100154.317000', '100154.320000', '100154.323000', '100154.326000', '100154.329000', '100154.331000', '100154.337000', '100154.339000', '100154.342000', '100154.345000', '100154.348000', '100154.351000', '100154.354000', '100154.357000', '100154.360000', '100154.362000', '100154.365000', '100154.368000', '100154.371000', '100154.374000', '100154.376000', '100154.379000', '100154.382000', '100154.385000', '100154.388000', '100154.391000', '100154.394000', '100154.397000', '100154.399000', '100154.402000', '100154.405000', '100154.408000', '100154.411000', '100154.414000', '100154.416000', '100154.419000', '100154.422000', '100214.301000', '100214.304000', '100214.307000', '100214.310000', '100214.312000', '100214.315000', '100214.318000', '100214.321000', '100214.324000', '100214.327000', '100214.329000', '100214.332000', '100214.335000', '100214.338000', '100214.341000', '100214.344000', '100214.346000', '100214.349000', '100214.352000', '100214.355000', '100214.358000', '100214.361000', '100214.364000', '100214.366000', '100214.369000', '100214.372000', '100214.375000', '100214.378000', '100214.380000', '100214.383000', '100214.400000', '100214.402000', '100214.405000', '100214.417000', '100214.420000', '100214.422000', '100214.425000', '100214.428000', '100214.431000', '100214.434000', '100214.437000', '100214.440000', '100214.442000', '100214.445000', '100234.301000', '100234.306000', '100234.309000', '100234.312000', '100234.315000', '100234.318000', '100234.320000', '100234.323000', '100234.326000', '100234.329000', '100234.332000', '100234.335000', '100234.337000', '100234.340000', '100234.343000', '100234.346000', '100234.349000', '100234.352000', '100234.355000', '100234.357000', '100234.360000', '100234.363000', '100234.366000', '100234.369000', '100234.372000', '100234.374000', '100234.377000', '100234.380000', '100234.383000', '100234.386000', '100234.389000', '100234.392000', '100234.395000', '100234.397000', '100234.400000', '100234.403000', '100234.406000', '100234.409000', '100234.412000', '100234.415000', '100234.417000', '100234.420000', '100234.423000', '100254.301000', '100254.304000', '100254.307000', '100254.310000', '100254.314000', '100254.318000', '100254.321000', '100254.324000', '100254.327000', '100254.329000', '100254.332000', '100254.335000', '100254.338000', '100254.341000', '100254.344000', '100254.346000', '100254.349000', '100254.352000', '100254.355000', '100254.358000', '100254.361000', '100254.364000', '100254.366000', '100254.369000', '100254.372000', '100254.375000', '100254.378000', '100254.380000', '100254.384000', '100254.386000', '100254.389000', '100254.392000', '100254.395000', '100254.398000', '100254.401000', '100254.403000', '100254.406000', '100254.409000', '100254.412000', '100254.415000', '100254.418000', '100254.420000', '100254.430000', '100314.301000', '100314.304000', '100314.307000', '100314.310000', '100314.312000', '100314.315000', '100314.318000', '100314.321000', '100314.324000', '100314.327000', '100314.330000', '100314.333000', '100314.335000', '100314.338000', '100314.341000', '100314.344000', '100314.347000', '100314.350000', '100314.352000', '100314.355000', '100314.358000', '100314.361000', '100314.364000', '100314.367000', '100314.370000', '100314.372000', '100314.375000', '100314.378000', '100314.381000', '100314.384000', '100314.387000', '100314.390000', '100314.392000', '100314.395000', '100314.398000', '100314.401000', '100314.404000', '100314.407000', '100314.409000', '100314.412000', '100314.415000', '100314.418000', '100314.421000', '100314.424000', '100334.300000', '100334.303000', '100334.306000', '100334.309000', '100334.311000', '100334.315000', '100334.317000', '100334.320000', '100334.323000', '100334.326000', '100334.329000', '100334.332000', '100334.335000', '100334.338000', '100334.341000', '100334.344000', '100334.347000', '100334.349000', '100334.352000', '100334.355000', '100334.358000', '100334.361000', '100334.364000', '100334.367000', '100334.369000', '100334.372000', '100334.375000', '100334.378000', '100334.381000', '100334.384000', '100334.386000', '100334.389000', '100334.392000', '100334.395000', '100334.398000', '100334.401000', '100334.404000', '100334.406000', '100334.409000', '100334.412000', '100334.415000', '100334.418000', '100334.421000', '100354.300000', '100354.303000', '100354.306000', '100354.309000', '100354.312000', '100354.314000', '100354.317000', '100354.320000', '100354.323000', '100354.326000', '100354.329000', '100354.332000', '100354.335000', '100354.337000', '100354.340000', '100354.343000', '100354.346000', '100354.349000', '100354.352000', '100354.355000', '100354.357000', '100354.360000', '100354.363000', '100354.366000', '100354.369000', '100354.372000', '100354.383000', '100354.386000', '100354.389000', '100354.392000', '100354.395000', '100354.398000', '100354.401000', '100354.403000', '100354.406000', '100354.409000', '100354.412000', '100354.415000', '100354.418000', '100354.421000', '100354.423000', '100354.426000', '100354.429000', '100354.432000', '100414.300000', '100414.303000', '100414.306000', '100414.309000', '100414.312000', '100414.314000', '100414.317000', '100414.320000', '100414.323000', '100414.326000', '100414.329000', '100414.331000', '100414.334000', '100414.337000', '100414.340000', '100414.343000', '100414.346000', '100414.349000', '100414.352000', '100414.355000', '100414.358000', '100414.361000', '100414.364000', '100414.366000', '100414.369000', '100414.372000', '100414.375000', '100414.378000', '100414.381000', '100414.383000', '100414.386000', '100414.389000', '100414.392000', '100414.395000', '100414.398000', '100414.401000', '100414.403000', '100414.406000', '100414.409000', '100414.412000', '100414.415000', '100414.418000', '100414.421000', '100434.301000', '100434.304000', '100434.307000', '100434.310000', '100434.313000', '100434.316000', '100434.318000', '100434.321000', '100434.324000', '100434.327000', '100434.330000', '100434.333000', '100434.335000', '100434.338000', '100434.341000', '100434.344000', '100434.347000', '100434.350000', '100434.353000', '100434.355000', '100434.358000', '100434.361000', '100434.364000', '100434.367000', '100434.370000', '100434.373000', '100434.376000', '100434.379000', '100434.381000', '100434.384000', '100434.387000', '100434.390000', '100434.393000', '100434.396000', '100434.399000', '100434.401000', '100434.404000', '100434.407000', '100434.410000', '100434.413000', '100434.416000', '100434.419000', '100434.421000', '100434.424000', '100454.301000', '100454.304000', '100454.307000', '100454.310000', '100454.313000', '100454.316000', '100454.318000', '100454.321000', '100454.324000', '100454.327000', '100454.330000', '100454.333000', '100454.336000', '100454.338000', '100454.341000', '100454.344000', '100454.347000', '100454.351000', '100454.354000', '100454.357000', '100454.360000', '100454.363000', '100454.366000', '100454.369000', '100454.372000', '100454.375000', '100454.378000', '100454.380000', '100454.383000', '100454.386000', '100454.389000', '100454.392000', '100454.395000', '100454.397000', '100454.400000', '100454.403000', '100454.406000', '100454.409000', '100454.412000', '100454.415000', '100454.418000', '100454.424000', '100454.427000', '100514.301000', '100514.304000', '100514.307000', '100514.310000', '100514.313000', '100514.316000', '100514.318000', '100514.321000', '100514.324000', '100514.327000', '100514.330000', '100514.333000', '100514.336000', '100514.339000', '100514.341000', '100514.344000', '100514.347000', '100514.350000', '100514.353000', '100514.356000', '100514.359000', '100514.361000', '100514.364000', '100514.367000', '100514.370000', '100514.373000', '100514.376000', '100514.378000', '100514.381000', '100514.384000', '100514.387000', '100514.390000', '100514.393000', '100514.396000', '100514.399000', '100514.401000', '100514.404000', '100514.407000', '100514.410000', '100514.413000', '100514.416000', '100514.419000', '100514.421000', '100514.424000', '100534.301000', '100534.304000', '100534.307000', '100534.310000', '100534.313000', '100534.316000', '100534.319000', '100534.322000', '100534.324000', '100534.327000', '100534.330000', '100534.333000', '100534.336000', '100534.339000', '100534.342000', '100534.344000', '100534.347000', '100534.350000', '100534.353000', '100534.356000', '100534.359000', '100534.362000', '100534.365000', '100534.368000', '100534.370000', '100534.373000', '100534.376000', '100534.379000', '100534.382000', '100534.385000', '100534.388000', '100534.391000', '100534.394000', '100534.397000', '100534.400000', '100534.402000', '100534.405000', '100534.408000', '100534.411000', '100534.414000', '100534.417000', '100534.420000', '100534.423000', '100554.300000', '100554.303000', '100554.306000', '100554.309000', '100554.312000', '100554.315000', '100554.317000', '100554.320000', '100554.323000', '100554.326000', '100554.329000', '100554.340000', '100554.343000', '100554.346000', '100554.348000', '100554.351000', '100554.354000', '100554.357000', '100554.360000', '100554.363000', '100554.366000', '100554.368000', '100554.371000', '100554.374000', '100554.377000', '100554.380000', '100554.383000', '100554.386000', '100554.388000', '100554.391000', '100554.394000', '100554.397000', '100554.400000', '100554.403000', '100554.406000', '100554.409000', '100554.411000', '100554.414000', '100554.417000', '100554.420000', '100554.423000', '100554.426000', '100554.428000', '100554.431000', '100614.300000', '100614.303000', '100614.306000', '100614.309000', '100614.312000', '100614.315000', '100614.318000', '100614.320000', '100614.323000', '100614.326000', '100614.329000', '100614.332000', '100614.336000', '100614.339000', '100614.349000', '100614.352000', '100614.355000', '100614.358000', '100614.361000', '100614.364000', '100614.367000', '100614.370000', '100614.373000', '100614.375000', '100614.378000', '100614.381000', '100614.384000', '100614.387000', '100614.390000', '100614.394000', '100614.396000', '100614.400000', '100614.402000', '100614.405000', '100614.408000', '100614.411000', '100614.414000', '100614.417000', '100614.420000', '100614.423000', '100614.426000', '100614.428000', '100614.431000', '100634.300000', '100634.303000', '100634.306000', '100634.309000', '100634.312000', '100634.315000', '100634.318000', '100634.320000', '100634.323000', '100634.326000', '100634.329000', '100634.332000', '100634.335000', '100634.338000', '100634.341000', '100634.343000', '100634.346000', '100634.349000', '100634.352000', '100634.355000', '100634.358000', '100634.361000', '100634.364000', '100634.366000', '100634.369000', '100634.372000', '100634.375000', '100634.378000', '100634.381000', '100634.384000', '100634.386000', '100634.390000', '100634.393000', '100634.396000', '100634.399000', '100634.402000', '100634.405000', '100634.407000', '100634.410000', '100634.413000', '100634.416000', '100634.419000', '100634.422000', '100634.425000', '100654.301000', '100654.304000', '100654.307000', '100654.310000', '100654.313000', '100654.316000', '100654.318000', '100654.321000', '100654.324000', '100654.327000', '100654.330000', '100654.333000', '100654.336000', '100654.338000', '100654.341000', '100654.344000', '100654.347000', '100654.350000', '100654.366000', '100654.369000', '100654.372000', '100654.376000', '100654.379000', '100654.382000', '100654.385000', '100654.387000', '100654.390000', '100654.393000', '100654.396000', '100654.399000', '100654.402000', '100654.405000', '100654.408000', '100654.410000', '100654.413000', '100654.416000', '100654.419000', '100654.422000', '100654.425000', '100654.428000', '100654.431000', '100654.434000', '100654.437000', '100714.301000', '100714.304000', '100714.307000', '100714.310000', '100714.313000', '100714.316000', '100714.318000', '100714.321000', '100714.324000', '100714.327000', '100714.330000', '100714.333000', '100714.335000', '100714.338000', '100714.341000', '100714.344000', '100714.347000', '100714.350000', '100714.353000', '100714.356000', '100714.358000', '100714.361000', '100714.364000', '100714.367000', '100714.370000', '100714.373000', '100714.376000', '100714.378000', '100714.381000', '100714.384000', '100714.387000', '100714.390000', '100714.393000', '100714.396000', '100714.399000', '100714.401000', '100714.404000', '100714.407000', '100714.410000', '100714.413000', '100714.416000', '100714.419000', '100714.421000', '100714.424000', '100734.301000', '100734.304000', '100734.307000', '100734.310000', '100734.313000', '100734.316000', '100734.319000', '100734.322000', '100734.324000', '100734.327000', '100734.330000', '100734.333000', '100734.336000', '100734.339000', '100734.341000', '100734.344000', '100734.347000', '100734.350000', '100734.353000', '100734.356000', '100734.359000', '100734.362000', '100734.364000', '100734.367000', '100734.370000', '100734.374000', '100734.378000', '100734.380000', '100734.383000', '100734.386000', '100734.389000', '100734.392000', '100734.395000', '100734.398000', '100734.401000', '100734.404000', '100734.407000', '100734.409000', '100734.412000', '100734.415000', '100734.418000', '100734.421000', '100734.424000', '100754.300000', '100754.303000', '100754.306000', '100754.309000', '100754.312000', '100754.315000', '100754.318000', '100754.320000', '100754.323000', '100754.326000', '100754.329000', '100754.332000', '100754.335000', '100754.337000', '100754.340000', '100754.343000', '100754.346000', '100754.349000', '100754.352000', '100754.355000', '100754.358000', '100754.361000', '100754.363000', '100754.366000', '100754.369000', '100754.372000', '100754.375000', '100754.378000', '100754.381000', '100754.383000', '100754.386000', '100754.389000', '100754.392000', '100754.395000', '100754.398000', '100754.401000', '100754.404000', '100754.407000', '100754.409000', '100754.412000', '100754.415000', '100754.418000', '100754.421000', '100754.424000', '100814.300000', '100814.303000', '100814.306000', '100814.309000', '100814.312000', '100814.315000', '100814.318000', '100814.320000', '100814.323000', '100814.326000', '100814.329000', '100814.332000', '100814.334000', '100814.337000', '100814.356000', '100814.359000', '100814.362000', '100814.365000', '100814.368000', '100814.370000', '100814.373000', '100814.376000', '100814.379000', '100814.382000', '100814.385000', '100814.387000', '100814.390000', '100814.393000', '100814.396000', '100814.399000', '100814.402000', '100814.405000', '100814.408000', '100814.410000', '100814.413000', '100814.416000', '100814.419000', '100814.422000', '100814.425000', '100814.428000', '100814.430000', '100814.433000', '100814.436000', '100834.300000', '100834.303000', '100834.306000', '100834.309000', '100834.312000', '100834.314000', '100834.317000', '100834.320000', '100834.323000', '100834.326000', '100834.329000', '100834.332000', '100834.334000', '100834.337000', '100834.340000', '100834.343000', '100834.346000', '100834.349000', '100834.352000', '100834.355000', '100834.357000', '100834.360000', '100834.363000', '100834.366000', '100834.369000', '100834.372000', '100834.375000', '100834.377000', '100834.380000', '100834.383000', '100834.386000', '100834.389000', '100834.392000', '100834.395000', '100834.397000', '100834.400000', '100834.403000', '100834.406000', '100834.409000', '100834.412000', '100834.415000', '100834.417000', '100834.420000', '100834.423000', '100854.301000', '100854.304000', '100854.307000', '100854.310000', '100854.313000', '100854.316000', '100854.318000', '100854.321000', '100854.324000', '100854.327000', '100854.330000', '100854.333000', '100854.336000', '100854.339000', '100854.341000', '100854.344000', '100854.347000', '100854.350000', '100854.353000', '100854.356000', '100854.359000', '100854.361000', '100854.364000', '100854.367000', '100854.370000', '100854.373000', '100854.376000', '100854.379000', '100854.381000', '100854.384000', '100854.387000', '100854.390000', '100854.393000', '100854.396000', '100854.399000', '100854.402000', '100854.404000', '100854.407000', '100854.410000', '100854.414000', '100854.417000', '100854.420000', '100854.423000', '100908.787000', '100908.791000', '100908.794000', '100908.798000', '100908.801000', '100908.804000', '100908.807000', '100908.810000', '100908.813000', '100908.816000', '100908.819000', '100908.822000', '100908.825000', '100908.828000', '100908.831000', '100908.834000', '100908.837000', '100908.840000', '100908.843000', '100908.846000', '100908.849000', '100908.852000', '100908.855000', '100908.858000', '100908.861000', '100908.864000', '100908.867000', '100908.869000', '100908.872000', '100908.875000', '100908.878000', '100908.881000'], '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': [7968, 7935, 8273, 8792, 8000, 11937, 9746, 10390, 12043, 7852, 7539, 7753, 8271, 8316, 8145, 9994, 8229, 10642, 9623, 7807, 7258, 7832, 8006, 7969, 8166, 12198, 9187, 13817, 10457, 8445, 7840, 7779, 7392, 7798, 7808, 7936, 7983, 13216, 7688, 11741, 8190, 8063, 8374, 8125, 9872, 7934, 12460, 7808, 13842, 10351, 8875, 7499, 7800, 7492, 7853, 7909, 7970, 7953, 10280, 8071, 12204, 8795, 7998, 7839, 7997, 7230, 8012, 8034, 7859, 11747, 9640, 8074, 12337, 7904, 7766, 6647, 7926, 8156, 7881, 7959, 9565, 7734, 8543, 8103, 7940, 8266, 7796, 11272, 9287, 8868, 13751, 10489, 7992, 7846, 7703, 8546, 7938, 8317, 8712, 8103, 13993, 10390, 9426, 8889, 7712, 7652, 7899, 8114, 8377, 8095, 13796, 10442, 11615, 10153, 7781, 8180, 8480, 7781, 8996, 7765, 11844, 7663, 13047, 9507, 12043, 9630, 7789, 7164, 7798, 7939, 8040, 7876, 8179, 8012, 9559, 7953, 11959, 8552, 9202, 7856, 7999, 8256, 8020, 8549, 8276, 12147, 8136, 7763, 6872, 8117, 7139, 8350, 7796, 8169, 11485, 8799, 8896, 11600, 8018, 8384, 7979, 8191, 8176, 8311, 12799, 8326, 13750, 10999, 8122, 7583, 7977, 7692, 7932, 8183, 11158, 8261, 10101, 7170, 8036, 7579, 7943, 9860, 7877, 8201, 9453, 8668, 14315, 10082, 8269, 8535, 8215, 8220, 8147, 8283, 8213, 8436, 12768, 8628, 8005, 7181, 8262, 7898, 8371, 8578, 8334, 12362, 9693, 8415, 11070, 8346, 8071, 8432, 8323, 8312, 8411, 11195, 8832, 9110, 9801, 8328, 7438, 8489, 8284, 7895, 8492, 11338, 9687, 11545, 11113, 8177, 8891, 7096, 8486, 9182, 8362, 12025, 9298, 11050, 14510, 9517, 11780, 8267, 8438, 8102, 8317, 9785, 8125, 13458, 9093, 8432, 7068, 8360, 7646, 8260, 8146, 8620, 8648, 11273, 8038, 8021, 8365, 8172, 9157, 8444, 11451, 9272, 13067, 8341, 8259, 7517, 6898, 11531, 9252, 7469, 14193, 10583, 8009, 9283, 6973, 8027, 7903, 8352, 7835, 8247, 8651, 11597, 8787, 12450, 9485, 13265, 9330, 13617, 9905, 10800, 8107, 8239, 9016, 7871, 7825, 6678, 8176, 7289, 8085, 7564, 8053, 7952, 12061, 9264, 10669, 7408, 8179, 8459, 8323, 8696, 8390, 7900, 12629, 8577, 11469, 8252, 8021, 8470, 8539, 9349, 8648, 7790, 8733, 8259, 11266, 8937, 7445, 8975, 8376, 9099, 8437, 7704, 9548, 7650, 11374, 7667, 12472, 8208, 11677, 8247, 7137, 7321, 7790, 8974, 7956, 11055, 8914, 7732, 10349, 7967, 7322, 7063, 8211, 11034, 9087, 7546, 11252, 8489, 7464, 7940, 8333, 10781, 8622, 13193, 9565, 8393, 13055, 8690, 10818, 7845, 8141, 9072, 8455, 9518, 8509, 8137, 10882, 8558, 8721, 8694, 7885, 8190, 8334, 9493, 8305, 11378, 8684, 8249, 8347, 8398, 8569, 8694, 7578, 10163, 8300, 12541, 8874, 12145, 8551, 7774, 8462, 7411, 8814, 7831, 11669, 8339, 12529, 8458, 8152, 7548, 8397, 8005, 8652, 8011, 10851, 8669, 12527, 9706, 7946, 8929, 8333, 11258, 8610, 12972, 9744, 8479, 12819, 8412, 7981, 7101, 8391, 9951, 8549, 9227, 10754, 8450, 13172, 7733, 8243, 8062, 8535, 10135, 8619, 10393, 8881, 8644, 12851, 9523, 10707, 8555, 8394, 8005, 8591, 10302, 8659, 11230, 8907, 8436, 10699, 8366, 7886, 8492, 7958, 7786, 8401, 10414, 9368, 9061, 10743, 8510, 8673, 8584, 7921, 8999, 8692, 12358, 8865, 13106, 9526, 8413, 8499, 8668, 8437, 8465, 7891, 8557, 8414, 11753, 9200, 12835, 7395, 8389, 7446, 8577, 8596, 8641, 9823, 9407, 8524, 12585, 8722, 12230, 8401, 8487, 8252, 8100, 8336, 8102, 12130, 8778, 13293, 8122, 7845, 7316, 8255, 7773, 8287, 7932, 10856, 8314, 7929, 7198, 7887, 8487, 8175, 10027, 8325, 7921, 11349, 8534, 12015, 9204, 8215, 9582, 8541, 11786, 8495, 11323, 8911, 9035, 13041, 8355, 9582, 6936, 8437, 7277, 8606, 9074, 8606, 7983, 10745, 8701, 12796, 9116, 8154, 8220, 8524, 10180, 8578, 11706, 9265, 12608, 9522, 8258, 7790, 8311, 7730, 8178, 7733, 10497, 8315, 12961, 9439, 8202, 8488, 8491, 7946, 8619, 8410, 11124, 9417, 12583, 10554, 8506, 10451, 8525, 9010, 8536, 8114, 9102, 8404, 11275, 8835, 12895, 8359, 8342, 7538, 8550, 7680, 8431, 8077, 10759, 8497, 12678, 9004, 12596, 8788, 8110, 9230, 8322, 10104, 8013, 10772, 8877, 7979, 11422, 7908, 7275, 7198, 7617, 8407, 7734, 10918, 8576, 7740, 9276, 7596, 7203, 7505, 7281, 11943, 7796, 13430, 9109, 8103, 9490, 7775, 7651, 7309, 7356, 11380, 9276, 9041, 10467, 7791, 8713, 7965, 7467, 9529, 7938, 9917, 10202, 7886, 13333, 8012, 7417, 8933, 7530, 7290, 11253, 9049, 10941, 10319, 7674, 8994, 8047, 7402, 11392, 7480, 12094, 9644, 8591, 12611, 8599, 9220, 6854, 7768, 7876, 7930, 9793, 8638, 7521, 12811, 9177, 7642, 8230, 7628, 9299, 7681, 9501, 12143, 7570, 13313, 8907, 7471, 8186, 7643, 9225, 7800, 7890, 12732, 8645, 12764, 7884, 7756, 9275, 8019, 11108, 9297, 10785, 11976, 7726, 13735, 8929, 7458, 7851, 7573, 7521, 9506, 7505, 11651, 9592, 9535, 10739, 7803, 9846, 7892, 8417, 7970, 7628, 11207, 7697, 11927, 9207, 7709, 9212, 7799, 8041, 7731, 8309, 7686, 7464, 12214, 8256, 12423, 8266, 7385, 6947, 7565, 8364, 7513, 9918, 8605, 7582, 8739, 7676, 7717, 7600, 8332, 7629, 11408, 9210, 12978, 8565, 7681, 7654, 7627, 8844, 7855, 12124, 9464, 7639, 11042, 7768, 7580, 7439, 7290, 9788, 8095, 12397, 9979, 7620, 10326, 7541, 7544, 9981, 7395, 12015, 7535, 13218, 8927, 13443, 9226, 9155, 7690, 7745, 7156, 7617, 7373, 8627, 7525, 11906, 8744, 7574, 7617, 7513, 8923, 7654, 10173, 8762, 13300, 9375, 7641, 11040, 8053, 7692, 6531, 7581, 8134, 7774, 10871, 8171, 7459, 9569, 7521, 7194, 8221, 6923, 7440, 9927, 9581, 7849, 8687, 7078, 8010, 7325, 8901, 7306, 8079, 6837, 6740, 8320, 12386, 12493, 12608, 11174, 9506, 12306, 12613, 10521, 9154, 10001, 8301, 8365, 11830, 10407, 8573, 8160, 8089, 8237, 8907, 7308, 8418, 8093, 8203, 7061, 7840, 8247, 7795, 7064, 8328, 8328, 10204, 8428, 8169, 9074, 8395, 9848, 8873, 8249, 13494, 10379, 11325, 10929, 8628, 8320, 7193, 8426, 10998, 8535, 8313, 11640, 8558, 12615, 9566, 8524, 10658, 8588, 13004, 9499, 12556, 9823, 9481, 12303, 8510, 8850, 8361, 8097, 8187, 8213, 9062, 8248, 10888, 8999, 11470, 8627, 8230, 7126, 8350, 8217, 8411, 9994, 8249, 11432, 9185, 8221, 7562, 8250, 7083, 8505, 7289, 8379, 8545, 8315, 8247, 11657, 8464, 8725, 8598, 8197, 9668, 8023, 13032, 8207, 12665, 10255, 9877, 7979, 8414, 7811, 8102, 8672, 8026, 7998, 10927, 8268, 9010, 8444, 8659, 8247, 9095, 8277, 9348, 9369, 8117, 12838, 8552, 8187, 7268, 8178, 7319, 8147, 8081, 8205, 8257, 9195, 8514, 8130, 8487, 8205, 8477, 8058, 11931, 9219, 12759, 9748, 8344, 9172, 8275, 9943, 8294, 10440, 8154, 10892, 9368, 8058, 10847, 8367, 8161, 8382, 7904, 8152, 8072, 10053, 7950, 12078, 8089, 10806, 8459, 8290, 8194, 7918, 9776, 7853, 11169, 8006, 12052, 8109, 11968, 8285, 8008, 8311, 7850, 8135, 7856, 9750, 7839, 11243, 8387, 8756, 8358, 8017, 8214, 8044, 9003, 11210, 9272, 8882, 13146, 8361, 8823, 8270, 7911, 8137, 7630, 9163, 7806, 11601, 8444, 11153, 8372, 8716, 8207, 9705, 8096, 10434, 8621, 10400, 9883, 8019, 8170, 8256, 7037, 8056, 7408, 8133, 7923, 7955, 7533, 10443, 8197, 7421, 8169, 7584, 8156, 11001, 8267, 10289, 8955, 8515, 12582, 8332, 9420, 8347, 8171, 7787, 7870, 10551, 8832, 11430, 8876, 8046, 8958, 8154], 'WindowCenter': [3793.0, 3789.0, 3775.0, 3774.0, 3762.0, 3803.0, 3783.0, 3781.0, 3791.0, 3759.0, 3747.0, 3748.0, 3758.0, 3758.0, 3758.0, 3781.0, 3761.0, 3781.0, 3770.0, 3748.0, 3748.0, 3749.0, 3761.0, 3760.0, 3758.0, 3791.0, 3771.0, 3802.0, 3780.0, 3758.0, 3747.0, 3747.0, 3736.0, 3760.0, 3747.0, 3759.0, 3748.0, 3791.0, 3748.0, 3779.0, 3758.0, 3747.0, 3758.0, 3746.0, 3768.0, 3746.0, 3778.0, 3747.0, 3790.0, 3768.0, 3756.0, 3735.0, 3735.0, 3734.0, 3745.0, 3745.0, 3746.0, 3745.0, 3778.0, 3747.0, 3790.0, 3759.0, 3758.0, 3747.0, 3747.0, 3735.0, 3746.0, 3746.0, 3747.0, 3778.0, 3768.0, 3747.0, 3788.0, 3746.0, 3745.0, 3724.0, 3756.0, 3757.0, 3760.0, 3759.0, 3780.0, 3759.0, 3770.0, 3759.0, 3759.0, 3759.0, 3759.0, 3791.0, 3783.0, 3771.0, 3803.0, 3782.0, 3759.0, 3748.0, 3748.0, 3757.0, 3748.0, 3758.0, 3758.0, 3747.0, 3801.0, 3770.0, 3768.0, 3757.0, 3746.0, 3735.0, 3746.0, 3746.0, 3757.0, 3748.0, 3790.0, 3769.0, 3778.0, 3767.0, 3746.0, 3746.0, 3756.0, 3734.0, 3756.0, 3745.0, 3777.0, 3746.0, 3788.0, 3768.0, 3777.0, 3756.0, 3735.0, 3723.0, 3734.0, 3743.0, 3745.0, 3745.0, 3746.0, 3744.0, 3766.0, 3745.0, 3788.0, 3757.0, 3755.0, 3745.0, 3745.0, 3745.0, 3745.0, 3758.0, 3757.0, 3789.0, 3748.0, 3747.0, 3726.0, 3758.0, 3737.0, 3758.0, 3746.0, 3758.0, 3789.0, 3759.0, 3768.0, 3779.0, 3747.0, 3756.0, 3757.0, 3755.0, 3756.0, 3756.0, 3789.0, 3757.0, 3789.0, 3778.0, 3746.0, 3745.0, 3745.0, 3744.0, 3757.0, 3758.0, 3790.0, 3760.0, 3779.0, 3737.0, 3748.0, 3747.0, 3748.0, 3766.0, 3747.0, 3757.0, 3769.0, 3757.0, 3790.0, 3769.0, 3746.0, 3745.0, 3745.0, 3745.0, 3746.0, 3745.0, 3758.0, 3758.0, 3790.0, 3758.0, 3747.0, 3736.0, 3757.0, 3745.0, 3757.0, 3756.0, 3757.0, 3789.0, 3768.0, 3756.0, 3777.0, 3756.0, 3744.0, 3755.0, 3756.0, 3755.0, 3758.0, 3790.0, 3768.0, 3768.0, 3780.0, 3758.0, 3745.0, 3757.0, 3756.0, 3747.0, 3758.0, 3791.0, 3782.0, 3791.0, 3791.0, 3760.0, 3769.0, 3738.0, 3758.0, 3757.0, 3758.0, 3778.0, 3769.0, 3779.0, 3802.0, 3770.0, 3777.0, 3745.0, 3744.0, 3744.0, 3745.0, 3766.0, 3746.0, 3788.0, 3758.0, 3757.0, 3734.0, 3745.0, 3734.0, 3757.0, 3745.0, 3756.0, 3756.0, 3777.0, 3746.0, 3745.0, 3745.0, 3744.0, 3767.0, 3756.0, 3777.0, 3756.0, 3788.0, 3756.0, 3745.0, 3746.0, 3748.0, 3790.0, 3768.0, 3736.0, 3789.0, 3768.0, 3747.0, 3755.0, 3735.0, 3747.0, 3759.0, 3759.0, 3748.0, 3757.0, 3757.0, 3779.0, 3746.0, 3778.0, 3757.0, 3765.0, 3744.0, 3776.0, 3757.0, 3754.0, 3718.0, 3718.0, 3727.0, 3717.0, 3717.0, 3696.0, 3729.0, 3720.0, 3732.0, 3732.0, 3732.0, 3733.0, 3775.0, 3756.0, 3764.0, 3723.0, 3744.0, 3743.0, 3744.0, 3745.0, 3746.0, 3746.0, 3778.0, 3746.0, 3767.0, 3745.0, 3733.0, 3733.0, 3744.0, 3754.0, 3745.0, 3735.0, 3757.0, 3758.0, 3779.0, 3758.0, 3736.0, 3756.0, 3746.0, 3756.0, 3758.0, 3747.0, 3768.0, 3734.0, 3778.0, 3734.0, 3777.0, 3744.0, 3776.0, 3744.0, 3720.0, 3722.0, 3732.0, 3754.0, 3746.0, 3777.0, 3756.0, 3745.0, 3767.0, 3746.0, 3735.0, 3737.0, 3757.0, 3778.0, 3758.0, 3760.0, 3792.0, 3771.0, 3761.0, 3759.0, 3759.0, 3777.0, 3759.0, 3790.0, 3770.0, 3761.0, 3792.0, 3758.0, 3767.0, 3735.0, 3734.0, 3744.0, 3745.0, 3767.0, 3757.0, 3747.0, 3766.0, 3757.0, 3756.0, 3757.0, 3744.0, 3746.0, 3744.0, 3768.0, 3759.0, 3779.0, 3757.0, 3758.0, 3757.0, 3759.0, 3757.0, 3759.0, 3746.0, 3780.0, 3757.0, 3779.0, 3756.0, 3776.0, 3756.0, 3734.0, 3745.0, 3733.0, 3755.0, 3744.0, 3778.0, 3759.0, 3790.0, 3757.0, 3746.0, 3746.0, 3759.0, 3747.0, 3759.0, 3758.0, 3780.0, 3758.0, 3790.0, 3769.0, 3747.0, 3757.0, 3746.0, 3777.0, 3757.0, 3789.0, 3768.0, 3746.0, 3788.0, 3747.0, 3745.0, 3734.0, 3744.0, 3766.0, 3756.0, 3756.0, 3779.0, 3758.0, 3790.0, 3747.0, 3757.0, 3746.0, 3757.0, 3767.0, 3758.0, 3768.0, 3758.0, 3756.0, 3791.0, 3769.0, 3766.0, 3745.0, 3745.0, 3745.0, 3755.0, 3766.0, 3757.0, 3777.0, 3757.0, 3745.0, 3767.0, 3756.0, 3744.0, 3755.0, 3745.0, 3746.0, 3758.0, 3779.0, 3769.0, 3769.0, 3779.0, 3759.0, 3757.0, 3758.0, 3748.0, 3757.0, 3757.0, 3790.0, 3759.0, 3790.0, 3769.0, 3747.0, 3746.0, 3744.0, 3742.0, 3745.0, 3745.0, 3756.0, 3746.0, 3779.0, 3768.0, 3792.0, 3747.0, 3746.0, 3736.0, 3759.0, 3757.0, 3772.0, 3768.0, 3769.0, 3758.0, 3790.0, 3756.0, 3777.0, 3745.0, 3743.0, 3744.0, 3732.0, 3744.0, 3743.0, 3777.0, 3755.0, 3786.0, 3744.0, 3744.0, 3734.0, 3746.0, 3733.0, 3758.0, 3746.0, 3778.0, 3759.0, 3758.0, 3738.0, 3747.0, 3757.0, 3758.0, 3767.0, 3759.0, 3748.0, 3781.0, 3759.0, 3790.0, 3769.0, 3746.0, 3756.0, 3746.0, 3776.0, 3746.0, 3779.0, 3771.0, 3769.0, 3788.0, 3747.0, 3767.0, 3737.0, 3758.0, 3736.0, 3757.0, 3757.0, 3759.0, 3747.0, 3780.0, 3759.0, 3790.0, 3759.0, 3746.0, 3746.0, 3756.0, 3765.0, 3744.0, 3776.0, 3756.0, 3777.0, 3756.0, 3745.0, 3734.0, 3744.0, 3732.0, 3744.0, 3745.0, 3778.0, 3758.0, 3791.0, 3770.0, 3758.0, 3758.0, 3759.0, 3758.0, 3758.0, 3758.0, 3781.0, 3770.0, 3792.0, 3770.0, 3757.0, 3767.0, 3756.0, 3755.0, 3745.0, 3744.0, 3756.0, 3744.0, 3777.0, 3758.0, 3788.0, 3757.0, 3757.0, 3747.0, 3758.0, 3748.0, 3760.0, 3747.0, 3781.0, 3758.0, 3791.0, 3759.0, 3789.0, 3758.0, 3746.0, 3755.0, 3745.0, 3765.0, 3745.0, 3766.0, 3756.0, 3746.0, 3778.0, 3747.0, 3735.0, 3724.0, 3735.0, 3745.0, 3747.0, 3778.0, 3758.0, 3747.0, 3758.0, 3748.0, 3736.0, 3737.0, 3736.0, 3779.0, 3747.0, 3789.0, 3758.0, 3748.0, 3767.0, 3746.0, 3735.0, 3736.0, 3734.0, 3778.0, 3768.0, 3758.0, 3778.0, 3747.0, 3756.0, 3746.0, 3735.0, 3766.0, 3746.0, 3767.0, 3778.0, 3747.0, 3789.0, 3758.0, 3747.0, 3757.0, 3747.0, 3749.0, 3780.0, 3770.0, 3780.0, 3769.0, 3749.0, 3757.0, 3747.0, 3736.0, 3777.0, 3736.0, 3779.0, 3769.0, 3758.0, 3780.0, 3758.0, 3768.0, 3725.0, 3735.0, 3746.0, 3759.0, 3769.0, 3771.0, 3749.0, 3791.0, 3770.0, 3749.0, 3759.0, 3749.0, 3757.0, 3748.0, 3769.0, 3791.0, 3749.0, 3791.0, 3769.0, 3736.0, 3746.0, 3745.0, 3755.0, 3747.0, 3746.0, 3790.0, 3757.0, 3789.0, 3747.0, 3746.0, 3756.0, 3744.0, 3776.0, 3757.0, 3767.0, 3778.0, 3736.0, 3789.0, 3756.0, 3735.0, 3746.0, 3746.0, 3735.0, 3767.0, 3737.0, 3779.0, 3769.0, 3769.0, 3779.0, 3736.0, 3755.0, 3746.0, 3744.0, 3735.0, 3734.0, 3777.0, 3736.0, 3778.0, 3757.0, 3735.0, 3756.0, 3735.0, 3743.0, 3747.0, 3744.0, 3747.0, 3736.0, 3780.0, 3758.0, 3789.0, 3757.0, 3735.0, 3736.0, 3735.0, 3757.0, 3748.0, 3769.0, 3759.0, 3747.0, 3758.0, 3746.0, 3746.0, 3746.0, 3756.0, 3748.0, 3777.0, 3768.0, 3788.0, 3757.0, 3746.0, 3746.0, 3746.0, 3756.0, 3758.0, 3789.0, 3769.0, 3747.0, 3778.0, 3746.0, 3735.0, 3736.0, 3736.0, 3768.0, 3749.0, 3790.0, 3770.0, 3749.0, 3780.0, 3749.0, 3748.0, 3768.0, 3735.0, 3778.0, 3735.0, 3779.0, 3758.0, 3777.0, 3756.0, 3755.0, 3733.0, 3733.0, 3723.0, 3746.0, 3735.0, 3757.0, 3747.0, 3779.0, 3758.0, 3746.0, 3747.0, 3735.0, 3756.0, 3735.0, 3767.0, 3757.0, 3788.0, 3756.0, 3734.0, 3777.0, 3746.0, 3734.0, 3713.0, 3734.0, 3745.0, 3747.0, 3779.0, 3759.0, 3721.0, 3768.0, 3762.0, 3739.0, 3733.0, 3708.0, 3789.0, 3808.0, 3798.0, 3775.0, 3702.0, 3768.0, 3708.0, 3750.0, 3757.0, 3721.0, 3761.0, 3727.0, 3727.0, 3760.0, 3806.0, 3764.0, 3794.0, 3779.0, 3753.0, 3753.0, 3762.0, 3753.0, 3745.0, 3743.0, 3732.0, 3734.0, 3766.0, 3765.0, 3744.0, 3732.0, 3733.0, 3744.0, 3744.0, 3722.0, 3746.0, 3747.0, 3757.0, 3738.0, 3759.0, 3760.0, 3760.0, 3752.0, 3773.0, 3775.0, 3794.0, 3773.0, 3773.0, 3772.0, 3773.0, 3772.0, 3771.0, 3760.0, 3804.0, 3783.0, 3782.0, 3781.0, 3760.0, 3758.0, 3737.0, 3759.0, 3806.0, 3772.0, 3760.0, 3791.0, 3761.0, 3793.0, 3770.0, 3758.0, 3769.0, 3759.0, 3789.0, 3769.0, 3780.0, 3768.0, 3768.0, 3780.0, 3747.0, 3757.0, 3746.0, 3744.0, 3746.0, 3746.0, 3768.0, 3757.0, 3779.0, 3759.0, 3778.0, 3757.0, 3745.0, 3726.0, 3747.0, 3747.0, 3759.0, 3770.0, 3758.0, 3779.0, 3769.0, 3746.0, 3746.0, 3745.0, 3735.0, 3757.0, 3747.0, 3759.0, 3758.0, 3760.0, 3760.0, 3792.0, 3760.0, 3757.0, 3759.0, 3757.0, 3769.0, 3747.0, 3790.0, 3759.0, 3791.0, 3769.0, 3768.0, 3747.0, 3747.0, 3734.0, 3748.0, 3757.0, 3747.0, 3747.0, 3779.0, 3748.0, 3756.0, 3758.0, 3756.0, 3745.0, 3755.0, 3746.0, 3755.0, 3756.0, 3744.0, 3779.0, 3757.0, 3745.0, 3734.0, 3743.0, 3734.0, 3756.0, 3747.0, 3759.0, 3757.0, 3768.0, 3759.0, 3758.0, 3757.0, 3758.0, 3758.0, 3747.0, 3778.0, 3770.0, 3791.0, 3770.0, 3760.0, 3757.0, 3746.0, 3755.0, 3746.0, 3766.0, 3746.0, 3767.0, 3757.0, 3735.0, 3767.0, 3745.0, 3744.0, 3746.0, 3734.0, 3746.0, 3745.0, 3768.0, 3747.0, 3779.0, 3746.0, 3779.0, 3747.0, 3746.0, 3757.0, 3745.0, 3767.0, 3745.0, 3779.0, 3745.0, 3778.0, 3735.0, 3777.0, 3746.0, 3734.0, 3745.0, 3745.0, 3747.0, 3745.0, 3767.0, 3736.0, 3779.0, 3747.0, 3757.0, 3757.0, 3745.0, 3747.0, 3745.0, 3758.0, 3766.0, 3758.0, 3757.0, 3778.0, 3746.0, 3755.0, 3745.0, 3733.0, 3745.0, 3734.0, 3757.0, 3747.0, 3778.0, 3758.0, 3778.0, 3758.0, 3744.0, 3745.0, 3755.0, 3745.0, 3766.0, 3746.0, 3766.0, 3757.0, 3746.0, 3745.0, 3745.0, 3723.0, 3745.0, 3734.0, 3745.0, 3745.0, 3745.0, 3745.0, 3768.0, 3757.0, 3736.0, 3757.0, 3734.0, 3746.0, 3766.0, 3745.0, 3766.0, 3758.0, 3757.0, 3789.0, 3757.0, 3754.0, 3745.0, 3756.0, 3746.0, 3745.0, 3767.0, 3757.0, 3779.0, 3757.0, 3747.0, 3757.0, 3746.0], 'WindowWidth': [8531.0, 8517.0, 8490.0, 8487.0, 8466.0, 8521.0, 8494.0, 8488.0, 8500.0, 8455.0, 8437.0, 8437.0, 8452.0, 8452.0, 8453.0, 8487.0, 8461.0, 8487.0, 8471.0, 8439.0, 8438.0, 8443.0, 8463.0, 8457.0, 8450.0, 8500.0, 8473.0, 8517.0, 8485.0, 8450.0, 8436.0, 8436.0, 8418.0, 8460.0, 8436.0, 8455.0, 8438.0, 8503.0, 8437.0, 8479.0, 8451.0, 8433.0, 8449.0, 8429.0, 8462.0, 8429.0, 8479.0, 8434.0, 8498.0, 8464.0, 8443.0, 8414.0, 8414.0, 8411.0, 8429.0, 8428.0, 8432.0, 8431.0, 8477.0, 8436.0, 8497.0, 8454.0, 8453.0, 8434.0, 8434.0, 8417.0, 8434.0, 8432.0, 8437.0, 8479.0, 8468.0, 8435.0, 8492.0, 8433.0, 8431.0, 8403.0, 8448.0, 8449.0, 8458.0, 8456.0, 8486.0, 8458.0, 8473.0, 8458.0, 8454.0, 8455.0, 8456.0, 8500.0, 8493.0, 8472.0, 8520.0, 8489.0, 8454.0, 8437.0, 8438.0, 8448.0, 8440.0, 8450.0, 8453.0, 8436.0, 8514.0, 8471.0, 8463.0, 8448.0, 8433.0, 8416.0, 8432.0, 8430.0, 8448.0, 8437.0, 8498.0, 8467.0, 8476.0, 8461.0, 8433.0, 8432.0, 8444.0, 8414.0, 8444.0, 8429.0, 8475.0, 8433.0, 8492.0, 8463.0, 8473.0, 8443.0, 8414.0, 8396.0, 8411.0, 8422.0, 8429.0, 8427.0, 8431.0, 8427.0, 8458.0, 8429.0, 8493.0, 8449.0, 8443.0, 8429.0, 8429.0, 8429.0, 8429.0, 8450.0, 8448.0, 8494.0, 8438.0, 8435.0, 8407.0, 8450.0, 8424.0, 8453.0, 8434.0, 8452.0, 8494.0, 8455.0, 8465.0, 8483.0, 8436.0, 8445.0, 8449.0, 8443.0, 8445.0, 8444.0, 8495.0, 8448.0, 8496.0, 8477.0, 8431.0, 8428.0, 8429.0, 8427.0, 8449.0, 8451.0, 8498.0, 8457.0, 8480.0, 8422.0, 8437.0, 8436.0, 8437.0, 8458.0, 8436.0, 8447.0, 8467.0, 8448.0, 8499.0, 8466.0, 8431.0, 8428.0, 8429.0, 8427.0, 8432.0, 8429.0, 8450.0, 8451.0, 8499.0, 8453.0, 8435.0, 8419.0, 8447.0, 8430.0, 8449.0, 8446.0, 8450.0, 8493.0, 8466.0, 8446.0, 8476.0, 8447.0, 8427.0, 8444.0, 8445.0, 8444.0, 8452.0, 8497.0, 8467.0, 8466.0, 8486.0, 8454.0, 8432.0, 8448.0, 8446.0, 8435.0, 8449.0, 8499.0, 8490.0, 8498.0, 8502.0, 8458.0, 8469.0, 8427.0, 8451.0, 8447.0, 8451.0, 8479.0, 8469.0, 8479.0, 8521.0, 8473.0, 8475.0, 8430.0, 8426.0, 8425.0, 8427.0, 8457.0, 8431.0, 8491.0, 8450.0, 8448.0, 8414.0, 8429.0, 8413.0, 8447.0, 8429.0, 8446.0, 8445.0, 8477.0, 8435.0, 8431.0, 8431.0, 8428.0, 8461.0, 8446.0, 8476.0, 8447.0, 8490.0, 8447.0, 8430.0, 8434.0, 8443.0, 8499.0, 8462.0, 8417.0, 8494.0, 8465.0, 8432.0, 8439.0, 8416.0, 8433.0, 8454.0, 8455.0, 8435.0, 8448.0, 8445.0, 8480.0, 8430.0, 8476.0, 8444.0, 8453.0, 8423.0, 8470.0, 8447.0, 8435.0, 8378.0, 8374.0, 8387.0, 8376.0, 8376.0, 8348.0, 8396.0, 8384.0, 8405.0, 8404.0, 8406.0, 8407.0, 8466.0, 8442.0, 8448.0, 8393.0, 8423.0, 8422.0, 8425.0, 8426.0, 8429.0, 8427.0, 8473.0, 8428.0, 8459.0, 8426.0, 8406.0, 8406.0, 8423.0, 8435.0, 8426.0, 8412.0, 8444.0, 8447.0, 8478.0, 8449.0, 8416.0, 8442.0, 8431.0, 8442.0, 8449.0, 8432.0, 8462.0, 8414.0, 8475.0, 8411.0, 8474.0, 8425.0, 8471.0, 8425.0, 8389.0, 8393.0, 8407.0, 8437.0, 8431.0, 8474.0, 8446.0, 8429.0, 8459.0, 8431.0, 8416.0, 8424.0, 8446.0, 8476.0, 8451.0, 8458.0, 8503.0, 8471.0, 8462.0, 8456.0, 8451.0, 8473.0, 8453.0, 8497.0, 8470.0, 8458.0, 8506.0, 8452.0, 8459.0, 8413.0, 8410.0, 8424.0, 8428.0, 8461.0, 8447.0, 8431.0, 8457.0, 8445.0, 8443.0, 8445.0, 8425.0, 8430.0, 8427.0, 8463.0, 8452.0, 8480.0, 8447.0, 8450.0, 8447.0, 8457.0, 8448.0, 8453.0, 8433.0, 8485.0, 8447.0, 8481.0, 8446.0, 8473.0, 8445.0, 8412.0, 8428.0, 8410.0, 8443.0, 8426.0, 8475.0, 8456.0, 8496.0, 8449.0, 8433.0, 8431.0, 8453.0, 8434.0, 8454.0, 8451.0, 8483.0, 8451.0, 8498.0, 8469.0, 8434.0, 8449.0, 8432.0, 8473.0, 8448.0, 8494.0, 8465.0, 8431.0, 8492.0, 8433.0, 8427.0, 8414.0, 8425.0, 8456.0, 8445.0, 8444.0, 8477.0, 8449.0, 8496.0, 8435.0, 8446.0, 8431.0, 8448.0, 8458.0, 8449.0, 8464.0, 8452.0, 8444.0, 8500.0, 8466.0, 8458.0, 8428.0, 8426.0, 8427.0, 8441.0, 8456.0, 8447.0, 8473.0, 8447.0, 8428.0, 8461.0, 8445.0, 8427.0, 8443.0, 8427.0, 8432.0, 8451.0, 8481.0, 8469.0, 8468.0, 8482.0, 8454.0, 8449.0, 8451.0, 8435.0, 8448.0, 8445.0, 8497.0, 8453.0, 8499.0, 8467.0, 8432.0, 8429.0, 8424.0, 8419.0, 8428.0, 8427.0, 8444.0, 8430.0, 8478.0, 8464.0, 8502.0, 8436.0, 8431.0, 8418.0, 8453.0, 8447.0, 8476.0, 8465.0, 8466.0, 8448.0, 8497.0, 8444.0, 8476.0, 8428.0, 8423.0, 8423.0, 8405.0, 8424.0, 8422.0, 8475.0, 8442.0, 8485.0, 8427.0, 8424.0, 8412.0, 8430.0, 8411.0, 8448.0, 8431.0, 8477.0, 8453.0, 8451.0, 8425.0, 8433.0, 8446.0, 8449.0, 8460.0, 8452.0, 8437.0, 8486.0, 8453.0, 8498.0, 8466.0, 8429.0, 8443.0, 8430.0, 8470.0, 8429.0, 8480.0, 8473.0, 8467.0, 8492.0, 8432.0, 8461.0, 8424.0, 8450.0, 8419.0, 8449.0, 8446.0, 8453.0, 8435.0, 8483.0, 8452.0, 8497.0, 8453.0, 8432.0, 8430.0, 8441.0, 8454.0, 8426.0, 8471.0, 8444.0, 8473.0, 8444.0, 8427.0, 8413.0, 8425.0, 8406.0, 8427.0, 8427.0, 8477.0, 8451.0, 8499.0, 8468.0, 8450.0, 8452.0, 8453.0, 8448.0, 8450.0, 8451.0, 8483.0, 8471.0, 8500.0, 8469.0, 8448.0, 8461.0, 8443.0, 8439.0, 8427.0, 8423.0, 8443.0, 8425.0, 8474.0, 8451.0, 8490.0, 8448.0, 8448.0, 8434.0, 8451.0, 8437.0, 8455.0, 8434.0, 8485.0, 8450.0, 8498.0, 8453.0, 8495.0, 8449.0, 8429.0, 8441.0, 8425.0, 8452.0, 8428.0, 8456.0, 8443.0, 8428.0, 8476.0, 8434.0, 8414.0, 8400.0, 8414.0, 8428.0, 8436.0, 8477.0, 8451.0, 8435.0, 8450.0, 8439.0, 8419.0, 8421.0, 8418.0, 8478.0, 8434.0, 8493.0, 8450.0, 8438.0, 8460.0, 8431.0, 8413.0, 8417.0, 8413.0, 8475.0, 8463.0, 8449.0, 8478.0, 8434.0, 8444.0, 8432.0, 8414.0, 8458.0, 8433.0, 8463.0, 8478.0, 8435.0, 8493.0, 8450.0, 8434.0, 8447.0, 8435.0, 8441.0, 8482.0, 8469.0, 8483.0, 8467.0, 8441.0, 8448.0, 8434.0, 8416.0, 8473.0, 8417.0, 8479.0, 8466.0, 8448.0, 8482.0, 8451.0, 8462.0, 8401.0, 8415.0, 8431.0, 8454.0, 8465.0, 8473.0, 8440.0, 8500.0, 8471.0, 8439.0, 8452.0, 8438.0, 8446.0, 8437.0, 8465.0, 8499.0, 8439.0, 8499.0, 8466.0, 8418.0, 8430.0, 8430.0, 8441.0, 8435.0, 8433.0, 8495.0, 8449.0, 8493.0, 8434.0, 8431.0, 8443.0, 8426.0, 8470.0, 8446.0, 8460.0, 8476.0, 8418.0, 8493.0, 8444.0, 8416.0, 8429.0, 8430.0, 8414.0, 8460.0, 8421.0, 8481.0, 8467.0, 8464.0, 8477.0, 8416.0, 8438.0, 8429.0, 8424.0, 8412.0, 8409.0, 8472.0, 8415.0, 8475.0, 8447.0, 8415.0, 8442.0, 8414.0, 8422.0, 8435.0, 8427.0, 8434.0, 8418.0, 8482.0, 8451.0, 8493.0, 8448.0, 8415.0, 8417.0, 8414.0, 8447.0, 8438.0, 8465.0, 8453.0, 8436.0, 8452.0, 8432.0, 8432.0, 8432.0, 8444.0, 8438.0, 8475.0, 8465.0, 8492.0, 8449.0, 8433.0, 8432.0, 8433.0, 8444.0, 8450.0, 8492.0, 8466.0, 8433.0, 8477.0, 8432.0, 8416.0, 8420.0, 8418.0, 8463.0, 8440.0, 8497.0, 8470.0, 8440.0, 8485.0, 8440.0, 8436.0, 8462.0, 8414.0, 8475.0, 8413.0, 8482.0, 8451.0, 8476.0, 8443.0, 8438.0, 8407.0, 8408.0, 8394.0, 8431.0, 8415.0, 8448.0, 8433.0, 8478.0, 8449.0, 8431.0, 8433.0, 8414.0, 8442.0, 8415.0, 8458.0, 8447.0, 8488.0, 8446.0, 8413.0, 8472.0, 8429.0, 8411.0, 8383.0, 8412.0, 8428.0, 8435.0, 8481.0, 8456.0, 8387.0, 8462.0, 8465.0, 8425.0, 8405.0, 8364.0, 8518.0, 8538.0, 8523.0, 8486.0, 8339.0, 8485.0, 8361.0, 8444.0, 8447.0, 8385.0, 8457.0, 8404.0, 8405.0, 8456.0, 8528.0, 8448.0, 8515.0, 8481.0, 8432.0, 8434.0, 8440.0, 8431.0, 8423.0, 8417.0, 8401.0, 8407.0, 8457.0, 8451.0, 8420.0, 8401.0, 8403.0, 8422.0, 8423.0, 8391.0, 8430.0, 8433.0, 8445.0, 8425.0, 8454.0, 8455.0, 8457.0, 8448.0, 8479.0, 8484.0, 8508.0, 8480.0, 8478.0, 8475.0, 8477.0, 8472.0, 8471.0, 8453.0, 8521.0, 8490.0, 8488.0, 8484.0, 8453.0, 8449.0, 8421.0, 8451.0, 8526.0, 8476.0, 8455.0, 8499.0, 8457.0, 8503.0, 8468.0, 8449.0, 8464.0, 8450.0, 8491.0, 8464.0, 8480.0, 8463.0, 8461.0, 8481.0, 8430.0, 8444.0, 8429.0, 8423.0, 8428.0, 8429.0, 8464.0, 8448.0, 8479.0, 8452.0, 8476.0, 8446.0, 8427.0, 8402.0, 8432.0, 8431.0, 8450.0, 8466.0, 8448.0, 8477.0, 8465.0, 8431.0, 8429.0, 8428.0, 8413.0, 8447.0, 8433.0, 8454.0, 8451.0, 8457.0, 8454.0, 8501.0, 8455.0, 8447.0, 8450.0, 8445.0, 8463.0, 8432.0, 8496.0, 8452.0, 8498.0, 8467.0, 8460.0, 8431.0, 8433.0, 8411.0, 8435.0, 8445.0, 8434.0, 8433.0, 8478.0, 8433.0, 8445.0, 8449.0, 8442.0, 8429.0, 8440.0, 8430.0, 8439.0, 8444.0, 8424.0, 8478.0, 8445.0, 8426.0, 8411.0, 8422.0, 8410.0, 8446.0, 8433.0, 8452.0, 8448.0, 8463.0, 8453.0, 8451.0, 8447.0, 8448.0, 8447.0, 8432.0, 8475.0, 8468.0, 8497.0, 8469.0, 8454.0, 8446.0, 8428.0, 8438.0, 8430.0, 8455.0, 8429.0, 8458.0, 8446.0, 8412.0, 8459.0, 8426.0, 8423.0, 8429.0, 8411.0, 8430.0, 8425.0, 8462.0, 8431.0, 8479.0, 8430.0, 8480.0, 8433.0, 8430.0, 8446.0, 8426.0, 8456.0, 8425.0, 8476.0, 8425.0, 8474.0, 8413.0, 8473.0, 8427.0, 8409.0, 8426.0, 8425.0, 8433.0, 8427.0, 8459.0, 8417.0, 8477.0, 8433.0, 8446.0, 8447.0, 8428.0, 8431.0, 8427.0, 8447.0, 8456.0, 8447.0, 8444.0, 8478.0, 8429.0, 8440.0, 8428.0, 8408.0, 8427.0, 8412.0, 8447.0, 8431.0, 8477.0, 8449.0, 8477.0, 8448.0, 8423.0, 8427.0, 8438.0, 8426.0, 8456.0, 8428.0, 8455.0, 8445.0, 8428.0, 8425.0, 8425.0, 8394.0, 8428.0, 8410.0, 8427.0, 8427.0, 8429.0, 8428.0, 8462.0, 8447.0, 8419.0, 8446.0, 8411.0, 8431.0, 8456.0, 8428.0, 8456.0, 8449.0, 8444.0, 8496.0, 8447.0, 8438.0, 8426.0, 8443.0, 8430.0, 8428.0, 8460.0, 8448.0, 8479.0, 8448.0, 8434.0, 8446.0, 8430.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.002647707762557078</td></tr>
<tr><td colspan=3>aqi</td><td>0.03469766173515982</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.084577096572225</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1532720739488103</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9659176015447891</td></tr>
<tr><td colspan=3>efc</td><td>0.4394</td></tr>
<tr><td colspan=3>fber</td><td>7362.7637</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13993682655664075</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.945205479452055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.618872100706757</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.527519485193785</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9526857477843045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3764110691421814</td></tr>
<tr><td colspan=3>gcor</td><td>0.00594751</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014798855409026146</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021269721910357475</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.584372564614565</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>32.8318</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.3103</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.5932</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309490.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>558.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.8763</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7293</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.5308</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2974.1137</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.2468</td></tr>
<tr><td colspan=3>tsnr</td><td>34.47475289029535</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>