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

616 lines
No EOL
125 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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-02/func/sub-0112_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>3316174cb2f36fa286ec516df53680fe</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:47:58.977500</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.996088, 0.0649093, 0.0599567, -0.0644141, 0.997872, -0.0101578]</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.259</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.0880077</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4232, -7789, -7268, 216, -179, -170, -29, 66]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cfe7997d-e14d-4044-91e5-a5e0ce93d119||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.6724321842193604, -0.17281833291053772, 0.16331878304481506, 115.25556182861328], [-0.17414698004722595, 2.6772165298461914, -0.016891341656446457, -98.87989044189453], [0.16085948050022125, 0.02725275605916977, 2.695003032684326, -76.5939712524414], [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': ['134758.977500', '134759.437500', '134759.897500', '134800.357500', '134800.817500', '134801.277500', '134801.737500', '134802.197500', '134802.657500', '134803.117500', '134803.577500', '134804.037500', '134804.497500', '134804.957500', '134805.417500', '134805.877500', '134806.337500', '134806.797500', '134807.257500', '134807.717500', '134808.177500', '134808.637500', '134809.097500', '134809.557500', '134810.017500', '134810.477500', '134810.937500', '134811.397500', '134811.857500', '134812.317500', '134812.777500', '134813.237500', '134813.697500', '134814.157500', '134814.617500', '134815.077500', '134815.537500', '134815.997500', '134816.457500', '134816.917500', '134817.377500', '134817.837500', '134818.297500', '134818.757500', '134819.217500', '134819.677500', '134820.137500', '134820.597500', '134821.057500', '134821.517500', '134821.977500', '134822.437500', '134822.897500', '134823.357500', '134823.817500', '134824.277500', '134824.737500', '134825.197500', '134825.657500', '134826.117500', '134826.577500', '134827.037500', '134827.497500', '134827.957500', '134828.417500', '134828.877500', '134829.337500', '134829.797500', '134830.257500', '134830.717500', '134831.177500', '134831.637500', '134832.097500', '134832.557500', '134833.017500', '134833.477500', '134833.937500', '134834.397500', '134834.857500', '134835.317500', '134835.777500', '134836.237500', '134836.697500', '134837.157500', '134837.617500', '134838.077500', '134838.537500', '134838.997500', '134839.457500', '134839.917500', '134840.377500', '134840.837500', '134841.297500', '134841.757500', '134842.217500', '134842.677500', '134843.137500', '134843.597500', '134844.057500', '134844.517500', '134844.977500', '134845.437500', '134845.897500', '134846.357500', '134846.817500', '134847.277500', '134847.737500', '134848.197500', '134848.657500', '134849.117500', '134849.577500', '134850.037500', '134850.497500', '134850.957500', '134851.417500', '134851.877500', '134852.337500', '134852.797500', '134853.257500', '134853.717500', '134854.177500', '134854.637500', '134855.097500', '134855.557500', '134856.017500', '134856.477500', '134856.937500', '134857.397500', '134857.857500', '134858.317500', '134858.777500', '134859.237500', '134859.697500', '134900.157500', '134900.617500', '134901.077500', '134901.537500', '134901.997500', '134902.457500', '134902.917500', '134903.377500', '134903.837500', '134904.297500', '134904.757500', '134905.217500', '134905.677500', '134906.137500', '134906.597500', '134907.057500', '134907.517500', '134907.977500', '134908.437500', '134908.897500', '134909.357500', '134909.817500', '134910.277500', '134910.737500', '134911.197500', '134911.657500', '134912.117500', '134912.577500', '134913.037500', '134913.497500', '134913.957500', '134914.417500', '134914.877500', '134915.337500', '134915.797500', '134916.257500', '134916.717500', '134917.177500', '134917.637500', '134918.097500', '134918.557500', '134919.017500', '134919.477500', '134919.937500', '134920.397500', '134920.857500', '134921.317500', '134921.777500', '134922.237500', '134922.697500', '134923.157500', '134923.617500', '134924.077500', '134924.537500', '134924.997500', '134925.457500', '134925.917500', '134926.377500', '134926.837500', '134927.297500', '134927.757500', '134928.217500', '134928.677500', '134929.137500', '134929.597500', '134930.057500', '134930.517500', '134930.977500', '134931.437500', '134931.897500', '134932.357500', '134932.817500', '134933.277500', '134933.737500', '134934.197500', '134934.657500', '134935.117500', '134935.577500', '134936.037500', '134936.497500', '134936.957500', '134937.417500', '134937.877500', '134938.337500', '134938.797500', '134939.257500', '134939.717500', '134940.177500', '134940.637500', '134941.097500', '134941.557500', '134942.017500', '134942.477500', '134942.937500', '134943.397500', '134943.857500', '134944.317500', '134944.777500', '134945.237500', '134945.697500', '134946.157500', '134946.617500', '134947.077500', '134947.537500', '134947.997500', '134948.457500', '134948.917500', '134949.377500', '134949.837500', '134950.297500', '134950.757500', '134951.217500', '134951.677500', '134952.137500', '134952.597500', '134953.057500', '134953.517500', '134953.977500', '134954.437500', '134954.897500', '134955.357500', '134955.817500', '134956.277500', '134956.737500', '134957.197500', '134957.657500', '134958.117500', '134958.577500', '134959.037500', '134959.497500', '134959.957500', '135000.417500', '135000.877500', '135001.337500', '135001.797500', '135002.257500', '135002.717500', '135003.177500', '135003.637500', '135004.097500', '135004.557500', '135005.017500', '135005.477500', '135005.937500', '135006.397500', '135006.857500', '135007.317500', '135007.777500', '135008.237500', '135008.697500', '135009.157500', '135009.617500', '135010.077500', '135010.537500', '135010.997500', '135011.457500', '135011.917500', '135012.377500', '135012.837500', '135013.297500', '135013.757500', '135014.217500', '135014.677500', '135015.137500', '135015.597500', '135016.057500', '135016.517500', '135016.977500', '135017.437500', '135017.897500', '135018.357500', '135018.817500', '135019.277500', '135019.737500', '135020.197500', '135020.657500', '135021.117500', '135021.577500', '135022.037500', '135022.497500', '135022.957500', '135023.417500', '135023.877500', '135024.337500', '135024.797500', '135025.257500', '135025.717500', '135026.177500', '135026.637500', '135027.097500', '135027.557500', '135028.017500', '135028.477500', '135028.937500', '135029.397500', '135029.857500', '135030.317500', '135030.777500', '135031.237500', '135031.697500', '135032.157500', '135032.617500', '135033.077500', '135033.537500', '135033.997500', '135034.457500', '135034.917500', '135035.377500', '135035.837500', '135036.297500', '135036.757500', '135037.217500', '135037.677500', '135038.137500', '135038.597500', '135039.057500', '135039.517500', '135039.977500', '135040.437500', '135040.897500', '135041.357500', '135041.817500', '135042.277500', '135042.737500', '135043.197500', '135043.657500', '135044.117500', '135044.577500', '135045.037500', '135045.497500', '135045.957500', '135046.417500', '135046.877500', '135047.337500', '135047.797500', '135048.257500', '135048.717500', '135049.177500', '135049.637500', '135050.097500', '135050.557500', '135051.017500', '135051.477500', '135051.937500', '135052.397500', '135052.857500', '135053.317500', '135053.777500', '135054.237500', '135054.697500', '135055.157500', '135055.617500', '135056.077500', '135056.537500', '135056.997500', '135057.457500', '135057.917500', '135058.377500', '135058.837500', '135059.297500', '135059.757500', '135100.217500', '135100.677500', '135101.137500', '135101.597500', '135102.057500', '135102.517500', '135102.977500', '135103.437500', '135103.897500', '135104.357500', '135104.817500', '135105.277500', '135105.737500', '135106.197500', '135106.657500', '135107.117500', '135107.577500', '135108.037500', '135108.497500', '135108.957500', '135109.417500', '135109.877500', '135110.337500', '135110.797500', '135111.257500', '135111.717500', '135112.177500', '135112.637500', '135113.097500', '135113.557500', '135114.017500', '135114.477500', '135114.937500', '135115.397500', '135115.857500', '135116.317500', '135116.777500', '135117.237500', '135117.697500', '135118.157500', '135118.617500', '135119.077500', '135119.537500', '135119.997500', '135120.457500', '135120.917500', '135121.377500', '135121.837500', '135122.297500', '135122.757500', '135123.217500', '135123.677500', '135124.137500', '135124.597500', '135125.057500', '135125.517500', '135125.977500', '135126.437500', '135126.897500', '135127.357500', '135127.817500', '135128.277500', '135128.737500', '135129.197500', '135129.657500', '135130.117500', '135130.577500', '135131.037500', '135131.497500', '135131.957500', '135132.417500', '135132.877500', '135133.337500', '135133.797500', '135134.257500', '135134.717500', '135135.177500', '135135.637500', '135136.097500', '135136.557500', '135137.017500', '135137.477500', '135137.937500', '135138.397500', '135138.857500', '135139.317500', '135139.777500', '135140.237500', '135140.697500', '135141.157500', '135141.617500', '135142.077500', '135142.537500', '135142.997500', '135143.457500', '135143.917500', '135144.377500', '135144.837500', '135145.297500', '135145.757500', '135146.217500', '135146.677500', '135147.137500', '135147.597500', '135148.057500', '135148.517500', '135148.977500', '135149.437500', '135149.897500', '135150.357500', '135150.817500', '135151.277500', '135151.737500', '135152.197500', '135152.657500', '135153.117500', '135153.577500', '135154.037500', '135154.497500', '135154.957500', '135155.417500', '135155.877500', '135156.337500', '135156.797500', '135157.257500', '135157.717500', '135158.177500', '135158.637500', '135159.097500', '135159.557500', '135200.017500', '135200.477500', '135200.937500', '135201.397500', '135201.857500', '135202.317500', '135202.777500', '135203.237500', '135203.697500', '135204.157500', '135204.617500', '135205.077500', '135205.537500', '135205.997500', '135206.457500', '135206.917500', '135207.377500', '135207.837500', '135208.297500', '135208.757500', '135209.217500', '135209.677500', '135210.137500', '135210.597500', '135211.057500', '135211.517500', '135211.977500', '135212.437500', '135212.897500', '135213.357500', '135213.817500', '135214.277500', '135214.737500', '135215.197500', '135215.657500', '135216.117500', '135216.577500', '135217.037500', '135217.497500', '135217.957500', '135218.417500', '135218.877500', '135219.337500', '135219.797500', '135220.257500', '135220.717500', '135221.177500', '135221.637500', '135222.097500', '135222.557500', '135223.017500', '135223.477500', '135223.937500', '135224.397500', '135224.857500', '135225.317500', '135225.777500', '135226.237500', '135226.697500', '135227.157500', '135227.617500', '135228.077500', '135228.537500', '135228.997500', '135229.457500', '135229.917500', '135230.377500', '135230.837500', '135231.297500', '135231.757500', '135232.217500', '135232.677500', '135233.137500', '135233.597500', '135234.057500', '135234.517500', '135234.977500', '135235.437500', '135235.897500', '135236.357500', '135236.817500', '135237.277500', '135237.737500', '135238.197500', '135238.657500', '135239.117500', '135239.577500', '135240.037500', '135240.497500', '135240.957500', '135241.417500', '135241.877500', '135242.337500', '135242.797500', '135243.257500', '135243.717500', '135244.177500', '135244.637500', '135245.097500', '135245.557500', '135246.017500', '135246.477500', '135246.937500', '135247.397500', '135247.857500', '135248.317500', '135248.777500', '135249.237500', '135249.697500', '135250.157500', '135250.617500', '135251.077500', '135251.537500', '135251.997500', '135252.457500', '135252.917500', '135253.377500', '135253.837500', '135254.297500', '135254.757500', '135255.217500', '135255.677500', '135256.137500', '135256.597500', '135257.057500', '135257.517500', '135257.977500', '135258.437500', '135258.897500', '135259.357500', '135259.817500', '135300.277500', '135300.737500', '135301.197500', '135301.657500', '135302.117500', '135302.577500', '135303.037500', '135303.497500', '135303.957500', '135304.417500', '135304.877500', '135305.337500', '135305.797500', '135306.257500', '135306.717500', '135307.177500', '135307.637500', '135308.097500', '135308.557500', '135309.017500', '135309.477500', '135309.937500', '135310.397500', '135310.857500', '135311.317500', '135311.777500', '135312.237500', '135312.697500', '135313.157500', '135313.617500', '135314.077500', '135314.537500', '135314.997500', '135315.457500', '135315.917500', '135316.377500', '135316.837500', '135317.297500', '135317.757500', '135318.217500', '135318.677500', '135319.137500', '135319.597500', '135320.057500', '135320.517500', '135320.977500', '135321.437500', '135321.897500', '135322.357500', '135322.817500', '135323.277500', '135323.737500', '135324.197500', '135324.657500', '135325.117500', '135325.577500', '135326.037500', '135326.497500', '135326.957500', '135327.417500', '135327.877500', '135328.337500', '135328.797500', '135329.257500', '135329.717500', '135330.177500', '135330.637500', '135331.097500', '135331.557500', '135332.017500', '135332.477500', '135332.937500', '135333.397500', '135333.857500', '135334.317500', '135334.777500', '135335.237500', '135335.697500', '135336.157500', '135336.617500', '135337.077500', '135337.537500', '135337.997500', '135338.457500', '135338.917500', '135339.377500', '135339.837500', '135340.297500', '135340.757500', '135341.217500', '135341.677500', '135342.137500', '135342.597500', '135343.057500', '135343.517500', '135343.977500', '135344.437500', '135344.897500', '135345.357500', '135345.817500', '135346.277500', '135346.737500', '135347.197500', '135347.657500', '135348.117500', '135348.577500', '135349.037500', '135349.497500', '135349.957500', '135350.417500', '135350.877500', '135351.337500', '135351.797500', '135352.257500', '135352.717500', '135353.177500', '135353.637500', '135354.097500', '135354.557500', '135355.017500', '135355.477500', '135355.937500', '135356.397500', '135356.857500', '135357.317500', '135357.777500', '135358.237500', '135358.697500', '135359.157500', '135359.617500', '135400.077500', '135400.537500', '135400.997500', '135401.457500', '135401.917500', '135402.377500', '135402.837500', '135403.297500', '135403.757500', '135404.217500', '135404.677500', '135405.137500', '135405.597500', '135406.057500', '135406.517500', '135406.977500', '135407.437500', '135407.897500', '135408.357500', '135408.817500', '135409.277500', '135409.737500', '135410.197500', '135410.657500', '135411.117500', '135411.577500', '135412.037500', '135412.497500', '135412.957500', '135413.417500', '135413.877500', '135414.337500', '135414.797500', '135415.257500', '135415.717500', '135416.177500', '135416.637500', '135417.097500', '135417.557500', '135418.017500', '135418.477500', '135418.937500', '135419.397500', '135419.857500', '135420.317500', '135420.777500', '135421.237500', '135421.697500', '135422.157500', '135422.617500', '135423.077500', '135423.537500', '135423.997500', '135424.457500', '135424.917500', '135425.377500', '135425.837500', '135426.297500', '135426.757500', '135427.217500', '135427.677500', '135428.137500', '135428.597500', '135429.057500', '135429.517500', '135429.977500', '135430.437500', '135430.897500', '135431.357500', '135431.817500', '135432.277500', '135432.737500', '135433.197500', '135433.657500', '135434.117500', '135434.577500', '135435.037500', '135435.497500', '135435.957500', '135436.417500', '135436.877500', '135437.337500', '135437.797500', '135438.257500', '135438.717500', '135439.177500', '135439.637500', '135440.097500', '135440.557500', '135441.017500', '135441.477500', '135441.937500', '135442.397500', '135442.857500', '135443.317500', '135443.777500', '135444.237500', '135444.697500', '135445.157500', '135445.617500', '135446.077500', '135446.537500', '135446.997500', '135447.457500', '135447.917500', '135448.377500', '135448.837500', '135449.297500', '135449.757500', '135450.217500', '135450.677500', '135451.137500', '135451.597500', '135452.057500', '135452.517500', '135452.977500', '135453.437500', '135453.897500', '135454.357500', '135454.817500', '135455.277500', '135455.737500', '135456.197500', '135456.657500', '135457.117500', '135457.577500', '135458.037500', '135458.497500', '135458.957500', '135459.417500', '135459.877500', '135500.337500', '135500.797500', '135501.257500', '135501.717500', '135502.177500', '135502.637500', '135503.097500', '135503.557500', '135504.017500', '135504.477500', '135504.937500', '135505.397500', '135505.857500', '135506.317500', '135506.777500', '135507.237500', '135507.697500', '135508.157500', '135508.617500', '135509.077500', '135509.537500', '135509.997500', '135510.457500', '135510.917500', '135511.377500', '135511.837500', '135512.297500', '135512.757500', '135513.217500', '135513.677500', '135514.137500', '135514.597500', '135515.057500', '135515.517500', '135515.977500', '135516.437500', '135516.897500', '135517.357500', '135517.817500', '135518.277500', '135518.737500', '135519.197500', '135519.657500', '135520.117500', '135520.577500', '135521.037500', '135521.497500', '135521.957500', '135522.417500', '135522.877500', '135523.337500', '135523.797500', '135524.257500', '135524.717500', '135525.177500', '135525.637500', '135526.097500', '135526.557500', '135527.017500', '135527.477500', '135527.937500', '135528.397500', '135528.857500', '135529.317500', '135529.777500', '135530.237500', '135530.697500', '135531.157500', '135531.617500', '135532.077500', '135532.537500', '135532.997500', '135533.457500', '135533.917500', '135534.377500', '135534.837500', '135535.297500', '135535.757500', '135536.217500', '135536.677500', '135537.137500', '135537.597500', '135538.057500', '135538.517500', '135538.977500', '135539.437500', '135539.897500', '135540.357500', '135540.817500', '135541.277500', '135541.737500', '135542.197500', '135542.657500', '135543.117500', '135543.577500', '135544.037500', '135544.497500', '135544.957500', '135545.417500', '135545.877500', '135546.337500', '135546.797500', '135547.257500', '135547.717500', '135548.177500', '135548.637500', '135549.097500', '135549.557500', '135550.017500', '135550.477500', '135550.937500', '135551.397500', '135551.857500', '135552.317500', '135552.777500', '135553.237500', '135553.697500', '135554.157500', '135554.617500', '135555.077500', '135555.537500', '135555.997500', '135556.457500', '135556.917500', '135557.377500', '135557.837500', '135558.297500', '135558.757500', '135559.217500', '135559.677500', '135600.137500', '135600.597500', '135601.057500', '135601.517500', '135601.977500', '135602.437500', '135602.897500', '135603.357500', '135603.817500', '135604.277500', '135604.737500', '135605.197500', '135605.657500', '135606.117500', '135606.577500', '135607.037500', '135607.497500', '135607.957500', '135608.417500', '135608.877500', '135609.337500', '135609.797500', '135610.257500', '135610.717500', '135611.177500', '135611.637500', '135612.097500', '135612.557500', '135613.017500', '135613.477500', '135613.937500', '135614.397500', '135614.857500', '135615.317500', '135615.777500', '135616.237500', '135616.697500', '135617.157500', '135617.617500', '135618.077500', '135618.537500', '135618.997500', '135619.457500', '135619.917500', '135620.377500', '135620.837500', '135621.297500', '135621.757500', '135622.217500', '135622.677500', '135623.137500', '135623.597500'], 'ContentTime': ['134822.913000', '134822.917000', '134822.919000', '134822.922000', '134822.925000', '134822.927000', '134822.930000', '134822.933000', '134822.935000', '134822.938000', '134822.941000', '134822.943000', '134822.946000', '134822.949000', '134822.951000', '134822.954000', '134822.956000', '134822.959000', '134822.962000', '134822.964000', '134822.967000', '134822.969000', '134822.972000', '134822.974000', '134822.977000', '134822.980000', '134822.982000', '134822.985000', '134822.988000', '134822.990000', '134822.993000', '134822.996000', '134822.998000', '134823.002000', '134823.004000', '134823.018000', '134823.021000', '134823.023000', '134823.026000', '134823.029000', '134823.032000', '134823.034000', '134823.037000', '134823.039000', '134823.042000', '134823.045000', '134823.047000', '134823.050000', '134823.052000', '134823.055000', '134842.880000', '134842.888000', '134842.891000', '134842.894000', '134842.896000', '134842.899000', '134842.901000', '134842.904000', '134842.907000', '134842.909000', '134842.912000', '134842.914000', '134842.917000', '134842.919000', '134842.922000', '134842.925000', '134842.927000', '134842.930000', '134842.932000', '134842.935000', '134842.937000', '134842.940000', '134842.943000', '134842.945000', '134842.948000', '134842.950000', '134842.953000', '134842.955000', '134842.958000', '134842.964000', '134842.967000', '134842.969000', '134842.972000', '134842.975000', '134842.983000', '134842.986000', '134842.988000', '134842.991000', '134842.993000', '134842.996000', '134842.998000', '134843.002000', '134843.005000', '134843.007000', '134902.880000', '134902.882000', '134902.885000', '134902.887000', '134902.905000', '134902.908000', '134902.910000', '134902.913000', '134902.915000', '134902.918000', '134902.920000', '134902.923000', '134902.925000', '134902.928000', '134902.931000', '134902.933000', '134902.936000', '134902.938000', '134902.941000', '134902.943000', '134902.953000', '134902.956000', '134902.959000', '134902.962000', '134902.965000', '134902.968000', '134902.970000', '134902.973000', '134902.976000', '134902.978000', '134902.981000', '134902.983000', '134902.986000', '134902.988000', '134902.991000', '134902.993000', '134902.996000', '134903.000000', '134903.002000', '134903.005000', '134903.007000', '134903.010000', '134903.013000', '134922.879000', '134922.882000', '134922.885000', '134922.887000', '134922.890000', '134922.893000', '134922.895000', '134922.898000', '134922.900000', '134922.903000', '134922.905000', '134922.913000', '134922.916000', '134922.918000', '134922.921000', '134922.923000', '134922.926000', '134922.929000', '134922.931000', '134922.934000', '134922.936000', '134922.939000', '134922.942000', '134922.944000', '134922.947000', '134922.949000', '134922.952000', '134922.954000', '134922.957000', '134922.959000', '134922.962000', '134922.965000', '134922.967000', '134922.970000', '134922.972000', '134922.975000', '134922.978000', '134922.980000', '134922.983000', '134922.985000', '134922.988000', '134922.991000', '134922.993000', '134922.996000', '134942.879000', '134942.882000', '134942.885000', '134942.888000', '134942.890000', '134942.893000', '134942.895000', '134942.898000', '134942.900000', '134942.903000', '134942.906000', '134942.908000', '134942.911000', '134942.913000', '134942.916000', '134942.919000', '134942.921000', '134942.924000', '134942.926000', '134942.929000', '134942.943000', '134942.946000', '134942.949000', '134942.951000', '134942.954000', '134942.956000', '134942.959000', '134942.961000', '134942.964000', '134942.967000', '134942.969000', '134942.972000', '134942.975000', '134942.977000', '134942.980000', '134942.982000', '134942.985000', '134942.987000', '134942.990000', '134942.993000', '134942.995000', '134942.998000', '134943.001000', '135002.880000', '135002.883000', '135002.886000', '135002.889000', '135002.891000', '135002.894000', '135002.896000', '135002.899000', '135002.901000', '135002.904000', '135002.907000', '135002.909000', '135002.912000', '135002.914000', '135002.917000', '135002.919000', '135002.922000', '135002.925000', '135002.927000', '135002.930000', '135002.932000', '135002.935000', '135002.937000', '135002.940000', '135002.942000', '135002.945000', '135002.948000', '135002.950000', '135002.953000', '135002.955000', '135002.958000', '135002.968000', '135002.971000', '135002.973000', '135002.976000', '135002.979000', '135002.981000', '135002.984000', '135002.986000', '135002.989000', '135002.991000', '135002.994000', '135002.997000', '135003.000000', '135022.880000', '135022.883000', '135022.886000', '135022.889000', '135022.891000', '135022.894000', '135022.896000', '135022.899000', '135022.901000', '135022.904000', '135022.907000', '135022.909000', '135022.912000', '135022.914000', '135022.917000', '135022.920000', '135022.922000', '135022.925000', '135022.927000', '135022.930000', '135022.933000', '135022.935000', '135022.938000', '135022.940000', '135022.943000', '135022.945000', '135022.948000', '135022.950000', '135022.953000', '135022.956000', '135022.958000', '135022.962000', '135022.965000', '135022.968000', '135022.970000', '135022.973000', '135022.976000', '135022.978000', '135022.981000', '135022.983000', '135022.986000', '135022.988000', '135022.991000', '135042.891000', '135042.894000', '135042.897000', '135042.899000', '135042.902000', '135042.909000', '135042.911000', '135042.914000', '135042.916000', '135042.919000', '135042.922000', '135042.924000', '135042.927000', '135042.929000', '135042.932000', '135042.935000', '135042.937000', '135042.940000', '135042.942000', '135042.945000', '135042.947000', '135042.950000', '135042.953000', '135042.955000', '135042.958000', '135042.960000', '135042.963000', '135042.965000', '135042.968000', '135042.971000', '135042.973000', '135042.976000', '135042.979000', '135042.981000', '135042.984000', '135042.986000', '135042.989000', '135042.991000', '135042.994000', '135042.996000', '135043.000000', '135043.003000', '135043.005000', '135043.008000', '135102.879000', '135102.882000', '135102.885000', '135102.888000', '135102.890000', '135102.893000', '135102.895000', '135102.898000', '135102.900000', '135102.903000', '135102.906000', '135102.908000', '135102.911000', '135102.914000', '135102.916000', '135102.919000', '135102.921000', '135102.924000', '135102.927000', '135102.929000', '135102.932000', '135102.934000', '135102.937000', '135102.940000', '135102.942000', '135102.945000', '135102.947000', '135102.950000', '135102.953000', '135102.955000', '135102.958000', '135102.960000', '135102.963000', '135102.966000', '135102.968000', '135102.979000', '135102.982000', '135102.985000', '135102.988000', '135102.990000', '135102.993000', '135102.996000', '135102.998000', '135122.879000', '135122.882000', '135122.885000', '135122.887000', '135122.890000', '135122.893000', '135122.895000', '135122.898000', '135122.900000', '135122.903000', '135122.906000', '135122.908000', '135122.911000', '135122.913000', '135122.916000', '135122.919000', '135122.921000', '135122.924000', '135122.926000', '135122.929000', '135122.931000', '135122.934000', '135122.937000', '135122.939000', '135122.942000', '135122.944000', '135122.947000', '135122.950000', '135122.952000', '135122.955000', '135122.957000', '135122.960000', '135122.985000', '135122.988000', '135122.991000', '135122.993000', '135122.996000', '135122.998000', '135123.002000', '135123.004000', '135123.007000', '135123.010000', '135123.012000', '135123.015000', '135142.879000', '135142.882000', '135142.885000', '135142.888000', '135142.890000', '135142.893000', '135142.895000', '135142.898000', '135142.900000', '135142.903000', '135142.906000', '135142.908000', '135142.911000', '135142.914000', '135142.916000', '135142.919000', '135142.921000', '135142.924000', '135142.926000', '135142.929000', '135142.932000', '135142.934000', '135142.937000', '135142.939000', '135142.942000', '135142.945000', '135142.947000', '135142.950000', '135142.953000', '135142.955000', '135142.958000', '135142.960000', '135142.963000', '135142.966000', '135142.968000', '135142.971000', '135142.973000', '135142.976000', '135142.978000', '135142.981000', '135142.984000', '135142.986000', '135142.989000', '135202.879000', '135202.882000', '135202.885000', '135202.887000', '135202.890000', '135202.893000', '135202.895000', '135202.898000', '135202.900000', '135202.903000', '135202.906000', '135202.908000', '135202.911000', '135202.914000', '135202.916000', '135202.919000', '135202.921000', '135202.924000', '135202.927000', '135202.929000', '135202.932000', '135202.934000', '135202.955000', '135202.958000', '135202.960000', '135202.975000', '135202.977000', '135202.980000', '135202.982000', '135202.985000', '135202.988000', '135202.990000', '135202.993000', '135202.995000', '135202.998000', '135203.001000', '135203.004000', '135203.007000', '135203.009000', '135203.012000', '135203.015000', '135203.017000', '135203.029000', '135203.031000', '135222.881000', '135222.883000', '135222.886000', '135222.889000', '135222.891000', '135222.894000', '135222.896000', '135222.899000', '135222.901000', '135222.904000', '135222.907000', '135222.909000', '135222.912000', '135222.915000', '135222.917000', '135222.920000', '135222.922000', '135222.925000', '135222.928000', '135222.930000', '135222.933000', '135222.935000', '135222.938000', '135222.941000', '135222.943000', '135222.946000', '135222.948000', '135222.951000', '135222.953000', '135222.956000', '135222.959000', '135222.961000', '135222.964000', '135222.966000', '135222.969000', '135222.971000', '135222.974000', '135222.977000', '135222.979000', '135222.982000', '135222.984000', '135222.987000', '135222.990000', '135242.881000', '135242.883000', '135242.886000', '135242.889000', '135242.891000', '135242.894000', '135242.897000', '135242.899000', '135242.902000', '135242.905000', '135242.907000', '135242.910000', '135242.924000', '135242.927000', '135242.929000', '135242.932000', '135242.935000', '135242.937000', '135242.940000', '135242.942000', '135242.945000', '135242.947000', '135242.950000', '135242.954000', '135242.956000', '135242.959000', '135242.962000', '135242.965000', '135242.967000', '135242.970000', '135242.972000', '135242.975000', '135242.977000', '135242.980000', '135242.983000', '135242.985000', '135242.988000', '135242.990000', '135242.993000', '135242.995000', '135242.998000', '135243.002000', '135243.004000', '135302.880000', '135302.882000', '135302.885000', '135302.888000', '135302.890000', '135302.893000', '135302.895000', '135302.898000', '135302.901000', '135302.903000', '135302.906000', '135302.909000', '135302.911000', '135302.914000', '135302.916000', '135302.919000', '135302.921000', '135302.924000', '135302.927000', '135302.929000', '135302.932000', '135302.934000', '135302.937000', '135302.940000', '135302.942000', '135302.945000', '135302.947000', '135302.950000', '135302.953000', '135302.955000', '135302.958000', '135302.960000', '135302.963000', '135302.965000', '135302.968000', '135302.970000', '135302.973000', '135302.976000', '135302.978000', '135302.981000', '135302.983000', '135302.986000', '135302.989000', '135302.991000', '135322.880000', '135322.882000', '135322.885000', '135322.888000', '135322.891000', '135322.893000', '135322.896000', '135322.898000', '135322.901000', '135322.904000', '135322.906000', '135322.909000', '135322.911000', '135322.914000', '135322.917000', '135322.919000', '135322.922000', '135322.925000', '135322.927000', '135322.930000', '135322.932000', '135322.935000', '135322.938000', '135322.940000', '135322.943000', '135322.945000', '135322.948000', '135322.951000', '135322.953000', '135322.956000', '135322.965000', '135322.968000', '135322.971000', '135322.973000', '135322.976000', '135322.979000', '135322.981000', '135322.984000', '135322.987000', '135322.989000', '135322.992000', '135322.994000', '135322.997000', '135323.001000', '135342.880000', '135342.883000', '135342.885000', '135342.888000', '135342.891000', '135342.893000', '135342.896000', '135342.898000', '135342.901000', '135342.903000', '135342.906000', '135342.909000', '135342.911000', '135342.914000', '135342.917000', '135342.919000', '135342.922000', '135342.924000', '135342.927000', '135342.930000', '135342.932000', '135342.935000', '135342.938000', '135342.940000', '135342.943000', '135342.945000', '135342.948000', '135342.950000', '135342.953000', '135342.956000', '135342.958000', '135342.961000', '135342.963000', '135342.966000', '135342.969000', '135342.971000', '135342.974000', '135342.976000', '135342.979000', '135342.981000', '135342.984000', '135342.987000', '135342.989000', '135402.882000', '135402.885000', '135402.888000', '135402.890000', '135402.893000', '135402.896000', '135402.898000', '135402.901000', '135402.903000', '135402.906000', '135402.909000', '135402.911000', '135402.914000', '135402.916000', '135402.919000', '135402.926000', '135402.929000', '135402.932000', '135402.934000', '135402.937000', '135402.940000', '135402.942000', '135402.945000', '135402.948000', '135402.950000', '135402.953000', '135402.955000', '135402.958000', '135402.960000', '135402.963000', '135402.966000', '135402.968000', '135402.971000', '135402.973000', '135402.976000', '135402.979000', '135402.981000', '135402.984000', '135402.987000', '135402.989000', '135402.992000', '135402.996000', '135402.998000', '135422.880000', '135422.883000', '135422.885000', '135422.888000', '135422.890000', '135422.893000', '135422.896000', '135422.898000', '135422.901000', '135422.903000', '135422.906000', '135422.909000', '135422.911000', '135422.914000', '135422.916000', '135422.919000', '135422.922000', '135422.924000', '135422.927000', '135422.929000', '135422.932000', '135422.935000', '135422.937000', '135422.940000', '135422.942000', '135422.945000', '135422.948000', '135422.950000', '135422.953000', '135422.955000', '135422.958000', '135422.960000', '135422.963000', '135422.966000', '135422.968000', '135422.971000', '135422.973000', '135422.976000', '135422.979000', '135422.981000', '135422.984000', '135422.986000', '135422.989000', '135422.992000', '135442.880000', '135442.883000', '135442.886000', '135442.888000', '135442.891000', '135442.894000', '135442.896000', '135442.899000', '135442.901000', '135442.904000', '135442.907000', '135442.909000', '135442.912000', '135442.914000', '135442.917000', '135442.920000', '135442.922000', '135442.925000', '135442.927000', '135442.930000', '135442.933000', '135442.935000', '135442.938000', '135442.940000', '135442.943000', '135442.945000', '135442.948000', '135442.951000', '135442.953000', '135442.956000', '135442.958000', '135442.961000', '135442.964000', '135442.966000', '135442.969000', '135442.971000', '135442.974000', '135442.977000', '135442.979000', '135442.982000', '135442.984000', '135442.987000', '135442.990000', '135442.993000', '135502.881000', '135502.884000', '135502.897000', '135502.899000', '135502.902000', '135502.905000', '135502.907000', '135502.910000', '135502.912000', '135502.915000', '135502.917000', '135502.920000', '135502.923000', '135502.925000', '135502.928000', '135502.930000', '135502.940000', '135502.943000', '135502.945000', '135502.948000', '135502.951000', '135502.953000', '135502.956000', '135502.958000', '135502.961000', '135502.964000', '135502.966000', '135502.969000', '135502.971000', '135502.974000', '135502.977000', '135502.979000', '135502.982000', '135502.984000', '135502.987000', '135502.990000', '135503.001000', '135503.003000', '135503.006000', '135503.009000', '135503.011000', '135503.014000', '135503.017000', '135522.879000', '135522.882000', '135522.885000', '135522.888000', '135522.890000', '135522.893000', '135522.895000', '135522.898000', '135522.900000', '135522.904000', '135522.907000', '135522.910000', '135522.913000', '135522.915000', '135522.919000', '135522.922000', '135522.925000', '135522.928000', '135522.930000', '135522.933000', '135522.935000', '135522.938000', '135522.941000', '135522.943000', '135522.946000', '135522.948000', '135522.951000', '135522.953000', '135522.956000', '135522.959000', '135522.961000', '135522.964000', '135522.966000', '135522.969000', '135522.972000', '135522.974000', '135522.977000', '135522.979000', '135522.982000', '135522.985000', '135522.987000', '135522.990000', '135522.992000', '135542.879000', '135542.882000', '135542.885000', '135542.888000', '135542.890000', '135542.893000', '135542.896000', '135542.898000', '135542.901000', '135542.903000', '135542.922000', '135542.924000', '135542.927000', '135542.930000', '135542.932000', '135542.935000', '135542.938000', '135542.940000', '135542.943000', '135542.945000', '135542.948000', '135542.951000', '135542.953000', '135542.956000', '135542.958000', '135542.961000', '135542.963000', '135542.966000', '135542.969000', '135542.971000', '135542.974000', '135542.977000', '135542.979000', '135542.982000', '135542.984000', '135542.987000', '135542.989000', '135542.992000', '135542.995000', '135542.997000', '135543.001000', '135543.004000', '135543.006000', '135543.009000', '135602.880000', '135602.883000', '135602.885000', '135602.888000', '135602.890000', '135602.893000', '135602.896000', '135602.898000', '135602.901000', '135602.904000', '135602.907000', '135602.909000', '135602.912000', '135602.914000', '135602.917000', '135602.920000', '135602.922000', '135602.925000', '135602.928000', '135602.930000', '135602.933000', '135602.935000', '135602.938000', '135602.941000', '135602.943000', '135602.946000', '135602.948000', '135602.951000', '135602.953000', '135602.956000', '135602.959000', '135602.961000', '135602.964000', '135602.966000', '135602.969000', '135602.971000', '135602.974000', '135602.977000', '135602.979000', '135602.982000', '135602.984000', '135602.987000', '135602.990000', '135622.895000', '135622.898000', '135622.900000', '135622.903000', '135622.906000', '135622.908000', '135622.911000', '135622.914000', '135622.916000', '135622.919000', '135622.921000', '135622.924000', '135622.927000', '135622.929000', '135622.932000', '135622.935000', '135622.937000', '135622.940000', '135622.942000', '135622.945000', '135622.947000', '135622.950000', '135622.953000', '135622.955000', '135622.958000', '135622.960000', '135622.963000', '135622.965000', '135622.968000', '135622.971000', '135622.973000', '135622.976000', '135622.978000', '135622.981000', '135622.984000', '135622.986000', '135622.989000', '135622.991000', '135622.994000', '135622.997000', '135623.000000', '135623.003000', '135623.005000', '135623.008000', '135624.532000', '135624.535000', '135624.538000', '135624.541000'], 'InstanceCreationTime': ['134822.913000', '134822.917000', '134822.919000', '134822.922000', '134822.925000', '134822.927000', '134822.930000', '134822.933000', '134822.935000', '134822.938000', '134822.941000', '134822.943000', '134822.946000', '134822.949000', '134822.951000', '134822.954000', '134822.956000', '134822.959000', '134822.962000', '134822.964000', '134822.967000', '134822.969000', '134822.972000', '134822.974000', '134822.977000', '134822.980000', '134822.982000', '134822.985000', '134822.988000', '134822.990000', '134822.993000', '134822.996000', '134822.998000', '134823.002000', '134823.004000', '134823.018000', '134823.021000', '134823.023000', '134823.026000', '134823.029000', '134823.032000', '134823.034000', '134823.037000', '134823.039000', '134823.042000', '134823.045000', '134823.047000', '134823.050000', '134823.052000', '134823.055000', '134842.880000', '134842.888000', '134842.891000', '134842.894000', '134842.896000', '134842.899000', '134842.901000', '134842.904000', '134842.907000', '134842.909000', '134842.912000', '134842.914000', '134842.917000', '134842.919000', '134842.922000', '134842.925000', '134842.927000', '134842.930000', '134842.932000', '134842.935000', '134842.937000', '134842.940000', '134842.943000', '134842.945000', '134842.948000', '134842.950000', '134842.953000', '134842.955000', '134842.958000', '134842.964000', '134842.967000', '134842.969000', '134842.972000', '134842.975000', '134842.983000', '134842.986000', '134842.988000', '134842.991000', '134842.993000', '134842.996000', '134842.998000', '134843.002000', '134843.005000', '134843.007000', '134902.880000', '134902.882000', '134902.885000', '134902.887000', '134902.905000', '134902.908000', '134902.910000', '134902.913000', '134902.915000', '134902.918000', '134902.920000', '134902.923000', '134902.925000', '134902.928000', '134902.931000', '134902.933000', '134902.936000', '134902.938000', '134902.941000', '134902.943000', '134902.953000', '134902.956000', '134902.959000', '134902.962000', '134902.965000', '134902.968000', '134902.970000', '134902.973000', '134902.976000', '134902.978000', '134902.981000', '134902.983000', '134902.986000', '134902.988000', '134902.991000', '134902.993000', '134902.996000', '134903.000000', '134903.002000', '134903.005000', '134903.007000', '134903.010000', '134903.013000', '134922.879000', '134922.882000', '134922.885000', '134922.887000', '134922.890000', '134922.893000', '134922.895000', '134922.898000', '134922.900000', '134922.903000', '134922.905000', '134922.913000', '134922.916000', '134922.918000', '134922.921000', '134922.923000', '134922.926000', '134922.929000', '134922.931000', '134922.934000', '134922.936000', '134922.939000', '134922.942000', '134922.944000', '134922.947000', '134922.949000', '134922.952000', '134922.954000', '134922.957000', '134922.959000', '134922.962000', '134922.965000', '134922.967000', '134922.970000', '134922.972000', '134922.975000', '134922.978000', '134922.980000', '134922.983000', '134922.985000', '134922.988000', '134922.991000', '134922.993000', '134922.996000', '134942.879000', '134942.882000', '134942.885000', '134942.888000', '134942.890000', '134942.893000', '134942.895000', '134942.898000', '134942.900000', '134942.903000', '134942.906000', '134942.908000', '134942.911000', '134942.913000', '134942.916000', '134942.919000', '134942.921000', '134942.924000', '134942.926000', '134942.929000', '134942.943000', '134942.946000', '134942.949000', '134942.951000', '134942.954000', '134942.956000', '134942.959000', '134942.961000', '134942.964000', '134942.967000', '134942.969000', '134942.972000', '134942.975000', '134942.977000', '134942.980000', '134942.982000', '134942.985000', '134942.987000', '134942.990000', '134942.993000', '134942.995000', '134942.998000', '134943.001000', '135002.880000', '135002.883000', '135002.886000', '135002.889000', '135002.891000', '135002.894000', '135002.896000', '135002.899000', '135002.901000', '135002.904000', '135002.907000', '135002.909000', '135002.912000', '135002.914000', '135002.917000', '135002.919000', '135002.922000', '135002.925000', '135002.927000', '135002.930000', '135002.932000', '135002.935000', '135002.937000', '135002.940000', '135002.942000', '135002.945000', '135002.948000', '135002.950000', '135002.953000', '135002.955000', '135002.958000', '135002.968000', '135002.971000', '135002.973000', '135002.976000', '135002.979000', '135002.981000', '135002.984000', '135002.986000', '135002.989000', '135002.991000', '135002.994000', '135002.997000', '135003.000000', '135022.880000', '135022.883000', '135022.886000', '135022.889000', '135022.891000', '135022.894000', '135022.896000', '135022.899000', '135022.901000', '135022.904000', '135022.907000', '135022.909000', '135022.912000', '135022.914000', '135022.917000', '135022.920000', '135022.922000', '135022.925000', '135022.927000', '135022.930000', '135022.933000', '135022.935000', '135022.938000', '135022.940000', '135022.943000', '135022.945000', '135022.948000', '135022.950000', '135022.953000', '135022.956000', '135022.958000', '135022.962000', '135022.965000', '135022.968000', '135022.970000', '135022.973000', '135022.976000', '135022.978000', '135022.981000', '135022.983000', '135022.986000', '135022.988000', '135022.991000', '135042.891000', '135042.894000', '135042.897000', '135042.899000', '135042.902000', '135042.909000', '135042.911000', '135042.914000', '135042.916000', '135042.919000', '135042.922000', '135042.924000', '135042.927000', '135042.929000', '135042.932000', '135042.935000', '135042.937000', '135042.940000', '135042.942000', '135042.945000', '135042.947000', '135042.950000', '135042.953000', '135042.955000', '135042.958000', '135042.960000', '135042.963000', '135042.965000', '135042.968000', '135042.971000', '135042.973000', '135042.976000', '135042.979000', '135042.981000', '135042.984000', '135042.986000', '135042.989000', '135042.991000', '135042.994000', '135042.996000', '135043.000000', '135043.003000', '135043.005000', '135043.008000', '135102.879000', '135102.882000', '135102.885000', '135102.888000', '135102.890000', '135102.893000', '135102.895000', '135102.898000', '135102.900000', '135102.903000', '135102.906000', '135102.908000', '135102.911000', '135102.914000', '135102.916000', '135102.919000', '135102.921000', '135102.924000', '135102.927000', '135102.929000', '135102.932000', '135102.934000', '135102.937000', '135102.940000', '135102.942000', '135102.945000', '135102.947000', '135102.950000', '135102.953000', '135102.955000', '135102.958000', '135102.960000', '135102.963000', '135102.966000', '135102.968000', '135102.979000', '135102.982000', '135102.985000', '135102.988000', '135102.990000', '135102.993000', '135102.996000', '135102.998000', '135122.879000', '135122.882000', '135122.885000', '135122.887000', '135122.890000', '135122.893000', '135122.895000', '135122.898000', '135122.900000', '135122.903000', '135122.906000', '135122.908000', '135122.911000', '135122.913000', '135122.916000', '135122.919000', '135122.921000', '135122.924000', '135122.926000', '135122.929000', '135122.931000', '135122.934000', '135122.937000', '135122.939000', '135122.942000', '135122.944000', '135122.947000', '135122.950000', '135122.952000', '135122.955000', '135122.957000', '135122.960000', '135122.985000', '135122.988000', '135122.991000', '135122.993000', '135122.996000', '135122.998000', '135123.002000', '135123.004000', '135123.007000', '135123.010000', '135123.012000', '135123.015000', '135142.879000', '135142.882000', '135142.885000', '135142.888000', '135142.890000', '135142.893000', '135142.895000', '135142.898000', '135142.900000', '135142.903000', '135142.906000', '135142.908000', '135142.911000', '135142.914000', '135142.916000', '135142.919000', '135142.921000', '135142.924000', '135142.926000', '135142.929000', '135142.932000', '135142.934000', '135142.937000', '135142.939000', '135142.942000', '135142.945000', '135142.947000', '135142.950000', '135142.953000', '135142.955000', '135142.958000', '135142.960000', '135142.963000', '135142.966000', '135142.968000', '135142.971000', '135142.973000', '135142.976000', '135142.978000', '135142.981000', '135142.984000', '135142.986000', '135142.989000', '135202.879000', '135202.882000', '135202.885000', '135202.887000', '135202.890000', '135202.893000', '135202.895000', '135202.898000', '135202.900000', '135202.903000', '135202.906000', '135202.908000', '135202.911000', '135202.914000', '135202.916000', '135202.919000', '135202.921000', '135202.924000', '135202.927000', '135202.929000', '135202.932000', '135202.934000', '135202.955000', '135202.958000', '135202.960000', '135202.975000', '135202.977000', '135202.980000', '135202.982000', '135202.985000', '135202.988000', '135202.990000', '135202.993000', '135202.995000', '135202.998000', '135203.001000', '135203.004000', '135203.007000', '135203.009000', '135203.012000', '135203.015000', '135203.017000', '135203.029000', '135203.031000', '135222.881000', '135222.883000', '135222.886000', '135222.889000', '135222.891000', '135222.894000', '135222.896000', '135222.899000', '135222.901000', '135222.904000', '135222.907000', '135222.909000', '135222.912000', '135222.915000', '135222.917000', '135222.920000', '135222.922000', '135222.925000', '135222.928000', '135222.930000', '135222.933000', '135222.935000', '135222.938000', '135222.941000', '135222.943000', '135222.946000', '135222.948000', '135222.951000', '135222.953000', '135222.956000', '135222.959000', '135222.961000', '135222.964000', '135222.966000', '135222.969000', '135222.971000', '135222.974000', '135222.977000', '135222.979000', '135222.982000', '135222.984000', '135222.987000', '135222.990000', '135242.881000', '135242.883000', '135242.886000', '135242.889000', '135242.891000', '135242.894000', '135242.897000', '135242.899000', '135242.902000', '135242.905000', '135242.907000', '135242.910000', '135242.924000', '135242.927000', '135242.929000', '135242.932000', '135242.935000', '135242.937000', '135242.940000', '135242.942000', '135242.945000', '135242.947000', '135242.950000', '135242.954000', '135242.956000', '135242.959000', '135242.962000', '135242.965000', '135242.967000', '135242.970000', '135242.972000', '135242.975000', '135242.977000', '135242.980000', '135242.983000', '135242.985000', '135242.988000', '135242.990000', '135242.993000', '135242.995000', '135242.998000', '135243.002000', '135243.004000', '135302.880000', '135302.882000', '135302.885000', '135302.888000', '135302.890000', '135302.893000', '135302.895000', '135302.898000', '135302.901000', '135302.903000', '135302.906000', '135302.909000', '135302.911000', '135302.914000', '135302.916000', '135302.919000', '135302.921000', '135302.924000', '135302.927000', '135302.929000', '135302.932000', '135302.934000', '135302.937000', '135302.940000', '135302.942000', '135302.945000', '135302.947000', '135302.950000', '135302.953000', '135302.955000', '135302.958000', '135302.960000', '135302.963000', '135302.965000', '135302.968000', '135302.970000', '135302.973000', '135302.976000', '135302.978000', '135302.981000', '135302.983000', '135302.986000', '135302.989000', '135302.991000', '135322.880000', '135322.882000', '135322.885000', '135322.888000', '135322.891000', '135322.893000', '135322.896000', '135322.898000', '135322.901000', '135322.904000', '135322.906000', '135322.909000', '135322.911000', '135322.914000', '135322.917000', '135322.919000', '135322.922000', '135322.925000', '135322.927000', '135322.930000', '135322.932000', '135322.935000', '135322.938000', '135322.940000', '135322.943000', '135322.945000', '135322.948000', '135322.951000', '135322.953000', '135322.956000', '135322.965000', '135322.968000', '135322.971000', '135322.973000', '135322.976000', '135322.979000', '135322.981000', '135322.984000', '135322.987000', '135322.989000', '135322.992000', '135322.994000', '135322.997000', '135323.001000', '135342.880000', '135342.883000', '135342.885000', '135342.888000', '135342.891000', '135342.893000', '135342.896000', '135342.898000', '135342.901000', '135342.903000', '135342.906000', '135342.909000', '135342.911000', '135342.914000', '135342.917000', '135342.919000', '135342.922000', '135342.924000', '135342.927000', '135342.930000', '135342.932000', '135342.935000', '135342.938000', '135342.940000', '135342.943000', '135342.945000', '135342.948000', '135342.950000', '135342.953000', '135342.956000', '135342.958000', '135342.961000', '135342.963000', '135342.966000', '135342.969000', '135342.971000', '135342.974000', '135342.976000', '135342.979000', '135342.981000', '135342.984000', '135342.987000', '135342.989000', '135402.882000', '135402.885000', '135402.888000', '135402.890000', '135402.893000', '135402.896000', '135402.898000', '135402.901000', '135402.903000', '135402.906000', '135402.909000', '135402.911000', '135402.914000', '135402.916000', '135402.919000', '135402.926000', '135402.929000', '135402.932000', '135402.934000', '135402.937000', '135402.940000', '135402.942000', '135402.945000', '135402.948000', '135402.950000', '135402.953000', '135402.955000', '135402.958000', '135402.960000', '135402.963000', '135402.966000', '135402.968000', '135402.971000', '135402.973000', '135402.976000', '135402.979000', '135402.981000', '135402.984000', '135402.987000', '135402.989000', '135402.992000', '135402.996000', '135402.998000', '135422.880000', '135422.883000', '135422.885000', '135422.888000', '135422.890000', '135422.893000', '135422.896000', '135422.898000', '135422.901000', '135422.903000', '135422.906000', '135422.909000', '135422.911000', '135422.914000', '135422.916000', '135422.919000', '135422.922000', '135422.924000', '135422.927000', '135422.929000', '135422.932000', '135422.935000', '135422.937000', '135422.940000', '135422.942000', '135422.945000', '135422.948000', '135422.950000', '135422.953000', '135422.955000', '135422.958000', '135422.960000', '135422.963000', '135422.966000', '135422.968000', '135422.971000', '135422.973000', '135422.976000', '135422.979000', '135422.981000', '135422.984000', '135422.986000', '135422.989000', '135422.992000', '135442.880000', '135442.883000', '135442.886000', '135442.888000', '135442.891000', '135442.894000', '135442.896000', '135442.899000', '135442.901000', '135442.904000', '135442.907000', '135442.909000', '135442.912000', '135442.914000', '135442.917000', '135442.920000', '135442.922000', '135442.925000', '135442.927000', '135442.930000', '135442.933000', '135442.935000', '135442.938000', '135442.940000', '135442.943000', '135442.945000', '135442.948000', '135442.951000', '135442.953000', '135442.956000', '135442.958000', '135442.961000', '135442.964000', '135442.966000', '135442.969000', '135442.971000', '135442.974000', '135442.977000', '135442.979000', '135442.982000', '135442.984000', '135442.987000', '135442.990000', '135442.993000', '135502.881000', '135502.884000', '135502.897000', '135502.899000', '135502.902000', '135502.905000', '135502.907000', '135502.910000', '135502.912000', '135502.915000', '135502.917000', '135502.920000', '135502.923000', '135502.925000', '135502.928000', '135502.930000', '135502.940000', '135502.943000', '135502.945000', '135502.948000', '135502.951000', '135502.953000', '135502.956000', '135502.958000', '135502.961000', '135502.964000', '135502.966000', '135502.969000', '135502.971000', '135502.974000', '135502.977000', '135502.979000', '135502.982000', '135502.984000', '135502.987000', '135502.990000', '135503.001000', '135503.003000', '135503.006000', '135503.009000', '135503.011000', '135503.014000', '135503.017000', '135522.879000', '135522.882000', '135522.885000', '135522.888000', '135522.890000', '135522.893000', '135522.895000', '135522.898000', '135522.900000', '135522.904000', '135522.907000', '135522.910000', '135522.913000', '135522.915000', '135522.919000', '135522.922000', '135522.925000', '135522.928000', '135522.930000', '135522.933000', '135522.935000', '135522.938000', '135522.941000', '135522.943000', '135522.946000', '135522.948000', '135522.951000', '135522.953000', '135522.956000', '135522.959000', '135522.961000', '135522.964000', '135522.966000', '135522.969000', '135522.972000', '135522.974000', '135522.977000', '135522.979000', '135522.982000', '135522.985000', '135522.987000', '135522.990000', '135522.992000', '135542.879000', '135542.882000', '135542.885000', '135542.888000', '135542.890000', '135542.893000', '135542.896000', '135542.898000', '135542.901000', '135542.903000', '135542.922000', '135542.924000', '135542.927000', '135542.930000', '135542.932000', '135542.935000', '135542.938000', '135542.940000', '135542.943000', '135542.945000', '135542.948000', '135542.951000', '135542.953000', '135542.956000', '135542.958000', '135542.961000', '135542.963000', '135542.966000', '135542.969000', '135542.971000', '135542.974000', '135542.977000', '135542.979000', '135542.982000', '135542.984000', '135542.987000', '135542.989000', '135542.992000', '135542.995000', '135542.997000', '135543.001000', '135543.004000', '135543.006000', '135543.009000', '135602.880000', '135602.883000', '135602.885000', '135602.888000', '135602.890000', '135602.893000', '135602.896000', '135602.898000', '135602.901000', '135602.904000', '135602.907000', '135602.909000', '135602.912000', '135602.914000', '135602.917000', '135602.920000', '135602.922000', '135602.925000', '135602.928000', '135602.930000', '135602.933000', '135602.935000', '135602.938000', '135602.941000', '135602.943000', '135602.946000', '135602.948000', '135602.951000', '135602.953000', '135602.956000', '135602.959000', '135602.961000', '135602.964000', '135602.966000', '135602.969000', '135602.971000', '135602.974000', '135602.977000', '135602.979000', '135602.982000', '135602.984000', '135602.987000', '135602.990000', '135622.895000', '135622.898000', '135622.900000', '135622.903000', '135622.906000', '135622.908000', '135622.911000', '135622.914000', '135622.916000', '135622.919000', '135622.921000', '135622.924000', '135622.927000', '135622.929000', '135622.932000', '135622.935000', '135622.937000', '135622.940000', '135622.942000', '135622.945000', '135622.947000', '135622.950000', '135622.953000', '135622.955000', '135622.958000', '135622.960000', '135622.963000', '135622.965000', '135622.968000', '135622.971000', '135622.973000', '135622.976000', '135622.978000', '135622.981000', '135622.984000', '135622.986000', '135622.989000', '135622.991000', '135622.994000', '135622.997000', '135623.000000', '135623.003000', '135623.005000', '135623.008000', '135624.532000', '135624.535000', '135624.538000', '135624.541000'], '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': [11847, 15793, 12302, 13018, 7997, 9077, 8675, 8431, 8090, 8429, 8322, 8367, 8179, 8186, 11715, 8243, 8680, 8411, 9520, 8283, 11981, 8391, 8143, 8089, 7989, 11847, 8292, 15136, 8927, 13050, 10576, 11589, 9411, 10498, 8330, 8519, 8348, 8236, 7853, 8195, 8172, 8136, 10721, 8030, 11174, 7979, 10625, 8022, 9069, 8126, 8212, 8149, 7953, 9293, 8047, 13399, 9456, 11582, 9194, 10107, 8022, 8419, 11444, 8074, 14045, 10090, 12088, 10319, 9877, 8295, 8058, 8441, 8468, 7921, 8204, 8274, 8368, 8041, 8537, 8289, 9348, 8084, 9411, 8388, 8076, 8043, 8267, 13836, 10371, 12997, 11160, 11708, 8233, 11293, 8858, 13036, 9911, 11907, 11416, 11104, 15449, 12480, 12100, 8686, 8832, 10841, 7894, 13448, 10233, 10061, 8671, 8711, 11961, 8179, 9956, 8177, 8051, 8160, 8230, 12455, 8707, 9595, 7822, 8143, 8134, 8052, 12370, 8214, 11173, 8942, 8526, 8329, 8188, 8130, 8071, 10734, 8249, 9631, 7942, 9081, 8145, 9202, 8079, 8459, 8071, 8048, 11505, 10105, 12859, 7950, 13353, 8786, 13217, 10885, 10004, 8083, 8272, 13140, 8125, 12302, 10368, 8608, 8214, 8403, 8061, 8300, 12206, 9705, 8835, 8010, 11324, 8001, 11279, 10053, 10670, 8425, 10582, 8725, 13647, 12322, 10278, 14921, 12786, 13141, 10817, 13428, 10080, 11246, 8453, 8197, 13876, 8193, 11609, 8260, 8535, 8424, 8432, 8617, 8246, 8078, 8200, 11406, 8087, 10835, 8536, 8253, 8118, 8271, 8872, 8111, 11828, 9339, 10055, 8081, 8960, 7894, 8344, 9388, 8468, 8312, 8305, 8477, 8204, 8343, 8026, 11959, 10421, 8076, 8746, 12991, 9250, 14660, 11311, 13293, 11430, 13718, 11214, 13236, 9248, 11107, 8677, 10199, 8149, 11006, 10139, 9587, 8125, 8125, 11916, 8191, 11560, 8791, 9666, 8351, 8180, 13277, 8074, 11078, 8295, 9985, 8363, 8566, 8651, 8400, 8444, 8363, 11862, 8217, 13133, 10203, 11123, 8067, 10216, 8260, 10848, 8990, 12045, 9730, 12505, 9376, 9873, 10993, 8298, 14254, 9771, 12704, 10432, 10622, 8254, 8418, 8241, 7882, 8002, 8071, 9423, 7794, 8451, 8335, 8330, 8366, 8095, 8287, 7944, 8288, 8239, 11180, 7971, 10179, 8468, 8285, 8305, 8158, 8244, 9258, 12303, 12720, 13945, 11075, 12026, 7902, 11047, 8320, 10742, 11553, 9819, 14342, 10238, 12751, 8988, 10893, 8605, 8713, 12372, 10523, 9078, 8129, 11940, 8232, 11042, 9501, 11146, 9891, 9978, 8509, 7854, 8858, 7973, 15220, 12774, 11668, 8606, 11695, 8197, 10804, 9923, 10977, 8298, 9268, 8319, 8297, 12025, 9888, 15091, 12719, 12286, 9105, 11064, 8288, 9227, 8111, 8395, 14511, 9105, 12354, 8587, 8319, 8356, 8282, 8203, 8249, 8246, 8183, 8290, 8236, 7912, 9522, 8013, 8985, 8164, 8352, 9163, 7983, 11113, 7995, 10739, 8294, 9144, 14883, 8343, 12906, 10982, 9120, 8037, 8481, 7936, 8212, 10888, 9715, 10203, 8128, 14006, 11241, 13216, 12075, 12561, 8649, 10072, 10992, 8695, 15084, 11481, 14022, 11827, 11986, 9092, 8926, 8148, 8592, 10913, 11417, 8130, 8535, 12612, 8111, 11617, 9209, 10401, 8374, 10645, 8279, 9161, 10006, 9221, 14658, 10355, 13338, 10272, 10818, 8916, 8938, 8120, 8054, 11988, 8421, 8099, 8382, 8095, 13029, 8945, 10862, 8137, 9101, 8208, 8237, 8744, 8162, 8387, 8139, 8252, 8226, 9076, 8272, 13253, 10744, 13007, 8401, 12611, 9791, 14390, 13721, 14908, 10702, 10782, 8805, 9506, 9007, 11211, 10809, 10938, 9174, 8755, 9352, 11594, 13330, 15397, 8662, 9484, 8443, 8714, 11863, 8758, 14387, 11696, 12774, 9164, 11491, 8929, 10351, 8946, 10786, 9135, 11879, 8830, 8130, 8622, 8763, 8646, 8726, 14007, 12297, 9730, 8825, 11915, 8811, 11214, 8691, 11414, 8932, 11792, 10328, 10434, 8558, 8471, 11633, 8688, 10229, 8762, 8586, 8438, 8655, 8419, 8406, 9154, 8685, 13485, 10490, 11712, 8802, 9094, 11087, 9236, 12971, 8638, 9932, 8449, 8245, 8323, 8583, 13506, 10727, 11649, 8281, 9277, 8606, 8353, 8363, 8568, 9298, 8375, 8049, 8631, 10427, 8647, 11028, 10224, 10404, 8621, 9893, 8518, 9526, 9141, 10899, 13102, 13484, 9950, 9500, 14725, 12349, 14199, 11777, 13789, 12428, 12871, 8471, 8586, 14251, 8431, 12003, 8935, 9326, 11255, 10240, 12957, 8310, 8743, 8532, 8546, 8263, 8438, 10626, 8338, 8219, 8276, 8024, 8513, 8436, 11923, 8608, 12182, 11477, 10639, 8370, 8699, 12525, 10023, 14286, 11141, 11677, 8760, 8521, 10542, 8544, 14540, 11476, 12370, 9835, 9386, 10359, 8492, 14335, 10066, 12919, 12867, 11203, 8519, 8645, 15404, 11014, 12784, 9337, 9244, 10718, 10202, 8374, 8564, 9841, 8305, 8404, 8689, 8272, 8795, 9553, 8857, 8678, 8431, 8849, 9862, 8612, 13095, 9979, 12612, 10152, 9553, 8546, 8180, 8294, 8683, 12740, 8679, 13170, 11295, 10625, 8614, 8574, 9549, 8684, 14276, 11004, 11623, 8318, 8224, 8038, 8317, 13330, 8628, 12044, 10393, 8777, 8573, 8569, 8773, 8654, 12969, 10491, 10434, 8532, 9733, 8703, 8343, 8823, 9851, 9944, 9279, 9045, 8856, 14121, 8828, 13262, 12335, 12603, 9069, 10415, 10145, 8773, 14392, 8897, 13670, 10884, 10010, 8773, 8693, 8395, 8579, 12347, 8393, 9702, 8692, 8843, 8348, 8308, 12423, 8509, 9513, 8517, 8480, 8401, 8349, 8387, 8644, 11497, 8487, 11428, 9949, 9376, 8477, 8382, 8559, 8639, 9453, 8656, 14753, 12395, 13759, 10902, 12436, 8790, 10077, 10297, 10697, 8777, 9602, 8551, 8524, 9057, 10360, 14185, 12880, 14777, 11522, 11417, 8624, 10870, 8915, 11509, 10987, 13123, 8901, 8755, 14002, 8791, 12097, 9081, 8529, 9107, 8777, 12290, 8948, 12108, 9594, 8347, 8682, 8633, 9106, 8798, 12380, 9748, 11444, 10571, 9479, 8770, 8843, 9950, 8685, 12947, 10993, 10424, 8633, 8294, 8394, 8509, 13882, 8666, 12667, 10455, 9557, 8620, 8801, 8142, 8772, 9859, 8817, 8748, 8983, 13509, 8676, 12275, 9622, 12625, 12803, 11268, 8749, 9808, 9157, 9275, 12818, 9965, 14516, 11668, 11311, 9352, 8933, 8528, 8756, 14457, 8894, 12885, 10442, 9260, 8766, 8625, 11380, 8718, 12800, 10637, 10001, 8579, 8452, 8796, 8687, 8819, 9229, 10110, 10103, 8503, 9020, 8331, 9001, 10709, 11244, 8895, 9017, 12633, 11093, 14133, 8875, 13109, 10128, 12767, 9628, 10430, 8449, 9809, 10645, 11980, 11469, 9080, 14182, 10922, 10495, 8692, 8521, 11852, 8685, 10224, 8330, 8178, 8546, 8583, 8380, 8621, 11319, 8223, 9003, 9178, 8628, 10101, 8403, 11780, 8514, 8397, 8321, 8908, 10743, 8826, 8355, 8288, 12112, 8493, 10001, 8667, 8885, 12209, 10517, 8536, 8703, 10150, 8827, 13833, 12495, 11256, 9499, 14062, 8826, 14043, 11883, 13005, 10237, 12285, 10298, 10427, 12946, 10730, 14789, 10467, 12397, 8778, 8612, 9186, 8746, 12649, 8380, 8853, 8412, 8540, 10874, 8520, 8298, 8294, 8308, 9568, 8591, 9337, 7943, 8468, 8565, 8438, 10308, 8123, 8746, 8371, 8519, 11156, 8450, 11241, 8124, 9181, 8387, 8896, 12832, 9497, 9688, 8478, 14446, 9265, 14258, 13336, 12865, 9343, 12159, 10047, 12781, 14381, 14284, 13217, 12449, 15896, 13119, 14548, 12773, 13404, 13953, 12929, 15749, 10280, 12877, 9915, 9328, 15149, 10458, 13645, 11117, 9004, 8571, 8557, 11089, 8637, 8480, 8474, 8488, 11441, 8506, 8244, 8410, 8573, 8115, 8597, 9614, 8301, 8171, 8250, 8592, 11362, 8326, 8367, 8505, 8978, 9226, 8689, 9959, 8971, 13069, 8848, 12020, 10844, 11939, 13214, 10893, 13563, 8643, 14018, 10239, 9982, 11296, 8961, 14246, 8620, 12268, 10164, 9100, 8239, 8201, 11905, 8309, 9124, 8169, 8517, 12512, 8448, 10389, 8068, 8443, 8505, 8488, 11424, 8548, 10229, 8861, 8390, 8380, 8378, 9353, 8165, 11822, 8073, 8260, 8393, 8174, 8279], 'WindowCenter': [4714.0, 4718.0, 4687.0, 4684.0, 4635.0, 4669.0, 4656.0, 4646.0, 4635.0, 4644.0, 4644.0, 4644.0, 4644.0, 4645.0, 4686.0, 4646.0, 4646.0, 4645.0, 4668.0, 4645.0, 4684.0, 4644.0, 4634.0, 4635.0, 4636.0, 4683.0, 4644.0, 4702.0, 4656.0, 4693.0, 4676.0, 4682.0, 4665.0, 4676.0, 4645.0, 4643.0, 4632.0, 4645.0, 4633.0, 4644.0, 4643.0, 4636.0, 4673.0, 4634.0, 4673.0, 4645.0, 4673.0, 4634.0, 4654.0, 4634.0, 4644.0, 4633.0, 4634.0, 4652.0, 4636.0, 4692.0, 4665.0, 4684.0, 4666.0, 4664.0, 4634.0, 4644.0, 4672.0, 4637.0, 4693.0, 4664.0, 4682.0, 4663.0, 4652.0, 4658.0, 4631.0, 4643.0, 4641.0, 4634.0, 4642.0, 4643.0, 4646.0, 4644.0, 4656.0, 4656.0, 4666.0, 4645.0, 4665.0, 4646.0, 4647.0, 4643.0, 4645.0, 4692.0, 4675.0, 4695.0, 4673.0, 4684.0, 4643.0, 4673.0, 4644.0, 4682.0, 4652.0, 4672.0, 4660.0, 4661.0, 4689.0, 4669.0, 4656.0, 4618.0, 4628.0, 4647.0, 4608.0, 4666.0, 4640.0, 4637.0, 4617.0, 4619.0, 4655.0, 4617.0, 4636.0, 4616.0, 4607.0, 4605.0, 4618.0, 4657.0, 4618.0, 4637.0, 4609.0, 4620.0, 4620.0, 4621.0, 4668.0, 4631.0, 4660.0, 4640.0, 4630.0, 4631.0, 4630.0, 4619.0, 4629.0, 4658.0, 4633.0, 4661.0, 4634.0, 4654.0, 4644.0, 4663.0, 4647.0, 4645.0, 4646.0, 4646.0, 4684.0, 4675.0, 4694.0, 4635.0, 4693.0, 4646.0, 4692.0, 4673.0, 4650.0, 4631.0, 4634.0, 4692.0, 4632.0, 4680.0, 4660.0, 4631.0, 4631.0, 4643.0, 4631.0, 4643.0, 4682.0, 4666.0, 4652.0, 4645.0, 4673.0, 4645.0, 4683.0, 4666.0, 4674.0, 4646.0, 4673.0, 4645.0, 4694.0, 4682.0, 4663.0, 4690.0, 4672.0, 4670.0, 4660.0, 4681.0, 4649.0, 4659.0, 4617.0, 4619.0, 4667.0, 4620.0, 4656.0, 4619.0, 4629.0, 4630.0, 4630.0, 4630.0, 4633.0, 4623.0, 4632.0, 4671.0, 4633.0, 4672.0, 4643.0, 4633.0, 4630.0, 4634.0, 4642.0, 4634.0, 4680.0, 4653.0, 4664.0, 4635.0, 4655.0, 4632.0, 4658.0, 4653.0, 4646.0, 4634.0, 4643.0, 4643.0, 4642.0, 4643.0, 4644.0, 4682.0, 4674.0, 4635.0, 4648.0, 4693.0, 4656.0, 4692.0, 4674.0, 4682.0, 4674.0, 4681.0, 4661.0, 4669.0, 4641.0, 4660.0, 4630.0, 4651.0, 4621.0, 4661.0, 4649.0, 4638.0, 4619.0, 4618.0, 4657.0, 4630.0, 4659.0, 4629.0, 4640.0, 4618.0, 4629.0, 4667.0, 4618.0, 4658.0, 4630.0, 4650.0, 4630.0, 4630.0, 4631.0, 4631.0, 4630.0, 4643.0, 4671.0, 4633.0, 4681.0, 4663.0, 4670.0, 4634.0, 4661.0, 4644.0, 4672.0, 4643.0, 4682.0, 4654.0, 4681.0, 4644.0, 4652.0, 4661.0, 4631.0, 4680.0, 4650.0, 4669.0, 4661.0, 4652.0, 4632.0, 4630.0, 4631.0, 4622.0, 4620.0, 4632.0, 4652.0, 4634.0, 4644.0, 4646.0, 4644.0, 4647.0, 4646.0, 4645.0, 4648.0, 4645.0, 4647.0, 4683.0, 4649.0, 4675.0, 4648.0, 4646.0, 4658.0, 4648.0, 4659.0, 4693.0, 4699.0, 4733.0, 4719.0, 4699.0, 4708.0, 4649.0, 4684.0, 4643.0, 4674.0, 4683.0, 4663.0, 4703.0, 4664.0, 4684.0, 4653.0, 4673.0, 4642.0, 4642.0, 4681.0, 4662.0, 4642.0, 4632.0, 4670.0, 4630.0, 4661.0, 4652.0, 4660.0, 4651.0, 4652.0, 4642.0, 4623.0, 4639.0, 4630.0, 4690.0, 4680.0, 4659.0, 4641.0, 4670.0, 4632.0, 4660.0, 4651.0, 4661.0, 4630.0, 4651.0, 4631.0, 4633.0, 4670.0, 4651.0, 4689.0, 4680.0, 4668.0, 4630.0, 4658.0, 4619.0, 4637.0, 4606.0, 4619.0, 4675.0, 4627.0, 4667.0, 4629.0, 4629.0, 4616.0, 4626.0, 4616.0, 4629.0, 4629.0, 4630.0, 4640.0, 4630.0, 4632.0, 4652.0, 4644.0, 4652.0, 4632.0, 4644.0, 4652.0, 4633.0, 4673.0, 4635.0, 4674.0, 4655.0, 4639.0, 4713.0, 4646.0, 4691.0, 4672.0, 4653.0, 4634.0, 4653.0, 4644.0, 4643.0, 4672.0, 4664.0, 4663.0, 4635.0, 4702.0, 4674.0, 4693.0, 4683.0, 4682.0, 4642.0, 4662.0, 4661.0, 4642.0, 4689.0, 4671.0, 4690.0, 4671.0, 4670.0, 4641.0, 4640.0, 4621.0, 4641.0, 4660.0, 4670.0, 4631.0, 4641.0, 4680.0, 4632.0, 4671.0, 4652.0, 4663.0, 4642.0, 4662.0, 4632.0, 4652.0, 4653.0, 4654.0, 4689.0, 4663.0, 4681.0, 4661.0, 4659.0, 4639.0, 4641.0, 4618.0, 4620.0, 4669.0, 4630.0, 4632.0, 4629.0, 4633.0, 4679.0, 4642.0, 4660.0, 4632.0, 4641.0, 4629.0, 4630.0, 4640.0, 4632.0, 4632.0, 4632.0, 4644.0, 4644.0, 4654.0, 4657.0, 4702.0, 4683.0, 4695.0, 4646.0, 4707.0, 4679.0, 4695.0, 4694.0, 4714.0, 4687.0, 4674.0, 4655.0, 4666.0, 4653.0, 4671.0, 4662.0, 4662.0, 4643.0, 4633.0, 4643.0, 4674.0, 4696.0, 4704.0, 4643.0, 4651.0, 4630.0, 4629.0, 4656.0, 4630.0, 4678.0, 4669.0, 4667.0, 4637.0, 4658.0, 4639.0, 4649.0, 4639.0, 4657.0, 4639.0, 4668.0, 4639.0, 4618.0, 4641.0, 4640.0, 4629.0, 4641.0, 4678.0, 4670.0, 4649.0, 4642.0, 4670.0, 4641.0, 4659.0, 4641.0, 4670.0, 4641.0, 4671.0, 4650.0, 4659.0, 4631.0, 4632.0, 4667.0, 4631.0, 4650.0, 4642.0, 4642.0, 4634.0, 4643.0, 4643.0, 4646.0, 4652.0, 4643.0, 4681.0, 4661.0, 4672.0, 4642.0, 4641.0, 4662.0, 4651.0, 4680.0, 4641.0, 4651.0, 4632.0, 4633.0, 4632.0, 4643.0, 4682.0, 4662.0, 4671.0, 4643.0, 4652.0, 4642.0, 4644.0, 4641.0, 4654.0, 4652.0, 4644.0, 4634.0, 4655.0, 4675.0, 4656.0, 4686.0, 4676.0, 4675.0, 4657.0, 4676.0, 4658.0, 4666.0, 4666.0, 4676.0, 4695.0, 4696.0, 4664.0, 4655.0, 4692.0, 4683.0, 4682.0, 4672.0, 4683.0, 4670.0, 4671.0, 4621.0, 4630.0, 4680.0, 4630.0, 4669.0, 4629.0, 4640.0, 4659.0, 4650.0, 4669.0, 4632.0, 4630.0, 4630.0, 4631.0, 4629.0, 4631.0, 4659.0, 4643.0, 4642.0, 4646.0, 4646.0, 4653.0, 4645.0, 4684.0, 4656.0, 4684.0, 4686.0, 4674.0, 4645.0, 4645.0, 4682.0, 4663.0, 4692.0, 4673.0, 4671.0, 4643.0, 4643.0, 4661.0, 4642.0, 4692.0, 4685.0, 4683.0, 4662.0, 4652.0, 4661.0, 4642.0, 4691.0, 4663.0, 4682.0, 4683.0, 4660.0, 4631.0, 4631.0, 4689.0, 4659.0, 4669.0, 4639.0, 4640.0, 4647.0, 4648.0, 4628.0, 4641.0, 4661.0, 4643.0, 4641.0, 4643.0, 4643.0, 4642.0, 4663.0, 4642.0, 4643.0, 4642.0, 4655.0, 4662.0, 4644.0, 4693.0, 4665.0, 4695.0, 4665.0, 4653.0, 4644.0, 4644.0, 4643.0, 4653.0, 4692.0, 4645.0, 4694.0, 4684.0, 4675.0, 4644.0, 4644.0, 4652.0, 4645.0, 4692.0, 4671.0, 4671.0, 4633.0, 4632.0, 4631.0, 4632.0, 4691.0, 4642.0, 4682.0, 4661.0, 4642.0, 4642.0, 4644.0, 4642.0, 4644.0, 4692.0, 4664.0, 4661.0, 4644.0, 4653.0, 4645.0, 4644.0, 4654.0, 4664.0, 4663.0, 4653.0, 4643.0, 4654.0, 4693.0, 4654.0, 4693.0, 4682.0, 4682.0, 4643.0, 4663.0, 4661.0, 4643.0, 4691.0, 4642.0, 4691.0, 4662.0, 4651.0, 4642.0, 4642.0, 4631.0, 4643.0, 4682.0, 4644.0, 4665.0, 4643.0, 4654.0, 4633.0, 4646.0, 4682.0, 4644.0, 4653.0, 4645.0, 4645.0, 4646.0, 4657.0, 4643.0, 4655.0, 4684.0, 4655.0, 4683.0, 4675.0, 4663.0, 4646.0, 4646.0, 4656.0, 4657.0, 4665.0, 4657.0, 4716.0, 4696.0, 4694.0, 4675.0, 4683.0, 4645.0, 4663.0, 4662.0, 4663.0, 4643.0, 4665.0, 4656.0, 4657.0, 4666.0, 4674.0, 4702.0, 4692.0, 4702.0, 4673.0, 4673.0, 4644.0, 4672.0, 4653.0, 4671.0, 4662.0, 4683.0, 4639.0, 4631.0, 4679.0, 4631.0, 4668.0, 4641.0, 4632.0, 4641.0, 4643.0, 4680.0, 4654.0, 4681.0, 4651.0, 4631.0, 4643.0, 4643.0, 4641.0, 4644.0, 4684.0, 4655.0, 4671.0, 4662.0, 4654.0, 4630.0, 4642.0, 4650.0, 4641.0, 4681.0, 4663.0, 4662.0, 4644.0, 4633.0, 4633.0, 4645.0, 4692.0, 4655.0, 4693.0, 4673.0, 4653.0, 4645.0, 4654.0, 4634.0, 4653.0, 4664.0, 4655.0, 4654.0, 4665.0, 4704.0, 4657.0, 4695.0, 4666.0, 4691.0, 4696.0, 4674.0, 4644.0, 4664.0, 4654.0, 4655.0, 4682.0, 4663.0, 4692.0, 4673.0, 4672.0, 4653.0, 4667.0, 4644.0, 4642.0, 4690.0, 4642.0, 4680.0, 4662.0, 4652.0, 4644.0, 4644.0, 4672.0, 4641.0, 4680.0, 4661.0, 4653.0, 4643.0, 4643.0, 4644.0, 4653.0, 4653.0, 4664.0, 4664.0, 4663.0, 4643.0, 4652.0, 4643.0, 4655.0, 4673.0, 4684.0, 4656.0, 4655.0, 4683.0, 4674.0, 4693.0, 4655.0, 4695.0, 4664.0, 4693.0, 4665.0, 4675.0, 4645.0, 4674.0, 4671.0, 4683.0, 4671.0, 4641.0, 4690.0, 4660.0, 4651.0, 4630.0, 4633.0, 4669.0, 4642.0, 4662.0, 4644.0, 4642.0, 4642.0, 4643.0, 4644.0, 4655.0, 4682.0, 4644.0, 4654.0, 4656.0, 4654.0, 4663.0, 4645.0, 4682.0, 4644.0, 4643.0, 4645.0, 4654.0, 4675.0, 4656.0, 4644.0, 4647.0, 4684.0, 4654.0, 4665.0, 4655.0, 4657.0, 4695.0, 4678.0, 4654.0, 4660.0, 4674.0, 4667.0, 4705.0, 4695.0, 4684.0, 4664.0, 4702.0, 4655.0, 4694.0, 4684.0, 4692.0, 4663.0, 4682.0, 4663.0, 4663.0, 4681.0, 4672.0, 4692.0, 4661.0, 4679.0, 4631.0, 4641.0, 4654.0, 4643.0, 4681.0, 4643.0, 4655.0, 4645.0, 4656.0, 4671.0, 4644.0, 4642.0, 4644.0, 4645.0, 4664.0, 4656.0, 4653.0, 4645.0, 4657.0, 4656.0, 4659.0, 4676.0, 4649.0, 4668.0, 4657.0, 4670.0, 4696.0, 4657.0, 4695.0, 4658.0, 4677.0, 4659.0, 4680.0, 4706.0, 4678.0, 4678.0, 4658.0, 4716.0, 4668.0, 4716.0, 4706.0, 4695.0, 4668.0, 4696.0, 4666.0, 4696.0, 4705.0, 4705.0, 4685.0, 4683.0, 4701.0, 4683.0, 4681.0, 4670.0, 4670.0, 4671.0, 4669.0, 4676.0, 4636.0, 4655.0, 4626.0, 4627.0, 4664.0, 4636.0, 4664.0, 4645.0, 4616.0, 4615.0, 4615.0, 4645.0, 4616.0, 4616.0, 4617.0, 4628.0, 4658.0, 4628.0, 4630.0, 4631.0, 4632.0, 4619.0, 4641.0, 4651.0, 4633.0, 4644.0, 4644.0, 4645.0, 4681.0, 4646.0, 4645.0, 4657.0, 4666.0, 4666.0, 4658.0, 4676.0, 4667.0, 4702.0, 4657.0, 4696.0, 4677.0, 4685.0, 4695.0, 4676.0, 4694.0, 4645.0, 4693.0, 4663.0, 4663.0, 4673.0, 4655.0, 4692.0, 4644.0, 4684.0, 4664.0, 4654.0, 4632.0, 4659.0, 4682.0, 4645.0, 4656.0, 4634.0, 4644.0, 4683.0, 4645.0, 4673.0, 4646.0, 4647.0, 4655.0, 4658.0, 4685.0, 4659.0, 4677.0, 4668.0, 4660.0, 4660.0, 4661.0, 4667.0, 4658.0, 4697.0, 4660.0, 4657.0, 4659.0, 4670.0, 4670.0], 'WindowWidth': [10295.0, 10288.0, 10238.0, 10231.0, 10165.0, 10220.0, 10195.0, 10180.0, 10164.0, 10176.0, 10176.0, 10176.0, 10176.0, 10180.0, 10234.0, 10180.0, 10179.0, 10178.0, 10212.0, 10179.0, 10230.0, 10175.0, 10163.0, 10164.0, 10166.0, 10225.0, 10175.0, 10251.0, 10194.0, 10242.0, 10220.0, 10226.0, 10206.0, 10219.0, 10178.0, 10172.0, 10155.0, 10176.0, 10158.0, 10177.0, 10174.0, 10166.0, 10213.0, 10161.0, 10213.0, 10178.0, 10213.0, 10163.0, 10188.0, 10163.0, 10177.0, 10160.0, 10162.0, 10184.0, 10166.0, 10239.0, 10206.0, 10228.0, 10210.0, 10202.0, 10160.0, 10175.0, 10209.0, 10166.0, 10239.0, 10202.0, 10223.0, 10200.0, 10183.0, 10204.0, 10156.0, 10174.0, 10169.0, 10162.0, 10172.0, 10175.0, 10181.0, 10179.0, 10198.0, 10198.0, 10210.0, 10181.0, 10207.0, 10183.0, 10185.0, 10175.0, 10179.0, 10241.0, 10219.0, 10245.0, 10214.0, 10228.0, 10174.0, 10212.0, 10174.0, 10224.0, 10180.0, 10208.0, 10190.0, 10193.0, 10228.0, 10199.0, 10178.0, 10126.0, 10141.0, 10162.0, 10113.0, 10188.0, 10157.0, 10152.0, 10124.0, 10129.0, 10172.0, 10125.0, 10147.0, 10122.0, 10110.0, 10106.0, 10129.0, 10178.0, 10128.0, 10151.0, 10116.0, 10133.0, 10131.0, 10136.0, 10195.0, 10150.0, 10188.0, 10162.0, 10148.0, 10150.0, 10151.0, 10133.0, 10148.0, 10186.0, 10158.0, 10194.0, 10164.0, 10189.0, 10179.0, 10202.0, 10184.0, 10181.0, 10182.0, 10183.0, 10232.0, 10219.0, 10243.0, 10165.0, 10240.0, 10179.0, 10240.0, 10212.0, 10178.0, 10152.0, 10159.0, 10240.0, 10155.0, 10220.0, 10191.0, 10151.0, 10150.0, 10174.0, 10155.0, 10174.0, 10224.0, 10207.0, 10185.0, 10180.0, 10215.0, 10179.0, 10228.0, 10208.0, 10217.0, 10180.0, 10212.0, 10178.0, 10242.0, 10222.0, 10196.0, 10230.0, 10207.0, 10202.0, 10187.0, 10216.0, 10170.0, 10184.0, 10125.0, 10130.0, 10193.0, 10132.0, 10178.0, 10131.0, 10144.0, 10149.0, 10149.0, 10149.0, 10157.0, 10142.0, 10157.0, 10208.0, 10160.0, 10210.0, 10172.0, 10158.0, 10151.0, 10160.0, 10169.0, 10163.0, 10219.0, 10186.0, 10200.0, 10164.0, 10191.0, 10158.0, 10204.0, 10187.0, 10185.0, 10158.0, 10173.0, 10171.0, 10172.0, 10173.0, 10176.0, 10224.0, 10216.0, 10166.0, 10185.0, 10240.0, 10192.0, 10237.0, 10216.0, 10223.0, 10214.0, 10220.0, 10193.0, 10200.0, 10165.0, 10187.0, 10147.0, 10175.0, 10136.0, 10190.0, 10172.0, 10157.0, 10130.0, 10129.0, 10180.0, 10147.0, 10185.0, 10145.0, 10161.0, 10131.0, 10146.0, 10193.0, 10131.0, 10184.0, 10150.0, 10174.0, 10149.0, 10148.0, 10151.0, 10153.0, 10149.0, 10172.0, 10208.0, 10159.0, 10222.0, 10198.0, 10205.0, 10161.0, 10194.0, 10174.0, 10210.0, 10173.0, 10224.0, 10188.0, 10222.0, 10171.0, 10181.0, 10190.0, 10152.0, 10217.0, 10176.0, 10200.0, 10191.0, 10180.0, 10152.0, 10149.0, 10150.0, 10141.0, 10135.0, 10155.0, 10182.0, 10161.0, 10176.0, 10180.0, 10178.0, 10183.0, 10181.0, 10180.0, 10187.0, 10180.0, 10185.0, 10230.0, 10190.0, 10221.0, 10188.0, 10184.0, 10203.0, 10189.0, 10205.0, 10261.0, 10260.0, 10319.0, 10292.0, 10259.0, 10272.0, 10191.0, 10232.0, 10176.0, 10218.0, 10229.0, 10202.0, 10255.0, 10204.0, 10230.0, 10187.0, 10214.0, 10170.0, 10170.0, 10222.0, 10196.0, 10169.0, 10155.0, 10203.0, 10149.0, 10192.0, 10181.0, 10192.0, 10179.0, 10180.0, 10167.0, 10143.0, 10162.0, 10152.0, 10231.0, 10218.0, 10187.0, 10165.0, 10203.0, 10154.0, 10190.0, 10178.0, 10191.0, 10152.0, 10181.0, 10154.0, 10158.0, 10202.0, 10179.0, 10230.0, 10219.0, 10198.0, 10147.0, 10181.0, 10130.0, 10152.0, 10111.0, 10130.0, 10203.0, 10140.0, 10193.0, 10145.0, 10145.0, 10125.0, 10139.0, 10125.0, 10147.0, 10145.0, 10150.0, 10165.0, 10152.0, 10158.0, 10183.0, 10177.0, 10183.0, 10157.0, 10176.0, 10184.0, 10160.0, 10213.0, 10165.0, 10217.0, 10196.0, 10160.0, 10277.0, 10185.0, 10239.0, 10211.0, 10185.0, 10163.0, 10189.0, 10176.0, 10177.0, 10212.0, 10203.0, 10202.0, 10165.0, 10254.0, 10216.0, 10241.0, 10227.0, 10223.0, 10169.0, 10198.0, 10194.0, 10168.0, 10229.0, 10207.0, 10233.0, 10206.0, 10205.0, 10166.0, 10162.0, 10138.0, 10165.0, 10189.0, 10203.0, 10153.0, 10166.0, 10218.0, 10156.0, 10208.0, 10184.0, 10198.0, 10171.0, 10196.0, 10155.0, 10182.0, 10183.0, 10185.0, 10229.0, 10197.0, 10219.0, 10192.0, 10190.0, 10160.0, 10165.0, 10130.0, 10137.0, 10201.0, 10149.0, 10153.0, 10149.0, 10158.0, 10217.0, 10169.0, 10191.0, 10156.0, 10167.0, 10149.0, 10152.0, 10166.0, 10157.0, 10155.0, 10157.0, 10176.0, 10177.0, 10191.0, 10199.0, 10256.0, 10230.0, 10246.0, 10181.0, 10271.0, 10234.0, 10246.0, 10241.0, 10273.0, 10240.0, 10217.0, 10194.0, 10207.0, 10191.0, 10210.0, 10195.0, 10196.0, 10170.0, 10157.0, 10171.0, 10216.0, 10251.0, 10261.0, 10172.0, 10180.0, 10149.0, 10146.0, 10180.0, 10149.0, 10211.0, 10200.0, 10193.0, 10156.0, 10182.0, 10161.0, 10172.0, 10160.0, 10181.0, 10159.0, 10197.0, 10160.0, 10132.0, 10169.0, 10164.0, 10148.0, 10165.0, 10213.0, 10202.0, 10173.0, 10168.0, 10203.0, 10165.0, 10187.0, 10166.0, 10203.0, 10164.0, 10205.0, 10177.0, 10186.0, 10150.0, 10154.0, 10195.0, 10152.0, 10177.0, 10169.0, 10170.0, 10161.0, 10173.0, 10173.0, 10180.0, 10184.0, 10173.0, 10221.0, 10192.0, 10208.0, 10166.0, 10166.0, 10193.0, 10180.0, 10217.0, 10166.0, 10179.0, 10156.0, 10159.0, 10156.0, 10172.0, 10222.0, 10196.0, 10208.0, 10174.0, 10182.0, 10172.0, 10175.0, 10169.0, 10192.0, 10185.0, 10177.0, 10163.0, 10195.0, 10222.0, 10199.0, 10237.0, 10223.0, 10220.0, 10199.0, 10222.0, 10200.0, 10209.0, 10208.0, 10223.0, 10245.0, 10249.0, 10201.0, 10190.0, 10237.0, 10223.0, 10223.0, 10207.0, 10224.0, 10202.0, 10206.0, 10136.0, 10149.0, 10215.0, 10149.0, 10198.0, 10146.0, 10161.0, 10184.0, 10174.0, 10198.0, 10152.0, 10149.0, 10149.0, 10151.0, 10147.0, 10154.0, 10189.0, 10172.0, 10172.0, 10182.0, 10182.0, 10189.0, 10181.0, 10231.0, 10195.0, 10231.0, 10235.0, 10216.0, 10177.0, 10177.0, 10224.0, 10200.0, 10237.0, 10212.0, 10207.0, 10172.0, 10173.0, 10194.0, 10169.0, 10238.0, 10231.0, 10224.0, 10197.0, 10184.0, 10192.0, 10170.0, 10234.0, 10198.0, 10222.0, 10224.0, 10191.0, 10150.0, 10151.0, 10228.0, 10186.0, 10199.0, 10157.0, 10161.0, 10167.0, 10170.0, 10143.0, 10166.0, 10196.0, 10174.0, 10169.0, 10173.0, 10174.0, 10172.0, 10199.0, 10170.0, 10172.0, 10170.0, 10190.0, 10197.0, 10176.0, 10241.0, 10206.0, 10245.0, 10205.0, 10187.0, 10176.0, 10175.0, 10173.0, 10189.0, 10239.0, 10179.0, 10243.0, 10231.0, 10217.0, 10177.0, 10176.0, 10183.0, 10176.0, 10237.0, 10206.0, 10206.0, 10160.0, 10157.0, 10154.0, 10157.0, 10234.0, 10169.0, 10222.0, 10194.0, 10169.0, 10171.0, 10174.0, 10170.0, 10175.0, 10238.0, 10200.0, 10194.0, 10174.0, 10187.0, 10179.0, 10177.0, 10191.0, 10204.0, 10199.0, 10186.0, 10172.0, 10190.0, 10242.0, 10190.0, 10241.0, 10226.0, 10224.0, 10172.0, 10197.0, 10192.0, 10169.0, 10233.0, 10169.0, 10233.0, 10194.0, 10180.0, 10170.0, 10169.0, 10155.0, 10173.0, 10223.0, 10175.0, 10204.0, 10174.0, 10187.0, 10159.0, 10179.0, 10224.0, 10175.0, 10186.0, 10177.0, 10178.0, 10181.0, 10203.0, 10174.0, 10193.0, 10230.0, 10193.0, 10229.0, 10220.0, 10202.0, 10183.0, 10183.0, 10198.0, 10201.0, 10207.0, 10201.0, 10278.0, 10249.0, 10243.0, 10218.0, 10226.0, 10178.0, 10200.0, 10198.0, 10199.0, 10172.0, 10206.0, 10196.0, 10201.0, 10209.0, 10218.0, 10254.0, 10240.0, 10251.0, 10213.0, 10211.0, 10175.0, 10209.0, 10186.0, 10210.0, 10195.0, 10225.0, 10160.0, 10152.0, 10215.0, 10151.0, 10198.0, 10165.0, 10154.0, 10165.0, 10172.0, 10220.0, 10188.0, 10221.0, 10182.0, 10154.0, 10171.0, 10173.0, 10168.0, 10174.0, 10228.0, 10190.0, 10207.0, 10195.0, 10185.0, 10150.0, 10168.0, 10176.0, 10167.0, 10222.0, 10198.0, 10194.0, 10174.0, 10158.0, 10158.0, 10178.0, 10237.0, 10193.0, 10239.0, 10213.0, 10185.0, 10177.0, 10189.0, 10161.0, 10188.0, 10203.0, 10194.0, 10192.0, 10209.0, 10259.0, 10199.0, 10247.0, 10208.0, 10237.0, 10247.0, 10215.0, 10176.0, 10203.0, 10189.0, 10191.0, 10223.0, 10200.0, 10238.0, 10212.0, 10210.0, 10187.0, 10215.0, 10176.0, 10171.0, 10233.0, 10170.0, 10220.0, 10197.0, 10182.0, 10174.0, 10175.0, 10208.0, 10169.0, 10218.0, 10195.0, 10183.0, 10172.0, 10172.0, 10175.0, 10188.0, 10188.0, 10204.0, 10204.0, 10201.0, 10172.0, 10186.0, 10174.0, 10194.0, 10214.0, 10231.0, 10193.0, 10192.0, 10227.0, 10217.0, 10242.0, 10195.0, 10248.0, 10204.0, 10242.0, 10209.0, 10222.0, 10181.0, 10218.0, 10210.0, 10228.0, 10208.0, 10166.0, 10235.0, 10191.0, 10177.0, 10147.0, 10154.0, 10200.0, 10170.0, 10195.0, 10175.0, 10171.0, 10171.0, 10173.0, 10175.0, 10194.0, 10227.0, 10177.0, 10191.0, 10194.0, 10191.0, 10199.0, 10179.0, 10224.0, 10176.0, 10174.0, 10178.0, 10192.0, 10218.0, 10195.0, 10177.0, 10183.0, 10230.0, 10191.0, 10206.0, 10194.0, 10198.0, 10247.0, 10227.0, 10192.0, 10206.0, 10221.0, 10214.0, 10263.0, 10249.0, 10230.0, 10206.0, 10253.0, 10191.0, 10244.0, 10231.0, 10238.0, 10199.0, 10223.0, 10200.0, 10200.0, 10221.0, 10210.0, 10235.0, 10192.0, 10216.0, 10152.0, 10167.0, 10186.0, 10172.0, 10221.0, 10173.0, 10192.0, 10179.0, 10195.0, 10208.0, 10175.0, 10171.0, 10175.0, 10180.0, 10202.0, 10196.0, 10187.0, 10180.0, 10200.0, 10196.0, 10206.0, 10224.0, 10193.0, 10216.0, 10202.0, 10223.0, 10253.0, 10202.0, 10251.0, 10206.0, 10229.0, 10207.0, 10236.0, 10268.0, 10230.0, 10229.0, 10202.0, 10279.0, 10215.0, 10279.0, 10264.0, 10248.0, 10213.0, 10248.0, 10208.0, 10250.0, 10260.0, 10259.0, 10230.0, 10225.0, 10250.0, 10224.0, 10218.0, 10202.0, 10201.0, 10201.0, 10196.0, 10204.0, 10149.0, 10174.0, 10133.0, 10135.0, 10183.0, 10149.0, 10183.0, 10158.0, 10122.0, 10117.0, 10120.0, 10157.0, 10121.0, 10121.0, 10123.0, 10143.0, 10182.0, 10144.0, 10147.0, 10151.0, 10153.0, 10133.0, 10168.0, 10179.0, 10160.0, 10175.0, 10174.0, 10178.0, 10222.0, 10181.0, 10178.0, 10200.0, 10211.0, 10212.0, 10202.0, 10224.0, 10213.0, 10256.0, 10199.0, 10249.0, 10226.0, 10235.0, 10249.0, 10221.0, 10243.0, 10179.0, 10241.0, 10200.0, 10199.0, 10211.0, 10190.0, 10237.0, 10177.0, 10231.0, 10203.0, 10188.0, 10157.0, 10207.0, 10226.0, 10177.0, 10192.0, 10161.0, 10176.0, 10228.0, 10180.0, 10215.0, 10182.0, 10184.0, 10193.0, 10200.0, 10233.0, 10203.0, 10226.0, 10217.0, 10208.0, 10207.0, 10212.0, 10215.0, 10207.0, 10256.0, 10209.0, 10204.0, 10206.0, 10223.0, 10227.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.00331389598540146</td></tr>
<tr><td colspan=3>aqi</td><td>0.02451899489051095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.36968566340642</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1798095187853876</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999886837168949</td></tr>
<tr><td colspan=3>efc</td><td>0.458</td></tr>
<tr><td colspan=3>fber</td><td>5498.3232</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09553743397720299</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.014598540145985</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5258617100589937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.556558666319619</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6680302091164756</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.352996254740887</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104492</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003753118682652712</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01644839346408844</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.873894860190889</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.9984</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7768</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.304</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306159.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>882.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.3293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2145</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.9375</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3912.33</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70385.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1077.9772</td></tr>
<tr><td colspan=3>tsnr</td><td>41.55462426296435</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>