ds005256-mriqc/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter 71183c5c05 [DATALAD RUNCMD] Compute MRIQC for sub-0088
=== 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-0088 --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-0088",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:30 +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-0088_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-02/func/sub-0088_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5b4a05cc0c155eebcd8dae3ca95fcaf9</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:10:20.310000</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.999564, -0.024909, -0.0158329, 0.0253017, 0.999364, 0.0251074]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.081639</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7778, -7192, 512, -10, -125, -15, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d880a66f-a085-4ee4-9b0a-10670f39d22d||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.681757926940918, 0.06788259744644165, -0.041033126413822174, 113.50041198730469], [0.06682896614074707, 2.6812219619750977, 0.0688420906662941, -94.45052337646484], [-0.04247855767607689, -0.06736134737730026, 2.698810338973999, -56.20964431762695], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['101020.310000', '101020.770000', '101021.230000', '101021.690000', '101022.150000', '101022.610000', '101023.070000', '101023.530000', '101023.990000', '101024.450000', '101024.910000', '101025.370000', '101025.830000', '101026.290000', '101026.750000', '101027.210000', '101027.670000', '101028.130000', '101028.590000', '101029.050000', '101029.510000', '101029.970000', '101030.430000', '101030.890000', '101031.350000', '101031.810000', '101032.270000', '101032.730000', '101033.190000', '101033.650000', '101034.110000', '101034.570000', '101035.030000', '101035.490000', '101035.950000', '101036.410000', '101036.870000', '101037.330000', '101037.790000', '101038.250000', '101038.710000', '101039.170000', '101039.630000', '101040.090000', '101040.550000', '101041.010000', '101041.470000', '101041.930000', '101042.390000', '101042.850000', '101043.310000', '101043.770000', '101044.230000', '101044.690000', '101045.150000', '101045.610000', '101046.070000', '101046.530000', '101046.990000', '101047.450000', '101047.910000', '101048.370000', '101048.830000', '101049.290000', '101049.750000', '101050.210000', '101050.670000', '101051.130000', '101051.590000', '101052.050000', '101052.510000', '101052.970000', '101053.430000', '101053.890000', '101054.350000', '101054.810000', '101055.270000', '101055.730000', '101056.190000', '101056.650000', '101057.110000', '101057.570000', '101058.030000', '101058.490000', '101058.950000', '101059.410000', '101059.870000', '101100.330000', '101100.790000', '101101.250000', '101101.710000', '101102.170000', '101102.630000', '101103.090000', '101103.550000', '101104.010000', '101104.470000', '101104.930000', '101105.390000', '101105.850000', '101106.310000', '101106.770000', '101107.230000', '101107.690000', '101108.150000', '101108.610000', '101109.070000', '101109.530000', '101109.990000', '101110.450000', '101110.910000', '101111.370000', '101111.830000', '101112.290000', '101112.750000', '101113.210000', '101113.670000', '101114.130000', '101114.590000', '101115.050000', '101115.510000', '101115.970000', '101116.430000', '101116.890000', '101117.350000', '101117.810000', '101118.270000', '101118.730000', '101119.190000', '101119.650000', '101120.110000', '101120.570000', '101121.030000', '101121.490000', '101121.950000', '101122.410000', '101122.870000', '101123.330000', '101123.790000', '101124.250000', '101124.710000', '101125.170000', '101125.630000', '101126.090000', '101126.550000', '101127.010000', '101127.470000', '101127.930000', '101128.390000', '101128.850000', '101129.310000', '101129.770000', '101130.230000', '101130.690000', '101131.150000', '101131.610000', '101132.070000', '101132.530000', '101132.990000', '101133.450000', '101133.910000', '101134.370000', '101134.830000', '101135.290000', '101135.750000', '101136.210000', '101136.670000', '101137.130000', '101137.590000', '101138.050000', '101138.510000', '101138.970000', '101139.430000', '101139.890000', '101140.350000', '101140.810000', '101141.270000', '101141.730000', '101142.190000', '101142.650000', '101143.110000', '101143.570000', '101144.030000', '101144.490000', '101144.950000', '101145.410000', '101145.870000', '101146.330000', '101146.790000', '101147.250000', '101147.710000', '101148.170000', '101148.630000', '101149.090000', '101149.550000', '101150.010000', '101150.470000', '101150.930000', '101151.390000', '101151.850000', '101152.310000', '101152.770000', '101153.230000', '101153.690000', '101154.150000', '101154.610000', '101155.070000', '101155.530000', '101155.990000', '101156.450000', '101156.910000', '101157.370000', '101157.830000', '101158.290000', '101158.750000', '101159.210000', '101159.670000', '101200.130000', '101200.590000', '101201.050000', '101201.510000', '101201.970000', '101202.430000', '101202.890000', '101203.350000', '101203.810000', '101204.270000', '101204.730000', '101205.190000', '101205.650000', '101206.110000', '101206.570000', '101207.030000', '101207.490000', '101207.950000', '101208.410000', '101208.870000', '101209.330000', '101209.790000', '101210.250000', '101210.710000', '101211.170000', '101211.630000', '101212.090000', '101212.550000', '101213.010000', '101213.470000', '101213.930000', '101214.390000', '101214.850000', '101215.310000', '101215.770000', '101216.230000', '101216.690000', '101217.150000', '101217.610000', '101218.070000', '101218.530000', '101218.990000', '101219.450000', '101219.910000', '101220.370000', '101220.830000', '101221.290000', '101221.750000', '101222.210000', '101222.670000', '101223.130000', '101223.590000', '101224.050000', '101224.510000', '101224.970000', '101225.430000', '101225.890000', '101226.350000', '101226.810000', '101227.270000', '101227.730000', '101228.190000', '101228.650000', '101229.110000', '101229.570000', '101230.030000', '101230.490000', '101230.950000', '101231.410000', '101231.870000', '101232.330000', '101232.790000', '101233.250000', '101233.710000', '101234.170000', '101234.630000', '101235.090000', '101235.550000', '101236.010000', '101236.470000', '101236.930000', '101237.390000', '101237.850000', '101238.310000', '101238.770000', '101239.230000', '101239.690000', '101240.150000', '101240.610000', '101241.070000', '101241.530000', '101241.990000', '101242.450000', '101242.910000', '101243.370000', '101243.830000', '101244.290000', '101244.750000', '101245.210000', '101245.670000', '101246.130000', '101246.590000', '101247.050000', '101247.510000', '101247.970000', '101248.430000', '101248.890000', '101249.350000', '101249.810000', '101250.270000', '101250.730000', '101251.190000', '101251.650000', '101252.110000', '101252.570000', '101253.030000', '101253.490000', '101253.950000', '101254.410000', '101254.870000', '101255.330000', '101255.790000', '101256.250000', '101256.710000', '101257.170000', '101257.630000', '101258.090000', '101258.550000', '101259.010000', '101259.470000', '101259.930000', '101300.390000', '101300.850000', '101301.310000', '101301.770000', '101302.230000', '101302.690000', '101303.150000', '101303.610000', '101304.070000', '101304.530000', '101304.990000', '101305.450000', '101305.910000', '101306.370000', '101306.830000', '101307.290000', '101307.750000', '101308.210000', '101308.670000', '101309.130000', '101309.590000', '101310.050000', '101310.510000', '101310.970000', '101311.430000', '101311.890000', '101312.350000', '101312.810000', '101313.270000', '101313.730000', '101314.190000', '101314.650000', '101315.110000', '101315.570000', '101316.030000', '101316.490000', '101316.950000', '101317.410000', '101317.870000', '101318.330000', '101318.790000', '101319.250000', '101319.710000', '101320.170000', '101320.630000', '101321.090000', '101321.550000', '101322.010000', '101322.470000', '101322.930000', '101323.390000', '101323.850000', '101324.310000', '101324.770000', '101325.230000', '101325.690000', '101326.150000', '101326.610000', '101327.070000', '101327.530000', '101327.990000', '101328.450000', '101328.910000', '101329.370000', '101329.830000', '101330.290000', '101330.750000', '101331.210000', '101331.670000', '101332.130000', '101332.590000', '101333.050000', '101333.510000', '101333.970000', '101334.430000', '101334.890000', '101335.350000', '101335.810000', '101336.270000', '101336.730000', '101337.190000', '101337.650000', '101338.110000', '101338.570000', '101339.030000', '101339.490000', '101339.950000', '101340.410000', '101340.870000', '101341.330000', '101341.790000', '101342.250000', '101342.710000', '101343.170000', '101343.630000', '101344.090000', '101344.550000', '101345.010000', '101345.470000', '101345.930000', '101346.390000', '101346.850000', '101347.310000', '101347.770000', '101348.230000', '101348.690000', '101349.150000', '101349.610000', '101350.070000', '101350.530000', '101350.990000', '101351.450000', '101351.910000', '101352.370000', '101352.830000', '101353.290000', '101353.750000', '101354.210000', '101354.670000', '101355.130000', '101355.590000', '101356.050000', '101356.510000', '101356.970000', '101357.430000', '101357.890000', '101358.350000', '101358.810000', '101359.270000', '101359.730000', '101400.190000', '101400.650000', '101401.110000', '101401.570000', '101402.030000', '101402.490000', '101402.950000', '101403.410000', '101403.870000', '101404.330000', '101404.790000', '101405.250000', '101405.710000', '101406.170000', '101406.630000', '101407.090000', '101407.550000', '101408.010000', '101408.470000', '101408.930000', '101409.390000', '101409.850000', '101410.310000', '101410.770000', '101411.230000', '101411.690000', '101412.150000', '101412.610000', '101413.070000', '101413.530000', '101413.990000', '101414.450000', '101414.910000', '101415.370000', '101415.830000', '101416.290000', '101416.750000', '101417.210000', '101417.670000', '101418.130000', '101418.590000', '101419.050000', '101419.510000', '101419.970000', '101420.430000', '101420.890000', '101421.350000', '101421.810000', '101422.270000', '101422.730000', '101423.190000', '101423.650000', '101424.110000', '101424.570000', '101425.030000', '101425.490000', '101425.950000', '101426.410000', '101426.870000', '101427.330000', '101427.790000', '101428.250000', '101428.710000', '101429.170000', '101429.630000', '101430.090000', '101430.550000', '101431.010000', '101431.470000', '101431.930000', '101432.390000', '101432.850000', '101433.310000', '101433.770000', '101434.230000', '101434.690000', '101435.150000', '101435.610000', '101436.070000', '101436.530000', '101436.990000', '101437.450000', '101437.910000', '101438.370000', '101438.830000', '101439.290000', '101439.750000', '101440.210000', '101440.670000', '101441.130000', '101441.590000', '101442.050000', '101442.510000', '101442.970000', '101443.430000', '101443.890000', '101444.350000', '101444.810000', '101445.270000', '101445.730000', '101446.190000', '101446.650000', '101447.110000', '101447.570000', '101448.030000', '101448.490000', '101448.950000', '101449.410000', '101449.870000', '101450.330000', '101450.790000', '101451.250000', '101451.710000', '101452.170000', '101452.630000', '101453.090000', '101453.550000', '101454.010000', '101454.470000', '101454.930000', '101455.390000', '101455.850000', '101456.310000', '101456.770000', '101457.230000', '101457.690000', '101458.150000', '101458.610000', '101459.070000', '101459.530000', '101459.990000', '101500.450000', '101500.910000', '101501.370000', '101501.830000', '101502.290000', '101502.750000', '101503.210000', '101503.670000', '101504.130000', '101504.590000', '101505.050000', '101505.510000', '101505.970000', '101506.430000', '101506.890000', '101507.350000', '101507.810000', '101508.270000', '101508.730000', '101509.190000', '101509.650000', '101510.110000', '101510.570000', '101511.030000', '101511.490000', '101511.950000', '101512.410000', '101512.870000', '101513.330000', '101513.790000', '101514.250000', '101514.710000', '101515.170000', '101515.630000', '101516.090000', '101516.550000', '101517.010000', '101517.470000', '101517.930000', '101518.390000', '101518.850000', '101519.310000', '101519.770000', '101520.230000', '101520.690000', '101521.150000', '101521.610000', '101522.070000', '101522.530000', '101522.990000', '101523.450000', '101523.910000', '101524.370000', '101524.830000', '101525.290000', '101525.750000', '101526.210000', '101526.670000', '101527.130000', '101527.590000', '101528.050000', '101528.510000', '101528.970000', '101529.430000', '101529.890000', '101530.350000', '101530.810000', '101531.270000', '101531.730000', '101532.190000', '101532.650000', '101533.110000', '101533.570000', '101534.030000', '101534.490000', '101534.950000', '101535.410000', '101535.870000', '101536.330000', '101536.790000', '101537.250000', '101537.710000', '101538.170000', '101538.630000', '101539.090000', '101539.550000', '101540.010000', '101540.470000', '101540.930000', '101541.390000', '101541.850000', '101542.310000', '101542.770000', '101543.230000', '101543.690000', '101544.150000', '101544.610000', '101545.070000', '101545.530000', '101545.990000', '101546.450000', '101546.910000', '101547.370000', '101547.830000', '101548.290000', '101548.750000', '101549.210000', '101549.670000', '101550.130000', '101550.590000', '101551.050000', '101551.510000', '101551.970000', '101552.430000', '101552.890000', '101553.350000', '101553.810000', '101554.270000', '101554.730000', '101555.190000', '101555.650000', '101556.110000', '101556.570000', '101557.030000', '101557.490000', '101557.950000', '101558.410000', '101558.870000', '101559.330000', '101559.790000', '101600.250000', '101600.710000', '101601.170000', '101601.630000', '101602.090000', '101602.550000', '101603.010000', '101603.470000', '101603.930000', '101604.390000', '101604.850000', '101605.310000', '101605.770000', '101606.230000', '101606.690000', '101607.150000', '101607.610000', '101608.070000', '101608.530000', '101608.990000', '101609.450000', '101609.910000', '101610.370000', '101610.830000', '101611.290000', '101611.750000', '101612.210000', '101612.670000', '101613.130000', '101613.590000', '101614.050000', '101614.510000', '101614.970000', '101615.430000', '101615.890000', '101616.350000', '101616.810000', '101617.270000', '101617.730000', '101618.190000', '101618.650000', '101619.110000', '101619.570000', '101620.030000', '101620.490000', '101620.950000', '101621.410000', '101621.870000', '101622.330000', '101622.790000', '101623.250000', '101623.710000', '101624.170000', '101624.630000', '101625.090000', '101625.550000', '101626.010000', '101626.470000', '101626.930000', '101627.390000', '101627.850000', '101628.310000', '101628.770000', '101629.230000', '101629.690000', '101630.150000', '101630.610000', '101631.070000', '101631.530000', '101631.990000', '101632.450000', '101632.910000', '101633.370000', '101633.830000', '101634.290000', '101634.750000', '101635.210000', '101635.670000', '101636.130000', '101636.590000', '101637.050000', '101637.510000', '101637.970000', '101638.430000', '101638.890000', '101639.350000', '101639.810000', '101640.270000', '101640.730000', '101641.190000', '101641.650000', '101642.110000', '101642.570000', '101643.030000', '101643.490000', '101643.950000', '101644.410000', '101644.870000', '101645.330000', '101645.790000', '101646.250000', '101646.710000', '101647.170000', '101647.630000', '101648.090000', '101648.550000', '101649.010000', '101649.470000', '101649.930000', '101650.390000', '101650.850000', '101651.310000', '101651.770000', '101652.230000', '101652.690000', '101653.150000', '101653.610000', '101654.070000', '101654.530000', '101654.990000', '101655.450000', '101655.910000', '101656.370000', '101656.830000', '101657.290000', '101657.750000', '101658.210000', '101658.670000', '101659.130000', '101659.590000', '101700.050000', '101700.510000', '101700.970000', '101701.430000', '101701.890000', '101702.350000', '101702.810000', '101703.270000', '101703.730000', '101704.190000', '101704.650000', '101705.110000', '101705.570000', '101706.030000', '101706.490000', '101706.950000', '101707.410000', '101707.870000', '101708.330000', '101708.790000', '101709.250000', '101709.710000', '101710.170000', '101710.630000', '101711.090000', '101711.550000', '101712.010000', '101712.470000', '101712.930000', '101713.390000', '101713.850000', '101714.310000', '101714.770000', '101715.230000', '101715.690000', '101716.150000', '101716.610000', '101717.070000', '101717.530000', '101717.990000', '101718.450000', '101718.910000', '101719.370000', '101719.830000', '101720.290000', '101720.750000', '101721.210000', '101721.670000', '101722.130000', '101722.590000', '101723.050000', '101723.510000', '101723.970000', '101724.430000', '101724.890000', '101725.350000', '101725.810000', '101726.270000', '101726.730000', '101727.190000', '101727.650000', '101728.110000', '101728.570000', '101729.030000', '101729.490000', '101729.950000', '101730.410000', '101730.870000', '101731.330000', '101731.790000', '101732.250000', '101732.710000', '101733.170000', '101733.630000', '101734.090000', '101734.550000', '101735.010000', '101735.470000', '101735.930000', '101736.390000', '101736.850000', '101737.310000', '101737.770000', '101738.230000', '101738.690000', '101739.150000', '101739.610000', '101740.070000', '101740.530000', '101740.990000', '101741.450000', '101741.910000', '101742.370000', '101742.830000', '101743.290000', '101743.750000', '101744.210000', '101744.670000', '101745.130000', '101745.590000', '101746.050000', '101746.510000', '101746.970000', '101747.430000', '101747.890000', '101748.350000', '101748.810000', '101749.270000', '101749.730000', '101750.190000', '101750.650000', '101751.110000', '101751.570000', '101752.030000', '101752.490000', '101752.950000', '101753.410000', '101753.870000', '101754.330000', '101754.790000', '101755.250000', '101755.710000', '101756.170000', '101756.630000', '101757.090000', '101757.550000', '101758.010000', '101758.470000', '101758.930000', '101759.390000', '101759.850000', '101800.310000', '101800.770000', '101801.230000', '101801.690000', '101802.150000', '101802.610000', '101803.070000', '101803.530000', '101803.990000', '101804.450000', '101804.910000', '101805.370000', '101805.830000', '101806.290000', '101806.750000', '101807.210000', '101807.670000', '101808.130000', '101808.590000', '101809.050000', '101809.510000', '101809.970000', '101810.430000', '101810.890000', '101811.350000', '101811.810000', '101812.270000', '101812.730000', '101813.190000', '101813.650000', '101814.110000', '101814.570000', '101815.030000', '101815.490000', '101815.950000', '101816.410000', '101816.870000', '101817.330000', '101817.790000', '101818.250000', '101818.710000', '101819.170000', '101819.630000', '101820.090000', '101820.550000', '101821.010000', '101821.470000', '101821.930000', '101822.390000', '101822.850000', '101823.310000', '101823.770000', '101824.230000', '101824.690000', '101825.150000', '101825.610000', '101826.070000', '101826.530000', '101826.990000', '101827.450000', '101827.910000', '101828.370000', '101828.830000', '101829.290000', '101829.750000', '101830.210000', '101830.670000', '101831.130000', '101831.590000', '101832.050000', '101832.510000', '101832.970000', '101833.430000', '101833.890000', '101834.350000', '101834.810000', '101835.270000', '101835.730000', '101836.190000', '101836.650000', '101837.110000', '101837.570000', '101838.030000', '101838.490000', '101838.950000', '101839.410000', '101839.870000', '101840.330000', '101840.790000', '101841.250000', '101841.710000', '101842.170000', '101842.630000', '101843.090000', '101843.550000', '101844.010000', '101844.470000', '101844.930000', '101845.390000', '101845.850000', '101846.310000', '101846.770000', '101847.230000', '101847.690000', '101848.150000', '101848.610000', '101849.070000', '101849.530000', '101849.990000', '101850.450000', '101850.910000', '101851.370000', '101851.830000', '101852.290000', '101852.750000', '101853.210000', '101853.670000', '101854.130000', '101854.590000', '101855.050000', '101855.510000', '101855.970000', '101856.430000', '101856.890000', '101857.350000', '101857.810000', '101858.270000', '101858.730000', '101859.190000', '101859.650000', '101900.110000', '101900.570000', '101901.030000', '101901.490000', '101901.950000', '101902.410000', '101902.870000', '101903.330000', '101903.790000', '101904.250000', '101904.710000', '101905.170000', '101905.630000', '101906.090000', '101906.550000', '101907.010000', '101907.470000', '101907.930000', '101908.390000', '101908.850000', '101909.310000', '101909.770000', '101910.230000', '101910.690000', '101911.150000', '101911.610000', '101912.070000', '101912.530000'], 'ContentTime': ['101038.968000', '101038.971000', '101038.974000', '101038.976000', '101038.979000', '101038.982000', '101038.984000', '101038.988000', '101038.990000', '101038.993000', '101038.996000', '101038.999000', '101039.001000', '101039.004000', '101039.015000', '101039.018000', '101039.021000', '101039.023000', '101039.026000', '101039.029000', '101039.032000', '101039.034000', '101039.037000', '101039.040000', '101039.051000', '101039.054000', '101039.056000', '101039.059000', '101039.062000', '101039.064000', '101039.067000', '101039.070000', '101039.073000', '101039.076000', '101039.078000', '101039.081000', '101039.084000', '101039.087000', '101058.936000', '101058.939000', '101058.942000', '101058.980000', '101058.988000', '101058.990000', '101058.993000', '101058.996000', '101058.998000', '101059.002000', '101059.004000', '101059.007000', '101059.010000', '101059.012000', '101059.015000', '101059.017000', '101059.020000', '101059.022000', '101059.025000', '101059.028000', '101059.030000', '101059.033000', '101059.035000', '101059.038000', '101059.041000', '101059.043000', '101059.046000', '101059.049000', '101059.051000', '101059.054000', '101059.056000', '101059.059000', '101059.062000', '101059.064000', '101059.067000', '101059.069000', '101059.072000', '101059.075000', '101059.077000', '101059.080000', '101059.082000', '101059.085000', '101059.088000', '101059.090000', '101118.937000', '101118.939000', '101118.942000', '101118.945000', '101118.947000', '101118.950000', '101118.953000', '101118.955000', '101118.958000', '101118.961000', '101118.963000', '101118.966000', '101118.968000', '101118.971000', '101118.974000', '101118.976000', '101118.979000', '101118.982000', '101118.985000', '101118.987000', '101118.990000', '101118.992000', '101118.995000', '101118.997000', '101119.001000', '101119.004000', '101119.006000', '101119.009000', '101119.012000', '101119.014000', '101119.017000', '101119.020000', '101119.022000', '101119.025000', '101119.027000', '101119.030000', '101119.033000', '101119.035000', '101119.038000', '101119.040000', '101119.043000', '101119.046000', '101119.048000', '101119.051000', '101138.935000', '101138.938000', '101138.941000', '101138.943000', '101138.946000', '101138.949000', '101138.952000', '101138.954000', '101138.957000', '101138.960000', '101138.962000', '101138.965000', '101138.968000', '101138.970000', '101138.973000', '101138.975000', '101138.978000', '101138.981000', '101138.983000', '101138.986000', '101138.989000', '101138.991000', '101138.994000', '101138.996000', '101139.000000', '101139.003000', '101139.005000', '101139.008000', '101139.010000', '101139.013000', '101139.016000', '101139.018000', '101139.021000', '101139.023000', '101139.026000', '101139.028000', '101139.031000', '101139.034000', '101139.036000', '101139.039000', '101139.041000', '101139.044000', '101139.047000', '101158.936000', '101158.943000', '101158.945000', '101158.948000', '101158.951000', '101158.953000', '101158.956000', '101158.959000', '101158.961000', '101158.964000', '101158.967000', '101158.969000', '101158.972000', '101158.974000', '101158.977000', '101158.980000', '101158.982000', '101158.985000', '101158.988000', '101158.990000', '101158.993000', '101158.995000', '101158.998000', '101159.002000', '101159.004000', '101159.007000', '101159.010000', '101159.012000', '101159.015000', '101159.018000', '101159.020000', '101159.023000', '101159.025000', '101159.028000', '101159.031000', '101159.033000', '101159.036000', '101159.038000', '101159.041000', '101159.044000', '101159.046000', '101159.049000', '101159.052000', '101159.054000', '101218.935000', '101218.949000', '101218.952000', '101218.954000', '101218.957000', '101218.960000', '101218.962000', '101218.965000', '101218.968000', '101218.970000', '101218.973000', '101218.975000', '101218.978000', '101218.981000', '101218.983000', '101218.986000', '101218.989000', '101218.991000', '101218.994000', '101218.996000', '101219.000000', '101219.003000', '101219.005000', '101219.008000', '101219.011000', '101219.013000', '101219.016000', '101219.019000', '101219.021000', '101219.024000', '101219.026000', '101219.029000', '101219.031000', '101219.034000', '101219.037000', '101219.039000', '101219.042000', '101219.044000', '101219.047000', '101219.050000', '101219.052000', '101219.082000', '101219.085000', '101238.935000', '101238.938000', '101238.941000', '101238.944000', '101238.946000', '101238.949000', '101238.952000', '101238.954000', '101238.957000', '101238.960000', '101238.963000', '101238.967000', '101238.970000', '101238.973000', '101238.984000', '101238.987000', '101238.989000', '101238.992000', '101238.994000', '101238.997000', '101239.001000', '101239.003000', '101239.006000', '101239.009000', '101239.011000', '101239.014000', '101239.017000', '101239.019000', '101239.022000', '101239.025000', '101239.027000', '101239.030000', '101239.032000', '101239.035000', '101239.038000', '101239.040000', '101239.043000', '101239.046000', '101239.048000', '101239.051000', '101239.054000', '101239.056000', '101239.059000', '101258.936000', '101258.939000', '101258.942000', '101258.945000', '101258.947000', '101258.950000', '101258.953000', '101258.955000', '101258.958000', '101258.961000', '101258.963000', '101258.966000', '101258.969000', '101258.971000', '101258.974000', '101258.977000', '101258.979000', '101258.982000', '101258.984000', '101258.987000', '101258.990000', '101258.992000', '101258.995000', '101258.998000', '101259.000000', '101259.003000', '101259.005000', '101259.008000', '101259.011000', '101259.014000', '101259.016000', '101259.019000', '101259.021000', '101259.024000', '101259.027000', '101259.029000', '101259.032000', '101259.035000', '101259.037000', '101259.040000', '101259.042000', '101259.045000', '101259.048000', '101259.050000', '101318.937000', '101318.939000', '101318.942000', '101318.945000', '101318.947000', '101318.950000', '101318.952000', '101318.955000', '101318.958000', '101318.960000', '101318.963000', '101318.966000', '101318.968000', '101318.971000', '101318.973000', '101318.976000', '101318.979000', '101318.981000', '101318.984000', '101318.987000', '101318.989000', '101318.992000', '101318.995000', '101318.997000', '101319.001000', '101319.004000', '101319.006000', '101319.009000', '101319.011000', '101319.014000', '101319.017000', '101319.019000', '101319.022000', '101319.025000', '101319.027000', '101319.030000', '101319.033000', '101319.035000', '101319.038000', '101319.041000', '101319.043000', '101319.046000', '101319.048000', '101319.051000', '101338.937000', '101338.941000', '101338.943000', '101338.946000', '101338.948000', '101338.951000', '101338.954000', '101338.956000', '101338.959000', '101338.962000', '101338.964000', '101338.967000', '101338.970000', '101338.972000', '101338.975000', '101338.978000', '101338.980000', '101338.983000', '101338.985000', '101338.988000', '101338.991000', '101338.993000', '101338.996000', '101339.000000', '101339.002000', '101339.005000', '101339.008000', '101339.010000', '101339.013000', '101339.015000', '101339.018000', '101339.021000', '101339.023000', '101339.026000', '101339.029000', '101339.034000', '101339.037000', '101339.040000', '101339.042000', '101339.045000', '101339.048000', '101339.050000', '101339.053000', '101358.936000', '101358.939000', '101358.941000', '101358.944000', '101358.947000', '101358.950000', '101358.953000', '101358.957000', '101358.960000', '101358.963000', '101358.965000', '101358.968000', '101358.971000', '101358.973000', '101358.976000', '101358.979000', '101358.981000', '101358.984000', '101358.987000', '101358.989000', '101358.992000', '101358.994000', '101358.997000', '101359.001000', '101359.004000', '101359.007000', '101359.010000', '101359.012000', '101359.015000', '101359.018000', '101359.020000', '101359.023000', '101359.026000', '101359.028000', '101359.031000', '101359.034000', '101359.036000', '101359.055000', '101359.058000', '101359.061000', '101359.063000', '101359.066000', '101359.069000', '101418.935000', '101418.938000', '101418.941000', '101418.944000', '101418.946000', '101418.949000', '101418.952000', '101418.954000', '101418.957000', '101418.960000', '101418.962000', '101418.965000', '101418.968000', '101418.970000', '101418.973000', '101418.976000', '101418.978000', '101418.981000', '101418.984000', '101418.986000', '101418.989000', '101418.991000', '101418.994000', '101418.997000', '101419.000000', '101419.003000', '101419.006000', '101419.008000', '101419.011000', '101419.014000', '101419.016000', '101419.019000', '101419.021000', '101419.024000', '101419.027000', '101419.029000', '101419.032000', '101419.035000', '101419.037000', '101419.040000', '101419.042000', '101419.045000', '101419.048000', '101419.050000', '101438.935000', '101438.938000', '101438.941000', '101438.944000', '101438.946000', '101438.949000', '101438.952000', '101438.954000', '101438.957000', '101438.960000', '101438.962000', '101438.965000', '101438.968000', '101438.970000', '101438.973000', '101438.976000', '101438.979000', '101438.983000', '101438.985000', '101438.988000', '101438.991000', '101438.993000', '101438.996000', '101439.000000', '101439.002000', '101439.005000', '101439.008000', '101439.010000', '101439.013000', '101439.016000', '101439.018000', '101439.021000', '101439.023000', '101439.026000', '101439.029000', '101439.031000', '101439.034000', '101439.037000', '101439.039000', '101439.042000', '101439.044000', '101439.047000', '101439.050000', '101458.936000', '101458.938000', '101458.941000', '101458.954000', '101458.957000', '101458.959000', '101458.962000', '101458.964000', '101458.967000', '101458.970000', '101458.972000', '101458.975000', '101458.978000', '101458.980000', '101458.983000', '101458.985000', '101458.988000', '101458.991000', '101458.993000', '101458.996000', '101459.000000', '101459.002000', '101459.005000', '101459.008000', '101459.010000', '101459.013000', '101459.016000', '101459.018000', '101459.021000', '101459.024000', '101459.026000', '101459.029000', '101459.032000', '101459.034000', '101459.037000', '101459.040000', '101459.042000', '101459.045000', '101459.048000', '101459.050000', '101459.053000', '101459.056000', '101459.058000', '101459.061000', '101518.937000', '101518.939000', '101518.942000', '101518.945000', '101518.947000', '101518.950000', '101518.953000', '101518.955000', '101518.958000', '101518.961000', '101518.963000', '101518.966000', '101518.969000', '101518.971000', '101518.974000', '101518.977000', '101518.979000', '101518.982000', '101518.985000', '101518.987000', '101518.990000', '101518.993000', '101518.996000', '101519.000000', '101519.003000', '101519.006000', '101519.008000', '101519.011000', '101519.014000', '101519.016000', '101519.019000', '101519.022000', '101519.024000', '101519.027000', '101519.030000', '101519.032000', '101519.035000', '101519.038000', '101519.040000', '101519.044000', '101519.047000', '101519.050000', '101519.052000', '101538.936000', '101538.939000', '101538.942000', '101538.945000', '101538.948000', '101538.962000', '101538.965000', '101538.967000', '101538.970000', '101538.973000', '101538.975000', '101538.978000', '101538.981000', '101538.983000', '101538.986000', '101538.989000', '101538.991000', '101538.994000', '101538.996000', '101539.000000', '101539.003000', '101539.005000', '101539.008000', '101539.011000', '101539.014000', '101539.016000', '101539.019000', '101539.022000', '101539.024000', '101539.029000', '101539.032000', '101539.034000', '101539.037000', '101539.045000', '101539.048000', '101539.051000', '101539.053000', '101539.056000', '101539.059000', '101539.061000', '101539.064000', '101539.067000', '101539.069000', '101539.072000', '101558.937000', '101558.940000', '101558.942000', '101558.945000', '101558.948000', '101558.951000', '101558.953000', '101558.956000', '101558.958000', '101558.961000', '101558.964000', '101558.966000', '101558.969000', '101558.972000', '101558.974000', '101558.977000', '101558.979000', '101558.982000', '101558.985000', '101558.987000', '101558.990000', '101558.993000', '101558.995000', '101558.998000', '101559.001000', '101559.005000', '101559.007000', '101559.010000', '101559.013000', '101559.015000', '101559.018000', '101559.022000', '101559.025000', '101559.027000', '101559.030000', '101559.032000', '101559.035000', '101559.038000', '101559.040000', '101559.043000', '101559.046000', '101559.048000', '101559.051000', '101618.936000', '101618.938000', '101618.941000', '101618.944000', '101618.947000', '101618.949000', '101618.952000', '101618.955000', '101618.957000', '101618.960000', '101618.962000', '101618.965000', '101618.968000', '101618.970000', '101618.973000', '101618.976000', '101618.978000', '101618.981000', '101618.984000', '101618.986000', '101618.989000', '101618.991000', '101618.994000', '101618.997000', '101619.000000', '101619.013000', '101619.016000', '101619.018000', '101619.021000', '101619.024000', '101619.026000', '101619.029000', '101619.032000', '101619.034000', '101619.037000', '101619.040000', '101619.042000', '101619.045000', '101619.048000', '101619.050000', '101619.053000', '101619.055000', '101619.058000', '101619.061000', '101638.936000', '101638.938000', '101638.941000', '101638.944000', '101638.946000', '101638.949000', '101638.952000', '101638.954000', '101638.957000', '101638.960000', '101638.962000', '101638.965000', '101638.968000', '101638.970000', '101638.973000', '101638.976000', '101638.978000', '101638.981000', '101638.984000', '101638.986000', '101638.989000', '101638.991000', '101638.994000', '101638.997000', '101639.001000', '101639.003000', '101639.006000', '101639.008000', '101639.011000', '101639.014000', '101639.017000', '101639.019000', '101639.022000', '101639.024000', '101639.027000', '101639.030000', '101639.032000', '101639.035000', '101639.038000', '101639.040000', '101639.043000', '101639.045000', '101639.048000', '101658.936000', '101658.939000', '101658.941000', '101658.944000', '101658.947000', '101658.949000', '101658.952000', '101658.954000', '101658.957000', '101658.960000', '101658.962000', '101658.965000', '101658.968000', '101658.970000', '101658.973000', '101658.976000', '101658.996000', '101658.998000', '101659.002000', '101659.005000', '101659.007000', '101659.010000', '101659.013000', '101659.015000', '101659.018000', '101659.021000', '101659.023000', '101659.026000', '101659.028000', '101659.031000', '101659.034000', '101659.037000', '101659.049000', '101659.052000', '101659.054000', '101659.057000', '101659.059000', '101659.062000', '101659.065000', '101659.067000', '101659.070000', '101659.073000', '101659.075000', '101659.078000', '101718.936000', '101718.938000', '101718.941000', '101718.944000', '101718.947000', '101718.949000', '101718.952000', '101718.955000', '101718.957000', '101718.960000', '101718.963000', '101718.965000', '101718.968000', '101718.970000', '101718.973000', '101718.976000', '101718.979000', '101718.981000', '101718.984000', '101718.986000', '101718.989000', '101718.992000', '101718.994000', '101718.997000', '101719.001000', '101719.004000', '101719.007000', '101719.010000', '101719.013000', '101719.015000', '101719.018000', '101719.021000', '101719.023000', '101719.026000', '101719.029000', '101719.031000', '101719.034000', '101719.037000', '101719.039000', '101719.042000', '101719.044000', '101719.047000', '101719.050000', '101738.937000', '101738.940000', '101738.943000', '101738.946000', '101738.949000', '101738.951000', '101738.954000', '101738.956000', '101738.959000', '101738.962000', '101738.965000', '101738.967000', '101738.970000', '101738.973000', '101738.975000', '101738.978000', '101738.981000', '101738.983000', '101738.986000', '101738.988000', '101738.991000', '101738.994000', '101738.996000', '101739.000000', '101739.006000', '101739.009000', '101739.011000', '101739.014000', '101739.017000', '101739.019000', '101739.022000', '101739.025000', '101739.027000', '101739.030000', '101739.033000', '101739.035000', '101739.038000', '101739.041000', '101739.043000', '101739.046000', '101739.049000', '101739.051000', '101739.054000', '101739.056000', '101758.937000', '101758.940000', '101758.942000', '101758.945000', '101758.948000', '101758.950000', '101758.953000', '101758.956000', '101758.958000', '101758.961000', '101758.964000', '101758.966000', '101758.969000', '101758.972000', '101758.974000', '101758.977000', '101758.980000', '101758.982000', '101758.985000', '101758.988000', '101758.990000', '101758.993000', '101758.996000', '101758.998000', '101759.002000', '101759.004000', '101759.007000', '101759.010000', '101759.013000', '101759.015000', '101759.018000', '101759.021000', '101759.023000', '101759.026000', '101759.028000', '101759.031000', '101759.034000', '101759.036000', '101759.039000', '101759.042000', '101759.044000', '101759.047000', '101759.050000', '101818.937000', '101818.940000', '101818.943000', '101818.945000', '101818.948000', '101818.951000', '101818.953000', '101818.956000', '101818.958000', '101818.961000', '101818.964000', '101818.966000', '101819.003000', '101819.006000', '101819.009000', '101819.011000', '101819.014000', '101819.017000', '101819.019000', '101819.022000', '101819.025000', '101819.027000', '101819.030000', '101819.032000', '101819.035000', '101819.038000', '101819.040000', '101819.043000', '101819.046000', '101819.048000', '101819.051000', '101819.053000', '101819.056000', '101819.059000', '101819.061000', '101819.064000', '101819.067000', '101819.069000', '101819.072000', '101819.074000', '101819.077000', '101819.080000', '101819.082000', '101838.936000', '101838.939000', '101838.941000', '101838.944000', '101838.947000', '101838.949000', '101838.952000', '101838.955000', '101838.957000', '101838.960000', '101838.963000', '101838.965000', '101838.968000', '101838.971000', '101838.973000', '101838.976000', '101838.978000', '101838.981000', '101838.984000', '101838.986000', '101838.989000', '101838.992000', '101838.994000', '101838.997000', '101839.000000', '101839.003000', '101839.006000', '101839.009000', '101839.012000', '101839.014000', '101839.017000', '101839.019000', '101839.022000', '101839.025000', '101839.027000', '101839.030000', '101839.032000', '101839.035000', '101839.038000', '101839.040000', '101839.043000', '101839.046000', '101839.048000', '101839.051000', '101858.936000', '101858.938000', '101858.941000', '101858.944000', '101858.946000', '101858.949000', '101858.952000', '101858.954000', '101858.957000', '101858.960000', '101858.963000', '101858.965000', '101858.968000', '101858.970000', '101858.973000', '101858.976000', '101858.978000', '101858.981000', '101858.984000', '101858.986000', '101858.989000', '101858.991000', '101858.994000', '101858.997000', '101859.000000', '101859.003000', '101859.006000', '101859.009000', '101859.011000', '101859.014000', '101859.017000', '101859.019000', '101859.022000', '101859.024000', '101859.027000', '101859.030000', '101859.032000', '101859.035000', '101859.038000', '101859.040000', '101859.043000', '101859.045000', '101859.048000', '101859.051000', '101913.593000', '101913.596000', '101913.599000', '101913.602000', '101913.605000', '101913.608000', '101913.611000', '101913.613000', '101913.616000', '101913.619000', '101913.622000', '101913.626000', '101913.629000', '101913.631000', '101913.635000', '101913.648000', '101913.651000', '101913.654000', '101913.658000', '101913.661000', '101913.664000', '101913.667000', '101913.674000', '101913.680000', '101913.683000', '101913.685000', '101913.688000', '101913.691000', '101913.694000', '101913.697000', '101913.700000', '101913.703000'], 'InstanceCreationTime': ['101038.968000', '101038.971000', '101038.974000', '101038.976000', '101038.979000', '101038.982000', '101038.984000', '101038.988000', '101038.990000', '101038.993000', '101038.996000', '101038.999000', '101039.001000', '101039.004000', '101039.015000', '101039.018000', '101039.021000', '101039.023000', '101039.026000', '101039.029000', '101039.032000', '101039.034000', '101039.037000', '101039.040000', '101039.051000', '101039.054000', '101039.056000', '101039.059000', '101039.062000', '101039.064000', '101039.067000', '101039.070000', '101039.073000', '101039.076000', '101039.078000', '101039.081000', '101039.084000', '101039.087000', '101058.936000', '101058.939000', '101058.942000', '101058.980000', '101058.988000', '101058.990000', '101058.993000', '101058.996000', '101058.998000', '101059.002000', '101059.004000', '101059.007000', '101059.010000', '101059.012000', '101059.015000', '101059.017000', '101059.020000', '101059.022000', '101059.025000', '101059.028000', '101059.030000', '101059.033000', '101059.035000', '101059.038000', '101059.041000', '101059.043000', '101059.046000', '101059.049000', '101059.051000', '101059.054000', '101059.056000', '101059.059000', '101059.062000', '101059.064000', '101059.067000', '101059.069000', '101059.072000', '101059.075000', '101059.077000', '101059.080000', '101059.082000', '101059.085000', '101059.088000', '101059.090000', '101118.937000', '101118.939000', '101118.942000', '101118.945000', '101118.947000', '101118.950000', '101118.953000', '101118.955000', '101118.958000', '101118.961000', '101118.963000', '101118.966000', '101118.968000', '101118.971000', '101118.974000', '101118.976000', '101118.979000', '101118.982000', '101118.985000', '101118.987000', '101118.990000', '101118.992000', '101118.995000', '101118.997000', '101119.001000', '101119.004000', '101119.006000', '101119.009000', '101119.012000', '101119.014000', '101119.017000', '101119.020000', '101119.022000', '101119.025000', '101119.027000', '101119.030000', '101119.033000', '101119.035000', '101119.038000', '101119.040000', '101119.043000', '101119.046000', '101119.048000', '101119.051000', '101138.935000', '101138.938000', '101138.941000', '101138.943000', '101138.946000', '101138.949000', '101138.952000', '101138.954000', '101138.957000', '101138.960000', '101138.962000', '101138.965000', '101138.968000', '101138.970000', '101138.973000', '101138.975000', '101138.978000', '101138.981000', '101138.983000', '101138.986000', '101138.989000', '101138.991000', '101138.994000', '101138.996000', '101139.000000', '101139.003000', '101139.005000', '101139.008000', '101139.010000', '101139.013000', '101139.016000', '101139.018000', '101139.021000', '101139.023000', '101139.026000', '101139.028000', '101139.031000', '101139.034000', '101139.036000', '101139.039000', '101139.041000', '101139.044000', '101139.047000', '101158.936000', '101158.943000', '101158.945000', '101158.948000', '101158.951000', '101158.953000', '101158.956000', '101158.959000', '101158.961000', '101158.964000', '101158.967000', '101158.969000', '101158.972000', '101158.974000', '101158.977000', '101158.980000', '101158.982000', '101158.985000', '101158.988000', '101158.990000', '101158.993000', '101158.995000', '101158.998000', '101159.002000', '101159.004000', '101159.007000', '101159.010000', '101159.012000', '101159.015000', '101159.018000', '101159.020000', '101159.023000', '101159.025000', '101159.028000', '101159.031000', '101159.033000', '101159.036000', '101159.038000', '101159.041000', '101159.044000', '101159.046000', '101159.049000', '101159.052000', '101159.054000', '101218.935000', '101218.949000', '101218.952000', '101218.954000', '101218.957000', '101218.960000', '101218.962000', '101218.965000', '101218.968000', '101218.970000', '101218.973000', '101218.975000', '101218.978000', '101218.981000', '101218.983000', '101218.986000', '101218.989000', '101218.991000', '101218.994000', '101218.996000', '101219.000000', '101219.003000', '101219.005000', '101219.008000', '101219.011000', '101219.013000', '101219.016000', '101219.019000', '101219.021000', '101219.024000', '101219.026000', '101219.029000', '101219.031000', '101219.034000', '101219.037000', '101219.039000', '101219.042000', '101219.044000', '101219.047000', '101219.050000', '101219.052000', '101219.082000', '101219.085000', '101238.935000', '101238.938000', '101238.941000', '101238.944000', '101238.946000', '101238.949000', '101238.952000', '101238.954000', '101238.957000', '101238.960000', '101238.963000', '101238.967000', '101238.970000', '101238.973000', '101238.984000', '101238.987000', '101238.989000', '101238.992000', '101238.994000', '101238.997000', '101239.001000', '101239.003000', '101239.006000', '101239.009000', '101239.011000', '101239.014000', '101239.017000', '101239.019000', '101239.022000', '101239.025000', '101239.027000', '101239.030000', '101239.032000', '101239.035000', '101239.038000', '101239.040000', '101239.043000', '101239.046000', '101239.048000', '101239.051000', '101239.054000', '101239.056000', '101239.059000', '101258.936000', '101258.939000', '101258.942000', '101258.945000', '101258.947000', '101258.950000', '101258.953000', '101258.955000', '101258.958000', '101258.961000', '101258.963000', '101258.966000', '101258.969000', '101258.971000', '101258.974000', '101258.977000', '101258.979000', '101258.982000', '101258.984000', '101258.987000', '101258.990000', '101258.992000', '101258.995000', '101258.998000', '101259.000000', '101259.003000', '101259.005000', '101259.008000', '101259.011000', '101259.014000', '101259.016000', '101259.019000', '101259.021000', '101259.024000', '101259.027000', '101259.029000', '101259.032000', '101259.035000', '101259.037000', '101259.040000', '101259.042000', '101259.045000', '101259.048000', '101259.050000', '101318.937000', '101318.939000', '101318.942000', '101318.945000', '101318.947000', '101318.950000', '101318.952000', '101318.955000', '101318.958000', '101318.960000', '101318.963000', '101318.966000', '101318.968000', '101318.971000', '101318.973000', '101318.976000', '101318.979000', '101318.981000', '101318.984000', '101318.987000', '101318.989000', '101318.992000', '101318.995000', '101318.997000', '101319.001000', '101319.004000', '101319.006000', '101319.009000', '101319.011000', '101319.014000', '101319.017000', '101319.019000', '101319.022000', '101319.025000', '101319.027000', '101319.030000', '101319.033000', '101319.035000', '101319.038000', '101319.041000', '101319.043000', '101319.046000', '101319.048000', '101319.051000', '101338.937000', '101338.941000', '101338.943000', '101338.946000', '101338.948000', '101338.951000', '101338.954000', '101338.956000', '101338.959000', '101338.962000', '101338.964000', '101338.967000', '101338.970000', '101338.972000', '101338.975000', '101338.978000', '101338.980000', '101338.983000', '101338.985000', '101338.988000', '101338.991000', '101338.993000', '101338.996000', '101339.000000', '101339.002000', '101339.005000', '101339.008000', '101339.010000', '101339.013000', '101339.015000', '101339.018000', '101339.021000', '101339.023000', '101339.026000', '101339.029000', '101339.034000', '101339.037000', '101339.040000', '101339.042000', '101339.045000', '101339.048000', '101339.050000', '101339.053000', '101358.936000', '101358.939000', '101358.941000', '101358.944000', '101358.947000', '101358.950000', '101358.953000', '101358.957000', '101358.960000', '101358.963000', '101358.965000', '101358.968000', '101358.971000', '101358.973000', '101358.976000', '101358.979000', '101358.981000', '101358.984000', '101358.987000', '101358.989000', '101358.992000', '101358.994000', '101358.997000', '101359.001000', '101359.004000', '101359.007000', '101359.010000', '101359.012000', '101359.015000', '101359.018000', '101359.020000', '101359.023000', '101359.026000', '101359.028000', '101359.031000', '101359.034000', '101359.036000', '101359.055000', '101359.058000', '101359.061000', '101359.063000', '101359.066000', '101359.069000', '101418.935000', '101418.938000', '101418.941000', '101418.944000', '101418.946000', '101418.949000', '101418.952000', '101418.954000', '101418.957000', '101418.960000', '101418.962000', '101418.965000', '101418.968000', '101418.970000', '101418.973000', '101418.976000', '101418.978000', '101418.981000', '101418.984000', '101418.986000', '101418.989000', '101418.991000', '101418.994000', '101418.997000', '101419.000000', '101419.003000', '101419.006000', '101419.008000', '101419.011000', '101419.014000', '101419.016000', '101419.019000', '101419.021000', '101419.024000', '101419.027000', '101419.029000', '101419.032000', '101419.035000', '101419.037000', '101419.040000', '101419.042000', '101419.045000', '101419.048000', '101419.050000', '101438.935000', '101438.938000', '101438.941000', '101438.944000', '101438.946000', '101438.949000', '101438.952000', '101438.954000', '101438.957000', '101438.960000', '101438.962000', '101438.965000', '101438.968000', '101438.970000', '101438.973000', '101438.976000', '101438.979000', '101438.983000', '101438.985000', '101438.988000', '101438.991000', '101438.993000', '101438.996000', '101439.000000', '101439.002000', '101439.005000', '101439.008000', '101439.010000', '101439.013000', '101439.016000', '101439.018000', '101439.021000', '101439.023000', '101439.026000', '101439.029000', '101439.031000', '101439.034000', '101439.037000', '101439.039000', '101439.042000', '101439.044000', '101439.047000', '101439.050000', '101458.936000', '101458.938000', '101458.941000', '101458.954000', '101458.957000', '101458.959000', '101458.962000', '101458.964000', '101458.967000', '101458.970000', '101458.972000', '101458.975000', '101458.978000', '101458.980000', '101458.983000', '101458.985000', '101458.988000', '101458.991000', '101458.993000', '101458.996000', '101459.000000', '101459.002000', '101459.005000', '101459.008000', '101459.010000', '101459.013000', '101459.016000', '101459.018000', '101459.021000', '101459.024000', '101459.026000', '101459.029000', '101459.032000', '101459.034000', '101459.037000', '101459.040000', '101459.042000', '101459.045000', '101459.048000', '101459.050000', '101459.053000', '101459.056000', '101459.058000', '101459.061000', '101518.937000', '101518.939000', '101518.942000', '101518.945000', '101518.947000', '101518.950000', '101518.953000', '101518.955000', '101518.958000', '101518.961000', '101518.963000', '101518.966000', '101518.969000', '101518.971000', '101518.974000', '101518.977000', '101518.979000', '101518.982000', '101518.985000', '101518.987000', '101518.990000', '101518.993000', '101518.996000', '101519.000000', '101519.003000', '101519.006000', '101519.008000', '101519.011000', '101519.014000', '101519.016000', '101519.019000', '101519.022000', '101519.024000', '101519.027000', '101519.030000', '101519.032000', '101519.035000', '101519.038000', '101519.040000', '101519.044000', '101519.047000', '101519.050000', '101519.052000', '101538.936000', '101538.939000', '101538.942000', '101538.945000', '101538.948000', '101538.962000', '101538.965000', '101538.967000', '101538.970000', '101538.973000', '101538.975000', '101538.978000', '101538.981000', '101538.983000', '101538.986000', '101538.989000', '101538.991000', '101538.994000', '101538.996000', '101539.000000', '101539.003000', '101539.005000', '101539.008000', '101539.011000', '101539.014000', '101539.016000', '101539.019000', '101539.022000', '101539.024000', '101539.029000', '101539.032000', '101539.034000', '101539.037000', '101539.045000', '101539.048000', '101539.051000', '101539.053000', '101539.056000', '101539.059000', '101539.061000', '101539.064000', '101539.067000', '101539.069000', '101539.072000', '101558.937000', '101558.940000', '101558.942000', '101558.945000', '101558.948000', '101558.951000', '101558.953000', '101558.956000', '101558.958000', '101558.961000', '101558.964000', '101558.966000', '101558.969000', '101558.972000', '101558.974000', '101558.977000', '101558.979000', '101558.982000', '101558.985000', '101558.987000', '101558.990000', '101558.993000', '101558.995000', '101558.998000', '101559.001000', '101559.005000', '101559.007000', '101559.010000', '101559.013000', '101559.015000', '101559.018000', '101559.022000', '101559.025000', '101559.027000', '101559.030000', '101559.032000', '101559.035000', '101559.038000', '101559.040000', '101559.043000', '101559.046000', '101559.048000', '101559.051000', '101618.936000', '101618.938000', '101618.941000', '101618.944000', '101618.947000', '101618.949000', '101618.952000', '101618.955000', '101618.957000', '101618.960000', '101618.962000', '101618.965000', '101618.968000', '101618.970000', '101618.973000', '101618.976000', '101618.978000', '101618.981000', '101618.984000', '101618.986000', '101618.989000', '101618.991000', '101618.994000', '101618.997000', '101619.000000', '101619.013000', '101619.016000', '101619.018000', '101619.021000', '101619.024000', '101619.026000', '101619.029000', '101619.032000', '101619.034000', '101619.037000', '101619.040000', '101619.042000', '101619.045000', '101619.048000', '101619.050000', '101619.053000', '101619.055000', '101619.058000', '101619.061000', '101638.936000', '101638.938000', '101638.941000', '101638.944000', '101638.946000', '101638.949000', '101638.952000', '101638.954000', '101638.957000', '101638.960000', '101638.962000', '101638.965000', '101638.968000', '101638.970000', '101638.973000', '101638.976000', '101638.978000', '101638.981000', '101638.984000', '101638.986000', '101638.989000', '101638.991000', '101638.994000', '101638.997000', '101639.001000', '101639.003000', '101639.006000', '101639.008000', '101639.011000', '101639.014000', '101639.017000', '101639.019000', '101639.022000', '101639.024000', '101639.027000', '101639.030000', '101639.032000', '101639.035000', '101639.038000', '101639.040000', '101639.043000', '101639.045000', '101639.048000', '101658.936000', '101658.939000', '101658.941000', '101658.944000', '101658.947000', '101658.949000', '101658.952000', '101658.954000', '101658.957000', '101658.960000', '101658.962000', '101658.965000', '101658.968000', '101658.970000', '101658.973000', '101658.976000', '101658.996000', '101658.998000', '101659.002000', '101659.005000', '101659.007000', '101659.010000', '101659.013000', '101659.015000', '101659.018000', '101659.021000', '101659.023000', '101659.026000', '101659.028000', '101659.031000', '101659.034000', '101659.037000', '101659.049000', '101659.052000', '101659.054000', '101659.057000', '101659.059000', '101659.062000', '101659.065000', '101659.067000', '101659.070000', '101659.073000', '101659.075000', '101659.078000', '101718.936000', '101718.938000', '101718.941000', '101718.944000', '101718.947000', '101718.949000', '101718.952000', '101718.955000', '101718.957000', '101718.960000', '101718.963000', '101718.965000', '101718.968000', '101718.970000', '101718.973000', '101718.976000', '101718.979000', '101718.981000', '101718.984000', '101718.986000', '101718.989000', '101718.992000', '101718.994000', '101718.997000', '101719.001000', '101719.004000', '101719.007000', '101719.010000', '101719.013000', '101719.015000', '101719.018000', '101719.021000', '101719.023000', '101719.026000', '101719.029000', '101719.031000', '101719.034000', '101719.037000', '101719.039000', '101719.042000', '101719.044000', '101719.047000', '101719.050000', '101738.937000', '101738.940000', '101738.943000', '101738.946000', '101738.949000', '101738.951000', '101738.954000', '101738.956000', '101738.959000', '101738.962000', '101738.965000', '101738.967000', '101738.970000', '101738.973000', '101738.975000', '101738.978000', '101738.981000', '101738.983000', '101738.986000', '101738.988000', '101738.991000', '101738.994000', '101738.996000', '101739.000000', '101739.006000', '101739.009000', '101739.011000', '101739.014000', '101739.017000', '101739.019000', '101739.022000', '101739.025000', '101739.027000', '101739.030000', '101739.033000', '101739.035000', '101739.038000', '101739.041000', '101739.043000', '101739.046000', '101739.049000', '101739.051000', '101739.054000', '101739.056000', '101758.937000', '101758.940000', '101758.942000', '101758.945000', '101758.948000', '101758.950000', '101758.953000', '101758.956000', '101758.958000', '101758.961000', '101758.964000', '101758.966000', '101758.969000', '101758.972000', '101758.974000', '101758.977000', '101758.980000', '101758.982000', '101758.985000', '101758.988000', '101758.990000', '101758.993000', '101758.996000', '101758.998000', '101759.002000', '101759.004000', '101759.007000', '101759.010000', '101759.013000', '101759.015000', '101759.018000', '101759.021000', '101759.023000', '101759.026000', '101759.028000', '101759.031000', '101759.034000', '101759.036000', '101759.039000', '101759.042000', '101759.044000', '101759.047000', '101759.050000', '101818.937000', '101818.940000', '101818.943000', '101818.945000', '101818.948000', '101818.951000', '101818.953000', '101818.956000', '101818.958000', '101818.961000', '101818.964000', '101818.966000', '101819.003000', '101819.006000', '101819.009000', '101819.011000', '101819.014000', '101819.017000', '101819.019000', '101819.022000', '101819.025000', '101819.027000', '101819.030000', '101819.032000', '101819.035000', '101819.038000', '101819.040000', '101819.043000', '101819.046000', '101819.048000', '101819.051000', '101819.053000', '101819.056000', '101819.059000', '101819.061000', '101819.064000', '101819.067000', '101819.069000', '101819.072000', '101819.074000', '101819.077000', '101819.080000', '101819.082000', '101838.936000', '101838.939000', '101838.941000', '101838.944000', '101838.947000', '101838.949000', '101838.952000', '101838.955000', '101838.957000', '101838.960000', '101838.963000', '101838.965000', '101838.968000', '101838.971000', '101838.973000', '101838.976000', '101838.978000', '101838.981000', '101838.984000', '101838.986000', '101838.989000', '101838.992000', '101838.994000', '101838.997000', '101839.000000', '101839.003000', '101839.006000', '101839.009000', '101839.012000', '101839.014000', '101839.017000', '101839.019000', '101839.022000', '101839.025000', '101839.027000', '101839.030000', '101839.032000', '101839.035000', '101839.038000', '101839.040000', '101839.043000', '101839.046000', '101839.048000', '101839.051000', '101858.936000', '101858.938000', '101858.941000', '101858.944000', '101858.946000', '101858.949000', '101858.952000', '101858.954000', '101858.957000', '101858.960000', '101858.963000', '101858.965000', '101858.968000', '101858.970000', '101858.973000', '101858.976000', '101858.978000', '101858.981000', '101858.984000', '101858.986000', '101858.989000', '101858.991000', '101858.994000', '101858.997000', '101859.000000', '101859.003000', '101859.006000', '101859.009000', '101859.011000', '101859.014000', '101859.017000', '101859.019000', '101859.022000', '101859.024000', '101859.027000', '101859.030000', '101859.032000', '101859.035000', '101859.038000', '101859.040000', '101859.043000', '101859.045000', '101859.048000', '101859.051000', '101913.593000', '101913.596000', '101913.599000', '101913.602000', '101913.605000', '101913.608000', '101913.611000', '101913.613000', '101913.616000', '101913.619000', '101913.622000', '101913.626000', '101913.629000', '101913.631000', '101913.635000', '101913.648000', '101913.651000', '101913.654000', '101913.658000', '101913.661000', '101913.664000', '101913.667000', '101913.674000', '101913.680000', '101913.683000', '101913.685000', '101913.688000', '101913.691000', '101913.694000', '101913.697000', '101913.700000', '101913.703000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [10472, 10060, 12546, 9603, 15545, 9469, 14443, 9628, 10265, 11267, 7681, 13302, 9059, 14055, 9650, 9055, 10879, 7913, 12531, 8836, 10559, 11182, 7778, 13195, 9337, 17057, 10813, 8121, 11853, 8344, 15079, 10325, 14393, 9823, 7956, 11916, 7934, 15020, 10041, 11950, 9755, 7691, 12919, 9324, 17039, 10577, 8218, 10877, 8562, 14207, 10055, 8998, 11439, 8166, 15236, 9907, 8594, 13236, 8564, 11591, 9562, 9051, 13246, 9055, 14074, 8976, 8389, 11161, 8354, 15439, 9661, 8842, 10788, 8053, 15952, 9840, 7888, 11396, 8382, 15337, 10129, 15397, 10464, 7920, 12333, 8980, 14408, 9834, 9364, 10739, 8036, 9566, 9552, 7625, 13344, 9366, 7775, 10985, 8513, 14079, 10289, 8737, 13335, 8791, 9286, 11839, 9264, 16569, 9311, 8093, 11532, 8662, 16267, 9510, 7425, 11489, 8413, 14792, 10331, 7643, 11344, 8587, 11308, 9879, 8131, 13262, 8689, 9756, 10024, 8601, 14497, 9581, 8394, 10656, 8050, 14667, 10013, 9942, 12026, 8182, 10604, 9365, 8910, 14012, 9446, 10052, 10029, 8115, 15163, 10161, 10347, 10584, 7584, 14882, 10368, 11133, 10304, 8033, 13918, 9838, 8931, 10844, 7984, 14162, 10129, 8439, 11428, 8482, 13888, 9856, 14786, 11234, 8665, 11776, 8973, 11839, 10918, 8327, 10693, 9144, 7391, 13585, 9829, 11479, 9503, 7818, 14046, 10199, 15962, 10021, 10547, 9953, 9910, 12308, 8360, 12015, 9177, 11011, 10367, 9176, 13242, 9174, 8975, 10153, 8579, 15075, 10701, 9271, 10490, 8115, 13784, 10477, 15558, 9813, 8318, 10822, 8555, 13741, 10445, 8326, 10579, 8217, 12290, 9438, 13996, 10780, 8357, 11152, 8104, 12677, 9554, 11823, 11172, 8523, 12054, 8860, 11602, 10389, 9526, 14287, 9926, 8873, 10770, 8322, 7632, 9087, 10051, 8095, 8940, 13308, 9546, 17581, 11520, 13148, 15511, 9864, 9897, 12990, 9187, 17272, 11277, 15509, 11948, 8034, 12782, 9237, 10599, 10288, 8449, 13621, 9200, 9515, 9952, 7514, 13051, 9777, 12945, 9218, 8296, 10514, 8479, 13337, 9294, 8382, 10546, 7866, 14142, 10224, 11967, 10079, 7864, 12732, 9685, 15189, 10651, 7933, 12396, 9158, 16215, 10985, 8186, 12961, 9458, 13269, 10843, 10071, 12317, 8338, 12918, 9489, 9797, 11534, 9045, 12838, 9570, 7930, 13042, 9694, 15763, 10179, 9742, 10364, 8388, 13950, 10085, 12785, 9661, 7831, 13501, 10325, 16174, 9984, 8036, 11498, 9081, 16014, 11095, 9016, 11142, 8301, 13906, 10023, 9673, 11080, 8313, 13080, 9673, 10832, 11793, 8698, 12906, 9186, 14942, 10607, 14433, 11582, 8437, 12388, 9232, 14017, 11123, 8241, 12430, 8983, 9214, 11738, 9158, 13464, 9484, 7854, 12656, 9288, 16137, 11336, 9952, 10213, 7940, 13839, 10309, 9521, 10643, 7889, 13903, 10231, 10300, 12642, 9007, 13616, 9359, 9779, 12134, 8744, 13253, 9491, 8387, 12473, 9558, 11411, 10039, 7988, 13606, 10017, 9195, 13276, 9232, 8662, 10518, 7931, 15015, 11111, 8676, 11009, 8608, 15442, 10552, 8741, 12808, 8997, 10256, 10726, 8973, 14802, 10658, 8852, 10238, 7975, 14609, 10113, 8546, 11763, 8884, 11049, 9795, 8175, 13924, 10182, 15701, 10205, 8105, 11984, 8934, 14477, 10788, 8227, 12423, 9318, 10098, 10772, 8973, 14561, 10553, 9848, 10141, 7608, 13267, 10008, 15545, 10545, 7951, 11468, 8953, 13780, 10413, 9538, 12692, 8940, 13682, 9730, 8910, 12829, 9226, 13592, 9575, 9112, 10872, 8683, 13999, 9806, 8857, 10216, 7894, 13605, 10130, 11563, 10156, 8072, 13051, 9944, 12801, 10792, 8119, 12925, 9671, 14121, 11057, 8575, 12267, 9264, 15854, 11500, 8674, 12006, 9193, 11997, 11183, 9138, 14068, 9783, 11351, 10877, 8630, 14390, 10771, 12431, 10095, 8142, 13031, 10253, 11636, 10423, 8077, 12760, 10184, 9199, 11394, 8589, 14210, 10731, 9493, 13272, 9480, 10754, 10744, 8447, 14532, 10754, 8696, 11136, 8974, 12868, 10954, 9243, 13565, 9748, 8430, 11091, 8490, 14322, 10982, 8349, 11707, 8957, 13664, 10144, 8593, 12627, 9134, 9571, 11111, 8087, 13874, 10400, 9699, 11144, 8153, 13332, 10055, 8851, 12406, 9048, 11047, 10523, 8025, 12982, 10283, 10393, 10965, 8547, 13156, 10601, 9339, 11913, 9053, 11113, 10889, 9109, 12566, 9713, 7855, 11827, 9627, 11006, 10927, 8351, 13176, 10543, 8535, 12738, 9893, 10162, 11063, 8495, 13619, 10654, 8568, 12159, 9323, 7720, 12119, 9385, 10279, 11056, 8741, 7313, 12821, 10121, 8828, 12969, 9789, 9161, 12224, 10213, 9640, 13174, 10004, 8279, 10952, 9650, 9345, 10460, 8911, 12887, 10415, 8559, 12972, 9451, 8363, 11934, 9519, 11305, 11829, 8968, 12574, 10081, 8258, 13435, 10893, 10053, 11040, 8979, 13301, 10504, 8444, 12001, 9816, 8803, 13089, 10491, 10239, 11050, 9252, 15701, 11870, 8802, 12366, 10269, 11163, 13302, 10094, 11495, 10275, 9291, 13146, 10801, 10110, 12290, 10087, 10733, 11133, 9099, 15043, 11685, 8990, 12036, 10150, 10285, 11845, 9656, 15706, 11024, 8376, 11500, 9543, 9472, 11816, 9726, 10736, 12176, 9221, 8747, 12599, 10760, 8060, 14334, 9816, 8113, 12382, 9722, 13535, 11309, 8489, 13320, 10007, 8494, 12116, 9796, 10994, 12034, 9210, 11870, 10915, 8899, 13696, 10853, 8148, 11979, 9508, 13749, 10927, 8444, 12168, 9094, 12460, 10764, 8199, 12775, 9377, 10174, 10745, 9012, 9719, 10308, 8871, 10710, 11488, 11178, 11817, 10595, 11363, 9979, 12780, 9301, 13838, 10790, 10254, 12327, 9963, 15840, 10725, 14738, 10273, 9950, 11107, 9423, 12729, 9318, 12473, 9924, 13010, 10177, 8827, 11477, 8834, 12393, 9289, 12376, 10092, 8113, 12091, 9228, 8662, 10988, 8816, 13209, 9839, 10282, 10851, 8867, 12836, 9767, 13055, 10342, 8624, 12093, 9873, 14096, 10243, 8059, 11703, 9883, 12059, 10806, 8933, 12380, 9904, 10162, 11397, 8739, 12655, 9648, 11325, 10587, 9135, 12811, 9281, 11601, 9760, 7999, 12402, 9029, 13372, 10530, 7750, 11863, 9615, 10106, 11945, 9154, 13575, 10551, 8520, 13212, 9886, 14045, 10804, 8521, 12463, 10018, 14380, 10423, 8476, 12126, 9635, 14977, 11097, 8501, 11825, 9501, 13398, 10555, 8589, 12106, 9781, 9785, 11522, 8447, 13060, 9870, 8617, 11675, 8289, 13338, 10026, 8182, 11612, 9038, 14329, 10467, 8204, 12107, 9849, 8155, 12825, 9695, 9953, 10842, 8197, 12700, 9634, 9758, 9387, 10862, 9617, 11070, 10809, 8858, 12969, 10526, 8211, 11369, 9494, 8029, 11859, 9183, 12613, 10684, 8610, 12071, 10842, 7935, 13250, 10328, 8006, 12057, 9828, 8450, 12870, 10118, 12840, 10354, 8456, 12620, 10145, 9190, 11860, 9401, 10977, 10998, 8075, 13316, 10296, 9034, 11022, 9489, 13044, 10540, 9055, 11641, 9319, 12778, 9968, 8757, 12030, 9372, 10275, 10865, 8797, 13193, 10512, 8467, 11505, 9762, 12966, 10520, 8082, 11878, 9449, 10673, 10878, 8408, 13503, 10304, 12451, 10253, 8166, 12401, 9902, 12496, 10663, 8064, 12185, 9959, 9484, 11678, 9321, 12498, 10439, 9039, 12922, 9796, 11848, 10853, 8332, 13491, 10220, 9328, 11130, 9734, 13341, 10662, 8804, 12006, 9983, 9344, 12315, 9692, 12053, 10341, 8547, 13668, 9956, 8906, 10738, 9004, 14865, 10732, 8569, 11808, 9674, 8382, 12759, 9880, 8920, 11030, 9541, 12854, 10517, 9396, 12292, 10037, 9854, 10730, 10862, 9109, 9239, 11940, 9300, 8896, 12151, 10377, 11126, 11522, 9998, 9987, 10481, 9109, 14582, 10751, 9108, 12626, 9904, 7916, 12516, 9952, 8327, 11204, 9920, 10030, 11471, 9367, 11989, 9931, 7629, 13255, 10669, 8404, 11647, 9589, 10529, 11604, 8841, 13405, 9881, 8467, 13371, 10389, 12129, 10907, 8375, 13861, 11251, 8795, 12087, 10272, 10114, 12312, 9768, 11217, 11205, 8179, 14701, 11618, 8794, 12374, 10119, 9592, 13329, 9851, 10072, 11267, 8770, 15038, 10809, 8390, 12318, 10619, 11369, 12279, 9008, 13451, 10707, 10372, 12550, 9266, 13660, 10667, 8111, 13237, 10899, 11346, 11879, 8477, 13424, 11212, 8747, 12997, 10308, 10206, 12066, 8725, 16172, 11131, 8584, 12642, 10752, 13830, 11795, 8589, 13614, 10374, 10708, 12307, 8155, 15134, 11089, 8671, 12164, 10448, 11447, 11986, 8658, 13797, 10796, 8713, 13450, 10402, 9612, 11866, 9679, 12968, 11721, 8124, 14263, 10279, 8744, 12630, 10270, 7360, 11628, 10850, 10793, 10951, 11488, 9604, 13389, 11162, 8912, 13726], 'WindowCenter': [4367.0, 4342.0, 4347.0, 4314.0, 4353.0, 4300.0, 4339.0, 4299.0, 4296.0, 4308.0, 4266.0, 4329.0, 4289.0, 4327.0, 4298.0, 4288.0, 4308.0, 4278.0, 4328.0, 4301.0, 4310.0, 4322.0, 4270.0, 4329.0, 4301.0, 4350.0, 4310.0, 4268.0, 4317.0, 4281.0, 4338.0, 4298.0, 4328.0, 4297.0, 4266.0, 4307.0, 4267.0, 4338.0, 4299.0, 4307.0, 4301.0, 4282.0, 4328.0, 4289.0, 4347.0, 4309.0, 4277.0, 4309.0, 4289.0, 4338.0, 4310.0, 4289.0, 4319.0, 4279.0, 4339.0, 4300.0, 4291.0, 4331.0, 4290.0, 4320.0, 4300.0, 4289.0, 4330.0, 4289.0, 4328.0, 4301.0, 4278.0, 4309.0, 4280.0, 4341.0, 4300.0, 4301.0, 4320.0, 4280.0, 4349.0, 4300.0, 4280.0, 4320.0, 4280.0, 4338.0, 4300.0, 4339.0, 4300.0, 4266.0, 4318.0, 4287.0, 4327.0, 4296.0, 4287.0, 4307.0, 4277.0, 4297.0, 4300.0, 4272.0, 4331.0, 4301.0, 4280.0, 4320.0, 4291.0, 4339.0, 4311.0, 4291.0, 4331.0, 4291.0, 4300.0, 4319.0, 4290.0, 4348.0, 4289.0, 4278.0, 4320.0, 4290.0, 4350.0, 4297.0, 4271.0, 4319.0, 4278.0, 4337.0, 4310.0, 4269.0, 4308.0, 4291.0, 4307.0, 4299.0, 4279.0, 4330.0, 4291.0, 4298.0, 4311.0, 4290.0, 4341.0, 4299.0, 4277.0, 4308.0, 4279.0, 4339.0, 4310.0, 4299.0, 4319.0, 4279.0, 4311.0, 4301.0, 4290.0, 4341.0, 4301.0, 4298.0, 4299.0, 4278.0, 4339.0, 4309.0, 4298.0, 4308.0, 4268.0, 4338.0, 4298.0, 4308.0, 4297.0, 4276.0, 4327.0, 4299.0, 4287.0, 4307.0, 4280.0, 4338.0, 4310.0, 4277.0, 4318.0, 4289.0, 4328.0, 4300.0, 4327.0, 4309.0, 4278.0, 4315.0, 4287.0, 4317.0, 4307.0, 4277.0, 4307.0, 4300.0, 4269.0, 4340.0, 4311.0, 4320.0, 4300.0, 4282.0, 4341.0, 4310.0, 4338.0, 4298.0, 4297.0, 4298.0, 4285.0, 4316.0, 4274.0, 4315.0, 4286.0, 4307.0, 4308.0, 4288.0, 4328.0, 4299.0, 4288.0, 4309.0, 4288.0, 4339.0, 4310.0, 4289.0, 4309.0, 4267.0, 4327.0, 4297.0, 4336.0, 4296.0, 4276.0, 4305.0, 4286.0, 4327.0, 4310.0, 4278.0, 4308.0, 4289.0, 4328.0, 4300.0, 4338.0, 4321.0, 4288.0, 4319.0, 4290.0, 4332.0, 4312.0, 4319.0, 4320.0, 4289.0, 4329.0, 4300.0, 4320.0, 4312.0, 4300.0, 4352.0, 4312.0, 4304.0, 4322.0, 4279.0, 4280.0, 4303.0, 4312.0, 4281.0, 4289.0, 4331.0, 4301.0, 4352.0, 4311.0, 4317.0, 4328.0, 4287.0, 4275.0, 4290.0, 4250.0, 4310.0, 4270.0, 4296.0, 4276.0, 4225.0, 4275.0, 4258.0, 4264.0, 4265.0, 4247.0, 4300.0, 4270.0, 4269.0, 4268.0, 4242.0, 4312.0, 4283.0, 4301.0, 4273.0, 4261.0, 4283.0, 4263.0, 4326.0, 4288.0, 4276.0, 4295.0, 4280.0, 4327.0, 4297.0, 4317.0, 4298.0, 4266.0, 4316.0, 4298.0, 4338.0, 4306.0, 4276.0, 4317.0, 4289.0, 4347.0, 4307.0, 4276.0, 4327.0, 4297.0, 4326.0, 4308.0, 4297.0, 4317.0, 4275.0, 4314.0, 4297.0, 4296.0, 4319.0, 4289.0, 4329.0, 4300.0, 4279.0, 4340.0, 4300.0, 4341.0, 4300.0, 4297.0, 4299.0, 4275.0, 4327.0, 4308.0, 4327.0, 4297.0, 4268.0, 4327.0, 4308.0, 4350.0, 4299.0, 4278.0, 4317.0, 4288.0, 4337.0, 4320.0, 4286.0, 4307.0, 4277.0, 4329.0, 4297.0, 4285.0, 4306.0, 4278.0, 4327.0, 4301.0, 4309.0, 4320.0, 4289.0, 4328.0, 4287.0, 4337.0, 4308.0, 4327.0, 4308.0, 4276.0, 4315.0, 4286.0, 4325.0, 4306.0, 4276.0, 4315.0, 4287.0, 4286.0, 4318.0, 4299.0, 4326.0, 4299.0, 4278.0, 4328.0, 4299.0, 4339.0, 4309.0, 4296.0, 4296.0, 4276.0, 4327.0, 4297.0, 4297.0, 4297.0, 4268.0, 4327.0, 4309.0, 4296.0, 4327.0, 4285.0, 4326.0, 4287.0, 4285.0, 4317.0, 4276.0, 4316.0, 4297.0, 4276.0, 4316.0, 4296.0, 4317.0, 4296.0, 4278.0, 4339.0, 4309.0, 4299.0, 4329.0, 4299.0, 4289.0, 4307.0, 4279.0, 4339.0, 4319.0, 4289.0, 4308.0, 4289.0, 4338.0, 4309.0, 4275.0, 4326.0, 4287.0, 4296.0, 4307.0, 4286.0, 4337.0, 4307.0, 4286.0, 4296.0, 4275.0, 4336.0, 4297.0, 4278.0, 4316.0, 4288.0, 4308.0, 4298.0, 4277.0, 4339.0, 4296.0, 4337.0, 4297.0, 4266.0, 4315.0, 4287.0, 4327.0, 4307.0, 4277.0, 4316.0, 4288.0, 4296.0, 4308.0, 4288.0, 4338.0, 4306.0, 4297.0, 4295.0, 4278.0, 4327.0, 4296.0, 4338.0, 4307.0, 4277.0, 4318.0, 4287.0, 4326.0, 4308.0, 4297.0, 4328.0, 4288.0, 4326.0, 4298.0, 4287.0, 4328.0, 4287.0, 4327.0, 4296.0, 4284.0, 4306.0, 4286.0, 4326.0, 4297.0, 4287.0, 4309.0, 4280.0, 4340.0, 4309.0, 4318.0, 4307.0, 4278.0, 4341.0, 4310.0, 4329.0, 4319.0, 4279.0, 4341.0, 4311.0, 4338.0, 4320.0, 4287.0, 4328.0, 4299.0, 4348.0, 4319.0, 4287.0, 4330.0, 4300.0, 4329.0, 4319.0, 4298.0, 4340.0, 4309.0, 4317.0, 4319.0, 4290.0, 4338.0, 4307.0, 4316.0, 4297.0, 4278.0, 4328.0, 4308.0, 4318.0, 4306.0, 4277.0, 4327.0, 4309.0, 4297.0, 4317.0, 4289.0, 4339.0, 4319.0, 4297.0, 4329.0, 4299.0, 4305.0, 4318.0, 4279.0, 4336.0, 4308.0, 4287.0, 4317.0, 4288.0, 4327.0, 4307.0, 4287.0, 4327.0, 4297.0, 4278.0, 4317.0, 4287.0, 4338.0, 4307.0, 4278.0, 4328.0, 4299.0, 4337.0, 4308.0, 4287.0, 4328.0, 4299.0, 4299.0, 4318.0, 4292.0, 4338.0, 4318.0, 4297.0, 4318.0, 4279.0, 4337.0, 4309.0, 4300.0, 4340.0, 4300.0, 4330.0, 4320.0, 4290.0, 4354.0, 4322.0, 4321.0, 4322.0, 4301.0, 4341.0, 4320.0, 4298.0, 4331.0, 4303.0, 4331.0, 4321.0, 4302.0, 4339.0, 4312.0, 4290.0, 4343.0, 4310.0, 4321.0, 4331.0, 4302.0, 4339.0, 4324.0, 4299.0, 4341.0, 4321.0, 4321.0, 4322.0, 4300.0, 4354.0, 4324.0, 4291.0, 4329.0, 4301.0, 4292.0, 4332.0, 4312.0, 4322.0, 4332.0, 4303.0, 4281.0, 4344.0, 4324.0, 4315.0, 4356.0, 4325.0, 4325.0, 4345.0, 4324.0, 4312.0, 4343.0, 4311.0, 4290.0, 4321.0, 4314.0, 4300.0, 4321.0, 4302.0, 4342.0, 4333.0, 4303.0, 4343.0, 4313.0, 4303.0, 4342.0, 4326.0, 4333.0, 4344.0, 4315.0, 4343.0, 4324.0, 4304.0, 4354.0, 4334.0, 4323.0, 4334.0, 4313.0, 4354.0, 4334.0, 4303.0, 4344.0, 4325.0, 4314.0, 4354.0, 4336.0, 4325.0, 4334.0, 4316.0, 4363.0, 4334.0, 4301.0, 4331.0, 4322.0, 4332.0, 4341.0, 4321.0, 4331.0, 4321.0, 4301.0, 4341.0, 4324.0, 4320.0, 4331.0, 4323.0, 4320.0, 4320.0, 4301.0, 4351.0, 4331.0, 4302.0, 4330.0, 4320.0, 4310.0, 4331.0, 4311.0, 4362.0, 4334.0, 4291.0, 4318.0, 4311.0, 4309.0, 4330.0, 4314.0, 4324.0, 4342.0, 4311.0, 4303.0, 4341.0, 4323.0, 4281.0, 4340.0, 4312.0, 4280.0, 4328.0, 4301.0, 4340.0, 4322.0, 4289.0, 4330.0, 4298.0, 4288.0, 4329.0, 4311.0, 4319.0, 4330.0, 4300.0, 4330.0, 4320.0, 4299.0, 4342.0, 4321.0, 4280.0, 4330.0, 4312.0, 4338.0, 4320.0, 4278.0, 4318.0, 4289.0, 4327.0, 4319.0, 4279.0, 4329.0, 4311.0, 4335.0, 4333.0, 4302.0, 4322.0, 4323.0, 4316.0, 4321.0, 4345.0, 4322.0, 4334.0, 4309.0, 4321.0, 4299.0, 4328.0, 4299.0, 4327.0, 4306.0, 4294.0, 4315.0, 4285.0, 4337.0, 4295.0, 4312.0, 4283.0, 4281.0, 4291.0, 4259.0, 4299.0, 4257.0, 4300.0, 4280.0, 4300.0, 4279.0, 4259.0, 4291.0, 4271.0, 4300.0, 4271.0, 4300.0, 4292.0, 4263.0, 4314.0, 4296.0, 4287.0, 4319.0, 4298.0, 4340.0, 4308.0, 4307.0, 4306.0, 4286.0, 4327.0, 4298.0, 4325.0, 4306.0, 4286.0, 4317.0, 4296.0, 4337.0, 4306.0, 4275.0, 4316.0, 4308.0, 4317.0, 4318.0, 4297.0, 4326.0, 4309.0, 4306.0, 4317.0, 4288.0, 4328.0, 4308.0, 4317.0, 4309.0, 4297.0, 4327.0, 4297.0, 4317.0, 4308.0, 4288.0, 4328.0, 4298.0, 4340.0, 4333.0, 4281.0, 4331.0, 4311.0, 4321.0, 4342.0, 4311.0, 4340.0, 4320.0, 4301.0, 4340.0, 4310.0, 4338.0, 4317.0, 4275.0, 4317.0, 4296.0, 4326.0, 4308.0, 4274.0, 4314.0, 4295.0, 4335.0, 4305.0, 4274.0, 4314.0, 4295.0, 4325.0, 4307.0, 4286.0, 4317.0, 4307.0, 4295.0, 4315.0, 4275.0, 4326.0, 4307.0, 4286.0, 4315.0, 4275.0, 4326.0, 4308.0, 4287.0, 4318.0, 4286.0, 4337.0, 4307.0, 4288.0, 4327.0, 4309.0, 4278.0, 4328.0, 4309.0, 4308.0, 4321.0, 4290.0, 4327.0, 4307.0, 4308.0, 4298.0, 4319.0, 4310.0, 4318.0, 4320.0, 4300.0, 4327.0, 4308.0, 4276.0, 4317.0, 4298.0, 4276.0, 4318.0, 4298.0, 4327.0, 4307.0, 4300.0, 4328.0, 4318.0, 4288.0, 4341.0, 4320.0, 4289.0, 4341.0, 4310.0, 4290.0, 4329.0, 4309.0, 4327.0, 4308.0, 4286.0, 4326.0, 4309.0, 4297.0, 4328.0, 4299.0, 4318.0, 4317.0, 4277.0, 4337.0, 4309.0, 4297.0, 4317.0, 4307.0, 4336.0, 4320.0, 4298.0, 4328.0, 4309.0, 4339.0, 4309.0, 4288.0, 4329.0, 4299.0, 4318.0, 4319.0, 4298.0, 4338.0, 4319.0, 4288.0, 4328.0, 4309.0, 4337.0, 4320.0, 4288.0, 4328.0, 4310.0, 4319.0, 4330.0, 4288.0, 4339.0, 4308.0, 4328.0, 4307.0, 4287.0, 4324.0, 4307.0, 4326.0, 4306.0, 4276.0, 4326.0, 4308.0, 4308.0, 4331.0, 4309.0, 4339.0, 4320.0, 4298.0, 4339.0, 4309.0, 4330.0, 4317.0, 4287.0, 4339.0, 4308.0, 4297.0, 4318.0, 4308.0, 4337.0, 4319.0, 4299.0, 4328.0, 4309.0, 4297.0, 4329.0, 4308.0, 4327.0, 4307.0, 4286.0, 4337.0, 4308.0, 4296.0, 4316.0, 4297.0, 4348.0, 4317.0, 4298.0, 4327.0, 4308.0, 4286.0, 4337.0, 4309.0, 4296.0, 4318.0, 4297.0, 4327.0, 4320.0, 4308.0, 4329.0, 4306.0, 4307.0, 4318.0, 4318.0, 4297.0, 4298.0, 4328.0, 4298.0, 4297.0, 4326.0, 4307.0, 4304.0, 4315.0, 4295.0, 4294.0, 4303.0, 4285.0, 4335.0, 4304.0, 4298.0, 4326.0, 4307.0, 4277.0, 4327.0, 4309.0, 4290.0, 4330.0, 4321.0, 4308.0, 4329.0, 4310.0, 4330.0, 4310.0, 4289.0, 4338.0, 4321.0, 4300.0, 4330.0, 4321.0, 4321.0, 4330.0, 4300.0, 4350.0, 4322.0, 4300.0, 4338.0, 4309.0, 4327.0, 4317.0, 4286.0, 4337.0, 4329.0, 4299.0, 4339.0, 4320.0, 4319.0, 4340.0, 4320.0, 4328.0, 4329.0, 4289.0, 4348.0, 4330.0, 4287.0, 4338.0, 4318.0, 4297.0, 4337.0, 4308.0, 4306.0, 4315.0, 4285.0, 4346.0, 4317.0, 4286.0, 4327.0, 4317.0, 4314.0, 4326.0, 4285.0, 4325.0, 4304.0, 4305.0, 4324.0, 4294.0, 4335.0, 4317.0, 4287.0, 4337.0, 4317.0, 4318.0, 4326.0, 4285.0, 4335.0, 4317.0, 4287.0, 4338.0, 4318.0, 4317.0, 4326.0, 4287.0, 4358.0, 4317.0, 4287.0, 4336.0, 4316.0, 4336.0, 4327.0, 4285.0, 4336.0, 4306.0, 4303.0, 4325.0, 4275.0, 4345.0, 4316.0, 4296.0, 4326.0, 4317.0, 4326.0, 4326.0, 4296.0, 4334.0, 4317.0, 4285.0, 4338.0, 4331.0, 4311.0, 4339.0, 4319.0, 4339.0, 4327.0, 4287.0, 4348.0, 4319.0, 4299.0, 4337.0, 4319.0, 4279.0, 4327.0, 4318.0, 4318.0, 4330.0, 4330.0, 4308.0, 4335.0, 4313.0, 4283.0, 4333.0], 'WindowWidth': [9649.0, 9602.0, 9601.0, 9547.0, 9597.0, 9521.0, 9571.0, 9518.0, 9509.0, 9528.0, 9469.0, 9555.0, 9504.0, 9552.0, 9515.0, 9500.0, 9526.0, 9489.0, 9554.0, 9523.0, 9533.0, 9553.0, 9478.0, 9558.0, 9522.0, 9584.0, 9532.0, 9474.0, 9539.0, 9494.0, 9567.0, 9515.0, 9552.0, 9511.0, 9469.0, 9524.0, 9471.0, 9568.0, 9516.0, 9523.0, 9523.0, 9500.0, 9553.0, 9502.0, 9579.0, 9532.0, 9485.0, 9528.0, 9506.0, 9568.0, 9534.0, 9504.0, 9543.0, 9492.0, 9571.0, 9519.0, 9508.0, 9563.0, 9508.0, 9546.0, 9521.0, 9503.0, 9559.0, 9504.0, 9556.0, 9523.0, 9489.0, 9529.0, 9493.0, 9578.0, 9520.0, 9523.0, 9548.0, 9494.0, 9585.0, 9522.0, 9492.0, 9547.0, 9492.0, 9569.0, 9519.0, 9571.0, 9518.0, 9469.0, 9539.0, 9497.0, 9549.0, 9508.0, 9496.0, 9523.0, 9486.0, 9512.0, 9521.0, 9485.0, 9562.0, 9526.0, 9495.0, 9550.0, 9513.0, 9574.0, 9538.0, 9510.0, 9563.0, 9509.0, 9520.0, 9544.0, 9505.0, 9584.0, 9504.0, 9487.0, 9545.0, 9505.0, 9588.0, 9513.0, 9482.0, 9543.0, 9489.0, 9565.0, 9533.0, 9477.0, 9528.0, 9509.0, 9528.0, 9516.0, 9490.0, 9561.0, 9509.0, 9514.0, 9536.0, 9508.0, 9577.0, 9518.0, 9487.0, 9529.0, 9490.0, 9572.0, 9536.0, 9518.0, 9546.0, 9492.0, 9536.0, 9525.0, 9506.0, 9578.0, 9525.0, 9516.0, 9519.0, 9489.0, 9574.0, 9532.0, 9514.0, 9529.0, 9476.0, 9569.0, 9516.0, 9526.0, 9512.0, 9485.0, 9552.0, 9518.0, 9500.0, 9525.0, 9494.0, 9569.0, 9534.0, 9487.0, 9541.0, 9505.0, 9556.0, 9522.0, 9552.0, 9532.0, 9486.0, 9534.0, 9499.0, 9538.0, 9526.0, 9486.0, 9528.0, 9522.0, 9482.0, 9578.0, 9540.0, 9549.0, 9522.0, 9504.0, 9578.0, 9535.0, 9573.0, 9515.0, 9511.0, 9515.0, 9493.0, 9537.0, 9477.0, 9533.0, 9496.0, 9525.0, 9529.0, 9502.0, 9556.0, 9520.0, 9503.0, 9534.0, 9504.0, 9574.0, 9535.0, 9504.0, 9530.0, 9473.0, 9552.0, 9512.0, 9565.0, 9510.0, 9482.0, 9519.0, 9497.0, 9552.0, 9534.0, 9490.0, 9528.0, 9506.0, 9556.0, 9523.0, 9570.0, 9550.0, 9502.0, 9545.0, 9511.0, 9566.0, 9540.0, 9545.0, 9549.0, 9507.0, 9559.0, 9524.0, 9550.0, 9543.0, 9522.0, 9598.0, 9541.0, 9535.0, 9552.0, 9489.0, 9493.0, 9529.0, 9542.0, 9498.0, 9505.0, 9564.0, 9523.0, 9593.0, 9536.0, 9538.0, 9557.0, 9497.0, 9476.0, 9488.0, 9431.0, 9516.0, 9461.0, 9492.0, 9462.0, 9391.0, 9459.0, 9441.0, 9444.0, 9448.0, 9426.0, 9502.0, 9462.0, 9457.0, 9460.0, 9430.0, 9522.0, 9485.0, 9506.0, 9472.0, 9453.0, 9485.0, 9458.0, 9550.0, 9499.0, 9481.0, 9508.0, 9493.0, 9552.0, 9512.0, 9537.0, 9512.0, 9467.0, 9536.0, 9515.0, 9567.0, 9525.0, 9484.0, 9538.0, 9504.0, 9580.0, 9525.0, 9482.0, 9552.0, 9513.0, 9550.0, 9529.0, 9509.0, 9538.0, 9479.0, 9531.0, 9511.0, 9510.0, 9543.0, 9504.0, 9559.0, 9521.0, 9492.0, 9576.0, 9520.0, 9577.0, 9520.0, 9513.0, 9516.0, 9479.0, 9551.0, 9529.0, 9554.0, 9514.0, 9475.0, 9553.0, 9528.0, 9588.0, 9517.0, 9487.0, 9539.0, 9502.0, 9567.0, 9547.0, 9496.0, 9524.0, 9487.0, 9560.0, 9513.0, 9495.0, 9523.0, 9489.0, 9552.0, 9522.0, 9530.0, 9546.0, 9503.0, 9555.0, 9501.0, 9567.0, 9530.0, 9552.0, 9530.0, 9481.0, 9532.0, 9496.0, 9547.0, 9523.0, 9482.0, 9533.0, 9499.0, 9498.0, 9541.0, 9518.0, 9551.0, 9518.0, 9488.0, 9556.0, 9519.0, 9573.0, 9532.0, 9510.0, 9509.0, 9484.0, 9551.0, 9512.0, 9511.0, 9512.0, 9473.0, 9553.0, 9531.0, 9509.0, 9552.0, 9494.0, 9550.0, 9499.0, 9492.0, 9538.0, 9483.0, 9535.0, 9512.0, 9483.0, 9536.0, 9511.0, 9540.0, 9510.0, 9490.0, 9572.0, 9534.0, 9517.0, 9561.0, 9518.0, 9505.0, 9528.0, 9492.0, 9572.0, 9548.0, 9503.0, 9528.0, 9505.0, 9568.0, 9530.0, 9482.0, 9550.0, 9500.0, 9509.0, 9527.0, 9496.0, 9567.0, 9526.0, 9496.0, 9510.0, 9482.0, 9563.0, 9514.0, 9488.0, 9538.0, 9502.0, 9527.0, 9516.0, 9487.0, 9571.0, 9510.0, 9568.0, 9511.0, 9470.0, 9534.0, 9502.0, 9553.0, 9528.0, 9484.0, 9537.0, 9502.0, 9509.0, 9528.0, 9501.0, 9569.0, 9524.0, 9511.0, 9509.0, 9491.0, 9554.0, 9510.0, 9570.0, 9526.0, 9486.0, 9540.0, 9501.0, 9551.0, 9529.0, 9511.0, 9555.0, 9502.0, 9551.0, 9515.0, 9499.0, 9555.0, 9498.0, 9553.0, 9511.0, 9493.0, 9523.0, 9498.0, 9552.0, 9514.0, 9499.0, 9531.0, 9495.0, 9574.0, 9534.0, 9543.0, 9528.0, 9493.0, 9580.0, 9536.0, 9560.0, 9548.0, 9494.0, 9579.0, 9539.0, 9570.0, 9548.0, 9502.0, 9557.0, 9520.0, 9584.0, 9547.0, 9501.0, 9563.0, 9522.0, 9560.0, 9547.0, 9517.0, 9574.0, 9532.0, 9541.0, 9547.0, 9507.0, 9572.0, 9527.0, 9536.0, 9514.0, 9490.0, 9555.0, 9529.0, 9543.0, 9524.0, 9488.0, 9554.0, 9532.0, 9514.0, 9540.0, 9505.0, 9572.0, 9546.0, 9515.0, 9560.0, 9519.0, 9523.0, 9543.0, 9493.0, 9567.0, 9530.0, 9499.0, 9541.0, 9504.0, 9554.0, 9529.0, 9499.0, 9555.0, 9515.0, 9487.0, 9542.0, 9503.0, 9571.0, 9528.0, 9489.0, 9556.0, 9518.0, 9570.0, 9532.0, 9501.0, 9556.0, 9521.0, 9519.0, 9545.0, 9514.0, 9573.0, 9544.0, 9515.0, 9545.0, 9494.0, 9568.0, 9536.0, 9524.0, 9578.0, 9526.0, 9564.0, 9551.0, 9513.0, 9602.0, 9556.0, 9553.0, 9556.0, 9529.0, 9583.0, 9553.0, 9521.0, 9566.0, 9532.0, 9570.0, 9555.0, 9528.0, 9577.0, 9542.0, 9514.0, 9587.0, 9541.0, 9554.0, 9569.0, 9530.0, 9578.0, 9562.0, 9523.0, 9583.0, 9556.0, 9554.0, 9554.0, 9524.0, 9605.0, 9562.0, 9513.0, 9563.0, 9527.0, 9517.0, 9568.0, 9543.0, 9557.0, 9569.0, 9531.0, 9500.0, 9588.0, 9563.0, 9553.0, 9611.0, 9568.0, 9568.0, 9595.0, 9562.0, 9542.0, 9586.0, 9541.0, 9511.0, 9550.0, 9546.0, 9522.0, 9553.0, 9529.0, 9583.0, 9572.0, 9532.0, 9587.0, 9545.0, 9533.0, 9584.0, 9567.0, 9576.0, 9591.0, 9551.0, 9589.0, 9563.0, 9536.0, 9603.0, 9576.0, 9560.0, 9577.0, 9548.0, 9603.0, 9576.0, 9533.0, 9590.0, 9566.0, 9549.0, 9604.0, 9580.0, 9567.0, 9576.0, 9554.0, 9614.0, 9576.0, 9527.0, 9567.0, 9556.0, 9571.0, 9581.0, 9554.0, 9567.0, 9553.0, 9526.0, 9581.0, 9561.0, 9552.0, 9567.0, 9558.0, 9550.0, 9551.0, 9527.0, 9597.0, 9567.0, 9527.0, 9564.0, 9550.0, 9536.0, 9567.0, 9541.0, 9613.0, 9577.0, 9513.0, 9546.0, 9539.0, 9534.0, 9565.0, 9549.0, 9561.0, 9585.0, 9539.0, 9530.0, 9580.0, 9557.0, 9498.0, 9580.0, 9540.0, 9495.0, 9558.0, 9524.0, 9576.0, 9555.0, 9507.0, 9562.0, 9516.0, 9502.0, 9558.0, 9538.0, 9545.0, 9562.0, 9522.0, 9562.0, 9549.0, 9522.0, 9584.0, 9552.0, 9497.0, 9564.0, 9543.0, 9572.0, 9549.0, 9489.0, 9542.0, 9505.0, 9554.0, 9545.0, 9492.0, 9562.0, 9543.0, 9581.0, 9572.0, 9529.0, 9557.0, 9560.0, 9555.0, 9554.0, 9594.0, 9555.0, 9575.0, 9533.0, 9550.0, 9520.0, 9557.0, 9520.0, 9555.0, 9526.0, 9504.0, 9537.0, 9492.0, 9571.0, 9506.0, 9528.0, 9488.0, 9481.0, 9493.0, 9448.0, 9501.0, 9442.0, 9503.0, 9478.0, 9502.0, 9477.0, 9448.0, 9494.0, 9466.0, 9506.0, 9469.0, 9504.0, 9498.0, 9461.0, 9531.0, 9511.0, 9502.0, 9546.0, 9516.0, 9577.0, 9531.0, 9529.0, 9526.0, 9498.0, 9555.0, 9516.0, 9551.0, 9526.0, 9498.0, 9541.0, 9512.0, 9568.0, 9525.0, 9483.0, 9537.0, 9529.0, 9540.0, 9545.0, 9517.0, 9556.0, 9534.0, 9526.0, 9543.0, 9504.0, 9559.0, 9533.0, 9543.0, 9534.0, 9517.0, 9555.0, 9514.0, 9541.0, 9533.0, 9505.0, 9559.0, 9519.0, 9577.0, 9576.0, 9501.0, 9569.0, 9543.0, 9554.0, 9585.0, 9542.0, 9578.0, 9551.0, 9527.0, 9578.0, 9537.0, 9572.0, 9542.0, 9483.0, 9543.0, 9513.0, 9553.0, 9528.0, 9480.0, 9534.0, 9507.0, 9562.0, 9523.0, 9479.0, 9534.0, 9509.0, 9548.0, 9528.0, 9498.0, 9541.0, 9529.0, 9510.0, 9537.0, 9483.0, 9554.0, 9529.0, 9499.0, 9538.0, 9484.0, 9554.0, 9530.0, 9504.0, 9544.0, 9498.0, 9571.0, 9530.0, 9503.0, 9558.0, 9536.0, 9492.0, 9560.0, 9535.0, 9533.0, 9553.0, 9510.0, 9556.0, 9530.0, 9532.0, 9520.0, 9548.0, 9536.0, 9546.0, 9550.0, 9524.0, 9555.0, 9531.0, 9486.0, 9541.0, 9519.0, 9488.0, 9544.0, 9519.0, 9557.0, 9530.0, 9524.0, 9559.0, 9545.0, 9507.0, 9582.0, 9552.0, 9511.0, 9582.0, 9540.0, 9512.0, 9563.0, 9536.0, 9557.0, 9530.0, 9501.0, 9556.0, 9534.0, 9515.0, 9560.0, 9522.0, 9547.0, 9543.0, 9491.0, 9569.0, 9535.0, 9516.0, 9542.0, 9530.0, 9569.0, 9550.0, 9518.0, 9559.0, 9536.0, 9577.0, 9535.0, 9504.0, 9563.0, 9522.0, 9546.0, 9549.0, 9522.0, 9575.0, 9551.0, 9507.0, 9561.0, 9537.0, 9569.0, 9551.0, 9506.0, 9561.0, 9540.0, 9550.0, 9565.0, 9508.0, 9577.0, 9534.0, 9559.0, 9528.0, 9502.0, 9550.0, 9529.0, 9554.0, 9528.0, 9487.0, 9554.0, 9533.0, 9533.0, 9566.0, 9536.0, 9577.0, 9551.0, 9519.0, 9578.0, 9535.0, 9563.0, 9545.0, 9502.0, 9576.0, 9532.0, 9518.0, 9545.0, 9534.0, 9571.0, 9549.0, 9521.0, 9561.0, 9538.0, 9518.0, 9564.0, 9535.0, 9558.0, 9529.0, 9500.0, 9571.0, 9533.0, 9516.0, 9541.0, 9517.0, 9586.0, 9543.0, 9521.0, 9560.0, 9534.0, 9502.0, 9571.0, 9535.0, 9516.0, 9544.0, 9517.0, 9558.0, 9551.0, 9537.0, 9564.0, 9527.0, 9530.0, 9545.0, 9545.0, 9518.0, 9519.0, 9561.0, 9520.0, 9515.0, 9554.0, 9528.0, 9521.0, 9536.0, 9508.0, 9506.0, 9518.0, 9496.0, 9563.0, 9522.0, 9517.0, 9553.0, 9530.0, 9491.0, 9557.0, 9536.0, 9512.0, 9564.0, 9556.0, 9535.0, 9563.0, 9538.0, 9564.0, 9538.0, 9510.0, 9574.0, 9554.0, 9525.0, 9566.0, 9557.0, 9554.0, 9566.0, 9527.0, 9595.0, 9559.0, 9527.0, 9575.0, 9535.0, 9558.0, 9544.0, 9504.0, 9571.0, 9563.0, 9524.0, 9577.0, 9553.0, 9551.0, 9579.0, 9552.0, 9561.0, 9562.0, 9509.0, 9588.0, 9566.0, 9505.0, 9575.0, 9548.0, 9515.0, 9571.0, 9532.0, 9527.0, 9538.0, 9499.0, 9580.0, 9544.0, 9502.0, 9558.0, 9546.0, 9537.0, 9555.0, 9497.0, 9550.0, 9522.0, 9522.0, 9547.0, 9507.0, 9564.0, 9543.0, 9507.0, 9572.0, 9545.0, 9545.0, 9553.0, 9499.0, 9566.0, 9543.0, 9502.0, 9572.0, 9547.0, 9543.0, 9556.0, 9503.0, 9602.0, 9544.0, 9503.0, 9567.0, 9542.0, 9566.0, 9557.0, 9497.0, 9567.0, 9526.0, 9519.0, 9550.0, 9485.0, 9580.0, 9541.0, 9514.0, 9554.0, 9545.0, 9554.0, 9557.0, 9518.0, 9565.0, 9543.0, 9496.0, 9573.0, 9571.0, 9541.0, 9576.0, 9554.0, 9577.0, 9559.0, 9506.0, 9587.0, 9548.0, 9522.0, 9572.0, 9551.0, 9497.0, 9560.0, 9548.0, 9547.0, 9566.0, 9568.0, 9534.0, 9566.0, 9534.0, 9493.0, 9560.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.002046585788561525</td></tr>
<tr><td colspan=3>aqi</td><td>0.07316837461005199</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.16247229744148</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1482570328274062</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9401699049522992</td></tr>
<tr><td colspan=3>efc</td><td>0.4773</td></tr>
<tr><td colspan=3>fber</td><td>5927.0391</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10989194752472055</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.459272097053726</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.641065071439072</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.41070676070609</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9214922030734707</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.590996250537656</td></tr>
<tr><td colspan=3>gcor</td><td>0.00753029</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01007180567830801</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02881467714905739</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.029915876822813</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>18.0222</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1692</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.1506</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299606.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>806.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.3759</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4999</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.073</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3504.5416</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3699.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.8792</td></tr>
<tr><td colspan=3>tsnr</td><td>26.644349230919033</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>