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

616 lines
No EOL
129 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_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-0053_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0053_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0053_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0053_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0053_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0053_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0053_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0053_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_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-0053/ses-03/func/sub-0053_ses-03_task-alignvideo_acq-mb8_run-01_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>eb3db7579a474799d3e1a2a0e4fc9225</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:38:24.755000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0813249</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bf2613d5-1f4e-4d52-b2b2-3639b09b925b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['173824.755000', '173825.215000', '173825.675000', '173826.135000', '173826.595000', '173827.055000', '173827.515000', '173827.975000', '173828.435000', '173828.895000', '173829.355000', '173829.815000', '173830.275000', '173830.735000', '173831.195000', '173831.655000', '173832.115000', '173832.575000', '173833.035000', '173833.495000', '173833.955000', '173834.415000', '173834.875000', '173835.335000', '173835.795000', '173836.255000', '173836.715000', '173837.175000', '173837.635000', '173838.095000', '173838.555000', '173839.015000', '173839.475000', '173839.935000', '173840.395000', '173840.855000', '173841.315000', '173841.775000', '173842.235000', '173842.695000', '173843.155000', '173843.615000', '173844.075000', '173844.535000', '173844.995000', '173845.455000', '173845.915000', '173846.375000', '173846.835000', '173847.295000', '173847.755000', '173848.215000', '173848.675000', '173849.135000', '173849.595000', '173850.055000', '173850.515000', '173850.975000', '173851.435000', '173851.895000', '173852.355000', '173852.815000', '173853.275000', '173853.735000', '173854.195000', '173854.655000', '173855.115000', '173855.575000', '173856.035000', '173856.495000', '173856.955000', '173857.415000', '173857.875000', '173858.335000', '173858.795000', '173859.255000', '173859.715000', '173900.175000', '173900.635000', '173901.095000', '173901.555000', '173902.015000', '173902.475000', '173902.935000', '173903.395000', '173903.855000', '173904.315000', '173904.775000', '173905.235000', '173905.695000', '173906.155000', '173906.615000', '173907.075000', '173907.535000', '173907.995000', '173908.455000', '173908.915000', '173909.375000', '173909.835000', '173910.295000', '173910.755000', '173911.215000', '173911.675000', '173912.135000', '173912.595000', '173913.055000', '173913.515000', '173913.975000', '173914.435000', '173914.895000', '173915.355000', '173915.815000', '173916.275000', '173916.735000', '173917.195000', '173917.655000', '173918.115000', '173918.575000', '173919.035000', '173919.495000', '173919.955000', '173920.415000', '173920.875000', '173921.335000', '173921.795000', '173922.255000', '173922.715000', '173923.175000', '173923.635000', '173924.095000', '173924.555000', '173925.015000', '173925.475000', '173925.935000', '173926.395000', '173926.855000', '173927.315000', '173927.775000', '173928.235000', '173928.695000', '173929.155000', '173929.615000', '173930.075000', '173930.535000', '173930.995000', '173931.455000', '173931.915000', '173932.375000', '173932.835000', '173933.295000', '173933.755000', '173934.215000', '173934.675000', '173935.135000', '173935.595000', '173936.055000', '173936.515000', '173936.975000', '173937.435000', '173937.895000', '173938.355000', '173938.815000', '173939.275000', '173939.735000', '173940.195000', '173940.655000', '173941.115000', '173941.575000', '173942.035000', '173942.495000', '173942.955000', '173943.415000', '173943.875000', '173944.335000', '173944.795000', '173945.255000', '173945.715000', '173946.175000', '173946.635000', '173947.095000', '173947.555000', '173948.015000', '173948.475000', '173948.935000', '173949.395000', '173949.855000', '173950.315000', '173950.775000', '173951.235000', '173951.695000', '173952.155000', '173952.615000', '173953.075000', '173953.535000', '173953.995000', '173954.455000', '173954.915000', '173955.375000', '173955.835000', '173956.295000', '173956.755000', '173957.215000', '173957.675000', '173958.135000', '173958.595000', '173959.055000', '173959.515000', '173959.975000', '174000.435000', '174000.895000', '174001.355000', '174001.815000', '174002.275000', '174002.735000', '174003.195000', '174003.655000', '174004.115000', '174004.575000', '174005.035000', '174005.495000', '174005.955000', '174006.415000', '174006.875000', '174007.335000', '174007.795000', '174008.255000', '174008.715000', '174009.175000', '174009.635000', '174010.095000', '174010.555000', '174011.015000', '174011.475000', '174011.935000', '174012.395000', '174012.855000', '174013.315000', '174013.775000', '174014.235000', '174014.695000', '174015.155000', '174015.615000', '174016.075000', '174016.535000', '174016.995000', '174017.455000', '174017.915000', '174018.375000', '174018.835000', '174019.295000', '174019.755000', '174020.215000', '174020.675000', '174021.135000', '174021.595000', '174022.055000', '174022.515000', '174022.975000', '174023.435000', '174023.895000', '174024.355000', '174024.815000', '174025.275000', '174025.735000', '174026.195000', '174026.655000', '174027.115000', '174027.575000', '174028.035000', '174028.495000', '174028.955000', '174029.415000', '174029.875000', '174030.335000', '174030.795000', '174031.255000', '174031.715000', '174032.175000', '174032.635000', '174033.095000', '174033.555000', '174034.015000', '174034.475000', '174034.935000', '174035.395000', '174035.855000', '174036.315000', '174036.775000', '174037.235000', '174037.695000', '174038.155000', '174038.615000', '174039.075000', '174039.535000', '174039.995000', '174040.455000', '174040.915000', '174041.375000', '174041.835000', '174042.295000', '174042.755000', '174043.215000', '174043.675000', '174044.135000', '174044.595000', '174045.055000', '174045.515000', '174045.975000', '174046.435000', '174046.895000', '174047.355000', '174047.815000', '174048.275000', '174048.735000', '174049.195000', '174049.655000', '174050.115000', '174050.575000', '174051.035000', '174051.495000', '174051.955000', '174052.415000', '174052.875000', '174053.335000', '174053.795000', '174054.255000', '174054.715000', '174055.175000', '174055.635000', '174056.095000', '174056.555000', '174057.015000', '174057.475000', '174057.935000', '174058.395000', '174058.855000', '174059.315000', '174059.775000', '174100.235000', '174100.695000', '174101.155000', '174101.615000', '174102.075000', '174102.535000', '174102.995000', '174103.455000', '174103.915000', '174104.375000', '174104.835000', '174105.295000', '174105.755000', '174106.215000', '174106.675000', '174107.135000', '174107.595000', '174108.055000', '174108.515000', '174108.975000', '174109.435000', '174109.895000', '174110.355000', '174110.815000', '174111.275000', '174111.735000', '174112.195000', '174112.655000', '174113.115000', '174113.575000', '174114.035000', '174114.495000', '174114.955000', '174115.415000', '174115.875000', '174116.335000', '174116.795000', '174117.255000', '174117.715000', '174118.175000', '174118.635000', '174119.095000', '174119.555000', '174120.015000', '174120.475000', '174120.935000', '174121.395000', '174121.855000', '174122.315000', '174122.775000', '174123.235000', '174123.695000', '174124.155000', '174124.615000', '174125.075000', '174125.535000', '174125.995000', '174126.455000', '174126.915000', '174127.375000', '174127.835000', '174128.295000', '174128.755000', '174129.215000', '174129.675000', '174130.135000', '174130.595000', '174131.055000', '174131.515000', '174131.975000', '174132.435000', '174132.895000', '174133.355000', '174133.815000', '174134.275000', '174134.735000', '174135.195000', '174135.655000', '174136.115000', '174136.575000', '174137.035000', '174137.495000', '174137.955000', '174138.415000', '174138.875000', '174139.335000', '174139.795000', '174140.255000', '174140.715000', '174141.175000', '174141.635000', '174142.095000', '174142.555000', '174143.015000', '174143.475000', '174143.935000', '174144.395000', '174144.855000', '174145.315000', '174145.775000', '174146.235000', '174146.695000', '174147.155000', '174147.615000', '174148.075000', '174148.535000', '174148.995000', '174149.455000', '174149.915000', '174150.375000', '174150.835000', '174151.295000', '174151.755000', '174152.215000', '174152.675000', '174153.135000', '174153.595000', '174154.055000', '174154.515000', '174154.975000', '174155.435000', '174155.895000', '174156.355000', '174156.815000', '174157.275000', '174157.735000', '174158.195000', '174158.655000', '174159.115000', '174159.575000', '174200.035000', '174200.495000', '174200.955000', '174201.415000', '174201.875000', '174202.335000', '174202.795000', '174203.255000', '174203.715000', '174204.175000', '174204.635000', '174205.095000', '174205.555000', '174206.015000', '174206.475000', '174206.935000', '174207.395000', '174207.855000', '174208.315000', '174208.775000', '174209.235000', '174209.695000', '174210.155000', '174210.615000', '174211.075000', '174211.535000', '174211.995000', '174212.455000', '174212.915000', '174213.375000', '174213.835000', '174214.295000', '174214.755000', '174215.215000', '174215.675000', '174216.135000', '174216.595000', '174217.055000', '174217.515000', '174217.975000', '174218.435000', '174218.895000', '174219.355000', '174219.815000', '174220.275000', '174220.735000', '174221.195000', '174221.655000', '174222.115000', '174222.575000', '174223.035000', '174223.495000', '174223.955000', '174224.415000', '174224.875000', '174225.335000', '174225.795000', '174226.255000', '174226.715000', '174227.175000', '174227.635000', '174228.095000', '174228.555000', '174229.015000', '174229.475000', '174229.935000', '174230.395000', '174230.855000', '174231.315000', '174231.775000', '174232.235000', '174232.695000', '174233.155000', '174233.615000', '174234.075000', '174234.535000', '174234.995000', '174235.455000', '174235.915000', '174236.375000', '174236.835000', '174237.295000', '174237.755000', '174238.215000', '174238.675000', '174239.135000', '174239.595000', '174240.055000', '174240.515000', '174240.975000', '174241.435000', '174241.895000', '174242.355000', '174242.815000', '174243.275000', '174243.735000', '174244.195000', '174244.655000', '174245.115000', '174245.575000', '174246.035000', '174246.495000', '174246.955000', '174247.415000', '174247.875000', '174248.335000', '174248.795000', '174249.255000', '174249.715000', '174250.175000', '174250.635000', '174251.095000', '174251.555000', '174252.015000', '174252.475000', '174252.935000', '174253.395000', '174253.855000', '174254.315000', '174254.775000', '174255.235000', '174255.695000', '174256.155000', '174256.615000', '174257.075000', '174257.535000', '174257.995000', '174258.455000', '174258.915000', '174259.375000', '174259.835000', '174300.295000', '174300.755000', '174301.215000', '174301.675000', '174302.135000', '174302.595000', '174303.055000', '174303.515000', '174303.975000', '174304.435000', '174304.895000', '174305.355000', '174305.815000', '174306.275000', '174306.735000', '174307.195000', '174307.655000', '174308.115000', '174308.575000', '174309.035000', '174309.495000', '174309.955000', '174310.415000', '174310.875000', '174311.335000', '174311.795000', '174312.255000', '174312.715000', '174313.175000', '174313.635000', '174314.095000', '174314.555000', '174315.015000', '174315.475000', '174315.935000', '174316.395000', '174316.855000', '174317.315000', '174317.775000', '174318.235000', '174318.695000', '174319.155000', '174319.615000', '174320.075000', '174320.535000', '174320.995000', '174321.455000', '174321.915000', '174322.375000', '174322.835000', '174323.295000', '174323.755000', '174324.215000', '174324.675000', '174325.135000', '174325.595000', '174326.055000', '174326.515000', '174326.975000', '174327.435000', '174327.895000', '174328.355000', '174328.815000', '174329.275000', '174329.735000', '174330.195000', '174330.655000', '174331.115000', '174331.575000', '174332.035000', '174332.495000', '174332.955000', '174333.415000', '174333.875000', '174334.335000', '174334.795000', '174335.255000', '174335.715000', '174336.175000', '174336.635000', '174337.095000', '174337.555000', '174338.015000', '174338.475000', '174338.935000', '174339.395000', '174339.855000', '174340.315000', '174340.775000', '174341.235000', '174341.695000', '174342.155000', '174342.615000', '174343.075000', '174343.535000', '174343.995000', '174344.455000', '174344.915000', '174345.375000', '174345.835000', '174346.295000', '174346.755000', '174347.215000', '174347.675000', '174348.135000', '174348.595000', '174349.055000', '174349.515000', '174349.975000', '174350.435000', '174350.895000', '174351.355000', '174351.815000', '174352.275000', '174352.735000', '174353.195000', '174353.655000', '174354.115000', '174354.575000', '174355.035000', '174355.495000', '174355.955000', '174356.415000', '174356.875000', '174357.335000', '174357.795000', '174358.255000', '174358.715000', '174359.175000', '174359.635000', '174400.095000', '174400.555000', '174401.015000', '174401.475000', '174401.935000', '174402.395000', '174402.855000', '174403.315000', '174403.775000', '174404.235000', '174404.695000', '174405.155000', '174405.615000', '174406.075000', '174406.535000', '174406.995000', '174407.455000', '174407.915000', '174408.375000', '174408.835000', '174409.295000', '174409.755000', '174410.215000', '174410.675000', '174411.135000', '174411.595000', '174412.055000', '174412.515000', '174412.975000', '174413.435000', '174413.895000', '174414.355000', '174414.815000', '174415.275000', '174415.735000', '174416.195000', '174416.655000', '174417.115000', '174417.575000', '174418.035000', '174418.495000', '174418.955000', '174419.415000', '174419.875000', '174420.335000', '174420.795000', '174421.255000', '174421.715000', '174422.175000', '174422.635000', '174423.095000', '174423.555000', '174424.015000', '174424.475000', '174424.935000', '174425.395000', '174425.855000', '174426.315000', '174426.775000', '174427.235000', '174427.695000', '174428.155000', '174428.615000', '174429.075000', '174429.535000', '174429.995000', '174430.455000', '174430.915000', '174431.375000', '174431.835000', '174432.295000', '174432.755000', '174433.215000', '174433.675000', '174434.135000', '174434.595000', '174435.055000', '174435.515000', '174435.975000', '174436.435000', '174436.895000', '174437.355000', '174437.815000', '174438.275000', '174438.735000', '174439.195000', '174439.655000', '174440.115000', '174440.575000', '174441.035000', '174441.495000', '174441.955000', '174442.415000', '174442.875000', '174443.335000', '174443.795000', '174444.255000', '174444.715000', '174445.175000', '174445.635000', '174446.095000', '174446.555000', '174447.015000', '174447.475000', '174447.935000', '174448.395000', '174448.855000', '174449.315000', '174449.775000', '174450.235000', '174450.695000', '174451.155000', '174451.615000', '174452.075000', '174452.535000', '174452.995000', '174453.455000', '174453.915000', '174454.375000', '174454.835000', '174455.295000', '174455.755000', '174456.215000', '174456.675000', '174457.135000', '174457.595000', '174458.055000', '174458.515000', '174458.975000', '174459.435000', '174459.895000', '174500.355000', '174500.815000', '174501.275000', '174501.735000', '174502.195000', '174502.655000', '174503.115000', '174503.575000', '174504.035000', '174504.495000', '174504.955000', '174505.415000', '174505.875000', '174506.335000', '174506.795000', '174507.255000', '174507.715000', '174508.175000', '174508.635000', '174509.095000', '174509.555000', '174510.015000', '174510.475000', '174510.935000', '174511.395000', '174511.855000', '174512.315000', '174512.775000', '174513.235000', '174513.695000', '174514.155000', '174514.615000', '174515.075000', '174515.535000', '174515.995000', '174516.455000', '174516.915000', '174517.375000', '174517.835000', '174518.295000', '174518.755000', '174519.215000', '174519.675000', '174520.135000', '174520.595000', '174521.055000', '174521.515000', '174521.975000', '174522.435000', '174522.895000', '174523.355000', '174523.815000', '174524.275000', '174524.735000', '174525.195000', '174525.655000', '174526.115000', '174526.575000', '174527.035000', '174527.495000', '174527.955000', '174528.415000', '174528.875000', '174529.335000', '174529.795000', '174530.255000', '174530.715000', '174531.175000', '174531.635000', '174532.095000', '174532.555000', '174533.015000', '174533.475000', '174533.935000', '174534.395000', '174534.855000', '174535.315000', '174535.775000', '174536.235000', '174536.695000', '174537.155000', '174537.615000', '174538.075000', '174538.535000', '174538.995000', '174539.455000', '174539.915000', '174540.375000', '174540.835000', '174541.295000', '174541.755000', '174542.215000', '174542.675000', '174543.135000', '174543.595000', '174544.055000', '174544.515000', '174544.975000', '174545.435000', '174545.895000', '174546.355000', '174546.815000', '174547.275000', '174547.735000', '174548.195000', '174548.655000', '174549.115000', '174549.575000', '174550.035000', '174550.495000', '174550.955000', '174551.415000', '174551.875000', '174552.335000', '174552.795000', '174553.255000', '174553.715000', '174554.175000', '174554.635000', '174555.095000', '174555.555000', '174556.015000', '174556.475000', '174556.935000', '174557.395000', '174557.855000', '174558.315000', '174558.775000', '174559.235000', '174559.695000', '174600.155000', '174600.615000', '174601.075000', '174601.535000', '174601.995000', '174602.455000', '174602.915000', '174603.375000', '174603.835000', '174604.295000', '174604.755000', '174605.215000', '174605.675000', '174606.135000', '174606.595000', '174607.055000', '174607.515000', '174607.975000', '174608.435000', '174608.895000', '174609.355000', '174609.815000', '174610.275000', '174610.735000', '174611.195000', '174611.655000', '174612.115000', '174612.575000', '174613.035000', '174613.495000', '174613.955000', '174614.415000', '174614.875000', '174615.335000', '174615.795000', '174616.255000', '174616.715000', '174617.175000', '174617.635000', '174618.095000', '174618.555000', '174619.015000', '174619.475000', '174619.935000', '174620.395000', '174620.855000', '174621.315000', '174621.775000', '174622.235000', '174622.695000', '174623.155000', '174623.615000', '174624.075000', '174624.535000', '174624.995000', '174625.455000', '174625.915000', '174626.375000', '174626.835000', '174627.295000', '174627.755000', '174628.215000', '174628.675000', '174629.135000', '174629.595000', '174630.055000', '174630.515000', '174630.975000', '174631.435000', '174631.895000', '174632.355000', '174632.815000', '174633.275000', '174633.735000', '174634.195000', '174634.655000', '174635.115000', '174635.575000', '174636.035000', '174636.495000', '174636.955000', '174637.415000', '174637.875000', '174638.335000', '174638.795000', '174639.255000', '174639.715000', '174640.175000', '174640.635000', '174641.095000', '174641.555000', '174642.015000', '174642.475000', '174642.935000', '174643.395000', '174643.855000', '174644.315000', '174644.775000', '174645.235000', '174645.695000', '174646.155000', '174646.615000', '174647.075000', '174647.535000', '174647.995000', '174648.455000', '174648.915000', '174649.375000', '174649.835000', '174650.295000', '174650.755000', '174651.215000', '174651.675000', '174652.135000', '174652.595000', '174653.055000', '174653.515000', '174653.975000', '174654.435000', '174654.895000', '174655.355000', '174655.815000', '174656.275000', '174656.735000', '174657.195000', '174657.655000', '174658.115000', '174658.575000', '174659.035000', '174659.495000', '174659.955000', '174700.415000', '174700.875000', '174701.335000', '174701.795000', '174702.255000', '174702.715000', '174703.175000', '174703.635000', '174704.095000', '174704.555000', '174705.015000', '174705.475000', '174705.935000', '174706.395000', '174706.855000', '174707.315000', '174707.775000', '174708.235000', '174708.695000', '174709.155000', '174709.615000', '174710.075000', '174710.535000', '174710.995000', '174711.455000', '174711.915000', '174712.375000', '174712.835000', '174713.295000', '174713.755000', '174714.215000', '174714.675000', '174715.135000', '174715.595000', '174716.055000', '174716.515000'], 'ContentTime': ['173837.839000', '173837.850000', '173837.852000', '173837.855000', '173837.857000', '173837.860000', '173837.863000', '173837.865000', '173837.868000', '173837.870000', '173837.873000', '173837.875000', '173837.878000', '173837.881000', '173837.893000', '173837.895000', '173837.898000', '173837.900000', '173837.903000', '173837.906000', '173837.908000', '173837.911000', '173837.913000', '173837.916000', '173837.918000', '173837.921000', '173857.772000', '173857.775000', '173857.778000', '173857.780000', '173857.783000', '173857.785000', '173857.788000', '173857.790000', '173857.800000', '173857.803000', '173857.805000', '173857.808000', '173857.810000', '173857.813000', '173857.815000', '173857.818000', '173857.821000', '173857.823000', '173857.826000', '173857.828000', '173857.831000', '173857.833000', '173857.836000', '173857.838000', '173857.841000', '173857.843000', '173857.846000', '173857.849000', '173857.851000', '173857.854000', '173857.856000', '173857.859000', '173857.861000', '173857.864000', '173857.867000', '173857.869000', '173857.872000', '173857.874000', '173857.877000', '173857.880000', '173857.882000', '173857.894000', '173857.897000', '173917.772000', '173917.775000', '173917.778000', '173917.780000', '173917.783000', '173917.785000', '173917.788000', '173917.791000', '173917.793000', '173917.796000', '173917.798000', '173917.801000', '173917.803000', '173917.806000', '173917.809000', '173917.811000', '173917.814000', '173917.817000', '173917.819000', '173917.822000', '173917.825000', '173917.827000', '173917.830000', '173917.832000', '173917.835000', '173917.837000', '173917.840000', '173917.852000', '173917.855000', '173917.858000', '173917.860000', '173917.863000', '173917.865000', '173917.868000', '173917.870000', '173917.873000', '173917.876000', '173917.878000', '173917.881000', '173917.883000', '173917.886000', '173917.889000', '173917.891000', '173917.894000', '173937.773000', '173937.775000', '173937.778000', '173937.780000', '173937.783000', '173937.786000', '173937.788000', '173937.791000', '173937.794000', '173937.796000', '173937.799000', '173937.801000', '173937.804000', '173937.807000', '173937.809000', '173937.812000', '173937.815000', '173937.817000', '173937.820000', '173937.822000', '173937.825000', '173937.827000', '173937.830000', '173937.832000', '173937.835000', '173937.837000', '173937.840000', '173937.843000', '173937.845000', '173937.848000', '173937.850000', '173937.853000', '173937.856000', '173937.858000', '173937.861000', '173937.864000', '173937.866000', '173937.869000', '173937.872000', '173937.874000', '173937.877000', '173937.879000', '173937.882000', '173957.773000', '173957.775000', '173957.778000', '173957.781000', '173957.783000', '173957.786000', '173957.788000', '173957.791000', '173957.794000', '173957.796000', '173957.799000', '173957.801000', '173957.804000', '173957.807000', '173957.809000', '173957.812000', '173957.815000', '173957.817000', '173957.820000', '173957.822000', '173957.825000', '173957.828000', '173957.830000', '173957.833000', '173957.835000', '173957.838000', '173957.840000', '173957.843000', '173957.846000', '173957.848000', '173957.851000', '173957.853000', '173957.856000', '173957.858000', '173957.861000', '173957.863000', '173957.866000', '173957.869000', '173957.871000', '173957.874000', '173957.876000', '173957.879000', '173957.881000', '173957.884000', '174017.774000', '174017.776000', '174017.779000', '174017.782000', '174017.784000', '174017.787000', '174017.789000', '174017.792000', '174017.794000', '174017.797000', '174017.799000', '174017.802000', '174017.805000', '174017.807000', '174017.810000', '174017.813000', '174017.815000', '174017.818000', '174017.820000', '174017.823000', '174017.825000', '174017.828000', '174017.831000', '174017.833000', '174017.836000', '174017.838000', '174017.841000', '174017.844000', '174017.846000', '174017.849000', '174017.851000', '174017.854000', '174017.856000', '174017.859000', '174017.862000', '174017.864000', '174017.867000', '174017.869000', '174017.872000', '174017.874000', '174017.902000', '174017.905000', '174017.907000', '174037.774000', '174037.776000', '174037.779000', '174037.781000', '174037.784000', '174037.787000', '174037.789000', '174037.792000', '174037.794000', '174037.797000', '174037.800000', '174037.802000', '174037.805000', '174037.808000', '174037.810000', '174037.813000', '174037.815000', '174037.818000', '174037.821000', '174037.823000', '174037.826000', '174037.828000', '174037.831000', '174037.834000', '174037.836000', '174037.839000', '174037.841000', '174037.844000', '174037.847000', '174037.849000', '174037.852000', '174037.854000', '174037.857000', '174037.860000', '174037.862000', '174037.865000', '174037.867000', '174037.870000', '174037.872000', '174037.875000', '174037.878000', '174037.880000', '174037.883000', '174037.885000', '174057.773000', '174057.776000', '174057.779000', '174057.782000', '174057.784000', '174057.787000', '174057.789000', '174057.792000', '174057.794000', '174057.797000', '174057.800000', '174057.802000', '174057.805000', '174057.808000', '174057.810000', '174057.813000', '174057.815000', '174057.818000', '174057.821000', '174057.823000', '174057.826000', '174057.828000', '174057.831000', '174057.833000', '174057.836000', '174057.839000', '174057.841000', '174057.844000', '174057.847000', '174057.849000', '174057.852000', '174057.854000', '174057.857000', '174057.860000', '174057.862000', '174057.865000', '174057.867000', '174057.870000', '174057.873000', '174057.875000', '174057.878000', '174057.880000', '174057.883000', '174117.772000', '174117.775000', '174117.778000', '174117.780000', '174117.783000', '174117.786000', '174117.788000', '174117.791000', '174117.793000', '174117.796000', '174117.799000', '174117.801000', '174117.804000', '174117.807000', '174117.809000', '174117.812000', '174117.815000', '174117.817000', '174117.820000', '174117.823000', '174117.825000', '174117.828000', '174117.830000', '174117.833000', '174117.836000', '174117.838000', '174117.841000', '174117.843000', '174117.846000', '174117.849000', '174117.851000', '174117.854000', '174117.856000', '174117.859000', '174117.862000', '174117.864000', '174117.867000', '174117.869000', '174117.872000', '174117.874000', '174117.877000', '174117.880000', '174117.882000', '174117.885000', '174137.772000', '174137.775000', '174137.778000', '174137.781000', '174137.783000', '174137.786000', '174137.788000', '174137.791000', '174137.794000', '174137.796000', '174137.799000', '174137.828000', '174137.830000', '174137.833000', '174137.835000', '174137.838000', '174137.840000', '174137.843000', '174137.846000', '174137.848000', '174137.851000', '174137.853000', '174137.856000', '174137.859000', '174137.861000', '174137.864000', '174137.866000', '174137.869000', '174137.872000', '174137.874000', '174137.877000', '174137.880000', '174137.882000', '174137.885000', '174137.887000', '174137.890000', '174137.893000', '174137.895000', '174137.898000', '174137.900000', '174137.903000', '174137.906000', '174137.908000', '174157.773000', '174157.775000', '174157.778000', '174157.780000', '174157.783000', '174157.786000', '174157.788000', '174157.791000', '174157.794000', '174157.796000', '174157.799000', '174157.836000', '174157.839000', '174157.842000', '174157.844000', '174157.847000', '174157.849000', '174157.852000', '174157.855000', '174157.857000', '174157.860000', '174157.862000', '174157.897000', '174157.899000', '174157.902000', '174157.904000', '174157.907000', '174157.910000', '174157.912000', '174157.915000', '174157.917000', '174157.920000', '174157.923000', '174157.925000', '174157.928000', '174157.930000', '174157.933000', '174157.936000', '174157.938000', '174157.941000', '174157.943000', '174157.946000', '174157.949000', '174157.951000', '174217.773000', '174217.775000', '174217.778000', '174217.781000', '174217.783000', '174217.786000', '174217.788000', '174217.791000', '174217.794000', '174217.796000', '174217.799000', '174217.821000', '174217.823000', '174217.826000', '174217.828000', '174217.831000', '174217.833000', '174217.836000', '174217.839000', '174217.841000', '174217.844000', '174217.846000', '174217.849000', '174217.852000', '174217.854000', '174217.857000', '174217.860000', '174217.862000', '174217.865000', '174217.867000', '174217.870000', '174217.873000', '174217.875000', '174217.878000', '174217.880000', '174217.883000', '174217.885000', '174217.888000', '174217.891000', '174217.893000', '174217.896000', '174217.898000', '174217.901000', '174237.774000', '174237.776000', '174237.779000', '174237.782000', '174237.784000', '174237.787000', '174237.789000', '174237.792000', '174237.795000', '174237.797000', '174237.853000', '174237.855000', '174237.858000', '174237.860000', '174237.863000', '174237.866000', '174237.868000', '174237.871000', '174237.873000', '174237.876000', '174237.879000', '174237.881000', '174237.884000', '174237.886000', '174237.889000', '174237.892000', '174237.894000', '174237.897000', '174237.899000', '174237.902000', '174237.905000', '174237.907000', '174237.910000', '174237.912000', '174237.915000', '174237.918000', '174237.920000', '174237.923000', '174237.925000', '174237.928000', '174237.931000', '174237.933000', '174237.936000', '174257.773000', '174257.776000', '174257.779000', '174257.781000', '174257.784000', '174257.787000', '174257.789000', '174257.792000', '174257.794000', '174257.797000', '174257.848000', '174257.850000', '174257.853000', '174257.855000', '174257.858000', '174257.861000', '174257.863000', '174257.866000', '174257.868000', '174257.871000', '174257.874000', '174257.876000', '174257.879000', '174257.881000', '174257.884000', '174257.886000', '174257.889000', '174257.892000', '174257.894000', '174257.897000', '174257.899000', '174257.902000', '174257.905000', '174257.907000', '174257.910000', '174257.912000', '174257.915000', '174257.918000', '174257.920000', '174257.923000', '174257.925000', '174257.928000', '174257.930000', '174257.933000', '174317.774000', '174317.777000', '174317.779000', '174317.782000', '174317.784000', '174317.787000', '174317.790000', '174317.793000', '174317.796000', '174317.799000', '174317.856000', '174317.859000', '174317.861000', '174317.864000', '174317.867000', '174317.869000', '174317.872000', '174317.874000', '174317.877000', '174317.880000', '174317.882000', '174317.885000', '174317.887000', '174317.890000', '174317.893000', '174317.895000', '174317.898000', '174317.900000', '174317.903000', '174317.905000', '174317.908000', '174317.911000', '174317.913000', '174317.916000', '174317.919000', '174317.921000', '174317.924000', '174317.926000', '174317.929000', '174317.931000', '174317.934000', '174317.937000', '174317.939000', '174337.772000', '174337.775000', '174337.778000', '174337.780000', '174337.793000', '174337.796000', '174337.798000', '174337.870000', '174337.873000', '174337.875000', '174337.878000', '174337.880000', '174337.883000', '174337.886000', '174337.888000', '174337.891000', '174337.893000', '174337.896000', '174337.898000', '174337.901000', '174337.904000', '174337.906000', '174337.909000', '174337.911000', '174337.914000', '174337.917000', '174337.919000', '174337.922000', '174337.924000', '174337.927000', '174337.929000', '174337.932000', '174337.935000', '174337.937000', '174337.940000', '174337.942000', '174337.945000', '174337.948000', '174337.950000', '174337.953000', '174337.955000', '174337.958000', '174337.960000', '174337.963000', '174357.773000', '174357.775000', '174357.778000', '174357.781000', '174357.783000', '174357.786000', '174357.788000', '174357.791000', '174357.794000', '174357.796000', '174357.799000', '174357.801000', '174357.804000', '174357.807000', '174357.809000', '174357.813000', '174357.816000', '174357.819000', '174357.821000', '174357.824000', '174357.827000', '174357.829000', '174357.832000', '174357.835000', '174357.837000', '174357.840000', '174357.843000', '174357.846000', '174357.848000', '174357.851000', '174357.854000', '174357.856000', '174357.859000', '174357.862000', '174357.864000', '174357.867000', '174357.871000', '174357.874000', '174357.876000', '174357.879000', '174357.882000', '174357.884000', '174357.887000', '174417.773000', '174417.775000', '174417.778000', '174417.781000', '174417.783000', '174417.786000', '174417.788000', '174417.791000', '174417.793000', '174417.796000', '174417.799000', '174417.851000', '174417.854000', '174417.856000', '174417.859000', '174417.862000', '174417.864000', '174417.867000', '174417.869000', '174417.872000', '174417.875000', '174417.877000', '174417.880000', '174417.882000', '174417.885000', '174417.887000', '174417.890000', '174417.892000', '174417.895000', '174417.898000', '174417.900000', '174417.903000', '174417.906000', '174417.908000', '174417.911000', '174417.913000', '174417.916000', '174417.919000', '174417.921000', '174417.924000', '174417.926000', '174417.929000', '174417.931000', '174417.934000', '174437.773000', '174437.775000', '174437.778000', '174437.781000', '174437.783000', '174437.786000', '174437.788000', '174437.791000', '174437.793000', '174437.796000', '174437.799000', '174437.827000', '174437.830000', '174437.833000', '174437.836000', '174437.839000', '174437.841000', '174437.844000', '174437.846000', '174437.849000', '174437.851000', '174437.854000', '174437.857000', '174437.859000', '174437.862000', '174437.864000', '174437.867000', '174437.869000', '174437.872000', '174437.875000', '174437.877000', '174437.880000', '174437.883000', '174437.885000', '174437.888000', '174437.890000', '174437.893000', '174437.895000', '174437.898000', '174437.901000', '174437.903000', '174437.906000', '174437.908000', '174457.773000', '174457.776000', '174457.779000', '174457.781000', '174457.784000', '174457.787000', '174457.789000', '174457.792000', '174457.794000', '174457.797000', '174457.851000', '174457.854000', '174457.857000', '174457.859000', '174457.892000', '174457.894000', '174457.897000', '174457.900000', '174457.902000', '174457.905000', '174457.907000', '174457.910000', '174457.912000', '174457.915000', '174457.918000', '174457.920000', '174457.923000', '174457.925000', '174457.928000', '174457.931000', '174457.933000', '174457.936000', '174457.939000', '174457.941000', '174457.944000', '174457.946000', '174457.949000', '174457.951000', '174457.954000', '174457.957000', '174457.959000', '174457.962000', '174457.964000', '174457.967000', '174517.774000', '174517.777000', '174517.779000', '174517.782000', '174517.784000', '174517.787000', '174517.790000', '174517.792000', '174517.795000', '174517.797000', '174517.865000', '174517.868000', '174517.870000', '174517.873000', '174517.876000', '174517.879000', '174517.888000', '174517.891000', '174517.893000', '174517.896000', '174517.898000', '174517.901000', '174517.904000', '174517.906000', '174517.909000', '174517.911000', '174517.914000', '174517.917000', '174517.919000', '174517.922000', '174517.925000', '174517.927000', '174517.930000', '174517.933000', '174517.935000', '174517.938000', '174517.941000', '174517.943000', '174517.946000', '174517.948000', '174517.951000', '174517.954000', '174517.956000', '174537.774000', '174537.776000', '174537.779000', '174537.782000', '174537.784000', '174537.787000', '174537.789000', '174537.792000', '174537.795000', '174537.797000', '174537.848000', '174537.851000', '174537.853000', '174537.856000', '174537.859000', '174537.861000', '174537.864000', '174537.866000', '174537.869000', '174537.872000', '174537.874000', '174537.877000', '174537.879000', '174537.882000', '174537.884000', '174537.887000', '174537.890000', '174537.892000', '174537.895000', '174537.898000', '174537.900000', '174537.903000', '174537.905000', '174537.908000', '174537.910000', '174537.913000', '174537.916000', '174537.918000', '174537.921000', '174537.923000', '174537.926000', '174537.929000', '174537.931000', '174537.934000', '174557.773000', '174557.775000', '174557.778000', '174557.781000', '174557.783000', '174557.786000', '174557.788000', '174557.791000', '174557.794000', '174557.796000', '174557.799000', '174557.886000', '174557.889000', '174557.891000', '174557.894000', '174557.896000', '174557.899000', '174557.901000', '174557.904000', '174557.907000', '174557.909000', '174557.912000', '174557.914000', '174557.917000', '174557.920000', '174557.922000', '174557.925000', '174557.927000', '174557.930000', '174557.932000', '174557.935000', '174557.938000', '174557.940000', '174557.943000', '174557.946000', '174557.948000', '174557.951000', '174557.953000', '174557.956000', '174557.958000', '174557.961000', '174557.964000', '174557.966000', '174617.773000', '174617.775000', '174617.778000', '174617.781000', '174617.783000', '174617.786000', '174617.788000', '174617.791000', '174617.793000', '174617.796000', '174617.798000', '174617.867000', '174617.870000', '174617.872000', '174617.875000', '174617.878000', '174617.880000', '174617.883000', '174617.885000', '174617.888000', '174617.890000', '174617.893000', '174617.896000', '174617.898000', '174617.901000', '174617.903000', '174617.906000', '174617.909000', '174617.911000', '174617.914000', '174617.916000', '174617.919000', '174617.922000', '174617.924000', '174617.927000', '174617.929000', '174617.932000', '174617.934000', '174617.937000', '174617.940000', '174617.942000', '174617.945000', '174617.947000', '174617.950000', '174637.773000', '174637.775000', '174637.778000', '174637.781000', '174637.783000', '174637.786000', '174637.788000', '174637.791000', '174637.794000', '174637.796000', '174637.799000', '174637.895000', '174637.898000', '174637.900000', '174637.903000', '174637.906000', '174637.908000', '174637.911000', '174637.913000', '174637.916000', '174637.919000', '174637.922000', '174637.925000', '174637.927000', '174637.930000', '174637.933000', '174637.935000', '174637.938000', '174637.940000', '174637.944000', '174637.947000', '174637.950000', '174637.952000', '174637.955000', '174637.958000', '174637.960000', '174637.963000', '174637.965000', '174637.968000', '174637.970000', '174637.973000', '174637.976000', '174637.979000', '174657.772000', '174657.775000', '174657.778000', '174657.780000', '174657.783000', '174657.786000', '174657.788000', '174657.791000', '174657.793000', '174657.796000', '174657.799000', '174657.856000', '174657.858000', '174657.861000', '174657.863000', '174657.866000', '174657.869000', '174657.871000', '174657.874000', '174657.876000', '174657.879000', '174657.881000', '174657.884000', '174657.887000', '174657.889000', '174657.892000', '174657.894000', '174657.897000', '174657.900000', '174657.902000', '174657.905000', '174657.907000', '174657.910000', '174657.912000', '174657.915000', '174657.918000', '174657.920000', '174657.923000', '174657.926000', '174657.928000', '174657.931000', '174657.933000', '174657.936000', '174657.938000', '174717.774000', '174717.776000', '174717.779000', '174717.782000', '174717.785000', '174717.787000', '174717.790000', '174717.793000', '174717.795000', '174717.798000', '174717.867000', '174717.870000', '174717.873000', '174717.877000', '174717.880000', '174717.884000', '174717.887000', '174717.889000', '174717.894000', '174717.896000', '174717.899000', '174717.902000', '174717.905000', '174717.907000', '174717.910000', '174717.912000', '174717.915000', '174717.918000', '174717.920000', '174717.923000', '174717.926000', '174717.928000', '174717.931000', '174717.933000', '174717.936000', '174717.939000', '174717.941000', '174717.944000', '174717.947000', '174717.949000', '174717.952000', '174717.955000', '174717.957000', '174718.034000'], 'InstanceCreationTime': ['173837.839000', '173837.850000', '173837.852000', '173837.855000', '173837.857000', '173837.860000', '173837.863000', '173837.865000', '173837.868000', '173837.870000', '173837.873000', '173837.875000', '173837.878000', '173837.881000', '173837.893000', '173837.895000', '173837.898000', '173837.900000', '173837.903000', '173837.906000', '173837.908000', '173837.911000', '173837.913000', '173837.916000', '173837.918000', '173837.921000', '173857.772000', '173857.775000', '173857.778000', '173857.780000', '173857.783000', '173857.785000', '173857.788000', '173857.790000', '173857.800000', '173857.803000', '173857.805000', '173857.808000', '173857.810000', '173857.813000', '173857.815000', '173857.818000', '173857.821000', '173857.823000', '173857.826000', '173857.828000', '173857.831000', '173857.833000', '173857.836000', '173857.838000', '173857.841000', '173857.843000', '173857.846000', '173857.849000', '173857.851000', '173857.854000', '173857.856000', '173857.859000', '173857.861000', '173857.864000', '173857.867000', '173857.869000', '173857.872000', '173857.874000', '173857.877000', '173857.880000', '173857.882000', '173857.894000', '173857.897000', '173917.772000', '173917.775000', '173917.778000', '173917.780000', '173917.783000', '173917.785000', '173917.788000', '173917.791000', '173917.793000', '173917.796000', '173917.798000', '173917.801000', '173917.803000', '173917.806000', '173917.809000', '173917.811000', '173917.814000', '173917.817000', '173917.819000', '173917.822000', '173917.825000', '173917.827000', '173917.830000', '173917.832000', '173917.835000', '173917.837000', '173917.840000', '173917.852000', '173917.855000', '173917.858000', '173917.860000', '173917.863000', '173917.865000', '173917.868000', '173917.870000', '173917.873000', '173917.876000', '173917.878000', '173917.881000', '173917.883000', '173917.886000', '173917.889000', '173917.891000', '173917.894000', '173937.773000', '173937.775000', '173937.778000', '173937.780000', '173937.783000', '173937.786000', '173937.788000', '173937.791000', '173937.794000', '173937.796000', '173937.799000', '173937.801000', '173937.804000', '173937.807000', '173937.809000', '173937.812000', '173937.815000', '173937.817000', '173937.820000', '173937.822000', '173937.825000', '173937.827000', '173937.830000', '173937.832000', '173937.835000', '173937.837000', '173937.840000', '173937.843000', '173937.845000', '173937.848000', '173937.850000', '173937.853000', '173937.856000', '173937.858000', '173937.861000', '173937.864000', '173937.866000', '173937.869000', '173937.872000', '173937.874000', '173937.877000', '173937.879000', '173937.882000', '173957.773000', '173957.775000', '173957.778000', '173957.781000', '173957.783000', '173957.786000', '173957.788000', '173957.791000', '173957.794000', '173957.796000', '173957.799000', '173957.801000', '173957.804000', '173957.807000', '173957.809000', '173957.812000', '173957.815000', '173957.817000', '173957.820000', '173957.822000', '173957.825000', '173957.828000', '173957.830000', '173957.833000', '173957.835000', '173957.838000', '173957.840000', '173957.843000', '173957.846000', '173957.848000', '173957.851000', '173957.853000', '173957.856000', '173957.858000', '173957.861000', '173957.863000', '173957.866000', '173957.869000', '173957.871000', '173957.874000', '173957.876000', '173957.879000', '173957.881000', '173957.884000', '174017.774000', '174017.776000', '174017.779000', '174017.782000', '174017.784000', '174017.787000', '174017.789000', '174017.792000', '174017.794000', '174017.797000', '174017.799000', '174017.802000', '174017.805000', '174017.807000', '174017.810000', '174017.813000', '174017.815000', '174017.818000', '174017.820000', '174017.823000', '174017.825000', '174017.828000', '174017.831000', '174017.833000', '174017.836000', '174017.838000', '174017.841000', '174017.844000', '174017.846000', '174017.849000', '174017.851000', '174017.854000', '174017.856000', '174017.859000', '174017.862000', '174017.864000', '174017.867000', '174017.869000', '174017.872000', '174017.874000', '174017.902000', '174017.905000', '174017.907000', '174037.774000', '174037.776000', '174037.779000', '174037.781000', '174037.784000', '174037.787000', '174037.789000', '174037.792000', '174037.794000', '174037.797000', '174037.800000', '174037.802000', '174037.805000', '174037.808000', '174037.810000', '174037.813000', '174037.815000', '174037.818000', '174037.821000', '174037.823000', '174037.826000', '174037.828000', '174037.831000', '174037.834000', '174037.836000', '174037.839000', '174037.841000', '174037.844000', '174037.847000', '174037.849000', '174037.852000', '174037.854000', '174037.857000', '174037.860000', '174037.862000', '174037.865000', '174037.867000', '174037.870000', '174037.872000', '174037.875000', '174037.878000', '174037.880000', '174037.883000', '174037.885000', '174057.773000', '174057.776000', '174057.779000', '174057.782000', '174057.784000', '174057.787000', '174057.789000', '174057.792000', '174057.794000', '174057.797000', '174057.800000', '174057.802000', '174057.805000', '174057.808000', '174057.810000', '174057.813000', '174057.815000', '174057.818000', '174057.821000', '174057.823000', '174057.826000', '174057.828000', '174057.831000', '174057.833000', '174057.836000', '174057.839000', '174057.841000', '174057.844000', '174057.847000', '174057.849000', '174057.852000', '174057.854000', '174057.857000', '174057.860000', '174057.862000', '174057.865000', '174057.867000', '174057.870000', '174057.873000', '174057.875000', '174057.878000', '174057.880000', '174057.883000', '174117.772000', '174117.775000', '174117.778000', '174117.780000', '174117.783000', '174117.786000', '174117.788000', '174117.791000', '174117.793000', '174117.796000', '174117.799000', '174117.801000', '174117.804000', '174117.807000', '174117.809000', '174117.812000', '174117.815000', '174117.817000', '174117.820000', '174117.823000', '174117.825000', '174117.828000', '174117.830000', '174117.833000', '174117.836000', '174117.838000', '174117.841000', '174117.843000', '174117.846000', '174117.849000', '174117.851000', '174117.854000', '174117.856000', '174117.859000', '174117.862000', '174117.864000', '174117.867000', '174117.869000', '174117.872000', '174117.874000', '174117.877000', '174117.880000', '174117.882000', '174117.885000', '174137.772000', '174137.775000', '174137.778000', '174137.781000', '174137.783000', '174137.786000', '174137.788000', '174137.791000', '174137.794000', '174137.796000', '174137.799000', '174137.828000', '174137.830000', '174137.833000', '174137.835000', '174137.838000', '174137.840000', '174137.843000', '174137.846000', '174137.848000', '174137.851000', '174137.853000', '174137.856000', '174137.859000', '174137.861000', '174137.864000', '174137.866000', '174137.869000', '174137.872000', '174137.874000', '174137.877000', '174137.880000', '174137.882000', '174137.885000', '174137.887000', '174137.890000', '174137.893000', '174137.895000', '174137.898000', '174137.900000', '174137.903000', '174137.906000', '174137.908000', '174157.773000', '174157.775000', '174157.778000', '174157.780000', '174157.783000', '174157.786000', '174157.788000', '174157.791000', '174157.794000', '174157.796000', '174157.799000', '174157.836000', '174157.839000', '174157.842000', '174157.844000', '174157.847000', '174157.849000', '174157.852000', '174157.855000', '174157.857000', '174157.860000', '174157.862000', '174157.897000', '174157.899000', '174157.902000', '174157.904000', '174157.907000', '174157.910000', '174157.912000', '174157.915000', '174157.917000', '174157.920000', '174157.923000', '174157.925000', '174157.928000', '174157.930000', '174157.933000', '174157.936000', '174157.938000', '174157.941000', '174157.943000', '174157.946000', '174157.949000', '174157.951000', '174217.773000', '174217.775000', '174217.778000', '174217.781000', '174217.783000', '174217.786000', '174217.788000', '174217.791000', '174217.794000', '174217.796000', '174217.799000', '174217.821000', '174217.823000', '174217.826000', '174217.828000', '174217.831000', '174217.833000', '174217.836000', '174217.839000', '174217.841000', '174217.844000', '174217.846000', '174217.849000', '174217.852000', '174217.854000', '174217.857000', '174217.860000', '174217.862000', '174217.865000', '174217.867000', '174217.870000', '174217.873000', '174217.875000', '174217.878000', '174217.880000', '174217.883000', '174217.885000', '174217.888000', '174217.891000', '174217.893000', '174217.896000', '174217.898000', '174217.901000', '174237.774000', '174237.776000', '174237.779000', '174237.782000', '174237.784000', '174237.787000', '174237.789000', '174237.792000', '174237.795000', '174237.797000', '174237.853000', '174237.855000', '174237.858000', '174237.860000', '174237.863000', '174237.866000', '174237.868000', '174237.871000', '174237.873000', '174237.876000', '174237.879000', '174237.881000', '174237.884000', '174237.886000', '174237.889000', '174237.892000', '174237.894000', '174237.897000', '174237.899000', '174237.902000', '174237.905000', '174237.907000', '174237.910000', '174237.912000', '174237.915000', '174237.918000', '174237.920000', '174237.923000', '174237.925000', '174237.928000', '174237.931000', '174237.933000', '174237.936000', '174257.773000', '174257.776000', '174257.779000', '174257.781000', '174257.784000', '174257.787000', '174257.789000', '174257.792000', '174257.794000', '174257.797000', '174257.848000', '174257.850000', '174257.853000', '174257.855000', '174257.858000', '174257.861000', '174257.863000', '174257.866000', '174257.868000', '174257.871000', '174257.874000', '174257.876000', '174257.879000', '174257.881000', '174257.884000', '174257.886000', '174257.889000', '174257.892000', '174257.894000', '174257.897000', '174257.899000', '174257.902000', '174257.905000', '174257.907000', '174257.910000', '174257.912000', '174257.915000', '174257.918000', '174257.920000', '174257.923000', '174257.925000', '174257.928000', '174257.930000', '174257.933000', '174317.774000', '174317.777000', '174317.779000', '174317.782000', '174317.784000', '174317.787000', '174317.790000', '174317.793000', '174317.796000', '174317.799000', '174317.856000', '174317.859000', '174317.861000', '174317.864000', '174317.867000', '174317.869000', '174317.872000', '174317.874000', '174317.877000', '174317.880000', '174317.882000', '174317.885000', '174317.887000', '174317.890000', '174317.893000', '174317.895000', '174317.898000', '174317.900000', '174317.903000', '174317.905000', '174317.908000', '174317.911000', '174317.913000', '174317.916000', '174317.919000', '174317.921000', '174317.924000', '174317.926000', '174317.929000', '174317.931000', '174317.934000', '174317.937000', '174317.939000', '174337.772000', '174337.775000', '174337.778000', '174337.780000', '174337.793000', '174337.796000', '174337.798000', '174337.870000', '174337.873000', '174337.875000', '174337.878000', '174337.880000', '174337.883000', '174337.886000', '174337.888000', '174337.891000', '174337.893000', '174337.896000', '174337.898000', '174337.901000', '174337.904000', '174337.906000', '174337.909000', '174337.911000', '174337.914000', '174337.917000', '174337.919000', '174337.922000', '174337.924000', '174337.927000', '174337.929000', '174337.932000', '174337.935000', '174337.937000', '174337.940000', '174337.942000', '174337.945000', '174337.948000', '174337.950000', '174337.953000', '174337.955000', '174337.958000', '174337.960000', '174337.963000', '174357.773000', '174357.775000', '174357.778000', '174357.781000', '174357.783000', '174357.786000', '174357.788000', '174357.791000', '174357.794000', '174357.796000', '174357.799000', '174357.801000', '174357.804000', '174357.807000', '174357.809000', '174357.813000', '174357.816000', '174357.819000', '174357.821000', '174357.824000', '174357.827000', '174357.829000', '174357.832000', '174357.835000', '174357.837000', '174357.840000', '174357.843000', '174357.846000', '174357.848000', '174357.851000', '174357.854000', '174357.856000', '174357.859000', '174357.862000', '174357.864000', '174357.867000', '174357.871000', '174357.874000', '174357.876000', '174357.879000', '174357.882000', '174357.884000', '174357.887000', '174417.773000', '174417.775000', '174417.778000', '174417.781000', '174417.783000', '174417.786000', '174417.788000', '174417.791000', '174417.793000', '174417.796000', '174417.799000', '174417.851000', '174417.854000', '174417.856000', '174417.859000', '174417.862000', '174417.864000', '174417.867000', '174417.869000', '174417.872000', '174417.875000', '174417.877000', '174417.880000', '174417.882000', '174417.885000', '174417.887000', '174417.890000', '174417.892000', '174417.895000', '174417.898000', '174417.900000', '174417.903000', '174417.906000', '174417.908000', '174417.911000', '174417.913000', '174417.916000', '174417.919000', '174417.921000', '174417.924000', '174417.926000', '174417.929000', '174417.931000', '174417.934000', '174437.773000', '174437.775000', '174437.778000', '174437.781000', '174437.783000', '174437.786000', '174437.788000', '174437.791000', '174437.793000', '174437.796000', '174437.799000', '174437.827000', '174437.830000', '174437.833000', '174437.836000', '174437.839000', '174437.841000', '174437.844000', '174437.846000', '174437.849000', '174437.851000', '174437.854000', '174437.857000', '174437.859000', '174437.862000', '174437.864000', '174437.867000', '174437.869000', '174437.872000', '174437.875000', '174437.877000', '174437.880000', '174437.883000', '174437.885000', '174437.888000', '174437.890000', '174437.893000', '174437.895000', '174437.898000', '174437.901000', '174437.903000', '174437.906000', '174437.908000', '174457.773000', '174457.776000', '174457.779000', '174457.781000', '174457.784000', '174457.787000', '174457.789000', '174457.792000', '174457.794000', '174457.797000', '174457.851000', '174457.854000', '174457.857000', '174457.859000', '174457.892000', '174457.894000', '174457.897000', '174457.900000', '174457.902000', '174457.905000', '174457.907000', '174457.910000', '174457.912000', '174457.915000', '174457.918000', '174457.920000', '174457.923000', '174457.925000', '174457.928000', '174457.931000', '174457.933000', '174457.936000', '174457.939000', '174457.941000', '174457.944000', '174457.946000', '174457.949000', '174457.951000', '174457.954000', '174457.957000', '174457.959000', '174457.962000', '174457.964000', '174457.967000', '174517.774000', '174517.777000', '174517.779000', '174517.782000', '174517.784000', '174517.787000', '174517.790000', '174517.792000', '174517.795000', '174517.797000', '174517.865000', '174517.868000', '174517.870000', '174517.873000', '174517.876000', '174517.879000', '174517.888000', '174517.891000', '174517.893000', '174517.896000', '174517.898000', '174517.901000', '174517.904000', '174517.906000', '174517.909000', '174517.911000', '174517.914000', '174517.917000', '174517.919000', '174517.922000', '174517.925000', '174517.927000', '174517.930000', '174517.933000', '174517.935000', '174517.938000', '174517.941000', '174517.943000', '174517.946000', '174517.948000', '174517.951000', '174517.954000', '174517.956000', '174537.774000', '174537.776000', '174537.779000', '174537.782000', '174537.784000', '174537.787000', '174537.789000', '174537.792000', '174537.795000', '174537.797000', '174537.848000', '174537.851000', '174537.853000', '174537.856000', '174537.859000', '174537.861000', '174537.864000', '174537.866000', '174537.869000', '174537.872000', '174537.874000', '174537.877000', '174537.879000', '174537.882000', '174537.884000', '174537.887000', '174537.890000', '174537.892000', '174537.895000', '174537.898000', '174537.900000', '174537.903000', '174537.905000', '174537.908000', '174537.910000', '174537.913000', '174537.916000', '174537.918000', '174537.921000', '174537.923000', '174537.926000', '174537.929000', '174537.931000', '174537.934000', '174557.773000', '174557.775000', '174557.778000', '174557.781000', '174557.783000', '174557.786000', '174557.788000', '174557.791000', '174557.794000', '174557.796000', '174557.799000', '174557.886000', '174557.889000', '174557.891000', '174557.894000', '174557.896000', '174557.899000', '174557.901000', '174557.904000', '174557.907000', '174557.909000', '174557.912000', '174557.914000', '174557.917000', '174557.920000', '174557.922000', '174557.925000', '174557.927000', '174557.930000', '174557.932000', '174557.935000', '174557.938000', '174557.940000', '174557.943000', '174557.946000', '174557.948000', '174557.951000', '174557.953000', '174557.956000', '174557.958000', '174557.961000', '174557.964000', '174557.966000', '174617.773000', '174617.775000', '174617.778000', '174617.781000', '174617.783000', '174617.786000', '174617.788000', '174617.791000', '174617.793000', '174617.796000', '174617.798000', '174617.867000', '174617.870000', '174617.872000', '174617.875000', '174617.878000', '174617.880000', '174617.883000', '174617.885000', '174617.888000', '174617.890000', '174617.893000', '174617.896000', '174617.898000', '174617.901000', '174617.903000', '174617.906000', '174617.909000', '174617.911000', '174617.914000', '174617.916000', '174617.919000', '174617.922000', '174617.924000', '174617.927000', '174617.929000', '174617.932000', '174617.934000', '174617.937000', '174617.940000', '174617.942000', '174617.945000', '174617.947000', '174617.950000', '174637.773000', '174637.775000', '174637.778000', '174637.781000', '174637.783000', '174637.786000', '174637.788000', '174637.791000', '174637.794000', '174637.796000', '174637.799000', '174637.895000', '174637.898000', '174637.900000', '174637.903000', '174637.906000', '174637.908000', '174637.911000', '174637.913000', '174637.916000', '174637.919000', '174637.922000', '174637.925000', '174637.927000', '174637.930000', '174637.933000', '174637.935000', '174637.938000', '174637.940000', '174637.944000', '174637.947000', '174637.950000', '174637.952000', '174637.955000', '174637.958000', '174637.960000', '174637.963000', '174637.965000', '174637.968000', '174637.970000', '174637.973000', '174637.976000', '174637.979000', '174657.772000', '174657.775000', '174657.778000', '174657.780000', '174657.783000', '174657.786000', '174657.788000', '174657.791000', '174657.793000', '174657.796000', '174657.799000', '174657.856000', '174657.858000', '174657.861000', '174657.863000', '174657.866000', '174657.869000', '174657.871000', '174657.874000', '174657.876000', '174657.879000', '174657.881000', '174657.884000', '174657.887000', '174657.889000', '174657.892000', '174657.894000', '174657.897000', '174657.900000', '174657.902000', '174657.905000', '174657.907000', '174657.910000', '174657.912000', '174657.915000', '174657.918000', '174657.920000', '174657.923000', '174657.926000', '174657.928000', '174657.931000', '174657.933000', '174657.936000', '174657.938000', '174717.774000', '174717.776000', '174717.779000', '174717.782000', '174717.785000', '174717.787000', '174717.790000', '174717.793000', '174717.795000', '174717.798000', '174717.867000', '174717.870000', '174717.873000', '174717.877000', '174717.880000', '174717.884000', '174717.887000', '174717.889000', '174717.894000', '174717.896000', '174717.899000', '174717.902000', '174717.905000', '174717.907000', '174717.910000', '174717.912000', '174717.915000', '174717.918000', '174717.920000', '174717.923000', '174717.926000', '174717.928000', '174717.931000', '174717.933000', '174717.936000', '174717.939000', '174717.941000', '174717.944000', '174717.947000', '174717.949000', '174717.952000', '174717.955000', '174717.957000', '174718.034000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [7289, 8444, 7608, 7967, 7403, 7347, 8669, 7283, 7981, 6851, 7808, 9041, 7407, 8211, 6506, 7694, 8995, 7238, 7864, 7272, 7873, 8280, 7304, 8296, 7599, 7778, 6520, 7680, 8198, 7134, 7906, 7271, 7831, 8300, 7357, 8099, 7285, 8033, 7072, 7521, 6823, 7606, 8587, 7392, 8146, 7799, 7592, 8256, 6154, 7494, 7109, 8162, 7514, 8442, 9435, 8050, 8692, 7215, 7365, 7015, 8091, 7054, 7891, 7714, 8079, 7556, 8081, 7279, 8139, 6786, 8165, 8909, 7616, 8375, 6957, 8331, 8293, 8016, 8389, 7248, 8127, 6511, 8010, 7749, 7900, 7801, 7642, 8229, 7626, 8043, 8847, 8084, 8522, 7286, 8309, 8009, 7942, 8206, 7999, 7960, 7964, 7819, 8422, 7213, 7992, 8270, 7547, 8073, 7635, 7718, 7403, 7372, 8051, 7229, 8045, 7344, 7914, 8608, 7220, 7989, 7106, 7686, 8405, 7212, 7993, 7446, 7948, 8456, 7463, 7927, 7378, 7854, 8331, 7479, 7779, 7057, 7834, 8112, 7402, 7796, 6967, 7574, 8328, 7247, 7926, 6864, 7757, 8284, 7202, 7967, 6921, 7777, 8351, 7085, 8126, 7023, 7556, 6816, 7191, 7965, 7078, 7563, 6754, 7536, 8392, 7124, 7823, 6736, 7597, 8604, 7021, 7933, 7235, 7923, 8215, 6997, 8029, 6986, 7698, 7502, 7249, 7999, 6869, 7401, 6877, 7237, 8351, 7008, 7841, 7156, 7394, 7677, 7134, 8069, 6834, 7519, 8428, 7233, 8186, 6578, 7474, 6612, 6956, 8085, 6771, 7562, 7472, 7296, 8111, 6696, 7767, 6620, 7341, 8497, 6818, 7698, 6800, 7613, 7662, 6974, 7873, 6781, 7298, 8104, 7026, 7974, 6721, 7774, 6711, 7388, 8519, 6798, 7656, 6907, 7459, 8495, 6624, 7707, 6366, 7403, 8396, 6845, 7813, 6136, 7510, 7028, 6864, 7887, 6654, 7274, 7343, 7150, 8754, 6660, 7758, 8435, 6983, 8049, 7246, 7395, 7839, 7050, 8182, 6701, 7721, 8380, 7251, 7904, 6472, 7683, 6532, 7298, 8434, 6831, 7808, 6477, 7469, 7917, 7323, 8200, 6884, 7643, 6897, 7490, 8480, 6877, 7796, 6558, 7698, 8483, 7362, 7920, 6753, 7655, 8090, 7484, 8146, 7136, 7898, 7213, 7584, 8099, 6409, 7622, 7556, 7322, 8162, 6980, 7803, 6713, 7822, 8793, 7632, 8441, 6994, 7733, 7130, 7538, 8440, 7387, 8505, 6944, 7757, 6621, 7509, 8466, 7120, 7913, 7032, 7862, 8587, 7068, 8009, 6957, 7819, 8821, 7346, 8185, 6980, 7780, 6855, 7613, 8622, 7163, 8607, 7180, 7573, 7776, 7159, 8051, 7060, 7582, 8195, 7369, 8256, 6888, 7639, 6952, 7153, 8222, 7002, 7643, 7526, 7086, 8027, 6767, 7569, 7645, 7181, 8275, 6981, 7477, 6650, 7648, 7965, 7257, 8585, 7150, 7661, 6879, 7379, 6887, 6915, 8962, 7442, 8287, 7313, 8334, 7485, 8759, 7432, 8441, 8128, 7427, 9465, 7271, 8000, 6688, 7591, 8511, 7353, 7974, 7209, 7714, 6807, 7107, 8164, 7142, 7628, 6638, 7308, 8909, 7141, 8418, 6850, 7801, 8169, 7360, 8359, 7422, 7838, 9200, 7569, 7969, 6721, 7699, 8769, 7140, 7909, 6729, 7795, 8566, 7099, 7828, 6694, 7653, 8891, 7366, 8111, 6827, 7857, 8804, 7266, 7986, 6959, 7689, 8908, 7022, 7559, 7376, 7458, 8233, 6964, 7703, 8832, 7691, 8518, 7098, 7740, 6327, 7482, 8447, 7274, 7978, 7207, 7715, 8406, 7174, 8203, 7184, 7735, 9077, 7286, 8573, 6936, 7628, 7441, 7303, 8142, 7036, 7646, 6659, 7509, 8494, 6923, 7711, 6758, 7458, 8932, 7468, 7872, 6966, 7382, 8637, 7158, 7934, 6856, 7381, 9113, 7057, 8231, 6647, 7542, 6880, 7227, 8218, 7145, 7587, 6719, 7404, 8515, 7076, 8158, 6866, 7656, 6934, 6921, 7973, 7363, 7735, 7398, 8814, 7406, 8817, 8873, 7630, 9078, 7243, 7712, 7504, 7491, 8874, 7275, 8681, 7053, 6561, 7268, 6441, 6517, 7694, 7291, 7782, 7514, 8037, 7448, 8824, 7073, 7644, 9333, 7588, 8223, 7739, 7873, 8694, 7761, 8269, 7892, 8182, 8895, 7980, 8089, 7318, 7991, 8554, 7357, 7901, 6610, 7827, 7870, 7178, 7905, 6783, 7819, 8028, 7256, 7795, 6791, 7878, 8705, 7062, 8015, 6417, 7698, 8254, 7005, 7771, 6667, 7737, 8164, 7172, 8015, 6977, 7659, 8260, 6903, 7658, 8350, 7384, 8405, 6942, 7697, 7337, 7608, 8235, 7196, 7552, 6723, 7464, 8368, 7579, 8275, 7162, 7887, 8997, 7571, 8656, 7147, 7800, 6525, 7465, 8130, 6906, 8052, 6627, 7409, 6459, 8138, 7698, 8107, 7672, 7563, 6748, 7763, 7432, 6947, 7521, 9550, 7441, 8859, 9560, 7530, 8787, 7211, 8106, 7267, 7493, 8779, 7951, 8135, 7205, 7893, 6705, 7822, 7285, 7979, 7540, 8363, 8271, 8058, 8862, 7471, 8186, 7208, 8154, 8995, 7680, 8440, 6793, 7668, 7406, 8155, 7529, 7330, 7634, 8911, 7917, 8266, 9066, 7643, 8340, 7355, 7847, 9090, 7557, 7815, 7459, 7832, 8454, 7472, 7749, 7322, 7532, 8236, 7590, 8194, 7436, 7948, 6816, 7747, 8863, 7220, 8003, 7144, 7596, 8899, 7460, 7870, 6870, 7961, 8915, 7216, 7881, 8073, 7371, 8343, 7442, 7873, 7393, 7423, 8036, 7239, 7615, 8504, 7375, 8049, 7194, 7805, 8494, 7217, 7801, 6897, 7601, 8514, 7357, 7759, 7360, 7452, 8037, 7261, 8217, 6911, 7652, 8571, 7341, 8671, 7164, 7643, 7024, 7285, 8018, 6855, 7738, 7065, 7261, 8758, 7128, 7831, 6718, 7457, 8375, 7146, 7617, 6859, 6791, 9180, 7475, 7638, 7469, 7431, 7281, 7638, 7660, 8255, 7379, 8575, 7902, 7670, 9278, 7550, 7954, 7662, 7507, 8644, 7383, 7650, 7503, 8444, 7397, 8268, 6879, 8170, 6632, 7964, 7313, 7940, 7438, 8466, 7833, 8969, 8725, 7993, 8986, 7215, 7966, 6603, 8024, 8667, 7717, 8269, 7284, 7959, 6986, 8684, 6719, 7901, 6831, 7475, 7072, 7992, 8319, 7918, 8271, 8002, 8121, 7135, 8435, 7446, 7297, 8010, 7445, 8045, 9532, 7148, 8133, 6773, 8136, 8845, 7784, 8461, 7359, 7904, 7046, 8248, 6980, 8055, 7256, 8146, 9193, 7829, 8637, 8046, 8399, 7255, 7752, 8687, 7543, 8200, 7381, 8054, 9110, 7637, 8340, 6926, 8040, 9132, 7840, 8130, 6912, 8036, 8926, 6977, 7970, 7066, 7464, 8193, 7025, 7849, 8372, 7423, 7755, 7222, 7719, 6253, 7542, 6863, 7769, 8184, 7460, 7828, 7730, 7915, 8681, 7216, 8653, 7235, 8606, 7280, 8271, 7624, 8760, 8234, 7491, 8049, 7562, 8215, 9222, 7228, 8115, 8790, 7411, 8243, 7045, 7314, 7015, 7980, 6201, 8032, 7463, 8068, 9217, 7469, 8137, 6702, 8126, 8573, 7237, 8118, 7735, 7774, 8432, 7360, 7998, 6949, 7957, 8367, 7497, 8067, 7000, 7886, 8423, 7100, 8246, 7668, 7701, 8352, 6692, 7829, 7304, 7291, 8176, 6880, 7861, 8862, 7407, 8023, 6770, 7955, 8558, 7257, 7884, 6348, 7830, 8272, 7394, 8470, 6714, 8004, 7303, 7659, 6845, 7279, 6452, 8371, 7469, 7832, 8607, 7263, 8162, 8488, 7628, 8709, 6724, 8050, 7383, 7958, 8531, 6927, 8173, 8352, 7799, 8315, 6717, 7902, 7580, 6619, 7830, 6884, 8039, 7741, 8022, 6683, 8191, 6774, 7920, 8939, 7230, 8134, 9258, 7861, 8148, 7735, 7987, 8701, 7045, 8242, 6520, 7680, 8241, 6847, 7953, 7023, 7701, 8296, 6842, 8000, 8227, 7595, 8244, 6633, 8058, 7722, 7586, 8178, 7395, 8084, 8705, 7420, 8206, 6800, 7777, 8265, 7235, 8097, 7434, 8272, 8111, 7537, 8050, 7015, 8175, 8584, 7655, 8000, 7149, 8116, 8007, 7719, 8075, 7093, 7974, 6571, 7792, 8430, 6897, 7797, 6506, 7890, 8576, 7291, 8454, 7009, 8133, 8989, 7316, 8199, 6980, 7831, 8591, 7201, 7851, 6414, 7823, 8880, 7133, 8063, 6960, 7764, 6869, 7730, 6986, 7818, 6671, 7723, 8803, 6962, 7842, 9476, 7426, 8519, 7449, 8094, 8834, 7480, 7876, 7903, 7807, 6585, 8349, 7670, 7566, 7875, 6911, 8105, 6549, 8131, 8805, 7047, 8168, 8890, 7542, 7949, 7051, 7644, 7323, 7530, 7508, 8238, 7330, 8444, 7480, 8946, 7329, 8310, 7110, 8185, 8103, 8020, 9234, 7536, 8303, 7094, 8138, 7377, 8007, 8409, 7427, 8081, 7209, 8274, 7521, 8099, 7097, 8140, 6935, 7949, 8528, 7528], 'WindowCenter': [3779.0, 3785.0, 3771.0, 3769.0, 3755.0, 3738.0, 3758.0, 3744.0, 3756.0, 3725.0, 3755.0, 3763.0, 3742.0, 3753.0, 3721.0, 3742.0, 3763.0, 3743.0, 3753.0, 3743.0, 3753.0, 3744.0, 3742.0, 3754.0, 3744.0, 3753.0, 3722.0, 3755.0, 3753.0, 3731.0, 3754.0, 3743.0, 3755.0, 3764.0, 3744.0, 3753.0, 3743.0, 3754.0, 3743.0, 3756.0, 3745.0, 3758.0, 3757.0, 3768.0, 3780.0, 3783.0, 3771.0, 3768.0, 3723.0, 3744.0, 3746.0, 3778.0, 3758.0, 3770.0, 3777.0, 3756.0, 3765.0, 3731.0, 3731.0, 3719.0, 3752.0, 3729.0, 3741.0, 3741.0, 3754.0, 3743.0, 3754.0, 3742.0, 3754.0, 3721.0, 3751.0, 3752.0, 3730.0, 3741.0, 3719.0, 3740.0, 3739.0, 3739.0, 3738.0, 3727.0, 3739.0, 3708.0, 3741.0, 3740.0, 3741.0, 3741.0, 3741.0, 3752.0, 3742.0, 3753.0, 3762.0, 3742.0, 3752.0, 3730.0, 3752.0, 3738.0, 3739.0, 3751.0, 3739.0, 3742.0, 3740.0, 3741.0, 3750.0, 3730.0, 3741.0, 3750.0, 3742.0, 3752.0, 3740.0, 3742.0, 3742.0, 3741.0, 3752.0, 3741.0, 3753.0, 3734.0, 3752.0, 3763.0, 3742.0, 3753.0, 3730.0, 3743.0, 3751.0, 3741.0, 3753.0, 3742.0, 3753.0, 3752.0, 3741.0, 3752.0, 3731.0, 3753.0, 3751.0, 3741.0, 3742.0, 3730.0, 3742.0, 3752.0, 3741.0, 3743.0, 3731.0, 3743.0, 3752.0, 3741.0, 3753.0, 3731.0, 3743.0, 3752.0, 3743.0, 3753.0, 3732.0, 3754.0, 3752.0, 3733.0, 3754.0, 3735.0, 3755.0, 3732.0, 3744.0, 3765.0, 3744.0, 3757.0, 3735.0, 3757.0, 3765.0, 3745.0, 3756.0, 3733.0, 3756.0, 3765.0, 3745.0, 3755.0, 3743.0, 3756.0, 3765.0, 3744.0, 3755.0, 3745.0, 3756.0, 3754.0, 3755.0, 3767.0, 3745.0, 3757.0, 3734.0, 3757.0, 3767.0, 3746.0, 3768.0, 3746.0, 3758.0, 3757.0, 3745.0, 3767.0, 3734.0, 3757.0, 3766.0, 3755.0, 3767.0, 3735.0, 3756.0, 3745.0, 3747.0, 3766.0, 3747.0, 3768.0, 3756.0, 3758.0, 3766.0, 3747.0, 3768.0, 3734.0, 3758.0, 3777.0, 3735.0, 3756.0, 3735.0, 3757.0, 3756.0, 3746.0, 3766.0, 3746.0, 3758.0, 3767.0, 3750.0, 3767.0, 3745.0, 3758.0, 3735.0, 3756.0, 3778.0, 3745.0, 3757.0, 3746.0, 3748.0, 3776.0, 3733.0, 3755.0, 3724.0, 3756.0, 3765.0, 3745.0, 3756.0, 3723.0, 3756.0, 3745.0, 3746.0, 3768.0, 3739.0, 3769.0, 3758.0, 3758.0, 3778.0, 3746.0, 3767.0, 3767.0, 3746.0, 3767.0, 3756.0, 3756.0, 3755.0, 3734.0, 3765.0, 3733.0, 3755.0, 3765.0, 3745.0, 3753.0, 3734.0, 3755.0, 3721.0, 3755.0, 3765.0, 3735.0, 3756.0, 3723.0, 3755.0, 3754.0, 3754.0, 3767.0, 3744.0, 3756.0, 3744.0, 3745.0, 3764.0, 3732.0, 3755.0, 3721.0, 3755.0, 3763.0, 3744.0, 3754.0, 3732.0, 3755.0, 3753.0, 3744.0, 3755.0, 3743.0, 3755.0, 3743.0, 3743.0, 3753.0, 3722.0, 3755.0, 3754.0, 3744.0, 3763.0, 3744.0, 3755.0, 3732.0, 3755.0, 3766.0, 3755.0, 3764.0, 3732.0, 3743.0, 3732.0, 3755.0, 3763.0, 3743.0, 3765.0, 3733.0, 3754.0, 3721.0, 3743.0, 3752.0, 3732.0, 3753.0, 3732.0, 3753.0, 3752.0, 3732.0, 3752.0, 3732.0, 3753.0, 3764.0, 3743.0, 3764.0, 3743.0, 3754.0, 3732.0, 3755.0, 3764.0, 3744.0, 3765.0, 3733.0, 3755.0, 3742.0, 3732.0, 3754.0, 3744.0, 3755.0, 3754.0, 3744.0, 3764.0, 3742.0, 3755.0, 3743.0, 3745.0, 3764.0, 3744.0, 3754.0, 3754.0, 3744.0, 3754.0, 3733.0, 3755.0, 3754.0, 3744.0, 3765.0, 3744.0, 3745.0, 3734.0, 3756.0, 3766.0, 3756.0, 3777.0, 3746.0, 3757.0, 3735.0, 3757.0, 3745.0, 3748.0, 3790.0, 3758.0, 3778.0, 3770.0, 3779.0, 3758.0, 3776.0, 3756.0, 3767.0, 3753.0, 3744.0, 3775.0, 3743.0, 3753.0, 3721.0, 3740.0, 3750.0, 3731.0, 3753.0, 3742.0, 3743.0, 3712.0, 3732.0, 3751.0, 3731.0, 3743.0, 3731.0, 3744.0, 3763.0, 3733.0, 3756.0, 3732.0, 3755.0, 3752.0, 3742.0, 3753.0, 3743.0, 3743.0, 3763.0, 3741.0, 3752.0, 3719.0, 3741.0, 3751.0, 3731.0, 3741.0, 3719.0, 3742.0, 3751.0, 3730.0, 3741.0, 3718.0, 3742.0, 3762.0, 3742.0, 3753.0, 3720.0, 3752.0, 3761.0, 3730.0, 3752.0, 3731.0, 3741.0, 3763.0, 3731.0, 3742.0, 3730.0, 3729.0, 3751.0, 3719.0, 3742.0, 3763.0, 3742.0, 3751.0, 3729.0, 3741.0, 3709.0, 3742.0, 3753.0, 3742.0, 3753.0, 3742.0, 3755.0, 3753.0, 3732.0, 3754.0, 3731.0, 3744.0, 3761.0, 3731.0, 3753.0, 3730.0, 3743.0, 3723.0, 3730.0, 3740.0, 3730.0, 3742.0, 3720.0, 3742.0, 3756.0, 3724.0, 3743.0, 3720.0, 3743.0, 3763.0, 3742.0, 3754.0, 3731.0, 3743.0, 3763.0, 3731.0, 3753.0, 3720.0, 3742.0, 3763.0, 3732.0, 3753.0, 3731.0, 3755.0, 3732.0, 3742.0, 3753.0, 3723.0, 3744.0, 3732.0, 3744.0, 3763.0, 3732.0, 3753.0, 3721.0, 3755.0, 3744.0, 3744.0, 3754.0, 3756.0, 3755.0, 3756.0, 3775.0, 3745.0, 3778.0, 3765.0, 3742.0, 3764.0, 3731.0, 3740.0, 3728.0, 3729.0, 3762.0, 3730.0, 3752.0, 3733.0, 3719.0, 3742.0, 3721.0, 3734.0, 3754.0, 3755.0, 3766.0, 3759.0, 3767.0, 3757.0, 3778.0, 3733.0, 3743.0, 3763.0, 3742.0, 3752.0, 3740.0, 3740.0, 3750.0, 3729.0, 3740.0, 3728.0, 3740.0, 3748.0, 3728.0, 3728.0, 3715.0, 3726.0, 3736.0, 3716.0, 3739.0, 3706.0, 3727.0, 3737.0, 3717.0, 3739.0, 3717.0, 3739.0, 3739.0, 3729.0, 3741.0, 3719.0, 3742.0, 3750.0, 3719.0, 3740.0, 3708.0, 3740.0, 3750.0, 3731.0, 3743.0, 3720.0, 3742.0, 3753.0, 3731.0, 3754.0, 3730.0, 3743.0, 3753.0, 3731.0, 3743.0, 3752.0, 3724.0, 3752.0, 3730.0, 3734.0, 3743.0, 3754.0, 3752.0, 3732.0, 3741.0, 3719.0, 3731.0, 3750.0, 3741.0, 3753.0, 3719.0, 3752.0, 3750.0, 3741.0, 3753.0, 3720.0, 3741.0, 3710.0, 3731.0, 3739.0, 3729.0, 3751.0, 3732.0, 3745.0, 3733.0, 3760.0, 3757.0, 3768.0, 3756.0, 3743.0, 3733.0, 3742.0, 3744.0, 3745.0, 3750.0, 3775.0, 3745.0, 3768.0, 3765.0, 3731.0, 3752.0, 3730.0, 3740.0, 3728.0, 3727.0, 3749.0, 3739.0, 3739.0, 3728.0, 3739.0, 3718.0, 3731.0, 3741.0, 3752.0, 3744.0, 3765.0, 3753.0, 3734.0, 3762.0, 3722.0, 3752.0, 3729.0, 3739.0, 3750.0, 3741.0, 3740.0, 3719.0, 3728.0, 3730.0, 3751.0, 3741.0, 3730.0, 3742.0, 3765.0, 3742.0, 3753.0, 3761.0, 3741.0, 3741.0, 3728.0, 3731.0, 3749.0, 3728.0, 3730.0, 3720.0, 3729.0, 3740.0, 3729.0, 3729.0, 3727.0, 3740.0, 3740.0, 3740.0, 3752.0, 3731.0, 3753.0, 3732.0, 3754.0, 3763.0, 3731.0, 3746.0, 3731.0, 3742.0, 3763.0, 3731.0, 3742.0, 3721.0, 3742.0, 3762.0, 3729.0, 3741.0, 3740.0, 3730.0, 3751.0, 3730.0, 3741.0, 3741.0, 3742.0, 3753.0, 3730.0, 3741.0, 3751.0, 3731.0, 3754.0, 3731.0, 3744.0, 3763.0, 3743.0, 3742.0, 3731.0, 3742.0, 3752.0, 3742.0, 3743.0, 3743.0, 3744.0, 3754.0, 3744.0, 3765.0, 3733.0, 3754.0, 3764.0, 3743.0, 3765.0, 3733.0, 3755.0, 3733.0, 3744.0, 3754.0, 3732.0, 3743.0, 3733.0, 3744.0, 3765.0, 3733.0, 3755.0, 3733.0, 3743.0, 3753.0, 3732.0, 3755.0, 3734.0, 3735.0, 3774.0, 3744.0, 3756.0, 3756.0, 3745.0, 3750.0, 3756.0, 3757.0, 3767.0, 3746.0, 3759.0, 3754.0, 3744.0, 3765.0, 3741.0, 3743.0, 3742.0, 3730.0, 3751.0, 3729.0, 3728.0, 3731.0, 3751.0, 3743.0, 3753.0, 3733.0, 3752.0, 3721.0, 3752.0, 3736.0, 3753.0, 3744.0, 3753.0, 3744.0, 3777.0, 3752.0, 3741.0, 3752.0, 3728.0, 3720.0, 3705.0, 3727.0, 3737.0, 3728.0, 3739.0, 3720.0, 3742.0, 3746.0, 3767.0, 3721.0, 3754.0, 3733.0, 3756.0, 3715.0, 3738.0, 3748.0, 3765.0, 3753.0, 3754.0, 3754.0, 3744.0, 3764.0, 3756.0, 3744.0, 3755.0, 3744.0, 3755.0, 3776.0, 3733.0, 3753.0, 3720.0, 3741.0, 3750.0, 3740.0, 3750.0, 3729.0, 3739.0, 3730.0, 3751.0, 3731.0, 3752.0, 3741.0, 3754.0, 3763.0, 3756.0, 3759.0, 3755.0, 3768.0, 3742.0, 3741.0, 3750.0, 3740.0, 3764.0, 3742.0, 3754.0, 3763.0, 3743.0, 3753.0, 3731.0, 3744.0, 3761.0, 3740.0, 3741.0, 3712.0, 3741.0, 3762.0, 3712.0, 3744.0, 3729.0, 3723.0, 3751.0, 3730.0, 3755.0, 3752.0, 3742.0, 3742.0, 3743.0, 3756.0, 3738.0, 3768.0, 3746.0, 3771.0, 3785.0, 3772.0, 3770.0, 3757.0, 3768.0, 3763.0, 3743.0, 3764.0, 3742.0, 3764.0, 3743.0, 3764.0, 3756.0, 3776.0, 3768.0, 3756.0, 3766.0, 3754.0, 3765.0, 3776.0, 3731.0, 3753.0, 3752.0, 3730.0, 3740.0, 3718.0, 3728.0, 3729.0, 3751.0, 3709.0, 3752.0, 3742.0, 3754.0, 3775.0, 3732.0, 3754.0, 3721.0, 3741.0, 3750.0, 3728.0, 3733.0, 3728.0, 3729.0, 3750.0, 3729.0, 3740.0, 3730.0, 3741.0, 3751.0, 3729.0, 3741.0, 3729.0, 3752.0, 3751.0, 3731.0, 3765.0, 3735.0, 3741.0, 3752.0, 3721.0, 3744.0, 3730.0, 3733.0, 3753.0, 3732.0, 3748.0, 3764.0, 3743.0, 3754.0, 3732.0, 3754.0, 3745.0, 3742.0, 3753.0, 3721.0, 3744.0, 3745.0, 3744.0, 3767.0, 3728.0, 3767.0, 3749.0, 3769.0, 3748.0, 3750.0, 3738.0, 3772.0, 3757.0, 3751.0, 3767.0, 3746.0, 3768.0, 3766.0, 3745.0, 3766.0, 3734.0, 3754.0, 3731.0, 3742.0, 3752.0, 3731.0, 3753.0, 3752.0, 3742.0, 3752.0, 3721.0, 3745.0, 3723.0, 3721.0, 3742.0, 3732.0, 3752.0, 3743.0, 3754.0, 3747.0, 3767.0, 3725.0, 3754.0, 3765.0, 3723.0, 3743.0, 3762.0, 3741.0, 3742.0, 3741.0, 3741.0, 3750.0, 3718.0, 3751.0, 3708.0, 3741.0, 3751.0, 3721.0, 3753.0, 3731.0, 3742.0, 3751.0, 3721.0, 3746.0, 3753.0, 3742.0, 3753.0, 3714.0, 3754.0, 3742.0, 3743.0, 3746.0, 3732.0, 3754.0, 3763.0, 3732.0, 3753.0, 3714.0, 3743.0, 3752.0, 3743.0, 3746.0, 3743.0, 3765.0, 3754.0, 3754.0, 3746.0, 3732.0, 3765.0, 3756.0, 3735.0, 3753.0, 3732.0, 3746.0, 3742.0, 3743.0, 3754.0, 3732.0, 3754.0, 3713.0, 3744.0, 3764.0, 3733.0, 3754.0, 3723.0, 3754.0, 3764.0, 3743.0, 3747.0, 3732.0, 3754.0, 3757.0, 3744.0, 3754.0, 3732.0, 3736.0, 3745.0, 3724.0, 3752.0, 3710.0, 3743.0, 3763.0, 3733.0, 3754.0, 3733.0, 3753.0, 3726.0, 3747.0, 3745.0, 3758.0, 3728.0, 3756.0, 3757.0, 3733.0, 3755.0, 3763.0, 3732.0, 3744.0, 3731.0, 3742.0, 3743.0, 3729.0, 3732.0, 3742.0, 3743.0, 3712.0, 3753.0, 3754.0, 3755.0, 3768.0, 3745.0, 3756.0, 3723.0, 3755.0, 3765.0, 3732.0, 3767.0, 3777.0, 3756.0, 3741.0, 3720.0, 3741.0, 3727.0, 3727.0, 3727.0, 3750.0, 3731.0, 3752.0, 3743.0, 3755.0, 3743.0, 3752.0, 3719.0, 3751.0, 3739.0, 3740.0, 3761.0, 3729.0, 3739.0, 3718.0, 3740.0, 3728.0, 3738.0, 3737.0, 3728.0, 3739.0, 3731.0, 3751.0, 3741.0, 3734.0, 3731.0, 3742.0, 3719.0, 3741.0, 3751.0, 3742.0], 'WindowWidth': [8522.0, 8519.0, 8493.0, 8487.0, 8463.0, 8433.0, 8459.0, 8444.0, 8462.0, 8412.0, 8458.0, 8466.0, 8436.0, 8452.0, 8407.0, 8437.0, 8465.0, 8437.0, 8451.0, 8438.0, 8452.0, 8433.0, 8437.0, 8455.0, 8441.0, 8453.0, 8410.0, 8456.0, 8451.0, 8422.0, 8454.0, 8438.0, 8459.0, 8469.0, 8442.0, 8453.0, 8439.0, 8456.0, 8440.0, 8462.0, 8450.0, 8468.0, 8456.0, 8486.0, 8503.0, 8512.0, 8492.0, 8482.0, 8415.0, 8444.0, 8449.0, 8495.0, 8467.0, 8488.0, 8492.0, 8461.0, 8468.0, 8418.0, 8418.0, 8399.0, 8447.0, 8415.0, 8431.0, 8433.0, 8453.0, 8439.0, 8454.0, 8439.0, 8453.0, 8404.0, 8445.0, 8446.0, 8416.0, 8429.0, 8397.0, 8429.0, 8426.0, 8424.0, 8423.0, 8406.0, 8426.0, 8386.0, 8431.0, 8429.0, 8433.0, 8433.0, 8433.0, 8449.0, 8435.0, 8452.0, 8462.0, 8434.0, 8449.0, 8417.0, 8446.0, 8424.0, 8426.0, 8444.0, 8426.0, 8434.0, 8431.0, 8433.0, 8445.0, 8416.0, 8433.0, 8442.0, 8434.0, 8449.0, 8431.0, 8435.0, 8435.0, 8434.0, 8449.0, 8433.0, 8453.0, 8420.0, 8449.0, 8464.0, 8435.0, 8452.0, 8418.0, 8438.0, 8447.0, 8435.0, 8451.0, 8434.0, 8452.0, 8450.0, 8433.0, 8449.0, 8418.0, 8450.0, 8447.0, 8433.0, 8436.0, 8416.0, 8437.0, 8448.0, 8434.0, 8439.0, 8420.0, 8440.0, 8450.0, 8434.0, 8452.0, 8421.0, 8439.0, 8450.0, 8438.0, 8453.0, 8422.0, 8455.0, 8450.0, 8428.0, 8455.0, 8424.0, 8459.0, 8427.0, 8443.0, 8473.0, 8445.0, 8464.0, 8433.0, 8465.0, 8474.0, 8447.0, 8463.0, 8427.0, 8462.0, 8473.0, 8446.0, 8459.0, 8442.0, 8461.0, 8470.0, 8442.0, 8459.0, 8445.0, 8464.0, 8459.0, 8461.0, 8477.0, 8447.0, 8465.0, 8433.0, 8466.0, 8480.0, 8450.0, 8481.0, 8449.0, 8469.0, 8459.0, 8449.0, 8478.0, 8431.0, 8465.0, 8476.0, 8459.0, 8478.0, 8434.0, 8464.0, 8448.0, 8452.0, 8477.0, 8452.0, 8483.0, 8464.0, 8469.0, 8477.0, 8453.0, 8481.0, 8432.0, 8469.0, 8491.0, 8434.0, 8464.0, 8432.0, 8466.0, 8462.0, 8450.0, 8477.0, 8451.0, 8469.0, 8479.0, 8452.0, 8479.0, 8449.0, 8468.0, 8434.0, 8464.0, 8495.0, 8449.0, 8466.0, 8450.0, 8447.0, 8489.0, 8429.0, 8460.0, 8417.0, 8462.0, 8474.0, 8449.0, 8464.0, 8417.0, 8465.0, 8449.0, 8452.0, 8484.0, 8439.0, 8488.0, 8470.0, 8471.0, 8495.0, 8449.0, 8481.0, 8478.0, 8451.0, 8479.0, 8462.0, 8461.0, 8458.0, 8429.0, 8471.0, 8428.0, 8460.0, 8471.0, 8447.0, 8454.0, 8430.0, 8459.0, 8409.0, 8461.0, 8472.0, 8433.0, 8464.0, 8415.0, 8462.0, 8457.0, 8458.0, 8477.0, 8444.0, 8462.0, 8444.0, 8446.0, 8469.0, 8426.0, 8461.0, 8411.0, 8459.0, 8468.0, 8442.0, 8456.0, 8425.0, 8457.0, 8454.0, 8443.0, 8458.0, 8439.0, 8460.0, 8439.0, 8439.0, 8452.0, 8409.0, 8458.0, 8455.0, 8443.0, 8467.0, 8443.0, 8458.0, 8425.0, 8460.0, 8475.0, 8460.0, 8470.0, 8426.0, 8440.0, 8423.0, 8459.0, 8467.0, 8439.0, 8470.0, 8426.0, 8455.0, 8407.0, 8439.0, 8450.0, 8424.0, 8452.0, 8423.0, 8452.0, 8448.0, 8422.0, 8450.0, 8423.0, 8454.0, 8467.0, 8440.0, 8469.0, 8440.0, 8455.0, 8424.0, 8458.0, 8469.0, 8442.0, 8472.0, 8425.0, 8457.0, 8437.0, 8423.0, 8455.0, 8441.0, 8458.0, 8455.0, 8442.0, 8469.0, 8438.0, 8458.0, 8441.0, 8446.0, 8471.0, 8443.0, 8459.0, 8456.0, 8443.0, 8456.0, 8426.0, 8460.0, 8457.0, 8443.0, 8471.0, 8444.0, 8448.0, 8430.0, 8464.0, 8474.0, 8463.0, 8491.0, 8449.0, 8466.0, 8434.0, 8466.0, 8447.0, 8455.0, 8513.0, 8468.0, 8497.0, 8490.0, 8499.0, 8469.0, 8489.0, 8461.0, 8479.0, 8452.0, 8440.0, 8482.0, 8437.0, 8451.0, 8405.0, 8432.0, 8443.0, 8419.0, 8451.0, 8435.0, 8437.0, 8388.0, 8422.0, 8447.0, 8420.0, 8438.0, 8421.0, 8443.0, 8466.0, 8425.0, 8453.0, 8424.0, 8457.0, 8449.0, 8435.0, 8452.0, 8437.0, 8439.0, 8462.0, 8432.0, 8449.0, 8401.0, 8432.0, 8445.0, 8418.0, 8433.0, 8401.0, 8434.0, 8445.0, 8416.0, 8433.0, 8399.0, 8435.0, 8462.0, 8435.0, 8450.0, 8403.0, 8449.0, 8457.0, 8417.0, 8449.0, 8418.0, 8432.0, 8463.0, 8418.0, 8436.0, 8417.0, 8414.0, 8444.0, 8401.0, 8434.0, 8463.0, 8434.0, 8446.0, 8415.0, 8432.0, 8388.0, 8435.0, 8450.0, 8439.0, 8454.0, 8437.0, 8457.0, 8452.0, 8423.0, 8454.0, 8419.0, 8441.0, 8460.0, 8420.0, 8451.0, 8418.0, 8437.0, 8401.0, 8416.0, 8431.0, 8417.0, 8437.0, 8405.0, 8438.0, 8449.0, 8406.0, 8439.0, 8404.0, 8439.0, 8464.0, 8436.0, 8453.0, 8421.0, 8439.0, 8464.0, 8419.0, 8450.0, 8403.0, 8438.0, 8464.0, 8422.0, 8451.0, 8421.0, 8456.0, 8422.0, 8437.0, 8452.0, 8404.0, 8442.0, 8422.0, 8441.0, 8465.0, 8424.0, 8453.0, 8408.0, 8460.0, 8442.0, 8443.0, 8455.0, 8464.0, 8459.0, 8462.0, 8485.0, 8445.0, 8494.0, 8470.0, 8436.0, 8466.0, 8419.0, 8431.0, 8411.0, 8414.0, 8463.0, 8418.0, 8448.0, 8426.0, 8402.0, 8437.0, 8408.0, 8432.0, 8456.0, 8462.0, 8478.0, 8470.0, 8478.0, 8467.0, 8496.0, 8428.0, 8440.0, 8463.0, 8434.0, 8446.0, 8429.0, 8429.0, 8440.0, 8412.0, 8427.0, 8409.0, 8426.0, 8434.0, 8408.0, 8408.0, 8387.0, 8402.0, 8415.0, 8390.0, 8423.0, 8378.0, 8407.0, 8420.0, 8395.0, 8426.0, 8395.0, 8428.0, 8426.0, 8415.0, 8432.0, 8402.0, 8434.0, 8442.0, 8400.0, 8430.0, 8384.0, 8429.0, 8443.0, 8419.0, 8438.0, 8403.0, 8437.0, 8451.0, 8421.0, 8455.0, 8419.0, 8438.0, 8451.0, 8419.0, 8439.0, 8448.0, 8404.0, 8448.0, 8417.0, 8421.0, 8442.0, 8457.0, 8451.0, 8425.0, 8434.0, 8401.0, 8419.0, 8443.0, 8431.0, 8449.0, 8401.0, 8448.0, 8442.0, 8431.0, 8449.0, 8402.0, 8431.0, 8389.0, 8417.0, 8426.0, 8415.0, 8446.0, 8424.0, 8447.0, 8429.0, 8467.0, 8466.0, 8482.0, 8463.0, 8438.0, 8425.0, 8436.0, 8443.0, 8446.0, 8449.0, 8484.0, 8444.0, 8480.0, 8467.0, 8417.0, 8446.0, 8414.0, 8426.0, 8407.0, 8408.0, 8438.0, 8426.0, 8426.0, 8410.0, 8425.0, 8397.0, 8411.0, 8434.0, 8449.0, 8440.0, 8472.0, 8451.0, 8419.0, 8460.0, 8399.0, 8446.0, 8412.0, 8426.0, 8442.0, 8431.0, 8428.0, 8398.0, 8408.0, 8416.0, 8447.0, 8434.0, 8417.0, 8437.0, 8471.0, 8435.0, 8450.0, 8460.0, 8431.0, 8431.0, 8409.0, 8408.0, 8436.0, 8409.0, 8413.0, 8393.0, 8411.0, 8428.0, 8411.0, 8412.0, 8407.0, 8428.0, 8426.0, 8430.0, 8450.0, 8420.0, 8450.0, 8423.0, 8455.0, 8465.0, 8421.0, 8437.0, 8420.0, 8434.0, 8465.0, 8418.0, 8433.0, 8405.0, 8434.0, 8459.0, 8413.0, 8432.0, 8428.0, 8415.0, 8445.0, 8415.0, 8433.0, 8433.0, 8436.0, 8450.0, 8416.0, 8434.0, 8444.0, 8419.0, 8453.0, 8418.0, 8440.0, 8466.0, 8438.0, 8437.0, 8419.0, 8435.0, 8447.0, 8436.0, 8440.0, 8438.0, 8444.0, 8454.0, 8443.0, 8471.0, 8425.0, 8455.0, 8466.0, 8439.0, 8472.0, 8425.0, 8457.0, 8427.0, 8444.0, 8454.0, 8423.0, 8440.0, 8425.0, 8443.0, 8472.0, 8427.0, 8459.0, 8425.0, 8440.0, 8452.0, 8423.0, 8459.0, 8431.0, 8432.0, 8479.0, 8441.0, 8462.0, 8463.0, 8445.0, 8451.0, 8463.0, 8466.0, 8479.0, 8447.0, 8461.0, 8454.0, 8439.0, 8467.0, 8433.0, 8438.0, 8432.0, 8415.0, 8443.0, 8413.0, 8410.0, 8418.0, 8447.0, 8438.0, 8452.0, 8426.0, 8448.0, 8406.0, 8450.0, 8423.0, 8453.0, 8443.0, 8452.0, 8441.0, 8489.0, 8449.0, 8429.0, 8444.0, 8410.0, 8392.0, 8375.0, 8406.0, 8418.0, 8408.0, 8425.0, 8392.0, 8434.0, 8449.0, 8474.0, 8405.0, 8451.0, 8429.0, 8463.0, 8390.0, 8424.0, 8435.0, 8473.0, 8451.0, 8455.0, 8454.0, 8443.0, 8470.0, 8461.0, 8444.0, 8459.0, 8442.0, 8460.0, 8486.0, 8424.0, 8451.0, 8402.0, 8430.0, 8440.0, 8428.0, 8442.0, 8414.0, 8427.0, 8415.0, 8446.0, 8419.0, 8449.0, 8434.0, 8454.0, 8464.0, 8460.0, 8463.0, 8457.0, 8481.0, 8437.0, 8431.0, 8443.0, 8428.0, 8468.0, 8437.0, 8456.0, 8464.0, 8438.0, 8451.0, 8421.0, 8433.0, 8458.0, 8430.0, 8432.0, 8386.0, 8432.0, 8460.0, 8386.0, 8431.0, 8416.0, 8403.0, 8446.0, 8416.0, 8459.0, 8451.0, 8436.0, 8438.0, 8439.0, 8462.0, 8444.0, 8484.0, 8451.0, 8492.0, 8508.0, 8494.0, 8488.0, 8465.0, 8482.0, 8468.0, 8439.0, 8468.0, 8435.0, 8469.0, 8439.0, 8470.0, 8464.0, 8489.0, 8483.0, 8461.0, 8476.0, 8457.0, 8469.0, 8487.0, 8421.0, 8452.0, 8448.0, 8417.0, 8427.0, 8395.0, 8410.0, 8414.0, 8446.0, 8390.0, 8449.0, 8435.0, 8457.0, 8485.0, 8422.0, 8451.0, 8405.0, 8431.0, 8441.0, 8410.0, 8414.0, 8409.0, 8413.0, 8443.0, 8413.0, 8430.0, 8417.0, 8434.0, 8445.0, 8414.0, 8431.0, 8415.0, 8448.0, 8447.0, 8421.0, 8472.0, 8421.0, 8433.0, 8448.0, 8407.0, 8440.0, 8417.0, 8417.0, 8451.0, 8423.0, 8443.0, 8466.0, 8439.0, 8455.0, 8424.0, 8454.0, 8435.0, 8436.0, 8453.0, 8407.0, 8440.0, 8435.0, 8442.0, 8477.0, 8418.0, 8477.0, 8450.0, 8486.0, 8456.0, 8451.0, 8442.0, 8484.0, 8467.0, 8452.0, 8476.0, 8447.0, 8481.0, 8474.0, 8444.0, 8472.0, 8429.0, 8454.0, 8419.0, 8433.0, 8448.0, 8417.0, 8451.0, 8447.0, 8434.0, 8448.0, 8407.0, 8436.0, 8400.0, 8407.0, 8435.0, 8422.0, 8450.0, 8439.0, 8456.0, 8452.0, 8480.0, 8411.0, 8455.0, 8469.0, 8402.0, 8437.0, 8461.0, 8431.0, 8433.0, 8431.0, 8431.0, 8441.0, 8397.0, 8443.0, 8386.0, 8431.0, 8445.0, 8407.0, 8453.0, 8419.0, 8435.0, 8448.0, 8407.0, 8439.0, 8450.0, 8436.0, 8452.0, 8394.0, 8454.0, 8435.0, 8437.0, 8438.0, 8422.0, 8454.0, 8464.0, 8423.0, 8451.0, 8391.0, 8437.0, 8447.0, 8437.0, 8437.0, 8436.0, 8471.0, 8454.0, 8454.0, 8438.0, 8422.0, 8470.0, 8450.0, 8422.0, 8452.0, 8422.0, 8437.0, 8434.0, 8439.0, 8453.0, 8423.0, 8454.0, 8392.0, 8440.0, 8468.0, 8425.0, 8456.0, 8412.0, 8455.0, 8466.0, 8439.0, 8440.0, 8424.0, 8456.0, 8453.0, 8440.0, 8454.0, 8423.0, 8424.0, 8434.0, 8404.0, 8449.0, 8391.0, 8437.0, 8462.0, 8424.0, 8456.0, 8427.0, 8453.0, 8413.0, 8443.0, 8447.0, 8467.0, 8419.0, 8461.0, 8455.0, 8423.0, 8456.0, 8464.0, 8421.0, 8431.0, 8417.0, 8434.0, 8426.0, 8412.0, 8413.0, 8433.0, 8438.0, 8387.0, 8452.0, 8457.0, 8458.0, 8479.0, 8445.0, 8463.0, 8413.0, 8456.0, 8473.0, 8423.0, 8478.0, 8490.0, 8460.0, 8432.0, 8401.0, 8434.0, 8407.0, 8405.0, 8406.0, 8441.0, 8419.0, 8450.0, 8438.0, 8447.0, 8437.0, 8447.0, 8401.0, 8446.0, 8424.0, 8427.0, 8458.0, 8411.0, 8424.0, 8396.0, 8428.0, 8408.0, 8422.0, 8420.0, 8410.0, 8426.0, 8418.0, 8445.0, 8432.0, 8419.0, 8420.0, 8435.0, 8401.0, 8432.0, 8443.0, 8434.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.0005996620450606586</td></tr>
<tr><td colspan=3>aqi</td><td>0.020461899566724433</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.78539590094535</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.16924325017346</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0026618951864719</td></tr>
<tr><td colspan=3>efc</td><td>0.4774</td></tr>
<tr><td colspan=3>fber</td><td>4068.167</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08886698280904601</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.79896013864818</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5746856977423658</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.570431575079772</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7662811158649006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3873444022824253</td></tr>
<tr><td colspan=3>gcor</td><td>0.00944044</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0008041537366807461</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02351808361709118</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.6421427267487774</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>26.3529</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8237</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.3901</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300599.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.3674</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.9731</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2942.5391</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.5347</td></tr>
<tr><td colspan=3>tsnr</td><td>36.63029595580883</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>