ds005256-mriqc/sub-0041_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 8eeb8c85d6 [DATALAD RUNCMD] Compute MRIQC for sub-0041
=== 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-0041 --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-0041",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:04:36 +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-0041_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0041_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-02/func/sub-0041_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aed475e97e595d57dbe2ad9995482de5</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>17:37:58.672500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997974, -0.0601957, 0.0206163, 0.0580671, 0.994092, 0.0917015]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0946744</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7784, -7251, 509, -67, -241, -36, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7dfdf479-1514-433f-8628-82e2eb0a56d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677490472793579, 0.15578989684581757, 0.07023927569389343, 105.69416046142578], [0.16150055825710297, 2.667076349258423, 0.2438601404428482, -103.3736801147461], [0.05531206354498863, -0.24602846801280975, 2.688047409057617, -54.154659271240234], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['173758.672500', '173759.132500', '173759.592500', '173800.052500', '173800.512500', '173800.972500', '173801.432500', '173801.892500', '173802.352500', '173802.812500', '173803.272500', '173803.732500', '173804.192500', '173804.652500', '173805.112500', '173805.572500', '173806.032500', '173806.492500', '173806.952500', '173807.412500', '173807.872500', '173808.332500', '173808.792500', '173809.252500', '173809.712500', '173810.172500', '173810.632500', '173811.092500', '173811.552500', '173812.012500', '173812.472500', '173812.932500', '173813.392500', '173813.852500', '173814.312500', '173814.772500', '173815.232500', '173815.692500', '173816.152500', '173816.612500', '173817.072500', '173817.532500', '173817.992500', '173818.452500', '173818.912500', '173819.372500', '173819.832500', '173820.292500', '173820.752500', '173821.212500', '173821.672500', '173822.132500', '173822.592500', '173823.052500', '173823.512500', '173823.972500', '173824.432500', '173824.892500', '173825.352500', '173825.812500', '173826.272500', '173826.732500', '173827.192500', '173827.652500', '173828.112500', '173828.572500', '173829.032500', '173829.492500', '173829.952500', '173830.412500', '173830.872500', '173831.332500', '173831.792500', '173832.252500', '173832.712500', '173833.172500', '173833.632500', '173834.092500', '173834.552500', '173835.012500', '173835.472500', '173835.932500', '173836.392500', '173836.852500', '173837.312500', '173837.772500', '173838.232500', '173838.692500', '173839.152500', '173839.612500', '173840.072500', '173840.532500', '173840.992500', '173841.452500', '173841.912500', '173842.372500', '173842.832500', '173843.292500', '173843.752500', '173844.212500', '173844.672500', '173845.132500', '173845.592500', '173846.052500', '173846.512500', '173846.972500', '173847.432500', '173847.892500', '173848.352500', '173848.812500', '173849.272500', '173849.732500', '173850.192500', '173850.652500', '173851.112500', '173851.572500', '173852.032500', '173852.492500', '173852.952500', '173853.412500', '173853.872500', '173854.332500', '173854.792500', '173855.252500', '173855.712500', '173856.172500', '173856.632500', '173857.092500', '173857.552500', '173858.012500', '173858.472500', '173858.932500', '173859.392500', '173859.852500', '173900.312500', '173900.772500', '173901.232500', '173901.692500', '173902.152500', '173902.612500', '173903.072500', '173903.532500', '173903.992500', '173904.452500', '173904.912500', '173905.372500', '173905.832500', '173906.292500', '173906.752500', '173907.212500', '173907.672500', '173908.132500', '173908.592500', '173909.052500', '173909.512500', '173909.972500', '173910.432500', '173910.892500', '173911.352500', '173911.812500', '173912.272500', '173912.732500', '173913.192500', '173913.652500', '173914.112500', '173914.572500', '173915.032500', '173915.492500', '173915.952500', '173916.412500', '173916.872500', '173917.332500', '173917.792500', '173918.252500', '173918.712500', '173919.172500', '173919.632500', '173920.092500', '173920.552500', '173921.012500', '173921.472500', '173921.932500', '173922.392500', '173922.852500', '173923.312500', '173923.772500', '173924.232500', '173924.692500', '173925.152500', '173925.612500', '173926.072500', '173926.532500', '173926.992500', '173927.452500', '173927.912500', '173928.372500', '173928.832500', '173929.292500', '173929.752500', '173930.212500', '173930.672500', '173931.132500', '173931.592500', '173932.052500', '173932.512500', '173932.972500', '173933.432500', '173933.892500', '173934.352500', '173934.812500', '173935.272500', '173935.732500', '173936.192500', '173936.652500', '173937.112500', '173937.572500', '173938.032500', '173938.492500', '173938.952500', '173939.412500', '173939.872500', '173940.332500', '173940.792500', '173941.252500', '173941.712500', '173942.172500', '173942.632500', '173943.092500', '173943.552500', '173944.012500', '173944.472500', '173944.932500', '173945.392500', '173945.852500', '173946.312500', '173946.772500', '173947.232500', '173947.692500', '173948.152500', '173948.612500', '173949.072500', '173949.532500', '173949.992500', '173950.452500', '173950.912500', '173951.372500', '173951.832500', '173952.292500', '173952.752500', '173953.212500', '173953.672500', '173954.132500', '173954.592500', '173955.052500', '173955.512500', '173955.972500', '173956.432500', '173956.892500', '173957.352500', '173957.812500', '173958.272500', '173958.732500', '173959.192500', '173959.652500', '174000.112500', '174000.572500', '174001.032500', '174001.492500', '174001.952500', '174002.412500', '174002.872500', '174003.332500', '174003.792500', '174004.252500', '174004.712500', '174005.172500', '174005.632500', '174006.092500', '174006.552500', '174007.012500', '174007.472500', '174007.932500', '174008.392500', '174008.852500', '174009.312500', '174009.772500', '174010.232500', '174010.692500', '174011.152500', '174011.612500', '174012.072500', '174012.532500', '174012.992500', '174013.452500', '174013.912500', '174014.372500', '174014.832500', '174015.292500', '174015.752500', '174016.212500', '174016.672500', '174017.132500', '174017.592500', '174018.052500', '174018.512500', '174018.972500', '174019.432500', '174019.892500', '174020.352500', '174020.812500', '174021.272500', '174021.732500', '174022.192500', '174022.652500', '174023.112500', '174023.572500', '174024.032500', '174024.492500', '174024.952500', '174025.412500', '174025.872500', '174026.332500', '174026.792500', '174027.252500', '174027.712500', '174028.172500', '174028.632500', '174029.092500', '174029.552500', '174030.012500', '174030.472500', '174030.932500', '174031.392500', '174031.852500', '174032.312500', '174032.772500', '174033.232500', '174033.692500', '174034.152500', '174034.612500', '174035.072500', '174035.532500', '174035.992500', '174036.452500', '174036.912500', '174037.372500', '174037.832500', '174038.292500', '174038.752500', '174039.212500', '174039.672500', '174040.132500', '174040.592500', '174041.052500', '174041.512500', '174041.972500', '174042.432500', '174042.892500', '174043.352500', '174043.812500', '174044.272500', '174044.732500', '174045.192500', '174045.652500', '174046.112500', '174046.572500', '174047.032500', '174047.492500', '174047.952500', '174048.412500', '174048.872500', '174049.332500', '174049.792500', '174050.252500', '174050.712500', '174051.172500', '174051.632500', '174052.092500', '174052.552500', '174053.012500', '174053.472500', '174053.932500', '174054.392500', '174054.852500', '174055.312500', '174055.772500', '174056.232500', '174056.692500', '174057.152500', '174057.612500', '174058.072500', '174058.532500', '174058.992500', '174059.452500', '174059.912500', '174100.372500', '174100.832500', '174101.292500', '174101.752500', '174102.212500', '174102.672500', '174103.132500', '174103.592500', '174104.052500', '174104.512500', '174104.972500', '174105.432500', '174105.892500', '174106.352500', '174106.812500', '174107.272500', '174107.732500', '174108.192500', '174108.652500', '174109.112500', '174109.572500', '174110.032500', '174110.492500', '174110.952500', '174111.412500', '174111.872500', '174112.332500', '174112.792500', '174113.252500', '174113.712500', '174114.172500', '174114.632500', '174115.092500', '174115.552500', '174116.012500', '174116.472500', '174116.932500', '174117.392500', '174117.852500', '174118.312500', '174118.772500', '174119.232500', '174119.692500', '174120.152500', '174120.612500', '174121.072500', '174121.532500', '174121.992500', '174122.452500', '174122.912500', '174123.372500', '174123.832500', '174124.292500', '174124.752500', '174125.212500', '174125.672500', '174126.132500', '174126.592500', '174127.052500', '174127.512500', '174127.972500', '174128.432500', '174128.892500', '174129.352500', '174129.812500', '174130.272500', '174130.732500', '174131.192500', '174131.652500', '174132.112500', '174132.572500', '174133.032500', '174133.492500', '174133.952500', '174134.412500', '174134.872500', '174135.332500', '174135.792500', '174136.252500', '174136.712500', '174137.172500', '174137.632500', '174138.092500', '174138.552500', '174139.012500', '174139.472500', '174139.932500', '174140.392500', '174140.852500', '174141.312500', '174141.772500', '174142.232500', '174142.692500', '174143.152500', '174143.612500', '174144.072500', '174144.532500', '174144.992500', '174145.452500', '174145.912500', '174146.372500', '174146.832500', '174147.292500', '174147.752500', '174148.212500', '174148.672500', '174149.132500', '174149.592500', '174150.052500', '174150.512500', '174150.972500', '174151.432500', '174151.892500', '174152.352500', '174152.812500', '174153.272500', '174153.732500', '174154.192500', '174154.652500', '174155.112500', '174155.572500', '174156.032500', '174156.492500', '174156.952500', '174157.412500', '174157.872500', '174158.332500', '174158.792500', '174159.252500', '174159.712500', '174200.172500', '174200.632500', '174201.092500', '174201.552500', '174202.012500', '174202.472500', '174202.932500', '174203.392500', '174203.852500', '174204.312500', '174204.772500', '174205.232500', '174205.692500', '174206.152500', '174206.612500', '174207.072500', '174207.532500', '174207.992500', '174208.452500', '174208.912500', '174209.372500', '174209.832500', '174210.292500', '174210.752500', '174211.212500', '174211.672500', '174212.132500', '174212.592500', '174213.052500', '174213.512500', '174213.972500', '174214.432500', '174214.892500', '174215.352500', '174215.812500', '174216.272500', '174216.732500', '174217.192500', '174217.652500', '174218.112500', '174218.572500', '174219.032500', '174219.492500', '174219.952500', '174220.412500', '174220.872500', '174221.332500', '174221.792500', '174222.252500', '174222.712500', '174223.172500', '174223.632500', '174224.092500', '174224.552500', '174225.012500', '174225.472500', '174225.932500', '174226.392500', '174226.852500', '174227.312500', '174227.772500', '174228.232500', '174228.692500', '174229.152500', '174229.612500', '174230.072500', '174230.532500', '174230.992500', '174231.452500', '174231.912500', '174232.372500', '174232.832500', '174233.292500', '174233.752500', '174234.212500', '174234.672500', '174235.132500', '174235.592500', '174236.052500', '174236.512500', '174236.972500', '174237.432500', '174237.892500', '174238.352500', '174238.812500', '174239.272500', '174239.732500', '174240.192500', '174240.652500', '174241.112500', '174241.572500', '174242.032500', '174242.492500', '174242.952500', '174243.412500', '174243.872500', '174244.332500', '174244.792500', '174245.252500', '174245.712500', '174246.172500', '174246.632500', '174247.092500', '174247.552500', '174248.012500', '174248.472500', '174248.932500', '174249.392500', '174249.852500', '174250.312500', '174250.772500', '174251.232500', '174251.692500', '174252.152500', '174252.612500', '174253.072500', '174253.532500', '174253.992500', '174254.452500', '174254.912500', '174255.372500', '174255.832500', '174256.292500', '174256.752500', '174257.212500', '174257.672500', '174258.132500', '174258.592500', '174259.052500', '174259.512500', '174259.972500', '174300.432500', '174300.892500', '174301.352500', '174301.812500', '174302.272500', '174302.732500', '174303.192500', '174303.652500', '174304.112500', '174304.572500', '174305.032500', '174305.492500', '174305.952500', '174306.412500', '174306.872500', '174307.332500', '174307.792500', '174308.252500', '174308.712500', '174309.172500', '174309.632500', '174310.092500', '174310.552500', '174311.012500', '174311.472500', '174311.932500', '174312.392500', '174312.852500', '174313.312500', '174313.772500', '174314.232500', '174314.692500', '174315.152500', '174315.612500', '174316.072500', '174316.532500', '174316.992500', '174317.452500', '174317.912500', '174318.372500', '174318.832500', '174319.292500', '174319.752500', '174320.212500', '174320.672500', '174321.132500', '174321.592500', '174322.052500', '174322.512500', '174322.972500', '174323.432500', '174323.892500', '174324.352500', '174324.812500', '174325.272500', '174325.732500', '174326.192500', '174326.652500', '174327.112500', '174327.572500', '174328.032500', '174328.492500', '174328.952500', '174329.412500', '174329.872500', '174330.332500', '174330.792500', '174331.252500', '174331.712500', '174332.172500', '174332.632500', '174333.092500', '174333.552500', '174334.012500', '174334.472500', '174334.932500', '174335.392500', '174335.852500', '174336.312500', '174336.772500', '174337.232500', '174337.692500', '174338.152500', '174338.612500', '174339.072500', '174339.532500', '174339.992500', '174340.452500', '174340.912500', '174341.372500', '174341.832500', '174342.292500', '174342.752500', '174343.212500', '174343.672500', '174344.132500', '174344.592500', '174345.052500', '174345.512500', '174345.972500', '174346.432500', '174346.892500', '174347.352500', '174347.812500', '174348.272500', '174348.732500', '174349.192500', '174349.652500', '174350.112500', '174350.572500', '174351.032500', '174351.492500', '174351.952500', '174352.412500', '174352.872500', '174353.332500', '174353.792500', '174354.252500', '174354.712500', '174355.172500', '174355.632500', '174356.092500', '174356.552500', '174357.012500', '174357.472500', '174357.932500', '174358.392500', '174358.852500', '174359.312500', '174359.772500', '174400.232500', '174400.692500', '174401.152500', '174401.612500', '174402.072500', '174402.532500', '174402.992500', '174403.452500', '174403.912500', '174404.372500', '174404.832500', '174405.292500', '174405.752500', '174406.212500', '174406.672500', '174407.132500', '174407.592500', '174408.052500', '174408.512500', '174408.972500', '174409.432500', '174409.892500', '174410.352500', '174410.812500', '174411.272500', '174411.732500', '174412.192500', '174412.652500', '174413.112500', '174413.572500', '174414.032500', '174414.492500', '174414.952500', '174415.412500', '174415.872500', '174416.332500', '174416.792500', '174417.252500', '174417.712500', '174418.172500', '174418.632500', '174419.092500', '174419.552500', '174420.012500', '174420.472500', '174420.932500', '174421.392500', '174421.852500', '174422.312500', '174422.772500', '174423.232500', '174423.692500', '174424.152500', '174424.612500', '174425.072500', '174425.532500', '174425.992500', '174426.452500', '174426.912500', '174427.372500', '174427.832500', '174428.292500', '174428.752500', '174429.212500', '174429.672500', '174430.132500', '174430.592500', '174431.052500', '174431.512500', '174431.972500', '174432.432500', '174432.892500', '174433.352500', '174433.812500', '174434.272500', '174434.732500', '174435.192500', '174435.652500', '174436.112500', '174436.572500', '174437.032500', '174437.492500', '174437.952500', '174438.412500', '174438.872500', '174439.332500', '174439.792500', '174440.252500', '174440.712500', '174441.172500', '174441.632500', '174442.092500', '174442.552500', '174443.012500', '174443.472500', '174443.932500', '174444.392500', '174444.852500', '174445.312500', '174445.772500', '174446.232500', '174446.692500', '174447.152500', '174447.612500', '174448.072500', '174448.532500', '174448.992500', '174449.452500', '174449.912500', '174450.372500', '174450.832500', '174451.292500', '174451.752500', '174452.212500', '174452.672500', '174453.132500', '174453.592500', '174454.052500', '174454.512500', '174454.972500', '174455.432500', '174455.892500', '174456.352500', '174456.812500', '174457.272500', '174457.732500', '174458.192500', '174458.652500', '174459.112500', '174459.572500', '174500.032500', '174500.492500', '174500.952500', '174501.412500', '174501.872500', '174502.332500', '174502.792500', '174503.252500', '174503.712500', '174504.172500', '174504.632500', '174505.092500', '174505.552500', '174506.012500', '174506.472500', '174506.932500', '174507.392500', '174507.852500', '174508.312500', '174508.772500', '174509.232500', '174509.692500', '174510.152500', '174510.612500', '174511.072500', '174511.532500', '174511.992500', '174512.452500', '174512.912500', '174513.372500', '174513.832500', '174514.292500', '174514.752500', '174515.212500', '174515.672500', '174516.132500', '174516.592500', '174517.052500', '174517.512500', '174517.972500', '174518.432500', '174518.892500', '174519.352500', '174519.812500', '174520.272500', '174520.732500', '174521.192500', '174521.652500', '174522.112500', '174522.572500', '174523.032500', '174523.492500', '174523.952500', '174524.412500', '174524.872500', '174525.332500', '174525.792500', '174526.252500', '174526.712500', '174527.172500', '174527.632500', '174528.092500', '174528.552500', '174529.012500', '174529.472500', '174529.932500', '174530.392500', '174530.852500', '174531.312500', '174531.772500', '174532.232500', '174532.692500', '174533.152500', '174533.612500', '174534.072500', '174534.532500', '174534.992500', '174535.452500', '174535.912500', '174536.372500', '174536.832500', '174537.292500', '174537.752500', '174538.212500', '174538.672500', '174539.132500', '174539.592500', '174540.052500', '174540.512500', '174540.972500', '174541.432500', '174541.892500', '174542.352500', '174542.812500', '174543.272500', '174543.732500', '174544.192500', '174544.652500', '174545.112500', '174545.572500', '174546.032500', '174546.492500', '174546.952500', '174547.412500', '174547.872500', '174548.332500', '174548.792500', '174549.252500', '174549.712500', '174550.172500', '174550.632500', '174551.092500', '174551.552500', '174552.012500', '174552.472500', '174552.932500', '174553.392500', '174553.852500', '174554.312500', '174554.772500', '174555.232500', '174555.692500', '174556.152500', '174556.612500', '174557.072500', '174557.532500', '174557.992500', '174558.452500', '174558.912500', '174559.372500', '174559.832500', '174600.292500', '174600.752500', '174601.212500', '174601.672500', '174602.132500', '174602.592500', '174603.052500', '174603.512500', '174603.972500', '174604.432500', '174604.892500', '174605.352500', '174605.812500', '174606.272500', '174606.732500', '174607.192500', '174607.652500', '174608.112500', '174608.572500', '174609.032500', '174609.492500', '174609.952500', '174610.412500', '174610.872500', '174611.332500', '174611.792500', '174612.252500', '174612.712500', '174613.172500', '174613.632500', '174614.092500', '174614.552500', '174615.012500', '174615.472500', '174615.932500', '174616.392500', '174616.852500', '174617.312500', '174617.772500', '174618.232500', '174618.692500', '174619.152500', '174619.612500', '174620.072500', '174620.532500', '174620.992500', '174621.452500', '174621.912500', '174622.372500', '174622.832500', '174623.292500', '174623.752500', '174624.212500', '174624.672500', '174625.132500', '174625.592500', '174626.052500', '174626.512500', '174626.972500', '174627.432500', '174627.892500', '174628.352500', '174628.812500', '174629.272500', '174629.732500', '174630.192500', '174630.652500', '174631.112500', '174631.572500', '174632.032500', '174632.492500', '174632.952500', '174633.412500', '174633.872500', '174634.332500', '174634.792500', '174635.252500', '174635.712500', '174636.172500', '174636.632500', '174637.092500', '174637.552500', '174638.012500', '174638.472500', '174638.932500', '174639.392500', '174639.852500', '174640.312500', '174640.772500', '174641.232500', '174641.692500', '174642.152500', '174642.612500', '174643.072500', '174643.532500', '174643.992500', '174644.452500', '174644.912500', '174645.372500', '174645.832500', '174646.292500', '174646.752500', '174647.212500', '174647.672500', '174648.132500', '174648.592500', '174649.052500', '174649.512500', '174649.972500'], 'ContentTime': ['173821.361000', '173821.364000', '173821.368000', '173821.371000', '173821.374000', '173821.377000', '173821.380000', '173821.383000', '173821.386000', '173821.389000', '173821.392000', '173821.395000', '173821.397000', '173821.400000', '173821.403000', '173821.406000', '173821.409000', '173821.412000', '173821.415000', '173821.419000', '173821.422000', '173821.425000', '173821.428000', '173821.431000', '173821.434000', '173821.437000', '173821.440000', '173821.443000', '173821.446000', '173821.449000', '173821.452000', '173821.455000', '173821.458000', '173821.462000', '173821.464000', '173821.467000', '173821.470000', '173821.473000', '173821.476000', '173821.480000', '173821.483000', '173821.486000', '173821.489000', '173821.491000', '173821.494000', '173821.497000', '173821.500000', '173841.327000', '173841.330000', '173841.333000', '173841.336000', '173841.338000', '173841.341000', '173841.344000', '173841.347000', '173841.350000', '173841.353000', '173841.356000', '173841.358000', '173841.361000', '173841.364000', '173841.367000', '173841.370000', '173841.373000', '173841.375000', '173841.378000', '173841.381000', '173841.384000', '173841.387000', '173841.390000', '173841.393000', '173841.396000', '173841.398000', '173841.401000', '173841.404000', '173841.407000', '173841.411000', '173841.414000', '173841.417000', '173841.420000', '173841.423000', '173841.426000', '173841.428000', '173841.431000', '173841.434000', '173841.437000', '173841.440000', '173841.443000', '173841.445000', '173841.448000', '173901.327000', '173901.330000', '173901.333000', '173901.336000', '173901.339000', '173901.341000', '173901.344000', '173901.347000', '173901.357000', '173901.360000', '173901.363000', '173901.366000', '173901.369000', '173901.372000', '173901.375000', '173901.378000', '173901.381000', '173901.383000', '173901.386000', '173901.389000', '173901.392000', '173901.395000', '173901.403000', '173901.406000', '173901.409000', '173901.412000', '173901.415000', '173901.417000', '173901.420000', '173901.423000', '173901.426000', '173901.429000', '173901.432000', '173901.435000', '173901.437000', '173901.440000', '173901.443000', '173901.446000', '173901.449000', '173901.452000', '173901.455000', '173901.457000', '173901.460000', '173901.463000', '173921.328000', '173921.331000', '173921.334000', '173921.337000', '173921.340000', '173921.342000', '173921.345000', '173921.348000', '173921.351000', '173921.354000', '173921.357000', '173921.360000', '173921.363000', '173921.365000', '173921.368000', '173921.371000', '173921.383000', '173921.385000', '173921.388000', '173921.391000', '173921.394000', '173921.397000', '173921.400000', '173921.403000', '173921.406000', '173921.408000', '173921.411000', '173921.414000', '173921.417000', '173921.420000', '173921.423000', '173921.425000', '173921.428000', '173921.431000', '173921.434000', '173921.437000', '173921.440000', '173921.443000', '173921.446000', '173921.448000', '173921.451000', '173921.454000', '173921.457000', '173941.328000', '173941.331000', '173941.334000', '173941.337000', '173941.340000', '173941.342000', '173941.345000', '173941.348000', '173941.351000', '173941.354000', '173941.357000', '173941.360000', '173941.363000', '173941.365000', '173941.368000', '173941.371000', '173941.374000', '173941.377000', '173941.379000', '173941.382000', '173941.385000', '173941.388000', '173941.391000', '173941.394000', '173941.397000', '173941.399000', '173941.402000', '173941.405000', '173941.408000', '173941.411000', '173941.414000', '173941.417000', '173941.420000', '173941.422000', '173941.425000', '173941.428000', '173941.431000', '173941.434000', '173941.437000', '173941.440000', '173941.443000', '173941.445000', '173941.448000', '173941.451000', '174001.328000', '174001.331000', '174001.334000', '174001.337000', '174001.340000', '174001.343000', '174001.345000', '174001.348000', '174001.351000', '174001.354000', '174001.357000', '174001.360000', '174001.363000', '174001.365000', '174001.368000', '174001.371000', '174001.374000', '174001.377000', '174001.380000', '174001.383000', '174001.385000', '174001.388000', '174001.391000', '174001.394000', '174001.397000', '174001.400000', '174001.403000', '174001.405000', '174001.408000', '174001.411000', '174001.414000', '174001.417000', '174001.420000', '174001.423000', '174001.426000', '174001.429000', '174001.431000', '174001.434000', '174001.437000', '174001.440000', '174001.443000', '174001.446000', '174001.450000', '174021.327000', '174021.332000', '174021.335000', '174021.338000', '174021.341000', '174021.344000', '174021.347000', '174021.350000', '174021.352000', '174021.355000', '174021.358000', '174021.361000', '174021.364000', '174021.367000', '174021.370000', '174021.373000', '174021.375000', '174021.378000', '174021.381000', '174021.384000', '174021.387000', '174021.390000', '174021.393000', '174021.396000', '174021.399000', '174021.401000', '174021.404000', '174021.407000', '174021.410000', '174021.414000', '174021.417000', '174021.420000', '174021.423000', '174021.426000', '174021.429000', '174021.431000', '174021.434000', '174021.437000', '174021.440000', '174021.443000', '174021.446000', '174021.449000', '174021.452000', '174041.327000', '174041.330000', '174041.333000', '174041.336000', '174041.339000', '174041.341000', '174041.344000', '174041.347000', '174041.350000', '174041.353000', '174041.356000', '174041.359000', '174041.361000', '174041.364000', '174041.367000', '174041.370000', '174041.373000', '174041.376000', '174041.379000', '174041.382000', '174041.384000', '174041.387000', '174041.395000', '174041.398000', '174041.401000', '174041.404000', '174041.407000', '174041.410000', '174041.412000', '174041.415000', '174041.418000', '174041.421000', '174041.424000', '174041.427000', '174041.430000', '174041.433000', '174041.435000', '174041.438000', '174041.441000', '174041.444000', '174041.447000', '174041.450000', '174041.452000', '174041.455000', '174101.327000', '174101.330000', '174101.333000', '174101.336000', '174101.338000', '174101.341000', '174101.344000', '174101.347000', '174101.350000', '174101.353000', '174101.356000', '174101.358000', '174101.361000', '174101.364000', '174101.367000', '174101.370000', '174101.373000', '174101.376000', '174101.379000', '174101.381000', '174101.384000', '174101.387000', '174101.390000', '174101.393000', '174101.396000', '174101.399000', '174101.402000', '174101.404000', '174101.407000', '174101.410000', '174101.413000', '174101.416000', '174101.419000', '174101.422000', '174101.425000', '174101.427000', '174101.430000', '174101.433000', '174101.436000', '174101.439000', '174101.442000', '174101.445000', '174101.448000', '174101.450000', '174121.327000', '174121.330000', '174121.333000', '174121.336000', '174121.339000', '174121.342000', '174121.345000', '174121.347000', '174121.350000', '174121.353000', '174121.356000', '174121.359000', '174121.362000', '174121.365000', '174121.368000', '174121.371000', '174121.374000', '174121.376000', '174121.379000', '174121.382000', '174121.385000', '174121.388000', '174121.391000', '174121.394000', '174121.396000', '174121.399000', '174121.402000', '174121.405000', '174121.408000', '174121.411000', '174121.414000', '174121.417000', '174121.420000', '174121.422000', '174121.425000', '174121.428000', '174121.431000', '174121.434000', '174121.437000', '174121.440000', '174121.443000', '174121.445000', '174121.448000', '174141.328000', '174141.331000', '174141.334000', '174141.337000', '174141.340000', '174141.343000', '174141.346000', '174141.349000', '174141.352000', '174141.355000', '174141.358000', '174141.360000', '174141.363000', '174141.366000', '174141.369000', '174141.372000', '174141.375000', '174141.378000', '174141.381000', '174141.384000', '174141.387000', '174141.389000', '174141.392000', '174141.395000', '174141.398000', '174141.401000', '174141.404000', '174141.407000', '174141.410000', '174141.413000', '174141.415000', '174141.418000', '174141.421000', '174141.424000', '174141.427000', '174141.430000', '174141.433000', '174141.435000', '174141.438000', '174141.441000', '174141.444000', '174141.447000', '174141.450000', '174201.328000', '174201.331000', '174201.334000', '174201.337000', '174201.340000', '174201.343000', '174201.346000', '174201.349000', '174201.352000', '174201.354000', '174201.357000', '174201.360000', '174201.363000', '174201.366000', '174201.369000', '174201.372000', '174201.375000', '174201.378000', '174201.380000', '174201.383000', '174201.386000', '174201.389000', '174201.392000', '174201.395000', '174201.398000', '174201.401000', '174201.404000', '174201.407000', '174201.409000', '174201.423000', '174201.426000', '174201.429000', '174201.432000', '174201.435000', '174201.438000', '174201.441000', '174201.444000', '174201.447000', '174201.449000', '174201.452000', '174201.455000', '174201.458000', '174201.461000', '174201.464000', '174221.328000', '174221.331000', '174221.334000', '174221.337000', '174221.340000', '174221.343000', '174221.346000', '174221.349000', '174221.352000', '174221.357000', '174221.361000', '174221.364000', '174221.366000', '174221.369000', '174221.372000', '174221.375000', '174221.378000', '174221.381000', '174221.384000', '174221.387000', '174221.390000', '174221.393000', '174221.395000', '174221.398000', '174221.401000', '174221.404000', '174221.407000', '174221.410000', '174221.413000', '174221.416000', '174221.419000', '174221.422000', '174221.424000', '174221.427000', '174221.430000', '174221.433000', '174221.436000', '174221.439000', '174221.442000', '174221.445000', '174221.448000', '174221.450000', '174221.453000', '174241.327000', '174241.330000', '174241.333000', '174241.336000', '174241.339000', '174241.342000', '174241.344000', '174241.347000', '174241.350000', '174241.353000', '174241.356000', '174241.359000', '174241.362000', '174241.365000', '174241.368000', '174241.370000', '174241.373000', '174241.376000', '174241.379000', '174241.382000', '174241.385000', '174241.388000', '174241.390000', '174241.393000', '174241.396000', '174241.399000', '174241.402000', '174241.405000', '174241.408000', '174241.411000', '174241.414000', '174241.416000', '174241.419000', '174241.422000', '174241.425000', '174241.428000', '174241.431000', '174241.434000', '174241.437000', '174241.439000', '174241.442000', '174241.445000', '174241.448000', '174241.451000', '174301.327000', '174301.330000', '174301.333000', '174301.336000', '174301.339000', '174301.342000', '174301.345000', '174301.347000', '174301.350000', '174301.353000', '174301.356000', '174301.359000', '174301.362000', '174301.365000', '174301.368000', '174301.371000', '174301.374000', '174301.377000', '174301.381000', '174301.385000', '174301.388000', '174301.391000', '174301.394000', '174301.397000', '174301.400000', '174301.403000', '174301.406000', '174301.409000', '174301.412000', '174301.415000', '174301.417000', '174301.420000', '174301.423000', '174301.426000', '174301.429000', '174301.432000', '174301.435000', '174301.438000', '174301.440000', '174301.443000', '174301.446000', '174301.449000', '174301.452000', '174321.327000', '174321.330000', '174321.333000', '174321.336000', '174321.339000', '174321.342000', '174321.345000', '174321.347000', '174321.350000', '174321.353000', '174321.356000', '174321.359000', '174321.362000', '174321.365000', '174321.368000', '174321.371000', '174321.373000', '174321.376000', '174321.379000', '174321.382000', '174321.385000', '174321.388000', '174321.391000', '174321.394000', '174321.397000', '174321.400000', '174321.402000', '174321.405000', '174321.408000', '174321.411000', '174321.414000', '174321.417000', '174321.420000', '174321.423000', '174321.426000', '174321.429000', '174321.431000', '174321.434000', '174321.437000', '174321.440000', '174321.443000', '174321.446000', '174321.449000', '174321.452000', '174341.327000', '174341.330000', '174341.333000', '174341.336000', '174341.339000', '174341.342000', '174341.345000', '174341.347000', '174341.350000', '174341.353000', '174341.356000', '174341.359000', '174341.362000', '174341.365000', '174341.368000', '174341.371000', '174341.373000', '174341.376000', '174341.379000', '174341.383000', '174341.385000', '174341.388000', '174341.391000', '174341.394000', '174341.398000', '174341.401000', '174341.403000', '174341.406000', '174341.409000', '174341.412000', '174341.415000', '174341.418000', '174341.421000', '174341.424000', '174341.427000', '174341.430000', '174341.433000', '174341.436000', '174341.439000', '174341.442000', '174341.444000', '174341.447000', '174341.450000', '174401.328000', '174401.331000', '174401.334000', '174401.337000', '174401.340000', '174401.343000', '174401.346000', '174401.349000', '174401.351000', '174401.354000', '174401.357000', '174401.362000', '174401.365000', '174401.368000', '174401.371000', '174401.374000', '174401.376000', '174401.379000', '174401.382000', '174401.385000', '174401.388000', '174401.391000', '174401.394000', '174401.397000', '174401.400000', '174401.403000', '174401.406000', '174401.409000', '174401.412000', '174401.415000', '174401.417000', '174401.420000', '174401.423000', '174401.426000', '174401.429000', '174401.432000', '174401.435000', '174401.438000', '174401.441000', '174401.444000', '174401.446000', '174401.449000', '174401.452000', '174401.455000', '174421.328000', '174421.331000', '174421.334000', '174421.337000', '174421.340000', '174421.343000', '174421.346000', '174421.349000', '174421.352000', '174421.354000', '174421.357000', '174421.360000', '174421.363000', '174421.366000', '174421.369000', '174421.372000', '174421.375000', '174421.378000', '174421.381000', '174421.383000', '174421.386000', '174421.389000', '174421.392000', '174421.395000', '174421.398000', '174421.401000', '174421.404000', '174421.407000', '174421.410000', '174421.413000', '174421.416000', '174421.419000', '174421.422000', '174421.425000', '174421.428000', '174421.431000', '174421.434000', '174421.436000', '174421.439000', '174421.442000', '174421.445000', '174421.448000', '174421.451000', '174441.328000', '174441.331000', '174441.334000', '174441.337000', '174441.340000', '174441.343000', '174441.346000', '174441.348000', '174441.351000', '174441.354000', '174441.357000', '174441.360000', '174441.363000', '174441.366000', '174441.369000', '174441.372000', '174441.375000', '174441.377000', '174441.380000', '174441.383000', '174441.386000', '174441.389000', '174441.392000', '174441.395000', '174441.398000', '174441.401000', '174441.403000', '174441.406000', '174441.409000', '174441.412000', '174441.415000', '174441.418000', '174441.421000', '174441.424000', '174441.427000', '174441.429000', '174441.433000', '174441.435000', '174441.438000', '174441.441000', '174441.444000', '174441.447000', '174441.450000', '174441.453000', '174501.327000', '174501.330000', '174501.333000', '174501.336000', '174501.339000', '174501.342000', '174501.361000', '174501.364000', '174501.367000', '174501.370000', '174501.373000', '174501.376000', '174501.378000', '174501.381000', '174501.384000', '174501.387000', '174501.390000', '174501.393000', '174501.396000', '174501.399000', '174501.402000', '174501.404000', '174501.407000', '174501.410000', '174501.413000', '174501.416000', '174501.419000', '174501.422000', '174501.425000', '174501.428000', '174501.431000', '174501.435000', '174501.439000', '174501.443000', '174501.445000', '174501.448000', '174501.451000', '174501.454000', '174501.457000', '174501.460000', '174501.463000', '174501.466000', '174501.468000', '174521.327000', '174521.330000', '174521.333000', '174521.336000', '174521.339000', '174521.342000', '174521.345000', '174521.348000', '174521.350000', '174521.353000', '174521.356000', '174521.359000', '174521.362000', '174521.365000', '174521.368000', '174521.371000', '174521.374000', '174521.376000', '174521.379000', '174521.382000', '174521.385000', '174521.388000', '174521.391000', '174521.394000', '174521.397000', '174521.400000', '174521.403000', '174521.406000', '174521.408000', '174521.411000', '174521.414000', '174521.417000', '174521.420000', '174521.423000', '174521.426000', '174521.429000', '174521.432000', '174521.435000', '174521.438000', '174521.440000', '174521.443000', '174521.446000', '174521.449000', '174521.452000', '174541.327000', '174541.330000', '174541.333000', '174541.336000', '174541.339000', '174541.342000', '174541.344000', '174541.347000', '174541.350000', '174541.353000', '174541.356000', '174541.359000', '174541.362000', '174541.365000', '174541.368000', '174541.371000', '174541.373000', '174541.376000', '174541.379000', '174541.382000', '174541.385000', '174541.388000', '174541.391000', '174541.394000', '174541.397000', '174541.399000', '174541.402000', '174541.405000', '174541.408000', '174541.411000', '174541.414000', '174541.417000', '174541.420000', '174541.423000', '174541.426000', '174541.428000', '174541.431000', '174541.435000', '174541.440000', '174541.443000', '174541.446000', '174541.449000', '174541.452000', '174601.327000', '174601.330000', '174601.333000', '174601.336000', '174601.339000', '174601.342000', '174601.345000', '174601.348000', '174601.351000', '174601.354000', '174601.356000', '174601.359000', '174601.362000', '174601.365000', '174601.368000', '174601.371000', '174601.374000', '174601.377000', '174601.380000', '174601.383000', '174601.386000', '174601.390000', '174601.393000', '174601.395000', '174601.398000', '174601.401000', '174601.404000', '174601.407000', '174601.410000', '174601.413000', '174601.416000', '174601.418000', '174601.421000', '174601.424000', '174601.427000', '174601.430000', '174601.433000', '174601.436000', '174601.439000', '174601.442000', '174601.445000', '174601.447000', '174601.450000', '174601.453000', '174621.328000', '174621.331000', '174621.334000', '174621.353000', '174621.356000', '174621.359000', '174621.362000', '174621.364000', '174621.367000', '174621.370000', '174621.373000', '174621.376000', '174621.379000', '174621.382000', '174621.385000', '174621.388000', '174621.391000', '174621.393000', '174621.396000', '174621.400000', '174621.403000', '174621.406000', '174621.409000', '174621.412000', '174621.415000', '174621.417000', '174621.420000', '174621.423000', '174621.426000', '174621.429000', '174621.432000', '174621.435000', '174621.438000', '174621.441000', '174621.444000', '174621.447000', '174621.450000', '174621.453000', '174621.456000', '174621.459000', '174621.462000', '174621.465000', '174621.468000', '174641.328000', '174641.331000', '174641.334000', '174641.337000', '174641.340000', '174641.343000', '174641.345000', '174641.348000', '174641.351000', '174641.354000', '174641.357000', '174641.360000', '174641.363000', '174641.366000', '174641.369000', '174641.371000', '174641.374000', '174641.377000', '174641.380000', '174641.383000', '174641.386000', '174641.389000', '174641.392000', '174641.395000', '174641.398000', '174641.401000', '174641.403000', '174641.406000', '174641.409000', '174641.412000', '174641.415000', '174641.418000', '174641.421000', '174641.424000', '174641.426000', '174641.429000', '174641.432000', '174641.435000', '174641.438000', '174641.441000', '174641.444000', '174641.447000', '174641.450000', '174641.452000', '174651.422000', '174651.426000', '174651.429000', '174651.432000', '174651.435000', '174651.439000', '174651.443000', '174651.446000', '174651.449000', '174651.452000', '174651.455000', '174651.458000', '174651.461000', '174651.464000', '174651.467000', '174651.470000', '174651.473000', '174651.476000', '174651.479000', '174651.482000', '174651.485000', '174651.487000'], 'InstanceCreationTime': ['173821.361000', '173821.364000', '173821.368000', '173821.371000', '173821.374000', '173821.377000', '173821.380000', '173821.383000', '173821.386000', '173821.389000', '173821.392000', '173821.395000', '173821.397000', '173821.400000', '173821.403000', '173821.406000', '173821.409000', '173821.412000', '173821.415000', '173821.419000', '173821.422000', '173821.425000', '173821.428000', '173821.431000', '173821.434000', '173821.437000', '173821.440000', '173821.443000', '173821.446000', '173821.449000', '173821.452000', '173821.455000', '173821.458000', '173821.462000', '173821.464000', '173821.467000', '173821.470000', '173821.473000', '173821.476000', '173821.480000', '173821.483000', '173821.486000', '173821.489000', '173821.491000', '173821.494000', '173821.497000', '173821.500000', '173841.327000', '173841.330000', '173841.333000', '173841.336000', '173841.338000', '173841.341000', '173841.344000', '173841.347000', '173841.350000', '173841.353000', '173841.356000', '173841.358000', '173841.361000', '173841.364000', '173841.367000', '173841.370000', '173841.373000', '173841.375000', '173841.378000', '173841.381000', '173841.384000', '173841.387000', '173841.390000', '173841.393000', '173841.396000', '173841.398000', '173841.401000', '173841.404000', '173841.407000', '173841.411000', '173841.414000', '173841.417000', '173841.420000', '173841.423000', '173841.426000', '173841.428000', '173841.431000', '173841.434000', '173841.437000', '173841.440000', '173841.443000', '173841.445000', '173841.448000', '173901.327000', '173901.330000', '173901.333000', '173901.336000', '173901.339000', '173901.341000', '173901.344000', '173901.347000', '173901.357000', '173901.360000', '173901.363000', '173901.366000', '173901.369000', '173901.372000', '173901.375000', '173901.378000', '173901.381000', '173901.383000', '173901.386000', '173901.389000', '173901.392000', '173901.395000', '173901.403000', '173901.406000', '173901.409000', '173901.412000', '173901.415000', '173901.417000', '173901.420000', '173901.423000', '173901.426000', '173901.429000', '173901.432000', '173901.435000', '173901.437000', '173901.440000', '173901.443000', '173901.446000', '173901.449000', '173901.452000', '173901.455000', '173901.457000', '173901.460000', '173901.463000', '173921.328000', '173921.331000', '173921.334000', '173921.337000', '173921.340000', '173921.342000', '173921.345000', '173921.348000', '173921.351000', '173921.354000', '173921.357000', '173921.360000', '173921.363000', '173921.365000', '173921.368000', '173921.371000', '173921.383000', '173921.385000', '173921.388000', '173921.391000', '173921.394000', '173921.397000', '173921.400000', '173921.403000', '173921.406000', '173921.408000', '173921.411000', '173921.414000', '173921.417000', '173921.420000', '173921.423000', '173921.425000', '173921.428000', '173921.431000', '173921.434000', '173921.437000', '173921.440000', '173921.443000', '173921.446000', '173921.448000', '173921.451000', '173921.454000', '173921.457000', '173941.328000', '173941.331000', '173941.334000', '173941.337000', '173941.340000', '173941.342000', '173941.345000', '173941.348000', '173941.351000', '173941.354000', '173941.357000', '173941.360000', '173941.363000', '173941.365000', '173941.368000', '173941.371000', '173941.374000', '173941.377000', '173941.379000', '173941.382000', '173941.385000', '173941.388000', '173941.391000', '173941.394000', '173941.397000', '173941.399000', '173941.402000', '173941.405000', '173941.408000', '173941.411000', '173941.414000', '173941.417000', '173941.420000', '173941.422000', '173941.425000', '173941.428000', '173941.431000', '173941.434000', '173941.437000', '173941.440000', '173941.443000', '173941.445000', '173941.448000', '173941.451000', '174001.328000', '174001.331000', '174001.334000', '174001.337000', '174001.340000', '174001.343000', '174001.345000', '174001.348000', '174001.351000', '174001.354000', '174001.357000', '174001.360000', '174001.363000', '174001.365000', '174001.368000', '174001.371000', '174001.374000', '174001.377000', '174001.380000', '174001.383000', '174001.385000', '174001.388000', '174001.391000', '174001.394000', '174001.397000', '174001.400000', '174001.403000', '174001.405000', '174001.408000', '174001.411000', '174001.414000', '174001.417000', '174001.420000', '174001.423000', '174001.426000', '174001.429000', '174001.431000', '174001.434000', '174001.437000', '174001.440000', '174001.443000', '174001.446000', '174001.450000', '174021.327000', '174021.332000', '174021.335000', '174021.338000', '174021.341000', '174021.344000', '174021.347000', '174021.350000', '174021.352000', '174021.355000', '174021.358000', '174021.361000', '174021.364000', '174021.367000', '174021.370000', '174021.373000', '174021.375000', '174021.378000', '174021.381000', '174021.384000', '174021.387000', '174021.390000', '174021.393000', '174021.396000', '174021.399000', '174021.401000', '174021.404000', '174021.407000', '174021.410000', '174021.414000', '174021.417000', '174021.420000', '174021.423000', '174021.426000', '174021.429000', '174021.431000', '174021.434000', '174021.437000', '174021.440000', '174021.443000', '174021.446000', '174021.449000', '174021.452000', '174041.327000', '174041.330000', '174041.333000', '174041.336000', '174041.339000', '174041.341000', '174041.344000', '174041.347000', '174041.350000', '174041.353000', '174041.356000', '174041.359000', '174041.361000', '174041.364000', '174041.367000', '174041.370000', '174041.373000', '174041.376000', '174041.379000', '174041.382000', '174041.384000', '174041.387000', '174041.395000', '174041.398000', '174041.401000', '174041.404000', '174041.407000', '174041.410000', '174041.412000', '174041.415000', '174041.418000', '174041.421000', '174041.424000', '174041.427000', '174041.430000', '174041.433000', '174041.435000', '174041.438000', '174041.441000', '174041.444000', '174041.447000', '174041.450000', '174041.452000', '174041.455000', '174101.327000', '174101.330000', '174101.333000', '174101.336000', '174101.338000', '174101.341000', '174101.344000', '174101.347000', '174101.350000', '174101.353000', '174101.356000', '174101.358000', '174101.361000', '174101.364000', '174101.367000', '174101.370000', '174101.373000', '174101.376000', '174101.379000', '174101.381000', '174101.384000', '174101.387000', '174101.390000', '174101.393000', '174101.396000', '174101.399000', '174101.402000', '174101.404000', '174101.407000', '174101.410000', '174101.413000', '174101.416000', '174101.419000', '174101.422000', '174101.425000', '174101.427000', '174101.430000', '174101.433000', '174101.436000', '174101.439000', '174101.442000', '174101.445000', '174101.448000', '174101.450000', '174121.327000', '174121.330000', '174121.333000', '174121.336000', '174121.339000', '174121.342000', '174121.345000', '174121.347000', '174121.350000', '174121.353000', '174121.356000', '174121.359000', '174121.362000', '174121.365000', '174121.368000', '174121.371000', '174121.374000', '174121.376000', '174121.379000', '174121.382000', '174121.385000', '174121.388000', '174121.391000', '174121.394000', '174121.396000', '174121.399000', '174121.402000', '174121.405000', '174121.408000', '174121.411000', '174121.414000', '174121.417000', '174121.420000', '174121.422000', '174121.425000', '174121.428000', '174121.431000', '174121.434000', '174121.437000', '174121.440000', '174121.443000', '174121.445000', '174121.448000', '174141.328000', '174141.331000', '174141.334000', '174141.337000', '174141.340000', '174141.343000', '174141.346000', '174141.349000', '174141.352000', '174141.355000', '174141.358000', '174141.360000', '174141.363000', '174141.366000', '174141.369000', '174141.372000', '174141.375000', '174141.378000', '174141.381000', '174141.384000', '174141.387000', '174141.389000', '174141.392000', '174141.395000', '174141.398000', '174141.401000', '174141.404000', '174141.407000', '174141.410000', '174141.413000', '174141.415000', '174141.418000', '174141.421000', '174141.424000', '174141.427000', '174141.430000', '174141.433000', '174141.435000', '174141.438000', '174141.441000', '174141.444000', '174141.447000', '174141.450000', '174201.328000', '174201.331000', '174201.334000', '174201.337000', '174201.340000', '174201.343000', '174201.346000', '174201.349000', '174201.352000', '174201.354000', '174201.357000', '174201.360000', '174201.363000', '174201.366000', '174201.369000', '174201.372000', '174201.375000', '174201.378000', '174201.380000', '174201.383000', '174201.386000', '174201.389000', '174201.392000', '174201.395000', '174201.398000', '174201.401000', '174201.404000', '174201.407000', '174201.409000', '174201.423000', '174201.426000', '174201.429000', '174201.432000', '174201.435000', '174201.438000', '174201.441000', '174201.444000', '174201.447000', '174201.449000', '174201.452000', '174201.455000', '174201.458000', '174201.461000', '174201.464000', '174221.328000', '174221.331000', '174221.334000', '174221.337000', '174221.340000', '174221.343000', '174221.346000', '174221.349000', '174221.352000', '174221.357000', '174221.361000', '174221.364000', '174221.366000', '174221.369000', '174221.372000', '174221.375000', '174221.378000', '174221.381000', '174221.384000', '174221.387000', '174221.390000', '174221.393000', '174221.395000', '174221.398000', '174221.401000', '174221.404000', '174221.407000', '174221.410000', '174221.413000', '174221.416000', '174221.419000', '174221.422000', '174221.424000', '174221.427000', '174221.430000', '174221.433000', '174221.436000', '174221.439000', '174221.442000', '174221.445000', '174221.448000', '174221.450000', '174221.453000', '174241.327000', '174241.330000', '174241.333000', '174241.336000', '174241.339000', '174241.342000', '174241.344000', '174241.347000', '174241.350000', '174241.353000', '174241.356000', '174241.359000', '174241.362000', '174241.365000', '174241.368000', '174241.370000', '174241.373000', '174241.376000', '174241.379000', '174241.382000', '174241.385000', '174241.388000', '174241.390000', '174241.393000', '174241.396000', '174241.399000', '174241.402000', '174241.405000', '174241.408000', '174241.411000', '174241.414000', '174241.416000', '174241.419000', '174241.422000', '174241.425000', '174241.428000', '174241.431000', '174241.434000', '174241.437000', '174241.439000', '174241.442000', '174241.445000', '174241.448000', '174241.451000', '174301.327000', '174301.330000', '174301.333000', '174301.336000', '174301.339000', '174301.342000', '174301.345000', '174301.347000', '174301.350000', '174301.353000', '174301.356000', '174301.359000', '174301.362000', '174301.365000', '174301.368000', '174301.371000', '174301.374000', '174301.377000', '174301.381000', '174301.385000', '174301.388000', '174301.391000', '174301.394000', '174301.397000', '174301.400000', '174301.403000', '174301.406000', '174301.409000', '174301.412000', '174301.415000', '174301.417000', '174301.420000', '174301.423000', '174301.426000', '174301.429000', '174301.432000', '174301.435000', '174301.438000', '174301.440000', '174301.443000', '174301.446000', '174301.449000', '174301.452000', '174321.327000', '174321.330000', '174321.333000', '174321.336000', '174321.339000', '174321.342000', '174321.345000', '174321.347000', '174321.350000', '174321.353000', '174321.356000', '174321.359000', '174321.362000', '174321.365000', '174321.368000', '174321.371000', '174321.373000', '174321.376000', '174321.379000', '174321.382000', '174321.385000', '174321.388000', '174321.391000', '174321.394000', '174321.397000', '174321.400000', '174321.402000', '174321.405000', '174321.408000', '174321.411000', '174321.414000', '174321.417000', '174321.420000', '174321.423000', '174321.426000', '174321.429000', '174321.431000', '174321.434000', '174321.437000', '174321.440000', '174321.443000', '174321.446000', '174321.449000', '174321.452000', '174341.327000', '174341.330000', '174341.333000', '174341.336000', '174341.339000', '174341.342000', '174341.345000', '174341.347000', '174341.350000', '174341.353000', '174341.356000', '174341.359000', '174341.362000', '174341.365000', '174341.368000', '174341.371000', '174341.373000', '174341.376000', '174341.379000', '174341.383000', '174341.385000', '174341.388000', '174341.391000', '174341.394000', '174341.398000', '174341.401000', '174341.403000', '174341.406000', '174341.409000', '174341.412000', '174341.415000', '174341.418000', '174341.421000', '174341.424000', '174341.427000', '174341.430000', '174341.433000', '174341.436000', '174341.439000', '174341.442000', '174341.444000', '174341.447000', '174341.450000', '174401.328000', '174401.331000', '174401.334000', '174401.337000', '174401.340000', '174401.343000', '174401.346000', '174401.349000', '174401.351000', '174401.354000', '174401.357000', '174401.362000', '174401.365000', '174401.368000', '174401.371000', '174401.374000', '174401.376000', '174401.379000', '174401.382000', '174401.385000', '174401.388000', '174401.391000', '174401.394000', '174401.397000', '174401.400000', '174401.403000', '174401.406000', '174401.409000', '174401.412000', '174401.415000', '174401.417000', '174401.420000', '174401.423000', '174401.426000', '174401.429000', '174401.432000', '174401.435000', '174401.438000', '174401.441000', '174401.444000', '174401.446000', '174401.449000', '174401.452000', '174401.455000', '174421.328000', '174421.331000', '174421.334000', '174421.337000', '174421.340000', '174421.343000', '174421.346000', '174421.349000', '174421.352000', '174421.354000', '174421.357000', '174421.360000', '174421.363000', '174421.366000', '174421.369000', '174421.372000', '174421.375000', '174421.378000', '174421.381000', '174421.383000', '174421.386000', '174421.389000', '174421.392000', '174421.395000', '174421.398000', '174421.401000', '174421.404000', '174421.407000', '174421.410000', '174421.413000', '174421.416000', '174421.419000', '174421.422000', '174421.425000', '174421.428000', '174421.431000', '174421.434000', '174421.436000', '174421.439000', '174421.442000', '174421.445000', '174421.448000', '174421.451000', '174441.328000', '174441.331000', '174441.334000', '174441.337000', '174441.340000', '174441.343000', '174441.346000', '174441.348000', '174441.351000', '174441.354000', '174441.357000', '174441.360000', '174441.363000', '174441.366000', '174441.369000', '174441.372000', '174441.375000', '174441.377000', '174441.380000', '174441.383000', '174441.386000', '174441.389000', '174441.392000', '174441.395000', '174441.398000', '174441.401000', '174441.403000', '174441.406000', '174441.409000', '174441.412000', '174441.415000', '174441.418000', '174441.421000', '174441.424000', '174441.427000', '174441.429000', '174441.433000', '174441.435000', '174441.438000', '174441.441000', '174441.444000', '174441.447000', '174441.450000', '174441.453000', '174501.327000', '174501.330000', '174501.333000', '174501.336000', '174501.339000', '174501.342000', '174501.361000', '174501.364000', '174501.367000', '174501.370000', '174501.373000', '174501.376000', '174501.378000', '174501.381000', '174501.384000', '174501.387000', '174501.390000', '174501.393000', '174501.396000', '174501.399000', '174501.402000', '174501.404000', '174501.407000', '174501.410000', '174501.413000', '174501.416000', '174501.419000', '174501.422000', '174501.425000', '174501.428000', '174501.431000', '174501.435000', '174501.439000', '174501.443000', '174501.445000', '174501.448000', '174501.451000', '174501.454000', '174501.457000', '174501.460000', '174501.463000', '174501.466000', '174501.468000', '174521.327000', '174521.330000', '174521.333000', '174521.336000', '174521.339000', '174521.342000', '174521.345000', '174521.348000', '174521.350000', '174521.353000', '174521.356000', '174521.359000', '174521.362000', '174521.365000', '174521.368000', '174521.371000', '174521.374000', '174521.376000', '174521.379000', '174521.382000', '174521.385000', '174521.388000', '174521.391000', '174521.394000', '174521.397000', '174521.400000', '174521.403000', '174521.406000', '174521.408000', '174521.411000', '174521.414000', '174521.417000', '174521.420000', '174521.423000', '174521.426000', '174521.429000', '174521.432000', '174521.435000', '174521.438000', '174521.440000', '174521.443000', '174521.446000', '174521.449000', '174521.452000', '174541.327000', '174541.330000', '174541.333000', '174541.336000', '174541.339000', '174541.342000', '174541.344000', '174541.347000', '174541.350000', '174541.353000', '174541.356000', '174541.359000', '174541.362000', '174541.365000', '174541.368000', '174541.371000', '174541.373000', '174541.376000', '174541.379000', '174541.382000', '174541.385000', '174541.388000', '174541.391000', '174541.394000', '174541.397000', '174541.399000', '174541.402000', '174541.405000', '174541.408000', '174541.411000', '174541.414000', '174541.417000', '174541.420000', '174541.423000', '174541.426000', '174541.428000', '174541.431000', '174541.435000', '174541.440000', '174541.443000', '174541.446000', '174541.449000', '174541.452000', '174601.327000', '174601.330000', '174601.333000', '174601.336000', '174601.339000', '174601.342000', '174601.345000', '174601.348000', '174601.351000', '174601.354000', '174601.356000', '174601.359000', '174601.362000', '174601.365000', '174601.368000', '174601.371000', '174601.374000', '174601.377000', '174601.380000', '174601.383000', '174601.386000', '174601.390000', '174601.393000', '174601.395000', '174601.398000', '174601.401000', '174601.404000', '174601.407000', '174601.410000', '174601.413000', '174601.416000', '174601.418000', '174601.421000', '174601.424000', '174601.427000', '174601.430000', '174601.433000', '174601.436000', '174601.439000', '174601.442000', '174601.445000', '174601.447000', '174601.450000', '174601.453000', '174621.328000', '174621.331000', '174621.334000', '174621.353000', '174621.356000', '174621.359000', '174621.362000', '174621.364000', '174621.367000', '174621.370000', '174621.373000', '174621.376000', '174621.379000', '174621.382000', '174621.385000', '174621.388000', '174621.391000', '174621.393000', '174621.396000', '174621.400000', '174621.403000', '174621.406000', '174621.409000', '174621.412000', '174621.415000', '174621.417000', '174621.420000', '174621.423000', '174621.426000', '174621.429000', '174621.432000', '174621.435000', '174621.438000', '174621.441000', '174621.444000', '174621.447000', '174621.450000', '174621.453000', '174621.456000', '174621.459000', '174621.462000', '174621.465000', '174621.468000', '174641.328000', '174641.331000', '174641.334000', '174641.337000', '174641.340000', '174641.343000', '174641.345000', '174641.348000', '174641.351000', '174641.354000', '174641.357000', '174641.360000', '174641.363000', '174641.366000', '174641.369000', '174641.371000', '174641.374000', '174641.377000', '174641.380000', '174641.383000', '174641.386000', '174641.389000', '174641.392000', '174641.395000', '174641.398000', '174641.401000', '174641.403000', '174641.406000', '174641.409000', '174641.412000', '174641.415000', '174641.418000', '174641.421000', '174641.424000', '174641.426000', '174641.429000', '174641.432000', '174641.435000', '174641.438000', '174641.441000', '174641.444000', '174641.447000', '174641.450000', '174641.452000', '174651.422000', '174651.426000', '174651.429000', '174651.432000', '174651.435000', '174651.439000', '174651.443000', '174651.446000', '174651.449000', '174651.452000', '174651.455000', '174651.458000', '174651.461000', '174651.464000', '174651.467000', '174651.470000', '174651.473000', '174651.476000', '174651.479000', '174651.482000', '174651.485000', '174651.487000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [8929, 13462, 8926, 9295, 15782, 9110, 9927, 14014, 8930, 11590, 8415, 9077, 15658, 9009, 10375, 8599, 9211, 11653, 8716, 9173, 8882, 8962, 15029, 9325, 11702, 14395, 9609, 14579, 9646, 8850, 14673, 8878, 9487, 15495, 8952, 10374, 14072, 9048, 12443, 8929, 8895, 14385, 8764, 10073, 8121, 9398, 10640, 8870, 8796, 13632, 9045, 10322, 10194, 9218, 12358, 8899, 9572, 15634, 9564, 13263, 11762, 9536, 15820, 10191, 10085, 15820, 11275, 12601, 13182, 9027, 11939, 8834, 8669, 15252, 8722, 10804, 15628, 8651, 13419, 11887, 8970, 13191, 8261, 8853, 15414, 8832, 11539, 12584, 8989, 11660, 8489, 8312, 8238, 10048, 8464, 8743, 10006, 15799, 11172, 10510, 12576, 8241, 10066, 14126, 9413, 11767, 12276, 8819, 11454, 8523, 10006, 8647, 9785, 14009, 9076, 13390, 9045, 9003, 14371, 8643, 10937, 15035, 10990, 13603, 9445, 9129, 14440, 8978, 9693, 14860, 9114, 11474, 10370, 8804, 10769, 8779, 8731, 12905, 8858, 9877, 14627, 8262, 11352, 12398, 8816, 11700, 8814, 8943, 13866, 9124, 10713, 15157, 8377, 10823, 13392, 8878, 11818, 8660, 8458, 11566, 8743, 9210, 14138, 8561, 10806, 11922, 9103, 11640, 9033, 8489, 12871, 8506, 9809, 13209, 8784, 11727, 8352, 8852, 11506, 8467, 8705, 12571, 8580, 9298, 11890, 9067, 10639, 8596, 8364, 12119, 8379, 9768, 14259, 10556, 11612, 16265, 8740, 13732, 14621, 11774, 13558, 13705, 10057, 12681, 12710, 9987, 12550, 8670, 8727, 11651, 8798, 9149, 11999, 8628, 8769, 15057, 8598, 9724, 8417, 8473, 12547, 8252, 8891, 14224, 8400, 9728, 14040, 8633, 10660, 15814, 9768, 12320, 15108, 8997, 12413, 13445, 8404, 11121, 8460, 8193, 11204, 8536, 9196, 11973, 8350, 10897, 8724, 8650, 13572, 8755, 10072, 15607, 8789, 11398, 16260, 10522, 11777, 15620, 8743, 11958, 15665, 8382, 12797, 14019, 9016, 11209, 10345, 8493, 10057, 8388, 8258, 10037, 8354, 8407, 11408, 8445, 8673, 14785, 8376, 10455, 13165, 8673, 11421, 8458, 8802, 8346, 8391, 13735, 8941, 10864, 15307, 9058, 12889, 14141, 9257, 13698, 13280, 10142, 12523, 9555, 9365, 13823, 9004, 9805, 15242, 8105, 11239, 14694, 9256, 12493, 10755, 8505, 10824, 8423, 8749, 12279, 8662, 9919, 8672, 8159, 10430, 8407, 9622, 12144, 8452, 10809, 11370, 9345, 12320, 8642, 9479, 15183, 9037, 13142, 14576, 11190, 13858, 9197, 8928, 12774, 9456, 9747, 14788, 8763, 9820, 14717, 8423, 11277, 8202, 8167, 12318, 8451, 8621, 11709, 8583, 9671, 12204, 8611, 11228, 8327, 8421, 13793, 8317, 9892, 13654, 8457, 12080, 8530, 9189, 14067, 9316, 11684, 10140, 8581, 12415, 8703, 10128, 15332, 8332, 12371, 13108, 9538, 12746, 9233, 10067, 14436, 8641, 10171, 14893, 8641, 11891, 12666, 8591, 11096, 8607, 8367, 11272, 8175, 8632, 12509, 8494, 10179, 10435, 8413, 11211, 8701, 9105, 12852, 8603, 9299, 14395, 8345, 11401, 13246, 8833, 12214, 8735, 8778, 12070, 8545, 9421, 15321, 8306, 11146, 8762, 8674, 13786, 8591, 9419, 14347, 8576, 11295, 8553, 8529, 12303, 8799, 9393, 14889, 8372, 10594, 15425, 8421, 13004, 10820, 8809, 12454, 8468, 9170, 14550, 8878, 11565, 13602, 8734, 12327, 8672, 9055, 14109, 8846, 10069, 14626, 8532, 11565, 12696, 8675, 11401, 8977, 8615, 11770, 9057, 9167, 14304, 8647, 10805, 10359, 8602, 12169, 8350, 9909, 12686, 9354, 11746, 8519, 9560, 14377, 8858, 12837, 10950, 9099, 13715, 8463, 10132, 14618, 10156, 13020, 9359, 8889, 13545, 9051, 10793, 12897, 8462, 12146, 9559, 9541, 14756, 8696, 12202, 13986, 10299, 12928, 10025, 9590, 14548, 8697, 11453, 12560, 8828, 11877, 8594, 9020, 14217, 8661, 11325, 13639, 8364, 12730, 10660, 9130, 12202, 8494, 8434, 13493, 8503, 9335, 13982, 8277, 10002, 12344, 8288, 10587, 8714, 8304, 10166, 8798, 8469, 11219, 8914, 9931, 11217, 8499, 10192, 8954, 8942, 12285, 8811, 9658, 12977, 8452, 11803, 9423, 9036, 13407, 8828, 9878, 13665, 8783, 11819, 8721, 8688, 13011, 9432, 10602, 12179, 8615, 11235, 9048, 9181, 14435, 8400, 11300, 12155, 9598, 12242, 8837, 10075, 14907, 9101, 13610, 10554, 9768, 14942, 8427, 12356, 15284, 10894, 13860, 10196, 9466, 12793, 9014, 8987, 12656, 9005, 9296, 12364, 8844, 8870, 13260, 8582, 10889, 8577, 8467, 10954, 8773, 8997, 12994, 8604, 10301, 14662, 8514, 11650, 13974, 8574, 12573, 12266, 8553, 10781, 11119, 8862, 11499, 8476, 8305, 10989, 8833, 8639, 11872, 9028, 8806, 12130, 8408, 8951, 12675, 8564, 11307, 12572, 8521, 11461, 12343, 9825, 12572, 9353, 8658, 11970, 8943, 9565, 14047, 8468, 11248, 9169, 8315, 11191, 8557, 9695, 8996, 8687, 12023, 8933, 11056, 15277, 9912, 13267, 15837, 12093, 13573, 15361, 9334, 13566, 13873, 10808, 12738, 9781, 9341, 13258, 8355, 10777, 13590, 8558, 11965, 8810, 8610, 12739, 9251, 9356, 13358, 9337, 8805, 12328, 9233, 9149, 12824, 8507, 9292, 13859, 8447, 9203, 12935, 8353, 10536, 12891, 8417, 10486, 11781, 9056, 11484, 8373, 8214, 11542, 8588, 9516, 13945, 8255, 10194, 11500, 8835, 11491, 8681, 8885, 14253, 8493, 11839, 13159, 9163, 12224, 8812, 9414, 13169, 9169, 11771, 11363, 8900, 12883, 9459, 9456, 13425, 8389, 9625, 13725, 8587, 11982, 8468, 8664, 13880, 8470, 10896, 8838, 8730, 14173, 8868, 10092, 13727, 8797, 13147, 8879, 9124, 13346, 8616, 11304, 12819, 8451, 11684, 8638, 9053, 13326, 8809, 9842, 14619, 8347, 11393, 12924, 8763, 11592, 10432, 9290, 12063, 8595, 8987, 14528, 8534, 10178, 13716, 8444, 11557, 12855, 8710, 12176, 8943, 8587, 12776, 8821, 9072, 13781, 8399, 10907, 9060, 8713, 11626, 8752, 9714, 15642, 8618, 10897, 11287, 8838, 11563, 8876, 8924, 12365, 8578, 10522, 9469, 10472, 11163, 8815, 9895, 9458, 9685, 8780, 10993, 9396, 12752, 16043, 10875, 13328, 15361, 12239, 13988, 14318, 10155, 13693, 12317, 10950, 11998, 9642, 8760, 12553, 8531, 10121, 14092, 8216, 10194, 8919, 8621, 11493, 8380, 9016, 14119, 8313, 10669, 12068, 8955, 11744, 8692, 9250, 14066, 8660, 11429, 9052, 8582, 13055, 8775, 10308, 13848, 8428, 9489, 8558, 8937, 8633, 14304, 10735, 10209, 12455, 9196, 9570, 13784, 9796, 9884, 13665, 9743, 9995, 15479, 9322, 11347, 15132, 10204, 12186, 14139, 8567, 11070, 9892, 8640, 10556, 8664, 8221, 10422, 9007, 8726, 12294, 8353, 9405, 12820, 8417, 12083, 9215, 8782, 12587, 8785, 9337, 14093, 9406, 12253, 9090, 8627, 12706, 9037, 9809, 13507, 8398, 10832, 10710, 9129, 12821, 8913, 10110, 12706, 9221, 12705, 9088, 10040, 14941, 9114, 12881, 9852, 9375, 15046, 8903, 12266, 14693, 10652, 13652, 10054, 10937, 13995, 10678, 10149, 14314, 8702, 9657, 13909, 8550, 11669, 8788, 8465, 11603, 8871, 9504, 9215, 8401, 10851, 8984, 9135, 14048, 8751, 12400, 11145, 9078, 13072, 9281, 9826, 13944, 8591, 9767, 12198, 8899, 11521, 9016, 8827, 14451, 8391, 11326, 9752, 8819, 13076, 8694, 9325, 13938, 9245, 12084, 9007, 8289, 12572, 8582, 10774, 8996, 8436, 12947, 9002, 10708, 11861, 8951, 11559, 9055, 10006, 14952, 9287, 13695, 9621, 9477, 14236, 8811, 11087, 14642, 8507, 12725, 9203, 8496, 12854, 8974, 10033, 9188, 8674, 13943, 9135, 11152, 14229, 8787, 12282, 12087, 8840, 11807, 10948, 9807, 12103, 9176, 9085, 14670, 8951, 11976, 10033, 8741, 12147, 9382, 8995, 13703, 9312, 10604, 15304, 9028, 11351, 14470, 10520, 13458, 12017, 8747, 11261, 9050, 9220, 11708, 9252, 8485, 10752, 8888, 9486, 9477, 8334, 13171, 9014, 10295, 13652, 9282, 12620, 9617, 9065, 13115, 9383, 9342, 13460, 8812, 10331, 12184, 8905, 11142, 9757, 9118, 9778, 10977, 10111, 10722, 9933, 10228, 11335, 9949, 15036, 10713, 13289, 16003, 12523, 13683, 15145, 10667, 14150, 11071, 11485, 13825, 9629, 10550, 13876, 8777, 11659, 9794, 8493, 9958, 8595, 11801, 9470, 9978, 13861, 9405, 10416, 12295, 9225, 11792, 9778, 8648, 13409, 9265, 10530, 12616, 9057, 11678, 9679, 9246, 13679, 8930, 10835, 9098, 8885, 12644, 9440, 10329, 12351, 9269, 12214, 9521, 10376, 14433, 9381], 'WindowCenter': [4683.0, 4706.0, 4654.0, 4651.0, 4698.0, 4639.0, 4647.0, 4675.0, 4638.0, 4657.0, 4626.0, 4637.0, 4684.0, 4637.0, 4646.0, 4625.0, 4648.0, 4666.0, 4627.0, 4638.0, 4639.0, 4649.0, 4696.0, 4639.0, 4668.0, 4677.0, 4648.0, 4688.0, 4646.0, 4637.0, 4687.0, 4636.0, 4647.0, 4697.0, 4637.0, 4657.0, 4676.0, 4638.0, 4678.0, 4638.0, 4648.0, 4687.0, 4639.0, 4660.0, 4629.0, 4649.0, 4659.0, 4651.0, 4651.0, 4699.0, 4650.0, 4670.0, 4659.0, 4651.0, 4691.0, 4649.0, 4661.0, 4697.0, 4650.0, 4691.0, 4668.0, 4649.0, 4698.0, 4648.0, 4648.0, 4686.0, 4656.0, 4668.0, 4674.0, 4636.0, 4666.0, 4625.0, 4638.0, 4685.0, 4636.0, 4658.0, 4684.0, 4625.0, 4676.0, 4654.0, 4637.0, 4675.0, 4626.0, 4636.0, 4684.0, 4635.0, 4667.0, 4675.0, 4638.0, 4669.0, 4638.0, 4639.0, 4652.0, 4672.0, 4654.0, 4665.0, 4676.0, 4715.0, 4660.0, 4662.0, 4679.0, 4627.0, 4649.0, 4676.0, 4637.0, 4670.0, 4667.0, 4636.0, 4655.0, 4626.0, 4646.0, 4639.0, 4660.0, 4676.0, 4639.0, 4679.0, 4628.0, 4637.0, 4685.0, 4628.0, 4657.0, 4684.0, 4646.0, 4676.0, 4635.0, 4635.0, 4675.0, 4623.0, 4634.0, 4674.0, 4624.0, 4655.0, 4632.0, 4624.0, 4645.0, 4613.0, 4626.0, 4664.0, 4626.0, 4647.0, 4673.0, 4616.0, 4656.0, 4664.0, 4626.0, 4655.0, 4624.0, 4627.0, 4674.0, 4626.0, 4646.0, 4685.0, 4615.0, 4657.0, 4664.0, 4626.0, 4666.0, 4625.0, 4628.0, 4655.0, 4628.0, 4638.0, 4686.0, 4638.0, 4658.0, 4667.0, 4639.0, 4667.0, 4626.0, 4628.0, 4676.0, 4628.0, 4648.0, 4676.0, 4638.0, 4668.0, 4627.0, 4638.0, 4669.0, 4627.0, 4639.0, 4667.0, 4638.0, 4649.0, 4667.0, 4651.0, 4669.0, 4642.0, 4653.0, 4681.0, 4642.0, 4673.0, 4702.0, 4671.0, 4682.0, 4709.0, 4641.0, 4691.0, 4688.0, 4668.0, 4680.0, 4677.0, 4648.0, 4678.0, 4665.0, 4647.0, 4666.0, 4625.0, 4626.0, 4655.0, 4626.0, 4637.0, 4666.0, 4638.0, 4665.0, 4699.0, 4638.0, 4647.0, 4630.0, 4641.0, 4680.0, 4641.0, 4651.0, 4689.0, 4629.0, 4650.0, 4688.0, 4639.0, 4660.0, 4697.0, 4648.0, 4680.0, 4686.0, 4638.0, 4678.0, 4676.0, 4627.0, 4657.0, 4627.0, 4628.0, 4658.0, 4640.0, 4650.0, 4668.0, 4641.0, 4670.0, 4639.0, 4640.0, 4689.0, 4641.0, 4660.0, 4699.0, 4628.0, 4668.0, 4696.0, 4646.0, 4667.0, 4684.0, 4627.0, 4657.0, 4684.0, 4614.0, 4665.0, 4672.0, 4625.0, 4655.0, 4643.0, 4636.0, 4646.0, 4626.0, 4628.0, 4649.0, 4628.0, 4639.0, 4669.0, 4630.0, 4639.0, 4688.0, 4629.0, 4659.0, 4677.0, 4639.0, 4668.0, 4628.0, 4638.0, 4641.0, 4652.0, 4690.0, 4640.0, 4670.0, 4697.0, 4638.0, 4679.0, 4675.0, 4637.0, 4678.0, 4674.0, 4647.0, 4665.0, 4635.0, 4637.0, 4674.0, 4625.0, 4647.0, 4683.0, 4616.0, 4656.0, 4685.0, 4636.0, 4667.0, 4645.0, 4626.0, 4655.0, 4614.0, 4626.0, 4664.0, 4627.0, 4648.0, 4637.0, 4628.0, 4657.0, 4639.0, 4662.0, 4679.0, 4643.0, 4670.0, 4669.0, 4650.0, 4680.0, 4641.0, 4651.0, 4687.0, 4638.0, 4679.0, 4686.0, 4657.0, 4687.0, 4635.0, 4636.0, 4665.0, 4636.0, 4636.0, 4684.0, 4625.0, 4645.0, 4673.0, 4616.0, 4656.0, 4616.0, 4627.0, 4665.0, 4625.0, 4627.0, 4667.0, 4639.0, 4648.0, 4667.0, 4638.0, 4669.0, 4638.0, 4640.0, 4688.0, 4640.0, 4659.0, 4689.0, 4641.0, 4679.0, 4638.0, 4650.0, 4688.0, 4649.0, 4679.0, 4658.0, 4639.0, 4678.0, 4638.0, 4660.0, 4698.0, 4629.0, 4680.0, 4675.0, 4647.0, 4677.0, 4636.0, 4646.0, 4674.0, 4625.0, 4646.0, 4684.0, 4626.0, 4666.0, 4662.0, 4625.0, 4655.0, 4625.0, 4627.0, 4655.0, 4625.0, 4627.0, 4664.0, 4626.0, 4647.0, 4656.0, 4627.0, 4658.0, 4626.0, 4638.0, 4666.0, 4626.0, 4636.0, 4674.0, 4625.0, 4656.0, 4664.0, 4638.0, 4666.0, 4625.0, 4639.0, 4666.0, 4639.0, 4649.0, 4696.0, 4627.0, 4667.0, 4627.0, 4638.0, 4678.0, 4637.0, 4648.0, 4685.0, 4638.0, 4668.0, 4638.0, 4639.0, 4679.0, 4638.0, 4649.0, 4697.0, 4638.0, 4659.0, 4686.0, 4628.0, 4678.0, 4657.0, 4650.0, 4679.0, 4628.0, 4650.0, 4688.0, 4639.0, 4669.0, 4676.0, 4638.0, 4680.0, 4638.0, 4649.0, 4687.0, 4639.0, 4659.0, 4687.0, 4638.0, 4670.0, 4678.0, 4650.0, 4679.0, 4649.0, 4651.0, 4679.0, 4664.0, 4664.0, 4699.0, 4652.0, 4671.0, 4659.0, 4651.0, 4680.0, 4641.0, 4661.0, 4679.0, 4652.0, 4681.0, 4651.0, 4661.0, 4698.0, 4652.0, 4690.0, 4658.0, 4649.0, 4687.0, 4638.0, 4659.0, 4686.0, 4658.0, 4688.0, 4637.0, 4638.0, 4687.0, 4649.0, 4669.0, 4677.0, 4629.0, 4678.0, 4647.0, 4649.0, 4697.0, 4637.0, 4667.0, 4674.0, 4646.0, 4666.0, 4646.0, 4635.0, 4673.0, 4624.0, 4655.0, 4663.0, 4636.0, 4664.0, 4624.0, 4637.0, 4673.0, 4625.0, 4655.0, 4672.0, 4625.0, 4665.0, 4643.0, 4635.0, 4664.0, 4624.0, 4624.0, 4674.0, 4624.0, 4635.0, 4673.0, 4625.0, 4645.0, 4662.0, 4626.0, 4656.0, 4627.0, 4628.0, 4657.0, 4638.0, 4639.0, 4668.0, 4640.0, 4660.0, 4668.0, 4640.0, 4659.0, 4639.0, 4650.0, 4679.0, 4650.0, 4660.0, 4677.0, 4640.0, 4679.0, 4638.0, 4650.0, 4687.0, 4638.0, 4660.0, 4687.0, 4639.0, 4679.0, 4638.0, 4640.0, 4678.0, 4651.0, 4670.0, 4678.0, 4641.0, 4670.0, 4639.0, 4651.0, 4699.0, 4642.0, 4670.0, 4677.0, 4660.0, 4680.0, 4649.0, 4658.0, 4699.0, 4648.0, 4688.0, 4657.0, 4647.0, 4684.0, 4626.0, 4667.0, 4685.0, 4655.0, 4676.0, 4645.0, 4635.0, 4664.0, 4623.0, 4634.0, 4663.0, 4625.0, 4635.0, 4663.0, 4635.0, 4635.0, 4674.0, 4636.0, 4657.0, 4638.0, 4638.0, 4658.0, 4637.0, 4649.0, 4676.0, 4637.0, 4658.0, 4685.0, 4638.0, 4667.0, 4674.0, 4627.0, 4677.0, 4665.0, 4637.0, 4657.0, 4657.0, 4638.0, 4667.0, 4627.0, 4640.0, 4658.0, 4638.0, 4638.0, 4668.0, 4639.0, 4649.0, 4677.0, 4639.0, 4650.0, 4688.0, 4650.0, 4681.0, 4678.0, 4650.0, 4680.0, 4678.0, 4659.0, 4679.0, 4649.0, 4641.0, 4668.0, 4639.0, 4649.0, 4688.0, 4641.0, 4670.0, 4648.0, 4640.0, 4669.0, 4653.0, 4674.0, 4651.0, 4663.0, 4692.0, 4654.0, 4683.0, 4710.0, 4662.0, 4691.0, 4698.0, 4668.0, 4678.0, 4687.0, 4636.0, 4677.0, 4673.0, 4655.0, 4665.0, 4644.0, 4634.0, 4663.0, 4614.0, 4655.0, 4673.0, 4625.0, 4665.0, 4624.0, 4625.0, 4664.0, 4624.0, 4635.0, 4675.0, 4623.0, 4625.0, 4663.0, 4635.0, 4634.0, 4663.0, 4625.0, 4634.0, 4672.0, 4614.0, 4635.0, 4663.0, 4625.0, 4647.0, 4662.0, 4625.0, 4645.0, 4653.0, 4635.0, 4655.0, 4625.0, 4626.0, 4655.0, 4639.0, 4647.0, 4685.0, 4625.0, 4647.0, 4654.0, 4637.0, 4666.0, 4627.0, 4638.0, 4685.0, 4637.0, 4668.0, 4675.0, 4637.0, 4667.0, 4635.0, 4638.0, 4676.0, 4637.0, 4668.0, 4655.0, 4637.0, 4677.0, 4648.0, 4660.0, 4676.0, 4627.0, 4648.0, 4674.0, 4638.0, 4667.0, 4638.0, 4639.0, 4686.0, 4639.0, 4669.0, 4638.0, 4639.0, 4687.0, 4638.0, 4658.0, 4676.0, 4638.0, 4678.0, 4638.0, 4648.0, 4675.0, 4637.0, 4668.0, 4675.0, 4627.0, 4666.0, 4626.0, 4637.0, 4675.0, 4637.0, 4647.0, 4684.0, 4627.0, 4667.0, 4664.0, 4626.0, 4656.0, 4644.0, 4636.0, 4666.0, 4627.0, 4636.0, 4675.0, 4626.0, 4647.0, 4675.0, 4627.0, 4667.0, 4664.0, 4627.0, 4666.0, 4636.0, 4638.0, 4665.0, 4637.0, 4638.0, 4687.0, 4629.0, 4668.0, 4638.0, 4640.0, 4668.0, 4639.0, 4650.0, 4697.0, 4640.0, 4669.0, 4668.0, 4639.0, 4668.0, 4649.0, 4650.0, 4678.0, 4641.0, 4671.0, 4662.0, 4685.0, 4681.0, 4651.0, 4660.0, 4661.0, 4661.0, 4666.0, 4685.0, 4666.0, 4705.0, 4710.0, 4659.0, 4690.0, 4687.0, 4667.0, 4677.0, 4672.0, 4634.0, 4675.0, 4652.0, 4643.0, 4652.0, 4621.0, 4611.0, 4651.0, 4612.0, 4633.0, 4660.0, 4613.0, 4632.0, 4622.0, 4623.0, 4653.0, 4614.0, 4635.0, 4672.0, 4614.0, 4646.0, 4654.0, 4636.0, 4655.0, 4627.0, 4637.0, 4674.0, 4626.0, 4656.0, 4626.0, 4627.0, 4676.0, 4627.0, 4647.0, 4674.0, 4625.0, 4649.0, 4639.0, 4652.0, 4654.0, 4703.0, 4671.0, 4661.0, 4679.0, 4638.0, 4648.0, 4688.0, 4646.0, 4647.0, 4677.0, 4636.0, 4646.0, 4684.0, 4635.0, 4655.0, 4673.0, 4633.0, 4654.0, 4661.0, 4623.0, 4654.0, 4634.0, 4625.0, 4645.0, 4624.0, 4626.0, 4645.0, 4636.0, 4639.0, 4667.0, 4629.0, 4649.0, 4676.0, 4629.0, 4679.0, 4638.0, 4640.0, 4678.0, 4638.0, 4650.0, 4688.0, 4651.0, 4680.0, 4638.0, 4640.0, 4679.0, 4649.0, 4660.0, 4688.0, 4640.0, 4670.0, 4661.0, 4651.0, 4691.0, 4650.0, 4661.0, 4678.0, 4650.0, 4690.0, 4650.0, 4660.0, 4697.0, 4639.0, 4680.0, 4647.0, 4649.0, 4687.0, 4637.0, 4668.0, 4686.0, 4657.0, 4678.0, 4634.0, 4655.0, 4675.0, 4643.0, 4644.0, 4674.0, 4625.0, 4634.0, 4662.0, 4624.0, 4653.0, 4624.0, 4625.0, 4654.0, 4635.0, 4646.0, 4636.0, 4627.0, 4656.0, 4636.0, 4648.0, 4686.0, 4637.0, 4677.0, 4655.0, 4636.0, 4665.0, 4635.0, 4647.0, 4675.0, 4626.0, 4646.0, 4664.0, 4636.0, 4666.0, 4637.0, 4637.0, 4685.0, 4627.0, 4657.0, 4634.0, 4637.0, 4676.0, 4624.0, 4636.0, 4674.0, 4636.0, 4666.0, 4636.0, 4627.0, 4666.0, 4626.0, 4656.0, 4637.0, 4629.0, 4676.0, 4636.0, 4658.0, 4666.0, 4638.0, 4667.0, 4639.0, 4648.0, 4686.0, 4638.0, 4688.0, 4647.0, 4647.0, 4676.0, 4638.0, 4657.0, 4674.0, 4626.0, 4676.0, 4636.0, 4637.0, 4665.0, 4636.0, 4645.0, 4647.0, 4639.0, 4686.0, 4637.0, 4668.0, 4675.0, 4627.0, 4667.0, 4666.0, 4637.0, 4666.0, 4645.0, 4647.0, 4666.0, 4637.0, 4637.0, 4684.0, 4636.0, 4667.0, 4645.0, 4637.0, 4666.0, 4636.0, 4637.0, 4675.0, 4636.0, 4658.0, 4685.0, 4636.0, 4657.0, 4674.0, 4645.0, 4676.0, 4655.0, 4625.0, 4656.0, 4625.0, 4674.0, 4724.0, 4662.0, 4625.0, 4655.0, 4637.0, 4647.0, 4649.0, 4641.0, 4688.0, 4650.0, 4661.0, 4689.0, 4651.0, 4681.0, 4648.0, 4651.0, 4690.0, 4649.0, 4651.0, 4677.0, 4638.0, 4660.0, 4667.0, 4639.0, 4670.0, 4649.0, 4650.0, 4674.0, 4713.0, 4700.0, 4684.0, 4676.0, 4688.0, 4699.0, 4690.0, 4729.0, 4677.0, 4696.0, 4714.0, 4671.0, 4680.0, 4676.0, 4646.0, 4666.0, 4644.0, 4655.0, 4664.0, 4624.0, 4635.0, 4662.0, 4614.0, 4643.0, 4634.0, 4612.0, 4635.0, 4628.0, 4666.0, 4648.0, 4648.0, 4675.0, 4636.0, 4647.0, 4654.0, 4637.0, 4668.0, 4647.0, 4628.0, 4676.0, 4638.0, 4659.0, 4667.0, 4638.0, 4668.0, 4648.0, 4639.0, 4677.0, 4639.0, 4658.0, 4637.0, 4650.0, 4679.0, 4650.0, 4660.0, 4667.0, 4649.0, 4669.0, 4649.0, 4660.0, 4688.0, 4650.0], 'WindowWidth': [10276.0, 10295.0, 10215.0, 10208.0, 10265.0, 10185.0, 10193.0, 10225.0, 10180.0, 10204.0, 10163.0, 10179.0, 10239.0, 10179.0, 10191.0, 10161.0, 10196.0, 10216.0, 10164.0, 10180.0, 10183.0, 10201.0, 10260.0, 10183.0, 10224.0, 10231.0, 10194.0, 10252.0, 10190.0, 10180.0, 10249.0, 10176.0, 10192.0, 10261.0, 10180.0, 10206.0, 10229.0, 10182.0, 10236.0, 10183.0, 10197.0, 10246.0, 10185.0, 10216.0, 10174.0, 10202.0, 10213.0, 10205.0, 10206.0, 10269.0, 10203.0, 10232.0, 10212.0, 10206.0, 10261.0, 10201.0, 10218.0, 10263.0, 10202.0, 10259.0, 10222.0, 10198.0, 10265.0, 10193.0, 10195.0, 10245.0, 10203.0, 10221.0, 10226.0, 10175.0, 10217.0, 10159.0, 10180.0, 10241.0, 10177.0, 10209.0, 10238.0, 10160.0, 10230.0, 10196.0, 10178.0, 10226.0, 10161.0, 10175.0, 10237.0, 10174.0, 10219.0, 10229.0, 10182.0, 10225.0, 10181.0, 10187.0, 10210.0, 10237.0, 10216.0, 10234.0, 10249.0, 10305.0, 10214.0, 10217.0, 10237.0, 10164.0, 10196.0, 10229.0, 10178.0, 10228.0, 10218.0, 10176.0, 10197.0, 10161.0, 10187.0, 10183.0, 10214.0, 10230.0, 10182.0, 10237.0, 10164.0, 10178.0, 10241.0, 10165.0, 10204.0, 10238.0, 10187.0, 10230.0, 10171.0, 10172.0, 10227.0, 10151.0, 10168.0, 10220.0, 10154.0, 10197.0, 10163.0, 10154.0, 10182.0, 10139.0, 10160.0, 10209.0, 10160.0, 10191.0, 10220.0, 10147.0, 10203.0, 10209.0, 10161.0, 10201.0, 10155.0, 10162.0, 10224.0, 10160.0, 10187.0, 10239.0, 10146.0, 10202.0, 10208.0, 10162.0, 10217.0, 10159.0, 10166.0, 10200.0, 10166.0, 10181.0, 10243.0, 10182.0, 10209.0, 10215.0, 10185.0, 10220.0, 10161.0, 10166.0, 10230.0, 10167.0, 10194.0, 10229.0, 10181.0, 10222.0, 10165.0, 10182.0, 10223.0, 10164.0, 10183.0, 10218.0, 10182.0, 10199.0, 10218.0, 10204.0, 10228.0, 10192.0, 10212.0, 10247.0, 10193.0, 10237.0, 10273.0, 10232.0, 10250.0, 10281.0, 10190.0, 10260.0, 10249.0, 10222.0, 10241.0, 10230.0, 10194.0, 10234.0, 10213.0, 10189.0, 10216.0, 10157.0, 10162.0, 10201.0, 10161.0, 10178.0, 10215.0, 10183.0, 10232.0, 10267.0, 10182.0, 10194.0, 10172.0, 10192.0, 10244.0, 10193.0, 10203.0, 10255.0, 10172.0, 10201.0, 10251.0, 10187.0, 10215.0, 10261.0, 10194.0, 10239.0, 10245.0, 10180.0, 10235.0, 10227.0, 10164.0, 10204.0, 10164.0, 10169.0, 10207.0, 10185.0, 10202.0, 10222.0, 10190.0, 10231.0, 10186.0, 10190.0, 10255.0, 10188.0, 10214.0, 10267.0, 10168.0, 10222.0, 10261.0, 10190.0, 10218.0, 10239.0, 10163.0, 10203.0, 10237.0, 10144.0, 10214.0, 10218.0, 10158.0, 10199.0, 10181.0, 10176.0, 10192.0, 10163.0, 10170.0, 10199.0, 10168.0, 10187.0, 10227.0, 10174.0, 10186.0, 10248.0, 10173.0, 10213.0, 10235.0, 10186.0, 10223.0, 10168.0, 10183.0, 10191.0, 10211.0, 10258.0, 10187.0, 10227.0, 10262.0, 10182.0, 10239.0, 10227.0, 10180.0, 10236.0, 10224.0, 10191.0, 10215.0, 10171.0, 10177.0, 10224.0, 10159.0, 10190.0, 10235.0, 10147.0, 10204.0, 10240.0, 10175.0, 10217.0, 10184.0, 10162.0, 10200.0, 10144.0, 10162.0, 10212.0, 10166.0, 10195.0, 10180.0, 10171.0, 10208.0, 10187.0, 10222.0, 10243.0, 10197.0, 10231.0, 10226.0, 10202.0, 10242.0, 10190.0, 10203.0, 10248.0, 10181.0, 10239.0, 10242.0, 10206.0, 10246.0, 10174.0, 10175.0, 10215.0, 10175.0, 10175.0, 10238.0, 10160.0, 10186.0, 10221.0, 10148.0, 10201.0, 10147.0, 10164.0, 10214.0, 10160.0, 10166.0, 10220.0, 10184.0, 10198.0, 10217.0, 10184.0, 10225.0, 10184.0, 10187.0, 10251.0, 10186.0, 10213.0, 10251.0, 10192.0, 10243.0, 10182.0, 10201.0, 10250.0, 10200.0, 10241.0, 10209.0, 10185.0, 10237.0, 10183.0, 10214.0, 10264.0, 10171.0, 10241.0, 10227.0, 10193.0, 10235.0, 10176.0, 10189.0, 10226.0, 10159.0, 10190.0, 10239.0, 10161.0, 10215.0, 10204.0, 10160.0, 10200.0, 10158.0, 10164.0, 10202.0, 10160.0, 10164.0, 10212.0, 10162.0, 10192.0, 10203.0, 10165.0, 10207.0, 10161.0, 10182.0, 10216.0, 10163.0, 10177.0, 10223.0, 10160.0, 10204.0, 10212.0, 10181.0, 10216.0, 10160.0, 10182.0, 10216.0, 10184.0, 10198.0, 10258.0, 10167.0, 10220.0, 10165.0, 10183.0, 10234.0, 10180.0, 10194.0, 10242.0, 10183.0, 10225.0, 10183.0, 10185.0, 10240.0, 10182.0, 10198.0, 10260.0, 10184.0, 10212.0, 10245.0, 10170.0, 10238.0, 10207.0, 10201.0, 10239.0, 10169.0, 10203.0, 10249.0, 10184.0, 10226.0, 10231.0, 10184.0, 10241.0, 10182.0, 10200.0, 10249.0, 10186.0, 10215.0, 10248.0, 10184.0, 10228.0, 10237.0, 10203.0, 10242.0, 10199.0, 10206.0, 10242.0, 10229.0, 10228.0, 10269.0, 10210.0, 10233.0, 10212.0, 10206.0, 10244.0, 10192.0, 10220.0, 10239.0, 10207.0, 10245.0, 10205.0, 10218.0, 10266.0, 10207.0, 10258.0, 10209.0, 10199.0, 10250.0, 10184.0, 10213.0, 10247.0, 10209.0, 10251.0, 10179.0, 10184.0, 10248.0, 10199.0, 10227.0, 10235.0, 10171.0, 10238.0, 10193.0, 10198.0, 10261.0, 10178.0, 10220.0, 10224.0, 10188.0, 10218.0, 10188.0, 10173.0, 10221.0, 10157.0, 10200.0, 10206.0, 10175.0, 10212.0, 10157.0, 10176.0, 10222.0, 10158.0, 10201.0, 10220.0, 10158.0, 10214.0, 10181.0, 10171.0, 10211.0, 10155.0, 10157.0, 10223.0, 10155.0, 10171.0, 10222.0, 10159.0, 10187.0, 10204.0, 10163.0, 10203.0, 10164.0, 10169.0, 10208.0, 10183.0, 10186.0, 10223.0, 10187.0, 10217.0, 10224.0, 10190.0, 10215.0, 10185.0, 10203.0, 10240.0, 10204.0, 10217.0, 10234.0, 10188.0, 10240.0, 10182.0, 10200.0, 10249.0, 10182.0, 10214.0, 10246.0, 10185.0, 10241.0, 10184.0, 10188.0, 10235.0, 10206.0, 10230.0, 10238.0, 10189.0, 10227.0, 10185.0, 10204.0, 10268.0, 10194.0, 10231.0, 10234.0, 10215.0, 10243.0, 10199.0, 10213.0, 10267.0, 10196.0, 10252.0, 10206.0, 10193.0, 10242.0, 10162.0, 10220.0, 10241.0, 10199.0, 10231.0, 10186.0, 10174.0, 10213.0, 10154.0, 10170.0, 10210.0, 10158.0, 10173.0, 10210.0, 10173.0, 10175.0, 10226.0, 10178.0, 10206.0, 10182.0, 10182.0, 10210.0, 10179.0, 10199.0, 10230.0, 10180.0, 10208.0, 10242.0, 10181.0, 10221.0, 10226.0, 10165.0, 10233.0, 10213.0, 10179.0, 10207.0, 10204.0, 10183.0, 10222.0, 10168.0, 10187.0, 10211.0, 10181.0, 10185.0, 10223.0, 10184.0, 10199.0, 10236.0, 10186.0, 10204.0, 10251.0, 10204.0, 10246.0, 10239.0, 10204.0, 10245.0, 10237.0, 10212.0, 10242.0, 10199.0, 10191.0, 10226.0, 10187.0, 10199.0, 10250.0, 10190.0, 10229.0, 10197.0, 10191.0, 10227.0, 10212.0, 10241.0, 10209.0, 10227.0, 10264.0, 10214.0, 10254.0, 10287.0, 10221.0, 10261.0, 10265.0, 10221.0, 10238.0, 10247.0, 10174.0, 10231.0, 10219.0, 10198.0, 10215.0, 10184.0, 10171.0, 10207.0, 10145.0, 10200.0, 10220.0, 10161.0, 10214.0, 10157.0, 10159.0, 10213.0, 10155.0, 10173.0, 10228.0, 10154.0, 10159.0, 10208.0, 10172.0, 10171.0, 10208.0, 10158.0, 10171.0, 10218.0, 10142.0, 10173.0, 10207.0, 10159.0, 10190.0, 10206.0, 10158.0, 10187.0, 10192.0, 10173.0, 10201.0, 10159.0, 10162.0, 10199.0, 10187.0, 10195.0, 10241.0, 10163.0, 10192.0, 10198.0, 10178.0, 10218.0, 10165.0, 10182.0, 10242.0, 10179.0, 10222.0, 10226.0, 10178.0, 10219.0, 10174.0, 10182.0, 10230.0, 10180.0, 10223.0, 10201.0, 10180.0, 10234.0, 10196.0, 10217.0, 10233.0, 10168.0, 10195.0, 10224.0, 10183.0, 10222.0, 10184.0, 10187.0, 10246.0, 10187.0, 10226.0, 10182.0, 10187.0, 10248.0, 10181.0, 10210.0, 10231.0, 10183.0, 10237.0, 10180.0, 10194.0, 10228.0, 10180.0, 10222.0, 10227.0, 10166.0, 10219.0, 10162.0, 10179.0, 10227.0, 10178.0, 10191.0, 10239.0, 10165.0, 10220.0, 10211.0, 10162.0, 10203.0, 10184.0, 10174.0, 10216.0, 10162.0, 10177.0, 10228.0, 10162.0, 10192.0, 10226.0, 10165.0, 10219.0, 10211.0, 10166.0, 10218.0, 10174.0, 10181.0, 10215.0, 10178.0, 10180.0, 10248.0, 10171.0, 10224.0, 10182.0, 10189.0, 10222.0, 10186.0, 10200.0, 10262.0, 10187.0, 10227.0, 10222.0, 10186.0, 10222.0, 10198.0, 10202.0, 10235.0, 10191.0, 10233.0, 10223.0, 10259.0, 10248.0, 10205.0, 10216.0, 10220.0, 10221.0, 10235.0, 10260.0, 10235.0, 10288.0, 10288.0, 10211.0, 10257.0, 10247.0, 10216.0, 10232.0, 10218.0, 10168.0, 10226.0, 10188.0, 10178.0, 10191.0, 10145.0, 10132.0, 10186.0, 10134.0, 10166.0, 10199.0, 10138.0, 10164.0, 10147.0, 10153.0, 10193.0, 10141.0, 10173.0, 10218.0, 10143.0, 10188.0, 10194.0, 10175.0, 10201.0, 10161.0, 10177.0, 10225.0, 10163.0, 10203.0, 10161.0, 10163.0, 10232.0, 10164.0, 10190.0, 10223.0, 10161.0, 10197.0, 10187.0, 10208.0, 10215.0, 10282.0, 10230.0, 10218.0, 10241.0, 10180.0, 10195.0, 10250.0, 10190.0, 10192.0, 10234.0, 10173.0, 10189.0, 10240.0, 10170.0, 10198.0, 10220.0, 10166.0, 10194.0, 10201.0, 10153.0, 10195.0, 10168.0, 10159.0, 10186.0, 10156.0, 10162.0, 10186.0, 10177.0, 10184.0, 10219.0, 10170.0, 10198.0, 10231.0, 10171.0, 10239.0, 10182.0, 10188.0, 10235.0, 10183.0, 10201.0, 10250.0, 10204.0, 10244.0, 10183.0, 10189.0, 10240.0, 10200.0, 10216.0, 10251.0, 10188.0, 10230.0, 10215.0, 10205.0, 10260.0, 10203.0, 10218.0, 10238.0, 10202.0, 10255.0, 10202.0, 10216.0, 10262.0, 10185.0, 10242.0, 10193.0, 10199.0, 10246.0, 10179.0, 10223.0, 10242.0, 10204.0, 10235.0, 10170.0, 10200.0, 10227.0, 10180.0, 10182.0, 10221.0, 10156.0, 10169.0, 10205.0, 10154.0, 10194.0, 10155.0, 10159.0, 10197.0, 10173.0, 10188.0, 10175.0, 10167.0, 10203.0, 10177.0, 10195.0, 10242.0, 10179.0, 10234.0, 10200.0, 10175.0, 10215.0, 10171.0, 10192.0, 10226.0, 10163.0, 10189.0, 10209.0, 10175.0, 10216.0, 10177.0, 10180.0, 10239.0, 10164.0, 10204.0, 10171.0, 10178.0, 10229.0, 10158.0, 10176.0, 10224.0, 10176.0, 10218.0, 10174.0, 10164.0, 10216.0, 10162.0, 10203.0, 10178.0, 10171.0, 10229.0, 10176.0, 10207.0, 10215.0, 10182.0, 10221.0, 10182.0, 10196.0, 10244.0, 10181.0, 10252.0, 10193.0, 10192.0, 10229.0, 10179.0, 10203.0, 10224.0, 10162.0, 10231.0, 10174.0, 10177.0, 10212.0, 10175.0, 10186.0, 10192.0, 10185.0, 10245.0, 10178.0, 10220.0, 10227.0, 10165.0, 10220.0, 10215.0, 10177.0, 10217.0, 10184.0, 10190.0, 10215.0, 10177.0, 10177.0, 10237.0, 10175.0, 10218.0, 10186.0, 10179.0, 10217.0, 10174.0, 10179.0, 10228.0, 10176.0, 10207.0, 10240.0, 10175.0, 10204.0, 10222.0, 10185.0, 10229.0, 10198.0, 10159.0, 10201.0, 10159.0, 10245.0, 10332.0, 10221.0, 10157.0, 10200.0, 10179.0, 10193.0, 10199.0, 10191.0, 10252.0, 10201.0, 10218.0, 10253.0, 10205.0, 10245.0, 10195.0, 10202.0, 10256.0, 10197.0, 10200.0, 10233.0, 10180.0, 10213.0, 10217.0, 10184.0, 10230.0, 10199.0, 10199.0, 10241.0, 10310.0, 10286.0, 10253.0, 10246.0, 10265.0, 10284.0, 10270.0, 10327.0, 10249.0, 10272.0, 10297.0, 10228.0, 10240.0, 10225.0, 10184.0, 10214.0, 10177.0, 10194.0, 10204.0, 10150.0, 10167.0, 10198.0, 10137.0, 10176.0, 10163.0, 10135.0, 10170.0, 10164.0, 10214.0, 10192.0, 10190.0, 10223.0, 10173.0, 10188.0, 10194.0, 10175.0, 10218.0, 10189.0, 10166.0, 10226.0, 10177.0, 10209.0, 10215.0, 10179.0, 10221.0, 10194.0, 10182.0, 10232.0, 10183.0, 10209.0, 10179.0, 10199.0, 10236.0, 10198.0, 10212.0, 10215.0, 10197.0, 10223.0, 10195.0, 10212.0, 10249.0, 10201.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.00040406412478336223</td></tr>
<tr><td colspan=3>aqi</td><td>0.01975208232235702</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.23325429620123</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1901485140503036</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9903852538248044</td></tr>
<tr><td colspan=3>efc</td><td>0.4807</td></tr>
<tr><td colspan=3>fber</td><td>5720.9233</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07072761465721467</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3864818024263432</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.528692372096018</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.47432757737107</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.794094024292698</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3176555146242865</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118382</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020496152341365814</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02403729222714901</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.8091010280640396</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>29.1315</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.507</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.2231</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299493.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.4735</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2644</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.0056</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3854.9418</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1079.5128</td></tr>
<tr><td colspan=3>tsnr</td><td>43.61282294802368</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>