ds005256-mriqc/sub-0014_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 2103bd7b7f [DATALAD RUNCMD] Compute MRIQC for sub-0014
=== 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-0014 --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-0014",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:42:44 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-02/func/sub-0014_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>72d47c5ea5fc7596c023e8b5d3aaabce</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:37:5.302500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998954, 0.00268722, 0.0456377, -0.0104614, 0.98522, 0.170977]</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.0955658</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>[4157, -7747, -7256, 476, -80, -26, 54, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4a9edf2b-4f67-4d0f-b232-19922af6900b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680121660232544, -0.028067218139767647, 0.12015999108552933, 109.26372528076172], [-0.007209617178887129, 2.6432721614837646, 0.46244311332702637, -105.91155242919922], [0.12244260311126709, -0.45871761441230774, 2.6573874950408936, -49.01698303222656], [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': ['153705.302500', '153705.762500', '153706.222500', '153706.682500', '153707.142500', '153707.602500', '153708.062500', '153708.522500', '153708.982500', '153709.442500', '153709.902500', '153710.362500', '153710.822500', '153711.282500', '153711.742500', '153712.202500', '153712.662500', '153713.122500', '153713.582500', '153714.042500', '153714.502500', '153714.962500', '153715.422500', '153715.882500', '153716.342500', '153716.802500', '153717.262500', '153717.722500', '153718.182500', '153718.642500', '153719.102500', '153719.562500', '153720.022500', '153720.482500', '153720.942500', '153721.402500', '153721.862500', '153722.322500', '153722.782500', '153723.242500', '153723.702500', '153724.162500', '153724.622500', '153725.082500', '153725.542500', '153726.002500', '153726.462500', '153726.922500', '153727.382500', '153727.842500', '153728.302500', '153728.762500', '153729.222500', '153729.682500', '153730.142500', '153730.602500', '153731.062500', '153731.522500', '153731.982500', '153732.442500', '153732.902500', '153733.362500', '153733.822500', '153734.282500', '153734.742500', '153735.202500', '153735.662500', '153736.122500', '153736.582500', '153737.042500', '153737.502500', '153737.962500', '153738.422500', '153738.882500', '153739.342500', '153739.802500', '153740.262500', '153740.722500', '153741.182500', '153741.642500', '153742.102500', '153742.562500', '153743.022500', '153743.482500', '153743.942500', '153744.402500', '153744.862500', '153745.322500', '153745.782500', '153746.242500', '153746.702500', '153747.162500', '153747.622500', '153748.082500', '153748.542500', '153749.002500', '153749.462500', '153749.922500', '153750.382500', '153750.842500', '153751.302500', '153751.762500', '153752.222500', '153752.682500', '153753.142500', '153753.602500', '153754.062500', '153754.522500', '153754.982500', '153755.442500', '153755.902500', '153756.362500', '153756.822500', '153757.282500', '153757.742500', '153758.202500', '153758.662500', '153759.122500', '153759.582500', '153800.042500', '153800.502500', '153800.962500', '153801.422500', '153801.882500', '153802.342500', '153802.802500', '153803.262500', '153803.722500', '153804.182500', '153804.642500', '153805.102500', '153805.562500', '153806.022500', '153806.482500', '153806.942500', '153807.402500', '153807.862500', '153808.322500', '153808.782500', '153809.242500', '153809.702500', '153810.162500', '153810.622500', '153811.082500', '153811.542500', '153812.002500', '153812.462500', '153812.922500', '153813.382500', '153813.842500', '153814.302500', '153814.762500', '153815.222500', '153815.682500', '153816.142500', '153816.602500', '153817.062500', '153817.522500', '153817.982500', '153818.442500', '153818.902500', '153819.362500', '153819.822500', '153820.282500', '153820.742500', '153821.202500', '153821.662500', '153822.122500', '153822.582500', '153823.042500', '153823.502500', '153823.962500', '153824.422500', '153824.882500', '153825.342500', '153825.802500', '153826.262500', '153826.722500', '153827.182500', '153827.642500', '153828.102500', '153828.562500', '153829.022500', '153829.482500', '153829.942500', '153830.402500', '153830.862500', '153831.322500', '153831.782500', '153832.242500', '153832.702500', '153833.162500', '153833.622500', '153834.082500', '153834.542500', '153835.002500', '153835.462500', '153835.922500', '153836.382500', '153836.842500', '153837.302500', '153837.762500', '153838.222500', '153838.682500', '153839.142500', '153839.602500', '153840.062500', '153840.522500', '153840.982500', '153841.442500', '153841.902500', '153842.362500', '153842.822500', '153843.282500', '153843.742500', '153844.202500', '153844.662500', '153845.122500', '153845.582500', '153846.042500', '153846.502500', '153846.962500', '153847.422500', '153847.882500', '153848.342500', '153848.802500', '153849.262500', '153849.722500', '153850.182500', '153850.642500', '153851.102500', '153851.562500', '153852.022500', '153852.482500', '153852.942500', '153853.402500', '153853.862500', '153854.322500', '153854.782500', '153855.242500', '153855.702500', '153856.162500', '153856.622500', '153857.082500', '153857.542500', '153858.002500', '153858.462500', '153858.922500', '153859.382500', '153859.842500', '153900.302500', '153900.762500', '153901.222500', '153901.682500', '153902.142500', '153902.602500', '153903.062500', '153903.522500', '153903.982500', '153904.442500', '153904.902500', '153905.362500', '153905.822500', '153906.282500', '153906.742500', '153907.202500', '153907.662500', '153908.122500', '153908.582500', '153909.042500', '153909.502500', '153909.962500', '153910.422500', '153910.882500', '153911.342500', '153911.802500', '153912.262500', '153912.722500', '153913.182500', '153913.642500', '153914.102500', '153914.562500', '153915.022500', '153915.482500', '153915.942500', '153916.402500', '153916.862500', '153917.322500', '153917.782500', '153918.242500', '153918.702500', '153919.162500', '153919.622500', '153920.082500', '153920.542500', '153921.002500', '153921.462500', '153921.922500', '153922.382500', '153922.842500', '153923.302500', '153923.762500', '153924.222500', '153924.682500', '153925.142500', '153925.602500', '153926.062500', '153926.522500', '153926.982500', '153927.442500', '153927.902500', '153928.362500', '153928.822500', '153929.282500', '153929.742500', '153930.202500', '153930.662500', '153931.122500', '153931.582500', '153932.042500', '153932.502500', '153932.962500', '153933.422500', '153933.882500', '153934.342500', '153934.802500', '153935.262500', '153935.722500', '153936.182500', '153936.642500', '153937.102500', '153937.562500', '153938.022500', '153938.482500', '153938.942500', '153939.402500', '153939.862500', '153940.322500', '153940.782500', '153941.242500', '153941.702500', '153942.162500', '153942.622500', '153943.082500', '153943.542500', '153944.002500', '153944.462500', '153944.922500', '153945.382500', '153945.842500', '153946.302500', '153946.762500', '153947.222500', '153947.682500', '153948.142500', '153948.602500', '153949.062500', '153949.522500', '153949.982500', '153950.442500', '153950.902500', '153951.362500', '153951.822500', '153952.282500', '153952.742500', '153953.202500', '153953.662500', '153954.122500', '153954.582500', '153955.042500', '153955.502500', '153955.962500', '153956.422500', '153956.882500', '153957.342500', '153957.802500', '153958.262500', '153958.722500', '153959.182500', '153959.642500', '154000.102500', '154000.562500', '154001.022500', '154001.482500', '154001.942500', '154002.402500', '154002.862500', '154003.322500', '154003.782500', '154004.242500', '154004.702500', '154005.162500', '154005.622500', '154006.082500', '154006.542500', '154007.002500', '154007.462500', '154007.922500', '154008.382500', '154008.842500', '154009.302500', '154009.762500', '154010.222500', '154010.682500', '154011.142500', '154011.602500', '154012.062500', '154012.522500', '154012.982500', '154013.442500', '154013.902500', '154014.362500', '154014.822500', '154015.282500', '154015.742500', '154016.202500', '154016.662500', '154017.122500', '154017.582500', '154018.042500', '154018.502500', '154018.962500', '154019.422500', '154019.882500', '154020.342500', '154020.802500', '154021.262500', '154021.722500', '154022.182500', '154022.642500', '154023.102500', '154023.562500', '154024.022500', '154024.482500', '154024.942500', '154025.402500', '154025.862500', '154026.322500', '154026.782500', '154027.242500', '154027.702500', '154028.162500', '154028.622500', '154029.082500', '154029.542500', '154030.002500', '154030.462500', '154030.922500', '154031.382500', '154031.842500', '154032.302500', '154032.762500', '154033.222500', '154033.682500', '154034.142500', '154034.602500', '154035.062500', '154035.522500', '154035.982500', '154036.442500', '154036.902500', '154037.362500', '154037.822500', '154038.282500', '154038.742500', '154039.202500', '154039.662500', '154040.122500', '154040.582500', '154041.042500', '154041.502500', '154041.962500', '154042.422500', '154042.882500', '154043.342500', '154043.802500', '154044.262500', '154044.722500', '154045.182500', '154045.642500', '154046.102500', '154046.562500', '154047.022500', '154047.482500', '154047.942500', '154048.402500', '154048.862500', '154049.322500', '154049.782500', '154050.242500', '154050.702500', '154051.162500', '154051.622500', '154052.082500', '154052.542500', '154053.002500', '154053.462500', '154053.922500', '154054.382500', '154054.842500', '154055.302500', '154055.762500', '154056.222500', '154056.682500', '154057.142500', '154057.602500', '154058.062500', '154058.522500', '154058.982500', '154059.442500', '154059.902500', '154100.362500', '154100.822500', '154101.282500', '154101.742500', '154102.202500', '154102.662500', '154103.122500', '154103.582500', '154104.042500', '154104.502500', '154104.962500', '154105.422500', '154105.882500', '154106.342500', '154106.802500', '154107.262500', '154107.722500', '154108.182500', '154108.642500', '154109.102500', '154109.562500', '154110.022500', '154110.482500', '154110.942500', '154111.402500', '154111.862500', '154112.322500', '154112.782500', '154113.242500', '154113.702500', '154114.162500', '154114.622500', '154115.082500', '154115.542500', '154116.002500', '154116.462500', '154116.922500', '154117.382500', '154117.842500', '154118.302500', '154118.762500', '154119.222500', '154119.682500', '154120.142500', '154120.602500', '154121.062500', '154121.522500', '154121.982500', '154122.442500', '154122.902500', '154123.362500', '154123.822500', '154124.282500', '154124.742500', '154125.202500', '154125.662500', '154126.122500', '154126.582500', '154127.042500', '154127.502500', '154127.962500', '154128.422500', '154128.882500', '154129.342500', '154129.802500', '154130.262500', '154130.722500', '154131.182500', '154131.642500', '154132.102500', '154132.562500', '154133.022500', '154133.482500', '154133.942500', '154134.402500', '154134.862500', '154135.322500', '154135.782500', '154136.242500', '154136.702500', '154137.162500', '154137.622500', '154138.082500', '154138.542500', '154139.002500', '154139.462500', '154139.922500', '154140.382500', '154140.842500', '154141.302500', '154141.762500', '154142.222500', '154142.682500', '154143.142500', '154143.602500', '154144.062500', '154144.522500', '154144.982500', '154145.442500', '154145.902500', '154146.362500', '154146.822500', '154147.282500', '154147.742500', '154148.202500', '154148.662500', '154149.122500', '154149.582500', '154150.042500', '154150.502500', '154150.962500', '154151.422500', '154151.882500', '154152.342500', '154152.802500', '154153.262500', '154153.722500', '154154.182500', '154154.642500', '154155.102500', '154155.562500', '154156.022500', '154156.482500', '154156.942500', '154157.402500', '154157.862500', '154158.322500', '154158.782500', '154159.242500', '154159.702500', '154200.162500', '154200.622500', '154201.082500', '154201.542500', '154202.002500', '154202.462500', '154202.922500', '154203.382500', '154203.842500', '154204.302500', '154204.762500', '154205.222500', '154205.682500', '154206.142500', '154206.602500', '154207.062500', '154207.522500', '154207.982500', '154208.442500', '154208.902500', '154209.362500', '154209.822500', '154210.282500', '154210.742500', '154211.202500', '154211.662500', '154212.122500', '154212.582500', '154213.042500', '154213.502500', '154213.962500', '154214.422500', '154214.882500', '154215.342500', '154215.802500', '154216.262500', '154216.722500', '154217.182500', '154217.642500', '154218.102500', '154218.562500', '154219.022500', '154219.482500', '154219.942500', '154220.402500', '154220.862500', '154221.322500', '154221.782500', '154222.242500', '154222.702500', '154223.162500', '154223.622500', '154224.082500', '154224.542500', '154225.002500', '154225.462500', '154225.922500', '154226.382500', '154226.842500', '154227.302500', '154227.762500', '154228.222500', '154228.682500', '154229.142500', '154229.602500', '154230.062500', '154230.522500', '154230.982500', '154231.442500', '154231.902500', '154232.362500', '154232.822500', '154233.282500', '154233.742500', '154234.202500', '154234.662500', '154235.122500', '154235.582500', '154236.042500', '154236.502500', '154236.962500', '154237.422500', '154237.882500', '154238.342500', '154238.802500', '154239.262500', '154239.722500', '154240.182500', '154240.642500', '154241.102500', '154241.562500', '154242.022500', '154242.482500', '154242.942500', '154243.402500', '154243.862500', '154244.322500', '154244.782500', '154245.242500', '154245.702500', '154246.162500', '154246.622500', '154247.082500', '154247.542500', '154248.002500', '154248.462500', '154248.922500', '154249.382500', '154249.842500', '154250.302500', '154250.762500', '154251.222500', '154251.682500', '154252.142500', '154252.602500', '154253.062500', '154253.522500', '154253.982500', '154254.442500', '154254.902500', '154255.362500', '154255.822500', '154256.282500', '154256.742500', '154257.202500', '154257.662500', '154258.122500', '154258.582500', '154259.042500', '154259.502500', '154259.962500', '154300.422500', '154300.882500', '154301.342500', '154301.802500', '154302.262500', '154302.722500', '154303.182500', '154303.642500', '154304.102500', '154304.562500', '154305.022500', '154305.482500', '154305.942500', '154306.402500', '154306.862500', '154307.322500', '154307.782500', '154308.242500', '154308.702500', '154309.162500', '154309.622500', '154310.082500', '154310.542500', '154311.002500', '154311.462500', '154311.922500', '154312.382500', '154312.842500', '154313.302500', '154313.762500', '154314.222500', '154314.682500', '154315.142500', '154315.602500', '154316.062500', '154316.522500', '154316.982500', '154317.442500', '154317.902500', '154318.362500', '154318.822500', '154319.282500', '154319.742500', '154320.202500', '154320.662500', '154321.122500', '154321.582500', '154322.042500', '154322.502500', '154322.962500', '154323.422500', '154323.882500', '154324.342500', '154324.802500', '154325.262500', '154325.722500', '154326.182500', '154326.642500', '154327.102500', '154327.562500', '154328.022500', '154328.482500', '154328.942500', '154329.402500', '154329.862500', '154330.322500', '154330.782500', '154331.242500', '154331.702500', '154332.162500', '154332.622500', '154333.082500', '154333.542500', '154334.002500', '154334.462500', '154334.922500', '154335.382500', '154335.842500', '154336.302500', '154336.762500', '154337.222500', '154337.682500', '154338.142500', '154338.602500', '154339.062500', '154339.522500', '154339.982500', '154340.442500', '154340.902500', '154341.362500', '154341.822500', '154342.282500', '154342.742500', '154343.202500', '154343.662500', '154344.122500', '154344.582500', '154345.042500', '154345.502500', '154345.962500', '154346.422500', '154346.882500', '154347.342500', '154347.802500', '154348.262500', '154348.722500', '154349.182500', '154349.642500', '154350.102500', '154350.562500', '154351.022500', '154351.482500', '154351.942500', '154352.402500', '154352.862500', '154353.322500', '154353.782500', '154354.242500', '154354.702500', '154355.162500', '154355.622500', '154356.082500', '154356.542500', '154357.002500', '154357.462500', '154357.922500', '154358.382500', '154358.842500', '154359.302500', '154359.762500', '154400.222500', '154400.682500', '154401.142500', '154401.602500', '154402.062500', '154402.522500', '154402.982500', '154403.442500', '154403.902500', '154404.362500', '154404.822500', '154405.282500', '154405.742500', '154406.202500', '154406.662500', '154407.122500', '154407.582500', '154408.042500', '154408.502500', '154408.962500', '154409.422500', '154409.882500', '154410.342500', '154410.802500', '154411.262500', '154411.722500', '154412.182500', '154412.642500', '154413.102500', '154413.562500', '154414.022500', '154414.482500', '154414.942500', '154415.402500', '154415.862500', '154416.322500', '154416.782500', '154417.242500', '154417.702500', '154418.162500', '154418.622500', '154419.082500', '154419.542500', '154420.002500', '154420.462500', '154420.922500', '154421.382500', '154421.842500', '154422.302500', '154422.762500', '154423.222500', '154423.682500', '154424.142500', '154424.602500', '154425.062500', '154425.522500', '154425.982500', '154426.442500', '154426.902500', '154427.362500', '154427.822500', '154428.282500', '154428.742500', '154429.202500', '154429.662500', '154430.122500', '154430.582500', '154431.042500', '154431.502500', '154431.962500', '154432.422500', '154432.882500', '154433.342500', '154433.802500', '154434.262500', '154434.722500', '154435.182500', '154435.642500', '154436.102500', '154436.562500', '154437.022500', '154437.482500', '154437.942500', '154438.402500', '154438.862500', '154439.322500', '154439.782500', '154440.242500', '154440.702500', '154441.162500', '154441.622500', '154442.082500', '154442.542500', '154443.002500', '154443.462500', '154443.922500', '154444.382500', '154444.842500', '154445.302500', '154445.762500', '154446.222500', '154446.682500', '154447.142500', '154447.602500', '154448.062500', '154448.522500', '154448.982500', '154449.442500', '154449.902500', '154450.362500', '154450.822500', '154451.282500', '154451.742500', '154452.202500', '154452.662500', '154453.122500', '154453.582500', '154454.042500', '154454.502500', '154454.962500', '154455.422500', '154455.882500', '154456.342500', '154456.802500', '154457.262500', '154457.722500', '154458.182500', '154458.642500', '154459.102500', '154459.562500', '154500.022500', '154500.482500', '154500.942500', '154501.402500', '154501.862500', '154502.322500', '154502.782500', '154503.242500', '154503.702500', '154504.162500', '154504.622500', '154505.082500', '154505.542500', '154506.002500', '154506.462500', '154506.922500', '154507.382500', '154507.842500', '154508.302500', '154508.762500', '154509.222500', '154509.682500', '154510.142500', '154510.602500', '154511.062500', '154511.522500', '154511.982500', '154512.442500', '154512.902500', '154513.362500', '154513.822500', '154514.282500', '154514.742500', '154515.202500', '154515.662500', '154516.122500', '154516.582500', '154517.042500', '154517.502500', '154517.962500', '154518.422500', '154518.882500', '154519.342500', '154519.802500', '154520.262500', '154520.722500', '154521.182500', '154521.642500', '154522.102500', '154522.562500', '154523.022500', '154523.482500', '154523.942500', '154524.402500', '154524.862500', '154525.322500', '154525.782500', '154526.242500', '154526.702500', '154527.162500', '154527.622500', '154528.082500', '154528.542500', '154529.002500', '154529.462500', '154529.922500', '154530.382500', '154530.842500', '154531.302500', '154531.762500', '154532.222500', '154532.682500', '154533.142500', '154533.602500', '154534.062500', '154534.522500', '154534.982500', '154535.442500', '154535.902500', '154536.362500', '154536.822500', '154537.282500', '154537.742500', '154538.202500', '154538.662500', '154539.122500', '154539.582500', '154540.042500', '154540.502500', '154540.962500', '154541.422500', '154541.882500', '154542.342500', '154542.802500', '154543.262500', '154543.722500', '154544.182500', '154544.642500', '154545.102500', '154545.562500', '154546.022500', '154546.482500', '154546.942500', '154547.402500', '154547.862500', '154548.322500', '154548.782500', '154549.242500', '154549.702500', '154550.162500', '154550.622500', '154551.082500', '154551.542500', '154552.002500', '154552.462500', '154552.922500', '154553.382500', '154553.842500', '154554.302500', '154554.762500', '154555.222500', '154555.682500', '154556.142500', '154556.602500'], 'ContentTime': ['153723.436000', '153723.440000', '153723.443000', '153723.446000', '153723.449000', '153723.452000', '153723.455000', '153723.457000', '153723.462000', '153723.467000', '153723.470000', '153723.473000', '153723.476000', '153723.478000', '153723.481000', '153723.484000', '153723.487000', '153723.490000', '153723.492000', '153723.495000', '153723.498000', '153723.501000', '153723.504000', '153723.507000', '153723.509000', '153723.512000', '153723.515000', '153723.518000', '153723.528000', '153723.531000', '153723.534000', '153723.537000', '153723.540000', '153723.542000', '153723.550000', '153723.553000', '153723.556000', '153723.559000', '153743.399000', '153743.402000', '153743.404000', '153743.407000', '153743.410000', '153743.413000', '153743.416000', '153743.419000', '153743.422000', '153743.424000', '153743.427000', '153743.430000', '153743.433000', '153743.436000', '153743.439000', '153743.442000', '153743.444000', '153743.447000', '153743.450000', '153743.453000', '153743.456000', '153743.458000', '153743.461000', '153743.464000', '153743.467000', '153743.470000', '153743.472000', '153743.475000', '153743.478000', '153743.481000', '153743.484000', '153743.487000', '153743.489000', '153743.492000', '153743.495000', '153743.498000', '153743.501000', '153743.503000', '153743.506000', '153743.509000', '153743.512000', '153743.515000', '153743.517000', '153743.520000', '153803.398000', '153803.401000', '153803.403000', '153803.406000', '153803.409000', '153803.412000', '153803.415000', '153803.417000', '153803.420000', '153803.423000', '153803.426000', '153803.429000', '153803.431000', '153803.434000', '153803.437000', '153803.440000', '153803.443000', '153803.446000', '153803.448000', '153803.451000', '153803.454000', '153803.457000', '153803.460000', '153803.463000', '153803.465000', '153803.468000', '153803.471000', '153803.474000', '153803.477000', '153803.480000', '153803.483000', '153803.486000', '153803.490000', '153803.493000', '153803.498000', '153803.502000', '153803.505000', '153803.508000', '153803.510000', '153803.513000', '153803.516000', '153803.519000', '153803.522000', '153823.398000', '153823.401000', '153823.404000', '153823.406000', '153823.409000', '153823.412000', '153823.415000', '153823.418000', '153823.420000', '153823.423000', '153823.426000', '153823.429000', '153823.432000', '153823.434000', '153823.437000', '153823.440000', '153823.443000', '153823.446000', '153823.449000', '153823.451000', '153823.454000', '153823.457000', '153823.460000', '153823.463000', '153823.466000', '153823.468000', '153823.471000', '153823.474000', '153823.477000', '153823.480000', '153823.483000', '153823.485000', '153823.488000', '153823.491000', '153823.494000', '153823.497000', '153823.499000', '153823.502000', '153823.505000', '153823.508000', '153823.511000', '153823.513000', '153823.516000', '153823.519000', '153843.399000', '153843.402000', '153843.404000', '153843.407000', '153843.410000', '153843.413000', '153843.416000', '153843.418000', '153843.421000', '153843.424000', '153843.427000', '153843.430000', '153843.432000', '153843.435000', '153843.438000', '153843.442000', '153843.445000', '153843.448000', '153843.451000', '153843.453000', '153843.456000', '153843.459000', '153843.462000', '153843.465000', '153843.467000', '153843.470000', '153843.473000', '153843.476000', '153843.490000', '153843.493000', '153843.496000', '153843.499000', '153843.501000', '153843.504000', '153843.507000', '153843.510000', '153843.513000', '153843.527000', '153843.530000', '153843.533000', '153843.536000', '153843.539000', '153843.542000', '153903.399000', '153903.402000', '153903.405000', '153903.409000', '153903.412000', '153903.414000', '153903.417000', '153903.420000', '153903.423000', '153903.426000', '153903.428000', '153903.431000', '153903.434000', '153903.437000', '153903.440000', '153903.442000', '153903.445000', '153903.448000', '153903.451000', '153903.454000', '153903.457000', '153903.459000', '153903.462000', '153903.465000', '153903.468000', '153903.471000', '153903.473000', '153903.476000', '153903.479000', '153903.482000', '153903.485000', '153903.488000', '153903.490000', '153903.493000', '153903.496000', '153903.499000', '153903.501000', '153903.504000', '153903.507000', '153903.510000', '153903.515000', '153903.518000', '153903.521000', '153903.524000', '153923.399000', '153923.402000', '153923.404000', '153923.407000', '153923.410000', '153923.413000', '153923.416000', '153923.419000', '153923.421000', '153923.424000', '153923.427000', '153923.430000', '153923.433000', '153923.435000', '153923.438000', '153923.441000', '153923.444000', '153923.447000', '153923.449000', '153923.452000', '153923.455000', '153923.458000', '153923.461000', '153923.463000', '153923.466000', '153923.469000', '153923.472000', '153923.475000', '153923.477000', '153923.480000', '153923.483000', '153923.486000', '153923.489000', '153923.491000', '153923.494000', '153923.497000', '153923.500000', '153923.503000', '153923.505000', '153923.508000', '153923.511000', '153923.514000', '153923.517000', '153943.399000', '153943.402000', '153943.404000', '153943.407000', '153943.410000', '153943.413000', '153943.416000', '153943.418000', '153943.421000', '153943.424000', '153943.427000', '153943.430000', '153943.433000', '153943.436000', '153943.438000', '153943.441000', '153943.444000', '153943.447000', '153943.450000', '153943.453000', '153943.455000', '153943.458000', '153943.461000', '153943.464000', '153943.467000', '153943.470000', '153943.472000', '153943.475000', '153943.478000', '153943.481000', '153943.484000', '153943.486000', '153943.489000', '153943.492000', '153943.495000', '153943.498000', '153943.500000', '153943.503000', '153943.506000', '153943.509000', '153943.512000', '153943.515000', '153943.517000', '153943.520000', '154003.399000', '154003.402000', '154003.405000', '154003.407000', '154003.410000', '154003.413000', '154003.416000', '154003.419000', '154003.421000', '154003.424000', '154003.427000', '154003.430000', '154003.433000', '154003.436000', '154003.438000', '154003.441000', '154003.444000', '154003.447000', '154003.450000', '154003.453000', '154003.455000', '154003.458000', '154003.461000', '154003.464000', '154003.467000', '154003.470000', '154003.472000', '154003.475000', '154003.478000', '154003.482000', '154003.485000', '154003.487000', '154003.490000', '154003.493000', '154003.496000', '154003.499000', '154003.501000', '154003.504000', '154003.507000', '154003.510000', '154003.513000', '154003.516000', '154003.518000', '154023.398000', '154023.401000', '154023.404000', '154023.406000', '154023.409000', '154023.412000', '154023.415000', '154023.418000', '154023.421000', '154023.423000', '154023.426000', '154023.429000', '154023.432000', '154023.435000', '154023.437000', '154023.440000', '154023.443000', '154023.446000', '154023.449000', '154023.452000', '154023.455000', '154023.457000', '154023.460000', '154023.463000', '154023.479000', '154023.482000', '154023.485000', '154023.488000', '154023.491000', '154023.493000', '154023.496000', '154023.499000', '154023.502000', '154023.505000', '154023.507000', '154023.510000', '154023.513000', '154023.516000', '154023.518000', '154023.521000', '154023.524000', '154023.527000', '154023.530000', '154023.533000', '154043.398000', '154043.401000', '154043.404000', '154043.406000', '154043.409000', '154043.412000', '154043.415000', '154043.418000', '154043.420000', '154043.423000', '154043.426000', '154043.429000', '154043.432000', '154043.434000', '154043.437000', '154043.440000', '154043.443000', '154043.445000', '154043.448000', '154043.451000', '154043.454000', '154043.457000', '154043.459000', '154043.462000', '154043.465000', '154043.468000', '154043.471000', '154043.473000', '154043.476000', '154043.479000', '154043.482000', '154043.485000', '154043.487000', '154043.490000', '154043.493000', '154043.496000', '154043.499000', '154043.502000', '154043.504000', '154043.507000', '154043.510000', '154043.513000', '154043.516000', '154103.399000', '154103.402000', '154103.405000', '154103.407000', '154103.410000', '154103.413000', '154103.416000', '154103.419000', '154103.422000', '154103.424000', '154103.427000', '154103.430000', '154103.433000', '154103.436000', '154103.438000', '154103.441000', '154103.444000', '154103.447000', '154103.450000', '154103.453000', '154103.456000', '154103.458000', '154103.461000', '154103.464000', '154103.467000', '154103.470000', '154103.473000', '154103.475000', '154103.478000', '154103.481000', '154103.484000', '154103.487000', '154103.490000', '154103.492000', '154103.495000', '154103.498000', '154103.501000', '154103.504000', '154103.507000', '154103.510000', '154103.512000', '154103.515000', '154103.518000', '154103.521000', '154123.399000', '154123.402000', '154123.405000', '154123.408000', '154123.410000', '154123.413000', '154123.416000', '154123.419000', '154123.422000', '154123.424000', '154123.427000', '154123.430000', '154123.440000', '154123.443000', '154123.446000', '154123.448000', '154123.451000', '154123.454000', '154123.457000', '154123.460000', '154123.463000', '154123.466000', '154123.468000', '154123.471000', '154123.474000', '154123.477000', '154123.480000', '154123.483000', '154123.486000', '154123.488000', '154123.491000', '154123.494000', '154123.497000', '154123.500000', '154123.502000', '154123.505000', '154123.508000', '154123.511000', '154123.514000', '154123.517000', '154123.521000', '154123.523000', '154123.526000', '154143.399000', '154143.402000', '154143.405000', '154143.407000', '154143.410000', '154143.413000', '154143.416000', '154143.419000', '154143.422000', '154143.424000', '154143.427000', '154143.430000', '154143.433000', '154143.436000', '154143.438000', '154143.441000', '154143.444000', '154143.447000', '154143.450000', '154143.453000', '154143.456000', '154143.458000', '154143.461000', '154143.464000', '154143.467000', '154143.470000', '154143.473000', '154143.475000', '154143.478000', '154143.481000', '154143.484000', '154143.487000', '154143.490000', '154143.493000', '154143.495000', '154143.498000', '154143.501000', '154143.504000', '154143.507000', '154143.509000', '154143.512000', '154143.515000', '154143.518000', '154143.521000', '154203.399000', '154203.402000', '154203.405000', '154203.407000', '154203.410000', '154203.413000', '154203.416000', '154203.419000', '154203.422000', '154203.424000', '154203.427000', '154203.430000', '154203.433000', '154203.436000', '154203.438000', '154203.441000', '154203.444000', '154203.447000', '154203.450000', '154203.453000', '154203.455000', '154203.458000', '154203.461000', '154203.464000', '154203.467000', '154203.469000', '154203.472000', '154203.475000', '154203.478000', '154203.481000', '154203.483000', '154203.486000', '154203.489000', '154203.492000', '154203.495000', '154203.498000', '154203.500000', '154203.503000', '154203.506000', '154203.509000', '154203.512000', '154203.514000', '154203.517000', '154223.398000', '154223.401000', '154223.403000', '154223.406000', '154223.409000', '154223.412000', '154223.415000', '154223.418000', '154223.420000', '154223.423000', '154223.426000', '154223.429000', '154223.432000', '154223.434000', '154223.437000', '154223.440000', '154223.443000', '154223.446000', '154223.449000', '154223.452000', '154223.454000', '154223.457000', '154223.460000', '154223.463000', '154223.466000', '154223.468000', '154223.471000', '154223.474000', '154223.477000', '154223.480000', '154223.483000', '154223.485000', '154223.488000', '154223.491000', '154223.494000', '154223.497000', '154223.500000', '154223.503000', '154223.505000', '154223.508000', '154223.511000', '154223.514000', '154223.517000', '154223.519000', '154243.398000', '154243.401000', '154243.404000', '154243.406000', '154243.409000', '154243.412000', '154243.415000', '154243.418000', '154243.421000', '154243.423000', '154243.426000', '154243.429000', '154243.432000', '154243.435000', '154243.438000', '154243.440000', '154243.443000', '154243.446000', '154243.456000', '154243.458000', '154243.461000', '154243.464000', '154243.467000', '154243.470000', '154243.473000', '154243.476000', '154243.479000', '154243.481000', '154243.484000', '154243.487000', '154243.490000', '154243.493000', '154243.496000', '154243.499000', '154243.501000', '154243.504000', '154243.507000', '154243.510000', '154243.513000', '154243.516000', '154243.518000', '154243.521000', '154243.524000', '154303.398000', '154303.401000', '154303.404000', '154303.407000', '154303.409000', '154303.413000', '154303.416000', '154303.419000', '154303.422000', '154303.425000', '154303.428000', '154303.431000', '154303.434000', '154303.436000', '154303.439000', '154303.442000', '154303.445000', '154303.448000', '154303.451000', '154303.454000', '154303.456000', '154303.461000', '154303.464000', '154303.467000', '154303.470000', '154303.472000', '154303.475000', '154303.478000', '154303.481000', '154303.484000', '154303.487000', '154303.490000', '154303.493000', '154303.495000', '154303.498000', '154303.501000', '154303.504000', '154303.507000', '154303.510000', '154303.512000', '154303.515000', '154303.518000', '154303.521000', '154323.399000', '154323.402000', '154323.405000', '154323.408000', '154323.410000', '154323.413000', '154323.416000', '154323.419000', '154323.422000', '154323.424000', '154323.427000', '154323.430000', '154323.433000', '154323.436000', '154323.438000', '154323.441000', '154323.444000', '154323.456000', '154323.459000', '154323.461000', '154323.464000', '154323.467000', '154323.470000', '154323.473000', '154323.475000', '154323.478000', '154323.481000', '154323.484000', '154323.487000', '154323.490000', '154323.492000', '154323.495000', '154323.498000', '154323.501000', '154323.504000', '154323.506000', '154323.509000', '154323.512000', '154323.515000', '154323.518000', '154323.521000', '154323.523000', '154323.526000', '154323.529000', '154343.399000', '154343.402000', '154343.405000', '154343.408000', '154343.411000', '154343.414000', '154343.417000', '154343.419000', '154343.422000', '154343.425000', '154343.428000', '154343.431000', '154343.434000', '154343.437000', '154343.440000', '154343.442000', '154343.445000', '154343.448000', '154343.451000', '154343.454000', '154343.457000', '154343.460000', '154343.462000', '154343.465000', '154343.468000', '154343.471000', '154343.474000', '154343.476000', '154343.479000', '154343.482000', '154343.485000', '154343.488000', '154343.490000', '154343.493000', '154343.496000', '154343.499000', '154343.502000', '154343.504000', '154343.507000', '154343.510000', '154343.513000', '154343.516000', '154343.519000', '154403.399000', '154403.402000', '154403.405000', '154403.408000', '154403.410000', '154403.414000', '154403.416000', '154403.419000', '154403.428000', '154403.431000', '154403.434000', '154403.437000', '154403.439000', '154403.442000', '154403.445000', '154403.448000', '154403.451000', '154403.454000', '154403.456000', '154403.459000', '154403.462000', '154403.465000', '154403.468000', '154403.470000', '154403.473000', '154403.484000', '154403.486000', '154403.489000', '154403.492000', '154403.495000', '154403.498000', '154403.501000', '154403.504000', '154403.507000', '154403.510000', '154403.512000', '154403.515000', '154403.518000', '154403.521000', '154403.524000', '154403.527000', '154403.530000', '154403.532000', '154403.535000', '154423.399000', '154423.402000', '154423.405000', '154423.407000', '154423.410000', '154423.413000', '154423.416000', '154423.419000', '154423.422000', '154423.425000', '154423.428000', '154423.431000', '154423.434000', '154423.437000', '154423.440000', '154423.443000', '154423.445000', '154423.448000', '154423.451000', '154423.454000', '154423.457000', '154423.460000', '154423.462000', '154423.465000', '154423.468000', '154423.471000', '154423.474000', '154423.477000', '154423.480000', '154423.482000', '154423.485000', '154423.488000', '154423.491000', '154423.494000', '154423.498000', '154423.502000', '154423.505000', '154423.508000', '154423.511000', '154423.514000', '154423.517000', '154423.520000', '154423.522000', '154443.398000', '154443.401000', '154443.404000', '154443.406000', '154443.409000', '154443.412000', '154443.415000', '154443.418000', '154443.421000', '154443.424000', '154443.426000', '154443.429000', '154443.432000', '154443.446000', '154443.449000', '154443.452000', '154443.454000', '154443.457000', '154443.460000', '154443.463000', '154443.466000', '154443.468000', '154443.471000', '154443.474000', '154443.477000', '154443.480000', '154443.482000', '154443.485000', '154443.488000', '154443.491000', '154443.494000', '154443.497000', '154443.499000', '154443.502000', '154443.505000', '154443.508000', '154443.511000', '154443.513000', '154443.516000', '154443.519000', '154443.522000', '154443.524000', '154443.527000', '154443.530000', '154503.398000', '154503.401000', '154503.404000', '154503.407000', '154503.409000', '154503.412000', '154503.415000', '154503.418000', '154503.421000', '154503.424000', '154503.427000', '154503.430000', '154503.432000', '154503.435000', '154503.438000', '154503.441000', '154503.444000', '154503.447000', '154503.450000', '154503.452000', '154503.455000', '154503.458000', '154503.461000', '154503.464000', '154503.467000', '154503.470000', '154503.473000', '154503.476000', '154503.479000', '154503.482000', '154503.484000', '154503.487000', '154503.490000', '154503.493000', '154503.496000', '154503.498000', '154503.501000', '154503.504000', '154503.507000', '154503.510000', '154503.513000', '154503.516000', '154503.518000', '154523.398000', '154523.401000', '154523.404000', '154523.406000', '154523.409000', '154523.412000', '154523.415000', '154523.418000', '154523.421000', '154523.423000', '154523.426000', '154523.429000', '154523.432000', '154523.435000', '154523.438000', '154523.440000', '154523.443000', '154523.446000', '154523.449000', '154523.452000', '154523.454000', '154523.457000', '154523.460000', '154523.463000', '154523.466000', '154523.469000', '154523.472000', '154523.475000', '154523.477000', '154523.480000', '154523.483000', '154523.486000', '154523.489000', '154523.492000', '154523.494000', '154523.497000', '154523.500000', '154523.503000', '154523.506000', '154523.508000', '154523.511000', '154523.514000', '154523.517000', '154523.520000', '154543.399000', '154543.402000', '154543.405000', '154543.408000', '154543.410000', '154543.413000', '154543.416000', '154543.419000', '154543.422000', '154543.425000', '154543.427000', '154543.430000', '154543.433000', '154543.436000', '154543.439000', '154543.442000', '154543.444000', '154543.447000', '154543.450000', '154543.453000', '154543.456000', '154543.459000', '154543.462000', '154543.464000', '154543.467000', '154543.470000', '154543.474000', '154543.478000', '154543.481000', '154543.484000', '154543.487000', '154543.490000', '154543.493000', '154543.495000', '154543.498000', '154543.501000', '154543.504000', '154543.507000', '154543.509000', '154543.512000', '154543.515000', '154543.518000', '154543.521000', '154557.333000', '154557.337000', '154557.341000', '154557.344000', '154557.347000', '154557.350000', '154557.353000', '154557.356000', '154557.359000', '154557.362000', '154557.369000', '154557.372000', '154557.375000', '154557.378000', '154557.381000', '154557.384000', '154557.387000', '154557.390000', '154557.393000', '154557.396000', '154557.399000', '154557.402000', '154557.405000', '154557.407000', '154557.426000', '154557.429000', '154557.432000', '154557.434000', '154557.437000', '154557.440000', '154557.443000'], 'InstanceCreationTime': ['153723.436000', '153723.440000', '153723.443000', '153723.446000', '153723.449000', '153723.452000', '153723.455000', '153723.457000', '153723.462000', '153723.467000', '153723.470000', '153723.473000', '153723.476000', '153723.478000', '153723.481000', '153723.484000', '153723.487000', '153723.490000', '153723.492000', '153723.495000', '153723.498000', '153723.501000', '153723.504000', '153723.507000', '153723.509000', '153723.512000', '153723.515000', '153723.518000', '153723.528000', '153723.531000', '153723.534000', '153723.537000', '153723.540000', '153723.542000', '153723.550000', '153723.553000', '153723.556000', '153723.559000', '153743.399000', '153743.402000', '153743.404000', '153743.407000', '153743.410000', '153743.413000', '153743.416000', '153743.419000', '153743.422000', '153743.424000', '153743.427000', '153743.430000', '153743.433000', '153743.436000', '153743.439000', '153743.442000', '153743.444000', '153743.447000', '153743.450000', '153743.453000', '153743.456000', '153743.458000', '153743.461000', '153743.464000', '153743.467000', '153743.470000', '153743.472000', '153743.475000', '153743.478000', '153743.481000', '153743.484000', '153743.487000', '153743.489000', '153743.492000', '153743.495000', '153743.498000', '153743.501000', '153743.503000', '153743.506000', '153743.509000', '153743.512000', '153743.515000', '153743.517000', '153743.520000', '153803.398000', '153803.401000', '153803.403000', '153803.406000', '153803.409000', '153803.412000', '153803.415000', '153803.417000', '153803.420000', '153803.423000', '153803.426000', '153803.429000', '153803.431000', '153803.434000', '153803.437000', '153803.440000', '153803.443000', '153803.446000', '153803.448000', '153803.451000', '153803.454000', '153803.457000', '153803.460000', '153803.463000', '153803.465000', '153803.468000', '153803.471000', '153803.474000', '153803.477000', '153803.480000', '153803.483000', '153803.486000', '153803.490000', '153803.493000', '153803.498000', '153803.502000', '153803.505000', '153803.508000', '153803.510000', '153803.513000', '153803.516000', '153803.519000', '153803.522000', '153823.398000', '153823.401000', '153823.404000', '153823.406000', '153823.409000', '153823.412000', '153823.415000', '153823.418000', '153823.420000', '153823.423000', '153823.426000', '153823.429000', '153823.432000', '153823.434000', '153823.437000', '153823.440000', '153823.443000', '153823.446000', '153823.449000', '153823.451000', '153823.454000', '153823.457000', '153823.460000', '153823.463000', '153823.466000', '153823.468000', '153823.471000', '153823.474000', '153823.477000', '153823.480000', '153823.483000', '153823.485000', '153823.488000', '153823.491000', '153823.494000', '153823.497000', '153823.499000', '153823.502000', '153823.505000', '153823.508000', '153823.511000', '153823.513000', '153823.516000', '153823.519000', '153843.399000', '153843.402000', '153843.404000', '153843.407000', '153843.410000', '153843.413000', '153843.416000', '153843.418000', '153843.421000', '153843.424000', '153843.427000', '153843.430000', '153843.432000', '153843.435000', '153843.438000', '153843.442000', '153843.445000', '153843.448000', '153843.451000', '153843.453000', '153843.456000', '153843.459000', '153843.462000', '153843.465000', '153843.467000', '153843.470000', '153843.473000', '153843.476000', '153843.490000', '153843.493000', '153843.496000', '153843.499000', '153843.501000', '153843.504000', '153843.507000', '153843.510000', '153843.513000', '153843.527000', '153843.530000', '153843.533000', '153843.536000', '153843.539000', '153843.542000', '153903.399000', '153903.402000', '153903.405000', '153903.409000', '153903.412000', '153903.414000', '153903.417000', '153903.420000', '153903.423000', '153903.426000', '153903.428000', '153903.431000', '153903.434000', '153903.437000', '153903.440000', '153903.442000', '153903.445000', '153903.448000', '153903.451000', '153903.454000', '153903.457000', '153903.459000', '153903.462000', '153903.465000', '153903.468000', '153903.471000', '153903.473000', '153903.476000', '153903.479000', '153903.482000', '153903.485000', '153903.488000', '153903.490000', '153903.493000', '153903.496000', '153903.499000', '153903.501000', '153903.504000', '153903.507000', '153903.510000', '153903.515000', '153903.518000', '153903.521000', '153903.524000', '153923.399000', '153923.402000', '153923.404000', '153923.407000', '153923.410000', '153923.413000', '153923.416000', '153923.419000', '153923.421000', '153923.424000', '153923.427000', '153923.430000', '153923.433000', '153923.435000', '153923.438000', '153923.441000', '153923.444000', '153923.447000', '153923.449000', '153923.452000', '153923.455000', '153923.458000', '153923.461000', '153923.463000', '153923.466000', '153923.469000', '153923.472000', '153923.475000', '153923.477000', '153923.480000', '153923.483000', '153923.486000', '153923.489000', '153923.491000', '153923.494000', '153923.497000', '153923.500000', '153923.503000', '153923.505000', '153923.508000', '153923.511000', '153923.514000', '153923.517000', '153943.399000', '153943.402000', '153943.404000', '153943.407000', '153943.410000', '153943.413000', '153943.416000', '153943.418000', '153943.421000', '153943.424000', '153943.427000', '153943.430000', '153943.433000', '153943.436000', '153943.438000', '153943.441000', '153943.444000', '153943.447000', '153943.450000', '153943.453000', '153943.455000', '153943.458000', '153943.461000', '153943.464000', '153943.467000', '153943.470000', '153943.472000', '153943.475000', '153943.478000', '153943.481000', '153943.484000', '153943.486000', '153943.489000', '153943.492000', '153943.495000', '153943.498000', '153943.500000', '153943.503000', '153943.506000', '153943.509000', '153943.512000', '153943.515000', '153943.517000', '153943.520000', '154003.399000', '154003.402000', '154003.405000', '154003.407000', '154003.410000', '154003.413000', '154003.416000', '154003.419000', '154003.421000', '154003.424000', '154003.427000', '154003.430000', '154003.433000', '154003.436000', '154003.438000', '154003.441000', '154003.444000', '154003.447000', '154003.450000', '154003.453000', '154003.455000', '154003.458000', '154003.461000', '154003.464000', '154003.467000', '154003.470000', '154003.472000', '154003.475000', '154003.478000', '154003.482000', '154003.485000', '154003.487000', '154003.490000', '154003.493000', '154003.496000', '154003.499000', '154003.501000', '154003.504000', '154003.507000', '154003.510000', '154003.513000', '154003.516000', '154003.518000', '154023.398000', '154023.401000', '154023.404000', '154023.406000', '154023.409000', '154023.412000', '154023.415000', '154023.418000', '154023.421000', '154023.423000', '154023.426000', '154023.429000', '154023.432000', '154023.435000', '154023.437000', '154023.440000', '154023.443000', '154023.446000', '154023.449000', '154023.452000', '154023.455000', '154023.457000', '154023.460000', '154023.463000', '154023.479000', '154023.482000', '154023.485000', '154023.488000', '154023.491000', '154023.493000', '154023.496000', '154023.499000', '154023.502000', '154023.505000', '154023.507000', '154023.510000', '154023.513000', '154023.516000', '154023.518000', '154023.521000', '154023.524000', '154023.527000', '154023.530000', '154023.533000', '154043.398000', '154043.401000', '154043.404000', '154043.406000', '154043.409000', '154043.412000', '154043.415000', '154043.418000', '154043.420000', '154043.423000', '154043.426000', '154043.429000', '154043.432000', '154043.434000', '154043.437000', '154043.440000', '154043.443000', '154043.445000', '154043.448000', '154043.451000', '154043.454000', '154043.457000', '154043.459000', '154043.462000', '154043.465000', '154043.468000', '154043.471000', '154043.473000', '154043.476000', '154043.479000', '154043.482000', '154043.485000', '154043.487000', '154043.490000', '154043.493000', '154043.496000', '154043.499000', '154043.502000', '154043.504000', '154043.507000', '154043.510000', '154043.513000', '154043.516000', '154103.399000', '154103.402000', '154103.405000', '154103.407000', '154103.410000', '154103.413000', '154103.416000', '154103.419000', '154103.422000', '154103.424000', '154103.427000', '154103.430000', '154103.433000', '154103.436000', '154103.438000', '154103.441000', '154103.444000', '154103.447000', '154103.450000', '154103.453000', '154103.456000', '154103.458000', '154103.461000', '154103.464000', '154103.467000', '154103.470000', '154103.473000', '154103.475000', '154103.478000', '154103.481000', '154103.484000', '154103.487000', '154103.490000', '154103.492000', '154103.495000', '154103.498000', '154103.501000', '154103.504000', '154103.507000', '154103.510000', '154103.512000', '154103.515000', '154103.518000', '154103.521000', '154123.399000', '154123.402000', '154123.405000', '154123.408000', '154123.410000', '154123.413000', '154123.416000', '154123.419000', '154123.422000', '154123.424000', '154123.427000', '154123.430000', '154123.440000', '154123.443000', '154123.446000', '154123.448000', '154123.451000', '154123.454000', '154123.457000', '154123.460000', '154123.463000', '154123.466000', '154123.468000', '154123.471000', '154123.474000', '154123.477000', '154123.480000', '154123.483000', '154123.486000', '154123.488000', '154123.491000', '154123.494000', '154123.497000', '154123.500000', '154123.502000', '154123.505000', '154123.508000', '154123.511000', '154123.514000', '154123.517000', '154123.521000', '154123.523000', '154123.526000', '154143.399000', '154143.402000', '154143.405000', '154143.407000', '154143.410000', '154143.413000', '154143.416000', '154143.419000', '154143.422000', '154143.424000', '154143.427000', '154143.430000', '154143.433000', '154143.436000', '154143.438000', '154143.441000', '154143.444000', '154143.447000', '154143.450000', '154143.453000', '154143.456000', '154143.458000', '154143.461000', '154143.464000', '154143.467000', '154143.470000', '154143.473000', '154143.475000', '154143.478000', '154143.481000', '154143.484000', '154143.487000', '154143.490000', '154143.493000', '154143.495000', '154143.498000', '154143.501000', '154143.504000', '154143.507000', '154143.509000', '154143.512000', '154143.515000', '154143.518000', '154143.521000', '154203.399000', '154203.402000', '154203.405000', '154203.407000', '154203.410000', '154203.413000', '154203.416000', '154203.419000', '154203.422000', '154203.424000', '154203.427000', '154203.430000', '154203.433000', '154203.436000', '154203.438000', '154203.441000', '154203.444000', '154203.447000', '154203.450000', '154203.453000', '154203.455000', '154203.458000', '154203.461000', '154203.464000', '154203.467000', '154203.469000', '154203.472000', '154203.475000', '154203.478000', '154203.481000', '154203.483000', '154203.486000', '154203.489000', '154203.492000', '154203.495000', '154203.498000', '154203.500000', '154203.503000', '154203.506000', '154203.509000', '154203.512000', '154203.514000', '154203.517000', '154223.398000', '154223.401000', '154223.403000', '154223.406000', '154223.409000', '154223.412000', '154223.415000', '154223.418000', '154223.420000', '154223.423000', '154223.426000', '154223.429000', '154223.432000', '154223.434000', '154223.437000', '154223.440000', '154223.443000', '154223.446000', '154223.449000', '154223.452000', '154223.454000', '154223.457000', '154223.460000', '154223.463000', '154223.466000', '154223.468000', '154223.471000', '154223.474000', '154223.477000', '154223.480000', '154223.483000', '154223.485000', '154223.488000', '154223.491000', '154223.494000', '154223.497000', '154223.500000', '154223.503000', '154223.505000', '154223.508000', '154223.511000', '154223.514000', '154223.517000', '154223.519000', '154243.398000', '154243.401000', '154243.404000', '154243.406000', '154243.409000', '154243.412000', '154243.415000', '154243.418000', '154243.421000', '154243.423000', '154243.426000', '154243.429000', '154243.432000', '154243.435000', '154243.438000', '154243.440000', '154243.443000', '154243.446000', '154243.456000', '154243.458000', '154243.461000', '154243.464000', '154243.467000', '154243.470000', '154243.473000', '154243.476000', '154243.479000', '154243.481000', '154243.484000', '154243.487000', '154243.490000', '154243.493000', '154243.496000', '154243.499000', '154243.501000', '154243.504000', '154243.507000', '154243.510000', '154243.513000', '154243.516000', '154243.518000', '154243.521000', '154243.524000', '154303.398000', '154303.401000', '154303.404000', '154303.407000', '154303.409000', '154303.413000', '154303.416000', '154303.419000', '154303.422000', '154303.425000', '154303.428000', '154303.431000', '154303.434000', '154303.436000', '154303.439000', '154303.442000', '154303.445000', '154303.448000', '154303.451000', '154303.454000', '154303.456000', '154303.461000', '154303.464000', '154303.467000', '154303.470000', '154303.472000', '154303.475000', '154303.478000', '154303.481000', '154303.484000', '154303.487000', '154303.490000', '154303.493000', '154303.495000', '154303.498000', '154303.501000', '154303.504000', '154303.507000', '154303.510000', '154303.512000', '154303.515000', '154303.518000', '154303.521000', '154323.399000', '154323.402000', '154323.405000', '154323.408000', '154323.410000', '154323.413000', '154323.416000', '154323.419000', '154323.422000', '154323.424000', '154323.427000', '154323.430000', '154323.433000', '154323.436000', '154323.438000', '154323.441000', '154323.444000', '154323.456000', '154323.459000', '154323.461000', '154323.464000', '154323.467000', '154323.470000', '154323.473000', '154323.475000', '154323.478000', '154323.481000', '154323.484000', '154323.487000', '154323.490000', '154323.492000', '154323.495000', '154323.498000', '154323.501000', '154323.504000', '154323.506000', '154323.509000', '154323.512000', '154323.515000', '154323.518000', '154323.521000', '154323.523000', '154323.526000', '154323.529000', '154343.399000', '154343.402000', '154343.405000', '154343.408000', '154343.411000', '154343.414000', '154343.417000', '154343.419000', '154343.422000', '154343.425000', '154343.428000', '154343.431000', '154343.434000', '154343.437000', '154343.440000', '154343.442000', '154343.445000', '154343.448000', '154343.451000', '154343.454000', '154343.457000', '154343.460000', '154343.462000', '154343.465000', '154343.468000', '154343.471000', '154343.474000', '154343.476000', '154343.479000', '154343.482000', '154343.485000', '154343.488000', '154343.490000', '154343.493000', '154343.496000', '154343.499000', '154343.502000', '154343.504000', '154343.507000', '154343.510000', '154343.513000', '154343.516000', '154343.519000', '154403.399000', '154403.402000', '154403.405000', '154403.408000', '154403.410000', '154403.414000', '154403.416000', '154403.419000', '154403.428000', '154403.431000', '154403.434000', '154403.437000', '154403.439000', '154403.442000', '154403.445000', '154403.448000', '154403.451000', '154403.454000', '154403.456000', '154403.459000', '154403.462000', '154403.465000', '154403.468000', '154403.470000', '154403.473000', '154403.484000', '154403.486000', '154403.489000', '154403.492000', '154403.495000', '154403.498000', '154403.501000', '154403.504000', '154403.507000', '154403.510000', '154403.512000', '154403.515000', '154403.518000', '154403.521000', '154403.524000', '154403.527000', '154403.530000', '154403.532000', '154403.535000', '154423.399000', '154423.402000', '154423.405000', '154423.407000', '154423.410000', '154423.413000', '154423.416000', '154423.419000', '154423.422000', '154423.425000', '154423.428000', '154423.431000', '154423.434000', '154423.437000', '154423.440000', '154423.443000', '154423.445000', '154423.448000', '154423.451000', '154423.454000', '154423.457000', '154423.460000', '154423.462000', '154423.465000', '154423.468000', '154423.471000', '154423.474000', '154423.477000', '154423.480000', '154423.482000', '154423.485000', '154423.488000', '154423.491000', '154423.494000', '154423.498000', '154423.502000', '154423.505000', '154423.508000', '154423.511000', '154423.514000', '154423.517000', '154423.520000', '154423.522000', '154443.398000', '154443.401000', '154443.404000', '154443.406000', '154443.409000', '154443.412000', '154443.415000', '154443.418000', '154443.421000', '154443.424000', '154443.426000', '154443.429000', '154443.432000', '154443.446000', '154443.449000', '154443.452000', '154443.454000', '154443.457000', '154443.460000', '154443.463000', '154443.466000', '154443.468000', '154443.471000', '154443.474000', '154443.477000', '154443.480000', '154443.482000', '154443.485000', '154443.488000', '154443.491000', '154443.494000', '154443.497000', '154443.499000', '154443.502000', '154443.505000', '154443.508000', '154443.511000', '154443.513000', '154443.516000', '154443.519000', '154443.522000', '154443.524000', '154443.527000', '154443.530000', '154503.398000', '154503.401000', '154503.404000', '154503.407000', '154503.409000', '154503.412000', '154503.415000', '154503.418000', '154503.421000', '154503.424000', '154503.427000', '154503.430000', '154503.432000', '154503.435000', '154503.438000', '154503.441000', '154503.444000', '154503.447000', '154503.450000', '154503.452000', '154503.455000', '154503.458000', '154503.461000', '154503.464000', '154503.467000', '154503.470000', '154503.473000', '154503.476000', '154503.479000', '154503.482000', '154503.484000', '154503.487000', '154503.490000', '154503.493000', '154503.496000', '154503.498000', '154503.501000', '154503.504000', '154503.507000', '154503.510000', '154503.513000', '154503.516000', '154503.518000', '154523.398000', '154523.401000', '154523.404000', '154523.406000', '154523.409000', '154523.412000', '154523.415000', '154523.418000', '154523.421000', '154523.423000', '154523.426000', '154523.429000', '154523.432000', '154523.435000', '154523.438000', '154523.440000', '154523.443000', '154523.446000', '154523.449000', '154523.452000', '154523.454000', '154523.457000', '154523.460000', '154523.463000', '154523.466000', '154523.469000', '154523.472000', '154523.475000', '154523.477000', '154523.480000', '154523.483000', '154523.486000', '154523.489000', '154523.492000', '154523.494000', '154523.497000', '154523.500000', '154523.503000', '154523.506000', '154523.508000', '154523.511000', '154523.514000', '154523.517000', '154523.520000', '154543.399000', '154543.402000', '154543.405000', '154543.408000', '154543.410000', '154543.413000', '154543.416000', '154543.419000', '154543.422000', '154543.425000', '154543.427000', '154543.430000', '154543.433000', '154543.436000', '154543.439000', '154543.442000', '154543.444000', '154543.447000', '154543.450000', '154543.453000', '154543.456000', '154543.459000', '154543.462000', '154543.464000', '154543.467000', '154543.470000', '154543.474000', '154543.478000', '154543.481000', '154543.484000', '154543.487000', '154543.490000', '154543.493000', '154543.495000', '154543.498000', '154543.501000', '154543.504000', '154543.507000', '154543.509000', '154543.512000', '154543.515000', '154543.518000', '154543.521000', '154557.333000', '154557.337000', '154557.341000', '154557.344000', '154557.347000', '154557.350000', '154557.353000', '154557.356000', '154557.359000', '154557.362000', '154557.369000', '154557.372000', '154557.375000', '154557.378000', '154557.381000', '154557.384000', '154557.387000', '154557.390000', '154557.393000', '154557.396000', '154557.399000', '154557.402000', '154557.405000', '154557.407000', '154557.426000', '154557.429000', '154557.432000', '154557.434000', '154557.437000', '154557.440000', '154557.443000'], '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': [9403, 10988, 7677, 11276, 9141, 11142, 9336, 14695, 9443, 11499, 9788, 10759, 11906, 10699, 12694, 12381, 16243, 11387, 17258, 9098, 13307, 8816, 12882, 9099, 12735, 9523, 16145, 10969, 12842, 8611, 11987, 8131, 10744, 9135, 9015, 11781, 7440, 11886, 8130, 10465, 8459, 11418, 8393, 10552, 10971, 7327, 10875, 7365, 11436, 8735, 11587, 8717, 14145, 9925, 14041, 8351, 9610, 9247, 8630, 10450, 7936, 11875, 9092, 14427, 10382, 11695, 8983, 12858, 9123, 13130, 9048, 12757, 12202, 8064, 11756, 7667, 12020, 9253, 12325, 9458, 15240, 10193, 12406, 8224, 10618, 9660, 10284, 12097, 7483, 11935, 8993, 11521, 8865, 13150, 11325, 10320, 13405, 9620, 11981, 9124, 13022, 9362, 11880, 12885, 10084, 14939, 9757, 12778, 9670, 12558, 9520, 17276, 10951, 12453, 9152, 10509, 10923, 10473, 11394, 9711, 13396, 7726, 12292, 8141, 11768, 9270, 11348, 9066, 13857, 9077, 8986, 8934, 8113, 10692, 7838, 11138, 7737, 12704, 9704, 13901, 9174, 12222, 8206, 10950, 8274, 10443, 10048, 9182, 11189, 7378, 11693, 8491, 11335, 8893, 12207, 9524, 15790, 10105, 11043, 9747, 11035, 11166, 10105, 13242, 9462, 15830, 9710, 12461, 8781, 11652, 9014, 11458, 8871, 11629, 8869, 11961, 8046, 11797, 8072, 11188, 8062, 9415, 10621, 7793, 11537, 8877, 10955, 8075, 11311, 10879, 14113, 16313, 13257, 18339, 11067, 13031, 8443, 11268, 10224, 7767, 12024, 9115, 14207, 10031, 14770, 15702, 10806, 14981, 8615, 13831, 10131, 13643, 10342, 17455, 11629, 17425, 9743, 13193, 8619, 13195, 8734, 13622, 8944, 14358, 8368, 11577, 7836, 10387, 8745, 9760, 9520, 7538, 10523, 9045, 11495, 8914, 10911, 8285, 11261, 9401, 13862, 8468, 15737, 11242, 16128, 10487, 10931, 9114, 10985, 8564, 14124, 8982, 12490, 8247, 9132, 9685, 8342, 10678, 8398, 12265, 10253, 13712, 10169, 12822, 8350, 11217, 9742, 10938, 12859, 8418, 12590, 9724, 11769, 9166, 11921, 9269, 16743, 11083, 11185, 8883, 9511, 10687, 9127, 11471, 8155, 13645, 10057, 11332, 9106, 10674, 8599, 13410, 8804, 13618, 9188, 8063, 10872, 7994, 11360, 9026, 12008, 9566, 11843, 8315, 8880, 10393, 7566, 11481, 9163, 15250, 10164, 13359, 8547, 11996, 9510, 14115, 10930, 13800, 13497, 8780, 11942, 8614, 11574, 9064, 11293, 8987, 15163, 9857, 13147, 9112, 10779, 10531, 10956, 10652, 11951, 13090, 12158, 12336, 10185, 11076, 9797, 10317, 10340, 9688, 10433, 10208, 8921, 10954, 7010, 10667, 8237, 11935, 8686, 12599, 9061, 8787, 10094, 8634, 11090, 9547, 12627, 12384, 15915, 9432, 11540, 8391, 12324, 8988, 13547, 9488, 17644, 9451, 12063, 7804, 11867, 8282, 10407, 9657, 10138, 9264, 11338, 7001, 11006, 7724, 12085, 8746, 11960, 9758, 11320, 10419, 12221, 9605, 14986, 10252, 17287, 12040, 17237, 10011, 11945, 8615, 11916, 12400, 8913, 12240, 8508, 11895, 8976, 12188, 9455, 15280, 11315, 15987, 10162, 11354, 8866, 11475, 8791, 12892, 9803, 15261, 10353, 11268, 8576, 11635, 8425, 11248, 10588, 9086, 12756, 9172, 11674, 8578, 11782, 8700, 11055, 11240, 7600, 11186, 7746, 11361, 8889, 12128, 9246, 15976, 10269, 12971, 8717, 12652, 8495, 11247, 9248, 11571, 12327, 7867, 11587, 8530, 11110, 8564, 12773, 8945, 13469, 10319, 11648, 10786, 11123, 10195, 13522, 9020, 13381, 9436, 12601, 9252, 12581, 8471, 7084, 8881, 7207, 10764, 8751, 12487, 11396, 9658, 13043, 9869, 12291, 9569, 11302, 9684, 13176, 14943, 14217, 15440, 10628, 13981, 10428, 14694, 9507, 16340, 10485, 15024, 10084, 13329, 8256, 11493, 7932, 11963, 9291, 12330, 9832, 17026, 10344, 13109, 8644, 11675, 9705, 11439, 11855, 8715, 12832, 8712, 12580, 8939, 13229, 9362, 8951, 9751, 6953, 11554, 9417, 12753, 9761, 13703, 8544, 9155, 10754, 8133, 11113, 8634, 12423, 9525, 16035, 9640, 12300, 8009, 11056, 9471, 11893, 9284, 11181, 10847, 8824, 11021, 7118, 11012, 8578, 11548, 8668, 12045, 9299, 8116, 10464, 8478, 10840, 8628, 11701, 8715, 15225, 9751, 12455, 9475, 11272, 9034, 13068, 9117, 15324, 9498, 9047, 11156, 7628, 11906, 10417, 14836, 9266, 10239, 8679, 8493, 10342, 7445, 11322, 9823, 13591, 10341, 11065, 9497, 11193, 11834, 8190, 13750, 11047, 19228, 12169, 14483, 10200, 9685, 12031, 8357, 11947, 8289, 13456, 10293, 14883, 9916, 12494, 8307, 10595, 9375, 10389, 10881, 8168, 11744, 7898, 10995, 8405, 11663, 8342, 12560, 8420, 7438, 9240, 7948, 10635, 7736, 10695, 7439, 10452, 7547, 12891, 10262, 13735, 9125, 10668, 8682, 8302, 10406, 9276, 13045, 10050, 13511, 9830, 11696, 7793, 11681, 10455, 10929, 14362, 10249, 15473, 9803, 11380, 9492, 8912, 10184, 7741, 11357, 8999, 13666, 8877, 8021, 9803, 8411, 11333, 14950, 10147, 17742, 11758, 18486, 10793, 12299, 10123, 15588, 13505, 18496, 10758, 12700, 10276, 8077, 11442, 8833, 12386, 9589, 16928, 13862, 15876, 17462, 9172, 11921, 8614, 12294, 8982, 10818, 10035, 8486, 11408, 8138, 12629, 9261, 12108, 9298, 12359, 9470, 18326, 12047, 16884, 9407, 11323, 10366, 9765, 10879, 9047, 10966, 8691, 11545, 7170, 11693, 7086, 11077, 7106, 11230, 7420, 11061, 8727, 11450, 8952, 11518, 9171, 7051, 10494, 8235, 12259, 8918, 12584, 9348, 12083, 10076, 11385, 10392, 13102, 9690, 15019, 9323, 14980, 9929, 14854, 11179, 8297, 11884, 8467, 11625, 9277, 13304, 9987, 10691, 12054, 7719, 12172, 9455, 12357, 9534, 17561, 11801, 18250, 10463, 11443, 9086, 11195, 8058, 11088, 7607, 11332, 8716, 13102, 7949, 11240, 8267, 10532, 8562, 10132, 9569, 9205, 10914, 7548, 11003, 8646, 10848, 11683, 11661, 14717, 10008, 15450, 10768, 14137, 9991, 14090, 9325, 9763, 10549, 8465, 11182, 8939, 12532, 10223, 13896, 11432, 13158, 9801, 12481, 8488, 13186, 10693, 11555, 11827, 9204, 11902, 8482, 12029, 8795, 13556, 11301, 14759, 10750, 11316, 9179, 10496, 8417, 10710, 8328, 11539, 8950, 11551, 8488, 10126, 7912, 10168, 7885, 11361, 8124, 9830, 9682, 6845, 10026, 8195, 12714, 8361, 13437, 8766, 12125, 9784, 11188, 10904, 11246, 12616, 12062, 17110, 9326, 14412, 8996, 12362, 8192, 12484, 7977, 13303, 8351, 13393, 7871, 11477, 8117, 10545, 9989, 9612, 11839, 9272, 13094, 9569, 12810, 9311, 10818, 8818, 7039, 9311, 6541, 10790, 7955, 11574, 8926, 12995, 9306, 12550, 8932, 14312, 10796, 15508, 10902, 15709, 10998, 10769, 16530, 10459, 12764, 9735, 11878, 7140, 11378, 7713, 13049, 7444, 12810, 8358, 11025, 9023, 10152, 10915, 9020, 12673, 7806, 13047, 8665, 13989, 10804, 16801, 11979, 14273, 10049, 11967, 10709, 7786, 13042, 9833, 14922, 11303, 17741, 11029, 12281, 9702, 11596, 9543, 11762, 12068, 7603, 12823, 7279, 12923, 9397, 13197, 9796, 14823, 11104, 14374, 9626, 12138, 8729, 11160, 8864, 11489, 8620, 12164, 8931, 12554, 8629, 7498, 8945, 7064, 10397, 9538, 9702, 13780, 9923, 12513, 8847, 13397, 7456, 12301, 7392, 12135, 8667, 12486, 9342, 13232, 9980, 13582, 10530, 13571, 9910, 12576, 9059, 11843, 7819, 10811, 11419, 9934, 15633, 10573, 13847, 8947, 12417, 8714, 12083, 8709, 12169, 8629, 12210, 9075, 12258, 9487, 7549, 8377, 6406, 11035, 8113, 12209, 9168, 9768, 9273, 9752, 11596, 12766, 16358, 12570, 15321, 9366, 14113, 9108, 16171, 13774, 16987, 14056, 17272, 13568, 16145, 10489, 11645, 8814, 11726, 9518, 12355, 10013, 13024, 11065, 9463, 12015, 8539, 12477, 8182, 12974, 8476, 14303, 8004, 11935, 7562, 10068, 11890, 9249, 12907, 9321, 11485, 8782, 10383, 8524, 7908, 10817, 6778, 11522, 7865, 10981, 8752, 11453, 9003, 11940, 12714, 7828, 13474, 8203, 13703, 8307, 13506, 12525, 14150, 15001, 10736, 16515, 10332, 12256, 9412, 11735, 8627, 10722, 8830, 7229, 10915, 7271, 10290, 8626, 11047, 8750, 15157, 11157, 14388, 10143, 11868, 12093, 9924, 15925, 11246, 12715, 7786, 13059, 7931, 12381, 7043, 10635, 6882, 11404, 8596, 13151, 9833, 12104, 9686, 8182, 11540, 7977, 12478, 8483, 15354, 10351, 14590, 10153, 11976, 13850, 10218, 14187, 10211, 14024, 9494, 12513, 6940, 11203, 7805, 10292, 7780, 9861, 10623, 9105, 8499, 9290, 7672, 11449, 8764], 'WindowCenter': [4157.0, 4161.0, 4119.0, 4145.0, 4122.0, 4130.0, 4121.0, 4161.0, 4119.0, 4129.0, 4118.0, 4117.0, 4126.0, 4104.0, 4125.0, 4125.0, 4147.0, 4113.0, 4144.0, 4080.0, 4109.0, 4068.0, 4108.0, 4066.0, 4108.0, 4078.0, 4129.0, 4087.0, 4097.0, 4066.0, 4095.0, 4056.0, 4086.0, 4078.0, 4080.0, 4111.0, 4059.0, 4111.0, 4070.0, 4089.0, 4070.0, 4112.0, 4082.0, 4103.0, 4103.0, 4062.0, 4103.0, 4062.0, 4112.0, 4082.0, 4114.0, 4083.0, 4133.0, 4103.0, 4134.0, 4082.0, 4092.0, 4092.0, 4083.0, 4115.0, 4086.0, 4128.0, 4096.0, 4147.0, 4105.0, 4125.0, 4095.0, 4124.0, 4095.0, 4135.0, 4095.0, 4136.0, 4125.0, 4083.0, 4124.0, 4073.0, 4122.0, 4105.0, 4125.0, 4106.0, 4146.0, 4116.0, 4125.0, 4084.0, 4114.0, 4106.0, 4116.0, 4137.0, 4075.0, 4126.0, 4107.0, 4125.0, 4108.0, 4148.0, 4130.0, 4118.0, 4149.0, 4108.0, 4126.0, 4107.0, 4135.0, 4106.0, 4126.0, 4138.0, 4105.0, 4146.0, 4104.0, 4124.0, 4093.0, 4122.0, 4093.0, 4143.0, 4102.0, 4111.0, 4080.0, 4089.0, 4100.0, 4102.0, 4111.0, 4090.0, 4121.0, 4058.0, 4098.0, 4058.0, 4098.0, 4078.0, 4099.0, 4081.0, 4121.0, 4081.0, 4080.0, 4079.0, 4069.0, 4100.0, 4070.0, 4112.0, 4073.0, 4123.0, 4093.0, 4122.0, 4092.0, 4111.0, 4082.0, 4112.0, 4095.0, 4115.0, 4117.0, 4106.0, 4127.0, 4075.0, 4127.0, 4096.0, 4126.0, 4108.0, 4138.0, 4108.0, 4158.0, 4117.0, 4116.0, 4105.0, 4115.0, 4114.0, 4115.0, 4136.0, 4094.0, 4145.0, 4093.0, 4123.0, 4083.0, 4113.0, 4096.0, 4127.0, 4096.0, 4126.0, 4094.0, 4123.0, 4083.0, 4123.0, 4085.0, 4124.0, 4085.0, 4107.0, 4128.0, 4099.0, 4141.0, 4121.0, 4141.0, 4100.0, 4142.0, 4144.0, 4175.0, 4187.0, 4164.0, 4184.0, 4143.0, 4151.0, 4086.0, 4115.0, 4116.0, 4087.0, 4127.0, 4097.0, 4148.0, 4118.0, 4148.0, 4148.0, 4103.0, 4133.0, 4070.0, 4109.0, 4078.0, 4109.0, 4089.0, 4141.0, 4099.0, 4129.0, 4066.0, 4096.0, 4054.0, 4093.0, 4054.0, 4105.0, 4066.0, 4106.0, 4055.0, 4095.0, 4057.0, 4087.0, 4067.0, 4088.0, 4088.0, 4070.0, 4113.0, 4106.0, 4126.0, 4107.0, 4127.0, 4098.0, 4128.0, 4109.0, 4148.0, 4099.0, 4159.0, 4130.0, 4158.0, 4117.0, 4114.0, 4094.0, 4113.0, 4095.0, 4146.0, 4096.0, 4125.0, 4085.0, 4095.0, 4104.0, 4085.0, 4115.0, 4096.0, 4127.0, 4117.0, 4137.0, 4116.0, 4125.0, 4084.0, 4114.0, 4107.0, 4116.0, 4137.0, 4084.0, 4125.0, 4094.0, 4114.0, 4092.0, 4114.0, 4095.0, 4157.0, 4114.0, 4113.0, 4082.0, 4092.0, 4102.0, 4094.0, 4114.0, 4084.0, 4135.0, 4105.0, 4113.0, 4094.0, 4102.0, 4083.0, 4135.0, 4095.0, 4135.0, 4093.0, 4072.0, 4113.0, 4083.0, 4114.0, 4107.0, 4125.0, 4107.0, 4125.0, 4085.0, 4095.0, 4117.0, 4087.0, 4129.0, 4107.0, 4159.0, 4119.0, 4137.0, 4096.0, 4125.0, 4105.0, 4135.0, 4114.0, 4135.0, 4135.0, 4083.0, 4124.0, 4094.0, 4113.0, 4095.0, 4115.0, 4107.0, 4147.0, 4119.0, 4137.0, 4095.0, 4115.0, 4103.0, 4113.0, 4115.0, 4124.0, 4135.0, 4124.0, 4123.0, 4102.0, 4113.0, 4092.0, 4102.0, 4102.0, 4103.0, 4112.0, 4103.0, 4093.0, 4114.0, 4073.0, 4114.0, 4096.0, 4138.0, 4110.0, 4150.0, 4122.0, 4110.0, 4131.0, 4111.0, 4141.0, 4121.0, 4152.0, 4139.0, 4160.0, 4096.0, 4116.0, 4085.0, 4126.0, 4097.0, 4136.0, 4104.0, 4158.0, 4093.0, 4114.0, 4074.0, 4127.0, 4083.0, 4102.0, 4102.0, 4102.0, 4092.0, 4114.0, 4062.0, 4114.0, 4085.0, 4136.0, 4108.0, 4138.0, 4123.0, 4140.0, 4131.0, 4139.0, 4120.0, 4159.0, 4119.0, 4169.0, 4128.0, 4158.0, 4105.0, 4123.0, 4082.0, 4124.0, 4125.0, 4093.0, 4124.0, 4082.0, 4112.0, 4092.0, 4123.0, 4104.0, 4145.0, 4113.0, 4143.0, 4102.0, 4100.0, 4080.0, 4098.0, 4070.0, 4109.0, 4089.0, 4130.0, 4088.0, 4098.0, 4068.0, 4098.0, 4069.0, 4111.0, 4101.0, 4080.0, 4122.0, 4090.0, 4111.0, 4081.0, 4112.0, 4082.0, 4113.0, 4114.0, 4072.0, 4113.0, 4073.0, 4112.0, 4094.0, 4124.0, 4094.0, 4145.0, 4104.0, 4122.0, 4082.0, 4122.0, 4080.0, 4111.0, 4092.0, 4112.0, 4124.0, 4071.0, 4112.0, 4082.0, 4112.0, 4093.0, 4136.0, 4107.0, 4149.0, 4118.0, 4127.0, 4116.0, 4114.0, 4105.0, 4133.0, 4094.0, 4136.0, 4106.0, 4124.0, 4104.0, 4135.0, 4095.0, 4074.0, 4105.0, 4086.0, 4139.0, 4121.0, 4164.0, 4155.0, 4135.0, 4166.0, 4135.0, 4153.0, 4121.0, 4129.0, 4107.0, 4139.0, 4148.0, 4148.0, 4147.0, 4104.0, 4133.0, 4102.0, 4132.0, 4079.0, 4131.0, 4100.0, 4120.0, 4089.0, 4108.0, 4056.0, 4096.0, 4066.0, 4097.0, 4078.0, 4108.0, 4089.0, 4139.0, 4089.0, 4107.0, 4067.0, 4098.0, 4077.0, 4098.0, 4109.0, 4067.0, 4109.0, 4069.0, 4109.0, 4080.0, 4109.0, 4080.0, 4081.0, 4092.0, 4060.0, 4112.0, 4093.0, 4123.0, 4092.0, 4121.0, 4069.0, 4078.0, 4098.0, 4058.0, 4099.0, 4081.0, 4111.0, 4091.0, 4143.0, 4090.0, 4110.0, 4069.0, 4099.0, 4090.0, 4110.0, 4080.0, 4100.0, 4101.0, 4080.0, 4101.0, 4062.0, 4112.0, 4093.0, 4124.0, 4097.0, 4137.0, 4108.0, 4086.0, 4118.0, 4098.0, 4128.0, 4097.0, 4128.0, 4096.0, 4159.0, 4106.0, 4126.0, 4105.0, 4113.0, 4095.0, 4135.0, 4096.0, 4157.0, 4105.0, 4094.0, 4114.0, 4088.0, 4138.0, 4128.0, 4158.0, 4107.0, 4117.0, 4096.0, 4096.0, 4116.0, 4076.0, 4129.0, 4107.0, 4137.0, 4118.0, 4115.0, 4106.0, 4127.0, 4127.0, 4087.0, 4136.0, 4127.0, 4168.0, 4116.0, 4134.0, 4092.0, 4079.0, 4109.0, 4058.0, 4099.0, 4070.0, 4122.0, 4091.0, 4131.0, 4092.0, 4110.0, 4069.0, 4088.0, 4081.0, 4102.0, 4102.0, 4071.0, 4112.0, 4073.0, 4102.0, 4084.0, 4114.0, 4088.0, 4126.0, 4086.0, 4076.0, 4108.0, 4087.0, 4118.0, 4087.0, 4118.0, 4077.0, 4117.0, 4089.0, 4139.0, 4119.0, 4149.0, 4109.0, 4128.0, 4098.0, 4110.0, 4131.0, 4123.0, 4153.0, 4132.0, 4152.0, 4123.0, 4142.0, 4090.0, 4140.0, 4119.0, 4131.0, 4150.0, 4119.0, 4158.0, 4106.0, 4126.0, 4106.0, 4107.0, 4119.0, 4088.0, 4140.0, 4122.0, 4163.0, 4123.0, 4113.0, 4133.0, 4112.0, 4146.0, 4162.0, 4132.0, 4173.0, 4141.0, 4170.0, 4118.0, 4127.0, 4106.0, 4147.0, 4138.0, 4156.0, 4104.0, 4124.0, 4103.0, 4073.0, 4114.0, 4094.0, 4125.0, 4107.0, 4159.0, 4137.0, 4147.0, 4157.0, 4093.0, 4112.0, 4081.0, 4111.0, 4093.0, 4113.0, 4092.0, 4081.0, 4112.0, 4071.0, 4112.0, 4080.0, 4110.0, 4080.0, 4111.0, 4092.0, 4154.0, 4114.0, 4141.0, 4079.0, 4098.0, 4077.0, 4077.0, 4087.0, 4065.0, 4087.0, 4067.0, 4099.0, 4037.0, 4099.0, 4048.0, 4087.0, 4047.0, 4097.0, 4048.0, 4099.0, 4081.0, 4111.0, 4094.0, 4124.0, 4094.0, 4065.0, 4116.0, 4096.0, 4138.0, 4108.0, 4139.0, 4110.0, 4139.0, 4119.0, 4128.0, 4117.0, 4136.0, 4106.0, 4146.0, 4095.0, 4146.0, 4108.0, 4147.0, 4116.0, 4096.0, 4125.0, 4096.0, 4126.0, 4107.0, 4148.0, 4119.0, 4128.0, 4139.0, 4087.0, 4128.0, 4108.0, 4137.0, 4109.0, 4158.0, 4127.0, 4156.0, 4104.0, 4102.0, 4083.0, 4103.0, 4072.0, 4114.0, 4073.0, 4112.0, 4081.0, 4122.0, 4071.0, 4112.0, 4084.0, 4114.0, 4095.0, 4116.0, 4119.0, 4120.0, 4142.0, 4101.0, 4142.0, 4111.0, 4132.0, 4141.0, 4142.0, 4161.0, 4119.0, 4159.0, 4116.0, 4147.0, 4116.0, 4146.0, 4106.0, 4105.0, 4115.0, 4084.0, 4114.0, 4096.0, 4137.0, 4116.0, 4136.0, 4126.0, 4135.0, 4105.0, 4124.0, 4095.0, 4135.0, 4116.0, 4114.0, 4113.0, 4093.0, 4113.0, 4081.0, 4111.0, 4082.0, 4123.0, 4112.0, 4133.0, 4101.0, 4100.0, 4080.0, 4090.0, 4070.0, 4103.0, 4082.0, 4111.0, 4081.0, 4100.0, 4079.0, 4089.0, 4071.0, 4100.0, 4071.0, 4112.0, 4084.0, 4115.0, 4106.0, 4076.0, 4117.0, 4100.0, 4150.0, 4112.0, 4163.0, 4113.0, 4141.0, 4120.0, 4128.0, 4128.0, 4128.0, 4139.0, 4127.0, 4160.0, 4095.0, 4135.0, 4084.0, 4114.0, 4072.0, 4122.0, 4084.0, 4137.0, 4084.0, 4133.0, 4071.0, 4113.0, 4083.0, 4103.0, 4101.0, 4107.0, 4127.0, 4108.0, 4137.0, 4106.0, 4135.0, 4104.0, 4115.0, 4094.0, 4074.0, 4105.0, 4067.0, 4128.0, 4112.0, 4154.0, 4136.0, 4165.0, 4135.0, 4154.0, 4123.0, 4160.0, 4131.0, 4162.0, 4131.0, 4162.0, 4117.0, 4106.0, 4145.0, 4103.0, 4122.0, 4092.0, 4124.0, 4062.0, 4113.0, 4071.0, 4133.0, 4073.0, 4134.0, 4084.0, 4114.0, 4106.0, 4117.0, 4130.0, 4108.0, 4150.0, 4087.0, 4138.0, 4108.0, 4149.0, 4130.0, 4159.0, 4128.0, 4148.0, 4106.0, 4126.0, 4115.0, 4075.0, 4135.0, 4105.0, 4147.0, 4116.0, 4156.0, 4103.0, 4112.0, 4092.0, 4100.0, 4091.0, 4111.0, 4112.0, 4059.0, 4111.0, 4059.0, 4109.0, 4079.0, 4122.0, 4091.0, 4132.0, 4103.0, 4122.0, 4092.0, 4099.0, 4070.0, 4100.0, 4081.0, 4099.0, 4081.0, 4110.0, 4082.0, 4122.0, 4082.0, 4073.0, 4092.0, 4065.0, 4117.0, 4107.0, 4120.0, 4151.0, 4120.0, 4138.0, 4106.0, 4138.0, 4075.0, 4126.0, 4075.0, 4125.0, 4096.0, 4137.0, 4119.0, 4151.0, 4132.0, 4153.0, 4132.0, 4149.0, 4133.0, 4138.0, 4109.0, 4128.0, 4087.0, 4130.0, 4128.0, 4119.0, 4158.0, 4118.0, 4135.0, 4108.0, 4136.0, 4097.0, 4137.0, 4109.0, 4140.0, 4110.0, 4151.0, 4121.0, 4151.0, 4131.0, 4100.0, 4111.0, 4082.0, 4155.0, 4125.0, 4166.0, 4149.0, 4147.0, 4136.0, 4135.0, 4156.0, 4152.0, 4187.0, 4142.0, 4163.0, 4107.0, 4138.0, 4096.0, 4147.0, 4136.0, 4147.0, 4134.0, 4145.0, 4123.0, 4130.0, 4089.0, 4097.0, 4067.0, 4097.0, 4078.0, 4110.0, 4089.0, 4120.0, 4098.0, 4077.0, 4097.0, 4066.0, 4096.0, 4068.0, 4110.0, 4068.0, 4118.0, 4056.0, 4097.0, 4057.0, 4088.0, 4096.0, 4077.0, 4106.0, 4076.0, 4096.0, 4067.0, 4098.0, 4080.0, 4071.0, 4112.0, 4062.0, 4125.0, 4086.0, 4125.0, 4108.0, 4138.0, 4109.0, 4139.0, 4150.0, 4087.0, 4148.0, 4097.0, 4138.0, 4085.0, 4138.0, 4126.0, 4137.0, 4135.0, 4104.0, 4144.0, 4100.0, 4110.0, 4092.0, 4110.0, 4081.0, 4113.0, 4093.0, 4074.0, 4126.0, 4087.0, 4128.0, 4110.0, 4142.0, 4124.0, 4173.0, 4143.0, 4152.0, 4118.0, 4129.0, 4125.0, 4107.0, 4146.0, 4127.0, 4125.0, 4076.0, 4136.0, 4070.0, 4123.0, 4060.0, 4113.0, 4062.0, 4123.0, 4107.0, 4147.0, 4119.0, 4139.0, 4118.0, 4097.0, 4127.0, 4086.0, 4140.0, 4098.0, 4162.0, 4117.0, 4136.0, 4103.0, 4113.0, 4135.0, 4103.0, 4133.0, 4102.0, 4120.0, 4090.0, 4111.0, 4050.0, 4112.0, 4071.0, 4102.0, 4070.0, 4103.0, 4112.0, 4094.0, 4094.0, 4104.0, 4084.0, 4126.0, 4106.0], 'WindowWidth': [9248.0, 9239.0, 9179.0, 9206.0, 9169.0, 9175.0, 9167.0, 9216.0, 9159.0, 9168.0, 9154.0, 9149.0, 9160.0, 9126.0, 9159.0, 9155.0, 9195.0, 9137.0, 9183.0, 9086.0, 9125.0, 9067.0, 9119.0, 9063.0, 9121.0, 9082.0, 9153.0, 9092.0, 9105.0, 9063.0, 9100.0, 9049.0, 9088.0, 9082.0, 9087.0, 9132.0, 9060.0, 9131.0, 9077.0, 9099.0, 9076.0, 9134.0, 9097.0, 9122.0, 9124.0, 9067.0, 9122.0, 9068.0, 9133.0, 9095.0, 9138.0, 9100.0, 9165.0, 9125.0, 9164.0, 9097.0, 9107.0, 9110.0, 9097.0, 9144.0, 9109.0, 9166.0, 9122.0, 9192.0, 9132.0, 9157.0, 9117.0, 9152.0, 9117.0, 9171.0, 9119.0, 9172.0, 9157.0, 9099.0, 9154.0, 9087.0, 9151.0, 9132.0, 9159.0, 9134.0, 9190.0, 9146.0, 9156.0, 9103.0, 9141.0, 9135.0, 9147.0, 9178.0, 9094.0, 9160.0, 9137.0, 9159.0, 9140.0, 9196.0, 9176.0, 9154.0, 9196.0, 9141.0, 9162.0, 9138.0, 9171.0, 9134.0, 9161.0, 9183.0, 9131.0, 9189.0, 9127.0, 9154.0, 9110.0, 9149.0, 9112.0, 9182.0, 9122.0, 9130.0, 9088.0, 9098.0, 9114.0, 9119.0, 9131.0, 9100.0, 9145.0, 9056.0, 9109.0, 9056.0, 9108.0, 9083.0, 9113.0, 9094.0, 9145.0, 9093.0, 9088.0, 9088.0, 9074.0, 9115.0, 9078.0, 9135.0, 9087.0, 9152.0, 9111.0, 9148.0, 9108.0, 9132.0, 9096.0, 9137.0, 9119.0, 9146.0, 9151.0, 9135.0, 9164.0, 9094.0, 9161.0, 9122.0, 9161.0, 9141.0, 9182.0, 9143.0, 9209.0, 9149.0, 9146.0, 9129.0, 9142.0, 9144.0, 9144.0, 9176.0, 9113.0, 9186.0, 9111.0, 9150.0, 9097.0, 9136.0, 9120.0, 9161.0, 9123.0, 9159.0, 9116.0, 9152.0, 9100.0, 9152.0, 9105.0, 9156.0, 9107.0, 9138.0, 9169.0, 9134.0, 9191.0, 9164.0, 9189.0, 9136.0, 9192.0, 9201.0, 9242.0, 9268.0, 9229.0, 9255.0, 9194.0, 9201.0, 9108.0, 9142.0, 9145.0, 9108.0, 9164.0, 9124.0, 9192.0, 9152.0, 9193.0, 9197.0, 9125.0, 9167.0, 9074.0, 9126.0, 9079.0, 9124.0, 9096.0, 9173.0, 9111.0, 9152.0, 9062.0, 9101.0, 9043.0, 9093.0, 9042.0, 9114.0, 9062.0, 9114.0, 9046.0, 9099.0, 9052.0, 9090.0, 9067.0, 9094.0, 9096.0, 9076.0, 9139.0, 9134.0, 9161.0, 9138.0, 9164.0, 9127.0, 9166.0, 9143.0, 9193.0, 9129.0, 9212.0, 9172.0, 9208.0, 9149.0, 9141.0, 9115.0, 9138.0, 9119.0, 9187.0, 9122.0, 9156.0, 9104.0, 9116.0, 9128.0, 9103.0, 9143.0, 9122.0, 9164.0, 9149.0, 9177.0, 9146.0, 9156.0, 9102.0, 9141.0, 9136.0, 9146.0, 9179.0, 9101.0, 9157.0, 9115.0, 9139.0, 9110.0, 9140.0, 9119.0, 9204.0, 9141.0, 9136.0, 9096.0, 9108.0, 9122.0, 9115.0, 9142.0, 9101.0, 9172.0, 9129.0, 9138.0, 9114.0, 9122.0, 9099.0, 9169.0, 9117.0, 9169.0, 9112.0, 9082.0, 9138.0, 9099.0, 9141.0, 9137.0, 9160.0, 9137.0, 9158.0, 9104.0, 9118.0, 9147.0, 9110.0, 9170.0, 9139.0, 9211.0, 9154.0, 9174.0, 9120.0, 9154.0, 9131.0, 9170.0, 9143.0, 9168.0, 9172.0, 9098.0, 9152.0, 9113.0, 9139.0, 9117.0, 9144.0, 9138.0, 9192.0, 9155.0, 9175.0, 9117.0, 9142.0, 9125.0, 9137.0, 9143.0, 9153.0, 9173.0, 9152.0, 9151.0, 9120.0, 9136.0, 9106.0, 9123.0, 9120.0, 9124.0, 9135.0, 9125.0, 9111.0, 9141.0, 9087.0, 9142.0, 9122.0, 9181.0, 9148.0, 9202.0, 9167.0, 9148.0, 9177.0, 9149.0, 9189.0, 9162.0, 9207.0, 9183.0, 9217.0, 9121.0, 9147.0, 9102.0, 9159.0, 9123.0, 9176.0, 9127.0, 9209.0, 9111.0, 9139.0, 9088.0, 9162.0, 9098.0, 9123.0, 9122.0, 9123.0, 9109.0, 9141.0, 9072.0, 9142.0, 9106.0, 9175.0, 9143.0, 9183.0, 9169.0, 9188.0, 9177.0, 9185.0, 9159.0, 9212.0, 9157.0, 9227.0, 9168.0, 9208.0, 9130.0, 9151.0, 9097.0, 9153.0, 9160.0, 9111.0, 9153.0, 9097.0, 9134.0, 9109.0, 9151.0, 9128.0, 9186.0, 9139.0, 9178.0, 9120.0, 9114.0, 9088.0, 9110.0, 9076.0, 9125.0, 9099.0, 9155.0, 9097.0, 9108.0, 9071.0, 9109.0, 9074.0, 9131.0, 9121.0, 9091.0, 9149.0, 9103.0, 9133.0, 9094.0, 9135.0, 9099.0, 9137.0, 9142.0, 9082.0, 9137.0, 9087.0, 9136.0, 9117.0, 9155.0, 9117.0, 9186.0, 9126.0, 9148.0, 9094.0, 9145.0, 9090.0, 9131.0, 9109.0, 9135.0, 9154.0, 9079.0, 9133.0, 9096.0, 9135.0, 9114.0, 9172.0, 9138.0, 9197.0, 9151.0, 9160.0, 9145.0, 9141.0, 9130.0, 9164.0, 9114.0, 9173.0, 9134.0, 9155.0, 9130.0, 9170.0, 9118.0, 9091.0, 9133.0, 9112.0, 9185.0, 9167.0, 9227.0, 9219.0, 9191.0, 9233.0, 9189.0, 9211.0, 9164.0, 9170.0, 9137.0, 9185.0, 9193.0, 9197.0, 9188.0, 9129.0, 9166.0, 9122.0, 9159.0, 9087.0, 9164.0, 9116.0, 9142.0, 9096.0, 9123.0, 9049.0, 9104.0, 9065.0, 9105.0, 9083.0, 9124.0, 9099.0, 9169.0, 9099.0, 9120.0, 9065.0, 9105.0, 9080.0, 9109.0, 9128.0, 9068.0, 9125.0, 9071.0, 9124.0, 9086.0, 9123.0, 9089.0, 9092.0, 9108.0, 9065.0, 9135.0, 9113.0, 9152.0, 9110.0, 9144.0, 9072.0, 9083.0, 9109.0, 9054.0, 9112.0, 9091.0, 9132.0, 9106.0, 9177.0, 9103.0, 9128.0, 9074.0, 9110.0, 9101.0, 9128.0, 9090.0, 9115.0, 9119.0, 9088.0, 9118.0, 9069.0, 9134.0, 9112.0, 9156.0, 9125.0, 9176.0, 9140.0, 9109.0, 9154.0, 9126.0, 9166.0, 9124.0, 9168.0, 9122.0, 9211.0, 9132.0, 9159.0, 9130.0, 9139.0, 9118.0, 9172.0, 9122.0, 9204.0, 9132.0, 9114.0, 9141.0, 9116.0, 9181.0, 9167.0, 9209.0, 9139.0, 9151.0, 9124.0, 9123.0, 9150.0, 9098.0, 9168.0, 9138.0, 9179.0, 9152.0, 9144.0, 9135.0, 9161.0, 9164.0, 9108.0, 9175.0, 9163.0, 9224.0, 9146.0, 9165.0, 9106.0, 9084.0, 9123.0, 9053.0, 9110.0, 9075.0, 9147.0, 9103.0, 9157.0, 9105.0, 9125.0, 9072.0, 9095.0, 9089.0, 9118.0, 9121.0, 9078.0, 9134.0, 9083.0, 9121.0, 9099.0, 9141.0, 9111.0, 9159.0, 9107.0, 9092.0, 9136.0, 9108.0, 9150.0, 9110.0, 9150.0, 9099.0, 9150.0, 9117.0, 9182.0, 9155.0, 9196.0, 9142.0, 9166.0, 9127.0, 9146.0, 9177.0, 9169.0, 9211.0, 9179.0, 9203.0, 9166.0, 9192.0, 9117.0, 9184.0, 9153.0, 9172.0, 9196.0, 9155.0, 9205.0, 9134.0, 9157.0, 9133.0, 9136.0, 9155.0, 9115.0, 9187.0, 9167.0, 9223.0, 9169.0, 9156.0, 9184.0, 9154.0, 9203.0, 9221.0, 9179.0, 9238.0, 9189.0, 9229.0, 9151.0, 9163.0, 9135.0, 9192.0, 9177.0, 9202.0, 9125.0, 9151.0, 9125.0, 9086.0, 9139.0, 9114.0, 9156.0, 9137.0, 9209.0, 9180.0, 9191.0, 9205.0, 9112.0, 9134.0, 9090.0, 9133.0, 9112.0, 9138.0, 9110.0, 9093.0, 9134.0, 9079.0, 9133.0, 9089.0, 9127.0, 9087.0, 9129.0, 9109.0, 9199.0, 9140.0, 9172.0, 9084.0, 9106.0, 9077.0, 9076.0, 9091.0, 9058.0, 9091.0, 9066.0, 9109.0, 9025.0, 9110.0, 9041.0, 9091.0, 9040.0, 9104.0, 9042.0, 9110.0, 9092.0, 9132.0, 9115.0, 9153.0, 9114.0, 9077.0, 9146.0, 9122.0, 9177.0, 9141.0, 9181.0, 9147.0, 9181.0, 9155.0, 9164.0, 9150.0, 9171.0, 9131.0, 9184.0, 9116.0, 9185.0, 9138.0, 9188.0, 9146.0, 9121.0, 9158.0, 9121.0, 9159.0, 9139.0, 9194.0, 9158.0, 9167.0, 9181.0, 9112.0, 9164.0, 9137.0, 9177.0, 9141.0, 9211.0, 9161.0, 9200.0, 9125.0, 9122.0, 9096.0, 9121.0, 9080.0, 9141.0, 9083.0, 9135.0, 9091.0, 9149.0, 9079.0, 9135.0, 9101.0, 9141.0, 9119.0, 9149.0, 9159.0, 9161.0, 9193.0, 9139.0, 9193.0, 9150.0, 9180.0, 9189.0, 9194.0, 9218.0, 9155.0, 9210.0, 9148.0, 9190.0, 9149.0, 9188.0, 9136.0, 9130.0, 9143.0, 9103.0, 9142.0, 9121.0, 9178.0, 9147.0, 9178.0, 9160.0, 9171.0, 9132.0, 9155.0, 9119.0, 9171.0, 9147.0, 9139.0, 9139.0, 9109.0, 9137.0, 9091.0, 9132.0, 9094.0, 9152.0, 9134.0, 9164.0, 9117.0, 9114.0, 9090.0, 9100.0, 9076.0, 9124.0, 9096.0, 9132.0, 9090.0, 9113.0, 9087.0, 9099.0, 9078.0, 9115.0, 9080.0, 9136.0, 9102.0, 9144.0, 9135.0, 9097.0, 9153.0, 9132.0, 9200.0, 9153.0, 9220.0, 9155.0, 9187.0, 9158.0, 9166.0, 9167.0, 9164.0, 9183.0, 9163.0, 9216.0, 9115.0, 9171.0, 9100.0, 9138.0, 9080.0, 9149.0, 9101.0, 9176.0, 9102.0, 9164.0, 9078.0, 9137.0, 9097.0, 9125.0, 9119.0, 9136.0, 9162.0, 9139.0, 9175.0, 9132.0, 9171.0, 9129.0, 9143.0, 9118.0, 9089.0, 9133.0, 9086.0, 9170.0, 9157.0, 9214.0, 9193.0, 9230.0, 9190.0, 9213.0, 9170.0, 9218.0, 9176.0, 9224.0, 9174.0, 9220.0, 9147.0, 9131.0, 9185.0, 9123.0, 9147.0, 9109.0, 9154.0, 9070.0, 9136.0, 9079.0, 9167.0, 9084.0, 9168.0, 9103.0, 9143.0, 9136.0, 9152.0, 9174.0, 9144.0, 9200.0, 9114.0, 9182.0, 9142.0, 9199.0, 9174.0, 9213.0, 9166.0, 9196.0, 9136.0, 9159.0, 9144.0, 9090.0, 9171.0, 9133.0, 9193.0, 9148.0, 9204.0, 9124.0, 9135.0, 9106.0, 9114.0, 9107.0, 9132.0, 9136.0, 9059.0, 9129.0, 9060.0, 9125.0, 9087.0, 9146.0, 9107.0, 9162.0, 9123.0, 9146.0, 9107.0, 9112.0, 9075.0, 9114.0, 9093.0, 9113.0, 9092.0, 9130.0, 9095.0, 9148.0, 9098.0, 9086.0, 9111.0, 9077.0, 9150.0, 9136.0, 9160.0, 9203.0, 9159.0, 9180.0, 9135.0, 9179.0, 9091.0, 9160.0, 9091.0, 9158.0, 9121.0, 9176.0, 9159.0, 9205.0, 9179.0, 9209.0, 9178.0, 9197.0, 9181.0, 9181.0, 9141.0, 9164.0, 9111.0, 9170.0, 9166.0, 9156.0, 9206.0, 9151.0, 9171.0, 9139.0, 9173.0, 9123.0, 9177.0, 9143.0, 9186.0, 9149.0, 9202.0, 9167.0, 9205.0, 9179.0, 9136.0, 9153.0, 9116.0, 9218.0, 9182.0, 9237.0, 9218.0, 9210.0, 9194.0, 9190.0, 9221.0, 9209.0, 9266.0, 9194.0, 9225.0, 9140.0, 9180.0, 9121.0, 9194.0, 9174.0, 9200.0, 9171.0, 9190.0, 9151.0, 9158.0, 9099.0, 9107.0, 9068.0, 9108.0, 9086.0, 9129.0, 9103.0, 9141.0, 9110.0, 9080.0, 9106.0, 9063.0, 9104.0, 9070.0, 9127.0, 9070.0, 9135.0, 9049.0, 9105.0, 9053.0, 9095.0, 9102.0, 9077.0, 9117.0, 9078.0, 9105.0, 9068.0, 9112.0, 9091.0, 9081.0, 9138.0, 9073.0, 9159.0, 9110.0, 9160.0, 9142.0, 9184.0, 9147.0, 9185.0, 9199.0, 9112.0, 9194.0, 9123.0, 9177.0, 9104.0, 9180.0, 9161.0, 9175.0, 9171.0, 9124.0, 9179.0, 9117.0, 9128.0, 9106.0, 9129.0, 9095.0, 9140.0, 9114.0, 9091.0, 9162.0, 9115.0, 9170.0, 9150.0, 9196.0, 9174.0, 9238.0, 9196.0, 9207.0, 9152.0, 9167.0, 9156.0, 9133.0, 9188.0, 9162.0, 9157.0, 9094.0, 9171.0, 9077.0, 9152.0, 9065.0, 9137.0, 9070.0, 9154.0, 9140.0, 9193.0, 9159.0, 9185.0, 9155.0, 9126.0, 9167.0, 9111.0, 9187.0, 9128.0, 9220.0, 9151.0, 9175.0, 9123.0, 9138.0, 9171.0, 9127.0, 9165.0, 9123.0, 9142.0, 9100.0, 9128.0, 9048.0, 9133.0, 9078.0, 9121.0, 9077.0, 9123.0, 9135.0, 9116.0, 9116.0, 9130.0, 9105.0, 9163.0, 9140.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.003273180242634316</td></tr>
<tr><td colspan=3>aqi</td><td>0.022942842980935876</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.66778327228967</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2249317940329587</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0353313046747614</td></tr>
<tr><td colspan=3>efc</td><td>0.5058</td></tr>
<tr><td colspan=3>fber</td><td>3590.9111</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07079328461666587</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6065857885615251</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6843708972944444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.617022483059867</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9774124744675</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4586777343559665</td></tr>
<tr><td colspan=3>gcor</td><td>0.0183588</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0070533729158341885</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03687269613146782</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.515965076477283</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>14.2915</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.9924</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.8279</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296316.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1162.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.8963</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7128</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.4422</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3220.7105</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80228.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.2323</td></tr>
<tr><td colspan=3>tsnr</td><td>35.295597376301885</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>