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

616 lines
No EOL
130 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-0077_ses-02_task-alignvideo_acq-mb8_run-03_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-0077_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_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-0077/ses-02/func/sub-0077_ses-02_task-alignvideo_acq-mb8_run-03_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>f82cf9d45936d4a663182bd665f9c1d6</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>22:27:47.385000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999766, -0.02119, 0.00431713, 0.0211166, 0.999643, 0.0163878]</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-03_task-alignvideo_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.0854238</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7726, -7291, 827, -21, -157, -97, 27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4383de7c-0390-4ef5-89ea-e0b9b72e7753||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822993755340576, 0.05665440112352371, 0.01258968748152256, 112.70344543457031], [0.056851278990507126, 2.6819682121276855, 0.043990664184093475, -99.23693084716797], [0.011582547798752785, -0.043967362493276596, 2.6996123790740967, -78.84504699707031], [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, 1158]</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, 1157, 1158], 'AcquisitionTime': ['222747.385000', '222747.845000', '222748.305000', '222748.765000', '222749.225000', '222749.685000', '222750.145000', '222750.605000', '222751.065000', '222751.525000', '222751.985000', '222752.445000', '222752.905000', '222753.365000', '222753.825000', '222754.285000', '222754.745000', '222755.205000', '222755.665000', '222756.125000', '222756.585000', '222757.045000', '222757.505000', '222757.965000', '222758.425000', '222758.885000', '222759.345000', '222759.805000', '222800.265000', '222800.725000', '222801.185000', '222801.645000', '222802.105000', '222802.565000', '222803.025000', '222803.485000', '222803.945000', '222804.405000', '222804.865000', '222805.325000', '222805.785000', '222806.245000', '222806.705000', '222807.165000', '222807.625000', '222808.085000', '222808.545000', '222809.005000', '222809.465000', '222809.925000', '222810.385000', '222810.845000', '222811.305000', '222811.765000', '222812.225000', '222812.685000', '222813.145000', '222813.605000', '222814.065000', '222814.525000', '222814.985000', '222815.445000', '222815.905000', '222816.365000', '222816.825000', '222817.285000', '222817.745000', '222818.205000', '222818.665000', '222819.125000', '222819.585000', '222820.045000', '222820.505000', '222820.965000', '222821.425000', '222821.885000', '222822.345000', '222822.805000', '222823.265000', '222823.725000', '222824.185000', '222824.645000', '222825.105000', '222825.565000', '222826.025000', '222826.485000', '222826.945000', '222827.405000', '222827.865000', '222828.325000', '222828.785000', '222829.245000', '222829.705000', '222830.165000', '222830.625000', '222831.085000', '222831.545000', '222832.005000', '222832.465000', '222832.925000', '222833.385000', '222833.845000', '222834.305000', '222834.765000', '222835.225000', '222835.685000', '222836.145000', '222836.605000', '222837.065000', '222837.525000', '222837.985000', '222838.445000', '222838.905000', '222839.365000', '222839.825000', '222840.285000', '222840.745000', '222841.205000', '222841.665000', '222842.125000', '222842.585000', '222843.045000', '222843.505000', '222843.965000', '222844.425000', '222844.885000', '222845.345000', '222845.805000', '222846.265000', '222846.725000', '222847.185000', '222847.645000', '222848.105000', '222848.565000', '222849.025000', '222849.485000', '222849.945000', '222850.405000', '222850.865000', '222851.325000', '222851.785000', '222852.245000', '222852.705000', '222853.165000', '222853.625000', '222854.085000', '222854.545000', '222855.005000', '222855.465000', '222855.925000', '222856.385000', '222856.845000', '222857.305000', '222857.765000', '222858.225000', '222858.685000', '222859.145000', '222859.605000', '222900.065000', '222900.525000', '222900.985000', '222901.445000', '222901.905000', '222902.365000', '222902.825000', '222903.285000', '222903.745000', '222904.205000', '222904.665000', '222905.125000', '222905.585000', '222906.045000', '222906.505000', '222906.965000', '222907.425000', '222907.885000', '222908.345000', '222908.805000', '222909.265000', '222909.725000', '222910.185000', '222910.645000', '222911.105000', '222911.565000', '222912.025000', '222912.485000', '222912.945000', '222913.405000', '222913.865000', '222914.325000', '222914.785000', '222915.245000', '222915.705000', '222916.165000', '222916.625000', '222917.085000', '222917.545000', '222918.005000', '222918.465000', '222918.925000', '222919.385000', '222919.845000', '222920.305000', '222920.765000', '222921.225000', '222921.685000', '222922.145000', '222922.605000', '222923.065000', '222923.525000', '222923.985000', '222924.445000', '222924.905000', '222925.365000', '222925.825000', '222926.285000', '222926.745000', '222927.205000', '222927.665000', '222928.125000', '222928.585000', '222929.045000', '222929.505000', '222929.965000', '222930.425000', '222930.885000', '222931.345000', '222931.805000', '222932.265000', '222932.725000', '222933.185000', '222933.645000', '222934.105000', '222934.565000', '222935.025000', '222935.485000', '222935.945000', '222936.405000', '222936.865000', '222937.325000', '222937.785000', '222938.245000', '222938.705000', '222939.165000', '222939.625000', '222940.085000', '222940.545000', '222941.005000', '222941.465000', '222941.925000', '222942.385000', '222942.845000', '222943.305000', '222943.765000', '222944.225000', '222944.685000', '222945.145000', '222945.605000', '222946.065000', '222946.525000', '222946.985000', '222947.445000', '222947.905000', '222948.365000', '222948.825000', '222949.285000', '222949.745000', '222950.205000', '222950.665000', '222951.125000', '222951.585000', '222952.045000', '222952.505000', '222952.965000', '222953.425000', '222953.885000', '222954.345000', '222954.805000', '222955.265000', '222955.725000', '222956.185000', '222956.645000', '222957.105000', '222957.565000', '222958.025000', '222958.485000', '222958.945000', '222959.405000', '222959.865000', '223000.325000', '223000.785000', '223001.245000', '223001.705000', '223002.165000', '223002.625000', '223003.085000', '223003.545000', '223004.005000', '223004.465000', '223004.925000', '223005.385000', '223005.845000', '223006.305000', '223006.765000', '223007.225000', '223007.685000', '223008.145000', '223008.605000', '223009.065000', '223009.525000', '223009.985000', '223010.445000', '223010.905000', '223011.365000', '223011.825000', '223012.285000', '223012.745000', '223013.205000', '223013.665000', '223014.125000', '223014.585000', '223015.045000', '223015.505000', '223015.965000', '223016.425000', '223016.885000', '223017.345000', '223017.805000', '223018.265000', '223018.725000', '223019.185000', '223019.645000', '223020.105000', '223020.565000', '223021.025000', '223021.485000', '223021.945000', '223022.405000', '223022.865000', '223023.325000', '223023.785000', '223024.245000', '223024.705000', '223025.165000', '223025.625000', '223026.085000', '223026.545000', '223027.005000', '223027.465000', '223027.925000', '223028.385000', '223028.845000', '223029.305000', '223029.765000', '223030.225000', '223030.685000', '223031.145000', '223031.605000', '223032.065000', '223032.525000', '223032.985000', '223033.445000', '223033.905000', '223034.365000', '223034.825000', '223035.285000', '223035.745000', '223036.205000', '223036.665000', '223037.125000', '223037.585000', '223038.045000', '223038.505000', '223038.965000', '223039.425000', '223039.885000', '223040.345000', '223040.805000', '223041.265000', '223041.725000', '223042.185000', '223042.645000', '223043.105000', '223043.565000', '223044.025000', '223044.485000', '223044.945000', '223045.405000', '223045.865000', '223046.325000', '223046.785000', '223047.245000', '223047.705000', '223048.165000', '223048.625000', '223049.085000', '223049.545000', '223050.005000', '223050.465000', '223050.925000', '223051.385000', '223051.845000', '223052.305000', '223052.765000', '223053.225000', '223053.685000', '223054.145000', '223054.605000', '223055.065000', '223055.525000', '223055.985000', '223056.445000', '223056.905000', '223057.365000', '223057.825000', '223058.285000', '223058.745000', '223059.205000', '223059.665000', '223100.125000', '223100.585000', '223101.045000', '223101.505000', '223101.965000', '223102.425000', '223102.885000', '223103.345000', '223103.805000', '223104.265000', '223104.725000', '223105.185000', '223105.645000', '223106.105000', '223106.565000', '223107.025000', '223107.485000', '223107.945000', '223108.405000', '223108.865000', '223109.325000', '223109.785000', '223110.245000', '223110.705000', '223111.165000', '223111.625000', '223112.085000', '223112.545000', '223113.005000', '223113.465000', '223113.925000', '223114.385000', '223114.845000', '223115.305000', '223115.765000', '223116.225000', '223116.685000', '223117.145000', '223117.605000', '223118.065000', '223118.525000', '223118.985000', '223119.445000', '223119.905000', '223120.365000', '223120.825000', '223121.285000', '223121.745000', '223122.205000', '223122.665000', '223123.125000', '223123.585000', '223124.045000', '223124.505000', '223124.965000', '223125.425000', '223125.885000', '223126.345000', '223126.805000', '223127.265000', '223127.725000', '223128.185000', '223128.645000', '223129.105000', '223129.565000', '223130.025000', '223130.485000', '223130.945000', '223131.405000', '223131.865000', '223132.325000', '223132.785000', '223133.245000', '223133.705000', '223134.165000', '223134.625000', '223135.085000', '223135.545000', '223136.005000', '223136.465000', '223136.925000', '223137.385000', '223137.845000', '223138.305000', '223138.765000', '223139.225000', '223139.685000', '223140.145000', '223140.605000', '223141.065000', '223141.525000', '223141.985000', '223142.445000', '223142.905000', '223143.365000', '223143.825000', '223144.285000', '223144.745000', '223145.205000', '223145.665000', '223146.125000', '223146.585000', '223147.045000', '223147.505000', '223147.965000', '223148.425000', '223148.885000', '223149.345000', '223149.805000', '223150.265000', '223150.725000', '223151.185000', '223151.645000', '223152.105000', '223152.565000', '223153.025000', '223153.485000', '223153.945000', '223154.405000', '223154.865000', '223155.325000', '223155.785000', '223156.245000', '223156.705000', '223157.165000', '223157.625000', '223158.085000', '223158.545000', '223159.005000', '223159.465000', '223159.925000', '223200.385000', '223200.845000', '223201.305000', '223201.765000', '223202.225000', '223202.685000', '223203.145000', '223203.605000', '223204.065000', '223204.525000', '223204.985000', '223205.445000', '223205.905000', '223206.365000', '223206.825000', '223207.285000', '223207.745000', '223208.205000', '223208.665000', '223209.125000', '223209.585000', '223210.045000', '223210.505000', '223210.965000', '223211.425000', '223211.885000', '223212.345000', '223212.805000', '223213.265000', '223213.725000', '223214.185000', '223214.645000', '223215.105000', '223215.565000', '223216.025000', '223216.485000', '223216.945000', '223217.405000', '223217.865000', '223218.325000', '223218.785000', '223219.245000', '223219.705000', '223220.165000', '223220.625000', '223221.085000', '223221.545000', '223222.005000', '223222.465000', '223222.925000', '223223.385000', '223223.845000', '223224.305000', '223224.765000', '223225.225000', '223225.685000', '223226.145000', '223226.605000', '223227.065000', '223227.525000', '223227.985000', '223228.445000', '223228.905000', '223229.365000', '223229.825000', '223230.285000', '223230.745000', '223231.205000', '223231.665000', '223232.125000', '223232.585000', '223233.045000', '223233.505000', '223233.965000', '223234.425000', '223234.885000', '223235.345000', '223235.805000', '223236.265000', '223236.725000', '223237.185000', '223237.645000', '223238.105000', '223238.565000', '223239.025000', '223239.485000', '223239.945000', '223240.405000', '223240.865000', '223241.325000', '223241.785000', '223242.245000', '223242.705000', '223243.165000', '223243.625000', '223244.085000', '223244.545000', '223245.005000', '223245.465000', '223245.925000', '223246.385000', '223246.845000', '223247.305000', '223247.765000', '223248.225000', '223248.685000', '223249.145000', '223249.605000', '223250.065000', '223250.525000', '223250.985000', '223251.445000', '223251.905000', '223252.365000', '223252.825000', '223253.285000', '223253.745000', '223254.205000', '223254.665000', '223255.125000', '223255.585000', '223256.045000', '223256.505000', '223256.965000', '223257.425000', '223257.885000', '223258.345000', '223258.805000', '223259.265000', '223259.725000', '223300.185000', '223300.645000', '223301.105000', '223301.565000', '223302.025000', '223302.485000', '223302.945000', '223303.405000', '223303.865000', '223304.325000', '223304.785000', '223305.245000', '223305.705000', '223306.165000', '223306.625000', '223307.085000', '223307.545000', '223308.005000', '223308.465000', '223308.925000', '223309.385000', '223309.845000', '223310.305000', '223310.765000', '223311.225000', '223311.685000', '223312.145000', '223312.605000', '223313.065000', '223313.525000', '223313.985000', '223314.445000', '223314.905000', '223315.365000', '223315.825000', '223316.285000', '223316.745000', '223317.205000', '223317.665000', '223318.125000', '223318.585000', '223319.045000', '223319.505000', '223319.965000', '223320.425000', '223320.885000', '223321.345000', '223321.805000', '223322.265000', '223322.725000', '223323.185000', '223323.645000', '223324.105000', '223324.565000', '223325.025000', '223325.485000', '223325.945000', '223326.405000', '223326.865000', '223327.325000', '223327.785000', '223328.245000', '223328.705000', '223329.165000', '223329.625000', '223330.085000', '223330.545000', '223331.005000', '223331.465000', '223331.925000', '223332.385000', '223332.845000', '223333.305000', '223333.765000', '223334.225000', '223334.685000', '223335.145000', '223335.605000', '223336.065000', '223336.525000', '223336.985000', '223337.445000', '223337.905000', '223338.365000', '223338.825000', '223339.285000', '223339.745000', '223340.205000', '223340.665000', '223341.125000', '223341.585000', '223342.045000', '223342.505000', '223342.965000', '223343.425000', '223343.885000', '223344.345000', '223344.805000', '223345.265000', '223345.725000', '223346.185000', '223346.645000', '223347.105000', '223347.565000', '223348.025000', '223348.485000', '223348.945000', '223349.405000', '223349.865000', '223350.325000', '223350.785000', '223351.245000', '223351.705000', '223352.165000', '223352.625000', '223353.085000', '223353.545000', '223354.005000', '223354.465000', '223354.925000', '223355.385000', '223355.845000', '223356.305000', '223356.765000', '223357.225000', '223357.685000', '223358.145000', '223358.605000', '223359.065000', '223359.525000', '223359.985000', '223400.445000', '223400.905000', '223401.365000', '223401.825000', '223402.285000', '223402.745000', '223403.205000', '223403.665000', '223404.125000', '223404.585000', '223405.045000', '223405.505000', '223405.965000', '223406.425000', '223406.885000', '223407.345000', '223407.805000', '223408.265000', '223408.725000', '223409.185000', '223409.645000', '223410.105000', '223410.565000', '223411.025000', '223411.485000', '223411.945000', '223412.405000', '223412.865000', '223413.325000', '223413.785000', '223414.245000', '223414.705000', '223415.165000', '223415.625000', '223416.085000', '223416.545000', '223417.005000', '223417.465000', '223417.925000', '223418.385000', '223418.845000', '223419.305000', '223419.765000', '223420.225000', '223420.685000', '223421.145000', '223421.605000', '223422.065000', '223422.525000', '223422.985000', '223423.445000', '223423.905000', '223424.365000', '223424.825000', '223425.285000', '223425.745000', '223426.205000', '223426.665000', '223427.125000', '223427.585000', '223428.045000', '223428.505000', '223428.965000', '223429.425000', '223429.885000', '223430.345000', '223430.805000', '223431.265000', '223431.725000', '223432.185000', '223432.645000', '223433.105000', '223433.565000', '223434.025000', '223434.485000', '223434.945000', '223435.405000', '223435.865000', '223436.325000', '223436.785000', '223437.245000', '223437.705000', '223438.165000', '223438.625000', '223439.085000', '223439.545000', '223440.005000', '223440.465000', '223440.925000', '223441.385000', '223441.845000', '223442.305000', '223442.765000', '223443.225000', '223443.685000', '223444.145000', '223444.605000', '223445.065000', '223445.525000', '223445.985000', '223446.445000', '223446.905000', '223447.365000', '223447.825000', '223448.285000', '223448.745000', '223449.205000', '223449.665000', '223450.125000', '223450.585000', '223451.045000', '223451.505000', '223451.965000', '223452.425000', '223452.885000', '223453.345000', '223453.805000', '223454.265000', '223454.725000', '223455.185000', '223455.645000', '223456.105000', '223456.565000', '223457.025000', '223457.485000', '223457.945000', '223458.405000', '223458.865000', '223459.325000', '223459.785000', '223500.245000', '223500.705000', '223501.165000', '223501.625000', '223502.085000', '223502.545000', '223503.005000', '223503.465000', '223503.925000', '223504.385000', '223504.845000', '223505.305000', '223505.765000', '223506.225000', '223506.685000', '223507.145000', '223507.605000', '223508.065000', '223508.525000', '223508.985000', '223509.445000', '223509.905000', '223510.365000', '223510.825000', '223511.285000', '223511.745000', '223512.205000', '223512.665000', '223513.125000', '223513.585000', '223514.045000', '223514.505000', '223514.965000', '223515.425000', '223515.885000', '223516.345000', '223516.805000', '223517.265000', '223517.725000', '223518.185000', '223518.645000', '223519.105000', '223519.565000', '223520.025000', '223520.485000', '223520.945000', '223521.405000', '223521.865000', '223522.325000', '223522.785000', '223523.245000', '223523.705000', '223524.165000', '223524.625000', '223525.085000', '223525.545000', '223526.005000', '223526.465000', '223526.925000', '223527.385000', '223527.845000', '223528.305000', '223528.765000', '223529.225000', '223529.685000', '223530.145000', '223530.605000', '223531.065000', '223531.525000', '223531.985000', '223532.445000', '223532.905000', '223533.365000', '223533.825000', '223534.285000', '223534.745000', '223535.205000', '223535.665000', '223536.125000', '223536.585000', '223537.045000', '223537.505000', '223537.965000', '223538.425000', '223538.885000', '223539.345000', '223539.805000', '223540.265000', '223540.725000', '223541.185000', '223541.645000', '223542.105000', '223542.565000', '223543.025000', '223543.485000', '223543.945000', '223544.405000', '223544.865000', '223545.325000', '223545.785000', '223546.245000', '223546.705000', '223547.165000', '223547.625000', '223548.085000', '223548.545000', '223549.005000', '223549.465000', '223549.925000', '223550.385000', '223550.845000', '223551.305000', '223551.765000', '223552.225000', '223552.685000', '223553.145000', '223553.605000', '223554.065000', '223554.525000', '223554.985000', '223555.445000', '223555.905000', '223556.365000', '223556.825000', '223557.285000', '223557.745000', '223558.205000', '223558.665000', '223559.125000', '223559.585000', '223600.045000', '223600.505000', '223600.965000', '223601.425000', '223601.885000', '223602.345000', '223602.805000', '223603.265000', '223603.725000', '223604.185000', '223604.645000', '223605.105000', '223605.565000', '223606.025000', '223606.485000', '223606.945000', '223607.405000', '223607.865000', '223608.325000', '223608.785000', '223609.245000', '223609.705000', '223610.165000', '223610.625000', '223611.085000', '223611.545000', '223612.005000', '223612.465000', '223612.925000', '223613.385000', '223613.845000', '223614.305000', '223614.765000', '223615.225000', '223615.685000', '223616.145000', '223616.605000', '223617.065000', '223617.525000', '223617.985000', '223618.445000', '223618.905000', '223619.365000', '223619.825000', '223620.285000', '223620.745000', '223621.205000', '223621.665000', '223622.125000', '223622.585000', '223623.045000', '223623.505000', '223623.965000', '223624.425000', '223624.885000', '223625.345000', '223625.805000', '223626.265000', '223626.725000', '223627.185000', '223627.645000', '223628.105000', '223628.565000', '223629.025000', '223629.485000', '223629.945000', '223630.405000', '223630.865000', '223631.325000', '223631.785000', '223632.245000', '223632.705000', '223633.165000', '223633.625000', '223634.085000', '223634.545000', '223635.005000', '223635.465000', '223635.925000', '223636.385000', '223636.845000', '223637.305000', '223637.765000', '223638.225000', '223638.685000', '223639.145000', '223639.605000'], 'ContentTime': ['222816.420000', '222816.423000', '222816.426000', '222816.429000', '222816.431000', '222816.434000', '222816.436000', '222816.439000', '222816.442000', '222816.444000', '222816.447000', '222816.449000', '222816.452000', '222816.455000', '222816.458000', '222816.460000', '222816.463000', '222816.465000', '222816.468000', '222816.471000', '222816.478000', '222816.480000', '222816.483000', '222816.486000', '222816.488000', '222816.491000', '222816.493000', '222816.496000', '222816.498000', '222816.501000', '222816.504000', '222816.506000', '222816.509000', '222816.511000', '222816.514000', '222816.516000', '222816.519000', '222816.522000', '222816.524000', '222816.527000', '222816.529000', '222816.532000', '222816.534000', '222816.537000', '222816.540000', '222816.542000', '222816.545000', '222816.547000', '222816.550000', '222816.552000', '222816.555000', '222816.558000', '222816.560000', '222816.563000', '222816.565000', '222816.568000', '222816.571000', '222816.573000', '222816.576000', '222816.578000', '222836.391000', '222836.402000', '222836.404000', '222836.407000', '222836.409000', '222836.412000', '222836.414000', '222836.417000', '222836.420000', '222836.422000', '222836.425000', '222836.428000', '222836.430000', '222836.433000', '222836.435000', '222836.438000', '222836.440000', '222836.443000', '222836.446000', '222836.448000', '222836.451000', '222836.453000', '222836.456000', '222836.458000', '222836.461000', '222836.464000', '222836.466000', '222836.469000', '222836.472000', '222836.474000', '222836.477000', '222836.479000', '222836.482000', '222836.484000', '222836.487000', '222836.490000', '222836.492000', '222836.495000', '222836.497000', '222836.500000', '222836.503000', '222836.505000', '222836.508000', '222856.391000', '222856.394000', '222856.397000', '222856.399000', '222856.402000', '222856.405000', '222856.407000', '222856.410000', '222856.413000', '222856.415000', '222856.418000', '222856.421000', '222856.423000', '222856.426000', '222856.429000', '222856.431000', '222856.434000', '222856.436000', '222856.439000', '222856.441000', '222856.444000', '222856.447000', '222856.449000', '222856.452000', '222856.455000', '222856.457000', '222856.460000', '222856.462000', '222856.465000', '222856.468000', '222856.470000', '222856.473000', '222856.475000', '222856.478000', '222856.481000', '222856.483000', '222856.486000', '222856.499000', '222856.502000', '222856.505000', '222856.507000', '222856.510000', '222856.512000', '222856.515000', '222916.391000', '222916.394000', '222916.397000', '222916.399000', '222916.402000', '222916.405000', '222916.407000', '222916.410000', '222916.413000', '222916.415000', '222916.418000', '222916.420000', '222916.423000', '222916.435000', '222916.438000', '222916.440000', '222916.443000', '222916.445000', '222916.448000', '222916.451000', '222916.453000', '222916.456000', '222916.458000', '222916.461000', '222916.464000', '222916.466000', '222916.469000', '222916.471000', '222916.474000', '222916.477000', '222916.479000', '222916.482000', '222916.484000', '222916.487000', '222916.489000', '222916.492000', '222916.495000', '222916.497000', '222916.500000', '222916.502000', '222916.505000', '222916.508000', '222916.510000', '222936.392000', '222936.394000', '222936.397000', '222936.400000', '222936.402000', '222936.405000', '222936.408000', '222936.410000', '222936.413000', '222936.415000', '222936.418000', '222936.421000', '222936.423000', '222936.426000', '222936.429000', '222936.431000', '222936.434000', '222936.437000', '222936.439000', '222936.444000', '222936.446000', '222936.449000', '222936.452000', '222936.454000', '222936.457000', '222936.459000', '222936.462000', '222936.465000', '222936.467000', '222936.470000', '222936.472000', '222936.475000', '222936.478000', '222936.480000', '222936.483000', '222936.486000', '222936.488000', '222936.491000', '222936.493000', '222936.496000', '222936.499000', '222936.501000', '222936.504000', '222936.506000', '222956.390000', '222956.393000', '222956.396000', '222956.398000', '222956.401000', '222956.403000', '222956.406000', '222956.409000', '222956.411000', '222956.414000', '222956.417000', '222956.419000', '222956.422000', '222956.424000', '222956.427000', '222956.429000', '222956.432000', '222956.435000', '222956.437000', '222956.440000', '222956.442000', '222956.445000', '222956.448000', '222956.450000', '222956.453000', '222956.455000', '222956.458000', '222956.461000', '222956.470000', '222956.473000', '222956.475000', '222956.478000', '222956.481000', '222956.483000', '222956.486000', '222956.489000', '222956.491000', '222956.494000', '222956.496000', '222956.499000', '222956.501000', '222956.504000', '222956.507000', '223016.392000', '223016.395000', '223016.397000', '223016.400000', '223016.402000', '223016.405000', '223016.408000', '223016.410000', '223016.413000', '223016.416000', '223016.418000', '223016.421000', '223016.423000', '223016.426000', '223016.429000', '223016.431000', '223016.434000', '223016.437000', '223016.439000', '223016.442000', '223016.445000', '223016.447000', '223016.450000', '223016.452000', '223016.455000', '223016.458000', '223016.460000', '223016.463000', '223016.466000', '223016.468000', '223016.471000', '223016.473000', '223016.476000', '223016.479000', '223016.481000', '223016.484000', '223016.486000', '223016.489000', '223016.492000', '223016.494000', '223016.497000', '223016.499000', '223016.502000', '223036.391000', '223036.394000', '223036.397000', '223036.400000', '223036.402000', '223036.405000', '223036.407000', '223036.410000', '223036.412000', '223036.415000', '223036.418000', '223036.420000', '223036.423000', '223036.425000', '223036.428000', '223036.431000', '223036.442000', '223036.444000', '223036.447000', '223036.450000', '223036.452000', '223036.455000', '223036.457000', '223036.460000', '223036.463000', '223036.465000', '223036.468000', '223036.470000', '223036.473000', '223036.476000', '223036.478000', '223036.481000', '223036.483000', '223036.486000', '223036.499000', '223036.502000', '223036.504000', '223036.507000', '223036.510000', '223036.512000', '223036.515000', '223036.517000', '223036.520000', '223036.523000', '223056.391000', '223056.394000', '223056.397000', '223056.400000', '223056.402000', '223056.405000', '223056.408000', '223056.410000', '223056.413000', '223056.415000', '223056.418000', '223056.421000', '223056.423000', '223056.426000', '223056.428000', '223056.431000', '223056.434000', '223056.436000', '223056.439000', '223056.442000', '223056.444000', '223056.447000', '223056.450000', '223056.453000', '223056.456000', '223056.459000', '223056.462000', '223056.464000', '223056.467000', '223056.469000', '223056.472000', '223056.475000', '223056.477000', '223056.480000', '223056.483000', '223056.486000', '223056.489000', '223056.491000', '223056.494000', '223056.496000', '223056.499000', '223056.502000', '223056.504000', '223116.392000', '223116.394000', '223116.397000', '223116.400000', '223116.402000', '223116.405000', '223116.407000', '223116.410000', '223116.413000', '223116.415000', '223116.418000', '223116.420000', '223116.423000', '223116.426000', '223116.428000', '223116.431000', '223116.433000', '223116.436000', '223116.439000', '223116.441000', '223116.444000', '223116.446000', '223116.449000', '223116.452000', '223116.454000', '223116.457000', '223116.460000', '223116.462000', '223116.465000', '223116.467000', '223116.470000', '223116.473000', '223116.475000', '223116.478000', '223116.481000', '223116.483000', '223116.486000', '223116.488000', '223116.491000', '223116.494000', '223116.496000', '223116.499000', '223116.501000', '223116.504000', '223136.392000', '223136.395000', '223136.397000', '223136.400000', '223136.403000', '223136.405000', '223136.408000', '223136.410000', '223136.413000', '223136.416000', '223136.418000', '223136.421000', '223136.423000', '223136.426000', '223136.428000', '223136.431000', '223136.434000', '223136.437000', '223136.439000', '223136.442000', '223136.444000', '223136.447000', '223136.450000', '223136.452000', '223136.455000', '223136.458000', '223136.460000', '223136.463000', '223136.466000', '223136.468000', '223136.471000', '223136.474000', '223136.476000', '223136.479000', '223136.481000', '223136.484000', '223136.487000', '223136.489000', '223136.492000', '223136.495000', '223136.498000', '223136.501000', '223136.504000', '223156.391000', '223156.394000', '223156.397000', '223156.400000', '223156.402000', '223156.405000', '223156.407000', '223156.410000', '223156.413000', '223156.415000', '223156.418000', '223156.420000', '223156.423000', '223156.426000', '223156.428000', '223156.431000', '223156.433000', '223156.436000', '223156.439000', '223156.441000', '223156.444000', '223156.447000', '223156.449000', '223156.452000', '223156.454000', '223156.457000', '223156.460000', '223156.462000', '223156.465000', '223156.467000', '223156.470000', '223156.473000', '223156.475000', '223156.478000', '223156.480000', '223156.483000', '223156.486000', '223156.488000', '223156.491000', '223156.493000', '223156.496000', '223156.499000', '223156.501000', '223156.504000', '223216.390000', '223216.393000', '223216.396000', '223216.399000', '223216.401000', '223216.404000', '223216.406000', '223216.409000', '223216.412000', '223216.414000', '223216.417000', '223216.420000', '223216.422000', '223216.425000', '223216.449000', '223216.452000', '223216.455000', '223216.457000', '223216.461000', '223216.464000', '223216.467000', '223216.470000', '223216.472000', '223216.475000', '223216.477000', '223216.480000', '223216.483000', '223216.485000', '223216.488000', '223216.490000', '223216.493000', '223216.496000', '223216.498000', '223216.501000', '223216.504000', '223216.506000', '223216.509000', '223216.511000', '223216.514000', '223216.517000', '223216.519000', '223216.523000', '223216.525000', '223236.391000', '223236.394000', '223236.397000', '223236.400000', '223236.402000', '223236.405000', '223236.407000', '223236.410000', '223236.413000', '223236.415000', '223236.418000', '223236.420000', '223236.423000', '223236.426000', '223236.429000', '223236.431000', '223236.434000', '223236.437000', '223236.439000', '223236.442000', '223236.444000', '223236.447000', '223236.450000', '223236.452000', '223236.455000', '223236.457000', '223236.460000', '223236.463000', '223236.465000', '223236.468000', '223236.470000', '223236.473000', '223236.476000', '223236.478000', '223236.481000', '223236.484000', '223236.486000', '223236.489000', '223236.491000', '223236.494000', '223236.497000', '223236.499000', '223236.502000', '223236.505000', '223256.391000', '223256.394000', '223256.397000', '223256.400000', '223256.402000', '223256.405000', '223256.407000', '223256.410000', '223256.413000', '223256.415000', '223256.418000', '223256.420000', '223256.423000', '223256.426000', '223256.428000', '223256.431000', '223256.433000', '223256.436000', '223256.439000', '223256.441000', '223256.444000', '223256.447000', '223256.449000', '223256.452000', '223256.455000', '223256.457000', '223256.460000', '223256.463000', '223256.465000', '223256.468000', '223256.471000', '223256.473000', '223256.476000', '223256.479000', '223256.481000', '223256.484000', '223256.486000', '223256.489000', '223256.492000', '223256.494000', '223256.497000', '223256.499000', '223256.502000', '223316.391000', '223316.395000', '223316.397000', '223316.400000', '223316.405000', '223316.407000', '223316.410000', '223316.412000', '223316.415000', '223316.418000', '223316.420000', '223316.423000', '223316.425000', '223316.428000', '223316.431000', '223316.433000', '223316.436000', '223316.439000', '223316.441000', '223316.444000', '223316.446000', '223316.449000', '223316.452000', '223316.454000', '223316.457000', '223316.459000', '223316.462000', '223316.465000', '223316.467000', '223316.470000', '223316.472000', '223316.475000', '223316.477000', '223316.480000', '223316.483000', '223316.485000', '223316.488000', '223316.490000', '223316.493000', '223316.496000', '223316.498000', '223316.501000', '223316.504000', '223336.392000', '223336.394000', '223336.397000', '223336.400000', '223336.402000', '223336.405000', '223336.408000', '223336.410000', '223336.413000', '223336.415000', '223336.418000', '223336.421000', '223336.423000', '223336.426000', '223336.428000', '223336.431000', '223336.434000', '223336.436000', '223336.439000', '223336.441000', '223336.444000', '223336.447000', '223336.449000', '223336.452000', '223336.454000', '223336.457000', '223336.469000', '223336.472000', '223336.475000', '223336.477000', '223336.480000', '223336.482000', '223336.485000', '223336.487000', '223336.490000', '223336.493000', '223336.495000', '223336.498000', '223336.500000', '223336.503000', '223336.506000', '223336.508000', '223336.511000', '223336.514000', '223356.391000', '223356.394000', '223356.397000', '223356.400000', '223356.402000', '223356.405000', '223356.408000', '223356.410000', '223356.413000', '223356.415000', '223356.418000', '223356.421000', '223356.423000', '223356.426000', '223356.428000', '223356.431000', '223356.433000', '223356.436000', '223356.439000', '223356.441000', '223356.444000', '223356.447000', '223356.449000', '223356.452000', '223356.454000', '223356.457000', '223356.460000', '223356.462000', '223356.465000', '223356.467000', '223356.470000', '223356.472000', '223356.475000', '223356.478000', '223356.480000', '223356.483000', '223356.485000', '223356.488000', '223356.491000', '223356.493000', '223356.496000', '223356.498000', '223356.501000', '223356.504000', '223416.392000', '223416.395000', '223416.397000', '223416.400000', '223416.402000', '223416.405000', '223416.408000', '223416.410000', '223416.413000', '223416.415000', '223416.418000', '223416.421000', '223416.423000', '223416.426000', '223416.428000', '223416.431000', '223416.433000', '223416.436000', '223416.439000', '223416.441000', '223416.444000', '223416.446000', '223416.449000', '223416.452000', '223416.454000', '223416.457000', '223416.459000', '223416.462000', '223416.464000', '223416.467000', '223416.470000', '223416.472000', '223416.475000', '223416.478000', '223416.480000', '223416.483000', '223416.485000', '223416.488000', '223416.491000', '223416.493000', '223416.496000', '223416.498000', '223416.501000', '223436.390000', '223436.393000', '223436.396000', '223436.399000', '223436.401000', '223436.404000', '223436.407000', '223436.416000', '223436.419000', '223436.421000', '223436.424000', '223436.427000', '223436.429000', '223436.432000', '223436.434000', '223436.437000', '223436.440000', '223436.442000', '223436.445000', '223436.447000', '223436.450000', '223436.453000', '223436.455000', '223436.458000', '223436.460000', '223436.463000', '223436.466000', '223436.468000', '223436.471000', '223436.474000', '223436.476000', '223436.479000', '223436.481000', '223436.484000', '223436.487000', '223436.489000', '223436.492000', '223436.495000', '223436.497000', '223436.500000', '223436.502000', '223436.505000', '223436.508000', '223436.511000', '223456.391000', '223456.394000', '223456.397000', '223456.400000', '223456.402000', '223456.405000', '223456.408000', '223456.410000', '223456.413000', '223456.416000', '223456.418000', '223456.421000', '223456.423000', '223456.426000', '223456.429000', '223456.431000', '223456.434000', '223456.436000', '223456.439000', '223456.442000', '223456.444000', '223456.447000', '223456.449000', '223456.452000', '223456.454000', '223456.457000', '223456.460000', '223456.462000', '223456.465000', '223456.467000', '223456.470000', '223456.473000', '223456.475000', '223456.478000', '223456.481000', '223456.483000', '223456.500000', '223456.503000', '223456.505000', '223456.508000', '223456.511000', '223456.513000', '223456.516000', '223516.391000', '223516.394000', '223516.397000', '223516.400000', '223516.402000', '223516.405000', '223516.408000', '223516.410000', '223516.413000', '223516.415000', '223516.418000', '223516.421000', '223516.423000', '223516.426000', '223516.428000', '223516.431000', '223516.434000', '223516.436000', '223516.439000', '223516.441000', '223516.444000', '223516.447000', '223516.449000', '223516.452000', '223516.454000', '223516.457000', '223516.460000', '223516.462000', '223516.465000', '223516.467000', '223516.470000', '223516.473000', '223516.475000', '223516.478000', '223516.480000', '223516.483000', '223516.486000', '223516.488000', '223516.491000', '223516.493000', '223516.496000', '223516.499000', '223516.501000', '223516.504000', '223536.392000', '223536.394000', '223536.397000', '223536.400000', '223536.402000', '223536.405000', '223536.407000', '223536.410000', '223536.413000', '223536.415000', '223536.418000', '223536.420000', '223536.423000', '223536.426000', '223536.428000', '223536.431000', '223536.433000', '223536.436000', '223536.439000', '223536.441000', '223536.444000', '223536.446000', '223536.449000', '223536.452000', '223536.454000', '223536.457000', '223536.459000', '223536.462000', '223536.465000', '223536.467000', '223536.470000', '223536.472000', '223536.475000', '223536.478000', '223536.480000', '223536.483000', '223536.486000', '223536.488000', '223536.491000', '223536.494000', '223536.496000', '223536.499000', '223536.501000', '223556.392000', '223556.394000', '223556.397000', '223556.400000', '223556.403000', '223556.406000', '223556.408000', '223556.411000', '223556.414000', '223556.416000', '223556.419000', '223556.421000', '223556.424000', '223556.427000', '223556.429000', '223556.432000', '223556.434000', '223556.437000', '223556.440000', '223556.442000', '223556.445000', '223556.448000', '223556.450000', '223556.453000', '223556.455000', '223556.458000', '223556.461000', '223556.463000', '223556.466000', '223556.468000', '223556.471000', '223556.474000', '223556.477000', '223556.479000', '223556.482000', '223556.485000', '223556.488000', '223556.490000', '223556.493000', '223556.496000', '223556.498000', '223556.501000', '223556.503000', '223616.392000', '223616.394000', '223616.397000', '223616.400000', '223616.402000', '223616.405000', '223616.408000', '223616.410000', '223616.413000', '223616.415000', '223616.418000', '223616.421000', '223616.423000', '223616.426000', '223616.429000', '223616.431000', '223616.434000', '223616.436000', '223616.439000', '223616.442000', '223616.444000', '223616.447000', '223616.449000', '223616.452000', '223616.455000', '223616.457000', '223616.460000', '223616.463000', '223616.465000', '223616.468000', '223616.470000', '223616.473000', '223616.476000', '223616.488000', '223616.491000', '223616.493000', '223616.496000', '223616.498000', '223616.501000', '223616.504000', '223616.506000', '223616.509000', '223616.511000', '223616.514000', '223636.392000', '223636.394000', '223636.397000', '223636.400000', '223636.402000', '223636.405000', '223636.408000', '223636.410000', '223636.413000', '223636.415000', '223636.418000', '223636.421000', '223636.423000', '223636.426000', '223636.428000', '223636.431000', '223636.434000', '223636.436000', '223636.439000', '223636.441000', '223636.444000', '223636.447000', '223636.449000', '223636.452000', '223636.454000', '223636.457000', '223636.459000', '223636.462000', '223636.484000', '223636.487000', '223636.489000', '223636.492000', '223636.494000', '223636.497000', '223636.500000', '223636.502000', '223636.505000', '223636.507000', '223636.510000', '223636.513000', '223636.515000', '223636.518000', '223636.520000', '223636.523000', '223641.429000', '223641.432000', '223641.435000', '223641.438000', '223641.441000', '223641.444000', '223641.447000', '223641.450000', '223641.453000', '223641.455000', '223641.458000'], 'InstanceCreationTime': ['222816.420000', '222816.423000', '222816.426000', '222816.429000', '222816.431000', '222816.434000', '222816.436000', '222816.439000', '222816.442000', '222816.444000', '222816.447000', '222816.449000', '222816.452000', '222816.455000', '222816.458000', '222816.460000', '222816.463000', '222816.465000', '222816.468000', '222816.471000', '222816.478000', '222816.480000', '222816.483000', '222816.486000', '222816.488000', '222816.491000', '222816.493000', '222816.496000', '222816.498000', '222816.501000', '222816.504000', '222816.506000', '222816.509000', '222816.511000', '222816.514000', '222816.516000', '222816.519000', '222816.522000', '222816.524000', '222816.527000', '222816.529000', '222816.532000', '222816.534000', '222816.537000', '222816.540000', '222816.542000', '222816.545000', '222816.547000', '222816.550000', '222816.552000', '222816.555000', '222816.558000', '222816.560000', '222816.563000', '222816.565000', '222816.568000', '222816.571000', '222816.573000', '222816.576000', '222816.578000', '222836.391000', '222836.402000', '222836.404000', '222836.407000', '222836.409000', '222836.412000', '222836.414000', '222836.417000', '222836.420000', '222836.422000', '222836.425000', '222836.428000', '222836.430000', '222836.433000', '222836.435000', '222836.438000', '222836.440000', '222836.443000', '222836.446000', '222836.448000', '222836.451000', '222836.453000', '222836.456000', '222836.458000', '222836.461000', '222836.464000', '222836.466000', '222836.469000', '222836.472000', '222836.474000', '222836.477000', '222836.479000', '222836.482000', '222836.484000', '222836.487000', '222836.490000', '222836.492000', '222836.495000', '222836.497000', '222836.500000', '222836.503000', '222836.505000', '222836.508000', '222856.391000', '222856.394000', '222856.397000', '222856.399000', '222856.402000', '222856.405000', '222856.407000', '222856.410000', '222856.413000', '222856.415000', '222856.418000', '222856.421000', '222856.423000', '222856.426000', '222856.429000', '222856.431000', '222856.434000', '222856.436000', '222856.439000', '222856.441000', '222856.444000', '222856.447000', '222856.449000', '222856.452000', '222856.455000', '222856.457000', '222856.460000', '222856.462000', '222856.465000', '222856.468000', '222856.470000', '222856.473000', '222856.475000', '222856.478000', '222856.481000', '222856.483000', '222856.486000', '222856.499000', '222856.502000', '222856.505000', '222856.507000', '222856.510000', '222856.512000', '222856.515000', '222916.391000', '222916.394000', '222916.397000', '222916.399000', '222916.402000', '222916.405000', '222916.407000', '222916.410000', '222916.413000', '222916.415000', '222916.418000', '222916.420000', '222916.423000', '222916.435000', '222916.438000', '222916.440000', '222916.443000', '222916.445000', '222916.448000', '222916.451000', '222916.453000', '222916.456000', '222916.458000', '222916.461000', '222916.464000', '222916.466000', '222916.469000', '222916.471000', '222916.474000', '222916.477000', '222916.479000', '222916.482000', '222916.484000', '222916.487000', '222916.489000', '222916.492000', '222916.495000', '222916.497000', '222916.500000', '222916.502000', '222916.505000', '222916.508000', '222916.510000', '222936.392000', '222936.394000', '222936.397000', '222936.400000', '222936.402000', '222936.405000', '222936.408000', '222936.410000', '222936.413000', '222936.415000', '222936.418000', '222936.421000', '222936.423000', '222936.426000', '222936.429000', '222936.431000', '222936.434000', '222936.437000', '222936.439000', '222936.444000', '222936.446000', '222936.449000', '222936.452000', '222936.454000', '222936.457000', '222936.459000', '222936.462000', '222936.465000', '222936.467000', '222936.470000', '222936.472000', '222936.475000', '222936.478000', '222936.480000', '222936.483000', '222936.486000', '222936.488000', '222936.491000', '222936.493000', '222936.496000', '222936.499000', '222936.501000', '222936.504000', '222936.506000', '222956.390000', '222956.393000', '222956.396000', '222956.398000', '222956.401000', '222956.403000', '222956.406000', '222956.409000', '222956.411000', '222956.414000', '222956.417000', '222956.419000', '222956.422000', '222956.424000', '222956.427000', '222956.429000', '222956.432000', '222956.435000', '222956.437000', '222956.440000', '222956.442000', '222956.445000', '222956.448000', '222956.450000', '222956.453000', '222956.455000', '222956.458000', '222956.461000', '222956.470000', '222956.473000', '222956.475000', '222956.478000', '222956.481000', '222956.483000', '222956.486000', '222956.489000', '222956.491000', '222956.494000', '222956.496000', '222956.499000', '222956.501000', '222956.504000', '222956.507000', '223016.392000', '223016.395000', '223016.397000', '223016.400000', '223016.402000', '223016.405000', '223016.408000', '223016.410000', '223016.413000', '223016.416000', '223016.418000', '223016.421000', '223016.423000', '223016.426000', '223016.429000', '223016.431000', '223016.434000', '223016.437000', '223016.439000', '223016.442000', '223016.445000', '223016.447000', '223016.450000', '223016.452000', '223016.455000', '223016.458000', '223016.460000', '223016.463000', '223016.466000', '223016.468000', '223016.471000', '223016.473000', '223016.476000', '223016.479000', '223016.481000', '223016.484000', '223016.486000', '223016.489000', '223016.492000', '223016.494000', '223016.497000', '223016.499000', '223016.502000', '223036.391000', '223036.394000', '223036.397000', '223036.400000', '223036.402000', '223036.405000', '223036.407000', '223036.410000', '223036.412000', '223036.415000', '223036.418000', '223036.420000', '223036.423000', '223036.425000', '223036.428000', '223036.431000', '223036.442000', '223036.444000', '223036.447000', '223036.450000', '223036.452000', '223036.455000', '223036.457000', '223036.460000', '223036.463000', '223036.465000', '223036.468000', '223036.470000', '223036.473000', '223036.476000', '223036.478000', '223036.481000', '223036.483000', '223036.486000', '223036.499000', '223036.502000', '223036.504000', '223036.507000', '223036.510000', '223036.512000', '223036.515000', '223036.517000', '223036.520000', '223036.523000', '223056.391000', '223056.394000', '223056.397000', '223056.400000', '223056.402000', '223056.405000', '223056.408000', '223056.410000', '223056.413000', '223056.415000', '223056.418000', '223056.421000', '223056.423000', '223056.426000', '223056.428000', '223056.431000', '223056.434000', '223056.436000', '223056.439000', '223056.442000', '223056.444000', '223056.447000', '223056.450000', '223056.453000', '223056.456000', '223056.459000', '223056.462000', '223056.464000', '223056.467000', '223056.469000', '223056.472000', '223056.475000', '223056.477000', '223056.480000', '223056.483000', '223056.486000', '223056.489000', '223056.491000', '223056.494000', '223056.496000', '223056.499000', '223056.502000', '223056.504000', '223116.392000', '223116.394000', '223116.397000', '223116.400000', '223116.402000', '223116.405000', '223116.407000', '223116.410000', '223116.413000', '223116.415000', '223116.418000', '223116.420000', '223116.423000', '223116.426000', '223116.428000', '223116.431000', '223116.433000', '223116.436000', '223116.439000', '223116.441000', '223116.444000', '223116.446000', '223116.449000', '223116.452000', '223116.454000', '223116.457000', '223116.460000', '223116.462000', '223116.465000', '223116.467000', '223116.470000', '223116.473000', '223116.475000', '223116.478000', '223116.481000', '223116.483000', '223116.486000', '223116.488000', '223116.491000', '223116.494000', '223116.496000', '223116.499000', '223116.501000', '223116.504000', '223136.392000', '223136.395000', '223136.397000', '223136.400000', '223136.403000', '223136.405000', '223136.408000', '223136.410000', '223136.413000', '223136.416000', '223136.418000', '223136.421000', '223136.423000', '223136.426000', '223136.428000', '223136.431000', '223136.434000', '223136.437000', '223136.439000', '223136.442000', '223136.444000', '223136.447000', '223136.450000', '223136.452000', '223136.455000', '223136.458000', '223136.460000', '223136.463000', '223136.466000', '223136.468000', '223136.471000', '223136.474000', '223136.476000', '223136.479000', '223136.481000', '223136.484000', '223136.487000', '223136.489000', '223136.492000', '223136.495000', '223136.498000', '223136.501000', '223136.504000', '223156.391000', '223156.394000', '223156.397000', '223156.400000', '223156.402000', '223156.405000', '223156.407000', '223156.410000', '223156.413000', '223156.415000', '223156.418000', '223156.420000', '223156.423000', '223156.426000', '223156.428000', '223156.431000', '223156.433000', '223156.436000', '223156.439000', '223156.441000', '223156.444000', '223156.447000', '223156.449000', '223156.452000', '223156.454000', '223156.457000', '223156.460000', '223156.462000', '223156.465000', '223156.467000', '223156.470000', '223156.473000', '223156.475000', '223156.478000', '223156.480000', '223156.483000', '223156.486000', '223156.488000', '223156.491000', '223156.493000', '223156.496000', '223156.499000', '223156.501000', '223156.504000', '223216.390000', '223216.393000', '223216.396000', '223216.399000', '223216.401000', '223216.404000', '223216.406000', '223216.409000', '223216.412000', '223216.414000', '223216.417000', '223216.420000', '223216.422000', '223216.425000', '223216.449000', '223216.452000', '223216.455000', '223216.457000', '223216.461000', '223216.464000', '223216.467000', '223216.470000', '223216.472000', '223216.475000', '223216.477000', '223216.480000', '223216.483000', '223216.485000', '223216.488000', '223216.490000', '223216.493000', '223216.496000', '223216.498000', '223216.501000', '223216.504000', '223216.506000', '223216.509000', '223216.511000', '223216.514000', '223216.517000', '223216.519000', '223216.523000', '223216.525000', '223236.391000', '223236.394000', '223236.397000', '223236.400000', '223236.402000', '223236.405000', '223236.407000', '223236.410000', '223236.413000', '223236.415000', '223236.418000', '223236.420000', '223236.423000', '223236.426000', '223236.429000', '223236.431000', '223236.434000', '223236.437000', '223236.439000', '223236.442000', '223236.444000', '223236.447000', '223236.450000', '223236.452000', '223236.455000', '223236.457000', '223236.460000', '223236.463000', '223236.465000', '223236.468000', '223236.470000', '223236.473000', '223236.476000', '223236.478000', '223236.481000', '223236.484000', '223236.486000', '223236.489000', '223236.491000', '223236.494000', '223236.497000', '223236.499000', '223236.502000', '223236.505000', '223256.391000', '223256.394000', '223256.397000', '223256.400000', '223256.402000', '223256.405000', '223256.407000', '223256.410000', '223256.413000', '223256.415000', '223256.418000', '223256.420000', '223256.423000', '223256.426000', '223256.428000', '223256.431000', '223256.433000', '223256.436000', '223256.439000', '223256.441000', '223256.444000', '223256.447000', '223256.449000', '223256.452000', '223256.455000', '223256.457000', '223256.460000', '223256.463000', '223256.465000', '223256.468000', '223256.471000', '223256.473000', '223256.476000', '223256.479000', '223256.481000', '223256.484000', '223256.486000', '223256.489000', '223256.492000', '223256.494000', '223256.497000', '223256.499000', '223256.502000', '223316.391000', '223316.395000', '223316.397000', '223316.400000', '223316.405000', '223316.407000', '223316.410000', '223316.412000', '223316.415000', '223316.418000', '223316.420000', '223316.423000', '223316.425000', '223316.428000', '223316.431000', '223316.433000', '223316.436000', '223316.439000', '223316.441000', '223316.444000', '223316.446000', '223316.449000', '223316.452000', '223316.454000', '223316.457000', '223316.459000', '223316.462000', '223316.465000', '223316.467000', '223316.470000', '223316.472000', '223316.475000', '223316.477000', '223316.480000', '223316.483000', '223316.485000', '223316.488000', '223316.490000', '223316.493000', '223316.496000', '223316.498000', '223316.501000', '223316.504000', '223336.392000', '223336.394000', '223336.397000', '223336.400000', '223336.402000', '223336.405000', '223336.408000', '223336.410000', '223336.413000', '223336.415000', '223336.418000', '223336.421000', '223336.423000', '223336.426000', '223336.428000', '223336.431000', '223336.434000', '223336.436000', '223336.439000', '223336.441000', '223336.444000', '223336.447000', '223336.449000', '223336.452000', '223336.454000', '223336.457000', '223336.469000', '223336.472000', '223336.475000', '223336.477000', '223336.480000', '223336.482000', '223336.485000', '223336.487000', '223336.490000', '223336.493000', '223336.495000', '223336.498000', '223336.500000', '223336.503000', '223336.506000', '223336.508000', '223336.511000', '223336.514000', '223356.391000', '223356.394000', '223356.397000', '223356.400000', '223356.402000', '223356.405000', '223356.408000', '223356.410000', '223356.413000', '223356.415000', '223356.418000', '223356.421000', '223356.423000', '223356.426000', '223356.428000', '223356.431000', '223356.433000', '223356.436000', '223356.439000', '223356.441000', '223356.444000', '223356.447000', '223356.449000', '223356.452000', '223356.454000', '223356.457000', '223356.460000', '223356.462000', '223356.465000', '223356.467000', '223356.470000', '223356.472000', '223356.475000', '223356.478000', '223356.480000', '223356.483000', '223356.485000', '223356.488000', '223356.491000', '223356.493000', '223356.496000', '223356.498000', '223356.501000', '223356.504000', '223416.392000', '223416.395000', '223416.397000', '223416.400000', '223416.402000', '223416.405000', '223416.408000', '223416.410000', '223416.413000', '223416.415000', '223416.418000', '223416.421000', '223416.423000', '223416.426000', '223416.428000', '223416.431000', '223416.433000', '223416.436000', '223416.439000', '223416.441000', '223416.444000', '223416.446000', '223416.449000', '223416.452000', '223416.454000', '223416.457000', '223416.459000', '223416.462000', '223416.464000', '223416.467000', '223416.470000', '223416.472000', '223416.475000', '223416.478000', '223416.480000', '223416.483000', '223416.485000', '223416.488000', '223416.491000', '223416.493000', '223416.496000', '223416.498000', '223416.501000', '223436.390000', '223436.393000', '223436.396000', '223436.399000', '223436.401000', '223436.404000', '223436.407000', '223436.416000', '223436.419000', '223436.421000', '223436.424000', '223436.427000', '223436.429000', '223436.432000', '223436.434000', '223436.437000', '223436.440000', '223436.442000', '223436.445000', '223436.447000', '223436.450000', '223436.453000', '223436.455000', '223436.458000', '223436.460000', '223436.463000', '223436.466000', '223436.468000', '223436.471000', '223436.474000', '223436.476000', '223436.479000', '223436.481000', '223436.484000', '223436.487000', '223436.489000', '223436.492000', '223436.495000', '223436.497000', '223436.500000', '223436.502000', '223436.505000', '223436.508000', '223436.511000', '223456.391000', '223456.394000', '223456.397000', '223456.400000', '223456.402000', '223456.405000', '223456.408000', '223456.410000', '223456.413000', '223456.416000', '223456.418000', '223456.421000', '223456.423000', '223456.426000', '223456.429000', '223456.431000', '223456.434000', '223456.436000', '223456.439000', '223456.442000', '223456.444000', '223456.447000', '223456.449000', '223456.452000', '223456.454000', '223456.457000', '223456.460000', '223456.462000', '223456.465000', '223456.467000', '223456.470000', '223456.473000', '223456.475000', '223456.478000', '223456.481000', '223456.483000', '223456.500000', '223456.503000', '223456.505000', '223456.508000', '223456.511000', '223456.513000', '223456.516000', '223516.391000', '223516.394000', '223516.397000', '223516.400000', '223516.402000', '223516.405000', '223516.408000', '223516.410000', '223516.413000', '223516.415000', '223516.418000', '223516.421000', '223516.423000', '223516.426000', '223516.428000', '223516.431000', '223516.434000', '223516.436000', '223516.439000', '223516.441000', '223516.444000', '223516.447000', '223516.449000', '223516.452000', '223516.454000', '223516.457000', '223516.460000', '223516.462000', '223516.465000', '223516.467000', '223516.470000', '223516.473000', '223516.475000', '223516.478000', '223516.480000', '223516.483000', '223516.486000', '223516.488000', '223516.491000', '223516.493000', '223516.496000', '223516.499000', '223516.501000', '223516.504000', '223536.392000', '223536.394000', '223536.397000', '223536.400000', '223536.402000', '223536.405000', '223536.407000', '223536.410000', '223536.413000', '223536.415000', '223536.418000', '223536.420000', '223536.423000', '223536.426000', '223536.428000', '223536.431000', '223536.433000', '223536.436000', '223536.439000', '223536.441000', '223536.444000', '223536.446000', '223536.449000', '223536.452000', '223536.454000', '223536.457000', '223536.459000', '223536.462000', '223536.465000', '223536.467000', '223536.470000', '223536.472000', '223536.475000', '223536.478000', '223536.480000', '223536.483000', '223536.486000', '223536.488000', '223536.491000', '223536.494000', '223536.496000', '223536.499000', '223536.501000', '223556.392000', '223556.394000', '223556.397000', '223556.400000', '223556.403000', '223556.406000', '223556.408000', '223556.411000', '223556.414000', '223556.416000', '223556.419000', '223556.421000', '223556.424000', '223556.427000', '223556.429000', '223556.432000', '223556.434000', '223556.437000', '223556.440000', '223556.442000', '223556.445000', '223556.448000', '223556.450000', '223556.453000', '223556.455000', '223556.458000', '223556.461000', '223556.463000', '223556.466000', '223556.468000', '223556.471000', '223556.474000', '223556.477000', '223556.479000', '223556.482000', '223556.485000', '223556.488000', '223556.490000', '223556.493000', '223556.496000', '223556.498000', '223556.501000', '223556.503000', '223616.392000', '223616.394000', '223616.397000', '223616.400000', '223616.402000', '223616.405000', '223616.408000', '223616.410000', '223616.413000', '223616.415000', '223616.418000', '223616.421000', '223616.423000', '223616.426000', '223616.429000', '223616.431000', '223616.434000', '223616.436000', '223616.439000', '223616.442000', '223616.444000', '223616.447000', '223616.449000', '223616.452000', '223616.455000', '223616.457000', '223616.460000', '223616.463000', '223616.465000', '223616.468000', '223616.470000', '223616.473000', '223616.476000', '223616.488000', '223616.491000', '223616.493000', '223616.496000', '223616.498000', '223616.501000', '223616.504000', '223616.506000', '223616.509000', '223616.511000', '223616.514000', '223636.392000', '223636.394000', '223636.397000', '223636.400000', '223636.402000', '223636.405000', '223636.408000', '223636.410000', '223636.413000', '223636.415000', '223636.418000', '223636.421000', '223636.423000', '223636.426000', '223636.428000', '223636.431000', '223636.434000', '223636.436000', '223636.439000', '223636.441000', '223636.444000', '223636.447000', '223636.449000', '223636.452000', '223636.454000', '223636.457000', '223636.459000', '223636.462000', '223636.484000', '223636.487000', '223636.489000', '223636.492000', '223636.494000', '223636.497000', '223636.500000', '223636.502000', '223636.505000', '223636.507000', '223636.510000', '223636.513000', '223636.515000', '223636.518000', '223636.520000', '223636.523000', '223641.429000', '223641.432000', '223641.435000', '223641.438000', '223641.441000', '223641.444000', '223641.447000', '223641.450000', '223641.453000', '223641.455000', '223641.458000'], '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, 1157, 1158], 'LargestImagePixelValue': [16870, 12933, 16285, 11653, 13293, 13158, 15219, 14717, 10536, 13539, 9274, 14190, 15761, 12480, 13683, 9753, 12330, 13034, 14647, 12766, 16105, 10994, 13379, 11358, 15490, 13054, 10759, 12636, 10072, 13302, 10801, 13999, 11815, 13818, 12006, 16260, 12899, 16679, 11207, 14219, 13065, 13565, 13723, 13608, 13953, 9494, 13031, 12124, 14527, 14175, 16714, 13436, 14133, 10383, 15578, 12000, 15551, 11694, 11651, 13846, 12567, 14700, 11064, 14081, 12064, 13914, 13150, 14502, 13331, 16647, 12946, 14433, 11740, 15559, 14744, 11361, 13889, 10710, 14128, 13783, 15103, 13124, 15425, 11764, 14036, 14394, 12848, 15402, 12241, 14412, 13069, 14323, 13005, 14618, 13674, 17203, 13882, 14590, 11669, 15951, 13074, 15763, 12730, 12490, 14328, 12396, 14734, 11491, 14549, 10495, 13714, 10112, 14293, 10284, 14559, 11981, 13589, 12004, 14453, 13381, 14412, 13326, 15200, 12864, 14673, 13338, 15770, 14259, 10883, 14067, 10635, 14199, 13407, 14509, 13439, 15330, 13198, 14803, 13214, 16267, 14529, 10727, 14464, 11394, 14428, 12671, 14958, 12039, 14164, 12917, 14190, 13509, 14982, 13635, 15366, 12885, 13997, 14109, 14359, 15258, 10999, 14843, 12428, 14559, 14000, 14719, 13689, 15719, 13176, 14919, 11724, 16318, 14583, 11780, 14510, 10361, 14061, 12433, 14722, 13120, 14629, 13632, 14211, 12837, 14536, 13519, 14688, 13657, 13866, 12992, 14282, 13580, 17335, 13897, 15163, 12783, 15151, 13623, 15826, 14026, 10464, 14040, 11113, 14503, 11573, 14773, 12901, 15693, 12962, 15428, 13034, 15918, 12879, 10752, 13751, 11710, 14511, 12761, 15015, 11179, 13850, 12154, 14351, 13420, 14933, 13376, 17088, 13498, 15831, 12859, 15945, 13315, 12587, 14164, 11402, 14233, 12173, 14827, 12841, 14247, 12701, 14288, 13851, 15143, 13770, 15207, 13014, 15761, 13036, 15832, 13572, 14599, 12017, 14327, 12938, 16380, 14423, 10764, 14220, 11449, 14363, 11979, 14806, 12203, 13796, 13190, 14321, 13353, 15277, 13453, 15542, 13213, 16171, 12455, 15164, 11730, 13893, 12884, 15593, 14799, 11658, 13776, 10092, 13398, 10681, 14287, 11837, 13663, 12751, 14104, 13180, 15944, 12446, 13749, 13439, 14385, 14395, 12420, 14267, 9863, 13760, 11712, 14421, 13842, 14444, 13573, 14207, 12645, 14590, 13175, 17519, 13087, 14558, 11799, 13871, 14028, 12799, 14498, 10818, 14238, 11948, 14034, 12422, 14451, 12823, 14233, 12984, 14215, 12666, 14512, 13677, 15619, 13095, 13842, 12908, 14471, 14552, 10992, 14351, 12814, 16064, 13159, 15608, 13347, 13755, 13633, 11053, 14283, 12430, 14503, 11083, 14074, 12549, 13967, 14015, 16251, 13357, 14600, 11906, 14782, 14541, 12597, 14512, 11415, 13923, 13210, 14258, 13828, 15615, 13345, 15218, 12579, 15654, 13367, 15246, 12615, 10790, 13885, 11963, 14829, 11956, 14238, 13062, 14275, 13762, 14527, 13624, 14543, 13071, 14247, 12894, 16244, 13536, 14972, 11831, 15649, 12630, 16017, 12842, 10116, 14169, 11060, 14445, 13227, 14560, 13231, 16307, 12899, 15561, 13398, 15531, 12526, 11022, 14209, 12585, 14589, 11344, 14520, 12278, 13786, 13503, 14370, 13913, 15661, 13452, 14739, 12080, 15759, 13439, 15655, 11987, 13347, 14170, 14809, 14496, 13600, 14451, 10719, 13682, 11334, 14434, 14140, 17832, 13481, 14855, 11665, 15120, 13770, 14873, 14254, 10800, 13384, 10943, 13979, 13756, 14407, 13151, 15076, 11517, 15875, 12633, 14178, 14279, 10229, 13766, 12660, 13961, 13192, 15954, 12458, 14737, 13055, 15589, 13850, 14747, 13991, 9902, 13494, 12267, 14243, 13886, 14546, 13469, 15476, 12698, 16743, 13504, 15271, 13328, 14766, 13044, 15665, 13722, 15682, 14062, 11348, 13746, 12051, 14229, 11953, 14100, 10786, 13861, 12795, 14019, 14125, 14166, 13344, 16967, 12962, 16833, 13601, 15243, 12250, 14545, 13548, 15374, 14420, 12579, 13998, 11058, 13508, 11157, 14602, 12436, 14220, 12713, 13824, 12955, 13875, 13571, 15415, 12178, 13649, 13958, 12816, 14377, 11051, 14299, 12897, 13618, 12915, 14143, 13679, 15383, 12763, 14393, 12919, 15364, 13536, 15511, 13902, 10700, 12918, 9824, 13356, 11743, 14421, 12818, 13977, 13282, 14095, 13788, 15827, 13863, 16535, 13589, 14752, 13314, 14551, 13812, 17171, 13641, 14401, 13420, 13830, 14028, 15455, 13929, 15845, 13190, 16966, 13690, 15045, 13777, 14377, 12864, 14550, 13313, 14145, 13118, 14550, 13249, 14639, 13799, 14719, 13682, 13332, 13434, 14640, 14631, 11783, 13778, 11405, 13191, 12112, 14602, 11678, 14004, 12483, 14175, 13506, 14413, 13201, 15271, 13443, 15837, 13477, 15486, 13307, 14240, 14169, 15801, 15407, 13950, 15032, 10986, 14086, 12486, 15302, 11721, 14471, 10780, 14484, 11809, 15204, 12381, 14206, 12762, 13901, 13793, 15934, 14199, 14844, 12710, 15031, 13363, 16130, 13835, 11899, 13503, 13076, 14724, 13244, 15107, 11172, 13462, 10677, 14750, 13339, 15050, 13116, 15921, 13175, 16997, 12769, 15924, 12537, 11501, 12431, 11420, 14446, 12463, 14978, 13028, 16638, 12887, 16878, 13443, 16014, 12545, 12806, 13108, 13774, 14757, 12711, 14363, 10494, 13539, 12755, 16089, 14071, 14892, 14292, 11398, 14476, 14387, 17722, 13572, 14984, 13306, 15550, 14443, 16497, 13363, 10768, 13181, 11126, 13252, 12647, 14852, 12751, 15425, 13383, 15172, 13499, 16437, 14155, 11517, 14199, 11095, 14455, 11554, 14694, 11908, 14047, 12950, 14162, 13802, 15845, 12885, 15336, 12785, 16087, 13203, 15762, 14468, 10237, 13741, 12738, 14261, 13527, 17900, 13742, 15625, 12013, 15680, 12553, 16779, 12274, 12868, 13394, 12357, 13906, 12457, 14756, 12236, 13907, 13110, 17362, 13638, 16722, 12421, 14738, 13797, 15039, 13535, 14399, 14580, 11657, 13997, 12970, 14334, 13048, 16357, 12505, 13609, 13581, 14625, 14709, 11376, 14570, 13188, 14265, 13581, 17390, 13799, 15651, 11490, 14857, 14340, 12983, 14725, 11168, 14140, 10849, 14807, 12796, 14492, 13425, 15083, 11311, 16506, 13439, 14858, 13947, 11437, 14329, 11448, 14525, 13503, 16488, 13576, 15971, 12374, 17910, 13670, 15852, 12896, 14957, 11762, 16013, 13512, 16091, 13224, 15121, 12651, 15460, 13394, 15620, 12930, 11924, 13825, 12273, 14535, 10498, 14249, 11897, 13990, 13212, 14867, 13947, 16023, 13254, 14539, 12251, 14821, 12928, 15443, 12491, 14055, 11240, 15340, 12487, 15696, 12990, 14679, 11769, 15143, 12841, 16164, 13043, 14074, 13634, 14850, 14498, 15972, 14739, 11043, 14179, 10606, 14150, 13198, 15332, 13128, 15440, 12364, 15333, 12245, 16166, 13061, 14014, 13247, 12902, 13424, 14722, 14289, 12268, 13533, 9465, 13411, 12170, 15645, 13625, 16133, 13352, 15340, 11870, 16597, 13724, 13556, 13969, 10291, 14056, 10984, 15572, 14065, 17815, 13813, 15318, 11741, 16393, 13072, 17060, 12274, 11157, 13744, 11277, 14846, 12949, 15748, 12945, 15074, 13187, 15461, 13494, 16089, 11639, 13500, 14101, 15063, 15093, 10693, 14467, 11934, 15179, 13992, 16259, 13484, 16393, 12726, 15226, 13245, 15428, 13654, 14750, 11936, 11450, 14205, 12577, 15535, 12595, 15601, 13126, 17161, 13738, 16342, 12389, 15109, 11378, 14991, 11420, 16115, 11652, 13753, 10303, 14743, 12336, 16806, 13185, 15344, 12428, 15535, 12767, 16801, 13124, 15081, 12240, 15045, 13394, 16026, 14551, 10765, 13697, 11337, 14401, 12789, 15381, 10598, 14317, 12166, 14681, 12144, 14887, 10336, 14052, 12349, 13046, 11607, 15237, 13629, 17002, 13711, 14678, 12493, 15312, 13106, 16268, 13767, 10590, 14425, 11496, 14353, 13337, 15114, 10434, 14076, 10909, 14272, 13269, 15392, 13112, 15158, 13370, 14555, 11998, 15669, 13582, 15931, 12682, 14537, 11972, 15399, 13826, 14723, 15361, 10177, 14651, 12761, 15231, 13739, 15804, 13068, 15160, 13878, 16300, 14565, 13815, 14337, 11508, 13446, 12828, 14738, 11726, 14833, 9823, 13447, 11183, 15403, 13519, 15640, 13472, 15047, 12568, 15665, 13827, 14392, 14701, 11097, 14080, 11162, 15115, 13245, 15432, 12908, 15872, 12417, 16431, 13174, 15294, 12416, 13946, 11097, 14891, 13634, 14270, 14874, 10743, 13886, 11308, 15411, 13296, 15489, 13494, 17150, 13070, 16106, 13149, 16796, 12416, 14157, 12921, 12379, 14397, 11230, 14829, 12709, 14863, 13269, 16143, 13455, 15603, 12418, 14646, 11713, 16201, 12796, 12122, 14027, 12802, 14899, 14281, 15600, 10133, 14013, 11357, 15398, 13866, 16048, 12698, 15139, 13536, 15654, 15113, 12593, 14493, 10966, 14063, 10772, 15378, 12634, 15430, 12619, 15190, 14551, 11621, 14967, 12627, 16760, 13565, 16646, 13794, 11585, 14843, 12017, 14525, 12675, 14223], 'WindowCenter': [3765.0, 3729.0, 3727.0, 3703.0, 3711.0, 3713.0, 3712.0, 3713.0, 3690.0, 3710.0, 3680.0, 3713.0, 3710.0, 3689.0, 3697.0, 3677.0, 3697.0, 3712.0, 3710.0, 3700.0, 3709.0, 3687.0, 3698.0, 3701.0, 3710.0, 3701.0, 3690.0, 3700.0, 3690.0, 3711.0, 3692.0, 3713.0, 3702.0, 3712.0, 3702.0, 3712.0, 3704.0, 3711.0, 3690.0, 3700.0, 3699.0, 3700.0, 3701.0, 3701.0, 3700.0, 3679.0, 3699.0, 3699.0, 3709.0, 3711.0, 3710.0, 3700.0, 3699.0, 3689.0, 3708.0, 3700.0, 3709.0, 3689.0, 3688.0, 3711.0, 3701.0, 3713.0, 3702.0, 3710.0, 3700.0, 3700.0, 3712.0, 3710.0, 3701.0, 3720.0, 3702.0, 3711.0, 3700.0, 3711.0, 3712.0, 3701.0, 3712.0, 3690.0, 3711.0, 3711.0, 3711.0, 3703.0, 3712.0, 3702.0, 3711.0, 3713.0, 3713.0, 3724.0, 3703.0, 3713.0, 3713.0, 3711.0, 3713.0, 3712.0, 3712.0, 3722.0, 3712.0, 3710.0, 3702.0, 3710.0, 3701.0, 3712.0, 3699.0, 3700.0, 3712.0, 3699.0, 3712.0, 3700.0, 3711.0, 3689.0, 3711.0, 3690.0, 3711.0, 3690.0, 3710.0, 3700.0, 3699.0, 3700.0, 3710.0, 3701.0, 3709.0, 3701.0, 3711.0, 3702.0, 3711.0, 3713.0, 3712.0, 3711.0, 3701.0, 3712.0, 3690.0, 3713.0, 3713.0, 3711.0, 3714.0, 3711.0, 3713.0, 3712.0, 3714.0, 3723.0, 3713.0, 3703.0, 3713.0, 3702.0, 3713.0, 3701.0, 3713.0, 3702.0, 3711.0, 3712.0, 3711.0, 3713.0, 3713.0, 3715.0, 3712.0, 3714.0, 3710.0, 3713.0, 3713.0, 3724.0, 3703.0, 3714.0, 3715.0, 3713.0, 3713.0, 3714.0, 3713.0, 3723.0, 3714.0, 3721.0, 3703.0, 3723.0, 3713.0, 3703.0, 3714.0, 3702.0, 3712.0, 3701.0, 3712.0, 3703.0, 3711.0, 3713.0, 3712.0, 3702.0, 3712.0, 3712.0, 3712.0, 3711.0, 3711.0, 3712.0, 3710.0, 3713.0, 3722.0, 3714.0, 3712.0, 3712.0, 3712.0, 3713.0, 3712.0, 3712.0, 3690.0, 3711.0, 3701.0, 3713.0, 3702.0, 3713.0, 3713.0, 3711.0, 3713.0, 3711.0, 3713.0, 3722.0, 3703.0, 3702.0, 3713.0, 3701.0, 3714.0, 3701.0, 3712.0, 3702.0, 3711.0, 3701.0, 3712.0, 3713.0, 3712.0, 3712.0, 3723.0, 3713.0, 3723.0, 3714.0, 3723.0, 3713.0, 3713.0, 3714.0, 3701.0, 3714.0, 3702.0, 3713.0, 3712.0, 3713.0, 3712.0, 3710.0, 3713.0, 3712.0, 3713.0, 3721.0, 3714.0, 3721.0, 3712.0, 3712.0, 3713.0, 3712.0, 3704.0, 3712.0, 3713.0, 3723.0, 3712.0, 3703.0, 3713.0, 3703.0, 3724.0, 3703.0, 3712.0, 3713.0, 3713.0, 3713.0, 3713.0, 3714.0, 3724.0, 3715.0, 3723.0, 3715.0, 3723.0, 3714.0, 3723.0, 3702.0, 3712.0, 3712.0, 3713.0, 3712.0, 3701.0, 3712.0, 3690.0, 3711.0, 3689.0, 3711.0, 3701.0, 3699.0, 3699.0, 3710.0, 3713.0, 3722.0, 3701.0, 3711.0, 3711.0, 3711.0, 3711.0, 3700.0, 3711.0, 3689.0, 3700.0, 3700.0, 3712.0, 3712.0, 3712.0, 3712.0, 3709.0, 3699.0, 3709.0, 3701.0, 3721.0, 3701.0, 3711.0, 3701.0, 3710.0, 3713.0, 3700.0, 3711.0, 3702.0, 3712.0, 3701.0, 3710.0, 3701.0, 3710.0, 3701.0, 3711.0, 3712.0, 3711.0, 3701.0, 3710.0, 3701.0, 3710.0, 3712.0, 3711.0, 3700.0, 3711.0, 3713.0, 3703.0, 3711.0, 3713.0, 3722.0, 3714.0, 3724.0, 3713.0, 3713.0, 3713.0, 3701.0, 3712.0, 3702.0, 3713.0, 3701.0, 3711.0, 3702.0, 3711.0, 3712.0, 3712.0, 3713.0, 3710.0, 3702.0, 3712.0, 3714.0, 3701.0, 3712.0, 3701.0, 3711.0, 3712.0, 3711.0, 3714.0, 3723.0, 3712.0, 3722.0, 3713.0, 3713.0, 3713.0, 3713.0, 3702.0, 3691.0, 3713.0, 3701.0, 3712.0, 3702.0, 3712.0, 3713.0, 3710.0, 3713.0, 3711.0, 3712.0, 3711.0, 3700.0, 3711.0, 3701.0, 3711.0, 3700.0, 3709.0, 3700.0, 3710.0, 3701.0, 3710.0, 3699.0, 3689.0, 3711.0, 3701.0, 3713.0, 3711.0, 3712.0, 3713.0, 3723.0, 3713.0, 3711.0, 3712.0, 3711.0, 3702.0, 3702.0, 3712.0, 3701.0, 3712.0, 3701.0, 3711.0, 3701.0, 3711.0, 3712.0, 3714.0, 3713.0, 3712.0, 3714.0, 3710.0, 3701.0, 3712.0, 3701.0, 3712.0, 3700.0, 3711.0, 3711.0, 3711.0, 3711.0, 3700.0, 3711.0, 3691.0, 3699.0, 3689.0, 3711.0, 3711.0, 3720.0, 3713.0, 3711.0, 3701.0, 3711.0, 3713.0, 3711.0, 3710.0, 3689.0, 3701.0, 3690.0, 3710.0, 3712.0, 3711.0, 3713.0, 3710.0, 3701.0, 3712.0, 3702.0, 3700.0, 3712.0, 3690.0, 3712.0, 3714.0, 3712.0, 3713.0, 3723.0, 3703.0, 3711.0, 3712.0, 3710.0, 3712.0, 3711.0, 3712.0, 3691.0, 3711.0, 3701.0, 3711.0, 3713.0, 3711.0, 3711.0, 3711.0, 3712.0, 3724.0, 3714.0, 3722.0, 3712.0, 3723.0, 3713.0, 3722.0, 3714.0, 3723.0, 3713.0, 3701.0, 3712.0, 3702.0, 3712.0, 3703.0, 3712.0, 3702.0, 3711.0, 3713.0, 3713.0, 3712.0, 3710.0, 3713.0, 3723.0, 3712.0, 3723.0, 3713.0, 3712.0, 3702.0, 3711.0, 3714.0, 3711.0, 3713.0, 3701.0, 3713.0, 3702.0, 3712.0, 3700.0, 3713.0, 3712.0, 3712.0, 3712.0, 3711.0, 3704.0, 3712.0, 3714.0, 3722.0, 3702.0, 3711.0, 3714.0, 3713.0, 3713.0, 3702.0, 3712.0, 3715.0, 3711.0, 3713.0, 3712.0, 3714.0, 3712.0, 3714.0, 3711.0, 3703.0, 3711.0, 3713.0, 3710.0, 3712.0, 3691.0, 3700.0, 3690.0, 3712.0, 3701.0, 3712.0, 3714.0, 3712.0, 3713.0, 3712.0, 3714.0, 3725.0, 3715.0, 3723.0, 3713.0, 3713.0, 3713.0, 3714.0, 3714.0, 3722.0, 3714.0, 3713.0, 3715.0, 3714.0, 3714.0, 3724.0, 3726.0, 3722.0, 3715.0, 3724.0, 3714.0, 3712.0, 3715.0, 3712.0, 3715.0, 3714.0, 3714.0, 3714.0, 3716.0, 3724.0, 3715.0, 3724.0, 3716.0, 3724.0, 3714.0, 3713.0, 3715.0, 3724.0, 3727.0, 3703.0, 3713.0, 3704.0, 3713.0, 3713.0, 3724.0, 3716.0, 3724.0, 3714.0, 3728.0, 3727.0, 3725.0, 3714.0, 3725.0, 3717.0, 3724.0, 3717.0, 3724.0, 3725.0, 3724.0, 3726.0, 3725.0, 3727.0, 3725.0, 3725.0, 3703.0, 3726.0, 3713.0, 3726.0, 3714.0, 3725.0, 3703.0, 3725.0, 3703.0, 3725.0, 3714.0, 3725.0, 3715.0, 3714.0, 3726.0, 3725.0, 3726.0, 3725.0, 3716.0, 3726.0, 3716.0, 3723.0, 3714.0, 3702.0, 3714.0, 3713.0, 3724.0, 3713.0, 3724.0, 3704.0, 3713.0, 3703.0, 3725.0, 3713.0, 3725.0, 3715.0, 3723.0, 3714.0, 3724.0, 3715.0, 3724.0, 3715.0, 3703.0, 3713.0, 3702.0, 3713.0, 3702.0, 3712.0, 3714.0, 3724.0, 3713.0, 3723.0, 3714.0, 3723.0, 3713.0, 3712.0, 3713.0, 3716.0, 3725.0, 3713.0, 3713.0, 3703.0, 3713.0, 3715.0, 3725.0, 3725.0, 3725.0, 3726.0, 3715.0, 3726.0, 3726.0, 3736.0, 3727.0, 3725.0, 3726.0, 3724.0, 3726.0, 3723.0, 3713.0, 3702.0, 3713.0, 3701.0, 3713.0, 3701.0, 3713.0, 3712.0, 3723.0, 3713.0, 3711.0, 3714.0, 3723.0, 3712.0, 3703.0, 3714.0, 3702.0, 3714.0, 3703.0, 3713.0, 3703.0, 3712.0, 3713.0, 3712.0, 3714.0, 3722.0, 3712.0, 3722.0, 3712.0, 3722.0, 3712.0, 3711.0, 3712.0, 3703.0, 3713.0, 3713.0, 3712.0, 3714.0, 3724.0, 3713.0, 3723.0, 3701.0, 3710.0, 3703.0, 3722.0, 3701.0, 3700.0, 3713.0, 3701.0, 3712.0, 3700.0, 3711.0, 3713.0, 3713.0, 3713.0, 3724.0, 3714.0, 3723.0, 3703.0, 3713.0, 3713.0, 3712.0, 3712.0, 3712.0, 3711.0, 3702.0, 3711.0, 3713.0, 3712.0, 3703.0, 3712.0, 3702.0, 3713.0, 3713.0, 3712.0, 3715.0, 3702.0, 3714.0, 3714.0, 3711.0, 3715.0, 3724.0, 3714.0, 3723.0, 3701.0, 3712.0, 3715.0, 3701.0, 3713.0, 3702.0, 3712.0, 3690.0, 3712.0, 3701.0, 3711.0, 3712.0, 3711.0, 3703.0, 3722.0, 3713.0, 3711.0, 3712.0, 3701.0, 3712.0, 3701.0, 3713.0, 3711.0, 3723.0, 3715.0, 3722.0, 3703.0, 3723.0, 3713.0, 3723.0, 3713.0, 3711.0, 3703.0, 3711.0, 3712.0, 3721.0, 3713.0, 3712.0, 3701.0, 3711.0, 3711.0, 3711.0, 3701.0, 3701.0, 3711.0, 3700.0, 3711.0, 3692.0, 3712.0, 3702.0, 3713.0, 3713.0, 3713.0, 3713.0, 3712.0, 3713.0, 3710.0, 3700.0, 3710.0, 3700.0, 3711.0, 3701.0, 3699.0, 3691.0, 3709.0, 3700.0, 3709.0, 3700.0, 3710.0, 3690.0, 3710.0, 3701.0, 3709.0, 3699.0, 3699.0, 3711.0, 3710.0, 3712.0, 3711.0, 3710.0, 3701.0, 3711.0, 3692.0, 3713.0, 3714.0, 3712.0, 3712.0, 3712.0, 3703.0, 3711.0, 3704.0, 3722.0, 3702.0, 3711.0, 3712.0, 3700.0, 3700.0, 3712.0, 3711.0, 3688.0, 3700.0, 3690.0, 3700.0, 3701.0, 3711.0, 3711.0, 3712.0, 3713.0, 3710.0, 3701.0, 3712.0, 3700.0, 3700.0, 3712.0, 3691.0, 3711.0, 3690.0, 3711.0, 3711.0, 3724.0, 3713.0, 3712.0, 3702.0, 3711.0, 3701.0, 3711.0, 3701.0, 3700.0, 3710.0, 3702.0, 3712.0, 3701.0, 3711.0, 3701.0, 3710.0, 3702.0, 3711.0, 3712.0, 3722.0, 3700.0, 3699.0, 3712.0, 3710.0, 3711.0, 3689.0, 3710.0, 3700.0, 3710.0, 3713.0, 3713.0, 3711.0, 3710.0, 3700.0, 3709.0, 3700.0, 3709.0, 3711.0, 3711.0, 3701.0, 3700.0, 3713.0, 3702.0, 3722.0, 3713.0, 3723.0, 3714.0, 3723.0, 3714.0, 3723.0, 3703.0, 3713.0, 3702.0, 3712.0, 3692.0, 3710.0, 3690.0, 3700.0, 3689.0, 3698.0, 3699.0, 3710.0, 3699.0, 3708.0, 3701.0, 3708.0, 3701.0, 3708.0, 3700.0, 3709.0, 3688.0, 3710.0, 3701.0, 3710.0, 3699.0, 3689.0, 3710.0, 3690.0, 3711.0, 3699.0, 3711.0, 3691.0, 3710.0, 3700.0, 3711.0, 3689.0, 3700.0, 3679.0, 3699.0, 3700.0, 3698.0, 3700.0, 3710.0, 3700.0, 3709.0, 3701.0, 3711.0, 3700.0, 3710.0, 3700.0, 3710.0, 3700.0, 3690.0, 3710.0, 3690.0, 3712.0, 3699.0, 3700.0, 3690.0, 3698.0, 3690.0, 3701.0, 3699.0, 3710.0, 3700.0, 3709.0, 3701.0, 3699.0, 3688.0, 3698.0, 3699.0, 3708.0, 3700.0, 3698.0, 3688.0, 3709.0, 3700.0, 3710.0, 3712.0, 3691.0, 3711.0, 3711.0, 3712.0, 3714.0, 3713.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3699.0, 3711.0, 3689.0, 3700.0, 3699.0, 3712.0, 3690.0, 3710.0, 3689.0, 3700.0, 3700.0, 3712.0, 3701.0, 3711.0, 3712.0, 3711.0, 3713.0, 3711.0, 3713.0, 3712.0, 3713.0, 3702.0, 3713.0, 3702.0, 3724.0, 3712.0, 3711.0, 3713.0, 3723.0, 3701.0, 3712.0, 3701.0, 3711.0, 3702.0, 3711.0, 3702.0, 3711.0, 3712.0, 3712.0, 3711.0, 3702.0, 3711.0, 3702.0, 3712.0, 3701.0, 3710.0, 3713.0, 3722.0, 3713.0, 3722.0, 3715.0, 3723.0, 3701.0, 3710.0, 3700.0, 3702.0, 3711.0, 3702.0, 3711.0, 3714.0, 3711.0, 3712.0, 3712.0, 3701.0, 3712.0, 3701.0, 3710.0, 3701.0, 3711.0, 3700.0, 3700.0, 3711.0, 3700.0, 3713.0, 3699.0, 3710.0, 3690.0, 3699.0, 3690.0, 3711.0, 3712.0, 3712.0, 3701.0, 3710.0, 3701.0, 3711.0, 3711.0, 3699.0, 3710.0, 3689.0, 3700.0, 3688.0, 3711.0, 3701.0, 3711.0, 3700.0, 3710.0, 3712.0, 3700.0, 3711.0, 3713.0, 3724.0, 3715.0, 3736.0, 3714.0, 3713.0, 3713.0, 3702.0, 3713.0, 3701.0, 3712.0], 'WindowWidth': [8443.0, 8385.0, 8373.0, 8335.0, 8340.0, 8349.0, 8345.0, 8347.0, 8312.0, 8338.0, 8298.0, 8349.0, 8339.0, 8309.0, 8313.0, 8289.0, 8315.0, 8345.0, 8340.0, 8324.0, 8334.0, 8303.0, 8318.0, 8329.0, 8340.0, 8329.0, 8308.0, 8324.0, 8309.0, 8344.0, 8316.0, 8346.0, 8331.0, 8342.0, 8330.0, 8344.0, 8337.0, 8342.0, 8310.0, 8322.0, 8323.0, 8322.0, 8329.0, 8324.0, 8323.0, 8292.0, 8321.0, 8322.0, 8337.0, 8339.0, 8340.0, 8325.0, 8321.0, 8308.0, 8334.0, 8324.0, 8335.0, 8308.0, 8306.0, 8340.0, 8325.0, 8348.0, 8330.0, 8337.0, 8324.0, 8323.0, 8343.0, 8339.0, 8329.0, 8353.0, 8329.0, 8339.0, 8327.0, 8341.0, 8346.0, 8326.0, 8343.0, 8313.0, 8342.0, 8344.0, 8345.0, 8333.0, 8344.0, 8329.0, 8340.0, 8349.0, 8344.0, 8366.0, 8334.0, 8346.0, 8347.0, 8342.0, 8347.0, 8344.0, 8344.0, 8357.0, 8343.0, 8337.0, 8329.0, 8338.0, 8329.0, 8341.0, 8323.0, 8324.0, 8343.0, 8321.0, 8346.0, 8324.0, 8340.0, 8309.0, 8339.0, 8311.0, 8342.0, 8311.0, 8338.0, 8324.0, 8322.0, 8326.0, 8339.0, 8327.0, 8337.0, 8328.0, 8340.0, 8330.0, 8339.0, 8348.0, 8343.0, 8343.0, 8327.0, 8343.0, 8311.0, 8347.0, 8346.0, 8342.0, 8348.0, 8342.0, 8347.0, 8343.0, 8350.0, 8360.0, 8348.0, 8332.0, 8346.0, 8329.0, 8348.0, 8328.0, 8348.0, 8330.0, 8341.0, 8343.0, 8342.0, 8346.0, 8347.0, 8350.0, 8343.0, 8349.0, 8338.0, 8348.0, 8346.0, 8365.0, 8332.0, 8349.0, 8352.0, 8347.0, 8349.0, 8349.0, 8346.0, 8361.0, 8350.0, 8354.0, 8333.0, 8358.0, 8347.0, 8332.0, 8349.0, 8332.0, 8345.0, 8329.0, 8347.0, 8333.0, 8342.0, 8348.0, 8342.0, 8330.0, 8345.0, 8343.0, 8343.0, 8342.0, 8340.0, 8344.0, 8338.0, 8346.0, 8360.0, 8348.0, 8344.0, 8345.0, 8343.0, 8347.0, 8344.0, 8346.0, 8311.0, 8343.0, 8325.0, 8348.0, 8329.0, 8348.0, 8347.0, 8343.0, 8347.0, 8342.0, 8348.0, 8357.0, 8334.0, 8331.0, 8347.0, 8326.0, 8352.0, 8327.0, 8346.0, 8330.0, 8340.0, 8329.0, 8343.0, 8345.0, 8345.0, 8343.0, 8361.0, 8346.0, 8358.0, 8350.0, 8361.0, 8348.0, 8346.0, 8350.0, 8328.0, 8351.0, 8332.0, 8348.0, 8346.0, 8346.0, 8344.0, 8340.0, 8347.0, 8346.0, 8348.0, 8356.0, 8349.0, 8355.0, 8347.0, 8343.0, 8346.0, 8343.0, 8335.0, 8342.0, 8347.0, 8360.0, 8345.0, 8332.0, 8346.0, 8331.0, 8365.0, 8334.0, 8347.0, 8348.0, 8346.0, 8348.0, 8347.0, 8351.0, 8362.0, 8353.0, 8360.0, 8355.0, 8362.0, 8350.0, 8360.0, 8332.0, 8341.0, 8344.0, 8345.0, 8345.0, 8327.0, 8343.0, 8311.0, 8340.0, 8309.0, 8340.0, 8326.0, 8321.0, 8323.0, 8339.0, 8348.0, 8356.0, 8329.0, 8341.0, 8342.0, 8340.0, 8344.0, 8324.0, 8341.0, 8309.0, 8325.0, 8323.0, 8345.0, 8343.0, 8342.0, 8343.0, 8334.0, 8322.0, 8334.0, 8326.0, 8353.0, 8327.0, 8341.0, 8326.0, 8337.0, 8347.0, 8324.0, 8342.0, 8330.0, 8343.0, 8328.0, 8339.0, 8326.0, 8339.0, 8327.0, 8340.0, 8342.0, 8340.0, 8328.0, 8337.0, 8326.0, 8336.0, 8344.0, 8338.0, 8325.0, 8340.0, 8348.0, 8331.0, 8343.0, 8347.0, 8359.0, 8349.0, 8362.0, 8348.0, 8345.0, 8347.0, 8327.0, 8347.0, 8329.0, 8347.0, 8329.0, 8342.0, 8329.0, 8340.0, 8343.0, 8346.0, 8346.0, 8339.0, 8331.0, 8343.0, 8352.0, 8328.0, 8345.0, 8329.0, 8342.0, 8345.0, 8344.0, 8350.0, 8360.0, 8346.0, 8356.0, 8349.0, 8345.0, 8346.0, 8344.0, 8330.0, 8312.0, 8346.0, 8326.0, 8344.0, 8331.0, 8343.0, 8344.0, 8339.0, 8346.0, 8342.0, 8345.0, 8339.0, 8325.0, 8339.0, 8327.0, 8340.0, 8324.0, 8334.0, 8325.0, 8337.0, 8326.0, 8337.0, 8323.0, 8308.0, 8342.0, 8325.0, 8347.0, 8342.0, 8345.0, 8346.0, 8358.0, 8346.0, 8342.0, 8344.0, 8342.0, 8329.0, 8329.0, 8345.0, 8326.0, 8344.0, 8328.0, 8342.0, 8328.0, 8341.0, 8344.0, 8349.0, 8347.0, 8343.0, 8347.0, 8338.0, 8327.0, 8343.0, 8328.0, 8341.0, 8324.0, 8339.0, 8342.0, 8338.0, 8343.0, 8322.0, 8340.0, 8312.0, 8321.0, 8309.0, 8340.0, 8341.0, 8354.0, 8345.0, 8338.0, 8327.0, 8339.0, 8346.0, 8338.0, 8338.0, 8308.0, 8325.0, 8311.0, 8338.0, 8342.0, 8339.0, 8344.0, 8337.0, 8327.0, 8342.0, 8329.0, 8323.0, 8342.0, 8312.0, 8343.0, 8349.0, 8345.0, 8347.0, 8359.0, 8334.0, 8340.0, 8343.0, 8337.0, 8344.0, 8340.0, 8343.0, 8316.0, 8340.0, 8329.0, 8344.0, 8346.0, 8341.0, 8344.0, 8343.0, 8344.0, 8363.0, 8349.0, 8357.0, 8346.0, 8360.0, 8348.0, 8358.0, 8351.0, 8359.0, 8347.0, 8327.0, 8346.0, 8329.0, 8346.0, 8333.0, 8345.0, 8332.0, 8341.0, 8346.0, 8348.0, 8346.0, 8341.0, 8346.0, 8360.0, 8346.0, 8361.0, 8347.0, 8344.0, 8332.0, 8340.0, 8349.0, 8340.0, 8348.0, 8327.0, 8347.0, 8329.0, 8344.0, 8326.0, 8349.0, 8344.0, 8342.0, 8344.0, 8339.0, 8335.0, 8344.0, 8349.0, 8356.0, 8331.0, 8341.0, 8351.0, 8345.0, 8348.0, 8330.0, 8346.0, 8352.0, 8341.0, 8346.0, 8344.0, 8349.0, 8344.0, 8348.0, 8339.0, 8333.0, 8340.0, 8347.0, 8338.0, 8344.0, 8314.0, 8325.0, 8312.0, 8345.0, 8328.0, 8345.0, 8348.0, 8343.0, 8347.0, 8344.0, 8351.0, 8367.0, 8354.0, 8362.0, 8349.0, 8347.0, 8349.0, 8349.0, 8349.0, 8360.0, 8351.0, 8347.0, 8352.0, 8350.0, 8352.0, 8362.0, 8367.0, 8358.0, 8353.0, 8364.0, 8352.0, 8345.0, 8352.0, 8344.0, 8353.0, 8349.0, 8351.0, 8349.0, 8355.0, 8362.0, 8353.0, 8363.0, 8356.0, 8362.0, 8351.0, 8345.0, 8354.0, 8363.0, 8374.0, 8334.0, 8349.0, 8336.0, 8351.0, 8348.0, 8367.0, 8355.0, 8365.0, 8352.0, 8374.0, 8373.0, 8368.0, 8352.0, 8368.0, 8358.0, 8364.0, 8360.0, 8363.0, 8368.0, 8364.0, 8371.0, 8367.0, 8372.0, 8365.0, 8368.0, 8333.0, 8370.0, 8346.0, 8371.0, 8349.0, 8366.0, 8334.0, 8367.0, 8334.0, 8368.0, 8350.0, 8367.0, 8354.0, 8350.0, 8369.0, 8367.0, 8369.0, 8365.0, 8356.0, 8366.0, 8356.0, 8361.0, 8351.0, 8332.0, 8351.0, 8346.0, 8365.0, 8346.0, 8365.0, 8336.0, 8348.0, 8334.0, 8368.0, 8349.0, 8365.0, 8352.0, 8363.0, 8350.0, 8365.0, 8353.0, 8362.0, 8351.0, 8332.0, 8346.0, 8331.0, 8350.0, 8331.0, 8346.0, 8352.0, 8364.0, 8349.0, 8362.0, 8352.0, 8360.0, 8348.0, 8345.0, 8349.0, 8354.0, 8370.0, 8346.0, 8348.0, 8335.0, 8347.0, 8353.0, 8367.0, 8368.0, 8366.0, 8370.0, 8353.0, 8370.0, 8372.0, 8386.0, 8373.0, 8368.0, 8369.0, 8363.0, 8369.0, 8361.0, 8348.0, 8330.0, 8346.0, 8326.0, 8348.0, 8328.0, 8346.0, 8344.0, 8361.0, 8348.0, 8342.0, 8350.0, 8362.0, 8346.0, 8333.0, 8350.0, 8329.0, 8350.0, 8332.0, 8347.0, 8334.0, 8343.0, 8347.0, 8344.0, 8350.0, 8357.0, 8345.0, 8358.0, 8345.0, 8356.0, 8345.0, 8341.0, 8344.0, 8334.0, 8348.0, 8347.0, 8345.0, 8350.0, 8364.0, 8348.0, 8360.0, 8330.0, 8338.0, 8334.0, 8356.0, 8326.0, 8324.0, 8343.0, 8324.0, 8345.0, 8323.0, 8343.0, 8346.0, 8346.0, 8348.0, 8365.0, 8351.0, 8360.0, 8332.0, 8344.0, 8346.0, 8342.0, 8343.0, 8341.0, 8343.0, 8330.0, 8342.0, 8347.0, 8345.0, 8332.0, 8344.0, 8332.0, 8344.0, 8347.0, 8344.0, 8352.0, 8330.0, 8348.0, 8351.0, 8343.0, 8351.0, 8363.0, 8349.0, 8360.0, 8326.0, 8342.0, 8353.0, 8328.0, 8346.0, 8330.0, 8344.0, 8312.0, 8344.0, 8327.0, 8340.0, 8344.0, 8342.0, 8333.0, 8358.0, 8348.0, 8342.0, 8345.0, 8328.0, 8344.0, 8327.0, 8348.0, 8342.0, 8362.0, 8352.0, 8358.0, 8333.0, 8361.0, 8346.0, 8360.0, 8346.0, 8340.0, 8332.0, 8342.0, 8344.0, 8355.0, 8346.0, 8341.0, 8328.0, 8340.0, 8343.0, 8340.0, 8328.0, 8327.0, 8342.0, 8324.0, 8343.0, 8316.0, 8343.0, 8331.0, 8344.0, 8347.0, 8345.0, 8345.0, 8344.0, 8345.0, 8338.0, 8326.0, 8337.0, 8325.0, 8339.0, 8327.0, 8319.0, 8312.0, 8334.0, 8323.0, 8334.0, 8324.0, 8335.0, 8309.0, 8335.0, 8327.0, 8334.0, 8323.0, 8321.0, 8340.0, 8335.0, 8345.0, 8339.0, 8339.0, 8325.0, 8341.0, 8316.0, 8345.0, 8348.0, 8345.0, 8345.0, 8344.0, 8334.0, 8341.0, 8335.0, 8356.0, 8330.0, 8338.0, 8344.0, 8322.0, 8326.0, 8339.0, 8340.0, 8303.0, 8322.0, 8309.0, 8324.0, 8326.0, 8340.0, 8341.0, 8342.0, 8346.0, 8337.0, 8328.0, 8342.0, 8326.0, 8323.0, 8342.0, 8312.0, 8341.0, 8311.0, 8344.0, 8341.0, 8363.0, 8346.0, 8343.0, 8328.0, 8339.0, 8328.0, 8340.0, 8326.0, 8323.0, 8339.0, 8328.0, 8344.0, 8327.0, 8340.0, 8328.0, 8336.0, 8329.0, 8342.0, 8343.0, 8357.0, 8325.0, 8321.0, 8342.0, 8335.0, 8339.0, 8307.0, 8337.0, 8324.0, 8340.0, 8345.0, 8347.0, 8341.0, 8337.0, 8325.0, 8334.0, 8325.0, 8335.0, 8340.0, 8338.0, 8326.0, 8323.0, 8348.0, 8329.0, 8360.0, 8347.0, 8360.0, 8351.0, 8361.0, 8350.0, 8359.0, 8332.0, 8343.0, 8329.0, 8341.0, 8315.0, 8338.0, 8310.0, 8321.0, 8308.0, 8317.0, 8321.0, 8337.0, 8321.0, 8331.0, 8325.0, 8331.0, 8326.0, 8333.0, 8322.0, 8333.0, 8305.0, 8334.0, 8325.0, 8336.0, 8323.0, 8306.0, 8338.0, 8309.0, 8342.0, 8321.0, 8341.0, 8313.0, 8337.0, 8323.0, 8342.0, 8306.0, 8323.0, 8294.0, 8321.0, 8324.0, 8318.0, 8324.0, 8337.0, 8325.0, 8335.0, 8326.0, 8337.0, 8324.0, 8336.0, 8326.0, 8336.0, 8324.0, 8310.0, 8339.0, 8309.0, 8343.0, 8319.0, 8324.0, 8310.0, 8319.0, 8310.0, 8327.0, 8321.0, 8337.0, 8323.0, 8334.0, 8326.0, 8319.0, 8306.0, 8317.0, 8322.0, 8329.0, 8323.0, 8317.0, 8305.0, 8332.0, 8324.0, 8335.0, 8341.0, 8312.0, 8340.0, 8341.0, 8344.0, 8350.0, 8345.0, 8344.0, 8342.0, 8346.0, 8342.0, 8345.0, 8322.0, 8340.0, 8307.0, 8324.0, 8320.0, 8343.0, 8308.0, 8337.0, 8308.0, 8323.0, 8324.0, 8344.0, 8327.0, 8340.0, 8345.0, 8343.0, 8346.0, 8341.0, 8347.0, 8343.0, 8347.0, 8330.0, 8348.0, 8331.0, 8365.0, 8344.0, 8343.0, 8347.0, 8359.0, 8330.0, 8343.0, 8328.0, 8340.0, 8330.0, 8339.0, 8330.0, 8339.0, 8343.0, 8342.0, 8341.0, 8330.0, 8341.0, 8330.0, 8346.0, 8328.0, 8339.0, 8347.0, 8358.0, 8347.0, 8358.0, 8351.0, 8358.0, 8327.0, 8335.0, 8325.0, 8327.0, 8343.0, 8330.0, 8341.0, 8347.0, 8339.0, 8343.0, 8344.0, 8327.0, 8341.0, 8327.0, 8336.0, 8327.0, 8339.0, 8323.0, 8323.0, 8340.0, 8322.0, 8346.0, 8320.0, 8337.0, 8310.0, 8322.0, 8311.0, 8340.0, 8342.0, 8341.0, 8328.0, 8337.0, 8328.0, 8339.0, 8341.0, 8319.0, 8337.0, 8305.0, 8324.0, 8304.0, 8340.0, 8326.0, 8338.0, 8324.0, 8338.0, 8343.0, 8325.0, 8343.0, 8348.0, 8365.0, 8355.0, 8382.0, 8351.0, 8347.0, 8347.0, 8330.0, 8347.0, 8325.0, 8343.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.0009063581314878893</td></tr>
<tr><td colspan=3>aqi</td><td>0.029522396712802768</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.98360459291776</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1991654086493528</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9621296290043279</td></tr>
<tr><td colspan=3>efc</td><td>0.4435</td></tr>
<tr><td colspan=3>fber</td><td>7923.7051</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07965949222163565</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43252595155709345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.586349514474344</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.485945486184986</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.90974383971721</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3633592175208338</td></tr>
<tr><td colspan=3>gcor</td><td>0.00363084</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020048703998327255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022414416074752808</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8204626354410163</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>65.0579</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.4954</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.9116</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308475.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.4912</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3649</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.8502</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2930.801</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.1457</td></tr>
<tr><td colspan=3>tsnr</td><td>38.787847003899515</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>