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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-02/func/sub-0010_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>014cdaa4a3010e4b2065287ac4f24418</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>15:59:15.680000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997536, 0.0344325, 0.0611336, -0.0308259, 0.997783, -0.058989]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0783199</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7704, -7232, 668, -7, 37, -57, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34a19079-3726-4232-a5e6-c8089ac4fb5d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763148307800293, -0.08270375430583954, 0.17017889022827148, 115.4474105834961], [-0.09237997978925705, 2.6769776344299316, -0.15378952026367188, -78.92203521728516], [0.16401708126068115, 0.15826308727264404, 2.690239191055298, -51.50353240966797], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['155915.680000', '155916.140000', '155916.600000', '155917.060000', '155917.520000', '155917.980000', '155918.440000', '155918.900000', '155919.360000', '155919.820000', '155920.280000', '155920.740000', '155921.200000', '155921.660000', '155922.120000', '155922.580000', '155923.040000', '155923.500000', '155923.960000', '155924.420000', '155924.880000', '155925.340000', '155925.800000', '155926.260000', '155926.720000', '155927.180000', '155927.640000', '155928.100000', '155928.560000', '155929.020000', '155929.480000', '155929.940000', '155930.400000', '155930.860000', '155931.320000', '155931.780000', '155932.240000', '155932.700000', '155933.160000', '155933.620000', '155934.080000', '155934.540000', '155935.000000', '155935.460000', '155935.920000', '155936.380000', '155936.840000', '155937.300000', '155937.760000', '155938.220000', '155938.680000', '155939.140000', '155939.600000', '155940.060000', '155940.520000', '155940.980000', '155941.440000', '155941.900000', '155942.360000', '155942.820000', '155943.280000', '155943.740000', '155944.200000', '155944.660000', '155945.120000', '155945.580000', '155946.040000', '155946.500000', '155946.960000', '155947.420000', '155947.880000', '155948.340000', '155948.800000', '155949.260000', '155949.720000', '155950.180000', '155950.640000', '155951.100000', '155951.560000', '155952.020000', '155952.480000', '155952.940000', '155953.400000', '155953.860000', '155954.320000', '155954.780000', '155955.240000', '155955.700000', '155956.160000', '155956.620000', '155957.080000', '155957.540000', '155958.000000', '155958.460000', '155958.920000', '155959.380000', '155959.840000', '160000.300000', '160000.760000', '160001.220000', '160001.680000', '160002.140000', '160002.600000', '160003.060000', '160003.520000', '160003.980000', '160004.440000', '160004.900000', '160005.360000', '160005.820000', '160006.280000', '160006.740000', '160007.200000', '160007.660000', '160008.120000', '160008.580000', '160009.040000', '160009.500000', '160009.960000', '160010.420000', '160010.880000', '160011.340000', '160011.800000', '160012.260000', '160012.720000', '160013.180000', '160013.640000', '160014.100000', '160014.560000', '160015.020000', '160015.480000', '160015.940000', '160016.400000', '160016.860000', '160017.320000', '160017.780000', '160018.240000', '160018.700000', '160019.160000', '160019.620000', '160020.080000', '160020.540000', '160021.000000', '160021.460000', '160021.920000', '160022.380000', '160022.840000', '160023.300000', '160023.760000', '160024.220000', '160024.680000', '160025.140000', '160025.600000', '160026.060000', '160026.520000', '160026.980000', '160027.440000', '160027.900000', '160028.360000', '160028.820000', '160029.280000', '160029.740000', '160030.200000', '160030.660000', '160031.120000', '160031.580000', '160032.040000', '160032.500000', '160032.960000', '160033.420000', '160033.880000', '160034.340000', '160034.800000', '160035.260000', '160035.720000', '160036.180000', '160036.640000', '160037.100000', '160037.560000', '160038.020000', '160038.480000', '160038.940000', '160039.400000', '160039.860000', '160040.320000', '160040.780000', '160041.240000', '160041.700000', '160042.160000', '160042.620000', '160043.080000', '160043.540000', '160044.000000', '160044.460000', '160044.920000', '160045.380000', '160045.840000', '160046.300000', '160046.760000', '160047.220000', '160047.680000', '160048.140000', '160048.600000', '160049.060000', '160049.520000', '160049.980000', '160050.440000', '160050.900000', '160051.360000', '160051.820000', '160052.280000', '160052.740000', '160053.200000', '160053.660000', '160054.120000', '160054.580000', '160055.040000', '160055.500000', '160055.960000', '160056.420000', '160056.880000', '160057.340000', '160057.800000', '160058.260000', '160058.720000', '160059.180000', '160059.640000', '160100.100000', '160100.560000', '160101.020000', '160101.480000', '160101.940000', '160102.400000', '160102.860000', '160103.320000', '160103.780000', '160104.240000', '160104.700000', '160105.160000', '160105.620000', '160106.080000', '160106.540000', '160107.000000', '160107.460000', '160107.920000', '160108.380000', '160108.840000', '160109.300000', '160109.760000', '160110.220000', '160110.680000', '160111.140000', '160111.600000', '160112.060000', '160112.520000', '160112.980000', '160113.440000', '160113.900000', '160114.360000', '160114.820000', '160115.280000', '160115.740000', '160116.200000', '160116.660000', '160117.120000', '160117.580000', '160118.040000', '160118.500000', '160118.960000', '160119.420000', '160119.880000', '160120.340000', '160120.800000', '160121.260000', '160121.720000', '160122.180000', '160122.640000', '160123.100000', '160123.560000', '160124.020000', '160124.480000', '160124.940000', '160125.400000', '160125.860000', '160126.320000', '160126.780000', '160127.240000', '160127.700000', '160128.160000', '160128.620000', '160129.080000', '160129.540000', '160130.000000', '160130.460000', '160130.920000', '160131.380000', '160131.840000', '160132.300000', '160132.760000', '160133.220000', '160133.680000', '160134.140000', '160134.600000', '160135.060000', '160135.520000', '160135.980000', '160136.440000', '160136.900000', '160137.360000', '160137.820000', '160138.280000', '160138.740000', '160139.200000', '160139.660000', '160140.120000', '160140.580000', '160141.040000', '160141.500000', '160141.960000', '160142.420000', '160142.880000', '160143.340000', '160143.800000', '160144.260000', '160144.720000', '160145.180000', '160145.640000', '160146.100000', '160146.560000', '160147.020000', '160147.480000', '160147.940000', '160148.400000', '160148.860000', '160149.320000', '160149.780000', '160150.240000', '160150.700000', '160151.160000', '160151.620000', '160152.080000', '160152.540000', '160153.000000', '160153.460000', '160153.920000', '160154.380000', '160154.840000', '160155.300000', '160155.760000', '160156.220000', '160156.680000', '160157.140000', '160157.600000', '160158.060000', '160158.520000', '160158.980000', '160159.440000', '160159.900000', '160200.360000', '160200.820000', '160201.280000', '160201.740000', '160202.200000', '160202.660000', '160203.120000', '160203.580000', '160204.040000', '160204.500000', '160204.960000', '160205.420000', '160205.880000', '160206.340000', '160206.800000', '160207.260000', '160207.720000', '160208.180000', '160208.640000', '160209.100000', '160209.560000', '160210.020000', '160210.480000', '160210.940000', '160211.400000', '160211.860000', '160212.320000', '160212.780000', '160213.240000', '160213.700000', '160214.160000', '160214.620000', '160215.080000', '160215.540000', '160216.000000', '160216.460000', '160216.920000', '160217.380000', '160217.840000', '160218.300000', '160218.760000', '160219.220000', '160219.680000', '160220.140000', '160220.600000', '160221.060000', '160221.520000', '160221.980000', '160222.440000', '160222.900000', '160223.360000', '160223.820000', '160224.280000', '160224.740000', '160225.200000', '160225.660000', '160226.120000', '160226.580000', '160227.040000', '160227.500000', '160227.960000', '160228.420000', '160228.880000', '160229.340000', '160229.800000', '160230.260000', '160230.720000', '160231.180000', '160231.640000', '160232.100000', '160232.560000', '160233.020000', '160233.480000', '160233.940000', '160234.400000', '160234.860000', '160235.320000', '160235.780000', '160236.240000', '160236.700000', '160237.160000', '160237.620000', '160238.080000', '160238.540000', '160239.000000', '160239.460000', '160239.920000', '160240.380000', '160240.840000', '160241.300000', '160241.760000', '160242.220000', '160242.680000', '160243.140000', '160243.600000', '160244.060000', '160244.520000', '160244.980000', '160245.440000', '160245.900000', '160246.360000', '160246.820000', '160247.280000', '160247.740000', '160248.200000', '160248.660000', '160249.120000', '160249.580000', '160250.040000', '160250.500000', '160250.960000', '160251.420000', '160251.880000', '160252.340000', '160252.800000', '160253.260000', '160253.720000', '160254.180000', '160254.640000', '160255.100000', '160255.560000', '160256.020000', '160256.480000', '160256.940000', '160257.400000', '160257.860000', '160258.320000', '160258.780000', '160259.240000', '160259.700000', '160300.160000', '160300.620000', '160301.080000', '160301.540000', '160302.000000', '160302.460000', '160302.920000', '160303.380000', '160303.840000', '160304.300000', '160304.760000', '160305.220000', '160305.680000', '160306.140000', '160306.600000', '160307.060000', '160307.520000', '160307.980000', '160308.440000', '160308.900000', '160309.360000', '160309.820000', '160310.280000', '160310.740000', '160311.200000', '160311.660000', '160312.120000', '160312.580000', '160313.040000', '160313.500000', '160313.960000', '160314.420000', '160314.880000', '160315.340000', '160315.800000', '160316.260000', '160316.720000', '160317.180000', '160317.640000', '160318.100000', '160318.560000', '160319.020000', '160319.480000', '160319.940000', '160320.400000', '160320.860000', '160321.320000', '160321.780000', '160322.240000', '160322.700000', '160323.160000', '160323.620000', '160324.080000', '160324.540000', '160325.000000', '160325.460000', '160325.920000', '160326.380000', '160326.840000', '160327.300000', '160327.760000', '160328.220000', '160328.680000', '160329.140000', '160329.600000', '160330.060000', '160330.520000', '160330.980000', '160331.440000', '160331.900000', '160332.360000', '160332.820000', '160333.280000', '160333.740000', '160334.200000', '160334.660000', '160335.120000', '160335.580000', '160336.040000', '160336.500000', '160336.960000', '160337.420000', '160337.880000', '160338.340000', '160338.800000', '160339.260000', '160339.720000', '160340.180000', '160340.640000', '160341.100000', '160341.560000', '160342.020000', '160342.480000', '160342.940000', '160343.400000', '160343.860000', '160344.320000', '160344.780000', '160345.240000', '160345.700000', '160346.160000', '160346.620000', '160347.080000', '160347.540000', '160348.000000', '160348.460000', '160348.920000', '160349.380000', '160349.840000', '160350.300000', '160350.760000', '160351.220000', '160351.680000', '160352.140000', '160352.600000', '160353.060000', '160353.520000', '160353.980000', '160354.440000', '160354.900000', '160355.360000', '160355.820000', '160356.280000', '160356.740000', '160357.200000', '160357.660000', '160358.120000', '160358.580000', '160359.040000', '160359.500000', '160359.960000', '160400.420000', '160400.880000', '160401.340000', '160401.800000', '160402.260000', '160402.720000', '160403.180000', '160403.640000', '160404.100000', '160404.560000', '160405.020000', '160405.480000', '160405.940000', '160406.400000', '160406.860000', '160407.320000', '160407.780000', '160408.240000', '160408.700000', '160409.160000', '160409.620000', '160410.080000', '160410.540000', '160411.000000', '160411.460000', '160411.920000', '160412.380000', '160412.840000', '160413.300000', '160413.760000', '160414.220000', '160414.680000', '160415.140000', '160415.600000', '160416.060000', '160416.520000', '160416.980000', '160417.440000', '160417.900000', '160418.360000', '160418.820000', '160419.280000', '160419.740000', '160420.200000', '160420.660000', '160421.120000', '160421.580000', '160422.040000', '160422.500000', '160422.960000', '160423.420000', '160423.880000', '160424.340000', '160424.800000', '160425.260000', '160425.720000', '160426.180000', '160426.640000', '160427.100000', '160427.560000', '160428.020000', '160428.480000', '160428.940000', '160429.400000', '160429.860000', '160430.320000', '160430.780000', '160431.240000', '160431.700000', '160432.160000', '160432.620000', '160433.080000', '160433.540000', '160434.000000', '160434.460000', '160434.920000', '160435.380000', '160435.840000', '160436.300000', '160436.760000', '160437.220000', '160437.680000', '160438.140000', '160438.600000', '160439.060000', '160439.520000', '160439.980000', '160440.440000', '160440.900000', '160441.360000', '160441.820000', '160442.280000', '160442.740000', '160443.200000', '160443.660000', '160444.120000', '160444.580000', '160445.040000', '160445.500000', '160445.960000', '160446.420000', '160446.880000', '160447.340000', '160447.800000', '160448.260000', '160448.720000', '160449.180000', '160449.640000', '160450.100000', '160450.560000', '160451.020000', '160451.480000', '160451.940000', '160452.400000', '160452.860000', '160453.320000', '160453.780000', '160454.240000', '160454.700000', '160455.160000', '160455.620000', '160456.080000', '160456.540000', '160457.000000', '160457.460000', '160457.920000', '160458.380000', '160458.840000', '160459.300000', '160459.760000', '160500.220000', '160500.680000', '160501.140000', '160501.600000', '160502.060000', '160502.520000', '160502.980000', '160503.440000', '160503.900000', '160504.360000', '160504.820000', '160505.280000', '160505.740000', '160506.200000', '160506.660000', '160507.120000', '160507.580000', '160508.040000', '160508.500000', '160508.960000', '160509.420000', '160509.880000', '160510.340000', '160510.800000', '160511.260000', '160511.720000', '160512.180000', '160512.640000', '160513.100000', '160513.560000', '160514.020000', '160514.480000', '160514.940000', '160515.400000', '160515.860000', '160516.320000', '160516.780000', '160517.240000', '160517.700000', '160518.160000', '160518.620000', '160519.080000', '160519.540000', '160520.000000', '160520.460000', '160520.920000', '160521.380000', '160521.840000', '160522.300000', '160522.760000', '160523.220000', '160523.680000', '160524.140000', '160524.600000', '160525.060000', '160525.520000', '160525.980000', '160526.440000', '160526.900000', '160527.360000', '160527.820000', '160528.280000', '160528.740000', '160529.200000', '160529.660000', '160530.120000', '160530.580000', '160531.040000', '160531.500000', '160531.960000', '160532.420000', '160532.880000', '160533.340000', '160533.800000', '160534.260000', '160534.720000', '160535.180000', '160535.640000', '160536.100000', '160536.560000', '160537.020000', '160537.480000', '160537.940000', '160538.400000', '160538.860000', '160539.320000', '160539.780000', '160540.240000', '160540.700000', '160541.160000', '160541.620000', '160542.080000', '160542.540000', '160543.000000', '160543.460000', '160543.920000', '160544.380000', '160544.840000', '160545.300000', '160545.760000', '160546.220000', '160546.680000', '160547.140000', '160547.600000', '160548.060000', '160548.520000', '160548.980000', '160549.440000', '160549.900000', '160550.360000', '160550.820000', '160551.280000', '160551.740000', '160552.200000', '160552.660000', '160553.120000', '160553.580000', '160554.040000', '160554.500000', '160554.960000', '160555.420000', '160555.880000', '160556.340000', '160556.800000', '160557.260000', '160557.720000', '160558.180000', '160558.640000', '160559.100000', '160559.560000', '160600.020000', '160600.480000', '160600.940000', '160601.400000', '160601.860000', '160602.320000', '160602.780000', '160603.240000', '160603.700000', '160604.160000', '160604.620000', '160605.080000', '160605.540000', '160606.000000', '160606.460000', '160606.920000', '160607.380000', '160607.840000', '160608.300000', '160608.760000', '160609.220000', '160609.680000', '160610.140000', '160610.600000', '160611.060000', '160611.520000', '160611.980000', '160612.440000', '160612.900000', '160613.360000', '160613.820000', '160614.280000', '160614.740000', '160615.200000', '160615.660000', '160616.120000', '160616.580000', '160617.040000', '160617.500000', '160617.960000', '160618.420000', '160618.880000', '160619.340000', '160619.800000', '160620.260000', '160620.720000', '160621.180000', '160621.640000', '160622.100000', '160622.560000', '160623.020000', '160623.480000', '160623.940000', '160624.400000', '160624.860000', '160625.320000', '160625.780000', '160626.240000', '160626.700000', '160627.160000', '160627.620000', '160628.080000', '160628.540000', '160629.000000', '160629.460000', '160629.920000', '160630.380000', '160630.840000', '160631.300000', '160631.760000', '160632.220000', '160632.680000', '160633.140000', '160633.600000', '160634.060000', '160634.520000', '160634.980000', '160635.440000', '160635.900000', '160636.360000', '160636.820000', '160637.280000', '160637.740000', '160638.200000', '160638.660000', '160639.120000', '160639.580000', '160640.040000', '160640.500000', '160640.960000', '160641.420000', '160641.880000', '160642.340000', '160642.800000', '160643.260000', '160643.720000', '160644.180000', '160644.640000', '160645.100000', '160645.560000', '160646.020000', '160646.480000', '160646.940000', '160647.400000', '160647.860000', '160648.320000', '160648.780000', '160649.240000', '160649.700000', '160650.160000', '160650.620000', '160651.080000', '160651.540000', '160652.000000', '160652.460000', '160652.920000', '160653.380000', '160653.840000', '160654.300000', '160654.760000', '160655.220000', '160655.680000', '160656.140000', '160656.600000', '160657.060000', '160657.520000', '160657.980000', '160658.440000', '160658.900000', '160659.360000', '160659.820000', '160700.280000', '160700.740000', '160701.200000', '160701.660000', '160702.120000', '160702.580000', '160703.040000', '160703.500000', '160703.960000', '160704.420000', '160704.880000', '160705.340000', '160705.800000', '160706.260000', '160706.720000', '160707.180000', '160707.640000', '160708.100000', '160708.560000', '160709.020000', '160709.480000', '160709.940000', '160710.400000', '160710.860000', '160711.320000', '160711.780000', '160712.240000', '160712.700000', '160713.160000', '160713.620000', '160714.080000', '160714.540000', '160715.000000', '160715.460000', '160715.920000', '160716.380000', '160716.840000', '160717.300000', '160717.760000', '160718.220000', '160718.680000', '160719.140000', '160719.600000', '160720.060000', '160720.520000', '160720.980000', '160721.440000', '160721.900000', '160722.360000', '160722.820000', '160723.280000', '160723.740000', '160724.200000', '160724.660000', '160725.120000', '160725.580000', '160726.040000', '160726.500000', '160726.960000', '160727.420000', '160727.880000', '160728.340000', '160728.800000', '160729.260000', '160729.720000', '160730.180000', '160730.640000', '160731.100000', '160731.560000', '160732.020000', '160732.480000', '160732.940000', '160733.400000', '160733.860000', '160734.320000', '160734.780000', '160735.240000', '160735.700000', '160736.160000', '160736.620000', '160737.080000', '160737.540000', '160738.000000', '160738.460000', '160738.920000', '160739.380000', '160739.840000', '160740.300000', '160740.760000', '160741.220000', '160741.680000', '160742.140000', '160742.600000', '160743.060000', '160743.520000', '160743.980000', '160744.440000', '160744.900000', '160745.360000', '160745.820000', '160746.280000', '160746.740000', '160747.200000', '160747.660000', '160748.120000', '160748.580000', '160749.040000', '160749.500000', '160749.960000', '160750.420000', '160750.880000', '160751.340000', '160751.800000', '160752.260000', '160752.720000', '160753.180000', '160753.640000', '160754.100000', '160754.560000', '160755.020000', '160755.480000', '160755.940000', '160756.400000', '160756.860000', '160757.320000', '160757.780000', '160758.240000', '160758.700000', '160759.160000', '160759.620000', '160800.080000', '160800.540000', '160801.000000', '160801.460000', '160801.920000', '160802.380000', '160802.840000', '160803.300000', '160803.760000', '160804.220000', '160804.680000', '160805.140000', '160805.600000', '160806.060000', '160806.520000', '160806.980000', '160807.440000', '160807.900000'], 'ContentTime': ['155939.221000', '155939.234000', '155939.237000', '155939.239000', '155939.242000', '155939.246000', '155939.249000', '155939.252000', '155939.255000', '155939.259000', '155939.261000', '155939.264000', '155939.267000', '155939.271000', '155939.274000', '155939.277000', '155939.280000', '155939.283000', '155939.286000', '155939.288000', '155939.291000', '155939.295000', '155939.297000', '155939.300000', '155939.303000', '155939.306000', '155939.310000', '155939.323000', '155939.326000', '155939.329000', '155939.332000', '155939.343000', '155939.346000', '155939.349000', '155939.352000', '155939.355000', '155939.358000', '155939.361000', '155939.364000', '155939.367000', '155939.370000', '155939.373000', '155939.376000', '155939.379000', '155939.382000', '155939.385000', '155939.388000', '155939.391000', '155939.394000', '155939.397000', '155959.179000', '155959.182000', '155959.185000', '155959.188000', '155959.199000', '155959.202000', '155959.205000', '155959.208000', '155959.211000', '155959.214000', '155959.217000', '155959.220000', '155959.223000', '155959.226000', '155959.228000', '155959.231000', '155959.235000', '155959.238000', '155959.240000', '155959.244000', '155959.247000', '155959.250000', '155959.253000', '155959.256000', '155959.259000', '155959.262000', '155959.265000', '155959.268000', '155959.271000', '155959.274000', '155959.277000', '155959.280000', '155959.283000', '155959.286000', '155959.289000', '155959.292000', '155959.295000', '155959.298000', '155959.307000', '155959.310000', '155959.313000', '155959.316000', '155959.319000', '155959.322000', '160019.179000', '160019.182000', '160019.185000', '160019.188000', '160019.191000', '160019.194000', '160019.197000', '160019.200000', '160019.203000', '160019.206000', '160019.209000', '160019.211000', '160019.214000', '160019.217000', '160019.222000', '160019.225000', '160019.228000', '160019.230000', '160019.233000', '160019.236000', '160019.239000', '160019.242000', '160019.245000', '160019.247000', '160019.250000', '160019.253000', '160019.256000', '160019.259000', '160019.262000', '160019.267000', '160019.270000', '160019.273000', '160019.276000', '160019.279000', '160019.282000', '160019.284000', '160019.287000', '160019.290000', '160019.293000', '160019.296000', '160019.299000', '160019.301000', '160019.304000', '160039.179000', '160039.182000', '160039.185000', '160039.188000', '160039.190000', '160039.193000', '160039.196000', '160039.204000', '160039.207000', '160039.210000', '160039.212000', '160039.215000', '160039.227000', '160039.230000', '160039.233000', '160039.236000', '160039.239000', '160039.241000', '160039.244000', '160039.247000', '160039.250000', '160039.253000', '160039.256000', '160039.259000', '160039.262000', '160039.265000', '160039.267000', '160039.270000', '160039.273000', '160039.276000', '160039.279000', '160039.282000', '160039.285000', '160039.288000', '160039.291000', '160039.294000', '160039.297000', '160039.299000', '160039.302000', '160039.305000', '160039.308000', '160039.311000', '160039.313000', '160039.316000', '160059.179000', '160059.182000', '160059.185000', '160059.188000', '160059.191000', '160059.194000', '160059.196000', '160059.199000', '160059.202000', '160059.205000', '160059.208000', '160059.211000', '160059.214000', '160059.217000', '160059.219000', '160059.222000', '160059.225000', '160059.228000', '160059.231000', '160059.234000', '160059.237000', '160059.240000', '160059.243000', '160059.245000', '160059.248000', '160059.254000', '160059.257000', '160059.261000', '160059.263000', '160059.266000', '160059.269000', '160059.272000', '160059.275000', '160059.278000', '160059.281000', '160059.284000', '160059.286000', '160059.289000', '160059.292000', '160059.295000', '160059.298000', '160059.300000', '160059.303000', '160119.180000', '160119.183000', '160119.201000', '160119.204000', '160119.207000', '160119.210000', '160119.213000', '160119.216000', '160119.219000', '160119.222000', '160119.225000', '160119.228000', '160119.230000', '160119.233000', '160119.236000', '160119.239000', '160119.242000', '160119.245000', '160119.248000', '160119.251000', '160119.253000', '160119.256000', '160119.259000', '160119.262000', '160119.265000', '160119.271000', '160119.275000', '160119.277000', '160119.280000', '160119.283000', '160119.286000', '160119.289000', '160119.292000', '160119.294000', '160119.297000', '160119.300000', '160119.303000', '160119.306000', '160119.309000', '160119.312000', '160119.315000', '160119.317000', '160119.320000', '160119.323000', '160139.179000', '160139.182000', '160139.185000', '160139.188000', '160139.191000', '160139.193000', '160139.196000', '160139.199000', '160139.202000', '160139.205000', '160139.208000', '160139.211000', '160139.214000', '160139.217000', '160139.220000', '160139.222000', '160139.225000', '160139.228000', '160139.231000', '160139.234000', '160139.237000', '160139.240000', '160139.243000', '160139.245000', '160139.248000', '160139.251000', '160139.254000', '160139.257000', '160139.260000', '160139.263000', '160139.268000', '160139.270000', '160139.273000', '160139.276000', '160139.279000', '160139.282000', '160139.285000', '160139.288000', '160139.291000', '160139.294000', '160139.296000', '160139.299000', '160139.302000', '160159.179000', '160159.182000', '160159.185000', '160159.188000', '160159.191000', '160159.194000', '160159.196000', '160159.199000', '160159.202000', '160159.205000', '160159.208000', '160159.211000', '160159.214000', '160159.217000', '160159.220000', '160159.229000', '160159.232000', '160159.235000', '160159.237000', '160159.240000', '160159.243000', '160159.246000', '160159.249000', '160159.252000', '160159.254000', '160159.257000', '160159.260000', '160159.263000', '160159.266000', '160159.269000', '160159.272000', '160159.275000', '160159.278000', '160159.281000', '160159.283000', '160159.286000', '160159.289000', '160159.292000', '160159.295000', '160159.298000', '160159.300000', '160159.303000', '160159.306000', '160159.309000', '160219.179000', '160219.182000', '160219.185000', '160219.188000', '160219.191000', '160219.194000', '160219.196000', '160219.199000', '160219.202000', '160219.205000', '160219.208000', '160219.212000', '160219.215000', '160219.218000', '160219.221000', '160219.224000', '160219.227000', '160219.230000', '160219.233000', '160219.236000', '160219.239000', '160219.242000', '160219.245000', '160219.248000', '160219.251000', '160219.253000', '160219.256000', '160219.259000', '160219.264000', '160219.269000', '160219.272000', '160219.275000', '160219.277000', '160219.280000', '160219.283000', '160219.286000', '160219.289000', '160219.292000', '160219.295000', '160219.297000', '160219.300000', '160219.303000', '160219.306000', '160239.179000', '160239.182000', '160239.185000', '160239.188000', '160239.191000', '160239.194000', '160239.197000', '160239.199000', '160239.202000', '160239.205000', '160239.208000', '160239.211000', '160239.214000', '160239.217000', '160239.220000', '160239.223000', '160239.226000', '160239.228000', '160239.231000', '160239.234000', '160239.237000', '160239.240000', '160239.243000', '160239.246000', '160239.249000', '160239.251000', '160239.254000', '160239.257000', '160239.260000', '160239.263000', '160239.266000', '160239.268000', '160239.271000', '160239.274000', '160239.277000', '160239.280000', '160239.283000', '160239.286000', '160239.289000', '160239.291000', '160239.294000', '160239.310000', '160239.313000', '160239.315000', '160259.179000', '160259.182000', '160259.185000', '160259.188000', '160259.191000', '160259.194000', '160259.197000', '160259.199000', '160259.202000', '160259.205000', '160259.208000', '160259.211000', '160259.214000', '160259.217000', '160259.220000', '160259.223000', '160259.225000', '160259.228000', '160259.231000', '160259.234000', '160259.237000', '160259.240000', '160259.243000', '160259.246000', '160259.248000', '160259.251000', '160259.254000', '160259.257000', '160259.260000', '160259.263000', '160259.266000', '160259.269000', '160259.272000', '160259.274000', '160259.277000', '160259.280000', '160259.283000', '160259.286000', '160259.290000', '160259.293000', '160259.296000', '160259.299000', '160259.302000', '160319.179000', '160319.182000', '160319.185000', '160319.188000', '160319.191000', '160319.193000', '160319.196000', '160319.199000', '160319.202000', '160319.205000', '160319.208000', '160319.211000', '160319.214000', '160319.216000', '160319.219000', '160319.222000', '160319.225000', '160319.228000', '160319.231000', '160319.234000', '160319.237000', '160319.240000', '160319.243000', '160319.246000', '160319.249000', '160319.252000', '160319.255000', '160319.258000', '160319.261000', '160319.264000', '160319.266000', '160319.269000', '160319.272000', '160319.275000', '160319.278000', '160319.281000', '160319.284000', '160319.287000', '160319.289000', '160319.292000', '160319.295000', '160319.298000', '160319.301000', '160319.304000', '160339.180000', '160339.183000', '160339.186000', '160339.189000', '160339.191000', '160339.194000', '160339.197000', '160339.200000', '160339.203000', '160339.206000', '160339.209000', '160339.212000', '160339.215000', '160339.218000', '160339.220000', '160339.223000', '160339.226000', '160339.229000', '160339.232000', '160339.235000', '160339.238000', '160339.241000', '160339.243000', '160339.248000', '160339.251000', '160339.254000', '160339.257000', '160339.259000', '160339.262000', '160339.265000', '160339.268000', '160339.271000', '160339.274000', '160339.277000', '160339.279000', '160339.282000', '160339.285000', '160339.288000', '160339.291000', '160339.294000', '160339.297000', '160339.300000', '160339.304000', '160359.179000', '160359.182000', '160359.185000', '160359.188000', '160359.191000', '160359.193000', '160359.196000', '160359.199000', '160359.202000', '160359.205000', '160359.208000', '160359.211000', '160359.214000', '160359.216000', '160359.219000', '160359.222000', '160359.225000', '160359.228000', '160359.231000', '160359.234000', '160359.237000', '160359.240000', '160359.243000', '160359.245000', '160359.248000', '160359.251000', '160359.254000', '160359.257000', '160359.260000', '160359.263000', '160359.265000', '160359.268000', '160359.271000', '160359.274000', '160359.277000', '160359.280000', '160359.283000', '160359.285000', '160359.288000', '160359.291000', '160359.294000', '160359.297000', '160359.300000', '160359.303000', '160419.179000', '160419.182000', '160419.185000', '160419.188000', '160419.191000', '160419.194000', '160419.197000', '160419.209000', '160419.212000', '160419.214000', '160419.217000', '160419.220000', '160419.223000', '160419.226000', '160419.229000', '160419.232000', '160419.235000', '160419.238000', '160419.240000', '160419.243000', '160419.246000', '160419.249000', '160419.254000', '160419.257000', '160419.260000', '160419.263000', '160419.266000', '160419.269000', '160419.272000', '160419.275000', '160419.278000', '160419.281000', '160419.284000', '160419.287000', '160419.289000', '160419.292000', '160419.295000', '160419.298000', '160419.301000', '160419.304000', '160419.307000', '160419.309000', '160419.312000', '160439.179000', '160439.182000', '160439.185000', '160439.188000', '160439.191000', '160439.194000', '160439.196000', '160439.199000', '160439.202000', '160439.205000', '160439.208000', '160439.211000', '160439.214000', '160439.217000', '160439.220000', '160439.222000', '160439.227000', '160439.231000', '160439.233000', '160439.236000', '160439.239000', '160439.242000', '160439.245000', '160439.248000', '160439.251000', '160439.254000', '160439.257000', '160439.259000', '160439.262000', '160439.265000', '160439.268000', '160439.271000', '160439.274000', '160439.277000', '160439.280000', '160439.283000', '160439.286000', '160439.289000', '160439.291000', '160439.294000', '160439.297000', '160439.300000', '160439.303000', '160439.306000', '160459.179000', '160459.182000', '160459.185000', '160459.188000', '160459.191000', '160459.193000', '160459.196000', '160459.199000', '160459.202000', '160459.205000', '160459.208000', '160459.211000', '160459.214000', '160459.217000', '160459.219000', '160459.222000', '160459.225000', '160459.228000', '160459.231000', '160459.234000', '160459.237000', '160459.240000', '160459.242000', '160459.245000', '160459.248000', '160459.251000', '160459.254000', '160459.257000', '160459.260000', '160459.263000', '160459.265000', '160459.268000', '160459.271000', '160459.274000', '160459.277000', '160459.280000', '160459.283000', '160459.286000', '160459.289000', '160459.293000', '160459.295000', '160459.298000', '160459.301000', '160519.179000', '160519.182000', '160519.185000', '160519.188000', '160519.196000', '160519.199000', '160519.202000', '160519.205000', '160519.208000', '160519.211000', '160519.213000', '160519.216000', '160519.219000', '160519.222000', '160519.225000', '160519.228000', '160519.231000', '160519.234000', '160519.236000', '160519.239000', '160519.242000', '160519.245000', '160519.248000', '160519.251000', '160519.254000', '160519.256000', '160519.259000', '160519.262000', '160519.265000', '160519.268000', '160519.271000', '160519.274000', '160519.277000', '160519.280000', '160519.283000', '160519.286000', '160519.289000', '160519.291000', '160519.294000', '160519.297000', '160519.300000', '160519.303000', '160519.306000', '160519.308000', '160539.179000', '160539.182000', '160539.185000', '160539.188000', '160539.191000', '160539.194000', '160539.197000', '160539.199000', '160539.202000', '160539.205000', '160539.208000', '160539.211000', '160539.214000', '160539.217000', '160539.220000', '160539.223000', '160539.225000', '160539.228000', '160539.245000', '160539.248000', '160539.251000', '160539.254000', '160539.256000', '160539.259000', '160539.262000', '160539.265000', '160539.268000', '160539.271000', '160539.274000', '160539.277000', '160539.280000', '160539.282000', '160539.285000', '160539.288000', '160539.291000', '160539.294000', '160539.297000', '160539.299000', '160539.302000', '160539.305000', '160539.308000', '160539.311000', '160539.314000', '160559.182000', '160559.185000', '160559.188000', '160559.191000', '160559.194000', '160559.197000', '160559.200000', '160559.203000', '160559.206000', '160559.209000', '160559.211000', '160559.214000', '160559.217000', '160559.220000', '160559.223000', '160559.226000', '160559.229000', '160559.231000', '160559.234000', '160559.237000', '160559.240000', '160559.243000', '160559.246000', '160559.249000', '160559.252000', '160559.254000', '160559.257000', '160559.260000', '160559.263000', '160559.266000', '160559.268000', '160559.271000', '160559.274000', '160559.277000', '160559.280000', '160559.283000', '160559.286000', '160559.289000', '160559.291000', '160559.294000', '160559.297000', '160559.300000', '160559.303000', '160619.179000', '160619.182000', '160619.185000', '160619.188000', '160619.191000', '160619.194000', '160619.197000', '160619.199000', '160619.202000', '160619.205000', '160619.208000', '160619.211000', '160619.214000', '160619.216000', '160619.219000', '160619.222000', '160619.225000', '160619.228000', '160619.231000', '160619.234000', '160619.237000', '160619.240000', '160619.243000', '160619.246000', '160619.248000', '160619.251000', '160619.254000', '160619.257000', '160619.260000', '160619.263000', '160619.266000', '160619.268000', '160619.271000', '160619.274000', '160619.277000', '160619.280000', '160619.283000', '160619.286000', '160619.289000', '160619.292000', '160619.295000', '160619.298000', '160619.301000', '160619.304000', '160639.179000', '160639.182000', '160639.185000', '160639.188000', '160639.191000', '160639.194000', '160639.197000', '160639.199000', '160639.202000', '160639.205000', '160639.208000', '160639.211000', '160639.214000', '160639.216000', '160639.220000', '160639.222000', '160639.225000', '160639.228000', '160639.231000', '160639.234000', '160639.237000', '160639.240000', '160639.243000', '160639.246000', '160639.248000', '160639.251000', '160639.254000', '160639.257000', '160639.260000', '160639.263000', '160639.266000', '160639.269000', '160639.271000', '160639.274000', '160639.277000', '160639.280000', '160639.283000', '160639.286000', '160639.289000', '160639.292000', '160639.294000', '160639.297000', '160639.300000', '160639.303000', '160659.179000', '160659.182000', '160659.185000', '160659.188000', '160659.191000', '160659.194000', '160659.196000', '160659.199000', '160659.202000', '160659.205000', '160659.208000', '160659.211000', '160659.214000', '160659.217000', '160659.219000', '160659.222000', '160659.225000', '160659.228000', '160659.231000', '160659.234000', '160659.237000', '160659.240000', '160659.242000', '160659.245000', '160659.248000', '160659.251000', '160659.254000', '160659.257000', '160659.260000', '160659.277000', '160659.279000', '160659.282000', '160659.285000', '160659.288000', '160659.291000', '160659.294000', '160659.297000', '160659.299000', '160659.302000', '160659.305000', '160659.308000', '160659.311000', '160659.314000', '160719.179000', '160719.182000', '160719.185000', '160719.188000', '160719.191000', '160719.194000', '160719.197000', '160719.202000', '160719.205000', '160719.208000', '160719.211000', '160719.214000', '160719.216000', '160719.219000', '160719.222000', '160719.225000', '160719.228000', '160719.231000', '160719.234000', '160719.237000', '160719.240000', '160719.243000', '160719.245000', '160719.248000', '160719.251000', '160719.254000', '160719.257000', '160719.260000', '160719.262000', '160719.265000', '160719.268000', '160719.271000', '160719.274000', '160719.277000', '160719.280000', '160719.282000', '160719.285000', '160719.288000', '160719.291000', '160719.294000', '160719.297000', '160719.302000', '160719.305000', '160739.179000', '160739.182000', '160739.185000', '160739.188000', '160739.191000', '160739.194000', '160739.196000', '160739.199000', '160739.202000', '160739.205000', '160739.208000', '160739.211000', '160739.214000', '160739.217000', '160739.220000', '160739.222000', '160739.225000', '160739.228000', '160739.231000', '160739.234000', '160739.237000', '160739.240000', '160739.242000', '160739.245000', '160739.248000', '160739.251000', '160739.254000', '160739.257000', '160739.260000', '160739.263000', '160739.266000', '160739.268000', '160739.271000', '160739.274000', '160739.277000', '160739.280000', '160739.283000', '160739.286000', '160739.289000', '160739.291000', '160739.294000', '160739.297000', '160739.300000', '160739.303000', '160759.179000', '160759.182000', '160759.189000', '160759.192000', '160759.196000', '160759.199000', '160759.202000', '160759.205000', '160759.208000', '160759.211000', '160759.214000', '160759.216000', '160759.220000', '160759.222000', '160759.225000', '160759.228000', '160759.231000', '160759.234000', '160759.237000', '160759.240000', '160759.243000', '160759.245000', '160759.248000', '160759.251000', '160759.254000', '160759.257000', '160759.260000', '160759.263000', '160759.266000', '160759.269000', '160759.271000', '160759.274000', '160759.277000', '160759.280000', '160759.283000', '160759.285000', '160759.288000', '160759.291000', '160759.294000', '160759.297000', '160759.300000', '160759.303000', '160759.305000', '160808.478000', '160808.482000', '160808.485000', '160808.488000', '160808.491000', '160808.495000', '160808.498000', '160808.501000', '160808.504000', '160808.507000', '160808.510000', '160808.513000', '160808.516000', '160808.519000', '160808.521000', '160808.524000', '160808.527000', '160808.530000', '160808.533000', '160808.536000', '160808.539000'], 'InstanceCreationTime': ['155939.221000', '155939.234000', '155939.237000', '155939.239000', '155939.242000', '155939.246000', '155939.249000', '155939.252000', '155939.255000', '155939.259000', '155939.261000', '155939.264000', '155939.267000', '155939.271000', '155939.274000', '155939.277000', '155939.280000', '155939.283000', '155939.286000', '155939.288000', '155939.291000', '155939.295000', '155939.297000', '155939.300000', '155939.303000', '155939.306000', '155939.310000', '155939.323000', '155939.326000', '155939.329000', '155939.332000', '155939.343000', '155939.346000', '155939.349000', '155939.352000', '155939.355000', '155939.358000', '155939.361000', '155939.364000', '155939.367000', '155939.370000', '155939.373000', '155939.376000', '155939.379000', '155939.382000', '155939.385000', '155939.388000', '155939.391000', '155939.394000', '155939.397000', '155959.179000', '155959.182000', '155959.185000', '155959.188000', '155959.199000', '155959.202000', '155959.205000', '155959.208000', '155959.211000', '155959.214000', '155959.217000', '155959.220000', '155959.223000', '155959.226000', '155959.228000', '155959.231000', '155959.235000', '155959.238000', '155959.240000', '155959.244000', '155959.247000', '155959.250000', '155959.253000', '155959.256000', '155959.259000', '155959.262000', '155959.265000', '155959.268000', '155959.271000', '155959.274000', '155959.277000', '155959.280000', '155959.283000', '155959.286000', '155959.289000', '155959.292000', '155959.295000', '155959.298000', '155959.307000', '155959.310000', '155959.313000', '155959.316000', '155959.319000', '155959.322000', '160019.179000', '160019.182000', '160019.185000', '160019.188000', '160019.191000', '160019.194000', '160019.197000', '160019.200000', '160019.203000', '160019.206000', '160019.209000', '160019.211000', '160019.214000', '160019.217000', '160019.222000', '160019.225000', '160019.228000', '160019.230000', '160019.233000', '160019.236000', '160019.239000', '160019.242000', '160019.245000', '160019.247000', '160019.250000', '160019.253000', '160019.256000', '160019.259000', '160019.262000', '160019.267000', '160019.270000', '160019.273000', '160019.276000', '160019.279000', '160019.282000', '160019.284000', '160019.287000', '160019.290000', '160019.293000', '160019.296000', '160019.299000', '160019.301000', '160019.304000', '160039.179000', '160039.182000', '160039.185000', '160039.188000', '160039.190000', '160039.193000', '160039.196000', '160039.204000', '160039.207000', '160039.210000', '160039.212000', '160039.215000', '160039.227000', '160039.230000', '160039.233000', '160039.236000', '160039.239000', '160039.241000', '160039.244000', '160039.247000', '160039.250000', '160039.253000', '160039.256000', '160039.259000', '160039.262000', '160039.265000', '160039.267000', '160039.270000', '160039.273000', '160039.276000', '160039.279000', '160039.282000', '160039.285000', '160039.288000', '160039.291000', '160039.294000', '160039.297000', '160039.299000', '160039.302000', '160039.305000', '160039.308000', '160039.311000', '160039.313000', '160039.316000', '160059.179000', '160059.182000', '160059.185000', '160059.188000', '160059.191000', '160059.194000', '160059.196000', '160059.199000', '160059.202000', '160059.205000', '160059.208000', '160059.211000', '160059.214000', '160059.217000', '160059.219000', '160059.222000', '160059.225000', '160059.228000', '160059.231000', '160059.234000', '160059.237000', '160059.240000', '160059.243000', '160059.245000', '160059.248000', '160059.254000', '160059.257000', '160059.261000', '160059.263000', '160059.266000', '160059.269000', '160059.272000', '160059.275000', '160059.278000', '160059.281000', '160059.284000', '160059.286000', '160059.289000', '160059.292000', '160059.295000', '160059.298000', '160059.300000', '160059.303000', '160119.180000', '160119.183000', '160119.201000', '160119.204000', '160119.207000', '160119.210000', '160119.213000', '160119.216000', '160119.219000', '160119.222000', '160119.225000', '160119.228000', '160119.230000', '160119.233000', '160119.236000', '160119.239000', '160119.242000', '160119.245000', '160119.248000', '160119.251000', '160119.253000', '160119.256000', '160119.259000', '160119.262000', '160119.265000', '160119.271000', '160119.275000', '160119.277000', '160119.280000', '160119.283000', '160119.286000', '160119.289000', '160119.292000', '160119.294000', '160119.297000', '160119.300000', '160119.303000', '160119.306000', '160119.309000', '160119.312000', '160119.315000', '160119.317000', '160119.320000', '160119.323000', '160139.179000', '160139.182000', '160139.185000', '160139.188000', '160139.191000', '160139.193000', '160139.196000', '160139.199000', '160139.202000', '160139.205000', '160139.208000', '160139.211000', '160139.214000', '160139.217000', '160139.220000', '160139.222000', '160139.225000', '160139.228000', '160139.231000', '160139.234000', '160139.237000', '160139.240000', '160139.243000', '160139.245000', '160139.248000', '160139.251000', '160139.254000', '160139.257000', '160139.260000', '160139.263000', '160139.268000', '160139.270000', '160139.273000', '160139.276000', '160139.279000', '160139.282000', '160139.285000', '160139.288000', '160139.291000', '160139.294000', '160139.296000', '160139.299000', '160139.302000', '160159.179000', '160159.182000', '160159.185000', '160159.188000', '160159.191000', '160159.194000', '160159.196000', '160159.199000', '160159.202000', '160159.205000', '160159.208000', '160159.211000', '160159.214000', '160159.217000', '160159.220000', '160159.229000', '160159.232000', '160159.235000', '160159.237000', '160159.240000', '160159.243000', '160159.246000', '160159.249000', '160159.252000', '160159.254000', '160159.257000', '160159.260000', '160159.263000', '160159.266000', '160159.269000', '160159.272000', '160159.275000', '160159.278000', '160159.281000', '160159.283000', '160159.286000', '160159.289000', '160159.292000', '160159.295000', '160159.298000', '160159.300000', '160159.303000', '160159.306000', '160159.309000', '160219.179000', '160219.182000', '160219.185000', '160219.188000', '160219.191000', '160219.194000', '160219.196000', '160219.199000', '160219.202000', '160219.205000', '160219.208000', '160219.212000', '160219.215000', '160219.218000', '160219.221000', '160219.224000', '160219.227000', '160219.230000', '160219.233000', '160219.236000', '160219.239000', '160219.242000', '160219.245000', '160219.248000', '160219.251000', '160219.253000', '160219.256000', '160219.259000', '160219.264000', '160219.269000', '160219.272000', '160219.275000', '160219.277000', '160219.280000', '160219.283000', '160219.286000', '160219.289000', '160219.292000', '160219.295000', '160219.297000', '160219.300000', '160219.303000', '160219.306000', '160239.179000', '160239.182000', '160239.185000', '160239.188000', '160239.191000', '160239.194000', '160239.197000', '160239.199000', '160239.202000', '160239.205000', '160239.208000', '160239.211000', '160239.214000', '160239.217000', '160239.220000', '160239.223000', '160239.226000', '160239.228000', '160239.231000', '160239.234000', '160239.237000', '160239.240000', '160239.243000', '160239.246000', '160239.249000', '160239.251000', '160239.254000', '160239.257000', '160239.260000', '160239.263000', '160239.266000', '160239.268000', '160239.271000', '160239.274000', '160239.277000', '160239.280000', '160239.283000', '160239.286000', '160239.289000', '160239.291000', '160239.294000', '160239.310000', '160239.313000', '160239.315000', '160259.179000', '160259.182000', '160259.185000', '160259.188000', '160259.191000', '160259.194000', '160259.197000', '160259.199000', '160259.202000', '160259.205000', '160259.208000', '160259.211000', '160259.214000', '160259.217000', '160259.220000', '160259.223000', '160259.225000', '160259.228000', '160259.231000', '160259.234000', '160259.237000', '160259.240000', '160259.243000', '160259.246000', '160259.248000', '160259.251000', '160259.254000', '160259.257000', '160259.260000', '160259.263000', '160259.266000', '160259.269000', '160259.272000', '160259.274000', '160259.277000', '160259.280000', '160259.283000', '160259.286000', '160259.290000', '160259.293000', '160259.296000', '160259.299000', '160259.302000', '160319.179000', '160319.182000', '160319.185000', '160319.188000', '160319.191000', '160319.193000', '160319.196000', '160319.199000', '160319.202000', '160319.205000', '160319.208000', '160319.211000', '160319.214000', '160319.216000', '160319.219000', '160319.222000', '160319.225000', '160319.228000', '160319.231000', '160319.234000', '160319.237000', '160319.240000', '160319.243000', '160319.246000', '160319.249000', '160319.252000', '160319.255000', '160319.258000', '160319.261000', '160319.264000', '160319.266000', '160319.269000', '160319.272000', '160319.275000', '160319.278000', '160319.281000', '160319.284000', '160319.287000', '160319.289000', '160319.292000', '160319.295000', '160319.298000', '160319.301000', '160319.304000', '160339.180000', '160339.183000', '160339.186000', '160339.189000', '160339.191000', '160339.194000', '160339.197000', '160339.200000', '160339.203000', '160339.206000', '160339.209000', '160339.212000', '160339.215000', '160339.218000', '160339.220000', '160339.223000', '160339.226000', '160339.229000', '160339.232000', '160339.235000', '160339.238000', '160339.241000', '160339.243000', '160339.248000', '160339.251000', '160339.254000', '160339.257000', '160339.259000', '160339.262000', '160339.265000', '160339.268000', '160339.271000', '160339.274000', '160339.277000', '160339.279000', '160339.282000', '160339.285000', '160339.288000', '160339.291000', '160339.294000', '160339.297000', '160339.300000', '160339.304000', '160359.179000', '160359.182000', '160359.185000', '160359.188000', '160359.191000', '160359.193000', '160359.196000', '160359.199000', '160359.202000', '160359.205000', '160359.208000', '160359.211000', '160359.214000', '160359.216000', '160359.219000', '160359.222000', '160359.225000', '160359.228000', '160359.231000', '160359.234000', '160359.237000', '160359.240000', '160359.243000', '160359.245000', '160359.248000', '160359.251000', '160359.254000', '160359.257000', '160359.260000', '160359.263000', '160359.265000', '160359.268000', '160359.271000', '160359.274000', '160359.277000', '160359.280000', '160359.283000', '160359.285000', '160359.288000', '160359.291000', '160359.294000', '160359.297000', '160359.300000', '160359.303000', '160419.179000', '160419.182000', '160419.185000', '160419.188000', '160419.191000', '160419.194000', '160419.197000', '160419.209000', '160419.212000', '160419.214000', '160419.217000', '160419.220000', '160419.223000', '160419.226000', '160419.229000', '160419.232000', '160419.235000', '160419.238000', '160419.240000', '160419.243000', '160419.246000', '160419.249000', '160419.254000', '160419.257000', '160419.260000', '160419.263000', '160419.266000', '160419.269000', '160419.272000', '160419.275000', '160419.278000', '160419.281000', '160419.284000', '160419.287000', '160419.289000', '160419.292000', '160419.295000', '160419.298000', '160419.301000', '160419.304000', '160419.307000', '160419.309000', '160419.312000', '160439.179000', '160439.182000', '160439.185000', '160439.188000', '160439.191000', '160439.194000', '160439.196000', '160439.199000', '160439.202000', '160439.205000', '160439.208000', '160439.211000', '160439.214000', '160439.217000', '160439.220000', '160439.222000', '160439.227000', '160439.231000', '160439.233000', '160439.236000', '160439.239000', '160439.242000', '160439.245000', '160439.248000', '160439.251000', '160439.254000', '160439.257000', '160439.259000', '160439.262000', '160439.265000', '160439.268000', '160439.271000', '160439.274000', '160439.277000', '160439.280000', '160439.283000', '160439.286000', '160439.289000', '160439.291000', '160439.294000', '160439.297000', '160439.300000', '160439.303000', '160439.306000', '160459.179000', '160459.182000', '160459.185000', '160459.188000', '160459.191000', '160459.193000', '160459.196000', '160459.199000', '160459.202000', '160459.205000', '160459.208000', '160459.211000', '160459.214000', '160459.217000', '160459.219000', '160459.222000', '160459.225000', '160459.228000', '160459.231000', '160459.234000', '160459.237000', '160459.240000', '160459.242000', '160459.245000', '160459.248000', '160459.251000', '160459.254000', '160459.257000', '160459.260000', '160459.263000', '160459.265000', '160459.268000', '160459.271000', '160459.274000', '160459.277000', '160459.280000', '160459.283000', '160459.286000', '160459.289000', '160459.293000', '160459.295000', '160459.298000', '160459.301000', '160519.179000', '160519.182000', '160519.185000', '160519.188000', '160519.196000', '160519.199000', '160519.202000', '160519.205000', '160519.208000', '160519.211000', '160519.213000', '160519.216000', '160519.219000', '160519.222000', '160519.225000', '160519.228000', '160519.231000', '160519.234000', '160519.236000', '160519.239000', '160519.242000', '160519.245000', '160519.248000', '160519.251000', '160519.254000', '160519.256000', '160519.259000', '160519.262000', '160519.265000', '160519.268000', '160519.271000', '160519.274000', '160519.277000', '160519.280000', '160519.283000', '160519.286000', '160519.289000', '160519.291000', '160519.294000', '160519.297000', '160519.300000', '160519.303000', '160519.306000', '160519.308000', '160539.179000', '160539.182000', '160539.185000', '160539.188000', '160539.191000', '160539.194000', '160539.197000', '160539.199000', '160539.202000', '160539.205000', '160539.208000', '160539.211000', '160539.214000', '160539.217000', '160539.220000', '160539.223000', '160539.225000', '160539.228000', '160539.245000', '160539.248000', '160539.251000', '160539.254000', '160539.256000', '160539.259000', '160539.262000', '160539.265000', '160539.268000', '160539.271000', '160539.274000', '160539.277000', '160539.280000', '160539.282000', '160539.285000', '160539.288000', '160539.291000', '160539.294000', '160539.297000', '160539.299000', '160539.302000', '160539.305000', '160539.308000', '160539.311000', '160539.314000', '160559.182000', '160559.185000', '160559.188000', '160559.191000', '160559.194000', '160559.197000', '160559.200000', '160559.203000', '160559.206000', '160559.209000', '160559.211000', '160559.214000', '160559.217000', '160559.220000', '160559.223000', '160559.226000', '160559.229000', '160559.231000', '160559.234000', '160559.237000', '160559.240000', '160559.243000', '160559.246000', '160559.249000', '160559.252000', '160559.254000', '160559.257000', '160559.260000', '160559.263000', '160559.266000', '160559.268000', '160559.271000', '160559.274000', '160559.277000', '160559.280000', '160559.283000', '160559.286000', '160559.289000', '160559.291000', '160559.294000', '160559.297000', '160559.300000', '160559.303000', '160619.179000', '160619.182000', '160619.185000', '160619.188000', '160619.191000', '160619.194000', '160619.197000', '160619.199000', '160619.202000', '160619.205000', '160619.208000', '160619.211000', '160619.214000', '160619.216000', '160619.219000', '160619.222000', '160619.225000', '160619.228000', '160619.231000', '160619.234000', '160619.237000', '160619.240000', '160619.243000', '160619.246000', '160619.248000', '160619.251000', '160619.254000', '160619.257000', '160619.260000', '160619.263000', '160619.266000', '160619.268000', '160619.271000', '160619.274000', '160619.277000', '160619.280000', '160619.283000', '160619.286000', '160619.289000', '160619.292000', '160619.295000', '160619.298000', '160619.301000', '160619.304000', '160639.179000', '160639.182000', '160639.185000', '160639.188000', '160639.191000', '160639.194000', '160639.197000', '160639.199000', '160639.202000', '160639.205000', '160639.208000', '160639.211000', '160639.214000', '160639.216000', '160639.220000', '160639.222000', '160639.225000', '160639.228000', '160639.231000', '160639.234000', '160639.237000', '160639.240000', '160639.243000', '160639.246000', '160639.248000', '160639.251000', '160639.254000', '160639.257000', '160639.260000', '160639.263000', '160639.266000', '160639.269000', '160639.271000', '160639.274000', '160639.277000', '160639.280000', '160639.283000', '160639.286000', '160639.289000', '160639.292000', '160639.294000', '160639.297000', '160639.300000', '160639.303000', '160659.179000', '160659.182000', '160659.185000', '160659.188000', '160659.191000', '160659.194000', '160659.196000', '160659.199000', '160659.202000', '160659.205000', '160659.208000', '160659.211000', '160659.214000', '160659.217000', '160659.219000', '160659.222000', '160659.225000', '160659.228000', '160659.231000', '160659.234000', '160659.237000', '160659.240000', '160659.242000', '160659.245000', '160659.248000', '160659.251000', '160659.254000', '160659.257000', '160659.260000', '160659.277000', '160659.279000', '160659.282000', '160659.285000', '160659.288000', '160659.291000', '160659.294000', '160659.297000', '160659.299000', '160659.302000', '160659.305000', '160659.308000', '160659.311000', '160659.314000', '160719.179000', '160719.182000', '160719.185000', '160719.188000', '160719.191000', '160719.194000', '160719.197000', '160719.202000', '160719.205000', '160719.208000', '160719.211000', '160719.214000', '160719.216000', '160719.219000', '160719.222000', '160719.225000', '160719.228000', '160719.231000', '160719.234000', '160719.237000', '160719.240000', '160719.243000', '160719.245000', '160719.248000', '160719.251000', '160719.254000', '160719.257000', '160719.260000', '160719.262000', '160719.265000', '160719.268000', '160719.271000', '160719.274000', '160719.277000', '160719.280000', '160719.282000', '160719.285000', '160719.288000', '160719.291000', '160719.294000', '160719.297000', '160719.302000', '160719.305000', '160739.179000', '160739.182000', '160739.185000', '160739.188000', '160739.191000', '160739.194000', '160739.196000', '160739.199000', '160739.202000', '160739.205000', '160739.208000', '160739.211000', '160739.214000', '160739.217000', '160739.220000', '160739.222000', '160739.225000', '160739.228000', '160739.231000', '160739.234000', '160739.237000', '160739.240000', '160739.242000', '160739.245000', '160739.248000', '160739.251000', '160739.254000', '160739.257000', '160739.260000', '160739.263000', '160739.266000', '160739.268000', '160739.271000', '160739.274000', '160739.277000', '160739.280000', '160739.283000', '160739.286000', '160739.289000', '160739.291000', '160739.294000', '160739.297000', '160739.300000', '160739.303000', '160759.179000', '160759.182000', '160759.189000', '160759.192000', '160759.196000', '160759.199000', '160759.202000', '160759.205000', '160759.208000', '160759.211000', '160759.214000', '160759.216000', '160759.220000', '160759.222000', '160759.225000', '160759.228000', '160759.231000', '160759.234000', '160759.237000', '160759.240000', '160759.243000', '160759.245000', '160759.248000', '160759.251000', '160759.254000', '160759.257000', '160759.260000', '160759.263000', '160759.266000', '160759.269000', '160759.271000', '160759.274000', '160759.277000', '160759.280000', '160759.283000', '160759.285000', '160759.288000', '160759.291000', '160759.294000', '160759.297000', '160759.300000', '160759.303000', '160759.305000', '160808.478000', '160808.482000', '160808.485000', '160808.488000', '160808.491000', '160808.495000', '160808.498000', '160808.501000', '160808.504000', '160808.507000', '160808.510000', '160808.513000', '160808.516000', '160808.519000', '160808.521000', '160808.524000', '160808.527000', '160808.530000', '160808.533000', '160808.536000', '160808.539000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [12634, 9126, 11861, 8569, 14054, 9488, 10616, 9187, 8434, 13282, 9068, 13780, 10656, 8869, 9658, 8665, 13394, 8881, 12854, 9201, 10159, 9323, 8573, 13912, 9260, 9945, 9407, 8375, 12207, 8637, 11491, 9018, 8314, 9885, 8440, 11511, 8890, 13218, 8812, 11714, 9249, 11625, 9049, 8080, 10583, 7948, 11686, 8076, 11662, 8976, 11295, 10374, 8390, 10377, 8076, 12061, 8047, 13516, 9445, 14396, 9252, 12640, 10844, 11228, 10511, 8455, 10435, 8161, 11617, 7925, 13588, 9438, 13971, 9018, 13011, 9546, 11710, 10944, 10000, 10593, 8603, 10363, 7624, 11253, 8059, 13792, 8412, 13539, 8700, 13435, 9041, 13126, 11346, 11659, 9069, 10425, 9297, 8638, 9619, 8209, 13229, 7928, 13039, 8072, 13748, 9108, 12210, 10974, 10639, 8791, 8973, 9652, 8678, 11043, 7776, 12809, 7683, 12142, 8371, 13202, 8509, 13912, 10055, 11609, 9080, 11966, 9015, 10229, 9116, 8240, 11058, 7823, 11040, 8058, 13331, 8574, 13654, 11163, 13621, 8916, 11915, 9009, 9880, 9573, 7900, 12638, 8007, 12781, 8083, 13792, 9770, 13355, 10546, 11816, 9066, 11485, 8710, 8161, 11035, 7896, 12221, 7770, 12938, 8268, 13717, 10296, 14686, 8650, 12638, 9864, 12416, 11276, 10369, 9102, 8546, 9175, 8200, 9779, 7702, 13099, 8073, 13162, 8587, 12724, 10591, 12400, 11498, 12872, 10489, 12822, 11351, 13468, 11523, 11705, 9286, 10638, 8806, 10562, 8869, 9085, 9479, 8485, 9819, 7898, 10365, 8040, 11740, 8369, 12993, 8926, 12107, 9276, 11083, 9161, 8722, 11143, 7892, 11986, 7900, 13136, 8593, 13833, 11380, 12539, 11173, 9280, 9451, 7906, 12033, 8244, 13735, 10733, 12278, 9962, 10465, 9916, 8736, 12429, 8056, 13607, 8493, 13626, 9252, 13374, 10958, 10920, 10309, 8881, 9776, 8281, 11371, 8410, 13239, 9890, 11325, 9011, 8564, 9707, 8410, 13149, 9899, 12451, 9496, 9482, 9612, 8571, 12740, 8650, 12347, 11068, 8494, 10170, 8293, 12852, 8748, 14154, 11010, 13946, 9293, 11470, 9100, 8640, 11425, 8541, 13484, 8839, 10843, 9014, 9670, 9983, 8807, 13378, 8404, 13705, 10017, 13418, 11303, 12225, 10741, 8974, 10168, 8449, 11091, 8620, 12212, 8507, 13275, 8964, 13310, 9208, 11550, 8998, 10970, 9011, 9156, 10199, 8376, 10136, 8594, 11402, 8347, 13105, 8737, 13415, 9301, 13953, 10060, 12521, 11300, 11466, 10259, 9110, 10122, 8696, 11921, 8698, 13774, 11091, 10769, 9857, 8276, 11753, 8735, 9895, 9687, 8407, 14354, 11449, 12613, 9951, 9689, 10422, 9371, 10779, 8767, 12936, 8502, 10698, 8475, 12133, 8636, 12116, 8892, 12051, 8519, 8956, 8989, 8189, 12110, 8085, 12374, 8703, 13321, 9875, 13714, 11638, 12847, 9315, 11685, 9248, 10295, 9436, 8847, 11952, 8351, 11706, 8033, 12869, 8419, 13689, 8844, 14770, 9321, 13890, 8703, 13543, 8782, 13231, 10283, 13112, 9370, 11896, 8583, 10825, 8420, 8389, 10885, 8019, 11217, 8373, 12455, 8306, 14021, 9548, 14237, 8935, 13889, 9219, 13569, 11508, 12217, 10769, 9091, 9566, 8586, 9981, 8400, 12159, 8482, 13067, 9049, 11228, 9235, 9959, 9582, 8409, 12902, 8432, 13347, 9276, 14427, 10913, 12897, 11500, 9098, 10343, 8164, 10730, 8332, 12592, 8419, 13571, 9732, 10799, 9029, 10585, 9496, 8948, 11760, 9083, 12452, 8454, 13357, 8522, 13476, 10463, 13404, 9682, 11098, 9498, 9129, 9844, 8431, 11994, 8327, 12364, 8372, 12871, 9039, 12182, 10360, 10899, 9458, 8679, 9714, 8900, 10295, 8046, 12933, 8515, 12444, 9020, 10388, 9192, 8716, 10910, 8517, 11972, 8277, 12743, 9146, 12647, 11735, 9545, 10235, 8195, 10529, 8078, 12238, 8535, 13814, 9420, 13372, 9675, 12021, 10528, 11219, 10288, 8506, 11330, 8112, 12644, 8551, 13502, 10639, 12751, 11047, 11371, 9217, 8707, 10244, 8207, 13281, 8364, 13693, 8777, 11443, 8857, 9424, 11579, 7933, 12672, 8485, 13420, 9101, 12700, 11634, 10879, 10289, 8640, 10011, 8271, 10637, 8028, 12867, 8654, 12470, 8744, 11755, 9107, 11364, 10031, 8717, 10454, 8175, 10414, 7990, 12102, 7981, 12890, 9257, 12322, 9424, 11213, 8987, 11067, 9238, 8402, 10319, 8658, 12238, 9186, 12216, 9843, 11603, 9065, 10659, 10135, 8956, 12081, 8791, 13717, 10236, 12763, 9965, 11367, 9579, 10626, 10892, 8764, 11816, 8876, 12982, 9249, 11103, 10058, 10017, 10238, 8236, 11507, 8024, 12843, 8470, 13373, 9721, 12522, 9164, 11380, 9181, 10601, 11207, 8162, 12631, 8225, 13044, 8318, 13387, 10458, 12952, 9400, 12163, 9277, 11479, 10211, 8374, 12318, 8078, 13044, 8400, 12547, 8447, 12939, 9606, 11018, 10341, 7940, 11603, 8152, 12839, 9870, 12499, 9775, 10600, 10504, 7926, 12187, 8383, 13349, 9679, 13173, 9742, 12815, 10227, 12457, 10519, 8003, 13091, 8635, 13325, 8929, 12687, 9974, 12419, 10388, 7981, 10972, 7888, 12115, 7970, 12967, 9163, 13363, 8841, 13016, 8548, 13341, 9020, 11903, 10477, 8445, 12801, 8433, 13184, 8776, 13127, 11183, 10065, 11220, 8546, 13159, 8664, 10483, 9706, 14234, 9750, 13516, 8905, 13253, 9108, 13578, 9125, 13904, 9723, 14674, 11036, 10586, 9701, 9478, 10919, 9056, 13339, 10370, 12848, 10896, 9201, 10026, 9487, 12717, 8811, 13573, 10437, 13252, 10792, 9115, 9411, 9652, 10165, 8564, 12300, 8846, 11853, 9223, 9017, 9027, 8944, 9564, 8609, 11202, 8874, 12614, 9423, 14307, 9823, 11934, 9535, 10282, 9159, 9362, 9840, 8954, 12724, 8548, 12928, 8828, 11063, 9100, 10403, 9408, 8995, 11470, 8757, 12463, 8949, 11954, 9552, 10006, 9907, 9349, 10285, 8335, 12026, 8793, 13487, 10426, 11737, 10208, 9272, 9672, 8374, 11742, 8358, 13152, 10277, 11438, 10381, 9371, 9624, 8962, 11578, 8828, 13385, 10336, 11935, 9384, 9101, 9431, 10307, 10476, 8833, 11496, 9116, 8372, 11782, 9498, 11092, 10376, 8495, 10355, 8066, 11049, 8470, 12823, 8343, 11749, 8511, 11693, 8775, 11749, 8630, 9885, 8542, 8813, 9231, 9076, 10576, 8103, 11470, 8289, 11823, 8994, 13009, 11233, 12631, 10472, 12120, 11155, 12424, 11006, 11508, 10769, 10274, 10092, 10235, 10246, 8840, 11341, 8380, 13685, 8637, 12925, 8842, 12860, 9333, 14010, 10742, 14035, 11237, 12099, 8885, 11535, 9461, 10508, 11317, 8450, 11928, 8704, 13315, 8955, 12132, 10909, 11249, 9896, 8883, 10048, 8755, 12288, 9094, 13398, 8598, 14161, 8683, 13729, 9639, 11393, 9276, 9971, 10229, 9081, 11286, 8782, 12325, 9222, 12442, 10823, 10303, 9418, 9164, 9914, 9122, 10962, 8849, 13362, 9064, 10901, 8997, 10197, 10291, 8832, 12042, 9290, 10786, 9119, 9654, 10131, 9038, 12512, 8910, 14232, 9658, 14382, 10173, 12435, 10912, 8983, 10546, 8703, 10915, 8735, 11694, 9310, 8546, 12465, 9324, 8918, 10775, 8829, 10732, 10906, 8223, 12432, 9452, 8611, 10831, 8156, 14670, 11078, 12027, 9779, 8286, 11406, 8566, 13799, 10130, 9669, 10173, 7913, 11416, 8424, 12874, 9608, 11986, 9626, 8152, 10279, 7810, 12419, 8594, 14049, 10495, 14485, 9552, 11491, 9333, 10863, 9609, 8507, 10905, 7841, 11239, 8165, 11992, 8732, 12397, 9291, 13316, 9673, 12724, 9587, 12699, 9473, 11435, 10797, 9489, 10027, 8279, 10802, 8134, 11647, 8200, 12701, 8837, 13739, 9348, 14487, 9989, 13292, 10112, 11908, 9757, 11418, 10358, 8134, 11660, 7805, 11239, 8187, 12069, 8296, 13829, 8610, 13124, 8650, 12159, 9252, 12182, 9448, 10673, 9807, 8408, 10669, 8401, 11101, 8334, 13960, 10125, 13926, 9308, 13042, 10109, 11979, 10964, 9159, 10375, 8334, 10857, 8298, 12480, 9070, 13608, 9174, 12961, 9364, 12291, 11159, 11202, 10069, 8875, 10153, 8786, 10431, 8643, 12687, 8660, 11906, 8875, 11945, 9248, 11497, 10304, 9800, 9991, 8545, 10160, 8246, 11749, 8584, 12828, 9063, 12230, 9680, 11561, 10553, 10191, 10111, 8806, 11255, 8447, 12304, 8831, 13151, 10111, 13926, 11810, 10477, 9365, 8993, 9841, 8943, 10311, 8780, 13028, 8781, 12766, 8831, 13063, 9311, 11773, 9719, 10461, 9603, 8950, 9765, 8975, 9908, 9030, 10720, 8660, 11235, 8330, 10997, 8289, 11947, 9145, 12741, 10434, 10575, 9342, 10740, 9473, 9167, 9841, 8721, 12277, 8331, 11626, 8142, 12456, 8885, 13885, 9802, 10698, 8944, 8902, 9187, 8621, 11484, 8399, 12908], 'WindowCenter': [4704.0, 4655.0, 4670.0, 4635.0, 4675.0, 4635.0, 4643.0, 4634.0, 4624.0, 4662.0, 4632.0, 4657.0, 4639.0, 4621.0, 4629.0, 4620.0, 4660.0, 4633.0, 4656.0, 4631.0, 4642.0, 4632.0, 4631.0, 4671.0, 4630.0, 4640.0, 4629.0, 4619.0, 4662.0, 4633.0, 4651.0, 4632.0, 4622.0, 4643.0, 4634.0, 4663.0, 4633.0, 4668.0, 4633.0, 4647.0, 4631.0, 4658.0, 4632.0, 4623.0, 4654.0, 4622.0, 4662.0, 4624.0, 4663.0, 4644.0, 4664.0, 4657.0, 4635.0, 4653.0, 4623.0, 4665.0, 4635.0, 4671.0, 4645.0, 4668.0, 4644.0, 4673.0, 4665.0, 4654.0, 4656.0, 4623.0, 4651.0, 4632.0, 4654.0, 4632.0, 4671.0, 4644.0, 4673.0, 4634.0, 4661.0, 4642.0, 4662.0, 4652.0, 4642.0, 4654.0, 4632.0, 4642.0, 4623.0, 4652.0, 4622.0, 4672.0, 4624.0, 4671.0, 4634.0, 4672.0, 4643.0, 4671.0, 4665.0, 4652.0, 4632.0, 4641.0, 4632.0, 4632.0, 4642.0, 4621.0, 4675.0, 4623.0, 4667.0, 4625.0, 4672.0, 4645.0, 4663.0, 4654.0, 4653.0, 4634.0, 4633.0, 4644.0, 4632.0, 4655.0, 4623.0, 4663.0, 4613.0, 4662.0, 4622.0, 4662.0, 4634.0, 4672.0, 4643.0, 4651.0, 4633.0, 4663.0, 4633.0, 4656.0, 4644.0, 4635.0, 4666.0, 4624.0, 4654.0, 4625.0, 4675.0, 4634.0, 4672.0, 4654.0, 4670.0, 4632.0, 4662.0, 4633.0, 4642.0, 4643.0, 4623.0, 4664.0, 4624.0, 4662.0, 4624.0, 4669.0, 4644.0, 4667.0, 4645.0, 4649.0, 4631.0, 4651.0, 4632.0, 4622.0, 4653.0, 4624.0, 4661.0, 4623.0, 4674.0, 4634.0, 4670.0, 4655.0, 4682.0, 4634.0, 4663.0, 4645.0, 4670.0, 4654.0, 4639.0, 4634.0, 4632.0, 4633.0, 4634.0, 4643.0, 4624.0, 4675.0, 4634.0, 4676.0, 4659.0, 4687.0, 4666.0, 4678.0, 4665.0, 4674.0, 4653.0, 4661.0, 4652.0, 4658.0, 4652.0, 4647.0, 4632.0, 4641.0, 4620.0, 4639.0, 4622.0, 4631.0, 4630.0, 4620.0, 4642.0, 4623.0, 4641.0, 4623.0, 4664.0, 4635.0, 4674.0, 4646.0, 4664.0, 4645.0, 4664.0, 4646.0, 4635.0, 4667.0, 4625.0, 4663.0, 4625.0, 4674.0, 4636.0, 4674.0, 4666.0, 4676.0, 4665.0, 4646.0, 4646.0, 4634.0, 4663.0, 4636.0, 4674.0, 4656.0, 4662.0, 4642.0, 4652.0, 4654.0, 4635.0, 4662.0, 4623.0, 4661.0, 4621.0, 4660.0, 4632.0, 4671.0, 4651.0, 4640.0, 4636.0, 4631.0, 4640.0, 4622.0, 4652.0, 4623.0, 4659.0, 4644.0, 4646.0, 4632.0, 4633.0, 4643.0, 4634.0, 4674.0, 4644.0, 4675.0, 4644.0, 4641.0, 4643.0, 4635.0, 4674.0, 4635.0, 4673.0, 4665.0, 4633.0, 4644.0, 4635.0, 4675.0, 4631.0, 4671.0, 4655.0, 4672.0, 4632.0, 4651.0, 4631.0, 4622.0, 4650.0, 4633.0, 4670.0, 4633.0, 4650.0, 4633.0, 4643.0, 4643.0, 4633.0, 4671.0, 4622.0, 4660.0, 4642.0, 4661.0, 4641.0, 4648.0, 4641.0, 4619.0, 4629.0, 4609.0, 4640.0, 4620.0, 4652.0, 4619.0, 4660.0, 4630.0, 4659.0, 4630.0, 4650.0, 4632.0, 4652.0, 4632.0, 4631.0, 4642.0, 4620.0, 4640.0, 4631.0, 4652.0, 4621.0, 4662.0, 4623.0, 4661.0, 4630.0, 4659.0, 4642.0, 4657.0, 4651.0, 4650.0, 4642.0, 4620.0, 4640.0, 4622.0, 4661.0, 4622.0, 4671.0, 4653.0, 4667.0, 4658.0, 4634.0, 4663.0, 4634.0, 4656.0, 4656.0, 4635.0, 4683.0, 4665.0, 4663.0, 4641.0, 4630.0, 4640.0, 4631.0, 4639.0, 4619.0, 4650.0, 4609.0, 4626.0, 4618.0, 4647.0, 4620.0, 4648.0, 4630.0, 4648.0, 4631.0, 4632.0, 4631.0, 4632.0, 4664.0, 4624.0, 4661.0, 4635.0, 4673.0, 4645.0, 4671.0, 4653.0, 4655.0, 4631.0, 4648.0, 4631.0, 4637.0, 4631.0, 4630.0, 4661.0, 4620.0, 4650.0, 4619.0, 4658.0, 4622.0, 4660.0, 4621.0, 4667.0, 4630.0, 4657.0, 4618.0, 4659.0, 4621.0, 4647.0, 4640.0, 4652.0, 4628.0, 4647.0, 4620.0, 4652.0, 4633.0, 4622.0, 4652.0, 4622.0, 4653.0, 4622.0, 4662.0, 4622.0, 4670.0, 4631.0, 4658.0, 4619.0, 4657.0, 4630.0, 4658.0, 4650.0, 4652.0, 4640.0, 4619.0, 4630.0, 4618.0, 4642.0, 4633.0, 4661.0, 4633.0, 4659.0, 4633.0, 4651.0, 4643.0, 4654.0, 4644.0, 4621.0, 4662.0, 4622.0, 4659.0, 4629.0, 4670.0, 4652.0, 4657.0, 4651.0, 4620.0, 4629.0, 4619.0, 4637.0, 4619.0, 4661.0, 4622.0, 4659.0, 4642.0, 4660.0, 4642.0, 4650.0, 4635.0, 4633.0, 4664.0, 4634.0, 4661.0, 4620.0, 4659.0, 4621.0, 4660.0, 4644.0, 4659.0, 4630.0, 4638.0, 4627.0, 4614.0, 4628.0, 4609.0, 4649.0, 4608.0, 4650.0, 4610.0, 4649.0, 4633.0, 4650.0, 4640.0, 4639.0, 4632.0, 4620.0, 4630.0, 4631.0, 4641.0, 4621.0, 4662.0, 4632.0, 4660.0, 4633.0, 4642.0, 4643.0, 4632.0, 4654.0, 4631.0, 4650.0, 4622.0, 4662.0, 4644.0, 4656.0, 4663.0, 4637.0, 4641.0, 4621.0, 4639.0, 4622.0, 4650.0, 4632.0, 4671.0, 4633.0, 4661.0, 4632.0, 4645.0, 4641.0, 4651.0, 4643.0, 4621.0, 4651.0, 4623.0, 4660.0, 4634.0, 4670.0, 4652.0, 4661.0, 4651.0, 4651.0, 4632.0, 4632.0, 4642.0, 4622.0, 4670.0, 4623.0, 4684.0, 4634.0, 4663.0, 4633.0, 4632.0, 4653.0, 4623.0, 4660.0, 4633.0, 4660.0, 4634.0, 4656.0, 4652.0, 4650.0, 4643.0, 4621.0, 4629.0, 4621.0, 4640.0, 4621.0, 4663.0, 4631.0, 4663.0, 4633.0, 4662.0, 4645.0, 4663.0, 4645.0, 4634.0, 4653.0, 4632.0, 4669.0, 4646.0, 4673.0, 4636.0, 4674.0, 4642.0, 4686.0, 4646.0, 4676.0, 4645.0, 4662.0, 4643.0, 4633.0, 4652.0, 4646.0, 4674.0, 4654.0, 4663.0, 4655.0, 4663.0, 4644.0, 4651.0, 4653.0, 4645.0, 4689.0, 4647.0, 4675.0, 4654.0, 4677.0, 4668.0, 4678.0, 4656.0, 4653.0, 4652.0, 4631.0, 4661.0, 4659.0, 4675.0, 4644.0, 4660.0, 4656.0, 4658.0, 4658.0, 4636.0, 4666.0, 4635.0, 4675.0, 4636.0, 4675.0, 4646.0, 4663.0, 4646.0, 4666.0, 4647.0, 4667.0, 4665.0, 4635.0, 4671.0, 4636.0, 4685.0, 4647.0, 4685.0, 4665.0, 4669.0, 4642.0, 4659.0, 4644.0, 4664.0, 4654.0, 4634.0, 4665.0, 4624.0, 4674.0, 4634.0, 4673.0, 4645.0, 4675.0, 4657.0, 4665.0, 4657.0, 4636.0, 4676.0, 4649.0, 4676.0, 4656.0, 4674.0, 4655.0, 4654.0, 4655.0, 4624.0, 4663.0, 4634.0, 4668.0, 4643.0, 4661.0, 4641.0, 4661.0, 4642.0, 4662.0, 4654.0, 4622.0, 4671.0, 4632.0, 4671.0, 4633.0, 4672.0, 4654.0, 4662.0, 4654.0, 4622.0, 4652.0, 4623.0, 4661.0, 4622.0, 4662.0, 4632.0, 4672.0, 4633.0, 4660.0, 4635.0, 4673.0, 4644.0, 4675.0, 4668.0, 4636.0, 4676.0, 4634.0, 4675.0, 4648.0, 4686.0, 4667.0, 4656.0, 4665.0, 4635.0, 4662.0, 4621.0, 4650.0, 4657.0, 4669.0, 4643.0, 4661.0, 4631.0, 4661.0, 4633.0, 4659.0, 4620.0, 4659.0, 4630.0, 4656.0, 4625.0, 4624.0, 4616.0, 4615.0, 4637.0, 4618.0, 4659.0, 4627.0, 4638.0, 4638.0, 4603.0, 4613.0, 4603.0, 4631.0, 4604.0, 4628.0, 4615.0, 4628.0, 4614.0, 4603.0, 4603.0, 4603.0, 4613.0, 4594.0, 4622.0, 4606.0, 4635.0, 4617.0, 4617.0, 4617.0, 4616.0, 4618.0, 4606.0, 4638.0, 4617.0, 4648.0, 4620.0, 4655.0, 4619.0, 4635.0, 4615.0, 4626.0, 4616.0, 4616.0, 4628.0, 4617.0, 4648.0, 4618.0, 4660.0, 4630.0, 4638.0, 4630.0, 4640.0, 4632.0, 4630.0, 4650.0, 4619.0, 4650.0, 4631.0, 4650.0, 4631.0, 4640.0, 4641.0, 4630.0, 4642.0, 4621.0, 4659.0, 4632.0, 4663.0, 4642.0, 4650.0, 4640.0, 4631.0, 4629.0, 4621.0, 4651.0, 4623.0, 4672.0, 4653.0, 4652.0, 4640.0, 4631.0, 4631.0, 4630.0, 4651.0, 4631.0, 4660.0, 4642.0, 4651.0, 4630.0, 4631.0, 4644.0, 4653.0, 4652.0, 4647.0, 4666.0, 4646.0, 4636.0, 4674.0, 4657.0, 4678.0, 4670.0, 4645.0, 4655.0, 4623.0, 4653.0, 4634.0, 4673.0, 4633.0, 4662.0, 4632.0, 4663.0, 4646.0, 4662.0, 4634.0, 4654.0, 4647.0, 4644.0, 4657.0, 4658.0, 4669.0, 4661.0, 4692.0, 4649.0, 4677.0, 4659.0, 4691.0, 4668.0, 4676.0, 4655.0, 4664.0, 4664.0, 4664.0, 4668.0, 4664.0, 4654.0, 4645.0, 4642.0, 4640.0, 4644.0, 4632.0, 4653.0, 4634.0, 4672.0, 4632.0, 4671.0, 4635.0, 4672.0, 4645.0, 4673.0, 4664.0, 4681.0, 4667.0, 4663.0, 4633.0, 4663.0, 4646.0, 4651.0, 4664.0, 4623.0, 4650.0, 4622.0, 4661.0, 4633.0, 4664.0, 4653.0, 4652.0, 4644.0, 4631.0, 4631.0, 4622.0, 4652.0, 4630.0, 4661.0, 4622.0, 4671.0, 4620.0, 4659.0, 4633.0, 4640.0, 4630.0, 4630.0, 4641.0, 4618.0, 4639.0, 4621.0, 4649.0, 4630.0, 4650.0, 4643.0, 4640.0, 4631.0, 4628.0, 4630.0, 4629.0, 4642.0, 4619.0, 4660.0, 4631.0, 4652.0, 4633.0, 4640.0, 4643.0, 4635.0, 4665.0, 4646.0, 4652.0, 4636.0, 4644.0, 4646.0, 4637.0, 4663.0, 4633.0, 4672.0, 4631.0, 4658.0, 4630.0, 4651.0, 4640.0, 4615.0, 4642.0, 4618.0, 4638.0, 4621.0, 4650.0, 4634.0, 4636.0, 4663.0, 4644.0, 4647.0, 4666.0, 4647.0, 4649.0, 4653.0, 4634.0, 4658.0, 4643.0, 4633.0, 4652.0, 4625.0, 4672.0, 4648.0, 4644.0, 4629.0, 4621.0, 4650.0, 4632.0, 4654.0, 4643.0, 4630.0, 4641.0, 4621.0, 4652.0, 4623.0, 4662.0, 4643.0, 4647.0, 4630.0, 4611.0, 4640.0, 4612.0, 4660.0, 4633.0, 4668.0, 4653.0, 4667.0, 4633.0, 4650.0, 4631.0, 4649.0, 4641.0, 4633.0, 4652.0, 4622.0, 4651.0, 4622.0, 4651.0, 4633.0, 4662.0, 4633.0, 4661.0, 4632.0, 4661.0, 4642.0, 4657.0, 4644.0, 4651.0, 4654.0, 4642.0, 4641.0, 4622.0, 4652.0, 4623.0, 4663.0, 4633.0, 4662.0, 4635.0, 4686.0, 4645.0, 4671.0, 4641.0, 4660.0, 4640.0, 4651.0, 4641.0, 4662.0, 4643.0, 4623.0, 4654.0, 4611.0, 4652.0, 4620.0, 4650.0, 4622.0, 4661.0, 4619.0, 4659.0, 4619.0, 4650.0, 4634.0, 4663.0, 4643.0, 4638.0, 4642.0, 4621.0, 4643.0, 4622.0, 4653.0, 4623.0, 4673.0, 4644.0, 4671.0, 4632.0, 4660.0, 4642.0, 4654.0, 4643.0, 4630.0, 4640.0, 4620.0, 4642.0, 4633.0, 4660.0, 4632.0, 4671.0, 4632.0, 4660.0, 4636.0, 4662.0, 4652.0, 4651.0, 4642.0, 4620.0, 4631.0, 4617.0, 4641.0, 4621.0, 4660.0, 4619.0, 4649.0, 4630.0, 4648.0, 4630.0, 4646.0, 4642.0, 4642.0, 4642.0, 4632.0, 4656.0, 4634.0, 4662.0, 4633.0, 4662.0, 4633.0, 4651.0, 4643.0, 4651.0, 4643.0, 4643.0, 4643.0, 4622.0, 4642.0, 4621.0, 4650.0, 4621.0, 4661.0, 4642.0, 4659.0, 4651.0, 4640.0, 4620.0, 4618.0, 4627.0, 4619.0, 4631.0, 4620.0, 4660.0, 4618.0, 4649.0, 4620.0, 4649.0, 4630.0, 4650.0, 4631.0, 4641.0, 4630.0, 4620.0, 4630.0, 4619.0, 4631.0, 4633.0, 4639.0, 4621.0, 4640.0, 4620.0, 4639.0, 4621.0, 4653.0, 4632.0, 4661.0, 4642.0, 4640.0, 4632.0, 4641.0, 4632.0, 4636.0, 4643.0, 4621.0, 4662.0, 4621.0, 4640.0, 4612.0, 4649.0, 4646.0, 4672.0, 4641.0, 4639.0, 4631.0, 4631.0, 4632.0, 4635.0, 4665.0, 4636.0, 4658.0], 'WindowWidth': [10295.0, 10218.0, 10232.0, 10177.0, 10228.0, 10173.0, 10180.0, 10168.0, 10156.0, 10207.0, 10166.0, 10195.0, 10171.0, 10148.0, 10156.0, 10146.0, 10203.0, 10168.0, 10193.0, 10163.0, 10180.0, 10168.0, 10164.0, 10217.0, 10161.0, 10175.0, 10158.0, 10148.0, 10209.0, 10171.0, 10191.0, 10167.0, 10153.0, 10181.0, 10172.0, 10209.0, 10171.0, 10212.0, 10169.0, 10183.0, 10165.0, 10200.0, 10168.0, 10156.0, 10199.0, 10154.0, 10208.0, 10158.0, 10212.0, 10189.0, 10213.0, 10209.0, 10174.0, 10198.0, 10157.0, 10215.0, 10177.0, 10223.0, 10190.0, 10214.0, 10187.0, 10226.0, 10218.0, 10198.0, 10203.0, 10155.0, 10192.0, 10165.0, 10198.0, 10171.0, 10221.0, 10186.0, 10224.0, 10174.0, 10205.0, 10181.0, 10208.0, 10194.0, 10179.0, 10198.0, 10166.0, 10179.0, 10154.0, 10195.0, 10156.0, 10222.0, 10159.0, 10220.0, 10171.0, 10221.0, 10186.0, 10221.0, 10215.0, 10193.0, 10167.0, 10176.0, 10166.0, 10167.0, 10180.0, 10152.0, 10229.0, 10156.0, 10210.0, 10159.0, 10222.0, 10188.0, 10211.0, 10200.0, 10196.0, 10170.0, 10169.0, 10184.0, 10168.0, 10198.0, 10155.0, 10210.0, 10141.0, 10205.0, 10153.0, 10207.0, 10171.0, 10218.0, 10183.0, 10192.0, 10170.0, 10210.0, 10172.0, 10205.0, 10186.0, 10173.0, 10218.0, 10158.0, 10198.0, 10160.0, 10228.0, 10172.0, 10223.0, 10200.0, 10217.0, 10167.0, 10206.0, 10168.0, 10180.0, 10183.0, 10155.0, 10211.0, 10156.0, 10207.0, 10157.0, 10214.0, 10184.0, 10213.0, 10185.0, 10186.0, 10163.0, 10190.0, 10166.0, 10153.0, 10197.0, 10160.0, 10206.0, 10159.0, 10227.0, 10175.0, 10219.0, 10202.0, 10235.0, 10174.0, 10211.0, 10189.0, 10220.0, 10200.0, 10175.0, 10171.0, 10167.0, 10168.0, 10173.0, 10183.0, 10161.0, 10230.0, 10176.0, 10233.0, 10218.0, 10251.0, 10222.0, 10237.0, 10217.0, 10226.0, 10197.0, 10204.0, 10193.0, 10198.0, 10192.0, 10181.0, 10164.0, 10178.0, 10147.0, 10171.0, 10150.0, 10161.0, 10162.0, 10148.0, 10178.0, 10155.0, 10179.0, 10157.0, 10212.0, 10176.0, 10227.0, 10192.0, 10213.0, 10189.0, 10214.0, 10191.0, 10175.0, 10219.0, 10160.0, 10211.0, 10159.0, 10225.0, 10178.0, 10227.0, 10218.0, 10232.0, 10214.0, 10194.0, 10191.0, 10174.0, 10213.0, 10177.0, 10227.0, 10204.0, 10208.0, 10182.0, 10193.0, 10200.0, 10174.0, 10206.0, 10155.0, 10204.0, 10149.0, 10201.0, 10166.0, 10220.0, 10190.0, 10174.0, 10168.0, 10162.0, 10173.0, 10151.0, 10194.0, 10157.0, 10202.0, 10184.0, 10181.0, 10166.0, 10168.0, 10182.0, 10174.0, 10228.0, 10188.0, 10230.0, 10185.0, 10179.0, 10182.0, 10177.0, 10229.0, 10177.0, 10225.0, 10216.0, 10170.0, 10184.0, 10173.0, 10230.0, 10168.0, 10220.0, 10203.0, 10221.0, 10166.0, 10189.0, 10164.0, 10151.0, 10190.0, 10169.0, 10217.0, 10168.0, 10190.0, 10170.0, 10183.0, 10183.0, 10167.0, 10219.0, 10152.0, 10201.0, 10178.0, 10204.0, 10176.0, 10182.0, 10174.0, 10142.0, 10155.0, 10129.0, 10171.0, 10146.0, 10191.0, 10146.0, 10200.0, 10161.0, 10198.0, 10162.0, 10186.0, 10167.0, 10194.0, 10167.0, 10162.0, 10178.0, 10148.0, 10173.0, 10165.0, 10194.0, 10152.0, 10207.0, 10155.0, 10202.0, 10162.0, 10198.0, 10180.0, 10198.0, 10191.0, 10186.0, 10178.0, 10146.0, 10174.0, 10152.0, 10204.0, 10154.0, 10220.0, 10196.0, 10224.0, 10210.0, 10174.0, 10212.0, 10174.0, 10206.0, 10208.0, 10176.0, 10241.0, 10218.0, 10208.0, 10177.0, 10158.0, 10174.0, 10161.0, 10169.0, 10139.0, 10184.0, 10125.0, 10147.0, 10140.0, 10178.0, 10145.0, 10182.0, 10160.0, 10182.0, 10162.0, 10168.0, 10166.0, 10167.0, 10213.0, 10158.0, 10205.0, 10172.0, 10223.0, 10189.0, 10219.0, 10195.0, 10190.0, 10161.0, 10180.0, 10160.0, 10167.0, 10161.0, 10161.0, 10205.0, 10146.0, 10188.0, 10145.0, 10197.0, 10153.0, 10202.0, 10149.0, 10209.0, 10160.0, 10192.0, 10139.0, 10197.0, 10151.0, 10178.0, 10173.0, 10183.0, 10154.0, 10179.0, 10147.0, 10195.0, 10168.0, 10153.0, 10195.0, 10153.0, 10194.0, 10152.0, 10208.0, 10153.0, 10214.0, 10163.0, 10196.0, 10144.0, 10192.0, 10160.0, 10196.0, 10188.0, 10190.0, 10173.0, 10141.0, 10158.0, 10141.0, 10177.0, 10170.0, 10202.0, 10170.0, 10201.0, 10167.0, 10191.0, 10182.0, 10199.0, 10184.0, 10150.0, 10209.0, 10151.0, 10199.0, 10157.0, 10214.0, 10193.0, 10195.0, 10188.0, 10145.0, 10155.0, 10143.0, 10165.0, 10144.0, 10203.0, 10152.0, 10197.0, 10179.0, 10210.0, 10183.0, 10189.0, 10172.0, 10167.0, 10212.0, 10169.0, 10201.0, 10145.0, 10198.0, 10150.0, 10201.0, 10180.0, 10197.0, 10158.0, 10167.0, 10152.0, 10132.0, 10154.0, 10129.0, 10184.0, 10128.0, 10184.0, 10130.0, 10183.0, 10166.0, 10187.0, 10173.0, 10171.0, 10163.0, 10145.0, 10159.0, 10165.0, 10175.0, 10149.0, 10206.0, 10166.0, 10201.0, 10167.0, 10180.0, 10183.0, 10165.0, 10197.0, 10163.0, 10190.0, 10153.0, 10207.0, 10185.0, 10194.0, 10209.0, 10170.0, 10176.0, 10149.0, 10171.0, 10152.0, 10188.0, 10166.0, 10218.0, 10167.0, 10202.0, 10165.0, 10178.0, 10176.0, 10187.0, 10180.0, 10149.0, 10189.0, 10155.0, 10202.0, 10172.0, 10216.0, 10192.0, 10204.0, 10188.0, 10188.0, 10163.0, 10166.0, 10178.0, 10152.0, 10216.0, 10154.0, 10244.0, 10172.0, 10210.0, 10171.0, 10164.0, 10196.0, 10154.0, 10203.0, 10167.0, 10203.0, 10172.0, 10196.0, 10193.0, 10188.0, 10179.0, 10148.0, 10159.0, 10149.0, 10174.0, 10151.0, 10209.0, 10166.0, 10209.0, 10171.0, 10208.0, 10189.0, 10211.0, 10187.0, 10170.0, 10197.0, 10167.0, 10228.0, 10196.0, 10228.0, 10179.0, 10229.0, 10183.0, 10248.0, 10192.0, 10236.0, 10192.0, 10210.0, 10185.0, 10171.0, 10198.0, 10190.0, 10227.0, 10204.0, 10212.0, 10204.0, 10212.0, 10187.0, 10193.0, 10198.0, 10189.0, 10256.0, 10194.0, 10231.0, 10199.0, 10237.0, 10226.0, 10241.0, 10206.0, 10196.0, 10194.0, 10166.0, 10207.0, 10217.0, 10229.0, 10186.0, 10205.0, 10204.0, 10211.0, 10211.0, 10178.0, 10218.0, 10178.0, 10231.0, 10178.0, 10230.0, 10191.0, 10212.0, 10190.0, 10220.0, 10196.0, 10220.0, 10216.0, 10175.0, 10221.0, 10179.0, 10247.0, 10199.0, 10246.0, 10219.0, 10217.0, 10184.0, 10204.0, 10187.0, 10214.0, 10201.0, 10175.0, 10215.0, 10159.0, 10226.0, 10174.0, 10226.0, 10193.0, 10231.0, 10208.0, 10218.0, 10209.0, 10180.0, 10236.0, 10204.0, 10234.0, 10207.0, 10229.0, 10203.0, 10202.0, 10201.0, 10160.0, 10212.0, 10173.0, 10214.0, 10183.0, 10205.0, 10178.0, 10202.0, 10180.0, 10205.0, 10198.0, 10153.0, 10221.0, 10167.0, 10217.0, 10169.0, 10222.0, 10201.0, 10208.0, 10198.0, 10153.0, 10194.0, 10157.0, 10205.0, 10155.0, 10208.0, 10167.0, 10221.0, 10170.0, 10203.0, 10177.0, 10224.0, 10187.0, 10232.0, 10225.0, 10179.0, 10233.0, 10175.0, 10229.0, 10199.0, 10248.0, 10223.0, 10206.0, 10216.0, 10175.0, 10207.0, 10149.0, 10188.0, 10210.0, 10219.0, 10184.0, 10206.0, 10164.0, 10205.0, 10172.0, 10200.0, 10145.0, 10200.0, 10161.0, 10188.0, 10145.0, 10142.0, 10132.0, 10128.0, 10164.0, 10139.0, 10198.0, 10151.0, 10163.0, 10165.0, 10112.0, 10123.0, 10108.0, 10147.0, 10112.0, 10143.0, 10127.0, 10142.0, 10126.0, 10109.0, 10109.0, 10110.0, 10121.0, 10098.0, 10135.0, 10118.0, 10155.0, 10133.0, 10133.0, 10135.0, 10132.0, 10137.0, 10120.0, 10164.0, 10137.0, 10179.0, 10144.0, 10187.0, 10140.0, 10158.0, 10132.0, 10145.0, 10133.0, 10134.0, 10152.0, 10138.0, 10180.0, 10140.0, 10201.0, 10162.0, 10169.0, 10160.0, 10174.0, 10165.0, 10160.0, 10189.0, 10145.0, 10186.0, 10162.0, 10188.0, 10164.0, 10174.0, 10177.0, 10160.0, 10176.0, 10149.0, 10198.0, 10165.0, 10208.0, 10179.0, 10188.0, 10175.0, 10164.0, 10159.0, 10150.0, 10190.0, 10157.0, 10222.0, 10198.0, 10194.0, 10175.0, 10164.0, 10162.0, 10160.0, 10189.0, 10163.0, 10202.0, 10178.0, 10189.0, 10159.0, 10163.0, 10186.0, 10198.0, 10195.0, 10196.0, 10218.0, 10193.0, 10179.0, 10231.0, 10209.0, 10242.0, 10231.0, 10193.0, 10202.0, 10157.0, 10198.0, 10174.0, 10225.0, 10172.0, 10209.0, 10169.0, 10211.0, 10194.0, 10211.0, 10175.0, 10201.0, 10195.0, 10192.0, 10211.0, 10215.0, 10231.0, 10226.0, 10265.0, 10204.0, 10239.0, 10217.0, 10260.0, 10225.0, 10234.0, 10203.0, 10213.0, 10214.0, 10215.0, 10225.0, 10215.0, 10200.0, 10185.0, 10180.0, 10176.0, 10185.0, 10168.0, 10198.0, 10174.0, 10224.0, 10170.0, 10220.0, 10175.0, 10222.0, 10190.0, 10227.0, 10217.0, 10238.0, 10221.0, 10213.0, 10170.0, 10210.0, 10191.0, 10192.0, 10218.0, 10155.0, 10188.0, 10154.0, 10205.0, 10173.0, 10215.0, 10197.0, 10193.0, 10185.0, 10164.0, 10162.0, 10150.0, 10192.0, 10161.0, 10203.0, 10150.0, 10217.0, 10146.0, 10197.0, 10165.0, 10172.0, 10161.0, 10158.0, 10176.0, 10142.0, 10171.0, 10148.0, 10184.0, 10160.0, 10187.0, 10179.0, 10173.0, 10161.0, 10155.0, 10159.0, 10157.0, 10177.0, 10143.0, 10202.0, 10165.0, 10194.0, 10167.0, 10173.0, 10181.0, 10172.0, 10214.0, 10193.0, 10195.0, 10176.0, 10183.0, 10189.0, 10178.0, 10209.0, 10168.0, 10219.0, 10162.0, 10195.0, 10160.0, 10187.0, 10171.0, 10135.0, 10176.0, 10140.0, 10167.0, 10148.0, 10186.0, 10167.0, 10177.0, 10210.0, 10184.0, 10192.0, 10219.0, 10195.0, 10189.0, 10194.0, 10174.0, 10201.0, 10181.0, 10167.0, 10195.0, 10159.0, 10221.0, 10185.0, 10176.0, 10157.0, 10148.0, 10186.0, 10165.0, 10189.0, 10181.0, 10159.0, 10174.0, 10148.0, 10192.0, 10155.0, 10206.0, 10182.0, 10182.0, 10161.0, 10135.0, 10174.0, 10137.0, 10203.0, 10170.0, 10215.0, 10196.0, 10210.0, 10167.0, 10186.0, 10164.0, 10189.0, 10179.0, 10168.0, 10194.0, 10153.0, 10191.0, 10154.0, 10192.0, 10172.0, 10206.0, 10169.0, 10205.0, 10167.0, 10204.0, 10181.0, 10199.0, 10187.0, 10191.0, 10199.0, 10180.0, 10179.0, 10152.0, 10195.0, 10157.0, 10212.0, 10170.0, 10209.0, 10175.0, 10248.0, 10189.0, 10219.0, 10178.0, 10200.0, 10176.0, 10190.0, 10179.0, 10209.0, 10184.0, 10154.0, 10199.0, 10136.0, 10192.0, 10146.0, 10190.0, 10151.0, 10205.0, 10144.0, 10197.0, 10144.0, 10186.0, 10170.0, 10212.0, 10182.0, 10171.0, 10179.0, 10149.0, 10181.0, 10153.0, 10196.0, 10156.0, 10223.0, 10184.0, 10218.0, 10167.0, 10201.0, 10178.0, 10194.0, 10180.0, 10159.0, 10173.0, 10145.0, 10177.0, 10170.0, 10202.0, 10167.0, 10217.0, 10165.0, 10202.0, 10174.0, 10207.0, 10194.0, 10188.0, 10177.0, 10145.0, 10160.0, 10140.0, 10175.0, 10149.0, 10201.0, 10144.0, 10185.0, 10160.0, 10183.0, 10162.0, 10179.0, 10178.0, 10178.0, 10179.0, 10165.0, 10205.0, 10171.0, 10207.0, 10168.0, 10205.0, 10167.0, 10190.0, 10181.0, 10190.0, 10182.0, 10180.0, 10182.0, 10151.0, 10178.0, 10147.0, 10186.0, 10147.0, 10202.0, 10180.0, 10199.0, 10190.0, 10170.0, 10143.0, 10138.0, 10152.0, 10144.0, 10160.0, 10144.0, 10199.0, 10141.0, 10182.0, 10144.0, 10183.0, 10162.0, 10187.0, 10163.0, 10174.0, 10159.0, 10145.0, 10160.0, 10142.0, 10162.0, 10167.0, 10172.0, 10147.0, 10172.0, 10146.0, 10170.0, 10150.0, 10194.0, 10167.0, 10203.0, 10181.0, 10174.0, 10165.0, 10176.0, 10165.0, 10174.0, 10180.0, 10149.0, 10207.0, 10148.0, 10173.0, 10137.0, 10185.0, 10193.0, 10222.0, 10177.0, 10172.0, 10162.0, 10162.0, 10166.0, 10175.0, 10216.0, 10178.0, 10200.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.0037211341991341992</td></tr>
<tr><td colspan=3>aqi</td><td>0.030705105194805193</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.097432356325854</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.312284595069325</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0594424247746963</td></tr>
<tr><td colspan=3>efc</td><td>0.4901</td></tr>
<tr><td colspan=3>fber</td><td>6414.1362</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09064265838689463</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.848484848484849</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3410616140449063</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.276867854806149</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.578057574897954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.168259412430616</td></tr>
<tr><td colspan=3>gcor</td><td>0.00694913</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018005279824137688</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03954053297638893</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.199455400794443</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.2821</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8195</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.6044</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296051.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1067.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.1648</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1577</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.0772</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.3604</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.6429</td></tr>
<tr><td colspan=3>tsnr</td><td>37.85880684573203</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>