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

616 lines
No EOL
131 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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-02/func/sub-0046_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>719daa3b4b3caa46bd887a9238389180</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>13:40:7.865000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999037, 0.0298197, 0.0321938, -0.0310469, 0.998783, 0.0383168]</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_brain_imaging_center</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.123254</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7767, -7252, 475, -57, -101, 4, 35]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db80ad69-bbf0-46a1-8495-db2cc0ed22db||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680342435836792, -0.08329656720161438, 0.08373238891363144, 118.11659240722656], [-0.08000411838293076, 2.6796624660491943, 0.10605449229478836, -94.88450622558594], [0.08637352287769318, -0.10280126333236694, 2.6966166496276855, -43.06901168823242], [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': ['134007.865000', '134008.325000', '134008.785000', '134009.245000', '134009.705000', '134010.165000', '134010.625000', '134011.085000', '134011.545000', '134012.005000', '134012.465000', '134012.925000', '134013.385000', '134013.845000', '134014.305000', '134014.765000', '134015.225000', '134015.685000', '134016.145000', '134016.605000', '134017.065000', '134017.525000', '134017.985000', '134018.445000', '134018.905000', '134019.365000', '134019.825000', '134020.285000', '134020.745000', '134021.205000', '134021.665000', '134022.125000', '134022.585000', '134023.045000', '134023.505000', '134023.965000', '134024.425000', '134024.885000', '134025.345000', '134025.805000', '134026.265000', '134026.725000', '134027.185000', '134027.645000', '134028.105000', '134028.565000', '134029.025000', '134029.485000', '134029.945000', '134030.405000', '134030.865000', '134031.325000', '134031.785000', '134032.245000', '134032.705000', '134033.165000', '134033.625000', '134034.085000', '134034.545000', '134035.005000', '134035.465000', '134035.925000', '134036.385000', '134036.845000', '134037.305000', '134037.765000', '134038.225000', '134038.685000', '134039.145000', '134039.605000', '134040.065000', '134040.525000', '134040.985000', '134041.445000', '134041.905000', '134042.365000', '134042.825000', '134043.285000', '134043.745000', '134044.205000', '134044.665000', '134045.125000', '134045.585000', '134046.045000', '134046.505000', '134046.965000', '134047.425000', '134047.885000', '134048.345000', '134048.805000', '134049.265000', '134049.725000', '134050.185000', '134050.645000', '134051.105000', '134051.565000', '134052.025000', '134052.485000', '134052.945000', '134053.405000', '134053.865000', '134054.325000', '134054.785000', '134055.245000', '134055.705000', '134056.165000', '134056.625000', '134057.085000', '134057.545000', '134058.005000', '134058.465000', '134058.925000', '134059.385000', '134059.845000', '134100.305000', '134100.765000', '134101.225000', '134101.685000', '134102.145000', '134102.605000', '134103.065000', '134103.525000', '134103.985000', '134104.445000', '134104.905000', '134105.365000', '134105.825000', '134106.285000', '134106.745000', '134107.205000', '134107.665000', '134108.125000', '134108.585000', '134109.045000', '134109.505000', '134109.965000', '134110.425000', '134110.885000', '134111.345000', '134111.805000', '134112.265000', '134112.725000', '134113.185000', '134113.645000', '134114.105000', '134114.565000', '134115.025000', '134115.485000', '134115.945000', '134116.405000', '134116.865000', '134117.325000', '134117.785000', '134118.245000', '134118.705000', '134119.165000', '134119.625000', '134120.085000', '134120.545000', '134121.005000', '134121.465000', '134121.925000', '134122.385000', '134122.845000', '134123.305000', '134123.765000', '134124.225000', '134124.685000', '134125.145000', '134125.605000', '134126.065000', '134126.525000', '134126.985000', '134127.445000', '134127.905000', '134128.365000', '134128.825000', '134129.285000', '134129.745000', '134130.205000', '134130.665000', '134131.125000', '134131.585000', '134132.045000', '134132.505000', '134132.965000', '134133.425000', '134133.885000', '134134.345000', '134134.805000', '134135.265000', '134135.725000', '134136.185000', '134136.645000', '134137.105000', '134137.565000', '134138.025000', '134138.485000', '134138.945000', '134139.405000', '134139.865000', '134140.325000', '134140.785000', '134141.245000', '134141.705000', '134142.165000', '134142.625000', '134143.085000', '134143.545000', '134144.005000', '134144.465000', '134144.925000', '134145.385000', '134145.845000', '134146.305000', '134146.765000', '134147.225000', '134147.685000', '134148.145000', '134148.605000', '134149.065000', '134149.525000', '134149.985000', '134150.445000', '134150.905000', '134151.365000', '134151.825000', '134152.285000', '134152.745000', '134153.205000', '134153.665000', '134154.125000', '134154.585000', '134155.045000', '134155.505000', '134155.965000', '134156.425000', '134156.885000', '134157.345000', '134157.805000', '134158.265000', '134158.725000', '134159.185000', '134159.645000', '134200.105000', '134200.565000', '134201.025000', '134201.485000', '134201.945000', '134202.405000', '134202.865000', '134203.325000', '134203.785000', '134204.245000', '134204.705000', '134205.165000', '134205.625000', '134206.085000', '134206.545000', '134207.005000', '134207.465000', '134207.925000', '134208.385000', '134208.845000', '134209.305000', '134209.765000', '134210.225000', '134210.685000', '134211.145000', '134211.605000', '134212.065000', '134212.525000', '134212.985000', '134213.445000', '134213.905000', '134214.365000', '134214.825000', '134215.285000', '134215.745000', '134216.205000', '134216.665000', '134217.125000', '134217.585000', '134218.045000', '134218.505000', '134218.965000', '134219.425000', '134219.885000', '134220.345000', '134220.805000', '134221.265000', '134221.725000', '134222.185000', '134222.645000', '134223.105000', '134223.565000', '134224.025000', '134224.485000', '134224.945000', '134225.405000', '134225.865000', '134226.325000', '134226.785000', '134227.245000', '134227.705000', '134228.165000', '134228.625000', '134229.085000', '134229.545000', '134230.005000', '134230.465000', '134230.925000', '134231.385000', '134231.845000', '134232.305000', '134232.765000', '134233.225000', '134233.685000', '134234.145000', '134234.605000', '134235.065000', '134235.525000', '134235.985000', '134236.445000', '134236.905000', '134237.365000', '134237.825000', '134238.285000', '134238.745000', '134239.205000', '134239.665000', '134240.125000', '134240.585000', '134241.045000', '134241.505000', '134241.965000', '134242.425000', '134242.885000', '134243.345000', '134243.805000', '134244.265000', '134244.725000', '134245.185000', '134245.645000', '134246.105000', '134246.565000', '134247.025000', '134247.485000', '134247.945000', '134248.405000', '134248.865000', '134249.325000', '134249.785000', '134250.245000', '134250.705000', '134251.165000', '134251.625000', '134252.085000', '134252.545000', '134253.005000', '134253.465000', '134253.925000', '134254.385000', '134254.845000', '134255.305000', '134255.765000', '134256.225000', '134256.685000', '134257.145000', '134257.605000', '134258.065000', '134258.525000', '134258.985000', '134259.445000', '134259.905000', '134300.365000', '134300.825000', '134301.285000', '134301.745000', '134302.205000', '134302.665000', '134303.125000', '134303.585000', '134304.045000', '134304.505000', '134304.965000', '134305.425000', '134305.885000', '134306.345000', '134306.805000', '134307.265000', '134307.725000', '134308.185000', '134308.645000', '134309.105000', '134309.565000', '134310.025000', '134310.485000', '134310.945000', '134311.405000', '134311.865000', '134312.325000', '134312.785000', '134313.245000', '134313.705000', '134314.165000', '134314.625000', '134315.085000', '134315.545000', '134316.005000', '134316.465000', '134316.925000', '134317.385000', '134317.845000', '134318.305000', '134318.765000', '134319.225000', '134319.685000', '134320.145000', '134320.605000', '134321.065000', '134321.525000', '134321.985000', '134322.445000', '134322.905000', '134323.365000', '134323.825000', '134324.285000', '134324.745000', '134325.205000', '134325.665000', '134326.125000', '134326.585000', '134327.045000', '134327.505000', '134327.965000', '134328.425000', '134328.885000', '134329.345000', '134329.805000', '134330.265000', '134330.725000', '134331.185000', '134331.645000', '134332.105000', '134332.565000', '134333.025000', '134333.485000', '134333.945000', '134334.405000', '134334.865000', '134335.325000', '134335.785000', '134336.245000', '134336.705000', '134337.165000', '134337.625000', '134338.085000', '134338.545000', '134339.005000', '134339.465000', '134339.925000', '134340.385000', '134340.845000', '134341.305000', '134341.765000', '134342.225000', '134342.685000', '134343.145000', '134343.605000', '134344.065000', '134344.525000', '134344.985000', '134345.445000', '134345.905000', '134346.365000', '134346.825000', '134347.285000', '134347.745000', '134348.205000', '134348.665000', '134349.125000', '134349.585000', '134350.045000', '134350.505000', '134350.965000', '134351.425000', '134351.885000', '134352.345000', '134352.805000', '134353.265000', '134353.725000', '134354.185000', '134354.645000', '134355.105000', '134355.565000', '134356.025000', '134356.485000', '134356.945000', '134357.405000', '134357.865000', '134358.325000', '134358.785000', '134359.245000', '134359.705000', '134400.165000', '134400.625000', '134401.085000', '134401.545000', '134402.005000', '134402.465000', '134402.925000', '134403.385000', '134403.845000', '134404.305000', '134404.765000', '134405.225000', '134405.685000', '134406.145000', '134406.605000', '134407.065000', '134407.525000', '134407.985000', '134408.445000', '134408.905000', '134409.365000', '134409.825000', '134410.285000', '134410.745000', '134411.205000', '134411.665000', '134412.125000', '134412.585000', '134413.045000', '134413.505000', '134413.965000', '134414.425000', '134414.885000', '134415.345000', '134415.805000', '134416.265000', '134416.725000', '134417.185000', '134417.645000', '134418.105000', '134418.565000', '134419.025000', '134419.485000', '134419.945000', '134420.405000', '134420.865000', '134421.325000', '134421.785000', '134422.245000', '134422.705000', '134423.165000', '134423.625000', '134424.085000', '134424.545000', '134425.005000', '134425.465000', '134425.925000', '134426.385000', '134426.845000', '134427.305000', '134427.765000', '134428.225000', '134428.685000', '134429.145000', '134429.605000', '134430.065000', '134430.525000', '134430.985000', '134431.445000', '134431.905000', '134432.365000', '134432.825000', '134433.285000', '134433.745000', '134434.205000', '134434.665000', '134435.125000', '134435.585000', '134436.045000', '134436.505000', '134436.965000', '134437.425000', '134437.885000', '134438.345000', '134438.805000', '134439.265000', '134439.725000', '134440.185000', '134440.645000', '134441.105000', '134441.565000', '134442.025000', '134442.485000', '134442.945000', '134443.405000', '134443.865000', '134444.325000', '134444.785000', '134445.245000', '134445.705000', '134446.165000', '134446.625000', '134447.085000', '134447.545000', '134448.005000', '134448.465000', '134448.925000', '134449.385000', '134449.845000', '134450.305000', '134450.765000', '134451.225000', '134451.685000', '134452.145000', '134452.605000', '134453.065000', '134453.525000', '134453.985000', '134454.445000', '134454.905000', '134455.365000', '134455.825000', '134456.285000', '134456.745000', '134457.205000', '134457.665000', '134458.125000', '134458.585000', '134459.045000', '134459.505000', '134459.965000', '134500.425000', '134500.885000', '134501.345000', '134501.805000', '134502.265000', '134502.725000', '134503.185000', '134503.645000', '134504.105000', '134504.565000', '134505.025000', '134505.485000', '134505.945000', '134506.405000', '134506.865000', '134507.325000', '134507.785000', '134508.245000', '134508.705000', '134509.165000', '134509.625000', '134510.085000', '134510.545000', '134511.005000', '134511.465000', '134511.925000', '134512.385000', '134512.845000', '134513.305000', '134513.765000', '134514.225000', '134514.685000', '134515.145000', '134515.605000', '134516.065000', '134516.525000', '134516.985000', '134517.445000', '134517.905000', '134518.365000', '134518.825000', '134519.285000', '134519.745000', '134520.205000', '134520.665000', '134521.125000', '134521.585000', '134522.045000', '134522.505000', '134522.965000', '134523.425000', '134523.885000', '134524.345000', '134524.805000', '134525.265000', '134525.725000', '134526.185000', '134526.645000', '134527.105000', '134527.565000', '134528.025000', '134528.485000', '134528.945000', '134529.405000', '134529.865000', '134530.325000', '134530.785000', '134531.245000', '134531.705000', '134532.165000', '134532.625000', '134533.085000', '134533.545000', '134534.005000', '134534.465000', '134534.925000', '134535.385000', '134535.845000', '134536.305000', '134536.765000', '134537.225000', '134537.685000', '134538.145000', '134538.605000', '134539.065000', '134539.525000', '134539.985000', '134540.445000', '134540.905000', '134541.365000', '134541.825000', '134542.285000', '134542.745000', '134543.205000', '134543.665000', '134544.125000', '134544.585000', '134545.045000', '134545.505000', '134545.965000', '134546.425000', '134546.885000', '134547.345000', '134547.805000', '134548.265000', '134548.725000', '134549.185000', '134549.645000', '134550.105000', '134550.565000', '134551.025000', '134551.485000', '134551.945000', '134552.405000', '134552.865000', '134553.325000', '134553.785000', '134554.245000', '134554.705000', '134555.165000', '134555.625000', '134556.085000', '134556.545000', '134557.005000', '134557.465000', '134557.925000', '134558.385000', '134558.845000', '134559.305000', '134559.765000', '134600.225000', '134600.685000', '134601.145000', '134601.605000', '134602.065000', '134602.525000', '134602.985000', '134603.445000', '134603.905000', '134604.365000', '134604.825000', '134605.285000', '134605.745000', '134606.205000', '134606.665000', '134607.125000', '134607.585000', '134608.045000', '134608.505000', '134608.965000', '134609.425000', '134609.885000', '134610.345000', '134610.805000', '134611.265000', '134611.725000', '134612.185000', '134612.645000', '134613.105000', '134613.565000', '134614.025000', '134614.485000', '134614.945000', '134615.405000', '134615.865000', '134616.325000', '134616.785000', '134617.245000', '134617.705000', '134618.165000', '134618.625000', '134619.085000', '134619.545000', '134620.005000', '134620.465000', '134620.925000', '134621.385000', '134621.845000', '134622.305000', '134622.765000', '134623.225000', '134623.685000', '134624.145000', '134624.605000', '134625.065000', '134625.525000', '134625.985000', '134626.445000', '134626.905000', '134627.365000', '134627.825000', '134628.285000', '134628.745000', '134629.205000', '134629.665000', '134630.125000', '134630.585000', '134631.045000', '134631.505000', '134631.965000', '134632.425000', '134632.885000', '134633.345000', '134633.805000', '134634.265000', '134634.725000', '134635.185000', '134635.645000', '134636.105000', '134636.565000', '134637.025000', '134637.485000', '134637.945000', '134638.405000', '134638.865000', '134639.325000', '134639.785000', '134640.245000', '134640.705000', '134641.165000', '134641.625000', '134642.085000', '134642.545000', '134643.005000', '134643.465000', '134643.925000', '134644.385000', '134644.845000', '134645.305000', '134645.765000', '134646.225000', '134646.685000', '134647.145000', '134647.605000', '134648.065000', '134648.525000', '134648.985000', '134649.445000', '134649.905000', '134650.365000', '134650.825000', '134651.285000', '134651.745000', '134652.205000', '134652.665000', '134653.125000', '134653.585000', '134654.045000', '134654.505000', '134654.965000', '134655.425000', '134655.885000', '134656.345000', '134656.805000', '134657.265000', '134657.725000', '134658.185000', '134658.645000', '134659.105000', '134659.565000', '134700.025000', '134700.485000', '134700.945000', '134701.405000', '134701.865000', '134702.325000', '134702.785000', '134703.245000', '134703.705000', '134704.165000', '134704.625000', '134705.085000', '134705.545000', '134706.005000', '134706.465000', '134706.925000', '134707.385000', '134707.845000', '134708.305000', '134708.765000', '134709.225000', '134709.685000', '134710.145000', '134710.605000', '134711.065000', '134711.525000', '134711.985000', '134712.445000', '134712.905000', '134713.365000', '134713.825000', '134714.285000', '134714.745000', '134715.205000', '134715.665000', '134716.125000', '134716.585000', '134717.045000', '134717.505000', '134717.965000', '134718.425000', '134718.885000', '134719.345000', '134719.805000', '134720.265000', '134720.725000', '134721.185000', '134721.645000', '134722.105000', '134722.565000', '134723.025000', '134723.485000', '134723.945000', '134724.405000', '134724.865000', '134725.325000', '134725.785000', '134726.245000', '134726.705000', '134727.165000', '134727.625000', '134728.085000', '134728.545000', '134729.005000', '134729.465000', '134729.925000', '134730.385000', '134730.845000', '134731.305000', '134731.765000', '134732.225000', '134732.685000', '134733.145000', '134733.605000', '134734.065000', '134734.525000', '134734.985000', '134735.445000', '134735.905000', '134736.365000', '134736.825000', '134737.285000', '134737.745000', '134738.205000', '134738.665000', '134739.125000', '134739.585000', '134740.045000', '134740.505000', '134740.965000', '134741.425000', '134741.885000', '134742.345000', '134742.805000', '134743.265000', '134743.725000', '134744.185000', '134744.645000', '134745.105000', '134745.565000', '134746.025000', '134746.485000', '134746.945000', '134747.405000', '134747.865000', '134748.325000', '134748.785000', '134749.245000', '134749.705000', '134750.165000', '134750.625000', '134751.085000', '134751.545000', '134752.005000', '134752.465000', '134752.925000', '134753.385000', '134753.845000', '134754.305000', '134754.765000', '134755.225000', '134755.685000', '134756.145000', '134756.605000', '134757.065000', '134757.525000', '134757.985000', '134758.445000', '134758.905000', '134759.365000', '134759.825000', '134800.285000', '134800.745000', '134801.205000', '134801.665000', '134802.125000', '134802.585000', '134803.045000', '134803.505000', '134803.965000', '134804.425000', '134804.885000', '134805.345000', '134805.805000', '134806.265000', '134806.725000', '134807.185000', '134807.645000', '134808.105000', '134808.565000', '134809.025000', '134809.485000', '134809.945000', '134810.405000', '134810.865000', '134811.325000', '134811.785000', '134812.245000', '134812.705000', '134813.165000', '134813.625000', '134814.085000', '134814.545000', '134815.005000', '134815.465000', '134815.925000', '134816.385000', '134816.845000', '134817.305000', '134817.765000', '134818.225000', '134818.685000', '134819.145000', '134819.605000', '134820.065000', '134820.525000', '134820.985000', '134821.445000', '134821.905000', '134822.365000', '134822.825000', '134823.285000', '134823.745000', '134824.205000', '134824.665000', '134825.125000', '134825.585000', '134826.045000', '134826.505000', '134826.965000', '134827.425000', '134827.885000', '134828.345000', '134828.805000', '134829.265000', '134829.725000', '134830.185000', '134830.645000', '134831.105000', '134831.565000', '134832.025000', '134832.485000', '134832.945000', '134833.405000', '134833.865000', '134834.325000', '134834.785000', '134835.245000', '134835.705000', '134836.165000', '134836.625000', '134837.085000', '134837.545000', '134838.005000', '134838.465000', '134838.925000', '134839.385000', '134839.845000', '134840.305000', '134840.765000', '134841.225000', '134841.685000', '134842.145000', '134842.605000', '134843.065000', '134843.525000', '134843.985000', '134844.445000', '134844.905000', '134845.365000', '134845.825000', '134846.285000', '134846.745000', '134847.205000', '134847.665000', '134848.125000', '134848.585000', '134849.045000', '134849.505000', '134849.965000', '134850.425000', '134850.885000', '134851.345000', '134851.805000', '134852.265000', '134852.725000', '134853.185000', '134853.645000', '134854.105000', '134854.565000', '134855.025000', '134855.485000', '134855.945000', '134856.405000', '134856.865000', '134857.325000', '134857.785000', '134858.245000', '134858.705000', '134859.165000'], 'ContentTime': ['134012.797000', '134012.800000', '134012.811000', '134012.813000', '134012.816000', '134012.819000', '134012.821000', '134012.824000', '134012.837000', '134032.772000', '134032.776000', '134032.778000', '134032.781000', '134032.784000', '134032.786000', '134032.789000', '134032.792000', '134032.794000', '134032.797000', '134032.800000', '134032.803000', '134032.805000', '134032.808000', '134032.811000', '134032.814000', '134032.817000', '134032.820000', '134032.831000', '134032.834000', '134032.837000', '134032.839000', '134032.842000', '134032.844000', '134032.847000', '134032.849000', '134032.852000', '134032.855000', '134032.858000', '134032.860000', '134032.863000', '134032.866000', '134032.868000', '134032.871000', '134032.874000', '134032.877000', '134032.879000', '134032.882000', '134032.884000', '134032.906000', '134032.908000', '134032.911000', '134032.914000', '134052.773000', '134052.776000', '134052.779000', '134052.782000', '134052.784000', '134052.787000', '134052.790000', '134052.792000', '134052.795000', '134052.797000', '134052.800000', '134052.803000', '134052.805000', '134052.808000', '134052.810000', '134052.813000', '134052.816000', '134052.818000', '134052.821000', '134052.823000', '134052.826000', '134052.828000', '134052.831000', '134052.834000', '134052.836000', '134052.839000', '134052.842000', '134052.844000', '134052.847000', '134052.849000', '134052.852000', '134052.855000', '134052.857000', '134052.860000', '134052.862000', '134052.865000', '134052.867000', '134052.870000', '134052.873000', '134052.875000', '134052.878000', '134052.880000', '134052.883000', '134052.886000', '134112.773000', '134112.776000', '134112.801000', '134112.803000', '134112.806000', '134112.813000', '134112.815000', '134112.818000', '134112.821000', '134112.823000', '134112.826000', '134112.828000', '134112.831000', '134112.834000', '134112.836000', '134112.839000', '134112.842000', '134112.845000', '134112.847000', '134112.850000', '134112.854000', '134112.856000', '134112.859000', '134112.862000', '134112.864000', '134112.867000', '134112.869000', '134112.872000', '134112.875000', '134112.878000', '134112.880000', '134112.885000', '134112.887000', '134112.890000', '134112.892000', '134112.895000', '134112.898000', '134112.900000', '134112.903000', '134112.906000', '134112.908000', '134112.911000', '134112.913000', '134132.774000', '134132.777000', '134132.779000', '134132.782000', '134132.784000', '134132.787000', '134132.790000', '134132.792000', '134132.795000', '134132.797000', '134132.800000', '134132.803000', '134132.805000', '134132.808000', '134132.811000', '134132.813000', '134132.816000', '134132.819000', '134132.821000', '134132.824000', '134132.826000', '134132.829000', '134132.832000', '134132.834000', '134132.837000', '134132.839000', '134132.842000', '134132.845000', '134132.847000', '134132.850000', '134132.852000', '134132.855000', '134132.857000', '134132.860000', '134132.863000', '134132.866000', '134132.868000', '134132.871000', '134132.873000', '134132.876000', '134132.878000', '134132.881000', '134132.884000', '134132.886000', '134152.773000', '134152.776000', '134152.779000', '134152.781000', '134152.784000', '134152.787000', '134152.789000', '134152.792000', '134152.794000', '134152.797000', '134152.814000', '134152.817000', '134152.819000', '134152.822000', '134152.824000', '134152.827000', '134152.830000', '134152.832000', '134152.835000', '134152.838000', '134152.840000', '134152.843000', '134152.846000', '134152.848000', '134152.851000', '134152.853000', '134152.856000', '134152.858000', '134152.861000', '134152.868000', '134152.870000', '134152.873000', '134152.875000', '134152.878000', '134152.881000', '134152.883000', '134152.886000', '134152.889000', '134152.891000', '134152.894000', '134152.896000', '134152.899000', '134152.901000', '134212.772000', '134212.775000', '134212.778000', '134212.780000', '134212.784000', '134212.786000', '134212.789000', '134212.791000', '134212.794000', '134212.797000', '134212.864000', '134212.867000', '134212.870000', '134212.872000', '134212.875000', '134212.878000', '134212.880000', '134212.883000', '134212.885000', '134212.888000', '134212.891000', '134212.893000', '134212.896000', '134212.898000', '134212.901000', '134212.904000', '134212.906000', '134212.909000', '134212.912000', '134212.914000', '134212.917000', '134212.919000', '134212.926000', '134212.928000', '134212.931000', '134212.933000', '134212.936000', '134212.939000', '134212.941000', '134212.944000', '134212.946000', '134212.949000', '134212.952000', '134212.954000', '134232.772000', '134232.775000', '134232.778000', '134232.781000', '134232.783000', '134232.786000', '134232.789000', '134232.791000', '134232.794000', '134232.796000', '134232.799000', '134232.827000', '134232.829000', '134232.832000', '134232.835000', '134232.837000', '134232.840000', '134232.843000', '134232.845000', '134232.848000', '134232.850000', '134232.853000', '134232.856000', '134232.858000', '134232.861000', '134232.864000', '134232.866000', '134232.869000', '134232.872000', '134232.874000', '134232.877000', '134232.879000', '134232.882000', '134232.885000', '134232.887000', '134232.891000', '134232.893000', '134232.896000', '134232.899000', '134232.901000', '134232.904000', '134232.941000', '134232.943000', '134252.772000', '134252.775000', '134252.778000', '134252.781000', '134252.783000', '134252.786000', '134252.788000', '134252.791000', '134252.794000', '134252.796000', '134252.799000', '134252.802000', '134252.805000', '134252.808000', '134252.810000', '134252.813000', '134252.816000', '134252.824000', '134252.826000', '134252.829000', '134252.832000', '134252.834000', '134252.837000', '134252.840000', '134252.842000', '134252.845000', '134252.848000', '134252.850000', '134252.853000', '134252.855000', '134252.858000', '134252.861000', '134252.863000', '134252.866000', '134252.868000', '134252.871000', '134252.874000', '134252.876000', '134252.879000', '134252.882000', '134252.884000', '134252.887000', '134252.889000', '134252.892000', '134312.773000', '134312.776000', '134312.779000', '134312.782000', '134312.784000', '134312.787000', '134312.790000', '134312.792000', '134312.795000', '134312.797000', '134312.830000', '134312.833000', '134312.835000', '134312.838000', '134312.841000', '134312.843000', '134312.846000', '134312.849000', '134312.851000', '134312.854000', '134312.856000', '134312.859000', '134312.862000', '134312.864000', '134312.867000', '134312.869000', '134312.872000', '134312.875000', '134312.877000', '134312.880000', '134312.883000', '134312.885000', '134312.888000', '134312.890000', '134312.893000', '134312.896000', '134312.898000', '134312.901000', '134312.904000', '134312.907000', '134312.909000', '134312.912000', '134312.915000', '134332.773000', '134332.776000', '134332.780000', '134332.782000', '134332.785000', '134332.788000', '134332.791000', '134332.793000', '134332.796000', '134332.799000', '134332.801000', '134332.804000', '134332.807000', '134332.809000', '134332.812000', '134332.815000', '134332.817000', '134332.820000', '134332.822000', '134332.825000', '134332.828000', '134332.830000', '134332.833000', '134332.836000', '134332.838000', '134332.841000', '134332.844000', '134332.846000', '134332.851000', '134332.853000', '134332.856000', '134332.859000', '134332.861000', '134332.864000', '134332.867000', '134332.869000', '134332.872000', '134332.874000', '134332.877000', '134332.880000', '134332.882000', '134332.885000', '134332.888000', '134332.890000', '134352.773000', '134352.776000', '134352.779000', '134352.781000', '134352.784000', '134352.787000', '134352.789000', '134352.792000', '134352.795000', '134352.797000', '134352.846000', '134352.848000', '134352.851000', '134352.853000', '134352.856000', '134352.859000', '134352.861000', '134352.864000', '134352.866000', '134352.869000', '134352.872000', '134352.874000', '134352.877000', '134352.880000', '134352.882000', '134352.885000', '134352.888000', '134352.891000', '134352.893000', '134352.896000', '134352.899000', '134352.901000', '134352.904000', '134352.906000', '134352.909000', '134352.912000', '134352.914000', '134352.917000', '134352.920000', '134352.922000', '134352.925000', '134352.927000', '134352.931000', '134412.773000', '134412.776000', '134412.779000', '134412.782000', '134412.784000', '134412.787000', '134412.790000', '134412.792000', '134412.795000', '134412.797000', '134412.842000', '134412.845000', '134412.847000', '134412.850000', '134412.853000', '134412.855000', '134412.858000', '134412.861000', '134412.863000', '134412.866000', '134412.868000', '134412.871000', '134412.874000', '134412.892000', '134412.895000', '134412.897000', '134412.900000', '134412.903000', '134412.905000', '134412.908000', '134412.911000', '134412.913000', '134412.916000', '134412.919000', '134412.921000', '134412.924000', '134412.926000', '134412.929000', '134412.932000', '134412.934000', '134412.937000', '134412.940000', '134412.942000', '134412.945000', '134432.772000', '134432.775000', '134432.778000', '134432.781000', '134432.783000', '134432.786000', '134432.788000', '134432.796000', '134432.799000', '134432.856000', '134432.858000', '134432.861000', '134432.864000', '134432.866000', '134432.869000', '134432.872000', '134432.874000', '134432.877000', '134432.879000', '134432.882000', '134432.885000', '134432.887000', '134432.890000', '134432.893000', '134432.895000', '134432.898000', '134432.901000', '134432.904000', '134432.906000', '134432.909000', '134432.912000', '134432.914000', '134432.917000', '134432.919000', '134432.922000', '134432.925000', '134432.927000', '134432.930000', '134432.932000', '134432.935000', '134432.938000', '134432.940000', '134432.943000', '134452.773000', '134452.775000', '134452.778000', '134452.781000', '134452.783000', '134452.786000', '134452.789000', '134452.792000', '134452.794000', '134452.797000', '134452.800000', '134452.802000', '134452.805000', '134452.807000', '134452.810000', '134452.813000', '134452.815000', '134452.818000', '134452.821000', '134452.823000', '134452.826000', '134452.828000', '134452.831000', '134452.834000', '134452.836000', '134452.839000', '134452.841000', '134452.844000', '134452.847000', '134452.849000', '134452.852000', '134452.855000', '134452.857000', '134452.860000', '134452.862000', '134452.865000', '134452.868000', '134452.870000', '134452.873000', '134452.875000', '134452.878000', '134452.881000', '134452.883000', '134452.886000', '134512.773000', '134512.776000', '134512.778000', '134512.781000', '134512.783000', '134512.786000', '134512.789000', '134512.791000', '134512.794000', '134512.797000', '134512.799000', '134512.845000', '134512.848000', '134512.850000', '134512.853000', '134512.855000', '134512.858000', '134512.866000', '134512.869000', '134512.871000', '134512.874000', '134512.877000', '134512.879000', '134512.882000', '134512.885000', '134512.887000', '134512.890000', '134512.892000', '134512.895000', '134512.898000', '134512.900000', '134512.903000', '134512.906000', '134512.909000', '134512.912000', '134512.915000', '134512.918000', '134512.920000', '134512.923000', '134512.925000', '134512.928000', '134512.931000', '134512.933000', '134532.774000', '134532.776000', '134532.779000', '134532.782000', '134532.784000', '134532.787000', '134532.790000', '134532.792000', '134532.795000', '134532.797000', '134532.859000', '134532.862000', '134532.864000', '134532.867000', '134532.869000', '134532.872000', '134532.875000', '134532.877000', '134532.880000', '134532.883000', '134532.885000', '134532.888000', '134532.890000', '134532.893000', '134532.896000', '134532.898000', '134532.901000', '134532.904000', '134532.906000', '134532.909000', '134532.912000', '134532.914000', '134532.917000', '134532.919000', '134532.922000', '134532.925000', '134532.927000', '134532.930000', '134532.933000', '134532.935000', '134532.938000', '134532.940000', '134532.943000', '134532.952000', '134552.773000', '134552.776000', '134552.779000', '134552.781000', '134552.784000', '134552.787000', '134552.790000', '134552.792000', '134552.795000', '134552.798000', '134552.816000', '134552.819000', '134552.821000', '134552.824000', '134552.827000', '134552.829000', '134552.832000', '134552.835000', '134552.837000', '134552.840000', '134552.843000', '134552.845000', '134552.848000', '134552.850000', '134552.853000', '134552.856000', '134552.858000', '134552.861000', '134552.863000', '134552.866000', '134552.869000', '134552.871000', '134552.874000', '134552.877000', '134552.879000', '134552.882000', '134552.885000', '134552.887000', '134552.890000', '134552.892000', '134552.895000', '134552.898000', '134552.901000', '134612.773000', '134612.776000', '134612.781000', '134612.783000', '134612.786000', '134612.789000', '134612.791000', '134612.794000', '134612.796000', '134612.799000', '134612.840000', '134612.843000', '134612.845000', '134612.848000', '134612.851000', '134612.853000', '134612.856000', '134612.859000', '134612.861000', '134612.864000', '134612.866000', '134612.869000', '134612.872000', '134612.874000', '134612.877000', '134612.880000', '134612.882000', '134612.885000', '134612.888000', '134612.890000', '134612.893000', '134612.895000', '134612.898000', '134612.901000', '134612.903000', '134612.906000', '134612.908000', '134612.911000', '134612.914000', '134612.916000', '134612.919000', '134612.922000', '134612.924000', '134612.927000', '134632.773000', '134632.776000', '134632.779000', '134632.782000', '134632.784000', '134632.787000', '134632.789000', '134632.792000', '134632.795000', '134632.797000', '134632.856000', '134632.858000', '134632.861000', '134632.863000', '134632.866000', '134632.869000', '134632.871000', '134632.874000', '134632.876000', '134632.879000', '134632.882000', '134632.884000', '134632.887000', '134632.889000', '134632.892000', '134632.895000', '134632.897000', '134632.900000', '134632.902000', '134632.905000', '134632.908000', '134632.910000', '134632.913000', '134632.916000', '134632.918000', '134632.921000', '134632.923000', '134632.926000', '134632.929000', '134632.931000', '134632.934000', '134632.936000', '134632.939000', '134652.772000', '134652.775000', '134652.778000', '134652.780000', '134652.783000', '134652.786000', '134652.789000', '134652.791000', '134652.794000', '134652.796000', '134652.799000', '134652.827000', '134652.830000', '134652.833000', '134652.835000', '134652.838000', '134652.840000', '134652.843000', '134652.846000', '134652.848000', '134652.851000', '134652.854000', '134652.856000', '134652.859000', '134652.862000', '134652.864000', '134652.867000', '134652.869000', '134652.872000', '134652.875000', '134652.878000', '134652.880000', '134652.883000', '134652.885000', '134652.888000', '134652.891000', '134652.893000', '134652.896000', '134652.898000', '134652.901000', '134652.904000', '134652.906000', '134652.909000', '134652.911000', '134712.772000', '134712.775000', '134712.778000', '134712.781000', '134712.783000', '134712.786000', '134712.789000', '134712.791000', '134712.794000', '134712.797000', '134712.799000', '134712.842000', '134712.844000', '134712.847000', '134712.876000', '134712.879000', '134712.881000', '134712.884000', '134712.887000', '134712.889000', '134712.892000', '134712.894000', '134712.897000', '134712.900000', '134712.902000', '134712.905000', '134712.907000', '134712.910000', '134712.913000', '134712.916000', '134712.918000', '134712.921000', '134712.924000', '134712.926000', '134712.929000', '134712.931000', '134712.934000', '134712.937000', '134712.939000', '134712.942000', '134712.945000', '134712.947000', '134712.950000', '134732.772000', '134732.775000', '134732.778000', '134732.781000', '134732.784000', '134732.786000', '134732.789000', '134732.792000', '134732.795000', '134732.797000', '134732.877000', '134732.880000', '134732.883000', '134732.885000', '134732.888000', '134732.891000', '134732.893000', '134732.896000', '134732.898000', '134732.901000', '134732.904000', '134732.906000', '134732.909000', '134732.912000', '134732.914000', '134732.917000', '134732.919000', '134732.922000', '134732.925000', '134732.927000', '134732.930000', '134732.933000', '134732.935000', '134732.938000', '134732.940000', '134732.943000', '134732.946000', '134732.948000', '134732.951000', '134732.953000', '134732.956000', '134732.959000', '134732.961000', '134752.773000', '134752.776000', '134752.779000', '134752.782000', '134752.785000', '134752.787000', '134752.790000', '134752.792000', '134752.795000', '134752.798000', '134752.841000', '134752.843000', '134752.846000', '134752.848000', '134752.851000', '134752.854000', '134752.856000', '134752.859000', '134752.862000', '134752.864000', '134752.867000', '134752.869000', '134752.872000', '134752.875000', '134752.877000', '134752.880000', '134752.882000', '134752.885000', '134752.888000', '134752.890000', '134752.893000', '134752.895000', '134752.898000', '134752.900000', '134752.903000', '134752.906000', '134752.908000', '134752.911000', '134752.914000', '134752.916000', '134752.919000', '134752.921000', '134752.924000', '134752.926000', '134812.774000', '134812.776000', '134812.779000', '134812.782000', '134812.784000', '134812.787000', '134812.790000', '134812.792000', '134812.795000', '134812.798000', '134812.859000', '134812.862000', '134812.865000', '134812.867000', '134812.870000', '134812.873000', '134812.875000', '134812.878000', '134812.880000', '134812.883000', '134812.886000', '134812.888000', '134812.891000', '134812.894000', '134812.896000', '134812.899000', '134812.902000', '134812.904000', '134812.907000', '134812.909000', '134812.912000', '134812.915000', '134812.917000', '134812.920000', '134812.923000', '134812.925000', '134812.928000', '134812.930000', '134812.933000', '134812.936000', '134812.938000', '134812.941000', '134812.944000', '134812.946000', '134832.773000', '134832.776000', '134832.779000', '134832.781000', '134832.784000', '134832.787000', '134832.789000', '134832.792000', '134832.795000', '134832.797000', '134832.834000', '134832.848000', '134832.850000', '134832.853000', '134832.855000', '134832.858000', '134832.861000', '134832.863000', '134832.866000', '134832.869000', '134832.871000', '134832.874000', '134832.876000', '134832.879000', '134832.881000', '134832.884000', '134832.887000', '134832.889000', '134832.892000', '134832.894000', '134832.897000', '134832.900000', '134832.902000', '134832.905000', '134832.908000', '134832.910000', '134832.913000', '134832.916000', '134832.918000', '134832.921000', '134832.923000', '134832.926000', '134832.929000', '134852.774000', '134852.776000', '134852.779000', '134852.782000', '134852.785000', '134852.788000', '134852.791000', '134852.794000', '134852.796000', '134852.799000', '134852.829000', '134852.832000', '134852.834000', '134852.837000', '134852.839000', '134852.842000', '134852.845000', '134852.847000', '134852.852000', '134852.855000', '134852.857000', '134852.860000', '134852.863000', '134852.865000', '134852.868000', '134852.871000', '134852.873000', '134852.876000', '134852.878000', '134852.881000', '134852.884000', '134852.886000', '134852.889000', '134852.891000', '134852.894000', '134852.896000', '134852.899000', '134852.902000', '134852.905000', '134852.908000', '134852.910000', '134852.913000', '134852.915000', '134900.152000', '134900.155000', '134900.157000', '134900.160000', '134900.162000', '134900.165000', '134900.168000', '134900.170000', '134900.173000', '134900.175000', '134900.178000', '134900.180000', '134900.183000', '134900.186000', '134900.188000', '134900.191000', '134900.193000'], 'InstanceCreationTime': ['134012.797000', '134012.800000', '134012.811000', '134012.813000', '134012.816000', '134012.819000', '134012.821000', '134012.824000', '134012.837000', '134032.772000', '134032.776000', '134032.778000', '134032.781000', '134032.784000', '134032.786000', '134032.789000', '134032.792000', '134032.794000', '134032.797000', '134032.800000', '134032.803000', '134032.805000', '134032.808000', '134032.811000', '134032.814000', '134032.817000', '134032.820000', '134032.831000', '134032.834000', '134032.837000', '134032.839000', '134032.842000', '134032.844000', '134032.847000', '134032.849000', '134032.852000', '134032.855000', '134032.858000', '134032.860000', '134032.863000', '134032.866000', '134032.868000', '134032.871000', '134032.874000', '134032.877000', '134032.879000', '134032.882000', '134032.884000', '134032.906000', '134032.908000', '134032.911000', '134032.914000', '134052.773000', '134052.776000', '134052.779000', '134052.782000', '134052.784000', '134052.787000', '134052.790000', '134052.792000', '134052.795000', '134052.797000', '134052.800000', '134052.803000', '134052.805000', '134052.808000', '134052.810000', '134052.813000', '134052.816000', '134052.818000', '134052.821000', '134052.823000', '134052.826000', '134052.828000', '134052.831000', '134052.834000', '134052.836000', '134052.839000', '134052.842000', '134052.844000', '134052.847000', '134052.849000', '134052.852000', '134052.855000', '134052.857000', '134052.860000', '134052.862000', '134052.865000', '134052.867000', '134052.870000', '134052.873000', '134052.875000', '134052.878000', '134052.880000', '134052.883000', '134052.886000', '134112.773000', '134112.776000', '134112.801000', '134112.803000', '134112.806000', '134112.813000', '134112.815000', '134112.818000', '134112.821000', '134112.823000', '134112.826000', '134112.828000', '134112.831000', '134112.834000', '134112.836000', '134112.839000', '134112.842000', '134112.845000', '134112.847000', '134112.850000', '134112.854000', '134112.856000', '134112.859000', '134112.862000', '134112.864000', '134112.867000', '134112.869000', '134112.872000', '134112.875000', '134112.878000', '134112.880000', '134112.885000', '134112.887000', '134112.890000', '134112.892000', '134112.895000', '134112.898000', '134112.900000', '134112.903000', '134112.906000', '134112.908000', '134112.911000', '134112.913000', '134132.774000', '134132.777000', '134132.779000', '134132.782000', '134132.784000', '134132.787000', '134132.790000', '134132.792000', '134132.795000', '134132.797000', '134132.800000', '134132.803000', '134132.805000', '134132.808000', '134132.811000', '134132.813000', '134132.816000', '134132.819000', '134132.821000', '134132.824000', '134132.826000', '134132.829000', '134132.832000', '134132.834000', '134132.837000', '134132.839000', '134132.842000', '134132.845000', '134132.847000', '134132.850000', '134132.852000', '134132.855000', '134132.857000', '134132.860000', '134132.863000', '134132.866000', '134132.868000', '134132.871000', '134132.873000', '134132.876000', '134132.878000', '134132.881000', '134132.884000', '134132.886000', '134152.773000', '134152.776000', '134152.779000', '134152.781000', '134152.784000', '134152.787000', '134152.789000', '134152.792000', '134152.794000', '134152.797000', '134152.814000', '134152.817000', '134152.819000', '134152.822000', '134152.824000', '134152.827000', '134152.830000', '134152.832000', '134152.835000', '134152.838000', '134152.840000', '134152.843000', '134152.846000', '134152.848000', '134152.851000', '134152.853000', '134152.856000', '134152.858000', '134152.861000', '134152.868000', '134152.870000', '134152.873000', '134152.875000', '134152.878000', '134152.881000', '134152.883000', '134152.886000', '134152.889000', '134152.891000', '134152.894000', '134152.896000', '134152.899000', '134152.901000', '134212.772000', '134212.775000', '134212.778000', '134212.780000', '134212.784000', '134212.786000', '134212.789000', '134212.791000', '134212.794000', '134212.797000', '134212.864000', '134212.867000', '134212.870000', '134212.872000', '134212.875000', '134212.878000', '134212.880000', '134212.883000', '134212.885000', '134212.888000', '134212.891000', '134212.893000', '134212.896000', '134212.898000', '134212.901000', '134212.904000', '134212.906000', '134212.909000', '134212.912000', '134212.914000', '134212.917000', '134212.919000', '134212.926000', '134212.928000', '134212.931000', '134212.933000', '134212.936000', '134212.939000', '134212.941000', '134212.944000', '134212.946000', '134212.949000', '134212.952000', '134212.954000', '134232.772000', '134232.775000', '134232.778000', '134232.781000', '134232.783000', '134232.786000', '134232.789000', '134232.791000', '134232.794000', '134232.796000', '134232.799000', '134232.827000', '134232.829000', '134232.832000', '134232.835000', '134232.837000', '134232.840000', '134232.843000', '134232.845000', '134232.848000', '134232.850000', '134232.853000', '134232.856000', '134232.858000', '134232.861000', '134232.864000', '134232.866000', '134232.869000', '134232.872000', '134232.874000', '134232.877000', '134232.879000', '134232.882000', '134232.885000', '134232.887000', '134232.891000', '134232.893000', '134232.896000', '134232.899000', '134232.901000', '134232.904000', '134232.941000', '134232.943000', '134252.772000', '134252.775000', '134252.778000', '134252.781000', '134252.783000', '134252.786000', '134252.788000', '134252.791000', '134252.794000', '134252.796000', '134252.799000', '134252.802000', '134252.805000', '134252.808000', '134252.810000', '134252.813000', '134252.816000', '134252.824000', '134252.826000', '134252.829000', '134252.832000', '134252.834000', '134252.837000', '134252.840000', '134252.842000', '134252.845000', '134252.848000', '134252.850000', '134252.853000', '134252.855000', '134252.858000', '134252.861000', '134252.863000', '134252.866000', '134252.868000', '134252.871000', '134252.874000', '134252.876000', '134252.879000', '134252.882000', '134252.884000', '134252.887000', '134252.889000', '134252.892000', '134312.773000', '134312.776000', '134312.779000', '134312.782000', '134312.784000', '134312.787000', '134312.790000', '134312.792000', '134312.795000', '134312.797000', '134312.830000', '134312.833000', '134312.835000', '134312.838000', '134312.841000', '134312.843000', '134312.846000', '134312.849000', '134312.851000', '134312.854000', '134312.856000', '134312.859000', '134312.862000', '134312.864000', '134312.867000', '134312.869000', '134312.872000', '134312.875000', '134312.877000', '134312.880000', '134312.883000', '134312.885000', '134312.888000', '134312.890000', '134312.893000', '134312.896000', '134312.898000', '134312.901000', '134312.904000', '134312.907000', '134312.909000', '134312.912000', '134312.915000', '134332.773000', '134332.776000', '134332.780000', '134332.782000', '134332.785000', '134332.788000', '134332.791000', '134332.793000', '134332.796000', '134332.799000', '134332.801000', '134332.804000', '134332.807000', '134332.809000', '134332.812000', '134332.815000', '134332.817000', '134332.820000', '134332.822000', '134332.825000', '134332.828000', '134332.830000', '134332.833000', '134332.836000', '134332.838000', '134332.841000', '134332.844000', '134332.846000', '134332.851000', '134332.853000', '134332.856000', '134332.859000', '134332.861000', '134332.864000', '134332.867000', '134332.869000', '134332.872000', '134332.874000', '134332.877000', '134332.880000', '134332.882000', '134332.885000', '134332.888000', '134332.890000', '134352.773000', '134352.776000', '134352.779000', '134352.781000', '134352.784000', '134352.787000', '134352.789000', '134352.792000', '134352.795000', '134352.797000', '134352.846000', '134352.848000', '134352.851000', '134352.853000', '134352.856000', '134352.859000', '134352.861000', '134352.864000', '134352.866000', '134352.869000', '134352.872000', '134352.874000', '134352.877000', '134352.880000', '134352.882000', '134352.885000', '134352.888000', '134352.891000', '134352.893000', '134352.896000', '134352.899000', '134352.901000', '134352.904000', '134352.906000', '134352.909000', '134352.912000', '134352.914000', '134352.917000', '134352.920000', '134352.922000', '134352.925000', '134352.927000', '134352.931000', '134412.773000', '134412.776000', '134412.779000', '134412.782000', '134412.784000', '134412.787000', '134412.790000', '134412.792000', '134412.795000', '134412.797000', '134412.842000', '134412.845000', '134412.847000', '134412.850000', '134412.853000', '134412.855000', '134412.858000', '134412.861000', '134412.863000', '134412.866000', '134412.868000', '134412.871000', '134412.874000', '134412.892000', '134412.895000', '134412.897000', '134412.900000', '134412.903000', '134412.905000', '134412.908000', '134412.911000', '134412.913000', '134412.916000', '134412.919000', '134412.921000', '134412.924000', '134412.926000', '134412.929000', '134412.932000', '134412.934000', '134412.937000', '134412.940000', '134412.942000', '134412.945000', '134432.772000', '134432.775000', '134432.778000', '134432.781000', '134432.783000', '134432.786000', '134432.788000', '134432.796000', '134432.799000', '134432.856000', '134432.858000', '134432.861000', '134432.864000', '134432.866000', '134432.869000', '134432.872000', '134432.874000', '134432.877000', '134432.879000', '134432.882000', '134432.885000', '134432.887000', '134432.890000', '134432.893000', '134432.895000', '134432.898000', '134432.901000', '134432.904000', '134432.906000', '134432.909000', '134432.912000', '134432.914000', '134432.917000', '134432.919000', '134432.922000', '134432.925000', '134432.927000', '134432.930000', '134432.932000', '134432.935000', '134432.938000', '134432.940000', '134432.943000', '134452.773000', '134452.775000', '134452.778000', '134452.781000', '134452.783000', '134452.786000', '134452.789000', '134452.792000', '134452.794000', '134452.797000', '134452.800000', '134452.802000', '134452.805000', '134452.807000', '134452.810000', '134452.813000', '134452.815000', '134452.818000', '134452.821000', '134452.823000', '134452.826000', '134452.828000', '134452.831000', '134452.834000', '134452.836000', '134452.839000', '134452.841000', '134452.844000', '134452.847000', '134452.849000', '134452.852000', '134452.855000', '134452.857000', '134452.860000', '134452.862000', '134452.865000', '134452.868000', '134452.870000', '134452.873000', '134452.875000', '134452.878000', '134452.881000', '134452.883000', '134452.886000', '134512.773000', '134512.776000', '134512.778000', '134512.781000', '134512.783000', '134512.786000', '134512.789000', '134512.791000', '134512.794000', '134512.797000', '134512.799000', '134512.845000', '134512.848000', '134512.850000', '134512.853000', '134512.855000', '134512.858000', '134512.866000', '134512.869000', '134512.871000', '134512.874000', '134512.877000', '134512.879000', '134512.882000', '134512.885000', '134512.887000', '134512.890000', '134512.892000', '134512.895000', '134512.898000', '134512.900000', '134512.903000', '134512.906000', '134512.909000', '134512.912000', '134512.915000', '134512.918000', '134512.920000', '134512.923000', '134512.925000', '134512.928000', '134512.931000', '134512.933000', '134532.774000', '134532.776000', '134532.779000', '134532.782000', '134532.784000', '134532.787000', '134532.790000', '134532.792000', '134532.795000', '134532.797000', '134532.859000', '134532.862000', '134532.864000', '134532.867000', '134532.869000', '134532.872000', '134532.875000', '134532.877000', '134532.880000', '134532.883000', '134532.885000', '134532.888000', '134532.890000', '134532.893000', '134532.896000', '134532.898000', '134532.901000', '134532.904000', '134532.906000', '134532.909000', '134532.912000', '134532.914000', '134532.917000', '134532.919000', '134532.922000', '134532.925000', '134532.927000', '134532.930000', '134532.933000', '134532.935000', '134532.938000', '134532.940000', '134532.943000', '134532.952000', '134552.773000', '134552.776000', '134552.779000', '134552.781000', '134552.784000', '134552.787000', '134552.790000', '134552.792000', '134552.795000', '134552.798000', '134552.816000', '134552.819000', '134552.821000', '134552.824000', '134552.827000', '134552.829000', '134552.832000', '134552.835000', '134552.837000', '134552.840000', '134552.843000', '134552.845000', '134552.848000', '134552.850000', '134552.853000', '134552.856000', '134552.858000', '134552.861000', '134552.863000', '134552.866000', '134552.869000', '134552.871000', '134552.874000', '134552.877000', '134552.879000', '134552.882000', '134552.885000', '134552.887000', '134552.890000', '134552.892000', '134552.895000', '134552.898000', '134552.901000', '134612.773000', '134612.776000', '134612.781000', '134612.783000', '134612.786000', '134612.789000', '134612.791000', '134612.794000', '134612.796000', '134612.799000', '134612.840000', '134612.843000', '134612.845000', '134612.848000', '134612.851000', '134612.853000', '134612.856000', '134612.859000', '134612.861000', '134612.864000', '134612.866000', '134612.869000', '134612.872000', '134612.874000', '134612.877000', '134612.880000', '134612.882000', '134612.885000', '134612.888000', '134612.890000', '134612.893000', '134612.895000', '134612.898000', '134612.901000', '134612.903000', '134612.906000', '134612.908000', '134612.911000', '134612.914000', '134612.916000', '134612.919000', '134612.922000', '134612.924000', '134612.927000', '134632.773000', '134632.776000', '134632.779000', '134632.782000', '134632.784000', '134632.787000', '134632.789000', '134632.792000', '134632.795000', '134632.797000', '134632.856000', '134632.858000', '134632.861000', '134632.863000', '134632.866000', '134632.869000', '134632.871000', '134632.874000', '134632.876000', '134632.879000', '134632.882000', '134632.884000', '134632.887000', '134632.889000', '134632.892000', '134632.895000', '134632.897000', '134632.900000', '134632.902000', '134632.905000', '134632.908000', '134632.910000', '134632.913000', '134632.916000', '134632.918000', '134632.921000', '134632.923000', '134632.926000', '134632.929000', '134632.931000', '134632.934000', '134632.936000', '134632.939000', '134652.772000', '134652.775000', '134652.778000', '134652.780000', '134652.783000', '134652.786000', '134652.789000', '134652.791000', '134652.794000', '134652.796000', '134652.799000', '134652.827000', '134652.830000', '134652.833000', '134652.835000', '134652.838000', '134652.840000', '134652.843000', '134652.846000', '134652.848000', '134652.851000', '134652.854000', '134652.856000', '134652.859000', '134652.862000', '134652.864000', '134652.867000', '134652.869000', '134652.872000', '134652.875000', '134652.878000', '134652.880000', '134652.883000', '134652.885000', '134652.888000', '134652.891000', '134652.893000', '134652.896000', '134652.898000', '134652.901000', '134652.904000', '134652.906000', '134652.909000', '134652.911000', '134712.772000', '134712.775000', '134712.778000', '134712.781000', '134712.783000', '134712.786000', '134712.789000', '134712.791000', '134712.794000', '134712.797000', '134712.799000', '134712.842000', '134712.844000', '134712.847000', '134712.876000', '134712.879000', '134712.881000', '134712.884000', '134712.887000', '134712.889000', '134712.892000', '134712.894000', '134712.897000', '134712.900000', '134712.902000', '134712.905000', '134712.907000', '134712.910000', '134712.913000', '134712.916000', '134712.918000', '134712.921000', '134712.924000', '134712.926000', '134712.929000', '134712.931000', '134712.934000', '134712.937000', '134712.939000', '134712.942000', '134712.945000', '134712.947000', '134712.950000', '134732.772000', '134732.775000', '134732.778000', '134732.781000', '134732.784000', '134732.786000', '134732.789000', '134732.792000', '134732.795000', '134732.797000', '134732.877000', '134732.880000', '134732.883000', '134732.885000', '134732.888000', '134732.891000', '134732.893000', '134732.896000', '134732.898000', '134732.901000', '134732.904000', '134732.906000', '134732.909000', '134732.912000', '134732.914000', '134732.917000', '134732.919000', '134732.922000', '134732.925000', '134732.927000', '134732.930000', '134732.933000', '134732.935000', '134732.938000', '134732.940000', '134732.943000', '134732.946000', '134732.948000', '134732.951000', '134732.953000', '134732.956000', '134732.959000', '134732.961000', '134752.773000', '134752.776000', '134752.779000', '134752.782000', '134752.785000', '134752.787000', '134752.790000', '134752.792000', '134752.795000', '134752.798000', '134752.841000', '134752.843000', '134752.846000', '134752.848000', '134752.851000', '134752.854000', '134752.856000', '134752.859000', '134752.862000', '134752.864000', '134752.867000', '134752.869000', '134752.872000', '134752.875000', '134752.877000', '134752.880000', '134752.882000', '134752.885000', '134752.888000', '134752.890000', '134752.893000', '134752.895000', '134752.898000', '134752.900000', '134752.903000', '134752.906000', '134752.908000', '134752.911000', '134752.914000', '134752.916000', '134752.919000', '134752.921000', '134752.924000', '134752.926000', '134812.774000', '134812.776000', '134812.779000', '134812.782000', '134812.784000', '134812.787000', '134812.790000', '134812.792000', '134812.795000', '134812.798000', '134812.859000', '134812.862000', '134812.865000', '134812.867000', '134812.870000', '134812.873000', '134812.875000', '134812.878000', '134812.880000', '134812.883000', '134812.886000', '134812.888000', '134812.891000', '134812.894000', '134812.896000', '134812.899000', '134812.902000', '134812.904000', '134812.907000', '134812.909000', '134812.912000', '134812.915000', '134812.917000', '134812.920000', '134812.923000', '134812.925000', '134812.928000', '134812.930000', '134812.933000', '134812.936000', '134812.938000', '134812.941000', '134812.944000', '134812.946000', '134832.773000', '134832.776000', '134832.779000', '134832.781000', '134832.784000', '134832.787000', '134832.789000', '134832.792000', '134832.795000', '134832.797000', '134832.834000', '134832.848000', '134832.850000', '134832.853000', '134832.855000', '134832.858000', '134832.861000', '134832.863000', '134832.866000', '134832.869000', '134832.871000', '134832.874000', '134832.876000', '134832.879000', '134832.881000', '134832.884000', '134832.887000', '134832.889000', '134832.892000', '134832.894000', '134832.897000', '134832.900000', '134832.902000', '134832.905000', '134832.908000', '134832.910000', '134832.913000', '134832.916000', '134832.918000', '134832.921000', '134832.923000', '134832.926000', '134832.929000', '134852.774000', '134852.776000', '134852.779000', '134852.782000', '134852.785000', '134852.788000', '134852.791000', '134852.794000', '134852.796000', '134852.799000', '134852.829000', '134852.832000', '134852.834000', '134852.837000', '134852.839000', '134852.842000', '134852.845000', '134852.847000', '134852.852000', '134852.855000', '134852.857000', '134852.860000', '134852.863000', '134852.865000', '134852.868000', '134852.871000', '134852.873000', '134852.876000', '134852.878000', '134852.881000', '134852.884000', '134852.886000', '134852.889000', '134852.891000', '134852.894000', '134852.896000', '134852.899000', '134852.902000', '134852.905000', '134852.908000', '134852.910000', '134852.913000', '134852.915000', '134900.152000', '134900.155000', '134900.157000', '134900.160000', '134900.162000', '134900.165000', '134900.168000', '134900.170000', '134900.173000', '134900.175000', '134900.178000', '134900.180000', '134900.183000', '134900.186000', '134900.188000', '134900.191000', '134900.193000'], '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': [15233, 11806, 15885, 12842, 11766, 14828, 9266, 15638, 12486, 10641, 14680, 13070, 10335, 15732, 12514, 10319, 14798, 11911, 10418, 13265, 9469, 18074, 14142, 12835, 17823, 10115, 19021, 13627, 16178, 14387, 11885, 18227, 14982, 11199, 19676, 21453, 19776, 10903, 8244, 12849, 11522, 8877, 13004, 11077, 9189, 13924, 10740, 10608, 16953, 14530, 17311, 19593, 15449, 15815, 19478, 14072, 17985, 16912, 10191, 19319, 15088, 10147, 16956, 11411, 16771, 14852, 10539, 15852, 13344, 10073, 14340, 10652, 11908, 12870, 9255, 13705, 11817, 9683, 13215, 8762, 14834, 12763, 9463, 13906, 11778, 8939, 13200, 10552, 10082, 12805, 9584, 11027, 11604, 8703, 12441, 11953, 8707, 13157, 12339, 8973, 15983, 12943, 9670, 14162, 11255, 13119, 12631, 9191, 14469, 9922, 15353, 13201, 10236, 15215, 11129, 11446, 12518, 9329, 14625, 11773, 11714, 12622, 9175, 16440, 12975, 9300, 13549, 9396, 14656, 12796, 9484, 15187, 11606, 11900, 13454, 8682, 15301, 12429, 9021, 13530, 8951, 16922, 13189, 9245, 17262, 12743, 14004, 13608, 10060, 15586, 10315, 16791, 14158, 10450, 16438, 11702, 15284, 13180, 9173, 14952, 12614, 10387, 12512, 10043, 11481, 12466, 9700, 12894, 12773, 9534, 14300, 12334, 9237, 14782, 11846, 9336, 15973, 13499, 16879, 15540, 8492, 16036, 12351, 13258, 12447, 9586, 14905, 11113, 14158, 13658, 9540, 16304, 12156, 8838, 13217, 9597, 14263, 12532, 8977, 15845, 11759, 13048, 12979, 9299, 14357, 9451, 15425, 12989, 9264, 16130, 12796, 9576, 14540, 11357, 10408, 12926, 8497, 16571, 13001, 9714, 16136, 11700, 16005, 14728, 9877, 17602, 13722, 14104, 15189, 9640, 19273, 15087, 11502, 19232, 11292, 18509, 13556, 10515, 13514, 8587, 16126, 12996, 8869, 16118, 10947, 12899, 13408, 9230, 14588, 10262, 15064, 12772, 9354, 16274, 11884, 12674, 12724, 9137, 14985, 9131, 17596, 14106, 12015, 14896, 8741, 16368, 12155, 17456, 13812, 10712, 16839, 9723, 18336, 14086, 10636, 14391, 8923, 16814, 13857, 11180, 16732, 9055, 17323, 13232, 14140, 13663, 9277, 17143, 14043, 10954, 14833, 8594, 16008, 12575, 11258, 15713, 10490, 17581, 13660, 9694, 15221, 10565, 16117, 13248, 9775, 14899, 11734, 10718, 15126, 11150, 16313, 14890, 9588, 17026, 13499, 15525, 13538, 10144, 15818, 9338, 17508, 14037, 10848, 13355, 9289, 14752, 9384, 15457, 12899, 10399, 13330, 8116, 14364, 11237, 12288, 12277, 8510, 15659, 12397, 10845, 13001, 8423, 15126, 10716, 16796, 13895, 9596, 16718, 11056, 18259, 14324, 13683, 14144, 9275, 17270, 14322, 10598, 16244, 9150, 17575, 13765, 9830, 15106, 9757, 15638, 13468, 9492, 16484, 13520, 9618, 16032, 10194, 13814, 13475, 8407, 17405, 13366, 9444, 17169, 13545, 9639, 15358, 11880, 16475, 13348, 11007, 14234, 8755, 17084, 13773, 11624, 15110, 9067, 17029, 12094, 17430, 14320, 10404, 17655, 11494, 18874, 14757, 9911, 15703, 10991, 14046, 13121, 9482, 15978, 13030, 9124, 16706, 11774, 13741, 13161, 9095, 15530, 12095, 11140, 13160, 8667, 16776, 13691, 9999, 13883, 8504, 14967, 9323, 15709, 12704, 12203, 13867, 8593, 15397, 8410, 15804, 11864, 15465, 13157, 10428, 14556, 8182, 14978, 8518, 9475, 9280, 8629, 12529, 10075, 12801, 11131, 8755, 16057, 11677, 17510, 14110, 10566, 15145, 11361, 12827, 13324, 8975, 17754, 13379, 9617, 16162, 12757, 12904, 17798, 9776, 19908, 14594, 10187, 16353, 10775, 20596, 16099, 13316, 18036, 9684, 18343, 14678, 10049, 15102, 11891, 12708, 14138, 8751, 18750, 14159, 10687, 13813, 8658, 14372, 12255, 14253, 14208, 9485, 16253, 11647, 16496, 13046, 9655, 13991, 9209, 16769, 13400, 9271, 13608, 8196, 14801, 10961, 16043, 13569, 10046, 15624, 11780, 11839, 12354, 8989, 14417, 10779, 16730, 14294, 10038, 15828, 11115, 11995, 12725, 8773, 16414, 13415, 14531, 15684, 8662, 18240, 11967, 16006, 13377, 11757, 17696, 11093, 20271, 15145, 19616, 14777, 11476, 16267, 9440, 18733, 14200, 11408, 12775, 8777, 14883, 10967, 16246, 13033, 9272, 15289, 9080, 15754, 11405, 15553, 13014, 9378, 15712, 8829, 15835, 13211, 10800, 16530, 12026, 12952, 11653, 8441, 14977, 11804, 15197, 13352, 8716, 13509, 11656, 8626, 13740, 11239, 9194, 14874, 11094, 12507, 14778, 9801, 19199, 15209, 13218, 19287, 12814, 19579, 14749, 11902, 14454, 9003, 18580, 14344, 14088, 13152, 8732, 15118, 11544, 15378, 13290, 9161, 15921, 12062, 11638, 12063, 8152, 15223, 12325, 10566, 14326, 8690, 14821, 12832, 9187, 13436, 9395, 14973, 12823, 9184, 16628, 12460, 10230, 12333, 8863, 15176, 12654, 9279, 14378, 11111, 11323, 13101, 10094, 12657, 12772, 9562, 14618, 14044, 8986, 18299, 13380, 8749, 14765, 10719, 15559, 13492, 9209, 17678, 13580, 11110, 13552, 8498, 15925, 12581, 9812, 13494, 10089, 16804, 13960, 9930, 15304, 11409, 11529, 12387, 8508, 15953, 12811, 11407, 15774, 8219, 16001, 12979, 9191, 14608, 11707, 9666, 15045, 12536, 11278, 14053, 10015, 15054, 13450, 9496, 16043, 12390, 10994, 15143, 11300, 11628, 14414, 10067, 14651, 13184, 8839, 16642, 12802, 10295, 18051, 12686, 13459, 14128, 9907, 17857, 13190, 18034, 14837, 9693, 18437, 14136, 11694, 18112, 13734, 19897, 17128, 11879, 17085, 12672, 13541, 12961, 9409, 16084, 11801, 14057, 12191, 10133, 14279, 8951, 16468, 13039, 11215, 12841, 9222, 14530, 8444, 16033, 13229, 10296, 14130, 9027, 14629, 12170, 11313, 12313, 9217, 16505, 12940, 9262, 14240, 8931, 16923, 11227, 17728, 13711, 12571, 17914, 9518, 19123, 12467, 14925, 13270, 8930, 16263, 12924, 11332, 13957, 9875, 17280, 13626, 9354, 15702, 9750, 16973, 13645, 14036, 13730, 9626, 16170, 12486, 11828, 12166, 8390, 14098, 9926, 15040, 12264, 9541, 14140, 9606, 14734, 11473, 9731, 12513, 8575, 15677, 11529, 12736, 12236, 10069, 12095, 10780, 15081, 12831, 9609, 14671, 11820, 13248, 14067, 9737, 17837, 13817, 9490, 18568, 14557, 12558, 20062, 12624, 16179, 13602, 9594, 15369, 11692, 17572, 13392, 10892, 17053, 10140, 16746, 12554, 12315, 12803, 9729, 16879, 12310, 12969, 12586, 9364, 14017, 8874, 15747, 12156, 13350, 14111, 9523, 16682, 12087, 12159, 12162, 9706, 14167, 10463, 16994, 13500, 9470, 14290, 8597, 15521, 10539, 17591, 13472, 17397, 14952, 9926, 17198, 10865, 16581, 12921, 14872, 13243, 9706, 15488, 11092, 17958, 14215, 9736, 16219, 19059, 19148, 12014, 12452, 16381, 8580, 12943, 11228, 8239, 11872, 8900, 10938, 12475, 8564, 17685, 15513, 14125, 17754, 18398, 19098, 15551, 9895, 13366, 11592, 8543, 11848, 7908, 13379, 12322, 8383, 13988, 10336, 11336, 12315, 8444, 13870, 11704, 8465, 12980, 11126, 10662, 12595, 8409, 13226, 11928, 8604, 11890, 8532, 12479, 12140, 8505, 13371, 11813, 8774, 13640, 11146, 9823, 13015, 8300, 14413, 12417, 10535, 12014, 8724, 14343, 10393, 15717, 12722, 9657, 14251, 11055, 10128, 12087, 9479, 12052, 12188, 10054, 13324, 12417, 8455, 16161, 11158, 17613, 13472, 18057, 13604, 17055, 14245, 13077, 14559, 10286, 17095, 10112, 17982, 12660, 17871, 14043, 16935, 13938, 10211, 14892, 8779, 15081, 9433, 15632, 11295, 15929, 12265, 15493, 12979, 9595, 13599, 8604, 14079, 10972, 12988, 11633, 10786, 11736, 8466, 14073, 11069, 15043, 12093, 14267, 11967, 9426, 13285, 8840, 15056, 9735, 17249, 13497, 13991, 12766, 9522, 14291, 9501, 16350, 9795, 17543, 12530, 17891, 13568, 17541, 13051, 13478, 13305, 9960, 16399, 9439, 17038, 12610, 12506, 12053, 9214, 14447, 11414, 13334, 12699, 9124, 14891, 11628, 10551, 13315, 8291, 17027, 13196, 13877, 14717, 8333, 16764, 12372, 20205, 14742, 13941, 13091, 9042, 16053, 12309, 12179, 13494, 9276, 16690, 11891, 18524, 13709, 11621, 15331, 8950, 18836, 13903, 11679, 12467, 8882, 15310, 11730, 16208, 13274, 9837, 15123, 9398, 16228, 12741, 9233, 13282, 8947, 14264, 11088, 15641, 12333, 9496, 14487, 8733, 15853, 11469, 15863, 12504, 12910, 12823, 8713, 16951, 11527, 18112, 12973, 17657, 13205, 15216, 13312, 9164, 15125, 8864, 15671, 12379, 16145, 12853, 9524, 13753, 9529, 16431, 13267, 9192, 12617, 8510, 14254, 11188, 15430, 12173, 11084, 13769, 8433, 16439, 11221, 16687, 11673, 15877, 13002, 9626, 15088, 8208, 15295, 10447, 15830, 13130, 9702, 14182, 9199, 15445, 13008, 9154], 'WindowCenter': [4881.0, 4835.0, 4859.0, 4832.0, 4832.0, 4840.0, 4778.0, 4847.0, 4819.0, 4794.0, 4837.0, 4817.0, 4785.0, 4835.0, 4819.0, 4788.0, 4836.0, 4809.0, 4796.0, 4828.0, 4787.0, 4845.0, 4826.0, 4813.0, 4845.0, 4782.0, 4844.0, 4812.0, 4831.0, 4850.0, 4819.0, 4872.0, 4801.0, 4796.0, 4757.0, 4879.0, 4843.0, 4747.0, 4716.0, 4765.0, 4766.0, 4739.0, 4791.0, 4785.0, 4761.0, 4811.0, 4783.0, 4773.0, 4819.0, 4801.0, 4808.0, 4818.0, 4800.0, 4799.0, 4817.0, 4774.0, 4791.0, 4780.0, 4717.0, 4779.0, 4757.0, 4717.0, 4767.0, 4740.0, 4778.0, 4761.0, 4732.0, 4769.0, 4775.0, 4736.0, 4770.0, 4732.0, 4752.0, 4763.0, 4725.0, 4775.0, 4755.0, 4735.0, 4791.0, 4741.0, 4799.0, 4775.0, 4749.0, 4787.0, 4771.0, 4751.0, 4803.0, 4773.0, 4777.0, 4791.0, 4776.0, 4788.0, 4797.0, 4768.0, 4805.0, 4794.0, 4755.0, 4805.0, 4805.0, 4768.0, 4824.0, 4808.0, 4764.0, 4814.0, 4785.0, 4805.0, 4794.0, 4764.0, 4815.0, 4776.0, 4811.0, 4794.0, 4776.0, 4814.0, 4782.0, 4782.0, 4796.0, 4765.0, 4813.0, 4793.0, 4796.0, 4797.0, 4767.0, 4836.0, 4821.0, 4778.0, 4817.0, 4778.0, 4824.0, 4813.0, 4775.0, 4825.0, 4796.0, 4808.0, 4818.0, 4783.0, 4847.0, 4820.0, 4777.0, 4817.0, 4779.0, 4846.0, 4817.0, 4779.0, 4849.0, 4818.0, 4815.0, 4813.0, 4776.0, 4824.0, 4783.0, 4834.0, 4827.0, 4800.0, 4850.0, 4797.0, 4839.0, 4829.0, 4779.0, 4848.0, 4840.0, 4799.0, 4804.0, 4774.0, 4793.0, 4804.0, 4775.0, 4817.0, 4829.0, 4789.0, 4835.0, 4830.0, 4779.0, 4837.0, 4807.0, 4794.0, 4846.0, 4826.0, 4847.0, 4849.0, 4765.0, 4835.0, 4807.0, 4818.0, 4814.0, 4787.0, 4837.0, 4810.0, 4826.0, 4830.0, 4777.0, 4839.0, 4806.0, 4780.0, 4829.0, 4800.0, 4827.0, 4817.0, 4779.0, 4836.0, 4805.0, 4818.0, 4844.0, 4781.0, 4827.0, 4788.0, 4837.0, 4835.0, 4781.0, 4840.0, 4833.0, 4791.0, 4828.0, 4798.0, 4787.0, 4807.0, 4769.0, 4834.0, 4817.0, 4778.0, 4836.0, 4797.0, 4824.0, 4827.0, 4790.0, 4835.0, 4814.0, 4815.0, 4824.0, 4779.0, 4844.0, 4823.0, 4785.0, 4831.0, 4773.0, 4831.0, 4802.0, 4772.0, 4801.0, 4754.0, 4835.0, 4817.0, 4765.0, 4824.0, 4774.0, 4792.0, 4803.0, 4763.0, 4812.0, 4786.0, 4840.0, 4816.0, 4780.0, 4833.0, 4797.0, 4802.0, 4803.0, 4764.0, 4824.0, 4764.0, 4835.0, 4813.0, 4794.0, 4824.0, 4755.0, 4825.0, 4804.0, 4835.0, 4813.0, 4784.0, 4821.0, 4774.0, 4844.0, 4827.0, 4786.0, 4813.0, 4766.0, 4830.0, 4805.0, 4783.0, 4824.0, 4753.0, 4832.0, 4803.0, 4814.0, 4815.0, 4765.0, 4835.0, 4814.0, 4786.0, 4814.0, 4752.0, 4825.0, 4806.0, 4795.0, 4824.0, 4788.0, 4834.0, 4829.0, 4779.0, 4824.0, 4785.0, 4822.0, 4804.0, 4787.0, 4812.0, 4794.0, 4774.0, 4812.0, 4797.0, 4823.0, 4825.0, 4764.0, 4824.0, 4799.0, 4823.0, 4804.0, 4774.0, 4809.0, 4750.0, 4821.0, 4798.0, 4760.0, 4789.0, 4747.0, 4799.0, 4753.0, 4812.0, 4787.0, 4761.0, 4793.0, 4731.0, 4801.0, 4783.0, 4792.0, 4793.0, 4753.0, 4823.0, 4807.0, 4785.0, 4805.0, 4754.0, 4814.0, 4785.0, 4833.0, 4806.0, 4763.0, 4824.0, 4782.0, 4833.0, 4816.0, 4814.0, 4802.0, 4765.0, 4823.0, 4802.0, 4775.0, 4821.0, 4765.0, 4833.0, 4818.0, 4786.0, 4814.0, 4779.0, 4833.0, 4812.0, 4777.0, 4835.0, 4816.0, 4767.0, 4822.0, 4776.0, 4827.0, 4849.0, 4785.0, 4845.0, 4803.0, 4767.0, 4825.0, 4789.0, 4749.0, 4810.0, 4782.0, 4823.0, 4817.0, 4797.0, 4812.0, 4768.0, 4823.0, 4813.0, 4784.0, 4813.0, 4752.0, 4824.0, 4792.0, 4823.0, 4812.0, 4770.0, 4820.0, 4772.0, 4829.0, 4815.0, 4763.0, 4812.0, 4773.0, 4802.0, 4792.0, 4762.0, 4824.0, 4805.0, 4765.0, 4825.0, 4785.0, 4801.0, 4790.0, 4749.0, 4809.0, 4780.0, 4783.0, 4803.0, 4753.0, 4822.0, 4800.0, 4760.0, 4789.0, 4739.0, 4798.0, 4763.0, 4806.0, 4790.0, 4779.0, 4801.0, 4743.0, 4809.0, 4742.0, 4810.0, 4792.0, 4811.0, 4789.0, 4774.0, 4844.0, 4802.0, 4827.0, 4718.0, 4725.0, 4742.0, 4744.0, 4782.0, 4754.0, 4769.0, 4772.0, 4796.0, 4851.0, 4767.0, 4794.0, 4788.0, 4775.0, 4810.0, 4795.0, 4815.0, 4818.0, 4769.0, 4859.0, 4830.0, 4792.0, 4863.0, 4831.0, 4817.0, 4837.0, 4777.0, 4846.0, 4814.0, 4775.0, 4824.0, 4797.0, 4855.0, 4823.0, 4800.0, 4833.0, 4760.0, 4831.0, 4813.0, 4775.0, 4823.0, 4808.0, 4814.0, 4815.0, 4766.0, 4847.0, 4815.0, 4783.0, 4801.0, 4764.0, 4822.0, 4793.0, 4812.0, 4803.0, 4750.0, 4812.0, 4781.0, 4817.0, 4789.0, 4775.0, 4801.0, 4753.0, 4820.0, 4802.0, 4762.0, 4801.0, 4743.0, 4811.0, 4797.0, 4823.0, 4804.0, 4774.0, 4824.0, 4794.0, 4793.0, 4796.0, 4765.0, 4828.0, 4797.0, 4834.0, 4815.0, 4773.0, 4822.0, 4794.0, 4795.0, 4803.0, 4767.0, 4824.0, 4804.0, 4813.0, 4823.0, 4744.0, 4834.0, 4793.0, 4823.0, 4804.0, 4793.0, 4832.0, 4781.0, 4830.0, 4803.0, 4830.0, 4815.0, 4781.0, 4809.0, 4748.0, 4820.0, 4787.0, 4765.0, 4774.0, 4735.0, 4798.0, 4768.0, 4808.0, 4790.0, 4752.0, 4809.0, 4747.0, 4809.0, 4779.0, 4809.0, 4791.0, 4751.0, 4812.0, 4740.0, 4822.0, 4803.0, 4783.0, 4834.0, 4796.0, 4793.0, 4784.0, 4747.0, 4818.0, 4795.0, 4814.0, 4802.0, 4755.0, 4793.0, 4793.0, 4769.0, 4817.0, 4794.0, 4763.0, 4823.0, 4783.0, 4803.0, 4810.0, 4762.0, 4829.0, 4800.0, 4788.0, 4822.0, 4777.0, 4818.0, 4787.0, 4756.0, 4776.0, 4723.0, 4806.0, 4786.0, 4772.0, 4763.0, 4725.0, 4783.0, 4766.0, 4785.0, 4775.0, 4739.0, 4796.0, 4765.0, 4766.0, 4768.0, 4730.0, 4795.0, 4779.0, 4759.0, 4789.0, 4740.0, 4800.0, 4791.0, 4762.0, 4789.0, 4753.0, 4813.0, 4791.0, 4753.0, 4824.0, 4782.0, 4775.0, 4793.0, 4753.0, 4813.0, 4794.0, 4766.0, 4812.0, 4785.0, 4788.0, 4803.0, 4777.0, 4806.0, 4805.0, 4776.0, 4824.0, 4814.0, 4754.0, 4832.0, 4801.0, 4756.0, 4811.0, 4787.0, 4821.0, 4804.0, 4754.0, 4824.0, 4789.0, 4772.0, 4791.0, 4745.0, 4813.0, 4805.0, 4777.0, 4800.0, 4773.0, 4826.0, 4806.0, 4764.0, 4812.0, 4785.0, 4783.0, 4792.0, 4755.0, 4835.0, 4804.0, 4783.0, 4824.0, 4758.0, 4848.0, 4826.0, 4788.0, 4849.0, 4818.0, 4787.0, 4836.0, 4815.0, 4793.0, 4823.0, 4783.0, 4834.0, 4823.0, 4789.0, 4861.0, 4832.0, 4794.0, 4820.0, 4793.0, 4793.0, 4826.0, 4801.0, 4826.0, 4815.0, 4774.0, 4843.0, 4812.0, 4799.0, 4845.0, 4804.0, 4813.0, 4811.0, 4774.0, 4832.0, 4802.0, 4835.0, 4826.0, 4761.0, 4832.0, 4812.0, 4782.0, 4806.0, 4777.0, 4816.0, 4798.0, 4764.0, 4798.0, 4777.0, 4778.0, 4777.0, 4750.0, 4808.0, 4766.0, 4785.0, 4778.0, 4757.0, 4797.0, 4740.0, 4807.0, 4790.0, 4769.0, 4780.0, 4750.0, 4799.0, 4741.0, 4807.0, 4791.0, 4760.0, 4798.0, 4751.0, 4810.0, 4792.0, 4783.0, 4792.0, 4765.0, 4823.0, 4805.0, 4764.0, 4812.0, 4753.0, 4820.0, 4784.0, 4824.0, 4802.0, 4792.0, 4845.0, 4765.0, 4832.0, 4791.0, 4812.0, 4791.0, 4754.0, 4809.0, 4789.0, 4771.0, 4800.0, 4761.0, 4822.0, 4787.0, 4751.0, 4800.0, 4749.0, 4806.0, 4788.0, 4802.0, 4789.0, 4751.0, 4808.0, 4778.0, 4780.0, 4780.0, 4742.0, 4802.0, 4774.0, 4824.0, 4793.0, 4762.0, 4813.0, 4763.0, 4812.0, 4793.0, 4776.0, 4804.0, 4768.0, 4841.0, 4811.0, 4818.0, 4820.0, 4800.0, 4831.0, 4810.0, 4824.0, 4816.0, 4777.0, 4836.0, 4820.0, 4829.0, 4815.0, 4778.0, 4847.0, 4818.0, 4777.0, 4843.0, 4815.0, 4792.0, 4846.0, 4794.0, 4814.0, 4801.0, 4761.0, 4823.0, 4796.0, 4844.0, 4814.0, 4773.0, 4822.0, 4760.0, 4821.0, 4793.0, 4784.0, 4792.0, 4763.0, 4819.0, 4793.0, 4803.0, 4796.0, 4765.0, 4811.0, 4754.0, 4811.0, 4806.0, 4802.0, 4812.0, 4761.0, 4837.0, 4805.0, 4805.0, 4795.0, 4775.0, 4803.0, 4775.0, 4824.0, 4804.0, 4765.0, 4817.0, 4765.0, 4820.0, 4774.0, 4832.0, 4800.0, 4820.0, 4799.0, 4758.0, 4832.0, 4784.0, 4810.0, 4788.0, 4796.0, 4789.0, 4764.0, 4823.0, 4797.0, 4846.0, 4800.0, 4763.0, 4759.0, 4839.0, 4833.0, 4760.0, 4725.0, 4812.0, 4731.0, 4767.0, 4745.0, 4729.0, 4769.0, 4751.0, 4770.0, 4780.0, 4739.0, 4811.0, 4798.0, 4790.0, 4798.0, 4773.0, 4798.0, 4763.0, 4709.0, 4725.0, 4727.0, 4686.0, 4713.0, 4677.0, 4749.0, 4741.0, 4702.0, 4745.0, 4717.0, 4729.0, 4752.0, 4701.0, 4745.0, 4729.0, 4699.0, 4751.0, 4743.0, 4733.0, 4752.0, 4703.0, 4752.0, 4742.0, 4702.0, 4742.0, 4715.0, 4762.0, 4768.0, 4730.0, 4787.0, 4769.0, 4741.0, 4776.0, 4759.0, 4737.0, 4779.0, 4729.0, 4789.0, 4780.0, 4760.0, 4770.0, 4731.0, 4789.0, 4765.0, 4812.0, 4805.0, 4774.0, 4814.0, 4784.0, 4776.0, 4791.0, 4762.0, 4805.0, 4794.0, 4775.0, 4791.0, 4783.0, 4747.0, 4836.0, 4787.0, 4824.0, 4791.0, 4824.0, 4804.0, 4823.0, 4801.0, 4777.0, 4787.0, 4762.0, 4810.0, 4750.0, 4808.0, 4765.0, 4796.0, 4773.0, 4795.0, 4776.0, 4747.0, 4786.0, 4718.0, 4785.0, 4737.0, 4797.0, 4771.0, 4813.0, 4779.0, 4799.0, 4779.0, 4751.0, 4792.0, 4741.0, 4816.0, 4772.0, 4793.0, 4782.0, 4773.0, 4796.0, 4758.0, 4816.0, 4787.0, 4821.0, 4795.0, 4818.0, 4796.0, 4766.0, 4805.0, 4767.0, 4824.0, 4778.0, 4836.0, 4816.0, 4812.0, 4805.0, 4764.0, 4804.0, 4764.0, 4823.0, 4762.0, 4823.0, 4791.0, 4823.0, 4794.0, 4822.0, 4790.0, 4791.0, 4791.0, 4762.0, 4811.0, 4754.0, 4825.0, 4781.0, 4792.0, 4793.0, 4767.0, 4815.0, 4796.0, 4815.0, 4806.0, 4767.0, 4827.0, 4795.0, 4783.0, 4818.0, 4770.0, 4847.0, 4819.0, 4818.0, 4829.0, 4757.0, 4848.0, 4819.0, 4854.0, 4829.0, 4814.0, 4814.0, 4765.0, 4837.0, 4807.0, 4803.0, 4805.0, 4764.0, 4822.0, 4793.0, 4844.0, 4813.0, 4794.0, 4814.0, 4754.0, 4831.0, 4803.0, 4780.0, 4789.0, 4749.0, 4810.0, 4779.0, 4821.0, 4790.0, 4762.0, 4809.0, 4749.0, 4822.0, 4792.0, 4761.0, 4801.0, 4754.0, 4811.0, 4785.0, 4823.0, 4806.0, 4776.0, 4814.0, 4767.0, 4836.0, 4797.0, 4824.0, 4804.0, 4805.0, 4794.0, 4754.0, 4835.0, 4794.0, 4834.0, 4803.0, 4820.0, 4786.0, 4808.0, 4789.0, 4752.0, 4800.0, 4738.0, 4810.0, 4779.0, 4810.0, 4790.0, 4764.0, 4800.0, 4765.0, 4821.0, 4804.0, 4751.0, 4791.0, 4753.0, 4812.0, 4782.0, 4822.0, 4794.0, 4793.0, 4813.0, 4744.0, 4824.0, 4784.0, 4820.0, 4780.0, 4810.0, 4800.0, 4760.0, 4810.0, 4744.0, 4809.0, 4772.0, 4811.0, 4803.0, 4760.0, 4803.0, 4765.0, 4813.0, 4803.0, 4765.0], 'WindowWidth': [10611.0, 10536.0, 10563.0, 10523.0, 10522.0, 10527.0, 10441.0, 10537.0, 10499.0, 10458.0, 10520.0, 10492.0, 10447.0, 10519.0, 10497.0, 10453.0, 10518.0, 10482.0, 10464.0, 10507.0, 10454.0, 10532.0, 10503.0, 10483.0, 10527.0, 10438.0, 10527.0, 10479.0, 10507.0, 10546.0, 10500.0, 10583.0, 10461.0, 10463.0, 10378.0, 10604.0, 10523.0, 10372.0, 10329.0, 10393.0, 10398.0, 10368.0, 10440.0, 10441.0, 10405.0, 10472.0, 10437.0, 10421.0, 10481.0, 10455.0, 10459.0, 10479.0, 10452.0, 10451.0, 10475.0, 10407.0, 10427.0, 10407.0, 10318.0, 10404.0, 10369.0, 10315.0, 10384.0, 10353.0, 10406.0, 10379.0, 10343.0, 10392.0, 10410.0, 10355.0, 10393.0, 10342.0, 10370.0, 10386.0, 10336.0, 10407.0, 10380.0, 10354.0, 10438.0, 10374.0, 10446.0, 10409.0, 10380.0, 10429.0, 10409.0, 10386.0, 10461.0, 10420.0, 10428.0, 10441.0, 10430.0, 10447.0, 10455.0, 10422.0, 10469.0, 10452.0, 10401.0, 10466.0, 10466.0, 10422.0, 10494.0, 10473.0, 10410.0, 10477.0, 10441.0, 10467.0, 10451.0, 10410.0, 10476.0, 10428.0, 10471.0, 10449.0, 10425.0, 10476.0, 10432.0, 10434.0, 10454.0, 10414.0, 10476.0, 10451.0, 10457.0, 10457.0, 10417.0, 10514.0, 10496.0, 10436.0, 10485.0, 10435.0, 10493.0, 10478.0, 10431.0, 10496.0, 10458.0, 10475.0, 10489.0, 10449.0, 10535.0, 10498.0, 10436.0, 10488.0, 10438.0, 10530.0, 10487.0, 10441.0, 10538.0, 10489.0, 10481.0, 10477.0, 10429.0, 10492.0, 10438.0, 10510.0, 10504.0, 10475.0, 10541.0, 10461.0, 10522.0, 10510.0, 10442.0, 10541.0, 10533.0, 10474.0, 10468.0, 10426.0, 10453.0, 10468.0, 10431.0, 10490.0, 10513.0, 10455.0, 10519.0, 10514.0, 10442.0, 10522.0, 10479.0, 10471.0, 10533.0, 10505.0, 10534.0, 10541.0, 10417.0, 10515.0, 10476.0, 10494.0, 10486.0, 10451.0, 10518.0, 10488.0, 10504.0, 10511.0, 10435.0, 10524.0, 10473.0, 10445.0, 10510.0, 10475.0, 10506.0, 10491.0, 10441.0, 10514.0, 10472.0, 10492.0, 10538.0, 10447.0, 10503.0, 10453.0, 10518.0, 10525.0, 10445.0, 10526.0, 10520.0, 10462.0, 10502.0, 10459.0, 10445.0, 10471.0, 10425.0, 10511.0, 10490.0, 10436.0, 10513.0, 10460.0, 10496.0, 10502.0, 10456.0, 10511.0, 10482.0, 10483.0, 10495.0, 10438.0, 10527.0, 10494.0, 10436.0, 10502.0, 10419.0, 10501.0, 10458.0, 10418.0, 10457.0, 10398.0, 10513.0, 10487.0, 10415.0, 10492.0, 10421.0, 10445.0, 10459.0, 10411.0, 10476.0, 10448.0, 10525.0, 10488.0, 10443.0, 10506.0, 10458.0, 10462.0, 10464.0, 10414.0, 10492.0, 10412.0, 10510.0, 10478.0, 10454.0, 10492.0, 10399.0, 10494.0, 10468.0, 10511.0, 10480.0, 10438.0, 10485.0, 10426.0, 10525.0, 10502.0, 10445.0, 10477.0, 10417.0, 10499.0, 10466.0, 10435.0, 10494.0, 10393.0, 10502.0, 10462.0, 10481.0, 10482.0, 10413.0, 10509.0, 10480.0, 10445.0, 10477.0, 10391.0, 10494.0, 10473.0, 10457.0, 10492.0, 10448.0, 10511.0, 10508.0, 10437.0, 10494.0, 10441.0, 10490.0, 10467.0, 10448.0, 10473.0, 10450.0, 10425.0, 10475.0, 10460.0, 10492.0, 10499.0, 10409.0, 10492.0, 10454.0, 10490.0, 10462.0, 10426.0, 10466.0, 10383.0, 10482.0, 10449.0, 10397.0, 10433.0, 10380.0, 10447.0, 10394.0, 10471.0, 10435.0, 10401.0, 10443.0, 10359.0, 10455.0, 10433.0, 10447.0, 10448.0, 10393.0, 10492.0, 10475.0, 10438.0, 10466.0, 10399.0, 10476.0, 10440.0, 10506.0, 10469.0, 10409.0, 10495.0, 10432.0, 10503.0, 10482.0, 10480.0, 10459.0, 10413.0, 10490.0, 10460.0, 10424.0, 10483.0, 10414.0, 10505.0, 10488.0, 10447.0, 10478.0, 10440.0, 10510.0, 10477.0, 10435.0, 10510.0, 10485.0, 10419.0, 10487.0, 10429.0, 10505.0, 10549.0, 10460.0, 10531.0, 10463.0, 10415.0, 10494.0, 10437.0, 10380.0, 10466.0, 10431.0, 10491.0, 10489.0, 10461.0, 10475.0, 10423.0, 10491.0, 10479.0, 10438.0, 10473.0, 10390.0, 10492.0, 10444.0, 10489.0, 10472.0, 10412.0, 10480.0, 10413.0, 10496.0, 10481.0, 10406.0, 10472.0, 10416.0, 10457.0, 10444.0, 10404.0, 10491.0, 10465.0, 10412.0, 10495.0, 10438.0, 10455.0, 10438.0, 10385.0, 10465.0, 10426.0, 10433.0, 10462.0, 10397.0, 10488.0, 10454.0, 10396.0, 10433.0, 10366.0, 10446.0, 10409.0, 10460.0, 10438.0, 10423.0, 10454.0, 10376.0, 10463.0, 10375.0, 10466.0, 10444.0, 10468.0, 10437.0, 10421.0, 10539.0, 10494.0, 10498.0, 10331.0, 10334.0, 10368.0, 10377.0, 10424.0, 10388.0, 10400.0, 10412.0, 10475.0, 10545.0, 10400.0, 10435.0, 10434.0, 10425.0, 10468.0, 10456.0, 10485.0, 10492.0, 10423.0, 10553.0, 10515.0, 10464.0, 10563.0, 10515.0, 10490.0, 10515.0, 10430.0, 10528.0, 10480.0, 10428.0, 10492.0, 10461.0, 10542.0, 10492.0, 10454.0, 10504.0, 10399.0, 10498.0, 10475.0, 10428.0, 10491.0, 10476.0, 10484.0, 10481.0, 10419.0, 10531.0, 10481.0, 10437.0, 10459.0, 10414.0, 10493.0, 10451.0, 10473.0, 10460.0, 10386.0, 10471.0, 10428.0, 10474.0, 10436.0, 10425.0, 10456.0, 10392.0, 10482.0, 10461.0, 10404.0, 10456.0, 10381.0, 10471.0, 10461.0, 10494.0, 10464.0, 10425.0, 10495.0, 10451.0, 10448.0, 10454.0, 10415.0, 10506.0, 10461.0, 10508.0, 10481.0, 10421.0, 10489.0, 10451.0, 10455.0, 10464.0, 10421.0, 10494.0, 10466.0, 10478.0, 10490.0, 10381.0, 10505.0, 10449.0, 10489.0, 10464.0, 10451.0, 10503.0, 10429.0, 10501.0, 10459.0, 10500.0, 10477.0, 10427.0, 10461.0, 10377.0, 10481.0, 10429.0, 10398.0, 10408.0, 10359.0, 10442.0, 10405.0, 10460.0, 10438.0, 10388.0, 10462.0, 10380.0, 10463.0, 10422.0, 10467.0, 10440.0, 10387.0, 10471.0, 10371.0, 10488.0, 10466.0, 10435.0, 10509.0, 10456.0, 10445.0, 10432.0, 10390.0, 10485.0, 10452.0, 10481.0, 10459.0, 10400.0, 10442.0, 10449.0, 10426.0, 10485.0, 10452.0, 10409.0, 10492.0, 10436.0, 10463.0, 10471.0, 10404.0, 10497.0, 10453.0, 10433.0, 10484.0, 10414.0, 10473.0, 10426.0, 10384.0, 10409.0, 10337.0, 10453.0, 10426.0, 10402.0, 10388.0, 10339.0, 10416.0, 10397.0, 10421.0, 10408.0, 10361.0, 10438.0, 10395.0, 10397.0, 10403.0, 10356.0, 10440.0, 10421.0, 10393.0, 10432.0, 10369.0, 10452.0, 10438.0, 10405.0, 10436.0, 10393.0, 10473.0, 10444.0, 10392.0, 10489.0, 10427.0, 10424.0, 10444.0, 10393.0, 10473.0, 10448.0, 10412.0, 10471.0, 10437.0, 10446.0, 10460.0, 10428.0, 10472.0, 10465.0, 10428.0, 10495.0, 10480.0, 10396.0, 10503.0, 10457.0, 10402.0, 10470.0, 10442.0, 10485.0, 10462.0, 10395.0, 10492.0, 10438.0, 10416.0, 10439.0, 10383.0, 10473.0, 10468.0, 10430.0, 10453.0, 10421.0, 10497.0, 10466.0, 10407.0, 10471.0, 10437.0, 10434.0, 10446.0, 10400.0, 10508.0, 10465.0, 10433.0, 10491.0, 10410.0, 10537.0, 10503.0, 10458.0, 10541.0, 10497.0, 10455.0, 10518.0, 10486.0, 10455.0, 10494.0, 10444.0, 10512.0, 10496.0, 10460.0, 10563.0, 10522.0, 10454.0, 10483.0, 10452.0, 10453.0, 10502.0, 10479.0, 10502.0, 10484.0, 10431.0, 10525.0, 10481.0, 10471.0, 10530.0, 10467.0, 10479.0, 10476.0, 10426.0, 10505.0, 10464.0, 10511.0, 10502.0, 10404.0, 10505.0, 10477.0, 10429.0, 10455.0, 10415.0, 10472.0, 10446.0, 10395.0, 10444.0, 10414.0, 10416.0, 10415.0, 10385.0, 10460.0, 10401.0, 10423.0, 10416.0, 10391.0, 10443.0, 10369.0, 10460.0, 10438.0, 10408.0, 10420.0, 10381.0, 10447.0, 10373.0, 10459.0, 10440.0, 10397.0, 10448.0, 10390.0, 10469.0, 10446.0, 10437.0, 10448.0, 10414.0, 10491.0, 10471.0, 10410.0, 10473.0, 10394.0, 10482.0, 10438.0, 10490.0, 10459.0, 10445.0, 10527.0, 10411.0, 10501.0, 10443.0, 10471.0, 10442.0, 10394.0, 10463.0, 10435.0, 10414.0, 10450.0, 10399.0, 10483.0, 10431.0, 10383.0, 10449.0, 10382.0, 10457.0, 10433.0, 10456.0, 10435.0, 10386.0, 10461.0, 10419.0, 10422.0, 10424.0, 10377.0, 10459.0, 10426.0, 10493.0, 10449.0, 10407.0, 10480.0, 10409.0, 10472.0, 10450.0, 10431.0, 10467.0, 10426.0, 10527.0, 10484.0, 10495.0, 10498.0, 10474.0, 10519.0, 10485.0, 10497.0, 10488.0, 10434.0, 10514.0, 10503.0, 10510.0, 10482.0, 10438.0, 10536.0, 10492.0, 10431.0, 10522.0, 10484.0, 10448.0, 10530.0, 10451.0, 10476.0, 10456.0, 10405.0, 10488.0, 10458.0, 10527.0, 10480.0, 10421.0, 10487.0, 10399.0, 10483.0, 10446.0, 10434.0, 10445.0, 10409.0, 10483.0, 10451.0, 10461.0, 10455.0, 10412.0, 10469.0, 10395.0, 10471.0, 10469.0, 10462.0, 10474.0, 10403.0, 10516.0, 10472.0, 10470.0, 10454.0, 10427.0, 10460.0, 10426.0, 10493.0, 10465.0, 10411.0, 10484.0, 10415.0, 10482.0, 10422.0, 10499.0, 10455.0, 10481.0, 10449.0, 10394.0, 10501.0, 10438.0, 10467.0, 10434.0, 10444.0, 10435.0, 10412.0, 10492.0, 10463.0, 10533.0, 10453.0, 10412.0, 10375.0, 10540.0, 10514.0, 10390.0, 10316.0, 10475.0, 10357.0, 10394.0, 10362.0, 10353.0, 10405.0, 10387.0, 10408.0, 10422.0, 10365.0, 10469.0, 10448.0, 10432.0, 10449.0, 10408.0, 10452.0, 10386.0, 10302.0, 10316.0, 10324.0, 10267.0, 10302.0, 10257.0, 10358.0, 10352.0, 10298.0, 10345.0, 10311.0, 10333.0, 10368.0, 10297.0, 10348.0, 10327.0, 10294.0, 10362.0, 10358.0, 10343.0, 10368.0, 10301.0, 10366.0, 10353.0, 10301.0, 10354.0, 10322.0, 10385.0, 10401.0, 10351.0, 10428.0, 10403.0, 10369.0, 10409.0, 10388.0, 10357.0, 10416.0, 10350.0, 10433.0, 10422.0, 10395.0, 10407.0, 10354.0, 10432.0, 10407.0, 10470.0, 10467.0, 10426.0, 10479.0, 10435.0, 10429.0, 10441.0, 10407.0, 10469.0, 10451.0, 10425.0, 10441.0, 10431.0, 10388.0, 10511.0, 10443.0, 10491.0, 10441.0, 10489.0, 10459.0, 10486.0, 10455.0, 10413.0, 10426.0, 10396.0, 10462.0, 10377.0, 10455.0, 10391.0, 10437.0, 10402.0, 10435.0, 10408.0, 10369.0, 10419.0, 10331.0, 10421.0, 10358.0, 10439.0, 10410.0, 10468.0, 10420.0, 10445.0, 10417.0, 10381.0, 10438.0, 10372.0, 10480.0, 10417.0, 10442.0, 10429.0, 10420.0, 10453.0, 10405.0, 10480.0, 10442.0, 10486.0, 10453.0, 10485.0, 10455.0, 10417.0, 10466.0, 10417.0, 10492.0, 10434.0, 10511.0, 10481.0, 10473.0, 10464.0, 10408.0, 10460.0, 10406.0, 10485.0, 10405.0, 10489.0, 10440.0, 10488.0, 10446.0, 10483.0, 10438.0, 10441.0, 10440.0, 10401.0, 10467.0, 10394.0, 10491.0, 10427.0, 10443.0, 10446.0, 10417.0, 10479.0, 10457.0, 10482.0, 10473.0, 10417.0, 10499.0, 10456.0, 10438.0, 10487.0, 10428.0, 10528.0, 10491.0, 10489.0, 10505.0, 10404.0, 10533.0, 10494.0, 10544.0, 10509.0, 10480.0, 10481.0, 10417.0, 10520.0, 10475.0, 10466.0, 10468.0, 10409.0, 10489.0, 10451.0, 10525.0, 10478.0, 10452.0, 10477.0, 10395.0, 10501.0, 10460.0, 10425.0, 10436.0, 10385.0, 10466.0, 10425.0, 10483.0, 10441.0, 10404.0, 10465.0, 10382.0, 10487.0, 10444.0, 10404.0, 10456.0, 10396.0, 10471.0, 10440.0, 10493.0, 10471.0, 10431.0, 10481.0, 10424.0, 10513.0, 10459.0, 10496.0, 10465.0, 10468.0, 10449.0, 10396.0, 10511.0, 10451.0, 10509.0, 10464.0, 10483.0, 10432.0, 10464.0, 10435.0, 10388.0, 10452.0, 10365.0, 10464.0, 10421.0, 10465.0, 10438.0, 10412.0, 10455.0, 10412.0, 10485.0, 10461.0, 10390.0, 10441.0, 10393.0, 10473.0, 10433.0, 10489.0, 10451.0, 10451.0, 10477.0, 10384.0, 10493.0, 10436.0, 10481.0, 10426.0, 10468.0, 10454.0, 10401.0, 10466.0, 10384.0, 10464.0, 10418.0, 10471.0, 10460.0, 10398.0, 10459.0, 10414.0, 10475.0, 10462.0, 10414.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.004145606585788561</td></tr>
<tr><td colspan=3>aqi</td><td>0.02572611343154246</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.07389467603639</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2341474548395497</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0519502273287065</td></tr>
<tr><td colspan=3>efc</td><td>0.5114</td></tr>
<tr><td colspan=3>fber</td><td>3850.4385</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17901694036899404</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>291</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.216637781629117</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559061196648388</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.508611031099143</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675905936201431</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.49266662264459</td></tr>
<tr><td colspan=3>gcor</td><td>0.0197731</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0202545914798975</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028038233518600464</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.066150484639389</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>13.2081</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.9189</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.402</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291777.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>1240.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>462.048</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6521</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.9372</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3926.4591</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.7618</td></tr>
<tr><td colspan=3>tsnr</td><td>33.82269672770053</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>