ds005256-mriqc/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 114ba0e3f0 [DATALAD RUNCMD] Compute MRIQC for sub-0057
=== 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-0057 --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-0057",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:44:14 +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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-03/func/sub-0057_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>f7a7837fc25c3b6dbdbb8d8b73f42165</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>16:43:31.710000</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.990605, -0.119313, -0.0668316, 0.120754, 0.992521, 0.0179256]</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.110491</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7793, -7206, 570, -10, -164, -29, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.676</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cf564611-88e5-436c-810f-87adf1f65fed||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.6577203273773193, 0.3239729404449463, -0.17332108318805695, 102.79002380371094], [0.32010921835899353, 2.66286039352417, 0.06973389536142349, -102.28477478027344], [-0.1793043613433838, -0.04809315502643585, 2.693528652191162, -47.37378692626953], [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': ['164331.710000', '164332.170000', '164332.630000', '164333.090000', '164333.550000', '164334.010000', '164334.470000', '164334.930000', '164335.390000', '164335.850000', '164336.310000', '164336.770000', '164337.230000', '164337.690000', '164338.150000', '164338.610000', '164339.070000', '164339.530000', '164339.990000', '164340.450000', '164340.910000', '164341.370000', '164341.830000', '164342.290000', '164342.750000', '164343.210000', '164343.670000', '164344.130000', '164344.590000', '164345.050000', '164345.510000', '164345.970000', '164346.430000', '164346.890000', '164347.350000', '164347.810000', '164348.270000', '164348.730000', '164349.190000', '164349.650000', '164350.110000', '164350.570000', '164351.030000', '164351.490000', '164351.950000', '164352.410000', '164352.870000', '164353.330000', '164353.790000', '164354.250000', '164354.710000', '164355.170000', '164355.630000', '164356.090000', '164356.550000', '164357.010000', '164357.470000', '164357.930000', '164358.390000', '164358.850000', '164359.310000', '164359.770000', '164400.230000', '164400.690000', '164401.150000', '164401.610000', '164402.070000', '164402.530000', '164402.990000', '164403.450000', '164403.910000', '164404.370000', '164404.830000', '164405.290000', '164405.750000', '164406.210000', '164406.670000', '164407.130000', '164407.590000', '164408.050000', '164408.510000', '164408.970000', '164409.430000', '164409.890000', '164410.350000', '164410.810000', '164411.270000', '164411.730000', '164412.190000', '164412.650000', '164413.110000', '164413.570000', '164414.030000', '164414.490000', '164414.950000', '164415.410000', '164415.870000', '164416.330000', '164416.790000', '164417.250000', '164417.710000', '164418.170000', '164418.630000', '164419.090000', '164419.550000', '164420.010000', '164420.470000', '164420.930000', '164421.390000', '164421.850000', '164422.310000', '164422.770000', '164423.230000', '164423.690000', '164424.150000', '164424.610000', '164425.070000', '164425.530000', '164425.990000', '164426.450000', '164426.910000', '164427.370000', '164427.830000', '164428.290000', '164428.750000', '164429.210000', '164429.670000', '164430.130000', '164430.590000', '164431.050000', '164431.510000', '164431.970000', '164432.430000', '164432.890000', '164433.350000', '164433.810000', '164434.270000', '164434.730000', '164435.190000', '164435.650000', '164436.110000', '164436.570000', '164437.030000', '164437.490000', '164437.950000', '164438.410000', '164438.870000', '164439.330000', '164439.790000', '164440.250000', '164440.710000', '164441.170000', '164441.630000', '164442.090000', '164442.550000', '164443.010000', '164443.470000', '164443.930000', '164444.390000', '164444.850000', '164445.310000', '164445.770000', '164446.230000', '164446.690000', '164447.150000', '164447.610000', '164448.070000', '164448.530000', '164448.990000', '164449.450000', '164449.910000', '164450.370000', '164450.830000', '164451.290000', '164451.750000', '164452.210000', '164452.670000', '164453.130000', '164453.590000', '164454.050000', '164454.510000', '164454.970000', '164455.430000', '164455.890000', '164456.350000', '164456.810000', '164457.270000', '164457.730000', '164458.190000', '164458.650000', '164459.110000', '164459.570000', '164500.030000', '164500.490000', '164500.950000', '164501.410000', '164501.870000', '164502.330000', '164502.790000', '164503.250000', '164503.710000', '164504.170000', '164504.630000', '164505.090000', '164505.550000', '164506.010000', '164506.470000', '164506.930000', '164507.390000', '164507.850000', '164508.310000', '164508.770000', '164509.230000', '164509.690000', '164510.150000', '164510.610000', '164511.070000', '164511.530000', '164511.990000', '164512.450000', '164512.910000', '164513.370000', '164513.830000', '164514.290000', '164514.750000', '164515.210000', '164515.670000', '164516.130000', '164516.590000', '164517.050000', '164517.510000', '164517.970000', '164518.430000', '164518.890000', '164519.350000', '164519.810000', '164520.270000', '164520.730000', '164521.190000', '164521.650000', '164522.110000', '164522.570000', '164523.030000', '164523.490000', '164523.950000', '164524.410000', '164524.870000', '164525.330000', '164525.790000', '164526.250000', '164526.710000', '164527.170000', '164527.630000', '164528.090000', '164528.550000', '164529.010000', '164529.470000', '164529.930000', '164530.390000', '164530.850000', '164531.310000', '164531.770000', '164532.230000', '164532.690000', '164533.150000', '164533.610000', '164534.070000', '164534.530000', '164534.990000', '164535.450000', '164535.910000', '164536.370000', '164536.830000', '164537.290000', '164537.750000', '164538.210000', '164538.670000', '164539.130000', '164539.590000', '164540.050000', '164540.510000', '164540.970000', '164541.430000', '164541.890000', '164542.350000', '164542.810000', '164543.270000', '164543.730000', '164544.190000', '164544.650000', '164545.110000', '164545.570000', '164546.030000', '164546.490000', '164546.950000', '164547.410000', '164547.870000', '164548.330000', '164548.790000', '164549.250000', '164549.710000', '164550.170000', '164550.630000', '164551.090000', '164551.550000', '164552.010000', '164552.470000', '164552.930000', '164553.390000', '164553.850000', '164554.310000', '164554.770000', '164555.230000', '164555.690000', '164556.150000', '164556.610000', '164557.070000', '164557.530000', '164557.990000', '164558.450000', '164558.910000', '164559.370000', '164559.830000', '164600.290000', '164600.750000', '164601.210000', '164601.670000', '164602.130000', '164602.590000', '164603.050000', '164603.510000', '164603.970000', '164604.430000', '164604.890000', '164605.350000', '164605.810000', '164606.270000', '164606.730000', '164607.190000', '164607.650000', '164608.110000', '164608.570000', '164609.030000', '164609.490000', '164609.950000', '164610.410000', '164610.870000', '164611.330000', '164611.790000', '164612.250000', '164612.710000', '164613.170000', '164613.630000', '164614.090000', '164614.550000', '164615.010000', '164615.470000', '164615.930000', '164616.390000', '164616.850000', '164617.310000', '164617.770000', '164618.230000', '164618.690000', '164619.150000', '164619.610000', '164620.070000', '164620.530000', '164620.990000', '164621.450000', '164621.910000', '164622.370000', '164622.830000', '164623.290000', '164623.750000', '164624.210000', '164624.670000', '164625.130000', '164625.590000', '164626.050000', '164626.510000', '164626.970000', '164627.430000', '164627.890000', '164628.350000', '164628.810000', '164629.270000', '164629.730000', '164630.190000', '164630.650000', '164631.110000', '164631.570000', '164632.030000', '164632.490000', '164632.950000', '164633.410000', '164633.870000', '164634.330000', '164634.790000', '164635.250000', '164635.710000', '164636.170000', '164636.630000', '164637.090000', '164637.550000', '164638.010000', '164638.470000', '164638.930000', '164639.390000', '164639.850000', '164640.310000', '164640.770000', '164641.230000', '164641.690000', '164642.150000', '164642.610000', '164643.070000', '164643.530000', '164643.990000', '164644.450000', '164644.910000', '164645.370000', '164645.830000', '164646.290000', '164646.750000', '164647.210000', '164647.670000', '164648.130000', '164648.590000', '164649.050000', '164649.510000', '164649.970000', '164650.430000', '164650.890000', '164651.350000', '164651.810000', '164652.270000', '164652.730000', '164653.190000', '164653.650000', '164654.110000', '164654.570000', '164655.030000', '164655.490000', '164655.950000', '164656.410000', '164656.870000', '164657.330000', '164657.790000', '164658.250000', '164658.710000', '164659.170000', '164659.630000', '164700.090000', '164700.550000', '164701.010000', '164701.470000', '164701.930000', '164702.390000', '164702.850000', '164703.310000', '164703.770000', '164704.230000', '164704.690000', '164705.150000', '164705.610000', '164706.070000', '164706.530000', '164706.990000', '164707.450000', '164707.910000', '164708.370000', '164708.830000', '164709.290000', '164709.750000', '164710.210000', '164710.670000', '164711.130000', '164711.590000', '164712.050000', '164712.510000', '164712.970000', '164713.430000', '164713.890000', '164714.350000', '164714.810000', '164715.270000', '164715.730000', '164716.190000', '164716.650000', '164717.110000', '164717.570000', '164718.030000', '164718.490000', '164718.950000', '164719.410000', '164719.870000', '164720.330000', '164720.790000', '164721.250000', '164721.710000', '164722.170000', '164722.630000', '164723.090000', '164723.550000', '164724.010000', '164724.470000', '164724.930000', '164725.390000', '164725.850000', '164726.310000', '164726.770000', '164727.230000', '164727.690000', '164728.150000', '164728.610000', '164729.070000', '164729.530000', '164729.990000', '164730.450000', '164730.910000', '164731.370000', '164731.830000', '164732.290000', '164732.750000', '164733.210000', '164733.670000', '164734.130000', '164734.590000', '164735.050000', '164735.510000', '164735.970000', '164736.430000', '164736.890000', '164737.350000', '164737.810000', '164738.270000', '164738.730000', '164739.190000', '164739.650000', '164740.110000', '164740.570000', '164741.030000', '164741.490000', '164741.950000', '164742.410000', '164742.870000', '164743.330000', '164743.790000', '164744.250000', '164744.710000', '164745.170000', '164745.630000', '164746.090000', '164746.550000', '164747.010000', '164747.470000', '164747.930000', '164748.390000', '164748.850000', '164749.310000', '164749.770000', '164750.230000', '164750.690000', '164751.150000', '164751.610000', '164752.070000', '164752.530000', '164752.990000', '164753.450000', '164753.910000', '164754.370000', '164754.830000', '164755.290000', '164755.750000', '164756.210000', '164756.670000', '164757.130000', '164757.590000', '164758.050000', '164758.510000', '164758.970000', '164759.430000', '164759.890000', '164800.350000', '164800.810000', '164801.270000', '164801.730000', '164802.190000', '164802.650000', '164803.110000', '164803.570000', '164804.030000', '164804.490000', '164804.950000', '164805.410000', '164805.870000', '164806.330000', '164806.790000', '164807.250000', '164807.710000', '164808.170000', '164808.630000', '164809.090000', '164809.550000', '164810.010000', '164810.470000', '164810.930000', '164811.390000', '164811.850000', '164812.310000', '164812.770000', '164813.230000', '164813.690000', '164814.150000', '164814.610000', '164815.070000', '164815.530000', '164815.990000', '164816.450000', '164816.910000', '164817.370000', '164817.830000', '164818.290000', '164818.750000', '164819.210000', '164819.670000', '164820.130000', '164820.590000', '164821.050000', '164821.510000', '164821.970000', '164822.430000', '164822.890000', '164823.350000', '164823.810000', '164824.270000', '164824.730000', '164825.190000', '164825.650000', '164826.110000', '164826.570000', '164827.030000', '164827.490000', '164827.950000', '164828.410000', '164828.870000', '164829.330000', '164829.790000', '164830.250000', '164830.710000', '164831.170000', '164831.630000', '164832.090000', '164832.550000', '164833.010000', '164833.470000', '164833.930000', '164834.390000', '164834.850000', '164835.310000', '164835.770000', '164836.230000', '164836.690000', '164837.150000', '164837.610000', '164838.070000', '164838.530000', '164838.990000', '164839.450000', '164839.910000', '164840.370000', '164840.830000', '164841.290000', '164841.750000', '164842.210000', '164842.670000', '164843.130000', '164843.590000', '164844.050000', '164844.510000', '164844.970000', '164845.430000', '164845.890000', '164846.350000', '164846.810000', '164847.270000', '164847.730000', '164848.190000', '164848.650000', '164849.110000', '164849.570000', '164850.030000', '164850.490000', '164850.950000', '164851.410000', '164851.870000', '164852.330000', '164852.790000', '164853.250000', '164853.710000', '164854.170000', '164854.630000', '164855.090000', '164855.550000', '164856.010000', '164856.470000', '164856.930000', '164857.390000', '164857.850000', '164858.310000', '164858.770000', '164859.230000', '164859.690000', '164900.150000', '164900.610000', '164901.070000', '164901.530000', '164901.990000', '164902.450000', '164902.910000', '164903.370000', '164903.830000', '164904.290000', '164904.750000', '164905.210000', '164905.670000', '164906.130000', '164906.590000', '164907.050000', '164907.510000', '164907.970000', '164908.430000', '164908.890000', '164909.350000', '164909.810000', '164910.270000', '164910.730000', '164911.190000', '164911.650000', '164912.110000', '164912.570000', '164913.030000', '164913.490000', '164913.950000', '164914.410000', '164914.870000', '164915.330000', '164915.790000', '164916.250000', '164916.710000', '164917.170000', '164917.630000', '164918.090000', '164918.550000', '164919.010000', '164919.470000', '164919.930000', '164920.390000', '164920.850000', '164921.310000', '164921.770000', '164922.230000', '164922.690000', '164923.150000', '164923.610000', '164924.070000', '164924.530000', '164924.990000', '164925.450000', '164925.910000', '164926.370000', '164926.830000', '164927.290000', '164927.750000', '164928.210000', '164928.670000', '164929.130000', '164929.590000', '164930.050000', '164930.510000', '164930.970000', '164931.430000', '164931.890000', '164932.350000', '164932.810000', '164933.270000', '164933.730000', '164934.190000', '164934.650000', '164935.110000', '164935.570000', '164936.030000', '164936.490000', '164936.950000', '164937.410000', '164937.870000', '164938.330000', '164938.790000', '164939.250000', '164939.710000', '164940.170000', '164940.630000', '164941.090000', '164941.550000', '164942.010000', '164942.470000', '164942.930000', '164943.390000', '164943.850000', '164944.310000', '164944.770000', '164945.230000', '164945.690000', '164946.150000', '164946.610000', '164947.070000', '164947.530000', '164947.990000', '164948.450000', '164948.910000', '164949.370000', '164949.830000', '164950.290000', '164950.750000', '164951.210000', '164951.670000', '164952.130000', '164952.590000', '164953.050000', '164953.510000', '164953.970000', '164954.430000', '164954.890000', '164955.350000', '164955.810000', '164956.270000', '164956.730000', '164957.190000', '164957.650000', '164958.110000', '164958.570000', '164959.030000', '164959.490000', '164959.950000', '165000.410000', '165000.870000', '165001.330000', '165001.790000', '165002.250000', '165002.710000', '165003.170000', '165003.630000', '165004.090000', '165004.550000', '165005.010000', '165005.470000', '165005.930000', '165006.390000', '165006.850000', '165007.310000', '165007.770000', '165008.230000', '165008.690000', '165009.150000', '165009.610000', '165010.070000', '165010.530000', '165010.990000', '165011.450000', '165011.910000', '165012.370000', '165012.830000', '165013.290000', '165013.750000', '165014.210000', '165014.670000', '165015.130000', '165015.590000', '165016.050000', '165016.510000', '165016.970000', '165017.430000', '165017.890000', '165018.350000', '165018.810000', '165019.270000', '165019.730000', '165020.190000', '165020.650000', '165021.110000', '165021.570000', '165022.030000', '165022.490000', '165022.950000', '165023.410000', '165023.870000', '165024.330000', '165024.790000', '165025.250000', '165025.710000', '165026.170000', '165026.630000', '165027.090000', '165027.550000', '165028.010000', '165028.470000', '165028.930000', '165029.390000', '165029.850000', '165030.310000', '165030.770000', '165031.230000', '165031.690000', '165032.150000', '165032.610000', '165033.070000', '165033.530000', '165033.990000', '165034.450000', '165034.910000', '165035.370000', '165035.830000', '165036.290000', '165036.750000', '165037.210000', '165037.670000', '165038.130000', '165038.590000', '165039.050000', '165039.510000', '165039.970000', '165040.430000', '165040.890000', '165041.350000', '165041.810000', '165042.270000', '165042.730000', '165043.190000', '165043.650000', '165044.110000', '165044.570000', '165045.030000', '165045.490000', '165045.950000', '165046.410000', '165046.870000', '165047.330000', '165047.790000', '165048.250000', '165048.710000', '165049.170000', '165049.630000', '165050.090000', '165050.550000', '165051.010000', '165051.470000', '165051.930000', '165052.390000', '165052.850000', '165053.310000', '165053.770000', '165054.230000', '165054.690000', '165055.150000', '165055.610000', '165056.070000', '165056.530000', '165056.990000', '165057.450000', '165057.910000', '165058.370000', '165058.830000', '165059.290000', '165059.750000', '165100.210000', '165100.670000', '165101.130000', '165101.590000', '165102.050000', '165102.510000', '165102.970000', '165103.430000', '165103.890000', '165104.350000', '165104.810000', '165105.270000', '165105.730000', '165106.190000', '165106.650000', '165107.110000', '165107.570000', '165108.030000', '165108.490000', '165108.950000', '165109.410000', '165109.870000', '165110.330000', '165110.790000', '165111.250000', '165111.710000', '165112.170000', '165112.630000', '165113.090000', '165113.550000', '165114.010000', '165114.470000', '165114.930000', '165115.390000', '165115.850000', '165116.310000', '165116.770000', '165117.230000', '165117.690000', '165118.150000', '165118.610000', '165119.070000', '165119.530000', '165119.990000', '165120.450000', '165120.910000', '165121.370000', '165121.830000', '165122.290000', '165122.750000', '165123.210000', '165123.670000', '165124.130000', '165124.590000', '165125.050000', '165125.510000', '165125.970000', '165126.430000', '165126.890000', '165127.350000', '165127.810000', '165128.270000', '165128.730000', '165129.190000', '165129.650000', '165130.110000', '165130.570000', '165131.030000', '165131.490000', '165131.950000', '165132.410000', '165132.870000', '165133.330000', '165133.790000', '165134.250000', '165134.710000', '165135.170000', '165135.630000', '165136.090000', '165136.550000', '165137.010000', '165137.470000', '165137.930000', '165138.390000', '165138.850000', '165139.310000', '165139.770000', '165140.230000', '165140.690000', '165141.150000', '165141.610000', '165142.070000', '165142.530000', '165142.990000', '165143.450000', '165143.910000', '165144.370000', '165144.830000', '165145.290000', '165145.750000', '165146.210000', '165146.670000', '165147.130000', '165147.590000', '165148.050000', '165148.510000', '165148.970000', '165149.430000', '165149.890000', '165150.350000', '165150.810000', '165151.270000', '165151.730000', '165152.190000', '165152.650000', '165153.110000', '165153.570000', '165154.030000', '165154.490000', '165154.950000', '165155.410000', '165155.870000', '165156.330000', '165156.790000', '165157.250000', '165157.710000', '165158.170000', '165158.630000', '165159.090000', '165159.550000', '165200.010000', '165200.470000', '165200.930000', '165201.390000', '165201.850000', '165202.310000', '165202.770000', '165203.230000', '165203.690000', '165204.150000', '165204.610000', '165205.070000', '165205.530000', '165205.990000', '165206.450000', '165206.910000', '165207.370000', '165207.830000', '165208.290000', '165208.750000', '165209.210000', '165209.670000', '165210.130000', '165210.590000', '165211.050000', '165211.510000', '165211.970000', '165212.430000', '165212.890000', '165213.350000', '165213.810000', '165214.270000', '165214.730000', '165215.190000', '165215.650000', '165216.110000', '165216.570000', '165217.030000', '165217.490000', '165217.950000', '165218.410000', '165218.870000', '165219.330000', '165219.790000', '165220.250000', '165220.710000', '165221.170000', '165221.630000', '165222.090000', '165222.550000', '165223.010000', '165223.470000'], 'ContentTime': ['164345.138000', '164345.141000', '164345.144000', '164345.155000', '164345.157000', '164345.160000', '164345.162000', '164345.165000', '164345.167000', '164345.170000', '164345.180000', '164345.183000', '164345.185000', '164345.188000', '164345.190000', '164345.193000', '164345.195000', '164345.198000', '164345.201000', '164345.203000', '164345.206000', '164345.212000', '164345.214000', '164345.217000', '164345.220000', '164345.222000', '164345.225000', '164405.108000', '164405.111000', '164405.114000', '164405.116000', '164405.121000', '164405.124000', '164405.127000', '164405.129000', '164405.132000', '164405.134000', '164405.137000', '164405.139000', '164405.145000', '164405.148000', '164405.151000', '164405.153000', '164405.156000', '164405.158000', '164405.161000', '164405.163000', '164405.166000', '164405.168000', '164405.171000', '164405.173000', '164405.176000', '164405.179000', '164405.181000', '164405.184000', '164405.201000', '164405.203000', '164405.206000', '164405.208000', '164405.211000', '164405.214000', '164405.216000', '164405.219000', '164405.221000', '164405.224000', '164405.226000', '164405.229000', '164405.231000', '164405.234000', '164405.237000', '164405.239000', '164425.108000', '164425.111000', '164425.114000', '164425.116000', '164425.119000', '164425.121000', '164425.124000', '164425.127000', '164425.129000', '164425.132000', '164425.134000', '164425.137000', '164425.139000', '164425.142000', '164425.145000', '164425.147000', '164425.150000', '164425.152000', '164425.155000', '164425.157000', '164425.160000', '164425.162000', '164425.165000', '164425.167000', '164425.170000', '164425.172000', '164425.175000', '164425.178000', '164425.180000', '164425.183000', '164425.185000', '164425.188000', '164425.190000', '164425.193000', '164425.196000', '164425.198000', '164425.201000', '164425.203000', '164425.206000', '164425.208000', '164425.211000', '164425.214000', '164425.216000', '164445.107000', '164445.110000', '164445.113000', '164445.116000', '164445.118000', '164445.121000', '164445.123000', '164445.126000', '164445.128000', '164445.131000', '164445.133000', '164445.136000', '164445.139000', '164445.141000', '164445.144000', '164445.146000', '164445.149000', '164445.152000', '164445.154000', '164445.157000', '164445.160000', '164445.162000', '164445.165000', '164445.167000', '164445.170000', '164445.173000', '164445.175000', '164445.178000', '164445.181000', '164445.183000', '164445.186000', '164445.188000', '164445.191000', '164445.193000', '164445.196000', '164445.198000', '164445.201000', '164445.204000', '164445.206000', '164445.209000', '164445.211000', '164445.214000', '164445.217000', '164445.219000', '164505.107000', '164505.110000', '164505.113000', '164505.116000', '164505.118000', '164505.121000', '164505.123000', '164505.126000', '164505.128000', '164505.131000', '164505.133000', '164505.136000', '164505.139000', '164505.141000', '164505.144000', '164505.146000', '164505.149000', '164505.152000', '164505.154000', '164505.157000', '164505.159000', '164505.162000', '164505.164000', '164505.167000', '164505.170000', '164505.172000', '164505.175000', '164505.177000', '164505.180000', '164505.183000', '164505.185000', '164505.188000', '164505.190000', '164505.193000', '164505.195000', '164505.198000', '164505.201000', '164505.203000', '164505.206000', '164505.208000', '164505.211000', '164505.213000', '164505.216000', '164525.108000', '164525.111000', '164525.113000', '164525.116000', '164525.118000', '164525.121000', '164525.124000', '164525.126000', '164525.129000', '164525.131000', '164525.134000', '164525.137000', '164525.139000', '164525.142000', '164525.144000', '164525.147000', '164525.150000', '164525.152000', '164525.155000', '164525.157000', '164525.160000', '164525.163000', '164525.165000', '164525.168000', '164525.170000', '164525.173000', '164525.176000', '164525.178000', '164525.181000', '164525.183000', '164525.186000', '164525.189000', '164525.191000', '164525.194000', '164525.196000', '164525.199000', '164525.201000', '164525.204000', '164525.207000', '164525.209000', '164525.212000', '164525.214000', '164525.217000', '164545.109000', '164545.111000', '164545.114000', '164545.116000', '164545.119000', '164545.122000', '164545.124000', '164545.127000', '164545.129000', '164545.132000', '164545.135000', '164545.137000', '164545.140000', '164545.142000', '164545.145000', '164545.147000', '164545.150000', '164545.152000', '164545.155000', '164545.158000', '164545.160000', '164545.163000', '164545.165000', '164545.168000', '164545.181000', '164545.184000', '164545.186000', '164545.189000', '164545.191000', '164545.194000', '164545.196000', '164545.199000', '164545.201000', '164545.204000', '164545.207000', '164545.209000', '164545.212000', '164545.214000', '164545.217000', '164545.220000', '164545.222000', '164545.225000', '164545.227000', '164545.230000', '164605.109000', '164605.112000', '164605.114000', '164605.117000', '164605.120000', '164605.122000', '164605.125000', '164605.128000', '164605.130000', '164605.133000', '164605.135000', '164605.138000', '164605.141000', '164605.144000', '164605.147000', '164605.149000', '164605.152000', '164605.154000', '164605.157000', '164605.160000', '164605.162000', '164605.165000', '164605.167000', '164605.170000', '164605.173000', '164605.175000', '164605.178000', '164605.180000', '164605.183000', '164605.185000', '164605.188000', '164605.191000', '164605.193000', '164605.196000', '164605.199000', '164605.201000', '164605.204000', '164605.206000', '164605.209000', '164605.211000', '164605.214000', '164605.217000', '164605.219000', '164625.109000', '164625.112000', '164625.114000', '164625.117000', '164625.119000', '164625.122000', '164625.125000', '164625.127000', '164625.130000', '164625.132000', '164625.135000', '164625.138000', '164625.140000', '164625.143000', '164625.145000', '164625.148000', '164625.151000', '164625.153000', '164625.156000', '164625.158000', '164625.161000', '164625.163000', '164625.166000', '164625.169000', '164625.171000', '164625.174000', '164625.176000', '164625.179000', '164625.182000', '164625.184000', '164625.187000', '164625.189000', '164625.192000', '164625.195000', '164625.197000', '164625.200000', '164625.203000', '164625.205000', '164625.208000', '164625.210000', '164625.213000', '164625.216000', '164625.218000', '164625.221000', '164645.108000', '164645.111000', '164645.114000', '164645.116000', '164645.119000', '164645.122000', '164645.124000', '164645.127000', '164645.130000', '164645.132000', '164645.135000', '164645.137000', '164645.140000', '164645.143000', '164645.145000', '164645.148000', '164645.150000', '164645.153000', '164645.156000', '164645.158000', '164645.161000', '164645.163000', '164645.166000', '164645.169000', '164645.171000', '164645.174000', '164645.177000', '164645.179000', '164645.182000', '164645.184000', '164645.187000', '164645.189000', '164645.192000', '164645.195000', '164645.197000', '164645.200000', '164645.203000', '164645.205000', '164645.208000', '164645.210000', '164645.213000', '164645.216000', '164645.218000', '164645.221000', '164705.107000', '164705.112000', '164705.114000', '164705.117000', '164705.119000', '164705.122000', '164705.125000', '164705.127000', '164705.130000', '164705.132000', '164705.135000', '164705.138000', '164705.140000', '164705.143000', '164705.145000', '164705.148000', '164705.150000', '164705.153000', '164705.156000', '164705.158000', '164705.161000', '164705.164000', '164705.166000', '164705.169000', '164705.171000', '164705.174000', '164705.177000', '164705.179000', '164705.182000', '164705.185000', '164705.187000', '164705.190000', '164705.192000', '164705.195000', '164705.198000', '164705.200000', '164705.203000', '164705.205000', '164705.208000', '164705.211000', '164705.213000', '164705.216000', '164705.218000', '164725.108000', '164725.111000', '164725.113000', '164725.116000', '164725.118000', '164725.121000', '164725.123000', '164725.126000', '164725.129000', '164725.131000', '164725.134000', '164725.136000', '164725.139000', '164725.141000', '164725.144000', '164725.147000', '164725.149000', '164725.152000', '164725.154000', '164725.157000', '164725.160000', '164725.162000', '164725.165000', '164725.168000', '164725.170000', '164725.173000', '164725.175000', '164725.178000', '164725.181000', '164725.184000', '164725.187000', '164725.189000', '164725.192000', '164725.195000', '164725.197000', '164725.200000', '164725.202000', '164725.205000', '164725.208000', '164725.210000', '164725.213000', '164725.216000', '164725.218000', '164745.107000', '164745.110000', '164745.113000', '164745.116000', '164745.118000', '164745.121000', '164745.123000', '164745.126000', '164745.128000', '164745.131000', '164745.134000', '164745.136000', '164745.139000', '164745.141000', '164745.144000', '164745.146000', '164745.149000', '164745.152000', '164745.154000', '164745.157000', '164745.160000', '164745.162000', '164745.165000', '164745.167000', '164745.170000', '164745.172000', '164745.175000', '164745.178000', '164745.180000', '164745.183000', '164745.185000', '164745.188000', '164745.191000', '164745.193000', '164745.196000', '164745.198000', '164745.201000', '164745.204000', '164745.206000', '164745.209000', '164745.211000', '164745.214000', '164745.217000', '164745.219000', '164805.108000', '164805.111000', '164805.114000', '164805.117000', '164805.119000', '164805.122000', '164805.124000', '164805.127000', '164805.130000', '164805.132000', '164805.135000', '164805.137000', '164805.140000', '164805.143000', '164805.145000', '164805.148000', '164805.150000', '164805.153000', '164805.156000', '164805.158000', '164805.161000', '164805.164000', '164805.166000', '164805.169000', '164805.171000', '164805.174000', '164805.177000', '164805.179000', '164805.182000', '164805.184000', '164805.187000', '164805.190000', '164805.192000', '164805.195000', '164805.198000', '164805.200000', '164805.203000', '164805.205000', '164805.208000', '164805.210000', '164805.213000', '164805.216000', '164805.218000', '164825.109000', '164825.111000', '164825.114000', '164825.117000', '164825.119000', '164825.122000', '164825.125000', '164825.127000', '164825.130000', '164825.132000', '164825.135000', '164825.137000', '164825.140000', '164825.143000', '164825.145000', '164825.148000', '164825.150000', '164825.153000', '164825.156000', '164825.158000', '164825.161000', '164825.163000', '164825.166000', '164825.168000', '164825.171000', '164825.174000', '164825.176000', '164825.179000', '164825.181000', '164825.184000', '164825.187000', '164825.189000', '164825.192000', '164825.194000', '164825.197000', '164825.200000', '164825.202000', '164825.205000', '164825.207000', '164825.210000', '164825.212000', '164825.215000', '164825.217000', '164825.220000', '164845.108000', '164845.111000', '164845.114000', '164845.117000', '164845.119000', '164845.122000', '164845.124000', '164845.127000', '164845.129000', '164845.132000', '164845.135000', '164845.137000', '164845.140000', '164845.142000', '164845.145000', '164845.148000', '164845.170000', '164845.173000', '164845.176000', '164845.178000', '164845.181000', '164845.184000', '164845.186000', '164845.189000', '164845.191000', '164845.194000', '164845.196000', '164845.199000', '164845.202000', '164845.204000', '164845.207000', '164845.209000', '164845.212000', '164845.215000', '164845.217000', '164845.220000', '164845.224000', '164845.226000', '164845.229000', '164845.231000', '164845.234000', '164845.237000', '164845.239000', '164905.109000', '164905.112000', '164905.114000', '164905.117000', '164905.120000', '164905.122000', '164905.125000', '164905.127000', '164905.130000', '164905.133000', '164905.135000', '164905.138000', '164905.140000', '164905.143000', '164905.145000', '164905.148000', '164905.151000', '164905.153000', '164905.156000', '164905.158000', '164905.161000', '164905.164000', '164905.166000', '164905.169000', '164905.171000', '164905.174000', '164905.177000', '164905.179000', '164905.182000', '164905.185000', '164905.187000', '164905.192000', '164905.195000', '164905.197000', '164905.200000', '164905.202000', '164905.205000', '164905.207000', '164905.210000', '164905.213000', '164905.215000', '164905.218000', '164905.220000', '164905.223000', '164925.108000', '164925.110000', '164925.113000', '164925.115000', '164925.118000', '164925.121000', '164925.123000', '164925.126000', '164925.128000', '164925.131000', '164925.133000', '164925.136000', '164925.139000', '164925.141000', '164925.144000', '164925.146000', '164925.149000', '164925.152000', '164925.154000', '164925.157000', '164925.160000', '164925.162000', '164925.165000', '164925.167000', '164925.170000', '164925.172000', '164925.175000', '164925.178000', '164925.180000', '164925.183000', '164925.185000', '164925.189000', '164925.192000', '164925.195000', '164925.197000', '164925.200000', '164925.203000', '164925.205000', '164925.208000', '164925.210000', '164925.213000', '164925.215000', '164925.218000', '164945.108000', '164945.111000', '164945.113000', '164945.116000', '164945.118000', '164945.121000', '164945.124000', '164945.126000', '164945.129000', '164945.131000', '164945.134000', '164945.137000', '164945.139000', '164945.142000', '164945.144000', '164945.147000', '164945.150000', '164945.152000', '164945.155000', '164945.157000', '164945.160000', '164945.163000', '164945.165000', '164945.168000', '164945.170000', '164945.173000', '164945.176000', '164945.178000', '164945.181000', '164945.183000', '164945.186000', '164945.189000', '164945.191000', '164945.194000', '164945.196000', '164945.199000', '164945.202000', '164945.204000', '164945.207000', '164945.209000', '164945.212000', '164945.214000', '164945.217000', '164945.220000', '165005.107000', '165005.110000', '165005.113000', '165005.116000', '165005.118000', '165005.121000', '165005.123000', '165005.126000', '165005.129000', '165005.131000', '165005.134000', '165005.136000', '165005.139000', '165005.141000', '165005.144000', '165005.147000', '165005.149000', '165005.152000', '165005.154000', '165005.157000', '165005.159000', '165005.162000', '165005.165000', '165005.167000', '165005.170000', '165005.172000', '165005.175000', '165005.202000', '165005.205000', '165005.207000', '165005.210000', '165005.213000', '165005.215000', '165005.218000', '165005.220000', '165005.223000', '165005.225000', '165005.228000', '165005.231000', '165005.233000', '165005.236000', '165005.239000', '165005.241000', '165025.108000', '165025.111000', '165025.114000', '165025.117000', '165025.119000', '165025.122000', '165025.124000', '165025.127000', '165025.130000', '165025.132000', '165025.135000', '165025.137000', '165025.140000', '165025.143000', '165025.145000', '165025.148000', '165025.150000', '165025.153000', '165025.156000', '165025.158000', '165025.161000', '165025.163000', '165025.166000', '165025.169000', '165025.171000', '165025.174000', '165025.176000', '165025.185000', '165025.187000', '165025.190000', '165025.192000', '165025.195000', '165025.198000', '165025.200000', '165025.203000', '165025.205000', '165025.208000', '165025.210000', '165025.213000', '165025.215000', '165025.218000', '165025.221000', '165025.223000', '165025.226000', '165045.109000', '165045.111000', '165045.114000', '165045.117000', '165045.119000', '165045.122000', '165045.124000', '165045.127000', '165045.130000', '165045.132000', '165045.135000', '165045.137000', '165045.140000', '165045.143000', '165045.145000', '165045.148000', '165045.150000', '165045.153000', '165045.155000', '165045.158000', '165045.161000', '165045.163000', '165045.166000', '165045.168000', '165045.171000', '165045.174000', '165045.176000', '165045.179000', '165045.181000', '165045.184000', '165045.187000', '165045.189000', '165045.192000', '165045.194000', '165045.197000', '165045.199000', '165045.202000', '165045.204000', '165045.207000', '165045.210000', '165045.212000', '165045.215000', '165045.217000', '165105.109000', '165105.112000', '165105.115000', '165105.117000', '165105.120000', '165105.123000', '165105.125000', '165105.128000', '165105.131000', '165105.134000', '165105.136000', '165105.139000', '165105.141000', '165105.144000', '165105.146000', '165105.149000', '165105.152000', '165105.154000', '165105.157000', '165105.159000', '165105.162000', '165105.165000', '165105.167000', '165105.170000', '165105.173000', '165105.175000', '165105.178000', '165105.180000', '165105.183000', '165105.186000', '165105.188000', '165105.191000', '165105.193000', '165105.196000', '165105.199000', '165105.201000', '165105.204000', '165105.206000', '165105.209000', '165105.211000', '165105.214000', '165105.217000', '165105.219000', '165105.222000', '165125.109000', '165125.111000', '165125.114000', '165125.117000', '165125.119000', '165125.122000', '165125.124000', '165125.127000', '165125.130000', '165125.132000', '165125.135000', '165125.138000', '165125.140000', '165125.143000', '165125.145000', '165125.148000', '165125.150000', '165125.153000', '165125.156000', '165125.158000', '165125.161000', '165125.163000', '165125.166000', '165125.169000', '165125.171000', '165125.174000', '165125.177000', '165125.179000', '165125.182000', '165125.184000', '165125.187000', '165125.190000', '165125.192000', '165125.195000', '165125.198000', '165125.200000', '165125.203000', '165125.212000', '165125.215000', '165125.217000', '165125.220000', '165125.222000', '165125.225000', '165145.108000', '165145.111000', '165145.113000', '165145.116000', '165145.118000', '165145.121000', '165145.123000', '165145.126000', '165145.129000', '165145.131000', '165145.134000', '165145.136000', '165145.139000', '165145.142000', '165145.156000', '165145.159000', '165145.161000', '165145.164000', '165145.167000', '165145.169000', '165145.172000', '165145.174000', '165145.177000', '165145.179000', '165145.182000', '165145.185000', '165145.187000', '165145.190000', '165145.193000', '165145.195000', '165145.198000', '165145.200000', '165145.203000', '165145.206000', '165145.208000', '165145.211000', '165145.213000', '165145.216000', '165145.219000', '165145.221000', '165145.224000', '165145.226000', '165145.229000', '165145.231000', '165205.107000', '165205.110000', '165205.113000', '165205.116000', '165205.118000', '165205.121000', '165205.123000', '165205.126000', '165205.129000', '165205.131000', '165205.134000', '165205.136000', '165205.139000', '165205.141000', '165205.144000', '165205.147000', '165205.149000', '165205.152000', '165205.154000', '165205.157000', '165205.160000', '165205.162000', '165205.165000', '165205.167000', '165205.170000', '165205.172000', '165205.175000', '165205.178000', '165205.180000', '165205.183000', '165205.185000', '165205.188000', '165205.191000', '165205.193000', '165205.196000', '165205.198000', '165205.201000', '165205.204000', '165205.206000', '165205.209000', '165205.211000', '165205.214000', '165205.217000', '165224.607000', '165224.610000', '165224.613000', '165224.616000', '165224.619000', '165224.621000', '165224.624000', '165224.627000', '165224.630000', '165224.632000', '165224.635000', '165224.638000', '165224.640000', '165224.643000', '165224.646000', '165224.648000', '165224.651000', '165224.654000', '165224.657000', '165224.659000', '165224.663000', '165224.667000', '165224.670000', '165224.673000', '165224.676000', '165224.678000', '165224.681000', '165224.684000', '165224.686000', '165224.689000', '165224.692000', '165224.695000', '165224.698000', '165224.702000', '165224.706000', '165224.713000', '165224.716000', '165224.719000', '165224.722000', '165224.725000', '165224.728000', '165224.731000', '165224.733000'], 'InstanceCreationTime': ['164345.138000', '164345.141000', '164345.144000', '164345.155000', '164345.157000', '164345.160000', '164345.162000', '164345.165000', '164345.167000', '164345.170000', '164345.180000', '164345.183000', '164345.185000', '164345.188000', '164345.190000', '164345.193000', '164345.195000', '164345.198000', '164345.201000', '164345.203000', '164345.206000', '164345.212000', '164345.214000', '164345.217000', '164345.220000', '164345.222000', '164345.225000', '164405.108000', '164405.111000', '164405.114000', '164405.116000', '164405.121000', '164405.124000', '164405.127000', '164405.129000', '164405.132000', '164405.134000', '164405.137000', '164405.139000', '164405.145000', '164405.148000', '164405.151000', '164405.153000', '164405.156000', '164405.158000', '164405.161000', '164405.163000', '164405.166000', '164405.168000', '164405.171000', '164405.173000', '164405.176000', '164405.179000', '164405.181000', '164405.184000', '164405.201000', '164405.203000', '164405.206000', '164405.208000', '164405.211000', '164405.214000', '164405.216000', '164405.219000', '164405.221000', '164405.224000', '164405.226000', '164405.229000', '164405.231000', '164405.234000', '164405.237000', '164405.239000', '164425.108000', '164425.111000', '164425.114000', '164425.116000', '164425.119000', '164425.121000', '164425.124000', '164425.127000', '164425.129000', '164425.132000', '164425.134000', '164425.137000', '164425.139000', '164425.142000', '164425.145000', '164425.147000', '164425.150000', '164425.152000', '164425.155000', '164425.157000', '164425.160000', '164425.162000', '164425.165000', '164425.167000', '164425.170000', '164425.172000', '164425.175000', '164425.178000', '164425.180000', '164425.183000', '164425.185000', '164425.188000', '164425.190000', '164425.193000', '164425.196000', '164425.198000', '164425.201000', '164425.203000', '164425.206000', '164425.208000', '164425.211000', '164425.214000', '164425.216000', '164445.107000', '164445.110000', '164445.113000', '164445.116000', '164445.118000', '164445.121000', '164445.123000', '164445.126000', '164445.128000', '164445.131000', '164445.133000', '164445.136000', '164445.139000', '164445.141000', '164445.144000', '164445.146000', '164445.149000', '164445.152000', '164445.154000', '164445.157000', '164445.160000', '164445.162000', '164445.165000', '164445.167000', '164445.170000', '164445.173000', '164445.175000', '164445.178000', '164445.181000', '164445.183000', '164445.186000', '164445.188000', '164445.191000', '164445.193000', '164445.196000', '164445.198000', '164445.201000', '164445.204000', '164445.206000', '164445.209000', '164445.211000', '164445.214000', '164445.217000', '164445.219000', '164505.107000', '164505.110000', '164505.113000', '164505.116000', '164505.118000', '164505.121000', '164505.123000', '164505.126000', '164505.128000', '164505.131000', '164505.133000', '164505.136000', '164505.139000', '164505.141000', '164505.144000', '164505.146000', '164505.149000', '164505.152000', '164505.154000', '164505.157000', '164505.159000', '164505.162000', '164505.164000', '164505.167000', '164505.170000', '164505.172000', '164505.175000', '164505.177000', '164505.180000', '164505.183000', '164505.185000', '164505.188000', '164505.190000', '164505.193000', '164505.195000', '164505.198000', '164505.201000', '164505.203000', '164505.206000', '164505.208000', '164505.211000', '164505.213000', '164505.216000', '164525.108000', '164525.111000', '164525.113000', '164525.116000', '164525.118000', '164525.121000', '164525.124000', '164525.126000', '164525.129000', '164525.131000', '164525.134000', '164525.137000', '164525.139000', '164525.142000', '164525.144000', '164525.147000', '164525.150000', '164525.152000', '164525.155000', '164525.157000', '164525.160000', '164525.163000', '164525.165000', '164525.168000', '164525.170000', '164525.173000', '164525.176000', '164525.178000', '164525.181000', '164525.183000', '164525.186000', '164525.189000', '164525.191000', '164525.194000', '164525.196000', '164525.199000', '164525.201000', '164525.204000', '164525.207000', '164525.209000', '164525.212000', '164525.214000', '164525.217000', '164545.109000', '164545.111000', '164545.114000', '164545.116000', '164545.119000', '164545.122000', '164545.124000', '164545.127000', '164545.129000', '164545.132000', '164545.135000', '164545.137000', '164545.140000', '164545.142000', '164545.145000', '164545.147000', '164545.150000', '164545.152000', '164545.155000', '164545.158000', '164545.160000', '164545.163000', '164545.165000', '164545.168000', '164545.181000', '164545.184000', '164545.186000', '164545.189000', '164545.191000', '164545.194000', '164545.196000', '164545.199000', '164545.201000', '164545.204000', '164545.207000', '164545.209000', '164545.212000', '164545.214000', '164545.217000', '164545.220000', '164545.222000', '164545.225000', '164545.227000', '164545.230000', '164605.109000', '164605.112000', '164605.114000', '164605.117000', '164605.120000', '164605.122000', '164605.125000', '164605.128000', '164605.130000', '164605.133000', '164605.135000', '164605.138000', '164605.141000', '164605.144000', '164605.147000', '164605.149000', '164605.152000', '164605.154000', '164605.157000', '164605.160000', '164605.162000', '164605.165000', '164605.167000', '164605.170000', '164605.173000', '164605.175000', '164605.178000', '164605.180000', '164605.183000', '164605.185000', '164605.188000', '164605.191000', '164605.193000', '164605.196000', '164605.199000', '164605.201000', '164605.204000', '164605.206000', '164605.209000', '164605.211000', '164605.214000', '164605.217000', '164605.219000', '164625.109000', '164625.112000', '164625.114000', '164625.117000', '164625.119000', '164625.122000', '164625.125000', '164625.127000', '164625.130000', '164625.132000', '164625.135000', '164625.138000', '164625.140000', '164625.143000', '164625.145000', '164625.148000', '164625.151000', '164625.153000', '164625.156000', '164625.158000', '164625.161000', '164625.163000', '164625.166000', '164625.169000', '164625.171000', '164625.174000', '164625.176000', '164625.179000', '164625.182000', '164625.184000', '164625.187000', '164625.189000', '164625.192000', '164625.195000', '164625.197000', '164625.200000', '164625.203000', '164625.205000', '164625.208000', '164625.210000', '164625.213000', '164625.216000', '164625.218000', '164625.221000', '164645.108000', '164645.111000', '164645.114000', '164645.116000', '164645.119000', '164645.122000', '164645.124000', '164645.127000', '164645.130000', '164645.132000', '164645.135000', '164645.137000', '164645.140000', '164645.143000', '164645.145000', '164645.148000', '164645.150000', '164645.153000', '164645.156000', '164645.158000', '164645.161000', '164645.163000', '164645.166000', '164645.169000', '164645.171000', '164645.174000', '164645.177000', '164645.179000', '164645.182000', '164645.184000', '164645.187000', '164645.189000', '164645.192000', '164645.195000', '164645.197000', '164645.200000', '164645.203000', '164645.205000', '164645.208000', '164645.210000', '164645.213000', '164645.216000', '164645.218000', '164645.221000', '164705.107000', '164705.112000', '164705.114000', '164705.117000', '164705.119000', '164705.122000', '164705.125000', '164705.127000', '164705.130000', '164705.132000', '164705.135000', '164705.138000', '164705.140000', '164705.143000', '164705.145000', '164705.148000', '164705.150000', '164705.153000', '164705.156000', '164705.158000', '164705.161000', '164705.164000', '164705.166000', '164705.169000', '164705.171000', '164705.174000', '164705.177000', '164705.179000', '164705.182000', '164705.185000', '164705.187000', '164705.190000', '164705.192000', '164705.195000', '164705.198000', '164705.200000', '164705.203000', '164705.205000', '164705.208000', '164705.211000', '164705.213000', '164705.216000', '164705.218000', '164725.108000', '164725.111000', '164725.113000', '164725.116000', '164725.118000', '164725.121000', '164725.123000', '164725.126000', '164725.129000', '164725.131000', '164725.134000', '164725.136000', '164725.139000', '164725.141000', '164725.144000', '164725.147000', '164725.149000', '164725.152000', '164725.154000', '164725.157000', '164725.160000', '164725.162000', '164725.165000', '164725.168000', '164725.170000', '164725.173000', '164725.175000', '164725.178000', '164725.181000', '164725.184000', '164725.187000', '164725.189000', '164725.192000', '164725.195000', '164725.197000', '164725.200000', '164725.202000', '164725.205000', '164725.208000', '164725.210000', '164725.213000', '164725.216000', '164725.218000', '164745.107000', '164745.110000', '164745.113000', '164745.116000', '164745.118000', '164745.121000', '164745.123000', '164745.126000', '164745.128000', '164745.131000', '164745.134000', '164745.136000', '164745.139000', '164745.141000', '164745.144000', '164745.146000', '164745.149000', '164745.152000', '164745.154000', '164745.157000', '164745.160000', '164745.162000', '164745.165000', '164745.167000', '164745.170000', '164745.172000', '164745.175000', '164745.178000', '164745.180000', '164745.183000', '164745.185000', '164745.188000', '164745.191000', '164745.193000', '164745.196000', '164745.198000', '164745.201000', '164745.204000', '164745.206000', '164745.209000', '164745.211000', '164745.214000', '164745.217000', '164745.219000', '164805.108000', '164805.111000', '164805.114000', '164805.117000', '164805.119000', '164805.122000', '164805.124000', '164805.127000', '164805.130000', '164805.132000', '164805.135000', '164805.137000', '164805.140000', '164805.143000', '164805.145000', '164805.148000', '164805.150000', '164805.153000', '164805.156000', '164805.158000', '164805.161000', '164805.164000', '164805.166000', '164805.169000', '164805.171000', '164805.174000', '164805.177000', '164805.179000', '164805.182000', '164805.184000', '164805.187000', '164805.190000', '164805.192000', '164805.195000', '164805.198000', '164805.200000', '164805.203000', '164805.205000', '164805.208000', '164805.210000', '164805.213000', '164805.216000', '164805.218000', '164825.109000', '164825.111000', '164825.114000', '164825.117000', '164825.119000', '164825.122000', '164825.125000', '164825.127000', '164825.130000', '164825.132000', '164825.135000', '164825.137000', '164825.140000', '164825.143000', '164825.145000', '164825.148000', '164825.150000', '164825.153000', '164825.156000', '164825.158000', '164825.161000', '164825.163000', '164825.166000', '164825.168000', '164825.171000', '164825.174000', '164825.176000', '164825.179000', '164825.181000', '164825.184000', '164825.187000', '164825.189000', '164825.192000', '164825.194000', '164825.197000', '164825.200000', '164825.202000', '164825.205000', '164825.207000', '164825.210000', '164825.212000', '164825.215000', '164825.217000', '164825.220000', '164845.108000', '164845.111000', '164845.114000', '164845.117000', '164845.119000', '164845.122000', '164845.124000', '164845.127000', '164845.129000', '164845.132000', '164845.135000', '164845.137000', '164845.140000', '164845.142000', '164845.145000', '164845.148000', '164845.170000', '164845.173000', '164845.176000', '164845.178000', '164845.181000', '164845.184000', '164845.186000', '164845.189000', '164845.191000', '164845.194000', '164845.196000', '164845.199000', '164845.202000', '164845.204000', '164845.207000', '164845.209000', '164845.212000', '164845.215000', '164845.217000', '164845.220000', '164845.224000', '164845.226000', '164845.229000', '164845.231000', '164845.234000', '164845.237000', '164845.239000', '164905.109000', '164905.112000', '164905.114000', '164905.117000', '164905.120000', '164905.122000', '164905.125000', '164905.127000', '164905.130000', '164905.133000', '164905.135000', '164905.138000', '164905.140000', '164905.143000', '164905.145000', '164905.148000', '164905.151000', '164905.153000', '164905.156000', '164905.158000', '164905.161000', '164905.164000', '164905.166000', '164905.169000', '164905.171000', '164905.174000', '164905.177000', '164905.179000', '164905.182000', '164905.185000', '164905.187000', '164905.192000', '164905.195000', '164905.197000', '164905.200000', '164905.202000', '164905.205000', '164905.207000', '164905.210000', '164905.213000', '164905.215000', '164905.218000', '164905.220000', '164905.223000', '164925.108000', '164925.110000', '164925.113000', '164925.115000', '164925.118000', '164925.121000', '164925.123000', '164925.126000', '164925.128000', '164925.131000', '164925.133000', '164925.136000', '164925.139000', '164925.141000', '164925.144000', '164925.146000', '164925.149000', '164925.152000', '164925.154000', '164925.157000', '164925.160000', '164925.162000', '164925.165000', '164925.167000', '164925.170000', '164925.172000', '164925.175000', '164925.178000', '164925.180000', '164925.183000', '164925.185000', '164925.189000', '164925.192000', '164925.195000', '164925.197000', '164925.200000', '164925.203000', '164925.205000', '164925.208000', '164925.210000', '164925.213000', '164925.215000', '164925.218000', '164945.108000', '164945.111000', '164945.113000', '164945.116000', '164945.118000', '164945.121000', '164945.124000', '164945.126000', '164945.129000', '164945.131000', '164945.134000', '164945.137000', '164945.139000', '164945.142000', '164945.144000', '164945.147000', '164945.150000', '164945.152000', '164945.155000', '164945.157000', '164945.160000', '164945.163000', '164945.165000', '164945.168000', '164945.170000', '164945.173000', '164945.176000', '164945.178000', '164945.181000', '164945.183000', '164945.186000', '164945.189000', '164945.191000', '164945.194000', '164945.196000', '164945.199000', '164945.202000', '164945.204000', '164945.207000', '164945.209000', '164945.212000', '164945.214000', '164945.217000', '164945.220000', '165005.107000', '165005.110000', '165005.113000', '165005.116000', '165005.118000', '165005.121000', '165005.123000', '165005.126000', '165005.129000', '165005.131000', '165005.134000', '165005.136000', '165005.139000', '165005.141000', '165005.144000', '165005.147000', '165005.149000', '165005.152000', '165005.154000', '165005.157000', '165005.159000', '165005.162000', '165005.165000', '165005.167000', '165005.170000', '165005.172000', '165005.175000', '165005.202000', '165005.205000', '165005.207000', '165005.210000', '165005.213000', '165005.215000', '165005.218000', '165005.220000', '165005.223000', '165005.225000', '165005.228000', '165005.231000', '165005.233000', '165005.236000', '165005.239000', '165005.241000', '165025.108000', '165025.111000', '165025.114000', '165025.117000', '165025.119000', '165025.122000', '165025.124000', '165025.127000', '165025.130000', '165025.132000', '165025.135000', '165025.137000', '165025.140000', '165025.143000', '165025.145000', '165025.148000', '165025.150000', '165025.153000', '165025.156000', '165025.158000', '165025.161000', '165025.163000', '165025.166000', '165025.169000', '165025.171000', '165025.174000', '165025.176000', '165025.185000', '165025.187000', '165025.190000', '165025.192000', '165025.195000', '165025.198000', '165025.200000', '165025.203000', '165025.205000', '165025.208000', '165025.210000', '165025.213000', '165025.215000', '165025.218000', '165025.221000', '165025.223000', '165025.226000', '165045.109000', '165045.111000', '165045.114000', '165045.117000', '165045.119000', '165045.122000', '165045.124000', '165045.127000', '165045.130000', '165045.132000', '165045.135000', '165045.137000', '165045.140000', '165045.143000', '165045.145000', '165045.148000', '165045.150000', '165045.153000', '165045.155000', '165045.158000', '165045.161000', '165045.163000', '165045.166000', '165045.168000', '165045.171000', '165045.174000', '165045.176000', '165045.179000', '165045.181000', '165045.184000', '165045.187000', '165045.189000', '165045.192000', '165045.194000', '165045.197000', '165045.199000', '165045.202000', '165045.204000', '165045.207000', '165045.210000', '165045.212000', '165045.215000', '165045.217000', '165105.109000', '165105.112000', '165105.115000', '165105.117000', '165105.120000', '165105.123000', '165105.125000', '165105.128000', '165105.131000', '165105.134000', '165105.136000', '165105.139000', '165105.141000', '165105.144000', '165105.146000', '165105.149000', '165105.152000', '165105.154000', '165105.157000', '165105.159000', '165105.162000', '165105.165000', '165105.167000', '165105.170000', '165105.173000', '165105.175000', '165105.178000', '165105.180000', '165105.183000', '165105.186000', '165105.188000', '165105.191000', '165105.193000', '165105.196000', '165105.199000', '165105.201000', '165105.204000', '165105.206000', '165105.209000', '165105.211000', '165105.214000', '165105.217000', '165105.219000', '165105.222000', '165125.109000', '165125.111000', '165125.114000', '165125.117000', '165125.119000', '165125.122000', '165125.124000', '165125.127000', '165125.130000', '165125.132000', '165125.135000', '165125.138000', '165125.140000', '165125.143000', '165125.145000', '165125.148000', '165125.150000', '165125.153000', '165125.156000', '165125.158000', '165125.161000', '165125.163000', '165125.166000', '165125.169000', '165125.171000', '165125.174000', '165125.177000', '165125.179000', '165125.182000', '165125.184000', '165125.187000', '165125.190000', '165125.192000', '165125.195000', '165125.198000', '165125.200000', '165125.203000', '165125.212000', '165125.215000', '165125.217000', '165125.220000', '165125.222000', '165125.225000', '165145.108000', '165145.111000', '165145.113000', '165145.116000', '165145.118000', '165145.121000', '165145.123000', '165145.126000', '165145.129000', '165145.131000', '165145.134000', '165145.136000', '165145.139000', '165145.142000', '165145.156000', '165145.159000', '165145.161000', '165145.164000', '165145.167000', '165145.169000', '165145.172000', '165145.174000', '165145.177000', '165145.179000', '165145.182000', '165145.185000', '165145.187000', '165145.190000', '165145.193000', '165145.195000', '165145.198000', '165145.200000', '165145.203000', '165145.206000', '165145.208000', '165145.211000', '165145.213000', '165145.216000', '165145.219000', '165145.221000', '165145.224000', '165145.226000', '165145.229000', '165145.231000', '165205.107000', '165205.110000', '165205.113000', '165205.116000', '165205.118000', '165205.121000', '165205.123000', '165205.126000', '165205.129000', '165205.131000', '165205.134000', '165205.136000', '165205.139000', '165205.141000', '165205.144000', '165205.147000', '165205.149000', '165205.152000', '165205.154000', '165205.157000', '165205.160000', '165205.162000', '165205.165000', '165205.167000', '165205.170000', '165205.172000', '165205.175000', '165205.178000', '165205.180000', '165205.183000', '165205.185000', '165205.188000', '165205.191000', '165205.193000', '165205.196000', '165205.198000', '165205.201000', '165205.204000', '165205.206000', '165205.209000', '165205.211000', '165205.214000', '165205.217000', '165224.607000', '165224.610000', '165224.613000', '165224.616000', '165224.619000', '165224.621000', '165224.624000', '165224.627000', '165224.630000', '165224.632000', '165224.635000', '165224.638000', '165224.640000', '165224.643000', '165224.646000', '165224.648000', '165224.651000', '165224.654000', '165224.657000', '165224.659000', '165224.663000', '165224.667000', '165224.670000', '165224.673000', '165224.676000', '165224.678000', '165224.681000', '165224.684000', '165224.686000', '165224.689000', '165224.692000', '165224.695000', '165224.698000', '165224.702000', '165224.706000', '165224.713000', '165224.716000', '165224.719000', '165224.722000', '165224.725000', '165224.728000', '165224.731000', '165224.733000'], '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': [12351, 8812, 13953, 9243, 11357, 8130, 9962, 9086, 8493, 10281, 7099, 10419, 7479, 11655, 8853, 11795, 7854, 10962, 7745, 10512, 8663, 7396, 7858, 7050, 8764, 8447, 10099, 7330, 9341, 6696, 10445, 7522, 11732, 8424, 10729, 7795, 10901, 8349, 9328, 8815, 7247, 9688, 7022, 11884, 8486, 11496, 8473, 10875, 8136, 9206, 9531, 7398, 9561, 6912, 11576, 8146, 11577, 8670, 11295, 8033, 11373, 8837, 7901, 8170, 7439, 9816, 8040, 11284, 7718, 10584, 7423, 11960, 8574, 11818, 8196, 8622, 8278, 8058, 10910, 7508, 10592, 7591, 11928, 9097, 9751, 8332, 7586, 9430, 8198, 11642, 8211, 11634, 7896, 12074, 8750, 13476, 8968, 10796, 8119, 11521, 8906, 7771, 8166, 6775, 9520, 7671, 11861, 7737, 10775, 7774, 11276, 8335, 9665, 8190, 7301, 8772, 7427, 10844, 7599, 10731, 7390, 10966, 7774, 11746, 8343, 10739, 7775, 11301, 8517, 10053, 7964, 8036, 8333, 8065, 10033, 6933, 9609, 6992, 11372, 7992, 10777, 7666, 10715, 7754, 11278, 8308, 10701, 7689, 10150, 7461, 11043, 8225, 9430, 7578, 7960, 7895, 8748, 9376, 7008, 9398, 6915, 10498, 7414, 11612, 7679, 10109, 7432, 11300, 7782, 10866, 7796, 10910, 7579, 10913, 7742, 10400, 7586, 11669, 7960, 7478, 7681, 7199, 7417, 7488, 10163, 7618, 11086, 7546, 10867, 8237, 10189, 7543, 7917, 7595, 8515, 9136, 7033, 9376, 6894, 10414, 7559, 11129, 8453, 10711, 7733, 10534, 7953, 7806, 7971, 7167, 9368, 7591, 10478, 7340, 10502, 7453, 11094, 8352, 9496, 7518, 7911, 7975, 7978, 9964, 7245, 10147, 7070, 10435, 7547, 11130, 8049, 10790, 7870, 10925, 7896, 11967, 8622, 7727, 8234, 7122, 9246, 7425, 11045, 7634, 10468, 6945, 10122, 6970, 11234, 7706, 10396, 7323, 10331, 7468, 10964, 7996, 8821, 7500, 7173, 8121, 7938, 10721, 7153, 10145, 6984, 10788, 7632, 11012, 8329, 10474, 7945, 11149, 8058, 12248, 9030, 10510, 7794, 8653, 7814, 8802, 9900, 7633, 9834, 7063, 10587, 7436, 10960, 7918, 10247, 7306, 10525, 7862, 10672, 7400, 9957, 7514, 10718, 7985, 8416, 7220, 8098, 7697, 8986, 8875, 7031, 8725, 7218, 10338, 7606, 11399, 8228, 10422, 7541, 10743, 7907, 11360, 7750, 10236, 7473, 10461, 7576, 10913, 7973, 10306, 7380, 10610, 7559, 11109, 7865, 10184, 7428, 9924, 7505, 10302, 7693, 10085, 7310, 9507, 7518, 10509, 7839, 8703, 7616, 8725, 7716, 9461, 8441, 7037, 8305, 6797, 9430, 7668, 10672, 7399, 10016, 6979, 9817, 7034, 10930, 7331, 10878, 7134, 10043, 6977, 10473, 7641, 11831, 8612, 10674, 7853, 9676, 7817, 8941, 9534, 7292, 9600, 6916, 10113, 7169, 11173, 8012, 11063, 8204, 10065, 7587, 11055, 8223, 11418, 7971, 9867, 7627, 9614, 8062, 8041, 8232, 7135, 8617, 7252, 9674, 7874, 10519, 6960, 9928, 6925, 10370, 7161, 11847, 7926, 10684, 7506, 10489, 7695, 11867, 8289, 7376, 7761, 7072, 9378, 7855, 11280, 7457, 10941, 7233, 11019, 7388, 11855, 8208, 10812, 7776, 10511, 7815, 11989, 8612, 8462, 7937, 7544, 8488, 9868, 9269, 8116, 9455, 7271, 9635, 7791, 10461, 7597, 9977, 6956, 10496, 7308, 10616, 7490, 11106, 8035, 9854, 7227, 7901, 7628, 7253, 9874, 6823, 10528, 7560, 8722, 7984, 6300, 11180, 8425, 8524, 8235, 6557, 9151, 7024, 11030, 8416, 10352, 7734, 9656, 7788, 10806, 7830, 8291, 7438, 8611, 7816, 11207, 8169, 8322, 7506, 7576, 7815, 8114, 9658, 7077, 9589, 6886, 10279, 7280, 10883, 7861, 10463, 7372, 10726, 7717, 11373, 8137, 10500, 7576, 8626, 7737, 7834, 9918, 7612, 11533, 8530, 7157, 7996, 7164, 10617, 8124, 6613, 11034, 7075, 10964, 8685, 11944, 9351, 15351, 9924, 15947, 11096, 12765, 8310, 8724, 8321, 8719, 8385, 7491, 9379, 6647, 9680, 6488, 9904, 6536, 10165, 7224, 9904, 7218, 9911, 7006, 9125, 7330, 7817, 7723, 7753, 8031, 6936, 8985, 7010, 9817, 7131, 10301, 7529, 9735, 7127, 9751, 7446, 10096, 7912, 9713, 7336, 9823, 7807, 8644, 7852, 7929, 8177, 8385, 9300, 7474, 9965, 7300, 10214, 7828, 10529, 7418, 10613, 7400, 11037, 7893, 10430, 7862, 10432, 7609, 10878, 7853, 10193, 7873, 10187, 7860, 10402, 8179, 10163, 8097, 8689, 7805, 9333, 8259, 9090, 8828, 7393, 9409, 8004, 10435, 8638, 10040, 7159, 10580, 7329, 11068, 8133, 11019, 8797, 10351, 7714, 10135, 7984, 10692, 8024, 7481, 7819, 7123, 9445, 7765, 10660, 7868, 10830, 7733, 10227, 7197, 10178, 7796, 10055, 8017, 10030, 7322, 10055, 7549, 10076, 7737, 8222, 7370, 7789, 7800, 7845, 9177, 6937, 9559, 6945, 9617, 6822, 10611, 7461, 9997, 7725, 9598, 7624, 10005, 7692, 10271, 7705, 9754, 7590, 9023, 7890, 9651, 8168, 8090, 8179, 7153, 8671, 8458, 9548, 7260, 9893, 7090, 10011, 7336, 11019, 8442, 10336, 7949, 9844, 7634, 9073, 7932, 6851, 9191, 7033, 9900, 7841, 10514, 7190, 10278, 7010, 11707, 7854, 12054, 7287, 10945, 7401, 12192, 8715, 11491, 7414, 10798, 7480, 11293, 7917, 9650, 7521, 8109, 7652, 8822, 8069, 7435, 8497, 7009, 8769, 7050, 10099, 7252, 9746, 6895, 9490, 7185, 9988, 7595, 9325, 7134, 9098, 7079, 10208, 7312, 7462, 7361, 7299, 8210, 7661, 8984, 7360, 9297, 7171, 9332, 7713, 8899, 7357, 8912, 7316, 9252, 9323, 8751, 6928, 8905, 6956, 9516, 7397, 10007, 6809, 9683, 6929, 9959, 7347, 9978, 7646, 9645, 7235, 9901, 7478, 9957, 7221, 9778, 7190, 10090, 7209, 9899, 7242, 9538, 7012, 8776, 6834, 8819, 7031, 8359, 6968, 8468, 6759, 9211, 6927, 9329, 6873, 9089, 6995, 8894, 6943, 10447, 7703, 9629, 7776, 9556, 7418, 9569, 7516, 10018, 7440, 8699, 7286, 8791, 7803, 9650, 7334, 7544, 7330, 8397, 7792, 8982, 7637, 7542, 7650, 8581, 7995, 10066, 8132, 8062, 7460, 9830, 8084, 10261, 7584, 8574, 7207, 9394, 7662, 10028, 7482, 9279, 7345, 9515, 7179, 9772, 7078, 9702, 6964, 9860, 6831, 9746, 7073, 10338, 7192, 9859, 7296, 9797, 7737, 9791, 8743, 9160, 7340, 9839, 7418, 10619, 7869, 10333, 7075, 10382, 7389, 10363, 7426, 9435, 7360, 9956, 7272, 10538, 7687, 9929, 7119, 10214, 7286, 10527, 7847, 9715, 7405, 9774, 7224, 10234, 8423, 9603, 7235, 9791, 7246, 10332, 7620, 10581, 7352, 10186, 7020, 10121, 7471, 10219, 7905, 10163, 7363, 10138, 7197, 9992, 7659, 10160, 7254, 9928, 7661, 9803, 7854, 10041, 7724, 10173, 7837, 9707, 7829, 8940, 7740, 10014, 7833, 8540, 7719, 9161, 8374, 10340, 8587, 8424, 8765, 7887, 8842, 7990, 10091, 7181, 10146, 7176, 10671, 8126, 11174, 7825, 10333, 7897, 10440, 7391, 8631, 7550, 9042, 8098, 7790, 9240, 6986, 10124, 7406, 10533, 8076, 10064, 7535, 10321, 7857, 11032, 7773, 7775, 8233, 7490, 9104, 7251, 9935, 7148, 10401, 7840, 10850, 8000, 8669, 7782, 7671, 8770, 7832, 9426, 7078, 10355, 7638, 10797, 8253, 10169, 8262, 10552, 8079, 11077, 7767, 10111, 7543, 9511, 7807, 9262, 7733, 6869, 8410, 7066, 9197, 7397, 10564, 7481, 10209, 7201, 9700, 7324, 10483, 7543, 8728, 7913, 7924, 9172, 7775, 10042, 7435, 10551, 7590, 10547, 8078, 10134, 7880, 11073, 8261, 11330, 8305, 7761, 8440, 7362, 9931, 7931, 10784, 8260, 10539, 7961, 10921, 8023, 8474, 7671, 7130, 8527, 7251, 10279, 8184, 11255, 8111, 10925, 8183, 7941, 8752, 6709, 10355, 7426, 11180, 8446, 9265, 8135, 7545, 8360, 7300, 10061, 7683, 10639, 7675, 10552, 7946, 11208, 7759, 7816, 7615, 7318, 8346, 7575, 9340, 6983, 9779, 7080, 11135, 8006, 10114, 7552, 7938, 7662, 8386, 8388, 6909, 9691, 7063, 10287, 7983, 11660, 9165, 11895, 8425, 7684, 9134, 6998, 10858, 8547, 7897, 9055, 7052, 10529, 7726, 10760, 8458, 10691, 7828, 10878, 7566, 8024, 7190, 6738, 9195, 7058, 10212, 7085, 9630, 6984, 9474, 7250, 10087, 7826, 9818, 7322, 10022, 7653, 10918, 7382, 7631, 6997, 6663, 7380, 7100, 9227, 6791, 10247, 7270, 10546, 8161, 10151, 7574, 9668, 7297, 9552, 7219, 7597, 7470], 'WindowCenter': [3998.0, 3953.0, 3991.0, 3938.0, 3955.0, 3912.0, 3932.0, 3925.0, 3921.0, 3934.0, 3893.0, 3933.0, 3889.0, 3945.0, 3913.0, 3945.0, 3900.0, 3933.0, 3902.0, 3932.0, 3909.0, 3892.0, 3901.0, 3892.0, 3912.0, 3911.0, 3936.0, 3891.0, 3925.0, 3881.0, 3929.0, 3898.0, 3951.0, 3910.0, 3946.0, 3902.0, 3941.0, 3913.0, 3923.0, 3922.0, 3905.0, 3922.0, 3890.0, 3944.0, 3914.0, 3941.0, 3912.0, 3934.0, 3901.0, 3924.0, 3925.0, 3890.0, 3921.0, 3891.0, 3943.0, 3898.0, 3944.0, 3914.0, 3949.0, 3901.0, 3944.0, 3921.0, 3902.0, 3911.0, 3885.0, 3923.0, 3902.0, 3945.0, 3898.0, 3934.0, 3888.0, 3945.0, 3914.0, 3941.0, 3913.0, 3909.0, 3912.0, 3900.0, 3947.0, 3899.0, 3935.0, 3904.0, 3941.0, 3926.0, 3921.0, 3911.0, 3898.0, 3919.0, 3914.0, 3940.0, 3909.0, 3943.0, 3900.0, 3938.0, 3911.0, 3950.0, 3913.0, 3932.0, 3899.0, 3938.0, 3913.0, 3888.0, 3910.0, 3879.0, 3916.0, 3898.0, 3941.0, 3901.0, 3950.0, 3902.0, 3941.0, 3911.0, 3923.0, 3914.0, 3899.0, 3919.0, 3889.0, 3941.0, 3902.0, 3945.0, 3892.0, 3932.0, 3892.0, 3944.0, 3899.0, 3933.0, 3887.0, 3933.0, 3913.0, 3922.0, 3908.0, 3896.0, 3898.0, 3902.0, 3917.0, 3889.0, 3921.0, 3881.0, 3944.0, 3903.0, 3930.0, 3901.0, 3934.0, 3899.0, 3944.0, 3913.0, 3933.0, 3903.0, 3930.0, 3888.0, 3928.0, 3902.0, 3912.0, 3904.0, 3904.0, 3898.0, 3911.0, 3935.0, 3891.0, 3938.0, 3891.0, 3931.0, 3887.0, 3946.0, 3902.0, 3933.0, 3891.0, 3941.0, 3898.0, 3931.0, 3901.0, 3929.0, 3904.0, 3932.0, 3904.0, 3940.0, 3903.0, 3948.0, 3901.0, 3889.0, 3900.0, 3898.0, 3904.0, 3904.0, 3931.0, 3897.0, 3944.0, 3907.0, 3934.0, 3915.0, 3934.0, 3902.0, 3903.0, 3906.0, 3910.0, 3925.0, 3890.0, 3921.0, 3891.0, 3932.0, 3902.0, 3944.0, 3911.0, 3935.0, 3905.0, 3939.0, 3901.0, 3899.0, 3901.0, 3892.0, 3919.0, 3903.0, 3933.0, 3888.0, 3940.0, 3894.0, 3944.0, 3913.0, 3924.0, 3894.0, 3900.0, 3913.0, 3910.0, 3934.0, 3894.0, 3935.0, 3892.0, 3934.0, 3904.0, 3942.0, 3904.0, 3935.0, 3904.0, 3934.0, 3900.0, 3939.0, 3911.0, 3887.0, 3898.0, 3880.0, 3912.0, 3888.0, 3930.0, 3887.0, 3930.0, 3874.0, 3922.0, 3876.0, 3933.0, 3897.0, 3932.0, 3892.0, 3933.0, 3886.0, 3928.0, 3904.0, 3910.0, 3889.0, 3892.0, 3902.0, 3903.0, 3946.0, 3894.0, 3932.0, 3891.0, 3940.0, 3899.0, 3932.0, 3915.0, 3935.0, 3904.0, 3933.0, 3902.0, 3943.0, 3914.0, 3938.0, 3901.0, 3907.0, 3897.0, 3909.0, 3923.0, 3891.0, 3923.0, 3874.0, 3933.0, 3889.0, 3931.0, 3896.0, 3931.0, 3892.0, 3934.0, 3903.0, 3933.0, 3890.0, 3920.0, 3893.0, 3934.0, 3898.0, 3900.0, 3888.0, 3897.0, 3901.0, 3912.0, 3925.0, 3891.0, 3912.0, 3890.0, 3935.0, 3900.0, 3946.0, 3919.0, 3934.0, 3903.0, 3933.0, 3904.0, 3939.0, 3901.0, 3934.0, 3890.0, 3939.0, 3889.0, 3933.0, 3910.0, 3923.0, 3886.0, 3927.0, 3891.0, 3926.0, 3891.0, 3917.0, 3886.0, 3916.0, 3891.0, 3921.0, 3897.0, 3922.0, 3897.0, 3916.0, 3889.0, 3929.0, 3890.0, 3909.0, 3892.0, 3909.0, 3888.0, 3923.0, 3914.0, 3887.0, 3914.0, 3880.0, 3919.0, 3903.0, 3930.0, 3888.0, 3935.0, 3888.0, 3922.0, 3890.0, 3936.0, 3893.0, 3950.0, 3888.0, 3922.0, 3887.0, 3934.0, 3889.0, 3943.0, 3915.0, 3933.0, 3901.0, 3924.0, 3899.0, 3914.0, 3925.0, 3890.0, 3925.0, 3891.0, 3932.0, 3891.0, 3944.0, 3904.0, 3946.0, 3913.0, 3935.0, 3904.0, 3942.0, 3913.0, 3940.0, 3905.0, 3922.0, 3903.0, 3922.0, 3900.0, 3904.0, 3914.0, 3891.0, 3921.0, 3898.0, 3925.0, 3898.0, 3935.0, 3889.0, 3934.0, 3893.0, 3935.0, 3894.0, 3940.0, 3902.0, 3939.0, 3894.0, 3931.0, 3904.0, 3943.0, 3915.0, 3890.0, 3900.0, 3892.0, 3922.0, 3913.0, 3941.0, 3895.0, 3943.0, 3905.0, 3947.0, 3902.0, 3942.0, 3917.0, 3942.0, 3905.0, 3934.0, 3904.0, 3946.0, 3915.0, 3902.0, 3900.0, 3893.0, 3914.0, 3919.0, 3912.0, 3899.0, 3922.0, 3891.0, 3917.0, 3889.0, 3935.0, 3890.0, 3925.0, 3882.0, 3927.0, 3891.0, 3929.0, 3886.0, 3940.0, 3899.0, 3935.0, 3893.0, 3901.0, 3913.0, 3903.0, 3933.0, 3897.0, 3948.0, 3904.0, 3915.0, 3904.0, 3879.0, 3942.0, 3911.0, 3915.0, 3917.0, 3890.0, 3922.0, 3893.0, 3944.0, 3917.0, 3933.0, 3902.0, 3923.0, 3900.0, 3943.0, 3900.0, 3922.0, 3911.0, 3913.0, 3905.0, 3942.0, 3914.0, 3915.0, 3894.0, 3903.0, 3900.0, 3903.0, 3928.0, 3889.0, 3935.0, 3888.0, 3933.0, 3894.0, 3945.0, 3901.0, 3930.0, 3901.0, 3946.0, 3906.0, 3944.0, 3900.0, 3932.0, 3904.0, 3923.0, 3928.0, 3916.0, 3951.0, 3922.0, 3968.0, 3926.0, 3912.0, 3916.0, 3913.0, 3945.0, 3918.0, 3896.0, 3955.0, 3908.0, 3944.0, 3927.0, 3955.0, 3924.0, 3968.0, 3922.0, 3965.0, 3933.0, 3941.0, 3885.0, 3906.0, 3884.0, 3898.0, 3884.0, 3873.0, 3908.0, 3866.0, 3918.0, 3863.0, 3918.0, 3869.0, 3922.0, 3887.0, 3918.0, 3887.0, 3921.0, 3888.0, 3922.0, 3892.0, 3900.0, 3902.0, 3901.0, 3903.0, 3893.0, 3925.0, 3894.0, 3937.0, 3890.0, 3938.0, 3907.0, 3938.0, 3893.0, 3937.0, 3906.0, 3937.0, 3918.0, 3939.0, 3903.0, 3938.0, 3908.0, 3932.0, 3918.0, 3916.0, 3918.0, 3912.0, 3929.0, 3905.0, 3936.0, 3906.0, 3951.0, 3905.0, 3945.0, 3907.0, 3950.0, 3908.0, 3946.0, 3915.0, 3950.0, 3918.0, 3947.0, 3907.0, 3949.0, 3918.0, 3939.0, 3912.0, 3937.0, 3913.0, 3948.0, 3918.0, 3936.0, 3920.0, 3928.0, 3902.0, 3927.0, 3917.0, 3924.0, 3928.0, 3904.0, 3927.0, 3914.0, 3937.0, 3925.0, 3936.0, 3894.0, 3942.0, 3906.0, 3948.0, 3915.0, 3947.0, 3926.0, 3937.0, 3907.0, 3934.0, 3914.0, 3949.0, 3917.0, 3896.0, 3905.0, 3889.0, 3921.0, 3905.0, 3949.0, 3903.0, 3945.0, 3906.0, 3935.0, 3891.0, 3937.0, 3906.0, 3937.0, 3901.0, 3932.0, 3906.0, 3937.0, 3906.0, 3933.0, 3908.0, 3914.0, 3906.0, 3901.0, 3902.0, 3914.0, 3929.0, 3896.0, 3946.0, 3890.0, 3939.0, 3895.0, 3954.0, 3907.0, 3933.0, 3914.0, 3933.0, 3915.0, 3933.0, 3917.0, 3943.0, 3916.0, 3938.0, 3917.0, 3923.0, 3919.0, 3939.0, 3930.0, 3918.0, 3928.0, 3897.0, 3926.0, 3916.0, 3937.0, 3907.0, 3941.0, 3897.0, 3938.0, 3907.0, 3948.0, 3918.0, 3937.0, 3913.0, 3934.0, 3908.0, 3928.0, 3915.0, 3904.0, 3937.0, 3896.0, 3939.0, 3916.0, 3951.0, 3896.0, 3932.0, 3895.0, 3958.0, 3904.0, 3959.0, 3892.0, 3934.0, 3891.0, 3944.0, 3917.0, 3947.0, 3894.0, 3932.0, 3892.0, 3936.0, 3902.0, 3917.0, 3891.0, 3897.0, 3893.0, 3914.0, 3903.0, 3888.0, 3915.0, 3881.0, 3908.0, 3892.0, 3934.0, 3894.0, 3922.0, 3878.0, 3924.0, 3882.0, 3920.0, 3904.0, 3924.0, 3888.0, 3913.0, 3894.0, 3934.0, 3901.0, 3892.0, 3903.0, 3894.0, 3915.0, 3904.0, 3924.0, 3903.0, 3927.0, 3894.0, 3926.0, 3902.0, 3924.0, 3894.0, 3923.0, 3893.0, 3925.0, 3921.0, 3922.0, 3892.0, 3925.0, 3893.0, 3937.0, 3890.0, 3934.0, 3881.0, 3932.0, 3894.0, 3937.0, 3906.0, 3931.0, 3903.0, 3925.0, 3904.0, 3933.0, 3890.0, 3924.0, 3893.0, 3921.0, 3880.0, 3918.0, 3897.0, 3919.0, 3893.0, 3920.0, 3881.0, 3911.0, 3876.0, 3917.0, 3880.0, 3897.0, 3878.0, 3899.0, 3879.0, 3921.0, 3893.0, 3922.0, 3882.0, 3924.0, 3892.0, 3922.0, 3896.0, 3933.0, 3900.0, 3920.0, 3899.0, 3922.0, 3895.0, 3927.0, 3904.0, 3931.0, 3901.0, 3914.0, 3905.0, 3915.0, 3907.0, 3925.0, 3905.0, 3905.0, 3905.0, 3916.0, 3906.0, 3922.0, 3905.0, 3901.0, 3912.0, 3916.0, 3917.0, 3933.0, 3915.0, 3913.0, 3906.0, 3937.0, 3916.0, 3937.0, 3907.0, 3925.0, 3906.0, 3926.0, 3903.0, 3940.0, 3907.0, 3924.0, 3907.0, 3936.0, 3891.0, 3935.0, 3895.0, 3936.0, 3895.0, 3935.0, 3895.0, 3937.0, 3896.0, 3943.0, 3894.0, 3938.0, 3901.0, 3938.0, 3910.0, 3931.0, 3911.0, 3926.0, 3905.0, 3935.0, 3901.0, 3948.0, 3912.0, 3948.0, 3896.0, 3947.0, 3904.0, 3949.0, 3906.0, 3932.0, 3906.0, 3938.0, 3907.0, 3944.0, 3906.0, 3932.0, 3895.0, 3948.0, 3903.0, 3944.0, 3911.0, 3937.0, 3900.0, 3936.0, 3905.0, 3937.0, 3913.0, 3939.0, 3907.0, 3938.0, 3901.0, 3946.0, 3915.0, 3954.0, 3906.0, 3948.0, 3905.0, 3949.0, 3909.0, 3947.0, 3917.0, 3945.0, 3908.0, 3948.0, 3907.0, 3937.0, 3918.0, 3949.0, 3906.0, 3938.0, 3916.0, 3950.0, 3918.0, 3947.0, 3919.0, 3950.0, 3921.0, 3934.0, 3919.0, 3935.0, 3920.0, 3946.0, 3921.0, 3928.0, 3919.0, 3937.0, 3912.0, 3948.0, 3931.0, 3919.0, 3941.0, 3936.0, 3941.0, 3922.0, 3948.0, 3908.0, 3949.0, 3904.0, 3963.0, 3931.0, 3964.0, 3926.0, 3953.0, 3932.0, 3950.0, 3909.0, 3930.0, 3920.0, 3927.0, 3917.0, 3907.0, 3938.0, 3906.0, 3948.0, 3903.0, 3948.0, 3917.0, 3938.0, 3917.0, 3946.0, 3932.0, 3961.0, 3922.0, 3921.0, 3932.0, 3908.0, 3936.0, 3917.0, 3958.0, 3908.0, 3955.0, 3919.0, 3956.0, 3922.0, 3929.0, 3928.0, 3913.0, 3924.0, 3913.0, 3935.0, 3911.0, 3949.0, 3915.0, 3950.0, 3928.0, 3948.0, 3931.0, 3946.0, 3920.0, 3959.0, 3904.0, 3940.0, 3906.0, 3929.0, 3905.0, 3927.0, 3908.0, 3890.0, 3916.0, 3895.0, 3929.0, 3905.0, 3946.0, 3913.0, 3953.0, 3911.0, 3938.0, 3905.0, 3956.0, 3917.0, 3928.0, 3930.0, 3918.0, 3939.0, 3918.0, 3949.0, 3920.0, 3962.0, 3919.0, 3950.0, 3921.0, 3950.0, 3929.0, 3959.0, 3930.0, 3954.0, 3933.0, 3919.0, 3928.0, 3909.0, 3937.0, 3919.0, 3960.0, 3928.0, 3953.0, 3917.0, 3954.0, 3918.0, 3917.0, 3919.0, 3906.0, 3928.0, 3905.0, 3948.0, 3931.0, 3968.0, 3928.0, 3962.0, 3931.0, 3920.0, 3930.0, 3897.0, 3945.0, 3912.0, 3955.0, 3929.0, 3940.0, 3916.0, 3916.0, 3912.0, 3914.0, 3938.0, 3916.0, 3955.0, 3918.0, 3948.0, 3916.0, 3948.0, 3911.0, 3909.0, 3907.0, 3910.0, 3915.0, 3903.0, 3927.0, 3907.0, 3949.0, 3905.0, 3942.0, 3914.0, 3944.0, 3919.0, 3915.0, 3908.0, 3919.0, 3917.0, 3894.0, 3934.0, 3908.0, 3961.0, 3936.0, 3957.0, 3926.0, 3958.0, 3927.0, 3899.0, 3926.0, 3895.0, 3947.0, 3922.0, 3911.0, 3932.0, 3895.0, 3947.0, 3907.0, 3945.0, 3921.0, 3935.0, 3906.0, 3929.0, 3913.0, 3916.0, 3894.0, 3890.0, 3925.0, 3901.0, 3938.0, 3891.0, 3930.0, 3894.0, 3923.0, 3890.0, 3935.0, 3905.0, 3934.0, 3891.0, 3921.0, 3898.0, 3935.0, 3892.0, 3894.0, 3882.0, 3881.0, 3891.0, 3881.0, 3922.0, 3879.0, 3931.0, 3887.0, 3932.0, 3920.0, 3935.0, 3904.0, 3922.0, 3902.0, 3942.0, 3901.0, 3893.0, 3893.0], 'WindowWidth': [8932.0, 8858.0, 8905.0, 8826.0, 8843.0, 8781.0, 8806.0, 8799.0, 8789.0, 8810.0, 8752.0, 8803.0, 8741.0, 8820.0, 8775.0, 8821.0, 8758.0, 8803.0, 8763.0, 8802.0, 8771.0, 8750.0, 8761.0, 8748.0, 8774.0, 8772.0, 8811.0, 8746.0, 8795.0, 8734.0, 8798.0, 8755.0, 8835.0, 8772.0, 8825.0, 8765.0, 8814.0, 8780.0, 8792.0, 8790.0, 8768.0, 8789.0, 8744.0, 8821.0, 8781.0, 8816.0, 8778.0, 8807.0, 8760.0, 8792.0, 8795.0, 8746.0, 8786.0, 8746.0, 8819.0, 8754.0, 8820.0, 8781.0, 8829.0, 8760.0, 8820.0, 8787.0, 8761.0, 8771.0, 8733.0, 8788.0, 8761.0, 8821.0, 8753.0, 8805.0, 8739.0, 8821.0, 8778.0, 8815.0, 8777.0, 8768.0, 8775.0, 8759.0, 8827.0, 8757.0, 8810.0, 8767.0, 8814.0, 8798.0, 8789.0, 8776.0, 8754.0, 8783.0, 8779.0, 8815.0, 8769.0, 8819.0, 8756.0, 8806.0, 8771.0, 8824.0, 8775.0, 8800.0, 8753.0, 8806.0, 8776.0, 8739.0, 8770.0, 8728.0, 8776.0, 8751.0, 8814.0, 8759.0, 8831.0, 8761.0, 8813.0, 8775.0, 8790.0, 8780.0, 8762.0, 8788.0, 8743.0, 8815.0, 8762.0, 8822.0, 8747.0, 8801.0, 8746.0, 8821.0, 8755.0, 8801.0, 8738.0, 8801.0, 8777.0, 8787.0, 8773.0, 8746.0, 8753.0, 8759.0, 8778.0, 8741.0, 8785.0, 8730.0, 8819.0, 8762.0, 8797.0, 8760.0, 8805.0, 8754.0, 8817.0, 8777.0, 8804.0, 8764.0, 8797.0, 8739.0, 8791.0, 8760.0, 8773.0, 8767.0, 8764.0, 8754.0, 8770.0, 8811.0, 8749.0, 8819.0, 8749.0, 8802.0, 8740.0, 8825.0, 8762.0, 8805.0, 8747.0, 8812.0, 8753.0, 8799.0, 8761.0, 8795.0, 8768.0, 8803.0, 8767.0, 8816.0, 8764.0, 8828.0, 8761.0, 8743.0, 8758.0, 8761.0, 8768.0, 8768.0, 8802.0, 8754.0, 8821.0, 8771.0, 8804.0, 8783.0, 8808.0, 8764.0, 8765.0, 8771.0, 8771.0, 8796.0, 8747.0, 8787.0, 8747.0, 8802.0, 8763.0, 8821.0, 8775.0, 8809.0, 8768.0, 8816.0, 8760.0, 8756.0, 8760.0, 8749.0, 8781.0, 8763.0, 8805.0, 8742.0, 8817.0, 8753.0, 8821.0, 8778.0, 8794.0, 8755.0, 8757.0, 8778.0, 8777.0, 8808.0, 8753.0, 8809.0, 8748.0, 8806.0, 8765.0, 8815.0, 8766.0, 8808.0, 8767.0, 8805.0, 8759.0, 8809.0, 8773.0, 8737.0, 8753.0, 8729.0, 8772.0, 8737.0, 8796.0, 8735.0, 8796.0, 8718.0, 8786.0, 8722.0, 8801.0, 8751.0, 8800.0, 8749.0, 8800.0, 8737.0, 8793.0, 8767.0, 8770.0, 8743.0, 8747.0, 8762.0, 8764.0, 8824.0, 8753.0, 8802.0, 8746.0, 8812.0, 8756.0, 8803.0, 8781.0, 8808.0, 8766.0, 8803.0, 8762.0, 8817.0, 8778.0, 8813.0, 8759.0, 8762.0, 8751.0, 8767.0, 8789.0, 8745.0, 8789.0, 8717.0, 8802.0, 8741.0, 8799.0, 8750.0, 8798.0, 8749.0, 8804.0, 8764.0, 8802.0, 8746.0, 8784.0, 8750.0, 8806.0, 8753.0, 8756.0, 8742.0, 8750.0, 8759.0, 8775.0, 8794.0, 8746.0, 8776.0, 8745.0, 8807.0, 8757.0, 8824.0, 8789.0, 8807.0, 8764.0, 8802.0, 8765.0, 8808.0, 8759.0, 8805.0, 8743.0, 8815.0, 8741.0, 8802.0, 8776.0, 8788.0, 8735.0, 8788.0, 8744.0, 8786.0, 8744.0, 8775.0, 8735.0, 8773.0, 8744.0, 8784.0, 8757.0, 8786.0, 8757.0, 8774.0, 8740.0, 8793.0, 8742.0, 8767.0, 8748.0, 8767.0, 8740.0, 8788.0, 8777.0, 8737.0, 8778.0, 8730.0, 8781.0, 8763.0, 8797.0, 8740.0, 8807.0, 8741.0, 8789.0, 8744.0, 8809.0, 8750.0, 8832.0, 8740.0, 8788.0, 8738.0, 8803.0, 8741.0, 8817.0, 8782.0, 8804.0, 8760.0, 8792.0, 8757.0, 8778.0, 8795.0, 8745.0, 8796.0, 8746.0, 8802.0, 8745.0, 8819.0, 8766.0, 8823.0, 8779.0, 8809.0, 8766.0, 8815.0, 8777.0, 8812.0, 8768.0, 8788.0, 8764.0, 8789.0, 8760.0, 8766.0, 8780.0, 8746.0, 8792.0, 8758.0, 8793.0, 8754.0, 8806.0, 8742.0, 8806.0, 8750.0, 8807.0, 8752.0, 8810.0, 8762.0, 8815.0, 8753.0, 8800.0, 8767.0, 8818.0, 8782.0, 8746.0, 8758.0, 8749.0, 8790.0, 8778.0, 8816.0, 8755.0, 8819.0, 8770.0, 8827.0, 8764.0, 8815.0, 8786.0, 8816.0, 8769.0, 8805.0, 8765.0, 8823.0, 8780.0, 8762.0, 8758.0, 8751.0, 8778.0, 8781.0, 8774.0, 8753.0, 8787.0, 8743.0, 8776.0, 8741.0, 8807.0, 8743.0, 8792.0, 8732.0, 8791.0, 8744.0, 8792.0, 8733.0, 8815.0, 8755.0, 8808.0, 8752.0, 8759.0, 8782.0, 8768.0, 8808.0, 8764.0, 8832.0, 8770.0, 8782.0, 8767.0, 8730.0, 8817.0, 8775.0, 8784.0, 8787.0, 8755.0, 8792.0, 8753.0, 8822.0, 8788.0, 8807.0, 8765.0, 8792.0, 8759.0, 8818.0, 8759.0, 8795.0, 8782.0, 8779.0, 8767.0, 8817.0, 8780.0, 8780.0, 8754.0, 8764.0, 8759.0, 8764.0, 8801.0, 8743.0, 8809.0, 8742.0, 8807.0, 8752.0, 8822.0, 8761.0, 8799.0, 8763.0, 8823.0, 8770.0, 8821.0, 8761.0, 8805.0, 8770.0, 8797.0, 8813.0, 8790.0, 8843.0, 8806.0, 8865.0, 8806.0, 8790.0, 8792.0, 8793.0, 8829.0, 8793.0, 8764.0, 8842.0, 8781.0, 8826.0, 8803.0, 8839.0, 8796.0, 8860.0, 8788.0, 8848.0, 8802.0, 8808.0, 8729.0, 8762.0, 8726.0, 8747.0, 8727.0, 8711.0, 8763.0, 8707.0, 8782.0, 8701.0, 8777.0, 8712.0, 8785.0, 8737.0, 8778.0, 8739.0, 8785.0, 8747.0, 8787.0, 8750.0, 8757.0, 8764.0, 8762.0, 8764.0, 8752.0, 8796.0, 8755.0, 8813.0, 8746.0, 8815.0, 8775.0, 8818.0, 8754.0, 8814.0, 8774.0, 8814.0, 8792.0, 8818.0, 8768.0, 8818.0, 8779.0, 8812.0, 8791.0, 8787.0, 8791.0, 8780.0, 8806.0, 8773.0, 8816.0, 8773.0, 8836.0, 8771.0, 8826.0, 8777.0, 8835.0, 8778.0, 8827.0, 8784.0, 8836.0, 8792.0, 8830.0, 8775.0, 8833.0, 8792.0, 8819.0, 8780.0, 8815.0, 8780.0, 8830.0, 8790.0, 8813.0, 8797.0, 8804.0, 8766.0, 8800.0, 8789.0, 8795.0, 8802.0, 8768.0, 8802.0, 8781.0, 8814.0, 8798.0, 8812.0, 8755.0, 8818.0, 8772.0, 8831.0, 8785.0, 8827.0, 8800.0, 8815.0, 8774.0, 8808.0, 8781.0, 8833.0, 8787.0, 8758.0, 8770.0, 8745.0, 8788.0, 8769.0, 8832.0, 8766.0, 8826.0, 8774.0, 8811.0, 8748.0, 8813.0, 8772.0, 8812.0, 8763.0, 8804.0, 8773.0, 8813.0, 8774.0, 8806.0, 8778.0, 8784.0, 8773.0, 8761.0, 8765.0, 8783.0, 8806.0, 8759.0, 8832.0, 8748.0, 8821.0, 8759.0, 8844.0, 8775.0, 8807.0, 8783.0, 8808.0, 8787.0, 8809.0, 8792.0, 8822.0, 8788.0, 8818.0, 8791.0, 8795.0, 8794.0, 8821.0, 8809.0, 8791.0, 8805.0, 8764.0, 8800.0, 8787.0, 8815.0, 8775.0, 8824.0, 8762.0, 8817.0, 8775.0, 8832.0, 8791.0, 8816.0, 8782.0, 8811.0, 8778.0, 8805.0, 8788.0, 8779.0, 8817.0, 8761.0, 8823.0, 8787.0, 8839.0, 8762.0, 8807.0, 8758.0, 8844.0, 8767.0, 8848.0, 8751.0, 8806.0, 8747.0, 8820.0, 8786.0, 8826.0, 8754.0, 8801.0, 8748.0, 8809.0, 8762.0, 8779.0, 8746.0, 8750.0, 8749.0, 8779.0, 8762.0, 8740.0, 8782.0, 8732.0, 8767.0, 8749.0, 8804.0, 8751.0, 8789.0, 8726.0, 8791.0, 8733.0, 8783.0, 8765.0, 8793.0, 8743.0, 8778.0, 8753.0, 8805.0, 8763.0, 8750.0, 8766.0, 8754.0, 8784.0, 8768.0, 8797.0, 8767.0, 8802.0, 8755.0, 8800.0, 8764.0, 8794.0, 8754.0, 8793.0, 8752.0, 8795.0, 8787.0, 8795.0, 8749.0, 8795.0, 8750.0, 8813.0, 8746.0, 8807.0, 8735.0, 8806.0, 8755.0, 8814.0, 8771.0, 8803.0, 8767.0, 8797.0, 8768.0, 8805.0, 8746.0, 8792.0, 8752.0, 8786.0, 8731.0, 8779.0, 8757.0, 8780.0, 8750.0, 8783.0, 8731.0, 8772.0, 8722.0, 8784.0, 8730.0, 8751.0, 8727.0, 8755.0, 8729.0, 8787.0, 8751.0, 8788.0, 8736.0, 8793.0, 8749.0, 8788.0, 8759.0, 8804.0, 8759.0, 8787.0, 8759.0, 8790.0, 8757.0, 8799.0, 8769.0, 8801.0, 8763.0, 8781.0, 8770.0, 8783.0, 8774.0, 8796.0, 8770.0, 8769.0, 8770.0, 8784.0, 8773.0, 8790.0, 8772.0, 8763.0, 8784.0, 8786.0, 8787.0, 8806.0, 8785.0, 8779.0, 8774.0, 8815.0, 8787.0, 8814.0, 8776.0, 8797.0, 8774.0, 8799.0, 8767.0, 8822.0, 8774.0, 8795.0, 8776.0, 8813.0, 8750.0, 8810.0, 8758.0, 8812.0, 8758.0, 8811.0, 8758.0, 8816.0, 8760.0, 8821.0, 8756.0, 8817.0, 8762.0, 8816.0, 8778.0, 8800.0, 8775.0, 8798.0, 8771.0, 8812.0, 8763.0, 8830.0, 8778.0, 8831.0, 8762.0, 8831.0, 8770.0, 8834.0, 8774.0, 8808.0, 8775.0, 8818.0, 8774.0, 8823.0, 8773.0, 8807.0, 8759.0, 8830.0, 8767.0, 8823.0, 8776.0, 8814.0, 8761.0, 8814.0, 8769.0, 8815.0, 8779.0, 8819.0, 8775.0, 8818.0, 8763.0, 8828.0, 8787.0, 8843.0, 8776.0, 8832.0, 8773.0, 8834.0, 8781.0, 8830.0, 8792.0, 8826.0, 8779.0, 8833.0, 8777.0, 8816.0, 8792.0, 8834.0, 8775.0, 8819.0, 8787.0, 8835.0, 8794.0, 8832.0, 8797.0, 8839.0, 8801.0, 8813.0, 8796.0, 8815.0, 8797.0, 8828.0, 8798.0, 8804.0, 8794.0, 8817.0, 8779.0, 8831.0, 8810.0, 8794.0, 8830.0, 8827.0, 8827.0, 8799.0, 8832.0, 8780.0, 8836.0, 8773.0, 8858.0, 8818.0, 8862.0, 8808.0, 8846.0, 8816.0, 8838.0, 8782.0, 8811.0, 8798.0, 8803.0, 8790.0, 8776.0, 8817.0, 8776.0, 8831.0, 8768.0, 8832.0, 8790.0, 8820.0, 8792.0, 8830.0, 8816.0, 8854.0, 8803.0, 8802.0, 8818.0, 8782.0, 8818.0, 8791.0, 8853.0, 8782.0, 8847.0, 8795.0, 8842.0, 8801.0, 8810.0, 8815.0, 8785.0, 8798.0, 8783.0, 8815.0, 8787.0, 8836.0, 8787.0, 8838.0, 8807.0, 8833.0, 8812.0, 8828.0, 8795.0, 8847.0, 8771.0, 8821.0, 8774.0, 8804.0, 8770.0, 8801.0, 8777.0, 8747.0, 8786.0, 8756.0, 8805.0, 8771.0, 8826.0, 8787.0, 8841.0, 8785.0, 8819.0, 8774.0, 8850.0, 8793.0, 8807.0, 8813.0, 8796.0, 8823.0, 8794.0, 8837.0, 8799.0, 8859.0, 8798.0, 8839.0, 8800.0, 8838.0, 8810.0, 8851.0, 8811.0, 8839.0, 8815.0, 8795.0, 8807.0, 8781.0, 8817.0, 8794.0, 8850.0, 8807.0, 8843.0, 8792.0, 8845.0, 8792.0, 8789.0, 8794.0, 8775.0, 8806.0, 8773.0, 8832.0, 8812.0, 8867.0, 8809.0, 8856.0, 8813.0, 8796.0, 8809.0, 8763.0, 8825.0, 8786.0, 8840.0, 8808.0, 8823.0, 8788.0, 8787.0, 8779.0, 8790.0, 8819.0, 8788.0, 8847.0, 8792.0, 8831.0, 8788.0, 8831.0, 8785.0, 8781.0, 8776.0, 8779.0, 8784.0, 8767.0, 8801.0, 8777.0, 8834.0, 8773.0, 8819.0, 8783.0, 8823.0, 8795.0, 8786.0, 8777.0, 8791.0, 8787.0, 8756.0, 8810.0, 8779.0, 8859.0, 8826.0, 8849.0, 8803.0, 8846.0, 8805.0, 8758.0, 8799.0, 8758.0, 8827.0, 8792.0, 8777.0, 8814.0, 8757.0, 8827.0, 8775.0, 8825.0, 8797.0, 8809.0, 8772.0, 8795.0, 8786.0, 8785.0, 8754.0, 8752.0, 8797.0, 8768.0, 8817.0, 8747.0, 8805.0, 8753.0, 8790.0, 8745.0, 8807.0, 8769.0, 8806.0, 8747.0, 8785.0, 8760.0, 8808.0, 8749.0, 8749.0, 8733.0, 8731.0, 8744.0, 8730.0, 8788.0, 8729.0, 8799.0, 8736.0, 8799.0, 8791.0, 8810.0, 8766.0, 8787.0, 8766.0, 8828.0, 8768.0, 8750.0, 8751.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.000857482638888889</td></tr>
<tr><td colspan=3>aqi</td><td>0.03176516223958333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.56277427036497</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1423815992441355</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9690363094613388</td></tr>
<tr><td colspan=3>efc</td><td>0.4858</td></tr>
<tr><td colspan=3>fber</td><td>3734.3921</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09450615684607218</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.951388888888889</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.496080942053054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482132486275895</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6127659377068055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3933444021764614</td></tr>
<tr><td colspan=3>gcor</td><td>0.00447671</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006784248631447554</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028387220576405525</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.057418003873497</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>23.0487</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.9618</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.3384</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298290.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.2454</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7022</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.2323</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3150.6545</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>810.3624</td></tr>
<tr><td colspan=3>tsnr</td><td>33.78759475890547</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>