ds005256-mriqc/sub-0032_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +02:00

616 lines
No EOL
129 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-0032_ses-02_task-narratives_acq-mb8_run-04_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-0032_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-04_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-0032/ses-02/func/sub-0032_ses-02_task-narratives_acq-mb8_run-04_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>b39eba61e4b2ae93d555b107a8deddca</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:43:13.862500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999182, -0.0374765, 0.0151811, 0.0383847, 0.997162, -0.0647674]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.103644</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7224, 623, -74, -158, -36, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2a81e440-4df7-4377-bcd0-b92bd4d967d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807327270507812, 0.10298342257738113, 0.034319039434194565, 106.30611419677734], [0.10054660588502884, 2.6753125190734863, -0.17630219459533691, -97.97314453125], [0.04072976112365723, 0.17376607656478882, 2.694019317626953, -82.89295196533203], [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, 1156]</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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['134313.862500', '134314.322500', '134314.782500', '134315.242500', '134315.702500', '134316.162500', '134316.622500', '134317.082500', '134317.542500', '134318.002500', '134318.462500', '134318.922500', '134319.382500', '134319.842500', '134320.302500', '134320.762500', '134321.222500', '134321.682500', '134322.142500', '134322.602500', '134323.062500', '134323.522500', '134323.982500', '134324.442500', '134324.902500', '134325.362500', '134325.822500', '134326.282500', '134326.742500', '134327.202500', '134327.662500', '134328.122500', '134328.582500', '134329.042500', '134329.502500', '134329.962500', '134330.422500', '134330.882500', '134331.342500', '134331.802500', '134332.262500', '134332.722500', '134333.182500', '134333.642500', '134334.102500', '134334.562500', '134335.022500', '134335.482500', '134335.942500', '134336.402500', '134336.862500', '134337.322500', '134337.782500', '134338.242500', '134338.702500', '134339.162500', '134339.622500', '134340.082500', '134340.542500', '134341.002500', '134341.462500', '134341.922500', '134342.382500', '134342.842500', '134343.302500', '134343.762500', '134344.222500', '134344.682500', '134345.142500', '134345.602500', '134346.062500', '134346.522500', '134346.982500', '134347.442500', '134347.902500', '134348.362500', '134348.822500', '134349.282500', '134349.742500', '134350.202500', '134350.662500', '134351.122500', '134351.582500', '134352.042500', '134352.502500', '134352.962500', '134353.422500', '134353.882500', '134354.342500', '134354.802500', '134355.262500', '134355.722500', '134356.182500', '134356.642500', '134357.102500', '134357.562500', '134358.022500', '134358.482500', '134358.942500', '134359.402500', '134359.862500', '134400.322500', '134400.782500', '134401.242500', '134401.702500', '134402.162500', '134402.622500', '134403.082500', '134403.542500', '134404.002500', '134404.462500', '134404.922500', '134405.382500', '134405.842500', '134406.302500', '134406.762500', '134407.222500', '134407.682500', '134408.142500', '134408.602500', '134409.062500', '134409.522500', '134409.982500', '134410.442500', '134410.902500', '134411.362500', '134411.822500', '134412.282500', '134412.742500', '134413.202500', '134413.662500', '134414.122500', '134414.582500', '134415.042500', '134415.502500', '134415.962500', '134416.422500', '134416.882500', '134417.342500', '134417.802500', '134418.262500', '134418.722500', '134419.182500', '134419.642500', '134420.102500', '134420.562500', '134421.022500', '134421.482500', '134421.942500', '134422.402500', '134422.862500', '134423.322500', '134423.782500', '134424.242500', '134424.702500', '134425.162500', '134425.622500', '134426.082500', '134426.542500', '134427.002500', '134427.462500', '134427.922500', '134428.382500', '134428.842500', '134429.302500', '134429.762500', '134430.222500', '134430.682500', '134431.142500', '134431.602500', '134432.062500', '134432.522500', '134432.982500', '134433.442500', '134433.902500', '134434.362500', '134434.822500', '134435.282500', '134435.742500', '134436.202500', '134436.662500', '134437.122500', '134437.582500', '134438.042500', '134438.502500', '134438.962500', '134439.422500', '134439.882500', '134440.342500', '134440.802500', '134441.262500', '134441.722500', '134442.182500', '134442.642500', '134443.102500', '134443.562500', '134444.022500', '134444.482500', '134444.942500', '134445.402500', '134445.862500', '134446.322500', '134446.782500', '134447.242500', '134447.702500', '134448.162500', '134448.622500', '134449.082500', '134449.542500', '134450.002500', '134450.462500', '134450.922500', '134451.382500', '134451.842500', '134452.302500', '134452.762500', '134453.222500', '134453.682500', '134454.142500', '134454.602500', '134455.062500', '134455.522500', '134455.982500', '134456.442500', '134456.902500', '134457.362500', '134457.822500', '134458.282500', '134458.742500', '134459.202500', '134459.662500', '134500.122500', '134500.582500', '134501.042500', '134501.502500', '134501.962500', '134502.422500', '134502.882500', '134503.342500', '134503.802500', '134504.262500', '134504.722500', '134505.182500', '134505.642500', '134506.102500', '134506.562500', '134507.022500', '134507.482500', '134507.942500', '134508.402500', '134508.862500', '134509.322500', '134509.782500', '134510.242500', '134510.702500', '134511.162500', '134511.622500', '134512.082500', '134512.542500', '134513.002500', '134513.462500', '134513.922500', '134514.382500', '134514.842500', '134515.302500', '134515.762500', '134516.222500', '134516.682500', '134517.142500', '134517.602500', '134518.062500', '134518.522500', '134518.982500', '134519.442500', '134519.902500', '134520.362500', '134520.822500', '134521.282500', '134521.742500', '134522.202500', '134522.662500', '134523.122500', '134523.582500', '134524.042500', '134524.502500', '134524.962500', '134525.422500', '134525.882500', '134526.342500', '134526.802500', '134527.262500', '134527.722500', '134528.182500', '134528.642500', '134529.102500', '134529.562500', '134530.022500', '134530.482500', '134530.942500', '134531.402500', '134531.862500', '134532.322500', '134532.782500', '134533.242500', '134533.702500', '134534.162500', '134534.622500', '134535.082500', '134535.542500', '134536.002500', '134536.462500', '134536.922500', '134537.382500', '134537.842500', '134538.302500', '134538.762500', '134539.222500', '134539.682500', '134540.142500', '134540.602500', '134541.062500', '134541.522500', '134541.982500', '134542.442500', '134542.902500', '134543.362500', '134543.822500', '134544.282500', '134544.742500', '134545.202500', '134545.662500', '134546.122500', '134546.582500', '134547.042500', '134547.502500', '134547.962500', '134548.422500', '134548.882500', '134549.342500', '134549.802500', '134550.262500', '134550.722500', '134551.182500', '134551.642500', '134552.102500', '134552.562500', '134553.022500', '134553.482500', '134553.942500', '134554.402500', '134554.862500', '134555.322500', '134555.782500', '134556.242500', '134556.702500', '134557.162500', '134557.622500', '134558.082500', '134558.542500', '134559.002500', '134559.462500', '134559.922500', '134600.382500', '134600.842500', '134601.302500', '134601.762500', '134602.222500', '134602.682500', '134603.142500', '134603.602500', '134604.062500', '134604.522500', '134604.982500', '134605.442500', '134605.902500', '134606.362500', '134606.822500', '134607.282500', '134607.742500', '134608.202500', '134608.662500', '134609.122500', '134609.582500', '134610.042500', '134610.502500', '134610.962500', '134611.422500', '134611.882500', '134612.342500', '134612.802500', '134613.262500', '134613.722500', '134614.182500', '134614.642500', '134615.102500', '134615.562500', '134616.022500', '134616.482500', '134616.942500', '134617.402500', '134617.862500', '134618.322500', '134618.782500', '134619.242500', '134619.702500', '134620.162500', '134620.622500', '134621.082500', '134621.542500', '134622.002500', '134622.462500', '134622.922500', '134623.382500', '134623.842500', '134624.302500', '134624.762500', '134625.222500', '134625.682500', '134626.142500', '134626.602500', '134627.062500', '134627.522500', '134627.982500', '134628.442500', '134628.902500', '134629.362500', '134629.822500', '134630.282500', '134630.742500', '134631.202500', '134631.662500', '134632.122500', '134632.582500', '134633.042500', '134633.502500', '134633.962500', '134634.422500', '134634.882500', '134635.342500', '134635.802500', '134636.262500', '134636.722500', '134637.182500', '134637.642500', '134638.102500', '134638.562500', '134639.022500', '134639.482500', '134639.942500', '134640.402500', '134640.862500', '134641.322500', '134641.782500', '134642.242500', '134642.702500', '134643.162500', '134643.622500', '134644.082500', '134644.542500', '134645.002500', '134645.462500', '134645.922500', '134646.382500', '134646.842500', '134647.302500', '134647.762500', '134648.222500', '134648.682500', '134649.142500', '134649.602500', '134650.062500', '134650.522500', '134650.982500', '134651.442500', '134651.902500', '134652.362500', '134652.822500', '134653.282500', '134653.742500', '134654.202500', '134654.662500', '134655.122500', '134655.582500', '134656.042500', '134656.502500', '134656.962500', '134657.422500', '134657.882500', '134658.342500', '134658.802500', '134659.262500', '134659.722500', '134700.182500', '134700.642500', '134701.102500', '134701.562500', '134702.022500', '134702.482500', '134702.942500', '134703.402500', '134703.862500', '134704.322500', '134704.782500', '134705.242500', '134705.702500', '134706.162500', '134706.622500', '134707.082500', '134707.542500', '134708.002500', '134708.462500', '134708.922500', '134709.382500', '134709.842500', '134710.302500', '134710.762500', '134711.222500', '134711.682500', '134712.142500', '134712.602500', '134713.062500', '134713.522500', '134713.982500', '134714.442500', '134714.902500', '134715.362500', '134715.822500', '134716.282500', '134716.742500', '134717.202500', '134717.662500', '134718.122500', '134718.582500', '134719.042500', '134719.502500', '134719.962500', '134720.422500', '134720.882500', '134721.342500', '134721.802500', '134722.262500', '134722.722500', '134723.182500', '134723.642500', '134724.102500', '134724.562500', '134725.022500', '134725.482500', '134725.942500', '134726.402500', '134726.862500', '134727.322500', '134727.782500', '134728.242500', '134728.702500', '134729.162500', '134729.622500', '134730.082500', '134730.542500', '134731.002500', '134731.462500', '134731.922500', '134732.382500', '134732.842500', '134733.302500', '134733.762500', '134734.222500', '134734.682500', '134735.142500', '134735.602500', '134736.062500', '134736.522500', '134736.982500', '134737.442500', '134737.902500', '134738.362500', '134738.822500', '134739.282500', '134739.742500', '134740.202500', '134740.662500', '134741.122500', '134741.582500', '134742.042500', '134742.502500', '134742.962500', '134743.422500', '134743.882500', '134744.342500', '134744.802500', '134745.262500', '134745.722500', '134746.182500', '134746.642500', '134747.102500', '134747.562500', '134748.022500', '134748.482500', '134748.942500', '134749.402500', '134749.862500', '134750.322500', '134750.782500', '134751.242500', '134751.702500', '134752.162500', '134752.622500', '134753.082500', '134753.542500', '134754.002500', '134754.462500', '134754.922500', '134755.382500', '134755.842500', '134756.302500', '134756.762500', '134757.222500', '134757.682500', '134758.142500', '134758.602500', '134759.062500', '134759.522500', '134759.982500', '134800.442500', '134800.902500', '134801.362500', '134801.822500', '134802.282500', '134802.742500', '134803.202500', '134803.662500', '134804.122500', '134804.582500', '134805.042500', '134805.502500', '134805.962500', '134806.422500', '134806.882500', '134807.342500', '134807.802500', '134808.262500', '134808.722500', '134809.182500', '134809.642500', '134810.102500', '134810.562500', '134811.022500', '134811.482500', '134811.942500', '134812.402500', '134812.862500', '134813.322500', '134813.782500', '134814.242500', '134814.702500', '134815.162500', '134815.622500', '134816.082500', '134816.542500', '134817.002500', '134817.462500', '134817.922500', '134818.382500', '134818.842500', '134819.302500', '134819.762500', '134820.222500', '134820.682500', '134821.142500', '134821.602500', '134822.062500', '134822.522500', '134822.982500', '134823.442500', '134823.902500', '134824.362500', '134824.822500', '134825.282500', '134825.742500', '134826.202500', '134826.662500', '134827.122500', '134827.582500', '134828.042500', '134828.502500', '134828.962500', '134829.422500', '134829.882500', '134830.342500', '134830.802500', '134831.262500', '134831.722500', '134832.182500', '134832.642500', '134833.102500', '134833.562500', '134834.022500', '134834.482500', '134834.942500', '134835.402500', '134835.862500', '134836.322500', '134836.782500', '134837.242500', '134837.702500', '134838.162500', '134838.622500', '134839.082500', '134839.542500', '134840.002500', '134840.462500', '134840.922500', '134841.382500', '134841.842500', '134842.302500', '134842.762500', '134843.222500', '134843.682500', '134844.142500', '134844.602500', '134845.062500', '134845.522500', '134845.982500', '134846.442500', '134846.902500', '134847.362500', '134847.822500', '134848.282500', '134848.742500', '134849.202500', '134849.662500', '134850.122500', '134850.582500', '134851.042500', '134851.502500', '134851.962500', '134852.422500', '134852.882500', '134853.342500', '134853.802500', '134854.262500', '134854.722500', '134855.182500', '134855.642500', '134856.102500', '134856.562500', '134857.022500', '134857.482500', '134857.942500', '134858.402500', '134858.862500', '134859.322500', '134859.782500', '134900.242500', '134900.702500', '134901.162500', '134901.622500', '134902.082500', '134902.542500', '134903.002500', '134903.462500', '134903.922500', '134904.382500', '134904.842500', '134905.302500', '134905.762500', '134906.222500', '134906.682500', '134907.142500', '134907.602500', '134908.062500', '134908.522500', '134908.982500', '134909.442500', '134909.902500', '134910.362500', '134910.822500', '134911.282500', '134911.742500', '134912.202500', '134912.662500', '134913.122500', '134913.582500', '134914.042500', '134914.502500', '134914.962500', '134915.422500', '134915.882500', '134916.342500', '134916.802500', '134917.262500', '134917.722500', '134918.182500', '134918.642500', '134919.102500', '134919.562500', '134920.022500', '134920.482500', '134920.942500', '134921.402500', '134921.862500', '134922.322500', '134922.782500', '134923.242500', '134923.702500', '134924.162500', '134924.622500', '134925.082500', '134925.542500', '134926.002500', '134926.462500', '134926.922500', '134927.382500', '134927.842500', '134928.302500', '134928.762500', '134929.222500', '134929.682500', '134930.142500', '134930.602500', '134931.062500', '134931.522500', '134931.982500', '134932.442500', '134932.902500', '134933.362500', '134933.822500', '134934.282500', '134934.742500', '134935.202500', '134935.662500', '134936.122500', '134936.582500', '134937.042500', '134937.502500', '134937.962500', '134938.422500', '134938.882500', '134939.342500', '134939.802500', '134940.262500', '134940.722500', '134941.182500', '134941.642500', '134942.102500', '134942.562500', '134943.022500', '134943.482500', '134943.942500', '134944.402500', '134944.862500', '134945.322500', '134945.782500', '134946.242500', '134946.702500', '134947.162500', '134947.622500', '134948.082500', '134948.542500', '134949.002500', '134949.462500', '134949.922500', '134950.382500', '134950.842500', '134951.302500', '134951.762500', '134952.222500', '134952.682500', '134953.142500', '134953.602500', '134954.062500', '134954.522500', '134954.982500', '134955.442500', '134955.902500', '134956.362500', '134956.822500', '134957.282500', '134957.742500', '134958.202500', '134958.662500', '134959.122500', '134959.582500', '135000.042500', '135000.502500', '135000.962500', '135001.422500', '135001.882500', '135002.342500', '135002.802500', '135003.262500', '135003.722500', '135004.182500', '135004.642500', '135005.102500', '135005.562500', '135006.022500', '135006.482500', '135006.942500', '135007.402500', '135007.862500', '135008.322500', '135008.782500', '135009.242500', '135009.702500', '135010.162500', '135010.622500', '135011.082500', '135011.542500', '135012.002500', '135012.462500', '135012.922500', '135013.382500', '135013.842500', '135014.302500', '135014.762500', '135015.222500', '135015.682500', '135016.142500', '135016.602500', '135017.062500', '135017.522500', '135017.982500', '135018.442500', '135018.902500', '135019.362500', '135019.822500', '135020.282500', '135020.742500', '135021.202500', '135021.662500', '135022.122500', '135022.582500', '135023.042500', '135023.502500', '135023.962500', '135024.422500', '135024.882500', '135025.342500', '135025.802500', '135026.262500', '135026.722500', '135027.182500', '135027.642500', '135028.102500', '135028.562500', '135029.022500', '135029.482500', '135029.942500', '135030.402500', '135030.862500', '135031.322500', '135031.782500', '135032.242500', '135032.702500', '135033.162500', '135033.622500', '135034.082500', '135034.542500', '135035.002500', '135035.462500', '135035.922500', '135036.382500', '135036.842500', '135037.302500', '135037.762500', '135038.222500', '135038.682500', '135039.142500', '135039.602500', '135040.062500', '135040.522500', '135040.982500', '135041.442500', '135041.902500', '135042.362500', '135042.822500', '135043.282500', '135043.742500', '135044.202500', '135044.662500', '135045.122500', '135045.582500', '135046.042500', '135046.502500', '135046.962500', '135047.422500', '135047.882500', '135048.342500', '135048.802500', '135049.262500', '135049.722500', '135050.182500', '135050.642500', '135051.102500', '135051.562500', '135052.022500', '135052.482500', '135052.942500', '135053.402500', '135053.862500', '135054.322500', '135054.782500', '135055.242500', '135055.702500', '135056.162500', '135056.622500', '135057.082500', '135057.542500', '135058.002500', '135058.462500', '135058.922500', '135059.382500', '135059.842500', '135100.302500', '135100.762500', '135101.222500', '135101.682500', '135102.142500', '135102.602500', '135103.062500', '135103.522500', '135103.982500', '135104.442500', '135104.902500', '135105.362500', '135105.822500', '135106.282500', '135106.742500', '135107.202500', '135107.662500', '135108.122500', '135108.582500', '135109.042500', '135109.502500', '135109.962500', '135110.422500', '135110.882500', '135111.342500', '135111.802500', '135112.262500', '135112.722500', '135113.182500', '135113.642500', '135114.102500', '135114.562500', '135115.022500', '135115.482500', '135115.942500', '135116.402500', '135116.862500', '135117.322500', '135117.782500', '135118.242500', '135118.702500', '135119.162500', '135119.622500', '135120.082500', '135120.542500', '135121.002500', '135121.462500', '135121.922500', '135122.382500', '135122.842500', '135123.302500', '135123.762500', '135124.222500', '135124.682500', '135125.142500', '135125.602500', '135126.062500', '135126.522500', '135126.982500', '135127.442500', '135127.902500', '135128.362500', '135128.822500', '135129.282500', '135129.742500', '135130.202500', '135130.662500', '135131.122500', '135131.582500', '135132.042500', '135132.502500', '135132.962500', '135133.422500', '135133.882500', '135134.342500', '135134.802500', '135135.262500', '135135.722500', '135136.182500', '135136.642500', '135137.102500', '135137.562500', '135138.022500', '135138.482500', '135138.942500', '135139.402500', '135139.862500', '135140.322500', '135140.782500', '135141.242500', '135141.702500', '135142.162500', '135142.622500', '135143.082500', '135143.542500', '135144.002500', '135144.462500', '135144.922500', '135145.382500', '135145.842500', '135146.302500', '135146.762500', '135147.222500', '135147.682500', '135148.142500', '135148.602500', '135149.062500', '135149.522500', '135149.982500', '135150.442500', '135150.902500', '135151.362500', '135151.822500', '135152.282500', '135152.742500', '135153.202500', '135153.662500', '135154.122500', '135154.582500', '135155.042500', '135155.502500', '135155.962500', '135156.422500', '135156.882500', '135157.342500', '135157.802500', '135158.262500', '135158.722500', '135159.182500', '135159.642500', '135200.102500', '135200.562500', '135201.022500', '135201.482500', '135201.942500', '135202.402500', '135202.862500', '135203.322500', '135203.782500', '135204.242500', '135204.702500', '135205.162500'], 'ContentTime': ['134341.367000', '134341.370000', '134341.374000', '134341.377000', '134341.380000', '134341.383000', '134341.386000', '134341.389000', '134341.392000', '134341.395000', '134341.398000', '134341.401000', '134341.404000', '134341.407000', '134341.410000', '134341.413000', '134341.416000', '134341.419000', '134341.422000', '134341.425000', '134341.428000', '134341.431000', '134341.434000', '134341.437000', '134341.440000', '134341.443000', '134341.446000', '134341.449000', '134341.452000', '134341.455000', '134341.458000', '134341.461000', '134341.464000', '134341.467000', '134341.470000', '134341.493000', '134341.496000', '134341.499000', '134341.527000', '134341.530000', '134341.533000', '134341.536000', '134341.539000', '134341.541000', '134341.544000', '134341.547000', '134341.550000', '134341.553000', '134341.556000', '134341.559000', '134341.562000', '134341.565000', '134341.568000', '134341.571000', '134341.575000', '134341.577000', '134341.580000', '134401.327000', '134401.330000', '134401.333000', '134401.336000', '134401.339000', '134401.341000', '134401.344000', '134401.347000', '134401.350000', '134401.353000', '134401.356000', '134401.359000', '134401.369000', '134401.372000', '134401.375000', '134401.378000', '134401.381000', '134401.388000', '134401.391000', '134401.394000', '134401.396000', '134401.399000', '134401.402000', '134401.405000', '134401.408000', '134401.411000', '134401.414000', '134401.417000', '134401.420000', '134401.423000', '134401.426000', '134401.428000', '134401.431000', '134401.434000', '134401.437000', '134401.440000', '134401.443000', '134401.446000', '134401.449000', '134401.452000', '134401.454000', '134401.457000', '134401.460000', '134401.463000', '134421.327000', '134421.330000', '134421.333000', '134421.336000', '134421.339000', '134421.352000', '134421.355000', '134421.358000', '134421.361000', '134421.364000', '134421.367000', '134421.370000', '134421.373000', '134421.375000', '134421.378000', '134421.381000', '134421.389000', '134421.391000', '134421.394000', '134421.397000', '134421.400000', '134421.403000', '134421.406000', '134421.409000', '134421.412000', '134421.426000', '134421.429000', '134421.432000', '134421.440000', '134421.443000', '134421.446000', '134421.449000', '134421.452000', '134421.456000', '134421.459000', '134421.462000', '134421.465000', '134421.468000', '134421.471000', '134421.474000', '134421.477000', '134421.479000', '134421.482000', '134441.327000', '134441.330000', '134441.333000', '134441.336000', '134441.339000', '134441.342000', '134441.345000', '134441.347000', '134441.350000', '134441.353000', '134441.356000', '134441.359000', '134441.362000', '134441.365000', '134441.368000', '134441.371000', '134441.373000', '134441.376000', '134441.379000', '134441.382000', '134441.385000', '134441.388000', '134441.391000', '134441.394000', '134441.396000', '134441.399000', '134441.402000', '134441.405000', '134441.408000', '134441.411000', '134441.414000', '134441.417000', '134441.420000', '134441.423000', '134441.426000', '134441.428000', '134441.431000', '134441.434000', '134441.437000', '134441.440000', '134441.443000', '134441.446000', '134441.449000', '134441.452000', '134501.327000', '134501.330000', '134501.333000', '134501.336000', '134501.339000', '134501.342000', '134501.345000', '134501.348000', '134501.351000', '134501.353000', '134501.356000', '134501.359000', '134501.362000', '134501.365000', '134501.368000', '134501.371000', '134501.374000', '134501.377000', '134501.380000', '134501.383000', '134501.385000', '134501.388000', '134501.391000', '134501.394000', '134501.397000', '134501.400000', '134501.403000', '134501.406000', '134501.409000', '134501.412000', '134501.415000', '134501.418000', '134501.421000', '134501.424000', '134501.427000', '134501.430000', '134501.433000', '134501.435000', '134501.438000', '134501.441000', '134501.444000', '134501.447000', '134501.450000', '134521.328000', '134521.331000', '134521.343000', '134521.346000', '134521.349000', '134521.352000', '134521.355000', '134521.358000', '134521.362000', '134521.365000', '134521.367000', '134521.370000', '134521.373000', '134521.376000', '134521.379000', '134521.382000', '134521.385000', '134521.388000', '134521.391000', '134521.394000', '134521.397000', '134521.399000', '134521.402000', '134521.405000', '134521.411000', '134521.414000', '134521.417000', '134521.420000', '134521.423000', '134521.426000', '134521.428000', '134521.431000', '134521.434000', '134521.437000', '134521.440000', '134521.443000', '134521.446000', '134521.449000', '134521.452000', '134521.454000', '134521.457000', '134521.460000', '134521.463000', '134541.328000', '134541.331000', '134541.334000', '134541.343000', '134541.346000', '134541.349000', '134541.351000', '134541.354000', '134541.357000', '134541.360000', '134541.363000', '134541.366000', '134541.369000', '134541.372000', '134541.375000', '134541.378000', '134541.381000', '134541.383000', '134541.386000', '134541.389000', '134541.392000', '134541.395000', '134541.398000', '134541.401000', '134541.404000', '134541.407000', '134541.416000', '134541.419000', '134541.422000', '134541.425000', '134541.427000', '134541.430000', '134541.433000', '134541.436000', '134541.439000', '134541.442000', '134541.445000', '134541.448000', '134541.451000', '134541.454000', '134541.457000', '134541.460000', '134541.463000', '134541.466000', '134601.328000', '134601.331000', '134601.334000', '134601.337000', '134601.341000', '134601.345000', '134601.348000', '134601.351000', '134601.354000', '134601.357000', '134601.360000', '134601.363000', '134601.366000', '134601.369000', '134601.372000', '134601.375000', '134601.378000', '134601.380000', '134601.388000', '134601.391000', '134601.394000', '134601.411000', '134601.414000', '134601.428000', '134601.431000', '134601.434000', '134601.437000', '134601.440000', '134601.443000', '134601.446000', '134601.449000', '134601.452000', '134601.455000', '134601.457000', '134601.460000', '134601.463000', '134601.466000', '134601.469000', '134601.472000', '134601.475000', '134601.478000', '134601.481000', '134601.484000', '134621.327000', '134621.330000', '134621.333000', '134621.336000', '134621.339000', '134621.342000', '134621.345000', '134621.348000', '134621.351000', '134621.353000', '134621.357000', '134621.359000', '134621.362000', '134621.365000', '134621.368000', '134621.371000', '134621.374000', '134621.377000', '134621.380000', '134621.388000', '134621.391000', '134621.393000', '134621.397000', '134621.399000', '134621.402000', '134621.405000', '134621.408000', '134621.411000', '134621.414000', '134621.417000', '134621.420000', '134621.423000', '134621.426000', '134621.428000', '134621.431000', '134621.434000', '134621.437000', '134621.440000', '134621.443000', '134621.446000', '134621.449000', '134621.452000', '134621.455000', '134621.458000', '134641.327000', '134641.330000', '134641.333000', '134641.336000', '134641.339000', '134641.342000', '134641.345000', '134641.348000', '134641.352000', '134641.355000', '134641.358000', '134641.361000', '134641.363000', '134641.366000', '134641.369000', '134641.372000', '134641.375000', '134641.378000', '134641.381000', '134641.387000', '134641.390000', '134641.393000', '134641.396000', '134641.399000', '134641.402000', '134641.405000', '134641.408000', '134641.410000', '134641.413000', '134641.416000', '134641.419000', '134641.422000', '134641.425000', '134641.428000', '134641.431000', '134641.434000', '134641.437000', '134641.439000', '134641.442000', '134641.445000', '134641.448000', '134641.451000', '134641.454000', '134701.327000', '134701.330000', '134701.333000', '134701.336000', '134701.339000', '134701.343000', '134701.345000', '134701.348000', '134701.351000', '134701.354000', '134701.357000', '134701.360000', '134701.363000', '134701.366000', '134701.369000', '134701.372000', '134701.375000', '134701.378000', '134701.380000', '134701.383000', '134701.386000', '134701.389000', '134701.392000', '134701.395000', '134701.398000', '134701.401000', '134701.404000', '134701.407000', '134701.409000', '134701.412000', '134701.415000', '134701.418000', '134701.421000', '134701.424000', '134701.427000', '134701.430000', '134701.433000', '134701.436000', '134701.439000', '134701.441000', '134701.444000', '134701.447000', '134701.450000', '134701.453000', '134721.327000', '134721.330000', '134721.333000', '134721.336000', '134721.339000', '134721.342000', '134721.345000', '134721.348000', '134721.351000', '134721.354000', '134721.356000', '134721.359000', '134721.362000', '134721.369000', '134721.372000', '134721.375000', '134721.378000', '134721.381000', '134721.384000', '134721.386000', '134721.389000', '134721.392000', '134721.395000', '134721.398000', '134721.401000', '134721.404000', '134721.407000', '134721.410000', '134721.413000', '134721.416000', '134721.419000', '134721.422000', '134721.424000', '134721.427000', '134721.430000', '134721.433000', '134721.436000', '134721.439000', '134721.442000', '134721.445000', '134721.448000', '134721.451000', '134721.454000', '134741.328000', '134741.331000', '134741.334000', '134741.337000', '134741.340000', '134741.343000', '134741.346000', '134741.349000', '134741.352000', '134741.355000', '134741.357000', '134741.360000', '134741.363000', '134741.366000', '134741.369000', '134741.372000', '134741.375000', '134741.378000', '134741.381000', '134741.384000', '134741.387000', '134741.390000', '134741.393000', '134741.396000', '134741.399000', '134741.401000', '134741.404000', '134741.407000', '134741.410000', '134741.413000', '134741.416000', '134741.419000', '134741.422000', '134741.425000', '134741.428000', '134741.430000', '134741.434000', '134741.436000', '134741.439000', '134741.442000', '134741.445000', '134741.448000', '134741.451000', '134741.454000', '134801.328000', '134801.332000', '134801.336000', '134801.338000', '134801.341000', '134801.344000', '134801.347000', '134801.350000', '134801.353000', '134801.356000', '134801.359000', '134801.362000', '134801.365000', '134801.368000', '134801.371000', '134801.373000', '134801.376000', '134801.379000', '134801.382000', '134801.385000', '134801.388000', '134801.391000', '134801.394000', '134801.397000', '134801.400000', '134801.404000', '134801.407000', '134801.410000', '134801.413000', '134801.416000', '134801.419000', '134801.422000', '134801.425000', '134801.428000', '134801.431000', '134801.434000', '134801.437000', '134801.439000', '134801.442000', '134801.445000', '134801.448000', '134801.451000', '134801.454000', '134821.328000', '134821.331000', '134821.334000', '134821.337000', '134821.340000', '134821.343000', '134821.346000', '134821.353000', '134821.356000', '134821.359000', '134821.362000', '134821.365000', '134821.367000', '134821.370000', '134821.373000', '134821.376000', '134821.379000', '134821.382000', '134821.385000', '134821.388000', '134821.391000', '134821.394000', '134821.397000', '134821.400000', '134821.403000', '134821.405000', '134821.408000', '134821.411000', '134821.414000', '134821.417000', '134821.420000', '134821.423000', '134821.426000', '134821.429000', '134821.432000', '134821.435000', '134821.438000', '134821.441000', '134821.443000', '134821.446000', '134821.449000', '134821.452000', '134821.455000', '134821.458000', '134841.327000', '134841.330000', '134841.333000', '134841.336000', '134841.339000', '134841.342000', '134841.345000', '134841.348000', '134841.351000', '134841.354000', '134841.357000', '134841.360000', '134841.363000', '134841.366000', '134841.369000', '134841.371000', '134841.374000', '134841.377000', '134841.380000', '134841.383000', '134841.386000', '134841.389000', '134841.392000', '134841.395000', '134841.398000', '134841.401000', '134841.404000', '134841.407000', '134841.409000', '134841.412000', '134841.415000', '134841.419000', '134841.423000', '134841.427000', '134841.430000', '134841.433000', '134841.436000', '134841.439000', '134841.442000', '134841.445000', '134841.447000', '134841.450000', '134841.453000', '134901.327000', '134901.330000', '134901.341000', '134901.344000', '134901.346000', '134901.349000', '134901.352000', '134901.355000', '134901.358000', '134901.361000', '134901.364000', '134901.367000', '134901.370000', '134901.373000', '134901.387000', '134901.390000', '134901.392000', '134901.395000', '134901.404000', '134901.407000', '134901.410000', '134901.413000', '134901.416000', '134901.419000', '134901.422000', '134901.425000', '134901.428000', '134901.431000', '134901.434000', '134901.436000', '134901.439000', '134901.442000', '134901.445000', '134901.448000', '134901.451000', '134901.454000', '134901.457000', '134901.460000', '134901.463000', '134901.466000', '134901.469000', '134901.472000', '134901.475000', '134901.478000', '134921.327000', '134921.330000', '134921.333000', '134921.336000', '134921.339000', '134921.342000', '134921.345000', '134921.348000', '134921.351000', '134921.354000', '134921.356000', '134921.359000', '134921.362000', '134921.365000', '134921.369000', '134921.372000', '134921.375000', '134921.378000', '134921.381000', '134921.384000', '134921.387000', '134921.390000', '134921.393000', '134921.395000', '134921.398000', '134921.401000', '134921.404000', '134921.407000', '134921.410000', '134921.413000', '134921.416000', '134921.419000', '134921.422000', '134921.425000', '134921.428000', '134921.430000', '134921.434000', '134921.436000', '134921.439000', '134921.442000', '134921.445000', '134921.448000', '134921.451000', '134941.327000', '134941.340000', '134941.343000', '134941.346000', '134941.349000', '134941.352000', '134941.355000', '134941.358000', '134941.361000', '134941.364000', '134941.367000', '134941.370000', '134941.373000', '134941.376000', '134941.378000', '134941.381000', '134941.384000', '134941.387000', '134941.390000', '134941.393000', '134941.401000', '134941.404000', '134941.407000', '134941.410000', '134941.413000', '134941.416000', '134941.419000', '134941.422000', '134941.425000', '134941.428000', '134941.431000', '134941.434000', '134941.436000', '134941.439000', '134941.442000', '134941.445000', '134941.448000', '134941.451000', '134941.454000', '134941.457000', '134941.460000', '134941.463000', '134941.466000', '134941.469000', '135001.328000', '135001.331000', '135001.334000', '135001.337000', '135001.340000', '135001.343000', '135001.346000', '135001.349000', '135001.352000', '135001.355000', '135001.357000', '135001.361000', '135001.363000', '135001.366000', '135001.369000', '135001.372000', '135001.375000', '135001.378000', '135001.381000', '135001.384000', '135001.392000', '135001.395000', '135001.398000', '135001.401000', '135001.404000', '135001.407000', '135001.410000', '135001.413000', '135001.415000', '135001.418000', '135001.421000', '135001.424000', '135001.427000', '135001.430000', '135001.433000', '135001.436000', '135001.439000', '135001.442000', '135001.445000', '135001.451000', '135001.454000', '135001.458000', '135001.461000', '135021.328000', '135021.331000', '135021.334000', '135021.337000', '135021.346000', '135021.349000', '135021.352000', '135021.355000', '135021.358000', '135021.361000', '135021.364000', '135021.367000', '135021.370000', '135021.372000', '135021.375000', '135021.378000', '135021.381000', '135021.384000', '135021.387000', '135021.390000', '135021.393000', '135021.396000', '135021.399000', '135021.401000', '135021.404000', '135021.420000', '135021.423000', '135021.425000', '135021.428000', '135021.431000', '135021.434000', '135021.437000', '135021.440000', '135021.443000', '135021.446000', '135021.449000', '135021.452000', '135021.455000', '135021.458000', '135021.461000', '135021.464000', '135021.466000', '135021.469000', '135021.472000', '135041.328000', '135041.331000', '135041.334000', '135041.337000', '135041.340000', '135041.343000', '135041.346000', '135041.349000', '135041.352000', '135041.355000', '135041.358000', '135041.360000', '135041.363000', '135041.366000', '135041.369000', '135041.372000', '135041.375000', '135041.378000', '135041.381000', '135041.384000', '135041.387000', '135041.390000', '135041.393000', '135041.396000', '135041.399000', '135041.402000', '135041.405000', '135041.408000', '135041.411000', '135041.414000', '135041.417000', '135041.420000', '135041.423000', '135041.426000', '135041.429000', '135041.432000', '135041.435000', '135041.438000', '135041.441000', '135041.444000', '135041.447000', '135041.450000', '135041.453000', '135101.327000', '135101.330000', '135101.333000', '135101.340000', '135101.343000', '135101.346000', '135101.348000', '135101.352000', '135101.354000', '135101.357000', '135101.360000', '135101.363000', '135101.366000', '135101.369000', '135101.372000', '135101.375000', '135101.378000', '135101.381000', '135101.384000', '135101.387000', '135101.390000', '135101.392000', '135101.395000', '135101.398000', '135101.401000', '135101.404000', '135101.407000', '135101.410000', '135101.413000', '135101.416000', '135101.419000', '135101.422000', '135101.425000', '135101.427000', '135101.430000', '135101.433000', '135101.436000', '135101.439000', '135101.442000', '135101.445000', '135101.448000', '135101.451000', '135101.454000', '135101.457000', '135121.327000', '135121.330000', '135121.333000', '135121.336000', '135121.339000', '135121.342000', '135121.345000', '135121.348000', '135121.351000', '135121.354000', '135121.357000', '135121.360000', '135121.362000', '135121.365000', '135121.368000', '135121.371000', '135121.374000', '135121.377000', '135121.380000', '135121.383000', '135121.386000', '135121.389000', '135121.392000', '135121.395000', '135121.397000', '135121.401000', '135121.403000', '135121.406000', '135121.409000', '135121.412000', '135121.415000', '135121.418000', '135121.421000', '135121.424000', '135121.427000', '135121.429000', '135121.432000', '135121.435000', '135121.438000', '135121.441000', '135121.444000', '135121.447000', '135121.450000', '135141.329000', '135141.332000', '135141.335000', '135141.338000', '135141.341000', '135141.343000', '135141.346000', '135141.349000', '135141.352000', '135141.355000', '135141.358000', '135141.361000', '135141.364000', '135141.367000', '135141.370000', '135141.373000', '135141.376000', '135141.378000', '135141.381000', '135141.384000', '135141.387000', '135141.403000', '135141.406000', '135141.409000', '135141.412000', '135141.415000', '135141.418000', '135141.421000', '135141.423000', '135141.426000', '135141.429000', '135141.432000', '135141.435000', '135141.438000', '135141.441000', '135141.444000', '135141.447000', '135141.449000', '135141.452000', '135141.455000', '135141.458000', '135141.461000', '135141.464000', '135141.467000', '135201.327000', '135201.330000', '135201.333000', '135201.336000', '135201.345000', '135201.348000', '135201.351000', '135201.353000', '135201.356000', '135201.359000', '135201.362000', '135201.365000', '135201.368000', '135201.371000', '135201.374000', '135201.377000', '135201.380000', '135201.383000', '135201.386000', '135201.388000', '135201.392000', '135201.395000', '135201.398000', '135201.400000', '135201.403000', '135201.406000', '135201.409000', '135201.412000', '135201.415000', '135201.418000', '135201.421000', '135201.424000', '135201.427000', '135201.429000', '135201.432000', '135201.435000', '135201.438000', '135201.441000', '135201.445000', '135201.448000', '135201.451000', '135201.454000', '135201.457000', '135206.636000', '135206.639000', '135206.643000', '135206.646000', '135206.649000', '135206.652000', '135206.655000', '135206.658000', '135206.661000', '135206.664000', '135206.667000', '135206.670000'], 'InstanceCreationTime': ['134341.367000', '134341.370000', '134341.374000', '134341.377000', '134341.380000', '134341.383000', '134341.386000', '134341.389000', '134341.392000', '134341.395000', '134341.398000', '134341.401000', '134341.404000', '134341.407000', '134341.410000', '134341.413000', '134341.416000', '134341.419000', '134341.422000', '134341.425000', '134341.428000', '134341.431000', '134341.434000', '134341.437000', '134341.440000', '134341.443000', '134341.446000', '134341.449000', '134341.452000', '134341.455000', '134341.458000', '134341.461000', '134341.464000', '134341.467000', '134341.470000', '134341.493000', '134341.496000', '134341.499000', '134341.527000', '134341.530000', '134341.533000', '134341.536000', '134341.539000', '134341.541000', '134341.544000', '134341.547000', '134341.550000', '134341.553000', '134341.556000', '134341.559000', '134341.562000', '134341.565000', '134341.568000', '134341.571000', '134341.575000', '134341.577000', '134341.580000', '134401.327000', '134401.330000', '134401.333000', '134401.336000', '134401.339000', '134401.341000', '134401.344000', '134401.347000', '134401.350000', '134401.353000', '134401.356000', '134401.359000', '134401.369000', '134401.372000', '134401.375000', '134401.378000', '134401.381000', '134401.388000', '134401.391000', '134401.394000', '134401.396000', '134401.399000', '134401.402000', '134401.405000', '134401.408000', '134401.411000', '134401.414000', '134401.417000', '134401.420000', '134401.423000', '134401.426000', '134401.428000', '134401.431000', '134401.434000', '134401.437000', '134401.440000', '134401.443000', '134401.446000', '134401.449000', '134401.452000', '134401.454000', '134401.457000', '134401.460000', '134401.463000', '134421.327000', '134421.330000', '134421.333000', '134421.336000', '134421.339000', '134421.352000', '134421.355000', '134421.358000', '134421.361000', '134421.364000', '134421.367000', '134421.370000', '134421.373000', '134421.375000', '134421.378000', '134421.381000', '134421.389000', '134421.391000', '134421.394000', '134421.397000', '134421.400000', '134421.403000', '134421.406000', '134421.409000', '134421.412000', '134421.426000', '134421.429000', '134421.432000', '134421.440000', '134421.443000', '134421.446000', '134421.449000', '134421.452000', '134421.456000', '134421.459000', '134421.462000', '134421.465000', '134421.468000', '134421.471000', '134421.474000', '134421.477000', '134421.479000', '134421.482000', '134441.327000', '134441.330000', '134441.333000', '134441.336000', '134441.339000', '134441.342000', '134441.345000', '134441.347000', '134441.350000', '134441.353000', '134441.356000', '134441.359000', '134441.362000', '134441.365000', '134441.368000', '134441.371000', '134441.373000', '134441.376000', '134441.379000', '134441.382000', '134441.385000', '134441.388000', '134441.391000', '134441.394000', '134441.396000', '134441.399000', '134441.402000', '134441.405000', '134441.408000', '134441.411000', '134441.414000', '134441.417000', '134441.420000', '134441.423000', '134441.426000', '134441.428000', '134441.431000', '134441.434000', '134441.437000', '134441.440000', '134441.443000', '134441.446000', '134441.449000', '134441.452000', '134501.327000', '134501.330000', '134501.333000', '134501.336000', '134501.339000', '134501.342000', '134501.345000', '134501.348000', '134501.351000', '134501.353000', '134501.356000', '134501.359000', '134501.362000', '134501.365000', '134501.368000', '134501.371000', '134501.374000', '134501.377000', '134501.380000', '134501.383000', '134501.385000', '134501.388000', '134501.391000', '134501.394000', '134501.397000', '134501.400000', '134501.403000', '134501.406000', '134501.409000', '134501.412000', '134501.415000', '134501.418000', '134501.421000', '134501.424000', '134501.427000', '134501.430000', '134501.433000', '134501.435000', '134501.438000', '134501.441000', '134501.444000', '134501.447000', '134501.450000', '134521.328000', '134521.331000', '134521.343000', '134521.346000', '134521.349000', '134521.352000', '134521.355000', '134521.358000', '134521.362000', '134521.365000', '134521.367000', '134521.370000', '134521.373000', '134521.376000', '134521.379000', '134521.382000', '134521.385000', '134521.388000', '134521.391000', '134521.394000', '134521.397000', '134521.399000', '134521.402000', '134521.405000', '134521.411000', '134521.414000', '134521.417000', '134521.420000', '134521.423000', '134521.426000', '134521.428000', '134521.431000', '134521.434000', '134521.437000', '134521.440000', '134521.443000', '134521.446000', '134521.449000', '134521.452000', '134521.454000', '134521.457000', '134521.460000', '134521.463000', '134541.328000', '134541.331000', '134541.334000', '134541.343000', '134541.346000', '134541.349000', '134541.351000', '134541.354000', '134541.357000', '134541.360000', '134541.363000', '134541.366000', '134541.369000', '134541.372000', '134541.375000', '134541.378000', '134541.381000', '134541.383000', '134541.386000', '134541.389000', '134541.392000', '134541.395000', '134541.398000', '134541.401000', '134541.404000', '134541.407000', '134541.416000', '134541.419000', '134541.422000', '134541.425000', '134541.427000', '134541.430000', '134541.433000', '134541.436000', '134541.439000', '134541.442000', '134541.445000', '134541.448000', '134541.451000', '134541.454000', '134541.457000', '134541.460000', '134541.463000', '134541.466000', '134601.328000', '134601.331000', '134601.334000', '134601.337000', '134601.341000', '134601.345000', '134601.348000', '134601.351000', '134601.354000', '134601.357000', '134601.360000', '134601.363000', '134601.366000', '134601.369000', '134601.372000', '134601.375000', '134601.378000', '134601.380000', '134601.388000', '134601.391000', '134601.394000', '134601.411000', '134601.414000', '134601.428000', '134601.431000', '134601.434000', '134601.437000', '134601.440000', '134601.443000', '134601.446000', '134601.449000', '134601.452000', '134601.455000', '134601.457000', '134601.460000', '134601.463000', '134601.466000', '134601.469000', '134601.472000', '134601.475000', '134601.478000', '134601.481000', '134601.484000', '134621.327000', '134621.330000', '134621.333000', '134621.336000', '134621.339000', '134621.342000', '134621.345000', '134621.348000', '134621.351000', '134621.353000', '134621.357000', '134621.359000', '134621.362000', '134621.365000', '134621.368000', '134621.371000', '134621.374000', '134621.377000', '134621.380000', '134621.388000', '134621.391000', '134621.393000', '134621.397000', '134621.399000', '134621.402000', '134621.405000', '134621.408000', '134621.411000', '134621.414000', '134621.417000', '134621.420000', '134621.423000', '134621.426000', '134621.428000', '134621.431000', '134621.434000', '134621.437000', '134621.440000', '134621.443000', '134621.446000', '134621.449000', '134621.452000', '134621.455000', '134621.458000', '134641.327000', '134641.330000', '134641.333000', '134641.336000', '134641.339000', '134641.342000', '134641.345000', '134641.348000', '134641.352000', '134641.355000', '134641.358000', '134641.361000', '134641.363000', '134641.366000', '134641.369000', '134641.372000', '134641.375000', '134641.378000', '134641.381000', '134641.387000', '134641.390000', '134641.393000', '134641.396000', '134641.399000', '134641.402000', '134641.405000', '134641.408000', '134641.410000', '134641.413000', '134641.416000', '134641.419000', '134641.422000', '134641.425000', '134641.428000', '134641.431000', '134641.434000', '134641.437000', '134641.439000', '134641.442000', '134641.445000', '134641.448000', '134641.451000', '134641.454000', '134701.327000', '134701.330000', '134701.333000', '134701.336000', '134701.339000', '134701.343000', '134701.345000', '134701.348000', '134701.351000', '134701.354000', '134701.357000', '134701.360000', '134701.363000', '134701.366000', '134701.369000', '134701.372000', '134701.375000', '134701.378000', '134701.380000', '134701.383000', '134701.386000', '134701.389000', '134701.392000', '134701.395000', '134701.398000', '134701.401000', '134701.404000', '134701.407000', '134701.409000', '134701.412000', '134701.415000', '134701.418000', '134701.421000', '134701.424000', '134701.427000', '134701.430000', '134701.433000', '134701.436000', '134701.439000', '134701.441000', '134701.444000', '134701.447000', '134701.450000', '134701.453000', '134721.327000', '134721.330000', '134721.333000', '134721.336000', '134721.339000', '134721.342000', '134721.345000', '134721.348000', '134721.351000', '134721.354000', '134721.356000', '134721.359000', '134721.362000', '134721.369000', '134721.372000', '134721.375000', '134721.378000', '134721.381000', '134721.384000', '134721.386000', '134721.389000', '134721.392000', '134721.395000', '134721.398000', '134721.401000', '134721.404000', '134721.407000', '134721.410000', '134721.413000', '134721.416000', '134721.419000', '134721.422000', '134721.424000', '134721.427000', '134721.430000', '134721.433000', '134721.436000', '134721.439000', '134721.442000', '134721.445000', '134721.448000', '134721.451000', '134721.454000', '134741.328000', '134741.331000', '134741.334000', '134741.337000', '134741.340000', '134741.343000', '134741.346000', '134741.349000', '134741.352000', '134741.355000', '134741.357000', '134741.360000', '134741.363000', '134741.366000', '134741.369000', '134741.372000', '134741.375000', '134741.378000', '134741.381000', '134741.384000', '134741.387000', '134741.390000', '134741.393000', '134741.396000', '134741.399000', '134741.401000', '134741.404000', '134741.407000', '134741.410000', '134741.413000', '134741.416000', '134741.419000', '134741.422000', '134741.425000', '134741.428000', '134741.430000', '134741.434000', '134741.436000', '134741.439000', '134741.442000', '134741.445000', '134741.448000', '134741.451000', '134741.454000', '134801.328000', '134801.332000', '134801.336000', '134801.338000', '134801.341000', '134801.344000', '134801.347000', '134801.350000', '134801.353000', '134801.356000', '134801.359000', '134801.362000', '134801.365000', '134801.368000', '134801.371000', '134801.373000', '134801.376000', '134801.379000', '134801.382000', '134801.385000', '134801.388000', '134801.391000', '134801.394000', '134801.397000', '134801.400000', '134801.404000', '134801.407000', '134801.410000', '134801.413000', '134801.416000', '134801.419000', '134801.422000', '134801.425000', '134801.428000', '134801.431000', '134801.434000', '134801.437000', '134801.439000', '134801.442000', '134801.445000', '134801.448000', '134801.451000', '134801.454000', '134821.328000', '134821.331000', '134821.334000', '134821.337000', '134821.340000', '134821.343000', '134821.346000', '134821.353000', '134821.356000', '134821.359000', '134821.362000', '134821.365000', '134821.367000', '134821.370000', '134821.373000', '134821.376000', '134821.379000', '134821.382000', '134821.385000', '134821.388000', '134821.391000', '134821.394000', '134821.397000', '134821.400000', '134821.403000', '134821.405000', '134821.408000', '134821.411000', '134821.414000', '134821.417000', '134821.420000', '134821.423000', '134821.426000', '134821.429000', '134821.432000', '134821.435000', '134821.438000', '134821.441000', '134821.443000', '134821.446000', '134821.449000', '134821.452000', '134821.455000', '134821.458000', '134841.327000', '134841.330000', '134841.333000', '134841.336000', '134841.339000', '134841.342000', '134841.345000', '134841.348000', '134841.351000', '134841.354000', '134841.357000', '134841.360000', '134841.363000', '134841.366000', '134841.369000', '134841.371000', '134841.374000', '134841.377000', '134841.380000', '134841.383000', '134841.386000', '134841.389000', '134841.392000', '134841.395000', '134841.398000', '134841.401000', '134841.404000', '134841.407000', '134841.409000', '134841.412000', '134841.415000', '134841.419000', '134841.423000', '134841.427000', '134841.430000', '134841.433000', '134841.436000', '134841.439000', '134841.442000', '134841.445000', '134841.447000', '134841.450000', '134841.453000', '134901.327000', '134901.330000', '134901.341000', '134901.344000', '134901.346000', '134901.349000', '134901.352000', '134901.355000', '134901.358000', '134901.361000', '134901.364000', '134901.367000', '134901.370000', '134901.373000', '134901.387000', '134901.390000', '134901.392000', '134901.395000', '134901.404000', '134901.407000', '134901.410000', '134901.413000', '134901.416000', '134901.419000', '134901.422000', '134901.425000', '134901.428000', '134901.431000', '134901.434000', '134901.436000', '134901.439000', '134901.442000', '134901.445000', '134901.448000', '134901.451000', '134901.454000', '134901.457000', '134901.460000', '134901.463000', '134901.466000', '134901.469000', '134901.472000', '134901.475000', '134901.478000', '134921.327000', '134921.330000', '134921.333000', '134921.336000', '134921.339000', '134921.342000', '134921.345000', '134921.348000', '134921.351000', '134921.354000', '134921.356000', '134921.359000', '134921.362000', '134921.365000', '134921.369000', '134921.372000', '134921.375000', '134921.378000', '134921.381000', '134921.384000', '134921.387000', '134921.390000', '134921.393000', '134921.395000', '134921.398000', '134921.401000', '134921.404000', '134921.407000', '134921.410000', '134921.413000', '134921.416000', '134921.419000', '134921.422000', '134921.425000', '134921.428000', '134921.430000', '134921.434000', '134921.436000', '134921.439000', '134921.442000', '134921.445000', '134921.448000', '134921.451000', '134941.327000', '134941.340000', '134941.343000', '134941.346000', '134941.349000', '134941.352000', '134941.355000', '134941.358000', '134941.361000', '134941.364000', '134941.367000', '134941.370000', '134941.373000', '134941.376000', '134941.378000', '134941.381000', '134941.384000', '134941.387000', '134941.390000', '134941.393000', '134941.401000', '134941.404000', '134941.407000', '134941.410000', '134941.413000', '134941.416000', '134941.419000', '134941.422000', '134941.425000', '134941.428000', '134941.431000', '134941.434000', '134941.436000', '134941.439000', '134941.442000', '134941.445000', '134941.448000', '134941.451000', '134941.454000', '134941.457000', '134941.460000', '134941.463000', '134941.466000', '134941.469000', '135001.328000', '135001.331000', '135001.334000', '135001.337000', '135001.340000', '135001.343000', '135001.346000', '135001.349000', '135001.352000', '135001.355000', '135001.357000', '135001.361000', '135001.363000', '135001.366000', '135001.369000', '135001.372000', '135001.375000', '135001.378000', '135001.381000', '135001.384000', '135001.392000', '135001.395000', '135001.398000', '135001.401000', '135001.404000', '135001.407000', '135001.410000', '135001.413000', '135001.415000', '135001.418000', '135001.421000', '135001.424000', '135001.427000', '135001.430000', '135001.433000', '135001.436000', '135001.439000', '135001.442000', '135001.445000', '135001.451000', '135001.454000', '135001.458000', '135001.461000', '135021.328000', '135021.331000', '135021.334000', '135021.337000', '135021.346000', '135021.349000', '135021.352000', '135021.355000', '135021.358000', '135021.361000', '135021.364000', '135021.367000', '135021.370000', '135021.372000', '135021.375000', '135021.378000', '135021.381000', '135021.384000', '135021.387000', '135021.390000', '135021.393000', '135021.396000', '135021.399000', '135021.401000', '135021.404000', '135021.420000', '135021.423000', '135021.425000', '135021.428000', '135021.431000', '135021.434000', '135021.437000', '135021.440000', '135021.443000', '135021.446000', '135021.449000', '135021.452000', '135021.455000', '135021.458000', '135021.461000', '135021.464000', '135021.466000', '135021.469000', '135021.472000', '135041.328000', '135041.331000', '135041.334000', '135041.337000', '135041.340000', '135041.343000', '135041.346000', '135041.349000', '135041.352000', '135041.355000', '135041.358000', '135041.360000', '135041.363000', '135041.366000', '135041.369000', '135041.372000', '135041.375000', '135041.378000', '135041.381000', '135041.384000', '135041.387000', '135041.390000', '135041.393000', '135041.396000', '135041.399000', '135041.402000', '135041.405000', '135041.408000', '135041.411000', '135041.414000', '135041.417000', '135041.420000', '135041.423000', '135041.426000', '135041.429000', '135041.432000', '135041.435000', '135041.438000', '135041.441000', '135041.444000', '135041.447000', '135041.450000', '135041.453000', '135101.327000', '135101.330000', '135101.333000', '135101.340000', '135101.343000', '135101.346000', '135101.348000', '135101.352000', '135101.354000', '135101.357000', '135101.360000', '135101.363000', '135101.366000', '135101.369000', '135101.372000', '135101.375000', '135101.378000', '135101.381000', '135101.384000', '135101.387000', '135101.390000', '135101.392000', '135101.395000', '135101.398000', '135101.401000', '135101.404000', '135101.407000', '135101.410000', '135101.413000', '135101.416000', '135101.419000', '135101.422000', '135101.425000', '135101.427000', '135101.430000', '135101.433000', '135101.436000', '135101.439000', '135101.442000', '135101.445000', '135101.448000', '135101.451000', '135101.454000', '135101.457000', '135121.327000', '135121.330000', '135121.333000', '135121.336000', '135121.339000', '135121.342000', '135121.345000', '135121.348000', '135121.351000', '135121.354000', '135121.357000', '135121.360000', '135121.362000', '135121.365000', '135121.368000', '135121.371000', '135121.374000', '135121.377000', '135121.380000', '135121.383000', '135121.386000', '135121.389000', '135121.392000', '135121.395000', '135121.397000', '135121.401000', '135121.403000', '135121.406000', '135121.409000', '135121.412000', '135121.415000', '135121.418000', '135121.421000', '135121.424000', '135121.427000', '135121.429000', '135121.432000', '135121.435000', '135121.438000', '135121.441000', '135121.444000', '135121.447000', '135121.450000', '135141.329000', '135141.332000', '135141.335000', '135141.338000', '135141.341000', '135141.343000', '135141.346000', '135141.349000', '135141.352000', '135141.355000', '135141.358000', '135141.361000', '135141.364000', '135141.367000', '135141.370000', '135141.373000', '135141.376000', '135141.378000', '135141.381000', '135141.384000', '135141.387000', '135141.403000', '135141.406000', '135141.409000', '135141.412000', '135141.415000', '135141.418000', '135141.421000', '135141.423000', '135141.426000', '135141.429000', '135141.432000', '135141.435000', '135141.438000', '135141.441000', '135141.444000', '135141.447000', '135141.449000', '135141.452000', '135141.455000', '135141.458000', '135141.461000', '135141.464000', '135141.467000', '135201.327000', '135201.330000', '135201.333000', '135201.336000', '135201.345000', '135201.348000', '135201.351000', '135201.353000', '135201.356000', '135201.359000', '135201.362000', '135201.365000', '135201.368000', '135201.371000', '135201.374000', '135201.377000', '135201.380000', '135201.383000', '135201.386000', '135201.388000', '135201.392000', '135201.395000', '135201.398000', '135201.400000', '135201.403000', '135201.406000', '135201.409000', '135201.412000', '135201.415000', '135201.418000', '135201.421000', '135201.424000', '135201.427000', '135201.429000', '135201.432000', '135201.435000', '135201.438000', '135201.441000', '135201.445000', '135201.448000', '135201.451000', '135201.454000', '135201.457000', '135206.636000', '135206.639000', '135206.643000', '135206.646000', '135206.649000', '135206.652000', '135206.655000', '135206.658000', '135206.661000', '135206.664000', '135206.667000', '135206.670000'], '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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [9071, 8626, 6752, 7312, 6005, 7342, 5759, 7410, 5899, 7507, 6102, 7002, 6010, 6287, 6465, 6353, 6553, 6197, 8481, 6199, 6320, 6132, 8676, 6007, 6600, 6032, 7076, 6540, 7939, 6473, 6456, 6240, 6364, 6341, 7666, 6501, 6609, 6027, 5919, 5993, 6484, 6081, 7014, 7006, 8095, 6545, 7484, 6349, 8063, 6085, 8184, 6325, 11232, 6923, 12078, 6620, 8368, 5896, 6886, 6161, 6392, 5912, 6134, 7535, 6189, 7362, 6181, 6124, 5954, 6415, 6287, 5971, 8283, 6066, 6382, 6342, 7853, 6470, 6518, 6113, 7106, 8297, 9282, 6045, 7648, 5817, 8329, 5806, 8402, 6129, 7653, 6117, 7453, 6191, 6586, 6269, 7253, 6267, 7842, 6550, 6079, 6252, 5932, 6062, 6338, 6157, 6656, 7890, 6317, 6896, 5892, 7509, 6060, 8277, 6836, 9596, 7039, 8106, 6424, 8099, 6478, 8136, 6283, 8250, 6486, 9416, 6499, 8014, 6454, 7135, 6281, 7133, 6260, 7148, 6226, 7745, 6012, 7162, 6350, 6473, 6359, 6516, 6278, 7250, 6128, 6082, 6412, 6242, 6659, 6189, 7108, 8313, 9044, 8042, 8317, 6120, 7064, 6084, 6940, 6847, 7352, 6664, 7957, 6183, 8171, 6499, 9139, 6124, 8785, 6329, 10722, 6277, 7639, 6014, 6518, 6201, 6018, 6485, 6275, 6164, 6708, 6339, 6116, 6281, 5931, 6043, 6240, 9470, 5919, 6937, 6210, 7786, 6471, 9160, 6739, 13200, 7406, 12784, 6713, 7702, 6659, 7218, 6639, 7176, 6312, 8132, 6173, 5895, 7207, 6544, 7518, 6184, 8683, 6681, 9969, 6859, 9565, 6140, 7747, 6224, 8515, 6159, 9174, 6049, 7428, 6100, 6851, 6077, 6777, 6107, 6400, 6276, 6162, 6016, 6008, 5983, 6578, 6212, 6142, 6297, 6029, 7556, 5898, 8070, 7972, 6646, 6292, 5953, 5895, 7466, 5886, 7532, 6506, 10171, 7000, 9869, 6678, 7751, 6954, 8192, 8938, 8291, 10753, 7368, 8553, 5775, 8116, 5735, 7929, 5929, 7912, 5980, 7954, 6508, 8060, 6192, 6148, 5863, 6158, 6133, 6010, 6299, 5901, 6838, 6177, 7612, 5875, 7753, 5995, 7013, 6008, 6513, 5753, 6088, 6066, 5787, 7388, 5681, 6387, 5846, 7356, 5878, 8396, 6358, 5943, 6367, 6183, 6954, 6840, 6919, 6881, 6917, 6631, 7201, 5985, 6541, 5783, 6775, 5934, 6177, 5984, 5841, 6372, 5739, 7051, 5886, 8218, 6870, 9029, 7117, 9280, 6541, 8135, 6432, 8417, 7059, 9790, 6825, 7781, 6199, 6752, 6300, 7004, 6158, 7198, 6234, 6252, 6594, 6099, 6849, 6017, 7393, 6158, 7839, 6457, 5969, 6816, 5925, 7556, 6095, 8079, 6095, 8489, 7035, 5876, 7590, 6025, 7743, 5967, 7135, 5986, 8098, 6627, 7246, 5967, 7406, 6086, 7472, 6225, 7784, 6213, 7931, 6217, 8312, 6297, 8294, 6034, 5773, 6069, 5773, 6010, 6323, 6852, 5840, 6339, 6080, 5766, 6366, 6837, 8740, 7310, 7958, 6008, 11191, 6800, 8066, 6289, 7439, 8656, 7278, 9183, 7151, 5967, 7755, 5834, 9163, 6250, 8327, 6120, 7611, 6005, 8057, 5964, 7952, 6405, 8538, 6427, 8192, 6587, 8653, 6515, 8455, 6729, 7328, 6434, 6945, 6624, 6705, 6504, 6740, 6007, 7346, 6229, 7428, 6195, 7826, 6327, 7979, 6755, 8371, 6720, 8622, 6295, 5895, 6181, 6002, 6151, 6106, 6453, 6652, 9536, 6709, 7014, 6321, 7426, 6310, 8082, 6257, 8704, 6543, 8566, 6363, 7611, 6609, 9505, 6983, 9097, 7259, 8126, 6709, 7518, 6301, 7780, 6219, 8490, 6513, 8047, 6305, 7142, 6296, 6874, 6173, 6578, 6025, 6596, 5964, 5938, 8084, 6103, 9221, 6503, 7336, 7658, 12234, 7355, 9099, 6159, 7675, 6279, 8945, 6178, 10073, 6231, 7405, 6151, 7555, 6147, 7795, 6320, 8176, 6270, 6053, 6230, 6097, 6543, 6439, 6766, 6775, 6937, 6548, 7113, 6140, 7868, 5973, 8574, 6160, 9567, 6511, 7839, 6415, 7150, 6272, 7299, 6408, 7387, 6363, 8168, 6465, 7914, 6728, 6928, 6616, 7089, 7000, 7131, 7098, 7848, 6598, 7307, 6217, 5726, 5996, 5954, 6080, 5927, 6056, 6163, 6022, 7449, 9026, 6761, 7687, 6246, 6927, 7949, 8035, 8314, 9950, 6291, 7928, 6136, 9681, 6584, 12815, 6286, 8489, 5778, 6249, 8796, 5772, 6072, 6982, 6102, 7860, 9737, 6258, 9515, 6878, 8241, 8197, 6759, 12184, 6987, 10928, 6760, 11836, 6218, 7301, 5956, 6313, 6024, 6011, 5859, 6367, 6043, 6604, 5797, 6598, 6153, 6443, 6367, 6626, 6454, 7685, 6287, 6520, 6274, 7148, 6332, 8621, 6641, 9480, 7235, 9275, 6359, 8289, 6363, 7565, 6742, 7239, 6957, 6466, 7079, 6290, 6951, 7416, 7137, 6050, 6242, 6242, 6266, 5800, 6065, 6580, 5897, 7393, 5976, 6459, 6067, 8044, 6543, 9945, 9130, 10492, 7418, 9421, 6243, 7618, 6260, 8206, 6356, 10363, 6192, 7359, 6469, 7105, 6354, 7739, 6621, 8899, 6384, 6489, 6043, 6858, 6354, 7763, 6979, 6038, 7071, 6210, 6509, 8073, 6493, 7860, 6585, 8365, 6290, 8585, 6100, 6113, 6409, 6178, 6544, 6385, 6225, 8230, 6623, 8247, 6707, 7051, 6617, 7575, 6147, 8164, 6232, 6553, 5996, 6485, 6101, 7109, 5952, 7268, 5984, 7234, 5997, 6642, 6013, 6719, 6849, 6858, 7771, 7019, 7304, 6549, 6037, 6274, 5959, 6026, 6905, 6436, 7887, 7363, 6657, 6877, 5917, 10471, 6195, 10052, 6393, 10013, 6365, 7024, 6904, 7927, 8648, 8174, 8022, 6371, 7109, 6165, 7127, 7857, 8472, 7175, 9041, 5925, 8899, 5997, 8883, 6024, 8251, 5982, 7383, 6198, 7478, 6243, 7255, 6381, 8279, 6329, 8350, 6416, 8262, 6331, 7123, 6579, 7770, 6198, 7357, 6247, 7354, 6116, 6006, 6256, 5845, 6399, 6114, 6361, 7422, 6421, 8280, 6885, 5827, 6509, 5999, 6780, 6050, 8142, 6173, 6141, 7599, 5928, 6745, 6191, 7577, 6294, 6089, 8095, 6401, 7588, 6675, 7844, 6854, 8043, 7185, 7907, 6260, 7215, 6278, 6672, 6285, 6323, 6236, 6126, 6261, 6317, 6095, 6077, 6036, 5915, 6003, 6083, 6733, 5841, 6275, 6069, 5862, 6375, 5886, 5880, 5795, 7261, 5721, 9467, 5603, 8130, 5933, 6332, 7103, 5929, 6427, 6662, 5612, 11719, 7501, 10812, 8273, 7692, 8640, 5937, 10937, 5764, 12918, 8662, 10719, 6891, 8383, 6084, 7432, 6184, 7192, 6589, 7886, 7270, 6481, 6016, 5661, 5768, 5638, 5960, 7116, 6801, 6420, 8239, 5754, 8797, 5962, 6919, 5730, 8218, 6108, 6328, 5785, 5962, 6012, 5965, 6252, 6548, 6088, 7701, 6321, 8571, 6310, 8588, 6531, 7402, 6283, 6741, 6131, 6431, 6180, 8107, 5941, 5951, 6001, 5728, 6176, 6518, 6394, 6111, 6716, 6115, 5923, 8956, 6488, 7508, 5968, 7630, 6225, 8093, 7191, 8886, 6959, 9791, 8141, 10181, 7083, 6850, 6607, 6243, 6794, 6774, 7395, 7472, 7327, 6339, 6535, 5957, 6294, 5947, 6216, 6020, 6305, 5858, 7650, 5924, 6117, 5915, 6161, 7696, 6514, 8415, 6490, 9363, 6560, 7796, 6433, 6969, 6420, 6538, 6384, 7269, 6241, 6984, 6050, 6064, 8574, 6055, 5861, 6125, 8892, 8286, 7730, 5981, 7076, 6037, 7709, 6207, 8373, 6237, 7766, 6430, 6872, 6550, 8083, 6960, 9254, 7424, 10079, 6657, 8330, 6316, 7976, 6526, 8100, 6602, 8239, 6316, 7616, 6231, 6146, 6228, 5997, 6622, 5991, 6427, 7226, 6932, 7525, 7084, 9182, 7207, 9850, 7966, 11051, 7403, 9135, 6618, 8401, 6368, 8109, 6291, 8935, 6541, 8392, 6414, 7145, 6101, 7635, 6434, 8234, 6510, 7075, 6548, 8047, 6302, 7446, 6553, 5821, 6554, 7305, 6487, 6652, 6677, 6169, 6394, 7324, 6271, 8742, 6851, 9797, 7739, 10120, 6386, 6943, 6046, 6559, 6955, 7264, 7358, 9132, 6354, 7286, 6011, 6887, 6103, 8401, 6387, 10620, 6325, 7577, 6709, 7296, 6563, 7400, 6459, 8774, 6396, 9493, 6505, 8645, 6319, 7629, 6540, 7289, 6401, 7692, 6548, 8827, 6387, 8755, 6446, 6081, 6564, 7030, 6589, 7724, 6115, 7175, 6170, 5793, 6039, 5903, 6266, 6701, 6426, 6518, 8075, 5918, 6842, 6127, 6840, 6993, 7237, 6443, 7758, 6293, 7245, 6360, 7006, 6038, 6971, 6194, 8342, 6163, 7074, 6113, 5902, 6180, 6595, 10267, 6195, 7632, 6264, 8380, 6471], 'WindowCenter': [3890.0, 3863.0, 3793.0, 3796.0, 3762.0, 3780.0, 3751.0, 3777.0, 3737.0, 3766.0, 3750.0, 3770.0, 3749.0, 3746.0, 3757.0, 3759.0, 3757.0, 3747.0, 3811.0, 3760.0, 3760.0, 3750.0, 3800.0, 3747.0, 3757.0, 3747.0, 3766.0, 3756.0, 3787.0, 3758.0, 3760.0, 3758.0, 3759.0, 3758.0, 3780.0, 3758.0, 3771.0, 3760.0, 3746.0, 3759.0, 3770.0, 3763.0, 3781.0, 3782.0, 3804.0, 3772.0, 3779.0, 3760.0, 3777.0, 3735.0, 3786.0, 3745.0, 3808.0, 3753.0, 3817.0, 3753.0, 3773.0, 3720.0, 3753.0, 3743.0, 3743.0, 3722.0, 3733.0, 3764.0, 3732.0, 3765.0, 3746.0, 3747.0, 3745.0, 3745.0, 3755.0, 3748.0, 3788.0, 3761.0, 3771.0, 3773.0, 3790.0, 3761.0, 3759.0, 3748.0, 3771.0, 3791.0, 3799.0, 3747.0, 3776.0, 3733.0, 3785.0, 3733.0, 3788.0, 3733.0, 3776.0, 3748.0, 3767.0, 3747.0, 3758.0, 3760.0, 3778.0, 3760.0, 3790.0, 3757.0, 3747.0, 3756.0, 3745.0, 3745.0, 3758.0, 3748.0, 3757.0, 3776.0, 3755.0, 3766.0, 3735.0, 3765.0, 3746.0, 3787.0, 3755.0, 3799.0, 3756.0, 3775.0, 3744.0, 3762.0, 3731.0, 3760.0, 3742.0, 3771.0, 3743.0, 3783.0, 3745.0, 3760.0, 3743.0, 3752.0, 3742.0, 3740.0, 3730.0, 3753.0, 3735.0, 3763.0, 3748.0, 3777.0, 3758.0, 3755.0, 3756.0, 3758.0, 3770.0, 3780.0, 3762.0, 3761.0, 3770.0, 3772.0, 3770.0, 3747.0, 3768.0, 3788.0, 3799.0, 3777.0, 3787.0, 3734.0, 3753.0, 3731.0, 3755.0, 3741.0, 3765.0, 3741.0, 3774.0, 3733.0, 3772.0, 3730.0, 3785.0, 3733.0, 3786.0, 3744.0, 3807.0, 3742.0, 3763.0, 3720.0, 3731.0, 3732.0, 3731.0, 3743.0, 3743.0, 3732.0, 3753.0, 3757.0, 3745.0, 3756.0, 3746.0, 3757.0, 3760.0, 3814.0, 3751.0, 3781.0, 3762.0, 3790.0, 3758.0, 3800.0, 3771.0, 3829.0, 3768.0, 3819.0, 3755.0, 3776.0, 3755.0, 3762.0, 3753.0, 3752.0, 3744.0, 3777.0, 3744.0, 3734.0, 3777.0, 3756.0, 3777.0, 3759.0, 3789.0, 3758.0, 3810.0, 3758.0, 3795.0, 3736.0, 3762.0, 3733.0, 3774.0, 3733.0, 3797.0, 3732.0, 3753.0, 3733.0, 3743.0, 3744.0, 3756.0, 3747.0, 3757.0, 3771.0, 3759.0, 3762.0, 3762.0, 3761.0, 3783.0, 3762.0, 3761.0, 3773.0, 3776.0, 3806.0, 3765.0, 3795.0, 3792.0, 3784.0, 3759.0, 3760.0, 3764.0, 3791.0, 3748.0, 3781.0, 3760.0, 3821.0, 3771.0, 3810.0, 3768.0, 3776.0, 3757.0, 3773.0, 3784.0, 3774.0, 3808.0, 3752.0, 3772.0, 3711.0, 3748.0, 3707.0, 3747.0, 3718.0, 3747.0, 3719.0, 3748.0, 3730.0, 3748.0, 3719.0, 3717.0, 3705.0, 3704.0, 3716.0, 3719.0, 3728.0, 3709.0, 3739.0, 3721.0, 3763.0, 3720.0, 3759.0, 3719.0, 3738.0, 3729.0, 3743.0, 3734.0, 3745.0, 3744.0, 3747.0, 3779.0, 3749.0, 3757.0, 3750.0, 3780.0, 3750.0, 3804.0, 3771.0, 3761.0, 3773.0, 3759.0, 3769.0, 3757.0, 3768.0, 3767.0, 3768.0, 3758.0, 3779.0, 3759.0, 3756.0, 3736.0, 3765.0, 3757.0, 3758.0, 3760.0, 3751.0, 3773.0, 3752.0, 3781.0, 3750.0, 3802.0, 3770.0, 3800.0, 3769.0, 3798.0, 3756.0, 3775.0, 3745.0, 3787.0, 3768.0, 3798.0, 3754.0, 3765.0, 3733.0, 3741.0, 3741.0, 3753.0, 3732.0, 3751.0, 3731.0, 3743.0, 3756.0, 3745.0, 3754.0, 3744.0, 3764.0, 3747.0, 3776.0, 3758.0, 3748.0, 3768.0, 3760.0, 3776.0, 3746.0, 3776.0, 3747.0, 3801.0, 3767.0, 3737.0, 3778.0, 3745.0, 3776.0, 3734.0, 3766.0, 3747.0, 3777.0, 3756.0, 3764.0, 3745.0, 3765.0, 3744.0, 3764.0, 3760.0, 3780.0, 3749.0, 3774.0, 3745.0, 3786.0, 3746.0, 3787.0, 3744.0, 3734.0, 3743.0, 3746.0, 3748.0, 3758.0, 3768.0, 3750.0, 3772.0, 3760.0, 3750.0, 3772.0, 3769.0, 3804.0, 3784.0, 3804.0, 3759.0, 3834.0, 3769.0, 3776.0, 3743.0, 3766.0, 3787.0, 3767.0, 3784.0, 3756.0, 3732.0, 3764.0, 3719.0, 3783.0, 3744.0, 3776.0, 3735.0, 3777.0, 3734.0, 3762.0, 3734.0, 3776.0, 3748.0, 3787.0, 3744.0, 3773.0, 3753.0, 3775.0, 3745.0, 3773.0, 3742.0, 3765.0, 3745.0, 3753.0, 3755.0, 3752.0, 3758.0, 3767.0, 3748.0, 3780.0, 3759.0, 3779.0, 3750.0, 3778.0, 3757.0, 3775.0, 3770.0, 3789.0, 3768.0, 3786.0, 3745.0, 3735.0, 3748.0, 3746.0, 3748.0, 3748.0, 3759.0, 3759.0, 3811.0, 3769.0, 3767.0, 3759.0, 3767.0, 3746.0, 3775.0, 3746.0, 3787.0, 3748.0, 3787.0, 3743.0, 3765.0, 3753.0, 3784.0, 3756.0, 3785.0, 3764.0, 3774.0, 3754.0, 3750.0, 3741.0, 3763.0, 3733.0, 3772.0, 3746.0, 3761.0, 3741.0, 3750.0, 3743.0, 3755.0, 3746.0, 3757.0, 3747.0, 3769.0, 3758.0, 3762.0, 3803.0, 3763.0, 3812.0, 3758.0, 3782.0, 3779.0, 3831.0, 3767.0, 3797.0, 3745.0, 3765.0, 3742.0, 3784.0, 3732.0, 3798.0, 3735.0, 3764.0, 3732.0, 3764.0, 3735.0, 3764.0, 3746.0, 3776.0, 3745.0, 3732.0, 3748.0, 3746.0, 3745.0, 3743.0, 3755.0, 3755.0, 3753.0, 3742.0, 3753.0, 3733.0, 3772.0, 3730.0, 3773.0, 3732.0, 3794.0, 3743.0, 3765.0, 3745.0, 3765.0, 3758.0, 3766.0, 3755.0, 3767.0, 3758.0, 3789.0, 3757.0, 3779.0, 3756.0, 3768.0, 3756.0, 3756.0, 3756.0, 3753.0, 3768.0, 3790.0, 3770.0, 3792.0, 3761.0, 3748.0, 3761.0, 3763.0, 3774.0, 3763.0, 3762.0, 3762.0, 3773.0, 3797.0, 3827.0, 3785.0, 3806.0, 3774.0, 3784.0, 3791.0, 3791.0, 3791.0, 3811.0, 3758.0, 3789.0, 3748.0, 3798.0, 3756.0, 3831.0, 3757.0, 3800.0, 3751.0, 3758.0, 3799.0, 3735.0, 3745.0, 3765.0, 3759.0, 3790.0, 3798.0, 3743.0, 3796.0, 3744.0, 3776.0, 3775.0, 3755.0, 3816.0, 3742.0, 3793.0, 3731.0, 3792.0, 3717.0, 3737.0, 3717.0, 3718.0, 3717.0, 3716.0, 3708.0, 3730.0, 3731.0, 3741.0, 3732.0, 3756.0, 3746.0, 3746.0, 3759.0, 3758.0, 3758.0, 3781.0, 3773.0, 3762.0, 3761.0, 3769.0, 3759.0, 3800.0, 3770.0, 3810.0, 3782.0, 3799.0, 3759.0, 3787.0, 3746.0, 3775.0, 3758.0, 3768.0, 3757.0, 3746.0, 3757.0, 3746.0, 3768.0, 3767.0, 3781.0, 3762.0, 3774.0, 3771.0, 3772.0, 3764.0, 3774.0, 3783.0, 3765.0, 3796.0, 3776.0, 3786.0, 3765.0, 3804.0, 3772.0, 3813.0, 3813.0, 3822.0, 3780.0, 3799.0, 3747.0, 3764.0, 3746.0, 3776.0, 3746.0, 3807.0, 3745.0, 3766.0, 3745.0, 3754.0, 3745.0, 3763.0, 3755.0, 3788.0, 3745.0, 3743.0, 3733.0, 3753.0, 3742.0, 3765.0, 3754.0, 3732.0, 3753.0, 3731.0, 3732.0, 3760.0, 3731.0, 3760.0, 3742.0, 3772.0, 3731.0, 3773.0, 3733.0, 3732.0, 3745.0, 3732.0, 3744.0, 3743.0, 3748.0, 3788.0, 3756.0, 3786.0, 3755.0, 3752.0, 3757.0, 3778.0, 3747.0, 3788.0, 3748.0, 3759.0, 3746.0, 3748.0, 3761.0, 3772.0, 3762.0, 3769.0, 3750.0, 3782.0, 3750.0, 3770.0, 3762.0, 3783.0, 3783.0, 3795.0, 3819.0, 3809.0, 3810.0, 3787.0, 3775.0, 3785.0, 3776.0, 3775.0, 3783.0, 3774.0, 3804.0, 3795.0, 3785.0, 3788.0, 3753.0, 3823.0, 3749.0, 3809.0, 3758.0, 3810.0, 3757.0, 3755.0, 3756.0, 3776.0, 3786.0, 3777.0, 3776.0, 3743.0, 3752.0, 3719.0, 3741.0, 3761.0, 3762.0, 3740.0, 3770.0, 3717.0, 3770.0, 3716.0, 3771.0, 3717.0, 3761.0, 3720.0, 3749.0, 3719.0, 3739.0, 3730.0, 3747.0, 3730.0, 3761.0, 3733.0, 3759.0, 3728.0, 3757.0, 3727.0, 3736.0, 3727.0, 3747.0, 3718.0, 3749.0, 3731.0, 3751.0, 3732.0, 3733.0, 3744.0, 3722.0, 3744.0, 3732.0, 3745.0, 3765.0, 3757.0, 3789.0, 3767.0, 3747.0, 3757.0, 3746.0, 3755.0, 3746.0, 3777.0, 3747.0, 3760.0, 3790.0, 3760.0, 3769.0, 3758.0, 3777.0, 3758.0, 3751.0, 3790.0, 3757.0, 3780.0, 3768.0, 3789.0, 3769.0, 3788.0, 3755.0, 3778.0, 3742.0, 3764.0, 3746.0, 3741.0, 3731.0, 3732.0, 3730.0, 3735.0, 3744.0, 3746.0, 3736.0, 3748.0, 3748.0, 3738.0, 3748.0, 3774.0, 3785.0, 3754.0, 3761.0, 3764.0, 3764.0, 3773.0, 3752.0, 3764.0, 3765.0, 3797.0, 3754.0, 3827.0, 3768.0, 3807.0, 3776.0, 3773.0, 3782.0, 3763.0, 3759.0, 3771.0, 3749.0, 3834.0, 3782.0, 3822.0, 3791.0, 3782.0, 3790.0, 3735.0, 3807.0, 3723.0, 3819.0, 3774.0, 3796.0, 3753.0, 3775.0, 3732.0, 3739.0, 3720.0, 3740.0, 3742.0, 3762.0, 3752.0, 3729.0, 3721.0, 3710.0, 3709.0, 3710.0, 3732.0, 3753.0, 3742.0, 3731.0, 3762.0, 3711.0, 3770.0, 3719.0, 3740.0, 3709.0, 3759.0, 3719.0, 3731.0, 3723.0, 3733.0, 3734.0, 3732.0, 3745.0, 3742.0, 3735.0, 3763.0, 3747.0, 3787.0, 3743.0, 3775.0, 3742.0, 3751.0, 3730.0, 3741.0, 3731.0, 3730.0, 3746.0, 3777.0, 3759.0, 3750.0, 3746.0, 3736.0, 3760.0, 3758.0, 3770.0, 3760.0, 3770.0, 3762.0, 3774.0, 3814.0, 3771.0, 3795.0, 3776.0, 3806.0, 3763.0, 3790.0, 3772.0, 3799.0, 3769.0, 3798.0, 3777.0, 3799.0, 3754.0, 3741.0, 3742.0, 3743.0, 3743.0, 3742.0, 3752.0, 3753.0, 3751.0, 3729.0, 3729.0, 3719.0, 3728.0, 3718.0, 3732.0, 3732.0, 3745.0, 3734.0, 3777.0, 3744.0, 3745.0, 3735.0, 3745.0, 3775.0, 3758.0, 3786.0, 3748.0, 3799.0, 3755.0, 3766.0, 3745.0, 3754.0, 3744.0, 3743.0, 3746.0, 3767.0, 3758.0, 3767.0, 3747.0, 3759.0, 3801.0, 3748.0, 3750.0, 3750.0, 3802.0, 3803.0, 3792.0, 3749.0, 3767.0, 3748.0, 3778.0, 3747.0, 3788.0, 3750.0, 3779.0, 3756.0, 3756.0, 3757.0, 3791.0, 3770.0, 3813.0, 3779.0, 3808.0, 3759.0, 3774.0, 3745.0, 3763.0, 3732.0, 3774.0, 3755.0, 3785.0, 3744.0, 3774.0, 3746.0, 3745.0, 3745.0, 3745.0, 3769.0, 3759.0, 3760.0, 3781.0, 3781.0, 3792.0, 3769.0, 3799.0, 3767.0, 3797.0, 3777.0, 3807.0, 3753.0, 3782.0, 3742.0, 3760.0, 3730.0, 3760.0, 3730.0, 3772.0, 3742.0, 3773.0, 3744.0, 3751.0, 3732.0, 3761.0, 3732.0, 3760.0, 3744.0, 3751.0, 3742.0, 3774.0, 3743.0, 3763.0, 3744.0, 3721.0, 3742.0, 3766.0, 3755.0, 3757.0, 3770.0, 3758.0, 3770.0, 3779.0, 3759.0, 3799.0, 3768.0, 3810.0, 3778.0, 3810.0, 3758.0, 3766.0, 3734.0, 3744.0, 3753.0, 3765.0, 3765.0, 3797.0, 3744.0, 3764.0, 3733.0, 3753.0, 3731.0, 3775.0, 3742.0, 3805.0, 3744.0, 3763.0, 3743.0, 3750.0, 3741.0, 3750.0, 3732.0, 3771.0, 3743.0, 3783.0, 3731.0, 3771.0, 3731.0, 3749.0, 3729.0, 3749.0, 3731.0, 3760.0, 3741.0, 3771.0, 3731.0, 3784.0, 3744.0, 3731.0, 3753.0, 3752.0, 3755.0, 3763.0, 3734.0, 3767.0, 3747.0, 3736.0, 3748.0, 3736.0, 3758.0, 3759.0, 3757.0, 3757.0, 3789.0, 3735.0, 3756.0, 3733.0, 3756.0, 3765.0, 3765.0, 3743.0, 3764.0, 3746.0, 3766.0, 3755.0, 3754.0, 3744.0, 3766.0, 3746.0, 3787.0, 3747.0, 3780.0, 3747.0, 3737.0, 3748.0, 3758.0, 3821.0, 3747.0, 3789.0, 3758.0, 3788.0, 3746.0], 'WindowWidth': [8735.0, 8678.0, 8564.0, 8555.0, 8501.0, 8521.0, 8483.0, 8510.0, 8457.0, 8493.0, 8479.0, 8503.0, 8473.0, 8465.0, 8482.0, 8487.0, 8482.0, 8470.0, 8562.0, 8491.0, 8490.0, 8477.0, 8544.0, 8471.0, 8482.0, 8470.0, 8493.0, 8479.0, 8520.0, 8485.0, 8493.0, 8489.0, 8490.0, 8486.0, 8515.0, 8487.0, 8506.0, 8492.0, 8469.0, 8491.0, 8504.0, 8499.0, 8520.0, 8524.0, 8554.0, 8512.0, 8515.0, 8490.0, 8507.0, 8451.0, 8518.0, 8461.0, 8548.0, 8471.0, 8559.0, 8470.0, 8496.0, 8423.0, 8472.0, 8458.0, 8458.0, 8430.0, 8444.0, 8484.0, 8443.0, 8491.0, 8466.0, 8468.0, 8465.0, 8463.0, 8481.0, 8474.0, 8526.0, 8493.0, 8508.0, 8513.0, 8533.0, 8493.0, 8490.0, 8472.0, 8505.0, 8531.0, 8540.0, 8469.0, 8505.0, 8445.0, 8516.0, 8444.0, 8521.0, 8446.0, 8504.0, 8472.0, 8495.0, 8469.0, 8486.0, 8491.0, 8512.0, 8489.0, 8531.0, 8483.0, 8469.0, 8482.0, 8464.0, 8463.0, 8486.0, 8470.0, 8481.0, 8504.0, 8479.0, 8492.0, 8451.0, 8489.0, 8466.0, 8519.0, 8479.0, 8537.0, 8479.0, 8500.0, 8460.0, 8479.0, 8439.0, 8474.0, 8453.0, 8491.0, 8457.0, 8508.0, 8464.0, 8475.0, 8458.0, 8466.0, 8452.0, 8446.0, 8437.0, 8468.0, 8449.0, 8482.0, 8473.0, 8512.0, 8488.0, 8477.0, 8483.0, 8486.0, 8507.0, 8518.0, 8497.0, 8497.0, 8509.0, 8511.0, 8505.0, 8471.0, 8498.0, 8523.0, 8541.0, 8509.0, 8522.0, 8448.0, 8470.0, 8439.0, 8473.0, 8452.0, 8488.0, 8452.0, 8499.0, 8444.0, 8493.0, 8437.0, 8514.0, 8447.0, 8520.0, 8460.0, 8546.0, 8454.0, 8480.0, 8420.0, 8438.0, 8441.0, 8441.0, 8460.0, 8457.0, 8441.0, 8471.0, 8481.0, 8465.0, 8482.0, 8467.0, 8485.0, 8490.0, 8566.0, 8481.0, 8520.0, 8497.0, 8528.0, 8488.0, 8541.0, 8507.0, 8578.0, 8495.0, 8563.0, 8477.0, 8505.0, 8478.0, 8481.0, 8472.0, 8467.0, 8461.0, 8505.0, 8463.0, 8451.0, 8510.0, 8480.0, 8510.0, 8489.0, 8525.0, 8486.0, 8559.0, 8485.0, 8529.0, 8452.0, 8477.0, 8444.0, 8495.0, 8444.0, 8532.0, 8443.0, 8468.0, 8444.0, 8454.0, 8462.0, 8481.0, 8470.0, 8485.0, 8510.0, 8491.0, 8500.0, 8500.0, 8499.0, 8529.0, 8499.0, 8498.0, 8517.0, 8526.0, 8565.0, 8508.0, 8541.0, 8535.0, 8529.0, 8490.0, 8492.0, 8505.0, 8534.0, 8474.0, 8518.0, 8490.0, 8574.0, 8507.0, 8558.0, 8500.0, 8506.0, 8478.0, 8496.0, 8512.0, 8497.0, 8548.0, 8466.0, 8490.0, 8408.0, 8453.0, 8398.0, 8448.0, 8412.0, 8448.0, 8416.0, 8454.0, 8433.0, 8453.0, 8417.0, 8412.0, 8394.0, 8392.0, 8412.0, 8417.0, 8430.0, 8405.0, 8446.0, 8423.0, 8479.0, 8422.0, 8471.0, 8419.0, 8443.0, 8434.0, 8454.0, 8447.0, 8463.0, 8464.0, 8471.0, 8517.0, 8479.0, 8485.0, 8479.0, 8518.0, 8479.0, 8554.0, 8508.0, 8495.0, 8515.0, 8491.0, 8503.0, 8483.0, 8499.0, 8497.0, 8498.0, 8483.0, 8515.0, 8488.0, 8480.0, 8455.0, 8491.0, 8485.0, 8488.0, 8492.0, 8484.0, 8513.0, 8486.0, 8521.0, 8480.0, 8548.0, 8505.0, 8544.0, 8504.0, 8538.0, 8480.0, 8501.0, 8463.0, 8521.0, 8498.0, 8535.0, 8474.0, 8486.0, 8445.0, 8452.0, 8453.0, 8469.0, 8442.0, 8466.0, 8440.0, 8458.0, 8479.0, 8464.0, 8474.0, 8461.0, 8489.0, 8470.0, 8507.0, 8485.0, 8473.0, 8500.0, 8491.0, 8506.0, 8468.0, 8505.0, 8469.0, 8542.0, 8495.0, 8456.0, 8511.0, 8465.0, 8505.0, 8446.0, 8493.0, 8469.0, 8507.0, 8477.0, 8487.0, 8466.0, 8490.0, 8461.0, 8488.0, 8492.0, 8517.0, 8475.0, 8500.0, 8465.0, 8520.0, 8468.0, 8519.0, 8464.0, 8448.0, 8458.0, 8470.0, 8474.0, 8484.0, 8501.0, 8479.0, 8510.0, 8494.0, 8481.0, 8512.0, 8503.0, 8553.0, 8527.0, 8558.0, 8491.0, 8592.0, 8499.0, 8506.0, 8458.0, 8491.0, 8520.0, 8493.0, 8511.0, 8476.0, 8441.0, 8483.0, 8422.0, 8509.0, 8460.0, 8503.0, 8450.0, 8506.0, 8448.0, 8480.0, 8447.0, 8502.0, 8470.0, 8523.0, 8462.0, 8494.0, 8471.0, 8498.0, 8463.0, 8494.0, 8453.0, 8489.0, 8462.0, 8469.0, 8476.0, 8467.0, 8487.0, 8496.0, 8474.0, 8517.0, 8493.0, 8517.0, 8478.0, 8509.0, 8482.0, 8503.0, 8504.0, 8528.0, 8499.0, 8516.0, 8464.0, 8451.0, 8472.0, 8466.0, 8470.0, 8471.0, 8488.0, 8487.0, 8558.0, 8502.0, 8495.0, 8486.0, 8492.0, 8467.0, 8501.0, 8464.0, 8519.0, 8469.0, 8519.0, 8459.0, 8485.0, 8471.0, 8509.0, 8477.0, 8514.0, 8485.0, 8497.0, 8473.0, 8461.0, 8451.0, 8482.0, 8443.0, 8488.0, 8464.0, 8475.0, 8452.0, 8460.0, 8458.0, 8474.0, 8469.0, 8482.0, 8471.0, 8500.0, 8488.0, 8498.0, 8553.0, 8499.0, 8563.0, 8486.0, 8520.0, 8512.0, 8585.0, 8495.0, 8534.0, 8464.0, 8488.0, 8455.0, 8511.0, 8440.0, 8532.0, 8448.0, 8486.0, 8444.0, 8484.0, 8447.0, 8485.0, 8465.0, 8504.0, 8463.0, 8442.0, 8472.0, 8466.0, 8462.0, 8456.0, 8476.0, 8476.0, 8471.0, 8455.0, 8470.0, 8443.0, 8493.0, 8436.0, 8494.0, 8442.0, 8527.0, 8459.0, 8488.0, 8464.0, 8490.0, 8489.0, 8492.0, 8479.0, 8496.0, 8485.0, 8527.0, 8485.0, 8513.0, 8479.0, 8497.0, 8479.0, 8476.0, 8476.0, 8471.0, 8496.0, 8534.0, 8508.0, 8537.0, 8497.0, 8475.0, 8496.0, 8502.0, 8518.0, 8503.0, 8501.0, 8500.0, 8517.0, 8551.0, 8590.0, 8535.0, 8562.0, 8517.0, 8529.0, 8532.0, 8534.0, 8531.0, 8557.0, 8486.0, 8527.0, 8471.0, 8535.0, 8480.0, 8582.0, 8483.0, 8542.0, 8483.0, 8487.0, 8539.0, 8451.0, 8465.0, 8488.0, 8493.0, 8529.0, 8535.0, 8458.0, 8528.0, 8458.0, 8500.0, 8501.0, 8475.0, 8554.0, 8450.0, 8518.0, 8433.0, 8513.0, 8410.0, 8436.0, 8411.0, 8413.0, 8408.0, 8408.0, 8400.0, 8433.0, 8436.0, 8450.0, 8442.0, 8478.0, 8467.0, 8465.0, 8488.0, 8484.0, 8487.0, 8518.0, 8511.0, 8496.0, 8494.0, 8499.0, 8489.0, 8542.0, 8505.0, 8555.0, 8520.0, 8539.0, 8489.0, 8519.0, 8466.0, 8501.0, 8484.0, 8497.0, 8480.0, 8464.0, 8478.0, 8466.0, 8497.0, 8494.0, 8519.0, 8497.0, 8515.0, 8508.0, 8512.0, 8504.0, 8518.0, 8528.0, 8508.0, 8549.0, 8525.0, 8535.0, 8506.0, 8554.0, 8511.0, 8565.0, 8565.0, 8574.0, 8518.0, 8539.0, 8467.0, 8487.0, 8465.0, 8503.0, 8465.0, 8547.0, 8465.0, 8490.0, 8463.0, 8473.0, 8463.0, 8483.0, 8476.0, 8521.0, 8462.0, 8457.0, 8443.0, 8469.0, 8456.0, 8487.0, 8474.0, 8441.0, 8470.0, 8437.0, 8440.0, 8474.0, 8435.0, 8474.0, 8453.0, 8491.0, 8438.0, 8493.0, 8442.0, 8441.0, 8463.0, 8443.0, 8460.0, 8458.0, 8472.0, 8525.0, 8480.0, 8519.0, 8476.0, 8469.0, 8480.0, 8509.0, 8470.0, 8526.0, 8473.0, 8488.0, 8467.0, 8470.0, 8495.0, 8509.0, 8499.0, 8500.0, 8478.0, 8522.0, 8479.0, 8506.0, 8501.0, 8530.0, 8529.0, 8550.0, 8585.0, 8573.0, 8574.0, 8540.0, 8520.0, 8535.0, 8524.0, 8520.0, 8528.0, 8518.0, 8556.0, 8545.0, 8532.0, 8541.0, 8491.0, 8577.0, 8475.0, 8553.0, 8484.0, 8558.0, 8483.0, 8476.0, 8476.0, 8503.0, 8519.0, 8507.0, 8505.0, 8458.0, 8466.0, 8420.0, 8450.0, 8475.0, 8480.0, 8446.0, 8487.0, 8414.0, 8483.0, 8410.0, 8486.0, 8413.0, 8473.0, 8420.0, 8456.0, 8419.0, 8442.0, 8432.0, 8452.0, 8435.0, 8476.0, 8442.0, 8471.0, 8430.0, 8463.0, 8424.0, 8434.0, 8424.0, 8450.0, 8417.0, 8456.0, 8438.0, 8464.0, 8442.0, 8444.0, 8461.0, 8428.0, 8461.0, 8444.0, 8464.0, 8488.0, 8484.0, 8526.0, 8496.0, 8472.0, 8482.0, 8469.0, 8478.0, 8468.0, 8507.0, 8469.0, 8491.0, 8532.0, 8494.0, 8504.0, 8488.0, 8510.0, 8487.0, 8479.0, 8529.0, 8481.0, 8517.0, 8499.0, 8529.0, 8500.0, 8523.0, 8475.0, 8510.0, 8453.0, 8486.0, 8463.0, 8451.0, 8436.0, 8437.0, 8435.0, 8447.0, 8459.0, 8463.0, 8450.0, 8470.0, 8470.0, 8457.0, 8470.0, 8518.0, 8533.0, 8488.0, 8494.0, 8503.0, 8504.0, 8512.0, 8482.0, 8504.0, 8509.0, 8551.0, 8487.0, 8589.0, 8514.0, 8562.0, 8521.0, 8512.0, 8522.0, 8499.0, 8488.0, 8507.0, 8474.0, 8591.0, 8521.0, 8572.0, 8531.0, 8519.0, 8527.0, 8448.0, 8543.0, 8429.0, 8562.0, 8496.0, 8529.0, 8467.0, 8497.0, 8438.0, 8442.0, 8417.0, 8444.0, 8451.0, 8475.0, 8463.0, 8431.0, 8420.0, 8404.0, 8403.0, 8404.0, 8438.0, 8467.0, 8452.0, 8435.0, 8476.0, 8408.0, 8484.0, 8415.0, 8444.0, 8402.0, 8471.0, 8419.0, 8435.0, 8428.0, 8443.0, 8446.0, 8439.0, 8462.0, 8454.0, 8448.0, 8483.0, 8470.0, 8519.0, 8458.0, 8498.0, 8453.0, 8462.0, 8433.0, 8449.0, 8436.0, 8435.0, 8465.0, 8505.0, 8490.0, 8477.0, 8467.0, 8454.0, 8491.0, 8488.0, 8507.0, 8493.0, 8505.0, 8500.0, 8519.0, 8569.0, 8509.0, 8545.0, 8527.0, 8563.0, 8503.0, 8529.0, 8507.0, 8540.0, 8500.0, 8537.0, 8509.0, 8536.0, 8472.0, 8451.0, 8452.0, 8456.0, 8455.0, 8452.0, 8466.0, 8467.0, 8464.0, 8431.0, 8431.0, 8418.0, 8428.0, 8415.0, 8440.0, 8441.0, 8463.0, 8447.0, 8508.0, 8462.0, 8463.0, 8450.0, 8465.0, 8504.0, 8484.0, 8519.0, 8470.0, 8534.0, 8475.0, 8490.0, 8463.0, 8472.0, 8461.0, 8459.0, 8466.0, 8492.0, 8483.0, 8494.0, 8472.0, 8490.0, 8546.0, 8472.0, 8478.0, 8477.0, 8548.0, 8551.0, 8535.0, 8477.0, 8495.0, 8473.0, 8510.0, 8471.0, 8522.0, 8478.0, 8512.0, 8480.0, 8479.0, 8482.0, 8529.0, 8503.0, 8563.0, 8516.0, 8549.0, 8486.0, 8498.0, 8462.0, 8482.0, 8440.0, 8498.0, 8476.0, 8514.0, 8462.0, 8501.0, 8468.0, 8465.0, 8467.0, 8465.0, 8501.0, 8488.0, 8494.0, 8523.0, 8523.0, 8535.0, 8502.0, 8537.0, 8495.0, 8533.0, 8507.0, 8547.0, 8469.0, 8505.0, 8455.0, 8473.0, 8434.0, 8472.0, 8434.0, 8492.0, 8455.0, 8498.0, 8460.0, 8463.0, 8442.0, 8475.0, 8438.0, 8473.0, 8459.0, 8465.0, 8453.0, 8498.0, 8459.0, 8484.0, 8457.0, 8426.0, 8455.0, 8490.0, 8477.0, 8484.0, 8506.0, 8488.0, 8506.0, 8515.0, 8488.0, 8541.0, 8497.0, 8555.0, 8511.0, 8555.0, 8486.0, 8493.0, 8447.0, 8460.0, 8469.0, 8489.0, 8487.0, 8534.0, 8460.0, 8488.0, 8445.0, 8470.0, 8440.0, 8500.0, 8453.0, 8540.0, 8459.0, 8483.0, 8456.0, 8462.0, 8450.0, 8461.0, 8440.0, 8490.0, 8456.0, 8508.0, 8438.0, 8489.0, 8437.0, 8457.0, 8432.0, 8456.0, 8437.0, 8473.0, 8452.0, 8489.0, 8439.0, 8510.0, 8459.0, 8437.0, 8471.0, 8467.0, 8476.0, 8484.0, 8448.0, 8493.0, 8469.0, 8454.0, 8470.0, 8454.0, 8486.0, 8487.0, 8483.0, 8482.0, 8528.0, 8453.0, 8479.0, 8446.0, 8480.0, 8491.0, 8487.0, 8458.0, 8487.0, 8465.0, 8492.0, 8477.0, 8473.0, 8462.0, 8492.0, 8468.0, 8520.0, 8472.0, 8519.0, 8471.0, 8458.0, 8474.0, 8484.0, 8572.0, 8472.0, 8529.0, 8488.0, 8524.0, 8467.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.0029171465741543797</td></tr>
<tr><td colspan=3>aqi</td><td>0.037891375455333914</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.37836547039055</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2270572776822914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0459200385503475</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>3635.9136</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14606450985576747</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>190</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.478751084128362</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.601419580707413</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5915689382121814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.66750466367446</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5451851402355983</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128424</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0031497899908572435</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010866807773709297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.8450671327849015</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>35.1301</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7516</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.2547</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300748.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>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.6702</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3745</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.2395</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2985.0838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>812.4642</td></tr>
<tr><td colspan=3>tsnr</td><td>29.53713832993526</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>