ds005256-mriqc/sub-0013_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter c7f26d9d7b [DATALAD RUNCMD] Compute MRIQC for sub-0013
=== 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-0013 --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-0013",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:20 +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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-02/func/sub-0013_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>695babb35d59ad36146710e080426fcc</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:01:2.262500</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.998714, 0.0492497, 0.0120257, -0.0505927, 0.983403, 0.174239]</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.0901782</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>[4130, -7768, -7234, 464, -203, -232, 35, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dee0b824-7cf9-4708-959d-6b036d27c417||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.6794769763946533, -0.1357364058494568, 0.008761233650147915, 119.34879302978516], [-0.13213324546813965, 2.6383981704711914, 0.4714818596839905, -95.38330841064453], [0.03226402774453163, -0.46746930480003357, 2.658501148223877, -28.553653717041016], [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': ['100102.262500', '100102.722500', '100103.182500', '100103.642500', '100104.102500', '100104.562500', '100105.022500', '100105.482500', '100105.942500', '100106.402500', '100106.862500', '100107.322500', '100107.782500', '100108.242500', '100108.702500', '100109.162500', '100109.622500', '100110.082500', '100110.542500', '100111.002500', '100111.462500', '100111.922500', '100112.382500', '100112.842500', '100113.302500', '100113.762500', '100114.222500', '100114.682500', '100115.142500', '100115.602500', '100116.062500', '100116.522500', '100116.982500', '100117.442500', '100117.902500', '100118.362500', '100118.822500', '100119.282500', '100119.742500', '100120.202500', '100120.662500', '100121.122500', '100121.582500', '100122.042500', '100122.502500', '100122.962500', '100123.422500', '100123.882500', '100124.342500', '100124.802500', '100125.262500', '100125.722500', '100126.182500', '100126.642500', '100127.102500', '100127.562500', '100128.022500', '100128.482500', '100128.942500', '100129.402500', '100129.862500', '100130.322500', '100130.782500', '100131.242500', '100131.702500', '100132.162500', '100132.622500', '100133.082500', '100133.542500', '100134.002500', '100134.462500', '100134.922500', '100135.382500', '100135.842500', '100136.302500', '100136.762500', '100137.222500', '100137.682500', '100138.142500', '100138.602500', '100139.062500', '100139.522500', '100139.982500', '100140.442500', '100140.902500', '100141.362500', '100141.822500', '100142.282500', '100142.742500', '100143.202500', '100143.662500', '100144.122500', '100144.582500', '100145.042500', '100145.502500', '100145.962500', '100146.422500', '100146.882500', '100147.342500', '100147.802500', '100148.262500', '100148.722500', '100149.182500', '100149.642500', '100150.102500', '100150.562500', '100151.022500', '100151.482500', '100151.942500', '100152.402500', '100152.862500', '100153.322500', '100153.782500', '100154.242500', '100154.702500', '100155.162500', '100155.622500', '100156.082500', '100156.542500', '100157.002500', '100157.462500', '100157.922500', '100158.382500', '100158.842500', '100159.302500', '100159.762500', '100200.222500', '100200.682500', '100201.142500', '100201.602500', '100202.062500', '100202.522500', '100202.982500', '100203.442500', '100203.902500', '100204.362500', '100204.822500', '100205.282500', '100205.742500', '100206.202500', '100206.662500', '100207.122500', '100207.582500', '100208.042500', '100208.502500', '100208.962500', '100209.422500', '100209.882500', '100210.342500', '100210.802500', '100211.262500', '100211.722500', '100212.182500', '100212.642500', '100213.102500', '100213.562500', '100214.022500', '100214.482500', '100214.942500', '100215.402500', '100215.862500', '100216.322500', '100216.782500', '100217.242500', '100217.702500', '100218.162500', '100218.622500', '100219.082500', '100219.542500', '100220.002500', '100220.462500', '100220.922500', '100221.382500', '100221.842500', '100222.302500', '100222.762500', '100223.222500', '100223.682500', '100224.142500', '100224.602500', '100225.062500', '100225.522500', '100225.982500', '100226.442500', '100226.902500', '100227.362500', '100227.822500', '100228.282500', '100228.742500', '100229.202500', '100229.662500', '100230.122500', '100230.582500', '100231.042500', '100231.502500', '100231.962500', '100232.422500', '100232.882500', '100233.342500', '100233.802500', '100234.262500', '100234.722500', '100235.182500', '100235.642500', '100236.102500', '100236.562500', '100237.022500', '100237.482500', '100237.942500', '100238.402500', '100238.862500', '100239.322500', '100239.782500', '100240.242500', '100240.702500', '100241.162500', '100241.622500', '100242.082500', '100242.542500', '100243.002500', '100243.462500', '100243.922500', '100244.382500', '100244.842500', '100245.302500', '100245.762500', '100246.222500', '100246.682500', '100247.142500', '100247.602500', '100248.062500', '100248.522500', '100248.982500', '100249.442500', '100249.902500', '100250.362500', '100250.822500', '100251.282500', '100251.742500', '100252.202500', '100252.662500', '100253.122500', '100253.582500', '100254.042500', '100254.502500', '100254.962500', '100255.422500', '100255.882500', '100256.342500', '100256.802500', '100257.262500', '100257.722500', '100258.182500', '100258.642500', '100259.102500', '100259.562500', '100300.022500', '100300.482500', '100300.942500', '100301.402500', '100301.862500', '100302.322500', '100302.782500', '100303.242500', '100303.702500', '100304.162500', '100304.622500', '100305.082500', '100305.542500', '100306.002500', '100306.462500', '100306.922500', '100307.382500', '100307.842500', '100308.302500', '100308.762500', '100309.222500', '100309.682500', '100310.142500', '100310.602500', '100311.062500', '100311.522500', '100311.982500', '100312.442500', '100312.902500', '100313.362500', '100313.822500', '100314.282500', '100314.742500', '100315.202500', '100315.662500', '100316.122500', '100316.582500', '100317.042500', '100317.502500', '100317.962500', '100318.422500', '100318.882500', '100319.342500', '100319.802500', '100320.262500', '100320.722500', '100321.182500', '100321.642500', '100322.102500', '100322.562500', '100323.022500', '100323.482500', '100323.942500', '100324.402500', '100324.862500', '100325.322500', '100325.782500', '100326.242500', '100326.702500', '100327.162500', '100327.622500', '100328.082500', '100328.542500', '100329.002500', '100329.462500', '100329.922500', '100330.382500', '100330.842500', '100331.302500', '100331.762500', '100332.222500', '100332.682500', '100333.142500', '100333.602500', '100334.062500', '100334.522500', '100334.982500', '100335.442500', '100335.902500', '100336.362500', '100336.822500', '100337.282500', '100337.742500', '100338.202500', '100338.662500', '100339.122500', '100339.582500', '100340.042500', '100340.502500', '100340.962500', '100341.422500', '100341.882500', '100342.342500', '100342.802500', '100343.262500', '100343.722500', '100344.182500', '100344.642500', '100345.102500', '100345.562500', '100346.022500', '100346.482500', '100346.942500', '100347.402500', '100347.862500', '100348.322500', '100348.782500', '100349.242500', '100349.702500', '100350.162500', '100350.622500', '100351.082500', '100351.542500', '100352.002500', '100352.462500', '100352.922500', '100353.382500', '100353.842500', '100354.302500', '100354.762500', '100355.222500', '100355.682500', '100356.142500', '100356.602500', '100357.062500', '100357.522500', '100357.982500', '100358.442500', '100358.902500', '100359.362500', '100359.822500', '100400.282500', '100400.742500', '100401.202500', '100401.662500', '100402.122500', '100402.582500', '100403.042500', '100403.502500', '100403.962500', '100404.422500', '100404.882500', '100405.342500', '100405.802500', '100406.262500', '100406.722500', '100407.182500', '100407.642500', '100408.102500', '100408.562500', '100409.022500', '100409.482500', '100409.942500', '100410.402500', '100410.862500', '100411.322500', '100411.782500', '100412.242500', '100412.702500', '100413.162500', '100413.622500', '100414.082500', '100414.542500', '100415.002500', '100415.462500', '100415.922500', '100416.382500', '100416.842500', '100417.302500', '100417.762500', '100418.222500', '100418.682500', '100419.142500', '100419.602500', '100420.062500', '100420.522500', '100420.982500', '100421.442500', '100421.902500', '100422.362500', '100422.822500', '100423.282500', '100423.742500', '100424.202500', '100424.662500', '100425.122500', '100425.582500', '100426.042500', '100426.502500', '100426.962500', '100427.422500', '100427.882500', '100428.342500', '100428.802500', '100429.262500', '100429.722500', '100430.182500', '100430.642500', '100431.102500', '100431.562500', '100432.022500', '100432.482500', '100432.942500', '100433.402500', '100433.862500', '100434.322500', '100434.782500', '100435.242500', '100435.702500', '100436.162500', '100436.622500', '100437.082500', '100437.542500', '100438.002500', '100438.462500', '100438.922500', '100439.382500', '100439.842500', '100440.302500', '100440.762500', '100441.222500', '100441.682500', '100442.142500', '100442.602500', '100443.062500', '100443.522500', '100443.982500', '100444.442500', '100444.902500', '100445.362500', '100445.822500', '100446.282500', '100446.742500', '100447.202500', '100447.662500', '100448.122500', '100448.582500', '100449.042500', '100449.502500', '100449.962500', '100450.422500', '100450.882500', '100451.342500', '100451.802500', '100452.262500', '100452.722500', '100453.182500', '100453.642500', '100454.102500', '100454.562500', '100455.022500', '100455.482500', '100455.942500', '100456.402500', '100456.862500', '100457.322500', '100457.782500', '100458.242500', '100458.702500', '100459.162500', '100459.622500', '100500.082500', '100500.542500', '100501.002500', '100501.462500', '100501.922500', '100502.382500', '100502.842500', '100503.302500', '100503.762500', '100504.222500', '100504.682500', '100505.142500', '100505.602500', '100506.062500', '100506.522500', '100506.982500', '100507.442500', '100507.902500', '100508.362500', '100508.822500', '100509.282500', '100509.742500', '100510.202500', '100510.662500', '100511.122500', '100511.582500', '100512.042500', '100512.502500', '100512.962500', '100513.422500', '100513.882500', '100514.342500', '100514.802500', '100515.262500', '100515.722500', '100516.182500', '100516.642500', '100517.102500', '100517.562500', '100518.022500', '100518.482500', '100518.942500', '100519.402500', '100519.862500', '100520.322500', '100520.782500', '100521.242500', '100521.702500', '100522.162500', '100522.622500', '100523.082500', '100523.542500', '100524.002500', '100524.462500', '100524.922500', '100525.382500', '100525.842500', '100526.302500', '100526.762500', '100527.222500', '100527.682500', '100528.142500', '100528.602500', '100529.062500', '100529.522500', '100529.982500', '100530.442500', '100530.902500', '100531.362500', '100531.822500', '100532.282500', '100532.742500', '100533.202500', '100533.662500', '100534.122500', '100534.582500', '100535.042500', '100535.502500', '100535.962500', '100536.422500', '100536.882500', '100537.342500', '100537.802500', '100538.262500', '100538.722500', '100539.182500', '100539.642500', '100540.102500', '100540.562500', '100541.022500', '100541.482500', '100541.942500', '100542.402500', '100542.862500', '100543.322500', '100543.782500', '100544.242500', '100544.702500', '100545.162500', '100545.622500', '100546.082500', '100546.542500', '100547.002500', '100547.462500', '100547.922500', '100548.382500', '100548.842500', '100549.302500', '100549.762500', '100550.222500', '100550.682500', '100551.142500', '100551.602500', '100552.062500', '100552.522500', '100552.982500', '100553.442500', '100553.902500', '100554.362500', '100554.822500', '100555.282500', '100555.742500', '100556.202500', '100556.662500', '100557.122500', '100557.582500', '100558.042500', '100558.502500', '100558.962500', '100559.422500', '100559.882500', '100600.342500', '100600.802500', '100601.262500', '100601.722500', '100602.182500', '100602.642500', '100603.102500', '100603.562500', '100604.022500', '100604.482500', '100604.942500', '100605.402500', '100605.862500', '100606.322500', '100606.782500', '100607.242500', '100607.702500', '100608.162500', '100608.622500', '100609.082500', '100609.542500', '100610.002500', '100610.462500', '100610.922500', '100611.382500', '100611.842500', '100612.302500', '100612.762500', '100613.222500', '100613.682500', '100614.142500', '100614.602500', '100615.062500', '100615.522500', '100615.982500', '100616.442500', '100616.902500', '100617.362500', '100617.822500', '100618.282500', '100618.742500', '100619.202500', '100619.662500', '100620.122500', '100620.582500', '100621.042500', '100621.502500', '100621.962500', '100622.422500', '100622.882500', '100623.342500', '100623.802500', '100624.262500', '100624.722500', '100625.182500', '100625.642500', '100626.102500', '100626.562500', '100627.022500', '100627.482500', '100627.942500', '100628.402500', '100628.862500', '100629.322500', '100629.782500', '100630.242500', '100630.702500', '100631.162500', '100631.622500', '100632.082500', '100632.542500', '100633.002500', '100633.462500', '100633.922500', '100634.382500', '100634.842500', '100635.302500', '100635.762500', '100636.222500', '100636.682500', '100637.142500', '100637.602500', '100638.062500', '100638.522500', '100638.982500', '100639.442500', '100639.902500', '100640.362500', '100640.822500', '100641.282500', '100641.742500', '100642.202500', '100642.662500', '100643.122500', '100643.582500', '100644.042500', '100644.502500', '100644.962500', '100645.422500', '100645.882500', '100646.342500', '100646.802500', '100647.262500', '100647.722500', '100648.182500', '100648.642500', '100649.102500', '100649.562500', '100650.022500', '100650.482500', '100650.942500', '100651.402500', '100651.862500', '100652.322500', '100652.782500', '100653.242500', '100653.702500', '100654.162500', '100654.622500', '100655.082500', '100655.542500', '100656.002500', '100656.462500', '100656.922500', '100657.382500', '100657.842500', '100658.302500', '100658.762500', '100659.222500', '100659.682500', '100700.142500', '100700.602500', '100701.062500', '100701.522500', '100701.982500', '100702.442500', '100702.902500', '100703.362500', '100703.822500', '100704.282500', '100704.742500', '100705.202500', '100705.662500', '100706.122500', '100706.582500', '100707.042500', '100707.502500', '100707.962500', '100708.422500', '100708.882500', '100709.342500', '100709.802500', '100710.262500', '100710.722500', '100711.182500', '100711.642500', '100712.102500', '100712.562500', '100713.022500', '100713.482500', '100713.942500', '100714.402500', '100714.862500', '100715.322500', '100715.782500', '100716.242500', '100716.702500', '100717.162500', '100717.622500', '100718.082500', '100718.542500', '100719.002500', '100719.462500', '100719.922500', '100720.382500', '100720.842500', '100721.302500', '100721.762500', '100722.222500', '100722.682500', '100723.142500', '100723.602500', '100724.062500', '100724.522500', '100724.982500', '100725.442500', '100725.902500', '100726.362500', '100726.822500', '100727.282500', '100727.742500', '100728.202500', '100728.662500', '100729.122500', '100729.582500', '100730.042500', '100730.502500', '100730.962500', '100731.422500', '100731.882500', '100732.342500', '100732.802500', '100733.262500', '100733.722500', '100734.182500', '100734.642500', '100735.102500', '100735.562500', '100736.022500', '100736.482500', '100736.942500', '100737.402500', '100737.862500', '100738.322500', '100738.782500', '100739.242500', '100739.702500', '100740.162500', '100740.622500', '100741.082500', '100741.542500', '100742.002500', '100742.462500', '100742.922500', '100743.382500', '100743.842500', '100744.302500', '100744.762500', '100745.222500', '100745.682500', '100746.142500', '100746.602500', '100747.062500', '100747.522500', '100747.982500', '100748.442500', '100748.902500', '100749.362500', '100749.822500', '100750.282500', '100750.742500', '100751.202500', '100751.662500', '100752.122500', '100752.582500', '100753.042500', '100753.502500', '100753.962500', '100754.422500', '100754.882500', '100755.342500', '100755.802500', '100756.262500', '100756.722500', '100757.182500', '100757.642500', '100758.102500', '100758.562500', '100759.022500', '100759.482500', '100759.942500', '100800.402500', '100800.862500', '100801.322500', '100801.782500', '100802.242500', '100802.702500', '100803.162500', '100803.622500', '100804.082500', '100804.542500', '100805.002500', '100805.462500', '100805.922500', '100806.382500', '100806.842500', '100807.302500', '100807.762500', '100808.222500', '100808.682500', '100809.142500', '100809.602500', '100810.062500', '100810.522500', '100810.982500', '100811.442500', '100811.902500', '100812.362500', '100812.822500', '100813.282500', '100813.742500', '100814.202500', '100814.662500', '100815.122500', '100815.582500', '100816.042500', '100816.502500', '100816.962500', '100817.422500', '100817.882500', '100818.342500', '100818.802500', '100819.262500', '100819.722500', '100820.182500', '100820.642500', '100821.102500', '100821.562500', '100822.022500', '100822.482500', '100822.942500', '100823.402500', '100823.862500', '100824.322500', '100824.782500', '100825.242500', '100825.702500', '100826.162500', '100826.622500', '100827.082500', '100827.542500', '100828.002500', '100828.462500', '100828.922500', '100829.382500', '100829.842500', '100830.302500', '100830.762500', '100831.222500', '100831.682500', '100832.142500', '100832.602500', '100833.062500', '100833.522500', '100833.982500', '100834.442500', '100834.902500', '100835.362500', '100835.822500', '100836.282500', '100836.742500', '100837.202500', '100837.662500', '100838.122500', '100838.582500', '100839.042500', '100839.502500', '100839.962500', '100840.422500', '100840.882500', '100841.342500', '100841.802500', '100842.262500', '100842.722500', '100843.182500', '100843.642500', '100844.102500', '100844.562500', '100845.022500', '100845.482500', '100845.942500', '100846.402500', '100846.862500', '100847.322500', '100847.782500', '100848.242500', '100848.702500', '100849.162500', '100849.622500', '100850.082500', '100850.542500', '100851.002500', '100851.462500', '100851.922500', '100852.382500', '100852.842500', '100853.302500', '100853.762500', '100854.222500', '100854.682500', '100855.142500', '100855.602500', '100856.062500', '100856.522500', '100856.982500', '100857.442500', '100857.902500', '100858.362500', '100858.822500', '100859.282500', '100859.742500', '100900.202500', '100900.662500', '100901.122500', '100901.582500', '100902.042500', '100902.502500', '100902.962500', '100903.422500', '100903.882500', '100904.342500', '100904.802500', '100905.262500', '100905.722500', '100906.182500', '100906.642500', '100907.102500', '100907.562500', '100908.022500', '100908.482500', '100908.942500', '100909.402500', '100909.862500', '100910.322500', '100910.782500', '100911.242500', '100911.702500', '100912.162500', '100912.622500', '100913.082500', '100913.542500', '100914.002500', '100914.462500', '100914.922500', '100915.382500', '100915.842500', '100916.302500', '100916.762500', '100917.222500', '100917.682500', '100918.142500', '100918.602500', '100919.062500', '100919.522500', '100919.982500', '100920.442500', '100920.902500', '100921.362500', '100921.822500', '100922.282500', '100922.742500', '100923.202500', '100923.662500', '100924.122500', '100924.582500', '100925.042500', '100925.502500', '100925.962500', '100926.422500', '100926.882500', '100927.342500', '100927.802500', '100928.262500', '100928.722500', '100929.182500', '100929.642500', '100930.102500', '100930.562500', '100931.022500', '100931.482500', '100931.942500', '100932.402500', '100932.862500', '100933.322500', '100933.782500', '100934.242500', '100934.702500', '100935.162500', '100935.622500', '100936.082500', '100936.542500', '100937.002500', '100937.462500', '100937.922500', '100938.382500', '100938.842500', '100939.302500', '100939.762500', '100940.222500', '100940.682500', '100941.142500', '100941.602500', '100942.062500', '100942.522500', '100942.982500', '100943.442500', '100943.902500', '100944.362500', '100944.822500', '100945.282500', '100945.742500', '100946.202500', '100946.662500', '100947.122500', '100947.582500', '100948.042500', '100948.502500', '100948.962500', '100949.422500', '100949.882500', '100950.342500', '100950.802500', '100951.262500', '100951.722500', '100952.182500', '100952.642500', '100953.102500', '100953.562500'], 'ContentTime': ['100122.945000', '100122.949000', '100122.952000', '100122.955000', '100122.958000', '100122.962000', '100122.965000', '100122.968000', '100122.976000', '100122.979000', '100122.982000', '100122.985000', '100122.988000', '100122.991000', '100122.994000', '100122.998000', '100123.002000', '100123.005000', '100123.008000', '100123.011000', '100123.014000', '100123.017000', '100123.020000', '100123.023000', '100123.026000', '100123.029000', '100123.032000', '100123.035000', '100123.038000', '100123.041000', '100123.044000', '100123.047000', '100123.050000', '100123.053000', '100123.056000', '100123.060000', '100123.063000', '100123.065000', '100123.068000', '100123.071000', '100123.074000', '100123.077000', '100123.080000', '100123.083000', '100142.904000', '100142.907000', '100142.910000', '100142.913000', '100142.916000', '100142.918000', '100142.921000', '100142.924000', '100142.927000', '100142.930000', '100142.933000', '100142.936000', '100142.939000', '100142.941000', '100142.944000', '100142.947000', '100142.950000', '100142.953000', '100142.956000', '100142.958000', '100142.961000', '100142.964000', '100142.967000', '100142.970000', '100142.973000', '100142.976000', '100142.979000', '100142.981000', '100142.984000', '100142.987000', '100142.990000', '100142.993000', '100142.996000', '100143.000000', '100143.002000', '100143.006000', '100143.011000', '100143.014000', '100143.017000', '100143.019000', '100143.022000', '100143.025000', '100143.028000', '100202.904000', '100202.907000', '100202.910000', '100202.913000', '100202.915000', '100202.918000', '100202.921000', '100202.924000', '100202.927000', '100202.930000', '100202.933000', '100202.936000', '100202.939000', '100202.941000', '100202.944000', '100202.947000', '100202.950000', '100202.953000', '100202.956000', '100202.959000', '100202.962000', '100202.964000', '100202.967000', '100202.970000', '100202.973000', '100202.976000', '100202.979000', '100202.983000', '100202.986000', '100202.989000', '100202.992000', '100202.995000', '100202.998000', '100203.000000', '100203.003000', '100203.006000', '100203.009000', '100203.012000', '100203.015000', '100203.022000', '100203.024000', '100203.027000', '100203.030000', '100203.033000', '100222.905000', '100222.908000', '100222.911000', '100222.914000', '100222.917000', '100222.919000', '100222.922000', '100222.925000', '100222.928000', '100222.931000', '100222.934000', '100222.937000', '100222.939000', '100222.942000', '100222.945000', '100222.948000', '100222.951000', '100222.954000', '100222.957000', '100222.960000', '100222.962000', '100222.966000', '100222.969000', '100222.972000', '100222.975000', '100222.978000', '100222.981000', '100222.984000', '100222.987000', '100222.990000', '100222.992000', '100222.995000', '100222.998000', '100223.002000', '100223.005000', '100223.008000', '100223.011000', '100223.014000', '100223.025000', '100223.028000', '100223.032000', '100223.035000', '100223.038000', '100242.905000', '100242.908000', '100242.911000', '100242.914000', '100242.916000', '100242.919000', '100242.922000', '100242.925000', '100242.928000', '100242.932000', '100242.935000', '100242.938000', '100242.941000', '100242.944000', '100242.946000', '100242.949000', '100242.952000', '100242.955000', '100242.958000', '100242.961000', '100242.964000', '100242.966000', '100242.969000', '100242.972000', '100242.975000', '100242.978000', '100242.981000', '100242.984000', '100242.987000', '100242.989000', '100242.992000', '100242.995000', '100242.998000', '100243.002000', '100243.005000', '100243.008000', '100243.011000', '100243.027000', '100243.030000', '100243.033000', '100243.036000', '100243.038000', '100243.041000', '100243.044000', '100302.905000', '100302.908000', '100302.911000', '100302.914000', '100302.917000', '100302.920000', '100302.922000', '100302.925000', '100302.928000', '100302.931000', '100302.934000', '100302.937000', '100302.940000', '100302.943000', '100302.945000', '100302.948000', '100302.951000', '100302.954000', '100302.957000', '100302.960000', '100302.963000', '100302.965000', '100302.968000', '100302.971000', '100302.974000', '100302.977000', '100302.980000', '100302.983000', '100302.986000', '100302.989000', '100302.991000', '100302.994000', '100302.997000', '100303.001000', '100303.004000', '100303.007000', '100303.010000', '100303.013000', '100303.016000', '100303.019000', '100303.021000', '100303.024000', '100303.027000', '100322.905000', '100322.908000', '100322.911000', '100322.914000', '100322.917000', '100322.920000', '100322.922000', '100322.925000', '100322.928000', '100322.931000', '100322.934000', '100322.937000', '100322.940000', '100322.943000', '100322.946000', '100322.948000', '100322.951000', '100322.954000', '100322.957000', '100322.960000', '100322.963000', '100322.966000', '100322.969000', '100322.971000', '100322.974000', '100322.977000', '100322.980000', '100322.983000', '100322.986000', '100322.989000', '100322.991000', '100322.994000', '100322.997000', '100323.001000', '100323.004000', '100323.007000', '100323.010000', '100323.013000', '100323.016000', '100323.019000', '100323.022000', '100323.024000', '100323.027000', '100323.030000', '100342.904000', '100342.907000', '100342.910000', '100342.913000', '100342.916000', '100342.918000', '100342.921000', '100342.924000', '100342.927000', '100342.930000', '100342.933000', '100342.936000', '100342.939000', '100342.941000', '100342.944000', '100342.947000', '100342.950000', '100342.953000', '100342.956000', '100342.959000', '100342.962000', '100342.965000', '100342.968000', '100342.970000', '100342.973000', '100342.976000', '100342.979000', '100342.982000', '100342.985000', '100342.988000', '100342.991000', '100342.994000', '100342.996000', '100343.001000', '100343.005000', '100343.008000', '100343.011000', '100343.014000', '100343.017000', '100343.020000', '100343.023000', '100343.025000', '100343.028000', '100402.904000', '100402.907000', '100402.913000', '100402.916000', '100402.919000', '100402.922000', '100402.925000', '100402.928000', '100402.931000', '100402.934000', '100402.937000', '100402.940000', '100402.943000', '100402.946000', '100402.949000', '100402.952000', '100402.954000', '100402.957000', '100402.960000', '100402.963000', '100402.966000', '100402.969000', '100402.972000', '100402.975000', '100402.978000', '100402.980000', '100402.983000', '100402.986000', '100402.989000', '100402.992000', '100402.995000', '100402.998000', '100403.002000', '100403.005000', '100403.008000', '100403.010000', '100403.013000', '100403.016000', '100403.019000', '100403.022000', '100403.025000', '100403.028000', '100403.031000', '100403.033000', '100422.905000', '100422.908000', '100422.911000', '100422.914000', '100422.917000', '100422.920000', '100422.922000', '100422.925000', '100422.928000', '100422.931000', '100422.934000', '100422.937000', '100422.940000', '100422.943000', '100422.946000', '100422.949000', '100422.951000', '100422.954000', '100422.957000', '100422.960000', '100422.963000', '100422.966000', '100422.969000', '100422.972000', '100422.975000', '100422.978000', '100422.981000', '100422.984000', '100422.986000', '100422.989000', '100422.992000', '100422.995000', '100423.005000', '100423.026000', '100423.029000', '100423.032000', '100423.035000', '100423.037000', '100423.040000', '100423.043000', '100423.046000', '100423.049000', '100423.052000', '100442.905000', '100442.908000', '100442.911000', '100442.914000', '100442.917000', '100442.920000', '100442.923000', '100442.926000', '100442.928000', '100442.932000', '100442.934000', '100442.937000', '100442.940000', '100442.943000', '100442.946000', '100442.949000', '100442.952000', '100442.954000', '100442.957000', '100442.960000', '100442.963000', '100442.966000', '100442.969000', '100442.972000', '100442.975000', '100442.978000', '100442.980000', '100442.983000', '100442.986000', '100442.989000', '100442.992000', '100442.995000', '100442.998000', '100443.002000', '100443.005000', '100443.007000', '100443.010000', '100443.013000', '100443.016000', '100443.019000', '100443.022000', '100443.025000', '100443.028000', '100443.030000', '100502.905000', '100502.908000', '100502.911000', '100502.914000', '100502.917000', '100502.920000', '100502.923000', '100502.926000', '100502.929000', '100502.932000', '100502.934000', '100502.938000', '100502.941000', '100502.943000', '100502.946000', '100502.949000', '100502.952000', '100502.955000', '100502.958000', '100502.961000', '100502.964000', '100502.967000', '100502.970000', '100502.973000', '100502.976000', '100502.979000', '100502.982000', '100502.984000', '100502.987000', '100502.990000', '100502.993000', '100502.996000', '100503.000000', '100503.003000', '100503.006000', '100503.009000', '100503.011000', '100503.014000', '100503.017000', '100503.020000', '100503.023000', '100503.026000', '100503.029000', '100522.905000', '100522.908000', '100522.911000', '100522.914000', '100522.917000', '100522.920000', '100522.922000', '100522.925000', '100522.928000', '100522.931000', '100522.934000', '100522.937000', '100522.940000', '100522.943000', '100522.946000', '100522.949000', '100522.952000', '100522.955000', '100522.958000', '100522.961000', '100522.964000', '100522.967000', '100522.969000', '100522.972000', '100522.975000', '100522.978000', '100522.981000', '100522.984000', '100522.987000', '100522.990000', '100522.992000', '100522.995000', '100522.998000', '100523.002000', '100523.005000', '100523.008000', '100523.011000', '100523.014000', '100523.017000', '100523.020000', '100523.023000', '100523.025000', '100523.028000', '100523.031000', '100542.905000', '100542.908000', '100542.911000', '100542.914000', '100542.917000', '100542.920000', '100542.923000', '100542.925000', '100542.928000', '100542.931000', '100542.934000', '100542.937000', '100542.940000', '100542.943000', '100542.946000', '100542.949000', '100542.952000', '100542.955000', '100542.958000', '100542.960000', '100542.963000', '100542.966000', '100542.969000', '100542.972000', '100542.975000', '100542.978000', '100542.981000', '100542.984000', '100542.986000', '100542.990000', '100542.992000', '100542.995000', '100542.998000', '100543.002000', '100543.005000', '100543.008000', '100543.011000', '100543.014000', '100543.017000', '100543.020000', '100543.023000', '100543.026000', '100543.028000', '100602.916000', '100602.919000', '100602.922000', '100602.925000', '100602.928000', '100602.931000', '100602.934000', '100602.936000', '100602.939000', '100602.942000', '100602.945000', '100602.948000', '100602.951000', '100602.954000', '100602.957000', '100602.959000', '100602.962000', '100602.965000', '100602.968000', '100602.971000', '100602.974000', '100602.977000', '100602.980000', '100602.982000', '100602.985000', '100602.988000', '100602.991000', '100602.994000', '100602.997000', '100603.001000', '100603.004000', '100603.007000', '100603.010000', '100603.012000', '100603.015000', '100603.018000', '100603.021000', '100603.024000', '100603.027000', '100603.030000', '100603.033000', '100603.035000', '100603.038000', '100622.904000', '100622.907000', '100622.910000', '100622.913000', '100622.916000', '100622.919000', '100622.922000', '100622.925000', '100622.928000', '100622.931000', '100622.934000', '100622.937000', '100622.940000', '100622.943000', '100622.946000', '100622.949000', '100622.952000', '100622.955000', '100622.958000', '100622.961000', '100622.964000', '100622.966000', '100622.969000', '100622.972000', '100622.975000', '100622.978000', '100622.981000', '100622.984000', '100622.987000', '100622.990000', '100622.993000', '100622.996000', '100623.000000', '100623.003000', '100623.006000', '100623.009000', '100623.011000', '100623.014000', '100623.017000', '100623.020000', '100623.023000', '100623.026000', '100623.029000', '100623.032000', '100642.905000', '100642.908000', '100642.911000', '100642.914000', '100642.917000', '100642.920000', '100642.923000', '100642.926000', '100642.929000', '100642.932000', '100642.935000', '100642.937000', '100642.941000', '100642.944000', '100642.947000', '100642.949000', '100642.953000', '100642.955000', '100642.958000', '100642.961000', '100642.967000', '100642.971000', '100642.974000', '100642.977000', '100642.980000', '100642.983000', '100642.998000', '100643.001000', '100643.004000', '100643.007000', '100643.010000', '100643.013000', '100643.016000', '100643.019000', '100643.022000', '100643.025000', '100643.027000', '100643.030000', '100643.033000', '100643.036000', '100643.039000', '100643.042000', '100643.045000', '100702.905000', '100702.908000', '100702.911000', '100702.914000', '100702.917000', '100702.920000', '100702.923000', '100702.926000', '100702.929000', '100702.931000', '100702.934000', '100702.937000', '100702.940000', '100702.943000', '100702.946000', '100702.950000', '100702.953000', '100702.957000', '100702.959000', '100702.962000', '100702.965000', '100702.968000', '100702.971000', '100702.974000', '100702.977000', '100702.980000', '100702.983000', '100702.986000', '100702.989000', '100702.992000', '100702.994000', '100702.997000', '100703.001000', '100703.004000', '100703.007000', '100703.010000', '100703.013000', '100703.016000', '100703.019000', '100703.021000', '100703.024000', '100703.027000', '100703.030000', '100703.033000', '100722.905000', '100722.908000', '100722.911000', '100722.914000', '100722.917000', '100722.920000', '100722.923000', '100722.926000', '100722.929000', '100722.932000', '100722.935000', '100722.953000', '100722.956000', '100722.959000', '100722.963000', '100722.965000', '100722.968000', '100722.971000', '100722.974000', '100722.977000', '100722.980000', '100722.983000', '100722.986000', '100722.989000', '100722.992000', '100722.995000', '100722.998000', '100723.002000', '100723.004000', '100723.007000', '100723.010000', '100723.013000', '100723.016000', '100723.019000', '100723.022000', '100723.025000', '100723.027000', '100723.030000', '100723.033000', '100723.036000', '100723.039000', '100723.042000', '100723.045000', '100742.905000', '100742.908000', '100742.911000', '100742.914000', '100742.917000', '100742.920000', '100742.923000', '100742.925000', '100742.928000', '100742.931000', '100742.934000', '100742.937000', '100742.940000', '100742.943000', '100742.946000', '100742.949000', '100742.952000', '100742.954000', '100742.957000', '100742.960000', '100742.963000', '100742.966000', '100742.969000', '100742.972000', '100742.975000', '100742.978000', '100742.981000', '100742.983000', '100742.986000', '100742.989000', '100742.992000', '100742.995000', '100742.998000', '100743.002000', '100743.005000', '100743.008000', '100743.011000', '100743.014000', '100743.016000', '100743.019000', '100743.022000', '100743.025000', '100743.028000', '100743.031000', '100802.905000', '100802.908000', '100802.911000', '100802.914000', '100802.917000', '100802.920000', '100802.923000', '100802.925000', '100802.928000', '100802.931000', '100802.934000', '100802.937000', '100802.940000', '100802.943000', '100802.946000', '100802.949000', '100802.952000', '100802.954000', '100802.957000', '100802.960000', '100802.965000', '100802.970000', '100802.973000', '100802.976000', '100802.979000', '100802.981000', '100802.984000', '100802.987000', '100802.990000', '100802.993000', '100802.996000', '100803.000000', '100803.003000', '100803.006000', '100803.009000', '100803.011000', '100803.014000', '100803.017000', '100803.020000', '100803.023000', '100803.026000', '100803.029000', '100803.032000', '100822.904000', '100822.907000', '100822.910000', '100822.913000', '100822.916000', '100822.919000', '100822.922000', '100822.925000', '100822.927000', '100822.930000', '100822.933000', '100822.936000', '100822.939000', '100822.942000', '100822.945000', '100822.948000', '100822.951000', '100822.953000', '100822.956000', '100822.959000', '100822.962000', '100822.965000', '100822.968000', '100822.971000', '100822.974000', '100822.977000', '100822.980000', '100822.983000', '100822.985000', '100822.988000', '100822.991000', '100822.994000', '100822.997000', '100823.001000', '100823.004000', '100823.007000', '100823.010000', '100823.013000', '100823.016000', '100823.019000', '100823.022000', '100823.024000', '100823.027000', '100823.030000', '100842.904000', '100842.907000', '100842.910000', '100842.913000', '100842.917000', '100842.920000', '100842.923000', '100842.926000', '100842.929000', '100842.932000', '100842.934000', '100842.937000', '100842.940000', '100842.943000', '100842.946000', '100842.949000', '100842.952000', '100842.955000', '100842.958000', '100842.961000', '100842.963000', '100842.966000', '100842.980000', '100842.983000', '100842.986000', '100842.989000', '100842.992000', '100842.995000', '100842.998000', '100843.002000', '100843.005000', '100843.008000', '100843.011000', '100843.014000', '100843.017000', '100843.020000', '100843.023000', '100843.025000', '100843.028000', '100843.031000', '100843.034000', '100843.037000', '100843.040000', '100902.905000', '100902.908000', '100902.911000', '100902.914000', '100902.917000', '100902.920000', '100902.923000', '100902.926000', '100902.928000', '100902.931000', '100902.934000', '100902.937000', '100902.940000', '100902.943000', '100902.946000', '100902.948000', '100902.951000', '100902.954000', '100902.957000', '100902.960000', '100902.963000', '100902.966000', '100902.969000', '100902.972000', '100902.975000', '100902.977000', '100902.980000', '100902.983000', '100902.986000', '100902.989000', '100902.992000', '100902.995000', '100902.997000', '100903.000000', '100903.003000', '100903.006000', '100903.009000', '100903.012000', '100903.015000', '100903.018000', '100903.021000', '100903.023000', '100903.026000', '100903.029000', '100922.905000', '100922.908000', '100922.911000', '100922.914000', '100922.917000', '100922.920000', '100922.923000', '100922.926000', '100922.929000', '100922.931000', '100922.934000', '100922.937000', '100922.940000', '100922.943000', '100922.946000', '100922.949000', '100922.952000', '100922.954000', '100922.957000', '100922.960000', '100922.963000', '100922.966000', '100922.969000', '100922.972000', '100922.975000', '100922.978000', '100922.980000', '100922.983000', '100922.987000', '100922.992000', '100922.996000', '100922.998000', '100923.002000', '100923.005000', '100923.017000', '100923.020000', '100923.023000', '100923.026000', '100923.029000', '100923.032000', '100923.035000', '100923.038000', '100923.041000', '100942.905000', '100942.908000', '100942.911000', '100942.914000', '100942.917000', '100942.920000', '100942.923000', '100942.926000', '100942.929000', '100942.932000', '100942.934000', '100942.937000', '100942.940000', '100942.943000', '100942.946000', '100942.949000', '100942.952000', '100942.955000', '100942.958000', '100942.961000', '100942.964000', '100942.967000', '100942.969000', '100942.972000', '100942.975000', '100942.978000', '100942.981000', '100942.984000', '100942.987000', '100942.990000', '100942.992000', '100942.995000', '100942.998000', '100943.002000', '100943.005000', '100943.008000', '100943.011000', '100943.014000', '100943.017000', '100943.020000', '100943.023000', '100943.025000', '100943.028000', '100943.031000', '100954.334000', '100954.337000', '100954.340000', '100954.344000', '100954.347000', '100954.350000', '100954.353000', '100954.356000', '100954.359000', '100954.362000', '100954.365000', '100954.368000', '100954.371000', '100954.374000', '100954.376000', '100954.379000', '100954.382000', '100954.385000', '100954.388000', '100954.391000', '100954.394000', '100954.397000', '100954.400000', '100954.403000', '100954.406000'], 'InstanceCreationTime': ['100122.945000', '100122.949000', '100122.952000', '100122.955000', '100122.958000', '100122.962000', '100122.965000', '100122.968000', '100122.976000', '100122.979000', '100122.982000', '100122.985000', '100122.988000', '100122.991000', '100122.994000', '100122.998000', '100123.002000', '100123.005000', '100123.008000', '100123.011000', '100123.014000', '100123.017000', '100123.020000', '100123.023000', '100123.026000', '100123.029000', '100123.032000', '100123.035000', '100123.038000', '100123.041000', '100123.044000', '100123.047000', '100123.050000', '100123.053000', '100123.056000', '100123.060000', '100123.063000', '100123.065000', '100123.068000', '100123.071000', '100123.074000', '100123.077000', '100123.080000', '100123.083000', '100142.904000', '100142.907000', '100142.910000', '100142.913000', '100142.916000', '100142.918000', '100142.921000', '100142.924000', '100142.927000', '100142.930000', '100142.933000', '100142.936000', '100142.939000', '100142.941000', '100142.944000', '100142.947000', '100142.950000', '100142.953000', '100142.956000', '100142.958000', '100142.961000', '100142.964000', '100142.967000', '100142.970000', '100142.973000', '100142.976000', '100142.979000', '100142.981000', '100142.984000', '100142.987000', '100142.990000', '100142.993000', '100142.996000', '100143.000000', '100143.002000', '100143.006000', '100143.011000', '100143.014000', '100143.017000', '100143.019000', '100143.022000', '100143.025000', '100143.028000', '100202.904000', '100202.907000', '100202.910000', '100202.913000', '100202.915000', '100202.918000', '100202.921000', '100202.924000', '100202.927000', '100202.930000', '100202.933000', '100202.936000', '100202.939000', '100202.941000', '100202.944000', '100202.947000', '100202.950000', '100202.953000', '100202.956000', '100202.959000', '100202.962000', '100202.964000', '100202.967000', '100202.970000', '100202.973000', '100202.976000', '100202.979000', '100202.983000', '100202.986000', '100202.989000', '100202.992000', '100202.995000', '100202.998000', '100203.000000', '100203.003000', '100203.006000', '100203.009000', '100203.012000', '100203.015000', '100203.022000', '100203.024000', '100203.027000', '100203.030000', '100203.033000', '100222.905000', '100222.908000', '100222.911000', '100222.914000', '100222.917000', '100222.919000', '100222.922000', '100222.925000', '100222.928000', '100222.931000', '100222.934000', '100222.937000', '100222.939000', '100222.942000', '100222.945000', '100222.948000', '100222.951000', '100222.954000', '100222.957000', '100222.960000', '100222.962000', '100222.966000', '100222.969000', '100222.972000', '100222.975000', '100222.978000', '100222.981000', '100222.984000', '100222.987000', '100222.990000', '100222.992000', '100222.995000', '100222.998000', '100223.002000', '100223.005000', '100223.008000', '100223.011000', '100223.014000', '100223.025000', '100223.028000', '100223.032000', '100223.035000', '100223.038000', '100242.905000', '100242.908000', '100242.911000', '100242.914000', '100242.916000', '100242.919000', '100242.922000', '100242.925000', '100242.928000', '100242.932000', '100242.935000', '100242.938000', '100242.941000', '100242.944000', '100242.946000', '100242.949000', '100242.952000', '100242.955000', '100242.958000', '100242.961000', '100242.964000', '100242.966000', '100242.969000', '100242.972000', '100242.975000', '100242.978000', '100242.981000', '100242.984000', '100242.987000', '100242.989000', '100242.992000', '100242.995000', '100242.998000', '100243.002000', '100243.005000', '100243.008000', '100243.011000', '100243.027000', '100243.030000', '100243.033000', '100243.036000', '100243.038000', '100243.041000', '100243.044000', '100302.905000', '100302.908000', '100302.911000', '100302.914000', '100302.917000', '100302.920000', '100302.922000', '100302.925000', '100302.928000', '100302.931000', '100302.934000', '100302.937000', '100302.940000', '100302.943000', '100302.945000', '100302.948000', '100302.951000', '100302.954000', '100302.957000', '100302.960000', '100302.963000', '100302.965000', '100302.968000', '100302.971000', '100302.974000', '100302.977000', '100302.980000', '100302.983000', '100302.986000', '100302.989000', '100302.991000', '100302.994000', '100302.997000', '100303.001000', '100303.004000', '100303.007000', '100303.010000', '100303.013000', '100303.016000', '100303.019000', '100303.021000', '100303.024000', '100303.027000', '100322.905000', '100322.908000', '100322.911000', '100322.914000', '100322.917000', '100322.920000', '100322.922000', '100322.925000', '100322.928000', '100322.931000', '100322.934000', '100322.937000', '100322.940000', '100322.943000', '100322.946000', '100322.948000', '100322.951000', '100322.954000', '100322.957000', '100322.960000', '100322.963000', '100322.966000', '100322.969000', '100322.971000', '100322.974000', '100322.977000', '100322.980000', '100322.983000', '100322.986000', '100322.989000', '100322.991000', '100322.994000', '100322.997000', '100323.001000', '100323.004000', '100323.007000', '100323.010000', '100323.013000', '100323.016000', '100323.019000', '100323.022000', '100323.024000', '100323.027000', '100323.030000', '100342.904000', '100342.907000', '100342.910000', '100342.913000', '100342.916000', '100342.918000', '100342.921000', '100342.924000', '100342.927000', '100342.930000', '100342.933000', '100342.936000', '100342.939000', '100342.941000', '100342.944000', '100342.947000', '100342.950000', '100342.953000', '100342.956000', '100342.959000', '100342.962000', '100342.965000', '100342.968000', '100342.970000', '100342.973000', '100342.976000', '100342.979000', '100342.982000', '100342.985000', '100342.988000', '100342.991000', '100342.994000', '100342.996000', '100343.001000', '100343.005000', '100343.008000', '100343.011000', '100343.014000', '100343.017000', '100343.020000', '100343.023000', '100343.025000', '100343.028000', '100402.904000', '100402.907000', '100402.913000', '100402.916000', '100402.919000', '100402.922000', '100402.925000', '100402.928000', '100402.931000', '100402.934000', '100402.937000', '100402.940000', '100402.943000', '100402.946000', '100402.949000', '100402.952000', '100402.954000', '100402.957000', '100402.960000', '100402.963000', '100402.966000', '100402.969000', '100402.972000', '100402.975000', '100402.978000', '100402.980000', '100402.983000', '100402.986000', '100402.989000', '100402.992000', '100402.995000', '100402.998000', '100403.002000', '100403.005000', '100403.008000', '100403.010000', '100403.013000', '100403.016000', '100403.019000', '100403.022000', '100403.025000', '100403.028000', '100403.031000', '100403.033000', '100422.905000', '100422.908000', '100422.911000', '100422.914000', '100422.917000', '100422.920000', '100422.922000', '100422.925000', '100422.928000', '100422.931000', '100422.934000', '100422.937000', '100422.940000', '100422.943000', '100422.946000', '100422.949000', '100422.951000', '100422.954000', '100422.957000', '100422.960000', '100422.963000', '100422.966000', '100422.969000', '100422.972000', '100422.975000', '100422.978000', '100422.981000', '100422.984000', '100422.986000', '100422.989000', '100422.992000', '100422.995000', '100423.005000', '100423.026000', '100423.029000', '100423.032000', '100423.035000', '100423.037000', '100423.040000', '100423.043000', '100423.046000', '100423.049000', '100423.052000', '100442.905000', '100442.908000', '100442.911000', '100442.914000', '100442.917000', '100442.920000', '100442.923000', '100442.926000', '100442.928000', '100442.932000', '100442.934000', '100442.937000', '100442.940000', '100442.943000', '100442.946000', '100442.949000', '100442.952000', '100442.954000', '100442.957000', '100442.960000', '100442.963000', '100442.966000', '100442.969000', '100442.972000', '100442.975000', '100442.978000', '100442.980000', '100442.983000', '100442.986000', '100442.989000', '100442.992000', '100442.995000', '100442.998000', '100443.002000', '100443.005000', '100443.007000', '100443.010000', '100443.013000', '100443.016000', '100443.019000', '100443.022000', '100443.025000', '100443.028000', '100443.030000', '100502.905000', '100502.908000', '100502.911000', '100502.914000', '100502.917000', '100502.920000', '100502.923000', '100502.926000', '100502.929000', '100502.932000', '100502.934000', '100502.938000', '100502.941000', '100502.943000', '100502.946000', '100502.949000', '100502.952000', '100502.955000', '100502.958000', '100502.961000', '100502.964000', '100502.967000', '100502.970000', '100502.973000', '100502.976000', '100502.979000', '100502.982000', '100502.984000', '100502.987000', '100502.990000', '100502.993000', '100502.996000', '100503.000000', '100503.003000', '100503.006000', '100503.009000', '100503.011000', '100503.014000', '100503.017000', '100503.020000', '100503.023000', '100503.026000', '100503.029000', '100522.905000', '100522.908000', '100522.911000', '100522.914000', '100522.917000', '100522.920000', '100522.922000', '100522.925000', '100522.928000', '100522.931000', '100522.934000', '100522.937000', '100522.940000', '100522.943000', '100522.946000', '100522.949000', '100522.952000', '100522.955000', '100522.958000', '100522.961000', '100522.964000', '100522.967000', '100522.969000', '100522.972000', '100522.975000', '100522.978000', '100522.981000', '100522.984000', '100522.987000', '100522.990000', '100522.992000', '100522.995000', '100522.998000', '100523.002000', '100523.005000', '100523.008000', '100523.011000', '100523.014000', '100523.017000', '100523.020000', '100523.023000', '100523.025000', '100523.028000', '100523.031000', '100542.905000', '100542.908000', '100542.911000', '100542.914000', '100542.917000', '100542.920000', '100542.923000', '100542.925000', '100542.928000', '100542.931000', '100542.934000', '100542.937000', '100542.940000', '100542.943000', '100542.946000', '100542.949000', '100542.952000', '100542.955000', '100542.958000', '100542.960000', '100542.963000', '100542.966000', '100542.969000', '100542.972000', '100542.975000', '100542.978000', '100542.981000', '100542.984000', '100542.986000', '100542.990000', '100542.992000', '100542.995000', '100542.998000', '100543.002000', '100543.005000', '100543.008000', '100543.011000', '100543.014000', '100543.017000', '100543.020000', '100543.023000', '100543.026000', '100543.028000', '100602.916000', '100602.919000', '100602.922000', '100602.925000', '100602.928000', '100602.931000', '100602.934000', '100602.936000', '100602.939000', '100602.942000', '100602.945000', '100602.948000', '100602.951000', '100602.954000', '100602.957000', '100602.959000', '100602.962000', '100602.965000', '100602.968000', '100602.971000', '100602.974000', '100602.977000', '100602.980000', '100602.982000', '100602.985000', '100602.988000', '100602.991000', '100602.994000', '100602.997000', '100603.001000', '100603.004000', '100603.007000', '100603.010000', '100603.012000', '100603.015000', '100603.018000', '100603.021000', '100603.024000', '100603.027000', '100603.030000', '100603.033000', '100603.035000', '100603.038000', '100622.904000', '100622.907000', '100622.910000', '100622.913000', '100622.916000', '100622.919000', '100622.922000', '100622.925000', '100622.928000', '100622.931000', '100622.934000', '100622.937000', '100622.940000', '100622.943000', '100622.946000', '100622.949000', '100622.952000', '100622.955000', '100622.958000', '100622.961000', '100622.964000', '100622.966000', '100622.969000', '100622.972000', '100622.975000', '100622.978000', '100622.981000', '100622.984000', '100622.987000', '100622.990000', '100622.993000', '100622.996000', '100623.000000', '100623.003000', '100623.006000', '100623.009000', '100623.011000', '100623.014000', '100623.017000', '100623.020000', '100623.023000', '100623.026000', '100623.029000', '100623.032000', '100642.905000', '100642.908000', '100642.911000', '100642.914000', '100642.917000', '100642.920000', '100642.923000', '100642.926000', '100642.929000', '100642.932000', '100642.935000', '100642.937000', '100642.941000', '100642.944000', '100642.947000', '100642.949000', '100642.953000', '100642.955000', '100642.958000', '100642.961000', '100642.967000', '100642.971000', '100642.974000', '100642.977000', '100642.980000', '100642.983000', '100642.998000', '100643.001000', '100643.004000', '100643.007000', '100643.010000', '100643.013000', '100643.016000', '100643.019000', '100643.022000', '100643.025000', '100643.027000', '100643.030000', '100643.033000', '100643.036000', '100643.039000', '100643.042000', '100643.045000', '100702.905000', '100702.908000', '100702.911000', '100702.914000', '100702.917000', '100702.920000', '100702.923000', '100702.926000', '100702.929000', '100702.931000', '100702.934000', '100702.937000', '100702.940000', '100702.943000', '100702.946000', '100702.950000', '100702.953000', '100702.957000', '100702.959000', '100702.962000', '100702.965000', '100702.968000', '100702.971000', '100702.974000', '100702.977000', '100702.980000', '100702.983000', '100702.986000', '100702.989000', '100702.992000', '100702.994000', '100702.997000', '100703.001000', '100703.004000', '100703.007000', '100703.010000', '100703.013000', '100703.016000', '100703.019000', '100703.021000', '100703.024000', '100703.027000', '100703.030000', '100703.033000', '100722.905000', '100722.908000', '100722.911000', '100722.914000', '100722.917000', '100722.920000', '100722.923000', '100722.926000', '100722.929000', '100722.932000', '100722.935000', '100722.953000', '100722.956000', '100722.959000', '100722.963000', '100722.965000', '100722.968000', '100722.971000', '100722.974000', '100722.977000', '100722.980000', '100722.983000', '100722.986000', '100722.989000', '100722.992000', '100722.995000', '100722.998000', '100723.002000', '100723.004000', '100723.007000', '100723.010000', '100723.013000', '100723.016000', '100723.019000', '100723.022000', '100723.025000', '100723.027000', '100723.030000', '100723.033000', '100723.036000', '100723.039000', '100723.042000', '100723.045000', '100742.905000', '100742.908000', '100742.911000', '100742.914000', '100742.917000', '100742.920000', '100742.923000', '100742.925000', '100742.928000', '100742.931000', '100742.934000', '100742.937000', '100742.940000', '100742.943000', '100742.946000', '100742.949000', '100742.952000', '100742.954000', '100742.957000', '100742.960000', '100742.963000', '100742.966000', '100742.969000', '100742.972000', '100742.975000', '100742.978000', '100742.981000', '100742.983000', '100742.986000', '100742.989000', '100742.992000', '100742.995000', '100742.998000', '100743.002000', '100743.005000', '100743.008000', '100743.011000', '100743.014000', '100743.016000', '100743.019000', '100743.022000', '100743.025000', '100743.028000', '100743.031000', '100802.905000', '100802.908000', '100802.911000', '100802.914000', '100802.917000', '100802.920000', '100802.923000', '100802.925000', '100802.928000', '100802.931000', '100802.934000', '100802.937000', '100802.940000', '100802.943000', '100802.946000', '100802.949000', '100802.952000', '100802.954000', '100802.957000', '100802.960000', '100802.965000', '100802.970000', '100802.973000', '100802.976000', '100802.979000', '100802.981000', '100802.984000', '100802.987000', '100802.990000', '100802.993000', '100802.996000', '100803.000000', '100803.003000', '100803.006000', '100803.009000', '100803.011000', '100803.014000', '100803.017000', '100803.020000', '100803.023000', '100803.026000', '100803.029000', '100803.032000', '100822.904000', '100822.907000', '100822.910000', '100822.913000', '100822.916000', '100822.919000', '100822.922000', '100822.925000', '100822.927000', '100822.930000', '100822.933000', '100822.936000', '100822.939000', '100822.942000', '100822.945000', '100822.948000', '100822.951000', '100822.953000', '100822.956000', '100822.959000', '100822.962000', '100822.965000', '100822.968000', '100822.971000', '100822.974000', '100822.977000', '100822.980000', '100822.983000', '100822.985000', '100822.988000', '100822.991000', '100822.994000', '100822.997000', '100823.001000', '100823.004000', '100823.007000', '100823.010000', '100823.013000', '100823.016000', '100823.019000', '100823.022000', '100823.024000', '100823.027000', '100823.030000', '100842.904000', '100842.907000', '100842.910000', '100842.913000', '100842.917000', '100842.920000', '100842.923000', '100842.926000', '100842.929000', '100842.932000', '100842.934000', '100842.937000', '100842.940000', '100842.943000', '100842.946000', '100842.949000', '100842.952000', '100842.955000', '100842.958000', '100842.961000', '100842.963000', '100842.966000', '100842.980000', '100842.983000', '100842.986000', '100842.989000', '100842.992000', '100842.995000', '100842.998000', '100843.002000', '100843.005000', '100843.008000', '100843.011000', '100843.014000', '100843.017000', '100843.020000', '100843.023000', '100843.025000', '100843.028000', '100843.031000', '100843.034000', '100843.037000', '100843.040000', '100902.905000', '100902.908000', '100902.911000', '100902.914000', '100902.917000', '100902.920000', '100902.923000', '100902.926000', '100902.928000', '100902.931000', '100902.934000', '100902.937000', '100902.940000', '100902.943000', '100902.946000', '100902.948000', '100902.951000', '100902.954000', '100902.957000', '100902.960000', '100902.963000', '100902.966000', '100902.969000', '100902.972000', '100902.975000', '100902.977000', '100902.980000', '100902.983000', '100902.986000', '100902.989000', '100902.992000', '100902.995000', '100902.997000', '100903.000000', '100903.003000', '100903.006000', '100903.009000', '100903.012000', '100903.015000', '100903.018000', '100903.021000', '100903.023000', '100903.026000', '100903.029000', '100922.905000', '100922.908000', '100922.911000', '100922.914000', '100922.917000', '100922.920000', '100922.923000', '100922.926000', '100922.929000', '100922.931000', '100922.934000', '100922.937000', '100922.940000', '100922.943000', '100922.946000', '100922.949000', '100922.952000', '100922.954000', '100922.957000', '100922.960000', '100922.963000', '100922.966000', '100922.969000', '100922.972000', '100922.975000', '100922.978000', '100922.980000', '100922.983000', '100922.987000', '100922.992000', '100922.996000', '100922.998000', '100923.002000', '100923.005000', '100923.017000', '100923.020000', '100923.023000', '100923.026000', '100923.029000', '100923.032000', '100923.035000', '100923.038000', '100923.041000', '100942.905000', '100942.908000', '100942.911000', '100942.914000', '100942.917000', '100942.920000', '100942.923000', '100942.926000', '100942.929000', '100942.932000', '100942.934000', '100942.937000', '100942.940000', '100942.943000', '100942.946000', '100942.949000', '100942.952000', '100942.955000', '100942.958000', '100942.961000', '100942.964000', '100942.967000', '100942.969000', '100942.972000', '100942.975000', '100942.978000', '100942.981000', '100942.984000', '100942.987000', '100942.990000', '100942.992000', '100942.995000', '100942.998000', '100943.002000', '100943.005000', '100943.008000', '100943.011000', '100943.014000', '100943.017000', '100943.020000', '100943.023000', '100943.025000', '100943.028000', '100943.031000', '100954.334000', '100954.337000', '100954.340000', '100954.344000', '100954.347000', '100954.350000', '100954.353000', '100954.356000', '100954.359000', '100954.362000', '100954.365000', '100954.368000', '100954.371000', '100954.374000', '100954.376000', '100954.379000', '100954.382000', '100954.385000', '100954.388000', '100954.391000', '100954.394000', '100954.397000', '100954.400000', '100954.403000', '100954.406000'], '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': [10762, 8472, 8447, 11111, 7964, 9147, 12430, 8112, 9549, 8330, 8282, 10580, 8067, 8785, 11037, 8301, 10612, 7842, 8432, 10928, 8124, 8913, 11800, 8405, 9756, 8747, 8430, 11115, 7644, 8326, 12193, 7858, 9280, 12060, 8307, 9500, 8010, 8315, 11858, 8293, 10131, 7684, 8441, 10908, 8210, 9753, 8579, 8293, 11383, 8155, 9261, 9745, 8437, 9671, 7677, 8030, 12007, 8118, 9465, 7729, 8351, 10659, 8282, 9598, 12092, 8259, 10312, 9530, 8482, 11268, 7935, 8530, 8412, 7959, 10516, 7851, 8773, 8633, 8133, 10617, 7708, 9171, 12329, 8477, 11224, 9543, 8466, 11707, 7627, 9492, 12300, 8382, 11071, 8092, 8573, 11976, 8843, 8925, 12277, 7612, 8391, 11258, 7505, 8345, 11052, 8264, 9100, 8816, 8078, 9641, 7754, 8186, 11852, 7786, 9552, 12775, 8645, 9846, 13708, 8190, 9905, 11374, 8187, 10929, 10099, 8188, 10609, 8069, 8011, 10817, 7658, 8748, 12358, 7742, 9070, 11978, 7828, 9218, 12429, 8582, 10023, 8971, 7928, 10590, 7820, 8217, 11545, 8032, 9881, 7836, 8762, 12438, 8049, 10287, 10696, 8102, 12162, 7858, 10115, 12708, 8135, 10712, 8484, 8066, 11394, 8085, 9410, 8979, 7949, 10739, 8077, 8117, 10950, 8094, 9394, 8017, 7921, 12351, 8283, 12082, 8652, 10905, 8346, 8660, 11578, 8138, 9405, 10747, 7717, 10626, 11209, 7966, 12268, 8665, 10798, 11400, 8515, 12654, 8317, 10248, 8368, 9094, 12498, 8293, 10285, 14463, 9179, 13411, 8198, 10468, 9123, 8818, 11044, 8059, 9566, 12222, 8668, 11475, 8685, 8889, 11433, 8285, 8956, 11001, 8208, 10073, 10286, 8255, 11360, 7628, 8700, 7546, 8010, 9401, 7715, 8485, 11197, 8048, 10030, 7610, 9047, 11096, 8281, 11117, 8904, 8999, 13653, 8179, 10941, 7890, 8308, 12249, 8173, 11062, 7809, 8333, 11674, 8144, 9846, 9184, 8098, 10913, 8282, 9430, 8680, 8253, 11166, 7991, 9161, 8788, 8206, 10282, 7566, 8557, 12208, 8130, 9759, 7581, 8285, 11068, 7817, 9830, 8773, 8060, 10821, 7916, 9165, 8308, 7729, 11846, 8925, 11116, 7779, 9224, 9220, 8138, 10887, 7725, 9415, 13475, 8414, 12331, 9640, 9904, 10184, 8386, 10969, 7766, 8893, 13186, 8139, 12016, 8829, 9270, 10771, 8171, 10133, 7628, 8710, 12708, 8237, 11260, 7762, 9054, 12390, 8312, 10453, 8274, 8212, 12779, 8092, 10314, 7681, 8508, 11464, 8299, 10442, 8690, 8842, 13081, 8221, 10531, 7812, 8565, 11857, 8084, 10238, 8233, 7897, 11457, 8026, 9472, 7757, 7964, 10350, 7610, 9483, 8222, 8014, 11301, 8023, 9431, 8755, 8061, 10998, 7604, 8829, 11075, 8104, 10914, 7375, 8418, 11676, 7804, 10069, 9843, 7831, 10886, 7550, 8824, 12299, 7789, 10738, 8994, 7868, 11152, 7506, 8655, 10742, 7644, 10093, 7561, 8112, 10101, 7918, 10105, 8134, 8279, 12522, 8349, 10989, 8202, 8177, 12687, 7656, 10053, 13729, 8413, 12322, 7528, 9033, 12802, 7955, 10473, 8849, 8055, 11441, 7822, 8985, 11132, 7836, 10359, 7904, 7997, 11068, 7827, 9319, 10569, 7957, 10516, 7466, 8841, 11669, 7715, 9736, 10513, 7793, 10470, 7642, 8710, 11706, 8057, 10182, 9548, 7864, 11090, 7746, 9323, 10142, 7954, 11991, 7738, 10121, 8562, 8041, 11480, 7701, 9710, 13474, 8578, 12965, 9160, 9231, 13089, 8196, 10207, 8963, 8030, 12145, 8092, 9799, 8264, 7974, 11053, 7632, 9110, 7952, 8090, 11122, 7660, 9001, 12452, 7903, 11803, 7939, 10026, 9604, 8094, 11078, 7850, 9726, 11125, 7964, 10801, 7693, 8602, 10802, 7896, 10059, 7878, 8098, 11673, 8229, 10265, 8155, 8298, 11709, 8071, 10096, 8283, 8037, 12960, 8074, 9466, 8209, 8059, 11141, 7744, 9809, 10306, 8108, 11488, 7868, 9222, 10509, 8094, 10845, 7836, 9362, 9674, 8023, 10123, 7717, 8550, 11200, 7910, 10533, 7638, 8619, 11769, 7614, 9836, 11217, 7895, 11475, 7587, 8927, 8852, 7754, 10350, 7366, 9016, 8814, 7907, 10412, 7580, 9340, 11222, 7803, 11793, 7596, 9547, 13128, 7750, 9000, 8474, 12434, 10179, 8223, 12858, 9518, 8099, 10663, 8293, 8117, 12002, 8084, 10180, 7936, 8558, 7435, 8408, 9447, 7387, 9479, 10156, 7629, 10659, 9884, 8022, 12282, 8284, 9797, 7642, 8507, 13400, 8802, 12441, 14567, 10620, 13747, 8065, 9896, 14167, 8894, 12458, 9099, 8864, 12494, 8838, 8820, 12862, 8019, 9210, 11915, 8063, 9428, 7586, 8213, 10302, 7884, 7954, 10848, 7624, 8647, 11318, 7532, 9681, 7365, 8722, 8618, 7789, 10252, 7402, 9364, 8003, 7781, 11721, 7962, 10268, 7979, 9006, 12780, 7993, 11269, 8278, 8543, 12729, 7769, 9657, 9860, 7682, 11166, 7636, 8650, 8492, 7573, 10128, 7447, 8503, 8438, 7687, 10335, 7462, 8933, 8100, 8291, 10782, 7827, 12037, 8080, 9520, 8237, 8187, 12102, 8225, 11158, 9265, 8844, 11832, 8104, 12009, 8597, 10478, 16326, 10711, 13057, 8033, 9267, 13777, 8539, 11513, 9575, 8920, 12454, 8395, 9688, 8064, 8568, 11501, 7690, 9439, 8329, 8119, 10739, 7559, 9291, 10930, 7913, 11236, 7412, 9253, 11923, 7819, 10648, 8200, 8237, 12152, 7884, 10175, 7438, 8232, 11804, 7505, 9891, 9318, 7755, 11066, 7354, 8804, 11181, 8016, 10417, 7212, 8669, 10026, 7503, 9796, 7864, 8171, 11843, 8180, 9723, 7956, 8118, 11119, 8038, 10201, 8513, 7826, 11521, 7833, 9502, 11017, 7793, 11794, 7636, 9337, 8737, 7626, 10685, 7677, 8805, 9042, 7449, 10137, 7572, 8613, 10269, 7950, 11226, 8253, 9548, 8502, 7730, 11365, 7758, 9588, 11771, 8151, 12991, 8521, 10721, 9386, 8209, 12222, 7931, 9689, 14732, 8202, 11306, 8196, 8772, 13133, 7909, 9416, 8383, 7540, 10698, 7472, 9407, 12455, 7816, 10830, 7781, 8432, 10581, 7674, 10069, 8410, 7937, 11791, 7757, 9769, 7872, 8353, 11546, 8009, 11450, 7669, 8946, 11742, 7711, 10328, 8078, 8276, 13789, 8240, 9911, 8454, 7759, 11005, 7569, 9258, 13124, 7668, 9551, 8556, 7565, 9594, 12752, 7993, 9363, 11130, 7831, 9087, 8046, 7146, 9025, 7845, 7546, 9961, 7250, 8514, 10343, 8223, 9375, 12973, 8684, 9859, 13449, 9138, 9099, 8512, 7643, 9925, 9825, 7806, 10532, 9119, 8043, 11345, 8120, 9236, 13688, 8390, 10670, 8302, 9136, 7276, 7901, 6960, 8955, 8223, 10164, 16441, 10457, 10805, 14913, 8247, 9329, 14987, 8999, 9700, 13363, 8823, 13460, 8243, 10800, 8055, 9289, 12729, 8684, 11324, 13900, 8579, 12450, 8005, 9226, 10398, 8115, 9874, 9175, 8327, 11910, 9595, 8271, 12458, 8150, 8947, 8402, 8113, 9491, 7910, 7984, 10689, 7752, 8143, 11842, 7727, 8744, 12270, 7881, 9343, 10558, 7875, 10484, 8376, 8157, 12155, 7891, 9537, 12146, 8066, 10225, 11087, 7912, 10902, 8565, 7956, 10582, 7548, 7986, 10668, 7904, 8075, 10891, 7544, 8479, 7345, 8005, 10923, 7954, 9183, 8143, 7516, 7367, 10065, 14277, 9990, 9915, 7812, 9886, 15414, 9098, 9967, 14040, 8514, 9358, 12958, 7754, 8728, 12081, 7765, 8871, 9663, 7669, 9267, 7212, 7766, 11073, 7396, 8535, 12454, 8080, 8996, 13075, 8010, 9798, 12358, 8022, 10409, 12474, 8177, 11107, 8373, 7837, 10171, 8101, 7757, 10323, 8257, 7910, 11346, 8371, 7699, 10557, 8249, 7646, 10688, 7217, 8247, 11725, 7509, 8599, 11628, 7650, 9275, 7649, 8189, 11312, 7671, 9975, 8166, 8440, 10984, 7802, 11302, 8674, 8414, 13911, 8726, 11211, 10506, 8556, 13901, 7825, 10151, 7883, 7804, 12896, 8299, 9164, 14391, 8826, 9314, 8750, 7673, 10282, 7734, 8357, 13012, 8294, 11824, 8515, 10419, 8084, 8121, 10572, 7671, 8881, 12167, 7822, 11272, 8752, 9687, 13711, 8233, 12906, 7722, 9470, 8770, 8371, 11416, 7873, 8629, 12566, 7757, 10755, 8217, 8089, 12145, 8036, 10189, 9538, 8955, 14515, 8453, 11640, 7806, 8587, 12645, 8331, 11187, 8147, 8641, 12020, 7743, 10306, 9917, 8254, 12643, 7851, 9489, 7254, 8553, 11451, 7956, 9734, 7878, 8001, 11812, 7735, 8778, 10864, 7750, 9614, 7259, 8416, 10373, 7865, 9848, 7784, 8002, 12172, 8013, 10067, 8482, 7865, 10377, 7518, 9150, 11522, 7911, 10218, 7190, 8712, 12213, 7680, 9530, 12331, 8189, 9353, 7321, 8267, 10763], 'WindowCenter': [4366.0, 4309.0, 4308.0, 4335.0, 4292.0, 4313.0, 4331.0, 4293.0, 4312.0, 4291.0, 4291.0, 4320.0, 4290.0, 4302.0, 4321.0, 4292.0, 4322.0, 4291.0, 4303.0, 4322.0, 4292.0, 4314.0, 4343.0, 4304.0, 4324.0, 4302.0, 4303.0, 4332.0, 4281.0, 4304.0, 4343.0, 4292.0, 4314.0, 4332.0, 4302.0, 4312.0, 4291.0, 4304.0, 4343.0, 4317.0, 4335.0, 4293.0, 4306.0, 4333.0, 4315.0, 4327.0, 4315.0, 4316.0, 4345.0, 4304.0, 4326.0, 4324.0, 4305.0, 4324.0, 4294.0, 4306.0, 4345.0, 4305.0, 4324.0, 4294.0, 4315.0, 4334.0, 4316.0, 4337.0, 4342.0, 4302.0, 4336.0, 4337.0, 4316.0, 4345.0, 4304.0, 4314.0, 4303.0, 4303.0, 4333.0, 4304.0, 4315.0, 4314.0, 4306.0, 4335.0, 4293.0, 4325.0, 4344.0, 4304.0, 4334.0, 4311.0, 4303.0, 4332.0, 4291.0, 4323.0, 4330.0, 4301.0, 4332.0, 4292.0, 4303.0, 4332.0, 4300.0, 4312.0, 4331.0, 4280.0, 4302.0, 4320.0, 4280.0, 4301.0, 4330.0, 4301.0, 4314.0, 4312.0, 4304.0, 4324.0, 4293.0, 4315.0, 4344.0, 4292.0, 4325.0, 4343.0, 4303.0, 4324.0, 4352.0, 4302.0, 4323.0, 4330.0, 4302.0, 4332.0, 4320.0, 4291.0, 4321.0, 4289.0, 4291.0, 4320.0, 4290.0, 4302.0, 4343.0, 4291.0, 4312.0, 4330.0, 4280.0, 4312.0, 4340.0, 4302.0, 4323.0, 4311.0, 4303.0, 4322.0, 4291.0, 4303.0, 4332.0, 4304.0, 4324.0, 4293.0, 4315.0, 4344.0, 4304.0, 4335.0, 4322.0, 4305.0, 4342.0, 4303.0, 4324.0, 4341.0, 4292.0, 4333.0, 4301.0, 4292.0, 4331.0, 4302.0, 4323.0, 4300.0, 4292.0, 4332.0, 4292.0, 4293.0, 4332.0, 4315.0, 4337.0, 4315.0, 4317.0, 4354.0, 4303.0, 4343.0, 4314.0, 4334.0, 4314.0, 4315.0, 4344.0, 4304.0, 4326.0, 4332.0, 4293.0, 4335.0, 4332.0, 4304.0, 4343.0, 4302.0, 4333.0, 4331.0, 4301.0, 4341.0, 4289.0, 4309.0, 4287.0, 4299.0, 4329.0, 4288.0, 4321.0, 4339.0, 4298.0, 4328.0, 4277.0, 4307.0, 4285.0, 4285.0, 4304.0, 4264.0, 4296.0, 4315.0, 4287.0, 4317.0, 4285.0, 4287.0, 4316.0, 4286.0, 4297.0, 4303.0, 4275.0, 4296.0, 4304.0, 4276.0, 4317.0, 4277.0, 4299.0, 4276.0, 4288.0, 4308.0, 4278.0, 4302.0, 4331.0, 4293.0, 4322.0, 4292.0, 4314.0, 4332.0, 4302.0, 4332.0, 4300.0, 4313.0, 4341.0, 4302.0, 4332.0, 4290.0, 4302.0, 4331.0, 4301.0, 4332.0, 4291.0, 4302.0, 4332.0, 4290.0, 4322.0, 4310.0, 4292.0, 4331.0, 4302.0, 4312.0, 4300.0, 4301.0, 4331.0, 4290.0, 4312.0, 4300.0, 4302.0, 4322.0, 4291.0, 4303.0, 4342.0, 4303.0, 4323.0, 4304.0, 4315.0, 4332.0, 4293.0, 4324.0, 4313.0, 4305.0, 4333.0, 4305.0, 4325.0, 4303.0, 4306.0, 4345.0, 4326.0, 4346.0, 4305.0, 4326.0, 4325.0, 4316.0, 4345.0, 4293.0, 4325.0, 4354.0, 4316.0, 4356.0, 4324.0, 4324.0, 4323.0, 4303.0, 4332.0, 4291.0, 4313.0, 4342.0, 4292.0, 4343.0, 4312.0, 4314.0, 4332.0, 4302.0, 4321.0, 4290.0, 4301.0, 4340.0, 4302.0, 4331.0, 4291.0, 4313.0, 4341.0, 4301.0, 4321.0, 4289.0, 4291.0, 4340.0, 4290.0, 4320.0, 4280.0, 4301.0, 4331.0, 4302.0, 4332.0, 4302.0, 4312.0, 4341.0, 4302.0, 4322.0, 4280.0, 4302.0, 4331.0, 4291.0, 4322.0, 4290.0, 4292.0, 4331.0, 4302.0, 4323.0, 4291.0, 4303.0, 4321.0, 4292.0, 4323.0, 4302.0, 4304.0, 4344.0, 4304.0, 4325.0, 4312.0, 4304.0, 4333.0, 4291.0, 4313.0, 4344.0, 4305.0, 4331.0, 4281.0, 4302.0, 4331.0, 4291.0, 4323.0, 4320.0, 4293.0, 4333.0, 4303.0, 4325.0, 4342.0, 4292.0, 4334.0, 4311.0, 4302.0, 4331.0, 4281.0, 4313.0, 4331.0, 4293.0, 4333.0, 4303.0, 4305.0, 4333.0, 4305.0, 4335.0, 4303.0, 4315.0, 4344.0, 4304.0, 4334.0, 4302.0, 4304.0, 4343.0, 4291.0, 4324.0, 4352.0, 4303.0, 4341.0, 4291.0, 4313.0, 4341.0, 4302.0, 4333.0, 4311.0, 4303.0, 4331.0, 4292.0, 4314.0, 4332.0, 4293.0, 4334.0, 4302.0, 4304.0, 4332.0, 4293.0, 4325.0, 4333.0, 4304.0, 4334.0, 4293.0, 4314.0, 4332.0, 4293.0, 4324.0, 4332.0, 4294.0, 4333.0, 4293.0, 4314.0, 4342.0, 4303.0, 4335.0, 4323.0, 4304.0, 4343.0, 4304.0, 4325.0, 4333.0, 4305.0, 4356.0, 4295.0, 4334.0, 4302.0, 4304.0, 4343.0, 4292.0, 4324.0, 4352.0, 4313.0, 4353.0, 4312.0, 4313.0, 4341.0, 4301.0, 4322.0, 4312.0, 4292.0, 4331.0, 4291.0, 4322.0, 4289.0, 4302.0, 4332.0, 4292.0, 4313.0, 4291.0, 4304.0, 4332.0, 4291.0, 4313.0, 4341.0, 4293.0, 4343.0, 4292.0, 4323.0, 4311.0, 4292.0, 4331.0, 4290.0, 4312.0, 4330.0, 4291.0, 4331.0, 4290.0, 4302.0, 4331.0, 4302.0, 4323.0, 4301.0, 4303.0, 4331.0, 4302.0, 4323.0, 4291.0, 4303.0, 4331.0, 4291.0, 4322.0, 4289.0, 4291.0, 4340.0, 4290.0, 4311.0, 4289.0, 4290.0, 4330.0, 4280.0, 4321.0, 4319.0, 4290.0, 4330.0, 4289.0, 4311.0, 4331.0, 4291.0, 4330.0, 4290.0, 4311.0, 4310.0, 4291.0, 4322.0, 4292.0, 4313.0, 4331.0, 4302.0, 4332.0, 4292.0, 4313.0, 4341.0, 4291.0, 4323.0, 4331.0, 4302.0, 4331.0, 4292.0, 4312.0, 4310.0, 4292.0, 4333.0, 4294.0, 4314.0, 4312.0, 4304.0, 4333.0, 4293.0, 4324.0, 4343.0, 4294.0, 4344.0, 4293.0, 4325.0, 4353.0, 4292.0, 4325.0, 4317.0, 4357.0, 4322.0, 4302.0, 4343.0, 4309.0, 4290.0, 4320.0, 4289.0, 4291.0, 4341.0, 4302.0, 4333.0, 4304.0, 4328.0, 4333.0, 4340.0, 4347.0, 4307.0, 4335.0, 4331.0, 4303.0, 4345.0, 4323.0, 4304.0, 4356.0, 4304.0, 4323.0, 4291.0, 4312.0, 4341.0, 4300.0, 4343.0, 4350.0, 4320.0, 4338.0, 4278.0, 4309.0, 4336.0, 4286.0, 4327.0, 4283.0, 4285.0, 4315.0, 4283.0, 4285.0, 4314.0, 4264.0, 4284.0, 4303.0, 4274.0, 4285.0, 4262.0, 4275.0, 4305.0, 4274.0, 4287.0, 4306.0, 4277.0, 4298.0, 4316.0, 4277.0, 4308.0, 4279.0, 4301.0, 4300.0, 4292.0, 4332.0, 4293.0, 4324.0, 4302.0, 4305.0, 4344.0, 4304.0, 4335.0, 4304.0, 4325.0, 4353.0, 4304.0, 4334.0, 4302.0, 4313.0, 4342.0, 4293.0, 4338.0, 4335.0, 4293.0, 4331.0, 4292.0, 4313.0, 4311.0, 4304.0, 4346.0, 4305.0, 4315.0, 4313.0, 4305.0, 4334.0, 4294.0, 4327.0, 4315.0, 4316.0, 4357.0, 4306.0, 4354.0, 4315.0, 4335.0, 4314.0, 4316.0, 4354.0, 4314.0, 4345.0, 4324.0, 4325.0, 4343.0, 4303.0, 4342.0, 4300.0, 4322.0, 4351.0, 4320.0, 4339.0, 4278.0, 4309.0, 4337.0, 4288.0, 4328.0, 4296.0, 4297.0, 4325.0, 4286.0, 4296.0, 4274.0, 4286.0, 4316.0, 4276.0, 4298.0, 4286.0, 4288.0, 4317.0, 4277.0, 4309.0, 4316.0, 4289.0, 4318.0, 4279.0, 4310.0, 4328.0, 4290.0, 4320.0, 4289.0, 4301.0, 4329.0, 4290.0, 4320.0, 4279.0, 4300.0, 4330.0, 4281.0, 4321.0, 4309.0, 4290.0, 4329.0, 4280.0, 4311.0, 4329.0, 4291.0, 4331.0, 4291.0, 4313.0, 4321.0, 4292.0, 4321.0, 4290.0, 4302.0, 4341.0, 4303.0, 4322.0, 4302.0, 4304.0, 4342.0, 4304.0, 4335.0, 4314.0, 4305.0, 4342.0, 4304.0, 4335.0, 4343.0, 4304.0, 4342.0, 4292.0, 4323.0, 4311.0, 4292.0, 4332.0, 4292.0, 4313.0, 4312.0, 4294.0, 4333.0, 4303.0, 4313.0, 4332.0, 4304.0, 4344.0, 4314.0, 4324.0, 4313.0, 4305.0, 4343.0, 4292.0, 4324.0, 4342.0, 4303.0, 4354.0, 4312.0, 4332.0, 4309.0, 4300.0, 4330.0, 4289.0, 4311.0, 4349.0, 4289.0, 4319.0, 4288.0, 4299.0, 4339.0, 4288.0, 4299.0, 4287.0, 4279.0, 4319.0, 4279.0, 4311.0, 4339.0, 4290.0, 4319.0, 4289.0, 4301.0, 4319.0, 4290.0, 4321.0, 4300.0, 4303.0, 4341.0, 4292.0, 4322.0, 4291.0, 4303.0, 4342.0, 4303.0, 4343.0, 4292.0, 4314.0, 4342.0, 4292.0, 4322.0, 4290.0, 4302.0, 4352.0, 4302.0, 4322.0, 4300.0, 4292.0, 4331.0, 4290.0, 4312.0, 4340.0, 4290.0, 4311.0, 4298.0, 4290.0, 4321.0, 4339.0, 4288.0, 4310.0, 4328.0, 4289.0, 4299.0, 4289.0, 4281.0, 4311.0, 4290.0, 4304.0, 4333.0, 4293.0, 4325.0, 4334.0, 4315.0, 4326.0, 4354.0, 4314.0, 4337.0, 4354.0, 4323.0, 4312.0, 4311.0, 4304.0, 4334.0, 4322.0, 4305.0, 4346.0, 4324.0, 4304.0, 4343.0, 4315.0, 4337.0, 4366.0, 4316.0, 4335.0, 4316.0, 4325.0, 4282.0, 4303.0, 4283.0, 4315.0, 4316.0, 4348.0, 4377.0, 4322.0, 4322.0, 4349.0, 4288.0, 4299.0, 4338.0, 4297.0, 4309.0, 4338.0, 4299.0, 4327.0, 4287.0, 4316.0, 4276.0, 4297.0, 4315.0, 4275.0, 4318.0, 4325.0, 4275.0, 4314.0, 4275.0, 4296.0, 4294.0, 4264.0, 4294.0, 4282.0, 4276.0, 4317.0, 4295.0, 4276.0, 4315.0, 4277.0, 4298.0, 4274.0, 4274.0, 4295.0, 4263.0, 4276.0, 4306.0, 4265.0, 4278.0, 4317.0, 4276.0, 4287.0, 4314.0, 4275.0, 4297.0, 4305.0, 4277.0, 4308.0, 4287.0, 4278.0, 4317.0, 4277.0, 4298.0, 4315.0, 4276.0, 4307.0, 4305.0, 4276.0, 4307.0, 4285.0, 4278.0, 4307.0, 4265.0, 4288.0, 4318.0, 4276.0, 4289.0, 4318.0, 4279.0, 4289.0, 4280.0, 4302.0, 4332.0, 4302.0, 4313.0, 4291.0, 4292.0, 4294.0, 4338.0, 4367.0, 4323.0, 4322.0, 4293.0, 4335.0, 4363.0, 4300.0, 4311.0, 4339.0, 4288.0, 4299.0, 4328.0, 4278.0, 4299.0, 4327.0, 4278.0, 4311.0, 4310.0, 4291.0, 4311.0, 4280.0, 4293.0, 4332.0, 4282.0, 4313.0, 4342.0, 4292.0, 4313.0, 4352.0, 4292.0, 4323.0, 4340.0, 4291.0, 4333.0, 4341.0, 4302.0, 4332.0, 4300.0, 4292.0, 4321.0, 4289.0, 4290.0, 4321.0, 4300.0, 4302.0, 4332.0, 4300.0, 4291.0, 4321.0, 4289.0, 4292.0, 4321.0, 4280.0, 4302.0, 4330.0, 4281.0, 4312.0, 4331.0, 4292.0, 4313.0, 4292.0, 4314.0, 4343.0, 4304.0, 4335.0, 4314.0, 4316.0, 4334.0, 4305.0, 4345.0, 4313.0, 4304.0, 4353.0, 4302.0, 4333.0, 4322.0, 4303.0, 4352.0, 4291.0, 4321.0, 4289.0, 4291.0, 4340.0, 4289.0, 4311.0, 4340.0, 4299.0, 4299.0, 4288.0, 4279.0, 4308.0, 4277.0, 4289.0, 4341.0, 4301.0, 4331.0, 4301.0, 4332.0, 4291.0, 4302.0, 4331.0, 4292.0, 4312.0, 4329.0, 4291.0, 4332.0, 4301.0, 4323.0, 4352.0, 4302.0, 4341.0, 4290.0, 4310.0, 4287.0, 4289.0, 4329.0, 4278.0, 4299.0, 4329.0, 4290.0, 4320.0, 4288.0, 4289.0, 4328.0, 4277.0, 4307.0, 4295.0, 4287.0, 4338.0, 4277.0, 4317.0, 4265.0, 4286.0, 4314.0, 4274.0, 4305.0, 4262.0, 4274.0, 4328.0, 4279.0, 4307.0, 4294.0, 4275.0, 4325.0, 4276.0, 4295.0, 4264.0, 4287.0, 4315.0, 4277.0, 4297.0, 4276.0, 4288.0, 4317.0, 4276.0, 4287.0, 4305.0, 4277.0, 4296.0, 4267.0, 4289.0, 4308.0, 4290.0, 4310.0, 4280.0, 4291.0, 4330.0, 4290.0, 4310.0, 4288.0, 4290.0, 4309.0, 4279.0, 4312.0, 4330.0, 4291.0, 4321.0, 4281.0, 4313.0, 4341.0, 4293.0, 4323.0, 4341.0, 4303.0, 4312.0, 4293.0, 4314.0, 4332.0], 'WindowWidth': [9637.0, 9544.0, 9541.0, 9570.0, 9507.0, 9536.0, 9559.0, 9508.0, 9533.0, 9499.0, 9502.0, 9539.0, 9499.0, 9519.0, 9542.0, 9505.0, 9546.0, 9504.0, 9524.0, 9546.0, 9505.0, 9537.0, 9576.0, 9528.0, 9553.0, 9519.0, 9522.0, 9561.0, 9490.0, 9525.0, 9576.0, 9508.0, 9539.0, 9560.0, 9519.0, 9533.0, 9503.0, 9525.0, 9577.0, 9548.0, 9570.0, 9512.0, 9531.0, 9563.0, 9544.0, 9561.0, 9544.0, 9545.0, 9583.0, 9527.0, 9558.0, 9552.0, 9528.0, 9554.0, 9514.0, 9533.0, 9585.0, 9529.0, 9553.0, 9513.0, 9544.0, 9569.0, 9546.0, 9576.0, 9573.0, 9520.0, 9576.0, 9578.0, 9546.0, 9583.0, 9528.0, 9540.0, 9525.0, 9526.0, 9567.0, 9528.0, 9544.0, 9541.0, 9534.0, 9570.0, 9513.0, 9558.0, 9584.0, 9528.0, 9568.0, 9531.0, 9522.0, 9561.0, 9505.0, 9551.0, 9556.0, 9517.0, 9561.0, 9507.0, 9523.0, 9563.0, 9515.0, 9533.0, 9557.0, 9486.0, 9520.0, 9542.0, 9487.0, 9518.0, 9555.0, 9518.0, 9541.0, 9534.0, 9527.0, 9554.0, 9511.0, 9543.0, 9580.0, 9510.0, 9558.0, 9581.0, 9524.0, 9555.0, 9588.0, 9522.0, 9551.0, 9554.0, 9519.0, 9563.0, 9540.0, 9503.0, 9544.0, 9498.0, 9506.0, 9543.0, 9502.0, 9522.0, 9576.0, 9504.0, 9535.0, 9555.0, 9490.0, 9535.0, 9569.0, 9520.0, 9550.0, 9533.0, 9524.0, 9547.0, 9506.0, 9524.0, 9562.0, 9527.0, 9556.0, 9513.0, 9545.0, 9582.0, 9528.0, 9570.0, 9549.0, 9528.0, 9577.0, 9523.0, 9553.0, 9572.0, 9506.0, 9564.0, 9518.0, 9508.0, 9558.0, 9523.0, 9552.0, 9516.0, 9507.0, 9562.0, 9507.0, 9510.0, 9563.0, 9547.0, 9581.0, 9549.0, 9552.0, 9596.0, 9527.0, 9579.0, 9542.0, 9569.0, 9542.0, 9547.0, 9584.0, 9530.0, 9561.0, 9562.0, 9514.0, 9572.0, 9563.0, 9529.0, 9581.0, 9521.0, 9566.0, 9558.0, 9518.0, 9571.0, 9500.0, 9526.0, 9491.0, 9510.0, 9552.0, 9494.0, 9544.0, 9567.0, 9508.0, 9550.0, 9477.0, 9519.0, 9484.0, 9485.0, 9509.0, 9454.0, 9501.0, 9524.0, 9489.0, 9533.0, 9486.0, 9491.0, 9529.0, 9490.0, 9505.0, 9507.0, 9471.0, 9503.0, 9508.0, 9475.0, 9530.0, 9480.0, 9511.0, 9478.0, 9496.0, 9522.0, 9483.0, 9523.0, 9558.0, 9511.0, 9547.0, 9510.0, 9540.0, 9560.0, 9522.0, 9563.0, 9515.0, 9537.0, 9573.0, 9519.0, 9560.0, 9502.0, 9520.0, 9558.0, 9518.0, 9560.0, 9505.0, 9522.0, 9559.0, 9503.0, 9547.0, 9527.0, 9509.0, 9559.0, 9522.0, 9537.0, 9516.0, 9519.0, 9558.0, 9502.0, 9533.0, 9516.0, 9521.0, 9547.0, 9506.0, 9524.0, 9575.0, 9524.0, 9550.0, 9529.0, 9543.0, 9564.0, 9512.0, 9554.0, 9536.0, 9529.0, 9565.0, 9530.0, 9557.0, 9525.0, 9534.0, 9585.0, 9560.0, 9588.0, 9532.0, 9561.0, 9560.0, 9549.0, 9584.0, 9513.0, 9558.0, 9595.0, 9546.0, 9604.0, 9552.0, 9555.0, 9551.0, 9525.0, 9563.0, 9505.0, 9537.0, 9575.0, 9509.0, 9580.0, 9533.0, 9540.0, 9563.0, 9522.0, 9545.0, 9502.0, 9519.0, 9570.0, 9520.0, 9559.0, 9505.0, 9537.0, 9572.0, 9518.0, 9546.0, 9498.0, 9504.0, 9570.0, 9502.0, 9542.0, 9489.0, 9519.0, 9558.0, 9522.0, 9564.0, 9521.0, 9536.0, 9574.0, 9523.0, 9547.0, 9487.0, 9520.0, 9559.0, 9505.0, 9548.0, 9501.0, 9509.0, 9560.0, 9522.0, 9551.0, 9505.0, 9525.0, 9545.0, 9509.0, 9552.0, 9521.0, 9528.0, 9581.0, 9529.0, 9557.0, 9537.0, 9527.0, 9565.0, 9506.0, 9538.0, 9583.0, 9530.0, 9559.0, 9490.0, 9522.0, 9559.0, 9507.0, 9550.0, 9543.0, 9512.0, 9564.0, 9528.0, 9558.0, 9576.0, 9511.0, 9568.0, 9532.0, 9523.0, 9558.0, 9492.0, 9537.0, 9558.0, 9512.0, 9567.0, 9527.0, 9532.0, 9567.0, 9532.0, 9571.0, 9524.0, 9544.0, 9585.0, 9529.0, 9568.0, 9521.0, 9527.0, 9581.0, 9506.0, 9553.0, 9591.0, 9523.0, 9573.0, 9507.0, 9537.0, 9574.0, 9522.0, 9565.0, 9530.0, 9524.0, 9559.0, 9509.0, 9542.0, 9563.0, 9513.0, 9568.0, 9521.0, 9527.0, 9563.0, 9514.0, 9558.0, 9567.0, 9529.0, 9569.0, 9510.0, 9540.0, 9561.0, 9511.0, 9555.0, 9560.0, 9514.0, 9564.0, 9513.0, 9543.0, 9578.0, 9526.0, 9571.0, 9550.0, 9529.0, 9579.0, 9528.0, 9558.0, 9567.0, 9531.0, 9602.0, 9517.0, 9566.0, 9521.0, 9526.0, 9578.0, 9507.0, 9553.0, 9591.0, 9538.0, 9594.0, 9534.0, 9538.0, 9574.0, 9518.0, 9547.0, 9536.0, 9509.0, 9558.0, 9505.0, 9547.0, 9500.0, 9521.0, 9564.0, 9508.0, 9537.0, 9506.0, 9526.0, 9563.0, 9505.0, 9536.0, 9572.0, 9510.0, 9578.0, 9507.0, 9551.0, 9530.0, 9507.0, 9558.0, 9500.0, 9533.0, 9556.0, 9506.0, 9558.0, 9504.0, 9521.0, 9559.0, 9522.0, 9551.0, 9520.0, 9525.0, 9560.0, 9522.0, 9551.0, 9506.0, 9524.0, 9559.0, 9505.0, 9547.0, 9499.0, 9505.0, 9571.0, 9501.0, 9531.0, 9500.0, 9503.0, 9555.0, 9488.0, 9545.0, 9539.0, 9503.0, 9554.0, 9500.0, 9533.0, 9560.0, 9507.0, 9557.0, 9503.0, 9533.0, 9529.0, 9506.0, 9548.0, 9510.0, 9538.0, 9560.0, 9523.0, 9563.0, 9509.0, 9538.0, 9572.0, 9507.0, 9552.0, 9560.0, 9524.0, 9559.0, 9510.0, 9537.0, 9531.0, 9510.0, 9568.0, 9515.0, 9543.0, 9536.0, 9529.0, 9567.0, 9513.0, 9556.0, 9579.0, 9514.0, 9582.0, 9512.0, 9557.0, 9593.0, 9510.0, 9559.0, 9552.0, 9607.0, 9548.0, 9522.0, 9578.0, 9525.0, 9501.0, 9543.0, 9499.0, 9505.0, 9574.0, 9524.0, 9567.0, 9531.0, 9572.0, 9590.0, 9592.0, 9594.0, 9542.0, 9574.0, 9561.0, 9527.0, 9586.0, 9552.0, 9531.0, 9604.0, 9528.0, 9553.0, 9507.0, 9536.0, 9575.0, 9516.0, 9578.0, 9582.0, 9542.0, 9564.0, 9481.0, 9524.0, 9558.0, 9489.0, 9545.0, 9479.0, 9485.0, 9527.0, 9478.0, 9484.0, 9523.0, 9455.0, 9484.0, 9507.0, 9468.0, 9485.0, 9451.0, 9473.0, 9514.0, 9471.0, 9494.0, 9516.0, 9479.0, 9509.0, 9529.0, 9481.0, 9522.0, 9485.0, 9520.0, 9517.0, 9511.0, 9563.0, 9513.0, 9556.0, 9525.0, 9531.0, 9584.0, 9528.0, 9573.0, 9530.0, 9560.0, 9594.0, 9527.0, 9568.0, 9521.0, 9538.0, 9576.0, 9514.0, 9582.0, 9574.0, 9514.0, 9561.0, 9510.0, 9539.0, 9534.0, 9530.0, 9591.0, 9533.0, 9545.0, 9540.0, 9532.0, 9569.0, 9518.0, 9566.0, 9546.0, 9551.0, 9608.0, 9536.0, 9600.0, 9548.0, 9576.0, 9544.0, 9548.0, 9597.0, 9544.0, 9588.0, 9557.0, 9560.0, 9583.0, 9528.0, 9579.0, 9517.0, 9549.0, 9589.0, 9541.0, 9565.0, 9482.0, 9526.0, 9562.0, 9495.0, 9552.0, 9504.0, 9506.0, 9541.0, 9491.0, 9505.0, 9471.0, 9491.0, 9532.0, 9478.0, 9508.0, 9489.0, 9495.0, 9533.0, 9480.0, 9525.0, 9532.0, 9498.0, 9538.0, 9487.0, 9529.0, 9551.0, 9502.0, 9543.0, 9499.0, 9520.0, 9553.0, 9503.0, 9544.0, 9486.0, 9518.0, 9558.0, 9493.0, 9546.0, 9525.0, 9502.0, 9554.0, 9490.0, 9534.0, 9554.0, 9506.0, 9561.0, 9508.0, 9538.0, 9547.0, 9509.0, 9548.0, 9505.0, 9525.0, 9576.0, 9525.0, 9549.0, 9523.0, 9529.0, 9578.0, 9532.0, 9573.0, 9544.0, 9532.0, 9579.0, 9528.0, 9574.0, 9581.0, 9528.0, 9579.0, 9512.0, 9553.0, 9532.0, 9510.0, 9563.0, 9511.0, 9538.0, 9535.0, 9515.0, 9567.0, 9526.0, 9541.0, 9565.0, 9530.0, 9582.0, 9541.0, 9557.0, 9542.0, 9532.0, 9582.0, 9511.0, 9558.0, 9577.0, 9527.0, 9597.0, 9537.0, 9564.0, 9528.0, 9517.0, 9557.0, 9499.0, 9531.0, 9581.0, 9499.0, 9540.0, 9495.0, 9514.0, 9566.0, 9497.0, 9512.0, 9493.0, 9486.0, 9538.0, 9485.0, 9531.0, 9565.0, 9502.0, 9541.0, 9499.0, 9517.0, 9539.0, 9502.0, 9547.0, 9514.0, 9524.0, 9574.0, 9510.0, 9549.0, 9506.0, 9526.0, 9578.0, 9525.0, 9579.0, 9511.0, 9543.0, 9576.0, 9510.0, 9550.0, 9504.0, 9523.0, 9590.0, 9521.0, 9550.0, 9517.0, 9508.0, 9559.0, 9503.0, 9534.0, 9571.0, 9505.0, 9532.0, 9512.0, 9505.0, 9547.0, 9567.0, 9498.0, 9530.0, 9550.0, 9501.0, 9514.0, 9502.0, 9495.0, 9535.0, 9505.0, 9529.0, 9568.0, 9515.0, 9560.0, 9571.0, 9547.0, 9564.0, 9599.0, 9545.0, 9579.0, 9597.0, 9552.0, 9535.0, 9534.0, 9529.0, 9570.0, 9550.0, 9533.0, 9590.0, 9556.0, 9530.0, 9578.0, 9545.0, 9578.0, 9618.0, 9549.0, 9573.0, 9547.0, 9558.0, 9496.0, 9525.0, 9499.0, 9546.0, 9548.0, 9596.0, 9636.0, 9548.0, 9547.0, 9581.0, 9493.0, 9511.0, 9562.0, 9506.0, 9526.0, 9562.0, 9511.0, 9546.0, 9493.0, 9531.0, 9475.0, 9504.0, 9526.0, 9472.0, 9535.0, 9539.0, 9470.0, 9520.0, 9472.0, 9504.0, 9496.0, 9454.0, 9495.0, 9475.0, 9476.0, 9532.0, 9497.0, 9475.0, 9527.0, 9477.0, 9508.0, 9468.0, 9469.0, 9497.0, 9451.0, 9475.0, 9515.0, 9458.0, 9480.0, 9530.0, 9475.0, 9490.0, 9522.0, 9471.0, 9504.0, 9509.0, 9477.0, 9521.0, 9491.0, 9482.0, 9533.0, 9478.0, 9508.0, 9527.0, 9475.0, 9518.0, 9511.0, 9475.0, 9520.0, 9485.0, 9480.0, 9519.0, 9460.0, 9495.0, 9534.0, 9476.0, 9497.0, 9534.0, 9485.0, 9500.0, 9487.0, 9523.0, 9561.0, 9523.0, 9538.0, 9505.0, 9509.0, 9516.0, 9581.0, 9621.0, 9549.0, 9545.0, 9512.0, 9570.0, 9606.0, 9514.0, 9529.0, 9567.0, 9493.0, 9511.0, 9548.0, 9482.0, 9512.0, 9545.0, 9483.0, 9533.0, 9531.0, 9505.0, 9534.0, 9490.0, 9511.0, 9561.0, 9495.0, 9539.0, 9575.0, 9507.0, 9538.0, 9588.0, 9508.0, 9552.0, 9569.0, 9505.0, 9564.0, 9572.0, 9520.0, 9561.0, 9516.0, 9508.0, 9545.0, 9498.0, 9503.0, 9544.0, 9515.0, 9524.0, 9561.0, 9516.0, 9506.0, 9544.0, 9499.0, 9509.0, 9546.0, 9491.0, 9522.0, 9556.0, 9491.0, 9537.0, 9558.0, 9511.0, 9538.0, 9510.0, 9543.0, 9579.0, 9529.0, 9572.0, 9542.0, 9546.0, 9568.0, 9531.0, 9586.0, 9538.0, 9528.0, 9593.0, 9522.0, 9566.0, 9547.0, 9523.0, 9589.0, 9507.0, 9547.0, 9499.0, 9504.0, 9571.0, 9498.0, 9530.0, 9570.0, 9511.0, 9512.0, 9495.0, 9485.0, 9524.0, 9480.0, 9498.0, 9575.0, 9518.0, 9557.0, 9519.0, 9563.0, 9505.0, 9522.0, 9561.0, 9508.0, 9534.0, 9554.0, 9504.0, 9562.0, 9517.0, 9552.0, 9589.0, 9521.0, 9573.0, 9504.0, 9529.0, 9492.0, 9498.0, 9554.0, 9481.0, 9513.0, 9553.0, 9502.0, 9543.0, 9495.0, 9498.0, 9548.0, 9476.0, 9519.0, 9497.0, 9492.0, 9563.0, 9477.0, 9530.0, 9458.0, 9487.0, 9521.0, 9468.0, 9511.0, 9450.0, 9469.0, 9549.0, 9487.0, 9519.0, 9496.0, 9472.0, 9540.0, 9475.0, 9500.0, 9458.0, 9493.0, 9528.0, 9480.0, 9507.0, 9475.0, 9496.0, 9532.0, 9477.0, 9493.0, 9513.0, 9480.0, 9503.0, 9466.0, 9499.0, 9521.0, 9502.0, 9528.0, 9489.0, 9505.0, 9556.0, 9503.0, 9528.0, 9493.0, 9500.0, 9525.0, 9485.0, 9533.0, 9554.0, 9506.0, 9545.0, 9493.0, 9539.0, 9571.0, 9509.0, 9552.0, 9573.0, 9523.0, 9533.0, 9512.0, 9542.0, 9563.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.0012669870129870132</td></tr>
<tr><td colspan=3>aqi</td><td>0.021258872987012987</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.734402238414205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2151645270710574</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0149785772183708</td></tr>
<tr><td colspan=3>efc</td><td>0.466</td></tr>
<tr><td colspan=3>fber</td><td>5894.6055</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0683296010212913</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7792207792207793</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.341435344850491</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3391021260496414</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5057335766222923</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.179470331879539</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123767</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014098568819463253</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015660032629966736</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0545681008985035</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.3702</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1893</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.187</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303448.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.4891</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.726</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.6861</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.9052</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.8764</td></tr>
<tr><td colspan=3>tsnr</td><td>42.05243275954854</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>