ds005256-mriqc/sub-0091_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 9b98f32f3f [DATALAD RUNCMD] Compute MRIQC for sub-0091
=== 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-0091 --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-0091",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:00:37 +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-0091_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0091_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0091_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0091_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0091_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0091_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0091_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0091_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0091_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-02/func/sub-0091_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b5f720c63ee32c97323add88544bc6cd</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>18:35:36.850000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999764, 0.0138395, 0.016766, -0.00959738, 0.972948, -0.230825]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120671</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7701, -7225, 557, -62, -156, -101, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e94bb362-2b85-4012-84e0-2be85c68fbb5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822926998138428, -0.02574906498193741, 0.05266882851719856, 112.7123031616211], [-0.03713040426373482, 2.6103482246398926, -0.6226456761360168, -74.4144515991211], [0.04498201608657837, 0.6192865371704102, 2.626697301864624, -87.26700592041016], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['183536.850000', '183537.310000', '183537.770000', '183538.230000', '183538.690000', '183539.150000', '183539.610000', '183540.070000', '183540.530000', '183540.990000', '183541.450000', '183541.910000', '183542.370000', '183542.830000', '183543.290000', '183543.750000', '183544.210000', '183544.670000', '183545.130000', '183545.590000', '183546.050000', '183546.510000', '183546.970000', '183547.430000', '183547.890000', '183548.350000', '183548.810000', '183549.270000', '183549.730000', '183550.190000', '183550.650000', '183551.110000', '183551.570000', '183552.030000', '183552.490000', '183552.950000', '183553.410000', '183553.870000', '183554.330000', '183554.790000', '183555.250000', '183555.710000', '183556.170000', '183556.630000', '183557.090000', '183557.550000', '183558.010000', '183558.470000', '183558.930000', '183559.390000', '183559.850000', '183600.310000', '183600.770000', '183601.230000', '183601.690000', '183602.150000', '183602.610000', '183603.070000', '183603.530000', '183603.990000', '183604.450000', '183604.910000', '183605.370000', '183605.830000', '183606.290000', '183606.750000', '183607.210000', '183607.670000', '183608.130000', '183608.590000', '183609.050000', '183609.510000', '183609.970000', '183610.430000', '183610.890000', '183611.350000', '183611.810000', '183612.270000', '183612.730000', '183613.190000', '183613.650000', '183614.110000', '183614.570000', '183615.030000', '183615.490000', '183615.950000', '183616.410000', '183616.870000', '183617.330000', '183617.790000', '183618.250000', '183618.710000', '183619.170000', '183619.630000', '183620.090000', '183620.550000', '183621.010000', '183621.470000', '183621.930000', '183622.390000', '183622.850000', '183623.310000', '183623.770000', '183624.230000', '183624.690000', '183625.150000', '183625.610000', '183626.070000', '183626.530000', '183626.990000', '183627.450000', '183627.910000', '183628.370000', '183628.830000', '183629.290000', '183629.750000', '183630.210000', '183630.670000', '183631.130000', '183631.590000', '183632.050000', '183632.510000', '183632.970000', '183633.430000', '183633.890000', '183634.350000', '183634.810000', '183635.270000', '183635.730000', '183636.190000', '183636.650000', '183637.110000', '183637.570000', '183638.030000', '183638.490000', '183638.950000', '183639.410000', '183639.870000', '183640.330000', '183640.790000', '183641.250000', '183641.710000', '183642.170000', '183642.630000', '183643.090000', '183643.550000', '183644.010000', '183644.470000', '183644.930000', '183645.390000', '183645.850000', '183646.310000', '183646.770000', '183647.230000', '183647.690000', '183648.150000', '183648.610000', '183649.070000', '183649.530000', '183649.990000', '183650.450000', '183650.910000', '183651.370000', '183651.830000', '183652.290000', '183652.750000', '183653.210000', '183653.670000', '183654.130000', '183654.590000', '183655.050000', '183655.510000', '183655.970000', '183656.430000', '183656.890000', '183657.350000', '183657.810000', '183658.270000', '183658.730000', '183659.190000', '183659.650000', '183700.110000', '183700.570000', '183701.030000', '183701.490000', '183701.950000', '183702.410000', '183702.870000', '183703.330000', '183703.790000', '183704.250000', '183704.710000', '183705.170000', '183705.630000', '183706.090000', '183706.550000', '183707.010000', '183707.470000', '183707.930000', '183708.390000', '183708.850000', '183709.310000', '183709.770000', '183710.230000', '183710.690000', '183711.150000', '183711.610000', '183712.070000', '183712.530000', '183712.990000', '183713.450000', '183713.910000', '183714.370000', '183714.830000', '183715.290000', '183715.750000', '183716.210000', '183716.670000', '183717.130000', '183717.590000', '183718.050000', '183718.510000', '183718.970000', '183719.430000', '183719.890000', '183720.350000', '183720.810000', '183721.270000', '183721.730000', '183722.190000', '183722.650000', '183723.110000', '183723.570000', '183724.030000', '183724.490000', '183724.950000', '183725.410000', '183725.870000', '183726.330000', '183726.790000', '183727.250000', '183727.710000', '183728.170000', '183728.630000', '183729.090000', '183729.550000', '183730.010000', '183730.470000', '183730.930000', '183731.390000', '183731.850000', '183732.310000', '183732.770000', '183733.230000', '183733.690000', '183734.150000', '183734.610000', '183735.070000', '183735.530000', '183735.990000', '183736.450000', '183736.910000', '183737.370000', '183737.830000', '183738.290000', '183738.750000', '183739.210000', '183739.670000', '183740.130000', '183740.590000', '183741.050000', '183741.510000', '183741.970000', '183742.430000', '183742.890000', '183743.350000', '183743.810000', '183744.270000', '183744.730000', '183745.190000', '183745.650000', '183746.110000', '183746.570000', '183747.030000', '183747.490000', '183747.950000', '183748.410000', '183748.870000', '183749.330000', '183749.790000', '183750.250000', '183750.710000', '183751.170000', '183751.630000', '183752.090000', '183752.550000', '183753.010000', '183753.470000', '183753.930000', '183754.390000', '183754.850000', '183755.310000', '183755.770000', '183756.230000', '183756.690000', '183757.150000', '183757.610000', '183758.070000', '183758.530000', '183758.990000', '183759.450000', '183759.910000', '183800.370000', '183800.830000', '183801.290000', '183801.750000', '183802.210000', '183802.670000', '183803.130000', '183803.590000', '183804.050000', '183804.510000', '183804.970000', '183805.430000', '183805.890000', '183806.350000', '183806.810000', '183807.270000', '183807.730000', '183808.190000', '183808.650000', '183809.110000', '183809.570000', '183810.030000', '183810.490000', '183810.950000', '183811.410000', '183811.870000', '183812.330000', '183812.790000', '183813.250000', '183813.710000', '183814.170000', '183814.630000', '183815.090000', '183815.550000', '183816.010000', '183816.470000', '183816.930000', '183817.390000', '183817.850000', '183818.310000', '183818.770000', '183819.230000', '183819.690000', '183820.150000', '183820.610000', '183821.070000', '183821.530000', '183821.990000', '183822.450000', '183822.910000', '183823.370000', '183823.830000', '183824.290000', '183824.750000', '183825.210000', '183825.670000', '183826.130000', '183826.590000', '183827.050000', '183827.510000', '183827.970000', '183828.430000', '183828.890000', '183829.350000', '183829.810000', '183830.270000', '183830.730000', '183831.190000', '183831.650000', '183832.110000', '183832.570000', '183833.030000', '183833.490000', '183833.950000', '183834.410000', '183834.870000', '183835.330000', '183835.790000', '183836.250000', '183836.710000', '183837.170000', '183837.630000', '183838.090000', '183838.550000', '183839.010000', '183839.470000', '183839.930000', '183840.390000', '183840.850000', '183841.310000', '183841.770000', '183842.230000', '183842.690000', '183843.150000', '183843.610000', '183844.070000', '183844.530000', '183844.990000', '183845.450000', '183845.910000', '183846.370000', '183846.830000', '183847.290000', '183847.750000', '183848.210000', '183848.670000', '183849.130000', '183849.590000', '183850.050000', '183850.510000', '183850.970000', '183851.430000', '183851.890000', '183852.350000', '183852.810000', '183853.270000', '183853.730000', '183854.190000', '183854.650000', '183855.110000', '183855.570000', '183856.030000', '183856.490000', '183856.950000', '183857.410000', '183857.870000', '183858.330000', '183858.790000', '183859.250000', '183859.710000', '183900.170000', '183900.630000', '183901.090000', '183901.550000', '183902.010000', '183902.470000', '183902.930000', '183903.390000', '183903.850000', '183904.310000', '183904.770000', '183905.230000', '183905.690000', '183906.150000', '183906.610000', '183907.070000', '183907.530000', '183907.990000', '183908.450000', '183908.910000', '183909.370000', '183909.830000', '183910.290000', '183910.750000', '183911.210000', '183911.670000', '183912.130000', '183912.590000', '183913.050000', '183913.510000', '183913.970000', '183914.430000', '183914.890000', '183915.350000', '183915.810000', '183916.270000', '183916.730000', '183917.190000', '183917.650000', '183918.110000', '183918.570000', '183919.030000', '183919.490000', '183919.950000', '183920.410000', '183920.870000', '183921.330000', '183921.790000', '183922.250000', '183922.710000', '183923.170000', '183923.630000', '183924.090000', '183924.550000', '183925.010000', '183925.470000', '183925.930000', '183926.390000', '183926.850000', '183927.310000', '183927.770000', '183928.230000', '183928.690000', '183929.150000', '183929.610000', '183930.070000', '183930.530000', '183930.990000', '183931.450000', '183931.910000', '183932.370000', '183932.830000', '183933.290000', '183933.750000', '183934.210000', '183934.670000', '183935.130000', '183935.590000', '183936.050000', '183936.510000', '183936.970000', '183937.430000', '183937.890000', '183938.350000', '183938.810000', '183939.270000', '183939.730000', '183940.190000', '183940.650000', '183941.110000', '183941.570000', '183942.030000', '183942.490000', '183942.950000', '183943.410000', '183943.870000', '183944.330000', '183944.790000', '183945.250000', '183945.710000', '183946.170000', '183946.630000', '183947.090000', '183947.550000', '183948.010000', '183948.470000', '183948.930000', '183949.390000', '183949.850000', '183950.310000', '183950.770000', '183951.230000', '183951.690000', '183952.150000', '183952.610000', '183953.070000', '183953.530000', '183953.990000', '183954.450000', '183954.910000', '183955.370000', '183955.830000', '183956.290000', '183956.750000', '183957.210000', '183957.670000', '183958.130000', '183958.590000', '183959.050000', '183959.510000', '183959.970000', '184000.430000', '184000.890000', '184001.350000', '184001.810000', '184002.270000', '184002.730000', '184003.190000', '184003.650000', '184004.110000', '184004.570000', '184005.030000', '184005.490000', '184005.950000', '184006.410000', '184006.870000', '184007.330000', '184007.790000', '184008.250000', '184008.710000', '184009.170000', '184009.630000', '184010.090000', '184010.550000', '184011.010000', '184011.470000', '184011.930000', '184012.390000', '184012.850000', '184013.310000', '184013.770000', '184014.230000', '184014.690000', '184015.150000', '184015.610000', '184016.070000', '184016.530000', '184016.990000', '184017.450000', '184017.910000', '184018.370000', '184018.830000', '184019.290000', '184019.750000', '184020.210000', '184020.670000', '184021.130000', '184021.590000', '184022.050000', '184022.510000', '184022.970000', '184023.430000', '184023.890000', '184024.350000', '184024.810000', '184025.270000', '184025.730000', '184026.190000', '184026.650000', '184027.110000', '184027.570000', '184028.030000', '184028.490000', '184028.950000', '184029.410000', '184029.870000', '184030.330000', '184030.790000', '184031.250000', '184031.710000', '184032.170000', '184032.630000', '184033.090000', '184033.550000', '184034.010000', '184034.470000', '184034.930000', '184035.390000', '184035.850000', '184036.310000', '184036.770000', '184037.230000', '184037.690000', '184038.150000', '184038.610000', '184039.070000', '184039.530000', '184039.990000', '184040.450000', '184040.910000', '184041.370000', '184041.830000', '184042.290000', '184042.750000', '184043.210000', '184043.670000', '184044.130000', '184044.590000', '184045.050000', '184045.510000', '184045.970000', '184046.430000', '184046.890000', '184047.350000', '184047.810000', '184048.270000', '184048.730000', '184049.190000', '184049.650000', '184050.110000', '184050.570000', '184051.030000', '184051.490000', '184051.950000', '184052.410000', '184052.870000', '184053.330000', '184053.790000', '184054.250000', '184054.710000', '184055.170000', '184055.630000', '184056.090000', '184056.550000', '184057.010000', '184057.470000', '184057.930000', '184058.390000', '184058.850000', '184059.310000', '184059.770000', '184100.230000', '184100.690000', '184101.150000', '184101.610000', '184102.070000', '184102.530000', '184102.990000', '184103.450000', '184103.910000', '184104.370000', '184104.830000', '184105.290000', '184105.750000', '184106.210000', '184106.670000', '184107.130000', '184107.590000', '184108.050000', '184108.510000', '184108.970000', '184109.430000', '184109.890000', '184110.350000', '184110.810000', '184111.270000', '184111.730000', '184112.190000', '184112.650000', '184113.110000', '184113.570000', '184114.030000', '184114.490000', '184114.950000', '184115.410000', '184115.870000', '184116.330000', '184116.790000', '184117.250000', '184117.710000', '184118.170000', '184118.630000', '184119.090000', '184119.550000', '184120.010000', '184120.470000', '184120.930000', '184121.390000', '184121.850000', '184122.310000', '184122.770000', '184123.230000', '184123.690000', '184124.150000', '184124.610000', '184125.070000', '184125.530000', '184125.990000', '184126.450000', '184126.910000', '184127.370000', '184127.830000', '184128.290000', '184128.750000', '184129.210000', '184129.670000', '184130.130000', '184130.590000', '184131.050000', '184131.510000', '184131.970000', '184132.430000', '184132.890000', '184133.350000', '184133.810000', '184134.270000', '184134.730000', '184135.190000', '184135.650000', '184136.110000', '184136.570000', '184137.030000', '184137.490000', '184137.950000', '184138.410000', '184138.870000', '184139.330000', '184139.790000', '184140.250000', '184140.710000', '184141.170000', '184141.630000', '184142.090000', '184142.550000', '184143.010000', '184143.470000', '184143.930000', '184144.390000', '184144.850000', '184145.310000', '184145.770000', '184146.230000', '184146.690000', '184147.150000', '184147.610000', '184148.070000', '184148.530000', '184148.990000', '184149.450000', '184149.910000', '184150.370000', '184150.830000', '184151.290000', '184151.750000', '184152.210000', '184152.670000', '184153.130000', '184153.590000', '184154.050000', '184154.510000', '184154.970000', '184155.430000', '184155.890000', '184156.350000', '184156.810000', '184157.270000', '184157.730000', '184158.190000', '184158.650000', '184159.110000', '184159.570000', '184200.030000', '184200.490000', '184200.950000', '184201.410000', '184201.870000', '184202.330000', '184202.790000', '184203.250000', '184203.710000', '184204.170000', '184204.630000', '184205.090000', '184205.550000', '184206.010000', '184206.470000', '184206.930000', '184207.390000', '184207.850000', '184208.310000', '184208.770000', '184209.230000', '184209.690000', '184210.150000', '184210.610000', '184211.070000', '184211.530000', '184211.990000', '184212.450000', '184212.910000', '184213.370000', '184213.830000', '184214.290000', '184214.750000', '184215.210000', '184215.670000', '184216.130000', '184216.590000', '184217.050000', '184217.510000', '184217.970000', '184218.430000', '184218.890000', '184219.350000', '184219.810000', '184220.270000', '184220.730000', '184221.190000', '184221.650000', '184222.110000', '184222.570000', '184223.030000', '184223.490000', '184223.950000', '184224.410000', '184224.870000', '184225.330000', '184225.790000', '184226.250000', '184226.710000', '184227.170000', '184227.630000', '184228.090000', '184228.550000', '184229.010000', '184229.470000', '184229.930000', '184230.390000', '184230.850000', '184231.310000', '184231.770000', '184232.230000', '184232.690000', '184233.150000', '184233.610000', '184234.070000', '184234.530000', '184234.990000', '184235.450000', '184235.910000', '184236.370000', '184236.830000', '184237.290000', '184237.750000', '184238.210000', '184238.670000', '184239.130000', '184239.590000', '184240.050000', '184240.510000', '184240.970000', '184241.430000', '184241.890000', '184242.350000', '184242.810000', '184243.270000', '184243.730000', '184244.190000', '184244.650000', '184245.110000', '184245.570000', '184246.030000', '184246.490000', '184246.950000', '184247.410000', '184247.870000', '184248.330000', '184248.790000', '184249.250000', '184249.710000', '184250.170000', '184250.630000', '184251.090000', '184251.550000', '184252.010000', '184252.470000', '184252.930000', '184253.390000', '184253.850000', '184254.310000', '184254.770000', '184255.230000', '184255.690000', '184256.150000', '184256.610000', '184257.070000', '184257.530000', '184257.990000', '184258.450000', '184258.910000', '184259.370000', '184259.830000', '184300.290000', '184300.750000', '184301.210000', '184301.670000', '184302.130000', '184302.590000', '184303.050000', '184303.510000', '184303.970000', '184304.430000', '184304.890000', '184305.350000', '184305.810000', '184306.270000', '184306.730000', '184307.190000', '184307.650000', '184308.110000', '184308.570000', '184309.030000', '184309.490000', '184309.950000', '184310.410000', '184310.870000', '184311.330000', '184311.790000', '184312.250000', '184312.710000', '184313.170000', '184313.630000', '184314.090000', '184314.550000', '184315.010000', '184315.470000', '184315.930000', '184316.390000', '184316.850000', '184317.310000', '184317.770000', '184318.230000', '184318.690000', '184319.150000', '184319.610000', '184320.070000', '184320.530000', '184320.990000', '184321.450000', '184321.910000', '184322.370000', '184322.830000', '184323.290000', '184323.750000', '184324.210000', '184324.670000', '184325.130000', '184325.590000', '184326.050000', '184326.510000', '184326.970000', '184327.430000', '184327.890000', '184328.350000', '184328.810000', '184329.270000', '184329.730000', '184330.190000', '184330.650000', '184331.110000', '184331.570000', '184332.030000', '184332.490000', '184332.950000', '184333.410000', '184333.870000', '184334.330000', '184334.790000', '184335.250000', '184335.710000', '184336.170000', '184336.630000', '184337.090000', '184337.550000', '184338.010000', '184338.470000', '184338.930000', '184339.390000', '184339.850000', '184340.310000', '184340.770000', '184341.230000', '184341.690000', '184342.150000', '184342.610000', '184343.070000', '184343.530000', '184343.990000', '184344.450000', '184344.910000', '184345.370000', '184345.830000', '184346.290000', '184346.750000', '184347.210000', '184347.670000', '184348.130000', '184348.590000', '184349.050000', '184349.510000', '184349.970000', '184350.430000', '184350.890000', '184351.350000', '184351.810000', '184352.270000', '184352.730000', '184353.190000', '184353.650000', '184354.110000', '184354.570000', '184355.030000', '184355.490000', '184355.950000', '184356.410000', '184356.870000', '184357.330000', '184357.790000', '184358.250000', '184358.710000', '184359.170000', '184359.630000', '184400.090000', '184400.550000', '184401.010000', '184401.470000', '184401.930000', '184402.390000', '184402.850000', '184403.310000', '184403.770000', '184404.230000', '184404.690000', '184405.150000', '184405.610000', '184406.070000', '184406.530000', '184406.990000', '184407.450000', '184407.910000', '184408.370000', '184408.830000', '184409.290000', '184409.750000', '184410.210000', '184410.670000', '184411.130000', '184411.590000', '184412.050000', '184412.510000', '184412.970000', '184413.430000', '184413.890000', '184414.350000', '184414.810000', '184415.270000', '184415.730000', '184416.190000', '184416.650000', '184417.110000', '184417.570000', '184418.030000', '184418.490000', '184418.950000', '184419.410000', '184419.870000', '184420.330000', '184420.790000', '184421.250000', '184421.710000', '184422.170000', '184422.630000', '184423.090000', '184423.550000', '184424.010000', '184424.470000', '184424.930000', '184425.390000', '184425.850000', '184426.310000', '184426.770000', '184427.230000', '184427.690000', '184428.150000'], 'ContentTime': ['183550.793000', '183550.797000', '183550.800000', '183550.806000', '183550.809000', '183550.812000', '183550.815000', '183550.817000', '183550.820000', '183550.823000', '183550.825000', '183550.828000', '183550.831000', '183550.833000', '183550.836000', '183550.840000', '183550.843000', '183550.845000', '183550.849000', '183550.851000', '183550.854000', '183550.857000', '183550.860000', '183550.863000', '183550.868000', '183550.871000', '183550.874000', '183610.749000', '183610.752000', '183610.755000', '183610.757000', '183610.760000', '183610.762000', '183610.765000', '183610.768000', '183610.770000', '183610.773000', '183610.775000', '183610.778000', '183610.781000', '183610.783000', '183610.786000', '183610.788000', '183610.791000', '183610.794000', '183610.796000', '183610.805000', '183610.808000', '183610.811000', '183610.813000', '183610.816000', '183610.819000', '183610.821000', '183610.824000', '183610.826000', '183610.829000', '183610.832000', '183610.834000', '183610.837000', '183610.840000', '183610.842000', '183610.845000', '183610.847000', '183610.850000', '183610.853000', '183610.855000', '183610.858000', '183610.860000', '183610.863000', '183610.866000', '183610.868000', '183630.737000', '183630.740000', '183630.743000', '183630.746000', '183630.748000', '183630.751000', '183630.753000', '183630.756000', '183630.759000', '183630.761000', '183630.764000', '183630.767000', '183630.769000', '183630.772000', '183630.775000', '183630.777000', '183630.780000', '183630.782000', '183630.785000', '183630.788000', '183630.790000', '183630.793000', '183630.795000', '183630.798000', '183630.801000', '183630.803000', '183630.806000', '183630.819000', '183630.822000', '183630.824000', '183630.827000', '183630.830000', '183630.832000', '183630.835000', '183630.838000', '183630.840000', '183630.843000', '183630.845000', '183630.848000', '183630.851000', '183630.854000', '183630.857000', '183630.860000', '183650.737000', '183650.739000', '183650.742000', '183650.745000', '183650.747000', '183650.750000', '183650.753000', '183650.755000', '183650.758000', '183650.761000', '183650.763000', '183650.766000', '183650.768000', '183650.771000', '183650.773000', '183650.776000', '183650.779000', '183650.782000', '183650.784000', '183650.787000', '183650.790000', '183650.793000', '183650.795000', '183650.798000', '183650.801000', '183650.803000', '183650.806000', '183650.809000', '183650.811000', '183650.814000', '183650.816000', '183650.819000', '183650.822000', '183650.824000', '183650.827000', '183650.830000', '183650.832000', '183650.835000', '183650.837000', '183650.840000', '183650.843000', '183650.845000', '183650.848000', '183650.850000', '183710.736000', '183710.740000', '183710.742000', '183710.745000', '183710.747000', '183710.750000', '183710.753000', '183710.755000', '183710.758000', '183710.761000', '183710.763000', '183710.766000', '183710.768000', '183710.771000', '183710.774000', '183710.776000', '183710.779000', '183710.782000', '183710.785000', '183710.787000', '183710.790000', '183710.792000', '183710.795000', '183710.798000', '183710.800000', '183710.803000', '183710.806000', '183710.808000', '183710.811000', '183710.814000', '183710.816000', '183710.819000', '183710.821000', '183710.824000', '183710.827000', '183710.829000', '183710.832000', '183710.835000', '183710.837000', '183710.840000', '183710.843000', '183710.845000', '183710.848000', '183730.737000', '183730.739000', '183730.742000', '183730.745000', '183730.747000', '183730.750000', '183730.752000', '183730.755000', '183730.758000', '183730.760000', '183730.763000', '183730.766000', '183730.768000', '183730.771000', '183730.774000', '183730.776000', '183730.779000', '183730.781000', '183730.784000', '183730.787000', '183730.789000', '183730.792000', '183730.795000', '183730.797000', '183730.800000', '183730.802000', '183730.805000', '183730.808000', '183730.810000', '183730.813000', '183730.816000', '183730.818000', '183730.821000', '183730.824000', '183730.826000', '183730.829000', '183730.832000', '183730.834000', '183730.837000', '183730.840000', '183730.842000', '183730.845000', '183730.847000', '183730.850000', '183750.737000', '183750.739000', '183750.742000', '183750.745000', '183750.748000', '183750.750000', '183750.753000', '183750.756000', '183750.758000', '183750.761000', '183750.764000', '183750.766000', '183750.769000', '183750.772000', '183750.774000', '183750.777000', '183750.780000', '183750.782000', '183750.785000', '183750.787000', '183750.790000', '183750.792000', '183750.795000', '183750.798000', '183750.800000', '183750.803000', '183750.806000', '183750.809000', '183750.811000', '183750.814000', '183750.816000', '183750.819000', '183750.822000', '183750.824000', '183750.827000', '183750.829000', '183750.832000', '183750.835000', '183750.837000', '183750.840000', '183750.843000', '183750.845000', '183750.848000', '183810.736000', '183810.739000', '183810.742000', '183810.745000', '183810.747000', '183810.750000', '183810.753000', '183810.755000', '183810.758000', '183810.761000', '183810.764000', '183810.766000', '183810.769000', '183810.772000', '183810.774000', '183810.777000', '183810.779000', '183810.782000', '183810.785000', '183810.787000', '183810.790000', '183810.793000', '183810.795000', '183810.798000', '183810.801000', '183810.803000', '183810.806000', '183810.809000', '183810.811000', '183810.822000', '183810.825000', '183810.827000', '183810.830000', '183810.833000', '183810.835000', '183810.838000', '183810.840000', '183810.843000', '183810.846000', '183810.848000', '183810.851000', '183810.853000', '183810.856000', '183830.737000', '183830.739000', '183830.742000', '183830.745000', '183830.748000', '183830.750000', '183830.753000', '183830.755000', '183830.758000', '183830.761000', '183830.764000', '183830.766000', '183830.769000', '183830.772000', '183830.774000', '183830.777000', '183830.780000', '183830.782000', '183830.785000', '183830.787000', '183830.790000', '183830.792000', '183830.795000', '183830.798000', '183830.800000', '183830.803000', '183830.805000', '183830.808000', '183830.811000', '183830.813000', '183830.816000', '183830.818000', '183830.821000', '183830.824000', '183830.827000', '183830.829000', '183830.832000', '183830.835000', '183830.838000', '183830.840000', '183830.843000', '183830.846000', '183830.849000', '183830.851000', '183850.737000', '183850.740000', '183850.743000', '183850.745000', '183850.748000', '183850.751000', '183850.753000', '183850.756000', '183850.758000', '183850.761000', '183850.763000', '183850.766000', '183850.769000', '183850.771000', '183850.774000', '183850.777000', '183850.779000', '183850.782000', '183850.785000', '183850.787000', '183850.790000', '183850.793000', '183850.795000', '183850.798000', '183850.800000', '183850.803000', '183850.806000', '183850.808000', '183850.811000', '183850.814000', '183850.817000', '183850.819000', '183850.822000', '183850.825000', '183850.828000', '183850.831000', '183850.833000', '183850.836000', '183850.839000', '183850.841000', '183850.844000', '183850.847000', '183850.849000', '183850.852000', '183910.737000', '183910.740000', '183910.743000', '183910.745000', '183910.748000', '183910.751000', '183910.753000', '183910.756000', '183910.759000', '183910.761000', '183910.764000', '183910.766000', '183910.769000', '183910.771000', '183910.774000', '183910.783000', '183910.785000', '183910.788000', '183910.790000', '183910.793000', '183910.796000', '183910.798000', '183910.801000', '183910.803000', '183910.806000', '183910.808000', '183910.811000', '183910.814000', '183910.816000', '183910.819000', '183910.822000', '183910.824000', '183910.827000', '183910.829000', '183910.841000', '183910.843000', '183910.846000', '183910.848000', '183910.851000', '183910.854000', '183910.857000', '183910.859000', '183910.862000', '183930.737000', '183930.739000', '183930.742000', '183930.745000', '183930.748000', '183930.751000', '183930.753000', '183930.756000', '183930.759000', '183930.762000', '183930.764000', '183930.767000', '183930.770000', '183930.772000', '183930.775000', '183930.778000', '183930.780000', '183930.783000', '183930.785000', '183930.788000', '183930.791000', '183930.793000', '183930.796000', '183930.799000', '183930.801000', '183930.804000', '183930.807000', '183930.809000', '183930.812000', '183930.815000', '183930.817000', '183930.820000', '183930.823000', '183930.825000', '183930.828000', '183930.831000', '183930.833000', '183930.836000', '183930.839000', '183930.841000', '183930.844000', '183930.847000', '183930.849000', '183930.852000', '183950.736000', '183950.739000', '183950.742000', '183950.745000', '183950.747000', '183950.750000', '183950.753000', '183950.755000', '183950.758000', '183950.761000', '183950.763000', '183950.766000', '183950.769000', '183950.771000', '183950.774000', '183950.777000', '183950.779000', '183950.782000', '183950.785000', '183950.787000', '183950.790000', '183950.793000', '183950.795000', '183950.798000', '183950.800000', '183950.803000', '183950.806000', '183950.808000', '183950.811000', '183950.814000', '183950.816000', '183950.819000', '183950.821000', '183950.824000', '183950.827000', '183950.829000', '183950.832000', '183950.835000', '183950.837000', '183950.840000', '183950.843000', '183950.846000', '183950.848000', '184010.736000', '184010.739000', '184010.742000', '184010.745000', '184010.748000', '184010.750000', '184010.753000', '184010.758000', '184010.760000', '184010.763000', '184010.766000', '184010.768000', '184010.771000', '184010.773000', '184010.776000', '184010.779000', '184010.781000', '184010.784000', '184010.787000', '184010.789000', '184010.792000', '184010.795000', '184010.797000', '184010.800000', '184010.803000', '184010.805000', '184010.808000', '184010.811000', '184010.813000', '184010.816000', '184010.819000', '184010.821000', '184010.824000', '184010.827000', '184010.829000', '184010.832000', '184010.834000', '184010.837000', '184010.840000', '184010.842000', '184010.845000', '184010.848000', '184010.850000', '184030.736000', '184030.739000', '184030.742000', '184030.745000', '184030.748000', '184030.750000', '184030.753000', '184030.755000', '184030.758000', '184030.761000', '184030.763000', '184030.766000', '184030.769000', '184030.771000', '184030.774000', '184030.777000', '184030.779000', '184030.782000', '184030.785000', '184030.787000', '184030.790000', '184030.793000', '184030.795000', '184030.798000', '184030.800000', '184030.803000', '184030.806000', '184030.808000', '184030.811000', '184030.814000', '184030.816000', '184030.819000', '184030.821000', '184030.824000', '184030.827000', '184030.829000', '184030.832000', '184030.835000', '184030.837000', '184030.840000', '184030.842000', '184030.845000', '184030.848000', '184030.850000', '184050.737000', '184050.739000', '184050.753000', '184050.756000', '184050.759000', '184050.761000', '184050.764000', '184050.767000', '184050.769000', '184050.772000', '184050.775000', '184050.777000', '184050.780000', '184050.784000', '184050.787000', '184050.790000', '184050.793000', '184050.796000', '184050.798000', '184050.801000', '184050.804000', '184050.806000', '184050.809000', '184050.812000', '184050.814000', '184050.817000', '184050.820000', '184050.822000', '184050.825000', '184050.828000', '184050.830000', '184050.833000', '184050.836000', '184050.838000', '184050.841000', '184050.844000', '184050.846000', '184050.849000', '184050.852000', '184050.854000', '184050.857000', '184050.861000', '184050.864000', '184110.737000', '184110.739000', '184110.742000', '184110.745000', '184110.748000', '184110.750000', '184110.753000', '184110.755000', '184110.758000', '184110.761000', '184110.763000', '184110.766000', '184110.768000', '184110.771000', '184110.774000', '184110.776000', '184110.779000', '184110.782000', '184110.784000', '184110.787000', '184110.790000', '184110.792000', '184110.795000', '184110.797000', '184110.800000', '184110.803000', '184110.805000', '184110.808000', '184110.811000', '184110.813000', '184110.816000', '184110.819000', '184110.822000', '184110.824000', '184110.827000', '184110.829000', '184110.832000', '184110.835000', '184110.837000', '184110.840000', '184110.843000', '184110.845000', '184110.848000', '184110.850000', '184130.737000', '184130.740000', '184130.743000', '184130.745000', '184130.748000', '184130.751000', '184130.753000', '184130.756000', '184130.759000', '184130.761000', '184130.764000', '184130.767000', '184130.769000', '184130.772000', '184130.775000', '184130.777000', '184130.780000', '184130.783000', '184130.786000', '184130.789000', '184130.793000', '184130.796000', '184130.798000', '184130.801000', '184130.804000', '184130.806000', '184130.809000', '184130.812000', '184130.815000', '184130.818000', '184130.820000', '184130.823000', '184130.825000', '184130.828000', '184130.832000', '184130.835000', '184130.838000', '184130.840000', '184130.843000', '184130.845000', '184130.848000', '184130.851000', '184130.853000', '184150.736000', '184150.739000', '184150.742000', '184150.745000', '184150.747000', '184150.750000', '184150.753000', '184150.755000', '184150.758000', '184150.761000', '184150.763000', '184150.766000', '184150.769000', '184150.771000', '184150.774000', '184150.777000', '184150.779000', '184150.782000', '184150.785000', '184150.787000', '184150.790000', '184150.793000', '184150.795000', '184150.798000', '184150.801000', '184150.803000', '184150.806000', '184150.809000', '184150.811000', '184150.814000', '184150.817000', '184150.819000', '184150.822000', '184150.825000', '184150.827000', '184150.830000', '184150.833000', '184150.835000', '184150.838000', '184150.840000', '184150.843000', '184150.846000', '184150.848000', '184150.851000', '184210.737000', '184210.740000', '184210.742000', '184210.745000', '184210.748000', '184210.750000', '184210.753000', '184210.756000', '184210.758000', '184210.761000', '184210.764000', '184210.766000', '184210.805000', '184210.808000', '184210.811000', '184210.813000', '184210.816000', '184210.819000', '184210.821000', '184210.826000', '184210.828000', '184210.831000', '184210.834000', '184210.836000', '184210.839000', '184210.842000', '184210.844000', '184210.847000', '184210.850000', '184210.852000', '184210.855000', '184210.858000', '184210.860000', '184210.863000', '184210.866000', '184210.868000', '184210.871000', '184210.874000', '184210.876000', '184210.879000', '184210.881000', '184210.884000', '184210.887000', '184230.737000', '184230.739000', '184230.742000', '184230.745000', '184230.747000', '184230.750000', '184230.753000', '184230.755000', '184230.758000', '184230.761000', '184230.763000', '184230.766000', '184230.769000', '184230.771000', '184230.774000', '184230.777000', '184230.779000', '184230.782000', '184230.785000', '184230.787000', '184230.790000', '184230.793000', '184230.795000', '184230.798000', '184230.801000', '184230.803000', '184230.806000', '184230.809000', '184230.811000', '184230.814000', '184230.817000', '184230.819000', '184230.822000', '184230.824000', '184230.827000', '184230.830000', '184230.832000', '184230.835000', '184230.838000', '184230.840000', '184230.843000', '184230.846000', '184230.848000', '184230.851000', '184250.736000', '184250.739000', '184250.742000', '184250.745000', '184250.748000', '184250.751000', '184250.753000', '184250.757000', '184250.760000', '184250.762000', '184250.765000', '184250.768000', '184250.770000', '184250.773000', '184250.782000', '184250.785000', '184250.788000', '184250.790000', '184250.793000', '184250.796000', '184250.798000', '184250.801000', '184250.804000', '184250.806000', '184250.809000', '184250.812000', '184250.814000', '184250.817000', '184250.820000', '184250.822000', '184250.825000', '184250.828000', '184250.830000', '184250.840000', '184250.843000', '184250.846000', '184250.848000', '184250.851000', '184250.853000', '184250.856000', '184250.859000', '184250.861000', '184250.864000', '184310.737000', '184310.740000', '184310.742000', '184310.745000', '184310.747000', '184310.750000', '184310.753000', '184310.755000', '184310.758000', '184310.761000', '184310.764000', '184310.766000', '184310.769000', '184310.772000', '184310.774000', '184310.777000', '184310.779000', '184310.782000', '184310.785000', '184310.787000', '184310.790000', '184310.793000', '184310.796000', '184310.798000', '184310.801000', '184310.803000', '184310.806000', '184310.809000', '184310.811000', '184310.814000', '184310.817000', '184310.819000', '184310.822000', '184310.824000', '184310.827000', '184310.830000', '184310.832000', '184310.835000', '184310.838000', '184310.841000', '184310.843000', '184310.846000', '184310.848000', '184310.851000', '184330.736000', '184330.739000', '184330.742000', '184330.745000', '184330.747000', '184330.750000', '184330.752000', '184330.755000', '184330.758000', '184330.761000', '184330.763000', '184330.766000', '184330.769000', '184330.771000', '184330.774000', '184330.777000', '184330.779000', '184330.782000', '184330.784000', '184330.787000', '184330.790000', '184330.792000', '184330.795000', '184330.812000', '184330.814000', '184330.817000', '184330.820000', '184330.823000', '184330.825000', '184330.828000', '184330.831000', '184330.833000', '184330.836000', '184330.839000', '184330.842000', '184330.845000', '184330.847000', '184330.852000', '184330.855000', '184330.858000', '184330.860000', '184330.864000', '184330.867000', '184350.736000', '184350.739000', '184350.742000', '184350.744000', '184350.747000', '184350.750000', '184350.753000', '184350.755000', '184350.758000', '184350.761000', '184350.763000', '184350.766000', '184350.769000', '184350.771000', '184350.774000', '184350.776000', '184350.779000', '184350.782000', '184350.784000', '184350.787000', '184350.790000', '184350.792000', '184350.795000', '184350.798000', '184350.800000', '184350.803000', '184350.805000', '184350.808000', '184350.811000', '184350.814000', '184350.816000', '184350.819000', '184350.821000', '184350.824000', '184350.827000', '184350.829000', '184350.832000', '184350.835000', '184350.838000', '184350.840000', '184350.843000', '184350.845000', '184350.848000', '184350.851000', '184410.737000', '184410.740000', '184410.742000', '184410.745000', '184410.748000', '184410.750000', '184410.753000', '184410.756000', '184410.758000', '184410.761000', '184410.764000', '184410.766000', '184410.769000', '184410.771000', '184410.774000', '184410.777000', '184410.779000', '184410.782000', '184410.785000', '184410.787000', '184410.790000', '184410.793000', '184410.795000', '184410.798000', '184410.800000', '184410.803000', '184410.806000', '184410.808000', '184410.811000', '184410.813000', '184410.816000', '184410.819000', '184410.821000', '184410.824000', '184410.827000', '184410.829000', '184410.832000', '184410.834000', '184410.837000', '184410.840000', '184410.842000', '184410.845000', '184410.848000', '184429.681000', '184429.684000', '184429.687000', '184429.689000', '184429.692000', '184429.695000', '184429.697000', '184429.700000', '184429.703000', '184429.705000', '184429.708000', '184429.711000', '184429.713000', '184429.716000', '184429.718000', '184429.721000', '184429.724000', '184429.726000', '184429.729000', '184429.732000', '184429.734000', '184429.737000', '184429.740000', '184429.742000', '184429.745000', '184429.748000', '184429.750000', '184429.753000', '184429.756000', '184429.758000', '184429.761000', '184429.763000', '184429.766000', '184429.769000', '184429.771000', '184429.774000', '184429.776000', '184429.779000', '184429.782000', '184429.784000', '184429.787000', '184429.789000'], 'InstanceCreationTime': ['183550.793000', '183550.797000', '183550.800000', '183550.806000', '183550.809000', '183550.812000', '183550.815000', '183550.817000', '183550.820000', '183550.823000', '183550.825000', '183550.828000', '183550.831000', '183550.833000', '183550.836000', '183550.840000', '183550.843000', '183550.845000', '183550.849000', '183550.851000', '183550.854000', '183550.857000', '183550.860000', '183550.863000', '183550.868000', '183550.871000', '183550.874000', '183610.749000', '183610.752000', '183610.755000', '183610.757000', '183610.760000', '183610.762000', '183610.765000', '183610.768000', '183610.770000', '183610.773000', '183610.775000', '183610.778000', '183610.781000', '183610.783000', '183610.786000', '183610.788000', '183610.791000', '183610.794000', '183610.796000', '183610.805000', '183610.808000', '183610.811000', '183610.813000', '183610.816000', '183610.819000', '183610.821000', '183610.824000', '183610.826000', '183610.829000', '183610.832000', '183610.834000', '183610.837000', '183610.840000', '183610.842000', '183610.845000', '183610.847000', '183610.850000', '183610.853000', '183610.855000', '183610.858000', '183610.860000', '183610.863000', '183610.866000', '183610.868000', '183630.737000', '183630.740000', '183630.743000', '183630.746000', '183630.748000', '183630.751000', '183630.753000', '183630.756000', '183630.759000', '183630.761000', '183630.764000', '183630.767000', '183630.769000', '183630.772000', '183630.775000', '183630.777000', '183630.780000', '183630.782000', '183630.785000', '183630.788000', '183630.790000', '183630.793000', '183630.795000', '183630.798000', '183630.801000', '183630.803000', '183630.806000', '183630.819000', '183630.822000', '183630.824000', '183630.827000', '183630.830000', '183630.832000', '183630.835000', '183630.838000', '183630.840000', '183630.843000', '183630.845000', '183630.848000', '183630.851000', '183630.854000', '183630.857000', '183630.860000', '183650.737000', '183650.739000', '183650.742000', '183650.745000', '183650.747000', '183650.750000', '183650.753000', '183650.755000', '183650.758000', '183650.761000', '183650.763000', '183650.766000', '183650.768000', '183650.771000', '183650.773000', '183650.776000', '183650.779000', '183650.782000', '183650.784000', '183650.787000', '183650.790000', '183650.793000', '183650.795000', '183650.798000', '183650.801000', '183650.803000', '183650.806000', '183650.809000', '183650.811000', '183650.814000', '183650.816000', '183650.819000', '183650.822000', '183650.824000', '183650.827000', '183650.830000', '183650.832000', '183650.835000', '183650.837000', '183650.840000', '183650.843000', '183650.845000', '183650.848000', '183650.850000', '183710.736000', '183710.740000', '183710.742000', '183710.745000', '183710.747000', '183710.750000', '183710.753000', '183710.755000', '183710.758000', '183710.761000', '183710.763000', '183710.766000', '183710.768000', '183710.771000', '183710.774000', '183710.776000', '183710.779000', '183710.782000', '183710.785000', '183710.787000', '183710.790000', '183710.792000', '183710.795000', '183710.798000', '183710.800000', '183710.803000', '183710.806000', '183710.808000', '183710.811000', '183710.814000', '183710.816000', '183710.819000', '183710.821000', '183710.824000', '183710.827000', '183710.829000', '183710.832000', '183710.835000', '183710.837000', '183710.840000', '183710.843000', '183710.845000', '183710.848000', '183730.737000', '183730.739000', '183730.742000', '183730.745000', '183730.747000', '183730.750000', '183730.752000', '183730.755000', '183730.758000', '183730.760000', '183730.763000', '183730.766000', '183730.768000', '183730.771000', '183730.774000', '183730.776000', '183730.779000', '183730.781000', '183730.784000', '183730.787000', '183730.789000', '183730.792000', '183730.795000', '183730.797000', '183730.800000', '183730.802000', '183730.805000', '183730.808000', '183730.810000', '183730.813000', '183730.816000', '183730.818000', '183730.821000', '183730.824000', '183730.826000', '183730.829000', '183730.832000', '183730.834000', '183730.837000', '183730.840000', '183730.842000', '183730.845000', '183730.847000', '183730.850000', '183750.737000', '183750.739000', '183750.742000', '183750.745000', '183750.748000', '183750.750000', '183750.753000', '183750.756000', '183750.758000', '183750.761000', '183750.764000', '183750.766000', '183750.769000', '183750.772000', '183750.774000', '183750.777000', '183750.780000', '183750.782000', '183750.785000', '183750.787000', '183750.790000', '183750.792000', '183750.795000', '183750.798000', '183750.800000', '183750.803000', '183750.806000', '183750.809000', '183750.811000', '183750.814000', '183750.816000', '183750.819000', '183750.822000', '183750.824000', '183750.827000', '183750.829000', '183750.832000', '183750.835000', '183750.837000', '183750.840000', '183750.843000', '183750.845000', '183750.848000', '183810.736000', '183810.739000', '183810.742000', '183810.745000', '183810.747000', '183810.750000', '183810.753000', '183810.755000', '183810.758000', '183810.761000', '183810.764000', '183810.766000', '183810.769000', '183810.772000', '183810.774000', '183810.777000', '183810.779000', '183810.782000', '183810.785000', '183810.787000', '183810.790000', '183810.793000', '183810.795000', '183810.798000', '183810.801000', '183810.803000', '183810.806000', '183810.809000', '183810.811000', '183810.822000', '183810.825000', '183810.827000', '183810.830000', '183810.833000', '183810.835000', '183810.838000', '183810.840000', '183810.843000', '183810.846000', '183810.848000', '183810.851000', '183810.853000', '183810.856000', '183830.737000', '183830.739000', '183830.742000', '183830.745000', '183830.748000', '183830.750000', '183830.753000', '183830.755000', '183830.758000', '183830.761000', '183830.764000', '183830.766000', '183830.769000', '183830.772000', '183830.774000', '183830.777000', '183830.780000', '183830.782000', '183830.785000', '183830.787000', '183830.790000', '183830.792000', '183830.795000', '183830.798000', '183830.800000', '183830.803000', '183830.805000', '183830.808000', '183830.811000', '183830.813000', '183830.816000', '183830.818000', '183830.821000', '183830.824000', '183830.827000', '183830.829000', '183830.832000', '183830.835000', '183830.838000', '183830.840000', '183830.843000', '183830.846000', '183830.849000', '183830.851000', '183850.737000', '183850.740000', '183850.743000', '183850.745000', '183850.748000', '183850.751000', '183850.753000', '183850.756000', '183850.758000', '183850.761000', '183850.763000', '183850.766000', '183850.769000', '183850.771000', '183850.774000', '183850.777000', '183850.779000', '183850.782000', '183850.785000', '183850.787000', '183850.790000', '183850.793000', '183850.795000', '183850.798000', '183850.800000', '183850.803000', '183850.806000', '183850.808000', '183850.811000', '183850.814000', '183850.817000', '183850.819000', '183850.822000', '183850.825000', '183850.828000', '183850.831000', '183850.833000', '183850.836000', '183850.839000', '183850.841000', '183850.844000', '183850.847000', '183850.849000', '183850.852000', '183910.737000', '183910.740000', '183910.743000', '183910.745000', '183910.748000', '183910.751000', '183910.753000', '183910.756000', '183910.759000', '183910.761000', '183910.764000', '183910.766000', '183910.769000', '183910.771000', '183910.774000', '183910.783000', '183910.785000', '183910.788000', '183910.790000', '183910.793000', '183910.796000', '183910.798000', '183910.801000', '183910.803000', '183910.806000', '183910.808000', '183910.811000', '183910.814000', '183910.816000', '183910.819000', '183910.822000', '183910.824000', '183910.827000', '183910.829000', '183910.841000', '183910.843000', '183910.846000', '183910.848000', '183910.851000', '183910.854000', '183910.857000', '183910.859000', '183910.862000', '183930.737000', '183930.739000', '183930.742000', '183930.745000', '183930.748000', '183930.751000', '183930.753000', '183930.756000', '183930.759000', '183930.762000', '183930.764000', '183930.767000', '183930.770000', '183930.772000', '183930.775000', '183930.778000', '183930.780000', '183930.783000', '183930.785000', '183930.788000', '183930.791000', '183930.793000', '183930.796000', '183930.799000', '183930.801000', '183930.804000', '183930.807000', '183930.809000', '183930.812000', '183930.815000', '183930.817000', '183930.820000', '183930.823000', '183930.825000', '183930.828000', '183930.831000', '183930.833000', '183930.836000', '183930.839000', '183930.841000', '183930.844000', '183930.847000', '183930.849000', '183930.852000', '183950.736000', '183950.739000', '183950.742000', '183950.745000', '183950.747000', '183950.750000', '183950.753000', '183950.755000', '183950.758000', '183950.761000', '183950.763000', '183950.766000', '183950.769000', '183950.771000', '183950.774000', '183950.777000', '183950.779000', '183950.782000', '183950.785000', '183950.787000', '183950.790000', '183950.793000', '183950.795000', '183950.798000', '183950.800000', '183950.803000', '183950.806000', '183950.808000', '183950.811000', '183950.814000', '183950.816000', '183950.819000', '183950.821000', '183950.824000', '183950.827000', '183950.829000', '183950.832000', '183950.835000', '183950.837000', '183950.840000', '183950.843000', '183950.846000', '183950.848000', '184010.736000', '184010.739000', '184010.742000', '184010.745000', '184010.748000', '184010.750000', '184010.753000', '184010.758000', '184010.760000', '184010.763000', '184010.766000', '184010.768000', '184010.771000', '184010.773000', '184010.776000', '184010.779000', '184010.781000', '184010.784000', '184010.787000', '184010.789000', '184010.792000', '184010.795000', '184010.797000', '184010.800000', '184010.803000', '184010.805000', '184010.808000', '184010.811000', '184010.813000', '184010.816000', '184010.819000', '184010.821000', '184010.824000', '184010.827000', '184010.829000', '184010.832000', '184010.834000', '184010.837000', '184010.840000', '184010.842000', '184010.845000', '184010.848000', '184010.850000', '184030.736000', '184030.739000', '184030.742000', '184030.745000', '184030.748000', '184030.750000', '184030.753000', '184030.755000', '184030.758000', '184030.761000', '184030.763000', '184030.766000', '184030.769000', '184030.771000', '184030.774000', '184030.777000', '184030.779000', '184030.782000', '184030.785000', '184030.787000', '184030.790000', '184030.793000', '184030.795000', '184030.798000', '184030.800000', '184030.803000', '184030.806000', '184030.808000', '184030.811000', '184030.814000', '184030.816000', '184030.819000', '184030.821000', '184030.824000', '184030.827000', '184030.829000', '184030.832000', '184030.835000', '184030.837000', '184030.840000', '184030.842000', '184030.845000', '184030.848000', '184030.850000', '184050.737000', '184050.739000', '184050.753000', '184050.756000', '184050.759000', '184050.761000', '184050.764000', '184050.767000', '184050.769000', '184050.772000', '184050.775000', '184050.777000', '184050.780000', '184050.784000', '184050.787000', '184050.790000', '184050.793000', '184050.796000', '184050.798000', '184050.801000', '184050.804000', '184050.806000', '184050.809000', '184050.812000', '184050.814000', '184050.817000', '184050.820000', '184050.822000', '184050.825000', '184050.828000', '184050.830000', '184050.833000', '184050.836000', '184050.838000', '184050.841000', '184050.844000', '184050.846000', '184050.849000', '184050.852000', '184050.854000', '184050.857000', '184050.861000', '184050.864000', '184110.737000', '184110.739000', '184110.742000', '184110.745000', '184110.748000', '184110.750000', '184110.753000', '184110.755000', '184110.758000', '184110.761000', '184110.763000', '184110.766000', '184110.768000', '184110.771000', '184110.774000', '184110.776000', '184110.779000', '184110.782000', '184110.784000', '184110.787000', '184110.790000', '184110.792000', '184110.795000', '184110.797000', '184110.800000', '184110.803000', '184110.805000', '184110.808000', '184110.811000', '184110.813000', '184110.816000', '184110.819000', '184110.822000', '184110.824000', '184110.827000', '184110.829000', '184110.832000', '184110.835000', '184110.837000', '184110.840000', '184110.843000', '184110.845000', '184110.848000', '184110.850000', '184130.737000', '184130.740000', '184130.743000', '184130.745000', '184130.748000', '184130.751000', '184130.753000', '184130.756000', '184130.759000', '184130.761000', '184130.764000', '184130.767000', '184130.769000', '184130.772000', '184130.775000', '184130.777000', '184130.780000', '184130.783000', '184130.786000', '184130.789000', '184130.793000', '184130.796000', '184130.798000', '184130.801000', '184130.804000', '184130.806000', '184130.809000', '184130.812000', '184130.815000', '184130.818000', '184130.820000', '184130.823000', '184130.825000', '184130.828000', '184130.832000', '184130.835000', '184130.838000', '184130.840000', '184130.843000', '184130.845000', '184130.848000', '184130.851000', '184130.853000', '184150.736000', '184150.739000', '184150.742000', '184150.745000', '184150.747000', '184150.750000', '184150.753000', '184150.755000', '184150.758000', '184150.761000', '184150.763000', '184150.766000', '184150.769000', '184150.771000', '184150.774000', '184150.777000', '184150.779000', '184150.782000', '184150.785000', '184150.787000', '184150.790000', '184150.793000', '184150.795000', '184150.798000', '184150.801000', '184150.803000', '184150.806000', '184150.809000', '184150.811000', '184150.814000', '184150.817000', '184150.819000', '184150.822000', '184150.825000', '184150.827000', '184150.830000', '184150.833000', '184150.835000', '184150.838000', '184150.840000', '184150.843000', '184150.846000', '184150.848000', '184150.851000', '184210.737000', '184210.740000', '184210.742000', '184210.745000', '184210.748000', '184210.750000', '184210.753000', '184210.756000', '184210.758000', '184210.761000', '184210.764000', '184210.766000', '184210.805000', '184210.808000', '184210.811000', '184210.813000', '184210.816000', '184210.819000', '184210.821000', '184210.826000', '184210.828000', '184210.831000', '184210.834000', '184210.836000', '184210.839000', '184210.842000', '184210.844000', '184210.847000', '184210.850000', '184210.852000', '184210.855000', '184210.858000', '184210.860000', '184210.863000', '184210.866000', '184210.868000', '184210.871000', '184210.874000', '184210.876000', '184210.879000', '184210.881000', '184210.884000', '184210.887000', '184230.737000', '184230.739000', '184230.742000', '184230.745000', '184230.747000', '184230.750000', '184230.753000', '184230.755000', '184230.758000', '184230.761000', '184230.763000', '184230.766000', '184230.769000', '184230.771000', '184230.774000', '184230.777000', '184230.779000', '184230.782000', '184230.785000', '184230.787000', '184230.790000', '184230.793000', '184230.795000', '184230.798000', '184230.801000', '184230.803000', '184230.806000', '184230.809000', '184230.811000', '184230.814000', '184230.817000', '184230.819000', '184230.822000', '184230.824000', '184230.827000', '184230.830000', '184230.832000', '184230.835000', '184230.838000', '184230.840000', '184230.843000', '184230.846000', '184230.848000', '184230.851000', '184250.736000', '184250.739000', '184250.742000', '184250.745000', '184250.748000', '184250.751000', '184250.753000', '184250.757000', '184250.760000', '184250.762000', '184250.765000', '184250.768000', '184250.770000', '184250.773000', '184250.782000', '184250.785000', '184250.788000', '184250.790000', '184250.793000', '184250.796000', '184250.798000', '184250.801000', '184250.804000', '184250.806000', '184250.809000', '184250.812000', '184250.814000', '184250.817000', '184250.820000', '184250.822000', '184250.825000', '184250.828000', '184250.830000', '184250.840000', '184250.843000', '184250.846000', '184250.848000', '184250.851000', '184250.853000', '184250.856000', '184250.859000', '184250.861000', '184250.864000', '184310.737000', '184310.740000', '184310.742000', '184310.745000', '184310.747000', '184310.750000', '184310.753000', '184310.755000', '184310.758000', '184310.761000', '184310.764000', '184310.766000', '184310.769000', '184310.772000', '184310.774000', '184310.777000', '184310.779000', '184310.782000', '184310.785000', '184310.787000', '184310.790000', '184310.793000', '184310.796000', '184310.798000', '184310.801000', '184310.803000', '184310.806000', '184310.809000', '184310.811000', '184310.814000', '184310.817000', '184310.819000', '184310.822000', '184310.824000', '184310.827000', '184310.830000', '184310.832000', '184310.835000', '184310.838000', '184310.841000', '184310.843000', '184310.846000', '184310.848000', '184310.851000', '184330.736000', '184330.739000', '184330.742000', '184330.745000', '184330.747000', '184330.750000', '184330.752000', '184330.755000', '184330.758000', '184330.761000', '184330.763000', '184330.766000', '184330.769000', '184330.771000', '184330.774000', '184330.777000', '184330.779000', '184330.782000', '184330.784000', '184330.787000', '184330.790000', '184330.792000', '184330.795000', '184330.812000', '184330.814000', '184330.817000', '184330.820000', '184330.823000', '184330.825000', '184330.828000', '184330.831000', '184330.833000', '184330.836000', '184330.839000', '184330.842000', '184330.845000', '184330.847000', '184330.852000', '184330.855000', '184330.858000', '184330.860000', '184330.864000', '184330.867000', '184350.736000', '184350.739000', '184350.742000', '184350.744000', '184350.747000', '184350.750000', '184350.753000', '184350.755000', '184350.758000', '184350.761000', '184350.763000', '184350.766000', '184350.769000', '184350.771000', '184350.774000', '184350.776000', '184350.779000', '184350.782000', '184350.784000', '184350.787000', '184350.790000', '184350.792000', '184350.795000', '184350.798000', '184350.800000', '184350.803000', '184350.805000', '184350.808000', '184350.811000', '184350.814000', '184350.816000', '184350.819000', '184350.821000', '184350.824000', '184350.827000', '184350.829000', '184350.832000', '184350.835000', '184350.838000', '184350.840000', '184350.843000', '184350.845000', '184350.848000', '184350.851000', '184410.737000', '184410.740000', '184410.742000', '184410.745000', '184410.748000', '184410.750000', '184410.753000', '184410.756000', '184410.758000', '184410.761000', '184410.764000', '184410.766000', '184410.769000', '184410.771000', '184410.774000', '184410.777000', '184410.779000', '184410.782000', '184410.785000', '184410.787000', '184410.790000', '184410.793000', '184410.795000', '184410.798000', '184410.800000', '184410.803000', '184410.806000', '184410.808000', '184410.811000', '184410.813000', '184410.816000', '184410.819000', '184410.821000', '184410.824000', '184410.827000', '184410.829000', '184410.832000', '184410.834000', '184410.837000', '184410.840000', '184410.842000', '184410.845000', '184410.848000', '184429.681000', '184429.684000', '184429.687000', '184429.689000', '184429.692000', '184429.695000', '184429.697000', '184429.700000', '184429.703000', '184429.705000', '184429.708000', '184429.711000', '184429.713000', '184429.716000', '184429.718000', '184429.721000', '184429.724000', '184429.726000', '184429.729000', '184429.732000', '184429.734000', '184429.737000', '184429.740000', '184429.742000', '184429.745000', '184429.748000', '184429.750000', '184429.753000', '184429.756000', '184429.758000', '184429.761000', '184429.763000', '184429.766000', '184429.769000', '184429.771000', '184429.774000', '184429.776000', '184429.779000', '184429.782000', '184429.784000', '184429.787000', '184429.789000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [10393, 12233, 15711, 13500, 17749, 13875, 11642, 16460, 11728, 14593, 13465, 10629, 12380, 8626, 10928, 10099, 9321, 13953, 9583, 13569, 8858, 8945, 9401, 8153, 12306, 10479, 9249, 9835, 8108, 10264, 8107, 13211, 10578, 8554, 8973, 8011, 8772, 8228, 12950, 9797, 8957, 10352, 8678, 10974, 9107, 13215, 8628, 8761, 8480, 8021, 9733, 10869, 8841, 11769, 8861, 10236, 11211, 13057, 16217, 12637, 12033, 8033, 11219, 8470, 8976, 12718, 9107, 11089, 8105, 10134, 8255, 9243, 10822, 10849, 12531, 8513, 11132, 8678, 11120, 8857, 11423, 10676, 12645, 10302, 8727, 9976, 8518, 9796, 8731, 11798, 10987, 9459, 10040, 9076, 9896, 8612, 10787, 8785, 13411, 9805, 9596, 9278, 9174, 9513, 8901, 11511, 9163, 9665, 9112, 10563, 9123, 9078, 10030, 9164, 11735, 8698, 10915, 8918, 10276, 9570, 9031, 11411, 8827, 12409, 8530, 10231, 9175, 9325, 9148, 8728, 13194, 10347, 8867, 10119, 14889, 10895, 16119, 12081, 11391, 9537, 9531, 9552, 9413, 13029, 10708, 9744, 9352, 8829, 10250, 9683, 14219, 11910, 14003, 9255, 9122, 10123, 8991, 14183, 11526, 13990, 9219, 8161, 9446, 8530, 11712, 9554, 12187, 8989, 8954, 9347, 8342, 12381, 9872, 13467, 9712, 8387, 8596, 8733, 9435, 8628, 14216, 9702, 11749, 9492, 10344, 9467, 10837, 11338, 11476, 10906, 9004, 9125, 8871, 9327, 9466, 11681, 10478, 11045, 8291, 10632, 11305, 8689, 9996, 12349, 12042, 9583, 9201, 8201, 10714, 9786, 15098, 11431, 7980, 9775, 8644, 10914, 8340, 15851, 10305, 10113, 8779, 8124, 8345, 8514, 12706, 8952, 8297, 8924, 8841, 8393, 10706, 11967, 11207, 9494, 8328, 8431, 8897, 10023, 8950, 14095, 9115, 9206, 8364, 8336, 8532, 8382, 9445, 8507, 9449, 8354, 9846, 9051, 8266, 11413, 8674, 9689, 8721, 11223, 10319, 14554, 12021, 9653, 9530, 7909, 8863, 8216, 12546, 10138, 12255, 8087, 9575, 9317, 10021, 9655, 10766, 10284, 8034, 8844, 8062, 12702, 11401, 10438, 9567, 9108, 8366, 9915, 9938, 10628, 9425, 11902, 9153, 10355, 9480, 11797, 13301, 11987, 11874, 8653, 9230, 8867, 8448, 9752, 10157, 13743, 13997, 9648, 11007, 8507, 10653, 9390, 13125, 11792, 13318, 12012, 8177, 8483, 8388, 8174, 8657, 10975, 9885, 7966, 8079, 8092, 8752, 8541, 9671, 8054, 10619, 7863, 8039, 7928, 9525, 8476, 9396, 9852, 8220, 9282, 8385, 9676, 9341, 11953, 9914, 8987, 7923, 8033, 7949, 7991, 9903, 9271, 12066, 8922, 9600, 9482, 11008, 13106, 10407, 12620, 7982, 9763, 7921, 9106, 9009, 11273, 11202, 7919, 10032, 8277, 10791, 8831, 12569, 9429, 13924, 9695, 8172, 8002, 8052, 8546, 8455, 11434, 9300, 8480, 8406, 8191, 11488, 8935, 13353, 9465, 10347, 7934, 10528, 9259, 13214, 9732, 11179, 8747, 10666, 9651, 12866, 12825, 12205, 9771, 8554, 8823, 8674, 8583, 8773, 9115, 8036, 9070, 8188, 8284, 8073, 8265, 8006, 9388, 8897, 9557, 8648, 8031, 8669, 8018, 8525, 8025, 8245, 8146, 9657, 9843, 9350, 10907, 8339, 10130, 8042, 11488, 9113, 13860, 10679, 10684, 9630, 8925, 10315, 8749, 14068, 9770, 12844, 8568, 10906, 9208, 12456, 12984, 11530, 10958, 7944, 9967, 8465, 9989, 9580, 12076, 10760, 8283, 9731, 8122, 10163, 8692, 12569, 9959, 8988, 8233, 8751, 8303, 8143, 9601, 7943, 8699, 8017, 8329, 7986, 9932, 8071, 10318, 9151, 8450, 8672, 8004, 9077, 8304, 8388, 12254, 9184, 10536, 8398, 10997, 10356, 13189, 14525, 11570, 10308, 8274, 9669, 8381, 13502, 9649, 12936, 9225, 11083, 9771, 12207, 11382, 13380, 11532, 9957, 8390, 8186, 8246, 8161, 10314, 8386, 9166, 7974, 8581, 8015, 8528, 8526, 10131, 8175, 9456, 8069, 8127, 8296, 7931, 10633, 9718, 10494, 8970, 8325, 9514, 8516, 14153, 9960, 13864, 9431, 10219, 8938, 11011, 12057, 12547, 11602, 8968, 8529, 9034, 9884, 9163, 11788, 8896, 10816, 8504, 10269, 8836, 11011, 8682, 12772, 9155, 9112, 9045, 10380, 8721, 10793, 8437, 9823, 8128, 8308, 8413, 8741, 8281, 8441, 8125, 8575, 8159, 8359, 9788, 8798, 10408, 8187, 10268, 8175, 8171, 11238, 8190, 11705, 9118, 11630, 8649, 10426, 8079, 11833, 8546, 11712, 8261, 9137, 8261, 11377, 11971, 14793, 11233, 9264, 9521, 9040, 13703, 10454, 14887, 9900, 10656, 8751, 9399, 8774, 8365, 8605, 9366, 8277, 9096, 8237, 9066, 8124, 8630, 12266, 11227, 11717, 8920, 8924, 8706, 8595, 14108, 9509, 13935, 8343, 11902, 8134, 11592, 9785, 13160, 11423, 9048, 8745, 8743, 8678, 8413, 13248, 8871, 10112, 8009, 9040, 8274, 9440, 10437, 8607, 9483, 8656, 8466, 8575, 8173, 8718, 9503, 8327, 8592, 8087, 8198, 8427, 7941, 14645, 10932, 9622, 9248, 8034, 9873, 11714, 11142, 11233, 8603, 9901, 8441, 14295, 11981, 13423, 8831, 8970, 10625, 8780, 14525, 10661, 11289, 8400, 8477, 9784, 8562, 14087, 9253, 11410, 8357, 9097, 8904, 11876, 10957, 8668, 8579, 7859, 7870, 8240, 8820, 8694, 8526, 11276, 12261, 10543, 11762, 8306, 9593, 8395, 8848, 11804, 9896, 11056, 8215, 9501, 8395, 8272, 8529, 8078, 8930, 9978, 8982, 8350, 8614, 8763, 8140, 9196, 9107, 8938, 8021, 8331, 8130, 8608, 8078, 11063, 8527, 9309, 8228, 9337, 8408, 11222, 9500, 12246, 9835, 8306, 8080, 8313, 8432, 8570, 8376, 8369, 10537, 7933, 8020, 8546, 8071, 11549, 8317, 12414, 9261, 11891, 9432, 12973, 13380, 14050, 9962, 10683, 8069, 8639, 12327, 8975, 12582, 8924, 9588, 8158, 10083, 13274, 9660, 13502, 8802, 9970, 8349, 8542, 12039, 8347, 13251, 9308, 9728, 7791, 8725, 11596, 8745, 11623, 10636, 9791, 8043, 10656, 11924, 8001, 9547, 10164, 9427, 8026, 9160, 10208, 9238, 10483, 8836, 10118, 10432, 9503, 10445, 9193, 10202, 9021, 10718, 11122, 9307, 12175, 10622, 10006, 7999, 8379, 10889, 8160, 11743, 8915, 10761, 8096, 7844, 11264, 8387, 12401, 8890, 10072, 7893, 8233, 11560, 9151, 12254, 8013, 9284, 7991, 8544, 11573, 8602, 10811, 9492, 9684, 9825, 9932, 9810, 11910, 8978, 8981, 8078, 8213, 8057, 9137, 10145, 8088, 8277, 8678, 8532, 8044, 7958, 11235, 8740, 10685, 8707, 9352, 8686, 9836, 7959, 10724, 8912, 8098, 8197, 8371, 9560, 8009, 12470, 9475, 9989, 8223, 8901, 8000, 9879, 8180, 10384, 8360, 8078, 9332, 8484, 9300, 8200, 8300, 8532, 9292, 10452, 9336, 12596, 9393, 12404, 9299, 12900, 9139, 14277, 9711, 12657, 9906, 12131, 10262, 13440, 9927, 9876, 8155, 8280, 11409, 8588, 11683, 10023, 9905, 8153, 10056, 11166, 8912, 10658, 8035, 9956, 9504, 9520, 9166, 9554, 8296, 10757, 8650, 8159, 8770, 9004, 8843, 8161, 10351, 9484, 8195, 9984, 8262, 10195, 8057, 12296, 9175, 11270, 9294, 9829, 9295, 11958, 8829, 9254, 8413, 8775, 8265, 9272, 9646, 8500, 8786, 7981, 8156, 7919, 9443, 10153, 12205, 13310, 9197, 8819, 12587, 10039, 13048, 13302, 12128, 16622, 10675, 12032, 9404, 12512, 11597, 14821, 12612, 12857, 11058, 9888, 11381, 11018, 13107, 9113, 9629, 9475, 7826, 9048, 8178, 9242, 9615, 9097, 7996, 8523, 8887, 8910, 7999, 8857, 10046, 8734, 8443, 7988, 8337, 7987, 8723, 7988, 9497, 8560, 10035, 8506, 8250, 9224, 8732, 9411, 9400, 9018, 9300, 9078, 9530, 8036, 9033, 8180, 9250, 8099, 9094, 8657, 8384, 9419, 8114, 8608, 8023, 8863, 8995, 10326, 10592, 8466, 10881, 8481, 11309, 8450, 12697, 9305, 12955, 8838, 10080, 8365, 10581, 8727, 11866, 9652, 8734, 10101, 8538, 9683, 8229, 11860, 8313, 9561, 8477, 8181, 8255, 8022, 7981, 9423, 7860, 8317, 8230, 8959, 10006, 9249, 10641, 8574, 11943, 8093, 8883, 7950, 7874, 8624, 8142, 10600, 8929, 8238, 8162, 7816, 12616, 13426, 14012, 13791, 11847, 14895, 14347, 9781, 12184, 9485, 14950, 14089, 16026, 13925, 8862, 10530, 8383, 10708, 10103, 14557, 11892, 8406, 8296, 8768, 9030, 9644, 14084, 11300, 8385, 8557, 8739, 9713, 8866, 14616, 10419, 8714, 9039, 8510, 8485, 8810, 13860, 9018, 9284, 8900, 9090, 10267, 10751, 12710, 9169, 9730, 8597, 8745, 8304, 10655], 'WindowCenter': [4715.0, 4707.0, 4729.0, 4701.0, 4707.0, 4673.0, 4639.0, 4678.0, 4635.0, 4652.0, 4641.0, 4612.0, 4632.0, 4592.0, 4620.0, 4612.0, 4602.0, 4654.0, 4615.0, 4657.0, 4603.0, 4604.0, 4604.0, 4596.0, 4646.0, 4639.0, 4619.0, 4632.0, 4598.0, 4626.0, 4609.0, 4657.0, 4640.0, 4619.0, 4619.0, 4610.0, 4618.0, 4618.0, 4657.0, 4641.0, 4620.0, 4640.0, 4621.0, 4652.0, 4632.0, 4672.0, 4629.0, 4620.0, 4630.0, 4624.0, 4655.0, 4666.0, 4648.0, 4676.0, 4645.0, 4643.0, 4673.0, 4686.0, 4705.0, 4674.0, 4662.0, 4611.0, 4639.0, 4610.0, 4620.0, 4671.0, 4632.0, 4651.0, 4611.0, 4639.0, 4611.0, 4630.0, 4651.0, 4651.0, 4663.0, 4621.0, 4639.0, 4619.0, 4637.0, 4620.0, 4649.0, 4640.0, 4660.0, 4629.0, 4610.0, 4628.0, 4621.0, 4629.0, 4622.0, 4659.0, 4651.0, 4629.0, 4629.0, 4618.0, 4628.0, 4618.0, 4638.0, 4620.0, 4668.0, 4641.0, 4630.0, 4630.0, 4630.0, 4630.0, 4631.0, 4661.0, 4632.0, 4629.0, 4631.0, 4639.0, 4630.0, 4632.0, 4644.0, 4645.0, 4664.0, 4627.0, 4651.0, 4620.0, 4628.0, 4631.0, 4631.0, 4661.0, 4630.0, 4671.0, 4626.0, 4639.0, 4631.0, 4630.0, 4632.0, 4634.0, 4682.0, 4652.0, 4613.0, 4623.0, 4650.0, 4611.0, 4648.0, 4633.0, 4622.0, 4602.0, 4604.0, 4603.0, 4592.0, 4631.0, 4627.0, 4605.0, 4604.0, 4595.0, 4614.0, 4594.0, 4643.0, 4637.0, 4647.0, 4595.0, 4604.0, 4604.0, 4594.0, 4644.0, 4636.0, 4642.0, 4594.0, 4583.0, 4602.0, 4594.0, 4625.0, 4617.0, 4636.0, 4597.0, 4594.0, 4605.0, 4597.0, 4637.0, 4616.0, 4647.0, 4607.0, 4584.0, 4597.0, 4595.0, 4608.0, 4599.0, 4647.0, 4608.0, 4625.0, 4606.0, 4603.0, 4604.0, 4622.0, 4626.0, 4639.0, 4626.0, 4595.0, 4594.0, 4610.0, 4607.0, 4607.0, 4636.0, 4668.0, 4609.0, 4552.0, 4582.0, 4580.0, 4608.0, 4601.0, 4647.0, 4656.0, 4634.0, 4626.0, 4615.0, 4645.0, 4636.0, 4687.0, 4659.0, 4605.0, 4635.0, 4614.0, 4633.0, 4615.0, 4683.0, 4636.0, 4622.0, 4614.0, 4603.0, 4603.0, 4625.0, 4664.0, 4629.0, 4613.0, 4626.0, 4614.0, 4616.0, 4645.0, 4659.0, 4645.0, 4635.0, 4614.0, 4604.0, 4625.0, 4636.0, 4633.0, 4675.0, 4628.0, 4623.0, 4615.0, 4615.0, 4627.0, 4614.0, 4646.0, 4628.0, 4635.0, 4615.0, 4635.0, 4626.0, 4618.0, 4659.0, 4630.0, 4640.0, 4628.0, 4646.0, 4648.0, 4677.0, 4668.0, 4626.0, 4625.0, 4603.0, 4613.0, 4603.0, 4654.0, 4634.0, 4654.0, 4605.0, 4622.0, 4623.0, 4622.0, 4624.0, 4642.0, 4635.0, 4603.0, 4624.0, 4586.0, 4633.0, 4635.0, 4569.0, 4621.0, 4652.0, 4642.0, 4661.0, 4659.0, 4670.0, 4650.0, 4669.0, 4638.0, 4644.0, 4635.0, 4666.0, 4689.0, 4669.0, 4669.0, 4626.0, 4635.0, 4638.0, 4628.0, 4637.0, 4658.0, 4688.0, 4689.0, 4637.0, 4645.0, 4630.0, 4649.0, 4635.0, 4673.0, 4654.0, 4663.0, 4651.0, 4599.0, 4611.0, 4611.0, 4613.0, 4623.0, 4655.0, 4648.0, 4615.0, 4615.0, 4613.0, 4624.0, 4624.0, 4634.0, 4615.0, 4646.0, 4616.0, 4613.0, 4633.0, 4646.0, 4638.0, 4649.0, 4662.0, 4630.0, 4640.0, 4629.0, 4648.0, 4649.0, 4668.0, 4649.0, 4626.0, 4618.0, 4616.0, 4628.0, 4629.0, 4661.0, 4653.0, 4681.0, 4652.0, 4648.0, 4651.0, 4658.0, 4679.0, 4656.0, 4680.0, 4617.0, 4635.0, 4618.0, 4636.0, 4641.0, 4673.0, 4670.0, 4629.0, 4649.0, 4629.0, 4657.0, 4627.0, 4664.0, 4623.0, 4673.0, 4635.0, 4613.0, 4617.0, 4627.0, 4641.0, 4642.0, 4669.0, 4655.0, 4640.0, 4631.0, 4627.0, 4669.0, 4636.0, 4679.0, 4638.0, 4636.0, 4606.0, 4648.0, 4636.0, 4665.0, 4636.0, 4642.0, 4612.0, 4629.0, 4622.0, 4650.0, 4663.0, 4640.0, 4621.0, 4595.0, 4608.0, 4597.0, 4612.0, 4611.0, 4620.0, 4600.0, 4611.0, 4611.0, 4610.0, 4612.0, 4625.0, 4627.0, 4635.0, 4638.0, 4646.0, 4637.0, 4628.0, 4639.0, 4630.0, 4651.0, 4642.0, 4641.0, 4643.0, 4662.0, 4676.0, 4665.0, 4687.0, 4643.0, 4663.0, 4627.0, 4671.0, 4652.0, 4690.0, 4663.0, 4649.0, 4655.0, 4627.0, 4648.0, 4629.0, 4688.0, 4647.0, 4662.0, 4615.0, 4633.0, 4624.0, 4664.0, 4665.0, 4653.0, 4643.0, 4601.0, 4623.0, 4603.0, 4621.0, 4634.0, 4652.0, 4646.0, 4613.0, 4622.0, 4602.0, 4633.0, 4624.0, 4652.0, 4634.0, 4609.0, 4602.0, 4612.0, 4611.0, 4614.0, 4632.0, 4615.0, 4625.0, 4615.0, 4613.0, 4614.0, 4645.0, 4627.0, 4658.0, 4650.0, 4642.0, 4652.0, 4642.0, 4641.0, 4645.0, 4644.0, 4695.0, 4665.0, 4663.0, 4642.0, 4661.0, 4662.0, 4681.0, 4703.0, 4659.0, 4649.0, 4617.0, 4637.0, 4616.0, 4677.0, 4638.0, 4664.0, 4626.0, 4642.0, 4634.0, 4652.0, 4656.0, 4660.0, 4644.0, 4618.0, 4601.0, 4600.0, 4602.0, 4613.0, 4644.0, 4615.0, 4630.0, 4613.0, 4613.0, 4614.0, 4625.0, 4625.0, 4642.0, 4628.0, 4637.0, 4617.0, 4616.0, 4628.0, 4631.0, 4661.0, 4663.0, 4646.0, 4654.0, 4624.0, 4632.0, 4611.0, 4676.0, 4634.0, 4674.0, 4624.0, 4632.0, 4624.0, 4639.0, 4664.0, 4668.0, 4657.0, 4613.0, 4611.0, 4610.0, 4632.0, 4626.0, 4653.0, 4625.0, 4642.0, 4611.0, 4619.0, 4610.0, 4641.0, 4611.0, 4648.0, 4622.0, 4610.0, 4621.0, 4631.0, 4624.0, 4640.0, 4624.0, 4644.0, 4627.0, 4638.0, 4640.0, 4649.0, 4639.0, 4643.0, 4641.0, 4654.0, 4643.0, 4653.0, 4671.0, 4653.0, 4684.0, 4655.0, 4675.0, 4655.0, 4654.0, 4686.0, 4655.0, 4694.0, 4655.0, 4673.0, 4630.0, 4658.0, 4628.0, 4679.0, 4636.0, 4680.0, 4629.0, 4650.0, 4641.0, 4682.0, 4682.0, 4688.0, 4661.0, 4624.0, 4624.0, 4612.0, 4674.0, 4642.0, 4683.0, 4631.0, 4630.0, 4598.0, 4608.0, 4610.0, 4611.0, 4623.0, 4633.0, 4625.0, 4626.0, 4627.0, 4627.0, 4616.0, 4629.0, 4669.0, 4659.0, 4655.0, 4625.0, 4614.0, 4615.0, 4613.0, 4675.0, 4624.0, 4674.0, 4603.0, 4639.0, 4589.0, 4642.0, 4632.0, 4661.0, 4642.0, 4609.0, 4598.0, 4596.0, 4617.0, 4612.0, 4661.0, 4622.0, 4627.0, 4589.0, 4606.0, 4612.0, 4621.0, 4639.0, 4610.0, 4625.0, 4611.0, 4610.0, 4610.0, 4610.0, 4622.0, 4634.0, 4626.0, 4624.0, 4614.0, 4627.0, 4641.0, 4609.0, 4712.0, 4674.0, 4612.0, 4650.0, 4624.0, 4644.0, 4676.0, 4653.0, 4653.0, 4620.0, 4629.0, 4609.0, 4681.0, 4650.0, 4656.0, 4619.0, 4606.0, 4638.0, 4618.0, 4666.0, 4639.0, 4635.0, 4596.0, 4593.0, 4615.0, 4608.0, 4663.0, 4615.0, 4634.0, 4594.0, 4603.0, 4604.0, 4644.0, 4634.0, 4604.0, 4604.0, 4592.0, 4591.0, 4595.0, 4604.0, 4605.0, 4618.0, 4646.0, 4656.0, 4638.0, 4648.0, 4607.0, 4615.0, 4607.0, 4614.0, 4645.0, 4624.0, 4652.0, 4606.0, 4625.0, 4604.0, 4611.0, 4618.0, 4607.0, 4628.0, 4638.0, 4631.0, 4619.0, 4630.0, 4631.0, 4623.0, 4648.0, 4644.0, 4645.0, 4624.0, 4634.0, 4623.0, 4646.0, 4646.0, 4687.0, 4649.0, 4657.0, 4648.0, 4657.0, 4636.0, 4674.0, 4656.0, 4673.0, 4654.0, 4631.0, 4634.0, 4632.0, 4635.0, 4644.0, 4644.0, 4646.0, 4680.0, 4648.0, 4648.0, 4661.0, 4650.0, 4703.0, 4663.0, 4702.0, 4659.0, 4677.0, 4650.0, 4685.0, 4681.0, 4684.0, 4644.0, 4639.0, 4609.0, 4625.0, 4672.0, 4632.0, 4673.0, 4631.0, 4630.0, 4611.0, 4640.0, 4672.0, 4641.0, 4671.0, 4618.0, 4628.0, 4609.0, 4606.0, 4660.0, 4620.0, 4670.0, 4618.0, 4626.0, 4599.0, 4607.0, 4659.0, 4622.0, 4659.0, 4639.0, 4627.0, 4609.0, 4637.0, 4660.0, 4611.0, 4629.0, 4640.0, 4629.0, 4621.0, 4643.0, 4654.0, 4633.0, 4652.0, 4633.0, 4642.0, 4654.0, 4634.0, 4653.0, 4631.0, 4639.0, 4622.0, 4637.0, 4653.0, 4632.0, 4673.0, 4652.0, 4632.0, 4612.0, 4620.0, 4652.0, 4624.0, 4674.0, 4632.0, 4656.0, 4610.0, 4610.0, 4663.0, 4624.0, 4673.0, 4632.0, 4648.0, 4623.0, 4621.0, 4660.0, 4642.0, 4661.0, 4611.0, 4629.0, 4611.0, 4620.0, 4662.0, 4620.0, 4650.0, 4626.0, 4628.0, 4628.0, 4639.0, 4640.0, 4664.0, 4631.0, 4615.0, 4609.0, 4608.0, 4621.0, 4641.0, 4653.0, 4634.0, 4630.0, 4634.0, 4632.0, 4624.0, 4633.0, 4672.0, 4633.0, 4665.0, 4633.0, 4642.0, 4645.0, 4667.0, 4637.0, 4665.0, 4646.0, 4623.0, 4633.0, 4634.0, 4654.0, 4634.0, 4684.0, 4641.0, 4651.0, 4632.0, 4641.0, 4621.0, 4652.0, 4635.0, 4665.0, 4634.0, 4635.0, 4655.0, 4659.0, 4669.0, 4661.0, 4652.0, 4667.0, 4660.0, 4681.0, 4660.0, 4690.0, 4647.0, 4673.0, 4632.0, 4673.0, 4631.0, 4681.0, 4629.0, 4657.0, 4625.0, 4645.0, 4625.0, 4656.0, 4626.0, 4612.0, 4594.0, 4603.0, 4646.0, 4617.0, 4646.0, 4624.0, 4623.0, 4595.0, 4624.0, 4647.0, 4615.0, 4635.0, 4599.0, 4624.0, 4623.0, 4622.0, 4613.0, 4622.0, 4605.0, 4646.0, 4630.0, 4609.0, 4628.0, 4631.0, 4642.0, 4635.0, 4652.0, 4655.0, 4621.0, 4641.0, 4608.0, 4640.0, 4609.0, 4660.0, 4629.0, 4645.0, 4627.0, 4637.0, 4627.0, 4657.0, 4628.0, 4624.0, 4616.0, 4616.0, 4629.0, 4639.0, 4640.0, 4630.0, 4632.0, 4635.0, 4605.0, 4595.0, 4657.0, 4631.0, 4639.0, 4661.0, 4642.0, 4625.0, 4655.0, 4638.0, 4653.0, 4670.0, 4634.0, 4677.0, 4622.0, 4629.0, 4599.0, 4627.0, 4628.0, 4650.0, 4630.0, 4613.0, 4594.0, 4582.0, 4603.0, 4592.0, 4624.0, 4571.0, 4581.0, 4580.0, 4551.0, 4572.0, 4572.0, 4584.0, 4594.0, 4586.0, 4574.0, 4587.0, 4586.0, 4598.0, 4576.0, 4599.0, 4607.0, 4602.0, 4601.0, 4603.0, 4603.0, 4603.0, 4616.0, 4605.0, 4638.0, 4628.0, 4639.0, 4619.0, 4618.0, 4627.0, 4618.0, 4628.0, 4626.0, 4617.0, 4627.0, 4630.0, 4639.0, 4619.0, 4628.0, 4630.0, 4638.0, 4630.0, 4639.0, 4643.0, 4645.0, 4654.0, 4633.0, 4645.0, 4634.0, 4643.0, 4657.0, 4668.0, 4675.0, 4633.0, 4661.0, 4618.0, 4649.0, 4618.0, 4668.0, 4626.0, 4667.0, 4613.0, 4635.0, 4616.0, 4645.0, 4628.0, 4657.0, 4640.0, 4615.0, 4636.0, 4614.0, 4638.0, 4615.0, 4654.0, 4603.0, 4624.0, 4613.0, 4614.0, 4614.0, 4616.0, 4618.0, 4635.0, 4619.0, 4627.0, 4630.0, 4638.0, 4647.0, 4637.0, 4647.0, 4628.0, 4659.0, 4631.0, 4639.0, 4630.0, 4631.0, 4644.0, 4659.0, 4661.0, 4654.0, 4657.0, 4657.0, 4633.0, 4681.0, 4694.0, 4692.0, 4687.0, 4671.0, 4701.0, 4705.0, 4651.0, 4669.0, 4640.0, 4686.0, 4677.0, 4696.0, 4676.0, 4613.0, 4632.0, 4602.0, 4632.0, 4632.0, 4674.0, 4656.0, 4613.0, 4613.0, 4614.0, 4624.0, 4637.0, 4671.0, 4657.0, 4616.0, 4615.0, 4615.0, 4636.0, 4625.0, 4685.0, 4649.0, 4625.0, 4627.0, 4626.0, 4629.0, 4640.0, 4690.0, 4642.0, 4636.0, 4639.0, 4629.0, 4651.0, 4657.0, 4680.0, 4638.0, 4637.0, 4626.0, 4627.0, 4628.0, 4648.0], 'WindowWidth': [10316.0, 10286.0, 10313.0, 10268.0, 10266.0, 10213.0, 10159.0, 10212.0, 10148.0, 10165.0, 10151.0, 10112.0, 10138.0, 10086.0, 10121.0, 10111.0, 10100.0, 10172.0, 10124.0, 10178.0, 10103.0, 10106.0, 10104.0, 10098.0, 10164.0, 10159.0, 10133.0, 10149.0, 10103.0, 10139.0, 10119.0, 10182.0, 10165.0, 10134.0, 10137.0, 10126.0, 10133.0, 10133.0, 10184.0, 10168.0, 10138.0, 10165.0, 10140.0, 10185.0, 10160.0, 10212.0, 10154.0, 10139.0, 10151.0, 10153.0, 10196.0, 10212.0, 10191.0, 10222.0, 10180.0, 10173.0, 10222.0, 10235.0, 10262.0, 10215.0, 10197.0, 10127.0, 10159.0, 10123.0, 10138.0, 10206.0, 10157.0, 10179.0, 10125.0, 10159.0, 10126.0, 10150.0, 10179.0, 10180.0, 10201.0, 10140.0, 10160.0, 10134.0, 10154.0, 10136.0, 10174.0, 10163.0, 10189.0, 10147.0, 10120.0, 10144.0, 10136.0, 10149.0, 10144.0, 10190.0, 10183.0, 10150.0, 10149.0, 10133.0, 10145.0, 10133.0, 10161.0, 10139.0, 10203.0, 10169.0, 10151.0, 10150.0, 10148.0, 10151.0, 10156.0, 10194.0, 10156.0, 10147.0, 10152.0, 10159.0, 10151.0, 10155.0, 10175.0, 10177.0, 10202.0, 10151.0, 10178.0, 10138.0, 10144.0, 10152.0, 10152.0, 10194.0, 10151.0, 10211.0, 10149.0, 10160.0, 10152.0, 10151.0, 10157.0, 10164.0, 10226.0, 10189.0, 10125.0, 10131.0, 10161.0, 10110.0, 10157.0, 10147.0, 10125.0, 10095.0, 10101.0, 10096.0, 10082.0, 10134.0, 10140.0, 10106.0, 10102.0, 10091.0, 10114.0, 10086.0, 10151.0, 10150.0, 10163.0, 10091.0, 10104.0, 10100.0, 10086.0, 10155.0, 10150.0, 10152.0, 10088.0, 10073.0, 10098.0, 10090.0, 10133.0, 10126.0, 10147.0, 10095.0, 10088.0, 10105.0, 10097.0, 10150.0, 10121.0, 10166.0, 10112.0, 10076.0, 10097.0, 10092.0, 10113.0, 10101.0, 10165.0, 10114.0, 10130.0, 10106.0, 10099.0, 10103.0, 10127.0, 10135.0, 10156.0, 10137.0, 10092.0, 10088.0, 10119.0, 10108.0, 10111.0, 10149.0, 10219.0, 10099.0, 10009.0, 10047.0, 10044.0, 10111.0, 10094.0, 10167.0, 10188.0, 10155.0, 10149.0, 10130.0, 10170.0, 10161.0, 10232.0, 10197.0, 10119.0, 10157.0, 10127.0, 10152.0, 10131.0, 10220.0, 10163.0, 10137.0, 10128.0, 10113.0, 10115.0, 10147.0, 10200.0, 10157.0, 10128.0, 10149.0, 10130.0, 10136.0, 10173.0, 10195.0, 10171.0, 10159.0, 10128.0, 10115.0, 10147.0, 10164.0, 10164.0, 10214.0, 10154.0, 10140.0, 10134.0, 10133.0, 10153.0, 10132.0, 10178.0, 10156.0, 10161.0, 10133.0, 10156.0, 10148.0, 10139.0, 10198.0, 10161.0, 10173.0, 10154.0, 10175.0, 10180.0, 10217.0, 10209.0, 10146.0, 10146.0, 10114.0, 10127.0, 10113.0, 10182.0, 10155.0, 10183.0, 10118.0, 10137.0, 10140.0, 10137.0, 10142.0, 10164.0, 10160.0, 10115.0, 10141.0, 10075.0, 10141.0, 10148.0, 10024.0, 10137.0, 10197.0, 10184.0, 10208.0, 10201.0, 10219.0, 10191.0, 10213.0, 10168.0, 10171.0, 10163.0, 10206.0, 10241.0, 10214.0, 10214.0, 10148.0, 10160.0, 10170.0, 10157.0, 10166.0, 10198.0, 10239.0, 10243.0, 10168.0, 10175.0, 10157.0, 10180.0, 10160.0, 10210.0, 10187.0, 10196.0, 10178.0, 10104.0, 10120.0, 10124.0, 10130.0, 10147.0, 10189.0, 10185.0, 10133.0, 10135.0, 10128.0, 10144.0, 10146.0, 10159.0, 10135.0, 10177.0, 10137.0, 10130.0, 10164.0, 10179.0, 10174.0, 10187.0, 10207.0, 10162.0, 10173.0, 10159.0, 10183.0, 10187.0, 10210.0, 10186.0, 10150.0, 10142.0, 10138.0, 10156.0, 10162.0, 10207.0, 10199.0, 10236.0, 10195.0, 10185.0, 10190.0, 10197.0, 10227.0, 10193.0, 10229.0, 10140.0, 10161.0, 10140.0, 10165.0, 10179.0, 10221.0, 10218.0, 10159.0, 10184.0, 10157.0, 10192.0, 10153.0, 10200.0, 10144.0, 10209.0, 10163.0, 10131.0, 10141.0, 10156.0, 10178.0, 10184.0, 10219.0, 10202.0, 10176.0, 10163.0, 10153.0, 10212.0, 10166.0, 10228.0, 10169.0, 10160.0, 10120.0, 10179.0, 10164.0, 10203.0, 10163.0, 10161.0, 10123.0, 10141.0, 10137.0, 10174.0, 10194.0, 10157.0, 10134.0, 10094.0, 10113.0, 10098.0, 10124.0, 10122.0, 10134.0, 10107.0, 10120.0, 10121.0, 10120.0, 10127.0, 10148.0, 10154.0, 10162.0, 10169.0, 10178.0, 10167.0, 10157.0, 10175.0, 10164.0, 10196.0, 10181.0, 10180.0, 10185.0, 10212.0, 10234.0, 10218.0, 10252.0, 10185.0, 10209.0, 10157.0, 10218.0, 10196.0, 10245.0, 10211.0, 10184.0, 10193.0, 10150.0, 10182.0, 10157.0, 10240.0, 10181.0, 10194.0, 10130.0, 10150.0, 10142.0, 10196.0, 10202.0, 10180.0, 10169.0, 10107.0, 10138.0, 10111.0, 10136.0, 10157.0, 10179.0, 10177.0, 10127.0, 10138.0, 10110.0, 10154.0, 10143.0, 10182.0, 10160.0, 10118.0, 10111.0, 10122.0, 10125.0, 10133.0, 10154.0, 10136.0, 10147.0, 10133.0, 10128.0, 10132.0, 10173.0, 10154.0, 10198.0, 10191.0, 10182.0, 10196.0, 10184.0, 10179.0, 10190.0, 10187.0, 10259.0, 10218.0, 10210.0, 10180.0, 10203.0, 10208.0, 10233.0, 10264.0, 10197.0, 10183.0, 10135.0, 10162.0, 10138.0, 10222.0, 10169.0, 10199.0, 10147.0, 10163.0, 10156.0, 10178.0, 10187.0, 10187.0, 10169.0, 10126.0, 10107.0, 10104.0, 10110.0, 10128.0, 10170.0, 10133.0, 10152.0, 10127.0, 10126.0, 10132.0, 10146.0, 10149.0, 10167.0, 10155.0, 10162.0, 10137.0, 10137.0, 10155.0, 10163.0, 10203.0, 10211.0, 10177.0, 10200.0, 10146.0, 10151.0, 10124.0, 10215.0, 10160.0, 10214.0, 10144.0, 10150.0, 10141.0, 10158.0, 10197.0, 10203.0, 10191.0, 10126.0, 10121.0, 10118.0, 10150.0, 10145.0, 10183.0, 10147.0, 10164.0, 10123.0, 10129.0, 10118.0, 10161.0, 10124.0, 10168.0, 10138.0, 10118.0, 10137.0, 10147.0, 10144.0, 10161.0, 10144.0, 10175.0, 10153.0, 10171.0, 10176.0, 10190.0, 10175.0, 10183.0, 10179.0, 10199.0, 10187.0, 10200.0, 10221.0, 10200.0, 10240.0, 10202.0, 10227.0, 10202.0, 10203.0, 10247.0, 10205.0, 10256.0, 10202.0, 10221.0, 10158.0, 10193.0, 10155.0, 10226.0, 10167.0, 10228.0, 10157.0, 10187.0, 10177.0, 10234.0, 10232.0, 10238.0, 10203.0, 10143.0, 10141.0, 10123.0, 10210.0, 10165.0, 10223.0, 10149.0, 10146.0, 10098.0, 10112.0, 10118.0, 10124.0, 10143.0, 10156.0, 10148.0, 10148.0, 10150.0, 10150.0, 10137.0, 10158.0, 10213.0, 10199.0, 10187.0, 10146.0, 10126.0, 10129.0, 10129.0, 10214.0, 10143.0, 10211.0, 10111.0, 10156.0, 10088.0, 10162.0, 10151.0, 10187.0, 10165.0, 10115.0, 10100.0, 10095.0, 10130.0, 10124.0, 10189.0, 10139.0, 10138.0, 10086.0, 10107.0, 10123.0, 10138.0, 10160.0, 10121.0, 10142.0, 10122.0, 10119.0, 10119.0, 10120.0, 10140.0, 10156.0, 10151.0, 10144.0, 10130.0, 10152.0, 10177.0, 10122.0, 10282.0, 10228.0, 10120.0, 10191.0, 10151.0, 10176.0, 10224.0, 10190.0, 10187.0, 10139.0, 10149.0, 10121.0, 10224.0, 10181.0, 10184.0, 10134.0, 10113.0, 10159.0, 10135.0, 10201.0, 10164.0, 10153.0, 10101.0, 10092.0, 10126.0, 10118.0, 10192.0, 10126.0, 10149.0, 10095.0, 10106.0, 10112.0, 10166.0, 10152.0, 10110.0, 10109.0, 10087.0, 10085.0, 10099.0, 10110.0, 10111.0, 10133.0, 10171.0, 10185.0, 10163.0, 10176.0, 10119.0, 10124.0, 10118.0, 10124.0, 10168.0, 10138.0, 10182.0, 10117.0, 10140.0, 10113.0, 10126.0, 10137.0, 10122.0, 10150.0, 10162.0, 10160.0, 10138.0, 10154.0, 10158.0, 10151.0, 10184.0, 10181.0, 10183.0, 10152.0, 10165.0, 10151.0, 10189.0, 10191.0, 10247.0, 10196.0, 10203.0, 10191.0, 10201.0, 10174.0, 10220.0, 10200.0, 10219.0, 10196.0, 10159.0, 10168.0, 10163.0, 10170.0, 10182.0, 10185.0, 10191.0, 10242.0, 10196.0, 10195.0, 10215.0, 10203.0, 10275.0, 10222.0, 10273.0, 10209.0, 10230.0, 10189.0, 10238.0, 10230.0, 10234.0, 10179.0, 10164.0, 10126.0, 10148.0, 10215.0, 10161.0, 10217.0, 10157.0, 10152.0, 10131.0, 10168.0, 10215.0, 10172.0, 10211.0, 10135.0, 10145.0, 10122.0, 10117.0, 10194.0, 10141.0, 10209.0, 10135.0, 10143.0, 10111.0, 10119.0, 10193.0, 10147.0, 10192.0, 10163.0, 10144.0, 10124.0, 10162.0, 10198.0, 10131.0, 10152.0, 10166.0, 10150.0, 10146.0, 10178.0, 10194.0, 10162.0, 10185.0, 10160.0, 10172.0, 10190.0, 10162.0, 10187.0, 10155.0, 10162.0, 10143.0, 10160.0, 10188.0, 10159.0, 10217.0, 10183.0, 10155.0, 10130.0, 10141.0, 10186.0, 10150.0, 10220.0, 10161.0, 10192.0, 10129.0, 10128.0, 10203.0, 10151.0, 10217.0, 10161.0, 10182.0, 10147.0, 10142.0, 10196.0, 10174.0, 10198.0, 10128.0, 10149.0, 10129.0, 10143.0, 10202.0, 10142.0, 10182.0, 10143.0, 10146.0, 10146.0, 10164.0, 10168.0, 10201.0, 10159.0, 10129.0, 10123.0, 10121.0, 10145.0, 10176.0, 10192.0, 10168.0, 10158.0, 10164.0, 10159.0, 10154.0, 10168.0, 10217.0, 10164.0, 10208.0, 10161.0, 10173.0, 10182.0, 10215.0, 10178.0, 10210.0, 10187.0, 10149.0, 10164.0, 10167.0, 10197.0, 10167.0, 10234.0, 10173.0, 10184.0, 10161.0, 10172.0, 10145.0, 10186.0, 10168.0, 10209.0, 10167.0, 10167.0, 10196.0, 10208.0, 10224.0, 10218.0, 10202.0, 10223.0, 10209.0, 10240.0, 10209.0, 10252.0, 10188.0, 10215.0, 10157.0, 10216.0, 10156.0, 10227.0, 10150.0, 10183.0, 10138.0, 10166.0, 10140.0, 10185.0, 10141.0, 10116.0, 10096.0, 10108.0, 10170.0, 10131.0, 10171.0, 10137.0, 10134.0, 10099.0, 10140.0, 10174.0, 10126.0, 10154.0, 10104.0, 10136.0, 10134.0, 10131.0, 10120.0, 10132.0, 10114.0, 10169.0, 10154.0, 10124.0, 10150.0, 10156.0, 10174.0, 10171.0, 10190.0, 10196.0, 10143.0, 10168.0, 10121.0, 10166.0, 10125.0, 10196.0, 10151.0, 10167.0, 10143.0, 10160.0, 10146.0, 10187.0, 10148.0, 10137.0, 10129.0, 10132.0, 10155.0, 10166.0, 10171.0, 10156.0, 10164.0, 10171.0, 10117.0, 10091.0, 10197.0, 10147.0, 10152.0, 10191.0, 10177.0, 10146.0, 10183.0, 10165.0, 10173.0, 10210.0, 10148.0, 10214.0, 10130.0, 10138.0, 10096.0, 10130.0, 10135.0, 10168.0, 10137.0, 10105.0, 10080.0, 10059.0, 10090.0, 10074.0, 10122.0, 10047.0, 10060.0, 10058.0, 10020.0, 10050.0, 10051.0, 10069.0, 10085.0, 10077.0, 10058.0, 10080.0, 10074.0, 10094.0, 10061.0, 10097.0, 10106.0, 10108.0, 10106.0, 10111.0, 10112.0, 10112.0, 10132.0, 10116.0, 10166.0, 10153.0, 10168.0, 10140.0, 10137.0, 10150.0, 10136.0, 10148.0, 10145.0, 10132.0, 10148.0, 10157.0, 10168.0, 10142.0, 10152.0, 10158.0, 10167.0, 10162.0, 10171.0, 10180.0, 10184.0, 10198.0, 10169.0, 10185.0, 10170.0, 10182.0, 10208.0, 10220.0, 10230.0, 10166.0, 10202.0, 10139.0, 10181.0, 10140.0, 10208.0, 10149.0, 10205.0, 10127.0, 10156.0, 10131.0, 10172.0, 10154.0, 10192.0, 10171.0, 10130.0, 10159.0, 10127.0, 10164.0, 10131.0, 10182.0, 10111.0, 10139.0, 10125.0, 10126.0, 10129.0, 10136.0, 10142.0, 10162.0, 10143.0, 10152.0, 10156.0, 10165.0, 10177.0, 10160.0, 10177.0, 10153.0, 10194.0, 10162.0, 10171.0, 10158.0, 10163.0, 10186.0, 10217.0, 10205.0, 10199.0, 10211.0, 10212.0, 10168.0, 10232.0, 10254.0, 10247.0, 10235.0, 10215.0, 10256.0, 10269.0, 10192.0, 10211.0, 10175.0, 10229.0, 10222.0, 10244.0, 10216.0, 10127.0, 10151.0, 10111.0, 10149.0, 10152.0, 10210.0, 10188.0, 10129.0, 10129.0, 10132.0, 10145.0, 10166.0, 10208.0, 10194.0, 10135.0, 10134.0, 10134.0, 10161.0, 10148.0, 10227.0, 10185.0, 10150.0, 10152.0, 10152.0, 10158.0, 10175.0, 10243.0, 10182.0, 10167.0, 10174.0, 10157.0, 10188.0, 10194.0, 10229.0, 10169.0, 10166.0, 10150.0, 10152.0, 10155.0, 10181.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.006497469670710571</td></tr>
<tr><td colspan=3>aqi</td><td>0.13754550519930675</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.12634582388551</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1355447540503047</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997772473694709</td></tr>
<tr><td colspan=3>efc</td><td>0.548</td></tr>
<tr><td colspan=3>fber</td><td>2720.9453</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22634802531204903</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>397</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.40207972270364</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.755519625546293</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.564699029761901</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.034111745842957</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.667748101034021</td></tr>
<tr><td colspan=3>gcor</td><td>0.00633328</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013936652801930904</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0767415463924408</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.648028447086216</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.4985</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.4204</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>280.2717</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283055.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1234.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.9936</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3313</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.5514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3777.0133</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>835.4035</td></tr>
<tr><td colspan=3>tsnr</td><td>17.612820133566856</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>