ds005256-mriqc/sub-0034_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter d59ba1a90e [DATALAD RUNCMD] Compute MRIQC for sub-0034
=== 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-0034 --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-0034",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:09:55 +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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-02/func/sub-0034_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>859ca7b796c379137e14410d2dbfecba</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:41:19.345000</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_VE11C_LATEST_20160120</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.999622, -0.023906, 0.0135865, 0.0218118, 0.99025, 0.137585]</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.0886821</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>[4150, -7784, -7229, 560, -89, -215, 72, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c58955ba-f4a0-43cd-bb46-143a21e152b3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681912422180176, 0.05851955711841583, 0.045206472277641296, 107.15828704833984], [0.06413798779249191, 2.6567676067352295, 0.3705391585826874, -97.83098602294922], [0.03645159676671028, -0.3691307306289673, 2.6740713119506836, -55.41724395751953], [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': ['154119.345000', '154119.805000', '154120.265000', '154120.725000', '154121.185000', '154121.645000', '154122.105000', '154122.565000', '154123.025000', '154123.485000', '154123.945000', '154124.405000', '154124.865000', '154125.325000', '154125.785000', '154126.245000', '154126.705000', '154127.165000', '154127.625000', '154128.085000', '154128.545000', '154129.005000', '154129.465000', '154129.925000', '154130.385000', '154130.845000', '154131.305000', '154131.765000', '154132.225000', '154132.685000', '154133.145000', '154133.605000', '154134.065000', '154134.525000', '154134.985000', '154135.445000', '154135.905000', '154136.365000', '154136.825000', '154137.285000', '154137.745000', '154138.205000', '154138.665000', '154139.125000', '154139.585000', '154140.045000', '154140.505000', '154140.965000', '154141.425000', '154141.885000', '154142.345000', '154142.805000', '154143.265000', '154143.725000', '154144.185000', '154144.645000', '154145.105000', '154145.565000', '154146.025000', '154146.485000', '154146.945000', '154147.405000', '154147.865000', '154148.325000', '154148.785000', '154149.245000', '154149.705000', '154150.165000', '154150.625000', '154151.085000', '154151.545000', '154152.005000', '154152.465000', '154152.925000', '154153.385000', '154153.845000', '154154.305000', '154154.765000', '154155.225000', '154155.685000', '154156.145000', '154156.605000', '154157.065000', '154157.525000', '154157.985000', '154158.445000', '154158.905000', '154159.365000', '154159.825000', '154200.285000', '154200.745000', '154201.205000', '154201.665000', '154202.125000', '154202.585000', '154203.045000', '154203.505000', '154203.965000', '154204.425000', '154204.885000', '154205.345000', '154205.805000', '154206.265000', '154206.725000', '154207.185000', '154207.645000', '154208.105000', '154208.565000', '154209.025000', '154209.485000', '154209.945000', '154210.405000', '154210.865000', '154211.325000', '154211.785000', '154212.245000', '154212.705000', '154213.165000', '154213.625000', '154214.085000', '154214.545000', '154215.005000', '154215.465000', '154215.925000', '154216.385000', '154216.845000', '154217.305000', '154217.765000', '154218.225000', '154218.685000', '154219.145000', '154219.605000', '154220.065000', '154220.525000', '154220.985000', '154221.445000', '154221.905000', '154222.365000', '154222.825000', '154223.285000', '154223.745000', '154224.205000', '154224.665000', '154225.125000', '154225.585000', '154226.045000', '154226.505000', '154226.965000', '154227.425000', '154227.885000', '154228.345000', '154228.805000', '154229.265000', '154229.725000', '154230.185000', '154230.645000', '154231.105000', '154231.565000', '154232.025000', '154232.485000', '154232.945000', '154233.405000', '154233.865000', '154234.325000', '154234.785000', '154235.245000', '154235.705000', '154236.165000', '154236.625000', '154237.085000', '154237.545000', '154238.005000', '154238.465000', '154238.925000', '154239.385000', '154239.845000', '154240.305000', '154240.765000', '154241.225000', '154241.685000', '154242.145000', '154242.605000', '154243.065000', '154243.525000', '154243.985000', '154244.445000', '154244.905000', '154245.365000', '154245.825000', '154246.285000', '154246.745000', '154247.205000', '154247.665000', '154248.125000', '154248.585000', '154249.045000', '154249.505000', '154249.965000', '154250.425000', '154250.885000', '154251.345000', '154251.805000', '154252.265000', '154252.725000', '154253.185000', '154253.645000', '154254.105000', '154254.565000', '154255.025000', '154255.485000', '154255.945000', '154256.405000', '154256.865000', '154257.325000', '154257.785000', '154258.245000', '154258.705000', '154259.165000', '154259.625000', '154300.085000', '154300.545000', '154301.005000', '154301.465000', '154301.925000', '154302.385000', '154302.845000', '154303.305000', '154303.765000', '154304.225000', '154304.685000', '154305.145000', '154305.605000', '154306.065000', '154306.525000', '154306.985000', '154307.445000', '154307.905000', '154308.365000', '154308.825000', '154309.285000', '154309.745000', '154310.205000', '154310.665000', '154311.125000', '154311.585000', '154312.045000', '154312.505000', '154312.965000', '154313.425000', '154313.885000', '154314.345000', '154314.805000', '154315.265000', '154315.725000', '154316.185000', '154316.645000', '154317.105000', '154317.565000', '154318.025000', '154318.485000', '154318.945000', '154319.405000', '154319.865000', '154320.325000', '154320.785000', '154321.245000', '154321.705000', '154322.165000', '154322.625000', '154323.085000', '154323.545000', '154324.005000', '154324.465000', '154324.925000', '154325.385000', '154325.845000', '154326.305000', '154326.765000', '154327.225000', '154327.685000', '154328.145000', '154328.605000', '154329.065000', '154329.525000', '154329.985000', '154330.445000', '154330.905000', '154331.365000', '154331.825000', '154332.285000', '154332.745000', '154333.205000', '154333.665000', '154334.125000', '154334.585000', '154335.045000', '154335.505000', '154335.965000', '154336.425000', '154336.885000', '154337.345000', '154337.805000', '154338.265000', '154338.725000', '154339.185000', '154339.645000', '154340.105000', '154340.565000', '154341.025000', '154341.485000', '154341.945000', '154342.405000', '154342.865000', '154343.325000', '154343.785000', '154344.245000', '154344.705000', '154345.165000', '154345.625000', '154346.085000', '154346.545000', '154347.005000', '154347.465000', '154347.925000', '154348.385000', '154348.845000', '154349.305000', '154349.765000', '154350.225000', '154350.685000', '154351.145000', '154351.605000', '154352.065000', '154352.525000', '154352.985000', '154353.445000', '154353.905000', '154354.365000', '154354.825000', '154355.285000', '154355.745000', '154356.205000', '154356.665000', '154357.125000', '154357.585000', '154358.045000', '154358.505000', '154358.965000', '154359.425000', '154359.885000', '154400.345000', '154400.805000', '154401.265000', '154401.725000', '154402.185000', '154402.645000', '154403.105000', '154403.565000', '154404.025000', '154404.485000', '154404.945000', '154405.405000', '154405.865000', '154406.325000', '154406.785000', '154407.245000', '154407.705000', '154408.165000', '154408.625000', '154409.085000', '154409.545000', '154410.005000', '154410.465000', '154410.925000', '154411.385000', '154411.845000', '154412.305000', '154412.765000', '154413.225000', '154413.685000', '154414.145000', '154414.605000', '154415.065000', '154415.525000', '154415.985000', '154416.445000', '154416.905000', '154417.365000', '154417.825000', '154418.285000', '154418.745000', '154419.205000', '154419.665000', '154420.125000', '154420.585000', '154421.045000', '154421.505000', '154421.965000', '154422.425000', '154422.885000', '154423.345000', '154423.805000', '154424.265000', '154424.725000', '154425.185000', '154425.645000', '154426.105000', '154426.565000', '154427.025000', '154427.485000', '154427.945000', '154428.405000', '154428.865000', '154429.325000', '154429.785000', '154430.245000', '154430.705000', '154431.165000', '154431.625000', '154432.085000', '154432.545000', '154433.005000', '154433.465000', '154433.925000', '154434.385000', '154434.845000', '154435.305000', '154435.765000', '154436.225000', '154436.685000', '154437.145000', '154437.605000', '154438.065000', '154438.525000', '154438.985000', '154439.445000', '154439.905000', '154440.365000', '154440.825000', '154441.285000', '154441.745000', '154442.205000', '154442.665000', '154443.125000', '154443.585000', '154444.045000', '154444.505000', '154444.965000', '154445.425000', '154445.885000', '154446.345000', '154446.805000', '154447.265000', '154447.725000', '154448.185000', '154448.645000', '154449.105000', '154449.565000', '154450.025000', '154450.485000', '154450.945000', '154451.405000', '154451.865000', '154452.325000', '154452.785000', '154453.245000', '154453.705000', '154454.165000', '154454.625000', '154455.085000', '154455.545000', '154456.005000', '154456.465000', '154456.925000', '154457.385000', '154457.845000', '154458.305000', '154458.765000', '154459.225000', '154459.685000', '154500.145000', '154500.605000', '154501.065000', '154501.525000', '154501.985000', '154502.445000', '154502.905000', '154503.365000', '154503.825000', '154504.285000', '154504.745000', '154505.205000', '154505.665000', '154506.125000', '154506.585000', '154507.045000', '154507.505000', '154507.965000', '154508.425000', '154508.885000', '154509.345000', '154509.805000', '154510.265000', '154510.725000', '154511.185000', '154511.645000', '154512.105000', '154512.565000', '154513.025000', '154513.485000', '154513.945000', '154514.405000', '154514.865000', '154515.325000', '154515.785000', '154516.245000', '154516.705000', '154517.165000', '154517.625000', '154518.085000', '154518.545000', '154519.005000', '154519.465000', '154519.925000', '154520.385000', '154520.845000', '154521.305000', '154521.765000', '154522.225000', '154522.685000', '154523.145000', '154523.605000', '154524.065000', '154524.525000', '154524.985000', '154525.445000', '154525.905000', '154526.365000', '154526.825000', '154527.285000', '154527.745000', '154528.205000', '154528.665000', '154529.125000', '154529.585000', '154530.045000', '154530.505000', '154530.965000', '154531.425000', '154531.885000', '154532.345000', '154532.805000', '154533.265000', '154533.725000', '154534.185000', '154534.645000', '154535.105000', '154535.565000', '154536.025000', '154536.485000', '154536.945000', '154537.405000', '154537.865000', '154538.325000', '154538.785000', '154539.245000', '154539.705000', '154540.165000', '154540.625000', '154541.085000', '154541.545000', '154542.005000', '154542.465000', '154542.925000', '154543.385000', '154543.845000', '154544.305000', '154544.765000', '154545.225000', '154545.685000', '154546.145000', '154546.605000', '154547.065000', '154547.525000', '154547.985000', '154548.445000', '154548.905000', '154549.365000', '154549.825000', '154550.285000', '154550.745000', '154551.205000', '154551.665000', '154552.125000', '154552.585000', '154553.045000', '154553.505000', '154553.965000', '154554.425000', '154554.885000', '154555.345000', '154555.805000', '154556.265000', '154556.725000', '154557.185000', '154557.645000', '154558.105000', '154558.565000', '154559.025000', '154559.485000', '154559.945000', '154600.405000', '154600.865000', '154601.325000', '154601.785000', '154602.245000', '154602.705000', '154603.165000', '154603.625000', '154604.085000', '154604.545000', '154605.005000', '154605.465000', '154605.925000', '154606.385000', '154606.845000', '154607.305000', '154607.765000', '154608.225000', '154608.685000', '154609.145000', '154609.605000', '154610.065000', '154610.525000', '154610.985000', '154611.445000', '154611.905000', '154612.365000', '154612.825000', '154613.285000', '154613.745000', '154614.205000', '154614.665000', '154615.125000', '154615.585000', '154616.045000', '154616.505000', '154616.965000', '154617.425000', '154617.885000', '154618.345000', '154618.805000', '154619.265000', '154619.725000', '154620.185000', '154620.645000', '154621.105000', '154621.565000', '154622.025000', '154622.485000', '154622.945000', '154623.405000', '154623.865000', '154624.325000', '154624.785000', '154625.245000', '154625.705000', '154626.165000', '154626.625000', '154627.085000', '154627.545000', '154628.005000', '154628.465000', '154628.925000', '154629.385000', '154629.845000', '154630.305000', '154630.765000', '154631.225000', '154631.685000', '154632.145000', '154632.605000', '154633.065000', '154633.525000', '154633.985000', '154634.445000', '154634.905000', '154635.365000', '154635.825000', '154636.285000', '154636.745000', '154637.205000', '154637.665000', '154638.125000', '154638.585000', '154639.045000', '154639.505000', '154639.965000', '154640.425000', '154640.885000', '154641.345000', '154641.805000', '154642.265000', '154642.725000', '154643.185000', '154643.645000', '154644.105000', '154644.565000', '154645.025000', '154645.485000', '154645.945000', '154646.405000', '154646.865000', '154647.325000', '154647.785000', '154648.245000', '154648.705000', '154649.165000', '154649.625000', '154650.085000', '154650.545000', '154651.005000', '154651.465000', '154651.925000', '154652.385000', '154652.845000', '154653.305000', '154653.765000', '154654.225000', '154654.685000', '154655.145000', '154655.605000', '154656.065000', '154656.525000', '154656.985000', '154657.445000', '154657.905000', '154658.365000', '154658.825000', '154659.285000', '154659.745000', '154700.205000', '154700.665000', '154701.125000', '154701.585000', '154702.045000', '154702.505000', '154702.965000', '154703.425000', '154703.885000', '154704.345000', '154704.805000', '154705.265000', '154705.725000', '154706.185000', '154706.645000', '154707.105000', '154707.565000', '154708.025000', '154708.485000', '154708.945000', '154709.405000', '154709.865000', '154710.325000', '154710.785000', '154711.245000', '154711.705000', '154712.165000', '154712.625000', '154713.085000', '154713.545000', '154714.005000', '154714.465000', '154714.925000', '154715.385000', '154715.845000', '154716.305000', '154716.765000', '154717.225000', '154717.685000', '154718.145000', '154718.605000', '154719.065000', '154719.525000', '154719.985000', '154720.445000', '154720.905000', '154721.365000', '154721.825000', '154722.285000', '154722.745000', '154723.205000', '154723.665000', '154724.125000', '154724.585000', '154725.045000', '154725.505000', '154725.965000', '154726.425000', '154726.885000', '154727.345000', '154727.805000', '154728.265000', '154728.725000', '154729.185000', '154729.645000', '154730.105000', '154730.565000', '154731.025000', '154731.485000', '154731.945000', '154732.405000', '154732.865000', '154733.325000', '154733.785000', '154734.245000', '154734.705000', '154735.165000', '154735.625000', '154736.085000', '154736.545000', '154737.005000', '154737.465000', '154737.925000', '154738.385000', '154738.845000', '154739.305000', '154739.765000', '154740.225000', '154740.685000', '154741.145000', '154741.605000', '154742.065000', '154742.525000', '154742.985000', '154743.445000', '154743.905000', '154744.365000', '154744.825000', '154745.285000', '154745.745000', '154746.205000', '154746.665000', '154747.125000', '154747.585000', '154748.045000', '154748.505000', '154748.965000', '154749.425000', '154749.885000', '154750.345000', '154750.805000', '154751.265000', '154751.725000', '154752.185000', '154752.645000', '154753.105000', '154753.565000', '154754.025000', '154754.485000', '154754.945000', '154755.405000', '154755.865000', '154756.325000', '154756.785000', '154757.245000', '154757.705000', '154758.165000', '154758.625000', '154759.085000', '154759.545000', '154800.005000', '154800.465000', '154800.925000', '154801.385000', '154801.845000', '154802.305000', '154802.765000', '154803.225000', '154803.685000', '154804.145000', '154804.605000', '154805.065000', '154805.525000', '154805.985000', '154806.445000', '154806.905000', '154807.365000', '154807.825000', '154808.285000', '154808.745000', '154809.205000', '154809.665000', '154810.125000', '154810.585000', '154811.045000', '154811.505000', '154811.965000', '154812.425000', '154812.885000', '154813.345000', '154813.805000', '154814.265000', '154814.725000', '154815.185000', '154815.645000', '154816.105000', '154816.565000', '154817.025000', '154817.485000', '154817.945000', '154818.405000', '154818.865000', '154819.325000', '154819.785000', '154820.245000', '154820.705000', '154821.165000', '154821.625000', '154822.085000', '154822.545000', '154823.005000', '154823.465000', '154823.925000', '154824.385000', '154824.845000', '154825.305000', '154825.765000', '154826.225000', '154826.685000', '154827.145000', '154827.605000', '154828.065000', '154828.525000', '154828.985000', '154829.445000', '154829.905000', '154830.365000', '154830.825000', '154831.285000', '154831.745000', '154832.205000', '154832.665000', '154833.125000', '154833.585000', '154834.045000', '154834.505000', '154834.965000', '154835.425000', '154835.885000', '154836.345000', '154836.805000', '154837.265000', '154837.725000', '154838.185000', '154838.645000', '154839.105000', '154839.565000', '154840.025000', '154840.485000', '154840.945000', '154841.405000', '154841.865000', '154842.325000', '154842.785000', '154843.245000', '154843.705000', '154844.165000', '154844.625000', '154845.085000', '154845.545000', '154846.005000', '154846.465000', '154846.925000', '154847.385000', '154847.845000', '154848.305000', '154848.765000', '154849.225000', '154849.685000', '154850.145000', '154850.605000', '154851.065000', '154851.525000', '154851.985000', '154852.445000', '154852.905000', '154853.365000', '154853.825000', '154854.285000', '154854.745000', '154855.205000', '154855.665000', '154856.125000', '154856.585000', '154857.045000', '154857.505000', '154857.965000', '154858.425000', '154858.885000', '154859.345000', '154859.805000', '154900.265000', '154900.725000', '154901.185000', '154901.645000', '154902.105000', '154902.565000', '154903.025000', '154903.485000', '154903.945000', '154904.405000', '154904.865000', '154905.325000', '154905.785000', '154906.245000', '154906.705000', '154907.165000', '154907.625000', '154908.085000', '154908.545000', '154909.005000', '154909.465000', '154909.925000', '154910.385000', '154910.845000', '154911.305000', '154911.765000', '154912.225000', '154912.685000', '154913.145000', '154913.605000', '154914.065000', '154914.525000', '154914.985000', '154915.445000', '154915.905000', '154916.365000', '154916.825000', '154917.285000', '154917.745000', '154918.205000', '154918.665000', '154919.125000', '154919.585000', '154920.045000', '154920.505000', '154920.965000', '154921.425000', '154921.885000', '154922.345000', '154922.805000', '154923.265000', '154923.725000', '154924.185000', '154924.645000', '154925.105000', '154925.565000', '154926.025000', '154926.485000', '154926.945000', '154927.405000', '154927.865000', '154928.325000', '154928.785000', '154929.245000', '154929.705000', '154930.165000', '154930.625000', '154931.085000', '154931.545000', '154932.005000', '154932.465000', '154932.925000', '154933.385000', '154933.845000', '154934.305000', '154934.765000', '154935.225000', '154935.685000', '154936.145000', '154936.605000', '154937.065000', '154937.525000', '154937.985000', '154938.445000', '154938.905000', '154939.365000', '154939.825000', '154940.285000', '154940.745000', '154941.205000', '154941.665000', '154942.125000', '154942.585000', '154943.045000', '154943.505000', '154943.965000', '154944.425000', '154944.885000', '154945.345000', '154945.805000', '154946.265000', '154946.725000', '154947.185000', '154947.645000', '154948.105000', '154948.565000', '154949.025000', '154949.485000', '154949.945000', '154950.405000', '154950.865000', '154951.325000', '154951.785000', '154952.245000', '154952.705000', '154953.165000', '154953.625000', '154954.085000', '154954.545000', '154955.005000', '154955.465000', '154955.925000', '154956.385000', '154956.845000', '154957.305000', '154957.765000', '154958.225000', '154958.685000', '154959.145000', '154959.605000', '155000.065000', '155000.525000', '155000.985000', '155001.445000', '155001.905000', '155002.365000', '155002.825000', '155003.285000', '155003.745000', '155004.205000', '155004.665000', '155005.125000', '155005.585000', '155006.045000', '155006.505000', '155006.965000', '155007.425000', '155007.885000', '155008.345000', '155008.805000', '155009.265000', '155009.725000', '155010.185000', '155010.645000'], 'ContentTime': ['154141.356000', '154141.359000', '154141.363000', '154141.372000', '154141.375000', '154141.378000', '154141.381000', '154141.384000', '154141.387000', '154141.390000', '154141.393000', '154141.396000', '154141.399000', '154141.402000', '154141.405000', '154141.408000', '154141.410000', '154141.413000', '154141.417000', '154141.420000', '154141.424000', '154141.427000', '154141.430000', '154141.433000', '154141.436000', '154141.439000', '154141.442000', '154141.445000', '154141.448000', '154141.451000', '154141.454000', '154141.456000', '154141.459000', '154141.462000', '154141.465000', '154141.468000', '154141.471000', '154141.474000', '154141.478000', '154141.481000', '154141.484000', '154141.487000', '154141.490000', '154141.493000', '154141.496000', '154141.507000', '154201.328000', '154201.331000', '154201.334000', '154201.336000', '154201.339000', '154201.342000', '154201.345000', '154201.348000', '154201.351000', '154201.354000', '154201.356000', '154201.359000', '154201.362000', '154201.365000', '154201.368000', '154201.371000', '154201.373000', '154201.376000', '154201.379000', '154201.382000', '154201.385000', '154201.388000', '154201.391000', '154201.394000', '154201.396000', '154201.399000', '154201.402000', '154201.405000', '154201.408000', '154201.411000', '154201.413000', '154201.416000', '154201.419000', '154201.422000', '154201.425000', '154201.427000', '154201.430000', '154201.433000', '154201.436000', '154201.439000', '154201.442000', '154201.444000', '154201.447000', '154201.459000', '154221.327000', '154221.330000', '154221.333000', '154221.336000', '154221.338000', '154221.341000', '154221.344000', '154221.347000', '154221.350000', '154221.353000', '154221.356000', '154221.359000', '154221.361000', '154221.364000', '154221.367000', '154221.370000', '154221.373000', '154221.376000', '154221.379000', '154221.381000', '154221.390000', '154221.393000', '154221.395000', '154221.398000', '154221.401000', '154221.404000', '154221.407000', '154221.410000', '154221.413000', '154221.415000', '154221.418000', '154221.421000', '154221.424000', '154221.427000', '154221.430000', '154221.432000', '154221.435000', '154221.438000', '154221.441000', '154221.444000', '154221.447000', '154221.450000', '154221.453000', '154241.327000', '154241.330000', '154241.333000', '154241.336000', '154241.338000', '154241.341000', '154241.344000', '154241.352000', '154241.355000', '154241.366000', '154241.369000', '154241.371000', '154241.374000', '154241.377000', '154241.380000', '154241.383000', '154241.386000', '154241.389000', '154241.392000', '154241.394000', '154241.397000', '154241.400000', '154241.403000', '154241.406000', '154241.409000', '154241.412000', '154241.415000', '154241.417000', '154241.420000', '154241.423000', '154241.426000', '154241.429000', '154241.432000', '154241.434000', '154241.437000', '154241.440000', '154241.443000', '154241.446000', '154241.449000', '154241.452000', '154241.455000', '154241.457000', '154241.460000', '154241.463000', '154301.327000', '154301.330000', '154301.333000', '154301.335000', '154301.338000', '154301.341000', '154301.344000', '154301.347000', '154301.350000', '154301.353000', '154301.356000', '154301.359000', '154301.361000', '154301.364000', '154301.367000', '154301.370000', '154301.373000', '154301.376000', '154301.379000', '154301.382000', '154301.385000', '154301.388000', '154301.390000', '154301.393000', '154301.396000', '154301.399000', '154301.402000', '154301.405000', '154301.408000', '154301.411000', '154301.413000', '154301.416000', '154301.419000', '154301.422000', '154301.425000', '154301.428000', '154301.431000', '154301.434000', '154301.436000', '154301.439000', '154301.442000', '154301.445000', '154301.448000', '154321.328000', '154321.331000', '154321.334000', '154321.337000', '154321.340000', '154321.343000', '154321.345000', '154321.348000', '154321.351000', '154321.354000', '154321.357000', '154321.360000', '154321.363000', '154321.366000', '154321.369000', '154321.372000', '154321.375000', '154321.378000', '154321.380000', '154321.383000', '154321.386000', '154321.389000', '154321.392000', '154321.395000', '154321.398000', '154321.401000', '154321.403000', '154321.406000', '154321.409000', '154321.412000', '154321.415000', '154321.418000', '154321.420000', '154321.423000', '154321.427000', '154321.430000', '154321.433000', '154321.436000', '154321.439000', '154321.442000', '154321.445000', '154321.447000', '154321.450000', '154341.328000', '154341.331000', '154341.334000', '154341.337000', '154341.340000', '154341.342000', '154341.345000', '154341.348000', '154341.351000', '154341.354000', '154341.357000', '154341.360000', '154341.362000', '154341.365000', '154341.368000', '154341.371000', '154341.374000', '154341.377000', '154341.380000', '154341.383000', '154341.386000', '154341.388000', '154341.391000', '154341.394000', '154341.397000', '154341.400000', '154341.403000', '154341.406000', '154341.408000', '154341.411000', '154341.414000', '154341.417000', '154341.420000', '154341.423000', '154341.426000', '154341.429000', '154341.431000', '154341.434000', '154341.437000', '154341.440000', '154341.443000', '154341.446000', '154341.449000', '154341.452000', '154401.328000', '154401.331000', '154401.334000', '154401.337000', '154401.340000', '154401.342000', '154401.345000', '154401.348000', '154401.351000', '154401.354000', '154401.357000', '154401.360000', '154401.363000', '154401.365000', '154401.368000', '154401.371000', '154401.374000', '154401.377000', '154401.380000', '154401.383000', '154401.386000', '154401.388000', '154401.391000', '154401.394000', '154401.397000', '154401.400000', '154401.403000', '154401.406000', '154401.409000', '154401.412000', '154401.414000', '154401.417000', '154401.420000', '154401.423000', '154401.426000', '154401.429000', '154401.432000', '154401.434000', '154401.437000', '154401.440000', '154401.443000', '154401.446000', '154401.449000', '154421.328000', '154421.331000', '154421.334000', '154421.348000', '154421.351000', '154421.354000', '154421.357000', '154421.360000', '154421.363000', '154421.366000', '154421.368000', '154421.371000', '154421.374000', '154421.377000', '154421.380000', '154421.383000', '154421.386000', '154421.389000', '154421.391000', '154421.394000', '154421.397000', '154421.400000', '154421.403000', '154421.406000', '154421.409000', '154421.411000', '154421.414000', '154421.417000', '154421.420000', '154421.423000', '154421.426000', '154421.429000', '154421.432000', '154421.434000', '154421.437000', '154421.440000', '154421.443000', '154421.446000', '154421.449000', '154421.451000', '154421.454000', '154421.457000', '154421.460000', '154421.463000', '154441.327000', '154441.330000', '154441.333000', '154441.336000', '154441.339000', '154441.342000', '154441.347000', '154441.351000', '154441.354000', '154441.356000', '154441.359000', '154441.362000', '154441.365000', '154441.368000', '154441.371000', '154441.374000', '154441.377000', '154441.380000', '154441.383000', '154441.385000', '154441.388000', '154441.391000', '154441.394000', '154441.397000', '154441.409000', '154441.412000', '154441.415000', '154441.418000', '154441.421000', '154441.424000', '154441.427000', '154441.430000', '154441.432000', '154441.435000', '154441.438000', '154441.441000', '154441.444000', '154441.447000', '154441.450000', '154441.452000', '154441.455000', '154441.458000', '154441.461000', '154501.327000', '154501.330000', '154501.333000', '154501.336000', '154501.339000', '154501.342000', '154501.345000', '154501.348000', '154501.350000', '154501.353000', '154501.356000', '154501.359000', '154501.362000', '154501.365000', '154501.368000', '154501.371000', '154501.374000', '154501.376000', '154501.379000', '154501.382000', '154501.385000', '154501.388000', '154501.391000', '154501.394000', '154501.397000', '154501.399000', '154501.402000', '154501.405000', '154501.408000', '154501.411000', '154501.414000', '154501.417000', '154501.420000', '154501.423000', '154501.425000', '154501.428000', '154501.431000', '154501.434000', '154501.437000', '154501.440000', '154501.443000', '154501.446000', '154501.449000', '154501.451000', '154521.327000', '154521.330000', '154521.333000', '154521.336000', '154521.339000', '154521.342000', '154521.345000', '154521.347000', '154521.350000', '154521.353000', '154521.356000', '154521.361000', '154521.366000', '154521.369000', '154521.372000', '154521.375000', '154521.378000', '154521.381000', '154521.383000', '154521.386000', '154521.389000', '154521.392000', '154521.395000', '154521.398000', '154521.401000', '154521.404000', '154521.407000', '154521.410000', '154521.412000', '154521.415000', '154521.418000', '154521.421000', '154521.424000', '154521.427000', '154521.430000', '154521.433000', '154521.435000', '154521.438000', '154521.441000', '154521.444000', '154521.447000', '154521.450000', '154521.453000', '154541.328000', '154541.331000', '154541.334000', '154541.337000', '154541.340000', '154541.342000', '154541.345000', '154541.348000', '154541.351000', '154541.354000', '154541.357000', '154541.359000', '154541.362000', '154541.365000', '154541.368000', '154541.371000', '154541.374000', '154541.377000', '154541.380000', '154541.383000', '154541.386000', '154541.388000', '154541.391000', '154541.394000', '154541.397000', '154541.400000', '154541.403000', '154541.406000', '154541.420000', '154541.423000', '154541.426000', '154541.429000', '154541.431000', '154541.434000', '154541.437000', '154541.440000', '154541.443000', '154541.446000', '154541.449000', '154541.451000', '154541.454000', '154541.457000', '154541.460000', '154541.463000', '154601.328000', '154601.331000', '154601.334000', '154601.337000', '154601.340000', '154601.343000', '154601.346000', '154601.348000', '154601.351000', '154601.354000', '154601.357000', '154601.360000', '154601.363000', '154601.366000', '154601.369000', '154601.372000', '154601.374000', '154601.377000', '154601.380000', '154601.383000', '154601.386000', '154601.389000', '154601.392000', '154601.395000', '154601.398000', '154601.401000', '154601.404000', '154601.407000', '154601.410000', '154601.412000', '154601.415000', '154601.418000', '154601.421000', '154601.424000', '154601.427000', '154601.430000', '154601.433000', '154601.435000', '154601.438000', '154601.441000', '154601.444000', '154601.447000', '154601.450000', '154621.328000', '154621.331000', '154621.334000', '154621.337000', '154621.340000', '154621.343000', '154621.345000', '154621.348000', '154621.351000', '154621.354000', '154621.357000', '154621.360000', '154621.363000', '154621.366000', '154621.369000', '154621.371000', '154621.374000', '154621.377000', '154621.380000', '154621.383000', '154621.386000', '154621.389000', '154621.392000', '154621.394000', '154621.397000', '154621.400000', '154621.403000', '154621.406000', '154621.409000', '154621.412000', '154621.415000', '154621.418000', '154621.421000', '154621.423000', '154621.426000', '154621.429000', '154621.432000', '154621.435000', '154621.438000', '154621.441000', '154621.444000', '154621.447000', '154621.450000', '154621.452000', '154641.327000', '154641.330000', '154641.333000', '154641.337000', '154641.340000', '154641.343000', '154641.346000', '154641.349000', '154641.352000', '154641.354000', '154641.357000', '154641.360000', '154641.363000', '154641.366000', '154641.369000', '154641.372000', '154641.375000', '154641.377000', '154641.380000', '154641.383000', '154641.386000', '154641.389000', '154641.392000', '154641.395000', '154641.398000', '154641.401000', '154641.404000', '154641.407000', '154641.410000', '154641.413000', '154641.416000', '154641.419000', '154641.422000', '154641.425000', '154641.428000', '154641.431000', '154641.434000', '154641.437000', '154641.440000', '154641.443000', '154641.446000', '154641.449000', '154641.451000', '154701.327000', '154701.330000', '154701.333000', '154701.336000', '154701.339000', '154701.342000', '154701.345000', '154701.347000', '154701.350000', '154701.353000', '154701.356000', '154701.359000', '154701.362000', '154701.365000', '154701.368000', '154701.371000', '154701.374000', '154701.376000', '154701.379000', '154701.382000', '154701.385000', '154701.388000', '154701.391000', '154701.394000', '154701.397000', '154701.400000', '154701.403000', '154701.406000', '154701.408000', '154701.411000', '154701.414000', '154701.417000', '154701.420000', '154701.423000', '154701.426000', '154701.428000', '154701.431000', '154701.434000', '154701.437000', '154701.440000', '154701.443000', '154701.446000', '154701.449000', '154701.452000', '154721.327000', '154721.330000', '154721.333000', '154721.336000', '154721.339000', '154721.342000', '154721.344000', '154721.347000', '154721.350000', '154721.353000', '154721.356000', '154721.361000', '154721.364000', '154721.366000', '154721.369000', '154721.372000', '154721.375000', '154721.378000', '154721.381000', '154721.384000', '154721.387000', '154721.390000', '154721.392000', '154721.395000', '154721.399000', '154721.402000', '154721.404000', '154721.407000', '154721.410000', '154721.413000', '154721.416000', '154721.419000', '154721.422000', '154721.425000', '154721.428000', '154721.431000', '154721.434000', '154721.437000', '154721.440000', '154721.442000', '154721.445000', '154721.448000', '154721.451000', '154741.327000', '154741.330000', '154741.333000', '154741.336000', '154741.339000', '154741.342000', '154741.344000', '154741.347000', '154741.350000', '154741.353000', '154741.356000', '154741.359000', '154741.362000', '154741.365000', '154741.367000', '154741.370000', '154741.373000', '154741.376000', '154741.379000', '154741.382000', '154741.385000', '154741.388000', '154741.390000', '154741.393000', '154741.396000', '154741.399000', '154741.402000', '154741.405000', '154741.408000', '154741.411000', '154741.414000', '154741.417000', '154741.419000', '154741.422000', '154741.425000', '154741.428000', '154741.431000', '154741.434000', '154741.437000', '154741.440000', '154741.443000', '154741.445000', '154741.448000', '154741.451000', '154801.328000', '154801.331000', '154801.334000', '154801.337000', '154801.340000', '154801.343000', '154801.346000', '154801.348000', '154801.351000', '154801.354000', '154801.357000', '154801.360000', '154801.363000', '154801.366000', '154801.369000', '154801.372000', '154801.376000', '154801.379000', '154801.382000', '154801.384000', '154801.387000', '154801.390000', '154801.393000', '154801.396000', '154801.399000', '154801.402000', '154801.405000', '154801.408000', '154801.411000', '154801.414000', '154801.417000', '154801.419000', '154801.422000', '154801.425000', '154801.428000', '154801.431000', '154801.434000', '154801.437000', '154801.440000', '154801.443000', '154801.446000', '154801.449000', '154801.452000', '154821.328000', '154821.331000', '154821.334000', '154821.337000', '154821.340000', '154821.343000', '154821.346000', '154821.349000', '154821.352000', '154821.355000', '154821.357000', '154821.360000', '154821.363000', '154821.366000', '154821.369000', '154821.372000', '154821.375000', '154821.378000', '154821.380000', '154821.383000', '154821.386000', '154821.389000', '154821.392000', '154821.395000', '154821.398000', '154821.401000', '154821.404000', '154821.406000', '154821.409000', '154821.412000', '154821.415000', '154821.418000', '154821.421000', '154821.424000', '154821.427000', '154821.430000', '154821.432000', '154821.435000', '154821.438000', '154821.441000', '154821.444000', '154821.447000', '154821.450000', '154821.453000', '154841.328000', '154841.331000', '154841.334000', '154841.337000', '154841.340000', '154841.343000', '154841.361000', '154841.364000', '154841.367000', '154841.370000', '154841.373000', '154841.376000', '154841.379000', '154841.382000', '154841.384000', '154841.387000', '154841.390000', '154841.393000', '154841.396000', '154841.399000', '154841.402000', '154841.405000', '154841.408000', '154841.410000', '154841.413000', '154841.416000', '154841.419000', '154841.422000', '154841.425000', '154841.428000', '154841.431000', '154841.434000', '154841.436000', '154841.439000', '154841.442000', '154841.445000', '154841.448000', '154841.451000', '154841.454000', '154841.457000', '154841.462000', '154841.466000', '154841.469000', '154901.327000', '154901.330000', '154901.333000', '154901.336000', '154901.339000', '154901.342000', '154901.345000', '154901.347000', '154901.350000', '154901.353000', '154901.356000', '154901.359000', '154901.362000', '154901.364000', '154901.367000', '154901.370000', '154901.373000', '154901.376000', '154901.379000', '154901.382000', '154901.385000', '154901.388000', '154901.391000', '154901.394000', '154901.397000', '154901.399000', '154901.402000', '154901.405000', '154901.408000', '154901.411000', '154901.414000', '154901.417000', '154901.420000', '154901.423000', '154901.426000', '154901.428000', '154901.431000', '154901.434000', '154901.437000', '154901.440000', '154901.443000', '154901.446000', '154901.449000', '154901.452000', '154921.327000', '154921.330000', '154921.333000', '154921.336000', '154921.339000', '154921.342000', '154921.345000', '154921.348000', '154921.351000', '154921.354000', '154921.357000', '154921.360000', '154921.363000', '154921.365000', '154921.368000', '154921.371000', '154921.374000', '154921.377000', '154921.380000', '154921.383000', '154921.386000', '154921.389000', '154921.392000', '154921.395000', '154921.397000', '154921.400000', '154921.403000', '154921.406000', '154921.409000', '154921.413000', '154921.416000', '154921.419000', '154921.422000', '154921.425000', '154921.428000', '154921.430000', '154921.433000', '154921.436000', '154921.439000', '154921.442000', '154921.445000', '154921.448000', '154921.451000', '154941.327000', '154941.330000', '154941.333000', '154941.336000', '154941.339000', '154941.342000', '154941.345000', '154941.348000', '154941.351000', '154941.353000', '154941.356000', '154941.359000', '154941.362000', '154941.365000', '154941.368000', '154941.371000', '154941.374000', '154941.377000', '154941.381000', '154941.383000', '154941.386000', '154941.389000', '154941.392000', '154941.395000', '154941.398000', '154941.401000', '154941.404000', '154941.407000', '154941.409000', '154941.412000', '154941.415000', '154941.418000', '154941.421000', '154941.424000', '154941.427000', '154941.430000', '154941.433000', '154941.436000', '154941.438000', '154941.441000', '154941.444000', '154941.447000', '154941.450000', '154941.453000', '155001.327000', '155001.330000', '155001.346000', '155001.349000', '155001.352000', '155001.354000', '155001.357000', '155001.360000', '155001.363000', '155001.366000', '155001.369000', '155001.372000', '155001.375000', '155001.378000', '155001.380000', '155001.383000', '155001.386000', '155001.389000', '155001.392000', '155001.395000', '155001.398000', '155001.401000', '155001.404000', '155001.407000', '155001.410000', '155001.412000', '155001.415000', '155001.418000', '155001.421000', '155001.424000', '155001.427000', '155001.430000', '155001.433000', '155001.435000', '155001.438000', '155001.441000', '155001.444000', '155001.447000', '155001.450000', '155001.453000', '155001.456000', '155001.459000', '155001.462000', '155011.683000', '155011.687000', '155011.690000', '155011.693000', '155011.696000', '155011.699000', '155011.702000', '155011.705000', '155011.708000', '155011.711000', '155011.714000', '155011.717000', '155011.720000', '155011.723000', '155011.726000', '155011.729000', '155011.732000', '155011.735000', '155011.738000', '155011.741000', '155011.743000', '155011.746000', '155011.749000'], 'InstanceCreationTime': ['154141.356000', '154141.359000', '154141.363000', '154141.372000', '154141.375000', '154141.378000', '154141.381000', '154141.384000', '154141.387000', '154141.390000', '154141.393000', '154141.396000', '154141.399000', '154141.402000', '154141.405000', '154141.408000', '154141.410000', '154141.413000', '154141.417000', '154141.420000', '154141.424000', '154141.427000', '154141.430000', '154141.433000', '154141.436000', '154141.439000', '154141.442000', '154141.445000', '154141.448000', '154141.451000', '154141.454000', '154141.456000', '154141.459000', '154141.462000', '154141.465000', '154141.468000', '154141.471000', '154141.474000', '154141.478000', '154141.481000', '154141.484000', '154141.487000', '154141.490000', '154141.493000', '154141.496000', '154141.507000', '154201.328000', '154201.331000', '154201.334000', '154201.336000', '154201.339000', '154201.342000', '154201.345000', '154201.348000', '154201.351000', '154201.354000', '154201.356000', '154201.359000', '154201.362000', '154201.365000', '154201.368000', '154201.371000', '154201.373000', '154201.376000', '154201.379000', '154201.382000', '154201.385000', '154201.388000', '154201.391000', '154201.394000', '154201.396000', '154201.399000', '154201.402000', '154201.405000', '154201.408000', '154201.411000', '154201.413000', '154201.416000', '154201.419000', '154201.422000', '154201.425000', '154201.427000', '154201.430000', '154201.433000', '154201.436000', '154201.439000', '154201.442000', '154201.444000', '154201.447000', '154201.459000', '154221.327000', '154221.330000', '154221.333000', '154221.336000', '154221.338000', '154221.341000', '154221.344000', '154221.347000', '154221.350000', '154221.353000', '154221.356000', '154221.359000', '154221.361000', '154221.364000', '154221.367000', '154221.370000', '154221.373000', '154221.376000', '154221.379000', '154221.381000', '154221.390000', '154221.393000', '154221.395000', '154221.398000', '154221.401000', '154221.404000', '154221.407000', '154221.410000', '154221.413000', '154221.415000', '154221.418000', '154221.421000', '154221.424000', '154221.427000', '154221.430000', '154221.432000', '154221.435000', '154221.438000', '154221.441000', '154221.444000', '154221.447000', '154221.450000', '154221.453000', '154241.327000', '154241.330000', '154241.333000', '154241.336000', '154241.338000', '154241.341000', '154241.344000', '154241.352000', '154241.355000', '154241.366000', '154241.369000', '154241.371000', '154241.374000', '154241.377000', '154241.380000', '154241.383000', '154241.386000', '154241.389000', '154241.392000', '154241.394000', '154241.397000', '154241.400000', '154241.403000', '154241.406000', '154241.409000', '154241.412000', '154241.415000', '154241.417000', '154241.420000', '154241.423000', '154241.426000', '154241.429000', '154241.432000', '154241.434000', '154241.437000', '154241.440000', '154241.443000', '154241.446000', '154241.449000', '154241.452000', '154241.455000', '154241.457000', '154241.460000', '154241.463000', '154301.327000', '154301.330000', '154301.333000', '154301.335000', '154301.338000', '154301.341000', '154301.344000', '154301.347000', '154301.350000', '154301.353000', '154301.356000', '154301.359000', '154301.361000', '154301.364000', '154301.367000', '154301.370000', '154301.373000', '154301.376000', '154301.379000', '154301.382000', '154301.385000', '154301.388000', '154301.390000', '154301.393000', '154301.396000', '154301.399000', '154301.402000', '154301.405000', '154301.408000', '154301.411000', '154301.413000', '154301.416000', '154301.419000', '154301.422000', '154301.425000', '154301.428000', '154301.431000', '154301.434000', '154301.436000', '154301.439000', '154301.442000', '154301.445000', '154301.448000', '154321.328000', '154321.331000', '154321.334000', '154321.337000', '154321.340000', '154321.343000', '154321.345000', '154321.348000', '154321.351000', '154321.354000', '154321.357000', '154321.360000', '154321.363000', '154321.366000', '154321.369000', '154321.372000', '154321.375000', '154321.378000', '154321.380000', '154321.383000', '154321.386000', '154321.389000', '154321.392000', '154321.395000', '154321.398000', '154321.401000', '154321.403000', '154321.406000', '154321.409000', '154321.412000', '154321.415000', '154321.418000', '154321.420000', '154321.423000', '154321.427000', '154321.430000', '154321.433000', '154321.436000', '154321.439000', '154321.442000', '154321.445000', '154321.447000', '154321.450000', '154341.328000', '154341.331000', '154341.334000', '154341.337000', '154341.340000', '154341.342000', '154341.345000', '154341.348000', '154341.351000', '154341.354000', '154341.357000', '154341.360000', '154341.362000', '154341.365000', '154341.368000', '154341.371000', '154341.374000', '154341.377000', '154341.380000', '154341.383000', '154341.386000', '154341.388000', '154341.391000', '154341.394000', '154341.397000', '154341.400000', '154341.403000', '154341.406000', '154341.408000', '154341.411000', '154341.414000', '154341.417000', '154341.420000', '154341.423000', '154341.426000', '154341.429000', '154341.431000', '154341.434000', '154341.437000', '154341.440000', '154341.443000', '154341.446000', '154341.449000', '154341.452000', '154401.328000', '154401.331000', '154401.334000', '154401.337000', '154401.340000', '154401.342000', '154401.345000', '154401.348000', '154401.351000', '154401.354000', '154401.357000', '154401.360000', '154401.363000', '154401.365000', '154401.368000', '154401.371000', '154401.374000', '154401.377000', '154401.380000', '154401.383000', '154401.386000', '154401.388000', '154401.391000', '154401.394000', '154401.397000', '154401.400000', '154401.403000', '154401.406000', '154401.409000', '154401.412000', '154401.414000', '154401.417000', '154401.420000', '154401.423000', '154401.426000', '154401.429000', '154401.432000', '154401.434000', '154401.437000', '154401.440000', '154401.443000', '154401.446000', '154401.449000', '154421.328000', '154421.331000', '154421.334000', '154421.348000', '154421.351000', '154421.354000', '154421.357000', '154421.360000', '154421.363000', '154421.366000', '154421.368000', '154421.371000', '154421.374000', '154421.377000', '154421.380000', '154421.383000', '154421.386000', '154421.389000', '154421.391000', '154421.394000', '154421.397000', '154421.400000', '154421.403000', '154421.406000', '154421.409000', '154421.411000', '154421.414000', '154421.417000', '154421.420000', '154421.423000', '154421.426000', '154421.429000', '154421.432000', '154421.434000', '154421.437000', '154421.440000', '154421.443000', '154421.446000', '154421.449000', '154421.451000', '154421.454000', '154421.457000', '154421.460000', '154421.463000', '154441.327000', '154441.330000', '154441.333000', '154441.336000', '154441.339000', '154441.342000', '154441.347000', '154441.351000', '154441.354000', '154441.356000', '154441.359000', '154441.362000', '154441.365000', '154441.368000', '154441.371000', '154441.374000', '154441.377000', '154441.380000', '154441.383000', '154441.385000', '154441.388000', '154441.391000', '154441.394000', '154441.397000', '154441.409000', '154441.412000', '154441.415000', '154441.418000', '154441.421000', '154441.424000', '154441.427000', '154441.430000', '154441.432000', '154441.435000', '154441.438000', '154441.441000', '154441.444000', '154441.447000', '154441.450000', '154441.452000', '154441.455000', '154441.458000', '154441.461000', '154501.327000', '154501.330000', '154501.333000', '154501.336000', '154501.339000', '154501.342000', '154501.345000', '154501.348000', '154501.350000', '154501.353000', '154501.356000', '154501.359000', '154501.362000', '154501.365000', '154501.368000', '154501.371000', '154501.374000', '154501.376000', '154501.379000', '154501.382000', '154501.385000', '154501.388000', '154501.391000', '154501.394000', '154501.397000', '154501.399000', '154501.402000', '154501.405000', '154501.408000', '154501.411000', '154501.414000', '154501.417000', '154501.420000', '154501.423000', '154501.425000', '154501.428000', '154501.431000', '154501.434000', '154501.437000', '154501.440000', '154501.443000', '154501.446000', '154501.449000', '154501.451000', '154521.327000', '154521.330000', '154521.333000', '154521.336000', '154521.339000', '154521.342000', '154521.345000', '154521.347000', '154521.350000', '154521.353000', '154521.356000', '154521.361000', '154521.366000', '154521.369000', '154521.372000', '154521.375000', '154521.378000', '154521.381000', '154521.383000', '154521.386000', '154521.389000', '154521.392000', '154521.395000', '154521.398000', '154521.401000', '154521.404000', '154521.407000', '154521.410000', '154521.412000', '154521.415000', '154521.418000', '154521.421000', '154521.424000', '154521.427000', '154521.430000', '154521.433000', '154521.435000', '154521.438000', '154521.441000', '154521.444000', '154521.447000', '154521.450000', '154521.453000', '154541.328000', '154541.331000', '154541.334000', '154541.337000', '154541.340000', '154541.342000', '154541.345000', '154541.348000', '154541.351000', '154541.354000', '154541.357000', '154541.359000', '154541.362000', '154541.365000', '154541.368000', '154541.371000', '154541.374000', '154541.377000', '154541.380000', '154541.383000', '154541.386000', '154541.388000', '154541.391000', '154541.394000', '154541.397000', '154541.400000', '154541.403000', '154541.406000', '154541.420000', '154541.423000', '154541.426000', '154541.429000', '154541.431000', '154541.434000', '154541.437000', '154541.440000', '154541.443000', '154541.446000', '154541.449000', '154541.451000', '154541.454000', '154541.457000', '154541.460000', '154541.463000', '154601.328000', '154601.331000', '154601.334000', '154601.337000', '154601.340000', '154601.343000', '154601.346000', '154601.348000', '154601.351000', '154601.354000', '154601.357000', '154601.360000', '154601.363000', '154601.366000', '154601.369000', '154601.372000', '154601.374000', '154601.377000', '154601.380000', '154601.383000', '154601.386000', '154601.389000', '154601.392000', '154601.395000', '154601.398000', '154601.401000', '154601.404000', '154601.407000', '154601.410000', '154601.412000', '154601.415000', '154601.418000', '154601.421000', '154601.424000', '154601.427000', '154601.430000', '154601.433000', '154601.435000', '154601.438000', '154601.441000', '154601.444000', '154601.447000', '154601.450000', '154621.328000', '154621.331000', '154621.334000', '154621.337000', '154621.340000', '154621.343000', '154621.345000', '154621.348000', '154621.351000', '154621.354000', '154621.357000', '154621.360000', '154621.363000', '154621.366000', '154621.369000', '154621.371000', '154621.374000', '154621.377000', '154621.380000', '154621.383000', '154621.386000', '154621.389000', '154621.392000', '154621.394000', '154621.397000', '154621.400000', '154621.403000', '154621.406000', '154621.409000', '154621.412000', '154621.415000', '154621.418000', '154621.421000', '154621.423000', '154621.426000', '154621.429000', '154621.432000', '154621.435000', '154621.438000', '154621.441000', '154621.444000', '154621.447000', '154621.450000', '154621.452000', '154641.327000', '154641.330000', '154641.333000', '154641.337000', '154641.340000', '154641.343000', '154641.346000', '154641.349000', '154641.352000', '154641.354000', '154641.357000', '154641.360000', '154641.363000', '154641.366000', '154641.369000', '154641.372000', '154641.375000', '154641.377000', '154641.380000', '154641.383000', '154641.386000', '154641.389000', '154641.392000', '154641.395000', '154641.398000', '154641.401000', '154641.404000', '154641.407000', '154641.410000', '154641.413000', '154641.416000', '154641.419000', '154641.422000', '154641.425000', '154641.428000', '154641.431000', '154641.434000', '154641.437000', '154641.440000', '154641.443000', '154641.446000', '154641.449000', '154641.451000', '154701.327000', '154701.330000', '154701.333000', '154701.336000', '154701.339000', '154701.342000', '154701.345000', '154701.347000', '154701.350000', '154701.353000', '154701.356000', '154701.359000', '154701.362000', '154701.365000', '154701.368000', '154701.371000', '154701.374000', '154701.376000', '154701.379000', '154701.382000', '154701.385000', '154701.388000', '154701.391000', '154701.394000', '154701.397000', '154701.400000', '154701.403000', '154701.406000', '154701.408000', '154701.411000', '154701.414000', '154701.417000', '154701.420000', '154701.423000', '154701.426000', '154701.428000', '154701.431000', '154701.434000', '154701.437000', '154701.440000', '154701.443000', '154701.446000', '154701.449000', '154701.452000', '154721.327000', '154721.330000', '154721.333000', '154721.336000', '154721.339000', '154721.342000', '154721.344000', '154721.347000', '154721.350000', '154721.353000', '154721.356000', '154721.361000', '154721.364000', '154721.366000', '154721.369000', '154721.372000', '154721.375000', '154721.378000', '154721.381000', '154721.384000', '154721.387000', '154721.390000', '154721.392000', '154721.395000', '154721.399000', '154721.402000', '154721.404000', '154721.407000', '154721.410000', '154721.413000', '154721.416000', '154721.419000', '154721.422000', '154721.425000', '154721.428000', '154721.431000', '154721.434000', '154721.437000', '154721.440000', '154721.442000', '154721.445000', '154721.448000', '154721.451000', '154741.327000', '154741.330000', '154741.333000', '154741.336000', '154741.339000', '154741.342000', '154741.344000', '154741.347000', '154741.350000', '154741.353000', '154741.356000', '154741.359000', '154741.362000', '154741.365000', '154741.367000', '154741.370000', '154741.373000', '154741.376000', '154741.379000', '154741.382000', '154741.385000', '154741.388000', '154741.390000', '154741.393000', '154741.396000', '154741.399000', '154741.402000', '154741.405000', '154741.408000', '154741.411000', '154741.414000', '154741.417000', '154741.419000', '154741.422000', '154741.425000', '154741.428000', '154741.431000', '154741.434000', '154741.437000', '154741.440000', '154741.443000', '154741.445000', '154741.448000', '154741.451000', '154801.328000', '154801.331000', '154801.334000', '154801.337000', '154801.340000', '154801.343000', '154801.346000', '154801.348000', '154801.351000', '154801.354000', '154801.357000', '154801.360000', '154801.363000', '154801.366000', '154801.369000', '154801.372000', '154801.376000', '154801.379000', '154801.382000', '154801.384000', '154801.387000', '154801.390000', '154801.393000', '154801.396000', '154801.399000', '154801.402000', '154801.405000', '154801.408000', '154801.411000', '154801.414000', '154801.417000', '154801.419000', '154801.422000', '154801.425000', '154801.428000', '154801.431000', '154801.434000', '154801.437000', '154801.440000', '154801.443000', '154801.446000', '154801.449000', '154801.452000', '154821.328000', '154821.331000', '154821.334000', '154821.337000', '154821.340000', '154821.343000', '154821.346000', '154821.349000', '154821.352000', '154821.355000', '154821.357000', '154821.360000', '154821.363000', '154821.366000', '154821.369000', '154821.372000', '154821.375000', '154821.378000', '154821.380000', '154821.383000', '154821.386000', '154821.389000', '154821.392000', '154821.395000', '154821.398000', '154821.401000', '154821.404000', '154821.406000', '154821.409000', '154821.412000', '154821.415000', '154821.418000', '154821.421000', '154821.424000', '154821.427000', '154821.430000', '154821.432000', '154821.435000', '154821.438000', '154821.441000', '154821.444000', '154821.447000', '154821.450000', '154821.453000', '154841.328000', '154841.331000', '154841.334000', '154841.337000', '154841.340000', '154841.343000', '154841.361000', '154841.364000', '154841.367000', '154841.370000', '154841.373000', '154841.376000', '154841.379000', '154841.382000', '154841.384000', '154841.387000', '154841.390000', '154841.393000', '154841.396000', '154841.399000', '154841.402000', '154841.405000', '154841.408000', '154841.410000', '154841.413000', '154841.416000', '154841.419000', '154841.422000', '154841.425000', '154841.428000', '154841.431000', '154841.434000', '154841.436000', '154841.439000', '154841.442000', '154841.445000', '154841.448000', '154841.451000', '154841.454000', '154841.457000', '154841.462000', '154841.466000', '154841.469000', '154901.327000', '154901.330000', '154901.333000', '154901.336000', '154901.339000', '154901.342000', '154901.345000', '154901.347000', '154901.350000', '154901.353000', '154901.356000', '154901.359000', '154901.362000', '154901.364000', '154901.367000', '154901.370000', '154901.373000', '154901.376000', '154901.379000', '154901.382000', '154901.385000', '154901.388000', '154901.391000', '154901.394000', '154901.397000', '154901.399000', '154901.402000', '154901.405000', '154901.408000', '154901.411000', '154901.414000', '154901.417000', '154901.420000', '154901.423000', '154901.426000', '154901.428000', '154901.431000', '154901.434000', '154901.437000', '154901.440000', '154901.443000', '154901.446000', '154901.449000', '154901.452000', '154921.327000', '154921.330000', '154921.333000', '154921.336000', '154921.339000', '154921.342000', '154921.345000', '154921.348000', '154921.351000', '154921.354000', '154921.357000', '154921.360000', '154921.363000', '154921.365000', '154921.368000', '154921.371000', '154921.374000', '154921.377000', '154921.380000', '154921.383000', '154921.386000', '154921.389000', '154921.392000', '154921.395000', '154921.397000', '154921.400000', '154921.403000', '154921.406000', '154921.409000', '154921.413000', '154921.416000', '154921.419000', '154921.422000', '154921.425000', '154921.428000', '154921.430000', '154921.433000', '154921.436000', '154921.439000', '154921.442000', '154921.445000', '154921.448000', '154921.451000', '154941.327000', '154941.330000', '154941.333000', '154941.336000', '154941.339000', '154941.342000', '154941.345000', '154941.348000', '154941.351000', '154941.353000', '154941.356000', '154941.359000', '154941.362000', '154941.365000', '154941.368000', '154941.371000', '154941.374000', '154941.377000', '154941.381000', '154941.383000', '154941.386000', '154941.389000', '154941.392000', '154941.395000', '154941.398000', '154941.401000', '154941.404000', '154941.407000', '154941.409000', '154941.412000', '154941.415000', '154941.418000', '154941.421000', '154941.424000', '154941.427000', '154941.430000', '154941.433000', '154941.436000', '154941.438000', '154941.441000', '154941.444000', '154941.447000', '154941.450000', '154941.453000', '155001.327000', '155001.330000', '155001.346000', '155001.349000', '155001.352000', '155001.354000', '155001.357000', '155001.360000', '155001.363000', '155001.366000', '155001.369000', '155001.372000', '155001.375000', '155001.378000', '155001.380000', '155001.383000', '155001.386000', '155001.389000', '155001.392000', '155001.395000', '155001.398000', '155001.401000', '155001.404000', '155001.407000', '155001.410000', '155001.412000', '155001.415000', '155001.418000', '155001.421000', '155001.424000', '155001.427000', '155001.430000', '155001.433000', '155001.435000', '155001.438000', '155001.441000', '155001.444000', '155001.447000', '155001.450000', '155001.453000', '155001.456000', '155001.459000', '155001.462000', '155011.683000', '155011.687000', '155011.690000', '155011.693000', '155011.696000', '155011.699000', '155011.702000', '155011.705000', '155011.708000', '155011.711000', '155011.714000', '155011.717000', '155011.720000', '155011.723000', '155011.726000', '155011.729000', '155011.732000', '155011.735000', '155011.738000', '155011.741000', '155011.743000', '155011.746000', '155011.749000'], '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': [7248, 12710, 6625, 9685, 7380, 10711, 11863, 10300, 13328, 7601, 15156, 6864, 13000, 7990, 12317, 9115, 12650, 9089, 7448, 8077, 7168, 13370, 7147, 12551, 7160, 14041, 9881, 8337, 9505, 7381, 13479, 6941, 12704, 7278, 9924, 6485, 7634, 11522, 6993, 13232, 8778, 12791, 6111, 7704, 7026, 7230, 14186, 10006, 13463, 6016, 11959, 6341, 10283, 12099, 9299, 14239, 7092, 12460, 6267, 10808, 8215, 9157, 14704, 6750, 12348, 6420, 9060, 11579, 7494, 15192, 5993, 11420, 6639, 12457, 6863, 7629, 8684, 6712, 14539, 8572, 12814, 6015, 8134, 6385, 7501, 14482, 8168, 12967, 6257, 10607, 6413, 12209, 9033, 12529, 6626, 8413, 6496, 9877, 7875, 12881, 10127, 13651, 10949, 14201, 9823, 13472, 14497, 11675, 15249, 6934, 13421, 7363, 12420, 14083, 12070, 15155, 7196, 12451, 6356, 9750, 6373, 7448, 13272, 7021, 12363, 6342, 9055, 6486, 7801, 12387, 6659, 12908, 6302, 9644, 6554, 10737, 6318, 7270, 6542, 7176, 13524, 9140, 12852, 6242, 10848, 6209, 7470, 13925, 9917, 12132, 6076, 10696, 6304, 8016, 12933, 9666, 12887, 6262, 10980, 6333, 9513, 12176, 9342, 13677, 6361, 11183, 6344, 9762, 12442, 8929, 13345, 6200, 9449, 6642, 7238, 12610, 6527, 11623, 6214, 8979, 7148, 7757, 6491, 6695, 10996, 6826, 10686, 6943, 8140, 6725, 6763, 10908, 6598, 10116, 7074, 10761, 6336, 7106, 7131, 7022, 13727, 9727, 13394, 6879, 11604, 6276, 7655, 8314, 8207, 13519, 8872, 12361, 6417, 11623, 7279, 11535, 10870, 9435, 10706, 7722, 14072, 6615, 12184, 8382, 10676, 7770, 7602, 13448, 6666, 10321, 6680, 11111, 6394, 7552, 7756, 7416, 13610, 9674, 13508, 6440, 11594, 6493, 11625, 7433, 11212, 6963, 7445, 14090, 6941, 11985, 7445, 11173, 7944, 7245, 14387, 6648, 11231, 7305, 8133, 8704, 6883, 10664, 6915, 11363, 6564, 9303, 6612, 6802, 13509, 7110, 11663, 7092, 10399, 6446, 7349, 7319, 7481, 11512, 7163, 13208, 6973, 10752, 7290, 12358, 8264, 12838, 7531, 13137, 7402, 7766, 8174, 10518, 7571, 8118, 9983, 7409, 13103, 7642, 12622, 7578, 9530, 7316, 13306, 8600, 13868, 12627, 14709, 8832, 13213, 9312, 10274, 14117, 8396, 12469, 8930, 12546, 7452, 7750, 7131, 7712, 12389, 7269, 10471, 7524, 10912, 7247, 10805, 6634, 8104, 7538, 7946, 11993, 7492, 10138, 7205, 10972, 7173, 9052, 6317, 7661, 11904, 7650, 11966, 7488, 11824, 6802, 8938, 6223, 7905, 14054, 10536, 12308, 7262, 10592, 7002, 9426, 6904, 11818, 7144, 7885, 11826, 7514, 12906, 8983, 12811, 7293, 10574, 6776, 8098, 12816, 9222, 14221, 7634, 12167, 6893, 10407, 8744, 8763, 13939, 7627, 11742, 7101, 10633, 6857, 9195, 6409, 7809, 10339, 7566, 14396, 8605, 12550, 7409, 11414, 6859, 11397, 7933, 11911, 6997, 7767, 6602, 7954, 13085, 9645, 14103, 7352, 12438, 7311, 11146, 7954, 11141, 7052, 7997, 6602, 7811, 15413, 11599, 13403, 7622, 11840, 6837, 10639, 7528, 12139, 8348, 7790, 14689, 7638, 12852, 9218, 13459, 6978, 11063, 7080, 7973, 11954, 10160, 12984, 7588, 14483, 7813, 12423, 6963, 11804, 9558, 8577, 14084, 7793, 11791, 7304, 12305, 6883, 12229, 6532, 8833, 6114, 7600, 13573, 8753, 13815, 7531, 11827, 6969, 10907, 8212, 10974, 11171, 7798, 13431, 7304, 11666, 8050, 12462, 7428, 8026, 10747, 7733, 13612, 7661, 12435, 6588, 9897, 6289, 7828, 12888, 8578, 14660, 7242, 12084, 6492, 10681, 8286, 8455, 9264, 6970, 12632, 7110, 12106, 7861, 12199, 6437, 9754, 6271, 8451, 12897, 9232, 13947, 7558, 12351, 8132, 12947, 7392, 10994, 6663, 7884, 7931, 8148, 6251, 7982, 6067, 7854, 9144, 10424, 8203, 9616, 6299, 8168, 6599, 11365, 14837, 11007, 14562, 7808, 12749, 7725, 11297, 7576, 11590, 9046, 9931, 8442, 7846, 13180, 8004, 13234, 9448, 13143, 7245, 10794, 6811, 8980, 10708, 9795, 11174, 7800, 14054, 7673, 12562, 7701, 13544, 7153, 9059, 6499, 7950, 12659, 7420, 13463, 9621, 12641, 6749, 10136, 6641, 11847, 7376, 11779, 7163, 10022, 7598, 10695, 6875, 11405, 12816, 9678, 13870, 8011, 13423, 7736, 12721, 8743, 13714, 8134, 10765, 6907, 8167, 15629, 11638, 13516, 8308, 11895, 7477, 9583, 8547, 9390, 9850, 8158, 12779, 8051, 12563, 7999, 12414, 7721, 10205, 7671, 9944, 6812, 9286, 12561, 7801, 13485, 7262, 10750, 7185, 8684, 12970, 7614, 11734, 6692, 10035, 6522, 11664, 6583, 7778, 6337, 8042, 6951, 8556, 12894, 9519, 13449, 7889, 11859, 8259, 12752, 8324, 8159, 12941, 7773, 12781, 8367, 13071, 8008, 11160, 8900, 8145, 14740, 10800, 13092, 7699, 11554, 7371, 8631, 13155, 9767, 13453, 7478, 12679, 7498, 11888, 7961, 13089, 7199, 11163, 7029, 10110, 6920, 10444, 13815, 10453, 12343, 8027, 6376, 8333, 9502, 7939, 6449, 11053, 14308, 11340, 15251, 8182, 12816, 8110, 11680, 7809, 10013, 14388, 8210, 12667, 7567, 10401, 6923, 8892, 6364, 7798, 10533, 7160, 11710, 6992, 12418, 6649, 9803, 6021, 8014, 9618, 10287, 11222, 7494, 13689, 7088, 12648, 7861, 13511, 7002, 9155, 6362, 7861, 14370, 10891, 14614, 7527, 12699, 7167, 12272, 7987, 13184, 8560, 8169, 6561, 7862, 15443, 11824, 14296, 7711, 12660, 7596, 12993, 9665, 13821, 7573, 11326, 7856, 8170, 13163, 9297, 15384, 8214, 12874, 7805, 11914, 6992, 12986, 8366, 8594, 6395, 7999, 14956, 7783, 13159, 7316, 11814, 7171, 10223, 6888, 12175, 7712, 7976, 14503, 7987, 12917, 8482, 13387, 7136, 8866, 6342, 8003, 14132, 10789, 13340, 7348, 11657, 7092, 10092, 7338, 12055, 8202, 7995, 12811, 7744, 12873, 7910, 13425, 7692, 8576, 7532, 7584, 14096, 8552, 12646, 7051, 10095, 6488, 8074, 12976, 9108, 14157, 7808, 12124, 7106, 10656, 6822, 11636, 6522, 7989, 14097, 7660, 12963, 7597, 12514, 11291, 7946, 13120, 7461, 12930, 7975, 8368, 9580, 7479, 12932, 7422, 12449, 7042, 9082, 6160, 8171, 14231, 11621, 15129, 11209, 10467, 8071, 7222, 7756, 7677, 10428, 7631, 9076, 11629, 8542, 11961, 8998, 11527, 9080, 13155, 10762, 13986, 11652, 14181, 8966, 13952, 11303, 10013, 15273, 11444, 14092, 11536, 12855, 8328, 8833, 8125, 8778, 7604, 8798, 13750, 8976, 12358, 8045, 10213, 7515, 8163, 7160, 8624, 9613, 8217, 13230, 8623, 12113, 7816, 10695, 7459, 9313, 7753, 10150, 7014, 8694, 7089, 8707, 14524, 9532, 12793, 8950, 12214, 7849, 13601, 8838, 9339, 6800, 8526, 14389, 8251, 13332, 8027, 12980, 8382, 8556, 9682, 8133, 13135, 7498, 13385, 7538, 11435, 7155, 8992, 6457, 8369, 13682, 11427, 13798, 7870, 12732, 7621, 10856, 6659, 8186, 13727, 8930, 13754, 8084, 12369, 7827, 12090, 7427, 12703, 8982, 12819, 7152, 9822, 8692, 8453, 13633, 8996, 11832, 8385, 12904, 7478, 8413, 7145, 8109, 13399, 7802, 13165, 7525, 12540, 7498, 8494, 9387, 8122, 14932, 9111, 12919, 7817, 12023, 6804, 10396, 8922, 9124, 11042, 7892, 12698, 7374, 11311, 6977, 10156, 6129, 8255, 6572, 7847, 12738, 8918, 12997, 7637, 12172, 7626, 11244, 7842, 12563, 7263, 9303, 7314, 6636, 6694, 12490, 8756, 13974, 6936, 11021, 7450, 10425, 7138, 12169, 14182, 10838, 14475, 8220, 13164, 7925, 12746, 8369, 13604, 9524, 8491, 6358, 8339, 15158, 8896, 14030, 7697, 12369, 7212, 11561, 6477, 8929, 9395, 11505, 10659, 8344, 7217, 7709, 12650, 7764, 12566, 9588, 13309, 7389, 11377, 7168, 8746, 7464, 8097, 14030, 10647, 13576, 7760, 12633, 6447, 11736, 10612, 15692, 10573, 10338, 6783, 7229, 7974, 8282, 8452, 7183, 6963, 8211, 11371, 9820, 13210, 8681, 11329, 6629, 10568, 7434, 10663, 7226, 7843, 6649, 8725, 13288, 10195, 13797, 7023, 11868, 6724, 11411, 7683, 10267, 10184, 8214, 12362, 7253, 12162, 6919, 11591, 7140, 10654, 7067, 7497, 13023, 7220, 11781, 9052, 11471, 6640, 11250, 6114, 7931, 10636, 7837, 12564, 7107, 11791, 7007, 11782, 7583, 12091, 7542, 8578, 6368, 7014, 12754, 8942, 13843, 7288, 12436, 6893, 12178, 7071, 12433, 6893, 11176, 6642, 9566, 6397, 9482, 11629, 8644, 12136, 7733, 12515, 7188, 12021, 8174], 'WindowCenter': [3700.0, 3727.0, 3673.0, 3703.0, 3671.0, 3702.0, 3712.0, 3705.0, 3711.0, 3669.0, 3711.0, 3658.0, 3710.0, 3681.0, 3712.0, 3679.0, 3712.0, 3677.0, 3669.0, 3667.0, 3658.0, 3709.0, 3656.0, 3710.0, 3657.0, 3712.0, 3690.0, 3679.0, 3688.0, 3668.0, 3709.0, 3657.0, 3710.0, 3668.0, 3690.0, 3646.0, 3680.0, 3699.0, 3671.0, 3711.0, 3690.0, 3711.0, 3648.0, 3680.0, 3658.0, 3671.0, 3722.0, 3701.0, 3712.0, 3649.0, 3712.0, 3658.0, 3703.0, 3712.0, 3692.0, 3711.0, 3670.0, 3711.0, 3659.0, 3701.0, 3680.0, 3706.0, 3711.0, 3659.0, 3698.0, 3646.0, 3679.0, 3699.0, 3668.0, 3721.0, 3661.0, 3711.0, 3659.0, 3713.0, 3659.0, 3681.0, 3678.0, 3658.0, 3712.0, 3679.0, 3710.0, 3647.0, 3679.0, 3647.0, 3669.0, 3722.0, 3680.0, 3710.0, 3660.0, 3701.0, 3659.0, 3711.0, 3691.0, 3725.0, 3672.0, 3692.0, 3673.0, 3703.0, 3694.0, 3724.0, 3716.0, 3724.0, 3715.0, 3725.0, 3690.0, 3712.0, 3709.0, 3699.0, 3709.0, 3655.0, 3697.0, 3656.0, 3698.0, 3696.0, 3697.0, 3695.0, 3654.0, 3694.0, 3632.0, 3673.0, 3631.0, 3655.0, 3695.0, 3656.0, 3696.0, 3633.0, 3676.0, 3633.0, 3666.0, 3695.0, 3645.0, 3698.0, 3645.0, 3702.0, 3647.0, 3700.0, 3648.0, 3667.0, 3646.0, 3668.0, 3711.0, 3689.0, 3710.0, 3657.0, 3700.0, 3647.0, 3669.0, 3710.0, 3700.0, 3710.0, 3647.0, 3701.0, 3648.0, 3680.0, 3711.0, 3702.0, 3710.0, 3658.0, 3700.0, 3658.0, 3701.0, 3711.0, 3690.0, 3711.0, 3658.0, 3701.0, 3657.0, 3702.0, 3711.0, 3690.0, 3711.0, 3648.0, 3690.0, 3658.0, 3670.0, 3711.0, 3647.0, 3700.0, 3647.0, 3691.0, 3670.0, 3680.0, 3657.0, 3670.0, 3701.0, 3659.0, 3701.0, 3669.0, 3681.0, 3658.0, 3660.0, 3701.0, 3660.0, 3702.0, 3669.0, 3701.0, 3658.0, 3671.0, 3670.0, 3670.0, 3712.0, 3701.0, 3712.0, 3660.0, 3701.0, 3659.0, 3680.0, 3678.0, 3692.0, 3711.0, 3690.0, 3713.0, 3660.0, 3711.0, 3669.0, 3714.0, 3701.0, 3691.0, 3699.0, 3680.0, 3710.0, 3658.0, 3712.0, 3679.0, 3701.0, 3668.0, 3680.0, 3710.0, 3658.0, 3689.0, 3658.0, 3702.0, 3647.0, 3681.0, 3682.0, 3681.0, 3724.0, 3702.0, 3712.0, 3660.0, 3713.0, 3659.0, 3712.0, 3669.0, 3703.0, 3658.0, 3670.0, 3711.0, 3669.0, 3701.0, 3667.0, 3698.0, 3666.0, 3668.0, 3708.0, 3657.0, 3699.0, 3655.0, 3668.0, 3677.0, 3657.0, 3687.0, 3657.0, 3699.0, 3657.0, 3689.0, 3644.0, 3656.0, 3708.0, 3657.0, 3699.0, 3656.0, 3689.0, 3645.0, 3668.0, 3667.0, 3669.0, 3700.0, 3668.0, 3711.0, 3670.0, 3702.0, 3669.0, 3713.0, 3681.0, 3710.0, 3669.0, 3737.0, 3683.0, 3681.0, 3693.0, 3703.0, 3670.0, 3681.0, 3700.0, 3682.0, 3724.0, 3695.0, 3725.0, 3682.0, 3702.0, 3671.0, 3712.0, 3692.0, 3724.0, 3714.0, 3712.0, 3691.0, 3701.0, 3677.0, 3677.0, 3686.0, 3653.0, 3684.0, 3663.0, 3685.0, 3641.0, 3652.0, 3640.0, 3652.0, 3683.0, 3653.0, 3673.0, 3653.0, 3686.0, 3654.0, 3687.0, 3644.0, 3666.0, 3665.0, 3667.0, 3697.0, 3657.0, 3688.0, 3667.0, 3700.0, 3657.0, 3690.0, 3646.0, 3669.0, 3699.0, 3668.0, 3700.0, 3670.0, 3701.0, 3659.0, 3691.0, 3648.0, 3681.0, 3712.0, 3703.0, 3712.0, 3669.0, 3701.0, 3670.0, 3692.0, 3670.0, 3714.0, 3671.0, 3683.0, 3712.0, 3671.0, 3713.0, 3692.0, 3713.0, 3671.0, 3702.0, 3660.0, 3682.0, 3712.0, 3692.0, 3713.0, 3682.0, 3712.0, 3670.0, 3702.0, 3680.0, 3692.0, 3722.0, 3681.0, 3711.0, 3670.0, 3702.0, 3659.0, 3705.0, 3660.0, 3682.0, 3701.0, 3682.0, 3723.0, 3693.0, 3713.0, 3682.0, 3714.0, 3660.0, 3715.0, 3682.0, 3714.0, 3672.0, 3682.0, 3659.0, 3682.0, 3712.0, 3704.0, 3712.0, 3671.0, 3713.0, 3683.0, 3727.0, 3693.0, 3715.0, 3671.0, 3681.0, 3657.0, 3680.0, 3721.0, 3712.0, 3711.0, 3680.0, 3711.0, 3658.0, 3701.0, 3667.0, 3712.0, 3678.0, 3669.0, 3709.0, 3668.0, 3710.0, 3690.0, 3711.0, 3658.0, 3701.0, 3658.0, 3680.0, 3700.0, 3702.0, 3711.0, 3681.0, 3722.0, 3680.0, 3711.0, 3668.0, 3712.0, 3700.0, 3691.0, 3721.0, 3681.0, 3711.0, 3669.0, 3711.0, 3669.0, 3711.0, 3662.0, 3693.0, 3661.0, 3694.0, 3723.0, 3693.0, 3723.0, 3682.0, 3713.0, 3671.0, 3703.0, 3680.0, 3703.0, 3702.0, 3681.0, 3712.0, 3669.0, 3701.0, 3679.0, 3711.0, 3668.0, 3680.0, 3699.0, 3679.0, 3711.0, 3680.0, 3711.0, 3659.0, 3701.0, 3648.0, 3681.0, 3712.0, 3692.0, 3722.0, 3669.0, 3711.0, 3648.0, 3702.0, 3679.0, 3681.0, 3689.0, 3670.0, 3711.0, 3670.0, 3712.0, 3681.0, 3712.0, 3659.0, 3702.0, 3659.0, 3693.0, 3712.0, 3703.0, 3723.0, 3681.0, 3712.0, 3681.0, 3724.0, 3683.0, 3714.0, 3671.0, 3697.0, 3693.0, 3694.0, 3673.0, 3695.0, 3662.0, 3694.0, 3704.0, 3715.0, 3694.0, 3704.0, 3673.0, 3693.0, 3671.0, 3714.0, 3722.0, 3714.0, 3723.0, 3680.0, 3712.0, 3680.0, 3700.0, 3668.0, 3701.0, 3688.0, 3700.0, 3678.0, 3679.0, 3709.0, 3679.0, 3711.0, 3701.0, 3710.0, 3668.0, 3701.0, 3657.0, 3690.0, 3699.0, 3701.0, 3699.0, 3680.0, 3710.0, 3669.0, 3711.0, 3679.0, 3712.0, 3669.0, 3690.0, 3647.0, 3681.0, 3711.0, 3681.0, 3724.0, 3716.0, 3723.0, 3660.0, 3714.0, 3670.0, 3713.0, 3681.0, 3713.0, 3685.0, 3714.0, 3694.0, 3716.0, 3661.0, 3715.0, 3713.0, 3704.0, 3723.0, 3683.0, 3712.0, 3681.0, 3712.0, 3680.0, 3712.0, 3679.0, 3701.0, 3658.0, 3680.0, 3721.0, 3701.0, 3710.0, 3678.0, 3698.0, 3655.0, 3688.0, 3676.0, 3688.0, 3687.0, 3678.0, 3709.0, 3681.0, 3724.0, 3681.0, 3711.0, 3680.0, 3700.0, 3680.0, 3704.0, 3659.0, 3705.0, 3713.0, 3682.0, 3712.0, 3671.0, 3701.0, 3670.0, 3692.0, 3712.0, 3681.0, 3712.0, 3674.0, 3703.0, 3660.0, 3713.0, 3671.0, 3681.0, 3660.0, 3693.0, 3672.0, 3705.0, 3740.0, 3718.0, 3713.0, 3682.0, 3701.0, 3680.0, 3712.0, 3679.0, 3681.0, 3710.0, 3680.0, 3712.0, 3681.0, 3723.0, 3680.0, 3712.0, 3689.0, 3680.0, 3721.0, 3701.0, 3711.0, 3669.0, 3700.0, 3668.0, 3691.0, 3711.0, 3702.0, 3710.0, 3669.0, 3709.0, 3671.0, 3712.0, 3681.0, 3723.0, 3671.0, 3712.0, 3671.0, 3703.0, 3670.0, 3714.0, 3723.0, 3714.0, 3712.0, 3682.0, 3659.0, 3692.0, 3701.0, 3681.0, 3660.0, 3715.0, 3724.0, 3714.0, 3723.0, 3681.0, 3712.0, 3679.0, 3700.0, 3668.0, 3690.0, 3709.0, 3678.0, 3698.0, 3667.0, 3688.0, 3656.0, 3690.0, 3646.0, 3680.0, 3699.0, 3670.0, 3712.0, 3671.0, 3712.0, 3660.0, 3702.0, 3649.0, 3693.0, 3702.0, 3715.0, 3712.0, 3682.0, 3723.0, 3672.0, 3725.0, 3682.0, 3724.0, 3671.0, 3703.0, 3659.0, 3693.0, 3724.0, 3714.0, 3725.0, 3683.0, 3713.0, 3672.0, 3714.0, 3681.0, 3725.0, 3691.0, 3693.0, 3660.0, 3682.0, 3723.0, 3713.0, 3723.0, 3682.0, 3712.0, 3682.0, 3713.0, 3704.0, 3724.0, 3681.0, 3702.0, 3680.0, 3681.0, 3711.0, 3691.0, 3722.0, 3680.0, 3711.0, 3669.0, 3700.0, 3657.0, 3711.0, 3678.0, 3680.0, 3647.0, 3680.0, 3721.0, 3669.0, 3711.0, 3669.0, 3711.0, 3669.0, 3701.0, 3658.0, 3713.0, 3669.0, 3681.0, 3711.0, 3680.0, 3712.0, 3680.0, 3712.0, 3658.0, 3691.0, 3647.0, 3681.0, 3722.0, 3702.0, 3711.0, 3670.0, 3701.0, 3669.0, 3702.0, 3670.0, 3714.0, 3691.0, 3693.0, 3712.0, 3681.0, 3724.0, 3682.0, 3724.0, 3680.0, 3692.0, 3669.0, 3683.0, 3724.0, 3692.0, 3712.0, 3670.0, 3702.0, 3660.0, 3683.0, 3713.0, 3693.0, 3723.0, 3682.0, 3713.0, 3671.0, 3703.0, 3660.0, 3715.0, 3660.0, 3694.0, 3723.0, 3682.0, 3724.0, 3681.0, 3714.0, 3701.0, 3681.0, 3711.0, 3670.0, 3712.0, 3679.0, 3681.0, 3689.0, 3669.0, 3711.0, 3670.0, 3712.0, 3670.0, 3691.0, 3650.0, 3694.0, 3722.0, 3715.0, 3736.0, 3715.0, 3703.0, 3680.0, 3682.0, 3682.0, 3695.0, 3714.0, 3680.0, 3704.0, 3702.0, 3692.0, 3714.0, 3705.0, 3714.0, 3705.0, 3724.0, 3702.0, 3711.0, 3699.0, 3699.0, 3665.0, 3698.0, 3685.0, 3675.0, 3696.0, 3685.0, 3684.0, 3672.0, 3670.0, 3648.0, 3648.0, 3638.0, 3661.0, 3640.0, 3664.0, 3696.0, 3675.0, 3695.0, 3664.0, 3674.0, 3653.0, 3664.0, 3643.0, 3677.0, 3676.0, 3679.0, 3699.0, 3679.0, 3698.0, 3668.0, 3689.0, 3670.0, 3691.0, 3667.0, 3701.0, 3657.0, 3690.0, 3658.0, 3692.0, 3711.0, 3691.0, 3712.0, 3691.0, 3712.0, 3680.0, 3711.0, 3679.0, 3691.0, 3657.0, 3681.0, 3710.0, 3680.0, 3712.0, 3682.0, 3725.0, 3681.0, 3693.0, 3690.0, 3682.0, 3713.0, 3671.0, 3726.0, 3684.0, 3713.0, 3671.0, 3692.0, 3648.0, 3682.0, 3713.0, 3713.0, 3712.0, 3682.0, 3713.0, 3670.0, 3702.0, 3658.0, 3681.0, 3712.0, 3692.0, 3723.0, 3682.0, 3713.0, 3683.0, 3714.0, 3683.0, 3725.0, 3694.0, 3724.0, 3672.0, 3704.0, 3692.0, 3693.0, 3713.0, 3692.0, 3713.0, 3681.0, 3713.0, 3669.0, 3681.0, 3658.0, 3681.0, 3711.0, 3680.0, 3713.0, 3670.0, 3713.0, 3669.0, 3691.0, 3691.0, 3681.0, 3722.0, 3691.0, 3712.0, 3670.0, 3711.0, 3658.0, 3702.0, 3690.0, 3691.0, 3701.0, 3681.0, 3711.0, 3670.0, 3702.0, 3659.0, 3702.0, 3649.0, 3692.0, 3660.0, 3694.0, 3723.0, 3705.0, 3725.0, 3683.0, 3714.0, 3682.0, 3713.0, 3683.0, 3714.0, 3683.0, 3704.0, 3672.0, 3660.0, 3672.0, 3728.0, 3694.0, 3737.0, 3673.0, 3714.0, 3672.0, 3703.0, 3671.0, 3715.0, 3724.0, 3703.0, 3712.0, 3680.0, 3711.0, 3669.0, 3700.0, 3679.0, 3712.0, 3689.0, 3680.0, 3646.0, 3680.0, 3711.0, 3680.0, 3710.0, 3669.0, 3700.0, 3669.0, 3702.0, 3648.0, 3692.0, 3690.0, 3703.0, 3702.0, 3682.0, 3670.0, 3670.0, 3709.0, 3669.0, 3712.0, 3692.0, 3712.0, 3670.0, 3702.0, 3659.0, 3681.0, 3658.0, 3680.0, 3711.0, 3702.0, 3711.0, 3669.0, 3713.0, 3662.0, 3686.0, 3499.0, 3745.0, 3676.0, 3618.0, 3593.0, 3635.0, 3645.0, 3657.0, 3697.0, 3690.0, 3662.0, 3658.0, 3692.0, 3665.0, 3687.0, 3666.0, 3700.0, 3649.0, 3691.0, 3659.0, 3703.0, 3660.0, 3670.0, 3647.0, 3679.0, 3699.0, 3690.0, 3700.0, 3658.0, 3699.0, 3647.0, 3700.0, 3657.0, 3689.0, 3689.0, 3669.0, 3698.0, 3657.0, 3688.0, 3646.0, 3688.0, 3647.0, 3691.0, 3646.0, 3659.0, 3699.0, 3658.0, 3701.0, 3679.0, 3698.0, 3647.0, 3700.0, 3638.0, 3683.0, 3702.0, 3671.0, 3700.0, 3659.0, 3699.0, 3658.0, 3701.0, 3670.0, 3702.0, 3669.0, 3693.0, 3663.0, 3673.0, 3712.0, 3694.0, 3723.0, 3672.0, 3713.0, 3671.0, 3713.0, 3671.0, 3715.0, 3673.0, 3715.0, 3673.0, 3704.0, 3661.0, 3705.0, 3714.0, 3693.0, 3714.0, 3684.0, 3715.0, 3685.0, 3716.0, 3694.0], 'WindowWidth': [8367.0, 8394.0, 8315.0, 8351.0, 8305.0, 8350.0, 8360.0, 8356.0, 8355.0, 8299.0, 8357.0, 8282.0, 8353.0, 8317.0, 8361.0, 8310.0, 8361.0, 8306.0, 8297.0, 8291.0, 8281.0, 8350.0, 8278.0, 8353.0, 8280.0, 8362.0, 8324.0, 8311.0, 8321.0, 8296.0, 8350.0, 8279.0, 8355.0, 8296.0, 8328.0, 8264.0, 8315.0, 8337.0, 8303.0, 8358.0, 8328.0, 8356.0, 8269.0, 8315.0, 8281.0, 8305.0, 8376.0, 8346.0, 8361.0, 8274.0, 8360.0, 8284.0, 8350.0, 8359.0, 8334.0, 8358.0, 8301.0, 8356.0, 8286.0, 8345.0, 8315.0, 8356.0, 8355.0, 8285.0, 8335.0, 8261.0, 8309.0, 8334.0, 8295.0, 8371.0, 8293.0, 8358.0, 8286.0, 8363.0, 8286.0, 8317.0, 8307.0, 8282.0, 8359.0, 8313.0, 8353.0, 8267.0, 8312.0, 8266.0, 8300.0, 8372.0, 8315.0, 8356.0, 8291.0, 8346.0, 8286.0, 8359.0, 8330.0, 8385.0, 8309.0, 8336.0, 8313.0, 8351.0, 8341.0, 8380.0, 8373.0, 8381.0, 8368.0, 8383.0, 8327.0, 8363.0, 8354.0, 8339.0, 8352.0, 8272.0, 8332.0, 8275.0, 8336.0, 8331.0, 8330.0, 8327.0, 8272.0, 8322.0, 8239.0, 8294.0, 8235.0, 8273.0, 8326.0, 8274.0, 8328.0, 8241.0, 8300.0, 8240.0, 8288.0, 8327.0, 8260.0, 8334.0, 8261.0, 8348.0, 8268.0, 8344.0, 8270.0, 8296.0, 8264.0, 8298.0, 8357.0, 8327.0, 8355.0, 8282.0, 8341.0, 8266.0, 8300.0, 8357.0, 8342.0, 8354.0, 8267.0, 8342.0, 8269.0, 8317.0, 8358.0, 8347.0, 8355.0, 8284.0, 8341.0, 8283.0, 8346.0, 8358.0, 8330.0, 8357.0, 8284.0, 8344.0, 8282.0, 8347.0, 8356.0, 8329.0, 8356.0, 8270.0, 8328.0, 8281.0, 8302.0, 8356.0, 8268.0, 8341.0, 8269.0, 8332.0, 8300.0, 8315.0, 8281.0, 8303.0, 8345.0, 8287.0, 8347.0, 8301.0, 8320.0, 8285.0, 8290.0, 8343.0, 8288.0, 8347.0, 8300.0, 8344.0, 8284.0, 8305.0, 8300.0, 8303.0, 8362.0, 8346.0, 8360.0, 8288.0, 8345.0, 8286.0, 8316.0, 8310.0, 8333.0, 8360.0, 8330.0, 8362.0, 8288.0, 8358.0, 8299.0, 8366.0, 8344.0, 8331.0, 8339.0, 8316.0, 8355.0, 8284.0, 8360.0, 8310.0, 8345.0, 8296.0, 8314.0, 8354.0, 8282.0, 8325.0, 8280.0, 8346.0, 8265.0, 8317.0, 8321.0, 8322.0, 8381.0, 8348.0, 8362.0, 8290.0, 8362.0, 8287.0, 8362.0, 8298.0, 8349.0, 8282.0, 8303.0, 8359.0, 8299.0, 8345.0, 8293.0, 8337.0, 8288.0, 8294.0, 8348.0, 8278.0, 8339.0, 8273.0, 8294.0, 8305.0, 8278.0, 8319.0, 8281.0, 8338.0, 8278.0, 8325.0, 8259.0, 8279.0, 8349.0, 8281.0, 8337.0, 8278.0, 8323.0, 8260.0, 8295.0, 8293.0, 8300.0, 8340.0, 8298.0, 8356.0, 8300.0, 8346.0, 8302.0, 8365.0, 8318.0, 8353.0, 8297.0, 8404.0, 8324.0, 8318.0, 8339.0, 8352.0, 8300.0, 8319.0, 8344.0, 8324.0, 8380.0, 8343.0, 8383.0, 8323.0, 8345.0, 8303.0, 8361.0, 8334.0, 8384.0, 8366.0, 8364.0, 8328.0, 8344.0, 8303.0, 8303.0, 8315.0, 8264.0, 8311.0, 8277.0, 8311.0, 8245.0, 8264.0, 8245.0, 8264.0, 8306.0, 8265.0, 8293.0, 8267.0, 8315.0, 8269.0, 8317.0, 8257.0, 8290.0, 8284.0, 8291.0, 8332.0, 8277.0, 8320.0, 8293.0, 8342.0, 8279.0, 8327.0, 8264.0, 8299.0, 8336.0, 8296.0, 8341.0, 8301.0, 8344.0, 8285.0, 8331.0, 8269.0, 8318.0, 8361.0, 8347.0, 8359.0, 8300.0, 8344.0, 8300.0, 8333.0, 8302.0, 8367.0, 8304.0, 8322.0, 8359.0, 8305.0, 8362.0, 8333.0, 8362.0, 8304.0, 8348.0, 8287.0, 8320.0, 8360.0, 8335.0, 8363.0, 8319.0, 8361.0, 8301.0, 8347.0, 8313.0, 8333.0, 8374.0, 8318.0, 8357.0, 8300.0, 8346.0, 8286.0, 8356.0, 8290.0, 8322.0, 8344.0, 8320.0, 8377.0, 8337.0, 8363.0, 8322.0, 8364.0, 8289.0, 8370.0, 8321.0, 8367.0, 8306.0, 8321.0, 8287.0, 8322.0, 8360.0, 8352.0, 8359.0, 8305.0, 8362.0, 8324.0, 8389.0, 8338.0, 8369.0, 8305.0, 8317.0, 8280.0, 8314.0, 8372.0, 8360.0, 8358.0, 8315.0, 8357.0, 8284.0, 8344.0, 8294.0, 8360.0, 8308.0, 8300.0, 8352.0, 8297.0, 8354.0, 8326.0, 8356.0, 8283.0, 8343.0, 8282.0, 8315.0, 8339.0, 8347.0, 8357.0, 8317.0, 8372.0, 8316.0, 8358.0, 8298.0, 8363.0, 8343.0, 8334.0, 8372.0, 8320.0, 8358.0, 8299.0, 8357.0, 8301.0, 8360.0, 8296.0, 8339.0, 8292.0, 8342.0, 8378.0, 8337.0, 8376.0, 8322.0, 8362.0, 8303.0, 8349.0, 8314.0, 8351.0, 8344.0, 8318.0, 8360.0, 8300.0, 8344.0, 8311.0, 8358.0, 8296.0, 8315.0, 8338.0, 8312.0, 8356.0, 8315.0, 8356.0, 8285.0, 8344.0, 8269.0, 8319.0, 8359.0, 8333.0, 8374.0, 8301.0, 8359.0, 8270.0, 8346.0, 8312.0, 8317.0, 8325.0, 8302.0, 8356.0, 8303.0, 8360.0, 8319.0, 8360.0, 8288.0, 8348.0, 8288.0, 8338.0, 8361.0, 8351.0, 8375.0, 8319.0, 8361.0, 8318.0, 8379.0, 8324.0, 8366.0, 8308.0, 8352.0, 8337.0, 8339.0, 8312.0, 8343.0, 8299.0, 8343.0, 8354.0, 8373.0, 8342.0, 8355.0, 8311.0, 8338.0, 8305.0, 8368.0, 8376.0, 8367.0, 8376.0, 8318.0, 8362.0, 8315.0, 8342.0, 8296.0, 8345.0, 8323.0, 8341.0, 8307.0, 8313.0, 8352.0, 8313.0, 8357.0, 8345.0, 8356.0, 8297.0, 8343.0, 8279.0, 8327.0, 8337.0, 8343.0, 8338.0, 8315.0, 8356.0, 8299.0, 8357.0, 8313.0, 8362.0, 8298.0, 8329.0, 8268.0, 8319.0, 8357.0, 8318.0, 8379.0, 8375.0, 8378.0, 8291.0, 8367.0, 8304.0, 8364.0, 8320.0, 8366.0, 8332.0, 8366.0, 8342.0, 8371.0, 8292.0, 8368.0, 8362.0, 8354.0, 8376.0, 8322.0, 8361.0, 8316.0, 8360.0, 8313.0, 8360.0, 8311.0, 8343.0, 8282.0, 8315.0, 8373.0, 8343.0, 8353.0, 8307.0, 8334.0, 8273.0, 8320.0, 8301.0, 8322.0, 8316.0, 8309.0, 8351.0, 8319.0, 8382.0, 8319.0, 8358.0, 8316.0, 8340.0, 8317.0, 8356.0, 8286.0, 8357.0, 8362.0, 8322.0, 8359.0, 8304.0, 8344.0, 8300.0, 8333.0, 8358.0, 8318.0, 8358.0, 8317.0, 8352.0, 8291.0, 8363.0, 8306.0, 8320.0, 8291.0, 8338.0, 8308.0, 8358.0, 8411.0, 8377.0, 8365.0, 8319.0, 8344.0, 8314.0, 8361.0, 8312.0, 8317.0, 8354.0, 8316.0, 8359.0, 8317.0, 8378.0, 8315.0, 8361.0, 8325.0, 8315.0, 8373.0, 8343.0, 8356.0, 8298.0, 8342.0, 8295.0, 8330.0, 8356.0, 8347.0, 8355.0, 8300.0, 8352.0, 8304.0, 8361.0, 8320.0, 8377.0, 8305.0, 8362.0, 8306.0, 8351.0, 8303.0, 8368.0, 8376.0, 8366.0, 8360.0, 8322.0, 8288.0, 8334.0, 8345.0, 8319.0, 8289.0, 8370.0, 8380.0, 8368.0, 8378.0, 8317.0, 8359.0, 8311.0, 8342.0, 8293.0, 8328.0, 8351.0, 8309.0, 8335.0, 8292.0, 8321.0, 8277.0, 8327.0, 8265.0, 8315.0, 8339.0, 8304.0, 8360.0, 8306.0, 8360.0, 8291.0, 8347.0, 8275.0, 8338.0, 8347.0, 8368.0, 8360.0, 8323.0, 8378.0, 8307.0, 8382.0, 8322.0, 8381.0, 8304.0, 8350.0, 8287.0, 8338.0, 8379.0, 8367.0, 8380.0, 8325.0, 8363.0, 8309.0, 8368.0, 8319.0, 8382.0, 8330.0, 8336.0, 8289.0, 8322.0, 8377.0, 8364.0, 8377.0, 8319.0, 8361.0, 8320.0, 8364.0, 8351.0, 8380.0, 8317.0, 8348.0, 8314.0, 8318.0, 8355.0, 8332.0, 8373.0, 8315.0, 8356.0, 8298.0, 8341.0, 8280.0, 8358.0, 8309.0, 8314.0, 8265.0, 8314.0, 8369.0, 8300.0, 8356.0, 8300.0, 8356.0, 8299.0, 8346.0, 8283.0, 8363.0, 8298.0, 8317.0, 8356.0, 8314.0, 8359.0, 8313.0, 8360.0, 8284.0, 8331.0, 8269.0, 8317.0, 8375.0, 8346.0, 8359.0, 8302.0, 8344.0, 8300.0, 8348.0, 8302.0, 8367.0, 8332.0, 8338.0, 8359.0, 8318.0, 8379.0, 8320.0, 8379.0, 8316.0, 8335.0, 8299.0, 8323.0, 8381.0, 8335.0, 8360.0, 8304.0, 8347.0, 8289.0, 8323.0, 8361.0, 8337.0, 8375.0, 8323.0, 8363.0, 8306.0, 8351.0, 8291.0, 8369.0, 8291.0, 8340.0, 8378.0, 8322.0, 8381.0, 8319.0, 8367.0, 8344.0, 8318.0, 8358.0, 8301.0, 8362.0, 8312.0, 8318.0, 8324.0, 8301.0, 8358.0, 8303.0, 8360.0, 8302.0, 8332.0, 8278.0, 8340.0, 8377.0, 8371.0, 8403.0, 8371.0, 8349.0, 8315.0, 8321.0, 8323.0, 8344.0, 8369.0, 8317.0, 8353.0, 8345.0, 8335.0, 8366.0, 8357.0, 8369.0, 8357.0, 8379.0, 8347.0, 8359.0, 8336.0, 8340.0, 8286.0, 8337.0, 8310.0, 8297.0, 8333.0, 8312.0, 8312.0, 8288.0, 8282.0, 8251.0, 8251.0, 8236.0, 8274.0, 8244.0, 8281.0, 8329.0, 8298.0, 8324.0, 8283.0, 8294.0, 8266.0, 8283.0, 8254.0, 8306.0, 8302.0, 8310.0, 8336.0, 8309.0, 8336.0, 8296.0, 8323.0, 8302.0, 8330.0, 8294.0, 8343.0, 8281.0, 8329.0, 8282.0, 8333.0, 8359.0, 8330.0, 8358.0, 8329.0, 8360.0, 8314.0, 8360.0, 8310.0, 8329.0, 8279.0, 8316.0, 8352.0, 8313.0, 8358.0, 8320.0, 8381.0, 8315.0, 8335.0, 8326.0, 8320.0, 8361.0, 8304.0, 8386.0, 8326.0, 8363.0, 8304.0, 8334.0, 8269.0, 8321.0, 8362.0, 8363.0, 8360.0, 8319.0, 8361.0, 8301.0, 8346.0, 8282.0, 8318.0, 8358.0, 8334.0, 8376.0, 8321.0, 8363.0, 8323.0, 8365.0, 8325.0, 8382.0, 8339.0, 8381.0, 8307.0, 8352.0, 8331.0, 8335.0, 8362.0, 8330.0, 8363.0, 8315.0, 8364.0, 8298.0, 8317.0, 8283.0, 8316.0, 8356.0, 8315.0, 8361.0, 8301.0, 8361.0, 8299.0, 8331.0, 8328.0, 8318.0, 8373.0, 8330.0, 8357.0, 8300.0, 8356.0, 8283.0, 8347.0, 8327.0, 8331.0, 8342.0, 8317.0, 8357.0, 8301.0, 8346.0, 8285.0, 8346.0, 8272.0, 8334.0, 8291.0, 8340.0, 8377.0, 8357.0, 8381.0, 8325.0, 8365.0, 8322.0, 8365.0, 8324.0, 8368.0, 8323.0, 8352.0, 8306.0, 8289.0, 8308.0, 8394.0, 8340.0, 8404.0, 8310.0, 8364.0, 8306.0, 8350.0, 8304.0, 8370.0, 8377.0, 8348.0, 8358.0, 8314.0, 8354.0, 8296.0, 8341.0, 8309.0, 8359.0, 8322.0, 8313.0, 8264.0, 8312.0, 8356.0, 8313.0, 8355.0, 8297.0, 8340.0, 8296.0, 8343.0, 8268.0, 8333.0, 8327.0, 8349.0, 8346.0, 8319.0, 8299.0, 8300.0, 8351.0, 8298.0, 8358.0, 8331.0, 8360.0, 8301.0, 8344.0, 8284.0, 8316.0, 8281.0, 8315.0, 8356.0, 8343.0, 8357.0, 8298.0, 8362.0, 8298.0, 8310.0, 7951.0, 8435.0, 8302.0, 8188.0, 8159.0, 8236.0, 8249.0, 8270.0, 8343.0, 8340.0, 8286.0, 8268.0, 8323.0, 8276.0, 8309.0, 8282.0, 8338.0, 8268.0, 8324.0, 8281.0, 8346.0, 8285.0, 8297.0, 8262.0, 8306.0, 8334.0, 8323.0, 8335.0, 8277.0, 8334.0, 8263.0, 8337.0, 8274.0, 8322.0, 8318.0, 8294.0, 8330.0, 8274.0, 8317.0, 8258.0, 8317.0, 8261.0, 8325.0, 8261.0, 8281.0, 8333.0, 8278.0, 8338.0, 8308.0, 8332.0, 8263.0, 8335.0, 8256.0, 8324.0, 8344.0, 8302.0, 8337.0, 8284.0, 8336.0, 8281.0, 8340.0, 8299.0, 8344.0, 8295.0, 8333.0, 8297.0, 8308.0, 8358.0, 8337.0, 8376.0, 8305.0, 8361.0, 8302.0, 8360.0, 8305.0, 8367.0, 8309.0, 8366.0, 8309.0, 8352.0, 8291.0, 8354.0, 8363.0, 8336.0, 8362.0, 8324.0, 8366.0, 8329.0, 8369.0, 8339.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.016456681109185443</td></tr>
<tr><td colspan=3>aqi</td><td>0.06732544046793762</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.088190242636614</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3608043877536875</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2289296652298354</td></tr>
<tr><td colspan=3>efc</td><td>0.4669</td></tr>
<tr><td colspan=3>fber</td><td>6459.6104</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13847769172701954</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>130</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.265164644714039</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5003917534660585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3668367617520327</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7080052081633976</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4263332904827455</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126407</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012967427261173725</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035436734557151794</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.16032105719018</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>28.213</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2493</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.8054</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300338.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>514.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>234.5856</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.155</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>423.1829</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2907.1037</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76206.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3756.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>731.6695</td></tr>
<tr><td colspan=3>tsnr</td><td>24.962155051063746</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>