ds005256-mriqc/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter b5a0c31bfa [DATALAD RUNCMD] Compute MRIQC for sub-0089
=== 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-0089 --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-0089",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:30:49 +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-0089_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-02/func/sub-0089_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>259af661884307631f50913e17738955</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>15:48:30.145000</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.998575, -0.0232548, -0.0480397, 0.0369651, 0.950599, 0.308213]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101279</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7796, -7290, 673, -40, -274, 58, 125]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef8df0fb-11f0-4d7a-a491-0af8463f52c2||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.679102897644043, 0.09917473793029785, -0.10394741594791412, 110.68763732910156], [0.06239088997244835, 2.550387144088745, 0.8357842564582825, -118.33102416992188], [-0.12888698279857635, -0.8269135355949402, 2.565279722213745, -27.592941284179688], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['154830.145000', '154830.605000', '154831.065000', '154831.525000', '154831.985000', '154832.445000', '154832.905000', '154833.365000', '154833.825000', '154834.285000', '154834.745000', '154835.205000', '154835.665000', '154836.125000', '154836.585000', '154837.045000', '154837.505000', '154837.965000', '154838.425000', '154838.885000', '154839.345000', '154839.805000', '154840.265000', '154840.725000', '154841.185000', '154841.645000', '154842.105000', '154842.565000', '154843.025000', '154843.485000', '154843.945000', '154844.405000', '154844.865000', '154845.325000', '154845.785000', '154846.245000', '154846.705000', '154847.165000', '154847.625000', '154848.085000', '154848.545000', '154849.005000', '154849.465000', '154849.925000', '154850.385000', '154850.845000', '154851.305000', '154851.765000', '154852.225000', '154852.685000', '154853.145000', '154853.605000', '154854.065000', '154854.525000', '154854.985000', '154855.445000', '154855.905000', '154856.365000', '154856.825000', '154857.285000', '154857.745000', '154858.205000', '154858.665000', '154859.125000', '154859.585000', '154900.045000', '154900.505000', '154900.965000', '154901.425000', '154901.885000', '154902.345000', '154902.805000', '154903.265000', '154903.725000', '154904.185000', '154904.645000', '154905.105000', '154905.565000', '154906.025000', '154906.485000', '154906.945000', '154907.405000', '154907.865000', '154908.325000', '154908.785000', '154909.245000', '154909.705000', '154910.165000', '154910.625000', '154911.085000', '154911.545000', '154912.005000', '154912.465000', '154912.925000', '154913.385000', '154913.845000', '154914.305000', '154914.765000', '154915.225000', '154915.685000', '154916.145000', '154916.605000', '154917.065000', '154917.525000', '154917.985000', '154918.445000', '154918.905000', '154919.365000', '154919.825000', '154920.285000', '154920.745000', '154921.205000', '154921.665000', '154922.125000', '154922.585000', '154923.045000', '154923.505000', '154923.965000', '154924.425000', '154924.885000', '154925.345000', '154925.805000', '154926.265000', '154926.725000', '154927.185000', '154927.645000', '154928.105000', '154928.565000', '154929.025000', '154929.485000', '154929.945000', '154930.405000', '154930.865000', '154931.325000', '154931.785000', '154932.245000', '154932.705000', '154933.165000', '154933.625000', '154934.085000', '154934.545000', '154935.005000', '154935.465000', '154935.925000', '154936.385000', '154936.845000', '154937.305000', '154937.765000', '154938.225000', '154938.685000', '154939.145000', '154939.605000', '154940.065000', '154940.525000', '154940.985000', '154941.445000', '154941.905000', '154942.365000', '154942.825000', '154943.285000', '154943.745000', '154944.205000', '154944.665000', '154945.125000', '154945.585000', '154946.045000', '154946.505000', '154946.965000', '154947.425000', '154947.885000', '154948.345000', '154948.805000', '154949.265000', '154949.725000', '154950.185000', '154950.645000', '154951.105000', '154951.565000', '154952.025000', '154952.485000', '154952.945000', '154953.405000', '154953.865000', '154954.325000', '154954.785000', '154955.245000', '154955.705000', '154956.165000', '154956.625000', '154957.085000', '154957.545000', '154958.005000', '154958.465000', '154958.925000', '154959.385000', '154959.845000', '155000.305000', '155000.765000', '155001.225000', '155001.685000', '155002.145000', '155002.605000', '155003.065000', '155003.525000', '155003.985000', '155004.445000', '155004.905000', '155005.365000', '155005.825000', '155006.285000', '155006.745000', '155007.205000', '155007.665000', '155008.125000', '155008.585000', '155009.045000', '155009.505000', '155009.965000', '155010.425000', '155010.885000', '155011.345000', '155011.805000', '155012.265000', '155012.725000', '155013.185000', '155013.645000', '155014.105000', '155014.565000', '155015.025000', '155015.485000', '155015.945000', '155016.405000', '155016.865000', '155017.325000', '155017.785000', '155018.245000', '155018.705000', '155019.165000', '155019.625000', '155020.085000', '155020.545000', '155021.005000', '155021.465000', '155021.925000', '155022.385000', '155022.845000', '155023.305000', '155023.765000', '155024.225000', '155024.685000', '155025.145000', '155025.605000', '155026.065000', '155026.525000', '155026.985000', '155027.445000', '155027.905000', '155028.365000', '155028.825000', '155029.285000', '155029.745000', '155030.205000', '155030.665000', '155031.125000', '155031.585000', '155032.045000', '155032.505000', '155032.965000', '155033.425000', '155033.885000', '155034.345000', '155034.805000', '155035.265000', '155035.725000', '155036.185000', '155036.645000', '155037.105000', '155037.565000', '155038.025000', '155038.485000', '155038.945000', '155039.405000', '155039.865000', '155040.325000', '155040.785000', '155041.245000', '155041.705000', '155042.165000', '155042.625000', '155043.085000', '155043.545000', '155044.005000', '155044.465000', '155044.925000', '155045.385000', '155045.845000', '155046.305000', '155046.765000', '155047.225000', '155047.685000', '155048.145000', '155048.605000', '155049.065000', '155049.525000', '155049.985000', '155050.445000', '155050.905000', '155051.365000', '155051.825000', '155052.285000', '155052.745000', '155053.205000', '155053.665000', '155054.125000', '155054.585000', '155055.045000', '155055.505000', '155055.965000', '155056.425000', '155056.885000', '155057.345000', '155057.805000', '155058.265000', '155058.725000', '155059.185000', '155059.645000', '155100.105000', '155100.565000', '155101.025000', '155101.485000', '155101.945000', '155102.405000', '155102.865000', '155103.325000', '155103.785000', '155104.245000', '155104.705000', '155105.165000', '155105.625000', '155106.085000', '155106.545000', '155107.005000', '155107.465000', '155107.925000', '155108.385000', '155108.845000', '155109.305000', '155109.765000', '155110.225000', '155110.685000', '155111.145000', '155111.605000', '155112.065000', '155112.525000', '155112.985000', '155113.445000', '155113.905000', '155114.365000', '155114.825000', '155115.285000', '155115.745000', '155116.205000', '155116.665000', '155117.125000', '155117.585000', '155118.045000', '155118.505000', '155118.965000', '155119.425000', '155119.885000', '155120.345000', '155120.805000', '155121.265000', '155121.725000', '155122.185000', '155122.645000', '155123.105000', '155123.565000', '155124.025000', '155124.485000', '155124.945000', '155125.405000', '155125.865000', '155126.325000', '155126.785000', '155127.245000', '155127.705000', '155128.165000', '155128.625000', '155129.085000', '155129.545000', '155130.005000', '155130.465000', '155130.925000', '155131.385000', '155131.845000', '155132.305000', '155132.765000', '155133.225000', '155133.685000', '155134.145000', '155134.605000', '155135.065000', '155135.525000', '155135.985000', '155136.445000', '155136.905000', '155137.365000', '155137.825000', '155138.285000', '155138.745000', '155139.205000', '155139.665000', '155140.125000', '155140.585000', '155141.045000', '155141.505000', '155141.965000', '155142.425000', '155142.885000', '155143.345000', '155143.805000', '155144.265000', '155144.725000', '155145.185000', '155145.645000', '155146.105000', '155146.565000', '155147.025000', '155147.485000', '155147.945000', '155148.405000', '155148.865000', '155149.325000', '155149.785000', '155150.245000', '155150.705000', '155151.165000', '155151.625000', '155152.085000', '155152.545000', '155153.005000', '155153.465000', '155153.925000', '155154.385000', '155154.845000', '155155.305000', '155155.765000', '155156.225000', '155156.685000', '155157.145000', '155157.605000', '155158.065000', '155158.525000', '155158.985000', '155159.445000', '155159.905000', '155200.365000', '155200.825000', '155201.285000', '155201.745000', '155202.205000', '155202.665000', '155203.125000', '155203.585000', '155204.045000', '155204.505000', '155204.965000', '155205.425000', '155205.885000', '155206.345000', '155206.805000', '155207.265000', '155207.725000', '155208.185000', '155208.645000', '155209.105000', '155209.565000', '155210.025000', '155210.485000', '155210.945000', '155211.405000', '155211.865000', '155212.325000', '155212.785000', '155213.245000', '155213.705000', '155214.165000', '155214.625000', '155215.085000', '155215.545000', '155216.005000', '155216.465000', '155216.925000', '155217.385000', '155217.845000', '155218.305000', '155218.765000', '155219.225000', '155219.685000', '155220.145000', '155220.605000', '155221.065000', '155221.525000', '155221.985000', '155222.445000', '155222.905000', '155223.365000', '155223.825000', '155224.285000', '155224.745000', '155225.205000', '155225.665000', '155226.125000', '155226.585000', '155227.045000', '155227.505000', '155227.965000', '155228.425000', '155228.885000', '155229.345000', '155229.805000', '155230.265000', '155230.725000', '155231.185000', '155231.645000', '155232.105000', '155232.565000', '155233.025000', '155233.485000', '155233.945000', '155234.405000', '155234.865000', '155235.325000', '155235.785000', '155236.245000', '155236.705000', '155237.165000', '155237.625000', '155238.085000', '155238.545000', '155239.005000', '155239.465000', '155239.925000', '155240.385000', '155240.845000', '155241.305000', '155241.765000', '155242.225000', '155242.685000', '155243.145000', '155243.605000', '155244.065000', '155244.525000', '155244.985000', '155245.445000', '155245.905000', '155246.365000', '155246.825000', '155247.285000', '155247.745000', '155248.205000', '155248.665000', '155249.125000', '155249.585000', '155250.045000', '155250.505000', '155250.965000', '155251.425000', '155251.885000', '155252.345000', '155252.805000', '155253.265000', '155253.725000', '155254.185000', '155254.645000', '155255.105000', '155255.565000', '155256.025000', '155256.485000', '155256.945000', '155257.405000', '155257.865000', '155258.325000', '155258.785000', '155259.245000', '155259.705000', '155300.165000', '155300.625000', '155301.085000', '155301.545000', '155302.005000', '155302.465000', '155302.925000', '155303.385000', '155303.845000', '155304.305000', '155304.765000', '155305.225000', '155305.685000', '155306.145000', '155306.605000', '155307.065000', '155307.525000', '155307.985000', '155308.445000', '155308.905000', '155309.365000', '155309.825000', '155310.285000', '155310.745000', '155311.205000', '155311.665000', '155312.125000', '155312.585000', '155313.045000', '155313.505000', '155313.965000', '155314.425000', '155314.885000', '155315.345000', '155315.805000', '155316.265000', '155316.725000', '155317.185000', '155317.645000', '155318.105000', '155318.565000', '155319.025000', '155319.485000', '155319.945000', '155320.405000', '155320.865000', '155321.325000', '155321.785000', '155322.245000', '155322.705000', '155323.165000', '155323.625000', '155324.085000', '155324.545000', '155325.005000', '155325.465000', '155325.925000', '155326.385000', '155326.845000', '155327.305000', '155327.765000', '155328.225000', '155328.685000', '155329.145000', '155329.605000', '155330.065000', '155330.525000', '155330.985000', '155331.445000', '155331.905000', '155332.365000', '155332.825000', '155333.285000', '155333.745000', '155334.205000', '155334.665000', '155335.125000', '155335.585000', '155336.045000', '155336.505000', '155336.965000', '155337.425000', '155337.885000', '155338.345000', '155338.805000', '155339.265000', '155339.725000', '155340.185000', '155340.645000', '155341.105000', '155341.565000', '155342.025000', '155342.485000', '155342.945000', '155343.405000', '155343.865000', '155344.325000', '155344.785000', '155345.245000', '155345.705000', '155346.165000', '155346.625000', '155347.085000', '155347.545000', '155348.005000', '155348.465000', '155348.925000', '155349.385000', '155349.845000', '155350.305000', '155350.765000', '155351.225000', '155351.685000', '155352.145000', '155352.605000', '155353.065000', '155353.525000', '155353.985000', '155354.445000', '155354.905000', '155355.365000', '155355.825000', '155356.285000', '155356.745000', '155357.205000', '155357.665000', '155358.125000', '155358.585000', '155359.045000', '155359.505000', '155359.965000', '155400.425000', '155400.885000', '155401.345000', '155401.805000', '155402.265000', '155402.725000', '155403.185000', '155403.645000', '155404.105000', '155404.565000', '155405.025000', '155405.485000', '155405.945000', '155406.405000', '155406.865000', '155407.325000', '155407.785000', '155408.245000', '155408.705000', '155409.165000', '155409.625000', '155410.085000', '155410.545000', '155411.005000', '155411.465000', '155411.925000', '155412.385000', '155412.845000', '155413.305000', '155413.765000', '155414.225000', '155414.685000', '155415.145000', '155415.605000', '155416.065000', '155416.525000', '155416.985000', '155417.445000', '155417.905000', '155418.365000', '155418.825000', '155419.285000', '155419.745000', '155420.205000', '155420.665000', '155421.125000', '155421.585000', '155422.045000', '155422.505000', '155422.965000', '155423.425000', '155423.885000', '155424.345000', '155424.805000', '155425.265000', '155425.725000', '155426.185000', '155426.645000', '155427.105000', '155427.565000', '155428.025000', '155428.485000', '155428.945000', '155429.405000', '155429.865000', '155430.325000', '155430.785000', '155431.245000', '155431.705000', '155432.165000', '155432.625000', '155433.085000', '155433.545000', '155434.005000', '155434.465000', '155434.925000', '155435.385000', '155435.845000', '155436.305000', '155436.765000', '155437.225000', '155437.685000', '155438.145000', '155438.605000', '155439.065000', '155439.525000', '155439.985000', '155440.445000', '155440.905000', '155441.365000', '155441.825000', '155442.285000', '155442.745000', '155443.205000', '155443.665000', '155444.125000', '155444.585000', '155445.045000', '155445.505000', '155445.965000', '155446.425000', '155446.885000', '155447.345000', '155447.805000', '155448.265000', '155448.725000', '155449.185000', '155449.645000', '155450.105000', '155450.565000', '155451.025000', '155451.485000', '155451.945000', '155452.405000', '155452.865000', '155453.325000', '155453.785000', '155454.245000', '155454.705000', '155455.165000', '155455.625000', '155456.085000', '155456.545000', '155457.005000', '155457.465000', '155457.925000', '155458.385000', '155458.845000', '155459.305000', '155459.765000', '155500.225000', '155500.685000', '155501.145000', '155501.605000', '155502.065000', '155502.525000', '155502.985000', '155503.445000', '155503.905000', '155504.365000', '155504.825000', '155505.285000', '155505.745000', '155506.205000', '155506.665000', '155507.125000', '155507.585000', '155508.045000', '155508.505000', '155508.965000', '155509.425000', '155509.885000', '155510.345000', '155510.805000', '155511.265000', '155511.725000', '155512.185000', '155512.645000', '155513.105000', '155513.565000', '155514.025000', '155514.485000', '155514.945000', '155515.405000', '155515.865000', '155516.325000', '155516.785000', '155517.245000', '155517.705000', '155518.165000', '155518.625000', '155519.085000', '155519.545000', '155520.005000', '155520.465000', '155520.925000', '155521.385000', '155521.845000', '155522.305000', '155522.765000', '155523.225000', '155523.685000', '155524.145000', '155524.605000', '155525.065000', '155525.525000', '155525.985000', '155526.445000', '155526.905000', '155527.365000', '155527.825000', '155528.285000', '155528.745000', '155529.205000', '155529.665000', '155530.125000', '155530.585000', '155531.045000', '155531.505000', '155531.965000', '155532.425000', '155532.885000', '155533.345000', '155533.805000', '155534.265000', '155534.725000', '155535.185000', '155535.645000', '155536.105000', '155536.565000', '155537.025000', '155537.485000', '155537.945000', '155538.405000', '155538.865000', '155539.325000', '155539.785000', '155540.245000', '155540.705000', '155541.165000', '155541.625000', '155542.085000', '155542.545000', '155543.005000', '155543.465000', '155543.925000', '155544.385000', '155544.845000', '155545.305000', '155545.765000', '155546.225000', '155546.685000', '155547.145000', '155547.605000', '155548.065000', '155548.525000', '155548.985000', '155549.445000', '155549.905000', '155550.365000', '155550.825000', '155551.285000', '155551.745000', '155552.205000', '155552.665000', '155553.125000', '155553.585000', '155554.045000', '155554.505000', '155554.965000', '155555.425000', '155555.885000', '155556.345000', '155556.805000', '155557.265000', '155557.725000', '155558.185000', '155558.645000', '155559.105000', '155559.565000', '155600.025000', '155600.485000', '155600.945000', '155601.405000', '155601.865000', '155602.325000', '155602.785000', '155603.245000', '155603.705000', '155604.165000', '155604.625000', '155605.085000', '155605.545000', '155606.005000', '155606.465000', '155606.925000', '155607.385000', '155607.845000', '155608.305000', '155608.765000', '155609.225000', '155609.685000', '155610.145000', '155610.605000', '155611.065000', '155611.525000', '155611.985000', '155612.445000', '155612.905000', '155613.365000', '155613.825000', '155614.285000', '155614.745000', '155615.205000', '155615.665000', '155616.125000', '155616.585000', '155617.045000', '155617.505000', '155617.965000', '155618.425000', '155618.885000', '155619.345000', '155619.805000', '155620.265000', '155620.725000', '155621.185000', '155621.645000', '155622.105000', '155622.565000', '155623.025000', '155623.485000', '155623.945000', '155624.405000', '155624.865000', '155625.325000', '155625.785000', '155626.245000', '155626.705000', '155627.165000', '155627.625000', '155628.085000', '155628.545000', '155629.005000', '155629.465000', '155629.925000', '155630.385000', '155630.845000', '155631.305000', '155631.765000', '155632.225000', '155632.685000', '155633.145000', '155633.605000', '155634.065000', '155634.525000', '155634.985000', '155635.445000', '155635.905000', '155636.365000', '155636.825000', '155637.285000', '155637.745000', '155638.205000', '155638.665000', '155639.125000', '155639.585000', '155640.045000', '155640.505000', '155640.965000', '155641.425000', '155641.885000', '155642.345000', '155642.805000', '155643.265000', '155643.725000', '155644.185000', '155644.645000', '155645.105000', '155645.565000', '155646.025000', '155646.485000', '155646.945000', '155647.405000', '155647.865000', '155648.325000', '155648.785000', '155649.245000', '155649.705000', '155650.165000', '155650.625000', '155651.085000', '155651.545000', '155652.005000', '155652.465000', '155652.925000', '155653.385000', '155653.845000', '155654.305000', '155654.765000', '155655.225000', '155655.685000', '155656.145000', '155656.605000', '155657.065000', '155657.525000', '155657.985000', '155658.445000', '155658.905000', '155659.365000', '155659.825000', '155700.285000', '155700.745000', '155701.205000', '155701.665000', '155702.125000', '155702.585000', '155703.045000', '155703.505000', '155703.965000', '155704.425000', '155704.885000', '155705.345000', '155705.805000', '155706.265000', '155706.725000', '155707.185000', '155707.645000', '155708.105000', '155708.565000', '155709.025000', '155709.485000', '155709.945000', '155710.405000', '155710.865000', '155711.325000', '155711.785000', '155712.245000', '155712.705000', '155713.165000', '155713.625000', '155714.085000', '155714.545000', '155715.005000', '155715.465000', '155715.925000', '155716.385000', '155716.845000', '155717.305000', '155717.765000', '155718.225000', '155718.685000', '155719.145000', '155719.605000', '155720.065000', '155720.525000', '155720.985000', '155721.445000', '155721.905000', '155722.365000'], 'ContentTime': ['154844.711000', '154844.714000', '154844.717000', '154844.720000', '154844.722000', '154844.730000', '154844.738000', '154844.741000', '154844.743000', '154844.746000', '154844.748000', '154844.751000', '154844.753000', '154844.756000', '154844.759000', '154844.761000', '154844.764000', '154844.767000', '154844.769000', '154844.779000', '154844.781000', '154844.784000', '154844.787000', '154844.789000', '154844.792000', '154844.794000', '154844.797000', '154844.800000', '154844.802000', '154904.659000', '154904.662000', '154904.665000', '154904.667000', '154904.670000', '154904.673000', '154904.675000', '154904.678000', '154904.680000', '154904.683000', '154904.690000', '154904.693000', '154904.695000', '154904.698000', '154904.700000', '154904.703000', '154904.706000', '154904.708000', '154904.711000', '154904.713000', '154904.716000', '154904.719000', '154904.721000', '154904.724000', '154904.726000', '154904.729000', '154904.732000', '154904.734000', '154904.737000', '154904.739000', '154904.742000', '154904.744000', '154904.747000', '154904.750000', '154904.752000', '154904.755000', '154904.757000', '154904.760000', '154904.763000', '154904.765000', '154904.768000', '154904.770000', '154904.773000', '154904.776000', '154924.661000', '154924.664000', '154924.666000', '154924.669000', '154924.671000', '154924.674000', '154924.676000', '154924.679000', '154924.681000', '154924.684000', '154924.687000', '154924.689000', '154924.692000', '154924.694000', '154924.697000', '154924.700000', '154924.702000', '154924.705000', '154924.708000', '154924.710000', '154924.713000', '154924.715000', '154924.718000', '154924.721000', '154924.723000', '154924.726000', '154924.728000', '154924.731000', '154924.734000', '154924.736000', '154924.739000', '154924.741000', '154924.744000', '154924.747000', '154924.749000', '154924.752000', '154924.754000', '154924.757000', '154924.759000', '154924.762000', '154924.765000', '154924.774000', '154924.777000', '154944.661000', '154944.663000', '154944.666000', '154944.669000', '154944.671000', '154944.674000', '154944.676000', '154944.679000', '154944.682000', '154944.684000', '154944.687000', '154944.689000', '154944.693000', '154944.696000', '154944.699000', '154944.702000', '154944.704000', '154944.707000', '154944.709000', '154944.712000', '154944.715000', '154944.717000', '154944.720000', '154944.722000', '154944.725000', '154944.728000', '154944.731000', '154944.733000', '154944.736000', '154944.738000', '154944.741000', '154944.744000', '154944.746000', '154944.749000', '154944.752000', '154944.754000', '154944.757000', '154944.760000', '154944.762000', '154944.765000', '154944.768000', '154944.770000', '154944.773000', '154944.776000', '155004.660000', '155004.663000', '155004.666000', '155004.668000', '155004.671000', '155004.674000', '155004.676000', '155004.679000', '155004.682000', '155004.684000', '155004.687000', '155004.689000', '155004.692000', '155004.695000', '155004.697000', '155004.700000', '155004.702000', '155004.705000', '155004.708000', '155004.710000', '155004.713000', '155004.715000', '155004.718000', '155004.751000', '155004.754000', '155004.756000', '155004.759000', '155004.762000', '155004.764000', '155004.767000', '155004.769000', '155004.772000', '155004.775000', '155004.777000', '155004.780000', '155004.782000', '155004.785000', '155004.788000', '155004.790000', '155004.793000', '155004.795000', '155004.798000', '155004.822000', '155024.660000', '155024.663000', '155024.665000', '155024.668000', '155024.670000', '155024.673000', '155024.676000', '155024.679000', '155024.681000', '155024.684000', '155024.687000', '155024.689000', '155024.692000', '155024.695000', '155024.697000', '155024.700000', '155024.702000', '155024.705000', '155024.708000', '155024.710000', '155024.713000', '155024.715000', '155024.718000', '155024.721000', '155024.723000', '155024.726000', '155024.728000', '155024.731000', '155024.734000', '155024.736000', '155024.739000', '155024.741000', '155024.744000', '155024.746000', '155024.749000', '155024.752000', '155024.754000', '155024.757000', '155024.760000', '155024.762000', '155024.765000', '155024.767000', '155024.770000', '155044.660000', '155044.662000', '155044.665000', '155044.668000', '155044.670000', '155044.673000', '155044.675000', '155044.678000', '155044.681000', '155044.683000', '155044.686000', '155044.688000', '155044.691000', '155044.694000', '155044.696000', '155044.699000', '155044.702000', '155044.704000', '155044.707000', '155044.709000', '155044.712000', '155044.715000', '155044.717000', '155044.720000', '155044.723000', '155044.725000', '155044.728000', '155044.731000', '155044.733000', '155044.736000', '155044.739000', '155044.741000', '155044.744000', '155044.746000', '155044.749000', '155044.751000', '155044.754000', '155044.757000', '155044.759000', '155044.762000', '155044.765000', '155044.767000', '155044.770000', '155044.772000', '155104.659000', '155104.662000', '155104.665000', '155104.668000', '155104.670000', '155104.673000', '155104.675000', '155104.678000', '155104.681000', '155104.683000', '155104.686000', '155104.688000', '155104.691000', '155104.694000', '155104.696000', '155104.699000', '155104.701000', '155104.704000', '155104.707000', '155104.709000', '155104.712000', '155104.715000', '155104.717000', '155104.720000', '155104.723000', '155104.725000', '155104.728000', '155104.731000', '155104.735000', '155104.737000', '155104.740000', '155104.743000', '155104.746000', '155104.748000', '155104.751000', '155104.753000', '155104.756000', '155104.759000', '155104.761000', '155104.764000', '155104.766000', '155104.769000', '155104.772000', '155124.659000', '155124.662000', '155124.665000', '155124.667000', '155124.670000', '155124.672000', '155124.675000', '155124.678000', '155124.680000', '155124.683000', '155124.685000', '155124.688000', '155124.691000', '155124.693000', '155124.696000', '155124.699000', '155124.701000', '155124.704000', '155124.707000', '155124.709000', '155124.712000', '155124.714000', '155124.717000', '155124.720000', '155124.722000', '155124.725000', '155124.728000', '155124.730000', '155124.733000', '155124.735000', '155124.738000', '155124.741000', '155124.743000', '155124.746000', '155124.748000', '155124.751000', '155124.754000', '155124.756000', '155124.759000', '155124.762000', '155124.764000', '155124.767000', '155124.769000', '155124.772000', '155144.661000', '155144.663000', '155144.666000', '155144.669000', '155144.671000', '155144.674000', '155144.677000', '155144.679000', '155144.682000', '155144.684000', '155144.687000', '155144.689000', '155144.692000', '155144.695000', '155144.697000', '155144.700000', '155144.703000', '155144.705000', '155144.708000', '155144.723000', '155144.726000', '155144.729000', '155144.731000', '155144.734000', '155144.737000', '155144.739000', '155144.742000', '155144.744000', '155144.747000', '155144.750000', '155144.752000', '155144.755000', '155144.758000', '155144.760000', '155144.763000', '155144.766000', '155144.768000', '155144.771000', '155144.773000', '155144.776000', '155144.779000', '155144.781000', '155144.784000', '155204.661000', '155204.664000', '155204.666000', '155204.669000', '155204.671000', '155204.674000', '155204.677000', '155204.679000', '155204.682000', '155204.685000', '155204.687000', '155204.690000', '155204.692000', '155204.695000', '155204.698000', '155204.700000', '155204.703000', '155204.705000', '155204.708000', '155204.710000', '155204.713000', '155204.716000', '155204.718000', '155204.721000', '155204.724000', '155204.726000', '155204.729000', '155204.731000', '155204.734000', '155204.737000', '155204.739000', '155204.742000', '155204.744000', '155204.747000', '155204.750000', '155204.752000', '155204.755000', '155204.757000', '155204.760000', '155204.763000', '155204.765000', '155204.768000', '155204.770000', '155204.773000', '155224.661000', '155224.664000', '155224.666000', '155224.669000', '155224.671000', '155224.674000', '155224.677000', '155224.679000', '155224.682000', '155224.684000', '155224.687000', '155224.690000', '155224.692000', '155224.695000', '155224.698000', '155224.700000', '155224.703000', '155224.706000', '155224.708000', '155224.711000', '155224.714000', '155224.716000', '155224.719000', '155224.721000', '155224.724000', '155224.727000', '155224.729000', '155224.732000', '155224.734000', '155224.737000', '155224.740000', '155224.742000', '155224.745000', '155224.748000', '155224.750000', '155224.753000', '155224.755000', '155224.758000', '155224.761000', '155224.763000', '155224.766000', '155224.768000', '155224.773000', '155244.660000', '155244.663000', '155244.665000', '155244.668000', '155244.671000', '155244.673000', '155244.676000', '155244.678000', '155244.681000', '155244.684000', '155244.686000', '155244.689000', '155244.691000', '155244.694000', '155244.697000', '155244.699000', '155244.702000', '155244.705000', '155244.707000', '155244.710000', '155244.713000', '155244.715000', '155244.718000', '155244.720000', '155244.723000', '155244.726000', '155244.728000', '155244.731000', '155244.734000', '155244.736000', '155244.739000', '155244.742000', '155244.744000', '155244.747000', '155244.749000', '155244.752000', '155244.755000', '155244.757000', '155244.760000', '155244.763000', '155244.765000', '155244.768000', '155244.770000', '155244.773000', '155304.659000', '155304.662000', '155304.665000', '155304.668000', '155304.670000', '155304.673000', '155304.675000', '155304.678000', '155304.681000', '155304.683000', '155304.686000', '155304.689000', '155304.691000', '155304.694000', '155304.696000', '155304.699000', '155304.702000', '155304.704000', '155304.707000', '155304.709000', '155304.712000', '155304.715000', '155304.717000', '155304.720000', '155304.722000', '155304.725000', '155304.728000', '155304.731000', '155304.733000', '155304.736000', '155304.750000', '155304.753000', '155304.755000', '155304.758000', '155304.761000', '155304.763000', '155304.766000', '155304.769000', '155304.771000', '155304.774000', '155304.776000', '155304.779000', '155304.781000', '155324.660000', '155324.663000', '155324.665000', '155324.668000', '155324.671000', '155324.673000', '155324.676000', '155324.678000', '155324.681000', '155324.684000', '155324.686000', '155324.689000', '155324.691000', '155324.694000', '155324.697000', '155324.699000', '155324.702000', '155324.705000', '155324.707000', '155324.710000', '155324.712000', '155324.715000', '155324.718000', '155324.720000', '155324.723000', '155324.725000', '155324.728000', '155324.731000', '155324.733000', '155324.736000', '155324.739000', '155324.741000', '155324.744000', '155324.747000', '155324.749000', '155324.752000', '155324.755000', '155324.757000', '155324.760000', '155324.763000', '155324.765000', '155324.768000', '155324.771000', '155324.773000', '155344.660000', '155344.662000', '155344.665000', '155344.668000', '155344.671000', '155344.673000', '155344.676000', '155344.678000', '155344.681000', '155344.684000', '155344.686000', '155344.689000', '155344.692000', '155344.694000', '155344.697000', '155344.700000', '155344.702000', '155344.705000', '155344.707000', '155344.710000', '155344.713000', '155344.715000', '155344.718000', '155344.720000', '155344.723000', '155344.726000', '155344.728000', '155344.731000', '155344.734000', '155344.736000', '155344.739000', '155344.741000', '155344.744000', '155344.747000', '155344.749000', '155344.753000', '155344.755000', '155344.758000', '155344.761000', '155344.763000', '155344.768000', '155344.771000', '155344.774000', '155404.660000', '155404.663000', '155404.666000', '155404.669000', '155404.671000', '155404.674000', '155404.676000', '155404.679000', '155404.682000', '155404.684000', '155404.687000', '155404.689000', '155404.692000', '155404.695000', '155404.697000', '155404.700000', '155404.703000', '155404.705000', '155404.708000', '155404.710000', '155404.713000', '155404.716000', '155404.718000', '155404.721000', '155404.723000', '155404.726000', '155404.728000', '155404.731000', '155404.734000', '155404.736000', '155404.739000', '155404.742000', '155404.744000', '155404.747000', '155404.749000', '155404.752000', '155404.755000', '155404.757000', '155404.760000', '155404.762000', '155404.765000', '155404.768000', '155404.770000', '155404.773000', '155424.660000', '155424.663000', '155424.666000', '155424.669000', '155424.671000', '155424.674000', '155424.676000', '155424.679000', '155424.682000', '155424.684000', '155424.687000', '155424.690000', '155424.692000', '155424.695000', '155424.697000', '155424.700000', '155424.703000', '155424.705000', '155424.708000', '155424.710000', '155424.713000', '155424.716000', '155424.718000', '155424.721000', '155424.723000', '155424.726000', '155424.729000', '155424.731000', '155424.734000', '155424.736000', '155424.739000', '155424.742000', '155424.744000', '155424.747000', '155424.749000', '155424.752000', '155424.755000', '155424.757000', '155424.760000', '155424.762000', '155424.765000', '155424.768000', '155424.770000', '155444.661000', '155444.663000', '155444.666000', '155444.669000', '155444.672000', '155444.674000', '155444.677000', '155444.679000', '155444.682000', '155444.685000', '155444.687000', '155444.690000', '155444.702000', '155444.705000', '155444.707000', '155444.710000', '155444.712000', '155444.715000', '155444.718000', '155444.720000', '155444.723000', '155444.725000', '155444.728000', '155444.731000', '155444.733000', '155444.736000', '155444.738000', '155444.741000', '155444.744000', '155444.746000', '155444.749000', '155444.752000', '155444.754000', '155444.757000', '155444.759000', '155444.762000', '155444.765000', '155444.767000', '155444.770000', '155444.772000', '155444.775000', '155444.778000', '155444.780000', '155444.783000', '155504.659000', '155504.662000', '155504.665000', '155504.668000', '155504.670000', '155504.673000', '155504.676000', '155504.678000', '155504.681000', '155504.683000', '155504.686000', '155504.689000', '155504.692000', '155504.694000', '155504.697000', '155504.699000', '155504.702000', '155504.705000', '155504.707000', '155504.710000', '155504.712000', '155504.715000', '155504.718000', '155504.720000', '155504.723000', '155504.726000', '155504.728000', '155504.731000', '155504.734000', '155504.736000', '155504.739000', '155504.741000', '155504.744000', '155504.747000', '155504.749000', '155504.752000', '155504.754000', '155504.757000', '155504.760000', '155504.763000', '155504.765000', '155504.768000', '155504.770000', '155524.660000', '155524.663000', '155524.665000', '155524.668000', '155524.671000', '155524.673000', '155524.676000', '155524.678000', '155524.681000', '155524.684000', '155524.686000', '155524.689000', '155524.692000', '155524.694000', '155524.697000', '155524.699000', '155524.702000', '155524.705000', '155524.707000', '155524.710000', '155524.713000', '155524.715000', '155524.718000', '155524.720000', '155524.723000', '155524.726000', '155524.728000', '155524.731000', '155524.734000', '155524.736000', '155524.739000', '155524.741000', '155524.744000', '155524.747000', '155524.749000', '155524.752000', '155524.754000', '155524.757000', '155524.760000', '155524.762000', '155524.765000', '155524.768000', '155524.770000', '155524.773000', '155544.660000', '155544.662000', '155544.665000', '155544.668000', '155544.670000', '155544.673000', '155544.676000', '155544.678000', '155544.681000', '155544.683000', '155544.686000', '155544.689000', '155544.691000', '155544.694000', '155544.697000', '155544.699000', '155544.702000', '155544.704000', '155544.707000', '155544.710000', '155544.712000', '155544.715000', '155544.717000', '155544.720000', '155544.723000', '155544.725000', '155544.728000', '155544.731000', '155544.733000', '155544.736000', '155544.739000', '155544.741000', '155544.744000', '155544.747000', '155544.749000', '155544.752000', '155544.754000', '155544.757000', '155544.760000', '155544.762000', '155544.765000', '155544.767000', '155544.770000', '155604.661000', '155604.663000', '155604.666000', '155604.669000', '155604.671000', '155604.674000', '155604.677000', '155604.679000', '155604.715000', '155604.718000', '155604.721000', '155604.723000', '155604.726000', '155604.728000', '155604.731000', '155604.734000', '155604.736000', '155604.739000', '155604.741000', '155604.744000', '155604.747000', '155604.750000', '155604.752000', '155604.755000', '155604.757000', '155604.760000', '155604.763000', '155604.765000', '155604.768000', '155604.771000', '155604.773000', '155604.776000', '155604.778000', '155604.781000', '155604.783000', '155604.786000', '155604.789000', '155604.791000', '155604.794000', '155604.797000', '155604.799000', '155604.802000', '155604.805000', '155604.807000', '155624.661000', '155624.663000', '155624.666000', '155624.669000', '155624.671000', '155624.674000', '155624.676000', '155624.679000', '155624.682000', '155624.684000', '155624.687000', '155624.689000', '155624.692000', '155624.695000', '155624.697000', '155624.700000', '155624.702000', '155624.705000', '155624.708000', '155624.710000', '155624.713000', '155624.716000', '155624.718000', '155624.721000', '155624.724000', '155624.726000', '155624.729000', '155624.731000', '155624.734000', '155624.737000', '155624.739000', '155624.742000', '155624.744000', '155624.747000', '155624.750000', '155624.753000', '155624.755000', '155624.758000', '155624.761000', '155624.763000', '155624.766000', '155624.769000', '155624.771000', '155644.660000', '155644.663000', '155644.666000', '155644.669000', '155644.671000', '155644.674000', '155644.676000', '155644.679000', '155644.682000', '155644.684000', '155644.687000', '155644.689000', '155644.692000', '155644.695000', '155644.697000', '155644.700000', '155644.703000', '155644.705000', '155644.708000', '155644.711000', '155644.713000', '155644.716000', '155644.718000', '155644.729000', '155644.731000', '155644.734000', '155644.736000', '155644.739000', '155644.741000', '155644.744000', '155644.747000', '155644.749000', '155644.752000', '155644.754000', '155644.757000', '155644.760000', '155644.763000', '155644.765000', '155644.768000', '155644.770000', '155644.773000', '155644.776000', '155644.778000', '155704.661000', '155704.663000', '155704.666000', '155704.669000', '155704.671000', '155704.674000', '155704.677000', '155704.679000', '155704.682000', '155704.684000', '155704.687000', '155704.689000', '155704.692000', '155704.695000', '155704.697000', '155704.700000', '155704.702000', '155704.705000', '155704.707000', '155704.710000', '155704.713000', '155704.715000', '155704.718000', '155704.721000', '155704.723000', '155704.726000', '155704.729000', '155704.731000', '155704.734000', '155704.736000', '155704.739000', '155704.742000', '155704.744000', '155704.747000', '155704.750000', '155704.752000', '155704.755000', '155704.758000', '155704.760000', '155704.763000', '155704.765000', '155704.768000', '155704.770000', '155704.773000', '155723.758000', '155723.762000', '155723.765000', '155723.768000', '155723.771000', '155723.831000', '155723.834000', '155723.836000', '155723.839000', '155723.842000', '155723.911000', '155723.914000', '155723.916000', '155723.919000', '155723.922000', '155723.924000', '155723.927000', '155723.930000', '155723.932000', '155723.935000', '155723.938000', '155723.941000', '155723.944000', '155723.947000', '155723.950000', '155723.953000', '155723.956000', '155723.960000', '155723.964000', '155723.968000', '155723.972000', '155723.976000', '155723.980000', '155723.986000', '155723.988000', '155723.991000', '155723.994000', '155723.997000', '155724.001000', '155724.004000', '155724.007000', '155724.010000'], 'InstanceCreationTime': ['154844.711000', '154844.714000', '154844.717000', '154844.720000', '154844.722000', '154844.730000', '154844.738000', '154844.741000', '154844.743000', '154844.746000', '154844.748000', '154844.751000', '154844.753000', '154844.756000', '154844.759000', '154844.761000', '154844.764000', '154844.767000', '154844.769000', '154844.779000', '154844.781000', '154844.784000', '154844.787000', '154844.789000', '154844.792000', '154844.794000', '154844.797000', '154844.800000', '154844.802000', '154904.659000', '154904.662000', '154904.665000', '154904.667000', '154904.670000', '154904.673000', '154904.675000', '154904.678000', '154904.680000', '154904.683000', '154904.690000', '154904.693000', '154904.695000', '154904.698000', '154904.700000', '154904.703000', '154904.706000', '154904.708000', '154904.711000', '154904.713000', '154904.716000', '154904.719000', '154904.721000', '154904.724000', '154904.726000', '154904.729000', '154904.732000', '154904.734000', '154904.737000', '154904.739000', '154904.742000', '154904.744000', '154904.747000', '154904.750000', '154904.752000', '154904.755000', '154904.757000', '154904.760000', '154904.763000', '154904.765000', '154904.768000', '154904.770000', '154904.773000', '154904.776000', '154924.661000', '154924.664000', '154924.666000', '154924.669000', '154924.671000', '154924.674000', '154924.676000', '154924.679000', '154924.681000', '154924.684000', '154924.687000', '154924.689000', '154924.692000', '154924.694000', '154924.697000', '154924.700000', '154924.702000', '154924.705000', '154924.708000', '154924.710000', '154924.713000', '154924.715000', '154924.718000', '154924.721000', '154924.723000', '154924.726000', '154924.728000', '154924.731000', '154924.734000', '154924.736000', '154924.739000', '154924.741000', '154924.744000', '154924.747000', '154924.749000', '154924.752000', '154924.754000', '154924.757000', '154924.759000', '154924.762000', '154924.765000', '154924.774000', '154924.777000', '154944.661000', '154944.663000', '154944.666000', '154944.669000', '154944.671000', '154944.674000', '154944.676000', '154944.679000', '154944.682000', '154944.684000', '154944.687000', '154944.689000', '154944.693000', '154944.696000', '154944.699000', '154944.702000', '154944.704000', '154944.707000', '154944.709000', '154944.712000', '154944.715000', '154944.717000', '154944.720000', '154944.722000', '154944.725000', '154944.728000', '154944.731000', '154944.733000', '154944.736000', '154944.738000', '154944.741000', '154944.744000', '154944.746000', '154944.749000', '154944.752000', '154944.754000', '154944.757000', '154944.760000', '154944.762000', '154944.765000', '154944.768000', '154944.770000', '154944.773000', '154944.776000', '155004.660000', '155004.663000', '155004.666000', '155004.668000', '155004.671000', '155004.674000', '155004.676000', '155004.679000', '155004.682000', '155004.684000', '155004.687000', '155004.689000', '155004.692000', '155004.695000', '155004.697000', '155004.700000', '155004.702000', '155004.705000', '155004.708000', '155004.710000', '155004.713000', '155004.715000', '155004.718000', '155004.751000', '155004.754000', '155004.756000', '155004.759000', '155004.762000', '155004.764000', '155004.767000', '155004.769000', '155004.772000', '155004.775000', '155004.777000', '155004.780000', '155004.782000', '155004.785000', '155004.788000', '155004.790000', '155004.793000', '155004.795000', '155004.798000', '155004.822000', '155024.660000', '155024.663000', '155024.665000', '155024.668000', '155024.670000', '155024.673000', '155024.676000', '155024.679000', '155024.681000', '155024.684000', '155024.687000', '155024.689000', '155024.692000', '155024.695000', '155024.697000', '155024.700000', '155024.702000', '155024.705000', '155024.708000', '155024.710000', '155024.713000', '155024.715000', '155024.718000', '155024.721000', '155024.723000', '155024.726000', '155024.728000', '155024.731000', '155024.734000', '155024.736000', '155024.739000', '155024.741000', '155024.744000', '155024.746000', '155024.749000', '155024.752000', '155024.754000', '155024.757000', '155024.760000', '155024.762000', '155024.765000', '155024.767000', '155024.770000', '155044.660000', '155044.662000', '155044.665000', '155044.668000', '155044.670000', '155044.673000', '155044.675000', '155044.678000', '155044.681000', '155044.683000', '155044.686000', '155044.688000', '155044.691000', '155044.694000', '155044.696000', '155044.699000', '155044.702000', '155044.704000', '155044.707000', '155044.709000', '155044.712000', '155044.715000', '155044.717000', '155044.720000', '155044.723000', '155044.725000', '155044.728000', '155044.731000', '155044.733000', '155044.736000', '155044.739000', '155044.741000', '155044.744000', '155044.746000', '155044.749000', '155044.751000', '155044.754000', '155044.757000', '155044.759000', '155044.762000', '155044.765000', '155044.767000', '155044.770000', '155044.772000', '155104.659000', '155104.662000', '155104.665000', '155104.668000', '155104.670000', '155104.673000', '155104.675000', '155104.678000', '155104.681000', '155104.683000', '155104.686000', '155104.688000', '155104.691000', '155104.694000', '155104.696000', '155104.699000', '155104.701000', '155104.704000', '155104.707000', '155104.709000', '155104.712000', '155104.715000', '155104.717000', '155104.720000', '155104.723000', '155104.725000', '155104.728000', '155104.731000', '155104.735000', '155104.737000', '155104.740000', '155104.743000', '155104.746000', '155104.748000', '155104.751000', '155104.753000', '155104.756000', '155104.759000', '155104.761000', '155104.764000', '155104.766000', '155104.769000', '155104.772000', '155124.659000', '155124.662000', '155124.665000', '155124.667000', '155124.670000', '155124.672000', '155124.675000', '155124.678000', '155124.680000', '155124.683000', '155124.685000', '155124.688000', '155124.691000', '155124.693000', '155124.696000', '155124.699000', '155124.701000', '155124.704000', '155124.707000', '155124.709000', '155124.712000', '155124.714000', '155124.717000', '155124.720000', '155124.722000', '155124.725000', '155124.728000', '155124.730000', '155124.733000', '155124.735000', '155124.738000', '155124.741000', '155124.743000', '155124.746000', '155124.748000', '155124.751000', '155124.754000', '155124.756000', '155124.759000', '155124.762000', '155124.764000', '155124.767000', '155124.769000', '155124.772000', '155144.661000', '155144.663000', '155144.666000', '155144.669000', '155144.671000', '155144.674000', '155144.677000', '155144.679000', '155144.682000', '155144.684000', '155144.687000', '155144.689000', '155144.692000', '155144.695000', '155144.697000', '155144.700000', '155144.703000', '155144.705000', '155144.708000', '155144.723000', '155144.726000', '155144.729000', '155144.731000', '155144.734000', '155144.737000', '155144.739000', '155144.742000', '155144.744000', '155144.747000', '155144.750000', '155144.752000', '155144.755000', '155144.758000', '155144.760000', '155144.763000', '155144.766000', '155144.768000', '155144.771000', '155144.773000', '155144.776000', '155144.779000', '155144.781000', '155144.784000', '155204.661000', '155204.664000', '155204.666000', '155204.669000', '155204.671000', '155204.674000', '155204.677000', '155204.679000', '155204.682000', '155204.685000', '155204.687000', '155204.690000', '155204.692000', '155204.695000', '155204.698000', '155204.700000', '155204.703000', '155204.705000', '155204.708000', '155204.710000', '155204.713000', '155204.716000', '155204.718000', '155204.721000', '155204.724000', '155204.726000', '155204.729000', '155204.731000', '155204.734000', '155204.737000', '155204.739000', '155204.742000', '155204.744000', '155204.747000', '155204.750000', '155204.752000', '155204.755000', '155204.757000', '155204.760000', '155204.763000', '155204.765000', '155204.768000', '155204.770000', '155204.773000', '155224.661000', '155224.664000', '155224.666000', '155224.669000', '155224.671000', '155224.674000', '155224.677000', '155224.679000', '155224.682000', '155224.684000', '155224.687000', '155224.690000', '155224.692000', '155224.695000', '155224.698000', '155224.700000', '155224.703000', '155224.706000', '155224.708000', '155224.711000', '155224.714000', '155224.716000', '155224.719000', '155224.721000', '155224.724000', '155224.727000', '155224.729000', '155224.732000', '155224.734000', '155224.737000', '155224.740000', '155224.742000', '155224.745000', '155224.748000', '155224.750000', '155224.753000', '155224.755000', '155224.758000', '155224.761000', '155224.763000', '155224.766000', '155224.768000', '155224.773000', '155244.660000', '155244.663000', '155244.665000', '155244.668000', '155244.671000', '155244.673000', '155244.676000', '155244.678000', '155244.681000', '155244.684000', '155244.686000', '155244.689000', '155244.691000', '155244.694000', '155244.697000', '155244.699000', '155244.702000', '155244.705000', '155244.707000', '155244.710000', '155244.713000', '155244.715000', '155244.718000', '155244.720000', '155244.723000', '155244.726000', '155244.728000', '155244.731000', '155244.734000', '155244.736000', '155244.739000', '155244.742000', '155244.744000', '155244.747000', '155244.749000', '155244.752000', '155244.755000', '155244.757000', '155244.760000', '155244.763000', '155244.765000', '155244.768000', '155244.770000', '155244.773000', '155304.659000', '155304.662000', '155304.665000', '155304.668000', '155304.670000', '155304.673000', '155304.675000', '155304.678000', '155304.681000', '155304.683000', '155304.686000', '155304.689000', '155304.691000', '155304.694000', '155304.696000', '155304.699000', '155304.702000', '155304.704000', '155304.707000', '155304.709000', '155304.712000', '155304.715000', '155304.717000', '155304.720000', '155304.722000', '155304.725000', '155304.728000', '155304.731000', '155304.733000', '155304.736000', '155304.750000', '155304.753000', '155304.755000', '155304.758000', '155304.761000', '155304.763000', '155304.766000', '155304.769000', '155304.771000', '155304.774000', '155304.776000', '155304.779000', '155304.781000', '155324.660000', '155324.663000', '155324.665000', '155324.668000', '155324.671000', '155324.673000', '155324.676000', '155324.678000', '155324.681000', '155324.684000', '155324.686000', '155324.689000', '155324.691000', '155324.694000', '155324.697000', '155324.699000', '155324.702000', '155324.705000', '155324.707000', '155324.710000', '155324.712000', '155324.715000', '155324.718000', '155324.720000', '155324.723000', '155324.725000', '155324.728000', '155324.731000', '155324.733000', '155324.736000', '155324.739000', '155324.741000', '155324.744000', '155324.747000', '155324.749000', '155324.752000', '155324.755000', '155324.757000', '155324.760000', '155324.763000', '155324.765000', '155324.768000', '155324.771000', '155324.773000', '155344.660000', '155344.662000', '155344.665000', '155344.668000', '155344.671000', '155344.673000', '155344.676000', '155344.678000', '155344.681000', '155344.684000', '155344.686000', '155344.689000', '155344.692000', '155344.694000', '155344.697000', '155344.700000', '155344.702000', '155344.705000', '155344.707000', '155344.710000', '155344.713000', '155344.715000', '155344.718000', '155344.720000', '155344.723000', '155344.726000', '155344.728000', '155344.731000', '155344.734000', '155344.736000', '155344.739000', '155344.741000', '155344.744000', '155344.747000', '155344.749000', '155344.753000', '155344.755000', '155344.758000', '155344.761000', '155344.763000', '155344.768000', '155344.771000', '155344.774000', '155404.660000', '155404.663000', '155404.666000', '155404.669000', '155404.671000', '155404.674000', '155404.676000', '155404.679000', '155404.682000', '155404.684000', '155404.687000', '155404.689000', '155404.692000', '155404.695000', '155404.697000', '155404.700000', '155404.703000', '155404.705000', '155404.708000', '155404.710000', '155404.713000', '155404.716000', '155404.718000', '155404.721000', '155404.723000', '155404.726000', '155404.728000', '155404.731000', '155404.734000', '155404.736000', '155404.739000', '155404.742000', '155404.744000', '155404.747000', '155404.749000', '155404.752000', '155404.755000', '155404.757000', '155404.760000', '155404.762000', '155404.765000', '155404.768000', '155404.770000', '155404.773000', '155424.660000', '155424.663000', '155424.666000', '155424.669000', '155424.671000', '155424.674000', '155424.676000', '155424.679000', '155424.682000', '155424.684000', '155424.687000', '155424.690000', '155424.692000', '155424.695000', '155424.697000', '155424.700000', '155424.703000', '155424.705000', '155424.708000', '155424.710000', '155424.713000', '155424.716000', '155424.718000', '155424.721000', '155424.723000', '155424.726000', '155424.729000', '155424.731000', '155424.734000', '155424.736000', '155424.739000', '155424.742000', '155424.744000', '155424.747000', '155424.749000', '155424.752000', '155424.755000', '155424.757000', '155424.760000', '155424.762000', '155424.765000', '155424.768000', '155424.770000', '155444.661000', '155444.663000', '155444.666000', '155444.669000', '155444.672000', '155444.674000', '155444.677000', '155444.679000', '155444.682000', '155444.685000', '155444.687000', '155444.690000', '155444.702000', '155444.705000', '155444.707000', '155444.710000', '155444.712000', '155444.715000', '155444.718000', '155444.720000', '155444.723000', '155444.725000', '155444.728000', '155444.731000', '155444.733000', '155444.736000', '155444.738000', '155444.741000', '155444.744000', '155444.746000', '155444.749000', '155444.752000', '155444.754000', '155444.757000', '155444.759000', '155444.762000', '155444.765000', '155444.767000', '155444.770000', '155444.772000', '155444.775000', '155444.778000', '155444.780000', '155444.783000', '155504.659000', '155504.662000', '155504.665000', '155504.668000', '155504.670000', '155504.673000', '155504.676000', '155504.678000', '155504.681000', '155504.683000', '155504.686000', '155504.689000', '155504.692000', '155504.694000', '155504.697000', '155504.699000', '155504.702000', '155504.705000', '155504.707000', '155504.710000', '155504.712000', '155504.715000', '155504.718000', '155504.720000', '155504.723000', '155504.726000', '155504.728000', '155504.731000', '155504.734000', '155504.736000', '155504.739000', '155504.741000', '155504.744000', '155504.747000', '155504.749000', '155504.752000', '155504.754000', '155504.757000', '155504.760000', '155504.763000', '155504.765000', '155504.768000', '155504.770000', '155524.660000', '155524.663000', '155524.665000', '155524.668000', '155524.671000', '155524.673000', '155524.676000', '155524.678000', '155524.681000', '155524.684000', '155524.686000', '155524.689000', '155524.692000', '155524.694000', '155524.697000', '155524.699000', '155524.702000', '155524.705000', '155524.707000', '155524.710000', '155524.713000', '155524.715000', '155524.718000', '155524.720000', '155524.723000', '155524.726000', '155524.728000', '155524.731000', '155524.734000', '155524.736000', '155524.739000', '155524.741000', '155524.744000', '155524.747000', '155524.749000', '155524.752000', '155524.754000', '155524.757000', '155524.760000', '155524.762000', '155524.765000', '155524.768000', '155524.770000', '155524.773000', '155544.660000', '155544.662000', '155544.665000', '155544.668000', '155544.670000', '155544.673000', '155544.676000', '155544.678000', '155544.681000', '155544.683000', '155544.686000', '155544.689000', '155544.691000', '155544.694000', '155544.697000', '155544.699000', '155544.702000', '155544.704000', '155544.707000', '155544.710000', '155544.712000', '155544.715000', '155544.717000', '155544.720000', '155544.723000', '155544.725000', '155544.728000', '155544.731000', '155544.733000', '155544.736000', '155544.739000', '155544.741000', '155544.744000', '155544.747000', '155544.749000', '155544.752000', '155544.754000', '155544.757000', '155544.760000', '155544.762000', '155544.765000', '155544.767000', '155544.770000', '155604.661000', '155604.663000', '155604.666000', '155604.669000', '155604.671000', '155604.674000', '155604.677000', '155604.679000', '155604.715000', '155604.718000', '155604.721000', '155604.723000', '155604.726000', '155604.728000', '155604.731000', '155604.734000', '155604.736000', '155604.739000', '155604.741000', '155604.744000', '155604.747000', '155604.750000', '155604.752000', '155604.755000', '155604.757000', '155604.760000', '155604.763000', '155604.765000', '155604.768000', '155604.771000', '155604.773000', '155604.776000', '155604.778000', '155604.781000', '155604.783000', '155604.786000', '155604.789000', '155604.791000', '155604.794000', '155604.797000', '155604.799000', '155604.802000', '155604.805000', '155604.807000', '155624.661000', '155624.663000', '155624.666000', '155624.669000', '155624.671000', '155624.674000', '155624.676000', '155624.679000', '155624.682000', '155624.684000', '155624.687000', '155624.689000', '155624.692000', '155624.695000', '155624.697000', '155624.700000', '155624.702000', '155624.705000', '155624.708000', '155624.710000', '155624.713000', '155624.716000', '155624.718000', '155624.721000', '155624.724000', '155624.726000', '155624.729000', '155624.731000', '155624.734000', '155624.737000', '155624.739000', '155624.742000', '155624.744000', '155624.747000', '155624.750000', '155624.753000', '155624.755000', '155624.758000', '155624.761000', '155624.763000', '155624.766000', '155624.769000', '155624.771000', '155644.660000', '155644.663000', '155644.666000', '155644.669000', '155644.671000', '155644.674000', '155644.676000', '155644.679000', '155644.682000', '155644.684000', '155644.687000', '155644.689000', '155644.692000', '155644.695000', '155644.697000', '155644.700000', '155644.703000', '155644.705000', '155644.708000', '155644.711000', '155644.713000', '155644.716000', '155644.718000', '155644.729000', '155644.731000', '155644.734000', '155644.736000', '155644.739000', '155644.741000', '155644.744000', '155644.747000', '155644.749000', '155644.752000', '155644.754000', '155644.757000', '155644.760000', '155644.763000', '155644.765000', '155644.768000', '155644.770000', '155644.773000', '155644.776000', '155644.778000', '155704.661000', '155704.663000', '155704.666000', '155704.669000', '155704.671000', '155704.674000', '155704.677000', '155704.679000', '155704.682000', '155704.684000', '155704.687000', '155704.689000', '155704.692000', '155704.695000', '155704.697000', '155704.700000', '155704.702000', '155704.705000', '155704.707000', '155704.710000', '155704.713000', '155704.715000', '155704.718000', '155704.721000', '155704.723000', '155704.726000', '155704.729000', '155704.731000', '155704.734000', '155704.736000', '155704.739000', '155704.742000', '155704.744000', '155704.747000', '155704.750000', '155704.752000', '155704.755000', '155704.758000', '155704.760000', '155704.763000', '155704.765000', '155704.768000', '155704.770000', '155704.773000', '155723.758000', '155723.762000', '155723.765000', '155723.768000', '155723.771000', '155723.831000', '155723.834000', '155723.836000', '155723.839000', '155723.842000', '155723.911000', '155723.914000', '155723.916000', '155723.919000', '155723.922000', '155723.924000', '155723.927000', '155723.930000', '155723.932000', '155723.935000', '155723.938000', '155723.941000', '155723.944000', '155723.947000', '155723.950000', '155723.953000', '155723.956000', '155723.960000', '155723.964000', '155723.968000', '155723.972000', '155723.976000', '155723.980000', '155723.986000', '155723.988000', '155723.991000', '155723.994000', '155723.997000', '155724.001000', '155724.004000', '155724.007000', '155724.010000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [12448, 10205, 9607, 10360, 9647, 13717, 9763, 12588, 10406, 9260, 10595, 10016, 11758, 10370, 9337, 9784, 9160, 10608, 9650, 10693, 9958, 9515, 10331, 9165, 10136, 9238, 13449, 9562, 13057, 9470, 8969, 13923, 9585, 11469, 9913, 8774, 10229, 8889, 9481, 10069, 9011, 9893, 9090, 10813, 9489, 9063, 9811, 8923, 10732, 9160, 10594, 9561, 9987, 10025, 8710, 9978, 9133, 10543, 9670, 9840, 9594, 8799, 11989, 9198, 10616, 9262, 8555, 11731, 8803, 11038, 9383, 8450, 9972, 8963, 10488, 9215, 10059, 9357, 8956, 10952, 9406, 9937, 9388, 9272, 9567, 8729, 11000, 8985, 10541, 9401, 9205, 9337, 8734, 12323, 9093, 10851, 9307, 9428, 9572, 8469, 9611, 8900, 11128, 9199, 11407, 9000, 10585, 9186, 8750, 13671, 8943, 12126, 9198, 9737, 9476, 8614, 11072, 8949, 10672, 9309, 8681, 9530, 9057, 11106, 9124, 10178, 9116, 9088, 11120, 8874, 10453, 8990, 8787, 9282, 8813, 11338, 8607, 10670, 8741, 8429, 12142, 8703, 11081, 8613, 9453, 8933, 8671, 10842, 8728, 10172, 8813, 9711, 8798, 8348, 9137, 8684, 10878, 8694, 9993, 8988, 8468, 10252, 8699, 11131, 8835, 9408, 8141, 8453, 12575, 8733, 11154, 8936, 9164, 8161, 8265, 11761, 8462, 10958, 8733, 8725, 8277, 8792, 10884, 8822, 10655, 8937, 10203, 8547, 8741, 11619, 8712, 10836, 8764, 9817, 8680, 8879, 9095, 8488, 10982, 8578, 10518, 8535, 8639, 8962, 8610, 10762, 8631, 10031, 8971, 8605, 9164, 8417, 11553, 8511, 10566, 8888, 9676, 8220, 8597, 14600, 8695, 12743, 8514, 8763, 10802, 8837, 11541, 8533, 9539, 8658, 8778, 8697, 8885, 11868, 8669, 10129, 9135, 8608, 8162, 8867, 8320, 8444, 10950, 8801, 11122, 8695, 10719, 8645, 10641, 8647, 8542, 8962, 8785, 8561, 8904, 10733, 8829, 11131, 8801, 10688, 8860, 9416, 8865, 8457, 8738, 8558, 8872, 8960, 8577, 8519, 8829, 8454, 12516, 8690, 11337, 8561, 10899, 8541, 9804, 9093, 8532, 8495, 8868, 8404, 8392, 8789, 8684, 8920, 9062, 8900, 8722, 13732, 8822, 12372, 8646, 11780, 8585, 10244, 7972, 8675, 8525, 8851, 8470, 8717, 10771, 8640, 11076, 8924, 10991, 8637, 11024, 8676, 11024, 8761, 9776, 8554, 8847, 8341, 8575, 11056, 8812, 11070, 8679, 10651, 8651, 11296, 8845, 10874, 8671, 10661, 8306, 10923, 8535, 10145, 8197, 8944, 8519, 8707, 13398, 8790, 11273, 8569, 10871, 8773, 8470, 8542, 8440, 11733, 8881, 11063, 8942, 10964, 8420, 10379, 9056, 8955, 8063, 8893, 8683, 8512, 11649, 8901, 11048, 8545, 10812, 8448, 10899, 8375, 8628, 12109, 8896, 10934, 8790, 11103, 8582, 9782, 8864, 8723, 8404, 8665, 12703, 8632, 11367, 8755, 10311, 8962, 8256, 8776, 8545, 11247, 8683, 10613, 8870, 9493, 8588, 8592, 11607, 8842, 10854, 8627, 10428, 8574, 8587, 9619, 8941, 10938, 8805, 10762, 8517, 9820, 8445, 8668, 12241, 8603, 10983, 8504, 10276, 8944, 8451, 8788, 8963, 8601, 8779, 11088, 8335, 10690, 8957, 8546, 8625, 8644, 11303, 8373, 10356, 8543, 8558, 10628, 8857, 11256, 8622, 9272, 8574, 8660, 8883, 8727, 11252, 8651, 10401, 8279, 8657, 9961, 8755, 12424, 8289, 11283, 8136, 9017, 10877, 8630, 11355, 8305, 9797, 8410, 8670, 8784, 8839, 11803, 8374, 9618, 8816, 8645, 12569, 8556, 11130, 8457, 8539, 10344, 8501, 11266, 8419, 11342, 8345, 8354, 12994, 8453, 11283, 8438, 10052, 7945, 8160, 11788, 8443, 10820, 8532, 9833, 8695, 7957, 8618, 8167, 11564, 8320, 11300, 8448, 11217, 8131, 11169, 8626, 9344, 7847, 8603, 12605, 8341, 13214, 8420, 11046, 8089, 8540, 9830, 8191, 11265, 8340, 10601, 8261, 10020, 7921, 8154, 9582, 8530, 11438, 8111, 11078, 8079, 9768, 8319, 8386, 10048, 8347, 11761, 8064, 9768, 8213, 8392, 12140, 8143, 11313, 7887, 9302, 8377, 8137, 12005, 8048, 11210, 7814, 10266, 8545, 8137, 11435, 7876, 10999, 7649, 10230, 8845, 7673, 13288, 7884, 11801, 7886, 10681, 8823, 7958, 13661, 7845, 12067, 7792, 10398, 8745, 7940, 13200, 7836, 11793, 7955, 8774, 8751, 7897, 11556, 7880, 11239, 8008, 10089, 8785, 7795, 11544, 8067, 12128, 7821, 11821, 7947, 9127, 10832, 8416, 11683, 8061, 11791, 7463, 10479, 8805, 8084, 9027, 8136, 14230, 7674, 11691, 8177, 9259, 8951, 8340, 9680, 7907, 12568, 7485, 11817, 7801, 9410, 8825, 7929, 10564, 7790, 11883, 7695, 11593, 7463, 11664, 8236, 9604, 8894, 8153, 8970, 8120, 13042, 7713, 11988, 7533, 11107, 8257, 9986, 9573, 8077, 13135, 7630, 11570, 7980, 9030, 11056, 7941, 11517, 7772, 10660, 8466, 8349, 9480, 7773, 11523, 7597, 11462, 8071, 11542, 7859, 10402, 8905, 8070, 14393, 8139, 13233, 7537, 11940, 8809, 8436, 12863, 8331, 12575, 7657, 11581, 8894, 8335, 12729, 8032, 12258, 7906, 12097, 7650, 9774, 8999, 8087, 10439, 8424, 13314, 7769, 12266, 7691, 10473, 8456, 8601, 9585, 8245, 13051, 7697, 11883, 7781, 9396, 8701, 8385, 10200, 8065, 12017, 7847, 11600, 7650, 11186, 8652, 8247, 10324, 8346, 12096, 8181, 11593, 7845, 12045, 7855, 9394, 10361, 8334, 12787, 8216, 12077, 7420, 9913, 7841, 9804, 7965, 9610, 8503, 8748, 8869, 8088, 9971, 8352, 14071, 7932, 12734, 7703, 11529, 8040, 8928, 14599, 7983, 13001, 7465, 11392, 8685, 8340, 11983, 8035, 12115, 7529, 11682, 8381, 8307, 9081, 8259, 11319, 8225, 11672, 7696, 11827, 7478, 11733, 9004, 8647, 9343, 8695, 13677, 7794, 11989, 7925, 9220, 8379, 8416, 11602, 7994, 11165, 7643, 11381, 7602, 11571, 7372, 10730, 8331, 8432, 8260, 8664, 8872, 8381, 14374, 7939, 12304, 8164, 11331, 7547, 9310, 9554, 7997, 13014, 8064, 12062, 7383, 8699, 9584, 8004, 11580, 7985, 11447, 7387, 9506, 9163, 8212, 10128, 7907, 11652, 7389, 11661, 7815, 9981, 9205, 8243, 10057, 7978, 12767, 8336, 12407, 8088, 9138, 12305, 7945, 12508, 7606, 11623, 9020, 8243, 12275, 7758, 12170, 7646, 10801, 9598, 8406, 12724, 7610, 11360, 8744, 8485, 10598, 7959, 11844, 8076, 9982, 9196, 8022, 13710, 7600, 11832, 7888, 9893, 8451, 8135, 13539, 8100, 12079, 7353, 10635, 9111, 8054, 12758, 7958, 11236, 7540, 10112, 8969, 8136, 10018, 7845, 11887, 7785, 11783, 8066, 11781, 7749, 11351, 8852, 8334, 12317, 8192, 10034, 8177, 12242, 7585, 12074, 7976, 10986, 8282, 8797, 10624, 7884, 12267, 7339, 11836, 7340, 10820, 7910, 9055, 8760, 8076, 9736, 8092, 12493, 7745, 11930, 7792, 11762, 7659, 10795, 8610, 8490, 8495, 9225, 9058, 8163, 11984, 7828, 12666, 8654, 12002, 7516, 11880, 7446, 10753, 7497, 10444, 7405, 9870, 9596, 9192, 9055, 12835, 9132, 11436, 8089, 12340, 7755, 12254, 7339, 11573, 8927, 11599, 7459, 11954, 7327, 11125, 7846, 10330, 7670, 9918, 8941, 8445, 9909, 8050, 11239, 7770, 12228, 7460, 11938, 7437, 10275, 8873, 8341, 10192, 7791, 12141, 7392, 11521, 7717, 9875, 8723, 8132, 10750, 7762, 11844, 7115, 11942, 8215, 10781, 9628, 8049, 10646, 7718, 12587, 7612, 12277, 7553, 11236, 8468, 10376, 9649, 10105, 9554, 8465, 11083, 7991, 12248, 7305, 11884, 7930, 10836, 9868, 8952, 14747, 7781, 12882, 7515, 12136, 8885, 8115, 13131, 7741, 12342, 7427, 11812, 8199, 10231, 9548, 7885, 11842, 7795, 11684, 7428, 11754, 7801, 10985, 9763, 8342, 14284, 8676, 12504, 7655, 10338, 9934, 7923, 13122, 7927, 11657, 7374, 10667, 7898, 7956, 9369, 7985, 9649, 7925, 10290, 7779, 11190, 7311, 11525, 7719, 10308, 8342, 8349, 11349, 7987, 12245, 7512, 11478, 7669, 10547, 8629, 7933, 9587, 7851, 11458, 8059, 11654, 7876, 12088, 7505, 10823, 9783, 7868, 12704, 7916, 12153, 7386, 10495, 8819, 7957, 9696, 7946, 10146, 7652, 11522, 7670, 11968, 7383, 11689, 7491, 11552, 8863, 8903, 11653, 7893, 12249, 7707, 12135, 7449, 11295, 8325, 10059, 8687, 8187, 10021, 7720, 10492, 7809, 11869, 8156, 12617, 7310, 12248, 8167, 10213, 12390, 8210, 12501, 7377, 11595, 8238, 8488, 9727, 7958, 11806, 7466, 11662, 7762, 10648, 9183, 8816, 9584, 8014, 10915, 7704, 11903], 'WindowCenter': [4093.0, 4046.0, 4033.0, 4018.0, 4007.0, 4045.0, 4004.0, 4023.0, 4013.0, 4004.0, 4000.0, 4001.0, 4022.0, 4002.0, 3992.0, 4001.0, 4003.0, 4011.0, 4004.0, 4013.0, 4015.0, 4004.0, 4014.0, 4004.0, 4002.0, 4004.0, 4033.0, 3993.0, 4035.0, 3991.0, 3981.0, 4032.0, 3990.0, 4009.0, 3990.0, 3979.0, 3988.0, 3980.0, 3990.0, 4001.0, 3991.0, 3989.0, 3991.0, 4000.0, 4000.0, 3980.0, 4001.0, 3993.0, 4011.0, 4004.0, 4013.0, 4004.0, 4003.0, 4002.0, 3993.0, 4001.0, 4003.0, 4014.0, 4003.0, 4003.0, 4002.0, 3994.0, 4023.0, 3991.0, 4014.0, 3993.0, 3994.0, 4023.0, 3992.0, 4011.0, 3991.0, 3982.0, 4001.0, 3993.0, 4013.0, 3992.0, 4003.0, 4002.0, 4004.0, 4024.0, 4004.0, 4003.0, 4003.0, 4004.0, 4004.0, 3994.0, 4025.0, 4005.0, 4025.0, 4004.0, 4003.0, 4003.0, 3994.0, 4034.0, 4005.0, 4025.0, 4003.0, 4003.0, 4002.0, 3994.0, 4001.0, 3994.0, 4024.0, 4003.0, 4024.0, 4004.0, 4014.0, 4002.0, 3995.0, 4043.0, 3992.0, 4022.0, 3991.0, 4002.0, 3991.0, 3992.0, 4010.0, 3992.0, 4013.0, 3990.0, 3981.0, 3990.0, 3990.0, 4011.0, 3990.0, 4002.0, 3978.0, 3990.0, 4010.0, 3990.0, 3999.0, 3989.0, 3992.0, 3989.0, 3991.0, 4011.0, 3982.0, 4012.0, 3980.0, 3981.0, 4021.0, 3991.0, 4012.0, 3981.0, 4001.0, 3991.0, 3991.0, 4011.0, 3993.0, 4001.0, 3991.0, 4001.0, 3992.0, 3994.0, 3991.0, 3993.0, 4023.0, 3992.0, 4003.0, 3991.0, 3992.0, 4002.0, 3993.0, 4022.0, 3991.0, 3992.0, 3970.0, 3982.0, 4022.0, 3993.0, 4023.0, 3990.0, 3991.0, 3980.0, 3981.0, 4021.0, 3982.0, 4011.0, 3982.0, 3992.0, 3980.0, 3992.0, 4012.0, 3992.0, 4012.0, 3992.0, 4014.0, 3992.0, 3993.0, 4021.0, 3992.0, 4011.0, 3992.0, 4002.0, 3981.0, 3992.0, 3989.0, 3991.0, 4011.0, 3991.0, 4013.0, 3979.0, 3991.0, 3990.0, 3992.0, 4012.0, 3992.0, 4014.0, 3992.0, 3992.0, 4002.0, 3994.0, 4024.0, 3993.0, 4025.0, 4004.0, 4005.0, 3981.0, 3995.0, 4044.0, 3992.0, 4034.0, 3980.0, 3982.0, 4011.0, 3991.0, 4011.0, 3980.0, 4002.0, 3980.0, 3992.0, 3978.0, 3991.0, 4022.0, 3990.0, 4001.0, 3991.0, 3992.0, 3981.0, 3992.0, 3981.0, 3983.0, 4011.0, 3993.0, 4011.0, 3991.0, 4012.0, 3981.0, 4001.0, 3979.0, 3992.0, 3990.0, 3991.0, 3981.0, 3992.0, 4012.0, 3992.0, 4012.0, 3991.0, 4012.0, 3990.0, 3991.0, 3991.0, 3982.0, 3981.0, 3993.0, 3992.0, 3992.0, 3992.0, 3992.0, 3993.0, 3993.0, 4033.0, 3992.0, 4022.0, 3992.0, 4012.0, 3992.0, 4002.0, 3993.0, 3993.0, 3980.0, 3992.0, 3981.0, 3984.0, 3993.0, 3995.0, 3993.0, 4003.0, 3992.0, 3993.0, 4032.0, 3992.0, 4034.0, 3982.0, 4022.0, 3980.0, 4000.0, 3969.0, 3981.0, 3978.0, 3979.0, 3967.0, 3981.0, 4010.0, 3991.0, 4012.0, 3991.0, 4000.0, 3981.0, 4010.0, 3982.0, 4013.0, 3991.0, 4002.0, 3980.0, 3992.0, 3980.0, 3982.0, 4011.0, 3992.0, 4010.0, 3980.0, 4000.0, 3991.0, 4012.0, 3993.0, 4012.0, 3991.0, 4012.0, 3983.0, 4013.0, 3992.0, 4014.0, 3981.0, 3992.0, 3981.0, 3992.0, 4031.0, 3993.0, 4011.0, 3980.0, 4011.0, 3979.0, 3981.0, 3980.0, 3982.0, 4023.0, 3991.0, 4010.0, 3991.0, 4010.0, 3981.0, 4001.0, 3992.0, 3991.0, 3968.0, 3992.0, 3980.0, 3992.0, 4021.0, 3992.0, 4022.0, 3992.0, 4011.0, 3980.0, 4013.0, 3979.0, 3992.0, 4021.0, 3990.0, 4011.0, 3980.0, 4012.0, 3992.0, 4014.0, 3991.0, 3993.0, 3981.0, 3994.0, 4032.0, 3993.0, 4022.0, 3982.0, 4001.0, 3991.0, 3982.0, 3981.0, 3981.0, 4023.0, 3992.0, 4012.0, 3991.0, 4003.0, 3980.0, 3980.0, 4012.0, 3990.0, 4010.0, 3979.0, 4001.0, 3980.0, 3981.0, 3991.0, 3992.0, 4011.0, 3989.0, 4010.0, 3981.0, 4002.0, 3980.0, 3981.0, 4021.0, 3981.0, 4010.0, 3979.0, 4001.0, 3992.0, 3982.0, 3980.0, 3992.0, 3979.0, 3993.0, 4012.0, 3983.0, 4012.0, 3990.0, 3992.0, 3979.0, 3980.0, 4012.0, 3982.0, 4013.0, 3980.0, 3982.0, 4009.0, 3990.0, 4010.0, 3982.0, 4003.0, 3981.0, 3993.0, 3991.0, 3993.0, 4023.0, 3992.0, 4014.0, 3980.0, 3993.0, 4001.0, 3993.0, 4022.0, 3981.0, 4024.0, 3969.0, 3992.0, 4009.0, 3981.0, 4010.0, 3969.0, 4001.0, 3979.0, 3981.0, 3980.0, 3992.0, 4010.0, 3980.0, 4001.0, 3992.0, 3992.0, 4020.0, 3980.0, 4011.0, 3980.0, 3992.0, 4001.0, 3981.0, 4010.0, 3981.0, 4012.0, 3970.0, 3981.0, 4030.0, 3980.0, 4011.0, 3969.0, 4001.0, 3968.0, 3982.0, 4021.0, 3983.0, 4012.0, 3990.0, 4001.0, 3991.0, 3982.0, 3980.0, 3994.0, 4022.0, 3992.0, 4023.0, 3994.0, 4023.0, 3983.0, 4025.0, 3994.0, 4004.0, 3982.0, 3994.0, 4022.0, 3981.0, 4032.0, 3981.0, 4011.0, 3968.0, 3982.0, 3989.0, 3981.0, 4011.0, 3981.0, 4000.0, 3978.0, 4001.0, 3969.0, 3981.0, 3990.0, 3991.0, 4011.0, 3969.0, 4010.0, 3969.0, 4000.0, 3979.0, 3979.0, 3988.0, 3979.0, 4011.0, 3970.0, 4002.0, 3979.0, 3981.0, 4021.0, 3970.0, 4010.0, 3970.0, 3991.0, 3980.0, 3982.0, 4022.0, 3970.0, 4011.0, 3971.0, 4013.0, 3981.0, 3983.0, 4022.0, 3983.0, 4011.0, 3973.0, 4015.0, 3992.0, 3984.0, 4043.0, 3983.0, 4022.0, 3982.0, 4014.0, 3990.0, 3983.0, 4042.0, 3971.0, 4022.0, 3971.0, 4013.0, 3981.0, 3983.0, 4032.0, 3972.0, 4022.0, 3981.0, 3992.0, 3979.0, 3982.0, 4023.0, 3980.0, 4010.0, 3981.0, 4013.0, 3990.0, 3983.0, 4021.0, 3981.0, 4024.0, 3971.0, 4023.0, 3981.0, 4003.0, 4010.0, 3982.0, 4021.0, 3981.0, 4020.0, 3971.0, 4012.0, 3991.0, 3982.0, 3990.0, 3983.0, 4042.0, 3971.0, 4022.0, 3982.0, 4004.0, 3989.0, 3982.0, 4000.0, 3981.0, 4031.0, 3971.0, 4033.0, 3970.0, 3991.0, 3989.0, 3981.0, 4010.0, 3971.0, 4022.0, 3971.0, 4020.0, 3971.0, 4022.0, 3980.0, 4013.0, 3990.0, 3982.0, 3991.0, 3982.0, 4033.0, 3982.0, 4033.0, 3972.0, 4023.0, 3982.0, 4014.0, 4000.0, 3984.0, 4032.0, 3971.0, 4023.0, 3980.0, 3991.0, 4021.0, 3983.0, 4020.0, 3971.0, 4012.0, 3979.0, 3981.0, 4000.0, 3982.0, 4022.0, 3983.0, 4034.0, 3983.0, 4023.0, 3981.0, 4024.0, 4003.0, 3994.0, 4043.0, 3982.0, 4032.0, 3971.0, 4033.0, 3991.0, 3993.0, 4031.0, 3981.0, 4032.0, 3971.0, 4023.0, 3990.0, 3992.0, 4031.0, 3981.0, 4020.0, 3980.0, 4031.0, 3971.0, 4002.0, 3991.0, 3982.0, 4010.0, 3981.0, 4032.0, 3970.0, 4021.0, 3970.0, 4012.0, 3979.0, 3991.0, 3990.0, 3981.0, 4031.0, 3971.0, 4022.0, 3969.0, 3990.0, 3979.0, 3981.0, 4000.0, 3982.0, 4030.0, 3970.0, 4021.0, 3970.0, 4022.0, 3979.0, 3981.0, 4000.0, 3981.0, 4019.0, 3980.0, 4021.0, 3970.0, 4021.0, 3969.0, 3991.0, 3999.0, 3980.0, 4019.0, 3979.0, 4019.0, 3959.0, 4000.0, 3981.0, 4012.0, 3981.0, 4002.0, 3993.0, 3994.0, 4004.0, 3984.0, 4002.0, 3993.0, 4042.0, 3982.0, 4033.0, 3970.0, 4023.0, 3969.0, 3992.0, 4041.0, 3970.0, 4030.0, 3959.0, 4011.0, 3977.0, 3980.0, 4020.0, 3981.0, 4020.0, 3969.0, 4021.0, 3977.0, 3980.0, 3989.0, 3981.0, 4010.0, 3981.0, 4011.0, 3971.0, 4021.0, 3971.0, 4023.0, 3990.0, 3981.0, 3989.0, 3979.0, 4029.0, 3969.0, 4020.0, 3969.0, 3990.0, 3966.0, 3969.0, 4007.0, 3968.0, 4011.0, 3971.0, 4020.0, 3970.0, 4020.0, 3971.0, 4013.0, 3992.0, 3982.0, 3981.0, 3992.0, 3991.0, 3982.0, 4041.0, 3982.0, 4022.0, 3981.0, 4011.0, 3968.0, 3992.0, 3999.0, 3981.0, 4031.0, 3970.0, 4020.0, 3957.0, 3979.0, 3987.0, 3969.0, 4009.0, 3969.0, 4009.0, 3959.0, 4001.0, 3988.0, 3981.0, 3999.0, 3970.0, 4020.0, 3960.0, 4022.0, 3970.0, 4001.0, 3991.0, 3982.0, 3999.0, 3983.0, 4031.0, 3981.0, 4021.0, 3968.0, 3990.0, 4018.0, 3969.0, 4020.0, 3958.0, 4010.0, 3977.0, 3979.0, 4018.0, 3968.0, 4020.0, 3958.0, 4012.0, 3989.0, 3980.0, 4020.0, 3969.0, 4020.0, 3978.0, 3981.0, 3998.0, 3969.0, 4023.0, 3980.0, 4001.0, 3988.0, 3980.0, 4032.0, 3970.0, 4022.0, 3983.0, 4003.0, 3979.0, 3971.0, 4031.0, 3970.0, 4020.0, 3958.0, 4011.0, 3979.0, 3969.0, 4018.0, 3968.0, 4008.0, 3968.0, 4000.0, 3979.0, 3969.0, 4000.0, 3982.0, 4021.0, 3972.0, 4024.0, 3970.0, 4020.0, 3971.0, 4023.0, 3989.0, 3981.0, 4019.0, 3981.0, 3988.0, 3979.0, 4022.0, 3972.0, 4023.0, 3968.0, 4011.0, 3968.0, 3980.0, 3997.0, 3970.0, 4020.0, 3958.0, 4008.0, 3958.0, 4010.0, 3969.0, 3990.0, 3978.0, 3981.0, 3990.0, 3981.0, 4021.0, 3972.0, 4020.0, 3969.0, 4021.0, 3969.0, 4014.0, 3994.0, 3992.0, 3979.0, 3992.0, 3989.0, 3982.0, 4020.0, 3970.0, 4020.0, 3979.0, 4022.0, 3960.0, 4019.0, 3958.0, 4013.0, 3958.0, 4011.0, 3962.0, 4000.0, 4002.0, 4002.0, 4004.0, 4035.0, 4004.0, 4021.0, 3982.0, 4020.0, 3970.0, 4020.0, 3959.0, 4011.0, 3989.0, 4009.0, 3958.0, 4010.0, 3958.0, 4011.0, 3968.0, 3999.0, 3958.0, 3991.0, 3979.0, 3971.0, 3988.0, 3970.0, 4010.0, 3971.0, 4021.0, 3959.0, 4023.0, 3958.0, 4002.0, 3980.0, 3980.0, 3989.0, 3958.0, 4020.0, 3959.0, 4011.0, 3969.0, 4001.0, 3978.0, 3971.0, 4008.0, 3970.0, 4020.0, 3962.0, 4022.0, 3979.0, 4012.0, 3990.0, 3972.0, 3999.0, 3971.0, 4020.0, 3973.0, 4020.0, 3971.0, 4011.0, 3982.0, 4015.0, 3992.0, 4013.0, 4002.0, 3983.0, 4010.0, 3982.0, 4025.0, 3972.0, 4023.0, 3972.0, 4014.0, 3990.0, 3992.0, 4044.0, 3970.0, 4020.0, 3957.0, 4020.0, 3980.0, 3971.0, 4020.0, 3971.0, 4018.0, 3946.0, 4008.0, 3967.0, 4001.0, 3991.0, 3984.0, 4021.0, 3973.0, 4022.0, 3962.0, 4023.0, 3971.0, 4012.0, 4002.0, 3983.0, 4031.0, 3978.0, 4010.0, 3958.0, 3999.0, 3989.0, 3968.0, 4017.0, 3957.0, 3999.0, 3945.0, 3989.0, 3957.0, 3967.0, 3988.0, 3972.0, 3988.0, 3969.0, 3998.0, 3971.0, 4011.0, 3962.0, 4022.0, 3971.0, 4002.0, 3970.0, 3980.0, 4011.0, 3972.0, 4022.0, 3960.0, 4011.0, 3959.0, 4001.0, 3979.0, 3969.0, 3989.0, 3981.0, 4010.0, 3972.0, 4011.0, 3972.0, 4023.0, 3958.0, 4010.0, 3999.0, 3971.0, 4019.0, 3970.0, 4020.0, 3958.0, 4012.0, 3977.0, 3982.0, 3988.0, 3972.0, 4000.0, 3971.0, 4011.0, 3971.0, 4023.0, 3971.0, 4021.0, 3959.0, 4012.0, 3980.0, 3993.0, 4012.0, 3969.0, 4019.0, 3970.0, 4021.0, 3960.0, 4012.0, 3981.0, 4002.0, 3978.0, 3980.0, 3999.0, 3972.0, 4012.0, 3983.0, 4024.0, 3983.0, 4023.0, 3960.0, 4023.0, 3982.0, 4013.0, 4019.0, 3970.0, 4018.0, 3957.0, 4011.0, 3968.0, 3982.0, 3989.0, 3970.0, 4008.0, 3960.0, 4011.0, 3971.0, 4013.0, 4002.0, 3993.0, 4002.0, 3983.0, 4012.0, 3973.0, 4033.0], 'WindowWidth': [9092.0, 9013.0, 8989.0, 8956.0, 8937.0, 8983.0, 8928.0, 8951.0, 8936.0, 8927.0, 8915.0, 8918.0, 8946.0, 8918.0, 8908.0, 8916.0, 8923.0, 8930.0, 8928.0, 8937.0, 8943.0, 8929.0, 8943.0, 8929.0, 8921.0, 8926.0, 8963.0, 8908.0, 8968.0, 8901.0, 8890.0, 8959.0, 8900.0, 8924.0, 8897.0, 8885.0, 8892.0, 8886.0, 8899.0, 8918.0, 8904.0, 8896.0, 8903.0, 8914.0, 8916.0, 8889.0, 8918.0, 8910.0, 8932.0, 8926.0, 8937.0, 8925.0, 8924.0, 8920.0, 8913.0, 8919.0, 8924.0, 8939.0, 8923.0, 8923.0, 8921.0, 8915.0, 8951.0, 8907.0, 8942.0, 8910.0, 8914.0, 8949.0, 8907.0, 8932.0, 8904.0, 8897.0, 8918.0, 8911.0, 8936.0, 8908.0, 8925.0, 8920.0, 8928.0, 8954.0, 8930.0, 8926.0, 8924.0, 8928.0, 8927.0, 8918.0, 8957.0, 8934.0, 8958.0, 8928.0, 8928.0, 8926.0, 8918.0, 8969.0, 8931.0, 8959.0, 8923.0, 8925.0, 8923.0, 8915.0, 8919.0, 8913.0, 8953.0, 8926.0, 8953.0, 8928.0, 8943.0, 8923.0, 8917.0, 8980.0, 8910.0, 8950.0, 8905.0, 8922.0, 8904.0, 8907.0, 8930.0, 8909.0, 8938.0, 8902.0, 8892.0, 8902.0, 8904.0, 8931.0, 8900.0, 8921.0, 8883.0, 8901.0, 8927.0, 8902.0, 8913.0, 8899.0, 8909.0, 8900.0, 8908.0, 8933.0, 8894.0, 8936.0, 8889.0, 8894.0, 8947.0, 8907.0, 8935.0, 8891.0, 8920.0, 8905.0, 8907.0, 8933.0, 8911.0, 8918.0, 8906.0, 8919.0, 8911.0, 8917.0, 8906.0, 8913.0, 8951.0, 8908.0, 8925.0, 8906.0, 8911.0, 8921.0, 8913.0, 8950.0, 8905.0, 8908.0, 8877.0, 8897.0, 8949.0, 8911.0, 8952.0, 8904.0, 8906.0, 8889.0, 8895.0, 8945.0, 8895.0, 8935.0, 8895.0, 8910.0, 8892.0, 8912.0, 8935.0, 8910.0, 8936.0, 8912.0, 8943.0, 8908.0, 8914.0, 8947.0, 8910.0, 8933.0, 8909.0, 8923.0, 8891.0, 8910.0, 8901.0, 8908.0, 8932.0, 8908.0, 8939.0, 8888.0, 8907.0, 8902.0, 8910.0, 8935.0, 8910.0, 8942.0, 8909.0, 8912.0, 8923.0, 8918.0, 8956.0, 8915.0, 8958.0, 8931.0, 8932.0, 8895.0, 8918.0, 8984.0, 8910.0, 8970.0, 8891.0, 8896.0, 8930.0, 8906.0, 8933.0, 8891.0, 8923.0, 8890.0, 8909.0, 8884.0, 8907.0, 8948.0, 8904.0, 8921.0, 8906.0, 8910.0, 8891.0, 8909.0, 8892.0, 8900.0, 8934.0, 8913.0, 8934.0, 8906.0, 8933.0, 8892.0, 8918.0, 8887.0, 8910.0, 8902.0, 8907.0, 8892.0, 8910.0, 8934.0, 8908.0, 8935.0, 8906.0, 8935.0, 8901.0, 8904.0, 8904.0, 8896.0, 8892.0, 8914.0, 8908.0, 8909.0, 8908.0, 8911.0, 8913.0, 8917.0, 8967.0, 8912.0, 8950.0, 8908.0, 8936.0, 8909.0, 8923.0, 8914.0, 8913.0, 8891.0, 8911.0, 8894.0, 8902.0, 8913.0, 8919.0, 8912.0, 8927.0, 8908.0, 8914.0, 8964.0, 8910.0, 8966.0, 8894.0, 8947.0, 8889.0, 8917.0, 8872.0, 8892.0, 8882.0, 8888.0, 8868.0, 8893.0, 8928.0, 8907.0, 8934.0, 8906.0, 8915.0, 8892.0, 8930.0, 8895.0, 8937.0, 8907.0, 8921.0, 8890.0, 8909.0, 8888.0, 8897.0, 8935.0, 8911.0, 8930.0, 8892.0, 8916.0, 8907.0, 8937.0, 8913.0, 8936.0, 8906.0, 8935.0, 8898.0, 8937.0, 8912.0, 8942.0, 8893.0, 8909.0, 8890.0, 8908.0, 8960.0, 8910.0, 8933.0, 8890.0, 8931.0, 8887.0, 8894.0, 8888.0, 8896.0, 8950.0, 8907.0, 8928.0, 8906.0, 8929.0, 8893.0, 8920.0, 8909.0, 8908.0, 8871.0, 8907.0, 8888.0, 8908.0, 8945.0, 8910.0, 8948.0, 8909.0, 8931.0, 8889.0, 8938.0, 8887.0, 8910.0, 8946.0, 8904.0, 8931.0, 8890.0, 8934.0, 8910.0, 8942.0, 8908.0, 8913.0, 8892.0, 8915.0, 8963.0, 8913.0, 8951.0, 8894.0, 8918.0, 8905.0, 8895.0, 8891.0, 8894.0, 8952.0, 8910.0, 8935.0, 8906.0, 8924.0, 8888.0, 8891.0, 8934.0, 8904.0, 8930.0, 8887.0, 8918.0, 8889.0, 8893.0, 8904.0, 8908.0, 8932.0, 8900.0, 8929.0, 8891.0, 8922.0, 8890.0, 8895.0, 8944.0, 8890.0, 8929.0, 8887.0, 8918.0, 8907.0, 8896.0, 8890.0, 8909.0, 8887.0, 8910.0, 8935.0, 8898.0, 8937.0, 8904.0, 8910.0, 8886.0, 8892.0, 8935.0, 8895.0, 8938.0, 8889.0, 8896.0, 8928.0, 8904.0, 8930.0, 8895.0, 8926.0, 8891.0, 8910.0, 8906.0, 8912.0, 8951.0, 8910.0, 8943.0, 8889.0, 8913.0, 8919.0, 8911.0, 8948.0, 8892.0, 8953.0, 8873.0, 8906.0, 8925.0, 8891.0, 8928.0, 8874.0, 8920.0, 8886.0, 8892.0, 8887.0, 8908.0, 8929.0, 8888.0, 8922.0, 8908.0, 8910.0, 8944.0, 8890.0, 8932.0, 8888.0, 8909.0, 8917.0, 8892.0, 8930.0, 8891.0, 8935.0, 8873.0, 8893.0, 8955.0, 8891.0, 8930.0, 8872.0, 8919.0, 8870.0, 8896.0, 8944.0, 8898.0, 8935.0, 8904.0, 8919.0, 8907.0, 8897.0, 8892.0, 8915.0, 8950.0, 8910.0, 8953.0, 8915.0, 8952.0, 8900.0, 8959.0, 8915.0, 8930.0, 8895.0, 8915.0, 8949.0, 8893.0, 8962.0, 8890.0, 8931.0, 8869.0, 8893.0, 8898.0, 8891.0, 8932.0, 8891.0, 8914.0, 8885.0, 8919.0, 8872.0, 8891.0, 8903.0, 8907.0, 8931.0, 8874.0, 8928.0, 8872.0, 8916.0, 8885.0, 8889.0, 8896.0, 8887.0, 8930.0, 8877.0, 8921.0, 8887.0, 8893.0, 8944.0, 8875.0, 8929.0, 8875.0, 8907.0, 8889.0, 8896.0, 8949.0, 8877.0, 8930.0, 8880.0, 8937.0, 8892.0, 8899.0, 8947.0, 8897.0, 8933.0, 8886.0, 8945.0, 8908.0, 8904.0, 8979.0, 8899.0, 8949.0, 8898.0, 8942.0, 8905.0, 8900.0, 8975.0, 8879.0, 8949.0, 8881.0, 8939.0, 8894.0, 8900.0, 8962.0, 8881.0, 8948.0, 8893.0, 8911.0, 8888.0, 8897.0, 8950.0, 8891.0, 8930.0, 8894.0, 8939.0, 8904.0, 8900.0, 8947.0, 8894.0, 8953.0, 8882.0, 8952.0, 8892.0, 8926.0, 8930.0, 8896.0, 8946.0, 8895.0, 8945.0, 8881.0, 8938.0, 8908.0, 8898.0, 8904.0, 8900.0, 8978.0, 8881.0, 8952.0, 8896.0, 8929.0, 8902.0, 8896.0, 8916.0, 8896.0, 8962.0, 8882.0, 8966.0, 8879.0, 8908.0, 8901.0, 8894.0, 8929.0, 8883.0, 8948.0, 8880.0, 8945.0, 8883.0, 8950.0, 8893.0, 8941.0, 8906.0, 8899.0, 8907.0, 8898.0, 8965.0, 8899.0, 8966.0, 8884.0, 8952.0, 8896.0, 8942.0, 8919.0, 8901.0, 8965.0, 8882.0, 8952.0, 8890.0, 8908.0, 8946.0, 8898.0, 8945.0, 8883.0, 8936.0, 8889.0, 8894.0, 8917.0, 8900.0, 8951.0, 8902.0, 8969.0, 8901.0, 8954.0, 8897.0, 8957.0, 8927.0, 8918.0, 8980.0, 8898.0, 8963.0, 8879.0, 8966.0, 8908.0, 8915.0, 8960.0, 8894.0, 8961.0, 8881.0, 8952.0, 8903.0, 8911.0, 8960.0, 8895.0, 8944.0, 8892.0, 8961.0, 8880.0, 8925.0, 8907.0, 8898.0, 8931.0, 8895.0, 8961.0, 8879.0, 8947.0, 8879.0, 8936.0, 8888.0, 8908.0, 8901.0, 8893.0, 8960.0, 8880.0, 8948.0, 8875.0, 8904.0, 8888.0, 8896.0, 8916.0, 8897.0, 8958.0, 8878.0, 8945.0, 8878.0, 8949.0, 8887.0, 8893.0, 8916.0, 8896.0, 8941.0, 8891.0, 8944.0, 8877.0, 8946.0, 8874.0, 8907.0, 8914.0, 8890.0, 8938.0, 8887.0, 8940.0, 8861.0, 8918.0, 8896.0, 8936.0, 8896.0, 8925.0, 8913.0, 8918.0, 8929.0, 8903.0, 8924.0, 8914.0, 8976.0, 8897.0, 8967.0, 8878.0, 8953.0, 8873.0, 8909.0, 8971.0, 8878.0, 8956.0, 8859.0, 8931.0, 8881.0, 8891.0, 8942.0, 8893.0, 8943.0, 8874.0, 8944.0, 8882.0, 8891.0, 8901.0, 8895.0, 8929.0, 8893.0, 8932.0, 8881.0, 8946.0, 8880.0, 8953.0, 8902.0, 8892.0, 8898.0, 8888.0, 8954.0, 8873.0, 8943.0, 8874.0, 8903.0, 8865.0, 8873.0, 8920.0, 8872.0, 8932.0, 8881.0, 8942.0, 8878.0, 8942.0, 8881.0, 8939.0, 8910.0, 8897.0, 8891.0, 8910.0, 8904.0, 8896.0, 8974.0, 8897.0, 8949.0, 8892.0, 8934.0, 8872.0, 8908.0, 8914.0, 8893.0, 8957.0, 8875.0, 8939.0, 8853.0, 8886.0, 8894.0, 8874.0, 8924.0, 8874.0, 8926.0, 8860.0, 8920.0, 8897.0, 8893.0, 8912.0, 8878.0, 8943.0, 8865.0, 8949.0, 8876.0, 8921.0, 8904.0, 8896.0, 8915.0, 8898.0, 8959.0, 8891.0, 8946.0, 8872.0, 8904.0, 8937.0, 8873.0, 8942.0, 8856.0, 8928.0, 8880.0, 8887.0, 8936.0, 8873.0, 8941.0, 8857.0, 8933.0, 8898.0, 8891.0, 8942.0, 8876.0, 8944.0, 8883.0, 8891.0, 8911.0, 8876.0, 8949.0, 8891.0, 8921.0, 8898.0, 8891.0, 8962.0, 8877.0, 8949.0, 8901.0, 8926.0, 8887.0, 8879.0, 8958.0, 8876.0, 8943.0, 8858.0, 8933.0, 8883.0, 8874.0, 8936.0, 8871.0, 8922.0, 8872.0, 8917.0, 8885.0, 8875.0, 8914.0, 8897.0, 8945.0, 8884.0, 8952.0, 8876.0, 8943.0, 8880.0, 8952.0, 8901.0, 8894.0, 8940.0, 8892.0, 8896.0, 8889.0, 8946.0, 8881.0, 8951.0, 8871.0, 8932.0, 8870.0, 8890.0, 8908.0, 8876.0, 8940.0, 8858.0, 8922.0, 8857.0, 8928.0, 8874.0, 8906.0, 8885.0, 8894.0, 8901.0, 8894.0, 8945.0, 8883.0, 8944.0, 8876.0, 8944.0, 8874.0, 8938.0, 8913.0, 8909.0, 8886.0, 8907.0, 8900.0, 8896.0, 8942.0, 8878.0, 8943.0, 8887.0, 8946.0, 8862.0, 8939.0, 8860.0, 8936.0, 8861.0, 8931.0, 8867.0, 8916.0, 8925.0, 8924.0, 8933.0, 8971.0, 8930.0, 8944.0, 8896.0, 8941.0, 8877.0, 8943.0, 8862.0, 8930.0, 8901.0, 8924.0, 8857.0, 8927.0, 8858.0, 8931.0, 8870.0, 8912.0, 8854.0, 8903.0, 8883.0, 8877.0, 8896.0, 8877.0, 8925.0, 8879.0, 8942.0, 8861.0, 8947.0, 8858.0, 8920.0, 8887.0, 8890.0, 8897.0, 8858.0, 8940.0, 8858.0, 8930.0, 8873.0, 8919.0, 8883.0, 8878.0, 8923.0, 8876.0, 8943.0, 8869.0, 8947.0, 8886.0, 8933.0, 8901.0, 8881.0, 8915.0, 8880.0, 8942.0, 8883.0, 8942.0, 8880.0, 8933.0, 8895.0, 8942.0, 8906.0, 8939.0, 8919.0, 8898.0, 8930.0, 8896.0, 8956.0, 8882.0, 8950.0, 8880.0, 8939.0, 8899.0, 8907.0, 8978.0, 8875.0, 8941.0, 8855.0, 8941.0, 8885.0, 8876.0, 8941.0, 8878.0, 8936.0, 8839.0, 8921.0, 8867.0, 8916.0, 8903.0, 8900.0, 8945.0, 8885.0, 8947.0, 8868.0, 8950.0, 8878.0, 8934.0, 8919.0, 8898.0, 8957.0, 8884.0, 8926.0, 8855.0, 8911.0, 8895.0, 8868.0, 8932.0, 8852.0, 8908.0, 8834.0, 8897.0, 8852.0, 8868.0, 8895.0, 8880.0, 8894.0, 8872.0, 8909.0, 8879.0, 8931.0, 8869.0, 8949.0, 8877.0, 8920.0, 8873.0, 8888.0, 8930.0, 8878.0, 8947.0, 8865.0, 8930.0, 8858.0, 8917.0, 8886.0, 8876.0, 8898.0, 8896.0, 8929.0, 8882.0, 8931.0, 8881.0, 8949.0, 8857.0, 8930.0, 8911.0, 8879.0, 8937.0, 8874.0, 8941.0, 8856.0, 8932.0, 8881.0, 8894.0, 8895.0, 8880.0, 8914.0, 8880.0, 8931.0, 8880.0, 8952.0, 8881.0, 8946.0, 8861.0, 8935.0, 8887.0, 8910.0, 8935.0, 8876.0, 8940.0, 8876.0, 8943.0, 8863.0, 8934.0, 8893.0, 8920.0, 8884.0, 8891.0, 8911.0, 8882.0, 8935.0, 8900.0, 8953.0, 8899.0, 8951.0, 8864.0, 8951.0, 8894.0, 8937.0, 8940.0, 8875.0, 8937.0, 8855.0, 8929.0, 8869.0, 8895.0, 8898.0, 8876.0, 8923.0, 8862.0, 8929.0, 8878.0, 8940.0, 8922.0, 8911.0, 8921.0, 8900.0, 8935.0, 8887.0, 8966.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.0004347792207792208</td></tr>
<tr><td colspan=3>aqi</td><td>0.02643304354978355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.763031323258225</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2165268475649915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9609241093587522</td></tr>
<tr><td colspan=3>efc</td><td>0.4491</td></tr>
<tr><td colspan=3>fber</td><td>6559.604</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.078047940773922</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4329004329004329</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.47869759200889</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.478379122729019</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7052470264109756</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2524666268866746</td></tr>
<tr><td colspan=3>gcor</td><td>0.00288282</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01991836167871952</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02230117656290531</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4755301461078885</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>37.4382</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7904</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.6871</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311352.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.4252</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7593</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.1429</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3227.799</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.6889</td></tr>
<tr><td colspan=3>tsnr</td><td>36.85280670784414</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>