ds005256-mriqc/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter d25941aafe [DATALAD RUNCMD] Compute MRIQC for sub-0082
=== 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-0082 --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-0082",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:31:28 +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-0082_ses-03_task-alignvideo_acq-mb8_run-01_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-0082_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_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-0082/ses-03/func/sub-0082_ses-03_task-alignvideo_acq-mb8_run-01_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>2ab53eb4192a8198d54cdeba137d687c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:20:26.860000</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.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</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-01_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.096493</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.752</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>91be8080-f69d-4523-a7c8-b3ddea6d506f||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.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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, 1157]</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], 'AcquisitionTime': ['182026.860000', '182027.320000', '182027.780000', '182028.240000', '182028.700000', '182029.160000', '182029.620000', '182030.080000', '182030.540000', '182031.000000', '182031.460000', '182031.920000', '182032.380000', '182032.840000', '182033.300000', '182033.760000', '182034.220000', '182034.680000', '182035.140000', '182035.600000', '182036.060000', '182036.520000', '182036.980000', '182037.440000', '182037.900000', '182038.360000', '182038.820000', '182039.280000', '182039.740000', '182040.200000', '182040.660000', '182041.120000', '182041.580000', '182042.040000', '182042.500000', '182042.960000', '182043.420000', '182043.880000', '182044.340000', '182044.800000', '182045.260000', '182045.720000', '182046.180000', '182046.640000', '182047.100000', '182047.560000', '182048.020000', '182048.480000', '182048.940000', '182049.400000', '182049.860000', '182050.320000', '182050.780000', '182051.240000', '182051.700000', '182052.160000', '182052.620000', '182053.080000', '182053.540000', '182054.000000', '182054.460000', '182054.920000', '182055.380000', '182055.840000', '182056.300000', '182056.760000', '182057.220000', '182057.680000', '182058.140000', '182058.600000', '182059.060000', '182059.520000', '182059.980000', '182100.440000', '182100.900000', '182101.360000', '182101.820000', '182102.280000', '182102.740000', '182103.200000', '182103.660000', '182104.120000', '182104.580000', '182105.040000', '182105.500000', '182105.960000', '182106.420000', '182106.880000', '182107.340000', '182107.800000', '182108.260000', '182108.720000', '182109.180000', '182109.640000', '182110.100000', '182110.560000', '182111.020000', '182111.480000', '182111.940000', '182112.400000', '182112.860000', '182113.320000', '182113.780000', '182114.240000', '182114.700000', '182115.160000', '182115.620000', '182116.080000', '182116.540000', '182117.000000', '182117.460000', '182117.920000', '182118.380000', '182118.840000', '182119.300000', '182119.760000', '182120.220000', '182120.680000', '182121.140000', '182121.600000', '182122.060000', '182122.520000', '182122.980000', '182123.440000', '182123.900000', '182124.360000', '182124.820000', '182125.280000', '182125.740000', '182126.200000', '182126.660000', '182127.120000', '182127.580000', '182128.040000', '182128.500000', '182128.960000', '182129.420000', '182129.880000', '182130.340000', '182130.800000', '182131.260000', '182131.720000', '182132.180000', '182132.640000', '182133.100000', '182133.560000', '182134.020000', '182134.480000', '182134.940000', '182135.400000', '182135.860000', '182136.320000', '182136.780000', '182137.240000', '182137.700000', '182138.160000', '182138.620000', '182139.080000', '182139.540000', '182140.000000', '182140.460000', '182140.920000', '182141.380000', '182141.840000', '182142.300000', '182142.760000', '182143.220000', '182143.680000', '182144.140000', '182144.600000', '182145.060000', '182145.520000', '182145.980000', '182146.440000', '182146.900000', '182147.360000', '182147.820000', '182148.280000', '182148.740000', '182149.200000', '182149.660000', '182150.120000', '182150.580000', '182151.040000', '182151.500000', '182151.960000', '182152.420000', '182152.880000', '182153.340000', '182153.800000', '182154.260000', '182154.720000', '182155.180000', '182155.640000', '182156.100000', '182156.560000', '182157.020000', '182157.480000', '182157.940000', '182158.400000', '182158.860000', '182159.320000', '182159.780000', '182200.240000', '182200.700000', '182201.160000', '182201.620000', '182202.080000', '182202.540000', '182203.000000', '182203.460000', '182203.920000', '182204.380000', '182204.840000', '182205.300000', '182205.760000', '182206.220000', '182206.680000', '182207.140000', '182207.600000', '182208.060000', '182208.520000', '182208.980000', '182209.440000', '182209.900000', '182210.360000', '182210.820000', '182211.280000', '182211.740000', '182212.200000', '182212.660000', '182213.120000', '182213.580000', '182214.040000', '182214.500000', '182214.960000', '182215.420000', '182215.880000', '182216.340000', '182216.800000', '182217.260000', '182217.720000', '182218.180000', '182218.640000', '182219.100000', '182219.560000', '182220.020000', '182220.480000', '182220.940000', '182221.400000', '182221.860000', '182222.320000', '182222.780000', '182223.240000', '182223.700000', '182224.160000', '182224.620000', '182225.080000', '182225.540000', '182226.000000', '182226.460000', '182226.920000', '182227.380000', '182227.840000', '182228.300000', '182228.760000', '182229.220000', '182229.680000', '182230.140000', '182230.600000', '182231.060000', '182231.520000', '182231.980000', '182232.440000', '182232.900000', '182233.360000', '182233.820000', '182234.280000', '182234.740000', '182235.200000', '182235.660000', '182236.120000', '182236.580000', '182237.040000', '182237.500000', '182237.960000', '182238.420000', '182238.880000', '182239.340000', '182239.800000', '182240.260000', '182240.720000', '182241.180000', '182241.640000', '182242.100000', '182242.560000', '182243.020000', '182243.480000', '182243.940000', '182244.400000', '182244.860000', '182245.320000', '182245.780000', '182246.240000', '182246.700000', '182247.160000', '182247.620000', '182248.080000', '182248.540000', '182249.000000', '182249.460000', '182249.920000', '182250.380000', '182250.840000', '182251.300000', '182251.760000', '182252.220000', '182252.680000', '182253.140000', '182253.600000', '182254.060000', '182254.520000', '182254.980000', '182255.440000', '182255.900000', '182256.360000', '182256.820000', '182257.280000', '182257.740000', '182258.200000', '182258.660000', '182259.120000', '182259.580000', '182300.040000', '182300.500000', '182300.960000', '182301.420000', '182301.880000', '182302.340000', '182302.800000', '182303.260000', '182303.720000', '182304.180000', '182304.640000', '182305.100000', '182305.560000', '182306.020000', '182306.480000', '182306.940000', '182307.400000', '182307.860000', '182308.320000', '182308.780000', '182309.240000', '182309.700000', '182310.160000', '182310.620000', '182311.080000', '182311.540000', '182312.000000', '182312.460000', '182312.920000', '182313.380000', '182313.840000', '182314.300000', '182314.760000', '182315.220000', '182315.680000', '182316.140000', '182316.600000', '182317.060000', '182317.520000', '182317.980000', '182318.440000', '182318.900000', '182319.360000', '182319.820000', '182320.280000', '182320.740000', '182321.200000', '182321.660000', '182322.120000', '182322.580000', '182323.040000', '182323.500000', '182323.960000', '182324.420000', '182324.880000', '182325.340000', '182325.800000', '182326.260000', '182326.720000', '182327.180000', '182327.640000', '182328.100000', '182328.560000', '182329.020000', '182329.480000', '182329.940000', '182330.400000', '182330.860000', '182331.320000', '182331.780000', '182332.240000', '182332.700000', '182333.160000', '182333.620000', '182334.080000', '182334.540000', '182335.000000', '182335.460000', '182335.920000', '182336.380000', '182336.840000', '182337.300000', '182337.760000', '182338.220000', '182338.680000', '182339.140000', '182339.600000', '182340.060000', '182340.520000', '182340.980000', '182341.440000', '182341.900000', '182342.360000', '182342.820000', '182343.280000', '182343.740000', '182344.200000', '182344.660000', '182345.120000', '182345.580000', '182346.040000', '182346.500000', '182346.960000', '182347.420000', '182347.880000', '182348.340000', '182348.800000', '182349.260000', '182349.720000', '182350.180000', '182350.640000', '182351.100000', '182351.560000', '182352.020000', '182352.480000', '182352.940000', '182353.400000', '182353.860000', '182354.320000', '182354.780000', '182355.240000', '182355.700000', '182356.160000', '182356.620000', '182357.080000', '182357.540000', '182358.000000', '182358.460000', '182358.920000', '182359.380000', '182359.840000', '182400.300000', '182400.760000', '182401.220000', '182401.680000', '182402.140000', '182402.600000', '182403.060000', '182403.520000', '182403.980000', '182404.440000', '182404.900000', '182405.360000', '182405.820000', '182406.280000', '182406.740000', '182407.200000', '182407.660000', '182408.120000', '182408.580000', '182409.040000', '182409.500000', '182409.960000', '182410.420000', '182410.880000', '182411.340000', '182411.800000', '182412.260000', '182412.720000', '182413.180000', '182413.640000', '182414.100000', '182414.560000', '182415.020000', '182415.480000', '182415.940000', '182416.400000', '182416.860000', '182417.320000', '182417.780000', '182418.240000', '182418.700000', '182419.160000', '182419.620000', '182420.080000', '182420.540000', '182421.000000', '182421.460000', '182421.920000', '182422.380000', '182422.840000', '182423.300000', '182423.760000', '182424.220000', '182424.680000', '182425.140000', '182425.600000', '182426.060000', '182426.520000', '182426.980000', '182427.440000', '182427.900000', '182428.360000', '182428.820000', '182429.280000', '182429.740000', '182430.200000', '182430.660000', '182431.120000', '182431.580000', '182432.040000', '182432.500000', '182432.960000', '182433.420000', '182433.880000', '182434.340000', '182434.800000', '182435.260000', '182435.720000', '182436.180000', '182436.640000', '182437.100000', '182437.560000', '182438.020000', '182438.480000', '182438.940000', '182439.400000', '182439.860000', '182440.320000', '182440.780000', '182441.240000', '182441.700000', '182442.160000', '182442.620000', '182443.080000', '182443.540000', '182444.000000', '182444.460000', '182444.920000', '182445.380000', '182445.840000', '182446.300000', '182446.760000', '182447.220000', '182447.680000', '182448.140000', '182448.600000', '182449.060000', '182449.520000', '182449.980000', '182450.440000', '182450.900000', '182451.360000', '182451.820000', '182452.280000', '182452.740000', '182453.200000', '182453.660000', '182454.120000', '182454.580000', '182455.040000', '182455.500000', '182455.960000', '182456.420000', '182456.880000', '182457.340000', '182457.800000', '182458.260000', '182458.720000', '182459.180000', '182459.640000', '182500.100000', '182500.560000', '182501.020000', '182501.480000', '182501.940000', '182502.400000', '182502.860000', '182503.320000', '182503.780000', '182504.240000', '182504.700000', '182505.160000', '182505.620000', '182506.080000', '182506.540000', '182507.000000', '182507.460000', '182507.920000', '182508.380000', '182508.840000', '182509.300000', '182509.760000', '182510.220000', '182510.680000', '182511.140000', '182511.600000', '182512.060000', '182512.520000', '182512.980000', '182513.440000', '182513.900000', '182514.360000', '182514.820000', '182515.280000', '182515.740000', '182516.200000', '182516.660000', '182517.120000', '182517.580000', '182518.040000', '182518.500000', '182518.960000', '182519.420000', '182519.880000', '182520.340000', '182520.800000', '182521.260000', '182521.720000', '182522.180000', '182522.640000', '182523.100000', '182523.560000', '182524.020000', '182524.480000', '182524.940000', '182525.400000', '182525.860000', '182526.320000', '182526.780000', '182527.240000', '182527.700000', '182528.160000', '182528.620000', '182529.080000', '182529.540000', '182530.000000', '182530.460000', '182530.920000', '182531.380000', '182531.840000', '182532.300000', '182532.760000', '182533.220000', '182533.680000', '182534.140000', '182534.600000', '182535.060000', '182535.520000', '182535.980000', '182536.440000', '182536.900000', '182537.360000', '182537.820000', '182538.280000', '182538.740000', '182539.200000', '182539.660000', '182540.120000', '182540.580000', '182541.040000', '182541.500000', '182541.960000', '182542.420000', '182542.880000', '182543.340000', '182543.800000', '182544.260000', '182544.720000', '182545.180000', '182545.640000', '182546.100000', '182546.560000', '182547.020000', '182547.480000', '182547.940000', '182548.400000', '182548.860000', '182549.320000', '182549.780000', '182550.240000', '182550.700000', '182551.160000', '182551.620000', '182552.080000', '182552.540000', '182553.000000', '182553.460000', '182553.920000', '182554.380000', '182554.840000', '182555.300000', '182555.760000', '182556.220000', '182556.680000', '182557.140000', '182557.600000', '182558.060000', '182558.520000', '182558.980000', '182559.440000', '182559.900000', '182600.360000', '182600.820000', '182601.280000', '182601.740000', '182602.200000', '182602.660000', '182603.120000', '182603.580000', '182604.040000', '182604.500000', '182604.960000', '182605.420000', '182605.880000', '182606.340000', '182606.800000', '182607.260000', '182607.720000', '182608.180000', '182608.640000', '182609.100000', '182609.560000', '182610.020000', '182610.480000', '182610.940000', '182611.400000', '182611.860000', '182612.320000', '182612.780000', '182613.240000', '182613.700000', '182614.160000', '182614.620000', '182615.080000', '182615.540000', '182616.000000', '182616.460000', '182616.920000', '182617.380000', '182617.840000', '182618.300000', '182618.760000', '182619.220000', '182619.680000', '182620.140000', '182620.600000', '182621.060000', '182621.520000', '182621.980000', '182622.440000', '182622.900000', '182623.360000', '182623.820000', '182624.280000', '182624.740000', '182625.200000', '182625.660000', '182626.120000', '182626.580000', '182627.040000', '182627.500000', '182627.960000', '182628.420000', '182628.880000', '182629.340000', '182629.800000', '182630.260000', '182630.720000', '182631.180000', '182631.640000', '182632.100000', '182632.560000', '182633.020000', '182633.480000', '182633.940000', '182634.400000', '182634.860000', '182635.320000', '182635.780000', '182636.240000', '182636.700000', '182637.160000', '182637.620000', '182638.080000', '182638.540000', '182639.000000', '182639.460000', '182639.920000', '182640.380000', '182640.840000', '182641.300000', '182641.760000', '182642.220000', '182642.680000', '182643.140000', '182643.600000', '182644.060000', '182644.520000', '182644.980000', '182645.440000', '182645.900000', '182646.360000', '182646.820000', '182647.280000', '182647.740000', '182648.200000', '182648.660000', '182649.120000', '182649.580000', '182650.040000', '182650.500000', '182650.960000', '182651.420000', '182651.880000', '182652.340000', '182652.800000', '182653.260000', '182653.720000', '182654.180000', '182654.640000', '182655.100000', '182655.560000', '182656.020000', '182656.480000', '182656.940000', '182657.400000', '182657.860000', '182658.320000', '182658.780000', '182659.240000', '182659.700000', '182700.160000', '182700.620000', '182701.080000', '182701.540000', '182702.000000', '182702.460000', '182702.920000', '182703.380000', '182703.840000', '182704.300000', '182704.760000', '182705.220000', '182705.680000', '182706.140000', '182706.600000', '182707.060000', '182707.520000', '182707.980000', '182708.440000', '182708.900000', '182709.360000', '182709.820000', '182710.280000', '182710.740000', '182711.200000', '182711.660000', '182712.120000', '182712.580000', '182713.040000', '182713.500000', '182713.960000', '182714.420000', '182714.880000', '182715.340000', '182715.800000', '182716.260000', '182716.720000', '182717.180000', '182717.640000', '182718.100000', '182718.560000', '182719.020000', '182719.480000', '182719.940000', '182720.400000', '182720.860000', '182721.320000', '182721.780000', '182722.240000', '182722.700000', '182723.160000', '182723.620000', '182724.080000', '182724.540000', '182725.000000', '182725.460000', '182725.920000', '182726.380000', '182726.840000', '182727.300000', '182727.760000', '182728.220000', '182728.680000', '182729.140000', '182729.600000', '182730.060000', '182730.520000', '182730.980000', '182731.440000', '182731.900000', '182732.360000', '182732.820000', '182733.280000', '182733.740000', '182734.200000', '182734.660000', '182735.120000', '182735.580000', '182736.040000', '182736.500000', '182736.960000', '182737.420000', '182737.880000', '182738.340000', '182738.800000', '182739.260000', '182739.720000', '182740.180000', '182740.640000', '182741.100000', '182741.560000', '182742.020000', '182742.480000', '182742.940000', '182743.400000', '182743.860000', '182744.320000', '182744.780000', '182745.240000', '182745.700000', '182746.160000', '182746.620000', '182747.080000', '182747.540000', '182748.000000', '182748.460000', '182748.920000', '182749.380000', '182749.840000', '182750.300000', '182750.760000', '182751.220000', '182751.680000', '182752.140000', '182752.600000', '182753.060000', '182753.520000', '182753.980000', '182754.440000', '182754.900000', '182755.360000', '182755.820000', '182756.280000', '182756.740000', '182757.200000', '182757.660000', '182758.120000', '182758.580000', '182759.040000', '182759.500000', '182759.960000', '182800.420000', '182800.880000', '182801.340000', '182801.800000', '182802.260000', '182802.720000', '182803.180000', '182803.640000', '182804.100000', '182804.560000', '182805.020000', '182805.480000', '182805.940000', '182806.400000', '182806.860000', '182807.320000', '182807.780000', '182808.240000', '182808.700000', '182809.160000', '182809.620000', '182810.080000', '182810.540000', '182811.000000', '182811.460000', '182811.920000', '182812.380000', '182812.840000', '182813.300000', '182813.760000', '182814.220000', '182814.680000', '182815.140000', '182815.600000', '182816.060000', '182816.520000', '182816.980000', '182817.440000', '182817.900000', '182818.360000', '182818.820000', '182819.280000', '182819.740000', '182820.200000', '182820.660000', '182821.120000', '182821.580000', '182822.040000', '182822.500000', '182822.960000', '182823.420000', '182823.880000', '182824.340000', '182824.800000', '182825.260000', '182825.720000', '182826.180000', '182826.640000', '182827.100000', '182827.560000', '182828.020000', '182828.480000', '182828.940000', '182829.400000', '182829.860000', '182830.320000', '182830.780000', '182831.240000', '182831.700000', '182832.160000', '182832.620000', '182833.080000', '182833.540000', '182834.000000', '182834.460000', '182834.920000', '182835.380000', '182835.840000', '182836.300000', '182836.760000', '182837.220000', '182837.680000', '182838.140000', '182838.600000', '182839.060000', '182839.520000', '182839.980000', '182840.440000', '182840.900000', '182841.360000', '182841.820000', '182842.280000', '182842.740000', '182843.200000', '182843.660000', '182844.120000', '182844.580000', '182845.040000', '182845.500000', '182845.960000', '182846.420000', '182846.880000', '182847.340000', '182847.800000', '182848.260000', '182848.720000', '182849.180000', '182849.640000', '182850.100000', '182850.560000', '182851.020000', '182851.480000', '182851.940000', '182852.400000', '182852.860000', '182853.320000', '182853.780000', '182854.240000', '182854.700000', '182855.160000', '182855.620000', '182856.080000', '182856.540000', '182857.000000', '182857.460000', '182857.920000', '182858.380000', '182858.840000', '182859.300000', '182859.760000', '182900.220000', '182900.680000', '182901.140000', '182901.600000', '182902.060000', '182902.520000', '182902.980000', '182903.440000', '182903.900000', '182904.360000', '182904.820000', '182905.280000', '182905.740000', '182906.200000', '182906.660000', '182907.120000', '182907.580000', '182908.040000', '182908.500000', '182908.960000', '182909.420000', '182909.880000', '182910.340000', '182910.800000', '182911.260000', '182911.720000', '182912.180000', '182912.640000', '182913.100000', '182913.560000', '182914.020000', '182914.480000', '182914.940000', '182915.400000', '182915.860000', '182916.320000', '182916.780000', '182917.240000', '182917.700000', '182918.160000', '182918.620000'], 'ContentTime': ['182039.086000', '182039.090000', '182039.093000', '182039.095000', '182039.098000', '182039.100000', '182039.103000', '182039.106000', '182039.108000', '182039.115000', '182039.118000', '182039.120000', '182039.128000', '182039.131000', '182039.134000', '182039.136000', '182039.139000', '182039.141000', '182039.144000', '182039.146000', '182039.149000', '182039.152000', '182039.154000', '182059.022000', '182059.025000', '182059.028000', '182059.030000', '182059.033000', '182059.036000', '182059.038000', '182059.041000', '182059.043000', '182059.046000', '182059.048000', '182059.051000', '182059.054000', '182059.056000', '182059.059000', '182059.061000', '182059.064000', '182059.071000', '182059.081000', '182059.084000', '182059.087000', '182059.089000', '182059.092000', '182059.094000', '182059.097000', '182059.100000', '182059.102000', '182059.105000', '182059.107000', '182059.110000', '182059.112000', '182059.115000', '182059.118000', '182059.120000', '182059.123000', '182059.126000', '182059.129000', '182059.132000', '182059.135000', '182059.138000', '182059.140000', '182059.143000', '182059.145000', '182119.023000', '182119.025000', '182119.028000', '182119.031000', '182119.034000', '182119.036000', '182119.039000', '182119.041000', '182119.044000', '182119.047000', '182119.049000', '182119.052000', '182119.054000', '182119.057000', '182119.060000', '182119.062000', '182119.065000', '182119.068000', '182119.070000', '182119.073000', '182119.075000', '182119.078000', '182119.080000', '182119.083000', '182119.086000', '182119.088000', '182119.091000', '182119.093000', '182119.096000', '182119.099000', '182119.109000', '182119.111000', '182119.114000', '182119.117000', '182119.119000', '182119.122000', '182119.125000', '182119.127000', '182119.130000', '182119.132000', '182119.135000', '182119.138000', '182119.140000', '182119.143000', '182139.023000', '182139.026000', '182139.029000', '182139.032000', '182139.034000', '182139.037000', '182139.039000', '182139.042000', '182139.045000', '182139.047000', '182139.050000', '182139.052000', '182139.055000', '182139.058000', '182139.060000', '182139.063000', '182139.065000', '182139.068000', '182139.071000', '182139.073000', '182139.076000', '182139.078000', '182139.081000', '182139.084000', '182139.086000', '182139.089000', '182139.091000', '182139.094000', '182139.097000', '182139.099000', '182139.102000', '182139.105000', '182139.108000', '182139.111000', '182139.114000', '182139.116000', '182139.119000', '182139.121000', '182139.124000', '182139.127000', '182139.129000', '182139.132000', '182139.134000', '182159.023000', '182159.026000', '182159.029000', '182159.032000', '182159.035000', '182159.038000', '182159.040000', '182159.043000', '182159.045000', '182159.048000', '182159.051000', '182159.053000', '182159.056000', '182159.058000', '182159.061000', '182159.064000', '182159.066000', '182159.069000', '182159.071000', '182159.074000', '182159.076000', '182159.079000', '182159.082000', '182159.084000', '182159.087000', '182159.089000', '182159.092000', '182159.095000', '182159.097000', '182159.100000', '182159.102000', '182159.105000', '182159.108000', '182159.110000', '182159.113000', '182159.116000', '182159.118000', '182159.121000', '182159.123000', '182159.126000', '182159.128000', '182159.131000', '182159.134000', '182159.136000', '182219.024000', '182219.027000', '182219.029000', '182219.032000', '182219.035000', '182219.037000', '182219.040000', '182219.042000', '182219.045000', '182219.048000', '182219.050000', '182219.053000', '182219.055000', '182219.058000', '182219.061000', '182219.063000', '182219.066000', '182219.069000', '182219.071000', '182219.074000', '182219.076000', '182219.079000', '182219.082000', '182219.084000', '182219.087000', '182219.090000', '182219.092000', '182219.095000', '182219.098000', '182219.101000', '182219.104000', '182219.107000', '182219.110000', '182219.113000', '182219.116000', '182219.118000', '182219.121000', '182219.123000', '182219.126000', '182219.129000', '182219.131000', '182219.134000', '182219.136000', '182239.022000', '182239.025000', '182239.028000', '182239.031000', '182239.033000', '182239.036000', '182239.039000', '182239.041000', '182239.044000', '182239.046000', '182239.049000', '182239.052000', '182239.054000', '182239.057000', '182239.059000', '182239.062000', '182239.065000', '182239.067000', '182239.070000', '182239.072000', '182239.075000', '182239.078000', '182239.087000', '182239.090000', '182239.092000', '182239.095000', '182239.097000', '182239.100000', '182239.116000', '182239.118000', '182239.121000', '182239.123000', '182239.126000', '182239.129000', '182239.131000', '182239.134000', '182239.136000', '182239.139000', '182239.142000', '182239.144000', '182239.147000', '182239.149000', '182239.152000', '182239.155000', '182259.023000', '182259.025000', '182259.028000', '182259.030000', '182259.034000', '182259.037000', '182259.039000', '182259.042000', '182259.045000', '182259.047000', '182259.050000', '182259.052000', '182259.055000', '182259.058000', '182259.060000', '182259.063000', '182259.066000', '182259.068000', '182259.071000', '182259.074000', '182259.076000', '182259.079000', '182259.082000', '182259.084000', '182259.087000', '182259.089000', '182259.092000', '182259.095000', '182259.097000', '182259.100000', '182259.103000', '182259.105000', '182259.108000', '182259.110000', '182259.113000', '182259.116000', '182259.118000', '182259.121000', '182259.124000', '182259.126000', '182259.129000', '182259.131000', '182259.134000', '182319.023000', '182319.026000', '182319.028000', '182319.031000', '182319.033000', '182319.036000', '182319.039000', '182319.041000', '182319.044000', '182319.047000', '182319.049000', '182319.052000', '182319.054000', '182319.057000', '182319.060000', '182319.062000', '182319.065000', '182319.068000', '182319.070000', '182319.073000', '182319.075000', '182319.078000', '182319.081000', '182319.083000', '182319.086000', '182319.089000', '182319.091000', '182319.094000', '182319.096000', '182319.099000', '182319.102000', '182319.104000', '182319.107000', '182319.109000', '182319.112000', '182319.115000', '182319.117000', '182319.120000', '182319.122000', '182319.125000', '182319.128000', '182319.130000', '182319.133000', '182319.136000', '182339.023000', '182339.025000', '182339.028000', '182339.031000', '182339.034000', '182339.036000', '182339.039000', '182339.042000', '182339.044000', '182339.047000', '182339.049000', '182339.052000', '182339.055000', '182339.057000', '182339.060000', '182339.063000', '182339.065000', '182339.068000', '182339.071000', '182339.073000', '182339.076000', '182339.079000', '182339.081000', '182339.084000', '182339.087000', '182339.089000', '182339.092000', '182339.094000', '182339.097000', '182339.100000', '182339.102000', '182339.105000', '182339.107000', '182339.110000', '182339.113000', '182339.115000', '182339.118000', '182339.121000', '182339.123000', '182339.126000', '182339.128000', '182339.131000', '182339.134000', '182359.024000', '182359.026000', '182359.029000', '182359.031000', '182359.034000', '182359.037000', '182359.040000', '182359.042000', '182359.045000', '182359.047000', '182359.050000', '182359.053000', '182359.055000', '182359.058000', '182359.061000', '182359.063000', '182359.066000', '182359.068000', '182359.071000', '182359.074000', '182359.076000', '182359.079000', '182359.081000', '182359.084000', '182359.087000', '182359.089000', '182359.097000', '182359.100000', '182359.102000', '182359.105000', '182359.108000', '182359.110000', '182359.113000', '182359.116000', '182359.118000', '182359.121000', '182359.123000', '182359.126000', '182359.129000', '182359.131000', '182359.134000', '182359.137000', '182359.139000', '182359.142000', '182419.024000', '182419.027000', '182419.030000', '182419.032000', '182419.035000', '182419.037000', '182419.040000', '182419.043000', '182419.045000', '182419.065000', '182419.068000', '182419.071000', '182419.073000', '182419.076000', '182419.079000', '182419.081000', '182419.084000', '182419.086000', '182419.089000', '182419.092000', '182419.106000', '182419.109000', '182419.111000', '182419.114000', '182419.117000', '182419.119000', '182419.122000', '182419.124000', '182419.127000', '182419.130000', '182419.132000', '182419.135000', '182419.137000', '182419.140000', '182419.143000', '182419.145000', '182419.148000', '182419.150000', '182419.153000', '182419.156000', '182419.158000', '182419.161000', '182419.164000', '182439.023000', '182439.026000', '182439.029000', '182439.032000', '182439.034000', '182439.037000', '182439.039000', '182439.042000', '182439.045000', '182439.047000', '182439.050000', '182439.053000', '182439.055000', '182439.058000', '182439.060000', '182439.063000', '182439.066000', '182439.068000', '182439.071000', '182439.074000', '182439.076000', '182439.079000', '182439.081000', '182439.084000', '182439.087000', '182439.089000', '182439.092000', '182439.095000', '182439.097000', '182439.100000', '182439.102000', '182439.105000', '182439.107000', '182439.110000', '182439.113000', '182439.115000', '182439.118000', '182439.121000', '182439.123000', '182439.126000', '182439.128000', '182439.131000', '182439.133000', '182439.136000', '182459.022000', '182459.025000', '182459.028000', '182459.031000', '182459.033000', '182459.036000', '182459.039000', '182459.041000', '182459.044000', '182459.046000', '182459.049000', '182459.052000', '182459.054000', '182459.057000', '182459.059000', '182459.062000', '182459.065000', '182459.067000', '182459.070000', '182459.072000', '182459.075000', '182459.078000', '182459.080000', '182459.083000', '182459.086000', '182459.088000', '182459.091000', '182459.093000', '182459.096000', '182459.099000', '182459.101000', '182459.104000', '182459.106000', '182459.109000', '182459.112000', '182459.114000', '182459.117000', '182459.120000', '182459.122000', '182459.125000', '182459.127000', '182459.130000', '182459.133000', '182519.022000', '182519.025000', '182519.028000', '182519.031000', '182519.034000', '182519.037000', '182519.040000', '182519.042000', '182519.045000', '182519.048000', '182519.050000', '182519.053000', '182519.055000', '182519.058000', '182519.061000', '182519.063000', '182519.066000', '182519.068000', '182519.071000', '182519.074000', '182519.076000', '182519.079000', '182519.082000', '182519.084000', '182519.087000', '182519.090000', '182519.092000', '182519.095000', '182519.097000', '182519.100000', '182519.103000', '182519.105000', '182519.108000', '182519.110000', '182519.113000', '182519.116000', '182519.118000', '182519.121000', '182519.124000', '182519.126000', '182519.129000', '182519.131000', '182519.134000', '182519.137000', '182539.023000', '182539.025000', '182539.028000', '182539.031000', '182539.034000', '182539.037000', '182539.039000', '182539.042000', '182539.045000', '182539.047000', '182539.050000', '182539.053000', '182539.055000', '182539.058000', '182539.061000', '182539.063000', '182539.066000', '182539.068000', '182539.071000', '182539.074000', '182539.076000', '182539.079000', '182539.082000', '182539.084000', '182539.087000', '182539.089000', '182539.092000', '182539.095000', '182539.097000', '182539.100000', '182539.102000', '182539.105000', '182539.108000', '182539.110000', '182539.120000', '182539.123000', '182539.125000', '182539.128000', '182539.131000', '182539.133000', '182539.136000', '182539.138000', '182539.141000', '182559.022000', '182559.025000', '182559.033000', '182559.035000', '182559.038000', '182559.041000', '182559.043000', '182559.046000', '182559.049000', '182559.051000', '182559.054000', '182559.056000', '182559.059000', '182559.062000', '182559.064000', '182559.067000', '182559.069000', '182559.072000', '182559.075000', '182559.077000', '182559.080000', '182559.083000', '182559.085000', '182559.088000', '182559.091000', '182559.093000', '182559.096000', '182559.098000', '182559.101000', '182559.104000', '182559.106000', '182559.109000', '182559.112000', '182559.114000', '182559.117000', '182559.119000', '182559.122000', '182559.125000', '182559.127000', '182559.132000', '182559.134000', '182559.137000', '182559.140000', '182559.142000', '182619.024000', '182619.026000', '182619.029000', '182619.032000', '182619.035000', '182619.037000', '182619.040000', '182619.043000', '182619.045000', '182619.048000', '182619.050000', '182619.053000', '182619.055000', '182619.058000', '182619.061000', '182619.063000', '182619.066000', '182619.068000', '182619.071000', '182619.074000', '182619.076000', '182619.079000', '182619.081000', '182619.084000', '182619.087000', '182619.089000', '182619.092000', '182619.094000', '182619.097000', '182619.100000', '182619.102000', '182619.105000', '182619.107000', '182619.110000', '182619.113000', '182619.115000', '182619.118000', '182619.120000', '182619.123000', '182619.126000', '182619.128000', '182619.131000', '182619.133000', '182639.023000', '182639.026000', '182639.029000', '182639.031000', '182639.034000', '182639.037000', '182639.039000', '182639.042000', '182639.045000', '182639.047000', '182639.050000', '182639.053000', '182639.055000', '182639.058000', '182639.061000', '182639.064000', '182639.067000', '182639.070000', '182639.072000', '182639.075000', '182639.078000', '182639.080000', '182639.083000', '182639.085000', '182639.088000', '182639.091000', '182639.093000', '182639.096000', '182639.098000', '182639.101000', '182639.104000', '182639.106000', '182639.109000', '182639.112000', '182639.114000', '182639.117000', '182639.120000', '182639.122000', '182639.125000', '182639.128000', '182639.130000', '182639.133000', '182639.135000', '182639.138000', '182659.023000', '182659.026000', '182659.029000', '182659.032000', '182659.034000', '182659.037000', '182659.040000', '182659.042000', '182659.045000', '182659.047000', '182659.050000', '182659.053000', '182659.055000', '182659.058000', '182659.061000', '182659.063000', '182659.066000', '182659.068000', '182659.071000', '182659.074000', '182659.076000', '182659.079000', '182659.082000', '182659.084000', '182659.087000', '182659.089000', '182659.092000', '182659.094000', '182659.097000', '182659.100000', '182659.102000', '182659.105000', '182659.108000', '182659.110000', '182659.113000', '182659.115000', '182659.118000', '182659.121000', '182659.123000', '182659.126000', '182659.128000', '182659.131000', '182659.134000', '182719.023000', '182719.026000', '182719.029000', '182719.031000', '182719.034000', '182719.037000', '182719.039000', '182719.042000', '182719.044000', '182719.047000', '182719.050000', '182719.052000', '182719.055000', '182719.057000', '182719.060000', '182719.072000', '182719.074000', '182719.077000', '182719.079000', '182719.082000', '182719.085000', '182719.087000', '182719.090000', '182719.093000', '182719.095000', '182719.098000', '182719.100000', '182719.103000', '182719.106000', '182719.108000', '182719.111000', '182719.114000', '182719.116000', '182719.119000', '182719.121000', '182719.124000', '182719.127000', '182719.129000', '182719.132000', '182719.135000', '182719.137000', '182719.140000', '182719.142000', '182739.023000', '182739.025000', '182739.029000', '182739.032000', '182739.034000', '182739.037000', '182739.039000', '182739.042000', '182739.045000', '182739.047000', '182739.050000', '182739.053000', '182739.055000', '182739.058000', '182739.061000', '182739.063000', '182739.066000', '182739.068000', '182739.071000', '182739.074000', '182739.076000', '182739.079000', '182739.082000', '182739.084000', '182739.087000', '182739.089000', '182739.092000', '182739.095000', '182739.097000', '182739.100000', '182739.103000', '182739.105000', '182739.108000', '182739.110000', '182739.113000', '182739.116000', '182739.118000', '182739.121000', '182739.123000', '182739.126000', '182739.129000', '182739.131000', '182739.134000', '182739.137000', '182759.023000', '182759.025000', '182759.028000', '182759.031000', '182759.034000', '182759.036000', '182759.057000', '182759.060000', '182759.063000', '182759.065000', '182759.068000', '182759.071000', '182759.073000', '182759.076000', '182759.079000', '182759.081000', '182759.084000', '182759.086000', '182759.089000', '182759.092000', '182759.094000', '182759.097000', '182759.100000', '182759.103000', '182759.106000', '182759.108000', '182759.111000', '182759.113000', '182759.116000', '182759.119000', '182759.121000', '182759.124000', '182759.127000', '182759.129000', '182759.132000', '182759.135000', '182759.137000', '182759.140000', '182759.142000', '182759.145000', '182759.147000', '182759.150000', '182759.153000', '182819.023000', '182819.026000', '182819.029000', '182819.031000', '182819.034000', '182819.037000', '182819.039000', '182819.042000', '182819.045000', '182819.047000', '182819.050000', '182819.052000', '182819.055000', '182819.058000', '182819.060000', '182819.063000', '182819.066000', '182819.068000', '182819.072000', '182819.075000', '182819.077000', '182819.080000', '182819.082000', '182819.085000', '182819.088000', '182819.090000', '182819.093000', '182819.095000', '182819.098000', '182819.101000', '182819.104000', '182819.106000', '182819.109000', '182819.117000', '182819.120000', '182819.123000', '182819.125000', '182819.128000', '182819.131000', '182819.133000', '182819.136000', '182819.138000', '182819.150000', '182819.153000', '182839.023000', '182839.026000', '182839.029000', '182839.032000', '182839.034000', '182839.037000', '182839.040000', '182839.042000', '182839.045000', '182839.048000', '182839.050000', '182839.053000', '182839.056000', '182839.058000', '182839.061000', '182839.064000', '182839.066000', '182839.069000', '182839.072000', '182839.074000', '182839.077000', '182839.080000', '182839.082000', '182839.085000', '182839.087000', '182839.090000', '182839.093000', '182839.095000', '182839.098000', '182839.101000', '182839.103000', '182839.106000', '182839.108000', '182839.111000', '182839.114000', '182839.120000', '182839.123000', '182839.126000', '182839.128000', '182839.131000', '182839.133000', '182839.136000', '182839.139000', '182859.024000', '182859.027000', '182859.029000', '182859.032000', '182859.035000', '182859.038000', '182859.041000', '182859.043000', '182859.046000', '182859.049000', '182859.051000', '182859.054000', '182859.057000', '182859.060000', '182859.062000', '182859.065000', '182859.068000', '182859.071000', '182859.073000', '182859.076000', '182859.079000', '182859.082000', '182859.084000', '182859.087000', '182859.090000', '182859.092000', '182859.095000', '182859.098000', '182859.100000', '182859.103000', '182859.106000', '182859.108000', '182859.111000', '182859.114000', '182859.116000', '182859.119000', '182859.122000', '182859.124000', '182859.127000', '182859.129000', '182859.132000', '182859.135000', '182859.137000', '182859.140000', '182919.024000', '182919.026000', '182919.030000', '182919.032000', '182919.035000', '182919.037000', '182919.040000', '182919.043000', '182919.045000', '182919.048000', '182919.051000', '182919.053000', '182919.056000', '182919.058000', '182919.061000', '182919.064000', '182919.066000', '182919.069000', '182919.072000', '182919.074000', '182919.077000', '182919.079000', '182919.082000', '182919.084000', '182919.087000', '182919.090000', '182919.093000', '182919.095000', '182919.098000', '182919.100000', '182919.103000', '182919.106000', '182919.108000', '182919.111000', '182919.114000', '182919.117000', '182919.120000', '182919.123000', '182919.126000', '182919.128000', '182919.131000', '182919.134000', '182919.136000', '182920.473000', '182920.476000', '182920.479000', '182920.482000'], 'InstanceCreationTime': ['182039.086000', '182039.090000', '182039.093000', '182039.095000', '182039.098000', '182039.100000', '182039.103000', '182039.106000', '182039.108000', '182039.115000', '182039.118000', '182039.120000', '182039.128000', '182039.131000', '182039.134000', '182039.136000', '182039.139000', '182039.141000', '182039.144000', '182039.146000', '182039.149000', '182039.152000', '182039.154000', '182059.022000', '182059.025000', '182059.028000', '182059.030000', '182059.033000', '182059.036000', '182059.038000', '182059.041000', '182059.043000', '182059.046000', '182059.048000', '182059.051000', '182059.054000', '182059.056000', '182059.059000', '182059.061000', '182059.064000', '182059.071000', '182059.081000', '182059.084000', '182059.087000', '182059.089000', '182059.092000', '182059.094000', '182059.097000', '182059.100000', '182059.102000', '182059.105000', '182059.107000', '182059.110000', '182059.112000', '182059.115000', '182059.118000', '182059.120000', '182059.123000', '182059.126000', '182059.129000', '182059.132000', '182059.135000', '182059.138000', '182059.140000', '182059.143000', '182059.145000', '182119.023000', '182119.025000', '182119.028000', '182119.031000', '182119.034000', '182119.036000', '182119.039000', '182119.041000', '182119.044000', '182119.047000', '182119.049000', '182119.052000', '182119.054000', '182119.057000', '182119.060000', '182119.062000', '182119.065000', '182119.068000', '182119.070000', '182119.073000', '182119.075000', '182119.078000', '182119.080000', '182119.083000', '182119.086000', '182119.088000', '182119.091000', '182119.093000', '182119.096000', '182119.099000', '182119.109000', '182119.111000', '182119.114000', '182119.117000', '182119.119000', '182119.122000', '182119.125000', '182119.127000', '182119.130000', '182119.132000', '182119.135000', '182119.138000', '182119.140000', '182119.143000', '182139.023000', '182139.026000', '182139.029000', '182139.032000', '182139.034000', '182139.037000', '182139.039000', '182139.042000', '182139.045000', '182139.047000', '182139.050000', '182139.052000', '182139.055000', '182139.058000', '182139.060000', '182139.063000', '182139.065000', '182139.068000', '182139.071000', '182139.073000', '182139.076000', '182139.078000', '182139.081000', '182139.084000', '182139.086000', '182139.089000', '182139.091000', '182139.094000', '182139.097000', '182139.099000', '182139.102000', '182139.105000', '182139.108000', '182139.111000', '182139.114000', '182139.116000', '182139.119000', '182139.121000', '182139.124000', '182139.127000', '182139.129000', '182139.132000', '182139.134000', '182159.023000', '182159.026000', '182159.029000', '182159.032000', '182159.035000', '182159.038000', '182159.040000', '182159.043000', '182159.045000', '182159.048000', '182159.051000', '182159.053000', '182159.056000', '182159.058000', '182159.061000', '182159.064000', '182159.066000', '182159.069000', '182159.071000', '182159.074000', '182159.076000', '182159.079000', '182159.082000', '182159.084000', '182159.087000', '182159.089000', '182159.092000', '182159.095000', '182159.097000', '182159.100000', '182159.102000', '182159.105000', '182159.108000', '182159.110000', '182159.113000', '182159.116000', '182159.118000', '182159.121000', '182159.123000', '182159.126000', '182159.128000', '182159.131000', '182159.134000', '182159.136000', '182219.024000', '182219.027000', '182219.029000', '182219.032000', '182219.035000', '182219.037000', '182219.040000', '182219.042000', '182219.045000', '182219.048000', '182219.050000', '182219.053000', '182219.055000', '182219.058000', '182219.061000', '182219.063000', '182219.066000', '182219.069000', '182219.071000', '182219.074000', '182219.076000', '182219.079000', '182219.082000', '182219.084000', '182219.087000', '182219.090000', '182219.092000', '182219.095000', '182219.098000', '182219.101000', '182219.104000', '182219.107000', '182219.110000', '182219.113000', '182219.116000', '182219.118000', '182219.121000', '182219.123000', '182219.126000', '182219.129000', '182219.131000', '182219.134000', '182219.136000', '182239.022000', '182239.025000', '182239.028000', '182239.031000', '182239.033000', '182239.036000', '182239.039000', '182239.041000', '182239.044000', '182239.046000', '182239.049000', '182239.052000', '182239.054000', '182239.057000', '182239.059000', '182239.062000', '182239.065000', '182239.067000', '182239.070000', '182239.072000', '182239.075000', '182239.078000', '182239.087000', '182239.090000', '182239.092000', '182239.095000', '182239.097000', '182239.100000', '182239.116000', '182239.118000', '182239.121000', '182239.123000', '182239.126000', '182239.129000', '182239.131000', '182239.134000', '182239.136000', '182239.139000', '182239.142000', '182239.144000', '182239.147000', '182239.149000', '182239.152000', '182239.155000', '182259.023000', '182259.025000', '182259.028000', '182259.030000', '182259.034000', '182259.037000', '182259.039000', '182259.042000', '182259.045000', '182259.047000', '182259.050000', '182259.052000', '182259.055000', '182259.058000', '182259.060000', '182259.063000', '182259.066000', '182259.068000', '182259.071000', '182259.074000', '182259.076000', '182259.079000', '182259.082000', '182259.084000', '182259.087000', '182259.089000', '182259.092000', '182259.095000', '182259.097000', '182259.100000', '182259.103000', '182259.105000', '182259.108000', '182259.110000', '182259.113000', '182259.116000', '182259.118000', '182259.121000', '182259.124000', '182259.126000', '182259.129000', '182259.131000', '182259.134000', '182319.023000', '182319.026000', '182319.028000', '182319.031000', '182319.033000', '182319.036000', '182319.039000', '182319.041000', '182319.044000', '182319.047000', '182319.049000', '182319.052000', '182319.054000', '182319.057000', '182319.060000', '182319.062000', '182319.065000', '182319.068000', '182319.070000', '182319.073000', '182319.075000', '182319.078000', '182319.081000', '182319.083000', '182319.086000', '182319.089000', '182319.091000', '182319.094000', '182319.096000', '182319.099000', '182319.102000', '182319.104000', '182319.107000', '182319.109000', '182319.112000', '182319.115000', '182319.117000', '182319.120000', '182319.122000', '182319.125000', '182319.128000', '182319.130000', '182319.133000', '182319.136000', '182339.023000', '182339.025000', '182339.028000', '182339.031000', '182339.034000', '182339.036000', '182339.039000', '182339.042000', '182339.044000', '182339.047000', '182339.049000', '182339.052000', '182339.055000', '182339.057000', '182339.060000', '182339.063000', '182339.065000', '182339.068000', '182339.071000', '182339.073000', '182339.076000', '182339.079000', '182339.081000', '182339.084000', '182339.087000', '182339.089000', '182339.092000', '182339.094000', '182339.097000', '182339.100000', '182339.102000', '182339.105000', '182339.107000', '182339.110000', '182339.113000', '182339.115000', '182339.118000', '182339.121000', '182339.123000', '182339.126000', '182339.128000', '182339.131000', '182339.134000', '182359.024000', '182359.026000', '182359.029000', '182359.031000', '182359.034000', '182359.037000', '182359.040000', '182359.042000', '182359.045000', '182359.047000', '182359.050000', '182359.053000', '182359.055000', '182359.058000', '182359.061000', '182359.063000', '182359.066000', '182359.068000', '182359.071000', '182359.074000', '182359.076000', '182359.079000', '182359.081000', '182359.084000', '182359.087000', '182359.089000', '182359.097000', '182359.100000', '182359.102000', '182359.105000', '182359.108000', '182359.110000', '182359.113000', '182359.116000', '182359.118000', '182359.121000', '182359.123000', '182359.126000', '182359.129000', '182359.131000', '182359.134000', '182359.137000', '182359.139000', '182359.142000', '182419.024000', '182419.027000', '182419.030000', '182419.032000', '182419.035000', '182419.037000', '182419.040000', '182419.043000', '182419.045000', '182419.065000', '182419.068000', '182419.071000', '182419.073000', '182419.076000', '182419.079000', '182419.081000', '182419.084000', '182419.086000', '182419.089000', '182419.092000', '182419.106000', '182419.109000', '182419.111000', '182419.114000', '182419.117000', '182419.119000', '182419.122000', '182419.124000', '182419.127000', '182419.130000', '182419.132000', '182419.135000', '182419.137000', '182419.140000', '182419.143000', '182419.145000', '182419.148000', '182419.150000', '182419.153000', '182419.156000', '182419.158000', '182419.161000', '182419.164000', '182439.023000', '182439.026000', '182439.029000', '182439.032000', '182439.034000', '182439.037000', '182439.039000', '182439.042000', '182439.045000', '182439.047000', '182439.050000', '182439.053000', '182439.055000', '182439.058000', '182439.060000', '182439.063000', '182439.066000', '182439.068000', '182439.071000', '182439.074000', '182439.076000', '182439.079000', '182439.081000', '182439.084000', '182439.087000', '182439.089000', '182439.092000', '182439.095000', '182439.097000', '182439.100000', '182439.102000', '182439.105000', '182439.107000', '182439.110000', '182439.113000', '182439.115000', '182439.118000', '182439.121000', '182439.123000', '182439.126000', '182439.128000', '182439.131000', '182439.133000', '182439.136000', '182459.022000', '182459.025000', '182459.028000', '182459.031000', '182459.033000', '182459.036000', '182459.039000', '182459.041000', '182459.044000', '182459.046000', '182459.049000', '182459.052000', '182459.054000', '182459.057000', '182459.059000', '182459.062000', '182459.065000', '182459.067000', '182459.070000', '182459.072000', '182459.075000', '182459.078000', '182459.080000', '182459.083000', '182459.086000', '182459.088000', '182459.091000', '182459.093000', '182459.096000', '182459.099000', '182459.101000', '182459.104000', '182459.106000', '182459.109000', '182459.112000', '182459.114000', '182459.117000', '182459.120000', '182459.122000', '182459.125000', '182459.127000', '182459.130000', '182459.133000', '182519.022000', '182519.025000', '182519.028000', '182519.031000', '182519.034000', '182519.037000', '182519.040000', '182519.042000', '182519.045000', '182519.048000', '182519.050000', '182519.053000', '182519.055000', '182519.058000', '182519.061000', '182519.063000', '182519.066000', '182519.068000', '182519.071000', '182519.074000', '182519.076000', '182519.079000', '182519.082000', '182519.084000', '182519.087000', '182519.090000', '182519.092000', '182519.095000', '182519.097000', '182519.100000', '182519.103000', '182519.105000', '182519.108000', '182519.110000', '182519.113000', '182519.116000', '182519.118000', '182519.121000', '182519.124000', '182519.126000', '182519.129000', '182519.131000', '182519.134000', '182519.137000', '182539.023000', '182539.025000', '182539.028000', '182539.031000', '182539.034000', '182539.037000', '182539.039000', '182539.042000', '182539.045000', '182539.047000', '182539.050000', '182539.053000', '182539.055000', '182539.058000', '182539.061000', '182539.063000', '182539.066000', '182539.068000', '182539.071000', '182539.074000', '182539.076000', '182539.079000', '182539.082000', '182539.084000', '182539.087000', '182539.089000', '182539.092000', '182539.095000', '182539.097000', '182539.100000', '182539.102000', '182539.105000', '182539.108000', '182539.110000', '182539.120000', '182539.123000', '182539.125000', '182539.128000', '182539.131000', '182539.133000', '182539.136000', '182539.138000', '182539.141000', '182559.022000', '182559.025000', '182559.033000', '182559.035000', '182559.038000', '182559.041000', '182559.043000', '182559.046000', '182559.049000', '182559.051000', '182559.054000', '182559.056000', '182559.059000', '182559.062000', '182559.064000', '182559.067000', '182559.069000', '182559.072000', '182559.075000', '182559.077000', '182559.080000', '182559.083000', '182559.085000', '182559.088000', '182559.091000', '182559.093000', '182559.096000', '182559.098000', '182559.101000', '182559.104000', '182559.106000', '182559.109000', '182559.112000', '182559.114000', '182559.117000', '182559.119000', '182559.122000', '182559.125000', '182559.127000', '182559.132000', '182559.134000', '182559.137000', '182559.140000', '182559.142000', '182619.024000', '182619.026000', '182619.029000', '182619.032000', '182619.035000', '182619.037000', '182619.040000', '182619.043000', '182619.045000', '182619.048000', '182619.050000', '182619.053000', '182619.055000', '182619.058000', '182619.061000', '182619.063000', '182619.066000', '182619.068000', '182619.071000', '182619.074000', '182619.076000', '182619.079000', '182619.081000', '182619.084000', '182619.087000', '182619.089000', '182619.092000', '182619.094000', '182619.097000', '182619.100000', '182619.102000', '182619.105000', '182619.107000', '182619.110000', '182619.113000', '182619.115000', '182619.118000', '182619.120000', '182619.123000', '182619.126000', '182619.128000', '182619.131000', '182619.133000', '182639.023000', '182639.026000', '182639.029000', '182639.031000', '182639.034000', '182639.037000', '182639.039000', '182639.042000', '182639.045000', '182639.047000', '182639.050000', '182639.053000', '182639.055000', '182639.058000', '182639.061000', '182639.064000', '182639.067000', '182639.070000', '182639.072000', '182639.075000', '182639.078000', '182639.080000', '182639.083000', '182639.085000', '182639.088000', '182639.091000', '182639.093000', '182639.096000', '182639.098000', '182639.101000', '182639.104000', '182639.106000', '182639.109000', '182639.112000', '182639.114000', '182639.117000', '182639.120000', '182639.122000', '182639.125000', '182639.128000', '182639.130000', '182639.133000', '182639.135000', '182639.138000', '182659.023000', '182659.026000', '182659.029000', '182659.032000', '182659.034000', '182659.037000', '182659.040000', '182659.042000', '182659.045000', '182659.047000', '182659.050000', '182659.053000', '182659.055000', '182659.058000', '182659.061000', '182659.063000', '182659.066000', '182659.068000', '182659.071000', '182659.074000', '182659.076000', '182659.079000', '182659.082000', '182659.084000', '182659.087000', '182659.089000', '182659.092000', '182659.094000', '182659.097000', '182659.100000', '182659.102000', '182659.105000', '182659.108000', '182659.110000', '182659.113000', '182659.115000', '182659.118000', '182659.121000', '182659.123000', '182659.126000', '182659.128000', '182659.131000', '182659.134000', '182719.023000', '182719.026000', '182719.029000', '182719.031000', '182719.034000', '182719.037000', '182719.039000', '182719.042000', '182719.044000', '182719.047000', '182719.050000', '182719.052000', '182719.055000', '182719.057000', '182719.060000', '182719.072000', '182719.074000', '182719.077000', '182719.079000', '182719.082000', '182719.085000', '182719.087000', '182719.090000', '182719.093000', '182719.095000', '182719.098000', '182719.100000', '182719.103000', '182719.106000', '182719.108000', '182719.111000', '182719.114000', '182719.116000', '182719.119000', '182719.121000', '182719.124000', '182719.127000', '182719.129000', '182719.132000', '182719.135000', '182719.137000', '182719.140000', '182719.142000', '182739.023000', '182739.025000', '182739.029000', '182739.032000', '182739.034000', '182739.037000', '182739.039000', '182739.042000', '182739.045000', '182739.047000', '182739.050000', '182739.053000', '182739.055000', '182739.058000', '182739.061000', '182739.063000', '182739.066000', '182739.068000', '182739.071000', '182739.074000', '182739.076000', '182739.079000', '182739.082000', '182739.084000', '182739.087000', '182739.089000', '182739.092000', '182739.095000', '182739.097000', '182739.100000', '182739.103000', '182739.105000', '182739.108000', '182739.110000', '182739.113000', '182739.116000', '182739.118000', '182739.121000', '182739.123000', '182739.126000', '182739.129000', '182739.131000', '182739.134000', '182739.137000', '182759.023000', '182759.025000', '182759.028000', '182759.031000', '182759.034000', '182759.036000', '182759.057000', '182759.060000', '182759.063000', '182759.065000', '182759.068000', '182759.071000', '182759.073000', '182759.076000', '182759.079000', '182759.081000', '182759.084000', '182759.086000', '182759.089000', '182759.092000', '182759.094000', '182759.097000', '182759.100000', '182759.103000', '182759.106000', '182759.108000', '182759.111000', '182759.113000', '182759.116000', '182759.119000', '182759.121000', '182759.124000', '182759.127000', '182759.129000', '182759.132000', '182759.135000', '182759.137000', '182759.140000', '182759.142000', '182759.145000', '182759.147000', '182759.150000', '182759.153000', '182819.023000', '182819.026000', '182819.029000', '182819.031000', '182819.034000', '182819.037000', '182819.039000', '182819.042000', '182819.045000', '182819.047000', '182819.050000', '182819.052000', '182819.055000', '182819.058000', '182819.060000', '182819.063000', '182819.066000', '182819.068000', '182819.072000', '182819.075000', '182819.077000', '182819.080000', '182819.082000', '182819.085000', '182819.088000', '182819.090000', '182819.093000', '182819.095000', '182819.098000', '182819.101000', '182819.104000', '182819.106000', '182819.109000', '182819.117000', '182819.120000', '182819.123000', '182819.125000', '182819.128000', '182819.131000', '182819.133000', '182819.136000', '182819.138000', '182819.150000', '182819.153000', '182839.023000', '182839.026000', '182839.029000', '182839.032000', '182839.034000', '182839.037000', '182839.040000', '182839.042000', '182839.045000', '182839.048000', '182839.050000', '182839.053000', '182839.056000', '182839.058000', '182839.061000', '182839.064000', '182839.066000', '182839.069000', '182839.072000', '182839.074000', '182839.077000', '182839.080000', '182839.082000', '182839.085000', '182839.087000', '182839.090000', '182839.093000', '182839.095000', '182839.098000', '182839.101000', '182839.103000', '182839.106000', '182839.108000', '182839.111000', '182839.114000', '182839.120000', '182839.123000', '182839.126000', '182839.128000', '182839.131000', '182839.133000', '182839.136000', '182839.139000', '182859.024000', '182859.027000', '182859.029000', '182859.032000', '182859.035000', '182859.038000', '182859.041000', '182859.043000', '182859.046000', '182859.049000', '182859.051000', '182859.054000', '182859.057000', '182859.060000', '182859.062000', '182859.065000', '182859.068000', '182859.071000', '182859.073000', '182859.076000', '182859.079000', '182859.082000', '182859.084000', '182859.087000', '182859.090000', '182859.092000', '182859.095000', '182859.098000', '182859.100000', '182859.103000', '182859.106000', '182859.108000', '182859.111000', '182859.114000', '182859.116000', '182859.119000', '182859.122000', '182859.124000', '182859.127000', '182859.129000', '182859.132000', '182859.135000', '182859.137000', '182859.140000', '182919.024000', '182919.026000', '182919.030000', '182919.032000', '182919.035000', '182919.037000', '182919.040000', '182919.043000', '182919.045000', '182919.048000', '182919.051000', '182919.053000', '182919.056000', '182919.058000', '182919.061000', '182919.064000', '182919.066000', '182919.069000', '182919.072000', '182919.074000', '182919.077000', '182919.079000', '182919.082000', '182919.084000', '182919.087000', '182919.090000', '182919.093000', '182919.095000', '182919.098000', '182919.100000', '182919.103000', '182919.106000', '182919.108000', '182919.111000', '182919.114000', '182919.117000', '182919.120000', '182919.123000', '182919.126000', '182919.128000', '182919.131000', '182919.134000', '182919.136000', '182920.473000', '182920.476000', '182920.479000', '182920.482000'], '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], 'LargestImagePixelValue': [7340, 7691, 6831, 9202, 7099, 11317, 7606, 8645, 7557, 7088, 8791, 6856, 9999, 6763, 9153, 6675, 10137, 7074, 6750, 7784, 7247, 10568, 8360, 7788, 9355, 8832, 11514, 8270, 11343, 8440, 11126, 8628, 11965, 8397, 10944, 7489, 6555, 6464, 10486, 10142, 12309, 9406, 8350, 10652, 7681, 7145, 10900, 8015, 7263, 12494, 8424, 12147, 9065, 14127, 10127, 11475, 9541, 9174, 9260, 7081, 11349, 7258, 10671, 7445, 10251, 7576, 8643, 7594, 7579, 7265, 7168, 10097, 7459, 12067, 8193, 12104, 8090, 12747, 8837, 12718, 9087, 11824, 9073, 11397, 8820, 10914, 8752, 10969, 8498, 9252, 8110, 8207, 8235, 8728, 9194, 7282, 10061, 7733, 9599, 7888, 9803, 6851, 10166, 6994, 10071, 6937, 10929, 7983, 11653, 8418, 11646, 8243, 11956, 8300, 11052, 8211, 8140, 8115, 6677, 8876, 7750, 10780, 8185, 12183, 8184, 11464, 8429, 11846, 8243, 11422, 8090, 12232, 8504, 10460, 8147, 7056, 7981, 6560, 8146, 7901, 9419, 7902, 10318, 7662, 10975, 7988, 8409, 9301, 8587, 11773, 7169, 6644, 9351, 7214, 12493, 9094, 6777, 12094, 9362, 12161, 10341, 7446, 9749, 8056, 12516, 8922, 7321, 11673, 7388, 6503, 9145, 6903, 10036, 8360, 6779, 10546, 11267, 15684, 12513, 10285, 15159, 13058, 10625, 12824, 14322, 11088, 13183, 12449, 10687, 15578, 12250, 8550, 14976, 8992, 8352, 14015, 10473, 7807, 14237, 10744, 8351, 12985, 10368, 12199, 10370, 7575, 13696, 10291, 14380, 10425, 8910, 12913, 9278, 14343, 10028, 9027, 11265, 8812, 14605, 9761, 14153, 10422, 14338, 10761, 13582, 10104, 11227, 8626, 8995, 8704, 7585, 10807, 7934, 12851, 8808, 14056, 9657, 8959, 8848, 7975, 12500, 9371, 13557, 8390, 12513, 8403, 13045, 8539, 12652, 7972, 12451, 8652, 11071, 8651, 7729, 9283, 7718, 14374, 9463, 14824, 11496, 10773, 11315, 7766, 14407, 9411, 7976, 13583, 9301, 9914, 12082, 9012, 12377, 13071, 9375, 15624, 11770, 11180, 13364, 8984, 15125, 9998, 9974, 11384, 7541, 13731, 8241, 6999, 10263, 7416, 11064, 7974, 6959, 11754, 7049, 13673, 8323, 7951, 8004, 6833, 11706, 7313, 12830, 8103, 6475, 8176, 6868, 11305, 8046, 12082, 7739, 12695, 8101, 12278, 8399, 7035, 7365, 6890, 9454, 6775, 11999, 6770, 12356, 7970, 12951, 8751, 11262, 8174, 9643, 8158, 7918, 11506, 6820, 14130, 9178, 14631, 11098, 10323, 11192, 8912, 14457, 11127, 14477, 10667, 13597, 10313, 11837, 10097, 8904, 9212, 7188, 11656, 6986, 11585, 6801, 10919, 6976, 12016, 7920, 11742, 7565, 7558, 8222, 6611, 13045, 7824, 12883, 9405, 8963, 12275, 7526, 14233, 9781, 14562, 10431, 8819, 8708, 6783, 13207, 9629, 9443, 8806, 6511, 9218, 6817, 8721, 8313, 7238, 11146, 8499, 7287, 10187, 7617, 7405, 8424, 10160, 8616, 12621, 10286, 15078, 11414, 11631, 11725, 8772, 9666, 9304, 7307, 10962, 8812, 7032, 11860, 7931, 14364, 8935, 14529, 9161, 13902, 8159, 13410, 8379, 13344, 8815, 12529, 8089, 11020, 8049, 9622, 8385, 7207, 9028, 6964, 14062, 9946, 15718, 12060, 13471, 10667, 12098, 11371, 13314, 11497, 10113, 10836, 10042, 11392, 10077, 12015, 7561, 12204, 7399, 12049, 8277, 7231, 8243, 7319, 7430, 8245, 11512, 10517, 17187, 12514, 11740, 10335, 7704, 13499, 9781, 13992, 9459, 14036, 9641, 12572, 10433, 13326, 8744, 11717, 7670, 10690, 8940, 7455, 8340, 7327, 10858, 7577, 6984, 8720, 6645, 12831, 9436, 12124, 10102, 8921, 12235, 9218, 14387, 10404, 13019, 9233, 9853, 9405, 7412, 11309, 7629, 7058, 10119, 7470, 12859, 8441, 12284, 8713, 9150, 10884, 7249, 12144, 7726, 6837, 9068, 7157, 11372, 7442, 9657, 7539, 7488, 9695, 7496, 7954, 8410, 7224, 13269, 9626, 10410, 10607, 7671, 12024, 8672, 7863, 10119, 8185, 12826, 11949, 12121, 8705, 6585, 9863, 8046, 6457, 6647, 7085, 7027, 11323, 8690, 12991, 10827, 10359, 13541, 11029, 9696, 13243, 12082, 14767, 11629, 14519, 10912, 14131, 11028, 13819, 10596, 12221, 8545, 11435, 7508, 10947, 7383, 9985, 7577, 8599, 7478, 7614, 7011, 7203, 6867, 9534, 7187, 10422, 8234, 8838, 8342, 8114, 7811, 7556, 8244, 7524, 9706, 7262, 11461, 7666, 12013, 8680, 11144, 9132, 11975, 9593, 12718, 9275, 11674, 8754, 10180, 9442, 8003, 9352, 7961, 8503, 7547, 6408, 9618, 6788, 12042, 8075, 9993, 9228, 7098, 10009, 7397, 12400, 7913, 7327, 8852, 7891, 7441, 8197, 7947, 11338, 11613, 9995, 13588, 10744, 7513, 12949, 10061, 7146, 13209, 9830, 7116, 12340, 8537, 9671, 10793, 8799, 13391, 10012, 14215, 9391, 11051, 8981, 6808, 9476, 7314, 6733, 7357, 6266, 10231, 6831, 10145, 6964, 7170, 7443, 6359, 14701, 8591, 11425, 9082, 7248, 9849, 7249, 11112, 8440, 10030, 8271, 8956, 8797, 7240, 10692, 6800, 11412, 8283, 10670, 7494, 6487, 7458, 7776, 9989, 7826, 7491, 7928, 9004, 12664, 14104, 10980, 13469, 10443, 8060, 11025, 8147, 6753, 10814, 6941, 7339, 7702, 7915, 6756, 9409, 7792, 7217, 9023, 9067, 8177, 12528, 10837, 9838, 14321, 11142, 10670, 14166, 10977, 15299, 11210, 11264, 11700, 8325, 14004, 8214, 7200, 8306, 6837, 10404, 7715, 9735, 7420, 6387, 7063, 6443, 8053, 6834, 6641, 6942, 6310, 7940, 6460, 10429, 6852, 11395, 8089, 7634, 7534, 6782, 9511, 6945, 11454, 8219, 10799, 7372, 10323, 7273, 9570, 7630, 6896, 7310, 6636, 9308, 6785, 10422, 7497, 11314, 7368, 10648, 7358, 9991, 7279, 7672, 6739, 6952, 6695, 6781, 8929, 6355, 10869, 7102, 10776, 7092, 10698, 7917, 11071, 8018, 10895, 8045, 8461, 7308, 8025, 8193, 6928, 7016, 9795, 7771, 8874, 10723, 9094, 9404, 10411, 8013, 13105, 11030, 11427, 11794, 11421, 11581, 12046, 9814, 7138, 7803, 7332, 10644, 7138, 6953, 7303, 6711, 9550, 6721, 7241, 7265, 6192, 7316, 7265, 6726, 10200, 8029, 6484, 12902, 9629, 7692, 10890, 9171, 11511, 11511, 10366, 7882, 8786, 7196, 9415, 7163, 11789, 6773, 8791, 6985, 6709, 7446, 6392, 7931, 6399, 8432, 7244, 8014, 11257, 7789, 10894, 8333, 11914, 9374, 7871, 10574, 7369, 12212, 9332, 13516, 9859, 11831, 8277, 7151, 10716, 8349, 13082, 7671, 8860, 7805, 7120, 11343, 8616, 13289, 8892, 7488, 9979, 7242, 12416, 8455, 8271, 8612, 6584, 11892, 8388, 12913, 8223, 7088, 9215, 7045, 12050, 8144, 12713, 8289, 11681, 7939, 8789, 7891, 7372, 8479, 6867, 7526, 7079, 6856, 9897, 6875, 12442, 8586, 12359, 8914, 10945, 7987, 10429, 8432, 6835, 9184, 6781, 9265, 6616, 10130, 6670, 11101, 10086, 7564, 6803, 8168, 6945, 6983, 6913, 6617, 7151, 6916, 11291, 7229, 12013, 7655, 11385, 8555, 10760, 8233, 11708, 8922, 6856, 11290, 7719, 10700, 8705, 9775, 9972, 9976, 10728, 11829, 9443, 11693, 9056, 8603, 8122, 6915, 8704, 7122, 9973, 6654, 9973, 6602, 10114, 7184, 11582, 6984, 11570, 7245, 12177, 8494, 12026, 8876, 12461, 8841, 11750, 8757, 11496, 8693, 12051, 8634, 12007, 8719, 10915, 8187, 11279, 8141, 9963, 8289, 7314, 8448, 6895, 10528, 6914, 11523, 7865, 11944, 8307, 12604, 8538, 9324, 8002, 7990, 8356, 7461, 10442, 6799, 11555, 7711, 11918, 8058, 11141, 7620, 6647, 8766, 7232, 11885, 8537, 12122, 8842, 10842, 8402, 7275, 9852, 6909, 10936, 7254, 11850, 7588, 11128, 7927, 11675, 7858, 9236, 7781, 6863, 7592, 6878, 10860, 7407, 12424, 7770, 13057, 8936, 9951, 8363, 7343, 8860, 7302, 11697, 7369, 12602, 8491, 13003, 9167, 11802, 8545, 9918, 8415, 7085, 10636, 7616, 6420, 7926, 7071, 9346, 10444, 9601, 15958, 12200, 14564, 10565, 9058, 8472, 6245, 13486, 12856, 12576, 10510, 8457, 10346, 16707, 17663, 15478, 15597, 14016, 16676, 13861, 11584, 14251, 10444, 14217, 11539, 7071, 9856, 8045, 8142, 8635, 8104, 7003, 9367, 9132, 9802, 12267, 12585, 10292, 9444, 14833, 11063, 9362, 15724, 11390, 12142, 12048, 9285, 13992, 10039, 14533, 8849, 8454, 10683, 7841, 8218, 8119, 7041, 10193, 7221, 6763, 6124, 7022, 6956, 11851, 9302, 11306, 11199, 11326, 13173, 10720, 13442, 9918, 14443, 10310, 14049, 10677], 'WindowCenter': [3844.0, 3841.0, 3819.0, 3859.0, 3828.0, 3878.0, 3827.0, 3846.0, 3825.0, 3814.0, 3846.0, 3815.0, 3867.0, 3816.0, 3870.0, 3827.0, 3867.0, 3825.0, 3813.0, 3848.0, 3838.0, 3879.0, 3860.0, 3864.0, 3897.0, 3887.0, 3919.0, 3887.0, 3906.0, 3874.0, 3906.0, 3875.0, 3918.0, 3875.0, 3895.0, 3704.0, 3786.0, 3783.0, 3859.0, 3857.0, 3850.0, 3843.0, 3819.0, 3852.0, 3835.0, 3827.0, 3893.0, 3875.0, 3866.0, 3927.0, 3876.0, 3926.0, 3884.0, 3924.0, 3883.0, 3889.0, 3869.0, 3856.0, 3868.0, 3838.0, 3890.0, 3836.0, 3876.0, 3834.0, 3878.0, 3847.0, 3857.0, 3836.0, 3835.0, 3837.0, 3838.0, 3880.0, 3837.0, 3902.0, 3859.0, 3899.0, 3859.0, 3901.0, 3857.0, 3899.0, 3857.0, 3900.0, 3869.0, 3890.0, 3870.0, 3889.0, 3859.0, 3890.0, 3860.0, 3870.0, 3848.0, 3860.0, 3859.0, 3869.0, 3869.0, 3837.0, 3868.0, 3836.0, 3869.0, 3848.0, 3868.0, 3825.0, 3880.0, 3825.0, 3880.0, 3838.0, 3891.0, 3860.0, 3902.0, 3860.0, 3891.0, 3861.0, 3901.0, 3861.0, 3890.0, 3859.0, 3848.0, 3850.0, 3830.0, 3872.0, 3850.0, 3892.0, 3874.0, 3903.0, 3863.0, 3892.0, 3862.0, 3892.0, 3850.0, 3891.0, 3864.0, 3902.0, 3861.0, 3879.0, 3849.0, 3840.0, 3849.0, 3830.0, 3850.0, 3850.0, 3871.0, 3862.0, 3893.0, 3875.0, 3920.0, 3933.0, 3932.0, 3928.0, 3891.0, 3890.0, 3816.0, 3859.0, 3928.0, 3885.0, 3946.0, 3889.0, 3847.0, 3917.0, 3860.0, 3889.0, 3867.0, 3822.0, 3836.0, 3820.0, 3886.0, 3841.0, 3823.0, 3859.0, 3818.0, 3799.0, 3852.0, 3821.0, 3853.0, 3828.0, 3782.0, 3843.0, 3863.0, 3905.0, 3887.0, 3852.0, 3883.0, 3873.0, 3851.0, 3872.0, 3883.0, 3862.0, 3922.0, 3939.0, 3877.0, 3890.0, 3843.0, 3809.0, 3812.0, 3784.0, 3787.0, 3852.0, 3820.0, 3778.0, 3851.0, 3833.0, 3814.0, 3856.0, 3836.0, 3858.0, 3837.0, 3808.0, 3882.0, 3851.0, 3883.0, 3853.0, 3842.0, 3883.0, 3842.0, 3883.0, 3853.0, 3844.0, 3876.0, 3856.0, 3908.0, 3866.0, 3896.0, 3867.0, 3896.0, 3878.0, 3897.0, 3867.0, 3876.0, 3846.0, 3858.0, 3858.0, 3836.0, 3878.0, 3846.0, 3899.0, 3859.0, 3910.0, 3882.0, 3870.0, 3871.0, 3850.0, 3913.0, 3871.0, 3913.0, 3859.0, 3901.0, 3861.0, 3913.0, 3869.0, 3901.0, 3849.0, 3913.0, 3873.0, 3902.0, 3860.0, 3851.0, 3882.0, 3863.0, 3926.0, 3896.0, 3926.0, 3881.0, 3870.0, 3894.0, 3881.0, 3938.0, 3882.0, 3872.0, 3922.0, 3881.0, 3896.0, 3914.0, 3885.0, 3926.0, 3925.0, 3882.0, 3934.0, 3904.0, 3904.0, 3913.0, 3869.0, 3910.0, 3879.0, 3880.0, 3892.0, 3848.0, 3910.0, 3859.0, 3827.0, 3878.0, 3836.0, 3877.0, 3847.0, 3827.0, 3889.0, 3826.0, 3898.0, 3846.0, 3846.0, 3847.0, 3815.0, 3888.0, 3837.0, 3899.0, 3847.0, 3816.0, 3848.0, 3826.0, 3900.0, 3861.0, 3901.0, 3848.0, 3898.0, 3849.0, 3901.0, 3859.0, 3826.0, 3837.0, 3826.0, 3870.0, 3829.0, 3901.0, 3829.0, 3901.0, 3862.0, 3913.0, 3873.0, 3891.0, 3861.0, 3881.0, 3862.0, 3863.0, 3904.0, 3841.0, 3925.0, 3884.0, 3937.0, 3906.0, 3894.0, 3893.0, 3873.0, 3926.0, 3904.0, 3925.0, 3894.0, 3913.0, 3894.0, 3905.0, 3881.0, 3858.0, 3869.0, 3839.0, 3892.0, 3828.0, 3890.0, 3815.0, 3879.0, 3840.0, 3900.0, 3861.0, 3890.0, 3837.0, 3849.0, 3861.0, 3829.0, 3912.0, 3850.0, 3901.0, 3883.0, 3872.0, 3904.0, 3849.0, 3912.0, 3881.0, 3911.0, 3882.0, 3860.0, 3859.0, 3843.0, 3930.0, 3885.0, 3870.0, 3858.0, 3801.0, 3867.0, 3840.0, 3885.0, 3887.0, 3864.0, 3904.0, 3818.0, 3823.0, 3880.0, 3836.0, 3825.0, 3847.0, 3878.0, 3858.0, 3900.0, 3881.0, 3909.0, 3876.0, 3874.0, 3874.0, 3842.0, 3852.0, 3854.0, 3823.0, 3876.0, 3855.0, 3825.0, 3885.0, 3835.0, 3897.0, 3843.0, 3898.0, 3855.0, 3897.0, 3833.0, 3896.0, 3845.0, 3899.0, 3857.0, 3887.0, 3846.0, 3878.0, 3848.0, 3881.0, 3862.0, 3852.0, 3872.0, 3841.0, 3927.0, 3898.0, 3949.0, 3918.0, 3926.0, 3896.0, 3916.0, 3907.0, 3927.0, 3907.0, 3893.0, 3893.0, 3880.0, 3903.0, 3883.0, 3905.0, 3850.0, 3890.0, 3839.0, 3902.0, 3863.0, 3852.0, 3863.0, 3816.0, 3792.0, 3809.0, 3877.0, 3853.0, 3909.0, 3887.0, 3876.0, 3855.0, 3824.0, 3900.0, 3883.0, 3913.0, 3884.0, 3913.0, 3882.0, 3912.0, 3879.0, 3897.0, 3845.0, 3874.0, 3835.0, 3879.0, 3870.0, 3837.0, 3857.0, 3848.0, 3889.0, 3848.0, 3836.0, 3857.0, 3826.0, 3912.0, 3882.0, 3902.0, 3880.0, 3869.0, 3901.0, 3869.0, 3912.0, 3895.0, 3912.0, 3869.0, 3881.0, 3867.0, 3835.0, 3877.0, 3848.0, 3839.0, 3880.0, 3836.0, 3898.0, 3848.0, 3888.0, 3858.0, 3857.0, 3876.0, 3823.0, 3876.0, 3836.0, 3827.0, 3856.0, 3823.0, 3875.0, 3837.0, 3856.0, 3848.0, 3823.0, 3853.0, 3823.0, 3818.0, 3847.0, 3838.0, 3902.0, 3868.0, 3869.0, 3879.0, 3838.0, 3890.0, 3861.0, 3852.0, 3881.0, 3850.0, 3902.0, 3891.0, 3889.0, 3847.0, 3815.0, 3841.0, 3803.0, 3799.0, 3794.0, 3778.0, 3809.0, 3877.0, 3856.0, 3885.0, 3878.0, 3854.0, 3888.0, 3881.0, 3860.0, 3903.0, 3891.0, 3900.0, 3866.0, 3875.0, 3852.0, 3860.0, 3838.0, 3860.0, 3838.0, 3846.0, 3804.0, 3835.0, 3785.0, 3835.0, 3783.0, 3813.0, 3792.0, 3802.0, 3795.0, 3807.0, 3796.0, 3797.0, 3787.0, 3839.0, 3798.0, 3851.0, 3833.0, 3842.0, 3832.0, 3821.0, 3823.0, 3825.0, 3833.0, 3824.0, 3858.0, 3826.0, 3891.0, 3840.0, 3904.0, 3860.0, 3879.0, 3861.0, 3903.0, 3872.0, 3901.0, 3861.0, 3891.0, 3863.0, 3884.0, 3873.0, 3851.0, 3872.0, 3851.0, 3874.0, 3863.0, 3833.0, 3882.0, 3842.0, 3904.0, 3848.0, 3883.0, 3872.0, 3801.0, 3872.0, 3800.0, 3886.0, 3848.0, 3838.0, 3856.0, 3846.0, 3835.0, 3846.0, 3850.0, 3891.0, 3891.0, 3882.0, 3915.0, 3906.0, 3852.0, 3912.0, 3880.0, 3837.0, 3915.0, 3882.0, 3838.0, 3899.0, 3857.0, 3868.0, 3879.0, 3858.0, 3898.0, 3867.0, 3898.0, 3856.0, 3864.0, 3843.0, 3800.0, 3852.0, 3823.0, 3828.0, 3835.0, 3816.0, 3866.0, 3815.0, 3867.0, 3827.0, 3838.0, 3851.0, 3830.0, 3926.0, 3874.0, 3891.0, 3871.0, 3852.0, 3881.0, 3840.0, 3890.0, 3861.0, 3881.0, 3861.0, 3870.0, 3861.0, 3840.0, 3894.0, 3830.0, 3903.0, 3861.0, 3895.0, 3737.0, 3813.0, 3880.0, 3867.0, 3866.0, 3820.0, 3836.0, 3846.0, 3854.0, 3903.0, 3901.0, 3881.0, 3901.0, 3881.0, 3838.0, 3878.0, 3861.0, 3843.0, 3892.0, 3852.0, 3850.0, 3861.0, 3845.0, 3826.0, 3866.0, 3845.0, 3837.0, 3870.0, 3870.0, 3871.0, 3913.0, 3904.0, 3880.0, 3924.0, 3892.0, 3879.0, 3911.0, 3877.0, 3897.0, 3866.0, 3867.0, 3865.0, 3823.0, 3872.0, 3808.0, 3795.0, 3807.0, 3775.0, 3837.0, 3806.0, 3827.0, 3797.0, 3775.0, 3796.0, 3776.0, 3806.0, 3787.0, 3798.0, 3811.0, 3800.0, 3833.0, 3803.0, 3865.0, 3814.0, 3877.0, 3836.0, 3823.0, 3823.0, 3813.0, 3857.0, 3826.0, 3890.0, 3848.0, 3877.0, 3826.0, 3868.0, 3826.0, 3870.0, 3839.0, 3828.0, 3838.0, 3830.0, 3870.0, 3828.0, 3881.0, 3839.0, 3890.0, 3838.0, 3880.0, 3839.0, 3882.0, 3841.0, 3851.0, 3830.0, 3841.0, 3830.0, 3842.0, 3875.0, 3833.0, 3906.0, 3854.0, 3905.0, 3855.0, 3907.0, 3865.0, 3918.0, 3864.0, 3906.0, 3876.0, 3888.0, 3865.0, 3873.0, 3861.0, 3854.0, 3854.0, 3897.0, 3879.0, 3889.0, 3908.0, 3889.0, 3887.0, 3907.0, 3879.0, 3930.0, 3910.0, 3905.0, 3905.0, 3904.0, 3906.0, 3891.0, 3869.0, 3840.0, 3839.0, 3825.0, 3879.0, 3815.0, 3812.0, 3826.0, 3817.0, 3859.0, 3828.0, 3838.0, 3836.0, 3807.0, 3840.0, 3838.0, 3829.0, 3893.0, 3851.0, 3833.0, 3915.0, 3871.0, 3850.0, 3894.0, 3873.0, 3892.0, 3880.0, 3867.0, 3824.0, 3833.0, 3812.0, 3858.0, 3827.0, 3878.0, 3814.0, 3844.0, 3813.0, 3826.0, 3838.0, 3818.0, 3848.0, 3818.0, 3860.0, 3852.0, 3866.0, 3894.0, 3850.0, 3896.0, 3820.0, 3889.0, 3899.0, 3861.0, 3879.0, 3836.0, 3889.0, 3870.0, 3911.0, 3881.0, 3888.0, 3847.0, 3838.0, 3891.0, 3858.0, 3899.0, 3836.0, 3856.0, 3835.0, 3826.0, 3891.0, 3859.0, 3910.0, 3868.0, 3837.0, 3866.0, 3851.0, 3899.0, 3858.0, 3859.0, 3857.0, 3826.0, 3901.0, 3860.0, 3900.0, 3846.0, 3827.0, 3867.0, 3838.0, 3900.0, 3847.0, 3897.0, 3847.0, 3887.0, 3847.0, 3845.0, 3836.0, 3825.0, 3845.0, 3828.0, 3849.0, 3838.0, 3826.0, 3879.0, 3828.0, 3913.0, 3872.0, 3902.0, 3871.0, 3890.0, 3847.0, 3879.0, 3859.0, 3826.0, 3866.0, 3814.0, 3856.0, 3825.0, 3868.0, 3826.0, 3879.0, 3867.0, 3835.0, 3827.0, 3859.0, 3840.0, 3838.0, 3838.0, 3827.0, 3853.0, 3864.0, 3905.0, 3852.0, 3913.0, 3850.0, 3902.0, 3873.0, 3905.0, 3873.0, 3915.0, 3885.0, 3854.0, 3904.0, 3863.0, 3904.0, 3885.0, 3894.0, 3894.0, 3893.0, 3892.0, 3905.0, 3883.0, 3902.0, 3870.0, 3857.0, 3846.0, 3837.0, 3870.0, 3838.0, 3880.0, 3826.0, 3879.0, 3826.0, 3892.0, 3840.0, 3902.0, 3837.0, 3889.0, 3837.0, 3912.0, 3871.0, 3901.0, 3869.0, 3900.0, 3871.0, 3914.0, 3872.0, 3901.0, 3871.0, 3900.0, 3872.0, 3913.0, 3872.0, 3890.0, 3859.0, 3890.0, 3861.0, 3882.0, 3859.0, 3838.0, 3858.0, 3837.0, 3891.0, 3839.0, 3891.0, 3848.0, 3889.0, 3860.0, 3914.0, 3871.0, 3869.0, 3849.0, 3860.0, 3872.0, 3851.0, 3894.0, 3830.0, 3901.0, 3862.0, 3902.0, 3862.0, 3891.0, 3836.0, 3828.0, 3860.0, 3839.0, 3890.0, 3859.0, 3888.0, 3870.0, 3904.0, 3861.0, 3840.0, 3879.0, 3825.0, 3891.0, 3839.0, 3900.0, 3836.0, 3878.0, 3847.0, 3901.0, 3849.0, 3868.0, 3837.0, 3816.0, 3850.0, 3827.0, 3889.0, 3835.0, 3897.0, 3849.0, 3913.0, 3871.0, 3879.0, 3847.0, 3838.0, 3871.0, 3838.0, 3901.0, 3837.0, 3901.0, 3871.0, 3913.0, 3872.0, 3902.0, 3873.0, 3883.0, 3871.0, 3851.0, 3889.0, 3832.0, 3784.0, 3813.0, 3806.0, 3876.0, 3897.0, 3876.0, 3928.0, 3896.0, 3917.0, 3889.0, 3877.0, 3878.0, 3807.0, 3928.0, 3905.0, 3893.0, 3870.0, 3813.0, 3764.0, 3917.0, 3900.0, 3894.0, 3893.0, 3883.0, 3911.0, 3875.0, 3863.0, 3884.0, 3839.0, 3869.0, 3847.0, 3783.0, 3824.0, 3804.0, 3790.0, 3798.0, 3788.0, 3769.0, 3812.0, 3814.0, 3826.0, 3848.0, 3858.0, 3839.0, 3839.0, 3881.0, 3861.0, 3840.0, 3893.0, 3861.0, 3861.0, 3848.0, 3816.0, 3882.0, 3852.0, 3885.0, 3842.0, 3831.0, 3849.0, 3818.0, 3818.0, 3818.0, 3799.0, 3811.0, 3755.0, 3791.0, 3780.0, 3800.0, 3800.0, 3874.0, 3845.0, 3865.0, 3853.0, 3864.0, 3874.0, 3855.0, 3876.0, 3843.0, 3898.0, 3852.0, 3874.0, 3841.0], 'WindowWidth': [8643.0, 8632.0, 8597.0, 8649.0, 8607.0, 8671.0, 8602.0, 8625.0, 8595.0, 8581.0, 8627.0, 8584.0, 8655.0, 8590.0, 8667.0, 8604.0, 8656.0, 8601.0, 8578.0, 8636.0, 8621.0, 8678.0, 8655.0, 8670.0, 8719.0, 8703.0, 8751.0, 8702.0, 8728.0, 8680.0, 8729.0, 8683.0, 8745.0, 8682.0, 8710.0, 8366.0, 8543.0, 8532.0, 8639.0, 8637.0, 8616.0, 8615.0, 8577.0, 8625.0, 8609.0, 8604.0, 8703.0, 8686.0, 8672.0, 8758.0, 8689.0, 8758.0, 8697.0, 8750.0, 8690.0, 8692.0, 8664.0, 8644.0, 8663.0, 8624.0, 8696.0, 8616.0, 8670.0, 8612.0, 8675.0, 8633.0, 8646.0, 8616.0, 8615.0, 8619.0, 8624.0, 8681.0, 8620.0, 8714.0, 8652.0, 8707.0, 8655.0, 8711.0, 8646.0, 8704.0, 8647.0, 8709.0, 8667.0, 8695.0, 8668.0, 8694.0, 8651.0, 8698.0, 8654.0, 8667.0, 8636.0, 8657.0, 8651.0, 8669.0, 8664.0, 8620.0, 8660.0, 8616.0, 8665.0, 8638.0, 8662.0, 8600.0, 8681.0, 8602.0, 8679.0, 8624.0, 8699.0, 8654.0, 8714.0, 8653.0, 8697.0, 8660.0, 8711.0, 8659.0, 8694.0, 8653.0, 8638.0, 8642.0, 8615.0, 8674.0, 8641.0, 8700.0, 8679.0, 8716.0, 8665.0, 8701.0, 8661.0, 8699.0, 8639.0, 8696.0, 8667.0, 8715.0, 8657.0, 8678.0, 8636.0, 8628.0, 8637.0, 8615.0, 8640.0, 8639.0, 8671.0, 8662.0, 8703.0, 8688.0, 8754.0, 8801.0, 8791.0, 8776.0, 8712.0, 8687.0, 8585.0, 8671.0, 8780.0, 8713.0, 8796.0, 8705.0, 8646.0, 8739.0, 8648.0, 8686.0, 8655.0, 8588.0, 8594.0, 8580.0, 8682.0, 8613.0, 8593.0, 8634.0, 8581.0, 8557.0, 8630.0, 8590.0, 8630.0, 8591.0, 8521.0, 8599.0, 8643.0, 8710.0, 8683.0, 8627.0, 8676.0, 8658.0, 8626.0, 8657.0, 8676.0, 8645.0, 8747.0, 8786.0, 8674.0, 8678.0, 8601.0, 8549.0, 8533.0, 8501.0, 8509.0, 8607.0, 8561.0, 8504.0, 8607.0, 8587.0, 8561.0, 8622.0, 8595.0, 8627.0, 8598.0, 8560.0, 8666.0, 8625.0, 8671.0, 8628.0, 8615.0, 8671.0, 8614.0, 8672.0, 8630.0, 8621.0, 8666.0, 8641.0, 8714.0, 8653.0, 8695.0, 8655.0, 8696.0, 8672.0, 8697.0, 8655.0, 8668.0, 8625.0, 8646.0, 8646.0, 8614.0, 8673.0, 8629.0, 8703.0, 8650.0, 8721.0, 8685.0, 8668.0, 8669.0, 8640.0, 8730.0, 8670.0, 8732.0, 8651.0, 8709.0, 8658.0, 8730.0, 8667.0, 8712.0, 8638.0, 8730.0, 8677.0, 8714.0, 8655.0, 8645.0, 8687.0, 8664.0, 8754.0, 8714.0, 8752.0, 8681.0, 8658.0, 8703.0, 8701.0, 8776.0, 8690.0, 8676.0, 8742.0, 8684.0, 8714.0, 8733.0, 8697.0, 8756.0, 8750.0, 8688.0, 8764.0, 8722.0, 8722.0, 8734.0, 8666.0, 8724.0, 8679.0, 8682.0, 8702.0, 8635.0, 8725.0, 8652.0, 8604.0, 8674.0, 8616.0, 8672.0, 8632.0, 8604.0, 8689.0, 8603.0, 8704.0, 8628.0, 8628.0, 8632.0, 8585.0, 8686.0, 8617.0, 8703.0, 8629.0, 8587.0, 8633.0, 8604.0, 8708.0, 8659.0, 8708.0, 8635.0, 8701.0, 8637.0, 8712.0, 8652.0, 8604.0, 8616.0, 8603.0, 8666.0, 8612.0, 8709.0, 8614.0, 8709.0, 8660.0, 8731.0, 8675.0, 8697.0, 8657.0, 8684.0, 8661.0, 8663.0, 8719.0, 8633.0, 8747.0, 8692.0, 8769.0, 8725.0, 8705.0, 8701.0, 8675.0, 8754.0, 8719.0, 8749.0, 8705.0, 8733.0, 8707.0, 8724.0, 8686.0, 8649.0, 8664.0, 8625.0, 8699.0, 8609.0, 8694.0, 8587.0, 8676.0, 8627.0, 8708.0, 8656.0, 8693.0, 8619.0, 8638.0, 8658.0, 8613.0, 8725.0, 8640.0, 8711.0, 8690.0, 8673.0, 8717.0, 8637.0, 8725.0, 8681.0, 8724.0, 8684.0, 8651.0, 8650.0, 8637.0, 8765.0, 8694.0, 8663.0, 8643.0, 8560.0, 8659.0, 8629.0, 8698.0, 8706.0, 8669.0, 8723.0, 8570.0, 8592.0, 8679.0, 8612.0, 8597.0, 8630.0, 8674.0, 8647.0, 8706.0, 8683.0, 8718.0, 8666.0, 8660.0, 8664.0, 8618.0, 8629.0, 8634.0, 8592.0, 8670.0, 8640.0, 8597.0, 8678.0, 8612.0, 8697.0, 8619.0, 8698.0, 8636.0, 8695.0, 8606.0, 8696.0, 8624.0, 8701.0, 8642.0, 8684.0, 8632.0, 8673.0, 8634.0, 8684.0, 8661.0, 8645.0, 8673.0, 8631.0, 8753.0, 8719.0, 8790.0, 8744.0, 8752.0, 8713.0, 8736.0, 8726.0, 8757.0, 8728.0, 8704.0, 8700.0, 8680.0, 8716.0, 8690.0, 8721.0, 8640.0, 8693.0, 8624.0, 8714.0, 8662.0, 8648.0, 8662.0, 8580.0, 8537.0, 8553.0, 8665.0, 8626.0, 8715.0, 8680.0, 8662.0, 8634.0, 8592.0, 8704.0, 8686.0, 8731.0, 8692.0, 8731.0, 8686.0, 8732.0, 8680.0, 8699.0, 8623.0, 8660.0, 8612.0, 8677.0, 8666.0, 8620.0, 8646.0, 8637.0, 8692.0, 8638.0, 8619.0, 8645.0, 8604.0, 8726.0, 8687.0, 8715.0, 8680.0, 8663.0, 8711.0, 8666.0, 8727.0, 8709.0, 8728.0, 8663.0, 8683.0, 8657.0, 8611.0, 8671.0, 8634.0, 8626.0, 8680.0, 8617.0, 8701.0, 8634.0, 8688.0, 8647.0, 8644.0, 8666.0, 8591.0, 8668.0, 8616.0, 8608.0, 8643.0, 8594.0, 8664.0, 8617.0, 8640.0, 8636.0, 8592.0, 8629.0, 8588.0, 8576.0, 8631.0, 8621.0, 8712.0, 8657.0, 8656.0, 8673.0, 8617.0, 8690.0, 8654.0, 8643.0, 8681.0, 8637.0, 8713.0, 8692.0, 8687.0, 8628.0, 8587.0, 8609.0, 8547.0, 8557.0, 8541.0, 8508.0, 8571.0, 8671.0, 8642.0, 8673.0, 8671.0, 8631.0, 8683.0, 8681.0, 8648.0, 8712.0, 8693.0, 8705.0, 8651.0, 8662.0, 8622.0, 8632.0, 8597.0, 8631.0, 8595.0, 8604.0, 8545.0, 8585.0, 8522.0, 8586.0, 8515.0, 8552.0, 8527.0, 8541.0, 8535.0, 8558.0, 8539.0, 8541.0, 8530.0, 8600.0, 8547.0, 8622.0, 8601.0, 8611.0, 8599.0, 8582.0, 8587.0, 8593.0, 8603.0, 8592.0, 8642.0, 8599.0, 8694.0, 8624.0, 8714.0, 8649.0, 8674.0, 8651.0, 8713.0, 8669.0, 8707.0, 8652.0, 8691.0, 8658.0, 8687.0, 8673.0, 8642.0, 8669.0, 8640.0, 8679.0, 8665.0, 8625.0, 8688.0, 8634.0, 8718.0, 8635.0, 8686.0, 8669.0, 8554.0, 8669.0, 8550.0, 8680.0, 8631.0, 8620.0, 8641.0, 8627.0, 8611.0, 8627.0, 8638.0, 8698.0, 8695.0, 8686.0, 8737.0, 8724.0, 8647.0, 8729.0, 8683.0, 8620.0, 8736.0, 8686.0, 8622.0, 8705.0, 8646.0, 8660.0, 8676.0, 8646.0, 8703.0, 8654.0, 8701.0, 8637.0, 8644.0, 8616.0, 8556.0, 8628.0, 8591.0, 8610.0, 8615.0, 8591.0, 8655.0, 8586.0, 8655.0, 8606.0, 8621.0, 8645.0, 8617.0, 8753.0, 8678.0, 8696.0, 8671.0, 8645.0, 8683.0, 8626.0, 8691.0, 8654.0, 8682.0, 8656.0, 8667.0, 8655.0, 8624.0, 8702.0, 8613.0, 8716.0, 8657.0, 8707.0, 8426.0, 8593.0, 8705.0, 8676.0, 8652.0, 8581.0, 8618.0, 8631.0, 8635.0, 8712.0, 8708.0, 8680.0, 8708.0, 8680.0, 8615.0, 8671.0, 8656.0, 8639.0, 8701.0, 8651.0, 8642.0, 8658.0, 8628.0, 8603.0, 8655.0, 8629.0, 8622.0, 8672.0, 8670.0, 8675.0, 8736.0, 8722.0, 8682.0, 8753.0, 8704.0, 8677.0, 8727.0, 8672.0, 8702.0, 8654.0, 8654.0, 8648.0, 8585.0, 8649.0, 8554.0, 8534.0, 8553.0, 8507.0, 8593.0, 8552.0, 8580.0, 8541.0, 8512.0, 8540.0, 8514.0, 8554.0, 8531.0, 8550.0, 8569.0, 8556.0, 8603.0, 8563.0, 8647.0, 8580.0, 8668.0, 8611.0, 8591.0, 8590.0, 8578.0, 8639.0, 8599.0, 8687.0, 8630.0, 8668.0, 8601.0, 8658.0, 8602.0, 8665.0, 8622.0, 8608.0, 8619.0, 8611.0, 8665.0, 8607.0, 8681.0, 8624.0, 8692.0, 8620.0, 8677.0, 8624.0, 8685.0, 8630.0, 8644.0, 8613.0, 8629.0, 8614.0, 8636.0, 8680.0, 8623.0, 8726.0, 8654.0, 8721.0, 8660.0, 8729.0, 8670.0, 8745.0, 8667.0, 8726.0, 8688.0, 8709.0, 8672.0, 8677.0, 8656.0, 8652.0, 8652.0, 8715.0, 8698.0, 8707.0, 8730.0, 8705.0, 8702.0, 8728.0, 8694.0, 8768.0, 8737.0, 8723.0, 8719.0, 8720.0, 8725.0, 8697.0, 8663.0, 8627.0, 8623.0, 8594.0, 8675.0, 8582.0, 8572.0, 8595.0, 8589.0, 8645.0, 8607.0, 8622.0, 8614.0, 8577.0, 8623.0, 8621.0, 8610.0, 8702.0, 8644.0, 8624.0, 8734.0, 8670.0, 8641.0, 8705.0, 8674.0, 8702.0, 8677.0, 8655.0, 8590.0, 8601.0, 8572.0, 8645.0, 8604.0, 8669.0, 8581.0, 8619.0, 8577.0, 8603.0, 8619.0, 8596.0, 8633.0, 8595.0, 8653.0, 8648.0, 8668.0, 8704.0, 8638.0, 8710.0, 8574.0, 8692.0, 8725.0, 8658.0, 8676.0, 8614.0, 8689.0, 8666.0, 8726.0, 8684.0, 8687.0, 8630.0, 8624.0, 8698.0, 8649.0, 8704.0, 8614.0, 8641.0, 8610.0, 8602.0, 8699.0, 8652.0, 8722.0, 8661.0, 8619.0, 8656.0, 8644.0, 8704.0, 8651.0, 8649.0, 8646.0, 8602.0, 8710.0, 8654.0, 8706.0, 8630.0, 8605.0, 8657.0, 8623.0, 8708.0, 8634.0, 8700.0, 8630.0, 8684.0, 8631.0, 8627.0, 8616.0, 8599.0, 8626.0, 8609.0, 8643.0, 8623.0, 8604.0, 8677.0, 8609.0, 8729.0, 8674.0, 8714.0, 8667.0, 8692.0, 8632.0, 8679.0, 8649.0, 8603.0, 8655.0, 8584.0, 8642.0, 8600.0, 8660.0, 8602.0, 8674.0, 8654.0, 8611.0, 8607.0, 8655.0, 8631.0, 8623.0, 8623.0, 8609.0, 8656.0, 8671.0, 8725.0, 8652.0, 8731.0, 8643.0, 8712.0, 8678.0, 8722.0, 8677.0, 8741.0, 8698.0, 8657.0, 8721.0, 8667.0, 8721.0, 8698.0, 8709.0, 8708.0, 8704.0, 8702.0, 8724.0, 8691.0, 8716.0, 8667.0, 8644.0, 8628.0, 8620.0, 8669.0, 8623.0, 8679.0, 8603.0, 8677.0, 8603.0, 8700.0, 8631.0, 8713.0, 8621.0, 8692.0, 8619.0, 8729.0, 8673.0, 8710.0, 8666.0, 8706.0, 8671.0, 8735.0, 8675.0, 8711.0, 8670.0, 8709.0, 8673.0, 8732.0, 8673.0, 8695.0, 8651.0, 8695.0, 8660.0, 8687.0, 8653.0, 8622.0, 8648.0, 8620.0, 8698.0, 8627.0, 8698.0, 8635.0, 8691.0, 8655.0, 8735.0, 8673.0, 8666.0, 8638.0, 8655.0, 8677.0, 8645.0, 8707.0, 8615.0, 8710.0, 8664.0, 8714.0, 8661.0, 8700.0, 8616.0, 8610.0, 8656.0, 8625.0, 8694.0, 8651.0, 8692.0, 8668.0, 8721.0, 8660.0, 8629.0, 8679.0, 8602.0, 8697.0, 8624.0, 8708.0, 8617.0, 8672.0, 8633.0, 8711.0, 8638.0, 8662.0, 8618.0, 8589.0, 8641.0, 8608.0, 8691.0, 8614.0, 8701.0, 8639.0, 8730.0, 8670.0, 8678.0, 8633.0, 8622.0, 8673.0, 8624.0, 8710.0, 8620.0, 8710.0, 8671.0, 8731.0, 8674.0, 8713.0, 8676.0, 8691.0, 8674.0, 8647.0, 8693.0, 8604.0, 8526.0, 8561.0, 8564.0, 8675.0, 8707.0, 8675.0, 8747.0, 8701.0, 8733.0, 8694.0, 8680.0, 8688.0, 8576.0, 8758.0, 8723.0, 8701.0, 8664.0, 8570.0, 8460.0, 8735.0, 8695.0, 8692.0, 8688.0, 8675.0, 8729.0, 8663.0, 8643.0, 8672.0, 8604.0, 8649.0, 8608.0, 8516.0, 8576.0, 8548.0, 8522.0, 8528.0, 8514.0, 8491.0, 8554.0, 8558.0, 8576.0, 8609.0, 8622.0, 8602.0, 8603.0, 8664.0, 8635.0, 8606.0, 8681.0, 8634.0, 8633.0, 8611.0, 8565.0, 8668.0, 8628.0, 8678.0, 8615.0, 8596.0, 8616.0, 8573.0, 8572.0, 8573.0, 8551.0, 8547.0, 8464.0, 8544.0, 8526.0, 8552.0, 8550.0, 8654.0, 8618.0, 8643.0, 8624.0, 8641.0, 8657.0, 8630.0, 8661.0, 8613.0, 8699.0, 8624.0, 8658.0, 8606.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.008217182368193604</td></tr>
<tr><td colspan=3>aqi</td><td>0.0969276735522904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.713715272586604</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1214870179584786</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0312484404671287</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>4777.5742</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.40624379112588427</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>546</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>47.19101123595506</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9921159469099834</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8448706594457254</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2670401948349648</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8644369864492596</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141814</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00722986925393343</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032401248812675476</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6981187795578196</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>17.2275</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.72</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.4688</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>307394.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.4856</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5856</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.5062</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3070.8769</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.0432</td></tr>
<tr><td colspan=3>tsnr</td><td>18.894422834157012</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>