ds005256-mriqc/sub-0006_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 5e4dfbdf6b [DATALAD RUNCMD] Compute MRIQC for sub-0006
=== 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-0006 --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-0006",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:17:41 +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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-02/func/sub-0006_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>9e368a3cd530105ad618c38f65c91797</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>09:31:20.580000</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.999145, 0.0158279, 0.0381909, -0.00732421, 0.976964, -0.213279]</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.109117</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>[4150, -7689, -7255, 567, -49, 0, -10, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>72c67233-8d34-4d15-a626-59333e545f9e||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.680633306503296, -0.019650310277938843, 0.1098545491695404, 114.83248138427734], [-0.0424649715423584, 2.6211228370666504, -0.5746044516563416, -75.30205535888672], [0.10246337205171585, 0.5722106695175171, 2.6358606815338135, -71.75321960449219], [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': ['093120.580000', '093121.040000', '093121.500000', '093121.960000', '093122.420000', '093122.880000', '093123.340000', '093123.800000', '093124.260000', '093124.720000', '093125.180000', '093125.640000', '093126.100000', '093126.560000', '093127.020000', '093127.480000', '093127.940000', '093128.400000', '093128.860000', '093129.320000', '093129.780000', '093130.240000', '093130.700000', '093131.160000', '093131.620000', '093132.080000', '093132.540000', '093133.000000', '093133.460000', '093133.920000', '093134.380000', '093134.840000', '093135.300000', '093135.760000', '093136.220000', '093136.680000', '093137.140000', '093137.600000', '093138.060000', '093138.520000', '093138.980000', '093139.440000', '093139.900000', '093140.360000', '093140.820000', '093141.280000', '093141.740000', '093142.200000', '093142.660000', '093143.120000', '093143.580000', '093144.040000', '093144.500000', '093144.960000', '093145.420000', '093145.880000', '093146.340000', '093146.800000', '093147.260000', '093147.720000', '093148.180000', '093148.640000', '093149.100000', '093149.560000', '093150.020000', '093150.480000', '093150.940000', '093151.400000', '093151.860000', '093152.320000', '093152.780000', '093153.240000', '093153.700000', '093154.160000', '093154.620000', '093155.080000', '093155.540000', '093156.000000', '093156.460000', '093156.920000', '093157.380000', '093157.840000', '093158.300000', '093158.760000', '093159.220000', '093159.680000', '093200.140000', '093200.600000', '093201.060000', '093201.520000', '093201.980000', '093202.440000', '093202.900000', '093203.360000', '093203.820000', '093204.280000', '093204.740000', '093205.200000', '093205.660000', '093206.120000', '093206.580000', '093207.040000', '093207.500000', '093207.960000', '093208.420000', '093208.880000', '093209.340000', '093209.800000', '093210.260000', '093210.720000', '093211.180000', '093211.640000', '093212.100000', '093212.560000', '093213.020000', '093213.480000', '093213.940000', '093214.400000', '093214.860000', '093215.320000', '093215.780000', '093216.240000', '093216.700000', '093217.160000', '093217.620000', '093218.080000', '093218.540000', '093219.000000', '093219.460000', '093219.920000', '093220.380000', '093220.840000', '093221.300000', '093221.760000', '093222.220000', '093222.680000', '093223.140000', '093223.600000', '093224.060000', '093224.520000', '093224.980000', '093225.440000', '093225.900000', '093226.360000', '093226.820000', '093227.280000', '093227.740000', '093228.200000', '093228.660000', '093229.120000', '093229.580000', '093230.040000', '093230.500000', '093230.960000', '093231.420000', '093231.880000', '093232.340000', '093232.800000', '093233.260000', '093233.720000', '093234.180000', '093234.640000', '093235.100000', '093235.560000', '093236.020000', '093236.480000', '093236.940000', '093237.400000', '093237.860000', '093238.320000', '093238.780000', '093239.240000', '093239.700000', '093240.160000', '093240.620000', '093241.080000', '093241.540000', '093242.000000', '093242.460000', '093242.920000', '093243.380000', '093243.840000', '093244.300000', '093244.760000', '093245.220000', '093245.680000', '093246.140000', '093246.600000', '093247.060000', '093247.520000', '093247.980000', '093248.440000', '093248.900000', '093249.360000', '093249.820000', '093250.280000', '093250.740000', '093251.200000', '093251.660000', '093252.120000', '093252.580000', '093253.040000', '093253.500000', '093253.960000', '093254.420000', '093254.880000', '093255.340000', '093255.800000', '093256.260000', '093256.720000', '093257.180000', '093257.640000', '093258.100000', '093258.560000', '093259.020000', '093259.480000', '093259.940000', '093300.400000', '093300.860000', '093301.320000', '093301.780000', '093302.240000', '093302.700000', '093303.160000', '093303.620000', '093304.080000', '093304.540000', '093305.000000', '093305.460000', '093305.920000', '093306.380000', '093306.840000', '093307.300000', '093307.760000', '093308.220000', '093308.680000', '093309.140000', '093309.600000', '093310.060000', '093310.520000', '093310.980000', '093311.440000', '093311.900000', '093312.360000', '093312.820000', '093313.280000', '093313.740000', '093314.200000', '093314.660000', '093315.120000', '093315.580000', '093316.040000', '093316.500000', '093316.960000', '093317.420000', '093317.880000', '093318.340000', '093318.800000', '093319.260000', '093319.720000', '093320.180000', '093320.640000', '093321.100000', '093321.560000', '093322.020000', '093322.480000', '093322.940000', '093323.400000', '093323.860000', '093324.320000', '093324.780000', '093325.240000', '093325.700000', '093326.160000', '093326.620000', '093327.080000', '093327.540000', '093328.000000', '093328.460000', '093328.920000', '093329.380000', '093329.840000', '093330.300000', '093330.760000', '093331.220000', '093331.680000', '093332.140000', '093332.600000', '093333.060000', '093333.520000', '093333.980000', '093334.440000', '093334.900000', '093335.360000', '093335.820000', '093336.280000', '093336.740000', '093337.200000', '093337.660000', '093338.120000', '093338.580000', '093339.040000', '093339.500000', '093339.960000', '093340.420000', '093340.880000', '093341.340000', '093341.800000', '093342.260000', '093342.720000', '093343.180000', '093343.640000', '093344.100000', '093344.560000', '093345.020000', '093345.480000', '093345.940000', '093346.400000', '093346.860000', '093347.320000', '093347.780000', '093348.240000', '093348.700000', '093349.160000', '093349.620000', '093350.080000', '093350.540000', '093351.000000', '093351.460000', '093351.920000', '093352.380000', '093352.840000', '093353.300000', '093353.760000', '093354.220000', '093354.680000', '093355.140000', '093355.600000', '093356.060000', '093356.520000', '093356.980000', '093357.440000', '093357.900000', '093358.360000', '093358.820000', '093359.280000', '093359.740000', '093400.200000', '093400.660000', '093401.120000', '093401.580000', '093402.040000', '093402.500000', '093402.960000', '093403.420000', '093403.880000', '093404.340000', '093404.800000', '093405.260000', '093405.720000', '093406.180000', '093406.640000', '093407.100000', '093407.560000', '093408.020000', '093408.480000', '093408.940000', '093409.400000', '093409.860000', '093410.320000', '093410.780000', '093411.240000', '093411.700000', '093412.160000', '093412.620000', '093413.080000', '093413.540000', '093414.000000', '093414.460000', '093414.920000', '093415.380000', '093415.840000', '093416.300000', '093416.760000', '093417.220000', '093417.680000', '093418.140000', '093418.600000', '093419.060000', '093419.520000', '093419.980000', '093420.440000', '093420.900000', '093421.360000', '093421.820000', '093422.280000', '093422.740000', '093423.200000', '093423.660000', '093424.120000', '093424.580000', '093425.040000', '093425.500000', '093425.960000', '093426.420000', '093426.880000', '093427.340000', '093427.800000', '093428.260000', '093428.720000', '093429.180000', '093429.640000', '093430.100000', '093430.560000', '093431.020000', '093431.480000', '093431.940000', '093432.400000', '093432.860000', '093433.320000', '093433.780000', '093434.240000', '093434.700000', '093435.160000', '093435.620000', '093436.080000', '093436.540000', '093437.000000', '093437.460000', '093437.920000', '093438.380000', '093438.840000', '093439.300000', '093439.760000', '093440.220000', '093440.680000', '093441.140000', '093441.600000', '093442.060000', '093442.520000', '093442.980000', '093443.440000', '093443.900000', '093444.360000', '093444.820000', '093445.280000', '093445.740000', '093446.200000', '093446.660000', '093447.120000', '093447.580000', '093448.040000', '093448.500000', '093448.960000', '093449.420000', '093449.880000', '093450.340000', '093450.800000', '093451.260000', '093451.720000', '093452.180000', '093452.640000', '093453.100000', '093453.560000', '093454.020000', '093454.480000', '093454.940000', '093455.400000', '093455.860000', '093456.320000', '093456.780000', '093457.240000', '093457.700000', '093458.160000', '093458.620000', '093459.080000', '093459.540000', '093500.000000', '093500.460000', '093500.920000', '093501.380000', '093501.840000', '093502.300000', '093502.760000', '093503.220000', '093503.680000', '093504.140000', '093504.600000', '093505.060000', '093505.520000', '093505.980000', '093506.440000', '093506.900000', '093507.360000', '093507.820000', '093508.280000', '093508.740000', '093509.200000', '093509.660000', '093510.120000', '093510.580000', '093511.040000', '093511.500000', '093511.960000', '093512.420000', '093512.880000', '093513.340000', '093513.800000', '093514.260000', '093514.720000', '093515.180000', '093515.640000', '093516.100000', '093516.560000', '093517.020000', '093517.480000', '093517.940000', '093518.400000', '093518.860000', '093519.320000', '093519.780000', '093520.240000', '093520.700000', '093521.160000', '093521.620000', '093522.080000', '093522.540000', '093523.000000', '093523.460000', '093523.920000', '093524.380000', '093524.840000', '093525.300000', '093525.760000', '093526.220000', '093526.680000', '093527.140000', '093527.600000', '093528.060000', '093528.520000', '093528.980000', '093529.440000', '093529.900000', '093530.360000', '093530.820000', '093531.280000', '093531.740000', '093532.200000', '093532.660000', '093533.120000', '093533.580000', '093534.040000', '093534.500000', '093534.960000', '093535.420000', '093535.880000', '093536.340000', '093536.800000', '093537.260000', '093537.720000', '093538.180000', '093538.640000', '093539.100000', '093539.560000', '093540.020000', '093540.480000', '093540.940000', '093541.400000', '093541.860000', '093542.320000', '093542.780000', '093543.240000', '093543.700000', '093544.160000', '093544.620000', '093545.080000', '093545.540000', '093546.000000', '093546.460000', '093546.920000', '093547.380000', '093547.840000', '093548.300000', '093548.760000', '093549.220000', '093549.680000', '093550.140000', '093550.600000', '093551.060000', '093551.520000', '093551.980000', '093552.440000', '093552.900000', '093553.360000', '093553.820000', '093554.280000', '093554.740000', '093555.200000', '093555.660000', '093556.120000', '093556.580000', '093557.040000', '093557.500000', '093557.960000', '093558.420000', '093558.880000', '093559.340000', '093559.800000', '093600.260000', '093600.720000', '093601.180000', '093601.640000', '093602.100000', '093602.560000', '093603.020000', '093603.480000', '093603.940000', '093604.400000', '093604.860000', '093605.320000', '093605.780000', '093606.240000', '093606.700000', '093607.160000', '093607.620000', '093608.080000', '093608.540000', '093609.000000', '093609.460000', '093609.920000', '093610.380000', '093610.840000', '093611.300000', '093611.760000', '093612.220000', '093612.680000', '093613.140000', '093613.600000', '093614.060000', '093614.520000', '093614.980000', '093615.440000', '093615.900000', '093616.360000', '093616.820000', '093617.280000', '093617.740000', '093618.200000', '093618.660000', '093619.120000', '093619.580000', '093620.040000', '093620.500000', '093620.960000', '093621.420000', '093621.880000', '093622.340000', '093622.800000', '093623.260000', '093623.720000', '093624.180000', '093624.640000', '093625.100000', '093625.560000', '093626.020000', '093626.480000', '093626.940000', '093627.400000', '093627.860000', '093628.320000', '093628.780000', '093629.240000', '093629.700000', '093630.160000', '093630.620000', '093631.080000', '093631.540000', '093632.000000', '093632.460000', '093632.920000', '093633.380000', '093633.840000', '093634.300000', '093634.760000', '093635.220000', '093635.680000', '093636.140000', '093636.600000', '093637.060000', '093637.520000', '093637.980000', '093638.440000', '093638.900000', '093639.360000', '093639.820000', '093640.280000', '093640.740000', '093641.200000', '093641.660000', '093642.120000', '093642.580000', '093643.040000', '093643.500000', '093643.960000', '093644.420000', '093644.880000', '093645.340000', '093645.800000', '093646.260000', '093646.720000', '093647.180000', '093647.640000', '093648.100000', '093648.560000', '093649.020000', '093649.480000', '093649.940000', '093650.400000', '093650.860000', '093651.320000', '093651.780000', '093652.240000', '093652.700000', '093653.160000', '093653.620000', '093654.080000', '093654.540000', '093655.000000', '093655.460000', '093655.920000', '093656.380000', '093656.840000', '093657.300000', '093657.760000', '093658.220000', '093658.680000', '093659.140000', '093659.600000', '093700.060000', '093700.520000', '093700.980000', '093701.440000', '093701.900000', '093702.360000', '093702.820000', '093703.280000', '093703.740000', '093704.200000', '093704.660000', '093705.120000', '093705.580000', '093706.040000', '093706.500000', '093706.960000', '093707.420000', '093707.880000', '093708.340000', '093708.800000', '093709.260000', '093709.720000', '093710.180000', '093710.640000', '093711.100000', '093711.560000', '093712.020000', '093712.480000', '093712.940000', '093713.400000', '093713.860000', '093714.320000', '093714.780000', '093715.240000', '093715.700000', '093716.160000', '093716.620000', '093717.080000', '093717.540000', '093718.000000', '093718.460000', '093718.920000', '093719.380000', '093719.840000', '093720.300000', '093720.760000', '093721.220000', '093721.680000', '093722.140000', '093722.600000', '093723.060000', '093723.520000', '093723.980000', '093724.440000', '093724.900000', '093725.360000', '093725.820000', '093726.280000', '093726.740000', '093727.200000', '093727.660000', '093728.120000', '093728.580000', '093729.040000', '093729.500000', '093729.960000', '093730.420000', '093730.880000', '093731.340000', '093731.800000', '093732.260000', '093732.720000', '093733.180000', '093733.640000', '093734.100000', '093734.560000', '093735.020000', '093735.480000', '093735.940000', '093736.400000', '093736.860000', '093737.320000', '093737.780000', '093738.240000', '093738.700000', '093739.160000', '093739.620000', '093740.080000', '093740.540000', '093741.000000', '093741.460000', '093741.920000', '093742.380000', '093742.840000', '093743.300000', '093743.760000', '093744.220000', '093744.680000', '093745.140000', '093745.600000', '093746.060000', '093746.520000', '093746.980000', '093747.440000', '093747.900000', '093748.360000', '093748.820000', '093749.280000', '093749.740000', '093750.200000', '093750.660000', '093751.120000', '093751.580000', '093752.040000', '093752.500000', '093752.960000', '093753.420000', '093753.880000', '093754.340000', '093754.800000', '093755.260000', '093755.720000', '093756.180000', '093756.640000', '093757.100000', '093757.560000', '093758.020000', '093758.480000', '093758.940000', '093759.400000', '093759.860000', '093800.320000', '093800.780000', '093801.240000', '093801.700000', '093802.160000', '093802.620000', '093803.080000', '093803.540000', '093804.000000', '093804.460000', '093804.920000', '093805.380000', '093805.840000', '093806.300000', '093806.760000', '093807.220000', '093807.680000', '093808.140000', '093808.600000', '093809.060000', '093809.520000', '093809.980000', '093810.440000', '093810.900000', '093811.360000', '093811.820000', '093812.280000', '093812.740000', '093813.200000', '093813.660000', '093814.120000', '093814.580000', '093815.040000', '093815.500000', '093815.960000', '093816.420000', '093816.880000', '093817.340000', '093817.800000', '093818.260000', '093818.720000', '093819.180000', '093819.640000', '093820.100000', '093820.560000', '093821.020000', '093821.480000', '093821.940000', '093822.400000', '093822.860000', '093823.320000', '093823.780000', '093824.240000', '093824.700000', '093825.160000', '093825.620000', '093826.080000', '093826.540000', '093827.000000', '093827.460000', '093827.920000', '093828.380000', '093828.840000', '093829.300000', '093829.760000', '093830.220000', '093830.680000', '093831.140000', '093831.600000', '093832.060000', '093832.520000', '093832.980000', '093833.440000', '093833.900000', '093834.360000', '093834.820000', '093835.280000', '093835.740000', '093836.200000', '093836.660000', '093837.120000', '093837.580000', '093838.040000', '093838.500000', '093838.960000', '093839.420000', '093839.880000', '093840.340000', '093840.800000', '093841.260000', '093841.720000', '093842.180000', '093842.640000', '093843.100000', '093843.560000', '093844.020000', '093844.480000', '093844.940000', '093845.400000', '093845.860000', '093846.320000', '093846.780000', '093847.240000', '093847.700000', '093848.160000', '093848.620000', '093849.080000', '093849.540000', '093850.000000', '093850.460000', '093850.920000', '093851.380000', '093851.840000', '093852.300000', '093852.760000', '093853.220000', '093853.680000', '093854.140000', '093854.600000', '093855.060000', '093855.520000', '093855.980000', '093856.440000', '093856.900000', '093857.360000', '093857.820000', '093858.280000', '093858.740000', '093859.200000', '093859.660000', '093900.120000', '093900.580000', '093901.040000', '093901.500000', '093901.960000', '093902.420000', '093902.880000', '093903.340000', '093903.800000', '093904.260000', '093904.720000', '093905.180000', '093905.640000', '093906.100000', '093906.560000', '093907.020000', '093907.480000', '093907.940000', '093908.400000', '093908.860000', '093909.320000', '093909.780000', '093910.240000', '093910.700000', '093911.160000', '093911.620000', '093912.080000', '093912.540000', '093913.000000', '093913.460000', '093913.920000', '093914.380000', '093914.840000', '093915.300000', '093915.760000', '093916.220000', '093916.680000', '093917.140000', '093917.600000', '093918.060000', '093918.520000', '093918.980000', '093919.440000', '093919.900000', '093920.360000', '093920.820000', '093921.280000', '093921.740000', '093922.200000', '093922.660000', '093923.120000', '093923.580000', '093924.040000', '093924.500000', '093924.960000', '093925.420000', '093925.880000', '093926.340000', '093926.800000', '093927.260000', '093927.720000', '093928.180000', '093928.640000', '093929.100000', '093929.560000', '093930.020000', '093930.480000', '093930.940000', '093931.400000', '093931.860000', '093932.320000', '093932.780000', '093933.240000', '093933.700000', '093934.160000', '093934.620000', '093935.080000', '093935.540000', '093936.000000', '093936.460000', '093936.920000', '093937.380000', '093937.840000', '093938.300000', '093938.760000', '093939.220000', '093939.680000', '093940.140000', '093940.600000', '093941.060000', '093941.520000', '093941.980000', '093942.440000', '093942.900000', '093943.360000', '093943.820000', '093944.280000', '093944.740000', '093945.200000'], 'ContentTime': ['093139.283000', '093139.286000', '093139.292000', '093139.295000', '093139.298000', '093139.301000', '093139.304000', '093139.306000', '093139.309000', '093139.312000', '093139.315000', '093139.318000', '093139.321000', '093139.323000', '093139.326000', '093139.329000', '093139.332000', '093139.335000', '093139.338000', '093139.341000', '093139.343000', '093139.346000', '093139.349000', '093139.357000', '093139.360000', '093139.362000', '093139.365000', '093139.368000', '093139.371000', '093139.374000', '093139.377000', '093139.380000', '093139.382000', '093139.385000', '093139.388000', '093139.391000', '093139.394000', '093139.396000', '093139.399000', '093159.250000', '093159.253000', '093159.256000', '093159.258000', '093159.261000', '093159.264000', '093159.267000', '093159.270000', '093159.273000', '093159.275000', '093159.278000', '093159.281000', '093159.284000', '093159.287000', '093159.290000', '093159.292000', '093159.295000', '093159.298000', '093159.301000', '093159.304000', '093159.306000', '093159.309000', '093159.312000', '093159.315000', '093159.318000', '093159.321000', '093159.323000', '093159.326000', '093159.329000', '093159.332000', '093159.335000', '093159.337000', '093159.340000', '093159.343000', '093159.346000', '093159.349000', '093159.351000', '093159.354000', '093159.357000', '093159.360000', '093159.362000', '093159.365000', '093159.368000', '093219.251000', '093219.254000', '093219.257000', '093219.259000', '093219.262000', '093219.265000', '093219.268000', '093219.271000', '093219.274000', '093219.276000', '093219.279000', '093219.282000', '093219.285000', '093219.288000', '093219.291000', '093219.293000', '093219.296000', '093219.299000', '093219.302000', '093219.305000', '093219.307000', '093219.310000', '093219.313000', '093219.316000', '093219.319000', '093219.321000', '093219.324000', '093219.327000', '093219.330000', '093219.333000', '093219.336000', '093219.339000', '093219.341000', '093219.344000', '093219.347000', '093219.350000', '093219.353000', '093219.355000', '093219.358000', '093219.364000', '093219.367000', '093219.369000', '093219.372000', '093239.250000', '093239.253000', '093239.256000', '093239.259000', '093239.261000', '093239.264000', '093239.267000', '093239.270000', '093239.273000', '093239.276000', '093239.278000', '093239.281000', '093239.284000', '093239.287000', '093239.290000', '093239.303000', '093239.306000', '093239.309000', '093239.312000', '093239.315000', '093239.317000', '093239.320000', '093239.323000', '093239.326000', '093239.329000', '093239.332000', '093239.334000', '093239.337000', '093239.340000', '093239.343000', '093239.346000', '093239.349000', '093239.351000', '093239.354000', '093239.357000', '093239.360000', '093239.363000', '093239.366000', '093239.368000', '093239.371000', '093239.374000', '093239.377000', '093239.380000', '093239.382000', '093259.250000', '093259.253000', '093259.256000', '093259.259000', '093259.261000', '093259.264000', '093259.267000', '093259.270000', '093259.273000', '093259.276000', '093259.279000', '093259.282000', '093259.285000', '093259.288000', '093259.291000', '093259.293000', '093259.296000', '093259.299000', '093259.302000', '093259.305000', '093259.307000', '093259.310000', '093259.313000', '093259.316000', '093259.319000', '093259.322000', '093259.324000', '093259.327000', '093259.330000', '093259.333000', '093259.336000', '093259.338000', '093259.341000', '093259.344000', '093259.347000', '093259.350000', '093259.352000', '093259.355000', '093259.358000', '093259.361000', '093259.364000', '093259.367000', '093259.369000', '093319.250000', '093319.253000', '093319.256000', '093319.258000', '093319.261000', '093319.264000', '093319.267000', '093319.270000', '093319.273000', '093319.276000', '093319.278000', '093319.281000', '093319.284000', '093319.287000', '093319.290000', '093319.292000', '093319.295000', '093319.298000', '093319.301000', '093319.304000', '093319.307000', '093319.309000', '093319.312000', '093319.315000', '093319.318000', '093319.321000', '093319.323000', '093319.326000', '093319.329000', '093319.332000', '093319.335000', '093319.338000', '093319.340000', '093319.343000', '093319.346000', '093319.349000', '093319.352000', '093319.354000', '093319.357000', '093319.360000', '093319.363000', '093319.366000', '093319.369000', '093319.371000', '093339.250000', '093339.253000', '093339.256000', '093339.259000', '093339.261000', '093339.264000', '093339.267000', '093339.270000', '093339.276000', '093339.279000', '093339.281000', '093339.284000', '093339.287000', '093339.290000', '093339.293000', '093339.296000', '093339.299000', '093339.301000', '093339.304000', '093339.307000', '093339.310000', '093339.313000', '093339.316000', '093339.318000', '093339.321000', '093339.324000', '093339.327000', '093339.330000', '093339.333000', '093339.336000', '093339.338000', '093339.341000', '093339.344000', '093339.347000', '093339.350000', '093339.353000', '093339.356000', '093339.358000', '093339.361000', '093339.364000', '093339.367000', '093339.370000', '093339.372000', '093359.250000', '093359.253000', '093359.256000', '093359.259000', '093359.261000', '093359.264000', '093359.267000', '093359.270000', '093359.273000', '093359.276000', '093359.278000', '093359.281000', '093359.284000', '093359.287000', '093359.290000', '093359.293000', '093359.296000', '093359.298000', '093359.301000', '093359.304000', '093359.307000', '093359.310000', '093359.312000', '093359.315000', '093359.318000', '093359.321000', '093359.324000', '093359.327000', '093359.330000', '093359.333000', '093359.335000', '093359.338000', '093359.341000', '093359.344000', '093359.347000', '093359.350000', '093359.352000', '093359.355000', '093359.358000', '093359.361000', '093359.364000', '093359.366000', '093359.372000', '093359.375000', '093419.250000', '093419.260000', '093419.263000', '093419.266000', '093419.269000', '093419.272000', '093419.274000', '093419.277000', '093419.280000', '093419.283000', '093419.293000', '093419.302000', '093419.305000', '093419.308000', '093419.311000', '093419.314000', '093419.317000', '093419.320000', '093419.322000', '093419.325000', '093419.328000', '093419.331000', '093419.334000', '093419.337000', '093419.339000', '093419.342000', '093419.345000', '093419.348000', '093419.351000', '093419.354000', '093419.356000', '093419.359000', '093419.362000', '093419.365000', '093419.368000', '093419.371000', '093419.373000', '093419.376000', '093419.379000', '093419.382000', '093419.385000', '093419.388000', '093419.390000', '093439.251000', '093439.254000', '093439.257000', '093439.260000', '093439.263000', '093439.265000', '093439.268000', '093439.271000', '093439.274000', '093439.277000', '093439.280000', '093439.282000', '093439.285000', '093439.288000', '093439.291000', '093439.294000', '093439.297000', '093439.299000', '093439.302000', '093439.305000', '093439.308000', '093439.311000', '093439.314000', '093439.317000', '093439.320000', '093439.322000', '093439.325000', '093439.328000', '093439.331000', '093439.334000', '093439.337000', '093439.340000', '093439.342000', '093439.345000', '093439.348000', '093439.351000', '093439.354000', '093439.357000', '093439.359000', '093439.362000', '093439.365000', '093439.368000', '093439.371000', '093439.374000', '093459.250000', '093459.253000', '093459.256000', '093459.259000', '093459.266000', '093459.269000', '093459.272000', '093459.274000', '093459.277000', '093459.280000', '093459.283000', '093459.286000', '093459.289000', '093459.292000', '093459.294000', '093459.297000', '093459.300000', '093459.303000', '093459.306000', '093459.309000', '093459.312000', '093459.315000', '093459.318000', '093459.321000', '093459.324000', '093459.326000', '093459.329000', '093459.332000', '093459.335000', '093459.338000', '093459.341000', '093459.344000', '093459.346000', '093459.349000', '093459.352000', '093459.355000', '093459.358000', '093459.361000', '093459.364000', '093459.367000', '093459.369000', '093459.372000', '093459.375000', '093519.250000', '093519.253000', '093519.256000', '093519.259000', '093519.261000', '093519.264000', '093519.267000', '093519.270000', '093519.273000', '093519.276000', '093519.279000', '093519.282000', '093519.284000', '093519.287000', '093519.290000', '093519.293000', '093519.296000', '093519.299000', '093519.302000', '093519.304000', '093519.307000', '093519.310000', '093519.313000', '093519.316000', '093519.319000', '093519.322000', '093519.325000', '093519.327000', '093519.330000', '093519.333000', '093519.336000', '093519.339000', '093519.341000', '093519.344000', '093519.347000', '093519.350000', '093519.353000', '093519.356000', '093519.359000', '093519.361000', '093519.364000', '093519.367000', '093519.370000', '093519.373000', '093539.250000', '093539.253000', '093539.256000', '093539.259000', '093539.262000', '093539.265000', '093539.269000', '093539.272000', '093539.275000', '093539.278000', '093539.281000', '093539.284000', '093539.286000', '093539.289000', '093539.292000', '093539.295000', '093539.298000', '093539.301000', '093539.303000', '093539.306000', '093539.309000', '093539.312000', '093539.315000', '093539.318000', '093539.320000', '093539.323000', '093539.326000', '093539.329000', '093539.332000', '093539.335000', '093539.338000', '093539.341000', '093539.343000', '093539.346000', '093539.349000', '093539.359000', '093539.361000', '093539.364000', '093539.367000', '093539.370000', '093539.373000', '093539.375000', '093539.378000', '093559.250000', '093559.253000', '093559.256000', '093559.258000', '093559.262000', '093559.264000', '093559.267000', '093559.270000', '093559.273000', '093559.276000', '093559.279000', '093559.281000', '093559.284000', '093559.287000', '093559.290000', '093559.293000', '093559.296000', '093559.299000', '093559.302000', '093559.304000', '093559.308000', '093559.311000', '093559.314000', '093559.316000', '093559.319000', '093559.322000', '093559.325000', '093559.328000', '093559.331000', '093559.334000', '093559.336000', '093559.339000', '093559.342000', '093559.345000', '093559.348000', '093559.351000', '093559.354000', '093559.357000', '093559.359000', '093559.362000', '093559.365000', '093559.368000', '093559.371000', '093559.374000', '093619.250000', '093619.253000', '093619.256000', '093619.259000', '093619.262000', '093619.264000', '093619.267000', '093619.270000', '093619.273000', '093619.276000', '093619.279000', '093619.282000', '093619.284000', '093619.287000', '093619.290000', '093619.293000', '093619.296000', '093619.299000', '093619.302000', '093619.305000', '093619.308000', '093619.310000', '093619.313000', '093619.316000', '093619.319000', '093619.322000', '093619.325000', '093619.328000', '093619.330000', '093619.333000', '093619.336000', '093619.339000', '093619.342000', '093619.345000', '093619.348000', '093619.351000', '093619.354000', '093619.357000', '093619.360000', '093619.362000', '093619.365000', '093619.368000', '093619.371000', '093639.250000', '093639.253000', '093639.256000', '093639.259000', '093639.262000', '093639.265000', '093639.268000', '093639.271000', '093639.273000', '093639.276000', '093639.279000', '093639.282000', '093639.285000', '093639.287000', '093639.290000', '093639.293000', '093639.296000', '093639.299000', '093639.302000', '093639.305000', '093639.308000', '093639.310000', '093639.313000', '093639.316000', '093639.319000', '093639.322000', '093639.324000', '093639.327000', '093639.330000', '093639.333000', '093639.336000', '093639.339000', '093639.342000', '093639.344000', '093639.347000', '093639.350000', '093639.353000', '093639.356000', '093639.359000', '093639.362000', '093639.365000', '093639.367000', '093639.370000', '093639.373000', '093659.251000', '093659.254000', '093659.257000', '093659.260000', '093659.263000', '093659.266000', '093659.269000', '093659.272000', '093659.275000', '093659.278000', '093659.281000', '093659.284000', '093659.286000', '093659.289000', '093659.292000', '093659.295000', '093659.298000', '093659.301000', '093659.304000', '093659.308000', '093659.311000', '093659.314000', '093659.317000', '093659.320000', '093659.323000', '093659.326000', '093659.329000', '093659.332000', '093659.334000', '093659.337000', '093659.340000', '093659.343000', '093659.346000', '093659.349000', '093659.352000', '093659.355000', '093659.358000', '093659.361000', '093659.364000', '093659.367000', '093659.370000', '093659.373000', '093659.376000', '093719.250000', '093719.253000', '093719.259000', '093719.275000', '093719.278000', '093719.281000', '093719.284000', '093719.287000', '093719.289000', '093719.292000', '093719.295000', '093719.298000', '093719.301000', '093719.304000', '093719.307000', '093719.309000', '093719.312000', '093719.315000', '093719.318000', '093719.321000', '093719.324000', '093719.326000', '093719.329000', '093719.332000', '093719.335000', '093719.338000', '093719.341000', '093719.344000', '093719.346000', '093719.349000', '093719.352000', '093719.355000', '093719.358000', '093719.361000', '093719.364000', '093719.366000', '093719.369000', '093719.372000', '093719.375000', '093719.378000', '093719.381000', '093719.383000', '093719.386000', '093719.389000', '093739.250000', '093739.254000', '093739.258000', '093739.261000', '093739.270000', '093739.273000', '093739.276000', '093739.279000', '093739.282000', '093739.284000', '093739.287000', '093739.290000', '093739.293000', '093739.296000', '093739.299000', '093739.302000', '093739.305000', '093739.307000', '093739.310000', '093739.313000', '093739.316000', '093739.319000', '093739.322000', '093739.324000', '093739.327000', '093739.330000', '093739.333000', '093739.336000', '093739.339000', '093739.341000', '093739.344000', '093739.347000', '093739.350000', '093739.353000', '093739.356000', '093739.359000', '093739.362000', '093739.365000', '093739.368000', '093739.371000', '093739.374000', '093739.376000', '093739.379000', '093759.250000', '093759.253000', '093759.256000', '093759.259000', '093759.262000', '093759.265000', '093759.268000', '093759.270000', '093759.273000', '093759.276000', '093759.279000', '093759.282000', '093759.285000', '093759.288000', '093759.290000', '093759.293000', '093759.296000', '093759.299000', '093759.302000', '093759.305000', '093759.308000', '093759.311000', '093759.313000', '093759.316000', '093759.319000', '093759.322000', '093759.325000', '093759.327000', '093759.330000', '093759.333000', '093759.336000', '093759.339000', '093759.342000', '093759.345000', '093759.347000', '093759.350000', '093759.353000', '093759.356000', '093759.359000', '093759.362000', '093759.364000', '093759.367000', '093759.370000', '093759.373000', '093819.250000', '093819.253000', '093819.256000', '093819.259000', '093819.262000', '093819.265000', '093819.268000', '093819.271000', '093819.274000', '093819.276000', '093819.279000', '093819.282000', '093819.285000', '093819.288000', '093819.291000', '093819.294000', '093819.296000', '093819.299000', '093819.302000', '093819.305000', '093819.308000', '093819.311000', '093819.313000', '093819.316000', '093819.319000', '093819.322000', '093819.325000', '093819.328000', '093819.331000', '093819.333000', '093819.336000', '093819.339000', '093819.342000', '093819.346000', '093819.349000', '093819.352000', '093819.355000', '093819.358000', '093819.361000', '093819.364000', '093819.366000', '093819.369000', '093819.372000', '093839.250000', '093839.253000', '093839.256000', '093839.258000', '093839.261000', '093839.264000', '093839.267000', '093839.270000', '093839.273000', '093839.276000', '093839.279000', '093839.281000', '093839.284000', '093839.287000', '093839.290000', '093839.293000', '093839.296000', '093839.299000', '093839.301000', '093839.304000', '093839.307000', '093839.310000', '093839.313000', '093839.316000', '093839.319000', '093839.322000', '093839.324000', '093839.327000', '093839.330000', '093839.333000', '093839.336000', '093839.339000', '093839.342000', '093839.345000', '093839.347000', '093839.350000', '093839.353000', '093839.356000', '093839.359000', '093839.362000', '093839.365000', '093839.367000', '093839.370000', '093839.373000', '093859.250000', '093859.253000', '093859.256000', '093859.259000', '093859.262000', '093859.265000', '093859.268000', '093859.270000', '093859.273000', '093859.276000', '093859.279000', '093859.282000', '093859.285000', '093859.287000', '093859.290000', '093859.293000', '093859.296000', '093859.299000', '093859.302000', '093859.304000', '093859.307000', '093859.310000', '093859.313000', '093859.316000', '093859.318000', '093859.321000', '093859.324000', '093859.327000', '093859.330000', '093859.333000', '093859.336000', '093859.338000', '093859.341000', '093859.344000', '093859.347000', '093859.350000', '093859.352000', '093859.355000', '093859.358000', '093859.361000', '093859.364000', '093859.367000', '093859.370000', '093919.251000', '093919.254000', '093919.257000', '093919.264000', '093919.267000', '093919.270000', '093919.273000', '093919.276000', '093919.278000', '093919.281000', '093919.284000', '093919.287000', '093919.290000', '093919.293000', '093919.296000', '093919.299000', '093919.301000', '093919.304000', '093919.307000', '093919.310000', '093919.313000', '093919.316000', '093919.318000', '093919.321000', '093919.324000', '093919.327000', '093919.330000', '093919.333000', '093919.336000', '093919.338000', '093919.341000', '093919.344000', '093919.347000', '093919.350000', '093919.353000', '093919.356000', '093919.358000', '093919.361000', '093919.364000', '093919.367000', '093919.370000', '093919.373000', '093919.376000', '093919.379000', '093939.250000', '093939.253000', '093939.256000', '093939.259000', '093939.262000', '093939.265000', '093939.268000', '093939.270000', '093939.273000', '093939.276000', '093939.279000', '093939.282000', '093939.285000', '093939.288000', '093939.290000', '093939.293000', '093939.296000', '093939.299000', '093939.302000', '093939.305000', '093939.307000', '093939.310000', '093939.313000', '093939.316000', '093939.319000', '093939.322000', '093939.325000', '093939.327000', '093939.330000', '093939.333000', '093939.336000', '093939.339000', '093939.342000', '093939.345000', '093939.347000', '093939.350000', '093939.353000', '093939.356000', '093939.359000', '093939.362000', '093939.365000', '093939.368000', '093939.370000', '093946.399000', '093946.402000', '093946.413000', '093946.416000', '093946.419000', '093946.422000', '093946.425000', '093946.428000', '093946.431000', '093946.434000', '093946.437000', '093946.440000', '093946.442000', '093946.445000', '093946.448000', '093946.451000'], 'InstanceCreationTime': ['093139.283000', '093139.286000', '093139.292000', '093139.295000', '093139.298000', '093139.301000', '093139.304000', '093139.306000', '093139.309000', '093139.312000', '093139.315000', '093139.318000', '093139.321000', '093139.323000', '093139.326000', '093139.329000', '093139.332000', '093139.335000', '093139.338000', '093139.341000', '093139.343000', '093139.346000', '093139.349000', '093139.357000', '093139.360000', '093139.362000', '093139.365000', '093139.368000', '093139.371000', '093139.374000', '093139.377000', '093139.380000', '093139.382000', '093139.385000', '093139.388000', '093139.391000', '093139.394000', '093139.396000', '093139.399000', '093159.250000', '093159.253000', '093159.256000', '093159.258000', '093159.261000', '093159.264000', '093159.267000', '093159.270000', '093159.273000', '093159.275000', '093159.278000', '093159.281000', '093159.284000', '093159.287000', '093159.290000', '093159.292000', '093159.295000', '093159.298000', '093159.301000', '093159.304000', '093159.306000', '093159.309000', '093159.312000', '093159.315000', '093159.318000', '093159.321000', '093159.323000', '093159.326000', '093159.329000', '093159.332000', '093159.335000', '093159.337000', '093159.340000', '093159.343000', '093159.346000', '093159.349000', '093159.351000', '093159.354000', '093159.357000', '093159.360000', '093159.362000', '093159.365000', '093159.368000', '093219.251000', '093219.254000', '093219.257000', '093219.259000', '093219.262000', '093219.265000', '093219.268000', '093219.271000', '093219.274000', '093219.276000', '093219.279000', '093219.282000', '093219.285000', '093219.288000', '093219.291000', '093219.293000', '093219.296000', '093219.299000', '093219.302000', '093219.305000', '093219.307000', '093219.310000', '093219.313000', '093219.316000', '093219.319000', '093219.321000', '093219.324000', '093219.327000', '093219.330000', '093219.333000', '093219.336000', '093219.339000', '093219.341000', '093219.344000', '093219.347000', '093219.350000', '093219.353000', '093219.355000', '093219.358000', '093219.364000', '093219.367000', '093219.369000', '093219.372000', '093239.250000', '093239.253000', '093239.256000', '093239.259000', '093239.261000', '093239.264000', '093239.267000', '093239.270000', '093239.273000', '093239.276000', '093239.278000', '093239.281000', '093239.284000', '093239.287000', '093239.290000', '093239.303000', '093239.306000', '093239.309000', '093239.312000', '093239.315000', '093239.317000', '093239.320000', '093239.323000', '093239.326000', '093239.329000', '093239.332000', '093239.334000', '093239.337000', '093239.340000', '093239.343000', '093239.346000', '093239.349000', '093239.351000', '093239.354000', '093239.357000', '093239.360000', '093239.363000', '093239.366000', '093239.368000', '093239.371000', '093239.374000', '093239.377000', '093239.380000', '093239.382000', '093259.250000', '093259.253000', '093259.256000', '093259.259000', '093259.261000', '093259.264000', '093259.267000', '093259.270000', '093259.273000', '093259.276000', '093259.279000', '093259.282000', '093259.285000', '093259.288000', '093259.291000', '093259.293000', '093259.296000', '093259.299000', '093259.302000', '093259.305000', '093259.307000', '093259.310000', '093259.313000', '093259.316000', '093259.319000', '093259.322000', '093259.324000', '093259.327000', '093259.330000', '093259.333000', '093259.336000', '093259.338000', '093259.341000', '093259.344000', '093259.347000', '093259.350000', '093259.352000', '093259.355000', '093259.358000', '093259.361000', '093259.364000', '093259.367000', '093259.369000', '093319.250000', '093319.253000', '093319.256000', '093319.258000', '093319.261000', '093319.264000', '093319.267000', '093319.270000', '093319.273000', '093319.276000', '093319.278000', '093319.281000', '093319.284000', '093319.287000', '093319.290000', '093319.292000', '093319.295000', '093319.298000', '093319.301000', '093319.304000', '093319.307000', '093319.309000', '093319.312000', '093319.315000', '093319.318000', '093319.321000', '093319.323000', '093319.326000', '093319.329000', '093319.332000', '093319.335000', '093319.338000', '093319.340000', '093319.343000', '093319.346000', '093319.349000', '093319.352000', '093319.354000', '093319.357000', '093319.360000', '093319.363000', '093319.366000', '093319.369000', '093319.371000', '093339.250000', '093339.253000', '093339.256000', '093339.259000', '093339.261000', '093339.264000', '093339.267000', '093339.270000', '093339.276000', '093339.279000', '093339.281000', '093339.284000', '093339.287000', '093339.290000', '093339.293000', '093339.296000', '093339.299000', '093339.301000', '093339.304000', '093339.307000', '093339.310000', '093339.313000', '093339.316000', '093339.318000', '093339.321000', '093339.324000', '093339.327000', '093339.330000', '093339.333000', '093339.336000', '093339.338000', '093339.341000', '093339.344000', '093339.347000', '093339.350000', '093339.353000', '093339.356000', '093339.358000', '093339.361000', '093339.364000', '093339.367000', '093339.370000', '093339.372000', '093359.250000', '093359.253000', '093359.256000', '093359.259000', '093359.261000', '093359.264000', '093359.267000', '093359.270000', '093359.273000', '093359.276000', '093359.278000', '093359.281000', '093359.284000', '093359.287000', '093359.290000', '093359.293000', '093359.296000', '093359.298000', '093359.301000', '093359.304000', '093359.307000', '093359.310000', '093359.312000', '093359.315000', '093359.318000', '093359.321000', '093359.324000', '093359.327000', '093359.330000', '093359.333000', '093359.335000', '093359.338000', '093359.341000', '093359.344000', '093359.347000', '093359.350000', '093359.352000', '093359.355000', '093359.358000', '093359.361000', '093359.364000', '093359.366000', '093359.372000', '093359.375000', '093419.250000', '093419.260000', '093419.263000', '093419.266000', '093419.269000', '093419.272000', '093419.274000', '093419.277000', '093419.280000', '093419.283000', '093419.293000', '093419.302000', '093419.305000', '093419.308000', '093419.311000', '093419.314000', '093419.317000', '093419.320000', '093419.322000', '093419.325000', '093419.328000', '093419.331000', '093419.334000', '093419.337000', '093419.339000', '093419.342000', '093419.345000', '093419.348000', '093419.351000', '093419.354000', '093419.356000', '093419.359000', '093419.362000', '093419.365000', '093419.368000', '093419.371000', '093419.373000', '093419.376000', '093419.379000', '093419.382000', '093419.385000', '093419.388000', '093419.390000', '093439.251000', '093439.254000', '093439.257000', '093439.260000', '093439.263000', '093439.265000', '093439.268000', '093439.271000', '093439.274000', '093439.277000', '093439.280000', '093439.282000', '093439.285000', '093439.288000', '093439.291000', '093439.294000', '093439.297000', '093439.299000', '093439.302000', '093439.305000', '093439.308000', '093439.311000', '093439.314000', '093439.317000', '093439.320000', '093439.322000', '093439.325000', '093439.328000', '093439.331000', '093439.334000', '093439.337000', '093439.340000', '093439.342000', '093439.345000', '093439.348000', '093439.351000', '093439.354000', '093439.357000', '093439.359000', '093439.362000', '093439.365000', '093439.368000', '093439.371000', '093439.374000', '093459.250000', '093459.253000', '093459.256000', '093459.259000', '093459.266000', '093459.269000', '093459.272000', '093459.274000', '093459.277000', '093459.280000', '093459.283000', '093459.286000', '093459.289000', '093459.292000', '093459.294000', '093459.297000', '093459.300000', '093459.303000', '093459.306000', '093459.309000', '093459.312000', '093459.315000', '093459.318000', '093459.321000', '093459.324000', '093459.326000', '093459.329000', '093459.332000', '093459.335000', '093459.338000', '093459.341000', '093459.344000', '093459.346000', '093459.349000', '093459.352000', '093459.355000', '093459.358000', '093459.361000', '093459.364000', '093459.367000', '093459.369000', '093459.372000', '093459.375000', '093519.250000', '093519.253000', '093519.256000', '093519.259000', '093519.261000', '093519.264000', '093519.267000', '093519.270000', '093519.273000', '093519.276000', '093519.279000', '093519.282000', '093519.284000', '093519.287000', '093519.290000', '093519.293000', '093519.296000', '093519.299000', '093519.302000', '093519.304000', '093519.307000', '093519.310000', '093519.313000', '093519.316000', '093519.319000', '093519.322000', '093519.325000', '093519.327000', '093519.330000', '093519.333000', '093519.336000', '093519.339000', '093519.341000', '093519.344000', '093519.347000', '093519.350000', '093519.353000', '093519.356000', '093519.359000', '093519.361000', '093519.364000', '093519.367000', '093519.370000', '093519.373000', '093539.250000', '093539.253000', '093539.256000', '093539.259000', '093539.262000', '093539.265000', '093539.269000', '093539.272000', '093539.275000', '093539.278000', '093539.281000', '093539.284000', '093539.286000', '093539.289000', '093539.292000', '093539.295000', '093539.298000', '093539.301000', '093539.303000', '093539.306000', '093539.309000', '093539.312000', '093539.315000', '093539.318000', '093539.320000', '093539.323000', '093539.326000', '093539.329000', '093539.332000', '093539.335000', '093539.338000', '093539.341000', '093539.343000', '093539.346000', '093539.349000', '093539.359000', '093539.361000', '093539.364000', '093539.367000', '093539.370000', '093539.373000', '093539.375000', '093539.378000', '093559.250000', '093559.253000', '093559.256000', '093559.258000', '093559.262000', '093559.264000', '093559.267000', '093559.270000', '093559.273000', '093559.276000', '093559.279000', '093559.281000', '093559.284000', '093559.287000', '093559.290000', '093559.293000', '093559.296000', '093559.299000', '093559.302000', '093559.304000', '093559.308000', '093559.311000', '093559.314000', '093559.316000', '093559.319000', '093559.322000', '093559.325000', '093559.328000', '093559.331000', '093559.334000', '093559.336000', '093559.339000', '093559.342000', '093559.345000', '093559.348000', '093559.351000', '093559.354000', '093559.357000', '093559.359000', '093559.362000', '093559.365000', '093559.368000', '093559.371000', '093559.374000', '093619.250000', '093619.253000', '093619.256000', '093619.259000', '093619.262000', '093619.264000', '093619.267000', '093619.270000', '093619.273000', '093619.276000', '093619.279000', '093619.282000', '093619.284000', '093619.287000', '093619.290000', '093619.293000', '093619.296000', '093619.299000', '093619.302000', '093619.305000', '093619.308000', '093619.310000', '093619.313000', '093619.316000', '093619.319000', '093619.322000', '093619.325000', '093619.328000', '093619.330000', '093619.333000', '093619.336000', '093619.339000', '093619.342000', '093619.345000', '093619.348000', '093619.351000', '093619.354000', '093619.357000', '093619.360000', '093619.362000', '093619.365000', '093619.368000', '093619.371000', '093639.250000', '093639.253000', '093639.256000', '093639.259000', '093639.262000', '093639.265000', '093639.268000', '093639.271000', '093639.273000', '093639.276000', '093639.279000', '093639.282000', '093639.285000', '093639.287000', '093639.290000', '093639.293000', '093639.296000', '093639.299000', '093639.302000', '093639.305000', '093639.308000', '093639.310000', '093639.313000', '093639.316000', '093639.319000', '093639.322000', '093639.324000', '093639.327000', '093639.330000', '093639.333000', '093639.336000', '093639.339000', '093639.342000', '093639.344000', '093639.347000', '093639.350000', '093639.353000', '093639.356000', '093639.359000', '093639.362000', '093639.365000', '093639.367000', '093639.370000', '093639.373000', '093659.251000', '093659.254000', '093659.257000', '093659.260000', '093659.263000', '093659.266000', '093659.269000', '093659.272000', '093659.275000', '093659.278000', '093659.281000', '093659.284000', '093659.286000', '093659.289000', '093659.292000', '093659.295000', '093659.298000', '093659.301000', '093659.304000', '093659.308000', '093659.311000', '093659.314000', '093659.317000', '093659.320000', '093659.323000', '093659.326000', '093659.329000', '093659.332000', '093659.334000', '093659.337000', '093659.340000', '093659.343000', '093659.346000', '093659.349000', '093659.352000', '093659.355000', '093659.358000', '093659.361000', '093659.364000', '093659.367000', '093659.370000', '093659.373000', '093659.376000', '093719.250000', '093719.253000', '093719.259000', '093719.275000', '093719.278000', '093719.281000', '093719.284000', '093719.287000', '093719.289000', '093719.292000', '093719.295000', '093719.298000', '093719.301000', '093719.304000', '093719.307000', '093719.309000', '093719.312000', '093719.315000', '093719.318000', '093719.321000', '093719.324000', '093719.326000', '093719.329000', '093719.332000', '093719.335000', '093719.338000', '093719.341000', '093719.344000', '093719.346000', '093719.349000', '093719.352000', '093719.355000', '093719.358000', '093719.361000', '093719.364000', '093719.366000', '093719.369000', '093719.372000', '093719.375000', '093719.378000', '093719.381000', '093719.383000', '093719.386000', '093719.389000', '093739.250000', '093739.254000', '093739.258000', '093739.261000', '093739.270000', '093739.273000', '093739.276000', '093739.279000', '093739.282000', '093739.284000', '093739.287000', '093739.290000', '093739.293000', '093739.296000', '093739.299000', '093739.302000', '093739.305000', '093739.307000', '093739.310000', '093739.313000', '093739.316000', '093739.319000', '093739.322000', '093739.324000', '093739.327000', '093739.330000', '093739.333000', '093739.336000', '093739.339000', '093739.341000', '093739.344000', '093739.347000', '093739.350000', '093739.353000', '093739.356000', '093739.359000', '093739.362000', '093739.365000', '093739.368000', '093739.371000', '093739.374000', '093739.376000', '093739.379000', '093759.250000', '093759.253000', '093759.256000', '093759.259000', '093759.262000', '093759.265000', '093759.268000', '093759.270000', '093759.273000', '093759.276000', '093759.279000', '093759.282000', '093759.285000', '093759.288000', '093759.290000', '093759.293000', '093759.296000', '093759.299000', '093759.302000', '093759.305000', '093759.308000', '093759.311000', '093759.313000', '093759.316000', '093759.319000', '093759.322000', '093759.325000', '093759.327000', '093759.330000', '093759.333000', '093759.336000', '093759.339000', '093759.342000', '093759.345000', '093759.347000', '093759.350000', '093759.353000', '093759.356000', '093759.359000', '093759.362000', '093759.364000', '093759.367000', '093759.370000', '093759.373000', '093819.250000', '093819.253000', '093819.256000', '093819.259000', '093819.262000', '093819.265000', '093819.268000', '093819.271000', '093819.274000', '093819.276000', '093819.279000', '093819.282000', '093819.285000', '093819.288000', '093819.291000', '093819.294000', '093819.296000', '093819.299000', '093819.302000', '093819.305000', '093819.308000', '093819.311000', '093819.313000', '093819.316000', '093819.319000', '093819.322000', '093819.325000', '093819.328000', '093819.331000', '093819.333000', '093819.336000', '093819.339000', '093819.342000', '093819.346000', '093819.349000', '093819.352000', '093819.355000', '093819.358000', '093819.361000', '093819.364000', '093819.366000', '093819.369000', '093819.372000', '093839.250000', '093839.253000', '093839.256000', '093839.258000', '093839.261000', '093839.264000', '093839.267000', '093839.270000', '093839.273000', '093839.276000', '093839.279000', '093839.281000', '093839.284000', '093839.287000', '093839.290000', '093839.293000', '093839.296000', '093839.299000', '093839.301000', '093839.304000', '093839.307000', '093839.310000', '093839.313000', '093839.316000', '093839.319000', '093839.322000', '093839.324000', '093839.327000', '093839.330000', '093839.333000', '093839.336000', '093839.339000', '093839.342000', '093839.345000', '093839.347000', '093839.350000', '093839.353000', '093839.356000', '093839.359000', '093839.362000', '093839.365000', '093839.367000', '093839.370000', '093839.373000', '093859.250000', '093859.253000', '093859.256000', '093859.259000', '093859.262000', '093859.265000', '093859.268000', '093859.270000', '093859.273000', '093859.276000', '093859.279000', '093859.282000', '093859.285000', '093859.287000', '093859.290000', '093859.293000', '093859.296000', '093859.299000', '093859.302000', '093859.304000', '093859.307000', '093859.310000', '093859.313000', '093859.316000', '093859.318000', '093859.321000', '093859.324000', '093859.327000', '093859.330000', '093859.333000', '093859.336000', '093859.338000', '093859.341000', '093859.344000', '093859.347000', '093859.350000', '093859.352000', '093859.355000', '093859.358000', '093859.361000', '093859.364000', '093859.367000', '093859.370000', '093919.251000', '093919.254000', '093919.257000', '093919.264000', '093919.267000', '093919.270000', '093919.273000', '093919.276000', '093919.278000', '093919.281000', '093919.284000', '093919.287000', '093919.290000', '093919.293000', '093919.296000', '093919.299000', '093919.301000', '093919.304000', '093919.307000', '093919.310000', '093919.313000', '093919.316000', '093919.318000', '093919.321000', '093919.324000', '093919.327000', '093919.330000', '093919.333000', '093919.336000', '093919.338000', '093919.341000', '093919.344000', '093919.347000', '093919.350000', '093919.353000', '093919.356000', '093919.358000', '093919.361000', '093919.364000', '093919.367000', '093919.370000', '093919.373000', '093919.376000', '093919.379000', '093939.250000', '093939.253000', '093939.256000', '093939.259000', '093939.262000', '093939.265000', '093939.268000', '093939.270000', '093939.273000', '093939.276000', '093939.279000', '093939.282000', '093939.285000', '093939.288000', '093939.290000', '093939.293000', '093939.296000', '093939.299000', '093939.302000', '093939.305000', '093939.307000', '093939.310000', '093939.313000', '093939.316000', '093939.319000', '093939.322000', '093939.325000', '093939.327000', '093939.330000', '093939.333000', '093939.336000', '093939.339000', '093939.342000', '093939.345000', '093939.347000', '093939.350000', '093939.353000', '093939.356000', '093939.359000', '093939.362000', '093939.365000', '093939.368000', '093939.370000', '093946.399000', '093946.402000', '093946.413000', '093946.416000', '093946.419000', '093946.422000', '093946.425000', '093946.428000', '093946.431000', '093946.434000', '093946.437000', '093946.440000', '093946.442000', '093946.445000', '093946.448000', '093946.451000'], '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': [8978, 14331, 11585, 12632, 8100, 6652, 9260, 7021, 10135, 7735, 9915, 8175, 7135, 9525, 7152, 9352, 7782, 6994, 8765, 7353, 9025, 8287, 7446, 11111, 7650, 8638, 8452, 6812, 10930, 8292, 13229, 10775, 13727, 10932, 10893, 8948, 9016, 12640, 10354, 12387, 10308, 10971, 8631, 14018, 8414, 12452, 8087, 8361, 7758, 6745, 9630, 6819, 9917, 7909, 11887, 8752, 6809, 10341, 7255, 10772, 7968, 11942, 8194, 12374, 8171, 11823, 8160, 10600, 9275, 7041, 9648, 7971, 8365, 7424, 6817, 8927, 7157, 9659, 7840, 7021, 8799, 7166, 7134, 7409, 7165, 7164, 8393, 7446, 10907, 9050, 9180, 11083, 9507, 12774, 12409, 10173, 14981, 13149, 13226, 14186, 13012, 14801, 12963, 14752, 12219, 14310, 11000, 14783, 11914, 14795, 10531, 13232, 9112, 7147, 10254, 7243, 10647, 7545, 10542, 7833, 9850, 7690, 8727, 7671, 7464, 8608, 6947, 9146, 7493, 6798, 8132, 7044, 8089, 6925, 7634, 7722, 9387, 8336, 12746, 9200, 11149, 8887, 12530, 10660, 12864, 10116, 13109, 10003, 13106, 10464, 13023, 9874, 12332, 8044, 12313, 9442, 8242, 10246, 7431, 8882, 7071, 7113, 6736, 7119, 8134, 7460, 7612, 8901, 9760, 10372, 15345, 11547, 13196, 10896, 13649, 13781, 9790, 14333, 11142, 10957, 13530, 9775, 14142, 11988, 8834, 9810, 7637, 13063, 8047, 12081, 7026, 8915, 9821, 9445, 10147, 7507, 10467, 7816, 9729, 7836, 6856, 8557, 7579, 9337, 7411, 10530, 7758, 9738, 7424, 7172, 8251, 7672, 10210, 7600, 6903, 8077, 7256, 8042, 7079, 7217, 7978, 7108, 8280, 7165, 10127, 7605, 7284, 9391, 8379, 9206, 8546, 7090, 11884, 8877, 12797, 11036, 11280, 13374, 12253, 14577, 13172, 14783, 12789, 14999, 12181, 14230, 11300, 13951, 10846, 13807, 10182, 12164, 7613, 10698, 7159, 8833, 8071, 7163, 11555, 7435, 10052, 7403, 9556, 7386, 8322, 7416, 6961, 8173, 7012, 9995, 7853, 10667, 7510, 8169, 6943, 7027, 7755, 7045, 8661, 7124, 9119, 7164, 10322, 8222, 10338, 7463, 7794, 7858, 7093, 8709, 7141, 9494, 7858, 11768, 8760, 8117, 9157, 8564, 8864, 8502, 7922, 8981, 7485, 7135, 9270, 7260, 12877, 9253, 13582, 10159, 13101, 13251, 12742, 16124, 12586, 13222, 13592, 11062, 15078, 12321, 15865, 12200, 15840, 11969, 15693, 11200, 15121, 11416, 14843, 12414, 14415, 11819, 10245, 9814, 7038, 9907, 7571, 9657, 7691, 11804, 10787, 7647, 7059, 6912, 8866, 7384, 8941, 7076, 6768, 7860, 7211, 8779, 6936, 9548, 7379, 10046, 7587, 10870, 7515, 10796, 7868, 10595, 7829, 10551, 7420, 10749, 7541, 9452, 7115, 7283, 7162, 6775, 7899, 7311, 8410, 7081, 8941, 7605, 7707, 7703, 7330, 8211, 7111, 7979, 7300, 7182, 7671, 7329, 8766, 7461, 10520, 7642, 11580, 8220, 9981, 7966, 7583, 8921, 7239, 11075, 7600, 12252, 9239, 13226, 10559, 8039, 11007, 8082, 13451, 8665, 9673, 10568, 9262, 14773, 12162, 9658, 11984, 7691, 7104, 9776, 7874, 8221, 9036, 9054, 13592, 11086, 8797, 14971, 12979, 13226, 14177, 13541, 15086, 12782, 13028, 15712, 12541, 10704, 13438, 11023, 13834, 12806, 7691, 7032, 10058, 7715, 8721, 9496, 6823, 12597, 9995, 14763, 11797, 12474, 13012, 8698, 14427, 11236, 14952, 11513, 9805, 9443, 7876, 9850, 7979, 7825, 8153, 6998, 9717, 7754, 9824, 7884, 7129, 8522, 7294, 9387, 7257, 9358, 7533, 9287, 7271, 9263, 7421, 9637, 7153, 10160, 7049, 7963, 6991, 6781, 7804, 6625, 8563, 7154, 8583, 7297, 7559, 7383, 7007, 8095, 6855, 10953, 8747, 11244, 7539, 6901, 8553, 7204, 9893, 8028, 8077, 8537, 7181, 11287, 8602, 7218, 8780, 7919, 6946, 9532, 7294, 11034, 7497, 10985, 9475, 11429, 9844, 9342, 12001, 12432, 14516, 13147, 15727, 13839, 16308, 14270, 12865, 15338, 12761, 14991, 12462, 14941, 11324, 12329, 7864, 11693, 7881, 10247, 8338, 8081, 8797, 7783, 9162, 7530, 9363, 7521, 9056, 7467, 8684, 7160, 9313, 7502, 7942, 7206, 7383, 8638, 7143, 8953, 7392, 7279, 7590, 7054, 9097, 7795, 6811, 7759, 7005, 7748, 7928, 6967, 9567, 8063, 6927, 10077, 7916, 9523, 10198, 7443, 13412, 9557, 14744, 10904, 14309, 12488, 13291, 13283, 11429, 14064, 12536, 14629, 11989, 15417, 12979, 14881, 11332, 12493, 9141, 9960, 9172, 7212, 9490, 7161, 9372, 7537, 9578, 7171, 9455, 7454, 9203, 7241, 9367, 7337, 8708, 7151, 7254, 8670, 7665, 8827, 7213, 10446, 7353, 9554, 7427, 9681, 7399, 9066, 9478, 7027, 11025, 7495, 8407, 7484, 7175, 9099, 7393, 9941, 7281, 11633, 8240, 7968, 8427, 7654, 8843, 7187, 6984, 9676, 8043, 7192, 10364, 8615, 10365, 9481, 7895, 12698, 10593, 11450, 12249, 9868, 15154, 11806, 15857, 12790, 15045, 12362, 13990, 11602, 14026, 11040, 13673, 10097, 13024, 8571, 11776, 7885, 10282, 8144, 10347, 8493, 10630, 8120, 8986, 7993, 7545, 8432, 7040, 8952, 7688, 11406, 8618, 7034, 7892, 7292, 7239, 8494, 7284, 9825, 10070, 7929, 12751, 8687, 11878, 8961, 10907, 12512, 10129, 12682, 10701, 10469, 14205, 11077, 10617, 10466, 8160, 13838, 11517, 11134, 15436, 13771, 11734, 14514, 12933, 15514, 12965, 13686, 13007, 10836, 12942, 8683, 12504, 9059, 11983, 9353, 10985, 8929, 8966, 8678, 7862, 8631, 7580, 9309, 7789, 9152, 7922, 8208, 7924, 7301, 8611, 7449, 9461, 7883, 9852, 8200, 8511, 8153, 8004, 9795, 8142, 7566, 9151, 7704, 9891, 8126, 7358, 9762, 7759, 8081, 9313, 7259, 10994, 7446, 7495, 7407, 7004, 8070, 10183, 9081, 12738, 11170, 13174, 14274, 13654, 13267, 14658, 13398, 15216, 12021, 14742, 12967, 14369, 13067, 14025, 11329, 13188, 11493, 13816, 9576, 13295, 8302, 8543, 8624, 7346, 8771, 7353, 8936, 7388, 8993, 7407, 9725, 7701, 10037, 7861, 10481, 8096, 9220, 7879, 7583, 9265, 7807, 7159, 7188, 7144, 6891, 7701, 7266, 7586, 8291, 7773, 10369, 8787, 11969, 9094, 11411, 12039, 9902, 15606, 11008, 15990, 10840, 16641, 10842, 16170, 11263, 14239, 11538, 13748, 10449, 13328, 11371, 13083, 11482, 7420, 9821, 8132, 10187, 8558, 10963, 8671, 7387, 13602, 9576, 7687, 8093, 7050, 8115, 7288, 6815, 8540, 6864, 9235, 7652, 9767, 8799, 10940, 11361, 11086, 13129, 9149, 13427, 11111, 14399, 11538, 14911, 12114, 15242, 11653, 14475, 10391, 12239, 9361, 8707, 9886, 7208, 10032, 7426, 10372, 7711, 9861, 7935, 6996, 9192, 7212, 7233, 7236, 7143, 8738, 7522, 7907, 8307, 6855, 9492, 7751, 10816, 8204, 12910, 9621, 7900, 10845, 7544, 12390, 8425, 12863, 10053, 12605, 9671, 8262, 11637, 7489, 9337, 7483, 6845, 8818, 7299, 9331, 7574, 7826, 8265, 7341, 11368, 8389, 9004, 8974, 7203, 10792, 8850, 10852, 9309, 7429, 11906, 8672, 12768, 10555, 7062, 8587, 8258, 8796, 7907, 7963, 10282, 7470, 12818, 11214, 9805, 11927, 9772, 15575, 11096, 14574, 11881, 14015, 13206, 9768, 12800, 7862, 7206, 7028, 7027, 7201, 8820, 7037, 7017, 9640, 8188, 9454, 11910, 10182, 12070, 11726, 9977, 13978, 12032, 14432, 13515, 13123, 14087, 9320, 14137, 9891, 13492, 8627, 10691, 8514, 8227, 8094, 7157, 8419, 7652, 9675, 8216, 10165, 7960, 10214, 7883, 9791, 7876, 9836, 7466, 8404, 7699, 7164, 8603, 7264, 9069, 7098, 9573, 7251, 9617, 7441, 8995, 7727, 8991, 12471, 8254, 10423, 8245, 10897, 8054, 9867, 7982, 8666, 7960, 7371, 8439, 7585, 8643, 7066, 8851, 7030, 9567, 7019, 10035, 7836, 10766, 8323, 11425, 8569, 9364, 8924, 6994, 9890, 8038, 6913, 8732, 7458, 9069, 8811, 7699, 11706, 9138, 13703, 10916, 8322, 12540, 9122, 14079, 10748, 15163, 10998, 16696, 11763, 13595, 12660, 8555, 14372, 10179, 13105, 11952, 9031, 14772], 'WindowCenter': [4180.0, 4205.0, 4170.0, 4165.0, 4121.0, 4101.0, 4130.0, 4101.0, 4142.0, 4111.0, 4143.0, 4122.0, 4112.0, 4145.0, 4127.0, 4135.0, 4124.0, 4114.0, 4147.0, 4127.0, 4146.0, 4147.0, 4140.0, 4181.0, 4150.0, 4162.0, 4151.0, 4128.0, 4183.0, 4149.0, 4190.0, 4170.0, 4191.0, 4170.0, 4168.0, 4148.0, 4149.0, 4178.0, 4145.0, 4176.0, 4156.0, 4154.0, 4121.0, 4174.0, 4122.0, 4163.0, 4121.0, 4121.0, 4122.0, 4103.0, 4143.0, 4112.0, 4156.0, 4136.0, 4165.0, 4136.0, 4115.0, 4157.0, 4125.0, 4156.0, 4136.0, 4165.0, 4136.0, 4165.0, 4136.0, 4163.0, 4133.0, 4154.0, 4143.0, 4113.0, 4143.0, 4124.0, 4135.0, 4126.0, 4126.0, 4162.0, 4138.0, 4159.0, 4153.0, 4155.0, 4163.0, 4129.0, 4140.0, 4125.0, 4126.0, 4126.0, 4148.0, 4142.0, 4181.0, 4161.0, 4161.0, 4193.0, 4173.0, 4191.0, 4191.0, 4173.0, 4214.0, 4191.0, 4178.0, 4177.0, 4151.0, 4162.0, 4139.0, 4149.0, 4125.0, 4134.0, 4103.0, 4120.0, 4109.0, 4119.0, 4087.0, 4107.0, 4076.0, 4044.0, 4087.0, 4056.0, 4097.0, 4066.0, 4098.0, 4069.0, 4088.0, 4070.0, 4088.0, 4095.0, 4084.0, 4106.0, 4088.0, 4116.0, 4097.0, 4088.0, 4119.0, 4114.0, 4133.0, 4127.0, 4138.0, 4138.0, 4158.0, 4150.0, 4179.0, 4158.0, 4170.0, 4149.0, 4177.0, 4157.0, 4176.0, 4156.0, 4175.0, 4145.0, 4164.0, 4153.0, 4163.0, 4142.0, 4165.0, 4125.0, 4164.0, 4131.0, 4120.0, 4142.0, 4111.0, 4119.0, 4128.0, 4125.0, 4113.0, 4127.0, 4147.0, 4135.0, 4115.0, 4143.0, 4159.0, 4144.0, 4109.0, 4153.0, 4188.0, 4170.0, 4189.0, 4191.0, 4157.0, 4189.0, 4155.0, 4143.0, 4161.0, 4118.0, 4149.0, 4140.0, 4107.0, 4119.0, 4097.0, 4148.0, 4094.0, 4137.0, 4084.0, 4094.0, 4114.0, 4104.0, 4117.0, 4084.0, 4127.0, 4093.0, 4117.0, 4096.0, 4084.0, 4107.0, 4094.0, 4118.0, 4099.0, 4130.0, 4113.0, 4128.0, 4112.0, 4114.0, 4133.0, 4124.0, 4146.0, 4123.0, 4114.0, 4123.0, 4126.0, 4138.0, 4128.0, 4141.0, 4165.0, 4158.0, 4164.0, 4145.0, 4183.0, 4153.0, 4156.0, 4175.0, 4163.0, 4186.0, 4165.0, 4145.0, 4193.0, 4174.0, 4204.0, 4184.0, 4185.0, 4204.0, 4192.0, 4203.0, 4193.0, 4190.0, 4167.0, 4187.0, 4154.0, 4165.0, 4142.0, 4163.0, 4131.0, 4150.0, 4130.0, 4139.0, 4097.0, 4129.0, 4086.0, 4120.0, 4108.0, 4098.0, 4151.0, 4099.0, 4131.0, 4111.0, 4131.0, 4111.0, 4121.0, 4112.0, 4102.0, 4124.0, 4113.0, 4143.0, 4124.0, 4155.0, 4124.0, 4134.0, 4115.0, 4114.0, 4124.0, 4128.0, 4147.0, 4126.0, 4146.0, 4127.0, 4159.0, 4137.0, 4157.0, 4127.0, 4125.0, 4136.0, 4128.0, 4147.0, 4128.0, 4157.0, 4139.0, 4179.0, 4161.0, 4152.0, 4175.0, 4162.0, 4160.0, 4162.0, 4163.0, 4164.0, 4156.0, 4146.0, 4176.0, 4155.0, 4205.0, 4177.0, 4217.0, 4198.0, 4221.0, 4221.0, 4206.0, 4215.0, 4181.0, 4178.0, 4178.0, 4157.0, 4187.0, 4180.0, 4185.0, 4153.0, 4171.0, 4138.0, 4157.0, 4126.0, 4146.0, 4127.0, 4143.0, 4123.0, 4131.0, 4110.0, 4089.0, 4089.0, 4046.0, 4089.0, 4058.0, 4086.0, 4070.0, 4111.0, 4113.0, 4081.0, 4074.0, 4074.0, 4104.0, 4087.0, 4104.0, 4086.0, 4088.0, 4096.0, 4097.0, 4108.0, 4089.0, 4119.0, 4100.0, 4127.0, 4101.0, 4141.0, 4100.0, 4128.0, 4110.0, 4130.0, 4101.0, 4130.0, 4100.0, 4139.0, 4100.0, 4120.0, 4100.0, 4100.0, 4099.0, 4092.0, 4112.0, 4112.0, 4123.0, 4116.0, 4151.0, 4139.0, 4127.0, 4126.0, 4129.0, 4138.0, 4130.0, 4139.0, 4131.0, 4129.0, 4140.0, 4139.0, 4152.0, 4142.0, 4171.0, 4142.0, 4179.0, 4152.0, 4162.0, 4140.0, 4140.0, 4160.0, 4141.0, 4182.0, 4152.0, 4192.0, 4162.0, 4191.0, 4170.0, 4140.0, 4171.0, 4140.0, 4191.0, 4151.0, 4163.0, 4184.0, 4162.0, 4229.0, 4205.0, 4173.0, 4196.0, 4143.0, 4143.0, 4184.0, 4164.0, 4164.0, 4176.0, 4176.0, 4219.0, 4252.0, 4252.0, 4274.0, 4192.0, 4175.0, 4174.0, 4178.0, 4188.0, 4167.0, 4177.0, 4183.0, 4152.0, 4129.0, 4146.0, 4114.0, 4148.0, 4122.0, 4071.0, 4072.0, 4101.0, 4083.0, 4096.0, 4105.0, 4073.0, 4133.0, 4102.0, 4130.0, 4111.0, 4110.0, 4106.0, 4062.0, 4103.0, 4086.0, 4104.0, 4083.0, 4059.0, 4058.0, 4036.0, 4062.0, 4039.0, 4039.0, 4051.0, 4040.0, 4072.0, 4064.0, 4084.0, 4066.0, 4055.0, 4077.0, 4057.0, 4088.0, 4068.0, 4090.0, 4081.0, 4089.0, 4070.0, 4091.0, 4070.0, 4105.0, 4072.0, 4112.0, 4075.0, 4094.0, 4075.0, 4073.0, 4094.0, 4085.0, 4108.0, 4100.0, 4120.0, 4112.0, 4113.0, 4125.0, 4114.0, 4137.0, 4115.0, 4167.0, 4148.0, 4169.0, 4138.0, 4127.0, 4148.0, 4142.0, 4170.0, 4152.0, 4152.0, 4162.0, 4129.0, 4181.0, 4163.0, 4141.0, 4162.0, 4165.0, 4144.0, 4186.0, 4156.0, 4195.0, 4155.0, 4185.0, 4172.0, 4192.0, 4173.0, 4160.0, 4181.0, 4195.0, 4204.0, 4184.0, 4202.0, 4180.0, 4184.0, 4163.0, 4141.0, 4161.0, 4138.0, 4159.0, 4140.0, 4172.0, 4142.0, 4138.0, 4097.0, 4125.0, 4083.0, 4114.0, 4095.0, 4083.0, 4095.0, 4084.0, 4107.0, 4087.0, 4105.0, 4086.0, 4103.0, 4086.0, 4109.0, 4088.0, 4118.0, 4098.0, 4113.0, 4113.0, 4112.0, 4122.0, 4104.0, 4149.0, 4115.0, 4126.0, 4129.0, 4131.0, 4153.0, 4144.0, 4144.0, 4154.0, 4131.0, 4126.0, 4139.0, 4141.0, 4173.0, 4152.0, 4145.0, 4176.0, 4165.0, 4176.0, 4186.0, 4143.0, 4205.0, 4164.0, 4204.0, 4174.0, 4205.0, 4196.0, 4181.0, 4181.0, 4159.0, 4176.0, 4165.0, 4166.0, 4140.0, 4162.0, 4151.0, 4159.0, 4130.0, 4139.0, 4118.0, 4119.0, 4119.0, 4089.0, 4119.0, 4089.0, 4120.0, 4100.0, 4131.0, 4101.0, 4132.0, 4113.0, 4133.0, 4113.0, 4135.0, 4116.0, 4137.0, 4115.0, 4117.0, 4149.0, 4139.0, 4149.0, 4130.0, 4170.0, 4131.0, 4162.0, 4143.0, 4161.0, 4143.0, 4161.0, 4162.0, 4130.0, 4173.0, 4139.0, 4151.0, 4140.0, 4131.0, 4162.0, 4142.0, 4172.0, 4144.0, 4183.0, 4166.0, 4152.0, 4164.0, 4151.0, 4161.0, 4150.0, 4147.0, 4165.0, 4158.0, 4137.0, 4180.0, 4173.0, 4181.0, 4186.0, 4174.0, 4214.0, 4206.0, 4206.0, 4203.0, 4182.0, 4211.0, 4179.0, 4211.0, 4178.0, 4187.0, 4163.0, 4177.0, 4144.0, 4163.0, 4129.0, 4149.0, 4112.0, 4134.0, 4093.0, 4122.0, 4082.0, 4112.0, 4093.0, 4113.0, 4106.0, 4124.0, 4095.0, 4104.0, 4106.0, 4109.0, 4117.0, 4098.0, 4115.0, 4109.0, 4162.0, 4144.0, 4127.0, 4131.0, 4122.0, 4120.0, 4157.0, 4140.0, 4157.0, 4177.0, 4155.0, 4205.0, 4178.0, 4194.0, 4177.0, 4185.0, 4195.0, 4185.0, 4206.0, 4141.0, 4203.0, 4199.0, 4182.0, 4169.0, 4169.0, 4150.0, 4175.0, 4158.0, 4157.0, 4188.0, 4178.0, 4168.0, 4182.0, 4169.0, 4175.0, 4152.0, 4139.0, 4140.0, 4105.0, 4124.0, 4084.0, 4114.0, 4096.0, 4114.0, 4096.0, 4103.0, 4095.0, 4085.0, 4085.0, 4073.0, 4086.0, 4088.0, 4105.0, 4088.0, 4109.0, 4100.0, 4111.0, 4115.0, 4113.0, 4128.0, 4116.0, 4148.0, 4130.0, 4160.0, 4154.0, 4165.0, 4142.0, 4154.0, 4162.0, 4141.0, 4143.0, 4163.0, 4144.0, 4163.0, 4142.0, 4132.0, 4163.0, 4144.0, 4159.0, 4177.0, 4148.0, 4200.0, 4161.0, 4159.0, 4155.0, 4145.0, 4142.0, 4161.0, 4153.0, 4192.0, 4174.0, 4184.0, 4183.0, 4181.0, 4171.0, 4180.0, 4170.0, 4168.0, 4146.0, 4154.0, 4142.0, 4142.0, 4141.0, 4152.0, 4121.0, 4146.0, 4133.0, 4140.0, 4100.0, 4128.0, 4089.0, 4089.0, 4088.0, 4078.0, 4097.0, 4079.0, 4101.0, 4081.0, 4111.0, 4106.0, 4126.0, 4104.0, 4128.0, 4117.0, 4138.0, 4117.0, 4142.0, 4132.0, 4134.0, 4155.0, 4144.0, 4131.0, 4119.0, 4119.0, 4134.0, 4146.0, 4158.0, 4162.0, 4171.0, 4176.0, 4195.0, 4187.0, 4216.0, 4183.0, 4192.0, 4205.0, 4184.0, 4227.0, 4193.0, 4224.0, 4183.0, 4224.0, 4172.0, 4198.0, 4167.0, 4174.0, 4154.0, 4172.0, 4142.0, 4172.0, 4153.0, 4174.0, 4155.0, 4110.0, 4128.0, 4121.0, 4144.0, 4144.0, 4155.0, 4137.0, 4115.0, 4175.0, 4131.0, 4110.0, 4122.0, 4114.0, 4123.0, 4126.0, 4117.0, 4150.0, 4129.0, 4161.0, 4143.0, 4174.0, 4151.0, 4183.0, 4181.0, 4170.0, 4191.0, 4149.0, 4177.0, 4157.0, 4178.0, 4155.0, 4175.0, 4155.0, 4171.0, 4141.0, 4161.0, 4128.0, 4139.0, 4118.0, 4106.0, 4118.0, 4084.0, 4110.0, 4086.0, 4128.0, 4112.0, 4129.0, 4109.0, 4099.0, 4135.0, 4127.0, 4126.0, 4126.0, 4117.0, 4149.0, 4140.0, 4141.0, 4163.0, 4121.0, 4176.0, 4142.0, 4173.0, 4151.0, 4181.0, 4149.0, 4140.0, 4158.0, 4127.0, 4167.0, 4136.0, 4168.0, 4148.0, 4167.0, 4147.0, 4136.0, 4166.0, 4115.0, 4133.0, 4115.0, 4106.0, 4148.0, 4126.0, 4147.0, 4129.0, 4139.0, 4139.0, 4131.0, 4169.0, 4139.0, 4135.0, 4138.0, 4129.0, 4170.0, 4151.0, 4169.0, 4150.0, 4132.0, 4196.0, 4163.0, 4193.0, 4168.0, 4115.0, 4137.0, 4136.0, 4146.0, 4151.0, 4151.0, 4181.0, 4141.0, 4204.0, 4183.0, 4171.0, 4181.0, 4170.0, 4210.0, 4169.0, 4199.0, 4181.0, 4202.0, 4180.0, 4156.0, 4157.0, 4128.0, 4117.0, 4117.0, 4105.0, 4104.0, 4125.0, 4081.0, 4094.0, 4112.0, 4116.0, 4125.0, 4150.0, 4139.0, 4162.0, 4153.0, 4129.0, 4160.0, 4138.0, 4146.0, 4132.0, 4124.0, 4133.0, 4088.0, 4117.0, 4085.0, 4110.0, 4079.0, 4097.0, 4078.0, 4066.0, 4065.0, 4054.0, 4081.0, 4081.0, 4102.0, 4092.0, 4113.0, 4094.0, 4110.0, 4095.0, 4116.0, 4098.0, 4115.0, 4098.0, 4109.0, 4109.0, 4100.0, 4119.0, 4098.0, 4120.0, 4099.0, 4127.0, 4111.0, 4130.0, 4110.0, 4134.0, 4109.0, 4133.0, 4149.0, 4122.0, 4137.0, 4108.0, 4140.0, 4107.0, 4128.0, 4120.0, 4133.0, 4122.0, 4122.0, 4133.0, 4133.0, 4147.0, 4127.0, 4146.0, 4125.0, 4155.0, 4126.0, 4157.0, 4138.0, 4167.0, 4147.0, 4177.0, 4148.0, 4159.0, 4160.0, 4155.0, 4184.0, 4177.0, 4153.0, 4156.0, 4146.0, 4166.0, 4184.0, 4168.0, 4203.0, 4174.0, 4214.0, 4195.0, 4177.0, 4207.0, 4176.0, 4215.0, 4197.0, 4225.0, 4197.0, 4236.0, 4208.0, 4228.0, 4218.0, 4176.0, 4214.0, 4182.0, 4202.0, 4202.0, 4174.0, 4215.0], 'WindowWidth': [9299.0, 9320.0, 9264.0, 9247.0, 9181.0, 9154.0, 9191.0, 9154.0, 9207.0, 9166.0, 9210.0, 9182.0, 9170.0, 9217.0, 9197.0, 9202.0, 9188.0, 9176.0, 9224.0, 9200.0, 9224.0, 9229.0, 9221.0, 9277.0, 9235.0, 9254.0, 9237.0, 9206.0, 9282.0, 9232.0, 9293.0, 9262.0, 9290.0, 9259.0, 9255.0, 9227.0, 9228.0, 9267.0, 9217.0, 9263.0, 9236.0, 9228.0, 9180.0, 9255.0, 9182.0, 9239.0, 9181.0, 9182.0, 9183.0, 9159.0, 9213.0, 9173.0, 9234.0, 9209.0, 9246.0, 9207.0, 9179.0, 9235.0, 9191.0, 9233.0, 9208.0, 9246.0, 9208.0, 9246.0, 9208.0, 9239.0, 9200.0, 9227.0, 9214.0, 9172.0, 9212.0, 9189.0, 9205.0, 9194.0, 9199.0, 9251.0, 9218.0, 9243.0, 9245.0, 9250.0, 9256.0, 9206.0, 9219.0, 9193.0, 9197.0, 9198.0, 9229.0, 9224.0, 9280.0, 9252.0, 9249.0, 9294.0, 9267.0, 9294.0, 9294.0, 9270.0, 9332.0, 9291.0, 9268.0, 9267.0, 9220.0, 9239.0, 9197.0, 9213.0, 9172.0, 9185.0, 9136.0, 9157.0, 9138.0, 9149.0, 9105.0, 9129.0, 9088.0, 9043.0, 9103.0, 9063.0, 9118.0, 9078.0, 9121.0, 9085.0, 9110.0, 9089.0, 9113.0, 9133.0, 9120.0, 9150.0, 9128.0, 9163.0, 9140.0, 9131.0, 9175.0, 9175.0, 9202.0, 9198.0, 9215.0, 9216.0, 9242.0, 9234.0, 9272.0, 9241.0, 9261.0, 9230.0, 9267.0, 9237.0, 9261.0, 9233.0, 9257.0, 9217.0, 9240.0, 9224.0, 9238.0, 9207.0, 9244.0, 9192.0, 9240.0, 9191.0, 9173.0, 9208.0, 9164.0, 9171.0, 9200.0, 9194.0, 9176.0, 9200.0, 9227.0, 9208.0, 9170.0, 9220.0, 9241.0, 9211.0, 9133.0, 9227.0, 9285.0, 9260.0, 9283.0, 9293.0, 9238.0, 9284.0, 9227.0, 9207.0, 9228.0, 9166.0, 9209.0, 9196.0, 9150.0, 9168.0, 9138.0, 9208.0, 9131.0, 9191.0, 9116.0, 9127.0, 9155.0, 9141.0, 9161.0, 9116.0, 9175.0, 9129.0, 9163.0, 9134.0, 9119.0, 9149.0, 9132.0, 9166.0, 9143.0, 9186.0, 9166.0, 9183.0, 9168.0, 9177.0, 9199.0, 9186.0, 9216.0, 9185.0, 9173.0, 9185.0, 9193.0, 9213.0, 9202.0, 9223.0, 9263.0, 9263.0, 9263.0, 9236.0, 9283.0, 9242.0, 9252.0, 9276.0, 9259.0, 9293.0, 9263.0, 9236.0, 9299.0, 9274.0, 9313.0, 9286.0, 9285.0, 9314.0, 9294.0, 9313.0, 9293.0, 9291.0, 9251.0, 9279.0, 9227.0, 9243.0, 9205.0, 9234.0, 9188.0, 9212.0, 9183.0, 9195.0, 9138.0, 9182.0, 9125.0, 9174.0, 9156.0, 9143.0, 9218.0, 9146.0, 9188.0, 9164.0, 9192.0, 9163.0, 9177.0, 9167.0, 9155.0, 9185.0, 9171.0, 9211.0, 9187.0, 9230.0, 9188.0, 9201.0, 9176.0, 9176.0, 9191.0, 9199.0, 9223.0, 9195.0, 9222.0, 9197.0, 9240.0, 9212.0, 9236.0, 9197.0, 9193.0, 9208.0, 9200.0, 9225.0, 9200.0, 9238.0, 9216.0, 9272.0, 9250.0, 9239.0, 9275.0, 9254.0, 9247.0, 9256.0, 9259.0, 9259.0, 9254.0, 9239.0, 9280.0, 9251.0, 9318.0, 9280.0, 9337.0, 9316.0, 9350.0, 9353.0, 9321.0, 9334.0, 9276.0, 9265.0, 9269.0, 9236.0, 9278.0, 9274.0, 9272.0, 9221.0, 9243.0, 9193.0, 9218.0, 9173.0, 9199.0, 9173.0, 9191.0, 9165.0, 9171.0, 9142.0, 9109.0, 9109.0, 9049.0, 9108.0, 9067.0, 9103.0, 9086.0, 9143.0, 9147.0, 9105.0, 9098.0, 9101.0, 9139.0, 9123.0, 9141.0, 9121.0, 9125.0, 9133.0, 9137.0, 9153.0, 9130.0, 9169.0, 9145.0, 9179.0, 9148.0, 9199.0, 9145.0, 9181.0, 9158.0, 9183.0, 9146.0, 9184.0, 9146.0, 9196.0, 9147.0, 9173.0, 9145.0, 9146.0, 9146.0, 9139.0, 9166.0, 9166.0, 9185.0, 9181.0, 9234.0, 9215.0, 9194.0, 9192.0, 9199.0, 9211.0, 9204.0, 9215.0, 9206.0, 9204.0, 9221.0, 9219.0, 9238.0, 9225.0, 9262.0, 9224.0, 9272.0, 9237.0, 9251.0, 9220.0, 9219.0, 9247.0, 9222.0, 9279.0, 9241.0, 9293.0, 9252.0, 9290.0, 9260.0, 9221.0, 9261.0, 9220.0, 9289.0, 9237.0, 9254.0, 9284.0, 9253.0, 9360.0, 9318.0, 9268.0, 9302.0, 9228.0, 9234.0, 9287.0, 9260.0, 9261.0, 9279.0, 9278.0, 9343.0, 9413.0, 9432.0, 9446.0, 9290.0, 9258.0, 9255.0, 9264.0, 9280.0, 9248.0, 9265.0, 9271.0, 9221.0, 9184.0, 9203.0, 9152.0, 9202.0, 9160.0, 9088.0, 9092.0, 9128.0, 9109.0, 9132.0, 9145.0, 9097.0, 9180.0, 9135.0, 9170.0, 9142.0, 9135.0, 9129.0, 9065.0, 9122.0, 9099.0, 9121.0, 9090.0, 9053.0, 9049.0, 9020.0, 9059.0, 9029.0, 9027.0, 9045.0, 9030.0, 9076.0, 9072.0, 9097.0, 9075.0, 9061.0, 9091.0, 9065.0, 9106.0, 9083.0, 9113.0, 9103.0, 9113.0, 9090.0, 9117.0, 9090.0, 9139.0, 9096.0, 9149.0, 9103.0, 9127.0, 9103.0, 9100.0, 9130.0, 9120.0, 9153.0, 9149.0, 9175.0, 9168.0, 9171.0, 9190.0, 9176.0, 9209.0, 9180.0, 9252.0, 9227.0, 9257.0, 9214.0, 9199.0, 9224.0, 9226.0, 9266.0, 9243.0, 9241.0, 9254.0, 9207.0, 9274.0, 9255.0, 9224.0, 9253.0, 9262.0, 9234.0, 9294.0, 9255.0, 9301.0, 9251.0, 9288.0, 9268.0, 9293.0, 9271.0, 9249.0, 9277.0, 9300.0, 9311.0, 9283.0, 9311.0, 9270.0, 9267.0, 9234.0, 9197.0, 9229.0, 9191.0, 9221.0, 9196.0, 9245.0, 9207.0, 9192.0, 9133.0, 9167.0, 9109.0, 9151.0, 9126.0, 9110.0, 9126.0, 9112.0, 9144.0, 9118.0, 9142.0, 9119.0, 9139.0, 9119.0, 9153.0, 9127.0, 9164.0, 9140.0, 9165.0, 9166.0, 9168.0, 9179.0, 9156.0, 9224.0, 9175.0, 9192.0, 9200.0, 9205.0, 9237.0, 9228.0, 9232.0, 9243.0, 9207.0, 9195.0, 9215.0, 9223.0, 9266.0, 9238.0, 9235.0, 9275.0, 9261.0, 9276.0, 9291.0, 9229.0, 9313.0, 9257.0, 9313.0, 9269.0, 9315.0, 9305.0, 9272.0, 9273.0, 9235.0, 9259.0, 9240.0, 9244.0, 9201.0, 9232.0, 9213.0, 9221.0, 9181.0, 9192.0, 9164.0, 9166.0, 9166.0, 9126.0, 9167.0, 9127.0, 9169.0, 9144.0, 9186.0, 9149.0, 9191.0, 9170.0, 9194.0, 9169.0, 9200.0, 9177.0, 9205.0, 9177.0, 9181.0, 9227.0, 9215.0, 9227.0, 9204.0, 9257.0, 9207.0, 9249.0, 9226.0, 9248.0, 9226.0, 9249.0, 9250.0, 9205.0, 9265.0, 9216.0, 9236.0, 9219.0, 9208.0, 9249.0, 9224.0, 9264.0, 9231.0, 9284.0, 9263.0, 9241.0, 9261.0, 9242.0, 9251.0, 9240.0, 9233.0, 9255.0, 9249.0, 9219.0, 9277.0, 9274.0, 9283.0, 9296.0, 9278.0, 9333.0, 9326.0, 9323.0, 9318.0, 9282.0, 9326.0, 9276.0, 9326.0, 9270.0, 9286.0, 9244.0, 9268.0, 9214.0, 9240.0, 9185.0, 9214.0, 9152.0, 9183.0, 9125.0, 9165.0, 9109.0, 9149.0, 9127.0, 9154.0, 9148.0, 9171.0, 9133.0, 9144.0, 9150.0, 9158.0, 9170.0, 9146.0, 9165.0, 9161.0, 9241.0, 9220.0, 9199.0, 9198.0, 9184.0, 9184.0, 9242.0, 9224.0, 9236.0, 9277.0, 9246.0, 9314.0, 9282.0, 9300.0, 9281.0, 9282.0, 9301.0, 9286.0, 9318.0, 9206.0, 9325.0, 9297.0, 9276.0, 9260.0, 9259.0, 9231.0, 9257.0, 9237.0, 9235.0, 9281.0, 9267.0, 9250.0, 9281.0, 9254.0, 9262.0, 9218.0, 9198.0, 9195.0, 9140.0, 9167.0, 9109.0, 9150.0, 9126.0, 9150.0, 9127.0, 9131.0, 9123.0, 9108.0, 9107.0, 9090.0, 9111.0, 9118.0, 9143.0, 9121.0, 9150.0, 9142.0, 9159.0, 9171.0, 9168.0, 9190.0, 9177.0, 9219.0, 9200.0, 9239.0, 9241.0, 9260.0, 9221.0, 9242.0, 9248.0, 9217.0, 9223.0, 9250.0, 9227.0, 9249.0, 9222.0, 9206.0, 9248.0, 9225.0, 9253.0, 9277.0, 9238.0, 9311.0, 9263.0, 9257.0, 9246.0, 9230.0, 9221.0, 9245.0, 9238.0, 9291.0, 9266.0, 9280.0, 9280.0, 9272.0, 9255.0, 9272.0, 9253.0, 9250.0, 9213.0, 9223.0, 9198.0, 9199.0, 9196.0, 9212.0, 9170.0, 9205.0, 9186.0, 9192.0, 9135.0, 9170.0, 9117.0, 9118.0, 9117.0, 9102.0, 9129.0, 9106.0, 9137.0, 9111.0, 9152.0, 9155.0, 9181.0, 9152.0, 9184.0, 9171.0, 9200.0, 9174.0, 9211.0, 9198.0, 9209.0, 9239.0, 9228.0, 9203.0, 9181.0, 9183.0, 9211.0, 9229.0, 9252.0, 9262.0, 9275.0, 9286.0, 9308.0, 9303.0, 9336.0, 9289.0, 9299.0, 9323.0, 9290.0, 9354.0, 9301.0, 9349.0, 9287.0, 9347.0, 9268.0, 9298.0, 9252.0, 9260.0, 9230.0, 9250.0, 9209.0, 9249.0, 9225.0, 9255.0, 9231.0, 9162.0, 9186.0, 9179.0, 9214.0, 9219.0, 9226.0, 9209.0, 9172.0, 9256.0, 9192.0, 9163.0, 9180.0, 9171.0, 9187.0, 9194.0, 9182.0, 9232.0, 9205.0, 9248.0, 9227.0, 9269.0, 9236.0, 9280.0, 9278.0, 9258.0, 9290.0, 9226.0, 9264.0, 9234.0, 9263.0, 9228.0, 9257.0, 9227.0, 9245.0, 9201.0, 9228.0, 9180.0, 9195.0, 9165.0, 9147.0, 9163.0, 9114.0, 9152.0, 9120.0, 9177.0, 9163.0, 9183.0, 9156.0, 9144.0, 9197.0, 9198.0, 9196.0, 9196.0, 9182.0, 9227.0, 9218.0, 9220.0, 9257.0, 9193.0, 9274.0, 9225.0, 9266.0, 9233.0, 9272.0, 9228.0, 9215.0, 9239.0, 9194.0, 9248.0, 9205.0, 9250.0, 9222.0, 9245.0, 9220.0, 9205.0, 9243.0, 9174.0, 9195.0, 9174.0, 9163.0, 9224.0, 9193.0, 9220.0, 9199.0, 9214.0, 9215.0, 9206.0, 9253.0, 9212.0, 9204.0, 9207.0, 9198.0, 9258.0, 9234.0, 9253.0, 9228.0, 9210.0, 9303.0, 9259.0, 9296.0, 9255.0, 9178.0, 9208.0, 9207.0, 9224.0, 9236.0, 9238.0, 9279.0, 9224.0, 9314.0, 9283.0, 9263.0, 9278.0, 9260.0, 9317.0, 9258.0, 9303.0, 9279.0, 9306.0, 9273.0, 9234.0, 9223.0, 9192.0, 9177.0, 9175.0, 9155.0, 9150.0, 9179.0, 9113.0, 9136.0, 9155.0, 9164.0, 9176.0, 9217.0, 9199.0, 9234.0, 9225.0, 9185.0, 9232.0, 9195.0, 9206.0, 9179.0, 9167.0, 9179.0, 9109.0, 9149.0, 9103.0, 9138.0, 9098.0, 9119.0, 9098.0, 9075.0, 9072.0, 9057.0, 9105.0, 9103.0, 9132.0, 9121.0, 9149.0, 9129.0, 9147.0, 9130.0, 9157.0, 9138.0, 9159.0, 9140.0, 9157.0, 9157.0, 9146.0, 9170.0, 9142.0, 9174.0, 9147.0, 9182.0, 9164.0, 9190.0, 9164.0, 9197.0, 9162.0, 9194.0, 9214.0, 9177.0, 9194.0, 9156.0, 9200.0, 9156.0, 9184.0, 9181.0, 9197.0, 9185.0, 9184.0, 9199.0, 9202.0, 9224.0, 9198.0, 9223.0, 9193.0, 9234.0, 9196.0, 9236.0, 9217.0, 9253.0, 9225.0, 9265.0, 9229.0, 9246.0, 9248.0, 9250.0, 9290.0, 9285.0, 9246.0, 9243.0, 9231.0, 9259.0, 9296.0, 9273.0, 9314.0, 9272.0, 9326.0, 9306.0, 9284.0, 9322.0, 9278.0, 9332.0, 9309.0, 9344.0, 9311.0, 9363.0, 9326.0, 9355.0, 9342.0, 9282.0, 9327.0, 9280.0, 9308.0, 9311.0, 9274.0, 9332.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.009801074681238614</td></tr>
<tr><td colspan=3>aqi</td><td>0.09364656976320583</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.22169282502274</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1759688398723782</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.043096153755696</td></tr>
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
<tr><td colspan=3>fber</td><td>5773.7256</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20655041866641038</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>248</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.586520947176684</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.743862541784939</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.582649574788472</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.915278839585245</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7336592109811004</td></tr>
<tr><td colspan=3>gcor</td><td>0.0209482</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0023352010175585747</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03970582038164139</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.020477436454055</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>13.0208</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.5594</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298475.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1003.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.791</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3042</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.7932</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3327.0766</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.5429</td></tr>
<tr><td colspan=3>tsnr</td><td>20.624557661358267</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>