ds005256-mriqc/sub-0082_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter d25941aafe [DATALAD RUNCMD] Compute MRIQC for sub-0082
=== 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-0082 --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-0082",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:31:28 +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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-02/func/sub-0082_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>bdc609a90f39473d1f1d38095b51ad1b</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>13:06:30.375000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997067, -0.0535357, 0.0546863, 0.056443, 0.996994, -0.0530793]</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.0998704</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7758, -7285, 616, 77, -455, 93, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>508011ab-66b2-4b08-b068-7f75c3b01121||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6750588417053223, 0.15143248438835144, 0.1395367980003357, 102.39361572265625], [0.14363239705562592, 2.6748616695404053, -0.15122778713703156, -98.73583221435547], [0.14671941101551056, 0.1424078643321991, 2.692147731781006, -92.37532806396484], [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': ['130630.375000', '130630.835000', '130631.295000', '130631.755000', '130632.215000', '130632.675000', '130633.135000', '130633.595000', '130634.055000', '130634.515000', '130634.975000', '130635.435000', '130635.895000', '130636.355000', '130636.815000', '130637.275000', '130637.735000', '130638.195000', '130638.655000', '130639.115000', '130639.575000', '130640.035000', '130640.495000', '130640.955000', '130641.415000', '130641.875000', '130642.335000', '130642.795000', '130643.255000', '130643.715000', '130644.175000', '130644.635000', '130645.095000', '130645.555000', '130646.015000', '130646.475000', '130646.935000', '130647.395000', '130647.855000', '130648.315000', '130648.775000', '130649.235000', '130649.695000', '130650.155000', '130650.615000', '130651.075000', '130651.535000', '130651.995000', '130652.455000', '130652.915000', '130653.375000', '130653.835000', '130654.295000', '130654.755000', '130655.215000', '130655.675000', '130656.135000', '130656.595000', '130657.055000', '130657.515000', '130657.975000', '130658.435000', '130658.895000', '130659.355000', '130659.815000', '130700.275000', '130700.735000', '130701.195000', '130701.655000', '130702.115000', '130702.575000', '130703.035000', '130703.495000', '130703.955000', '130704.415000', '130704.875000', '130705.335000', '130705.795000', '130706.255000', '130706.715000', '130707.175000', '130707.635000', '130708.095000', '130708.555000', '130709.015000', '130709.475000', '130709.935000', '130710.395000', '130710.855000', '130711.315000', '130711.775000', '130712.235000', '130712.695000', '130713.155000', '130713.615000', '130714.075000', '130714.535000', '130714.995000', '130715.455000', '130715.915000', '130716.375000', '130716.835000', '130717.295000', '130717.755000', '130718.215000', '130718.675000', '130719.135000', '130719.595000', '130720.055000', '130720.515000', '130720.975000', '130721.435000', '130721.895000', '130722.355000', '130722.815000', '130723.275000', '130723.735000', '130724.195000', '130724.655000', '130725.115000', '130725.575000', '130726.035000', '130726.495000', '130726.955000', '130727.415000', '130727.875000', '130728.335000', '130728.795000', '130729.255000', '130729.715000', '130730.175000', '130730.635000', '130731.095000', '130731.555000', '130732.015000', '130732.475000', '130732.935000', '130733.395000', '130733.855000', '130734.315000', '130734.775000', '130735.235000', '130735.695000', '130736.155000', '130736.615000', '130737.075000', '130737.535000', '130737.995000', '130738.455000', '130738.915000', '130739.375000', '130739.835000', '130740.295000', '130740.755000', '130741.215000', '130741.675000', '130742.135000', '130742.595000', '130743.055000', '130743.515000', '130743.975000', '130744.435000', '130744.895000', '130745.355000', '130745.815000', '130746.275000', '130746.735000', '130747.195000', '130747.655000', '130748.115000', '130748.575000', '130749.035000', '130749.495000', '130749.955000', '130750.415000', '130750.875000', '130751.335000', '130751.795000', '130752.255000', '130752.715000', '130753.175000', '130753.635000', '130754.095000', '130754.555000', '130755.015000', '130755.475000', '130755.935000', '130756.395000', '130756.855000', '130757.315000', '130757.775000', '130758.235000', '130758.695000', '130759.155000', '130759.615000', '130800.075000', '130800.535000', '130800.995000', '130801.455000', '130801.915000', '130802.375000', '130802.835000', '130803.295000', '130803.755000', '130804.215000', '130804.675000', '130805.135000', '130805.595000', '130806.055000', '130806.515000', '130806.975000', '130807.435000', '130807.895000', '130808.355000', '130808.815000', '130809.275000', '130809.735000', '130810.195000', '130810.655000', '130811.115000', '130811.575000', '130812.035000', '130812.495000', '130812.955000', '130813.415000', '130813.875000', '130814.335000', '130814.795000', '130815.255000', '130815.715000', '130816.175000', '130816.635000', '130817.095000', '130817.555000', '130818.015000', '130818.475000', '130818.935000', '130819.395000', '130819.855000', '130820.315000', '130820.775000', '130821.235000', '130821.695000', '130822.155000', '130822.615000', '130823.075000', '130823.535000', '130823.995000', '130824.455000', '130824.915000', '130825.375000', '130825.835000', '130826.295000', '130826.755000', '130827.215000', '130827.675000', '130828.135000', '130828.595000', '130829.055000', '130829.515000', '130829.975000', '130830.435000', '130830.895000', '130831.355000', '130831.815000', '130832.275000', '130832.735000', '130833.195000', '130833.655000', '130834.115000', '130834.575000', '130835.035000', '130835.495000', '130835.955000', '130836.415000', '130836.875000', '130837.335000', '130837.795000', '130838.255000', '130838.715000', '130839.175000', '130839.635000', '130840.095000', '130840.555000', '130841.015000', '130841.475000', '130841.935000', '130842.395000', '130842.855000', '130843.315000', '130843.775000', '130844.235000', '130844.695000', '130845.155000', '130845.615000', '130846.075000', '130846.535000', '130846.995000', '130847.455000', '130847.915000', '130848.375000', '130848.835000', '130849.295000', '130849.755000', '130850.215000', '130850.675000', '130851.135000', '130851.595000', '130852.055000', '130852.515000', '130852.975000', '130853.435000', '130853.895000', '130854.355000', '130854.815000', '130855.275000', '130855.735000', '130856.195000', '130856.655000', '130857.115000', '130857.575000', '130858.035000', '130858.495000', '130858.955000', '130859.415000', '130859.875000', '130900.335000', '130900.795000', '130901.255000', '130901.715000', '130902.175000', '130902.635000', '130903.095000', '130903.555000', '130904.015000', '130904.475000', '130904.935000', '130905.395000', '130905.855000', '130906.315000', '130906.775000', '130907.235000', '130907.695000', '130908.155000', '130908.615000', '130909.075000', '130909.535000', '130909.995000', '130910.455000', '130910.915000', '130911.375000', '130911.835000', '130912.295000', '130912.755000', '130913.215000', '130913.675000', '130914.135000', '130914.595000', '130915.055000', '130915.515000', '130915.975000', '130916.435000', '130916.895000', '130917.355000', '130917.815000', '130918.275000', '130918.735000', '130919.195000', '130919.655000', '130920.115000', '130920.575000', '130921.035000', '130921.495000', '130921.955000', '130922.415000', '130922.875000', '130923.335000', '130923.795000', '130924.255000', '130924.715000', '130925.175000', '130925.635000', '130926.095000', '130926.555000', '130927.015000', '130927.475000', '130927.935000', '130928.395000', '130928.855000', '130929.315000', '130929.775000', '130930.235000', '130930.695000', '130931.155000', '130931.615000', '130932.075000', '130932.535000', '130932.995000', '130933.455000', '130933.915000', '130934.375000', '130934.835000', '130935.295000', '130935.755000', '130936.215000', '130936.675000', '130937.135000', '130937.595000', '130938.055000', '130938.515000', '130938.975000', '130939.435000', '130939.895000', '130940.355000', '130940.815000', '130941.275000', '130941.735000', '130942.195000', '130942.655000', '130943.115000', '130943.575000', '130944.035000', '130944.495000', '130944.955000', '130945.415000', '130945.875000', '130946.335000', '130946.795000', '130947.255000', '130947.715000', '130948.175000', '130948.635000', '130949.095000', '130949.555000', '130950.015000', '130950.475000', '130950.935000', '130951.395000', '130951.855000', '130952.315000', '130952.775000', '130953.235000', '130953.695000', '130954.155000', '130954.615000', '130955.075000', '130955.535000', '130955.995000', '130956.455000', '130956.915000', '130957.375000', '130957.835000', '130958.295000', '130958.755000', '130959.215000', '130959.675000', '131000.135000', '131000.595000', '131001.055000', '131001.515000', '131001.975000', '131002.435000', '131002.895000', '131003.355000', '131003.815000', '131004.275000', '131004.735000', '131005.195000', '131005.655000', '131006.115000', '131006.575000', '131007.035000', '131007.495000', '131007.955000', '131008.415000', '131008.875000', '131009.335000', '131009.795000', '131010.255000', '131010.715000', '131011.175000', '131011.635000', '131012.095000', '131012.555000', '131013.015000', '131013.475000', '131013.935000', '131014.395000', '131014.855000', '131015.315000', '131015.775000', '131016.235000', '131016.695000', '131017.155000', '131017.615000', '131018.075000', '131018.535000', '131018.995000', '131019.455000', '131019.915000', '131020.375000', '131020.835000', '131021.295000', '131021.755000', '131022.215000', '131022.675000', '131023.135000', '131023.595000', '131024.055000', '131024.515000', '131024.975000', '131025.435000', '131025.895000', '131026.355000', '131026.815000', '131027.275000', '131027.735000', '131028.195000', '131028.655000', '131029.115000', '131029.575000', '131030.035000', '131030.495000', '131030.955000', '131031.415000', '131031.875000', '131032.335000', '131032.795000', '131033.255000', '131033.715000', '131034.175000', '131034.635000', '131035.095000', '131035.555000', '131036.015000', '131036.475000', '131036.935000', '131037.395000', '131037.855000', '131038.315000', '131038.775000', '131039.235000', '131039.695000', '131040.155000', '131040.615000', '131041.075000', '131041.535000', '131041.995000', '131042.455000', '131042.915000', '131043.375000', '131043.835000', '131044.295000', '131044.755000', '131045.215000', '131045.675000', '131046.135000', '131046.595000', '131047.055000', '131047.515000', '131047.975000', '131048.435000', '131048.895000', '131049.355000', '131049.815000', '131050.275000', '131050.735000', '131051.195000', '131051.655000', '131052.115000', '131052.575000', '131053.035000', '131053.495000', '131053.955000', '131054.415000', '131054.875000', '131055.335000', '131055.795000', '131056.255000', '131056.715000', '131057.175000', '131057.635000', '131058.095000', '131058.555000', '131059.015000', '131059.475000', '131059.935000', '131100.395000', '131100.855000', '131101.315000', '131101.775000', '131102.235000', '131102.695000', '131103.155000', '131103.615000', '131104.075000', '131104.535000', '131104.995000', '131105.455000', '131105.915000', '131106.375000', '131106.835000', '131107.295000', '131107.755000', '131108.215000', '131108.675000', '131109.135000', '131109.595000', '131110.055000', '131110.515000', '131110.975000', '131111.435000', '131111.895000', '131112.355000', '131112.815000', '131113.275000', '131113.735000', '131114.195000', '131114.655000', '131115.115000', '131115.575000', '131116.035000', '131116.495000', '131116.955000', '131117.415000', '131117.875000', '131118.335000', '131118.795000', '131119.255000', '131119.715000', '131120.175000', '131120.635000', '131121.095000', '131121.555000', '131122.015000', '131122.475000', '131122.935000', '131123.395000', '131123.855000', '131124.315000', '131124.775000', '131125.235000', '131125.695000', '131126.155000', '131126.615000', '131127.075000', '131127.535000', '131127.995000', '131128.455000', '131128.915000', '131129.375000', '131129.835000', '131130.295000', '131130.755000', '131131.215000', '131131.675000', '131132.135000', '131132.595000', '131133.055000', '131133.515000', '131133.975000', '131134.435000', '131134.895000', '131135.355000', '131135.815000', '131136.275000', '131136.735000', '131137.195000', '131137.655000', '131138.115000', '131138.575000', '131139.035000', '131139.495000', '131139.955000', '131140.415000', '131140.875000', '131141.335000', '131141.795000', '131142.255000', '131142.715000', '131143.175000', '131143.635000', '131144.095000', '131144.555000', '131145.015000', '131145.475000', '131145.935000', '131146.395000', '131146.855000', '131147.315000', '131147.775000', '131148.235000', '131148.695000', '131149.155000', '131149.615000', '131150.075000', '131150.535000', '131150.995000', '131151.455000', '131151.915000', '131152.375000', '131152.835000', '131153.295000', '131153.755000', '131154.215000', '131154.675000', '131155.135000', '131155.595000', '131156.055000', '131156.515000', '131156.975000', '131157.435000', '131157.895000', '131158.355000', '131158.815000', '131159.275000', '131159.735000', '131200.195000', '131200.655000', '131201.115000', '131201.575000', '131202.035000', '131202.495000', '131202.955000', '131203.415000', '131203.875000', '131204.335000', '131204.795000', '131205.255000', '131205.715000', '131206.175000', '131206.635000', '131207.095000', '131207.555000', '131208.015000', '131208.475000', '131208.935000', '131209.395000', '131209.855000', '131210.315000', '131210.775000', '131211.235000', '131211.695000', '131212.155000', '131212.615000', '131213.075000', '131213.535000', '131213.995000', '131214.455000', '131214.915000', '131215.375000', '131215.835000', '131216.295000', '131216.755000', '131217.215000', '131217.675000', '131218.135000', '131218.595000', '131219.055000', '131219.515000', '131219.975000', '131220.435000', '131220.895000', '131221.355000', '131221.815000', '131222.275000', '131222.735000', '131223.195000', '131223.655000', '131224.115000', '131224.575000', '131225.035000', '131225.495000', '131225.955000', '131226.415000', '131226.875000', '131227.335000', '131227.795000', '131228.255000', '131228.715000', '131229.175000', '131229.635000', '131230.095000', '131230.555000', '131231.015000', '131231.475000', '131231.935000', '131232.395000', '131232.855000', '131233.315000', '131233.775000', '131234.235000', '131234.695000', '131235.155000', '131235.615000', '131236.075000', '131236.535000', '131236.995000', '131237.455000', '131237.915000', '131238.375000', '131238.835000', '131239.295000', '131239.755000', '131240.215000', '131240.675000', '131241.135000', '131241.595000', '131242.055000', '131242.515000', '131242.975000', '131243.435000', '131243.895000', '131244.355000', '131244.815000', '131245.275000', '131245.735000', '131246.195000', '131246.655000', '131247.115000', '131247.575000', '131248.035000', '131248.495000', '131248.955000', '131249.415000', '131249.875000', '131250.335000', '131250.795000', '131251.255000', '131251.715000', '131252.175000', '131252.635000', '131253.095000', '131253.555000', '131254.015000', '131254.475000', '131254.935000', '131255.395000', '131255.855000', '131256.315000', '131256.775000', '131257.235000', '131257.695000', '131258.155000', '131258.615000', '131259.075000', '131259.535000', '131259.995000', '131300.455000', '131300.915000', '131301.375000', '131301.835000', '131302.295000', '131302.755000', '131303.215000', '131303.675000', '131304.135000', '131304.595000', '131305.055000', '131305.515000', '131305.975000', '131306.435000', '131306.895000', '131307.355000', '131307.815000', '131308.275000', '131308.735000', '131309.195000', '131309.655000', '131310.115000', '131310.575000', '131311.035000', '131311.495000', '131311.955000', '131312.415000', '131312.875000', '131313.335000', '131313.795000', '131314.255000', '131314.715000', '131315.175000', '131315.635000', '131316.095000', '131316.555000', '131317.015000', '131317.475000', '131317.935000', '131318.395000', '131318.855000', '131319.315000', '131319.775000', '131320.235000', '131320.695000', '131321.155000', '131321.615000', '131322.075000', '131322.535000', '131322.995000', '131323.455000', '131323.915000', '131324.375000', '131324.835000', '131325.295000', '131325.755000', '131326.215000', '131326.675000', '131327.135000', '131327.595000', '131328.055000', '131328.515000', '131328.975000', '131329.435000', '131329.895000', '131330.355000', '131330.815000', '131331.275000', '131331.735000', '131332.195000', '131332.655000', '131333.115000', '131333.575000', '131334.035000', '131334.495000', '131334.955000', '131335.415000', '131335.875000', '131336.335000', '131336.795000', '131337.255000', '131337.715000', '131338.175000', '131338.635000', '131339.095000', '131339.555000', '131340.015000', '131340.475000', '131340.935000', '131341.395000', '131341.855000', '131342.315000', '131342.775000', '131343.235000', '131343.695000', '131344.155000', '131344.615000', '131345.075000', '131345.535000', '131345.995000', '131346.455000', '131346.915000', '131347.375000', '131347.835000', '131348.295000', '131348.755000', '131349.215000', '131349.675000', '131350.135000', '131350.595000', '131351.055000', '131351.515000', '131351.975000', '131352.435000', '131352.895000', '131353.355000', '131353.815000', '131354.275000', '131354.735000', '131355.195000', '131355.655000', '131356.115000', '131356.575000', '131357.035000', '131357.495000', '131357.955000', '131358.415000', '131358.875000', '131359.335000', '131359.795000', '131400.255000', '131400.715000', '131401.175000', '131401.635000', '131402.095000', '131402.555000', '131403.015000', '131403.475000', '131403.935000', '131404.395000', '131404.855000', '131405.315000', '131405.775000', '131406.235000', '131406.695000', '131407.155000', '131407.615000', '131408.075000', '131408.535000', '131408.995000', '131409.455000', '131409.915000', '131410.375000', '131410.835000', '131411.295000', '131411.755000', '131412.215000', '131412.675000', '131413.135000', '131413.595000', '131414.055000', '131414.515000', '131414.975000', '131415.435000', '131415.895000', '131416.355000', '131416.815000', '131417.275000', '131417.735000', '131418.195000', '131418.655000', '131419.115000', '131419.575000', '131420.035000', '131420.495000', '131420.955000', '131421.415000', '131421.875000', '131422.335000', '131422.795000', '131423.255000', '131423.715000', '131424.175000', '131424.635000', '131425.095000', '131425.555000', '131426.015000', '131426.475000', '131426.935000', '131427.395000', '131427.855000', '131428.315000', '131428.775000', '131429.235000', '131429.695000', '131430.155000', '131430.615000', '131431.075000', '131431.535000', '131431.995000', '131432.455000', '131432.915000', '131433.375000', '131433.835000', '131434.295000', '131434.755000', '131435.215000', '131435.675000', '131436.135000', '131436.595000', '131437.055000', '131437.515000', '131437.975000', '131438.435000', '131438.895000', '131439.355000', '131439.815000', '131440.275000', '131440.735000', '131441.195000', '131441.655000', '131442.115000', '131442.575000', '131443.035000', '131443.495000', '131443.955000', '131444.415000', '131444.875000', '131445.335000', '131445.795000', '131446.255000', '131446.715000', '131447.175000', '131447.635000', '131448.095000', '131448.555000', '131449.015000', '131449.475000', '131449.935000', '131450.395000', '131450.855000', '131451.315000', '131451.775000', '131452.235000', '131452.695000', '131453.155000', '131453.615000', '131454.075000', '131454.535000', '131454.995000'], 'ContentTime': ['130645.539000', '130645.547000', '130645.549000', '130645.552000', '130645.554000', '130645.557000', '130645.559000', '130645.562000', '130645.565000', '130645.567000', '130645.570000', '130645.572000', '130645.575000', '130645.578000', '130645.580000', '130645.583000', '130645.585000', '130645.588000', '130645.590000', '130645.593000', '130645.595000', '130645.598000', '130645.601000', '130645.611000', '130645.614000', '130645.616000', '130645.619000', '130645.621000', '130645.624000', '130645.627000', '130645.629000', '130705.502000', '130705.505000', '130705.508000', '130705.510000', '130705.513000', '130705.515000', '130705.518000', '130705.530000', '130705.532000', '130705.539000', '130705.542000', '130705.545000', '130705.547000', '130705.550000', '130705.552000', '130705.555000', '130705.557000', '130705.560000', '130705.562000', '130705.565000', '130705.568000', '130705.570000', '130705.573000', '130705.575000', '130705.578000', '130705.580000', '130705.583000', '130705.586000', '130705.588000', '130705.591000', '130705.593000', '130705.596000', '130705.599000', '130705.601000', '130705.604000', '130705.607000', '130705.609000', '130705.612000', '130705.614000', '130705.617000', '130705.620000', '130705.622000', '130705.625000', '130725.503000', '130725.505000', '130725.508000', '130725.510000', '130725.513000', '130725.516000', '130725.518000', '130725.521000', '130725.523000', '130725.526000', '130725.529000', '130725.531000', '130725.534000', '130725.536000', '130725.539000', '130725.541000', '130725.544000', '130725.546000', '130725.549000', '130725.551000', '130725.554000', '130725.557000', '130725.560000', '130725.563000', '130725.565000', '130725.568000', '130725.570000', '130725.573000', '130725.576000', '130725.578000', '130725.581000', '130725.583000', '130725.586000', '130725.588000', '130725.591000', '130725.594000', '130725.601000', '130725.603000', '130725.606000', '130725.609000', '130725.611000', '130725.614000', '130725.617000', '130725.619000', '130745.502000', '130745.505000', '130745.508000', '130745.510000', '130745.513000', '130745.515000', '130745.518000', '130745.521000', '130745.523000', '130745.526000', '130745.528000', '130745.531000', '130745.533000', '130745.536000', '130745.538000', '130745.541000', '130745.543000', '130745.546000', '130745.549000', '130745.551000', '130745.554000', '130745.556000', '130745.559000', '130745.561000', '130745.564000', '130745.566000', '130745.569000', '130745.571000', '130745.574000', '130745.577000', '130745.579000', '130745.582000', '130745.584000', '130745.587000', '130745.590000', '130745.592000', '130745.595000', '130745.597000', '130745.600000', '130745.603000', '130745.605000', '130745.608000', '130745.610000', '130805.503000', '130805.506000', '130805.509000', '130805.512000', '130805.514000', '130805.517000', '130805.519000', '130805.522000', '130805.531000', '130805.534000', '130805.536000', '130805.539000', '130805.541000', '130805.544000', '130805.547000', '130805.549000', '130805.552000', '130805.554000', '130805.557000', '130805.560000', '130805.562000', '130805.565000', '130805.567000', '130805.570000', '130805.573000', '130805.575000', '130805.578000', '130805.581000', '130805.583000', '130805.586000', '130805.588000', '130805.591000', '130805.593000', '130805.596000', '130805.599000', '130805.601000', '130805.604000', '130805.606000', '130805.609000', '130805.612000', '130805.614000', '130805.617000', '130805.619000', '130825.503000', '130825.506000', '130825.509000', '130825.511000', '130825.514000', '130825.517000', '130825.519000', '130825.522000', '130825.524000', '130825.527000', '130825.535000', '130825.537000', '130825.540000', '130825.542000', '130825.545000', '130825.547000', '130825.550000', '130825.553000', '130825.555000', '130825.558000', '130825.560000', '130825.563000', '130825.565000', '130825.568000', '130825.570000', '130825.573000', '130825.576000', '130825.578000', '130825.581000', '130825.583000', '130825.586000', '130825.588000', '130825.591000', '130825.594000', '130825.596000', '130825.599000', '130825.601000', '130825.604000', '130825.607000', '130825.609000', '130825.612000', '130825.614000', '130825.617000', '130825.619000', '130845.503000', '130845.506000', '130845.509000', '130845.511000', '130845.514000', '130845.517000', '130845.520000', '130845.523000', '130845.526000', '130845.528000', '130845.531000', '130845.534000', '130845.536000', '130845.539000', '130845.541000', '130845.544000', '130845.547000', '130845.549000', '130845.552000', '130845.554000', '130845.557000', '130845.560000', '130845.562000', '130845.565000', '130845.567000', '130845.570000', '130845.573000', '130845.575000', '130845.578000', '130845.580000', '130845.583000', '130845.586000', '130845.588000', '130845.592000', '130845.595000', '130845.597000', '130845.600000', '130845.602000', '130845.605000', '130845.607000', '130845.610000', '130845.613000', '130845.615000', '130905.503000', '130905.506000', '130905.509000', '130905.511000', '130905.514000', '130905.517000', '130905.519000', '130905.522000', '130905.524000', '130905.527000', '130905.529000', '130905.532000', '130905.534000', '130905.537000', '130905.540000', '130905.542000', '130905.545000', '130905.547000', '130905.550000', '130905.553000', '130905.555000', '130905.558000', '130905.560000', '130905.563000', '130905.565000', '130905.568000', '130905.571000', '130905.573000', '130905.576000', '130905.578000', '130905.581000', '130905.583000', '130905.586000', '130905.589000', '130905.591000', '130905.594000', '130905.597000', '130905.599000', '130905.602000', '130905.604000', '130905.607000', '130905.610000', '130905.612000', '130905.615000', '130925.503000', '130925.506000', '130925.517000', '130925.519000', '130925.522000', '130925.524000', '130925.527000', '130925.529000', '130925.532000', '130925.535000', '130925.537000', '130925.540000', '130925.542000', '130925.545000', '130925.547000', '130925.550000', '130925.553000', '130925.555000', '130925.558000', '130925.560000', '130925.563000', '130925.566000', '130925.568000', '130925.571000', '130925.573000', '130925.576000', '130925.579000', '130925.581000', '130925.584000', '130925.586000', '130925.589000', '130925.591000', '130925.594000', '130925.597000', '130925.599000', '130925.602000', '130925.605000', '130925.607000', '130925.610000', '130925.612000', '130925.615000', '130925.618000', '130925.620000', '130945.503000', '130945.505000', '130945.508000', '130945.511000', '130945.543000', '130945.545000', '130945.548000', '130945.551000', '130945.553000', '130945.556000', '130945.558000', '130945.561000', '130945.563000', '130945.566000', '130945.569000', '130945.571000', '130945.574000', '130945.576000', '130945.579000', '130945.582000', '130945.584000', '130945.587000', '130945.590000', '130945.592000', '130945.595000', '130945.597000', '130945.600000', '130945.603000', '130945.605000', '130945.608000', '130945.611000', '130945.613000', '130945.616000', '130945.618000', '130945.621000', '130945.624000', '130945.626000', '130945.629000', '130945.631000', '130945.634000', '130945.637000', '130945.639000', '130945.642000', '130945.644000', '131005.502000', '131005.505000', '131005.508000', '131005.510000', '131005.513000', '131005.516000', '131005.518000', '131005.521000', '131005.523000', '131005.526000', '131005.528000', '131005.531000', '131005.533000', '131005.536000', '131005.539000', '131005.541000', '131005.544000', '131005.546000', '131005.549000', '131005.552000', '131005.554000', '131005.557000', '131005.559000', '131005.562000', '131005.564000', '131005.567000', '131005.571000', '131005.574000', '131005.576000', '131005.579000', '131005.582000', '131005.584000', '131005.587000', '131005.589000', '131005.592000', '131005.595000', '131005.597000', '131005.600000', '131005.602000', '131005.605000', '131005.608000', '131005.610000', '131005.613000', '131025.503000', '131025.506000', '131025.509000', '131025.512000', '131025.514000', '131025.517000', '131025.520000', '131025.522000', '131025.525000', '131025.527000', '131025.530000', '131025.532000', '131025.535000', '131025.537000', '131025.540000', '131025.543000', '131025.545000', '131025.548000', '131025.550000', '131025.553000', '131025.556000', '131025.558000', '131025.561000', '131025.563000', '131025.566000', '131025.568000', '131025.571000', '131025.574000', '131025.576000', '131025.579000', '131025.581000', '131025.584000', '131025.587000', '131025.589000', '131025.592000', '131025.594000', '131025.597000', '131025.600000', '131025.602000', '131025.605000', '131025.607000', '131025.610000', '131025.613000', '131025.615000', '131045.503000', '131045.506000', '131045.509000', '131045.512000', '131045.514000', '131045.517000', '131045.519000', '131045.522000', '131045.524000', '131045.527000', '131045.530000', '131045.532000', '131045.542000', '131045.545000', '131045.548000', '131045.550000', '131045.553000', '131045.555000', '131045.558000', '131045.560000', '131045.563000', '131045.566000', '131045.568000', '131045.571000', '131045.573000', '131045.581000', '131045.584000', '131045.586000', '131045.589000', '131045.592000', '131045.594000', '131045.597000', '131045.600000', '131045.602000', '131045.605000', '131045.608000', '131045.610000', '131045.613000', '131045.615000', '131045.618000', '131045.621000', '131045.623000', '131045.626000', '131105.504000', '131105.506000', '131105.509000', '131105.512000', '131105.514000', '131105.517000', '131105.520000', '131105.522000', '131105.525000', '131105.527000', '131105.530000', '131105.533000', '131105.535000', '131105.538000', '131105.541000', '131105.543000', '131105.546000', '131105.549000', '131105.551000', '131105.554000', '131105.556000', '131105.559000', '131105.561000', '131105.564000', '131105.566000', '131105.569000', '131105.572000', '131105.574000', '131105.577000', '131105.599000', '131105.601000', '131105.604000', '131105.606000', '131105.609000', '131105.618000', '131105.620000', '131105.623000', '131105.626000', '131105.628000', '131105.631000', '131105.633000', '131105.636000', '131105.639000', '131105.641000', '131125.503000', '131125.506000', '131125.509000', '131125.511000', '131125.514000', '131125.517000', '131125.519000', '131125.522000', '131125.524000', '131125.527000', '131125.529000', '131125.532000', '131125.534000', '131125.537000', '131125.540000', '131125.542000', '131125.545000', '131125.547000', '131125.550000', '131125.552000', '131125.555000', '131125.558000', '131125.560000', '131125.563000', '131125.566000', '131125.568000', '131125.571000', '131125.573000', '131125.576000', '131125.578000', '131125.581000', '131125.583000', '131125.586000', '131125.589000', '131125.591000', '131125.594000', '131125.596000', '131125.599000', '131125.601000', '131125.604000', '131125.606000', '131125.609000', '131125.612000', '131145.502000', '131145.505000', '131145.508000', '131145.511000', '131145.513000', '131145.516000', '131145.518000', '131145.521000', '131145.524000', '131145.526000', '131145.529000', '131145.531000', '131145.534000', '131145.537000', '131145.539000', '131145.542000', '131145.544000', '131145.547000', '131145.549000', '131145.552000', '131145.555000', '131145.557000', '131145.560000', '131145.562000', '131145.565000', '131145.567000', '131145.570000', '131145.573000', '131145.575000', '131145.578000', '131145.581000', '131145.583000', '131145.586000', '131145.588000', '131145.591000', '131145.593000', '131145.596000', '131145.599000', '131145.601000', '131145.604000', '131145.606000', '131145.609000', '131145.611000', '131145.614000', '131205.502000', '131205.505000', '131205.508000', '131205.510000', '131205.513000', '131205.515000', '131205.518000', '131205.521000', '131205.523000', '131205.526000', '131205.528000', '131205.531000', '131205.534000', '131205.536000', '131205.539000', '131205.541000', '131205.544000', '131205.546000', '131205.549000', '131205.552000', '131205.554000', '131205.557000', '131205.559000', '131205.562000', '131205.565000', '131205.567000', '131205.570000', '131205.572000', '131205.575000', '131205.578000', '131205.580000', '131205.583000', '131205.585000', '131205.588000', '131205.591000', '131205.593000', '131205.596000', '131205.599000', '131205.601000', '131205.604000', '131205.607000', '131205.609000', '131205.612000', '131225.503000', '131225.506000', '131225.508000', '131225.511000', '131225.514000', '131225.516000', '131225.519000', '131225.521000', '131225.524000', '131225.527000', '131225.529000', '131225.532000', '131225.535000', '131225.537000', '131225.540000', '131225.542000', '131225.545000', '131225.548000', '131225.550000', '131225.553000', '131225.555000', '131225.558000', '131225.561000', '131225.563000', '131225.566000', '131225.568000', '131225.571000', '131225.573000', '131225.576000', '131225.579000', '131225.581000', '131225.584000', '131225.586000', '131225.589000', '131225.591000', '131225.594000', '131225.597000', '131225.599000', '131225.602000', '131225.604000', '131225.607000', '131225.610000', '131225.612000', '131245.504000', '131245.506000', '131245.509000', '131245.512000', '131245.514000', '131245.517000', '131245.520000', '131245.522000', '131245.525000', '131245.527000', '131245.530000', '131245.534000', '131245.537000', '131245.539000', '131245.542000', '131245.545000', '131245.547000', '131245.550000', '131245.553000', '131245.555000', '131245.558000', '131245.560000', '131245.563000', '131245.566000', '131245.569000', '131245.571000', '131245.574000', '131245.576000', '131245.579000', '131245.581000', '131245.584000', '131245.587000', '131245.589000', '131245.592000', '131245.594000', '131245.597000', '131245.600000', '131245.602000', '131245.605000', '131245.607000', '131245.610000', '131245.613000', '131245.615000', '131245.618000', '131305.504000', '131305.506000', '131305.509000', '131305.512000', '131305.514000', '131305.517000', '131305.519000', '131305.522000', '131305.524000', '131305.527000', '131305.529000', '131305.532000', '131305.535000', '131305.537000', '131305.540000', '131305.542000', '131305.545000', '131305.547000', '131305.550000', '131305.552000', '131305.555000', '131305.558000', '131305.560000', '131305.563000', '131305.565000', '131305.568000', '131305.570000', '131305.573000', '131305.576000', '131305.578000', '131305.581000', '131305.583000', '131305.586000', '131305.588000', '131305.591000', '131305.594000', '131305.596000', '131305.599000', '131305.601000', '131305.604000', '131305.607000', '131305.609000', '131305.612000', '131305.614000', '131325.504000', '131325.507000', '131325.509000', '131325.512000', '131325.514000', '131325.517000', '131325.519000', '131325.522000', '131325.525000', '131325.527000', '131325.530000', '131325.532000', '131325.535000', '131325.538000', '131325.540000', '131325.543000', '131325.546000', '131325.548000', '131325.551000', '131325.554000', '131325.556000', '131325.559000', '131325.561000', '131325.564000', '131325.572000', '131325.575000', '131325.578000', '131325.581000', '131325.583000', '131325.586000', '131325.589000', '131325.591000', '131325.594000', '131325.596000', '131325.599000', '131325.602000', '131325.604000', '131325.607000', '131325.609000', '131325.612000', '131325.615000', '131325.617000', '131325.620000', '131345.503000', '131345.506000', '131345.510000', '131345.513000', '131345.515000', '131345.518000', '131345.521000', '131345.523000', '131345.526000', '131345.528000', '131345.531000', '131345.534000', '131345.536000', '131345.539000', '131345.541000', '131345.544000', '131345.546000', '131345.549000', '131345.552000', '131345.554000', '131345.557000', '131345.559000', '131345.562000', '131345.565000', '131345.568000', '131345.570000', '131345.573000', '131345.575000', '131345.578000', '131345.580000', '131345.583000', '131345.586000', '131345.588000', '131345.591000', '131345.593000', '131345.596000', '131345.599000', '131345.601000', '131345.604000', '131345.606000', '131345.609000', '131345.612000', '131345.614000', '131345.617000', '131405.502000', '131405.505000', '131405.508000', '131405.510000', '131405.514000', '131405.516000', '131405.519000', '131405.521000', '131405.524000', '131405.527000', '131405.529000', '131405.532000', '131405.535000', '131405.537000', '131405.540000', '131405.542000', '131405.545000', '131405.548000', '131405.550000', '131405.553000', '131405.555000', '131405.558000', '131405.560000', '131405.563000', '131405.566000', '131405.568000', '131405.571000', '131405.573000', '131405.576000', '131405.579000', '131405.581000', '131405.584000', '131405.587000', '131405.589000', '131405.592000', '131405.594000', '131405.597000', '131405.600000', '131405.602000', '131405.605000', '131405.608000', '131405.610000', '131405.613000', '131425.503000', '131425.505000', '131425.508000', '131425.511000', '131425.513000', '131425.516000', '131425.518000', '131425.521000', '131425.524000', '131425.526000', '131425.529000', '131425.531000', '131425.534000', '131425.537000', '131425.539000', '131425.542000', '131425.544000', '131425.547000', '131425.549000', '131425.552000', '131425.555000', '131425.557000', '131425.560000', '131425.562000', '131425.565000', '131425.568000', '131425.570000', '131425.573000', '131425.575000', '131425.578000', '131425.581000', '131425.583000', '131425.586000', '131425.589000', '131425.591000', '131425.594000', '131425.596000', '131425.599000', '131425.602000', '131425.604000', '131425.607000', '131425.610000', '131425.612000', '131445.503000', '131445.506000', '131445.508000', '131445.511000', '131445.514000', '131445.516000', '131445.519000', '131445.522000', '131445.524000', '131445.527000', '131445.529000', '131445.532000', '131445.534000', '131445.537000', '131445.540000', '131445.542000', '131445.545000', '131445.547000', '131445.550000', '131445.552000', '131445.555000', '131445.558000', '131445.560000', '131445.563000', '131445.565000', '131445.568000', '131445.571000', '131445.573000', '131445.576000', '131445.578000', '131445.589000', '131445.591000', '131445.594000', '131445.597000', '131445.599000', '131445.602000', '131445.605000', '131445.607000', '131445.610000', '131445.612000', '131445.615000', '131445.618000', '131445.620000', '131445.623000', '131456.297000', '131456.301000', '131456.304000', '131456.306000', '131456.309000', '131456.312000', '131456.316000', '131456.319000', '131456.322000', '131456.325000', '131456.327000', '131456.330000', '131456.334000', '131456.336000', '131456.339000', '131456.342000', '131456.347000', '131456.350000', '131456.353000', '131456.356000', '131456.359000', '131456.363000', '131456.366000', '131456.369000'], 'InstanceCreationTime': ['130645.539000', '130645.547000', '130645.549000', '130645.552000', '130645.554000', '130645.557000', '130645.559000', '130645.562000', '130645.565000', '130645.567000', '130645.570000', '130645.572000', '130645.575000', '130645.578000', '130645.580000', '130645.583000', '130645.585000', '130645.588000', '130645.590000', '130645.593000', '130645.595000', '130645.598000', '130645.601000', '130645.611000', '130645.614000', '130645.616000', '130645.619000', '130645.621000', '130645.624000', '130645.627000', '130645.629000', '130705.502000', '130705.505000', '130705.508000', '130705.510000', '130705.513000', '130705.515000', '130705.518000', '130705.530000', '130705.532000', '130705.539000', '130705.542000', '130705.545000', '130705.547000', '130705.550000', '130705.552000', '130705.555000', '130705.557000', '130705.560000', '130705.562000', '130705.565000', '130705.568000', '130705.570000', '130705.573000', '130705.575000', '130705.578000', '130705.580000', '130705.583000', '130705.586000', '130705.588000', '130705.591000', '130705.593000', '130705.596000', '130705.599000', '130705.601000', '130705.604000', '130705.607000', '130705.609000', '130705.612000', '130705.614000', '130705.617000', '130705.620000', '130705.622000', '130705.625000', '130725.503000', '130725.505000', '130725.508000', '130725.510000', '130725.513000', '130725.516000', '130725.518000', '130725.521000', '130725.523000', '130725.526000', '130725.529000', '130725.531000', '130725.534000', '130725.536000', '130725.539000', '130725.541000', '130725.544000', '130725.546000', '130725.549000', '130725.551000', '130725.554000', '130725.557000', '130725.560000', '130725.563000', '130725.565000', '130725.568000', '130725.570000', '130725.573000', '130725.576000', '130725.578000', '130725.581000', '130725.583000', '130725.586000', '130725.588000', '130725.591000', '130725.594000', '130725.601000', '130725.603000', '130725.606000', '130725.609000', '130725.611000', '130725.614000', '130725.617000', '130725.619000', '130745.502000', '130745.505000', '130745.508000', '130745.510000', '130745.513000', '130745.515000', '130745.518000', '130745.521000', '130745.523000', '130745.526000', '130745.528000', '130745.531000', '130745.533000', '130745.536000', '130745.538000', '130745.541000', '130745.543000', '130745.546000', '130745.549000', '130745.551000', '130745.554000', '130745.556000', '130745.559000', '130745.561000', '130745.564000', '130745.566000', '130745.569000', '130745.571000', '130745.574000', '130745.577000', '130745.579000', '130745.582000', '130745.584000', '130745.587000', '130745.590000', '130745.592000', '130745.595000', '130745.597000', '130745.600000', '130745.603000', '130745.605000', '130745.608000', '130745.610000', '130805.503000', '130805.506000', '130805.509000', '130805.512000', '130805.514000', '130805.517000', '130805.519000', '130805.522000', '130805.531000', '130805.534000', '130805.536000', '130805.539000', '130805.541000', '130805.544000', '130805.547000', '130805.549000', '130805.552000', '130805.554000', '130805.557000', '130805.560000', '130805.562000', '130805.565000', '130805.567000', '130805.570000', '130805.573000', '130805.575000', '130805.578000', '130805.581000', '130805.583000', '130805.586000', '130805.588000', '130805.591000', '130805.593000', '130805.596000', '130805.599000', '130805.601000', '130805.604000', '130805.606000', '130805.609000', '130805.612000', '130805.614000', '130805.617000', '130805.619000', '130825.503000', '130825.506000', '130825.509000', '130825.511000', '130825.514000', '130825.517000', '130825.519000', '130825.522000', '130825.524000', '130825.527000', '130825.535000', '130825.537000', '130825.540000', '130825.542000', '130825.545000', '130825.547000', '130825.550000', '130825.553000', '130825.555000', '130825.558000', '130825.560000', '130825.563000', '130825.565000', '130825.568000', '130825.570000', '130825.573000', '130825.576000', '130825.578000', '130825.581000', '130825.583000', '130825.586000', '130825.588000', '130825.591000', '130825.594000', '130825.596000', '130825.599000', '130825.601000', '130825.604000', '130825.607000', '130825.609000', '130825.612000', '130825.614000', '130825.617000', '130825.619000', '130845.503000', '130845.506000', '130845.509000', '130845.511000', '130845.514000', '130845.517000', '130845.520000', '130845.523000', '130845.526000', '130845.528000', '130845.531000', '130845.534000', '130845.536000', '130845.539000', '130845.541000', '130845.544000', '130845.547000', '130845.549000', '130845.552000', '130845.554000', '130845.557000', '130845.560000', '130845.562000', '130845.565000', '130845.567000', '130845.570000', '130845.573000', '130845.575000', '130845.578000', '130845.580000', '130845.583000', '130845.586000', '130845.588000', '130845.592000', '130845.595000', '130845.597000', '130845.600000', '130845.602000', '130845.605000', '130845.607000', '130845.610000', '130845.613000', '130845.615000', '130905.503000', '130905.506000', '130905.509000', '130905.511000', '130905.514000', '130905.517000', '130905.519000', '130905.522000', '130905.524000', '130905.527000', '130905.529000', '130905.532000', '130905.534000', '130905.537000', '130905.540000', '130905.542000', '130905.545000', '130905.547000', '130905.550000', '130905.553000', '130905.555000', '130905.558000', '130905.560000', '130905.563000', '130905.565000', '130905.568000', '130905.571000', '130905.573000', '130905.576000', '130905.578000', '130905.581000', '130905.583000', '130905.586000', '130905.589000', '130905.591000', '130905.594000', '130905.597000', '130905.599000', '130905.602000', '130905.604000', '130905.607000', '130905.610000', '130905.612000', '130905.615000', '130925.503000', '130925.506000', '130925.517000', '130925.519000', '130925.522000', '130925.524000', '130925.527000', '130925.529000', '130925.532000', '130925.535000', '130925.537000', '130925.540000', '130925.542000', '130925.545000', '130925.547000', '130925.550000', '130925.553000', '130925.555000', '130925.558000', '130925.560000', '130925.563000', '130925.566000', '130925.568000', '130925.571000', '130925.573000', '130925.576000', '130925.579000', '130925.581000', '130925.584000', '130925.586000', '130925.589000', '130925.591000', '130925.594000', '130925.597000', '130925.599000', '130925.602000', '130925.605000', '130925.607000', '130925.610000', '130925.612000', '130925.615000', '130925.618000', '130925.620000', '130945.503000', '130945.505000', '130945.508000', '130945.511000', '130945.543000', '130945.545000', '130945.548000', '130945.551000', '130945.553000', '130945.556000', '130945.558000', '130945.561000', '130945.563000', '130945.566000', '130945.569000', '130945.571000', '130945.574000', '130945.576000', '130945.579000', '130945.582000', '130945.584000', '130945.587000', '130945.590000', '130945.592000', '130945.595000', '130945.597000', '130945.600000', '130945.603000', '130945.605000', '130945.608000', '130945.611000', '130945.613000', '130945.616000', '130945.618000', '130945.621000', '130945.624000', '130945.626000', '130945.629000', '130945.631000', '130945.634000', '130945.637000', '130945.639000', '130945.642000', '130945.644000', '131005.502000', '131005.505000', '131005.508000', '131005.510000', '131005.513000', '131005.516000', '131005.518000', '131005.521000', '131005.523000', '131005.526000', '131005.528000', '131005.531000', '131005.533000', '131005.536000', '131005.539000', '131005.541000', '131005.544000', '131005.546000', '131005.549000', '131005.552000', '131005.554000', '131005.557000', '131005.559000', '131005.562000', '131005.564000', '131005.567000', '131005.571000', '131005.574000', '131005.576000', '131005.579000', '131005.582000', '131005.584000', '131005.587000', '131005.589000', '131005.592000', '131005.595000', '131005.597000', '131005.600000', '131005.602000', '131005.605000', '131005.608000', '131005.610000', '131005.613000', '131025.503000', '131025.506000', '131025.509000', '131025.512000', '131025.514000', '131025.517000', '131025.520000', '131025.522000', '131025.525000', '131025.527000', '131025.530000', '131025.532000', '131025.535000', '131025.537000', '131025.540000', '131025.543000', '131025.545000', '131025.548000', '131025.550000', '131025.553000', '131025.556000', '131025.558000', '131025.561000', '131025.563000', '131025.566000', '131025.568000', '131025.571000', '131025.574000', '131025.576000', '131025.579000', '131025.581000', '131025.584000', '131025.587000', '131025.589000', '131025.592000', '131025.594000', '131025.597000', '131025.600000', '131025.602000', '131025.605000', '131025.607000', '131025.610000', '131025.613000', '131025.615000', '131045.503000', '131045.506000', '131045.509000', '131045.512000', '131045.514000', '131045.517000', '131045.519000', '131045.522000', '131045.524000', '131045.527000', '131045.530000', '131045.532000', '131045.542000', '131045.545000', '131045.548000', '131045.550000', '131045.553000', '131045.555000', '131045.558000', '131045.560000', '131045.563000', '131045.566000', '131045.568000', '131045.571000', '131045.573000', '131045.581000', '131045.584000', '131045.586000', '131045.589000', '131045.592000', '131045.594000', '131045.597000', '131045.600000', '131045.602000', '131045.605000', '131045.608000', '131045.610000', '131045.613000', '131045.615000', '131045.618000', '131045.621000', '131045.623000', '131045.626000', '131105.504000', '131105.506000', '131105.509000', '131105.512000', '131105.514000', '131105.517000', '131105.520000', '131105.522000', '131105.525000', '131105.527000', '131105.530000', '131105.533000', '131105.535000', '131105.538000', '131105.541000', '131105.543000', '131105.546000', '131105.549000', '131105.551000', '131105.554000', '131105.556000', '131105.559000', '131105.561000', '131105.564000', '131105.566000', '131105.569000', '131105.572000', '131105.574000', '131105.577000', '131105.599000', '131105.601000', '131105.604000', '131105.606000', '131105.609000', '131105.618000', '131105.620000', '131105.623000', '131105.626000', '131105.628000', '131105.631000', '131105.633000', '131105.636000', '131105.639000', '131105.641000', '131125.503000', '131125.506000', '131125.509000', '131125.511000', '131125.514000', '131125.517000', '131125.519000', '131125.522000', '131125.524000', '131125.527000', '131125.529000', '131125.532000', '131125.534000', '131125.537000', '131125.540000', '131125.542000', '131125.545000', '131125.547000', '131125.550000', '131125.552000', '131125.555000', '131125.558000', '131125.560000', '131125.563000', '131125.566000', '131125.568000', '131125.571000', '131125.573000', '131125.576000', '131125.578000', '131125.581000', '131125.583000', '131125.586000', '131125.589000', '131125.591000', '131125.594000', '131125.596000', '131125.599000', '131125.601000', '131125.604000', '131125.606000', '131125.609000', '131125.612000', '131145.502000', '131145.505000', '131145.508000', '131145.511000', '131145.513000', '131145.516000', '131145.518000', '131145.521000', '131145.524000', '131145.526000', '131145.529000', '131145.531000', '131145.534000', '131145.537000', '131145.539000', '131145.542000', '131145.544000', '131145.547000', '131145.549000', '131145.552000', '131145.555000', '131145.557000', '131145.560000', '131145.562000', '131145.565000', '131145.567000', '131145.570000', '131145.573000', '131145.575000', '131145.578000', '131145.581000', '131145.583000', '131145.586000', '131145.588000', '131145.591000', '131145.593000', '131145.596000', '131145.599000', '131145.601000', '131145.604000', '131145.606000', '131145.609000', '131145.611000', '131145.614000', '131205.502000', '131205.505000', '131205.508000', '131205.510000', '131205.513000', '131205.515000', '131205.518000', '131205.521000', '131205.523000', '131205.526000', '131205.528000', '131205.531000', '131205.534000', '131205.536000', '131205.539000', '131205.541000', '131205.544000', '131205.546000', '131205.549000', '131205.552000', '131205.554000', '131205.557000', '131205.559000', '131205.562000', '131205.565000', '131205.567000', '131205.570000', '131205.572000', '131205.575000', '131205.578000', '131205.580000', '131205.583000', '131205.585000', '131205.588000', '131205.591000', '131205.593000', '131205.596000', '131205.599000', '131205.601000', '131205.604000', '131205.607000', '131205.609000', '131205.612000', '131225.503000', '131225.506000', '131225.508000', '131225.511000', '131225.514000', '131225.516000', '131225.519000', '131225.521000', '131225.524000', '131225.527000', '131225.529000', '131225.532000', '131225.535000', '131225.537000', '131225.540000', '131225.542000', '131225.545000', '131225.548000', '131225.550000', '131225.553000', '131225.555000', '131225.558000', '131225.561000', '131225.563000', '131225.566000', '131225.568000', '131225.571000', '131225.573000', '131225.576000', '131225.579000', '131225.581000', '131225.584000', '131225.586000', '131225.589000', '131225.591000', '131225.594000', '131225.597000', '131225.599000', '131225.602000', '131225.604000', '131225.607000', '131225.610000', '131225.612000', '131245.504000', '131245.506000', '131245.509000', '131245.512000', '131245.514000', '131245.517000', '131245.520000', '131245.522000', '131245.525000', '131245.527000', '131245.530000', '131245.534000', '131245.537000', '131245.539000', '131245.542000', '131245.545000', '131245.547000', '131245.550000', '131245.553000', '131245.555000', '131245.558000', '131245.560000', '131245.563000', '131245.566000', '131245.569000', '131245.571000', '131245.574000', '131245.576000', '131245.579000', '131245.581000', '131245.584000', '131245.587000', '131245.589000', '131245.592000', '131245.594000', '131245.597000', '131245.600000', '131245.602000', '131245.605000', '131245.607000', '131245.610000', '131245.613000', '131245.615000', '131245.618000', '131305.504000', '131305.506000', '131305.509000', '131305.512000', '131305.514000', '131305.517000', '131305.519000', '131305.522000', '131305.524000', '131305.527000', '131305.529000', '131305.532000', '131305.535000', '131305.537000', '131305.540000', '131305.542000', '131305.545000', '131305.547000', '131305.550000', '131305.552000', '131305.555000', '131305.558000', '131305.560000', '131305.563000', '131305.565000', '131305.568000', '131305.570000', '131305.573000', '131305.576000', '131305.578000', '131305.581000', '131305.583000', '131305.586000', '131305.588000', '131305.591000', '131305.594000', '131305.596000', '131305.599000', '131305.601000', '131305.604000', '131305.607000', '131305.609000', '131305.612000', '131305.614000', '131325.504000', '131325.507000', '131325.509000', '131325.512000', '131325.514000', '131325.517000', '131325.519000', '131325.522000', '131325.525000', '131325.527000', '131325.530000', '131325.532000', '131325.535000', '131325.538000', '131325.540000', '131325.543000', '131325.546000', '131325.548000', '131325.551000', '131325.554000', '131325.556000', '131325.559000', '131325.561000', '131325.564000', '131325.572000', '131325.575000', '131325.578000', '131325.581000', '131325.583000', '131325.586000', '131325.589000', '131325.591000', '131325.594000', '131325.596000', '131325.599000', '131325.602000', '131325.604000', '131325.607000', '131325.609000', '131325.612000', '131325.615000', '131325.617000', '131325.620000', '131345.503000', '131345.506000', '131345.510000', '131345.513000', '131345.515000', '131345.518000', '131345.521000', '131345.523000', '131345.526000', '131345.528000', '131345.531000', '131345.534000', '131345.536000', '131345.539000', '131345.541000', '131345.544000', '131345.546000', '131345.549000', '131345.552000', '131345.554000', '131345.557000', '131345.559000', '131345.562000', '131345.565000', '131345.568000', '131345.570000', '131345.573000', '131345.575000', '131345.578000', '131345.580000', '131345.583000', '131345.586000', '131345.588000', '131345.591000', '131345.593000', '131345.596000', '131345.599000', '131345.601000', '131345.604000', '131345.606000', '131345.609000', '131345.612000', '131345.614000', '131345.617000', '131405.502000', '131405.505000', '131405.508000', '131405.510000', '131405.514000', '131405.516000', '131405.519000', '131405.521000', '131405.524000', '131405.527000', '131405.529000', '131405.532000', '131405.535000', '131405.537000', '131405.540000', '131405.542000', '131405.545000', '131405.548000', '131405.550000', '131405.553000', '131405.555000', '131405.558000', '131405.560000', '131405.563000', '131405.566000', '131405.568000', '131405.571000', '131405.573000', '131405.576000', '131405.579000', '131405.581000', '131405.584000', '131405.587000', '131405.589000', '131405.592000', '131405.594000', '131405.597000', '131405.600000', '131405.602000', '131405.605000', '131405.608000', '131405.610000', '131405.613000', '131425.503000', '131425.505000', '131425.508000', '131425.511000', '131425.513000', '131425.516000', '131425.518000', '131425.521000', '131425.524000', '131425.526000', '131425.529000', '131425.531000', '131425.534000', '131425.537000', '131425.539000', '131425.542000', '131425.544000', '131425.547000', '131425.549000', '131425.552000', '131425.555000', '131425.557000', '131425.560000', '131425.562000', '131425.565000', '131425.568000', '131425.570000', '131425.573000', '131425.575000', '131425.578000', '131425.581000', '131425.583000', '131425.586000', '131425.589000', '131425.591000', '131425.594000', '131425.596000', '131425.599000', '131425.602000', '131425.604000', '131425.607000', '131425.610000', '131425.612000', '131445.503000', '131445.506000', '131445.508000', '131445.511000', '131445.514000', '131445.516000', '131445.519000', '131445.522000', '131445.524000', '131445.527000', '131445.529000', '131445.532000', '131445.534000', '131445.537000', '131445.540000', '131445.542000', '131445.545000', '131445.547000', '131445.550000', '131445.552000', '131445.555000', '131445.558000', '131445.560000', '131445.563000', '131445.565000', '131445.568000', '131445.571000', '131445.573000', '131445.576000', '131445.578000', '131445.589000', '131445.591000', '131445.594000', '131445.597000', '131445.599000', '131445.602000', '131445.605000', '131445.607000', '131445.610000', '131445.612000', '131445.615000', '131445.618000', '131445.620000', '131445.623000', '131456.297000', '131456.301000', '131456.304000', '131456.306000', '131456.309000', '131456.312000', '131456.316000', '131456.319000', '131456.322000', '131456.325000', '131456.327000', '131456.330000', '131456.334000', '131456.336000', '131456.339000', '131456.342000', '131456.347000', '131456.350000', '131456.353000', '131456.356000', '131456.359000', '131456.363000', '131456.366000', '131456.369000'], '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': [10130, 9337, 11605, 8208, 12739, 7736, 12833, 9710, 8663, 10955, 8114, 11966, 8033, 10580, 9202, 8428, 10457, 8250, 11013, 8165, 13100, 8317, 8442, 8498, 8675, 10368, 8573, 12974, 8226, 12437, 8648, 12268, 8865, 13133, 10109, 10061, 8208, 8624, 9107, 9081, 9952, 8698, 12229, 8427, 11048, 8443, 11372, 8554, 12526, 8376, 12065, 8409, 12039, 8761, 10455, 8419, 8795, 9072, 9111, 9800, 9027, 10922, 8607, 10607, 8589, 11350, 8007, 12615, 7600, 7582, 8115, 7685, 9270, 8747, 9692, 7998, 11001, 8826, 11723, 8185, 11655, 8628, 12839, 9745, 8668, 9833, 8611, 12195, 9145, 15191, 9867, 13861, 9135, 9201, 10880, 8826, 13363, 8840, 8926, 7904, 7413, 11577, 7883, 7500, 8099, 7719, 7480, 9014, 7950, 11356, 12624, 9967, 16425, 12401, 11623, 10412, 9350, 11779, 8401, 13040, 8778, 13095, 7050, 11839, 7139, 9356, 8703, 6881, 8551, 7253, 7822, 6998, 8077, 7314, 7042, 10303, 8326, 10425, 8917, 8637, 10376, 7599, 10238, 8198, 11407, 8018, 12164, 7777, 12036, 7513, 13151, 11414, 7272, 9875, 7672, 10584, 7711, 9097, 10044, 8255, 10302, 7476, 12495, 8467, 14387, 7921, 13748, 7634, 13707, 9281, 9853, 8587, 7677, 9396, 8152, 15573, 10269, 8461, 8574, 7854, 10098, 8017, 10828, 7840, 11026, 8287, 13686, 9248, 9642, 12803, 11530, 14878, 11590, 9755, 15150, 12143, 14217, 13576, 13515, 13361, 12948, 11520, 12912, 10162, 7609, 9768, 7978, 9150, 7895, 8819, 7586, 8157, 7712, 10173, 7953, 8435, 7549, 7990, 8029, 8052, 9400, 7791, 8918, 8668, 8408, 9193, 7896, 9738, 7464, 10163, 8196, 9184, 9863, 7948, 11962, 9037, 7941, 12867, 10235, 12758, 10171, 13265, 8862, 12292, 8136, 11007, 7740, 10636, 7803, 8025, 7306, 8258, 7034, 9183, 6991, 9396, 7730, 12131, 9596, 9427, 8762, 8239, 9432, 7884, 10524, 7859, 11388, 7672, 11483, 8289, 9599, 9205, 7812, 9510, 7689, 10818, 8474, 7732, 9266, 7358, 10232, 7582, 10895, 7807, 12312, 7963, 12161, 8529, 12381, 7541, 12259, 7739, 10828, 8131, 8292, 8853, 7689, 10288, 7572, 11351, 8408, 8757, 9414, 9817, 9309, 10139, 10129, 8374, 10974, 7590, 11040, 7641, 11622, 9072, 16266, 11010, 13904, 8236, 12722, 11094, 8514, 11030, 8765, 12896, 7655, 12651, 7428, 13172, 8907, 11136, 10291, 8200, 10797, 7466, 10737, 7758, 10003, 9676, 7239, 9697, 7366, 12795, 10837, 9661, 11376, 8470, 11021, 8087, 13683, 7700, 7633, 9038, 8045, 10421, 8015, 7735, 8154, 7018, 9430, 7997, 9497, 7512, 13584, 8632, 7103, 9795, 7625, 10986, 8953, 12462, 9007, 10488, 8857, 8545, 8989, 7709, 10186, 7539, 10223, 7620, 10610, 8256, 8586, 7747, 7944, 9697, 8448, 9407, 9446, 7850, 9689, 8067, 11323, 8741, 12393, 8467, 12367, 8962, 12300, 9663, 12306, 9594, 12139, 8234, 11294, 7942, 10454, 9231, 7978, 8602, 7582, 8516, 8181, 9640, 7694, 9637, 7219, 7160, 8635, 7974, 11416, 8267, 12917, 9291, 12868, 9625, 11960, 9537, 10457, 9176, 9439, 9077, 7670, 9830, 7259, 9549, 7945, 10253, 8102, 11093, 7633, 11667, 8076, 11631, 8503, 11968, 9241, 10740, 8166, 11791, 9185, 10663, 9094, 7927, 9447, 7395, 9118, 7152, 9279, 7479, 9865, 7437, 9690, 7527, 10058, 8098, 10510, 8038, 11096, 7754, 11578, 7789, 11309, 8073, 12595, 7366, 10904, 7779, 10935, 7845, 11154, 7882, 9909, 7500, 9244, 11974, 8656, 9865, 8099, 7270, 8062, 7669, 8568, 7444, 8849, 7722, 9272, 7565, 9182, 13318, 10730, 12592, 9494, 12935, 8255, 11087, 10664, 9106, 11915, 9033, 7104, 8935, 7509, 9627, 7631, 9768, 7341, 9241, 7314, 9483, 7287, 10245, 7446, 10023, 7296, 9978, 7878, 10887, 8380, 11236, 7467, 11408, 8531, 11714, 9482, 13218, 8266, 12194, 8617, 12189, 9721, 9917, 9126, 8275, 9296, 7625, 9323, 7576, 9409, 7795, 9476, 7571, 9554, 7466, 9499, 7486, 9946, 7332, 9840, 7365, 10063, 7581, 10216, 8280, 9912, 7434, 7953, 7811, 7337, 8809, 7350, 9815, 7369, 11704, 7836, 11553, 8377, 11715, 7896, 12108, 8158, 11099, 7937, 10362, 7240, 9656, 7442, 9562, 7245, 9362, 7199, 9487, 7562, 9555, 7579, 9430, 7720, 9716, 7883, 10185, 7617, 10396, 7196, 10156, 7906, 8125, 8908, 7771, 9109, 12180, 10370, 14120, 10890, 13053, 8990, 11957, 8200, 11390, 8073, 11738, 7882, 9481, 7681, 9399, 7747, 9187, 7639, 9473, 7536, 9466, 7342, 9948, 7790, 10282, 7638, 10435, 7304, 10852, 8619, 11130, 9035, 11639, 7930, 11779, 8651, 11503, 9153, 9129, 8591, 8579, 8667, 8085, 9365, 7388, 9622, 7014, 8571, 7644, 7356, 9776, 7454, 11677, 7622, 12057, 9006, 13973, 10282, 7463, 10293, 8589, 13444, 10583, 8959, 10194, 7977, 14909, 10813, 7835, 10098, 8109, 10570, 9860, 7624, 15459, 9853, 14606, 11324, 13546, 10987, 9360, 11281, 8057, 11385, 7399, 10073, 7816, 9761, 7461, 10476, 7396, 7810, 7585, 7104, 8281, 6917, 8234, 7423, 7396, 7920, 7272, 10599, 7731, 11311, 8014, 11822, 8968, 13173, 9729, 13395, 8862, 12976, 8540, 11947, 9106, 10424, 7728, 9570, 7526, 9229, 8144, 8917, 8097, 8925, 7897, 9345, 7522, 9521, 8151, 10039, 8338, 10513, 7670, 11178, 8443, 10320, 8805, 10128, 7951, 10663, 7867, 9723, 7856, 9697, 8069, 10379, 8101, 10601, 8252, 12923, 8102, 7499, 10274, 7813, 10517, 8440, 7571, 8961, 7944, 11248, 8496, 12814, 8149, 13594, 8934, 13798, 10644, 14181, 13172, 11371, 10002, 8006, 11750, 7950, 15972, 10388, 8644, 8250, 7987, 8998, 9372, 12251, 10912, 8255, 9362, 8023, 8501, 8683, 7395, 8003, 9468, 7801, 9363, 12382, 8470, 12650, 9988, 13521, 11185, 11893, 10044, 8326, 10927, 7277, 12371, 9031, 7128, 9318, 7461, 10800, 7550, 10924, 7984, 9001, 7853, 7352, 8043, 7182, 8812, 7163, 10107, 7694, 10785, 8096, 11372, 8764, 9531, 8790, 9171, 10210, 8759, 10043, 8568, 11173, 8540, 10702, 8126, 10144, 8517, 9782, 7595, 9421, 7779, 9610, 7674, 9172, 7997, 8885, 7586, 8536, 7558, 8264, 9405, 9049, 8003, 9275, 8061, 9213, 9003, 9289, 7721, 9533, 7714, 9597, 8155, 10607, 8030, 12051, 8055, 12149, 8867, 12664, 12029, 10574, 13145, 8623, 12736, 9812, 12649, 8640, 12276, 8008, 11483, 7876, 10581, 7778, 9908, 8276, 9258, 7971, 9247, 8081, 9239, 8217, 9953, 8245, 10126, 8323, 10259, 8102, 10309, 8002, 10755, 8036, 11181, 8142, 10523, 8101, 11535, 8196, 12913, 9162, 12744, 9074, 13262, 8272, 13586, 8732, 10564, 14070, 9195, 12994, 9464, 12373, 9291, 11804, 7918, 10019, 8117, 8180, 8129, 8232, 9517, 7804, 11151, 7969, 12264, 9970, 11719, 8890, 10402, 13176, 12006, 14339, 9502, 13778, 8290, 10408, 11662, 8732, 11879, 8343, 11769, 7790, 10757, 8099, 9718, 8005, 9411, 7904, 9765, 7972, 9546, 7857, 10261, 8125, 10784, 8925, 11632, 7918, 11820, 7756, 11745, 9076, 12944, 9292, 11561, 8391, 12704, 10041, 9866, 9556, 8627, 9459, 8394, 9718, 8913, 11051, 8884, 10091, 12515, 9491, 13703, 10362, 12595, 7711, 11111, 7857, 10099, 8423, 9684, 7696, 8938, 7879, 8443, 7657, 8010, 7826, 8103, 7919, 8202, 7826, 8170, 8868, 8296, 8669, 8329, 8417, 8064, 11973, 8495, 13153, 9405, 12904, 9844, 9560, 14013, 9336, 13083, 10034, 12562, 7987, 11686, 8090, 11670, 8032, 11128, 7957, 11251, 8081, 11123, 8078, 11333, 8188, 10246, 8408, 10198, 7837, 10463, 8066, 10088, 7904, 11384, 7870, 11633, 8315, 13009, 8770, 12422, 8497, 10954, 13221, 10332, 14479, 10742, 13108, 7570, 11263, 8586, 9525, 7382, 8327, 7523, 8600, 7398, 8483, 7400, 8744, 7472, 9175, 7290, 9062, 8429, 8688, 11902, 8866, 12341, 8533, 11688], 'WindowCenter': [4135.0, 4107.0, 4127.0, 4070.0, 4121.0, 4049.0, 4119.0, 4076.0, 4067.0, 4086.0, 4044.0, 4094.0, 4055.0, 4088.0, 4077.0, 4055.0, 4085.0, 4054.0, 4098.0, 4057.0, 4119.0, 4059.0, 4056.0, 4066.0, 4068.0, 4089.0, 4069.0, 4120.0, 4056.0, 4107.0, 4068.0, 4096.0, 4067.0, 4118.0, 4088.0, 4075.0, 4054.0, 4055.0, 4067.0, 4068.0, 4088.0, 4068.0, 4109.0, 4057.0, 4096.0, 4057.0, 4111.0, 4069.0, 4110.0, 4057.0, 4108.0, 4057.0, 4109.0, 4069.0, 4098.0, 4058.0, 4068.0, 4067.0, 4079.0, 4092.0, 4079.0, 4102.0, 4069.0, 4100.0, 4080.0, 4110.0, 4072.0, 4122.0, 4071.0, 4071.0, 4083.0, 4069.0, 4102.0, 4064.0, 4099.0, 4071.0, 4111.0, 4094.0, 4121.0, 4072.0, 4111.0, 4095.0, 4134.0, 4093.0, 4070.0, 4089.0, 4069.0, 4112.0, 4080.0, 4129.0, 4076.0, 4118.0, 4064.0, 4067.0, 4088.0, 4043.0, 4106.0, 3982.0, 4026.0, 4041.0, 4042.0, 4081.0, 4003.0, 3922.0, 4028.0, 4016.0, 4006.0, 4053.0, 4030.0, 4070.0, 4080.0, 4050.0, 4100.0, 4080.0, 4058.0, 4046.0, 4026.0, 4056.0, 4015.0, 4067.0, 4015.0, 4062.0, 3984.0, 4055.0, 3996.0, 4039.0, 4041.0, 3999.0, 4040.0, 4023.0, 4034.0, 4035.0, 4071.0, 4049.0, 4049.0, 4087.0, 4068.0, 4101.0, 4070.0, 4068.0, 4102.0, 4044.0, 4089.0, 4061.0, 4098.0, 4070.0, 4110.0, 4060.0, 4109.0, 4061.0, 4119.0, 4113.0, 4036.0, 4090.0, 4071.0, 4100.0, 4059.0, 4079.0, 4088.0, 4066.0, 4086.0, 4058.0, 4116.0, 4055.0, 4117.0, 4056.0, 4117.0, 4045.0, 4117.0, 4090.0, 4086.0, 4067.0, 4046.0, 4087.0, 4057.0, 4139.0, 4090.0, 4056.0, 4065.0, 4060.0, 4100.0, 4069.0, 4110.0, 4071.0, 4109.0, 4068.0, 4089.0, 4116.0, 4090.0, 4119.0, 4097.0, 4105.0, 4084.0, 4063.0, 4116.0, 4096.0, 4094.0, 4093.0, 4079.0, 4081.0, 4070.0, 4046.0, 4055.0, 4033.0, 3990.0, 4021.0, 4015.0, 4024.0, 4013.0, 4021.0, 3988.0, 4014.0, 4002.0, 4042.0, 4025.0, 4036.0, 4029.0, 4040.0, 4051.0, 4052.0, 4074.0, 4057.0, 4088.0, 4093.0, 4079.0, 4092.0, 4084.0, 4103.0, 4074.0, 4114.0, 4083.0, 4090.0, 4091.0, 4060.0, 4109.0, 4080.0, 4072.0, 4136.0, 4101.0, 4123.0, 4091.0, 4120.0, 4067.0, 4108.0, 4044.0, 4086.0, 4045.0, 4087.0, 4046.0, 4070.0, 4046.0, 4042.0, 4019.0, 4061.0, 4033.0, 4075.0, 4056.0, 4108.0, 4077.0, 4063.0, 4065.0, 4069.0, 4091.0, 4058.0, 4101.0, 4058.0, 4109.0, 4061.0, 4121.0, 4069.0, 4077.0, 4081.0, 4059.0, 4078.0, 4071.0, 4112.0, 4082.0, 4061.0, 4091.0, 4061.0, 4103.0, 4061.0, 4103.0, 4062.0, 4112.0, 4073.0, 4125.0, 4081.0, 4110.0, 4049.0, 4109.0, 4046.0, 4111.0, 4082.0, 4083.0, 4092.0, 4072.0, 4100.0, 4071.0, 4120.0, 4082.0, 4082.0, 4092.0, 4104.0, 4093.0, 4113.0, 4112.0, 4080.0, 4114.0, 4058.0, 4099.0, 4060.0, 4111.0, 4083.0, 4132.0, 4101.0, 4103.0, 4072.0, 4107.0, 4115.0, 4068.0, 4089.0, 4070.0, 4109.0, 4048.0, 4108.0, 4050.0, 4110.0, 4069.0, 4099.0, 4088.0, 4071.0, 4087.0, 4050.0, 4086.0, 4043.0, 4100.0, 4088.0, 4047.0, 4075.0, 4033.0, 4094.0, 4085.0, 4064.0, 4082.0, 4045.0, 4087.0, 4046.0, 4105.0, 4033.0, 4034.0, 4054.0, 4057.0, 4087.0, 4045.0, 4044.0, 4056.0, 4034.0, 4078.0, 4061.0, 4076.0, 4036.0, 4106.0, 4054.0, 4024.0, 4075.0, 4058.0, 4110.0, 4091.0, 4120.0, 4078.0, 4097.0, 4077.0, 4090.0, 4089.0, 4057.0, 4087.0, 4060.0, 4112.0, 4056.0, 4098.0, 4068.0, 4066.0, 4058.0, 4056.0, 4087.0, 4079.0, 4088.0, 4099.0, 4069.0, 4089.0, 4071.0, 4122.0, 4082.0, 4120.0, 4070.0, 4117.0, 4078.0, 4108.0, 4088.0, 4120.0, 4088.0, 4105.0, 4055.0, 4083.0, 4056.0, 4096.0, 4076.0, 4053.0, 4064.0, 4044.0, 4065.0, 4068.0, 4099.0, 4074.0, 4101.0, 4073.0, 4048.0, 4092.0, 4084.0, 4122.0, 4082.0, 4120.0, 4091.0, 4134.0, 4091.0, 4110.0, 4089.0, 4096.0, 4078.0, 4088.0, 4079.0, 4060.0, 4088.0, 4044.0, 4076.0, 4068.0, 4100.0, 4068.0, 4108.0, 4058.0, 4107.0, 4069.0, 4108.0, 4078.0, 4108.0, 4079.0, 4097.0, 4056.0, 4107.0, 4079.0, 4100.0, 4078.0, 4057.0, 4077.0, 4047.0, 4067.0, 4036.0, 4089.0, 4057.0, 4098.0, 4059.0, 4088.0, 4058.0, 4102.0, 4082.0, 4110.0, 4070.0, 4110.0, 4058.0, 4110.0, 4071.0, 4112.0, 4069.0, 4119.0, 4047.0, 4099.0, 4047.0, 4098.0, 4056.0, 4098.0, 4056.0, 4087.0, 4035.0, 4076.0, 4107.0, 4065.0, 4072.0, 4045.0, 4034.0, 4055.0, 4046.0, 4091.0, 4071.0, 4092.0, 4070.0, 4092.0, 4060.0, 4091.0, 4132.0, 4112.0, 4119.0, 4079.0, 4106.0, 4052.0, 4085.0, 4083.0, 4065.0, 4093.0, 4052.0, 4020.0, 4063.0, 4031.0, 4075.0, 4056.0, 4085.0, 4044.0, 4076.0, 4044.0, 4087.0, 4045.0, 4086.0, 4047.0, 4085.0, 4045.0, 4088.0, 4057.0, 4096.0, 4070.0, 4097.0, 4047.0, 4110.0, 4080.0, 4108.0, 4089.0, 4117.0, 4055.0, 4094.0, 4056.0, 4107.0, 4065.0, 4074.0, 4063.0, 4042.0, 4064.0, 4034.0, 4066.0, 4043.0, 4063.0, 4033.0, 4062.0, 4031.0, 4074.0, 4047.0, 4076.0, 4035.0, 4077.0, 4047.0, 4075.0, 4047.0, 4087.0, 4070.0, 4098.0, 4079.0, 4086.0, 4057.0, 4068.0, 4071.0, 4069.0, 4091.0, 4059.0, 4111.0, 4060.0, 4132.0, 4072.0, 4123.0, 4070.0, 4110.0, 4055.0, 4108.0, 4056.0, 4108.0, 4055.0, 4087.0, 4033.0, 4074.0, 4032.0, 4063.0, 4036.0, 4076.0, 4034.0, 4076.0, 4046.0, 4078.0, 4046.0, 4077.0, 4056.0, 4100.0, 4080.0, 4101.0, 4071.0, 4098.0, 4049.0, 4113.0, 4082.0, 4082.0, 4094.0, 4072.0, 4093.0, 4132.0, 4114.0, 4144.0, 4110.0, 4119.0, 4066.0, 4096.0, 4055.0, 4109.0, 4055.0, 4096.0, 4044.0, 4074.0, 4032.0, 4064.0, 4045.0, 4076.0, 4044.0, 4074.0, 4041.0, 4074.0, 4044.0, 4086.0, 4058.0, 4085.0, 4057.0, 4095.0, 4046.0, 4108.0, 4081.0, 4109.0, 4079.0, 4098.0, 4055.0, 4107.0, 4068.0, 4096.0, 4079.0, 4078.0, 4068.0, 4066.0, 4067.0, 4067.0, 4078.0, 4046.0, 4074.0, 4035.0, 4076.0, 4070.0, 4059.0, 4101.0, 4061.0, 4123.0, 4071.0, 4118.0, 4081.0, 4130.0, 4090.0, 4021.0, 4099.0, 4068.0, 4108.0, 4086.0, 4065.0, 4074.0, 4044.0, 4114.0, 4083.0, 4031.0, 4072.0, 4043.0, 4084.0, 4074.0, 4044.0, 4114.0, 4072.0, 4114.0, 4084.0, 4101.0, 4072.0, 4051.0, 4070.0, 4018.0, 4070.0, 4008.0, 4050.0, 4019.0, 4047.0, 4018.0, 4057.0, 4016.0, 4027.0, 4042.0, 4032.0, 4051.0, 4034.0, 4053.0, 4045.0, 4058.0, 4081.0, 4072.0, 4110.0, 4071.0, 4108.0, 4068.0, 4122.0, 4091.0, 4119.0, 4090.0, 4118.0, 4079.0, 4117.0, 4066.0, 4107.0, 4067.0, 4086.0, 4033.0, 4064.0, 4043.0, 4075.0, 4068.0, 4078.0, 4066.0, 4077.0, 4067.0, 4087.0, 4069.0, 4101.0, 4082.0, 4102.0, 4081.0, 4102.0, 4073.0, 4110.0, 4084.0, 4112.0, 4090.0, 4100.0, 4068.0, 4098.0, 4069.0, 4099.0, 4070.0, 4089.0, 4068.0, 4141.0, 4111.0, 4127.0, 4083.0, 4131.0, 4083.0, 4072.0, 4100.0, 4045.0, 4071.0, 4053.0, 4054.0, 4077.0, 4055.0, 4097.0, 4066.0, 4120.0, 4056.0, 4118.0, 4066.0, 4118.0, 4098.0, 4117.0, 4106.0, 4081.0, 4060.0, 4044.0, 4107.0, 4058.0, 4126.0, 4059.0, 4039.0, 4025.0, 4013.0, 4020.0, 4033.0, 4089.0, 4093.0, 4065.0, 4063.0, 4052.0, 4063.0, 4050.0, 4030.0, 4054.0, 4073.0, 4055.0, 4076.0, 4117.0, 4067.0, 4107.0, 4077.0, 4092.0, 4072.0, 4081.0, 4073.0, 4041.0, 4072.0, 4035.0, 4104.0, 4063.0, 4022.0, 4051.0, 4018.0, 4070.0, 4043.0, 4084.0, 4044.0, 4065.0, 4057.0, 4035.0, 4058.0, 4048.0, 4077.0, 4038.0, 4086.0, 4058.0, 4097.0, 4070.0, 4121.0, 4081.0, 4090.0, 4080.0, 4091.0, 4102.0, 4082.0, 4090.0, 4068.0, 4100.0, 4068.0, 4099.0, 4060.0, 4103.0, 4080.0, 4091.0, 4047.0, 4078.0, 4058.0, 4092.0, 4059.0, 4104.0, 4070.0, 4093.0, 4061.0, 4081.0, 4058.0, 4082.0, 4105.0, 4094.0, 4068.0, 4104.0, 4071.0, 4104.0, 4094.0, 4102.0, 4071.0, 4103.0, 4059.0, 4101.0, 4083.0, 4111.0, 4072.0, 4132.0, 4085.0, 4135.0, 4093.0, 4146.0, 4123.0, 4099.0, 4107.0, 4067.0, 4107.0, 4076.0, 4107.0, 4067.0, 4095.0, 4046.0, 4097.0, 4045.0, 4085.0, 4044.0, 4089.0, 4068.0, 4079.0, 4056.0, 4079.0, 4058.0, 4079.0, 4068.0, 4103.0, 4084.0, 4104.0, 4071.0, 4101.0, 4059.0, 4089.0, 4070.0, 4124.0, 4071.0, 4111.0, 4058.0, 4100.0, 4069.0, 4122.0, 4080.0, 4133.0, 4092.0, 4120.0, 4069.0, 4120.0, 4069.0, 4119.0, 4055.0, 4076.0, 4104.0, 4052.0, 4092.0, 4063.0, 4105.0, 4063.0, 4092.0, 4041.0, 4061.0, 4055.0, 4068.0, 4067.0, 4068.0, 4088.0, 4058.0, 4109.0, 4070.0, 4120.0, 4090.0, 4107.0, 4066.0, 4086.0, 4094.0, 4094.0, 4115.0, 4051.0, 4104.0, 4027.0, 4047.0, 4056.0, 4040.0, 4081.0, 4028.0, 4068.0, 4019.0, 4070.0, 4029.0, 4049.0, 4042.0, 4063.0, 4057.0, 4085.0, 4055.0, 4075.0, 4055.0, 4097.0, 4068.0, 4109.0, 4078.0, 4109.0, 4069.0, 4120.0, 4071.0, 4132.0, 4091.0, 4118.0, 4088.0, 4098.0, 4055.0, 4106.0, 4088.0, 4087.0, 4077.0, 4066.0, 4078.0, 4068.0, 4088.0, 4077.0, 4097.0, 4065.0, 4075.0, 4095.0, 4075.0, 4106.0, 4072.0, 4092.0, 4031.0, 4071.0, 4029.0, 4062.0, 4042.0, 4076.0, 4046.0, 4065.0, 4045.0, 4054.0, 4034.0, 4057.0, 4059.0, 4069.0, 4067.0, 4069.0, 4057.0, 4081.0, 4093.0, 4093.0, 4093.0, 4094.0, 4080.0, 4083.0, 4122.0, 4093.0, 4146.0, 4094.0, 4137.0, 4089.0, 4079.0, 4120.0, 4079.0, 4118.0, 4087.0, 4106.0, 4047.0, 4096.0, 4069.0, 4109.0, 4059.0, 4097.0, 4058.0, 4096.0, 4058.0, 4110.0, 4070.0, 4110.0, 4070.0, 4101.0, 4068.0, 4111.0, 4070.0, 4111.0, 4069.0, 4101.0, 4069.0, 4109.0, 4059.0, 4122.0, 4080.0, 4122.0, 4070.0, 4110.0, 4067.0, 4086.0, 4107.0, 4076.0, 4117.0, 4075.0, 4093.0, 4032.0, 4072.0, 4040.0, 4063.0, 4032.0, 4055.0, 4044.0, 4054.0, 4033.0, 4053.0, 4032.0, 4069.0, 4049.0, 4079.0, 4048.0, 4065.0, 4055.0, 4069.0, 4111.0, 4079.0, 4105.0, 4067.0, 4107.0], 'WindowWidth': [9186.0, 9130.0, 9155.0, 9063.0, 9135.0, 9033.0, 9124.0, 9065.0, 9050.0, 9074.0, 9016.0, 9084.0, 9034.0, 9082.0, 9065.0, 9032.0, 9071.0, 9030.0, 9094.0, 9038.0, 9122.0, 9041.0, 9033.0, 9049.0, 9052.0, 9084.0, 9055.0, 9125.0, 9033.0, 9102.0, 9055.0, 9087.0, 9051.0, 9122.0, 9079.0, 9059.0, 9028.0, 9029.0, 9047.0, 9052.0, 9081.0, 9056.0, 9109.0, 9038.0, 9088.0, 9038.0, 9115.0, 9060.0, 9113.0, 9039.0, 9106.0, 9039.0, 9111.0, 9058.0, 9095.0, 9040.0, 9052.0, 9052.0, 9070.0, 9091.0, 9073.0, 9106.0, 9059.0, 9101.0, 9076.0, 9119.0, 9073.0, 9134.0, 9070.0, 9068.0, 9090.0, 9064.0, 9111.0, 9044.0, 9103.0, 9069.0, 9120.0, 9102.0, 9133.0, 9068.0, 9119.0, 9107.0, 9156.0, 9097.0, 9060.0, 9084.0, 9058.0, 9121.0, 9073.0, 9138.0, 9060.0, 9121.0, 9041.0, 9049.0, 9076.0, 9006.0, 9099.0, 8885.0, 8974.0, 9011.0, 9013.0, 9059.0, 8938.0, 8785.0, 8984.0, 8963.0, 8946.0, 9022.0, 8988.0, 9037.0, 9052.0, 9013.0, 9083.0, 9053.0, 9018.0, 9000.0, 8971.0, 9012.0, 8955.0, 9028.0, 8953.0, 9014.0, 8914.0, 9009.0, 8936.0, 8995.0, 9002.0, 8942.0, 8997.0, 8983.0, 9001.0, 9008.0, 9064.0, 9031.0, 9032.0, 9077.0, 9054.0, 9102.0, 9059.0, 9053.0, 9104.0, 9017.0, 9080.0, 9047.0, 9092.0, 9060.0, 9115.0, 9050.0, 9111.0, 9052.0, 9124.0, 9120.0, 9007.0, 9087.0, 9066.0, 9105.0, 9048.0, 9072.0, 9083.0, 9050.0, 9077.0, 9044.0, 9120.0, 9033.0, 9120.0, 9037.0, 9120.0, 9022.0, 9122.0, 9090.0, 9077.0, 9050.0, 9024.0, 9083.0, 9041.0, 9154.0, 9088.0, 9032.0, 9046.0, 9047.0, 9104.0, 9061.0, 9118.0, 9067.0, 9115.0, 9057.0, 9066.0, 9141.0, 9091.0, 9129.0, 9087.0, 9099.0, 9069.0, 9039.0, 9119.0, 9089.0, 9084.0, 9081.0, 9055.0, 9058.0, 9037.0, 9000.0, 9009.0, 8976.0, 8914.0, 8954.0, 8957.0, 8966.0, 8952.0, 8960.0, 8907.0, 8958.0, 8933.0, 8988.0, 8974.0, 8992.0, 8989.0, 9007.0, 9024.0, 9028.0, 9057.0, 9041.0, 9087.0, 9101.0, 9075.0, 9095.0, 9086.0, 9109.0, 9075.0, 9128.0, 9085.0, 9086.0, 9088.0, 9045.0, 9112.0, 9074.0, 9067.0, 9159.0, 9104.0, 9141.0, 9090.0, 9133.0, 9052.0, 9108.0, 9017.0, 9076.0, 9019.0, 9080.0, 9024.0, 9064.0, 9023.0, 9007.0, 8973.0, 9030.0, 9002.0, 9059.0, 9039.0, 9108.0, 9064.0, 9038.0, 9046.0, 9058.0, 9091.0, 9043.0, 9101.0, 9040.0, 9110.0, 9051.0, 9134.0, 9059.0, 9065.0, 9077.0, 9044.0, 9067.0, 9067.0, 9125.0, 9083.0, 9053.0, 9092.0, 9051.0, 9111.0, 9050.0, 9109.0, 9053.0, 9119.0, 9073.0, 9144.0, 9077.0, 9113.0, 9031.0, 9110.0, 9024.0, 9121.0, 9083.0, 9085.0, 9098.0, 9071.0, 9105.0, 9069.0, 9133.0, 9084.0, 9084.0, 9097.0, 9112.0, 9097.0, 9128.0, 9124.0, 9077.0, 9126.0, 9043.0, 9098.0, 9050.0, 9118.0, 9084.0, 9146.0, 9099.0, 9092.0, 9067.0, 9102.0, 9130.0, 9055.0, 9082.0, 9057.0, 9108.0, 9024.0, 9107.0, 9031.0, 9112.0, 9056.0, 9095.0, 9077.0, 9061.0, 9072.0, 9036.0, 9076.0, 9014.0, 9103.0, 9085.0, 9027.0, 9059.0, 8999.0, 9081.0, 9071.0, 9038.0, 9061.0, 9013.0, 9075.0, 9018.0, 9099.0, 8998.0, 9000.0, 9027.0, 9039.0, 9076.0, 9018.0, 9016.0, 9034.0, 9003.0, 9070.0, 9048.0, 9061.0, 9007.0, 9099.0, 9027.0, 8987.0, 9058.0, 9042.0, 9119.0, 9094.0, 9129.0, 9071.0, 9093.0, 9067.0, 9093.0, 9091.0, 9042.0, 9081.0, 9052.0, 9123.0, 9039.0, 9099.0, 9057.0, 9052.0, 9046.0, 9040.0, 9082.0, 9075.0, 9088.0, 9102.0, 9060.0, 9087.0, 9070.0, 9139.0, 9085.0, 9133.0, 9063.0, 9125.0, 9069.0, 9113.0, 9086.0, 9134.0, 9083.0, 9103.0, 9032.0, 9069.0, 9037.0, 9093.0, 9062.0, 9030.0, 9044.0, 9018.0, 9048.0, 9059.0, 9102.0, 9078.0, 9109.0, 9076.0, 9033.0, 9098.0, 9092.0, 9140.0, 9085.0, 9132.0, 9093.0, 9158.0, 9094.0, 9117.0, 9088.0, 9093.0, 9069.0, 9086.0, 9074.0, 9048.0, 9085.0, 9020.0, 9065.0, 9058.0, 9105.0, 9059.0, 9111.0, 9043.0, 9107.0, 9059.0, 9111.0, 9071.0, 9110.0, 9071.0, 9090.0, 9037.0, 9105.0, 9070.0, 9104.0, 9068.0, 9039.0, 9065.0, 9025.0, 9052.0, 9010.0, 9085.0, 9043.0, 9098.0, 9048.0, 9086.0, 9046.0, 9111.0, 9087.0, 9118.0, 9065.0, 9118.0, 9048.0, 9116.0, 9070.0, 9122.0, 9062.0, 9126.0, 9028.0, 9099.0, 9026.0, 9097.0, 9038.0, 9096.0, 9036.0, 9079.0, 9006.0, 9064.0, 9110.0, 9047.0, 9053.0, 9020.0, 9001.0, 9033.0, 9023.0, 9094.0, 9069.0, 9096.0, 9066.0, 9097.0, 9050.0, 9091.0, 9150.0, 9121.0, 9130.0, 9070.0, 9105.0, 9026.0, 9072.0, 9066.0, 9046.0, 9082.0, 9023.0, 8977.0, 9038.0, 8995.0, 9062.0, 9039.0, 9074.0, 9019.0, 9063.0, 9019.0, 9082.0, 9025.0, 9076.0, 9028.0, 9075.0, 9022.0, 9084.0, 9043.0, 9094.0, 9063.0, 9094.0, 9030.0, 9116.0, 9077.0, 9113.0, 9086.0, 9120.0, 9032.0, 9083.0, 9035.0, 9106.0, 9045.0, 9053.0, 9037.0, 9007.0, 9039.0, 9003.0, 9049.0, 9014.0, 9040.0, 8996.0, 9036.0, 8994.0, 9054.0, 9027.0, 9061.0, 9006.0, 9062.0, 9024.0, 9059.0, 9027.0, 9080.0, 9067.0, 9102.0, 9076.0, 9081.0, 9043.0, 9057.0, 9069.0, 9067.0, 9095.0, 9052.0, 9123.0, 9053.0, 9153.0, 9075.0, 9142.0, 9065.0, 9118.0, 9035.0, 9110.0, 9039.0, 9112.0, 9036.0, 9079.0, 9001.0, 9056.0, 8997.0, 9039.0, 9008.0, 9064.0, 9006.0, 9064.0, 9022.0, 9066.0, 9022.0, 9065.0, 9041.0, 9106.0, 9083.0, 9107.0, 9067.0, 9098.0, 9035.0, 9128.0, 9086.0, 9085.0, 9103.0, 9072.0, 9100.0, 9151.0, 9130.0, 9174.0, 9120.0, 9129.0, 9051.0, 9091.0, 9034.0, 9113.0, 9035.0, 9090.0, 9015.0, 9056.0, 8998.0, 9044.0, 9021.0, 9062.0, 9018.0, 9057.0, 9011.0, 9056.0, 9019.0, 9078.0, 9044.0, 9075.0, 9042.0, 9087.0, 9024.0, 9112.0, 9079.0, 9113.0, 9074.0, 9095.0, 9034.0, 9105.0, 9055.0, 9091.0, 9070.0, 9067.0, 9056.0, 9051.0, 9054.0, 9056.0, 9070.0, 9025.0, 9060.0, 9009.0, 9066.0, 9066.0, 9050.0, 9108.0, 9056.0, 9143.0, 9066.0, 9126.0, 9080.0, 9145.0, 9088.0, 8978.0, 9100.0, 9054.0, 9109.0, 9076.0, 9044.0, 9057.0, 9016.0, 9113.0, 9067.0, 8995.0, 9050.0, 9013.0, 9072.0, 9057.0, 9016.0, 9113.0, 9051.0, 9110.0, 9069.0, 9089.0, 9048.0, 9018.0, 9043.0, 8968.0, 9039.0, 8954.0, 9013.0, 8971.0, 9004.0, 8967.0, 9018.0, 8964.0, 8983.0, 9012.0, 9000.0, 9023.0, 9006.0, 9029.0, 9021.0, 9047.0, 9082.0, 9072.0, 9118.0, 9068.0, 9112.0, 9061.0, 9135.0, 9093.0, 9127.0, 9090.0, 9123.0, 9071.0, 9119.0, 9050.0, 9108.0, 9051.0, 9074.0, 8999.0, 9041.0, 9012.0, 9059.0, 9057.0, 9071.0, 9053.0, 9067.0, 9057.0, 9082.0, 9062.0, 9107.0, 9085.0, 9109.0, 9082.0, 9108.0, 9072.0, 9117.0, 9087.0, 9126.0, 9091.0, 9104.0, 9059.0, 9096.0, 9060.0, 9103.0, 9066.0, 9088.0, 9061.0, 9180.0, 9141.0, 9151.0, 9087.0, 9148.0, 9085.0, 9071.0, 9102.0, 9021.0, 9046.0, 9030.0, 9032.0, 9068.0, 9036.0, 9094.0, 9051.0, 9130.0, 9039.0, 9126.0, 9052.0, 9128.0, 9098.0, 9121.0, 9100.0, 9060.0, 9029.0, 9015.0, 9106.0, 9043.0, 9133.0, 9027.0, 8996.0, 8973.0, 8952.0, 8961.0, 8981.0, 9073.0, 9084.0, 9048.0, 9040.0, 9026.0, 9040.0, 9018.0, 8993.0, 9029.0, 9055.0, 9037.0, 9066.0, 9124.0, 9053.0, 9107.0, 9064.0, 9076.0, 9046.0, 9057.0, 9053.0, 9004.0, 9046.0, 9001.0, 9097.0, 9039.0, 8982.0, 9017.0, 8971.0, 9042.0, 9014.0, 9070.0, 9016.0, 9042.0, 9038.0, 9005.0, 9042.0, 9030.0, 9066.0, 9015.0, 9076.0, 9042.0, 9093.0, 9065.0, 9136.0, 9082.0, 9090.0, 9075.0, 9094.0, 9106.0, 9083.0, 9090.0, 9057.0, 9102.0, 9055.0, 9098.0, 9047.0, 9110.0, 9077.0, 9090.0, 9024.0, 9069.0, 9042.0, 9093.0, 9047.0, 9114.0, 9067.0, 9096.0, 9053.0, 9078.0, 9045.0, 9085.0, 9118.0, 9099.0, 9060.0, 9116.0, 9068.0, 9116.0, 9101.0, 9111.0, 9067.0, 9111.0, 9049.0, 9107.0, 9089.0, 9121.0, 9072.0, 9153.0, 9093.0, 9159.0, 9098.0, 9178.0, 9141.0, 9099.0, 9108.0, 9051.0, 9107.0, 9059.0, 9107.0, 9052.0, 9084.0, 9021.0, 9087.0, 9017.0, 9071.0, 9015.0, 9086.0, 9057.0, 9070.0, 9038.0, 9070.0, 9041.0, 9071.0, 9055.0, 9109.0, 9089.0, 9114.0, 9065.0, 9102.0, 9045.0, 9085.0, 9063.0, 9142.0, 9067.0, 9118.0, 9042.0, 9098.0, 9059.0, 9135.0, 9078.0, 9151.0, 9094.0, 9126.0, 9056.0, 9128.0, 9060.0, 9126.0, 9032.0, 9058.0, 9094.0, 9020.0, 9076.0, 9038.0, 9099.0, 9041.0, 9075.0, 9008.0, 9032.0, 9033.0, 9058.0, 9056.0, 9058.0, 9086.0, 9044.0, 9113.0, 9067.0, 9133.0, 9088.0, 9108.0, 9048.0, 9075.0, 9084.0, 9083.0, 9115.0, 9018.0, 9095.0, 8978.0, 9003.0, 9014.0, 8998.0, 9056.0, 8981.0, 9033.0, 8973.0, 9038.0, 8986.0, 9011.0, 9010.0, 9040.0, 9041.0, 9075.0, 9036.0, 9062.0, 9038.0, 9094.0, 9061.0, 9114.0, 9072.0, 9112.0, 9063.0, 9129.0, 9067.0, 9152.0, 9094.0, 9123.0, 9085.0, 9095.0, 9034.0, 9104.0, 9081.0, 9078.0, 9066.0, 9049.0, 9065.0, 9058.0, 9082.0, 9066.0, 9094.0, 9044.0, 9057.0, 9086.0, 9057.0, 9104.0, 9047.0, 9073.0, 8990.0, 9043.0, 8985.0, 9032.0, 9007.0, 9061.0, 9022.0, 9044.0, 9017.0, 9030.0, 9003.0, 9038.0, 9047.0, 9061.0, 9056.0, 9061.0, 9042.0, 9081.0, 9101.0, 9100.0, 9098.0, 9103.0, 9080.0, 9087.0, 9136.0, 9101.0, 9179.0, 9101.0, 9163.0, 9085.0, 9068.0, 9130.0, 9070.0, 9122.0, 9077.0, 9101.0, 9024.0, 9086.0, 9061.0, 9114.0, 9047.0, 9093.0, 9043.0, 9090.0, 9044.0, 9114.0, 9067.0, 9117.0, 9062.0, 9105.0, 9058.0, 9120.0, 9066.0, 9120.0, 9060.0, 9105.0, 9060.0, 9112.0, 9046.0, 9137.0, 9077.0, 9135.0, 9059.0, 9116.0, 9051.0, 9074.0, 9103.0, 9061.0, 9120.0, 9054.0, 9078.0, 8994.0, 9045.0, 9000.0, 9035.0, 8998.0, 9031.0, 9015.0, 9029.0, 8999.0, 9026.0, 8998.0, 9056.0, 9031.0, 9069.0, 9027.0, 9047.0, 9033.0, 9055.0, 9119.0, 9072.0, 9104.0, 9054.0, 9108.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.014971989051094889</td></tr>
<tr><td colspan=3>aqi</td><td>0.062401001642335766</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.032377112356144</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2605724799543383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1596309737260269</td></tr>
<tr><td colspan=3>efc</td><td>0.4572</td></tr>
<tr><td colspan=3>fber</td><td>4954.9277</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.25339909292684104</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>470</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>42.88321167883212</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7376485192010303</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6608328456517105</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9569572022279194</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.59515550972346</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132447</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011145186610519886</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027991412207484245</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5468784865721443</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>28.0588</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8552</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.9707</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309399.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.1215</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2755</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.6211</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3284.8439</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4389.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.2823</td></tr>
<tr><td colspan=3>tsnr</td><td>24.033036909531802</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>