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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-02/func/sub-0129_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>ea15c33e8039fb495d02b12475cb7d46</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>10:17:49.020000</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.999458, 0.0178634, -0.0276564, -0.0170966, 0.99947, 0.0277193]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114961</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7742, -7238, 101, -120, -25, 48, 113]</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>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d90f8747-f2f0-4cad-941c-60121cf26f09||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.6814723014831543, -0.045868922024965286, -0.0759696513414383, 114.55833435058594], [-0.04792625457048416, 2.6815037727355957, 0.07352492213249207, -78.0088882446289], [-0.07420013844966888, -0.07436887919902802, 2.6979293823242188, -67.23978424072266], [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': ['101749.020000', '101749.480000', '101749.940000', '101750.400000', '101750.860000', '101751.320000', '101751.780000', '101752.240000', '101752.700000', '101753.160000', '101753.620000', '101754.080000', '101754.540000', '101755.000000', '101755.460000', '101755.920000', '101756.380000', '101756.840000', '101757.300000', '101757.760000', '101758.220000', '101758.680000', '101759.140000', '101759.600000', '101800.060000', '101800.520000', '101800.980000', '101801.440000', '101801.900000', '101802.360000', '101802.820000', '101803.280000', '101803.740000', '101804.200000', '101804.660000', '101805.120000', '101805.580000', '101806.040000', '101806.500000', '101806.960000', '101807.420000', '101807.880000', '101808.340000', '101808.800000', '101809.260000', '101809.720000', '101810.180000', '101810.640000', '101811.100000', '101811.560000', '101812.020000', '101812.480000', '101812.940000', '101813.400000', '101813.860000', '101814.320000', '101814.780000', '101815.240000', '101815.700000', '101816.160000', '101816.620000', '101817.080000', '101817.540000', '101818.000000', '101818.460000', '101818.920000', '101819.380000', '101819.840000', '101820.300000', '101820.760000', '101821.220000', '101821.680000', '101822.140000', '101822.600000', '101823.060000', '101823.520000', '101823.980000', '101824.440000', '101824.900000', '101825.360000', '101825.820000', '101826.280000', '101826.740000', '101827.200000', '101827.660000', '101828.120000', '101828.580000', '101829.040000', '101829.500000', '101829.960000', '101830.420000', '101830.880000', '101831.340000', '101831.800000', '101832.260000', '101832.720000', '101833.180000', '101833.640000', '101834.100000', '101834.560000', '101835.020000', '101835.480000', '101835.940000', '101836.400000', '101836.860000', '101837.320000', '101837.780000', '101838.240000', '101838.700000', '101839.160000', '101839.620000', '101840.080000', '101840.540000', '101841.000000', '101841.460000', '101841.920000', '101842.380000', '101842.840000', '101843.300000', '101843.760000', '101844.220000', '101844.680000', '101845.140000', '101845.600000', '101846.060000', '101846.520000', '101846.980000', '101847.440000', '101847.900000', '101848.360000', '101848.820000', '101849.280000', '101849.740000', '101850.200000', '101850.660000', '101851.120000', '101851.580000', '101852.040000', '101852.500000', '101852.960000', '101853.420000', '101853.880000', '101854.340000', '101854.800000', '101855.260000', '101855.720000', '101856.180000', '101856.640000', '101857.100000', '101857.560000', '101858.020000', '101858.480000', '101858.940000', '101859.400000', '101859.860000', '101900.320000', '101900.780000', '101901.240000', '101901.700000', '101902.160000', '101902.620000', '101903.080000', '101903.540000', '101904.000000', '101904.460000', '101904.920000', '101905.380000', '101905.840000', '101906.300000', '101906.760000', '101907.220000', '101907.680000', '101908.140000', '101908.600000', '101909.060000', '101909.520000', '101909.980000', '101910.440000', '101910.900000', '101911.360000', '101911.820000', '101912.280000', '101912.740000', '101913.200000', '101913.660000', '101914.120000', '101914.580000', '101915.040000', '101915.500000', '101915.960000', '101916.420000', '101916.880000', '101917.340000', '101917.800000', '101918.260000', '101918.720000', '101919.180000', '101919.640000', '101920.100000', '101920.560000', '101921.020000', '101921.480000', '101921.940000', '101922.400000', '101922.860000', '101923.320000', '101923.780000', '101924.240000', '101924.700000', '101925.160000', '101925.620000', '101926.080000', '101926.540000', '101927.000000', '101927.460000', '101927.920000', '101928.380000', '101928.840000', '101929.300000', '101929.760000', '101930.220000', '101930.680000', '101931.140000', '101931.600000', '101932.060000', '101932.520000', '101932.980000', '101933.440000', '101933.900000', '101934.360000', '101934.820000', '101935.280000', '101935.740000', '101936.200000', '101936.660000', '101937.120000', '101937.580000', '101938.040000', '101938.500000', '101938.960000', '101939.420000', '101939.880000', '101940.340000', '101940.800000', '101941.260000', '101941.720000', '101942.180000', '101942.640000', '101943.100000', '101943.560000', '101944.020000', '101944.480000', '101944.940000', '101945.400000', '101945.860000', '101946.320000', '101946.780000', '101947.240000', '101947.700000', '101948.160000', '101948.620000', '101949.080000', '101949.540000', '101950.000000', '101950.460000', '101950.920000', '101951.380000', '101951.840000', '101952.300000', '101952.760000', '101953.220000', '101953.680000', '101954.140000', '101954.600000', '101955.060000', '101955.520000', '101955.980000', '101956.440000', '101956.900000', '101957.360000', '101957.820000', '101958.280000', '101958.740000', '101959.200000', '101959.660000', '102000.120000', '102000.580000', '102001.040000', '102001.500000', '102001.960000', '102002.420000', '102002.880000', '102003.340000', '102003.800000', '102004.260000', '102004.720000', '102005.180000', '102005.640000', '102006.100000', '102006.560000', '102007.020000', '102007.480000', '102007.940000', '102008.400000', '102008.860000', '102009.320000', '102009.780000', '102010.240000', '102010.700000', '102011.160000', '102011.620000', '102012.080000', '102012.540000', '102013.000000', '102013.460000', '102013.920000', '102014.380000', '102014.840000', '102015.300000', '102015.760000', '102016.220000', '102016.680000', '102017.140000', '102017.600000', '102018.060000', '102018.520000', '102018.980000', '102019.440000', '102019.900000', '102020.360000', '102020.820000', '102021.280000', '102021.740000', '102022.200000', '102022.660000', '102023.120000', '102023.580000', '102024.040000', '102024.500000', '102024.960000', '102025.420000', '102025.880000', '102026.340000', '102026.800000', '102027.260000', '102027.720000', '102028.180000', '102028.640000', '102029.100000', '102029.560000', '102030.020000', '102030.480000', '102030.940000', '102031.400000', '102031.860000', '102032.320000', '102032.780000', '102033.240000', '102033.700000', '102034.160000', '102034.620000', '102035.080000', '102035.540000', '102036.000000', '102036.460000', '102036.920000', '102037.380000', '102037.840000', '102038.300000', '102038.760000', '102039.220000', '102039.680000', '102040.140000', '102040.600000', '102041.060000', '102041.520000', '102041.980000', '102042.440000', '102042.900000', '102043.360000', '102043.820000', '102044.280000', '102044.740000', '102045.200000', '102045.660000', '102046.120000', '102046.580000', '102047.040000', '102047.500000', '102047.960000', '102048.420000', '102048.880000', '102049.340000', '102049.800000', '102050.260000', '102050.720000', '102051.180000', '102051.640000', '102052.100000', '102052.560000', '102053.020000', '102053.480000', '102053.940000', '102054.400000', '102054.860000', '102055.320000', '102055.780000', '102056.240000', '102056.700000', '102057.160000', '102057.620000', '102058.080000', '102058.540000', '102059.000000', '102059.460000', '102059.920000', '102100.380000', '102100.840000', '102101.300000', '102101.760000', '102102.220000', '102102.680000', '102103.140000', '102103.600000', '102104.060000', '102104.520000', '102104.980000', '102105.440000', '102105.900000', '102106.360000', '102106.820000', '102107.280000', '102107.740000', '102108.200000', '102108.660000', '102109.120000', '102109.580000', '102110.040000', '102110.500000', '102110.960000', '102111.420000', '102111.880000', '102112.340000', '102112.800000', '102113.260000', '102113.720000', '102114.180000', '102114.640000', '102115.100000', '102115.560000', '102116.020000', '102116.480000', '102116.940000', '102117.400000', '102117.860000', '102118.320000', '102118.780000', '102119.240000', '102119.700000', '102120.160000', '102120.620000', '102121.080000', '102121.540000', '102122.000000', '102122.460000', '102122.920000', '102123.380000', '102123.840000', '102124.300000', '102124.760000', '102125.220000', '102125.680000', '102126.140000', '102126.600000', '102127.060000', '102127.520000', '102127.980000', '102128.440000', '102128.900000', '102129.360000', '102129.820000', '102130.280000', '102130.740000', '102131.200000', '102131.660000', '102132.120000', '102132.580000', '102133.040000', '102133.500000', '102133.960000', '102134.420000', '102134.880000', '102135.340000', '102135.800000', '102136.260000', '102136.720000', '102137.180000', '102137.640000', '102138.100000', '102138.560000', '102139.020000', '102139.480000', '102139.940000', '102140.400000', '102140.860000', '102141.320000', '102141.780000', '102142.240000', '102142.700000', '102143.160000', '102143.620000', '102144.080000', '102144.540000', '102145.000000', '102145.460000', '102145.920000', '102146.380000', '102146.840000', '102147.300000', '102147.760000', '102148.220000', '102148.680000', '102149.140000', '102149.600000', '102150.060000', '102150.520000', '102150.980000', '102151.440000', '102151.900000', '102152.360000', '102152.820000', '102153.280000', '102153.740000', '102154.200000', '102154.660000', '102155.120000', '102155.580000', '102156.040000', '102156.500000', '102156.960000', '102157.420000', '102157.880000', '102158.340000', '102158.800000', '102159.260000', '102159.720000', '102200.180000', '102200.640000', '102201.100000', '102201.560000', '102202.020000', '102202.480000', '102202.940000', '102203.400000', '102203.860000', '102204.320000', '102204.780000', '102205.240000', '102205.700000', '102206.160000', '102206.620000', '102207.080000', '102207.540000', '102208.000000', '102208.460000', '102208.920000', '102209.380000', '102209.840000', '102210.300000', '102210.760000', '102211.220000', '102211.680000', '102212.140000', '102212.600000', '102213.060000', '102213.520000', '102213.980000', '102214.440000', '102214.900000', '102215.360000', '102215.820000', '102216.280000', '102216.740000', '102217.200000', '102217.660000', '102218.120000', '102218.580000', '102219.040000', '102219.500000', '102219.960000', '102220.420000', '102220.880000', '102221.340000', '102221.800000', '102222.260000', '102222.720000', '102223.180000', '102223.640000', '102224.100000', '102224.560000', '102225.020000', '102225.480000', '102225.940000', '102226.400000', '102226.860000', '102227.320000', '102227.780000', '102228.240000', '102228.700000', '102229.160000', '102229.620000', '102230.080000', '102230.540000', '102231.000000', '102231.460000', '102231.920000', '102232.380000', '102232.840000', '102233.300000', '102233.760000', '102234.220000', '102234.680000', '102235.140000', '102235.600000', '102236.060000', '102236.520000', '102236.980000', '102237.440000', '102237.900000', '102238.360000', '102238.820000', '102239.280000', '102239.740000', '102240.200000', '102240.660000', '102241.120000', '102241.580000', '102242.040000', '102242.500000', '102242.960000', '102243.420000', '102243.880000', '102244.340000', '102244.800000', '102245.260000', '102245.720000', '102246.180000', '102246.640000', '102247.100000', '102247.560000', '102248.020000', '102248.480000', '102248.940000', '102249.400000', '102249.860000', '102250.320000', '102250.780000', '102251.240000', '102251.700000', '102252.160000', '102252.620000', '102253.080000', '102253.540000', '102254.000000', '102254.460000', '102254.920000', '102255.380000', '102255.840000', '102256.300000', '102256.760000', '102257.220000', '102257.680000', '102258.140000', '102258.600000', '102259.060000', '102259.520000', '102259.980000', '102300.440000', '102300.900000', '102301.360000', '102301.820000', '102302.280000', '102302.740000', '102303.200000', '102303.660000', '102304.120000', '102304.580000', '102305.040000', '102305.500000', '102305.960000', '102306.420000', '102306.880000', '102307.340000', '102307.800000', '102308.260000', '102308.720000', '102309.180000', '102309.640000', '102310.100000', '102310.560000', '102311.020000', '102311.480000', '102311.940000', '102312.400000', '102312.860000', '102313.320000', '102313.780000', '102314.240000', '102314.700000', '102315.160000', '102315.620000', '102316.080000', '102316.540000', '102317.000000', '102317.460000', '102317.920000', '102318.380000', '102318.840000', '102319.300000', '102319.760000', '102320.220000', '102320.680000', '102321.140000', '102321.600000', '102322.060000', '102322.520000', '102322.980000', '102323.440000', '102323.900000', '102324.360000', '102324.820000', '102325.280000', '102325.740000', '102326.200000', '102326.660000', '102327.120000', '102327.580000', '102328.040000', '102328.500000', '102328.960000', '102329.420000', '102329.880000', '102330.340000', '102330.800000', '102331.260000', '102331.720000', '102332.180000', '102332.640000', '102333.100000', '102333.560000', '102334.020000', '102334.480000', '102334.940000', '102335.400000', '102335.860000', '102336.320000', '102336.780000', '102337.240000', '102337.700000', '102338.160000', '102338.620000', '102339.080000', '102339.540000', '102340.000000', '102340.460000', '102340.920000', '102341.380000', '102341.840000', '102342.300000', '102342.760000', '102343.220000', '102343.680000', '102344.140000', '102344.600000', '102345.060000', '102345.520000', '102345.980000', '102346.440000', '102346.900000', '102347.360000', '102347.820000', '102348.280000', '102348.740000', '102349.200000', '102349.660000', '102350.120000', '102350.580000', '102351.040000', '102351.500000', '102351.960000', '102352.420000', '102352.880000', '102353.340000', '102353.800000', '102354.260000', '102354.720000', '102355.180000', '102355.640000', '102356.100000', '102356.560000', '102357.020000', '102357.480000', '102357.940000', '102358.400000', '102358.860000', '102359.320000', '102359.780000', '102400.240000', '102400.700000', '102401.160000', '102401.620000', '102402.080000', '102402.540000', '102403.000000', '102403.460000', '102403.920000', '102404.380000', '102404.840000', '102405.300000', '102405.760000', '102406.220000', '102406.680000', '102407.140000', '102407.600000', '102408.060000', '102408.520000', '102408.980000', '102409.440000', '102409.900000', '102410.360000', '102410.820000', '102411.280000', '102411.740000', '102412.200000', '102412.660000', '102413.120000', '102413.580000', '102414.040000', '102414.500000', '102414.960000', '102415.420000', '102415.880000', '102416.340000', '102416.800000', '102417.260000', '102417.720000', '102418.180000', '102418.640000', '102419.100000', '102419.560000', '102420.020000', '102420.480000', '102420.940000', '102421.400000', '102421.860000', '102422.320000', '102422.780000', '102423.240000', '102423.700000', '102424.160000', '102424.620000', '102425.080000', '102425.540000', '102426.000000', '102426.460000', '102426.920000', '102427.380000', '102427.840000', '102428.300000', '102428.760000', '102429.220000', '102429.680000', '102430.140000', '102430.600000', '102431.060000', '102431.520000', '102431.980000', '102432.440000', '102432.900000', '102433.360000', '102433.820000', '102434.280000', '102434.740000', '102435.200000', '102435.660000', '102436.120000', '102436.580000', '102437.040000', '102437.500000', '102437.960000', '102438.420000', '102438.880000', '102439.340000', '102439.800000', '102440.260000', '102440.720000', '102441.180000', '102441.640000', '102442.100000', '102442.560000', '102443.020000', '102443.480000', '102443.940000', '102444.400000', '102444.860000', '102445.320000', '102445.780000', '102446.240000', '102446.700000', '102447.160000', '102447.620000', '102448.080000', '102448.540000', '102449.000000', '102449.460000', '102449.920000', '102450.380000', '102450.840000', '102451.300000', '102451.760000', '102452.220000', '102452.680000', '102453.140000', '102453.600000', '102454.060000', '102454.520000', '102454.980000', '102455.440000', '102455.900000', '102456.360000', '102456.820000', '102457.280000', '102457.740000', '102458.200000', '102458.660000', '102459.120000', '102459.580000', '102500.040000', '102500.500000', '102500.960000', '102501.420000', '102501.880000', '102502.340000', '102502.800000', '102503.260000', '102503.720000', '102504.180000', '102504.640000', '102505.100000', '102505.560000', '102506.020000', '102506.480000', '102506.940000', '102507.400000', '102507.860000', '102508.320000', '102508.780000', '102509.240000', '102509.700000', '102510.160000', '102510.620000', '102511.080000', '102511.540000', '102512.000000', '102512.460000', '102512.920000', '102513.380000', '102513.840000', '102514.300000', '102514.760000', '102515.220000', '102515.680000', '102516.140000', '102516.600000', '102517.060000', '102517.520000', '102517.980000', '102518.440000', '102518.900000', '102519.360000', '102519.820000', '102520.280000', '102520.740000', '102521.200000', '102521.660000', '102522.120000', '102522.580000', '102523.040000', '102523.500000', '102523.960000', '102524.420000', '102524.880000', '102525.340000', '102525.800000', '102526.260000', '102526.720000', '102527.180000', '102527.640000', '102528.100000', '102528.560000', '102529.020000', '102529.480000', '102529.940000', '102530.400000', '102530.860000', '102531.320000', '102531.780000', '102532.240000', '102532.700000', '102533.160000', '102533.620000', '102534.080000', '102534.540000', '102535.000000', '102535.460000', '102535.920000', '102536.380000', '102536.840000', '102537.300000', '102537.760000', '102538.220000', '102538.680000', '102539.140000', '102539.600000', '102540.060000', '102540.520000', '102540.980000', '102541.440000', '102541.900000', '102542.360000', '102542.820000', '102543.280000', '102543.740000', '102544.200000', '102544.660000', '102545.120000', '102545.580000', '102546.040000', '102546.500000', '102546.960000', '102547.420000', '102547.880000', '102548.340000', '102548.800000', '102549.260000', '102549.720000', '102550.180000', '102550.640000', '102551.100000', '102551.560000', '102552.020000', '102552.480000', '102552.940000', '102553.400000', '102553.860000', '102554.320000', '102554.780000', '102555.240000', '102555.700000', '102556.160000', '102556.620000', '102557.080000', '102557.540000', '102558.000000', '102558.460000', '102558.920000', '102559.380000', '102559.840000', '102600.300000', '102600.760000', '102601.220000', '102601.680000', '102602.140000', '102602.600000', '102603.060000', '102603.520000', '102603.980000', '102604.440000', '102604.900000', '102605.360000', '102605.820000', '102606.280000', '102606.740000', '102607.200000', '102607.660000', '102608.120000', '102608.580000', '102609.040000', '102609.500000', '102609.960000', '102610.420000', '102610.880000', '102611.340000', '102611.800000', '102612.260000', '102612.720000', '102613.180000', '102613.640000', '102614.100000', '102614.560000', '102615.020000', '102615.480000', '102615.940000', '102616.400000', '102616.860000', '102617.320000', '102617.780000', '102618.240000', '102618.700000', '102619.160000', '102619.620000', '102620.080000', '102620.540000', '102621.000000', '102621.460000', '102621.920000', '102622.380000', '102622.840000', '102623.300000', '102623.760000', '102624.220000', '102624.680000', '102625.140000', '102625.600000', '102626.060000', '102626.520000', '102626.980000', '102627.440000', '102627.900000', '102628.360000', '102628.820000', '102629.280000', '102629.740000', '102630.200000', '102630.660000', '102631.120000', '102631.580000', '102632.040000', '102632.500000', '102632.960000', '102633.420000', '102633.880000', '102634.340000', '102634.800000', '102635.260000', '102635.720000', '102636.180000', '102636.640000', '102637.100000', '102637.560000', '102638.020000', '102638.480000', '102638.940000', '102639.400000', '102639.860000', '102640.320000'], 'ContentTime': ['101810.765000', '101810.768000', '101810.771000', '101810.774000', '101810.776000', '101810.779000', '101810.781000', '101810.784000', '101810.786000', '101810.789000', '101810.792000', '101810.794000', '101810.797000', '101810.799000', '101810.802000', '101810.804000', '101810.807000', '101810.810000', '101810.812000', '101810.815000', '101810.817000', '101810.820000', '101810.822000', '101810.825000', '101810.827000', '101810.830000', '101810.832000', '101810.835000', '101810.838000', '101810.840000', '101810.843000', '101810.845000', '101810.848000', '101810.850000', '101810.853000', '101810.855000', '101810.858000', '101810.861000', '101810.863000', '101810.866000', '101810.868000', '101810.871000', '101810.874000', '101810.876000', '101830.699000', '101830.702000', '101830.705000', '101830.708000', '101830.710000', '101830.713000', '101830.716000', '101830.718000', '101830.721000', '101830.723000', '101830.726000', '101830.729000', '101830.731000', '101830.734000', '101830.736000', '101830.739000', '101830.742000', '101830.745000', '101830.748000', '101830.751000', '101830.753000', '101830.756000', '101830.758000', '101830.761000', '101830.764000', '101830.766000', '101830.769000', '101830.771000', '101830.774000', '101830.777000', '101830.779000', '101830.782000', '101830.784000', '101830.787000', '101830.789000', '101830.792000', '101830.795000', '101830.797000', '101830.800000', '101830.802000', '101830.805000', '101830.807000', '101830.810000', '101850.698000', '101850.701000', '101850.704000', '101850.707000', '101850.709000', '101850.719000', '101850.721000', '101850.724000', '101850.727000', '101850.729000', '101850.732000', '101850.735000', '101850.737000', '101850.740000', '101850.743000', '101850.745000', '101850.748000', '101850.751000', '101850.753000', '101850.756000', '101850.758000', '101850.761000', '101850.763000', '101850.766000', '101850.769000', '101850.771000', '101850.774000', '101850.776000', '101850.779000', '101850.782000', '101850.784000', '101850.787000', '101850.789000', '101850.792000', '101850.794000', '101850.797000', '101850.800000', '101850.803000', '101850.805000', '101850.808000', '101850.811000', '101850.813000', '101850.816000', '101850.819000', '101910.698000', '101910.701000', '101910.704000', '101910.706000', '101910.709000', '101910.712000', '101910.720000', '101910.723000', '101910.725000', '101910.728000', '101910.731000', '101910.733000', '101910.736000', '101910.738000', '101910.741000', '101910.743000', '101910.746000', '101910.748000', '101910.751000', '101910.754000', '101910.756000', '101910.759000', '101910.761000', '101910.764000', '101910.767000', '101910.769000', '101910.772000', '101910.774000', '101910.777000', '101910.779000', '101910.782000', '101910.785000', '101910.787000', '101910.790000', '101910.792000', '101910.795000', '101910.798000', '101910.800000', '101910.803000', '101910.806000', '101910.808000', '101910.811000', '101910.814000', '101930.699000', '101930.702000', '101930.705000', '101930.708000', '101930.710000', '101930.713000', '101930.716000', '101930.718000', '101930.721000', '101930.724000', '101930.726000', '101930.729000', '101930.732000', '101930.734000', '101930.737000', '101930.739000', '101930.742000', '101930.745000', '101930.747000', '101930.750000', '101930.752000', '101930.755000', '101930.757000', '101930.760000', '101930.763000', '101930.765000', '101930.768000', '101930.770000', '101930.773000', '101930.775000', '101930.778000', '101930.780000', '101930.787000', '101930.790000', '101930.793000', '101930.795000', '101930.798000', '101930.801000', '101930.803000', '101930.806000', '101930.808000', '101930.811000', '101930.813000', '101930.816000', '101950.698000', '101950.701000', '101950.704000', '101950.706000', '101950.709000', '101950.712000', '101950.715000', '101950.717000', '101950.729000', '101950.742000', '101950.744000', '101950.748000', '101950.750000', '101950.753000', '101950.756000', '101950.758000', '101950.761000', '101950.763000', '101950.766000', '101950.769000', '101950.772000', '101950.774000', '101950.777000', '101950.780000', '101950.783000', '101950.786000', '101950.789000', '101950.791000', '101950.794000', '101950.797000', '101950.799000', '101950.802000', '101950.804000', '101950.807000', '101950.809000', '101950.812000', '101950.815000', '101950.817000', '101950.820000', '101950.823000', '101950.825000', '101950.828000', '101950.830000', '102010.699000', '102010.702000', '102010.705000', '102010.707000', '102010.710000', '102010.713000', '102010.715000', '102010.718000', '102010.721000', '102010.740000', '102010.742000', '102010.745000', '102010.748000', '102010.750000', '102010.753000', '102010.756000', '102010.758000', '102010.761000', '102010.764000', '102010.766000', '102010.769000', '102010.772000', '102010.774000', '102010.777000', '102010.779000', '102010.782000', '102010.785000', '102010.787000', '102010.790000', '102010.793000', '102010.795000', '102010.798000', '102010.800000', '102010.803000', '102010.806000', '102010.808000', '102010.811000', '102010.813000', '102010.816000', '102010.819000', '102010.821000', '102010.824000', '102010.827000', '102010.829000', '102030.699000', '102030.702000', '102030.705000', '102030.708000', '102030.710000', '102030.713000', '102030.715000', '102030.718000', '102030.721000', '102030.724000', '102030.726000', '102030.729000', '102030.732000', '102030.734000', '102030.737000', '102030.740000', '102030.742000', '102030.745000', '102030.747000', '102030.750000', '102030.753000', '102030.756000', '102030.758000', '102030.761000', '102030.763000', '102030.766000', '102030.769000', '102030.771000', '102030.774000', '102030.777000', '102030.779000', '102030.782000', '102030.785000', '102030.787000', '102030.790000', '102030.793000', '102030.795000', '102030.798000', '102030.800000', '102030.803000', '102030.806000', '102030.808000', '102030.811000', '102050.699000', '102050.701000', '102050.704000', '102050.707000', '102050.709000', '102050.712000', '102050.714000', '102050.717000', '102050.720000', '102050.722000', '102050.725000', '102050.727000', '102050.730000', '102050.733000', '102050.735000', '102050.738000', '102050.740000', '102050.743000', '102050.746000', '102050.748000', '102050.751000', '102050.753000', '102050.756000', '102050.759000', '102050.761000', '102050.764000', '102050.766000', '102050.769000', '102050.771000', '102050.774000', '102050.777000', '102050.779000', '102050.782000', '102050.784000', '102050.787000', '102050.790000', '102050.792000', '102050.795000', '102050.797000', '102050.800000', '102050.803000', '102050.805000', '102050.808000', '102050.810000', '102110.698000', '102110.701000', '102110.704000', '102110.706000', '102110.709000', '102110.712000', '102110.714000', '102110.717000', '102110.719000', '102110.722000', '102110.724000', '102110.727000', '102110.730000', '102110.732000', '102110.735000', '102110.737000', '102110.740000', '102110.742000', '102110.745000', '102110.748000', '102110.750000', '102110.753000', '102110.756000', '102110.758000', '102110.761000', '102110.763000', '102110.766000', '102110.768000', '102110.771000', '102110.774000', '102110.776000', '102110.779000', '102110.782000', '102110.814000', '102110.817000', '102110.819000', '102110.822000', '102110.826000', '102110.829000', '102110.832000', '102110.834000', '102110.837000', '102110.840000', '102130.698000', '102130.701000', '102130.704000', '102130.706000', '102130.709000', '102130.712000', '102130.714000', '102130.717000', '102130.720000', '102130.722000', '102130.725000', '102130.727000', '102130.730000', '102130.733000', '102130.735000', '102130.738000', '102130.740000', '102130.743000', '102130.746000', '102130.748000', '102130.751000', '102130.753000', '102130.756000', '102130.759000', '102130.761000', '102130.764000', '102130.767000', '102130.769000', '102130.772000', '102130.774000', '102130.777000', '102130.780000', '102130.782000', '102130.785000', '102130.787000', '102130.790000', '102130.793000', '102130.795000', '102130.798000', '102130.801000', '102130.803000', '102130.806000', '102130.808000', '102130.811000', '102150.699000', '102150.701000', '102150.704000', '102150.707000', '102150.709000', '102150.712000', '102150.714000', '102150.717000', '102150.719000', '102150.722000', '102150.725000', '102150.727000', '102150.730000', '102150.739000', '102150.742000', '102150.745000', '102150.747000', '102150.750000', '102150.752000', '102150.755000', '102150.758000', '102150.760000', '102150.763000', '102150.765000', '102150.768000', '102150.771000', '102150.773000', '102150.776000', '102150.778000', '102150.781000', '102150.784000', '102150.786000', '102150.790000', '102150.793000', '102150.803000', '102150.806000', '102150.808000', '102150.811000', '102150.813000', '102150.816000', '102150.819000', '102150.821000', '102150.824000', '102210.699000', '102210.701000', '102210.704000', '102210.707000', '102210.709000', '102210.712000', '102210.715000', '102210.717000', '102210.720000', '102210.722000', '102210.725000', '102210.728000', '102210.730000', '102210.733000', '102210.735000', '102210.738000', '102210.740000', '102210.743000', '102210.746000', '102210.748000', '102210.751000', '102210.753000', '102210.756000', '102210.758000', '102210.761000', '102210.763000', '102210.766000', '102210.769000', '102210.771000', '102210.774000', '102210.776000', '102210.779000', '102210.782000', '102210.784000', '102210.787000', '102210.789000', '102210.792000', '102210.794000', '102210.797000', '102210.800000', '102210.802000', '102210.805000', '102210.808000', '102210.810000', '102230.699000', '102230.702000', '102230.704000', '102230.707000', '102230.710000', '102230.712000', '102230.715000', '102230.717000', '102230.720000', '102230.723000', '102230.725000', '102230.728000', '102230.731000', '102230.733000', '102230.736000', '102230.739000', '102230.741000', '102230.744000', '102230.747000', '102230.749000', '102230.752000', '102230.755000', '102230.757000', '102230.760000', '102230.762000', '102230.765000', '102230.768000', '102230.770000', '102230.773000', '102230.776000', '102230.778000', '102230.781000', '102230.783000', '102230.786000', '102230.788000', '102230.791000', '102230.794000', '102230.796000', '102230.799000', '102230.802000', '102230.804000', '102230.807000', '102230.809000', '102250.712000', '102250.715000', '102250.718000', '102250.720000', '102250.723000', '102250.726000', '102250.728000', '102250.731000', '102250.733000', '102250.736000', '102250.738000', '102250.741000', '102250.744000', '102250.746000', '102250.749000', '102250.751000', '102250.754000', '102250.757000', '102250.759000', '102250.763000', '102250.765000', '102250.768000', '102250.771000', '102250.773000', '102250.776000', '102250.778000', '102250.781000', '102250.784000', '102250.786000', '102250.789000', '102250.791000', '102250.794000', '102250.796000', '102250.799000', '102250.802000', '102250.804000', '102250.807000', '102250.809000', '102250.812000', '102250.814000', '102250.817000', '102250.820000', '102250.822000', '102250.825000', '102310.698000', '102310.701000', '102310.704000', '102310.707000', '102310.710000', '102310.712000', '102310.715000', '102310.718000', '102310.720000', '102310.723000', '102310.725000', '102310.728000', '102310.731000', '102310.734000', '102310.736000', '102310.739000', '102310.742000', '102310.744000', '102310.747000', '102310.749000', '102310.752000', '102310.762000', '102310.764000', '102310.767000', '102310.770000', '102310.773000', '102310.775000', '102310.778000', '102310.781000', '102310.783000', '102310.786000', '102310.789000', '102310.791000', '102310.794000', '102310.797000', '102310.799000', '102310.802000', '102310.804000', '102310.807000', '102310.810000', '102310.812000', '102310.815000', '102310.817000', '102330.699000', '102330.702000', '102330.704000', '102330.707000', '102330.709000', '102330.712000', '102330.715000', '102330.717000', '102330.720000', '102330.722000', '102330.725000', '102330.728000', '102330.730000', '102330.733000', '102330.736000', '102330.738000', '102330.741000', '102330.744000', '102330.746000', '102330.749000', '102330.752000', '102330.754000', '102330.757000', '102330.760000', '102330.762000', '102330.765000', '102330.768000', '102330.770000', '102330.773000', '102330.776000', '102330.778000', '102330.781000', '102330.784000', '102330.786000', '102330.789000', '102330.792000', '102330.794000', '102330.797000', '102330.800000', '102330.802000', '102330.805000', '102330.808000', '102330.810000', '102330.813000', '102350.699000', '102350.701000', '102350.704000', '102350.707000', '102350.709000', '102350.712000', '102350.715000', '102350.717000', '102350.720000', '102350.722000', '102350.725000', '102350.728000', '102350.730000', '102350.733000', '102350.737000', '102350.740000', '102350.743000', '102350.745000', '102350.748000', '102350.751000', '102350.753000', '102350.756000', '102350.758000', '102350.761000', '102350.764000', '102350.766000', '102350.769000', '102350.772000', '102350.774000', '102350.777000', '102350.779000', '102350.782000', '102350.785000', '102350.787000', '102350.790000', '102350.792000', '102350.795000', '102350.797000', '102350.800000', '102350.802000', '102350.805000', '102350.808000', '102350.810000', '102410.699000', '102410.701000', '102410.704000', '102410.707000', '102410.709000', '102410.712000', '102410.715000', '102410.717000', '102410.720000', '102410.723000', '102410.725000', '102410.728000', '102410.731000', '102410.733000', '102410.736000', '102410.739000', '102410.741000', '102410.744000', '102410.746000', '102410.749000', '102410.752000', '102410.754000', '102410.757000', '102410.760000', '102410.762000', '102410.773000', '102410.775000', '102410.778000', '102410.781000', '102410.783000', '102410.786000', '102410.788000', '102410.791000', '102410.794000', '102410.796000', '102410.799000', '102410.801000', '102410.804000', '102410.807000', '102410.809000', '102410.812000', '102410.814000', '102410.817000', '102410.820000', '102430.699000', '102430.701000', '102430.704000', '102430.707000', '102430.710000', '102430.712000', '102430.715000', '102430.717000', '102430.720000', '102430.723000', '102430.725000', '102430.728000', '102430.731000', '102430.733000', '102430.736000', '102430.738000', '102430.741000', '102430.743000', '102430.746000', '102430.749000', '102430.751000', '102430.754000', '102430.757000', '102430.759000', '102430.762000', '102430.765000', '102430.767000', '102430.770000', '102430.773000', '102430.775000', '102430.778000', '102430.781000', '102430.792000', '102430.795000', '102430.797000', '102430.800000', '102430.803000', '102430.806000', '102430.808000', '102430.811000', '102430.814000', '102430.817000', '102430.819000', '102450.698000', '102450.702000', '102450.705000', '102450.708000', '102450.711000', '102450.714000', '102450.716000', '102450.719000', '102450.722000', '102450.724000', '102450.727000', '102450.730000', '102450.732000', '102450.735000', '102450.738000', '102450.740000', '102450.743000', '102450.746000', '102450.748000', '102450.751000', '102450.753000', '102450.756000', '102450.759000', '102450.761000', '102450.764000', '102450.767000', '102450.769000', '102450.772000', '102450.774000', '102450.777000', '102450.780000', '102450.782000', '102450.785000', '102450.788000', '102450.790000', '102450.793000', '102450.795000', '102450.798000', '102450.801000', '102450.803000', '102450.806000', '102450.808000', '102450.811000', '102450.813000', '102510.699000', '102510.702000', '102510.705000', '102510.708000', '102510.711000', '102510.713000', '102510.716000', '102510.719000', '102510.722000', '102510.724000', '102510.727000', '102510.730000', '102510.733000', '102510.736000', '102510.738000', '102510.741000', '102510.744000', '102510.746000', '102510.749000', '102510.751000', '102510.754000', '102510.757000', '102510.759000', '102510.762000', '102510.765000', '102510.767000', '102510.770000', '102510.773000', '102510.775000', '102510.778000', '102510.780000', '102510.783000', '102510.786000', '102510.788000', '102510.791000', '102510.794000', '102510.796000', '102510.799000', '102510.801000', '102510.804000', '102510.807000', '102510.809000', '102510.812000', '102530.699000', '102530.702000', '102530.704000', '102530.707000', '102530.710000', '102530.712000', '102530.715000', '102530.718000', '102530.720000', '102530.723000', '102530.725000', '102530.728000', '102530.731000', '102530.733000', '102530.736000', '102530.739000', '102530.741000', '102530.750000', '102530.753000', '102530.756000', '102530.758000', '102530.761000', '102530.764000', '102530.766000', '102530.769000', '102530.772000', '102530.774000', '102530.777000', '102530.780000', '102530.782000', '102530.785000', '102530.788000', '102530.790000', '102530.793000', '102530.795000', '102530.798000', '102530.811000', '102530.814000', '102530.816000', '102530.819000', '102530.822000', '102530.824000', '102530.827000', '102530.830000', '102550.699000', '102550.702000', '102550.705000', '102550.707000', '102550.710000', '102550.713000', '102550.716000', '102550.718000', '102550.721000', '102550.723000', '102550.726000', '102550.729000', '102550.731000', '102550.734000', '102550.737000', '102550.739000', '102550.742000', '102550.745000', '102550.747000', '102550.750000', '102550.753000', '102550.755000', '102550.758000', '102550.761000', '102550.763000', '102550.766000', '102550.769000', '102550.771000', '102550.774000', '102550.776000', '102550.779000', '102550.782000', '102550.784000', '102550.787000', '102550.790000', '102550.792000', '102550.795000', '102550.798000', '102550.800000', '102550.803000', '102550.805000', '102550.808000', '102550.811000', '102610.699000', '102610.701000', '102610.704000', '102610.707000', '102610.709000', '102610.712000', '102610.715000', '102610.718000', '102610.720000', '102610.723000', '102610.726000', '102610.728000', '102610.731000', '102610.734000', '102610.736000', '102610.739000', '102610.743000', '102610.746000', '102610.749000', '102610.751000', '102610.754000', '102610.757000', '102610.759000', '102610.762000', '102610.765000', '102610.767000', '102610.770000', '102610.773000', '102610.775000', '102610.778000', '102610.781000', '102610.783000', '102610.786000', '102610.789000', '102610.791000', '102610.794000', '102610.797000', '102610.800000', '102610.803000', '102610.805000', '102610.808000', '102610.811000', '102610.813000', '102610.816000', '102630.699000', '102630.701000', '102630.704000', '102630.707000', '102630.710000', '102630.712000', '102630.715000', '102630.718000', '102630.720000', '102630.723000', '102630.725000', '102630.728000', '102630.731000', '102630.733000', '102630.736000', '102630.739000', '102630.745000', '102630.748000', '102630.750000', '102630.753000', '102630.756000', '102630.758000', '102630.761000', '102630.764000', '102630.766000', '102630.769000', '102630.772000', '102630.774000', '102630.777000', '102630.779000', '102630.782000', '102630.785000', '102630.787000', '102630.790000', '102630.793000', '102630.795000', '102630.798000', '102630.801000', '102630.803000', '102630.806000', '102630.817000', '102630.819000', '102630.822000', '102642.008000', '102642.011000', '102642.014000', '102642.016000', '102642.019000', '102642.022000', '102642.024000', '102642.027000', '102642.030000', '102642.032000', '102642.035000', '102642.038000', '102642.040000', '102642.043000', '102642.045000', '102642.048000', '102642.051000', '102642.053000', '102642.056000', '102642.059000', '102642.062000', '102642.064000', '102642.067000', '102642.070000', '102642.072000'], 'InstanceCreationTime': ['101810.765000', '101810.768000', '101810.771000', '101810.774000', '101810.776000', '101810.779000', '101810.781000', '101810.784000', '101810.786000', '101810.789000', '101810.792000', '101810.794000', '101810.797000', '101810.799000', '101810.802000', '101810.804000', '101810.807000', '101810.810000', '101810.812000', '101810.815000', '101810.817000', '101810.820000', '101810.822000', '101810.825000', '101810.827000', '101810.830000', '101810.832000', '101810.835000', '101810.838000', '101810.840000', '101810.843000', '101810.845000', '101810.848000', '101810.850000', '101810.853000', '101810.855000', '101810.858000', '101810.861000', '101810.863000', '101810.866000', '101810.868000', '101810.871000', '101810.874000', '101810.876000', '101830.699000', '101830.702000', '101830.705000', '101830.708000', '101830.710000', '101830.713000', '101830.716000', '101830.718000', '101830.721000', '101830.723000', '101830.726000', '101830.729000', '101830.731000', '101830.734000', '101830.736000', '101830.739000', '101830.742000', '101830.745000', '101830.748000', '101830.751000', '101830.753000', '101830.756000', '101830.758000', '101830.761000', '101830.764000', '101830.766000', '101830.769000', '101830.771000', '101830.774000', '101830.777000', '101830.779000', '101830.782000', '101830.784000', '101830.787000', '101830.789000', '101830.792000', '101830.795000', '101830.797000', '101830.800000', '101830.802000', '101830.805000', '101830.807000', '101830.810000', '101850.698000', '101850.701000', '101850.704000', '101850.707000', '101850.709000', '101850.719000', '101850.721000', '101850.724000', '101850.727000', '101850.729000', '101850.732000', '101850.735000', '101850.737000', '101850.740000', '101850.743000', '101850.745000', '101850.748000', '101850.751000', '101850.753000', '101850.756000', '101850.758000', '101850.761000', '101850.763000', '101850.766000', '101850.769000', '101850.771000', '101850.774000', '101850.776000', '101850.779000', '101850.782000', '101850.784000', '101850.787000', '101850.789000', '101850.792000', '101850.794000', '101850.797000', '101850.800000', '101850.803000', '101850.805000', '101850.808000', '101850.811000', '101850.813000', '101850.816000', '101850.819000', '101910.698000', '101910.701000', '101910.704000', '101910.706000', '101910.709000', '101910.712000', '101910.720000', '101910.723000', '101910.725000', '101910.728000', '101910.731000', '101910.733000', '101910.736000', '101910.738000', '101910.741000', '101910.743000', '101910.746000', '101910.748000', '101910.751000', '101910.754000', '101910.756000', '101910.759000', '101910.761000', '101910.764000', '101910.767000', '101910.769000', '101910.772000', '101910.774000', '101910.777000', '101910.779000', '101910.782000', '101910.785000', '101910.787000', '101910.790000', '101910.792000', '101910.795000', '101910.798000', '101910.800000', '101910.803000', '101910.806000', '101910.808000', '101910.811000', '101910.814000', '101930.699000', '101930.702000', '101930.705000', '101930.708000', '101930.710000', '101930.713000', '101930.716000', '101930.718000', '101930.721000', '101930.724000', '101930.726000', '101930.729000', '101930.732000', '101930.734000', '101930.737000', '101930.739000', '101930.742000', '101930.745000', '101930.747000', '101930.750000', '101930.752000', '101930.755000', '101930.757000', '101930.760000', '101930.763000', '101930.765000', '101930.768000', '101930.770000', '101930.773000', '101930.775000', '101930.778000', '101930.780000', '101930.787000', '101930.790000', '101930.793000', '101930.795000', '101930.798000', '101930.801000', '101930.803000', '101930.806000', '101930.808000', '101930.811000', '101930.813000', '101930.816000', '101950.698000', '101950.701000', '101950.704000', '101950.706000', '101950.709000', '101950.712000', '101950.715000', '101950.717000', '101950.729000', '101950.742000', '101950.744000', '101950.748000', '101950.750000', '101950.753000', '101950.756000', '101950.758000', '101950.761000', '101950.763000', '101950.766000', '101950.769000', '101950.772000', '101950.774000', '101950.777000', '101950.780000', '101950.783000', '101950.786000', '101950.789000', '101950.791000', '101950.794000', '101950.797000', '101950.799000', '101950.802000', '101950.804000', '101950.807000', '101950.809000', '101950.812000', '101950.815000', '101950.817000', '101950.820000', '101950.823000', '101950.825000', '101950.828000', '101950.830000', '102010.699000', '102010.702000', '102010.705000', '102010.707000', '102010.710000', '102010.713000', '102010.715000', '102010.718000', '102010.721000', '102010.740000', '102010.742000', '102010.745000', '102010.748000', '102010.750000', '102010.753000', '102010.756000', '102010.758000', '102010.761000', '102010.764000', '102010.766000', '102010.769000', '102010.772000', '102010.774000', '102010.777000', '102010.779000', '102010.782000', '102010.785000', '102010.787000', '102010.790000', '102010.793000', '102010.795000', '102010.798000', '102010.800000', '102010.803000', '102010.806000', '102010.808000', '102010.811000', '102010.813000', '102010.816000', '102010.819000', '102010.821000', '102010.824000', '102010.827000', '102010.829000', '102030.699000', '102030.702000', '102030.705000', '102030.708000', '102030.710000', '102030.713000', '102030.715000', '102030.718000', '102030.721000', '102030.724000', '102030.726000', '102030.729000', '102030.732000', '102030.734000', '102030.737000', '102030.740000', '102030.742000', '102030.745000', '102030.747000', '102030.750000', '102030.753000', '102030.756000', '102030.758000', '102030.761000', '102030.763000', '102030.766000', '102030.769000', '102030.771000', '102030.774000', '102030.777000', '102030.779000', '102030.782000', '102030.785000', '102030.787000', '102030.790000', '102030.793000', '102030.795000', '102030.798000', '102030.800000', '102030.803000', '102030.806000', '102030.808000', '102030.811000', '102050.699000', '102050.701000', '102050.704000', '102050.707000', '102050.709000', '102050.712000', '102050.714000', '102050.717000', '102050.720000', '102050.722000', '102050.725000', '102050.727000', '102050.730000', '102050.733000', '102050.735000', '102050.738000', '102050.740000', '102050.743000', '102050.746000', '102050.748000', '102050.751000', '102050.753000', '102050.756000', '102050.759000', '102050.761000', '102050.764000', '102050.766000', '102050.769000', '102050.771000', '102050.774000', '102050.777000', '102050.779000', '102050.782000', '102050.784000', '102050.787000', '102050.790000', '102050.792000', '102050.795000', '102050.797000', '102050.800000', '102050.803000', '102050.805000', '102050.808000', '102050.810000', '102110.698000', '102110.701000', '102110.704000', '102110.706000', '102110.709000', '102110.712000', '102110.714000', '102110.717000', '102110.719000', '102110.722000', '102110.724000', '102110.727000', '102110.730000', '102110.732000', '102110.735000', '102110.737000', '102110.740000', '102110.742000', '102110.745000', '102110.748000', '102110.750000', '102110.753000', '102110.756000', '102110.758000', '102110.761000', '102110.763000', '102110.766000', '102110.768000', '102110.771000', '102110.774000', '102110.776000', '102110.779000', '102110.782000', '102110.814000', '102110.817000', '102110.819000', '102110.822000', '102110.826000', '102110.829000', '102110.832000', '102110.834000', '102110.837000', '102110.840000', '102130.698000', '102130.701000', '102130.704000', '102130.706000', '102130.709000', '102130.712000', '102130.714000', '102130.717000', '102130.720000', '102130.722000', '102130.725000', '102130.727000', '102130.730000', '102130.733000', '102130.735000', '102130.738000', '102130.740000', '102130.743000', '102130.746000', '102130.748000', '102130.751000', '102130.753000', '102130.756000', '102130.759000', '102130.761000', '102130.764000', '102130.767000', '102130.769000', '102130.772000', '102130.774000', '102130.777000', '102130.780000', '102130.782000', '102130.785000', '102130.787000', '102130.790000', '102130.793000', '102130.795000', '102130.798000', '102130.801000', '102130.803000', '102130.806000', '102130.808000', '102130.811000', '102150.699000', '102150.701000', '102150.704000', '102150.707000', '102150.709000', '102150.712000', '102150.714000', '102150.717000', '102150.719000', '102150.722000', '102150.725000', '102150.727000', '102150.730000', '102150.739000', '102150.742000', '102150.745000', '102150.747000', '102150.750000', '102150.752000', '102150.755000', '102150.758000', '102150.760000', '102150.763000', '102150.765000', '102150.768000', '102150.771000', '102150.773000', '102150.776000', '102150.778000', '102150.781000', '102150.784000', '102150.786000', '102150.790000', '102150.793000', '102150.803000', '102150.806000', '102150.808000', '102150.811000', '102150.813000', '102150.816000', '102150.819000', '102150.821000', '102150.824000', '102210.699000', '102210.701000', '102210.704000', '102210.707000', '102210.709000', '102210.712000', '102210.715000', '102210.717000', '102210.720000', '102210.722000', '102210.725000', '102210.728000', '102210.730000', '102210.733000', '102210.735000', '102210.738000', '102210.740000', '102210.743000', '102210.746000', '102210.748000', '102210.751000', '102210.753000', '102210.756000', '102210.758000', '102210.761000', '102210.763000', '102210.766000', '102210.769000', '102210.771000', '102210.774000', '102210.776000', '102210.779000', '102210.782000', '102210.784000', '102210.787000', '102210.789000', '102210.792000', '102210.794000', '102210.797000', '102210.800000', '102210.802000', '102210.805000', '102210.808000', '102210.810000', '102230.699000', '102230.702000', '102230.704000', '102230.707000', '102230.710000', '102230.712000', '102230.715000', '102230.717000', '102230.720000', '102230.723000', '102230.725000', '102230.728000', '102230.731000', '102230.733000', '102230.736000', '102230.739000', '102230.741000', '102230.744000', '102230.747000', '102230.749000', '102230.752000', '102230.755000', '102230.757000', '102230.760000', '102230.762000', '102230.765000', '102230.768000', '102230.770000', '102230.773000', '102230.776000', '102230.778000', '102230.781000', '102230.783000', '102230.786000', '102230.788000', '102230.791000', '102230.794000', '102230.796000', '102230.799000', '102230.802000', '102230.804000', '102230.807000', '102230.809000', '102250.712000', '102250.715000', '102250.718000', '102250.720000', '102250.723000', '102250.726000', '102250.728000', '102250.731000', '102250.733000', '102250.736000', '102250.738000', '102250.741000', '102250.744000', '102250.746000', '102250.749000', '102250.751000', '102250.754000', '102250.757000', '102250.759000', '102250.763000', '102250.765000', '102250.768000', '102250.771000', '102250.773000', '102250.776000', '102250.778000', '102250.781000', '102250.784000', '102250.786000', '102250.789000', '102250.791000', '102250.794000', '102250.796000', '102250.799000', '102250.802000', '102250.804000', '102250.807000', '102250.809000', '102250.812000', '102250.814000', '102250.817000', '102250.820000', '102250.822000', '102250.825000', '102310.698000', '102310.701000', '102310.704000', '102310.707000', '102310.710000', '102310.712000', '102310.715000', '102310.718000', '102310.720000', '102310.723000', '102310.725000', '102310.728000', '102310.731000', '102310.734000', '102310.736000', '102310.739000', '102310.742000', '102310.744000', '102310.747000', '102310.749000', '102310.752000', '102310.762000', '102310.764000', '102310.767000', '102310.770000', '102310.773000', '102310.775000', '102310.778000', '102310.781000', '102310.783000', '102310.786000', '102310.789000', '102310.791000', '102310.794000', '102310.797000', '102310.799000', '102310.802000', '102310.804000', '102310.807000', '102310.810000', '102310.812000', '102310.815000', '102310.817000', '102330.699000', '102330.702000', '102330.704000', '102330.707000', '102330.709000', '102330.712000', '102330.715000', '102330.717000', '102330.720000', '102330.722000', '102330.725000', '102330.728000', '102330.730000', '102330.733000', '102330.736000', '102330.738000', '102330.741000', '102330.744000', '102330.746000', '102330.749000', '102330.752000', '102330.754000', '102330.757000', '102330.760000', '102330.762000', '102330.765000', '102330.768000', '102330.770000', '102330.773000', '102330.776000', '102330.778000', '102330.781000', '102330.784000', '102330.786000', '102330.789000', '102330.792000', '102330.794000', '102330.797000', '102330.800000', '102330.802000', '102330.805000', '102330.808000', '102330.810000', '102330.813000', '102350.699000', '102350.701000', '102350.704000', '102350.707000', '102350.709000', '102350.712000', '102350.715000', '102350.717000', '102350.720000', '102350.722000', '102350.725000', '102350.728000', '102350.730000', '102350.733000', '102350.737000', '102350.740000', '102350.743000', '102350.745000', '102350.748000', '102350.751000', '102350.753000', '102350.756000', '102350.758000', '102350.761000', '102350.764000', '102350.766000', '102350.769000', '102350.772000', '102350.774000', '102350.777000', '102350.779000', '102350.782000', '102350.785000', '102350.787000', '102350.790000', '102350.792000', '102350.795000', '102350.797000', '102350.800000', '102350.802000', '102350.805000', '102350.808000', '102350.810000', '102410.699000', '102410.701000', '102410.704000', '102410.707000', '102410.709000', '102410.712000', '102410.715000', '102410.717000', '102410.720000', '102410.723000', '102410.725000', '102410.728000', '102410.731000', '102410.733000', '102410.736000', '102410.739000', '102410.741000', '102410.744000', '102410.746000', '102410.749000', '102410.752000', '102410.754000', '102410.757000', '102410.760000', '102410.762000', '102410.773000', '102410.775000', '102410.778000', '102410.781000', '102410.783000', '102410.786000', '102410.788000', '102410.791000', '102410.794000', '102410.796000', '102410.799000', '102410.801000', '102410.804000', '102410.807000', '102410.809000', '102410.812000', '102410.814000', '102410.817000', '102410.820000', '102430.699000', '102430.701000', '102430.704000', '102430.707000', '102430.710000', '102430.712000', '102430.715000', '102430.717000', '102430.720000', '102430.723000', '102430.725000', '102430.728000', '102430.731000', '102430.733000', '102430.736000', '102430.738000', '102430.741000', '102430.743000', '102430.746000', '102430.749000', '102430.751000', '102430.754000', '102430.757000', '102430.759000', '102430.762000', '102430.765000', '102430.767000', '102430.770000', '102430.773000', '102430.775000', '102430.778000', '102430.781000', '102430.792000', '102430.795000', '102430.797000', '102430.800000', '102430.803000', '102430.806000', '102430.808000', '102430.811000', '102430.814000', '102430.817000', '102430.819000', '102450.698000', '102450.702000', '102450.705000', '102450.708000', '102450.711000', '102450.714000', '102450.716000', '102450.719000', '102450.722000', '102450.724000', '102450.727000', '102450.730000', '102450.732000', '102450.735000', '102450.738000', '102450.740000', '102450.743000', '102450.746000', '102450.748000', '102450.751000', '102450.753000', '102450.756000', '102450.759000', '102450.761000', '102450.764000', '102450.767000', '102450.769000', '102450.772000', '102450.774000', '102450.777000', '102450.780000', '102450.782000', '102450.785000', '102450.788000', '102450.790000', '102450.793000', '102450.795000', '102450.798000', '102450.801000', '102450.803000', '102450.806000', '102450.808000', '102450.811000', '102450.813000', '102510.699000', '102510.702000', '102510.705000', '102510.708000', '102510.711000', '102510.713000', '102510.716000', '102510.719000', '102510.722000', '102510.724000', '102510.727000', '102510.730000', '102510.733000', '102510.736000', '102510.738000', '102510.741000', '102510.744000', '102510.746000', '102510.749000', '102510.751000', '102510.754000', '102510.757000', '102510.759000', '102510.762000', '102510.765000', '102510.767000', '102510.770000', '102510.773000', '102510.775000', '102510.778000', '102510.780000', '102510.783000', '102510.786000', '102510.788000', '102510.791000', '102510.794000', '102510.796000', '102510.799000', '102510.801000', '102510.804000', '102510.807000', '102510.809000', '102510.812000', '102530.699000', '102530.702000', '102530.704000', '102530.707000', '102530.710000', '102530.712000', '102530.715000', '102530.718000', '102530.720000', '102530.723000', '102530.725000', '102530.728000', '102530.731000', '102530.733000', '102530.736000', '102530.739000', '102530.741000', '102530.750000', '102530.753000', '102530.756000', '102530.758000', '102530.761000', '102530.764000', '102530.766000', '102530.769000', '102530.772000', '102530.774000', '102530.777000', '102530.780000', '102530.782000', '102530.785000', '102530.788000', '102530.790000', '102530.793000', '102530.795000', '102530.798000', '102530.811000', '102530.814000', '102530.816000', '102530.819000', '102530.822000', '102530.824000', '102530.827000', '102530.830000', '102550.699000', '102550.702000', '102550.705000', '102550.707000', '102550.710000', '102550.713000', '102550.716000', '102550.718000', '102550.721000', '102550.723000', '102550.726000', '102550.729000', '102550.731000', '102550.734000', '102550.737000', '102550.739000', '102550.742000', '102550.745000', '102550.747000', '102550.750000', '102550.753000', '102550.755000', '102550.758000', '102550.761000', '102550.763000', '102550.766000', '102550.769000', '102550.771000', '102550.774000', '102550.776000', '102550.779000', '102550.782000', '102550.784000', '102550.787000', '102550.790000', '102550.792000', '102550.795000', '102550.798000', '102550.800000', '102550.803000', '102550.805000', '102550.808000', '102550.811000', '102610.699000', '102610.701000', '102610.704000', '102610.707000', '102610.709000', '102610.712000', '102610.715000', '102610.718000', '102610.720000', '102610.723000', '102610.726000', '102610.728000', '102610.731000', '102610.734000', '102610.736000', '102610.739000', '102610.743000', '102610.746000', '102610.749000', '102610.751000', '102610.754000', '102610.757000', '102610.759000', '102610.762000', '102610.765000', '102610.767000', '102610.770000', '102610.773000', '102610.775000', '102610.778000', '102610.781000', '102610.783000', '102610.786000', '102610.789000', '102610.791000', '102610.794000', '102610.797000', '102610.800000', '102610.803000', '102610.805000', '102610.808000', '102610.811000', '102610.813000', '102610.816000', '102630.699000', '102630.701000', '102630.704000', '102630.707000', '102630.710000', '102630.712000', '102630.715000', '102630.718000', '102630.720000', '102630.723000', '102630.725000', '102630.728000', '102630.731000', '102630.733000', '102630.736000', '102630.739000', '102630.745000', '102630.748000', '102630.750000', '102630.753000', '102630.756000', '102630.758000', '102630.761000', '102630.764000', '102630.766000', '102630.769000', '102630.772000', '102630.774000', '102630.777000', '102630.779000', '102630.782000', '102630.785000', '102630.787000', '102630.790000', '102630.793000', '102630.795000', '102630.798000', '102630.801000', '102630.803000', '102630.806000', '102630.817000', '102630.819000', '102630.822000', '102642.008000', '102642.011000', '102642.014000', '102642.016000', '102642.019000', '102642.022000', '102642.024000', '102642.027000', '102642.030000', '102642.032000', '102642.035000', '102642.038000', '102642.040000', '102642.043000', '102642.045000', '102642.048000', '102642.051000', '102642.053000', '102642.056000', '102642.059000', '102642.062000', '102642.064000', '102642.067000', '102642.070000', '102642.072000'], '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': [10878, 15122, 10688, 15511, 11439, 15352, 11038, 9949, 10789, 10796, 10436, 11215, 9741, 11242, 14394, 12066, 12349, 10882, 10169, 13404, 10962, 13033, 13729, 11880, 14346, 12533, 10120, 10152, 10174, 10184, 11302, 9881, 13322, 10839, 9967, 9752, 10099, 9999, 9962, 10106, 9735, 12332, 10600, 9446, 11056, 9522, 11350, 11056, 10756, 11261, 10647, 11044, 10904, 10686, 10744, 12918, 11195, 10800, 10525, 11121, 10466, 11008, 10557, 10431, 13540, 11336, 10523, 10474, 10380, 10962, 10570, 11388, 10935, 11836, 10408, 12113, 10120, 10037, 12809, 9931, 11941, 11537, 9953, 11397, 9868, 11670, 13060, 11066, 14022, 10298, 12853, 10195, 11699, 10611, 9586, 10697, 10849, 9867, 11014, 9999, 11188, 11125, 10782, 10723, 9927, 10328, 9936, 11192, 11191, 10942, 11474, 12972, 10594, 10006, 10216, 9845, 11280, 13717, 11453, 14201, 11455, 13075, 11312, 9426, 11641, 9984, 11522, 12853, 10263, 10586, 10138, 10855, 9965, 11090, 9863, 10789, 10232, 11692, 9793, 11202, 10082, 11476, 12427, 11482, 12721, 10574, 11566, 10182, 10858, 10397, 10728, 10396, 11011, 9897, 10462, 9782, 9735, 11522, 11233, 13556, 10553, 11159, 10255, 11204, 10227, 9835, 11968, 10900, 9971, 10350, 9775, 11537, 9803, 11623, 12932, 10699, 10574, 10452, 11422, 10231, 10916, 13654, 9161, 9714, 10816, 9809, 10388, 13209, 9469, 11826, 9391, 10113, 9585, 10317, 11766, 9528, 14566, 10488, 13779, 10247, 13098, 10097, 15158, 11618, 11316, 9677, 9354, 9755, 10359, 9862, 10577, 9431, 9027, 9664, 10286, 9597, 9749, 9492, 10667, 9281, 10120, 9890, 9891, 11855, 9763, 13561, 10071, 13857, 11089, 13790, 10099, 9450, 9328, 9255, 10206, 9420, 9788, 9306, 10900, 9183, 10522, 11133, 9860, 12696, 9576, 10560, 9939, 12844, 12092, 15517, 12315, 13868, 10597, 13341, 9888, 9628, 9222, 9526, 9852, 9429, 10249, 9436, 10873, 9403, 10450, 9625, 10234, 11029, 10150, 13490, 9736, 12292, 9846, 11515, 10436, 13037, 10923, 12452, 10619, 9600, 9934, 9765, 10552, 9843, 9238, 10165, 10963, 11251, 10606, 11768, 10207, 12674, 10096, 11657, 9798, 9681, 11310, 13855, 9903, 14169, 10352, 12702, 10214, 10744, 10140, 10999, 10028, 11207, 9977, 9891, 9741, 9643, 10084, 9760, 9850, 12385, 9854, 10319, 10023, 10619, 10251, 10216, 10127, 10061, 9947, 10446, 10020, 11046, 10381, 10770, 10302, 10629, 10189, 11038, 9833, 11058, 10040, 11068, 14579, 11340, 10728, 11256, 10065, 9690, 10138, 11058, 10278, 10022, 10272, 11290, 10727, 11230, 10918, 10637, 11159, 10441, 10478, 9964, 12185, 10036, 14703, 10733, 14613, 9906, 11023, 10497, 10144, 10417, 10440, 10568, 10610, 11433, 10491, 11127, 10585, 11108, 10866, 11674, 10740, 11680, 10333, 11280, 12187, 11024, 11272, 10854, 14512, 11722, 14319, 11682, 11513, 9877, 10134, 9981, 9849, 14629, 10761, 12706, 10884, 12048, 11093, 10161, 11721, 10263, 11540, 10978, 11315, 11126, 10939, 11567, 10983, 11051, 10934, 10192, 10334, 10907, 13892, 11106, 14020, 10836, 14040, 10836, 10207, 10915, 10184, 10325, 10416, 11718, 10382, 10085, 10502, 10729, 10777, 10598, 11096, 10970, 10976, 11075, 10226, 10443, 9851, 11050, 9875, 10372, 11689, 10013, 12206, 10362, 10977, 9734, 14328, 11185, 13805, 10270, 11966, 9417, 9443, 12909, 10696, 14885, 13116, 12293, 9345, 10322, 9640, 9128, 9264, 8987, 9292, 9919, 8952, 9420, 9216, 9928, 11562, 9884, 10135, 9636, 10951, 9485, 11032, 9344, 12815, 9443, 11317, 9412, 9600, 8980, 11719, 8972, 9094, 9206, 9372, 9155, 9311, 9273, 8753, 9064, 10114, 11388, 9138, 9455, 8781, 9136, 8866, 9685, 8987, 8970, 8613, 9632, 10151, 9536, 12243, 10054, 12777, 10038, 12788, 9822, 9176, 10538, 9406, 8978, 12341, 9471, 9412, 8818, 8971, 10248, 10538, 10538, 11577, 9801, 10410, 9427, 12386, 11595, 14007, 9852, 12886, 9180, 11097, 9119, 9095, 9443, 9308, 10616, 9587, 10394, 9897, 10192, 9819, 10495, 9944, 10153, 10896, 9638, 12591, 8484, 14289, 8775, 14496, 11697, 13954, 8460, 9479, 9554, 12366, 10156, 12702, 10080, 12981, 9499, 9438, 9998, 9475, 10307, 9665, 9321, 9251, 9276, 9610, 10001, 9921, 9880, 10115, 10124, 10072, 9891, 9927, 9422, 9827, 10579, 10787, 10055, 10727, 9676, 10276, 12751, 8841, 13810, 11137, 14611, 11590, 14634, 11836, 13883, 9532, 9401, 9605, 9843, 14248, 9417, 14039, 9532, 12820, 10189, 9620, 10694, 9886, 10276, 10066, 9807, 10141, 10116, 10349, 9757, 10196, 11560, 10275, 10975, 11622, 10848, 12134, 10283, 12769, 10781, 13428, 9980, 13180, 9838, 9893, 9851, 9450, 10396, 13342, 9087, 14568, 9191, 9534, 9393, 9770, 10464, 9755, 11860, 9938, 9588, 10084, 10359, 10114, 10896, 9749, 9724, 10881, 10792, 10797, 10174, 10733, 9700, 15522, 12519, 15191, 9931, 12411, 9990, 13656, 9878, 15419, 11194, 14699, 10004, 11169, 10342, 10853, 10253, 13123, 9905, 13089, 10103, 10956, 10062, 11201, 10043, 10370, 9999, 9665, 10483, 9889, 10893, 10799, 10246, 10115, 10052, 10656, 9868, 9971, 10673, 10268, 11657, 11188, 10160, 10601, 10154, 10344, 10141, 11824, 10177, 11469, 10290, 10620, 10435, 10401, 10630, 10707, 10084, 9320, 10889, 10283, 10161, 10283, 10101, 13387, 9812, 15734, 9951, 13015, 9757, 12778, 10657, 11269, 10936, 9760, 10108, 9549, 10073, 9706, 10899, 10149, 10472, 10282, 10287, 9868, 10053, 9965, 11072, 10185, 11029, 9900, 10559, 10989, 9868, 10575, 9743, 12106, 9611, 15109, 11916, 15688, 9322, 14130, 9559, 15289, 10903, 15622, 13038, 15407, 9610, 12665, 10125, 12168, 9746, 15253, 10811, 14480, 10517, 9742, 10501, 9915, 9504, 9754, 9793, 10028, 9970, 10119, 9991, 10204, 10098, 10206, 9998, 9833, 10089, 10046, 10070, 10234, 9751, 9766, 9477, 10839, 9502, 9861, 9788, 12009, 10043, 11335, 9907, 13011, 10331, 14180, 9891, 9777, 10073, 9899, 9875, 14687, 12715, 14875, 9672, 13635, 9886, 12474, 10130, 9757, 9801, 9826, 9819, 9786, 9860, 9876, 10175, 10103, 10295, 10082, 10409, 10083, 10429, 10674, 10089, 10705, 9859, 11991, 10414, 12793, 9792, 14445, 9885, 13675, 10071, 10399, 9112, 10862, 9618, 9380, 9980, 9876, 10094, 9691, 9526, 9599, 10650, 10015, 10803, 11541, 10192, 13798, 10450, 14419, 9695, 13178, 9539, 15051, 12159, 15216, 9590, 12847, 10909, 16110, 10940, 15790, 12393, 14623, 9893, 12701, 10144, 9957, 9528, 12650, 9968, 9850, 9850, 10027, 10162, 10156, 9317, 9950, 9326, 10317, 10535, 10053, 10816, 10060, 10276, 11529, 10771, 12633, 10522, 11632, 10579, 12337, 10253, 10635, 11379, 9696, 10054, 9649, 10361, 9981, 9514, 9926, 10979, 10467, 10501, 10445, 9976, 10499, 10902, 10248, 11689, 9672, 10879, 9853, 11277, 10029, 10355, 10193, 10142, 9763, 9902, 10038, 10761, 9856, 10465, 10997, 10951, 13769, 10356, 9729, 10521, 12186, 9715, 13190, 9739, 11137, 10302, 10727, 10039, 14203, 10290, 12327, 10449, 10240, 11398, 10198, 10545, 13462, 10463, 14832, 10302, 13716, 10193, 13879, 10337, 13457, 10375, 14195, 10583, 10175, 11288, 10690, 10739, 11108, 10525, 11555, 10328, 10202, 10265, 10318, 10087, 14957, 11321, 14523, 10377, 11853, 10322, 10052, 10492, 10002, 10015, 11002, 10287, 9782, 10238, 11487, 10640, 10568, 10018, 11519, 10341, 10217, 10354, 10983, 10355, 10470, 10473, 9326, 13057, 10804, 9717, 10240, 13207, 10154, 11349, 12264, 10793, 9821, 10079, 10192, 10172, 10676, 9462, 9938, 11507, 10033, 12156, 10258, 12140, 10578, 12488, 9918, 11902, 9614, 10082, 10055, 9901, 10297, 9883, 10256, 12689, 10868, 12143, 10805, 13102, 10555, 13080, 9885, 11542, 9484, 9851, 10085, 10049, 10120, 10344, 9809, 9959, 9205, 9989, 10407, 10048, 10794, 10207, 10429, 9778, 10074, 10883, 10734, 11431, 10437, 13174, 9917, 14632, 12605, 15089, 10055, 12779, 10085, 12842, 10050, 13367, 10354, 12282, 9680, 10058, 10521, 10228, 10330, 12796, 10063, 13306, 10073, 10309, 10404, 10176, 10338, 10424, 10353, 10238, 9916, 10330, 10526, 10288, 10753, 10416, 10946, 11283, 10318, 14587, 10980, 12410, 9975, 12201, 9929, 14973, 12240, 15384, 10325, 13822, 10594, 12438, 10496, 10461, 9382, 10216, 10432, 10284, 10766, 10314, 10236, 10487, 9558, 10362, 10308, 10551, 10686, 10111, 10965, 10289, 10311, 11106], 'WindowCenter': [3893.0, 3909.0, 3862.0, 3880.0, 3860.0, 3879.0, 3844.0, 3821.0, 3857.0, 3846.0, 3850.0, 3850.0, 3825.0, 3848.0, 3867.0, 3857.0, 3859.0, 3837.0, 3824.0, 3859.0, 3834.0, 3857.0, 3856.0, 3835.0, 3853.0, 3844.0, 3811.0, 3821.0, 3808.0, 3808.0, 3820.0, 3809.0, 3842.0, 3834.0, 3810.0, 3809.0, 3820.0, 3819.0, 3810.0, 3821.0, 3797.0, 3842.0, 3831.0, 3810.0, 3832.0, 3820.0, 3846.0, 3845.0, 3847.0, 3844.0, 3833.0, 3843.0, 3833.0, 3831.0, 3845.0, 3854.0, 3847.0, 3832.0, 3833.0, 3831.0, 3831.0, 3833.0, 3835.0, 3833.0, 3865.0, 3830.0, 3819.0, 3830.0, 3820.0, 3831.0, 3830.0, 3843.0, 3832.0, 3842.0, 3830.0, 3842.0, 3832.0, 3822.0, 3851.0, 3821.0, 3843.0, 3830.0, 3807.0, 3830.0, 3808.0, 3829.0, 3839.0, 3831.0, 3850.0, 3807.0, 3827.0, 3808.0, 3827.0, 3820.0, 3809.0, 3819.0, 3818.0, 3807.0, 3828.0, 3806.0, 3842.0, 3830.0, 3833.0, 3844.0, 3833.0, 3833.0, 3821.0, 3842.0, 3830.0, 3831.0, 3830.0, 3866.0, 3832.0, 3834.0, 3833.0, 3819.0, 3830.0, 3850.0, 3831.0, 3850.0, 3828.0, 3837.0, 3815.0, 3794.0, 3827.0, 3804.0, 3826.0, 3839.0, 3818.0, 3817.0, 3817.0, 3828.0, 3818.0, 3829.0, 3819.0, 3832.0, 3833.0, 3842.0, 3819.0, 3830.0, 3818.0, 3831.0, 3841.0, 3845.0, 3842.0, 3831.0, 3831.0, 3820.0, 3830.0, 3833.0, 3831.0, 3834.0, 3832.0, 3819.0, 3819.0, 3819.0, 3821.0, 3843.0, 3845.0, 3853.0, 3832.0, 3832.0, 3831.0, 3842.0, 3846.0, 3832.0, 3855.0, 3831.0, 3820.0, 3820.0, 3819.0, 3842.0, 3822.0, 3855.0, 3856.0, 3844.0, 3833.0, 3843.0, 3842.0, 3833.0, 3832.0, 3866.0, 3825.0, 3821.0, 3833.0, 3836.0, 3849.0, 3859.0, 3828.0, 3847.0, 3815.0, 3825.0, 3813.0, 3824.0, 3845.0, 3816.0, 3868.0, 3824.0, 3857.0, 3827.0, 3844.0, 3835.0, 3867.0, 3846.0, 3832.0, 3810.0, 3798.0, 3811.0, 3810.0, 3822.0, 3832.0, 3809.0, 3811.0, 3823.0, 3821.0, 3821.0, 3822.0, 3822.0, 3846.0, 3823.0, 3850.0, 3837.0, 3837.0, 3844.0, 3824.0, 3870.0, 3838.0, 3869.0, 3847.0, 3854.0, 3822.0, 3808.0, 3810.0, 3809.0, 3832.0, 3810.0, 3836.0, 3823.0, 3845.0, 3821.0, 3845.0, 3845.0, 3834.0, 3867.0, 3836.0, 3835.0, 3824.0, 3842.0, 3843.0, 3865.0, 3845.0, 3853.0, 3834.0, 3839.0, 3807.0, 3807.0, 3795.0, 3806.0, 3807.0, 3808.0, 3818.0, 3823.0, 3831.0, 3809.0, 3832.0, 3820.0, 3835.0, 3845.0, 3835.0, 3852.0, 3810.0, 3829.0, 3808.0, 3832.0, 3834.0, 3841.0, 3832.0, 3839.0, 3818.0, 3806.0, 3806.0, 3805.0, 3819.0, 3808.0, 3821.0, 3832.0, 3831.0, 3829.0, 3830.0, 3841.0, 3831.0, 3852.0, 3835.0, 3830.0, 3821.0, 3808.0, 3829.0, 3852.0, 3833.0, 3863.0, 3820.0, 3839.0, 3807.0, 3816.0, 3816.0, 3827.0, 3820.0, 3830.0, 3834.0, 3818.0, 3809.0, 3807.0, 3818.0, 3821.0, 3821.0, 3840.0, 3822.0, 3817.0, 3817.0, 3816.0, 3820.0, 3833.0, 3833.0, 3833.0, 3832.0, 3833.0, 3820.0, 3830.0, 3819.0, 3829.0, 3819.0, 3833.0, 3833.0, 3832.0, 3819.0, 3831.0, 3821.0, 3843.0, 3865.0, 3842.0, 3830.0, 3829.0, 3806.0, 3807.0, 3817.0, 3829.0, 3816.0, 3820.0, 3820.0, 3830.0, 3828.0, 3841.0, 3844.0, 3843.0, 3844.0, 3847.0, 3834.0, 3833.0, 3842.0, 3821.0, 3863.0, 3844.0, 3866.0, 3821.0, 3831.0, 3818.0, 3818.0, 3818.0, 3830.0, 3818.0, 3828.0, 3828.0, 3830.0, 3840.0, 3842.0, 3843.0, 3844.0, 3854.0, 3842.0, 3855.0, 3844.0, 3857.0, 3858.0, 3845.0, 3832.0, 3832.0, 3864.0, 3832.0, 3852.0, 3829.0, 3830.0, 3807.0, 3817.0, 3807.0, 3821.0, 3861.0, 3830.0, 3837.0, 3817.0, 3827.0, 3828.0, 3818.0, 3839.0, 3817.0, 3841.0, 3842.0, 3841.0, 3839.0, 3830.0, 3840.0, 3842.0, 3842.0, 3857.0, 3833.0, 3833.0, 3844.0, 3853.0, 3844.0, 3865.0, 3832.0, 3864.0, 3829.0, 3818.0, 3828.0, 3819.0, 3831.0, 3833.0, 3854.0, 3833.0, 3820.0, 3830.0, 3829.0, 3829.0, 3818.0, 3840.0, 3831.0, 3842.0, 3857.0, 3861.0, 3863.0, 3838.0, 3848.0, 3825.0, 3836.0, 3847.0, 3839.0, 3848.0, 3826.0, 3835.0, 3814.0, 3858.0, 3834.0, 3857.0, 3810.0, 3830.0, 3799.0, 3798.0, 3827.0, 3807.0, 3839.0, 3842.0, 3829.0, 3796.0, 3807.0, 3795.0, 3797.0, 3796.0, 3798.0, 3798.0, 3808.0, 3796.0, 3810.0, 3799.0, 3810.0, 3833.0, 3808.0, 3809.0, 3809.0, 3820.0, 3822.0, 3830.0, 3813.0, 3840.0, 3810.0, 3817.0, 3809.0, 3810.0, 3800.0, 3830.0, 3798.0, 3811.0, 3808.0, 3809.0, 3810.0, 3810.0, 3810.0, 3814.0, 3812.0, 3833.0, 3842.0, 3811.0, 3809.0, 3800.0, 3810.0, 3812.0, 3834.0, 3825.0, 3825.0, 3815.0, 3836.0, 3835.0, 3838.0, 3869.0, 3838.0, 3857.0, 3823.0, 3843.0, 3821.0, 3808.0, 3831.0, 3809.0, 3812.0, 3854.0, 3820.0, 3823.0, 3824.0, 3810.0, 3832.0, 3830.0, 3845.0, 3857.0, 3848.0, 3860.0, 3826.0, 3856.0, 3847.0, 3854.0, 3837.0, 3869.0, 3824.0, 3843.0, 3811.0, 3811.0, 3808.0, 3809.0, 3830.0, 3820.0, 3819.0, 3846.0, 3833.0, 3832.0, 3831.0, 3831.0, 3834.0, 3843.0, 3824.0, 3855.0, 3812.0, 3852.0, 3798.0, 3864.0, 3842.0, 3852.0, 3787.0, 3807.0, 3807.0, 3839.0, 3818.0, 3852.0, 3820.0, 3850.0, 3819.0, 3806.0, 3807.0, 3806.0, 3816.0, 3834.0, 3823.0, 3821.0, 3822.0, 3821.0, 3819.0, 3819.0, 3820.0, 3830.0, 3818.0, 3821.0, 3821.0, 3832.0, 3837.0, 3834.0, 3844.0, 3857.0, 3848.0, 3857.0, 3836.0, 3849.0, 3869.0, 3827.0, 3880.0, 3845.0, 3865.0, 3831.0, 3853.0, 3842.0, 3852.0, 3809.0, 3808.0, 3796.0, 3806.0, 3836.0, 3809.0, 3851.0, 3808.0, 3837.0, 3804.0, 3793.0, 3816.0, 3804.0, 3805.0, 3817.0, 3817.0, 3819.0, 3833.0, 3818.0, 3819.0, 3828.0, 3842.0, 3845.0, 3844.0, 3856.0, 3857.0, 3855.0, 3833.0, 3853.0, 3831.0, 3852.0, 3819.0, 3840.0, 3833.0, 3819.0, 3819.0, 3808.0, 3818.0, 3864.0, 3812.0, 3863.0, 3809.0, 3808.0, 3809.0, 3817.0, 3817.0, 3807.0, 3827.0, 3820.0, 3819.0, 3818.0, 3818.0, 3831.0, 3841.0, 3819.0, 3834.0, 3844.0, 3847.0, 3845.0, 3835.0, 3832.0, 3822.0, 3863.0, 3855.0, 3863.0, 3819.0, 3839.0, 3818.0, 3838.0, 3818.0, 3849.0, 3843.0, 3850.0, 3807.0, 3815.0, 3815.0, 3816.0, 3819.0, 3837.0, 3819.0, 3837.0, 3818.0, 3815.0, 3804.0, 3813.0, 3820.0, 3830.0, 3818.0, 3818.0, 3818.0, 3804.0, 3827.0, 3826.0, 3829.0, 3829.0, 3845.0, 3843.0, 3832.0, 3834.0, 3844.0, 3832.0, 3856.0, 3843.0, 3834.0, 3831.0, 3820.0, 3819.0, 3818.0, 3828.0, 3830.0, 3839.0, 3834.0, 3832.0, 3832.0, 3831.0, 3841.0, 3845.0, 3847.0, 3823.0, 3858.0, 3833.0, 3831.0, 3820.0, 3820.0, 3852.0, 3837.0, 3875.0, 3833.0, 3852.0, 3819.0, 3840.0, 3829.0, 3829.0, 3857.0, 3846.0, 3845.0, 3834.0, 3845.0, 3820.0, 3843.0, 3830.0, 3831.0, 3831.0, 3845.0, 3834.0, 3835.0, 3848.0, 3857.0, 3845.0, 3858.0, 3861.0, 3860.0, 3858.0, 3864.0, 3859.0, 3848.0, 3856.0, 3838.0, 3879.0, 3857.0, 3879.0, 3823.0, 3853.0, 3822.0, 3861.0, 3831.0, 3862.0, 3855.0, 3861.0, 3808.0, 3838.0, 3806.0, 3828.0, 3809.0, 3849.0, 3819.0, 3836.0, 3804.0, 3793.0, 3803.0, 3805.0, 3807.0, 3805.0, 3805.0, 3803.0, 3803.0, 3803.0, 3802.0, 3804.0, 3804.0, 3818.0, 3817.0, 3831.0, 3819.0, 3818.0, 3817.0, 3818.0, 3820.0, 3821.0, 3821.0, 3843.0, 3820.0, 3818.0, 3807.0, 3827.0, 3806.0, 3827.0, 3808.0, 3851.0, 3834.0, 3862.0, 3821.0, 3819.0, 3818.0, 3818.0, 3833.0, 3875.0, 3853.0, 3861.0, 3806.0, 3837.0, 3805.0, 3826.0, 3816.0, 3833.0, 3821.0, 3818.0, 3819.0, 3807.0, 3818.0, 3816.0, 3817.0, 3818.0, 3830.0, 3831.0, 3832.0, 3845.0, 3857.0, 3844.0, 3845.0, 3845.0, 3862.0, 3871.0, 3849.0, 3867.0, 3835.0, 3864.0, 3821.0, 3852.0, 3835.0, 3846.0, 3824.0, 3843.0, 3821.0, 3810.0, 3818.0, 3819.0, 3844.0, 3834.0, 3835.0, 3849.0, 3857.0, 3844.0, 3856.0, 3871.0, 3847.0, 3879.0, 3860.0, 3867.0, 3823.0, 3855.0, 3835.0, 3866.0, 3868.0, 3864.0, 3821.0, 3840.0, 3819.0, 3860.0, 3833.0, 3865.0, 3843.0, 3849.0, 3805.0, 3824.0, 3817.0, 3819.0, 3807.0, 3838.0, 3805.0, 3804.0, 3805.0, 3805.0, 3817.0, 3830.0, 3806.0, 3806.0, 3820.0, 3817.0, 3828.0, 3818.0, 3830.0, 3833.0, 3833.0, 3855.0, 3845.0, 3853.0, 3832.0, 3830.0, 3820.0, 3843.0, 3833.0, 3820.0, 3829.0, 3819.0, 3806.0, 3806.0, 3817.0, 3818.0, 3835.0, 3834.0, 3843.0, 3845.0, 3819.0, 3830.0, 3807.0, 3818.0, 3845.0, 3834.0, 3842.0, 3822.0, 3831.0, 3820.0, 3828.0, 3819.0, 3819.0, 3834.0, 3832.0, 3833.0, 3846.0, 3833.0, 3843.0, 3833.0, 3847.0, 3858.0, 3847.0, 3880.0, 3833.0, 3822.0, 3830.0, 3843.0, 3823.0, 3852.0, 3822.0, 3829.0, 3818.0, 3817.0, 3833.0, 3862.0, 3830.0, 3852.0, 3829.0, 3817.0, 3830.0, 3830.0, 3830.0, 3850.0, 3833.0, 3851.0, 3818.0, 3848.0, 3817.0, 3838.0, 3819.0, 3839.0, 3806.0, 3849.0, 3816.0, 3805.0, 3827.0, 3815.0, 3829.0, 3827.0, 3832.0, 3828.0, 3818.0, 3817.0, 3818.0, 3816.0, 3833.0, 3874.0, 3842.0, 3849.0, 3817.0, 3825.0, 3815.0, 3804.0, 3829.0, 3819.0, 3820.0, 3830.0, 3830.0, 3819.0, 3830.0, 3828.0, 3830.0, 3830.0, 3820.0, 3841.0, 3844.0, 3830.0, 3831.0, 3831.0, 3832.0, 3846.0, 3846.0, 3836.0, 3865.0, 3844.0, 3819.0, 3820.0, 3851.0, 3820.0, 3844.0, 3841.0, 3843.0, 3820.0, 3818.0, 3818.0, 3818.0, 3857.0, 3835.0, 3847.0, 3855.0, 3834.0, 3853.0, 3832.0, 3843.0, 3847.0, 3854.0, 3819.0, 3855.0, 3820.0, 3829.0, 3820.0, 3819.0, 3846.0, 3832.0, 3847.0, 3865.0, 3843.0, 3841.0, 3832.0, 3840.0, 3833.0, 3866.0, 3833.0, 3843.0, 3820.0, 3808.0, 3818.0, 3817.0, 3817.0, 3832.0, 3845.0, 3844.0, 3822.0, 3845.0, 3831.0, 3820.0, 3841.0, 3833.0, 3859.0, 3847.0, 3847.0, 3871.0, 3860.0, 3856.0, 3846.0, 3868.0, 3848.0, 3878.0, 3870.0, 3866.0, 3821.0, 3840.0, 3819.0, 3839.0, 3821.0, 3851.0, 3818.0, 3842.0, 3808.0, 3817.0, 3817.0, 3816.0, 3817.0, 3865.0, 3820.0, 3851.0, 3808.0, 3816.0, 3816.0, 3816.0, 3817.0, 3816.0, 3816.0, 3831.0, 3821.0, 3831.0, 3844.0, 3831.0, 3842.0, 3830.0, 3843.0, 3844.0, 3834.0, 3878.0, 3844.0, 3841.0, 3820.0, 3840.0, 3835.0, 3864.0, 3845.0, 3862.0, 3817.0, 3837.0, 3815.0, 3828.0, 3832.0, 3830.0, 3820.0, 3829.0, 3818.0, 3816.0, 3826.0, 3817.0, 3818.0, 3832.0, 3819.0, 3832.0, 3833.0, 3831.0, 3842.0, 3831.0, 3855.0, 3845.0, 3846.0, 3870.0], 'WindowWidth': [8719.0, 8730.0, 8654.0, 8675.0, 8646.0, 8668.0, 8614.0, 8576.0, 8635.0, 8618.0, 8628.0, 8627.0, 8586.0, 8620.0, 8643.0, 8634.0, 8636.0, 8604.0, 8582.0, 8636.0, 8593.0, 8630.0, 8625.0, 8597.0, 8621.0, 8610.0, 8559.0, 8572.0, 8553.0, 8551.0, 8569.0, 8555.0, 8602.0, 8597.0, 8557.0, 8556.0, 8570.0, 8570.0, 8558.0, 8574.0, 8536.0, 8606.0, 8590.0, 8557.0, 8592.0, 8573.0, 8616.0, 8614.0, 8621.0, 8611.0, 8596.0, 8607.0, 8593.0, 8589.0, 8613.0, 8624.0, 8623.0, 8592.0, 8594.0, 8588.0, 8586.0, 8596.0, 8600.0, 8593.0, 8642.0, 8586.0, 8570.0, 8584.0, 8572.0, 8589.0, 8586.0, 8606.0, 8592.0, 8605.0, 8587.0, 8605.0, 8593.0, 8580.0, 8616.0, 8576.0, 8608.0, 8585.0, 8551.0, 8584.0, 8550.0, 8583.0, 8597.0, 8587.0, 8614.0, 8551.0, 8576.0, 8551.0, 8578.0, 8572.0, 8556.0, 8571.0, 8567.0, 8550.0, 8581.0, 8548.0, 8606.0, 8587.0, 8594.0, 8613.0, 8598.0, 8595.0, 8575.0, 8606.0, 8586.0, 8590.0, 8587.0, 8645.0, 8592.0, 8598.0, 8594.0, 8572.0, 8586.0, 8615.0, 8590.0, 8615.0, 8581.0, 8589.0, 8558.0, 8526.0, 8574.0, 8541.0, 8575.0, 8596.0, 8568.0, 8564.0, 8566.0, 8580.0, 8567.0, 8584.0, 8571.0, 8593.0, 8594.0, 8605.0, 8569.0, 8587.0, 8567.0, 8588.0, 8600.0, 8615.0, 8605.0, 8589.0, 8587.0, 8572.0, 8588.0, 8595.0, 8590.0, 8600.0, 8589.0, 8571.0, 8571.0, 8568.0, 8577.0, 8606.0, 8614.0, 8623.0, 8594.0, 8590.0, 8588.0, 8604.0, 8619.0, 8595.0, 8630.0, 8589.0, 8571.0, 8573.0, 8569.0, 8606.0, 8578.0, 8628.0, 8629.0, 8612.0, 8596.0, 8609.0, 8606.0, 8596.0, 8590.0, 8644.0, 8586.0, 8577.0, 8594.0, 8603.0, 8628.0, 8635.0, 8592.0, 8613.0, 8570.0, 8584.0, 8564.0, 8580.0, 8609.0, 8572.0, 8647.0, 8582.0, 8629.0, 8589.0, 8608.0, 8600.0, 8645.0, 8616.0, 8588.0, 8556.0, 8539.0, 8560.0, 8555.0, 8578.0, 8592.0, 8557.0, 8561.0, 8581.0, 8576.0, 8574.0, 8579.0, 8579.0, 8618.0, 8585.0, 8632.0, 8608.0, 8608.0, 8611.0, 8584.0, 8658.0, 8613.0, 8656.0, 8622.0, 8622.0, 8576.0, 8554.0, 8559.0, 8557.0, 8592.0, 8559.0, 8604.0, 8582.0, 8614.0, 8575.0, 8613.0, 8614.0, 8600.0, 8648.0, 8605.0, 8601.0, 8585.0, 8606.0, 8608.0, 8641.0, 8613.0, 8625.0, 8598.0, 8595.0, 8551.0, 8549.0, 8532.0, 8547.0, 8551.0, 8552.0, 8566.0, 8583.0, 8590.0, 8558.0, 8592.0, 8574.0, 8603.0, 8615.0, 8603.0, 8619.0, 8560.0, 8582.0, 8553.0, 8592.0, 8598.0, 8602.0, 8593.0, 8594.0, 8566.0, 8545.0, 8547.0, 8545.0, 8570.0, 8553.0, 8578.0, 8590.0, 8591.0, 8583.0, 8587.0, 8600.0, 8590.0, 8619.0, 8604.0, 8587.0, 8576.0, 8553.0, 8584.0, 8618.0, 8598.0, 8640.0, 8576.0, 8597.0, 8548.0, 8559.0, 8560.0, 8579.0, 8574.0, 8585.0, 8599.0, 8566.0, 8555.0, 8552.0, 8567.0, 8578.0, 8578.0, 8601.0, 8581.0, 8564.0, 8564.0, 8561.0, 8573.0, 8598.0, 8597.0, 8597.0, 8593.0, 8594.0, 8574.0, 8584.0, 8571.0, 8583.0, 8570.0, 8595.0, 8595.0, 8592.0, 8570.0, 8587.0, 8578.0, 8612.0, 8644.0, 8606.0, 8585.0, 8583.0, 8548.0, 8550.0, 8564.0, 8584.0, 8562.0, 8573.0, 8572.0, 8586.0, 8581.0, 8604.0, 8614.0, 8611.0, 8614.0, 8624.0, 8598.0, 8597.0, 8607.0, 8575.0, 8635.0, 8614.0, 8645.0, 8576.0, 8590.0, 8568.0, 8567.0, 8565.0, 8583.0, 8566.0, 8582.0, 8581.0, 8587.0, 8599.0, 8608.0, 8611.0, 8611.0, 8626.0, 8607.0, 8628.0, 8613.0, 8633.0, 8638.0, 8615.0, 8592.0, 8591.0, 8641.0, 8591.0, 8619.0, 8583.0, 8586.0, 8549.0, 8563.0, 8550.0, 8576.0, 8631.0, 8589.0, 8590.0, 8562.0, 8576.0, 8579.0, 8566.0, 8598.0, 8565.0, 8600.0, 8606.0, 8602.0, 8598.0, 8589.0, 8601.0, 8608.0, 8607.0, 8635.0, 8596.0, 8596.0, 8611.0, 8624.0, 8610.0, 8642.0, 8594.0, 8640.0, 8583.0, 8566.0, 8581.0, 8570.0, 8590.0, 8595.0, 8626.0, 8596.0, 8574.0, 8588.0, 8584.0, 8583.0, 8567.0, 8600.0, 8588.0, 8605.0, 8635.0, 8649.0, 8651.0, 8608.0, 8620.0, 8587.0, 8602.0, 8619.0, 8610.0, 8619.0, 8588.0, 8598.0, 8569.0, 8635.0, 8597.0, 8633.0, 8558.0, 8586.0, 8539.0, 8536.0, 8575.0, 8549.0, 8594.0, 8603.0, 8578.0, 8532.0, 8546.0, 8531.0, 8534.0, 8533.0, 8541.0, 8540.0, 8553.0, 8533.0, 8557.0, 8542.0, 8558.0, 8592.0, 8554.0, 8555.0, 8557.0, 8571.0, 8578.0, 8587.0, 8567.0, 8599.0, 8558.0, 8565.0, 8556.0, 8559.0, 8544.0, 8584.0, 8541.0, 8563.0, 8555.0, 8557.0, 8559.0, 8561.0, 8559.0, 8573.0, 8566.0, 8597.0, 8605.0, 8563.0, 8555.0, 8546.0, 8560.0, 8568.0, 8599.0, 8586.0, 8590.0, 8575.0, 8605.0, 8602.0, 8610.0, 8655.0, 8611.0, 8635.0, 8584.0, 8606.0, 8576.0, 8553.0, 8589.0, 8556.0, 8568.0, 8624.0, 8575.0, 8582.0, 8584.0, 8559.0, 8594.0, 8587.0, 8615.0, 8636.0, 8626.0, 8642.0, 8594.0, 8631.0, 8619.0, 8629.0, 8609.0, 8654.0, 8586.0, 8611.0, 8562.0, 8562.0, 8554.0, 8559.0, 8585.0, 8574.0, 8571.0, 8620.0, 8595.0, 8592.0, 8589.0, 8591.0, 8597.0, 8609.0, 8587.0, 8628.0, 8566.0, 8618.0, 8543.0, 8640.0, 8606.0, 8622.0, 8527.0, 8551.0, 8552.0, 8596.0, 8569.0, 8620.0, 8573.0, 8615.0, 8571.0, 8550.0, 8550.0, 8547.0, 8561.0, 8599.0, 8584.0, 8577.0, 8581.0, 8577.0, 8569.0, 8570.0, 8574.0, 8586.0, 8569.0, 8575.0, 8575.0, 8593.0, 8610.0, 8600.0, 8613.0, 8634.0, 8625.0, 8634.0, 8608.0, 8629.0, 8655.0, 8598.0, 8669.0, 8613.0, 8642.0, 8589.0, 8623.0, 8606.0, 8617.0, 8556.0, 8554.0, 8533.0, 8545.0, 8586.0, 8560.0, 8618.0, 8554.0, 8590.0, 8543.0, 8524.0, 8559.0, 8541.0, 8543.0, 8563.0, 8563.0, 8570.0, 8595.0, 8569.0, 8573.0, 8582.0, 8606.0, 8614.0, 8613.0, 8632.0, 8636.0, 8629.0, 8597.0, 8622.0, 8589.0, 8621.0, 8571.0, 8600.0, 8597.0, 8572.0, 8572.0, 8554.0, 8569.0, 8638.0, 8568.0, 8637.0, 8558.0, 8554.0, 8558.0, 8566.0, 8564.0, 8551.0, 8576.0, 8575.0, 8572.0, 8568.0, 8569.0, 8588.0, 8604.0, 8572.0, 8602.0, 8613.0, 8620.0, 8615.0, 8602.0, 8593.0, 8580.0, 8639.0, 8629.0, 8634.0, 8570.0, 8596.0, 8566.0, 8596.0, 8569.0, 8612.0, 8610.0, 8613.0, 8551.0, 8561.0, 8559.0, 8562.0, 8572.0, 8592.0, 8573.0, 8591.0, 8565.0, 8558.0, 8543.0, 8553.0, 8573.0, 8587.0, 8568.0, 8569.0, 8566.0, 8543.0, 8577.0, 8576.0, 8587.0, 8586.0, 8619.0, 8610.0, 8596.0, 8601.0, 8613.0, 8595.0, 8632.0, 8612.0, 8601.0, 8589.0, 8573.0, 8570.0, 8569.0, 8580.0, 8586.0, 8598.0, 8600.0, 8594.0, 8593.0, 8590.0, 8605.0, 8616.0, 8622.0, 8586.0, 8639.0, 8596.0, 8592.0, 8572.0, 8572.0, 8621.0, 8608.0, 8659.0, 8599.0, 8618.0, 8572.0, 8599.0, 8584.0, 8583.0, 8636.0, 8620.0, 8617.0, 8598.0, 8618.0, 8575.0, 8607.0, 8588.0, 8592.0, 8591.0, 8617.0, 8600.0, 8603.0, 8626.0, 8637.0, 8618.0, 8639.0, 8650.0, 8647.0, 8638.0, 8659.0, 8641.0, 8624.0, 8634.0, 8614.0, 8671.0, 8636.0, 8668.0, 8583.0, 8623.0, 8577.0, 8631.0, 8589.0, 8635.0, 8629.0, 8632.0, 8554.0, 8591.0, 8547.0, 8580.0, 8558.0, 8610.0, 8572.0, 8588.0, 8541.0, 8524.0, 8538.0, 8545.0, 8550.0, 8545.0, 8542.0, 8540.0, 8537.0, 8540.0, 8537.0, 8543.0, 8544.0, 8568.0, 8565.0, 8590.0, 8571.0, 8570.0, 8566.0, 8568.0, 8574.0, 8578.0, 8578.0, 8612.0, 8573.0, 8566.0, 8553.0, 8579.0, 8549.0, 8578.0, 8553.0, 8616.0, 8601.0, 8634.0, 8577.0, 8571.0, 8569.0, 8567.0, 8599.0, 8657.0, 8624.0, 8628.0, 8550.0, 8590.0, 8545.0, 8573.0, 8561.0, 8598.0, 8578.0, 8564.0, 8570.0, 8549.0, 8566.0, 8562.0, 8567.0, 8567.0, 8588.0, 8592.0, 8594.0, 8618.0, 8635.0, 8615.0, 8617.0, 8616.0, 8653.0, 8662.0, 8630.0, 8648.0, 8601.0, 8638.0, 8575.0, 8618.0, 8603.0, 8621.0, 8587.0, 8612.0, 8579.0, 8560.0, 8567.0, 8570.0, 8616.0, 8599.0, 8604.0, 8628.0, 8636.0, 8615.0, 8634.0, 8661.0, 8625.0, 8668.0, 8645.0, 8646.0, 8583.0, 8627.0, 8602.0, 8645.0, 8653.0, 8640.0, 8576.0, 8598.0, 8570.0, 8628.0, 8598.0, 8643.0, 8610.0, 8610.0, 8545.0, 8568.0, 8565.0, 8573.0, 8552.0, 8596.0, 8546.0, 8540.0, 8543.0, 8544.0, 8562.0, 8590.0, 8549.0, 8549.0, 8575.0, 8567.0, 8582.0, 8568.0, 8588.0, 8597.0, 8599.0, 8630.0, 8617.0, 8622.0, 8593.0, 8587.0, 8571.0, 8611.0, 8597.0, 8573.0, 8584.0, 8573.0, 8549.0, 8548.0, 8563.0, 8569.0, 8603.0, 8600.0, 8609.0, 8614.0, 8569.0, 8585.0, 8549.0, 8568.0, 8615.0, 8600.0, 8607.0, 8582.0, 8590.0, 8574.0, 8581.0, 8570.0, 8570.0, 8600.0, 8595.0, 8600.0, 8619.0, 8600.0, 8612.0, 8598.0, 8621.0, 8638.0, 8621.0, 8672.0, 8598.0, 8578.0, 8587.0, 8610.0, 8584.0, 8621.0, 8583.0, 8585.0, 8569.0, 8564.0, 8597.0, 8632.0, 8589.0, 8619.0, 8585.0, 8565.0, 8585.0, 8586.0, 8586.0, 8612.0, 8597.0, 8615.0, 8567.0, 8607.0, 8564.0, 8593.0, 8570.0, 8598.0, 8550.0, 8611.0, 8562.0, 8544.0, 8577.0, 8559.0, 8587.0, 8578.0, 8596.0, 8582.0, 8570.0, 8564.0, 8568.0, 8562.0, 8598.0, 8654.0, 8607.0, 8611.0, 8563.0, 8570.0, 8558.0, 8541.0, 8585.0, 8572.0, 8576.0, 8590.0, 8587.0, 8569.0, 8587.0, 8580.0, 8587.0, 8588.0, 8574.0, 8602.0, 8616.0, 8589.0, 8590.0, 8592.0, 8594.0, 8623.0, 8621.0, 8608.0, 8643.0, 8611.0, 8572.0, 8573.0, 8617.0, 8576.0, 8615.0, 8603.0, 8611.0, 8573.0, 8568.0, 8569.0, 8567.0, 8638.0, 8602.0, 8623.0, 8630.0, 8598.0, 8623.0, 8592.0, 8607.0, 8621.0, 8626.0, 8572.0, 8631.0, 8575.0, 8585.0, 8573.0, 8572.0, 8619.0, 8595.0, 8622.0, 8642.0, 8612.0, 8604.0, 8591.0, 8600.0, 8597.0, 8648.0, 8596.0, 8610.0, 8573.0, 8553.0, 8566.0, 8565.0, 8565.0, 8594.0, 8619.0, 8614.0, 8580.0, 8617.0, 8590.0, 8574.0, 8605.0, 8596.0, 8642.0, 8623.0, 8624.0, 8663.0, 8645.0, 8635.0, 8619.0, 8653.0, 8627.0, 8667.0, 8660.0, 8644.0, 8578.0, 8599.0, 8569.0, 8599.0, 8576.0, 8619.0, 8566.0, 8610.0, 8554.0, 8564.0, 8565.0, 8560.0, 8565.0, 8645.0, 8576.0, 8619.0, 8555.0, 8562.0, 8562.0, 8561.0, 8562.0, 8563.0, 8563.0, 8591.0, 8577.0, 8590.0, 8612.0, 8590.0, 8610.0, 8589.0, 8611.0, 8614.0, 8601.0, 8667.0, 8613.0, 8604.0, 8573.0, 8599.0, 8603.0, 8641.0, 8616.0, 8632.0, 8565.0, 8590.0, 8558.0, 8579.0, 8594.0, 8588.0, 8575.0, 8586.0, 8566.0, 8562.0, 8575.0, 8565.0, 8568.0, 8594.0, 8572.0, 8592.0, 8597.0, 8590.0, 8606.0, 8590.0, 8631.0, 8616.0, 8620.0, 8659.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.003158398268398269</td></tr>
<tr><td colspan=3>aqi</td><td>0.05219214753246753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.46859877399477</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1853042871577115</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9985998124263429</td></tr>
<tr><td colspan=3>efc</td><td>0.5041</td></tr>
<tr><td colspan=3>fber</td><td>3432.2859</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12447249203923724</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>157</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.593073593073592</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.610831940665714</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3929873065831004</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.936378929991271</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.50312958542277</td></tr>
<tr><td colspan=3>gcor</td><td>0.00869903</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03012821450829506</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04534061253070831</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8633484915608665</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>16.0492</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.6773</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.9645</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299142.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>949.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.6795</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1831</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.5191</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3010.1379</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>824.1502</td></tr>
<tr><td colspan=3>tsnr</td><td>26.853367224975955</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>