ds005256-mriqc/sub-0066_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter c9e27c080e [DATALAD RUNCMD] Compute MRIQC for sub-0066
=== 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-0066 --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-0066",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:50:21 +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-0066_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0066_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0066_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0066_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0066_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0066_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0066_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0066_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0066_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0066/ses-02/func/sub-0066_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ac2a8877c6db46fcbb068c62821377da</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>14:45:15.107500</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.999981, -0.00334158, 0.00509797, 0.00366507, 0.99789, -0.0648251]</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.117329</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7727, -7297, 425, -132, -72, 56, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0a8f4fc1-0aae-48f3-ad2a-67a7c0944a01||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.6828770637512207, 0.009833117946982384, 0.013150596059858799, 109.39604949951172], [0.008965208195149899, 2.6772656440734863, -0.17507508397102356, -84.59111022949219], [0.013677471317350864, 0.1739211082458496, 2.6942858695983887, -74.3005599975586], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['144515.107500', '144515.567500', '144516.027500', '144516.487500', '144516.947500', '144517.407500', '144517.867500', '144518.327500', '144518.787500', '144519.247500', '144519.707500', '144520.167500', '144520.627500', '144521.087500', '144521.547500', '144522.007500', '144522.467500', '144522.927500', '144523.387500', '144523.847500', '144524.307500', '144524.767500', '144525.227500', '144525.687500', '144526.147500', '144526.607500', '144527.067500', '144527.527500', '144527.987500', '144528.447500', '144528.907500', '144529.367500', '144529.827500', '144530.287500', '144530.747500', '144531.207500', '144531.667500', '144532.127500', '144532.587500', '144533.047500', '144533.507500', '144533.967500', '144534.427500', '144534.887500', '144535.347500', '144535.807500', '144536.267500', '144536.727500', '144537.187500', '144537.647500', '144538.107500', '144538.567500', '144539.027500', '144539.487500', '144539.947500', '144540.407500', '144540.867500', '144541.327500', '144541.787500', '144542.247500', '144542.707500', '144543.167500', '144543.627500', '144544.087500', '144544.547500', '144545.007500', '144545.467500', '144545.927500', '144546.387500', '144546.847500', '144547.307500', '144547.767500', '144548.227500', '144548.687500', '144549.147500', '144549.607500', '144550.067500', '144550.527500', '144550.987500', '144551.447500', '144551.907500', '144552.367500', '144552.827500', '144553.287500', '144553.747500', '144554.207500', '144554.667500', '144555.127500', '144555.587500', '144556.047500', '144556.507500', '144556.967500', '144557.427500', '144557.887500', '144558.347500', '144558.807500', '144559.267500', '144559.727500', '144600.187500', '144600.647500', '144601.107500', '144601.567500', '144602.027500', '144602.487500', '144602.947500', '144603.407500', '144603.867500', '144604.327500', '144604.787500', '144605.247500', '144605.707500', '144606.167500', '144606.627500', '144607.087500', '144607.547500', '144608.007500', '144608.467500', '144608.927500', '144609.387500', '144609.847500', '144610.307500', '144610.767500', '144611.227500', '144611.687500', '144612.147500', '144612.607500', '144613.067500', '144613.527500', '144613.987500', '144614.447500', '144614.907500', '144615.367500', '144615.827500', '144616.287500', '144616.747500', '144617.207500', '144617.667500', '144618.127500', '144618.587500', '144619.047500', '144619.507500', '144619.967500', '144620.427500', '144620.887500', '144621.347500', '144621.807500', '144622.267500', '144622.727500', '144623.187500', '144623.647500', '144624.107500', '144624.567500', '144625.027500', '144625.487500', '144625.947500', '144626.407500', '144626.867500', '144627.327500', '144627.787500', '144628.247500', '144628.707500', '144629.167500', '144629.627500', '144630.087500', '144630.547500', '144631.007500', '144631.467500', '144631.927500', '144632.387500', '144632.847500', '144633.307500', '144633.767500', '144634.227500', '144634.687500', '144635.147500', '144635.607500', '144636.067500', '144636.527500', '144636.987500', '144637.447500', '144637.907500', '144638.367500', '144638.827500', '144639.287500', '144639.747500', '144640.207500', '144640.667500', '144641.127500', '144641.587500', '144642.047500', '144642.507500', '144642.967500', '144643.427500', '144643.887500', '144644.347500', '144644.807500', '144645.267500', '144645.727500', '144646.187500', '144646.647500', '144647.107500', '144647.567500', '144648.027500', '144648.487500', '144648.947500', '144649.407500', '144649.867500', '144650.327500', '144650.787500', '144651.247500', '144651.707500', '144652.167500', '144652.627500', '144653.087500', '144653.547500', '144654.007500', '144654.467500', '144654.927500', '144655.387500', '144655.847500', '144656.307500', '144656.767500', '144657.227500', '144657.687500', '144658.147500', '144658.607500', '144659.067500', '144659.527500', '144659.987500', '144700.447500', '144700.907500', '144701.367500', '144701.827500', '144702.287500', '144702.747500', '144703.207500', '144703.667500', '144704.127500', '144704.587500', '144705.047500', '144705.507500', '144705.967500', '144706.427500', '144706.887500', '144707.347500', '144707.807500', '144708.267500', '144708.727500', '144709.187500', '144709.647500', '144710.107500', '144710.567500', '144711.027500', '144711.487500', '144711.947500', '144712.407500', '144712.867500', '144713.327500', '144713.787500', '144714.247500', '144714.707500', '144715.167500', '144715.627500', '144716.087500', '144716.547500', '144717.007500', '144717.467500', '144717.927500', '144718.387500', '144718.847500', '144719.307500', '144719.767500', '144720.227500', '144720.687500', '144721.147500', '144721.607500', '144722.067500', '144722.527500', '144722.987500', '144723.447500', '144723.907500', '144724.367500', '144724.827500', '144725.287500', '144725.747500', '144726.207500', '144726.667500', '144727.127500', '144727.587500', '144728.047500', '144728.507500', '144728.967500', '144729.427500', '144729.887500', '144730.347500', '144730.807500', '144731.267500', '144731.727500', '144732.187500', '144732.647500', '144733.107500', '144733.567500', '144734.027500', '144734.487500', '144734.947500', '144735.407500', '144735.867500', '144736.327500', '144736.787500', '144737.247500', '144737.707500', '144738.167500', '144738.627500', '144739.087500', '144739.547500', '144740.007500', '144740.467500', '144740.927500', '144741.387500', '144741.847500', '144742.307500', '144742.767500', '144743.227500', '144743.687500', '144744.147500', '144744.607500', '144745.067500', '144745.527500', '144745.987500', '144746.447500', '144746.907500', '144747.367500', '144747.827500', '144748.287500', '144748.747500', '144749.207500', '144749.667500', '144750.127500', '144750.587500', '144751.047500', '144751.507500', '144751.967500', '144752.427500', '144752.887500', '144753.347500', '144753.807500', '144754.267500', '144754.727500', '144755.187500', '144755.647500', '144756.107500', '144756.567500', '144757.027500', '144757.487500', '144757.947500', '144758.407500', '144758.867500', '144759.327500', '144759.787500', '144800.247500', '144800.707500', '144801.167500', '144801.627500', '144802.087500', '144802.547500', '144803.007500', '144803.467500', '144803.927500', '144804.387500', '144804.847500', '144805.307500', '144805.767500', '144806.227500', '144806.687500', '144807.147500', '144807.607500', '144808.067500', '144808.527500', '144808.987500', '144809.447500', '144809.907500', '144810.367500', '144810.827500', '144811.287500', '144811.747500', '144812.207500', '144812.667500', '144813.127500', '144813.587500', '144814.047500', '144814.507500', '144814.967500', '144815.427500', '144815.887500', '144816.347500', '144816.807500', '144817.267500', '144817.727500', '144818.187500', '144818.647500', '144819.107500', '144819.567500', '144820.027500', '144820.487500', '144820.947500', '144821.407500', '144821.867500', '144822.327500', '144822.787500', '144823.247500', '144823.707500', '144824.167500', '144824.627500', '144825.087500', '144825.547500', '144826.007500', '144826.467500', '144826.927500', '144827.387500', '144827.847500', '144828.307500', '144828.767500', '144829.227500', '144829.687500', '144830.147500', '144830.607500', '144831.067500', '144831.527500', '144831.987500', '144832.447500', '144832.907500', '144833.367500', '144833.827500', '144834.287500', '144834.747500', '144835.207500', '144835.667500', '144836.127500', '144836.587500', '144837.047500', '144837.507500', '144837.967500', '144838.427500', '144838.887500', '144839.347500', '144839.807500', '144840.267500', '144840.727500', '144841.187500', '144841.647500', '144842.107500', '144842.567500', '144843.027500', '144843.487500', '144843.947500', '144844.407500', '144844.867500', '144845.327500', '144845.787500', '144846.247500', '144846.707500', '144847.167500', '144847.627500', '144848.087500', '144848.547500', '144849.007500', '144849.467500', '144849.927500', '144850.387500', '144850.847500', '144851.307500', '144851.767500', '144852.227500', '144852.687500', '144853.147500', '144853.607500', '144854.067500', '144854.527500', '144854.987500', '144855.447500', '144855.907500', '144856.367500', '144856.827500', '144857.287500', '144857.747500', '144858.207500', '144858.667500', '144859.127500', '144859.587500', '144900.047500', '144900.507500', '144900.967500', '144901.427500', '144901.887500', '144902.347500', '144902.807500', '144903.267500', '144903.727500', '144904.187500', '144904.647500', '144905.107500', '144905.567500', '144906.027500', '144906.487500', '144906.947500', '144907.407500', '144907.867500', '144908.327500', '144908.787500', '144909.247500', '144909.707500', '144910.167500', '144910.627500', '144911.087500', '144911.547500', '144912.007500', '144912.467500', '144912.927500', '144913.387500', '144913.847500', '144914.307500', '144914.767500', '144915.227500', '144915.687500', '144916.147500', '144916.607500', '144917.067500', '144917.527500', '144917.987500', '144918.447500', '144918.907500', '144919.367500', '144919.827500', '144920.287500', '144920.747500', '144921.207500', '144921.667500', '144922.127500', '144922.587500', '144923.047500', '144923.507500', '144923.967500', '144924.427500', '144924.887500', '144925.347500', '144925.807500', '144926.267500', '144926.727500', '144927.187500', '144927.647500', '144928.107500', '144928.567500', '144929.027500', '144929.487500', '144929.947500', '144930.407500', '144930.867500', '144931.327500', '144931.787500', '144932.247500', '144932.707500', '144933.167500', '144933.627500', '144934.087500', '144934.547500', '144935.007500', '144935.467500', '144935.927500', '144936.387500', '144936.847500', '144937.307500', '144937.767500', '144938.227500', '144938.687500', '144939.147500', '144939.607500', '144940.067500', '144940.527500', '144940.987500', '144941.447500', '144941.907500', '144942.367500', '144942.827500', '144943.287500', '144943.747500', '144944.207500', '144944.667500', '144945.127500', '144945.587500', '144946.047500', '144946.507500', '144946.967500', '144947.427500', '144947.887500', '144948.347500', '144948.807500', '144949.267500', '144949.727500', '144950.187500', '144950.647500', '144951.107500', '144951.567500', '144952.027500', '144952.487500', '144952.947500', '144953.407500', '144953.867500', '144954.327500', '144954.787500', '144955.247500', '144955.707500', '144956.167500', '144956.627500', '144957.087500', '144957.547500', '144958.007500', '144958.467500', '144958.927500', '144959.387500', '144959.847500', '145000.307500', '145000.767500', '145001.227500', '145001.687500', '145002.147500', '145002.607500', '145003.067500', '145003.527500', '145003.987500', '145004.447500', '145004.907500', '145005.367500', '145005.827500', '145006.287500', '145006.747500', '145007.207500', '145007.667500', '145008.127500', '145008.587500', '145009.047500', '145009.507500', '145009.967500', '145010.427500', '145010.887500', '145011.347500', '145011.807500', '145012.267500', '145012.727500', '145013.187500', '145013.647500', '145014.107500', '145014.567500', '145015.027500', '145015.487500', '145015.947500', '145016.407500', '145016.867500', '145017.327500', '145017.787500', '145018.247500', '145018.707500', '145019.167500', '145019.627500', '145020.087500', '145020.547500', '145021.007500', '145021.467500', '145021.927500', '145022.387500', '145022.847500', '145023.307500', '145023.767500', '145024.227500', '145024.687500', '145025.147500', '145025.607500', '145026.067500', '145026.527500', '145026.987500', '145027.447500', '145027.907500', '145028.367500', '145028.827500', '145029.287500', '145029.747500', '145030.207500', '145030.667500', '145031.127500', '145031.587500', '145032.047500', '145032.507500', '145032.967500', '145033.427500', '145033.887500', '145034.347500', '145034.807500', '145035.267500', '145035.727500', '145036.187500', '145036.647500', '145037.107500', '145037.567500', '145038.027500', '145038.487500', '145038.947500', '145039.407500', '145039.867500', '145040.327500', '145040.787500', '145041.247500', '145041.707500', '145042.167500', '145042.627500', '145043.087500', '145043.547500', '145044.007500', '145044.467500', '145044.927500', '145045.387500', '145045.847500', '145046.307500', '145046.767500', '145047.227500', '145047.687500', '145048.147500', '145048.607500', '145049.067500', '145049.527500', '145049.987500', '145050.447500', '145050.907500', '145051.367500', '145051.827500', '145052.287500', '145052.747500', '145053.207500', '145053.667500', '145054.127500', '145054.587500', '145055.047500', '145055.507500', '145055.967500', '145056.427500', '145056.887500', '145057.347500', '145057.807500', '145058.267500', '145058.727500', '145059.187500', '145059.647500', '145100.107500', '145100.567500', '145101.027500', '145101.487500', '145101.947500', '145102.407500', '145102.867500', '145103.327500', '145103.787500', '145104.247500', '145104.707500', '145105.167500', '145105.627500', '145106.087500', '145106.547500', '145107.007500', '145107.467500', '145107.927500', '145108.387500', '145108.847500', '145109.307500', '145109.767500', '145110.227500', '145110.687500', '145111.147500', '145111.607500', '145112.067500', '145112.527500', '145112.987500', '145113.447500', '145113.907500', '145114.367500', '145114.827500', '145115.287500', '145115.747500', '145116.207500', '145116.667500', '145117.127500', '145117.587500', '145118.047500', '145118.507500', '145118.967500', '145119.427500', '145119.887500', '145120.347500', '145120.807500', '145121.267500', '145121.727500', '145122.187500', '145122.647500', '145123.107500', '145123.567500', '145124.027500', '145124.487500', '145124.947500', '145125.407500', '145125.867500', '145126.327500', '145126.787500', '145127.247500', '145127.707500', '145128.167500', '145128.627500', '145129.087500', '145129.547500', '145130.007500', '145130.467500', '145130.927500', '145131.387500', '145131.847500', '145132.307500', '145132.767500', '145133.227500', '145133.687500', '145134.147500', '145134.607500', '145135.067500', '145135.527500', '145135.987500', '145136.447500', '145136.907500', '145137.367500', '145137.827500', '145138.287500', '145138.747500', '145139.207500', '145139.667500', '145140.127500', '145140.587500', '145141.047500', '145141.507500', '145141.967500', '145142.427500', '145142.887500', '145143.347500', '145143.807500', '145144.267500', '145144.727500', '145145.187500', '145145.647500', '145146.107500', '145146.567500', '145147.027500', '145147.487500', '145147.947500', '145148.407500', '145148.867500', '145149.327500', '145149.787500', '145150.247500', '145150.707500', '145151.167500', '145151.627500', '145152.087500', '145152.547500', '145153.007500', '145153.467500', '145153.927500', '145154.387500', '145154.847500', '145155.307500', '145155.767500', '145156.227500', '145156.687500', '145157.147500', '145157.607500', '145158.067500', '145158.527500', '145158.987500', '145159.447500', '145159.907500', '145200.367500', '145200.827500', '145201.287500', '145201.747500', '145202.207500', '145202.667500', '145203.127500', '145203.587500', '145204.047500', '145204.507500', '145204.967500', '145205.427500', '145205.887500', '145206.347500', '145206.807500', '145207.267500', '145207.727500', '145208.187500', '145208.647500', '145209.107500', '145209.567500', '145210.027500', '145210.487500', '145210.947500', '145211.407500', '145211.867500', '145212.327500', '145212.787500', '145213.247500', '145213.707500', '145214.167500', '145214.627500', '145215.087500', '145215.547500', '145216.007500', '145216.467500', '145216.927500', '145217.387500', '145217.847500', '145218.307500', '145218.767500', '145219.227500', '145219.687500', '145220.147500', '145220.607500', '145221.067500', '145221.527500', '145221.987500', '145222.447500', '145222.907500', '145223.367500', '145223.827500', '145224.287500', '145224.747500', '145225.207500', '145225.667500', '145226.127500', '145226.587500', '145227.047500', '145227.507500', '145227.967500', '145228.427500', '145228.887500', '145229.347500', '145229.807500', '145230.267500', '145230.727500', '145231.187500', '145231.647500', '145232.107500', '145232.567500', '145233.027500', '145233.487500', '145233.947500', '145234.407500', '145234.867500', '145235.327500', '145235.787500', '145236.247500', '145236.707500', '145237.167500', '145237.627500', '145238.087500', '145238.547500', '145239.007500', '145239.467500', '145239.927500', '145240.387500', '145240.847500', '145241.307500', '145241.767500', '145242.227500', '145242.687500', '145243.147500', '145243.607500', '145244.067500', '145244.527500', '145244.987500', '145245.447500', '145245.907500', '145246.367500', '145246.827500', '145247.287500', '145247.747500', '145248.207500', '145248.667500', '145249.127500', '145249.587500', '145250.047500', '145250.507500', '145250.967500', '145251.427500', '145251.887500', '145252.347500', '145252.807500', '145253.267500', '145253.727500', '145254.187500', '145254.647500', '145255.107500', '145255.567500', '145256.027500', '145256.487500', '145256.947500', '145257.407500', '145257.867500', '145258.327500', '145258.787500', '145259.247500', '145259.707500', '145300.167500', '145300.627500', '145301.087500', '145301.547500', '145302.007500', '145302.467500', '145302.927500', '145303.387500', '145303.847500', '145304.307500', '145304.767500', '145305.227500', '145305.687500', '145306.147500', '145306.607500', '145307.067500', '145307.527500', '145307.987500', '145308.447500', '145308.907500', '145309.367500', '145309.827500', '145310.287500', '145310.747500', '145311.207500', '145311.667500', '145312.127500', '145312.587500', '145313.047500', '145313.507500', '145313.967500', '145314.427500', '145314.887500', '145315.347500', '145315.807500', '145316.267500', '145316.727500', '145317.187500', '145317.647500', '145318.107500', '145318.567500', '145319.027500', '145319.487500', '145319.947500', '145320.407500', '145320.867500', '145321.327500', '145321.787500', '145322.247500', '145322.707500', '145323.167500', '145323.627500', '145324.087500', '145324.547500', '145325.007500', '145325.467500', '145325.927500', '145326.387500', '145326.847500', '145327.307500', '145327.767500', '145328.227500', '145328.687500', '145329.147500', '145329.607500', '145330.067500', '145330.527500', '145330.987500', '145331.447500', '145331.907500', '145332.367500', '145332.827500', '145333.287500', '145333.747500', '145334.207500', '145334.667500', '145335.127500', '145335.587500', '145336.047500', '145336.507500', '145336.967500', '145337.427500', '145337.887500', '145338.347500', '145338.807500', '145339.267500', '145339.727500', '145340.187500', '145340.647500', '145341.107500', '145341.567500', '145342.027500', '145342.487500', '145342.947500', '145343.407500', '145343.867500', '145344.327500', '145344.787500', '145345.247500', '145345.707500', '145346.167500', '145346.627500', '145347.087500', '145347.547500', '145348.007500', '145348.467500', '145348.927500', '145349.387500', '145349.847500', '145350.307500', '145350.767500', '145351.227500', '145351.687500', '145352.147500', '145352.607500', '145353.067500', '145353.527500', '145353.987500', '145354.447500', '145354.907500', '145355.367500', '145355.827500', '145356.287500', '145356.747500', '145357.207500', '145357.667500', '145358.127500', '145358.587500', '145359.047500', '145359.507500', '145359.967500', '145400.427500', '145400.887500', '145401.347500', '145401.807500', '145402.267500', '145402.727500', '145403.187500', '145403.647500', '145404.107500', '145404.567500', '145405.027500', '145405.487500', '145405.947500', '145406.407500'], 'ContentTime': ['144529.465000', '144529.468000', '144529.471000', '144529.474000', '144529.490000', '144529.493000', '144529.495000', '144529.504000', '144529.507000', '144529.510000', '144529.512000', '144529.515000', '144529.518000', '144529.520000', '144529.523000', '144529.526000', '144529.528000', '144529.531000', '144529.533000', '144529.536000', '144529.538000', '144529.541000', '144529.543000', '144529.546000', '144529.548000', '144529.555000', '144529.557000', '144529.581000', '144549.439000', '144549.442000', '144549.445000', '144549.447000', '144549.450000', '144549.452000', '144549.469000', '144549.471000', '144549.474000', '144549.477000', '144549.479000', '144549.482000', '144549.484000', '144549.487000', '144549.489000', '144549.492000', '144549.495000', '144549.497000', '144549.500000', '144549.502000', '144549.505000', '144549.511000', '144549.514000', '144549.516000', '144549.519000', '144549.521000', '144549.524000', '144549.527000', '144549.529000', '144549.532000', '144549.535000', '144549.537000', '144549.540000', '144549.542000', '144549.545000', '144549.547000', '144549.550000', '144549.553000', '144549.555000', '144549.558000', '144549.560000', '144549.563000', '144549.566000', '144609.440000', '144609.443000', '144609.446000', '144609.448000', '144609.451000', '144609.454000', '144609.456000', '144609.459000', '144609.461000', '144609.464000', '144609.467000', '144609.469000', '144609.472000', '144609.475000', '144609.477000', '144609.480000', '144609.482000', '144609.485000', '144609.487000', '144609.496000', '144609.499000', '144609.502000', '144609.504000', '144609.507000', '144609.509000', '144609.512000', '144609.515000', '144609.517000', '144609.520000', '144609.522000', '144609.536000', '144609.539000', '144609.542000', '144609.544000', '144609.547000', '144609.549000', '144609.552000', '144609.554000', '144609.557000', '144609.559000', '144609.562000', '144609.564000', '144609.567000', '144609.570000', '144629.440000', '144629.443000', '144629.446000', '144629.448000', '144629.451000', '144629.454000', '144629.456000', '144629.459000', '144629.461000', '144629.464000', '144629.466000', '144629.469000', '144629.471000', '144629.474000', '144629.477000', '144629.480000', '144629.483000', '144629.486000', '144629.488000', '144629.491000', '144629.494000', '144629.496000', '144629.499000', '144629.501000', '144629.504000', '144629.506000', '144629.509000', '144629.511000', '144629.514000', '144629.517000', '144629.519000', '144629.522000', '144629.524000', '144629.527000', '144629.529000', '144629.532000', '144629.534000', '144629.537000', '144629.539000', '144629.542000', '144629.545000', '144629.547000', '144629.550000', '144649.440000', '144649.443000', '144649.446000', '144649.448000', '144649.451000', '144649.454000', '144649.456000', '144649.459000', '144649.461000', '144649.464000', '144649.466000', '144649.469000', '144649.472000', '144649.474000', '144649.477000', '144649.479000', '144649.482000', '144649.484000', '144649.487000', '144649.489000', '144649.492000', '144649.495000', '144649.497000', '144649.500000', '144649.502000', '144649.505000', '144649.508000', '144649.510000', '144649.513000', '144649.515000', '144649.518000', '144649.521000', '144649.523000', '144649.526000', '144649.528000', '144649.531000', '144649.533000', '144649.536000', '144649.538000', '144649.541000', '144649.544000', '144649.546000', '144649.549000', '144649.551000', '144709.440000', '144709.443000', '144709.446000', '144709.448000', '144709.451000', '144709.453000', '144709.456000', '144709.459000', '144709.461000', '144709.476000', '144709.478000', '144709.481000', '144709.483000', '144709.486000', '144709.488000', '144709.491000', '144709.494000', '144709.497000', '144709.499000', '144709.502000', '144709.505000', '144709.507000', '144709.510000', '144709.512000', '144709.515000', '144709.517000', '144709.520000', '144709.523000', '144709.525000', '144709.528000', '144709.531000', '144709.533000', '144709.536000', '144709.539000', '144709.541000', '144709.544000', '144709.546000', '144709.549000', '144709.552000', '144709.554000', '144709.557000', '144709.560000', '144709.562000', '144729.440000', '144729.443000', '144729.446000', '144729.448000', '144729.451000', '144729.454000', '144729.456000', '144729.459000', '144729.462000', '144729.464000', '144729.467000', '144729.470000', '144729.472000', '144729.475000', '144729.478000', '144729.480000', '144729.483000', '144729.485000', '144729.488000', '144729.491000', '144729.493000', '144729.496000', '144729.498000', '144729.501000', '144729.504000', '144729.506000', '144729.509000', '144729.511000', '144729.514000', '144729.517000', '144729.519000', '144729.522000', '144729.524000', '144729.527000', '144729.530000', '144729.532000', '144729.535000', '144729.537000', '144729.540000', '144729.543000', '144729.545000', '144729.548000', '144729.550000', '144729.553000', '144749.439000', '144749.442000', '144749.445000', '144749.448000', '144749.450000', '144749.453000', '144749.456000', '144749.458000', '144749.461000', '144749.464000', '144749.466000', '144749.469000', '144749.471000', '144749.474000', '144749.477000', '144749.479000', '144749.482000', '144749.485000', '144749.487000', '144749.490000', '144749.493000', '144749.495000', '144749.498000', '144749.501000', '144749.503000', '144749.506000', '144749.509000', '144749.511000', '144749.514000', '144749.516000', '144749.519000', '144749.522000', '144749.524000', '144749.527000', '144749.530000', '144749.532000', '144749.535000', '144749.538000', '144749.540000', '144749.543000', '144749.545000', '144749.548000', '144749.551000', '144749.553000', '144809.439000', '144809.442000', '144809.445000', '144809.448000', '144809.450000', '144809.453000', '144809.455000', '144809.458000', '144809.460000', '144809.463000', '144809.466000', '144809.468000', '144809.471000', '144809.474000', '144809.476000', '144809.479000', '144809.481000', '144809.484000', '144809.487000', '144809.489000', '144809.492000', '144809.494000', '144809.497000', '144809.499000', '144809.502000', '144809.505000', '144809.507000', '144809.510000', '144809.512000', '144809.515000', '144809.518000', '144809.520000', '144809.523000', '144809.525000', '144809.528000', '144809.531000', '144809.533000', '144809.536000', '144809.538000', '144809.541000', '144809.544000', '144809.546000', '144809.549000', '144829.441000', '144829.443000', '144829.446000', '144829.449000', '144829.451000', '144829.454000', '144829.457000', '144829.459000', '144829.462000', '144829.464000', '144829.467000', '144829.470000', '144829.472000', '144829.475000', '144829.477000', '144829.480000', '144829.483000', '144829.485000', '144829.488000', '144829.491000', '144829.494000', '144829.497000', '144829.500000', '144829.502000', '144829.505000', '144829.508000', '144829.510000', '144829.513000', '144829.515000', '144829.518000', '144829.521000', '144829.523000', '144829.526000', '144829.529000', '144829.531000', '144829.534000', '144829.537000', '144829.540000', '144829.543000', '144829.545000', '144829.548000', '144829.551000', '144829.553000', '144849.440000', '144849.443000', '144849.446000', '144849.449000', '144849.451000', '144849.462000', '144849.464000', '144849.467000', '144849.469000', '144849.496000', '144849.498000', '144849.501000', '144849.504000', '144849.507000', '144849.510000', '144849.513000', '144849.515000', '144849.518000', '144849.520000', '144849.523000', '144849.526000', '144849.528000', '144849.531000', '144849.534000', '144849.536000', '144849.539000', '144849.542000', '144849.544000', '144849.547000', '144849.549000', '144849.552000', '144849.555000', '144849.557000', '144849.560000', '144849.563000', '144849.565000', '144849.568000', '144849.570000', '144849.573000', '144849.575000', '144849.578000', '144849.581000', '144849.583000', '144849.586000', '144909.440000', '144909.443000', '144909.446000', '144909.449000', '144909.451000', '144909.454000', '144909.456000', '144909.459000', '144909.462000', '144909.464000', '144909.467000', '144909.469000', '144909.472000', '144909.475000', '144909.477000', '144909.480000', '144909.482000', '144909.485000', '144909.488000', '144909.490000', '144909.493000', '144909.495000', '144909.498000', '144909.501000', '144909.503000', '144909.506000', '144909.508000', '144909.511000', '144909.514000', '144909.517000', '144909.520000', '144909.522000', '144909.525000', '144909.528000', '144909.530000', '144909.533000', '144909.535000', '144909.538000', '144909.541000', '144909.543000', '144909.546000', '144909.548000', '144909.551000', '144929.440000', '144929.443000', '144929.446000', '144929.448000', '144929.451000', '144929.454000', '144929.456000', '144929.459000', '144929.461000', '144929.464000', '144929.466000', '144929.469000', '144929.472000', '144929.474000', '144929.477000', '144929.479000', '144929.482000', '144929.484000', '144929.487000', '144929.490000', '144929.492000', '144929.495000', '144929.498000', '144929.500000', '144929.503000', '144929.505000', '144929.508000', '144929.511000', '144929.513000', '144929.516000', '144929.519000', '144929.521000', '144929.524000', '144929.527000', '144929.529000', '144929.532000', '144929.534000', '144929.537000', '144929.540000', '144929.542000', '144929.545000', '144929.547000', '144929.550000', '144929.553000', '144949.441000', '144949.443000', '144949.446000', '144949.449000', '144949.451000', '144949.454000', '144949.456000', '144949.459000', '144949.462000', '144949.464000', '144949.467000', '144949.469000', '144949.472000', '144949.475000', '144949.477000', '144949.480000', '144949.482000', '144949.485000', '144949.488000', '144949.490000', '144949.493000', '144949.495000', '144949.498000', '144949.500000', '144949.503000', '144949.506000', '144949.508000', '144949.511000', '144949.513000', '144949.516000', '144949.519000', '144949.521000', '144949.524000', '144949.526000', '144949.529000', '144949.532000', '144949.535000', '144949.538000', '144949.541000', '144949.543000', '144949.546000', '144949.549000', '144949.551000', '145009.439000', '145009.442000', '145009.445000', '145009.448000', '145009.450000', '145009.453000', '145009.455000', '145009.458000', '145009.460000', '145009.463000', '145009.466000', '145009.468000', '145009.471000', '145009.474000', '145009.476000', '145009.479000', '145009.481000', '145009.484000', '145009.487000', '145009.489000', '145009.492000', '145009.494000', '145009.497000', '145009.500000', '145009.502000', '145009.505000', '145009.507000', '145009.510000', '145009.513000', '145009.515000', '145009.528000', '145009.531000', '145009.533000', '145009.536000', '145009.538000', '145009.541000', '145009.544000', '145009.546000', '145009.549000', '145009.551000', '145009.554000', '145009.557000', '145009.559000', '145009.562000', '145029.440000', '145029.443000', '145029.445000', '145029.448000', '145029.450000', '145029.453000', '145029.455000', '145029.459000', '145029.462000', '145029.464000', '145029.467000', '145029.469000', '145029.472000', '145029.475000', '145029.477000', '145029.480000', '145029.482000', '145029.485000', '145029.488000', '145029.490000', '145029.493000', '145029.495000', '145029.498000', '145029.501000', '145029.503000', '145029.506000', '145029.508000', '145029.511000', '145029.513000', '145029.516000', '145029.519000', '145029.522000', '145029.524000', '145029.527000', '145029.530000', '145029.532000', '145029.535000', '145029.537000', '145029.540000', '145029.543000', '145029.545000', '145029.548000', '145029.550000', '145049.441000', '145049.443000', '145049.446000', '145049.449000', '145049.451000', '145049.454000', '145049.457000', '145049.459000', '145049.462000', '145049.464000', '145049.467000', '145049.469000', '145049.472000', '145049.475000', '145049.477000', '145049.480000', '145049.483000', '145049.485000', '145049.488000', '145049.490000', '145049.493000', '145049.495000', '145049.498000', '145049.501000', '145049.503000', '145049.506000', '145049.508000', '145049.511000', '145049.514000', '145049.516000', '145049.519000', '145049.521000', '145049.524000', '145049.527000', '145049.529000', '145049.532000', '145049.534000', '145049.537000', '145049.540000', '145049.542000', '145049.545000', '145049.547000', '145049.550000', '145049.553000', '145109.441000', '145109.443000', '145109.446000', '145109.449000', '145109.451000', '145109.454000', '145109.457000', '145109.459000', '145109.462000', '145109.464000', '145109.467000', '145109.470000', '145109.472000', '145109.475000', '145109.478000', '145109.480000', '145109.483000', '145109.485000', '145109.488000', '145109.491000', '145109.493000', '145109.496000', '145109.498000', '145109.501000', '145109.504000', '145109.506000', '145109.509000', '145109.512000', '145109.514000', '145109.517000', '145109.519000', '145109.522000', '145109.524000', '145109.529000', '145109.531000', '145109.534000', '145109.536000', '145109.539000', '145109.542000', '145109.544000', '145109.547000', '145109.549000', '145109.552000', '145129.440000', '145129.443000', '145129.446000', '145129.448000', '145129.451000', '145129.453000', '145129.456000', '145129.459000', '145129.461000', '145129.464000', '145129.466000', '145129.469000', '145129.471000', '145129.474000', '145129.477000', '145129.479000', '145129.482000', '145129.484000', '145129.487000', '145129.490000', '145129.492000', '145129.495000', '145129.497000', '145129.500000', '145129.502000', '145129.505000', '145129.507000', '145129.510000', '145129.513000', '145129.515000', '145129.518000', '145129.521000', '145129.523000', '145129.526000', '145129.528000', '145129.531000', '145129.533000', '145129.536000', '145129.539000', '145129.541000', '145129.544000', '145129.555000', '145129.557000', '145129.560000', '145149.441000', '145149.443000', '145149.446000', '145149.449000', '145149.451000', '145149.454000', '145149.457000', '145149.459000', '145149.462000', '145149.464000', '145149.467000', '145149.470000', '145149.472000', '145149.475000', '145149.478000', '145149.480000', '145149.483000', '145149.485000', '145149.488000', '145149.491000', '145149.493000', '145149.496000', '145149.499000', '145149.501000', '145149.504000', '145149.506000', '145149.509000', '145149.512000', '145149.514000', '145149.517000', '145149.519000', '145149.522000', '145149.525000', '145149.527000', '145149.530000', '145149.532000', '145149.535000', '145149.538000', '145149.540000', '145149.543000', '145149.545000', '145149.548000', '145149.551000', '145209.441000', '145209.443000', '145209.446000', '145209.448000', '145209.451000', '145209.454000', '145209.457000', '145209.459000', '145209.462000', '145209.464000', '145209.467000', '145209.470000', '145209.472000', '145209.475000', '145209.478000', '145209.480000', '145209.483000', '145209.486000', '145209.488000', '145209.491000', '145209.493000', '145209.496000', '145209.499000', '145209.501000', '145209.504000', '145209.506000', '145209.509000', '145209.512000', '145209.514000', '145209.517000', '145209.520000', '145209.522000', '145209.525000', '145209.527000', '145209.530000', '145209.532000', '145209.535000', '145209.538000', '145209.540000', '145209.543000', '145209.546000', '145209.548000', '145209.551000', '145209.553000', '145229.440000', '145229.443000', '145229.445000', '145229.448000', '145229.450000', '145229.453000', '145229.456000', '145229.458000', '145229.461000', '145229.463000', '145229.466000', '145229.469000', '145229.471000', '145229.474000', '145229.476000', '145229.479000', '145229.482000', '145229.484000', '145229.487000', '145229.489000', '145229.492000', '145229.495000', '145229.497000', '145229.500000', '145229.503000', '145229.505000', '145229.508000', '145229.511000', '145229.513000', '145229.516000', '145229.518000', '145229.521000', '145229.523000', '145229.526000', '145229.529000', '145229.531000', '145229.534000', '145229.536000', '145229.539000', '145229.542000', '145229.544000', '145229.547000', '145229.549000', '145249.441000', '145249.444000', '145249.446000', '145249.449000', '145249.451000', '145249.454000', '145249.456000', '145249.459000', '145249.462000', '145249.464000', '145249.467000', '145249.469000', '145249.472000', '145249.475000', '145249.477000', '145249.480000', '145249.483000', '145249.485000', '145249.488000', '145249.490000', '145249.493000', '145249.496000', '145249.498000', '145249.501000', '145249.504000', '145249.506000', '145249.509000', '145249.511000', '145249.514000', '145249.517000', '145249.519000', '145249.522000', '145249.525000', '145249.527000', '145249.530000', '145249.532000', '145249.535000', '145249.538000', '145249.540000', '145249.543000', '145249.545000', '145249.548000', '145249.551000', '145249.553000', '145309.441000', '145309.443000', '145309.446000', '145309.449000', '145309.451000', '145309.454000', '145309.457000', '145309.459000', '145309.462000', '145309.464000', '145309.467000', '145309.470000', '145309.472000', '145309.475000', '145309.477000', '145309.480000', '145309.483000', '145309.485000', '145309.488000', '145309.491000', '145309.493000', '145309.496000', '145309.498000', '145309.501000', '145309.504000', '145309.506000', '145309.509000', '145309.511000', '145309.514000', '145309.517000', '145309.519000', '145309.522000', '145309.525000', '145309.527000', '145309.530000', '145309.532000', '145309.535000', '145309.538000', '145309.540000', '145309.543000', '145309.545000', '145309.548000', '145309.551000', '145329.441000', '145329.444000', '145329.447000', '145329.450000', '145329.453000', '145329.456000', '145329.458000', '145329.461000', '145329.464000', '145329.466000', '145329.469000', '145329.471000', '145329.474000', '145329.476000', '145329.479000', '145329.482000', '145329.484000', '145329.487000', '145329.489000', '145329.492000', '145329.495000', '145329.497000', '145329.500000', '145329.503000', '145329.505000', '145329.508000', '145329.511000', '145329.514000', '145329.516000', '145329.519000', '145329.522000', '145329.524000', '145329.527000', '145329.529000', '145329.532000', '145329.534000', '145329.537000', '145329.540000', '145329.542000', '145329.545000', '145329.547000', '145329.550000', '145329.553000', '145349.441000', '145349.443000', '145349.446000', '145349.449000', '145349.451000', '145349.454000', '145349.457000', '145349.459000', '145349.462000', '145349.464000', '145349.467000', '145349.469000', '145349.472000', '145349.475000', '145349.477000', '145349.480000', '145349.482000', '145349.485000', '145349.488000', '145349.490000', '145349.493000', '145349.495000', '145349.498000', '145349.501000', '145349.503000', '145349.506000', '145349.508000', '145349.511000', '145349.514000', '145349.516000', '145349.519000', '145349.521000', '145349.524000', '145349.527000', '145349.529000', '145349.532000', '145349.534000', '145349.537000', '145349.540000', '145349.542000', '145349.545000', '145349.547000', '145349.550000', '145349.553000', '145408.028000', '145408.031000', '145408.033000', '145408.036000', '145408.038000', '145408.041000', '145408.044000', '145408.046000', '145408.049000', '145408.051000', '145408.054000', '145408.057000', '145408.059000', '145408.062000', '145408.064000', '145408.067000', '145408.069000', '145408.072000', '145408.075000', '145408.077000', '145408.080000', '145408.083000', '145408.086000', '145408.089000', '145408.091000', '145408.094000', '145408.097000', '145408.100000', '145408.102000', '145408.105000', '145408.108000', '145408.110000', '145408.113000', '145408.116000', '145408.119000', '145408.122000', '145408.124000', '145408.127000', '145408.129000', '145408.132000', '145408.135000'], 'InstanceCreationTime': ['144529.465000', '144529.468000', '144529.471000', '144529.474000', '144529.490000', '144529.493000', '144529.495000', '144529.504000', '144529.507000', '144529.510000', '144529.512000', '144529.515000', '144529.518000', '144529.520000', '144529.523000', '144529.526000', '144529.528000', '144529.531000', '144529.533000', '144529.536000', '144529.538000', '144529.541000', '144529.543000', '144529.546000', '144529.548000', '144529.555000', '144529.557000', '144529.581000', '144549.439000', '144549.442000', '144549.445000', '144549.447000', '144549.450000', '144549.452000', '144549.469000', '144549.471000', '144549.474000', '144549.477000', '144549.479000', '144549.482000', '144549.484000', '144549.487000', '144549.489000', '144549.492000', '144549.495000', '144549.497000', '144549.500000', '144549.502000', '144549.505000', '144549.511000', '144549.514000', '144549.516000', '144549.519000', '144549.521000', '144549.524000', '144549.527000', '144549.529000', '144549.532000', '144549.535000', '144549.537000', '144549.540000', '144549.542000', '144549.545000', '144549.547000', '144549.550000', '144549.553000', '144549.555000', '144549.558000', '144549.560000', '144549.563000', '144549.566000', '144609.440000', '144609.443000', '144609.446000', '144609.448000', '144609.451000', '144609.454000', '144609.456000', '144609.459000', '144609.461000', '144609.464000', '144609.467000', '144609.469000', '144609.472000', '144609.475000', '144609.477000', '144609.480000', '144609.482000', '144609.485000', '144609.487000', '144609.496000', '144609.499000', '144609.502000', '144609.504000', '144609.507000', '144609.509000', '144609.512000', '144609.515000', '144609.517000', '144609.520000', '144609.522000', '144609.536000', '144609.539000', '144609.542000', '144609.544000', '144609.547000', '144609.549000', '144609.552000', '144609.554000', '144609.557000', '144609.559000', '144609.562000', '144609.564000', '144609.567000', '144609.570000', '144629.440000', '144629.443000', '144629.446000', '144629.448000', '144629.451000', '144629.454000', '144629.456000', '144629.459000', '144629.461000', '144629.464000', '144629.466000', '144629.469000', '144629.471000', '144629.474000', '144629.477000', '144629.480000', '144629.483000', '144629.486000', '144629.488000', '144629.491000', '144629.494000', '144629.496000', '144629.499000', '144629.501000', '144629.504000', '144629.506000', '144629.509000', '144629.511000', '144629.514000', '144629.517000', '144629.519000', '144629.522000', '144629.524000', '144629.527000', '144629.529000', '144629.532000', '144629.534000', '144629.537000', '144629.539000', '144629.542000', '144629.545000', '144629.547000', '144629.550000', '144649.440000', '144649.443000', '144649.446000', '144649.448000', '144649.451000', '144649.454000', '144649.456000', '144649.459000', '144649.461000', '144649.464000', '144649.466000', '144649.469000', '144649.472000', '144649.474000', '144649.477000', '144649.479000', '144649.482000', '144649.484000', '144649.487000', '144649.489000', '144649.492000', '144649.495000', '144649.497000', '144649.500000', '144649.502000', '144649.505000', '144649.508000', '144649.510000', '144649.513000', '144649.515000', '144649.518000', '144649.521000', '144649.523000', '144649.526000', '144649.528000', '144649.531000', '144649.533000', '144649.536000', '144649.538000', '144649.541000', '144649.544000', '144649.546000', '144649.549000', '144649.551000', '144709.440000', '144709.443000', '144709.446000', '144709.448000', '144709.451000', '144709.453000', '144709.456000', '144709.459000', '144709.461000', '144709.476000', '144709.478000', '144709.481000', '144709.483000', '144709.486000', '144709.488000', '144709.491000', '144709.494000', '144709.497000', '144709.499000', '144709.502000', '144709.505000', '144709.507000', '144709.510000', '144709.512000', '144709.515000', '144709.517000', '144709.520000', '144709.523000', '144709.525000', '144709.528000', '144709.531000', '144709.533000', '144709.536000', '144709.539000', '144709.541000', '144709.544000', '144709.546000', '144709.549000', '144709.552000', '144709.554000', '144709.557000', '144709.560000', '144709.562000', '144729.440000', '144729.443000', '144729.446000', '144729.448000', '144729.451000', '144729.454000', '144729.456000', '144729.459000', '144729.462000', '144729.464000', '144729.467000', '144729.470000', '144729.472000', '144729.475000', '144729.478000', '144729.480000', '144729.483000', '144729.485000', '144729.488000', '144729.491000', '144729.493000', '144729.496000', '144729.498000', '144729.501000', '144729.504000', '144729.506000', '144729.509000', '144729.511000', '144729.514000', '144729.517000', '144729.519000', '144729.522000', '144729.524000', '144729.527000', '144729.530000', '144729.532000', '144729.535000', '144729.537000', '144729.540000', '144729.543000', '144729.545000', '144729.548000', '144729.550000', '144729.553000', '144749.439000', '144749.442000', '144749.445000', '144749.448000', '144749.450000', '144749.453000', '144749.456000', '144749.458000', '144749.461000', '144749.464000', '144749.466000', '144749.469000', '144749.471000', '144749.474000', '144749.477000', '144749.479000', '144749.482000', '144749.485000', '144749.487000', '144749.490000', '144749.493000', '144749.495000', '144749.498000', '144749.501000', '144749.503000', '144749.506000', '144749.509000', '144749.511000', '144749.514000', '144749.516000', '144749.519000', '144749.522000', '144749.524000', '144749.527000', '144749.530000', '144749.532000', '144749.535000', '144749.538000', '144749.540000', '144749.543000', '144749.545000', '144749.548000', '144749.551000', '144749.553000', '144809.439000', '144809.442000', '144809.445000', '144809.448000', '144809.450000', '144809.453000', '144809.455000', '144809.458000', '144809.460000', '144809.463000', '144809.466000', '144809.468000', '144809.471000', '144809.474000', '144809.476000', '144809.479000', '144809.481000', '144809.484000', '144809.487000', '144809.489000', '144809.492000', '144809.494000', '144809.497000', '144809.499000', '144809.502000', '144809.505000', '144809.507000', '144809.510000', '144809.512000', '144809.515000', '144809.518000', '144809.520000', '144809.523000', '144809.525000', '144809.528000', '144809.531000', '144809.533000', '144809.536000', '144809.538000', '144809.541000', '144809.544000', '144809.546000', '144809.549000', '144829.441000', '144829.443000', '144829.446000', '144829.449000', '144829.451000', '144829.454000', '144829.457000', '144829.459000', '144829.462000', '144829.464000', '144829.467000', '144829.470000', '144829.472000', '144829.475000', '144829.477000', '144829.480000', '144829.483000', '144829.485000', '144829.488000', '144829.491000', '144829.494000', '144829.497000', '144829.500000', '144829.502000', '144829.505000', '144829.508000', '144829.510000', '144829.513000', '144829.515000', '144829.518000', '144829.521000', '144829.523000', '144829.526000', '144829.529000', '144829.531000', '144829.534000', '144829.537000', '144829.540000', '144829.543000', '144829.545000', '144829.548000', '144829.551000', '144829.553000', '144849.440000', '144849.443000', '144849.446000', '144849.449000', '144849.451000', '144849.462000', '144849.464000', '144849.467000', '144849.469000', '144849.496000', '144849.498000', '144849.501000', '144849.504000', '144849.507000', '144849.510000', '144849.513000', '144849.515000', '144849.518000', '144849.520000', '144849.523000', '144849.526000', '144849.528000', '144849.531000', '144849.534000', '144849.536000', '144849.539000', '144849.542000', '144849.544000', '144849.547000', '144849.549000', '144849.552000', '144849.555000', '144849.557000', '144849.560000', '144849.563000', '144849.565000', '144849.568000', '144849.570000', '144849.573000', '144849.575000', '144849.578000', '144849.581000', '144849.583000', '144849.586000', '144909.440000', '144909.443000', '144909.446000', '144909.449000', '144909.451000', '144909.454000', '144909.456000', '144909.459000', '144909.462000', '144909.464000', '144909.467000', '144909.469000', '144909.472000', '144909.475000', '144909.477000', '144909.480000', '144909.482000', '144909.485000', '144909.488000', '144909.490000', '144909.493000', '144909.495000', '144909.498000', '144909.501000', '144909.503000', '144909.506000', '144909.508000', '144909.511000', '144909.514000', '144909.517000', '144909.520000', '144909.522000', '144909.525000', '144909.528000', '144909.530000', '144909.533000', '144909.535000', '144909.538000', '144909.541000', '144909.543000', '144909.546000', '144909.548000', '144909.551000', '144929.440000', '144929.443000', '144929.446000', '144929.448000', '144929.451000', '144929.454000', '144929.456000', '144929.459000', '144929.461000', '144929.464000', '144929.466000', '144929.469000', '144929.472000', '144929.474000', '144929.477000', '144929.479000', '144929.482000', '144929.484000', '144929.487000', '144929.490000', '144929.492000', '144929.495000', '144929.498000', '144929.500000', '144929.503000', '144929.505000', '144929.508000', '144929.511000', '144929.513000', '144929.516000', '144929.519000', '144929.521000', '144929.524000', '144929.527000', '144929.529000', '144929.532000', '144929.534000', '144929.537000', '144929.540000', '144929.542000', '144929.545000', '144929.547000', '144929.550000', '144929.553000', '144949.441000', '144949.443000', '144949.446000', '144949.449000', '144949.451000', '144949.454000', '144949.456000', '144949.459000', '144949.462000', '144949.464000', '144949.467000', '144949.469000', '144949.472000', '144949.475000', '144949.477000', '144949.480000', '144949.482000', '144949.485000', '144949.488000', '144949.490000', '144949.493000', '144949.495000', '144949.498000', '144949.500000', '144949.503000', '144949.506000', '144949.508000', '144949.511000', '144949.513000', '144949.516000', '144949.519000', '144949.521000', '144949.524000', '144949.526000', '144949.529000', '144949.532000', '144949.535000', '144949.538000', '144949.541000', '144949.543000', '144949.546000', '144949.549000', '144949.551000', '145009.439000', '145009.442000', '145009.445000', '145009.448000', '145009.450000', '145009.453000', '145009.455000', '145009.458000', '145009.460000', '145009.463000', '145009.466000', '145009.468000', '145009.471000', '145009.474000', '145009.476000', '145009.479000', '145009.481000', '145009.484000', '145009.487000', '145009.489000', '145009.492000', '145009.494000', '145009.497000', '145009.500000', '145009.502000', '145009.505000', '145009.507000', '145009.510000', '145009.513000', '145009.515000', '145009.528000', '145009.531000', '145009.533000', '145009.536000', '145009.538000', '145009.541000', '145009.544000', '145009.546000', '145009.549000', '145009.551000', '145009.554000', '145009.557000', '145009.559000', '145009.562000', '145029.440000', '145029.443000', '145029.445000', '145029.448000', '145029.450000', '145029.453000', '145029.455000', '145029.459000', '145029.462000', '145029.464000', '145029.467000', '145029.469000', '145029.472000', '145029.475000', '145029.477000', '145029.480000', '145029.482000', '145029.485000', '145029.488000', '145029.490000', '145029.493000', '145029.495000', '145029.498000', '145029.501000', '145029.503000', '145029.506000', '145029.508000', '145029.511000', '145029.513000', '145029.516000', '145029.519000', '145029.522000', '145029.524000', '145029.527000', '145029.530000', '145029.532000', '145029.535000', '145029.537000', '145029.540000', '145029.543000', '145029.545000', '145029.548000', '145029.550000', '145049.441000', '145049.443000', '145049.446000', '145049.449000', '145049.451000', '145049.454000', '145049.457000', '145049.459000', '145049.462000', '145049.464000', '145049.467000', '145049.469000', '145049.472000', '145049.475000', '145049.477000', '145049.480000', '145049.483000', '145049.485000', '145049.488000', '145049.490000', '145049.493000', '145049.495000', '145049.498000', '145049.501000', '145049.503000', '145049.506000', '145049.508000', '145049.511000', '145049.514000', '145049.516000', '145049.519000', '145049.521000', '145049.524000', '145049.527000', '145049.529000', '145049.532000', '145049.534000', '145049.537000', '145049.540000', '145049.542000', '145049.545000', '145049.547000', '145049.550000', '145049.553000', '145109.441000', '145109.443000', '145109.446000', '145109.449000', '145109.451000', '145109.454000', '145109.457000', '145109.459000', '145109.462000', '145109.464000', '145109.467000', '145109.470000', '145109.472000', '145109.475000', '145109.478000', '145109.480000', '145109.483000', '145109.485000', '145109.488000', '145109.491000', '145109.493000', '145109.496000', '145109.498000', '145109.501000', '145109.504000', '145109.506000', '145109.509000', '145109.512000', '145109.514000', '145109.517000', '145109.519000', '145109.522000', '145109.524000', '145109.529000', '145109.531000', '145109.534000', '145109.536000', '145109.539000', '145109.542000', '145109.544000', '145109.547000', '145109.549000', '145109.552000', '145129.440000', '145129.443000', '145129.446000', '145129.448000', '145129.451000', '145129.453000', '145129.456000', '145129.459000', '145129.461000', '145129.464000', '145129.466000', '145129.469000', '145129.471000', '145129.474000', '145129.477000', '145129.479000', '145129.482000', '145129.484000', '145129.487000', '145129.490000', '145129.492000', '145129.495000', '145129.497000', '145129.500000', '145129.502000', '145129.505000', '145129.507000', '145129.510000', '145129.513000', '145129.515000', '145129.518000', '145129.521000', '145129.523000', '145129.526000', '145129.528000', '145129.531000', '145129.533000', '145129.536000', '145129.539000', '145129.541000', '145129.544000', '145129.555000', '145129.557000', '145129.560000', '145149.441000', '145149.443000', '145149.446000', '145149.449000', '145149.451000', '145149.454000', '145149.457000', '145149.459000', '145149.462000', '145149.464000', '145149.467000', '145149.470000', '145149.472000', '145149.475000', '145149.478000', '145149.480000', '145149.483000', '145149.485000', '145149.488000', '145149.491000', '145149.493000', '145149.496000', '145149.499000', '145149.501000', '145149.504000', '145149.506000', '145149.509000', '145149.512000', '145149.514000', '145149.517000', '145149.519000', '145149.522000', '145149.525000', '145149.527000', '145149.530000', '145149.532000', '145149.535000', '145149.538000', '145149.540000', '145149.543000', '145149.545000', '145149.548000', '145149.551000', '145209.441000', '145209.443000', '145209.446000', '145209.448000', '145209.451000', '145209.454000', '145209.457000', '145209.459000', '145209.462000', '145209.464000', '145209.467000', '145209.470000', '145209.472000', '145209.475000', '145209.478000', '145209.480000', '145209.483000', '145209.486000', '145209.488000', '145209.491000', '145209.493000', '145209.496000', '145209.499000', '145209.501000', '145209.504000', '145209.506000', '145209.509000', '145209.512000', '145209.514000', '145209.517000', '145209.520000', '145209.522000', '145209.525000', '145209.527000', '145209.530000', '145209.532000', '145209.535000', '145209.538000', '145209.540000', '145209.543000', '145209.546000', '145209.548000', '145209.551000', '145209.553000', '145229.440000', '145229.443000', '145229.445000', '145229.448000', '145229.450000', '145229.453000', '145229.456000', '145229.458000', '145229.461000', '145229.463000', '145229.466000', '145229.469000', '145229.471000', '145229.474000', '145229.476000', '145229.479000', '145229.482000', '145229.484000', '145229.487000', '145229.489000', '145229.492000', '145229.495000', '145229.497000', '145229.500000', '145229.503000', '145229.505000', '145229.508000', '145229.511000', '145229.513000', '145229.516000', '145229.518000', '145229.521000', '145229.523000', '145229.526000', '145229.529000', '145229.531000', '145229.534000', '145229.536000', '145229.539000', '145229.542000', '145229.544000', '145229.547000', '145229.549000', '145249.441000', '145249.444000', '145249.446000', '145249.449000', '145249.451000', '145249.454000', '145249.456000', '145249.459000', '145249.462000', '145249.464000', '145249.467000', '145249.469000', '145249.472000', '145249.475000', '145249.477000', '145249.480000', '145249.483000', '145249.485000', '145249.488000', '145249.490000', '145249.493000', '145249.496000', '145249.498000', '145249.501000', '145249.504000', '145249.506000', '145249.509000', '145249.511000', '145249.514000', '145249.517000', '145249.519000', '145249.522000', '145249.525000', '145249.527000', '145249.530000', '145249.532000', '145249.535000', '145249.538000', '145249.540000', '145249.543000', '145249.545000', '145249.548000', '145249.551000', '145249.553000', '145309.441000', '145309.443000', '145309.446000', '145309.449000', '145309.451000', '145309.454000', '145309.457000', '145309.459000', '145309.462000', '145309.464000', '145309.467000', '145309.470000', '145309.472000', '145309.475000', '145309.477000', '145309.480000', '145309.483000', '145309.485000', '145309.488000', '145309.491000', '145309.493000', '145309.496000', '145309.498000', '145309.501000', '145309.504000', '145309.506000', '145309.509000', '145309.511000', '145309.514000', '145309.517000', '145309.519000', '145309.522000', '145309.525000', '145309.527000', '145309.530000', '145309.532000', '145309.535000', '145309.538000', '145309.540000', '145309.543000', '145309.545000', '145309.548000', '145309.551000', '145329.441000', '145329.444000', '145329.447000', '145329.450000', '145329.453000', '145329.456000', '145329.458000', '145329.461000', '145329.464000', '145329.466000', '145329.469000', '145329.471000', '145329.474000', '145329.476000', '145329.479000', '145329.482000', '145329.484000', '145329.487000', '145329.489000', '145329.492000', '145329.495000', '145329.497000', '145329.500000', '145329.503000', '145329.505000', '145329.508000', '145329.511000', '145329.514000', '145329.516000', '145329.519000', '145329.522000', '145329.524000', '145329.527000', '145329.529000', '145329.532000', '145329.534000', '145329.537000', '145329.540000', '145329.542000', '145329.545000', '145329.547000', '145329.550000', '145329.553000', '145349.441000', '145349.443000', '145349.446000', '145349.449000', '145349.451000', '145349.454000', '145349.457000', '145349.459000', '145349.462000', '145349.464000', '145349.467000', '145349.469000', '145349.472000', '145349.475000', '145349.477000', '145349.480000', '145349.482000', '145349.485000', '145349.488000', '145349.490000', '145349.493000', '145349.495000', '145349.498000', '145349.501000', '145349.503000', '145349.506000', '145349.508000', '145349.511000', '145349.514000', '145349.516000', '145349.519000', '145349.521000', '145349.524000', '145349.527000', '145349.529000', '145349.532000', '145349.534000', '145349.537000', '145349.540000', '145349.542000', '145349.545000', '145349.547000', '145349.550000', '145349.553000', '145408.028000', '145408.031000', '145408.033000', '145408.036000', '145408.038000', '145408.041000', '145408.044000', '145408.046000', '145408.049000', '145408.051000', '145408.054000', '145408.057000', '145408.059000', '145408.062000', '145408.064000', '145408.067000', '145408.069000', '145408.072000', '145408.075000', '145408.077000', '145408.080000', '145408.083000', '145408.086000', '145408.089000', '145408.091000', '145408.094000', '145408.097000', '145408.100000', '145408.102000', '145408.105000', '145408.108000', '145408.110000', '145408.113000', '145408.116000', '145408.119000', '145408.122000', '145408.124000', '145408.127000', '145408.129000', '145408.132000', '145408.135000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [9683, 12279, 8912, 12409, 8907, 13162, 8477, 11104, 8430, 10889, 8184, 10956, 8824, 12127, 8198, 11875, 8092, 11605, 8474, 10882, 8430, 11002, 8342, 12482, 8739, 9820, 8863, 8736, 8881, 8802, 8930, 8313, 9286, 8419, 9603, 8603, 9543, 8326, 9737, 8397, 10222, 8403, 10493, 8355, 10456, 8344, 9777, 8406, 9847, 8568, 9549, 8675, 9156, 8520, 9312, 8475, 10141, 8576, 10700, 8556, 10675, 8891, 11072, 9763, 13001, 9499, 10234, 8489, 9724, 8991, 13071, 12134, 12053, 8987, 9296, 8811, 9156, 12077, 10018, 13390, 9222, 9207, 8976, 9223, 9020, 10797, 9577, 9089, 9108, 8529, 8977, 8727, 9035, 10106, 9154, 8831, 8795, 8917, 8549, 9200, 8557, 10209, 8639, 10838, 8361, 10650, 8028, 9788, 8270, 9312, 8447, 9332, 8907, 8580, 9070, 9046, 8776, 10502, 8806, 12292, 9183, 14083, 8790, 12443, 8074, 11796, 8406, 11344, 8438, 11291, 8611, 11234, 8184, 10916, 8034, 10252, 8077, 9953, 8174, 9739, 8623, 10085, 7956, 10090, 7810, 9559, 8076, 9256, 8146, 9232, 8264, 9513, 8418, 9504, 8518, 9780, 8635, 9500, 8401, 10634, 8655, 9856, 8514, 9613, 8503, 9618, 11828, 10038, 11401, 9211, 12867, 8984, 13559, 9525, 15064, 9096, 13050, 8461, 11819, 8192, 11837, 9686, 12448, 8391, 11932, 8593, 11633, 8390, 11918, 10385, 13156, 8625, 11481, 8332, 11244, 8486, 11656, 9631, 11669, 8321, 11500, 8367, 10924, 8033, 11195, 8355, 11453, 8236, 11220, 7960, 10964, 8104, 11587, 8468, 11772, 8524, 11051, 8507, 12132, 8730, 12645, 8391, 11851, 8900, 11868, 8594, 11564, 7884, 10986, 8073, 10593, 8361, 10713, 8211, 10897, 7975, 10783, 8052, 10717, 8400, 10678, 8037, 11056, 7843, 10944, 8033, 11367, 8165, 11446, 8002, 11257, 7832, 11322, 8011, 10697, 8201, 10492, 8047, 9585, 8400, 10008, 8368, 9692, 8254, 9916, 8494, 10292, 8390, 10671, 8723, 10240, 8595, 12022, 11577, 10446, 13497, 9468, 14961, 8931, 12352, 8696, 11885, 9538, 12199, 8421, 10714, 8542, 9983, 7887, 10004, 8282, 10582, 8317, 11108, 8323, 12065, 8368, 11584, 8352, 12214, 8973, 10306, 8437, 9522, 7762, 9336, 8048, 9451, 7941, 9264, 7845, 9303, 7825, 9296, 7848, 9650, 7792, 9648, 7918, 10213, 8295, 9637, 9776, 9979, 10603, 8844, 11759, 8528, 11921, 8480, 13719, 9674, 12666, 8248, 11923, 8129, 11809, 8611, 11473, 9386, 11154, 8175, 10950, 8113, 10445, 8182, 10605, 8553, 10773, 8509, 10769, 8060, 10225, 8169, 10577, 8711, 11311, 8721, 11574, 8469, 11584, 8383, 11433, 8402, 11396, 8438, 11021, 8096, 10410, 7917, 10059, 8172, 10005, 8265, 10730, 7891, 11046, 7975, 10975, 8215, 11499, 8102, 11599, 8596, 11652, 8401, 11048, 8176, 11033, 8239, 11519, 8325, 11007, 7646, 10872, 8235, 9945, 8542, 9525, 8469, 8758, 8031, 8671, 8540, 8747, 9108, 9212, 8154, 9196, 8221, 9513, 9484, 8967, 13311, 9630, 13514, 9917, 12440, 8676, 11758, 8503, 10681, 8559, 11867, 7994, 9588, 8740, 8829, 11758, 8562, 13196, 9549, 11401, 8753, 11913, 8317, 11287, 8241, 12494, 8857, 11954, 8151, 12051, 8007, 11606, 7983, 11389, 8521, 11278, 8134, 10379, 7999, 10199, 7606, 9902, 8268, 9958, 7817, 9815, 7709, 9813, 7911, 9267, 8526, 9392, 10886, 9529, 8572, 9486, 9516, 9296, 11023, 9025, 11658, 9145, 11028, 8536, 11563, 8468, 11523, 8348, 11162, 8099, 10401, 8219, 10742, 8275, 10575, 8358, 10639, 8009, 10669, 8179, 11650, 8131, 11782, 8174, 11330, 8368, 11232, 8004, 11046, 8514, 10865, 7944, 10451, 7846, 10419, 7715, 10383, 8157, 10006, 7727, 10529, 7688, 10178, 7595, 10468, 8589, 11773, 8634, 10540, 8184, 10637, 8212, 10863, 9176, 12016, 9158, 10977, 9050, 10437, 8907, 10152, 8505, 10022, 8778, 10258, 8336, 10259, 7986, 10063, 8117, 10252, 8416, 10053, 8192, 10340, 7761, 10162, 8193, 10390, 7565, 10402, 8057, 10266, 7870, 10125, 8497, 10017, 8060, 9761, 8313, 9415, 10754, 8803, 11456, 8753, 9290, 9199, 9640, 8967, 10354, 8555, 11156, 8992, 9735, 9089, 10184, 9058, 10623, 8925, 9511, 9093, 8147, 9400, 8081, 9447, 8423, 9673, 7973, 9670, 8216, 9552, 8523, 9221, 11275, 8838, 12186, 8377, 12800, 8382, 12442, 8366, 11680, 8531, 11673, 8277, 12723, 8902, 13449, 9196, 12363, 8884, 11264, 8620, 9966, 8324, 9070, 9544, 8502, 9881, 8455, 10221, 8505, 10619, 8655, 10252, 9106, 8554, 9692, 8277, 9387, 9851, 10978, 9447, 12234, 9714, 11621, 8764, 11499, 8996, 12701, 9996, 15972, 11838, 16633, 11765, 8417, 10677, 8381, 10529, 8650, 10616, 9164, 10840, 9167, 10974, 9408, 10720, 9223, 10545, 8801, 10442, 8973, 10172, 9042, 10322, 9694, 12556, 9221, 10239, 8622, 10267, 8740, 9837, 8842, 10090, 9118, 10000, 8584, 10356, 8909, 10537, 9120, 12414, 8977, 10141, 8205, 10133, 8079, 10143, 8445, 10115, 8919, 8894, 11706, 8495, 11731, 8290, 11202, 8272, 10494, 8394, 10588, 8351, 10367, 8145, 10351, 8485, 11100, 8296, 11191, 8379, 12006, 8916, 12471, 10388, 12623, 8515, 11864, 8384, 12078, 8363, 12371, 8711, 12245, 9198, 12213, 9222, 10868, 8591, 10514, 8488, 10659, 8699, 11686, 8517, 10697, 8025, 10324, 8597, 9457, 8927, 9222, 11215, 9401, 11664, 9482, 8920, 9244, 10324, 9072, 11022, 8979, 12547, 9036, 11676, 8323, 12174, 8509, 12294, 8219, 12626, 9340, 11934, 8089, 11712, 8201, 11698, 8242, 12353, 8518, 11935, 8261, 10731, 7834, 9856, 7511, 9929, 8676, 9298, 8606, 9016, 11126, 7921, 11659, 8647, 12647, 9334, 11662, 8143, 11592, 7869, 10873, 8103, 11409, 7990, 11559, 8175, 10950, 8393, 11383, 8096, 11025, 8324, 10897, 8076, 11637, 8533, 11834, 8510, 11852, 8162, 11165, 8425, 13188, 9367, 11652, 8845, 11363, 8416, 12462, 8595, 13164, 11048, 12309, 8566, 11973, 8362, 11326, 8213, 10363, 8397, 10690, 8092, 10959, 7903, 10953, 8173, 11408, 8698, 12397, 10501, 14144, 12692, 15212, 8189, 13576, 7905, 13580, 11945, 17146, 10588, 14432, 8356, 13546, 8171, 12366, 9716, 12156, 8457, 11281, 8138, 11010, 8125, 10349, 8178, 10554, 7808, 9890, 7763, 9494, 7960, 8491, 9133, 8073, 11244, 7984, 11803, 7815, 10559, 7909, 10170, 7980, 9793, 7987, 9881, 7819, 9629, 7880, 9858, 7880, 10363, 7878, 10719, 8266, 10551, 7985, 9264, 7762, 8848, 9779, 8434, 11957, 8495, 12123, 8108, 11731, 7905, 11387, 8024, 11251, 8061, 13226, 10406, 13557, 8615, 12622, 7889, 12036, 8308, 11744, 9971, 12409, 7835, 11172, 7784, 10285, 8012, 9331, 7830, 9492, 7940, 8868, 7731, 9011, 7573, 9188, 8314, 9538, 8063, 9606, 7915, 9496, 7859, 9814, 8786, 11169, 9300, 10775, 8718, 10231, 8425, 10138, 8498, 11313, 8989, 11338, 8518, 9836, 8002, 9002, 7856, 9250, 8201, 9096, 8018, 8968, 7622, 8909, 8383, 8486, 10900, 8831, 12019, 8830, 13523, 8604, 12963, 8188, 12670, 10002, 11923, 7981, 11794, 7781, 10182, 7547, 8931, 7605, 8830, 8655, 8187, 10726, 8297, 8428, 8009, 8604, 8477, 8620, 8869, 7841, 9437, 7962, 9666, 8234, 9953, 9412, 10504, 11402, 11213, 12507, 11013, 11256, 10458, 13020, 10008, 15509, 10565, 15673, 9492, 13599, 8534, 13502, 8886, 13411, 9491, 13569, 9850, 13294, 8516, 12783, 8566, 13021, 9137, 14392, 10615, 12906, 8698, 11794, 8409, 11222, 8668, 13518, 9261, 12860, 8533, 12170, 8360, 11788, 8131, 11849, 8963, 10983, 8472, 10930, 8239, 12091, 8845, 12161, 8357, 11568, 8805, 10872, 8313, 10706, 8344, 10000, 8234, 10101, 8388, 10285, 8099, 10587, 8298, 10186, 8108, 11260, 8940, 11253, 8610, 10976, 8603, 10977, 8915, 10379, 8481, 10361, 8780, 11590, 9005, 11074, 8146, 10622, 8231, 11091, 8911, 12387, 8019, 12864, 10278, 11921, 12755, 8927, 14246, 8472, 14004, 10790, 14737, 11762, 15554, 14088, 15921, 9442, 13320, 8337, 12602, 8041, 11595, 8817, 12610, 8289, 11125, 8415, 11016, 8511, 10943, 8568, 12994, 9048, 13601, 8795, 12562, 9097, 12821, 8770, 11372, 9965, 7822, 9826, 8119, 10759, 8014, 11268, 8255, 12424, 11947, 17452, 12961, 7929, 10169, 7859, 10589, 7893, 10423], 'WindowCenter': [4531.0, 4535.0, 4501.0, 4530.0, 4486.0, 4514.0, 4462.0, 4491.0, 4461.0, 4480.0, 4460.0, 4491.0, 4472.0, 4501.0, 4462.0, 4502.0, 4462.0, 4502.0, 4462.0, 4492.0, 4473.0, 4493.0, 4474.0, 4514.0, 4475.0, 4494.0, 4485.0, 4474.0, 4485.0, 4485.0, 4486.0, 4477.0, 4498.0, 4487.0, 4497.0, 4487.0, 4498.0, 4488.0, 4498.0, 4488.0, 4509.0, 4488.0, 4508.0, 4488.0, 4509.0, 4491.0, 4511.0, 4488.0, 4509.0, 4488.0, 4499.0, 4488.0, 4499.0, 4487.0, 4487.0, 4488.0, 4510.0, 4489.0, 4509.0, 4489.0, 4509.0, 4488.0, 4509.0, 4498.0, 4528.0, 4486.0, 4496.0, 4474.0, 4484.0, 4472.0, 4514.0, 4502.0, 4502.0, 4470.0, 4470.0, 4459.0, 4470.0, 4489.0, 4481.0, 4510.0, 4470.0, 4469.0, 4469.0, 4469.0, 4471.0, 4479.0, 4481.0, 4470.0, 4471.0, 4460.0, 4470.0, 4471.0, 4470.0, 4479.0, 4470.0, 4459.0, 4459.0, 4458.0, 4459.0, 4469.0, 4459.0, 4480.0, 4485.0, 4492.0, 4461.0, 4491.0, 4462.0, 4482.0, 4472.0, 4483.0, 4474.0, 4484.0, 4498.0, 4488.0, 4497.0, 4485.0, 4474.0, 4493.0, 4474.0, 4503.0, 4473.0, 4512.0, 4462.0, 4501.0, 4460.0, 4490.0, 4460.0, 4490.0, 4459.0, 4491.0, 4461.0, 4491.0, 4460.0, 4490.0, 4450.0, 4479.0, 4450.0, 4482.0, 4474.0, 4483.0, 4472.0, 4493.0, 4463.0, 4494.0, 4464.0, 4496.0, 4475.0, 4485.0, 4475.0, 4486.0, 4476.0, 4497.0, 4489.0, 4511.0, 4500.0, 4509.0, 4488.0, 4498.0, 4488.0, 4510.0, 4488.0, 4499.0, 4487.0, 4498.0, 4486.0, 4497.0, 4516.0, 4496.0, 4505.0, 4485.0, 4514.0, 4474.0, 4512.0, 4483.0, 4534.0, 4474.0, 4513.0, 4473.0, 4502.0, 4463.0, 4502.0, 4483.0, 4514.0, 4463.0, 4503.0, 4473.0, 4501.0, 4462.0, 4501.0, 4482.0, 4512.0, 4471.0, 4491.0, 4460.0, 4491.0, 4460.0, 4490.0, 4470.0, 4490.0, 4459.0, 4489.0, 4459.0, 4479.0, 4460.0, 4490.0, 4459.0, 4489.0, 4460.0, 4490.0, 4460.0, 4490.0, 4462.0, 4502.0, 4473.0, 4503.0, 4474.0, 4504.0, 4474.0, 4503.0, 4473.0, 4512.0, 4463.0, 4502.0, 4473.0, 4500.0, 4471.0, 4491.0, 4461.0, 4491.0, 4462.0, 4492.0, 4473.0, 4493.0, 4473.0, 4492.0, 4463.0, 4503.0, 4463.0, 4493.0, 4474.0, 4495.0, 4464.0, 4503.0, 4463.0, 4504.0, 4475.0, 4505.0, 4476.0, 4506.0, 4475.0, 4504.0, 4464.0, 4504.0, 4475.0, 4505.0, 4475.0, 4506.0, 4503.0, 4510.0, 4488.0, 4496.0, 4486.0, 4496.0, 4487.0, 4509.0, 4500.0, 4508.0, 4488.0, 4508.0, 4486.0, 4510.0, 4489.0, 4518.0, 4505.0, 4496.0, 4525.0, 4484.0, 4522.0, 4471.0, 4513.0, 4486.0, 4528.0, 4509.0, 4515.0, 4474.0, 4494.0, 4474.0, 4482.0, 4463.0, 4493.0, 4475.0, 4506.0, 4476.0, 4506.0, 4476.0, 4518.0, 4490.0, 4518.0, 4474.0, 4504.0, 4472.0, 4482.0, 4460.0, 4482.0, 4488.0, 4483.0, 4460.0, 4481.0, 4460.0, 4469.0, 4460.0, 4481.0, 4461.0, 4482.0, 4462.0, 4485.0, 4464.0, 4484.0, 4474.0, 4495.0, 4473.0, 4484.0, 4482.0, 4484.0, 4492.0, 4472.0, 4500.0, 4471.0, 4490.0, 4460.0, 4510.0, 4482.0, 4500.0, 4460.0, 4490.0, 4449.0, 4489.0, 4459.0, 4490.0, 4470.0, 4490.0, 4459.0, 4479.0, 4448.0, 4479.0, 4458.0, 4479.0, 4460.0, 4480.0, 4459.0, 4479.0, 4449.0, 4480.0, 4460.0, 4480.0, 4460.0, 4491.0, 4471.0, 4491.0, 4461.0, 4490.0, 4461.0, 4503.0, 4461.0, 4491.0, 4460.0, 4490.0, 4459.0, 4480.0, 4460.0, 4481.0, 4472.0, 4482.0, 4472.0, 4504.0, 4476.0, 4504.0, 4474.0, 4506.0, 4475.0, 4504.0, 4464.0, 4504.0, 4474.0, 4503.0, 4462.0, 4492.0, 4462.0, 4493.0, 4473.0, 4503.0, 4463.0, 4506.0, 4477.0, 4503.0, 4475.0, 4508.0, 4474.0, 4495.0, 4473.0, 4472.0, 4461.0, 4473.0, 4484.0, 4485.0, 4483.0, 4484.0, 4475.0, 4497.0, 4487.0, 4498.0, 4497.0, 4488.0, 4527.0, 4497.0, 4527.0, 4496.0, 4515.0, 4474.0, 4504.0, 4473.0, 4493.0, 4471.0, 4503.0, 4461.0, 4481.0, 4460.0, 4471.0, 4490.0, 4460.0, 4500.0, 4481.0, 4490.0, 4460.0, 4490.0, 4460.0, 4490.0, 4460.0, 4501.0, 4471.0, 4501.0, 4460.0, 4500.0, 4458.0, 4490.0, 4460.0, 4489.0, 4460.0, 4490.0, 4449.0, 4479.0, 4459.0, 4479.0, 4449.0, 4479.0, 4457.0, 4480.0, 4449.0, 4480.0, 4449.0, 4479.0, 4448.0, 4469.0, 4459.0, 4469.0, 4479.0, 4469.0, 4458.0, 4468.0, 4468.0, 4468.0, 4489.0, 4470.0, 4488.0, 4470.0, 4491.0, 4460.0, 4489.0, 4459.0, 4489.0, 4460.0, 4490.0, 4472.0, 4504.0, 4473.0, 4492.0, 4473.0, 4492.0, 4473.0, 4493.0, 4474.0, 4494.0, 4475.0, 4506.0, 4476.0, 4505.0, 4475.0, 4504.0, 4473.0, 4504.0, 4463.0, 4504.0, 4474.0, 4504.0, 4463.0, 4493.0, 4462.0, 4494.0, 4463.0, 4493.0, 4463.0, 4494.0, 4463.0, 4493.0, 4463.0, 4494.0, 4464.0, 4495.0, 4475.0, 4517.0, 4475.0, 4494.0, 4474.0, 4494.0, 4475.0, 4494.0, 4482.0, 4515.0, 4483.0, 4494.0, 4472.0, 4492.0, 4471.0, 4481.0, 4471.0, 4481.0, 4471.0, 4493.0, 4472.0, 4492.0, 4461.0, 4482.0, 4462.0, 4494.0, 4473.0, 4483.0, 4473.0, 4493.0, 4464.0, 4483.0, 4462.0, 4483.0, 4462.0, 4492.0, 4461.0, 4481.0, 4461.0, 4482.0, 4471.0, 4482.0, 4461.0, 4481.0, 4460.0, 4471.0, 4489.0, 4470.0, 4490.0, 4460.0, 4470.0, 4471.0, 4479.0, 4472.0, 4492.0, 4472.0, 4501.0, 4473.0, 4482.0, 4472.0, 4492.0, 4483.0, 4492.0, 4484.0, 4484.0, 4484.0, 4463.0, 4483.0, 4473.0, 4494.0, 4474.0, 4497.0, 4475.0, 4496.0, 4476.0, 4496.0, 4488.0, 4498.0, 4505.0, 4485.0, 4514.0, 4474.0, 4514.0, 4475.0, 4514.0, 4475.0, 4514.0, 4483.0, 4516.0, 4487.0, 4526.0, 4514.0, 4541.0, 4498.0, 4516.0, 4486.0, 4507.0, 4487.0, 4497.0, 4474.0, 4486.0, 4485.0, 4486.0, 4494.0, 4475.0, 4494.0, 4485.0, 4494.0, 4475.0, 4506.0, 4501.0, 4489.0, 4499.0, 4504.0, 4499.0, 4510.0, 4508.0, 4486.0, 4517.0, 4486.0, 4505.0, 4474.0, 4493.0, 4474.0, 4501.0, 4484.0, 4523.0, 4493.0, 4522.0, 4491.0, 4449.0, 4479.0, 4459.0, 4480.0, 4460.0, 4481.0, 4472.0, 4492.0, 4473.0, 4493.0, 4472.0, 4481.0, 4471.0, 4482.0, 4459.0, 4469.0, 4459.0, 4469.0, 4459.0, 4470.0, 4458.0, 4490.0, 4459.0, 4468.0, 4457.0, 4467.0, 4447.0, 4457.0, 4457.0, 4468.0, 4458.0, 4468.0, 4458.0, 4467.0, 4457.0, 4467.0, 4457.0, 4489.0, 4458.0, 4479.0, 4460.0, 4479.0, 4449.0, 4479.0, 4459.0, 4481.0, 4460.0, 4470.0, 4490.0, 4461.0, 4501.0, 4462.0, 4491.0, 4462.0, 4492.0, 4473.0, 4494.0, 4476.0, 4509.0, 4503.0, 4511.0, 4488.0, 4506.0, 4477.0, 4506.0, 4477.0, 4519.0, 4489.0, 4520.0, 4500.0, 4518.0, 4487.0, 4517.0, 4475.0, 4504.0, 4464.0, 4504.0, 4474.0, 4505.0, 4474.0, 4505.0, 4473.0, 4492.0, 4471.0, 4492.0, 4473.0, 4493.0, 4474.0, 4505.0, 4474.0, 4495.0, 4463.0, 4494.0, 4473.0, 4484.0, 4473.0, 4485.0, 4504.0, 4484.0, 4504.0, 4485.0, 4474.0, 4484.0, 4493.0, 4485.0, 4505.0, 4475.0, 4515.0, 4487.0, 4533.0, 4477.0, 4515.0, 4486.0, 4505.0, 4463.0, 4503.0, 4473.0, 4503.0, 4463.0, 4529.0, 4488.0, 4516.0, 4475.0, 4514.0, 4473.0, 4503.0, 4463.0, 4493.0, 4464.0, 4482.0, 4452.0, 4481.0, 4461.0, 4472.0, 4461.0, 4472.0, 4491.0, 4461.0, 4491.0, 4471.0, 4501.0, 4473.0, 4503.0, 4463.0, 4516.0, 4463.0, 4492.0, 4462.0, 4502.0, 4462.0, 4503.0, 4473.0, 4494.0, 4474.0, 4504.0, 4475.0, 4505.0, 4476.0, 4504.0, 4475.0, 4505.0, 4476.0, 4515.0, 4485.0, 4504.0, 4475.0, 4506.0, 4476.0, 4526.0, 4499.0, 4517.0, 4488.0, 4519.0, 4476.0, 4517.0, 4486.0, 4515.0, 4506.0, 4515.0, 4473.0, 4503.0, 4462.0, 4493.0, 4462.0, 4482.0, 4474.0, 4494.0, 4464.0, 4494.0, 4478.0, 4519.0, 4486.0, 4515.0, 4475.0, 4516.0, 4507.0, 4538.0, 4526.0, 4535.0, 4485.0, 4539.0, 4475.0, 4512.0, 4503.0, 4542.0, 4491.0, 4510.0, 4459.0, 4509.0, 4459.0, 4499.0, 4470.0, 4499.0, 4459.0, 4488.0, 4447.0, 4478.0, 4448.0, 4477.0, 4457.0, 4479.0, 4462.0, 4478.0, 4447.0, 4466.0, 4446.0, 4458.0, 4469.0, 4459.0, 4488.0, 4459.0, 4488.0, 4449.0, 4479.0, 4460.0, 4490.0, 4461.0, 4492.0, 4475.0, 4494.0, 4475.0, 4495.0, 4475.0, 4495.0, 4475.0, 4507.0, 4476.0, 4508.0, 4476.0, 4506.0, 4476.0, 4485.0, 4462.0, 4484.0, 4493.0, 4474.0, 4503.0, 4474.0, 4515.0, 4488.0, 4527.0, 4475.0, 4514.0, 4475.0, 4505.0, 4476.0, 4526.0, 4506.0, 4527.0, 4487.0, 4516.0, 4475.0, 4527.0, 4488.0, 4516.0, 4494.0, 4515.0, 4463.0, 4504.0, 4476.0, 4495.0, 4475.0, 4484.0, 4463.0, 4494.0, 4473.0, 4484.0, 4463.0, 4484.0, 4463.0, 4495.0, 4475.0, 4498.0, 4487.0, 4497.0, 4475.0, 4496.0, 4475.0, 4496.0, 4485.0, 4507.0, 4485.0, 4505.0, 4473.0, 4493.0, 4462.0, 4482.0, 4469.0, 4492.0, 4471.0, 4493.0, 4472.0, 4481.0, 4459.0, 4469.0, 4458.0, 4470.0, 4460.0, 4482.0, 4461.0, 4471.0, 4461.0, 4471.0, 4472.0, 4473.0, 4503.0, 4485.0, 4513.0, 4484.0, 4512.0, 4472.0, 4512.0, 4475.0, 4514.0, 4493.0, 4501.0, 4460.0, 4490.0, 4450.0, 4480.0, 4461.0, 4482.0, 4463.0, 4483.0, 4471.0, 4474.0, 4503.0, 4474.0, 4472.0, 4462.0, 4473.0, 4475.0, 4484.0, 4497.0, 4488.0, 4511.0, 4489.0, 4512.0, 4502.0, 4525.0, 4501.0, 4522.0, 4520.0, 4510.0, 4516.0, 4494.0, 4494.0, 4496.0, 4527.0, 4496.0, 4550.0, 4507.0, 4536.0, 4484.0, 4524.0, 4473.0, 4512.0, 4472.0, 4512.0, 4472.0, 4512.0, 4482.0, 4512.0, 4462.0, 4502.0, 4472.0, 4511.0, 4472.0, 4511.0, 4482.0, 4502.0, 4472.0, 4503.0, 4473.0, 4504.0, 4474.0, 4512.0, 4472.0, 4501.0, 4471.0, 4501.0, 4461.0, 4501.0, 4462.0, 4502.0, 4474.0, 4504.0, 4475.0, 4505.0, 4475.0, 4514.0, 4484.0, 4514.0, 4476.0, 4506.0, 4485.0, 4505.0, 4475.0, 4494.0, 4474.0, 4495.0, 4475.0, 4495.0, 4476.0, 4508.0, 4478.0, 4508.0, 4488.0, 4509.0, 4491.0, 4519.0, 4489.0, 4508.0, 4489.0, 4522.0, 4501.0, 4519.0, 4487.0, 4495.0, 4474.0, 4495.0, 4486.0, 4506.0, 4486.0, 4506.0, 4503.0, 4532.0, 4501.0, 4518.0, 4500.0, 4542.0, 4507.0, 4567.0, 4523.0, 4530.0, 4529.0, 4487.0, 4537.0, 4476.0, 4525.0, 4503.0, 4526.0, 4516.0, 4536.0, 4526.0, 4535.0, 4483.0, 4512.0, 4461.0, 4500.0, 4460.0, 4490.0, 4470.0, 4501.0, 4460.0, 4490.0, 4461.0, 4490.0, 4459.0, 4491.0, 4472.0, 4512.0, 4474.0, 4512.0, 4472.0, 4501.0, 4484.0, 4513.0, 4472.0, 4491.0, 4483.0, 4464.0, 4496.0, 4475.0, 4505.0, 4476.0, 4505.0, 4488.0, 4529.0, 4519.0, 4564.0, 4529.0, 4476.0, 4495.0, 4475.0, 4495.0, 4475.0, 4506.0], 'WindowWidth': [9965.0, 9958.0, 9901.0, 9938.0, 9869.0, 9906.0, 9831.0, 9868.0, 9826.0, 9850.0, 9824.0, 9867.0, 9841.0, 9881.0, 9828.0, 9883.0, 9829.0, 9884.0, 9831.0, 9871.0, 9846.0, 9874.0, 9851.0, 9904.0, 9853.0, 9878.0, 9866.0, 9851.0, 9867.0, 9867.0, 9870.0, 9860.0, 9891.0, 9874.0, 9888.0, 9873.0, 9889.0, 9876.0, 9891.0, 9877.0, 9907.0, 9875.0, 9904.0, 9878.0, 9907.0, 9886.0, 9915.0, 9878.0, 9907.0, 9875.0, 9893.0, 9877.0, 9893.0, 9873.0, 9874.0, 9876.0, 9910.0, 9881.0, 9908.0, 9881.0, 9907.0, 9877.0, 9907.0, 9888.0, 9934.0, 9870.0, 9882.0, 9848.0, 9862.0, 9842.0, 9903.0, 9882.0, 9884.0, 9838.0, 9836.0, 9822.0, 9838.0, 9860.0, 9854.0, 9891.0, 9837.0, 9835.0, 9834.0, 9834.0, 9839.0, 9849.0, 9855.0, 9837.0, 9838.0, 9825.0, 9838.0, 9840.0, 9837.0, 9847.0, 9835.0, 9819.0, 9820.0, 9818.0, 9822.0, 9833.0, 9822.0, 9851.0, 9869.0, 9870.0, 9828.0, 9868.0, 9831.0, 9857.0, 9845.0, 9860.0, 9849.0, 9864.0, 9891.0, 9876.0, 9888.0, 9867.0, 9851.0, 9872.0, 9848.0, 9887.0, 9844.0, 9899.0, 9828.0, 9882.0, 9824.0, 9865.0, 9823.0, 9864.0, 9823.0, 9868.0, 9826.0, 9867.0, 9825.0, 9866.0, 9810.0, 9848.0, 9810.0, 9857.0, 9853.0, 9861.0, 9845.0, 9875.0, 9836.0, 9878.0, 9839.0, 9885.0, 9856.0, 9870.0, 9856.0, 9871.0, 9857.0, 9888.0, 9882.0, 9915.0, 9899.0, 9907.0, 9878.0, 9892.0, 9878.0, 9912.0, 9878.0, 9893.0, 9876.0, 9891.0, 9871.0, 9887.0, 9910.0, 9885.0, 9894.0, 9867.0, 9904.0, 9849.0, 9901.0, 9861.0, 9934.0, 9849.0, 9904.0, 9847.0, 9888.0, 9833.0, 9886.0, 9862.0, 9904.0, 9834.0, 9889.0, 9846.0, 9883.0, 9832.0, 9883.0, 9858.0, 9898.0, 9840.0, 9869.0, 9824.0, 9868.0, 9826.0, 9864.0, 9837.0, 9865.0, 9822.0, 9862.0, 9819.0, 9848.0, 9823.0, 9866.0, 9822.0, 9863.0, 9824.0, 9866.0, 9826.0, 9867.0, 9831.0, 9885.0, 9849.0, 9888.0, 9849.0, 9892.0, 9849.0, 9887.0, 9847.0, 9899.0, 9833.0, 9885.0, 9845.0, 9881.0, 9841.0, 9868.0, 9827.0, 9869.0, 9830.0, 9871.0, 9847.0, 9874.0, 9846.0, 9873.0, 9833.0, 9889.0, 9835.0, 9873.0, 9850.0, 9880.0, 9836.0, 9887.0, 9834.0, 9893.0, 9853.0, 9894.0, 9855.0, 9897.0, 9853.0, 9891.0, 9837.0, 9892.0, 9856.0, 9895.0, 9853.0, 9898.0, 9911.0, 9914.0, 9877.0, 9887.0, 9871.0, 9886.0, 9874.0, 9908.0, 9895.0, 9906.0, 9878.0, 9905.0, 9874.0, 9912.0, 9880.0, 9916.0, 9894.0, 9883.0, 9921.0, 9862.0, 9912.0, 9841.0, 9904.0, 9872.0, 9933.0, 9909.0, 9907.0, 9851.0, 9879.0, 9852.0, 9860.0, 9834.0, 9876.0, 9853.0, 9897.0, 9857.0, 9897.0, 9856.0, 9917.0, 9885.0, 9920.0, 9851.0, 9890.0, 9841.0, 9855.0, 9823.0, 9856.0, 9880.0, 9863.0, 9825.0, 9855.0, 9824.0, 9837.0, 9825.0, 9856.0, 9828.0, 9859.0, 9833.0, 9867.0, 9836.0, 9865.0, 9852.0, 9880.0, 9847.0, 9862.0, 9857.0, 9862.0, 9869.0, 9842.0, 9879.0, 9839.0, 9866.0, 9825.0, 9893.0, 9856.0, 9881.0, 9824.0, 9865.0, 9809.0, 9864.0, 9822.0, 9865.0, 9839.0, 9864.0, 9822.0, 9849.0, 9806.0, 9849.0, 9820.0, 9848.0, 9823.0, 9852.0, 9822.0, 9849.0, 9808.0, 9851.0, 9825.0, 9852.0, 9826.0, 9870.0, 9840.0, 9869.0, 9827.0, 9866.0, 9828.0, 9888.0, 9829.0, 9868.0, 9825.0, 9863.0, 9822.0, 9851.0, 9825.0, 9855.0, 9844.0, 9859.0, 9845.0, 9891.0, 9858.0, 9893.0, 9852.0, 9900.0, 9854.0, 9890.0, 9836.0, 9892.0, 9849.0, 9888.0, 9832.0, 9872.0, 9832.0, 9875.0, 9848.0, 9887.0, 9832.0, 9899.0, 9860.0, 9889.0, 9853.0, 9904.0, 9851.0, 9881.0, 9849.0, 9844.0, 9827.0, 9850.0, 9866.0, 9869.0, 9863.0, 9867.0, 9856.0, 9889.0, 9874.0, 9890.0, 9887.0, 9877.0, 9928.0, 9885.0, 9928.0, 9884.0, 9910.0, 9849.0, 9891.0, 9849.0, 9873.0, 9841.0, 9889.0, 9827.0, 9855.0, 9825.0, 9841.0, 9865.0, 9825.0, 9880.0, 9855.0, 9865.0, 9826.0, 9865.0, 9825.0, 9867.0, 9825.0, 9882.0, 9841.0, 9880.0, 9825.0, 9878.0, 9820.0, 9865.0, 9823.0, 9863.0, 9824.0, 9865.0, 9808.0, 9848.0, 9820.0, 9848.0, 9808.0, 9848.0, 9817.0, 9852.0, 9808.0, 9850.0, 9807.0, 9848.0, 9805.0, 9834.0, 9823.0, 9835.0, 9847.0, 9836.0, 9819.0, 9833.0, 9831.0, 9832.0, 9862.0, 9837.0, 9860.0, 9837.0, 9868.0, 9824.0, 9860.0, 9821.0, 9862.0, 9824.0, 9868.0, 9846.0, 9893.0, 9848.0, 9873.0, 9847.0, 9874.0, 9848.0, 9875.0, 9851.0, 9878.0, 9854.0, 9897.0, 9857.0, 9895.0, 9853.0, 9891.0, 9849.0, 9890.0, 9834.0, 9891.0, 9849.0, 9891.0, 9834.0, 9874.0, 9833.0, 9878.0, 9834.0, 9874.0, 9835.0, 9877.0, 9835.0, 9876.0, 9835.0, 9877.0, 9839.0, 9880.0, 9852.0, 9913.0, 9852.0, 9879.0, 9850.0, 9877.0, 9854.0, 9878.0, 9858.0, 9907.0, 9860.0, 9876.0, 9843.0, 9870.0, 9840.0, 9855.0, 9840.0, 9856.0, 9841.0, 9875.0, 9843.0, 9871.0, 9828.0, 9857.0, 9832.0, 9877.0, 9846.0, 9862.0, 9848.0, 9876.0, 9837.0, 9860.0, 9830.0, 9860.0, 9831.0, 9869.0, 9828.0, 9855.0, 9828.0, 9857.0, 9840.0, 9857.0, 9827.0, 9854.0, 9825.0, 9840.0, 9863.0, 9837.0, 9864.0, 9825.0, 9838.0, 9840.0, 9851.0, 9844.0, 9873.0, 9845.0, 9884.0, 9846.0, 9858.0, 9845.0, 9870.0, 9862.0, 9871.0, 9865.0, 9863.0, 9862.0, 9834.0, 9862.0, 9849.0, 9879.0, 9850.0, 9889.0, 9855.0, 9885.0, 9856.0, 9882.0, 9876.0, 9891.0, 9893.0, 9867.0, 9906.0, 9850.0, 9904.0, 9853.0, 9905.0, 9853.0, 9907.0, 9865.0, 9913.0, 9875.0, 9927.0, 9924.0, 9955.0, 9891.0, 9911.0, 9867.0, 9900.0, 9872.0, 9886.0, 9850.0, 9868.0, 9868.0, 9869.0, 9877.0, 9852.0, 9876.0, 9867.0, 9877.0, 9854.0, 9898.0, 9902.0, 9881.0, 9892.0, 9906.0, 9892.0, 9910.0, 9903.0, 9868.0, 9914.0, 9869.0, 9891.0, 9848.0, 9874.0, 9847.0, 9883.0, 9860.0, 9916.0, 9872.0, 9909.0, 9864.0, 9804.0, 9845.0, 9819.0, 9848.0, 9822.0, 9853.0, 9840.0, 9868.0, 9842.0, 9871.0, 9840.0, 9852.0, 9838.0, 9855.0, 9819.0, 9832.0, 9816.0, 9832.0, 9818.0, 9834.0, 9815.0, 9860.0, 9816.0, 9829.0, 9811.0, 9825.0, 9796.0, 9810.0, 9812.0, 9827.0, 9812.0, 9828.0, 9813.0, 9827.0, 9812.0, 9826.0, 9811.0, 9857.0, 9813.0, 9846.0, 9822.0, 9846.0, 9806.0, 9847.0, 9819.0, 9851.0, 9822.0, 9835.0, 9862.0, 9823.0, 9880.0, 9827.0, 9865.0, 9828.0, 9870.0, 9847.0, 9875.0, 9854.0, 9904.0, 9908.0, 9912.0, 9875.0, 9897.0, 9858.0, 9896.0, 9856.0, 9915.0, 9879.0, 9921.0, 9891.0, 9914.0, 9872.0, 9912.0, 9851.0, 9888.0, 9834.0, 9889.0, 9847.0, 9890.0, 9847.0, 9891.0, 9846.0, 9870.0, 9841.0, 9869.0, 9846.0, 9872.0, 9847.0, 9893.0, 9848.0, 9877.0, 9832.0, 9875.0, 9846.0, 9862.0, 9847.0, 9866.0, 9889.0, 9862.0, 9889.0, 9863.0, 9848.0, 9861.0, 9873.0, 9866.0, 9891.0, 9852.0, 9907.0, 9870.0, 9948.0, 9858.0, 9907.0, 9868.0, 9891.0, 9831.0, 9883.0, 9845.0, 9886.0, 9832.0, 9935.0, 9876.0, 9909.0, 9851.0, 9904.0, 9845.0, 9886.0, 9830.0, 9872.0, 9837.0, 9856.0, 9818.0, 9853.0, 9825.0, 9842.0, 9825.0, 9842.0, 9868.0, 9826.0, 9869.0, 9840.0, 9881.0, 9845.0, 9889.0, 9835.0, 9911.0, 9834.0, 9870.0, 9831.0, 9885.0, 9831.0, 9886.0, 9848.0, 9876.0, 9849.0, 9892.0, 9853.0, 9895.0, 9856.0, 9892.0, 9851.0, 9894.0, 9854.0, 9906.0, 9867.0, 9892.0, 9852.0, 9895.0, 9856.0, 9925.0, 9892.0, 9913.0, 9875.0, 9922.0, 9857.0, 9914.0, 9869.0, 9909.0, 9895.0, 9907.0, 9847.0, 9886.0, 9831.0, 9872.0, 9829.0, 9857.0, 9849.0, 9878.0, 9837.0, 9878.0, 9863.0, 9924.0, 9872.0, 9910.0, 9854.0, 9913.0, 9899.0, 9949.0, 9924.0, 9938.0, 9870.0, 9951.0, 9855.0, 9899.0, 9887.0, 9942.0, 9868.0, 9894.0, 9823.0, 9891.0, 9823.0, 9877.0, 9838.0, 9876.0, 9822.0, 9860.0, 9803.0, 9845.0, 9804.0, 9844.0, 9815.0, 9848.0, 9832.0, 9846.0, 9802.0, 9827.0, 9800.0, 9818.0, 9838.0, 9823.0, 9860.0, 9820.0, 9861.0, 9809.0, 9849.0, 9826.0, 9867.0, 9830.0, 9873.0, 9854.0, 9880.0, 9854.0, 9882.0, 9856.0, 9882.0, 9855.0, 9901.0, 9859.0, 9906.0, 9858.0, 9898.0, 9858.0, 9866.0, 9832.0, 9864.0, 9874.0, 9851.0, 9890.0, 9852.0, 9908.0, 9877.0, 9929.0, 9856.0, 9907.0, 9855.0, 9896.0, 9858.0, 9926.0, 9899.0, 9930.0, 9873.0, 9912.0, 9854.0, 9931.0, 9878.0, 9912.0, 9879.0, 9910.0, 9836.0, 9893.0, 9859.0, 9884.0, 9857.0, 9867.0, 9834.0, 9878.0, 9849.0, 9866.0, 9835.0, 9865.0, 9837.0, 9882.0, 9854.0, 9892.0, 9877.0, 9888.0, 9856.0, 9884.0, 9856.0, 9884.0, 9867.0, 9902.0, 9866.0, 9894.0, 9848.0, 9874.0, 9830.0, 9857.0, 9837.0, 9871.0, 9840.0, 9874.0, 9846.0, 9856.0, 9820.0, 9835.0, 9820.0, 9838.0, 9825.0, 9859.0, 9828.0, 9842.0, 9828.0, 9843.0, 9844.0, 9849.0, 9888.0, 9866.0, 9902.0, 9864.0, 9900.0, 9842.0, 9900.0, 9856.0, 9907.0, 9875.0, 9882.0, 9823.0, 9864.0, 9811.0, 9853.0, 9829.0, 9860.0, 9836.0, 9861.0, 9842.0, 9848.0, 9886.0, 9850.0, 9847.0, 9833.0, 9848.0, 9855.0, 9866.0, 9888.0, 9877.0, 9912.0, 9878.0, 9917.0, 9905.0, 9941.0, 9898.0, 9928.0, 9918.0, 9905.0, 9906.0, 9874.0, 9875.0, 9879.0, 9927.0, 9881.0, 9966.0, 9899.0, 9937.0, 9863.0, 9919.0, 9844.0, 9897.0, 9841.0, 9897.0, 9841.0, 9896.0, 9856.0, 9897.0, 9828.0, 9885.0, 9841.0, 9895.0, 9840.0, 9894.0, 9856.0, 9883.0, 9843.0, 9887.0, 9844.0, 9890.0, 9848.0, 9896.0, 9842.0, 9879.0, 9838.0, 9881.0, 9826.0, 9881.0, 9829.0, 9884.0, 9847.0, 9891.0, 9852.0, 9894.0, 9853.0, 9904.0, 9864.0, 9905.0, 9854.0, 9898.0, 9867.0, 9893.0, 9851.0, 9877.0, 9851.0, 9879.0, 9855.0, 9881.0, 9857.0, 9902.0, 9862.0, 9903.0, 9878.0, 9908.0, 9885.0, 9920.0, 9877.0, 9902.0, 9877.0, 9929.0, 9898.0, 9922.0, 9871.0, 9880.0, 9851.0, 9881.0, 9871.0, 9897.0, 9867.0, 9897.0, 9909.0, 9947.0, 9900.0, 9918.0, 9897.0, 9958.0, 9918.0, 10002.0, 9937.0, 9935.0, 9933.0, 9873.0, 9943.0, 9856.0, 9923.0, 9889.0, 9924.0, 9909.0, 9939.0, 9922.0, 9937.0, 9860.0, 9898.0, 9825.0, 9879.0, 9823.0, 9864.0, 9836.0, 9878.0, 9823.0, 9865.0, 9825.0, 9864.0, 9823.0, 9869.0, 9841.0, 9897.0, 9847.0, 9896.0, 9841.0, 9881.0, 9861.0, 9900.0, 9841.0, 9865.0, 9857.0, 9835.0, 9882.0, 9854.0, 9891.0, 9856.0, 9893.0, 9874.0, 9932.0, 9918.0, 9990.0, 9931.0, 9855.0, 9878.0, 9852.0, 9878.0, 9852.0, 9898.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.0009224567474048445</td></tr>
<tr><td colspan=3>aqi</td><td>0.022151490743944634</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.12377364902167</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.205867692329004</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0188451517662331</td></tr>
<tr><td colspan=3>efc</td><td>0.5149</td></tr>
<tr><td colspan=3>fber</td><td>3747.9224</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07437826919498217</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4602076124567476</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7037857162605423</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.667560572764036</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9245336575464114</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.519262918471179</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106531</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005655534565448761</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031177232041954994</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</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.9527147460733203</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>11.0953</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.9794</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.4291</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1194.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.1724</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1439</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.3118</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3624.2838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.5263</td></tr>
<tr><td colspan=3>tsnr</td><td>37.296128605376</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>