ds005256-mriqc/sub-0115_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== 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-0115 --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-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-02/func/sub-0115_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>b0541dd90f2792b9403b57b8af6a1e66</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>19:05:5.732500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999347, -0.0357968, 0.00484332, 0.0361205, 0.988674, -0.145669]</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.259</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.105191</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7750, -7277, 211, -78, -101, -38, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.16</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7428e44e-6d2f-41f9-a031-f8a52537e96f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681175947189331, 0.09690860658884048, -0.0011502864072099328, 107.21641540527344], [0.0960402637720108, 2.6525392532348633, -0.3935227692127228, -101.85558319091797], [0.012994281947612762, 0.39082005620002747, 2.671168088912964, -97.86311340332031], [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': ['190505.732500', '190506.192500', '190506.652500', '190507.112500', '190507.572500', '190508.032500', '190508.492500', '190508.952500', '190509.412500', '190509.872500', '190510.332500', '190510.792500', '190511.252500', '190511.712500', '190512.172500', '190512.632500', '190513.092500', '190513.552500', '190514.012500', '190514.472500', '190514.932500', '190515.392500', '190515.852500', '190516.312500', '190516.772500', '190517.232500', '190517.692500', '190518.152500', '190518.612500', '190519.072500', '190519.532500', '190519.992500', '190520.452500', '190520.912500', '190521.372500', '190521.832500', '190522.292500', '190522.752500', '190523.212500', '190523.672500', '190524.132500', '190524.592500', '190525.052500', '190525.512500', '190525.972500', '190526.432500', '190526.892500', '190527.352500', '190527.812500', '190528.272500', '190528.732500', '190529.192500', '190529.652500', '190530.112500', '190530.572500', '190531.032500', '190531.492500', '190531.952500', '190532.412500', '190532.872500', '190533.332500', '190533.792500', '190534.252500', '190534.712500', '190535.172500', '190535.632500', '190536.092500', '190536.552500', '190537.012500', '190537.472500', '190537.932500', '190538.392500', '190538.852500', '190539.312500', '190539.772500', '190540.232500', '190540.692500', '190541.152500', '190541.612500', '190542.072500', '190542.532500', '190542.992500', '190543.452500', '190543.912500', '190544.372500', '190544.832500', '190545.292500', '190545.752500', '190546.212500', '190546.672500', '190547.132500', '190547.592500', '190548.052500', '190548.512500', '190548.972500', '190549.432500', '190549.892500', '190550.352500', '190550.812500', '190551.272500', '190551.732500', '190552.192500', '190552.652500', '190553.112500', '190553.572500', '190554.032500', '190554.492500', '190554.952500', '190555.412500', '190555.872500', '190556.332500', '190556.792500', '190557.252500', '190557.712500', '190558.172500', '190558.632500', '190559.092500', '190559.552500', '190600.012500', '190600.472500', '190600.932500', '190601.392500', '190601.852500', '190602.312500', '190602.772500', '190603.232500', '190603.692500', '190604.152500', '190604.612500', '190605.072500', '190605.532500', '190605.992500', '190606.452500', '190606.912500', '190607.372500', '190607.832500', '190608.292500', '190608.752500', '190609.212500', '190609.672500', '190610.132500', '190610.592500', '190611.052500', '190611.512500', '190611.972500', '190612.432500', '190612.892500', '190613.352500', '190613.812500', '190614.272500', '190614.732500', '190615.192500', '190615.652500', '190616.112500', '190616.572500', '190617.032500', '190617.492500', '190617.952500', '190618.412500', '190618.872500', '190619.332500', '190619.792500', '190620.252500', '190620.712500', '190621.172500', '190621.632500', '190622.092500', '190622.552500', '190623.012500', '190623.472500', '190623.932500', '190624.392500', '190624.852500', '190625.312500', '190625.772500', '190626.232500', '190626.692500', '190627.152500', '190627.612500', '190628.072500', '190628.532500', '190628.992500', '190629.452500', '190629.912500', '190630.372500', '190630.832500', '190631.292500', '190631.752500', '190632.212500', '190632.672500', '190633.132500', '190633.592500', '190634.052500', '190634.512500', '190634.972500', '190635.432500', '190635.892500', '190636.352500', '190636.812500', '190637.272500', '190637.732500', '190638.192500', '190638.652500', '190639.112500', '190639.572500', '190640.032500', '190640.492500', '190640.952500', '190641.412500', '190641.872500', '190642.332500', '190642.792500', '190643.252500', '190643.712500', '190644.172500', '190644.632500', '190645.092500', '190645.552500', '190646.012500', '190646.472500', '190646.932500', '190647.392500', '190647.852500', '190648.312500', '190648.772500', '190649.232500', '190649.692500', '190650.152500', '190650.612500', '190651.072500', '190651.532500', '190651.992500', '190652.452500', '190652.912500', '190653.372500', '190653.832500', '190654.292500', '190654.752500', '190655.212500', '190655.672500', '190656.132500', '190656.592500', '190657.052500', '190657.512500', '190657.972500', '190658.432500', '190658.892500', '190659.352500', '190659.812500', '190700.272500', '190700.732500', '190701.192500', '190701.652500', '190702.112500', '190702.572500', '190703.032500', '190703.492500', '190703.952500', '190704.412500', '190704.872500', '190705.332500', '190705.792500', '190706.252500', '190706.712500', '190707.172500', '190707.632500', '190708.092500', '190708.552500', '190709.012500', '190709.472500', '190709.932500', '190710.392500', '190710.852500', '190711.312500', '190711.772500', '190712.232500', '190712.692500', '190713.152500', '190713.612500', '190714.072500', '190714.532500', '190714.992500', '190715.452500', '190715.912500', '190716.372500', '190716.832500', '190717.292500', '190717.752500', '190718.212500', '190718.672500', '190719.132500', '190719.592500', '190720.052500', '190720.512500', '190720.972500', '190721.432500', '190721.892500', '190722.352500', '190722.812500', '190723.272500', '190723.732500', '190724.192500', '190724.652500', '190725.112500', '190725.572500', '190726.032500', '190726.492500', '190726.952500', '190727.412500', '190727.872500', '190728.332500', '190728.792500', '190729.252500', '190729.712500', '190730.172500', '190730.632500', '190731.092500', '190731.552500', '190732.012500', '190732.472500', '190732.932500', '190733.392500', '190733.852500', '190734.312500', '190734.772500', '190735.232500', '190735.692500', '190736.152500', '190736.612500', '190737.072500', '190737.532500', '190737.992500', '190738.452500', '190738.912500', '190739.372500', '190739.832500', '190740.292500', '190740.752500', '190741.212500', '190741.672500', '190742.132500', '190742.592500', '190743.052500', '190743.512500', '190743.972500', '190744.432500', '190744.892500', '190745.352500', '190745.812500', '190746.272500', '190746.732500', '190747.192500', '190747.652500', '190748.112500', '190748.572500', '190749.032500', '190749.492500', '190749.952500', '190750.412500', '190750.872500', '190751.332500', '190751.792500', '190752.252500', '190752.712500', '190753.172500', '190753.632500', '190754.092500', '190754.552500', '190755.012500', '190755.472500', '190755.932500', '190756.392500', '190756.852500', '190757.312500', '190757.772500', '190758.232500', '190758.692500', '190759.152500', '190759.612500', '190800.072500', '190800.532500', '190800.992500', '190801.452500', '190801.912500', '190802.372500', '190802.832500', '190803.292500', '190803.752500', '190804.212500', '190804.672500', '190805.132500', '190805.592500', '190806.052500', '190806.512500', '190806.972500', '190807.432500', '190807.892500', '190808.352500', '190808.812500', '190809.272500', '190809.732500', '190810.192500', '190810.652500', '190811.112500', '190811.572500', '190812.032500', '190812.492500', '190812.952500', '190813.412500', '190813.872500', '190814.332500', '190814.792500', '190815.252500', '190815.712500', '190816.172500', '190816.632500', '190817.092500', '190817.552500', '190818.012500', '190818.472500', '190818.932500', '190819.392500', '190819.852500', '190820.312500', '190820.772500', '190821.232500', '190821.692500', '190822.152500', '190822.612500', '190823.072500', '190823.532500', '190823.992500', '190824.452500', '190824.912500', '190825.372500', '190825.832500', '190826.292500', '190826.752500', '190827.212500', '190827.672500', '190828.132500', '190828.592500', '190829.052500', '190829.512500', '190829.972500', '190830.432500', '190830.892500', '190831.352500', '190831.812500', '190832.272500', '190832.732500', '190833.192500', '190833.652500', '190834.112500', '190834.572500', '190835.032500', '190835.492500', '190835.952500', '190836.412500', '190836.872500', '190837.332500', '190837.792500', '190838.252500', '190838.712500', '190839.172500', '190839.632500', '190840.092500', '190840.552500', '190841.012500', '190841.472500', '190841.932500', '190842.392500', '190842.852500', '190843.312500', '190843.772500', '190844.232500', '190844.692500', '190845.152500', '190845.612500', '190846.072500', '190846.532500', '190846.992500', '190847.452500', '190847.912500', '190848.372500', '190848.832500', '190849.292500', '190849.752500', '190850.212500', '190850.672500', '190851.132500', '190851.592500', '190852.052500', '190852.512500', '190852.972500', '190853.432500', '190853.892500', '190854.352500', '190854.812500', '190855.272500', '190855.732500', '190856.192500', '190856.652500', '190857.112500', '190857.572500', '190858.032500', '190858.492500', '190858.952500', '190859.412500', '190859.872500', '190900.332500', '190900.792500', '190901.252500', '190901.712500', '190902.172500', '190902.632500', '190903.092500', '190903.552500', '190904.012500', '190904.472500', '190904.932500', '190905.392500', '190905.852500', '190906.312500', '190906.772500', '190907.232500', '190907.692500', '190908.152500', '190908.612500', '190909.072500', '190909.532500', '190909.992500', '190910.452500', '190910.912500', '190911.372500', '190911.832500', '190912.292500', '190912.752500', '190913.212500', '190913.672500', '190914.132500', '190914.592500', '190915.052500', '190915.512500', '190915.972500', '190916.432500', '190916.892500', '190917.352500', '190917.812500', '190918.272500', '190918.732500', '190919.192500', '190919.652500', '190920.112500', '190920.572500', '190921.032500', '190921.492500', '190921.952500', '190922.412500', '190922.872500', '190923.332500', '190923.792500', '190924.252500', '190924.712500', '190925.172500', '190925.632500', '190926.092500', '190926.552500', '190927.012500', '190927.472500', '190927.932500', '190928.392500', '190928.852500', '190929.312500', '190929.772500', '190930.232500', '190930.692500', '190931.152500', '190931.612500', '190932.072500', '190932.532500', '190932.992500', '190933.452500', '190933.912500', '190934.372500', '190934.832500', '190935.292500', '190935.752500', '190936.212500', '190936.672500', '190937.132500', '190937.592500', '190938.052500', '190938.512500', '190938.972500', '190939.432500', '190939.892500', '190940.352500', '190940.812500', '190941.272500', '190941.732500', '190942.192500', '190942.652500', '190943.112500', '190943.572500', '190944.032500', '190944.492500', '190944.952500', '190945.412500', '190945.872500', '190946.332500', '190946.792500', '190947.252500', '190947.712500', '190948.172500', '190948.632500', '190949.092500', '190949.552500', '190950.012500', '190950.472500', '190950.932500', '190951.392500', '190951.852500', '190952.312500', '190952.772500', '190953.232500', '190953.692500', '190954.152500', '190954.612500', '190955.072500', '190955.532500', '190955.992500', '190956.452500', '190956.912500', '190957.372500', '190957.832500', '190958.292500', '190958.752500', '190959.212500', '190959.672500', '191000.132500', '191000.592500', '191001.052500', '191001.512500', '191001.972500', '191002.432500', '191002.892500', '191003.352500', '191003.812500', '191004.272500', '191004.732500', '191005.192500', '191005.652500', '191006.112500', '191006.572500', '191007.032500', '191007.492500', '191007.952500', '191008.412500', '191008.872500', '191009.332500', '191009.792500', '191010.252500', '191010.712500', '191011.172500', '191011.632500', '191012.092500', '191012.552500', '191013.012500', '191013.472500', '191013.932500', '191014.392500', '191014.852500', '191015.312500', '191015.772500', '191016.232500', '191016.692500', '191017.152500', '191017.612500', '191018.072500', '191018.532500', '191018.992500', '191019.452500', '191019.912500', '191020.372500', '191020.832500', '191021.292500', '191021.752500', '191022.212500', '191022.672500', '191023.132500', '191023.592500', '191024.052500', '191024.512500', '191024.972500', '191025.432500', '191025.892500', '191026.352500', '191026.812500', '191027.272500', '191027.732500', '191028.192500', '191028.652500', '191029.112500', '191029.572500', '191030.032500', '191030.492500', '191030.952500', '191031.412500', '191031.872500', '191032.332500', '191032.792500', '191033.252500', '191033.712500', '191034.172500', '191034.632500', '191035.092500', '191035.552500', '191036.012500', '191036.472500', '191036.932500', '191037.392500', '191037.852500', '191038.312500', '191038.772500', '191039.232500', '191039.692500', '191040.152500', '191040.612500', '191041.072500', '191041.532500', '191041.992500', '191042.452500', '191042.912500', '191043.372500', '191043.832500', '191044.292500', '191044.752500', '191045.212500', '191045.672500', '191046.132500', '191046.592500', '191047.052500', '191047.512500', '191047.972500', '191048.432500', '191048.892500', '191049.352500', '191049.812500', '191050.272500', '191050.732500', '191051.192500', '191051.652500', '191052.112500', '191052.572500', '191053.032500', '191053.492500', '191053.952500', '191054.412500', '191054.872500', '191055.332500', '191055.792500', '191056.252500', '191056.712500', '191057.172500', '191057.632500', '191058.092500', '191058.552500', '191059.012500', '191059.472500', '191059.932500', '191100.392500', '191100.852500', '191101.312500', '191101.772500', '191102.232500', '191102.692500', '191103.152500', '191103.612500', '191104.072500', '191104.532500', '191104.992500', '191105.452500', '191105.912500', '191106.372500', '191106.832500', '191107.292500', '191107.752500', '191108.212500', '191108.672500', '191109.132500', '191109.592500', '191110.052500', '191110.512500', '191110.972500', '191111.432500', '191111.892500', '191112.352500', '191112.812500', '191113.272500', '191113.732500', '191114.192500', '191114.652500', '191115.112500', '191115.572500', '191116.032500', '191116.492500', '191116.952500', '191117.412500', '191117.872500', '191118.332500', '191118.792500', '191119.252500', '191119.712500', '191120.172500', '191120.632500', '191121.092500', '191121.552500', '191122.012500', '191122.472500', '191122.932500', '191123.392500', '191123.852500', '191124.312500', '191124.772500', '191125.232500', '191125.692500', '191126.152500', '191126.612500', '191127.072500', '191127.532500', '191127.992500', '191128.452500', '191128.912500', '191129.372500', '191129.832500', '191130.292500', '191130.752500', '191131.212500', '191131.672500', '191132.132500', '191132.592500', '191133.052500', '191133.512500', '191133.972500', '191134.432500', '191134.892500', '191135.352500', '191135.812500', '191136.272500', '191136.732500', '191137.192500', '191137.652500', '191138.112500', '191138.572500', '191139.032500', '191139.492500', '191139.952500', '191140.412500', '191140.872500', '191141.332500', '191141.792500', '191142.252500', '191142.712500', '191143.172500', '191143.632500', '191144.092500', '191144.552500', '191145.012500', '191145.472500', '191145.932500', '191146.392500', '191146.852500', '191147.312500', '191147.772500', '191148.232500', '191148.692500', '191149.152500', '191149.612500', '191150.072500', '191150.532500', '191150.992500', '191151.452500', '191151.912500', '191152.372500', '191152.832500', '191153.292500', '191153.752500', '191154.212500', '191154.672500', '191155.132500', '191155.592500', '191156.052500', '191156.512500', '191156.972500', '191157.432500', '191157.892500', '191158.352500', '191158.812500', '191159.272500', '191159.732500', '191200.192500', '191200.652500', '191201.112500', '191201.572500', '191202.032500', '191202.492500', '191202.952500', '191203.412500', '191203.872500', '191204.332500', '191204.792500', '191205.252500', '191205.712500', '191206.172500', '191206.632500', '191207.092500', '191207.552500', '191208.012500', '191208.472500', '191208.932500', '191209.392500', '191209.852500', '191210.312500', '191210.772500', '191211.232500', '191211.692500', '191212.152500', '191212.612500', '191213.072500', '191213.532500', '191213.992500', '191214.452500', '191214.912500', '191215.372500', '191215.832500', '191216.292500', '191216.752500', '191217.212500', '191217.672500', '191218.132500', '191218.592500', '191219.052500', '191219.512500', '191219.972500', '191220.432500', '191220.892500', '191221.352500', '191221.812500', '191222.272500', '191222.732500', '191223.192500', '191223.652500', '191224.112500', '191224.572500', '191225.032500', '191225.492500', '191225.952500', '191226.412500', '191226.872500', '191227.332500', '191227.792500', '191228.252500', '191228.712500', '191229.172500', '191229.632500', '191230.092500', '191230.552500', '191231.012500', '191231.472500', '191231.932500', '191232.392500', '191232.852500', '191233.312500', '191233.772500', '191234.232500', '191234.692500', '191235.152500', '191235.612500', '191236.072500', '191236.532500', '191236.992500', '191237.452500', '191237.912500', '191238.372500', '191238.832500', '191239.292500', '191239.752500', '191240.212500', '191240.672500', '191241.132500', '191241.592500', '191242.052500', '191242.512500', '191242.972500', '191243.432500', '191243.892500', '191244.352500', '191244.812500', '191245.272500', '191245.732500', '191246.192500', '191246.652500', '191247.112500', '191247.572500', '191248.032500', '191248.492500', '191248.952500', '191249.412500', '191249.872500', '191250.332500', '191250.792500', '191251.252500', '191251.712500', '191252.172500', '191252.632500', '191253.092500', '191253.552500', '191254.012500', '191254.472500', '191254.932500', '191255.392500', '191255.852500', '191256.312500', '191256.772500', '191257.232500', '191257.692500', '191258.152500', '191258.612500', '191259.072500', '191259.532500', '191259.992500', '191300.452500', '191300.912500', '191301.372500', '191301.832500', '191302.292500', '191302.752500', '191303.212500', '191303.672500', '191304.132500', '191304.592500', '191305.052500', '191305.512500', '191305.972500', '191306.432500', '191306.892500', '191307.352500', '191307.812500', '191308.272500', '191308.732500', '191309.192500', '191309.652500', '191310.112500', '191310.572500', '191311.032500', '191311.492500', '191311.952500', '191312.412500', '191312.872500', '191313.332500', '191313.792500', '191314.252500', '191314.712500', '191315.172500', '191315.632500', '191316.092500', '191316.552500', '191317.012500', '191317.472500', '191317.932500', '191318.392500', '191318.852500', '191319.312500', '191319.772500', '191320.232500', '191320.692500', '191321.152500', '191321.612500', '191322.072500', '191322.532500', '191322.992500', '191323.452500', '191323.912500', '191324.372500', '191324.832500', '191325.292500', '191325.752500', '191326.212500', '191326.672500', '191327.132500', '191327.592500', '191328.052500', '191328.512500', '191328.972500', '191329.432500', '191329.892500', '191330.352500', '191330.812500', '191331.272500', '191331.732500', '191332.192500', '191332.652500', '191333.112500', '191333.572500', '191334.032500', '191334.492500', '191334.952500', '191335.412500', '191335.872500', '191336.332500', '191336.792500', '191337.252500', '191337.712500', '191338.172500', '191338.632500', '191339.092500', '191339.552500', '191340.012500', '191340.472500', '191340.932500', '191341.392500', '191341.852500', '191342.312500', '191342.772500', '191343.232500', '191343.692500', '191344.152500', '191344.612500', '191345.072500', '191345.532500', '191345.992500', '191346.452500', '191346.912500', '191347.372500', '191347.832500', '191348.292500', '191348.752500', '191349.212500', '191349.672500', '191350.132500', '191350.592500', '191351.052500', '191351.512500', '191351.972500', '191352.432500', '191352.892500', '191353.352500', '191353.812500', '191354.272500', '191354.732500', '191355.192500', '191355.652500', '191356.112500', '191356.572500', '191357.032500'], 'ContentTime': ['190511.908000', '190511.911000', '190511.915000', '190511.918000', '190511.921000', '190511.923000', '190511.926000', '190511.929000', '190511.932000', '190511.934000', '190511.937000', '190531.852000', '190531.854000', '190531.857000', '190531.860000', '190531.862000', '190531.865000', '190531.867000', '190531.870000', '190531.872000', '190531.875000', '190531.878000', '190531.880000', '190531.883000', '190531.885000', '190531.888000', '190531.890000', '190531.893000', '190531.896000', '190531.898000', '190531.901000', '190531.903000', '190531.906000', '190531.908000', '190531.911000', '190531.914000', '190531.920000', '190531.923000', '190531.925000', '190531.928000', '190531.930000', '190531.933000', '190531.936000', '190531.938000', '190531.941000', '190531.943000', '190531.946000', '190531.948000', '190531.951000', '190531.954000', '190531.956000', '190531.959000', '190531.961000', '190531.964000', '190531.966000', '190551.851000', '190551.854000', '190551.857000', '190551.860000', '190551.866000', '190551.869000', '190551.872000', '190551.875000', '190551.877000', '190551.880000', '190551.883000', '190551.885000', '190551.888000', '190551.891000', '190551.893000', '190551.896000', '190551.898000', '190551.901000', '190551.903000', '190551.906000', '190551.909000', '190551.911000', '190551.914000', '190551.916000', '190551.919000', '190551.921000', '190551.924000', '190551.926000', '190551.929000', '190551.932000', '190551.934000', '190551.937000', '190551.939000', '190551.942000', '190551.944000', '190551.947000', '190551.950000', '190551.952000', '190551.955000', '190551.957000', '190551.960000', '190551.963000', '190551.965000', '190611.851000', '190611.854000', '190611.857000', '190611.859000', '190611.862000', '190611.865000', '190611.867000', '190611.876000', '190611.878000', '190611.881000', '190611.883000', '190611.886000', '190611.889000', '190611.891000', '190611.894000', '190611.896000', '190611.899000', '190611.902000', '190611.904000', '190611.907000', '190611.909000', '190611.912000', '190611.914000', '190611.917000', '190611.919000', '190611.922000', '190611.925000', '190611.927000', '190611.930000', '190611.932000', '190611.935000', '190611.938000', '190611.940000', '190611.943000', '190611.945000', '190611.948000', '190611.950000', '190611.953000', '190611.956000', '190611.958000', '190611.961000', '190611.963000', '190611.966000', '190611.968000', '190631.851000', '190631.854000', '190631.857000', '190631.859000', '190631.862000', '190631.865000', '190631.868000', '190631.871000', '190631.874000', '190631.876000', '190631.879000', '190631.882000', '190631.884000', '190631.887000', '190631.896000', '190631.899000', '190631.901000', '190631.904000', '190631.906000', '190631.909000', '190631.912000', '190631.914000', '190631.917000', '190631.919000', '190631.922000', '190631.924000', '190631.927000', '190631.930000', '190631.932000', '190631.936000', '190631.940000', '190631.942000', '190631.945000', '190631.948000', '190631.950000', '190631.953000', '190631.956000', '190631.958000', '190631.961000', '190631.963000', '190631.966000', '190631.969000', '190631.971000', '190651.851000', '190651.854000', '190651.857000', '190651.860000', '190651.862000', '190651.865000', '190651.867000', '190651.870000', '190651.872000', '190651.875000', '190651.878000', '190651.880000', '190651.883000', '190651.886000', '190651.888000', '190651.891000', '190651.899000', '190651.902000', '190651.904000', '190651.907000', '190651.910000', '190651.912000', '190651.915000', '190651.918000', '190651.920000', '190651.923000', '190651.938000', '190651.941000', '190651.943000', '190651.946000', '190651.948000', '190651.951000', '190651.953000', '190651.956000', '190651.959000', '190651.961000', '190651.964000', '190651.966000', '190651.969000', '190651.972000', '190651.974000', '190651.977000', '190651.980000', '190651.982000', '190711.850000', '190711.887000', '190711.890000', '190711.892000', '190711.895000', '190711.897000', '190711.900000', '190711.903000', '190711.905000', '190711.908000', '190711.910000', '190711.913000', '190711.916000', '190711.919000', '190711.921000', '190711.924000', '190711.926000', '190711.945000', '190711.947000', '190711.950000', '190711.953000', '190711.955000', '190711.958000', '190711.960000', '190711.963000', '190711.965000', '190711.968000', '190711.971000', '190711.973000', '190711.976000', '190711.979000', '190711.981000', '190711.984000', '190711.987000', '190711.989000', '190711.992000', '190711.995000', '190711.997000', '190712.001000', '190712.004000', '190712.006000', '190712.009000', '190712.011000', '190731.850000', '190731.853000', '190731.856000', '190731.859000', '190731.861000', '190731.864000', '190731.866000', '190731.869000', '190731.872000', '190731.874000', '190731.877000', '190731.879000', '190731.882000', '190731.885000', '190731.887000', '190731.890000', '190731.892000', '190731.895000', '190731.898000', '190731.900000', '190731.903000', '190731.906000', '190731.908000', '190731.911000', '190731.913000', '190731.916000', '190731.918000', '190731.921000', '190731.924000', '190731.926000', '190731.929000', '190731.931000', '190731.934000', '190731.937000', '190731.939000', '190731.942000', '190731.944000', '190731.947000', '190731.949000', '190731.952000', '190731.955000', '190731.957000', '190731.967000', '190731.969000', '190751.851000', '190751.854000', '190751.857000', '190751.859000', '190751.862000', '190751.865000', '190751.867000', '190751.870000', '190751.873000', '190751.875000', '190751.878000', '190751.881000', '190751.883000', '190751.886000', '190751.889000', '190751.891000', '190751.894000', '190751.896000', '190751.899000', '190751.902000', '190751.904000', '190751.907000', '190751.910000', '190751.912000', '190751.915000', '190751.918000', '190751.920000', '190751.923000', '190751.926000', '190751.928000', '190751.931000', '190751.934000', '190751.936000', '190751.939000', '190751.942000', '190751.944000', '190751.947000', '190751.949000', '190751.952000', '190751.955000', '190751.957000', '190751.960000', '190751.963000', '190811.851000', '190811.854000', '190811.857000', '190811.860000', '190811.862000', '190811.865000', '190811.868000', '190811.870000', '190811.873000', '190811.876000', '190811.878000', '190811.881000', '190811.883000', '190811.886000', '190811.889000', '190811.891000', '190811.894000', '190811.897000', '190811.899000', '190811.902000', '190811.904000', '190811.907000', '190811.910000', '190811.912000', '190811.915000', '190811.917000', '190811.920000', '190811.923000', '190811.925000', '190811.928000', '190811.930000', '190811.933000', '190811.936000', '190811.938000', '190811.941000', '190811.943000', '190811.946000', '190811.949000', '190811.951000', '190811.954000', '190811.957000', '190811.959000', '190811.962000', '190811.965000', '190831.852000', '190831.854000', '190831.857000', '190831.860000', '190831.862000', '190831.865000', '190831.868000', '190831.884000', '190831.887000', '190831.889000', '190831.892000', '190831.895000', '190831.897000', '190831.900000', '190831.903000', '190831.906000', '190831.908000', '190831.911000', '190831.913000', '190831.916000', '190831.919000', '190831.926000', '190831.929000', '190831.931000', '190831.934000', '190831.937000', '190831.939000', '190831.942000', '190831.945000', '190831.947000', '190831.950000', '190831.952000', '190831.955000', '190831.958000', '190831.960000', '190831.963000', '190831.966000', '190831.968000', '190831.971000', '190831.974000', '190831.976000', '190831.979000', '190831.982000', '190851.851000', '190851.854000', '190851.857000', '190851.860000', '190851.862000', '190851.865000', '190851.868000', '190851.870000', '190851.873000', '190851.875000', '190851.878000', '190851.881000', '190851.883000', '190851.886000', '190851.889000', '190851.891000', '190851.894000', '190851.897000', '190851.899000', '190851.902000', '190851.904000', '190851.907000', '190851.910000', '190851.912000', '190851.915000', '190851.917000', '190851.920000', '190851.923000', '190851.925000', '190851.928000', '190851.930000', '190851.933000', '190851.936000', '190851.939000', '190851.941000', '190851.944000', '190851.947000', '190851.950000', '190851.952000', '190851.955000', '190851.957000', '190851.960000', '190851.963000', '190911.852000', '190911.854000', '190911.857000', '190911.860000', '190911.863000', '190911.865000', '190911.868000', '190911.871000', '190911.873000', '190911.876000', '190911.878000', '190911.881000', '190911.884000', '190911.886000', '190911.889000', '190911.892000', '190911.894000', '190911.897000', '190911.899000', '190911.902000', '190911.905000', '190911.908000', '190911.910000', '190911.913000', '190911.915000', '190911.918000', '190911.921000', '190911.923000', '190911.926000', '190911.929000', '190911.931000', '190911.934000', '190911.937000', '190911.939000', '190911.942000', '190911.945000', '190911.948000', '190911.950000', '190911.953000', '190911.956000', '190911.958000', '190911.961000', '190911.963000', '190911.966000', '190931.850000', '190931.862000', '190931.864000', '190931.867000', '190931.870000', '190931.872000', '190931.875000', '190931.878000', '190931.880000', '190931.883000', '190931.885000', '190931.888000', '190931.891000', '190931.893000', '190931.896000', '190931.898000', '190931.901000', '190931.904000', '190931.906000', '190931.909000', '190931.912000', '190931.914000', '190931.917000', '190931.920000', '190931.922000', '190931.925000', '190931.928000', '190931.930000', '190931.933000', '190931.936000', '190931.938000', '190931.941000', '190931.943000', '190931.946000', '190931.949000', '190931.952000', '190931.954000', '190931.957000', '190931.959000', '190931.962000', '190931.965000', '190931.967000', '190931.970000', '190931.973000', '190951.851000', '190951.854000', '190951.856000', '190951.859000', '190951.861000', '190951.864000', '190951.867000', '190951.869000', '190951.872000', '190951.875000', '190951.877000', '190951.880000', '190951.883000', '190951.886000', '190951.888000', '190951.891000', '190951.893000', '190951.896000', '190951.899000', '190951.901000', '190951.904000', '190951.907000', '190951.909000', '190951.912000', '190951.915000', '190951.917000', '190951.920000', '190951.922000', '190951.925000', '190951.928000', '190951.930000', '190951.933000', '190951.945000', '190951.947000', '190951.950000', '190951.952000', '190951.955000', '190951.958000', '190951.960000', '190951.963000', '190951.966000', '190951.969000', '190951.972000', '191011.852000', '191011.855000', '191011.858000', '191011.860000', '191011.863000', '191011.866000', '191011.868000', '191011.871000', '191011.873000', '191011.876000', '191011.879000', '191011.881000', '191011.884000', '191011.886000', '191011.889000', '191011.892000', '191011.894000', '191011.897000', '191011.900000', '191011.902000', '191011.905000', '191011.908000', '191011.910000', '191011.913000', '191011.916000', '191011.918000', '191011.921000', '191011.924000', '191011.926000', '191011.929000', '191011.932000', '191011.934000', '191011.937000', '191011.940000', '191011.942000', '191011.945000', '191011.948000', '191011.950000', '191011.953000', '191011.955000', '191011.958000', '191011.961000', '191011.963000', '191011.966000', '191031.851000', '191031.854000', '191031.857000', '191031.860000', '191031.863000', '191031.865000', '191031.868000', '191031.871000', '191031.873000', '191031.876000', '191031.879000', '191031.881000', '191031.884000', '191031.887000', '191031.889000', '191031.892000', '191031.895000', '191031.897000', '191031.900000', '191031.903000', '191031.905000', '191031.908000', '191031.910000', '191031.913000', '191031.916000', '191031.918000', '191031.921000', '191031.923000', '191031.926000', '191031.929000', '191031.931000', '191031.941000', '191031.944000', '191031.946000', '191031.949000', '191031.951000', '191031.954000', '191031.957000', '191031.959000', '191031.962000', '191031.965000', '191031.967000', '191031.970000', '191051.851000', '191051.863000', '191051.866000', '191051.869000', '191051.871000', '191051.874000', '191051.876000', '191051.879000', '191051.882000', '191051.884000', '191051.887000', '191051.889000', '191051.892000', '191051.894000', '191051.897000', '191051.900000', '191051.903000', '191051.905000', '191051.908000', '191051.910000', '191051.913000', '191051.916000', '191051.918000', '191051.921000', '191051.924000', '191051.926000', '191051.929000', '191051.932000', '191051.934000', '191051.937000', '191051.940000', '191051.942000', '191051.945000', '191051.947000', '191051.950000', '191051.953000', '191051.955000', '191051.958000', '191051.960000', '191051.963000', '191051.966000', '191051.970000', '191051.973000', '191051.975000', '191111.852000', '191111.854000', '191111.857000', '191111.860000', '191111.862000', '191111.865000', '191111.868000', '191111.870000', '191111.873000', '191111.875000', '191111.878000', '191111.881000', '191111.883000', '191111.886000', '191111.888000', '191111.891000', '191111.894000', '191111.896000', '191111.899000', '191111.902000', '191111.904000', '191111.907000', '191111.909000', '191111.912000', '191111.915000', '191111.917000', '191111.920000', '191111.923000', '191111.925000', '191111.928000', '191111.931000', '191111.933000', '191111.936000', '191111.939000', '191111.941000', '191111.944000', '191111.947000', '191111.949000', '191111.952000', '191111.955000', '191111.957000', '191111.960000', '191111.962000', '191131.857000', '191131.860000', '191131.862000', '191131.865000', '191131.868000', '191131.870000', '191131.873000', '191131.876000', '191131.878000', '191131.881000', '191131.883000', '191131.886000', '191131.889000', '191131.891000', '191131.894000', '191131.897000', '191131.899000', '191131.902000', '191131.905000', '191131.907000', '191131.910000', '191131.913000', '191131.915000', '191131.918000', '191131.920000', '191131.923000', '191131.926000', '191131.928000', '191131.931000', '191131.934000', '191131.936000', '191131.939000', '191131.941000', '191131.944000', '191131.947000', '191131.949000', '191131.952000', '191131.954000', '191131.957000', '191131.960000', '191131.962000', '191131.965000', '191131.968000', '191131.970000', '191151.851000', '191151.853000', '191151.856000', '191151.859000', '191151.861000', '191151.864000', '191151.866000', '191151.869000', '191151.872000', '191151.874000', '191151.877000', '191151.879000', '191151.882000', '191151.885000', '191151.887000', '191151.890000', '191151.892000', '191151.895000', '191151.898000', '191151.900000', '191151.903000', '191151.905000', '191151.908000', '191151.910000', '191151.913000', '191151.916000', '191151.918000', '191151.921000', '191151.923000', '191151.926000', '191151.929000', '191151.931000', '191151.934000', '191151.936000', '191151.939000', '191151.941000', '191151.944000', '191151.947000', '191151.949000', '191151.952000', '191151.954000', '191151.957000', '191151.960000', '191211.851000', '191211.857000', '191211.860000', '191211.863000', '191211.865000', '191211.868000', '191211.870000', '191211.873000', '191211.876000', '191211.878000', '191211.881000', '191211.884000', '191211.886000', '191211.889000', '191211.891000', '191211.894000', '191211.897000', '191211.899000', '191211.902000', '191211.904000', '191211.907000', '191211.910000', '191211.912000', '191211.923000', '191211.925000', '191211.928000', '191211.931000', '191211.933000', '191211.936000', '191211.939000', '191211.941000', '191211.944000', '191211.947000', '191211.949000', '191211.952000', '191211.955000', '191211.957000', '191211.960000', '191211.963000', '191211.965000', '191211.968000', '191211.970000', '191211.973000', '191231.852000', '191231.854000', '191231.857000', '191231.860000', '191231.863000', '191231.865000', '191231.868000', '191231.871000', '191231.873000', '191231.876000', '191231.879000', '191231.881000', '191231.884000', '191231.887000', '191231.889000', '191231.892000', '191231.894000', '191231.897000', '191231.900000', '191231.902000', '191231.905000', '191231.908000', '191231.910000', '191231.913000', '191231.915000', '191231.918000', '191231.921000', '191231.923000', '191231.926000', '191231.928000', '191231.931000', '191231.934000', '191231.936000', '191231.939000', '191231.941000', '191231.944000', '191231.946000', '191231.949000', '191231.952000', '191231.955000', '191231.957000', '191231.960000', '191231.963000', '191231.965000', '191251.852000', '191251.865000', '191251.868000', '191251.870000', '191251.873000', '191251.876000', '191251.878000', '191251.881000', '191251.884000', '191251.886000', '191251.889000', '191251.906000', '191251.909000', '191251.912000', '191251.914000', '191251.917000', '191251.919000', '191251.922000', '191251.925000', '191251.927000', '191251.930000', '191251.933000', '191251.935000', '191251.938000', '191251.940000', '191251.943000', '191251.946000', '191251.949000', '191251.951000', '191251.954000', '191251.957000', '191251.959000', '191251.962000', '191251.964000', '191251.967000', '191251.970000', '191251.972000', '191251.975000', '191251.977000', '191251.980000', '191251.983000', '191251.985000', '191251.988000', '191311.852000', '191311.865000', '191311.867000', '191311.870000', '191311.872000', '191311.875000', '191311.878000', '191311.880000', '191311.883000', '191311.885000', '191311.888000', '191311.890000', '191311.893000', '191311.896000', '191311.898000', '191311.901000', '191311.903000', '191311.906000', '191311.909000', '191311.911000', '191311.914000', '191311.917000', '191311.919000', '191311.922000', '191311.925000', '191311.927000', '191311.930000', '191311.933000', '191311.935000', '191311.938000', '191311.941000', '191311.943000', '191311.946000', '191311.948000', '191311.951000', '191311.954000', '191311.956000', '191311.959000', '191311.961000', '191311.964000', '191311.967000', '191311.969000', '191311.972000', '191311.974000', '191331.852000', '191331.854000', '191331.857000', '191331.860000', '191331.862000', '191331.865000', '191331.867000', '191331.870000', '191331.872000', '191331.876000', '191331.878000', '191331.881000', '191331.884000', '191331.887000', '191331.889000', '191331.892000', '191331.895000', '191331.897000', '191331.900000', '191331.902000', '191331.905000', '191331.908000', '191331.910000', '191331.913000', '191331.915000', '191331.922000', '191331.924000', '191331.927000', '191331.929000', '191331.932000', '191331.935000', '191331.938000', '191331.940000', '191331.943000', '191331.946000', '191331.948000', '191331.951000', '191331.954000', '191331.956000', '191331.959000', '191331.961000', '191331.964000', '191331.967000', '191351.851000', '191351.853000', '191351.856000', '191351.859000', '191351.861000', '191351.864000', '191351.867000', '191351.869000', '191351.872000', '191351.875000', '191351.877000', '191351.880000', '191351.882000', '191351.885000', '191351.888000', '191351.890000', '191351.893000', '191351.896000', '191351.898000', '191351.901000', '191351.904000', '191351.906000', '191351.909000', '191351.912000', '191351.914000', '191351.917000', '191351.919000', '191351.922000', '191351.925000', '191351.927000', '191351.930000', '191351.933000', '191351.935000', '191351.938000', '191351.940000', '191351.943000', '191351.946000', '191351.948000', '191351.951000', '191351.954000', '191351.957000', '191351.959000', '191351.962000', '191351.964000', '191358.062000', '191358.065000', '191358.068000', '191358.071000', '191358.073000', '191358.076000', '191358.079000', '191358.081000', '191358.084000', '191358.087000', '191358.089000', '191358.092000', '191358.095000', '191358.097000'], 'InstanceCreationTime': ['190511.908000', '190511.911000', '190511.915000', '190511.918000', '190511.921000', '190511.923000', '190511.926000', '190511.929000', '190511.932000', '190511.934000', '190511.937000', '190531.852000', '190531.854000', '190531.857000', '190531.860000', '190531.862000', '190531.865000', '190531.867000', '190531.870000', '190531.872000', '190531.875000', '190531.878000', '190531.880000', '190531.883000', '190531.885000', '190531.888000', '190531.890000', '190531.893000', '190531.896000', '190531.898000', '190531.901000', '190531.903000', '190531.906000', '190531.908000', '190531.911000', '190531.914000', '190531.920000', '190531.923000', '190531.925000', '190531.928000', '190531.930000', '190531.933000', '190531.936000', '190531.938000', '190531.941000', '190531.943000', '190531.946000', '190531.948000', '190531.951000', '190531.954000', '190531.956000', '190531.959000', '190531.961000', '190531.964000', '190531.966000', '190551.851000', '190551.854000', '190551.857000', '190551.860000', '190551.866000', '190551.869000', '190551.872000', '190551.875000', '190551.877000', '190551.880000', '190551.883000', '190551.885000', '190551.888000', '190551.891000', '190551.893000', '190551.896000', '190551.898000', '190551.901000', '190551.903000', '190551.906000', '190551.909000', '190551.911000', '190551.914000', '190551.916000', '190551.919000', '190551.921000', '190551.924000', '190551.926000', '190551.929000', '190551.932000', '190551.934000', '190551.937000', '190551.939000', '190551.942000', '190551.944000', '190551.947000', '190551.950000', '190551.952000', '190551.955000', '190551.957000', '190551.960000', '190551.963000', '190551.965000', '190611.851000', '190611.854000', '190611.857000', '190611.859000', '190611.862000', '190611.865000', '190611.867000', '190611.876000', '190611.878000', '190611.881000', '190611.883000', '190611.886000', '190611.889000', '190611.891000', '190611.894000', '190611.896000', '190611.899000', '190611.902000', '190611.904000', '190611.907000', '190611.909000', '190611.912000', '190611.914000', '190611.917000', '190611.919000', '190611.922000', '190611.925000', '190611.927000', '190611.930000', '190611.932000', '190611.935000', '190611.938000', '190611.940000', '190611.943000', '190611.945000', '190611.948000', '190611.950000', '190611.953000', '190611.956000', '190611.958000', '190611.961000', '190611.963000', '190611.966000', '190611.968000', '190631.851000', '190631.854000', '190631.857000', '190631.859000', '190631.862000', '190631.865000', '190631.868000', '190631.871000', '190631.874000', '190631.876000', '190631.879000', '190631.882000', '190631.884000', '190631.887000', '190631.896000', '190631.899000', '190631.901000', '190631.904000', '190631.906000', '190631.909000', '190631.912000', '190631.914000', '190631.917000', '190631.919000', '190631.922000', '190631.924000', '190631.927000', '190631.930000', '190631.932000', '190631.936000', '190631.940000', '190631.942000', '190631.945000', '190631.948000', '190631.950000', '190631.953000', '190631.956000', '190631.958000', '190631.961000', '190631.963000', '190631.966000', '190631.969000', '190631.971000', '190651.851000', '190651.854000', '190651.857000', '190651.860000', '190651.862000', '190651.865000', '190651.867000', '190651.870000', '190651.872000', '190651.875000', '190651.878000', '190651.880000', '190651.883000', '190651.886000', '190651.888000', '190651.891000', '190651.899000', '190651.902000', '190651.904000', '190651.907000', '190651.910000', '190651.912000', '190651.915000', '190651.918000', '190651.920000', '190651.923000', '190651.938000', '190651.941000', '190651.943000', '190651.946000', '190651.948000', '190651.951000', '190651.953000', '190651.956000', '190651.959000', '190651.961000', '190651.964000', '190651.966000', '190651.969000', '190651.972000', '190651.974000', '190651.977000', '190651.980000', '190651.982000', '190711.850000', '190711.887000', '190711.890000', '190711.892000', '190711.895000', '190711.897000', '190711.900000', '190711.903000', '190711.905000', '190711.908000', '190711.910000', '190711.913000', '190711.916000', '190711.919000', '190711.921000', '190711.924000', '190711.926000', '190711.945000', '190711.947000', '190711.950000', '190711.953000', '190711.955000', '190711.958000', '190711.960000', '190711.963000', '190711.965000', '190711.968000', '190711.971000', '190711.973000', '190711.976000', '190711.979000', '190711.981000', '190711.984000', '190711.987000', '190711.989000', '190711.992000', '190711.995000', '190711.997000', '190712.001000', '190712.004000', '190712.006000', '190712.009000', '190712.011000', '190731.850000', '190731.853000', '190731.856000', '190731.859000', '190731.861000', '190731.864000', '190731.866000', '190731.869000', '190731.872000', '190731.874000', '190731.877000', '190731.879000', '190731.882000', '190731.885000', '190731.887000', '190731.890000', '190731.892000', '190731.895000', '190731.898000', '190731.900000', '190731.903000', '190731.906000', '190731.908000', '190731.911000', '190731.913000', '190731.916000', '190731.918000', '190731.921000', '190731.924000', '190731.926000', '190731.929000', '190731.931000', '190731.934000', '190731.937000', '190731.939000', '190731.942000', '190731.944000', '190731.947000', '190731.949000', '190731.952000', '190731.955000', '190731.957000', '190731.967000', '190731.969000', '190751.851000', '190751.854000', '190751.857000', '190751.859000', '190751.862000', '190751.865000', '190751.867000', '190751.870000', '190751.873000', '190751.875000', '190751.878000', '190751.881000', '190751.883000', '190751.886000', '190751.889000', '190751.891000', '190751.894000', '190751.896000', '190751.899000', '190751.902000', '190751.904000', '190751.907000', '190751.910000', '190751.912000', '190751.915000', '190751.918000', '190751.920000', '190751.923000', '190751.926000', '190751.928000', '190751.931000', '190751.934000', '190751.936000', '190751.939000', '190751.942000', '190751.944000', '190751.947000', '190751.949000', '190751.952000', '190751.955000', '190751.957000', '190751.960000', '190751.963000', '190811.851000', '190811.854000', '190811.857000', '190811.860000', '190811.862000', '190811.865000', '190811.868000', '190811.870000', '190811.873000', '190811.876000', '190811.878000', '190811.881000', '190811.883000', '190811.886000', '190811.889000', '190811.891000', '190811.894000', '190811.897000', '190811.899000', '190811.902000', '190811.904000', '190811.907000', '190811.910000', '190811.912000', '190811.915000', '190811.917000', '190811.920000', '190811.923000', '190811.925000', '190811.928000', '190811.930000', '190811.933000', '190811.936000', '190811.938000', '190811.941000', '190811.943000', '190811.946000', '190811.949000', '190811.951000', '190811.954000', '190811.957000', '190811.959000', '190811.962000', '190811.965000', '190831.852000', '190831.854000', '190831.857000', '190831.860000', '190831.862000', '190831.865000', '190831.868000', '190831.884000', '190831.887000', '190831.889000', '190831.892000', '190831.895000', '190831.897000', '190831.900000', '190831.903000', '190831.906000', '190831.908000', '190831.911000', '190831.913000', '190831.916000', '190831.919000', '190831.926000', '190831.929000', '190831.931000', '190831.934000', '190831.937000', '190831.939000', '190831.942000', '190831.945000', '190831.947000', '190831.950000', '190831.952000', '190831.955000', '190831.958000', '190831.960000', '190831.963000', '190831.966000', '190831.968000', '190831.971000', '190831.974000', '190831.976000', '190831.979000', '190831.982000', '190851.851000', '190851.854000', '190851.857000', '190851.860000', '190851.862000', '190851.865000', '190851.868000', '190851.870000', '190851.873000', '190851.875000', '190851.878000', '190851.881000', '190851.883000', '190851.886000', '190851.889000', '190851.891000', '190851.894000', '190851.897000', '190851.899000', '190851.902000', '190851.904000', '190851.907000', '190851.910000', '190851.912000', '190851.915000', '190851.917000', '190851.920000', '190851.923000', '190851.925000', '190851.928000', '190851.930000', '190851.933000', '190851.936000', '190851.939000', '190851.941000', '190851.944000', '190851.947000', '190851.950000', '190851.952000', '190851.955000', '190851.957000', '190851.960000', '190851.963000', '190911.852000', '190911.854000', '190911.857000', '190911.860000', '190911.863000', '190911.865000', '190911.868000', '190911.871000', '190911.873000', '190911.876000', '190911.878000', '190911.881000', '190911.884000', '190911.886000', '190911.889000', '190911.892000', '190911.894000', '190911.897000', '190911.899000', '190911.902000', '190911.905000', '190911.908000', '190911.910000', '190911.913000', '190911.915000', '190911.918000', '190911.921000', '190911.923000', '190911.926000', '190911.929000', '190911.931000', '190911.934000', '190911.937000', '190911.939000', '190911.942000', '190911.945000', '190911.948000', '190911.950000', '190911.953000', '190911.956000', '190911.958000', '190911.961000', '190911.963000', '190911.966000', '190931.850000', '190931.862000', '190931.864000', '190931.867000', '190931.870000', '190931.872000', '190931.875000', '190931.878000', '190931.880000', '190931.883000', '190931.885000', '190931.888000', '190931.891000', '190931.893000', '190931.896000', '190931.898000', '190931.901000', '190931.904000', '190931.906000', '190931.909000', '190931.912000', '190931.914000', '190931.917000', '190931.920000', '190931.922000', '190931.925000', '190931.928000', '190931.930000', '190931.933000', '190931.936000', '190931.938000', '190931.941000', '190931.943000', '190931.946000', '190931.949000', '190931.952000', '190931.954000', '190931.957000', '190931.959000', '190931.962000', '190931.965000', '190931.967000', '190931.970000', '190931.973000', '190951.851000', '190951.854000', '190951.856000', '190951.859000', '190951.861000', '190951.864000', '190951.867000', '190951.869000', '190951.872000', '190951.875000', '190951.877000', '190951.880000', '190951.883000', '190951.886000', '190951.888000', '190951.891000', '190951.893000', '190951.896000', '190951.899000', '190951.901000', '190951.904000', '190951.907000', '190951.909000', '190951.912000', '190951.915000', '190951.917000', '190951.920000', '190951.922000', '190951.925000', '190951.928000', '190951.930000', '190951.933000', '190951.945000', '190951.947000', '190951.950000', '190951.952000', '190951.955000', '190951.958000', '190951.960000', '190951.963000', '190951.966000', '190951.969000', '190951.972000', '191011.852000', '191011.855000', '191011.858000', '191011.860000', '191011.863000', '191011.866000', '191011.868000', '191011.871000', '191011.873000', '191011.876000', '191011.879000', '191011.881000', '191011.884000', '191011.886000', '191011.889000', '191011.892000', '191011.894000', '191011.897000', '191011.900000', '191011.902000', '191011.905000', '191011.908000', '191011.910000', '191011.913000', '191011.916000', '191011.918000', '191011.921000', '191011.924000', '191011.926000', '191011.929000', '191011.932000', '191011.934000', '191011.937000', '191011.940000', '191011.942000', '191011.945000', '191011.948000', '191011.950000', '191011.953000', '191011.955000', '191011.958000', '191011.961000', '191011.963000', '191011.966000', '191031.851000', '191031.854000', '191031.857000', '191031.860000', '191031.863000', '191031.865000', '191031.868000', '191031.871000', '191031.873000', '191031.876000', '191031.879000', '191031.881000', '191031.884000', '191031.887000', '191031.889000', '191031.892000', '191031.895000', '191031.897000', '191031.900000', '191031.903000', '191031.905000', '191031.908000', '191031.910000', '191031.913000', '191031.916000', '191031.918000', '191031.921000', '191031.923000', '191031.926000', '191031.929000', '191031.931000', '191031.941000', '191031.944000', '191031.946000', '191031.949000', '191031.951000', '191031.954000', '191031.957000', '191031.959000', '191031.962000', '191031.965000', '191031.967000', '191031.970000', '191051.851000', '191051.863000', '191051.866000', '191051.869000', '191051.871000', '191051.874000', '191051.876000', '191051.879000', '191051.882000', '191051.884000', '191051.887000', '191051.889000', '191051.892000', '191051.894000', '191051.897000', '191051.900000', '191051.903000', '191051.905000', '191051.908000', '191051.910000', '191051.913000', '191051.916000', '191051.918000', '191051.921000', '191051.924000', '191051.926000', '191051.929000', '191051.932000', '191051.934000', '191051.937000', '191051.940000', '191051.942000', '191051.945000', '191051.947000', '191051.950000', '191051.953000', '191051.955000', '191051.958000', '191051.960000', '191051.963000', '191051.966000', '191051.970000', '191051.973000', '191051.975000', '191111.852000', '191111.854000', '191111.857000', '191111.860000', '191111.862000', '191111.865000', '191111.868000', '191111.870000', '191111.873000', '191111.875000', '191111.878000', '191111.881000', '191111.883000', '191111.886000', '191111.888000', '191111.891000', '191111.894000', '191111.896000', '191111.899000', '191111.902000', '191111.904000', '191111.907000', '191111.909000', '191111.912000', '191111.915000', '191111.917000', '191111.920000', '191111.923000', '191111.925000', '191111.928000', '191111.931000', '191111.933000', '191111.936000', '191111.939000', '191111.941000', '191111.944000', '191111.947000', '191111.949000', '191111.952000', '191111.955000', '191111.957000', '191111.960000', '191111.962000', '191131.857000', '191131.860000', '191131.862000', '191131.865000', '191131.868000', '191131.870000', '191131.873000', '191131.876000', '191131.878000', '191131.881000', '191131.883000', '191131.886000', '191131.889000', '191131.891000', '191131.894000', '191131.897000', '191131.899000', '191131.902000', '191131.905000', '191131.907000', '191131.910000', '191131.913000', '191131.915000', '191131.918000', '191131.920000', '191131.923000', '191131.926000', '191131.928000', '191131.931000', '191131.934000', '191131.936000', '191131.939000', '191131.941000', '191131.944000', '191131.947000', '191131.949000', '191131.952000', '191131.954000', '191131.957000', '191131.960000', '191131.962000', '191131.965000', '191131.968000', '191131.970000', '191151.851000', '191151.853000', '191151.856000', '191151.859000', '191151.861000', '191151.864000', '191151.866000', '191151.869000', '191151.872000', '191151.874000', '191151.877000', '191151.879000', '191151.882000', '191151.885000', '191151.887000', '191151.890000', '191151.892000', '191151.895000', '191151.898000', '191151.900000', '191151.903000', '191151.905000', '191151.908000', '191151.910000', '191151.913000', '191151.916000', '191151.918000', '191151.921000', '191151.923000', '191151.926000', '191151.929000', '191151.931000', '191151.934000', '191151.936000', '191151.939000', '191151.941000', '191151.944000', '191151.947000', '191151.949000', '191151.952000', '191151.954000', '191151.957000', '191151.960000', '191211.851000', '191211.857000', '191211.860000', '191211.863000', '191211.865000', '191211.868000', '191211.870000', '191211.873000', '191211.876000', '191211.878000', '191211.881000', '191211.884000', '191211.886000', '191211.889000', '191211.891000', '191211.894000', '191211.897000', '191211.899000', '191211.902000', '191211.904000', '191211.907000', '191211.910000', '191211.912000', '191211.923000', '191211.925000', '191211.928000', '191211.931000', '191211.933000', '191211.936000', '191211.939000', '191211.941000', '191211.944000', '191211.947000', '191211.949000', '191211.952000', '191211.955000', '191211.957000', '191211.960000', '191211.963000', '191211.965000', '191211.968000', '191211.970000', '191211.973000', '191231.852000', '191231.854000', '191231.857000', '191231.860000', '191231.863000', '191231.865000', '191231.868000', '191231.871000', '191231.873000', '191231.876000', '191231.879000', '191231.881000', '191231.884000', '191231.887000', '191231.889000', '191231.892000', '191231.894000', '191231.897000', '191231.900000', '191231.902000', '191231.905000', '191231.908000', '191231.910000', '191231.913000', '191231.915000', '191231.918000', '191231.921000', '191231.923000', '191231.926000', '191231.928000', '191231.931000', '191231.934000', '191231.936000', '191231.939000', '191231.941000', '191231.944000', '191231.946000', '191231.949000', '191231.952000', '191231.955000', '191231.957000', '191231.960000', '191231.963000', '191231.965000', '191251.852000', '191251.865000', '191251.868000', '191251.870000', '191251.873000', '191251.876000', '191251.878000', '191251.881000', '191251.884000', '191251.886000', '191251.889000', '191251.906000', '191251.909000', '191251.912000', '191251.914000', '191251.917000', '191251.919000', '191251.922000', '191251.925000', '191251.927000', '191251.930000', '191251.933000', '191251.935000', '191251.938000', '191251.940000', '191251.943000', '191251.946000', '191251.949000', '191251.951000', '191251.954000', '191251.957000', '191251.959000', '191251.962000', '191251.964000', '191251.967000', '191251.970000', '191251.972000', '191251.975000', '191251.977000', '191251.980000', '191251.983000', '191251.985000', '191251.988000', '191311.852000', '191311.865000', '191311.867000', '191311.870000', '191311.872000', '191311.875000', '191311.878000', '191311.880000', '191311.883000', '191311.885000', '191311.888000', '191311.890000', '191311.893000', '191311.896000', '191311.898000', '191311.901000', '191311.903000', '191311.906000', '191311.909000', '191311.911000', '191311.914000', '191311.917000', '191311.919000', '191311.922000', '191311.925000', '191311.927000', '191311.930000', '191311.933000', '191311.935000', '191311.938000', '191311.941000', '191311.943000', '191311.946000', '191311.948000', '191311.951000', '191311.954000', '191311.956000', '191311.959000', '191311.961000', '191311.964000', '191311.967000', '191311.969000', '191311.972000', '191311.974000', '191331.852000', '191331.854000', '191331.857000', '191331.860000', '191331.862000', '191331.865000', '191331.867000', '191331.870000', '191331.872000', '191331.876000', '191331.878000', '191331.881000', '191331.884000', '191331.887000', '191331.889000', '191331.892000', '191331.895000', '191331.897000', '191331.900000', '191331.902000', '191331.905000', '191331.908000', '191331.910000', '191331.913000', '191331.915000', '191331.922000', '191331.924000', '191331.927000', '191331.929000', '191331.932000', '191331.935000', '191331.938000', '191331.940000', '191331.943000', '191331.946000', '191331.948000', '191331.951000', '191331.954000', '191331.956000', '191331.959000', '191331.961000', '191331.964000', '191331.967000', '191351.851000', '191351.853000', '191351.856000', '191351.859000', '191351.861000', '191351.864000', '191351.867000', '191351.869000', '191351.872000', '191351.875000', '191351.877000', '191351.880000', '191351.882000', '191351.885000', '191351.888000', '191351.890000', '191351.893000', '191351.896000', '191351.898000', '191351.901000', '191351.904000', '191351.906000', '191351.909000', '191351.912000', '191351.914000', '191351.917000', '191351.919000', '191351.922000', '191351.925000', '191351.927000', '191351.930000', '191351.933000', '191351.935000', '191351.938000', '191351.940000', '191351.943000', '191351.946000', '191351.948000', '191351.951000', '191351.954000', '191351.957000', '191351.959000', '191351.962000', '191351.964000', '191358.062000', '191358.065000', '191358.068000', '191358.071000', '191358.073000', '191358.076000', '191358.079000', '191358.081000', '191358.084000', '191358.087000', '191358.089000', '191358.092000', '191358.095000', '191358.097000'], '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': [8285, 9174, 9667, 7882, 8582, 7974, 8822, 9704, 8636, 10590, 8853, 7945, 8674, 8980, 8567, 11924, 8519, 10328, 8904, 9607, 8793, 9334, 8267, 10922, 8926, 8935, 8319, 8426, 8906, 8393, 8657, 9088, 8356, 8483, 8178, 8549, 8455, 8825, 8587, 8753, 7974, 8648, 9872, 8825, 10808, 8806, 10189, 8477, 9042, 8666, 8569, 8740, 8133, 8469, 8288, 8639, 8707, 11936, 8513, 7904, 8378, 8538, 12529, 8489, 14202, 9873, 13750, 8227, 10705, 8585, 11406, 8219, 11475, 7915, 8065, 8512, 8218, 8027, 7930, 8045, 8127, 7970, 8089, 8315, 8108, 8124, 10034, 8398, 8006, 8169, 8106, 8140, 10500, 8133, 7999, 7926, 7955, 8101, 7991, 7823, 7928, 7838, 8071, 9931, 8150, 9762, 7973, 8101, 7988, 8891, 8170, 9650, 7988, 8021, 8024, 8129, 7988, 10251, 8159, 10396, 7993, 9089, 8059, 10165, 8426, 10958, 8206, 9251, 7875, 9335, 8305, 11670, 8288, 12544, 8130, 9521, 8441, 8870, 8228, 11377, 8534, 9723, 8274, 9455, 8380, 9743, 8218, 8188, 8086, 9199, 8418, 9028, 8577, 11043, 8502, 10803, 8422, 9322, 8327, 9502, 8482, 12313, 8429, 9205, 8358, 8065, 8457, 9060, 8232, 8998, 8537, 8122, 8422, 9543, 8506, 10537, 8622, 8912, 8638, 9618, 8755, 12615, 8914, 11012, 8588, 8222, 8372, 8477, 13372, 8704, 12995, 8544, 10549, 8553, 8198, 8620, 8712, 8561, 8377, 8065, 8535, 7903, 8666, 8905, 8844, 8164, 8566, 8140, 8776, 9321, 8829, 10804, 8683, 10143, 8919, 10642, 8859, 12555, 9231, 10332, 8694, 10676, 8946, 11636, 9066, 12319, 8861, 10379, 8759, 9099, 8957, 11635, 9013, 10087, 8827, 9076, 8777, 9637, 8970, 11041, 8970, 9927, 8643, 9225, 8841, 11053, 9067, 12684, 8803, 11517, 8475, 10433, 8687, 10519, 8606, 11692, 8721, 10526, 8574, 8650, 8624, 10218, 9005, 12424, 8344, 8645, 8365, 9101, 9031, 9281, 13232, 8311, 10939, 8426, 10095, 8565, 10338, 8527, 8343, 8685, 8578, 8688, 10533, 8722, 8789, 8568, 8285, 8598, 9988, 8357, 8241, 8450, 8261, 8566, 8429, 8610, 9067, 8394, 8531, 8463, 8221, 8531, 11560, 8591, 10941, 8449, 8520, 8635, 8487, 9855, 11921, 13327, 9718, 8393, 8149, 8108, 8120, 9118, 8546, 11728, 8770, 8517, 8253, 8306, 8096, 9185, 8355, 11830, 8841, 8279, 8144, 10382, 8236, 12744, 8991, 13208, 8508, 11045, 8071, 10635, 8566, 11319, 8613, 11004, 8197, 9777, 8310, 11113, 8732, 12590, 8190, 9145, 8285, 8482, 8445, 8730, 8969, 8527, 8157, 8398, 8290, 8724, 8564, 7913, 8935, 11890, 8552, 12526, 7826, 12344, 8398, 11159, 8256, 12780, 8887, 10784, 7678, 9421, 7870, 10503, 8289, 10512, 8078, 8487, 8045, 9934, 8434, 11248, 8227, 10283, 8228, 9628, 8252, 10435, 8521, 10833, 8167, 9459, 8344, 10565, 8563, 10672, 8339, 8159, 8030, 8231, 8340, 8428, 8654, 8264, 8241, 8233, 7974, 8217, 8023, 8310, 9831, 8314, 8040, 8125, 8052, 8193, 8471, 8325, 8854, 7766, 7931, 8157, 8102, 8317, 8442, 8176, 10523, 8190, 8543, 8316, 10164, 8169, 13288, 8574, 13791, 8096, 11771, 8261, 12805, 10112, 15088, 7961, 10170, 8081, 8274, 8151, 8544, 7825, 9201, 8398, 11105, 8684, 8073, 8232, 7974, 8032, 8279, 8249, 8758, 11253, 7962, 8187, 7992, 8249, 8421, 8394, 8515, 9859, 8058, 8025, 8284, 8229, 8681, 10560, 8896, 8057, 7964, 8158, 8156, 9324, 8837, 12085, 9251, 12388, 8161, 10943, 8036, 10462, 8240, 11273, 8242, 10195, 8168, 8354, 8314, 8705, 8729, 10597, 8577, 8507, 8059, 8173, 8494, 8472, 10965, 8489, 8279, 8587, 8391, 8865, 9115, 8706, 8442, 8358, 8508, 8408, 10341, 8654, 10552, 7778, 8754, 8187, 9797, 8363, 10442, 8658, 11110, 8229, 8805, 8254, 8595, 8329, 10249, 8756, 11112, 8357, 8797, 8054, 9686, 8708, 11121, 8263, 10151, 8439, 9960, 8286, 9212, 8256, 8835, 8373, 8412, 7882, 7895, 7918, 8416, 8153, 9796, 7839, 10101, 7487, 9168, 7962, 10927, 8163, 11664, 8151, 8359, 8047, 8675, 10227, 8609, 11817, 8477, 10270, 8350, 9409, 8566, 10671, 8018, 8765, 8394, 8333, 8013, 9049, 7881, 8612, 7843, 8667, 8299, 8672, 10769, 8912, 11549, 8472, 9599, 7837, 8014, 8289, 8369, 8055, 8869, 7526, 8433, 7898, 8209, 7527, 8489, 9706, 8394, 9111, 8047, 8851, 8221, 8793, 8007, 9137, 8065, 8080, 7640, 8332, 7931, 8588, 7981, 10396, 7823, 9063, 8285, 8503, 7992, 11696, 11162, 10273, 11585, 8176, 13060, 8318, 12275, 8632, 13814, 7929, 9005, 8237, 8504, 8574, 8316, 8550, 9122, 8205, 7983, 8840, 8070, 8852, 8198, 10898, 8699, 9092, 8888, 11740, 9078, 13481, 10089, 12444, 8723, 8998, 8085, 9053, 8531, 8919, 8517, 8602, 8020, 8934, 7799, 8698, 7757, 8584, 7815, 9015, 8457, 8842, 9396, 8884, 9108, 8379, 10011, 8691, 10375, 8598, 10845, 8666, 9228, 8092, 9609, 8569, 10968, 8778, 8857, 8745, 8292, 8019, 8748, 7735, 8944, 7809, 8846, 7714, 8324, 7836, 8840, 7813, 9202, 7935, 8264, 9204, 8268, 10902, 8689, 11433, 8562, 9947, 7959, 8214, 8223, 8812, 8032, 9307, 7924, 8376, 8524, 8552, 7624, 9035, 7561, 8650, 7318, 8270, 7695, 8743, 11237, 8498, 11136, 8366, 10013, 8616, 10620, 8466, 8973, 8701, 7476, 8606, 7675, 8692, 7871, 8604, 7592, 8485, 8399, 8477, 8203, 10596, 8288, 9306, 8476, 10056, 7834, 12084, 7868, 10885, 7922, 8680, 8062, 9491, 7805, 10354, 7957, 8503, 8010, 9071, 8809, 10225, 8806, 8590, 7830, 9006, 7864, 8864, 7751, 8779, 7879, 8531, 7568, 8724, 7935, 10173, 8252, 8582, 8259, 8564, 8000, 8746, 8484, 8447, 8805, 8441, 11257, 8908, 8339, 8397, 8216, 11066, 8161, 15685, 11978, 14349, 8366, 10367, 8464, 9806, 8890, 10778, 8356, 9437, 8704, 10189, 8765, 11751, 8553, 10808, 8098, 8439, 8882, 8747, 8902, 8772, 8646, 8743, 8799, 8646, 8606, 8575, 8803, 8584, 8213, 8427, 8397, 9440, 8582, 11577, 8054, 10314, 7777, 8923, 10398, 8735, 13189, 10124, 8006, 8614, 7670, 8773, 9429, 9202, 8069, 8622, 8268, 8754, 8067, 8991, 8970, 8724, 8045, 8558, 8037, 8812, 10363, 9003, 11241, 8800, 9735, 8953, 9002, 8118, 9167, 8091, 8648, 8576, 8900, 8098, 9176, 7846, 9111, 7355, 8617, 7152, 9009, 7686, 8848, 8402, 8898, 8684, 8832, 9348, 8827, 10415, 8812, 11968, 8668, 11565, 8637, 8831, 8082, 9261, 8661, 9162, 7829, 8875, 8481, 8839, 9333, 8821, 10197, 8815, 8527, 8177, 8497, 8514, 9438, 8386, 8750, 8630, 8773, 8982, 9281, 8162, 8844, 8064, 9017, 7651, 9048, 8011, 8788, 8125, 8694, 7585, 9068, 10028, 9041, 8910, 8987, 7889, 8760, 8647, 8780, 9215, 8693, 8600, 11476, 9669, 9355, 12402, 9085, 9489, 8732, 11435, 8734, 16033, 12323, 16192, 11481, 13999, 8766, 11314, 8870, 10624, 8794, 15063, 9710, 12360, 10875, 8877, 10227, 9011, 8775, 9303, 8920, 8587, 9011, 8930, 8618, 8795, 9227, 10220, 9266, 9863, 8841, 8665, 8694, 9237, 9288, 9020, 8013, 8846, 7955, 8918, 8290, 9140, 8264, 8766, 8861, 8665, 9364, 8618, 10073, 8781, 10189, 8240, 8264, 8378, 8379, 7957, 8402, 8003, 8578, 8737, 9666, 8606, 9196, 8471, 13965, 8797, 13758, 10666, 14169, 8842, 10497, 8838, 8684, 8362, 9108, 8291, 8657, 8286, 8607, 8407, 9004, 9982, 8864, 9290, 8541, 9995, 9003, 10906, 9018, 9565, 8419, 8718, 9154, 9272, 8094, 8697, 8432, 8995, 10519, 9092, 10293, 9031, 9343, 8608, 8885, 8202, 8680, 8190, 9702, 8374, 8501, 8719, 8511, 8863, 11068, 8143, 8523, 8415, 8682, 8557, 8756, 8588, 8340, 8219, 8334, 7798, 8772, 8238, 8998, 9062, 8772, 11057, 8628, 10001, 8379, 10401, 8395, 9806, 8191, 8475, 8313, 8682, 10167, 8901, 13944, 8626, 11539, 8587, 9115, 8229, 9081, 8836, 8604, 8064, 8607, 8178, 9080, 10085, 8765, 10436, 8865, 9189, 8111, 9256, 8764, 9098, 8623, 8645, 7885, 8892, 8040, 8977, 7884, 8729, 8044, 8750, 8046, 8958, 8127, 8436, 7530, 8481, 8758, 8800, 11163, 8889], 'WindowCenter': [3919.0, 3913.0, 3910.0, 3875.0, 3882.0, 3871.0, 3881.0, 3891.0, 3870.0, 3890.0, 3879.0, 3858.0, 3867.0, 3868.0, 3868.0, 3899.0, 3868.0, 3888.0, 3868.0, 3878.0, 3868.0, 3878.0, 3868.0, 3887.0, 3868.0, 3867.0, 3868.0, 3867.0, 3879.0, 3868.0, 3868.0, 3880.0, 3869.0, 3869.0, 3869.0, 3869.0, 3869.0, 3880.0, 3870.0, 3881.0, 3869.0, 3879.0, 3890.0, 3881.0, 3903.0, 3881.0, 3890.0, 3870.0, 3880.0, 3881.0, 3880.0, 3880.0, 3869.0, 3869.0, 3871.0, 3882.0, 3883.0, 3913.0, 3883.0, 3871.0, 3870.0, 3881.0, 3913.0, 3882.0, 3925.0, 3892.0, 3922.0, 3869.0, 3888.0, 3868.0, 3899.0, 3857.0, 3899.0, 3857.0, 3856.0, 3866.0, 3856.0, 3857.0, 3856.0, 3857.0, 3857.0, 3857.0, 3856.0, 3868.0, 3858.0, 3858.0, 3890.0, 3868.0, 3857.0, 3857.0, 3857.0, 3857.0, 3889.0, 3857.0, 3856.0, 3856.0, 3856.0, 3856.0, 3857.0, 3846.0, 3857.0, 3856.0, 3857.0, 3878.0, 3857.0, 3888.0, 3858.0, 3856.0, 3857.0, 3868.0, 3868.0, 3878.0, 3870.0, 3857.0, 3858.0, 3858.0, 3869.0, 3889.0, 3870.0, 3890.0, 3858.0, 3878.0, 3858.0, 3889.0, 3868.0, 3889.0, 3869.0, 3879.0, 3859.0, 3878.0, 3869.0, 3898.0, 3869.0, 3909.0, 3858.0, 3877.0, 3857.0, 3867.0, 3868.0, 3898.0, 3870.0, 3878.0, 3868.0, 3878.0, 3868.0, 3878.0, 3869.0, 3857.0, 3858.0, 3878.0, 3867.0, 3867.0, 3868.0, 3898.0, 3869.0, 3888.0, 3868.0, 3866.0, 3868.0, 3877.0, 3868.0, 3912.0, 3868.0, 3877.0, 3857.0, 3857.0, 3869.0, 3867.0, 3868.0, 3867.0, 3868.0, 3869.0, 3870.0, 3879.0, 3869.0, 3901.0, 3880.0, 3879.0, 3880.0, 3891.0, 3880.0, 3912.0, 3880.0, 3901.0, 3869.0, 3869.0, 3869.0, 3868.0, 3909.0, 3867.0, 3898.0, 3856.0, 3876.0, 3866.0, 3856.0, 3866.0, 3855.0, 3866.0, 3856.0, 3855.0, 3867.0, 3856.0, 3868.0, 3867.0, 3879.0, 3868.0, 3868.0, 3858.0, 3880.0, 3893.0, 3893.0, 3900.0, 3869.0, 3888.0, 3868.0, 3889.0, 3879.0, 3909.0, 3880.0, 3889.0, 3868.0, 3888.0, 3879.0, 3899.0, 3879.0, 3899.0, 3883.0, 3889.0, 3869.0, 3878.0, 3879.0, 3900.0, 3880.0, 3889.0, 3880.0, 3892.0, 3881.0, 3889.0, 3880.0, 3900.0, 3880.0, 3891.0, 3882.0, 3891.0, 3883.0, 3911.0, 3881.0, 3923.0, 3882.0, 3912.0, 3873.0, 3903.0, 3882.0, 3888.0, 3869.0, 3900.0, 3871.0, 3890.0, 3869.0, 3868.0, 3879.0, 3889.0, 3880.0, 3912.0, 3870.0, 3869.0, 3869.0, 3867.0, 3868.0, 3878.0, 3908.0, 3856.0, 3887.0, 3857.0, 3887.0, 3868.0, 3887.0, 3867.0, 3867.0, 3868.0, 3867.0, 3867.0, 3888.0, 3867.0, 3867.0, 3870.0, 3869.0, 3869.0, 3879.0, 3869.0, 3869.0, 3869.0, 3869.0, 3881.0, 3870.0, 3881.0, 3881.0, 3871.0, 3881.0, 3870.0, 3871.0, 3881.0, 3902.0, 3871.0, 3903.0, 3871.0, 3869.0, 3869.0, 3869.0, 3890.0, 3901.0, 3910.0, 3879.0, 3858.0, 3858.0, 3857.0, 3857.0, 3878.0, 3868.0, 3898.0, 3869.0, 3868.0, 3869.0, 3869.0, 3858.0, 3879.0, 3869.0, 3899.0, 3879.0, 3868.0, 3859.0, 3890.0, 3870.0, 3911.0, 3869.0, 3910.0, 3869.0, 3889.0, 3858.0, 3888.0, 3868.0, 3898.0, 3869.0, 3899.0, 3869.0, 3889.0, 3871.0, 3899.0, 3869.0, 3910.0, 3869.0, 3879.0, 3868.0, 3869.0, 3870.0, 3870.0, 3881.0, 3870.0, 3869.0, 3881.0, 3869.0, 3880.0, 3879.0, 3870.0, 3881.0, 3914.0, 3882.0, 3925.0, 3872.0, 3912.0, 3870.0, 3901.0, 3870.0, 3912.0, 3882.0, 3890.0, 3859.0, 3879.0, 3858.0, 3889.0, 3857.0, 3887.0, 3857.0, 3867.0, 3858.0, 3888.0, 3869.0, 3900.0, 3869.0, 3889.0, 3868.0, 3877.0, 3868.0, 3888.0, 3869.0, 3888.0, 3869.0, 3879.0, 3869.0, 3889.0, 3869.0, 3889.0, 3869.0, 3858.0, 3858.0, 3868.0, 3868.0, 3869.0, 3869.0, 3870.0, 3871.0, 3870.0, 3870.0, 3871.0, 3871.0, 3870.0, 3891.0, 3870.0, 3870.0, 3870.0, 3870.0, 3871.0, 3882.0, 3871.0, 3882.0, 3862.0, 3871.0, 3870.0, 3870.0, 3872.0, 3882.0, 3873.0, 3903.0, 3872.0, 3881.0, 3871.0, 3891.0, 3871.0, 3924.0, 3881.0, 3922.0, 3860.0, 3899.0, 3869.0, 3910.0, 3890.0, 3920.0, 3856.0, 3877.0, 3857.0, 3856.0, 3855.0, 3855.0, 3847.0, 3867.0, 3868.0, 3899.0, 3867.0, 3857.0, 3868.0, 3858.0, 3857.0, 3868.0, 3867.0, 3869.0, 3900.0, 3858.0, 3857.0, 3858.0, 3857.0, 3870.0, 3869.0, 3870.0, 3890.0, 3859.0, 3858.0, 3872.0, 3869.0, 3881.0, 3902.0, 3882.0, 3871.0, 3872.0, 3871.0, 3871.0, 3892.0, 3882.0, 3912.0, 3892.0, 3912.0, 3870.0, 3900.0, 3858.0, 3889.0, 3869.0, 3889.0, 3868.0, 3888.0, 3857.0, 3856.0, 3868.0, 3868.0, 3868.0, 3889.0, 3867.0, 3867.0, 3857.0, 3856.0, 3867.0, 3856.0, 3887.0, 3856.0, 3855.0, 3855.0, 3855.0, 3867.0, 3867.0, 3868.0, 3868.0, 3867.0, 3868.0, 3869.0, 3889.0, 3869.0, 3889.0, 3848.0, 3868.0, 3868.0, 3877.0, 3868.0, 3888.0, 3869.0, 3899.0, 3869.0, 3869.0, 3868.0, 3868.0, 3869.0, 3889.0, 3870.0, 3900.0, 3870.0, 3869.0, 3859.0, 3879.0, 3869.0, 3900.0, 3870.0, 3890.0, 3886.0, 3904.0, 3871.0, 3879.0, 3869.0, 3868.0, 3869.0, 3868.0, 3871.0, 3870.0, 3872.0, 3882.0, 3885.0, 3904.0, 3875.0, 3904.0, 3863.0, 3893.0, 3874.0, 3904.0, 3871.0, 3915.0, 3872.0, 3870.0, 3859.0, 3869.0, 3890.0, 3868.0, 3900.0, 3869.0, 3889.0, 3870.0, 3880.0, 3870.0, 3890.0, 3859.0, 3869.0, 3869.0, 3869.0, 3859.0, 3869.0, 3858.0, 3868.0, 3857.0, 3868.0, 3856.0, 3867.0, 3888.0, 3869.0, 3899.0, 3858.0, 3878.0, 3858.0, 3857.0, 3868.0, 3857.0, 3857.0, 3868.0, 3858.0, 3869.0, 3858.0, 3869.0, 3860.0, 3881.0, 3890.0, 3871.0, 3881.0, 3871.0, 3881.0, 3871.0, 3882.0, 3872.0, 3881.0, 3873.0, 3871.0, 3873.0, 3882.0, 3885.0, 3883.0, 3874.0, 3904.0, 3873.0, 3883.0, 3883.0, 3883.0, 3873.0, 3914.0, 3902.0, 3893.0, 3901.0, 3859.0, 3911.0, 3869.0, 3901.0, 3868.0, 3909.0, 3857.0, 3867.0, 3856.0, 3868.0, 3869.0, 3869.0, 3869.0, 3878.0, 3868.0, 3857.0, 3880.0, 3872.0, 3882.0, 3871.0, 3902.0, 3871.0, 3880.0, 3882.0, 3914.0, 3882.0, 3912.0, 3891.0, 3900.0, 3869.0, 3868.0, 3859.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3858.0, 3880.0, 3859.0, 3869.0, 3858.0, 3869.0, 3858.0, 3880.0, 3870.0, 3880.0, 3880.0, 3880.0, 3869.0, 3870.0, 3890.0, 3870.0, 3890.0, 3870.0, 3890.0, 3869.0, 3879.0, 3859.0, 3879.0, 3869.0, 3889.0, 3869.0, 3867.0, 3868.0, 3857.0, 3857.0, 3868.0, 3858.0, 3869.0, 3859.0, 3870.0, 3859.0, 3869.0, 3859.0, 3880.0, 3859.0, 3881.0, 3859.0, 3859.0, 3879.0, 3858.0, 3890.0, 3869.0, 3888.0, 3869.0, 3878.0, 3858.0, 3857.0, 3870.0, 3869.0, 3859.0, 3879.0, 3859.0, 3858.0, 3870.0, 3870.0, 3859.0, 3869.0, 3859.0, 3869.0, 3848.0, 3869.0, 3859.0, 3869.0, 3889.0, 3870.0, 3901.0, 3858.0, 3879.0, 3869.0, 3890.0, 3859.0, 3868.0, 3869.0, 3848.0, 3870.0, 3860.0, 3870.0, 3860.0, 3882.0, 3861.0, 3881.0, 3883.0, 3872.0, 3883.0, 3904.0, 3873.0, 3882.0, 3872.0, 3893.0, 3862.0, 3912.0, 3872.0, 3891.0, 3860.0, 3869.0, 3860.0, 3880.0, 3861.0, 3890.0, 3860.0, 3869.0, 3871.0, 3880.0, 3881.0, 3891.0, 3869.0, 3869.0, 3858.0, 3880.0, 3870.0, 3880.0, 3859.0, 3871.0, 3859.0, 3870.0, 3860.0, 3881.0, 3871.0, 3893.0, 3884.0, 3871.0, 3870.0, 3869.0, 3870.0, 3869.0, 3871.0, 3871.0, 3894.0, 3885.0, 3914.0, 3894.0, 3872.0, 3883.0, 3885.0, 3916.0, 3873.0, 3935.0, 3915.0, 3923.0, 3871.0, 3892.0, 3872.0, 3892.0, 3881.0, 3901.0, 3870.0, 3879.0, 3871.0, 3890.0, 3870.0, 3900.0, 3869.0, 3888.0, 3857.0, 3856.0, 3869.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3869.0, 3870.0, 3882.0, 3881.0, 3882.0, 3882.0, 3872.0, 3871.0, 3872.0, 3893.0, 3883.0, 3903.0, 3860.0, 3892.0, 3859.0, 3869.0, 3891.0, 3869.0, 3911.0, 3892.0, 3858.0, 3870.0, 3847.0, 3868.0, 3879.0, 3881.0, 3859.0, 3867.0, 3857.0, 3869.0, 3859.0, 3868.0, 3868.0, 3867.0, 3857.0, 3867.0, 3857.0, 3868.0, 3878.0, 3868.0, 3888.0, 3867.0, 3866.0, 3867.0, 3868.0, 3859.0, 3866.0, 3857.0, 3868.0, 3869.0, 3867.0, 3858.0, 3878.0, 3856.0, 3866.0, 3846.0, 3868.0, 3836.0, 3879.0, 3859.0, 3881.0, 3870.0, 3883.0, 3882.0, 3882.0, 3881.0, 3882.0, 3903.0, 3882.0, 3902.0, 3871.0, 3901.0, 3869.0, 3869.0, 3859.0, 3869.0, 3868.0, 3868.0, 3847.0, 3867.0, 3867.0, 3869.0, 3879.0, 3883.0, 3890.0, 3869.0, 3867.0, 3869.0, 3869.0, 3871.0, 3880.0, 3870.0, 3869.0, 3870.0, 3870.0, 3881.0, 3880.0, 3870.0, 3869.0, 3858.0, 3880.0, 3860.0, 3881.0, 3860.0, 3871.0, 3872.0, 3882.0, 3861.0, 3881.0, 3891.0, 3882.0, 3882.0, 3882.0, 3870.0, 3883.0, 3882.0, 3884.0, 3895.0, 3895.0, 3898.0, 3941.0, 3907.0, 3896.0, 3926.0, 3884.0, 3894.0, 3884.0, 3915.0, 3884.0, 3935.0, 3915.0, 3935.0, 3915.0, 3924.0, 3871.0, 3901.0, 3869.0, 3889.0, 3868.0, 3921.0, 3868.0, 3899.0, 3876.0, 3855.0, 3864.0, 3855.0, 3854.0, 3866.0, 3865.0, 3856.0, 3866.0, 3867.0, 3857.0, 3868.0, 3878.0, 3878.0, 3880.0, 3878.0, 3868.0, 3856.0, 3869.0, 3879.0, 3882.0, 3869.0, 3858.0, 3869.0, 3859.0, 3881.0, 3871.0, 3882.0, 3872.0, 3883.0, 3881.0, 3882.0, 3882.0, 3883.0, 3905.0, 3884.0, 3893.0, 3873.0, 3871.0, 3872.0, 3871.0, 3872.0, 3872.0, 3874.0, 3884.0, 3885.0, 3894.0, 3883.0, 3883.0, 3872.0, 3923.0, 3871.0, 3912.0, 3892.0, 3922.0, 3869.0, 3888.0, 3868.0, 3858.0, 3857.0, 3868.0, 3857.0, 3867.0, 3857.0, 3868.0, 3858.0, 3868.0, 3879.0, 3869.0, 3878.0, 3868.0, 3878.0, 3869.0, 3888.0, 3868.0, 3877.0, 3857.0, 3867.0, 3879.0, 3868.0, 3857.0, 3867.0, 3857.0, 3867.0, 3888.0, 3867.0, 3877.0, 3868.0, 3867.0, 3867.0, 3867.0, 3858.0, 3868.0, 3870.0, 3879.0, 3870.0, 3869.0, 3870.0, 3871.0, 3882.0, 3902.0, 3860.0, 3869.0, 3871.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3871.0, 3870.0, 3860.0, 3880.0, 3870.0, 3881.0, 3881.0, 3870.0, 3901.0, 3870.0, 3891.0, 3871.0, 3891.0, 3871.0, 3890.0, 3870.0, 3870.0, 3870.0, 3870.0, 3891.0, 3869.0, 3910.0, 3868.0, 3888.0, 3867.0, 3867.0, 3857.0, 3867.0, 3868.0, 3868.0, 3857.0, 3868.0, 3869.0, 3879.0, 3889.0, 3870.0, 3890.0, 3880.0, 3879.0, 3860.0, 3879.0, 3869.0, 3868.0, 3869.0, 3869.0, 3870.0, 3882.0, 3871.0, 3881.0, 3860.0, 3881.0, 3871.0, 3882.0, 3872.0, 3893.0, 3873.0, 3884.0, 3872.0, 3885.0, 3884.0, 3895.0, 3914.0, 3895.0], 'WindowWidth': [8793.0, 8770.0, 8758.0, 8702.0, 8707.0, 8689.0, 8702.0, 8713.0, 8683.0, 8710.0, 8694.0, 8665.0, 8676.0, 8677.0, 8679.0, 8719.0, 8678.0, 8704.0, 8678.0, 8689.0, 8679.0, 8690.0, 8679.0, 8701.0, 8678.0, 8675.0, 8677.0, 8675.0, 8694.0, 8678.0, 8679.0, 8695.0, 8680.0, 8680.0, 8681.0, 8681.0, 8682.0, 8697.0, 8683.0, 8699.0, 8682.0, 8694.0, 8710.0, 8699.0, 8732.0, 8699.0, 8710.0, 8683.0, 8699.0, 8703.0, 8700.0, 8697.0, 8682.0, 8684.0, 8689.0, 8704.0, 8706.0, 8747.0, 8708.0, 8687.0, 8683.0, 8700.0, 8746.0, 8701.0, 8765.0, 8714.0, 8755.0, 8680.0, 8703.0, 8678.0, 8718.0, 8661.0, 8719.0, 8660.0, 8657.0, 8673.0, 8660.0, 8661.0, 8659.0, 8661.0, 8660.0, 8661.0, 8660.0, 8677.0, 8664.0, 8664.0, 8708.0, 8677.0, 8662.0, 8661.0, 8662.0, 8661.0, 8705.0, 8660.0, 8657.0, 8658.0, 8659.0, 8659.0, 8662.0, 8647.0, 8660.0, 8660.0, 8663.0, 8689.0, 8662.0, 8704.0, 8664.0, 8660.0, 8663.0, 8678.0, 8679.0, 8690.0, 8683.0, 8664.0, 8667.0, 8665.0, 8682.0, 8708.0, 8682.0, 8708.0, 8666.0, 8692.0, 8665.0, 8705.0, 8678.0, 8705.0, 8680.0, 8693.0, 8666.0, 8691.0, 8680.0, 8717.0, 8679.0, 8733.0, 8665.0, 8688.0, 8660.0, 8673.0, 8678.0, 8716.0, 8683.0, 8691.0, 8678.0, 8690.0, 8678.0, 8691.0, 8679.0, 8662.0, 8664.0, 8690.0, 8676.0, 8675.0, 8678.0, 8717.0, 8680.0, 8703.0, 8679.0, 8672.0, 8677.0, 8688.0, 8679.0, 8742.0, 8679.0, 8686.0, 8663.0, 8662.0, 8681.0, 8676.0, 8677.0, 8676.0, 8678.0, 8682.0, 8686.0, 8695.0, 8682.0, 8724.0, 8698.0, 8695.0, 8698.0, 8712.0, 8699.0, 8743.0, 8698.0, 8726.0, 8681.0, 8680.0, 8681.0, 8677.0, 8734.0, 8673.0, 8717.0, 8657.0, 8683.0, 8673.0, 8658.0, 8671.0, 8655.0, 8670.0, 8657.0, 8657.0, 8673.0, 8661.0, 8676.0, 8674.0, 8692.0, 8676.0, 8678.0, 8665.0, 8696.0, 8719.0, 8721.0, 8723.0, 8680.0, 8703.0, 8677.0, 8707.0, 8694.0, 8733.0, 8697.0, 8705.0, 8677.0, 8705.0, 8694.0, 8720.0, 8693.0, 8720.0, 8707.0, 8708.0, 8680.0, 8691.0, 8695.0, 8724.0, 8697.0, 8708.0, 8697.0, 8720.0, 8701.0, 8709.0, 8697.0, 8723.0, 8699.0, 8713.0, 8702.0, 8714.0, 8706.0, 8741.0, 8702.0, 8757.0, 8703.0, 8742.0, 8693.0, 8731.0, 8703.0, 8704.0, 8682.0, 8721.0, 8685.0, 8708.0, 8682.0, 8678.0, 8697.0, 8707.0, 8697.0, 8743.0, 8681.0, 8680.0, 8681.0, 8674.0, 8677.0, 8690.0, 8730.0, 8655.0, 8700.0, 8660.0, 8700.0, 8675.0, 8699.0, 8675.0, 8673.0, 8678.0, 8674.0, 8674.0, 8701.0, 8675.0, 8675.0, 8683.0, 8680.0, 8679.0, 8692.0, 8679.0, 8679.0, 8680.0, 8682.0, 8699.0, 8682.0, 8700.0, 8699.0, 8685.0, 8698.0, 8683.0, 8685.0, 8700.0, 8727.0, 8685.0, 8729.0, 8685.0, 8679.0, 8680.0, 8680.0, 8707.0, 8723.0, 8737.0, 8693.0, 8663.0, 8663.0, 8661.0, 8661.0, 8692.0, 8678.0, 8718.0, 8679.0, 8678.0, 8680.0, 8680.0, 8665.0, 8695.0, 8682.0, 8720.0, 8694.0, 8678.0, 8667.0, 8709.0, 8684.0, 8737.0, 8681.0, 8737.0, 8679.0, 8705.0, 8663.0, 8704.0, 8677.0, 8715.0, 8682.0, 8721.0, 8681.0, 8705.0, 8689.0, 8721.0, 8682.0, 8733.0, 8679.0, 8692.0, 8678.0, 8680.0, 8683.0, 8683.0, 8698.0, 8684.0, 8683.0, 8702.0, 8683.0, 8698.0, 8697.0, 8685.0, 8702.0, 8746.0, 8703.0, 8764.0, 8691.0, 8742.0, 8685.0, 8725.0, 8684.0, 8739.0, 8702.0, 8709.0, 8666.0, 8691.0, 8664.0, 8705.0, 8662.0, 8699.0, 8661.0, 8673.0, 8663.0, 8703.0, 8680.0, 8720.0, 8679.0, 8705.0, 8677.0, 8688.0, 8677.0, 8703.0, 8679.0, 8703.0, 8678.0, 8693.0, 8678.0, 8704.0, 8680.0, 8704.0, 8681.0, 8665.0, 8665.0, 8679.0, 8677.0, 8679.0, 8679.0, 8683.0, 8684.0, 8683.0, 8684.0, 8687.0, 8686.0, 8686.0, 8713.0, 8682.0, 8683.0, 8685.0, 8684.0, 8687.0, 8703.0, 8687.0, 8701.0, 8674.0, 8688.0, 8685.0, 8684.0, 8689.0, 8703.0, 8691.0, 8733.0, 8689.0, 8700.0, 8686.0, 8712.0, 8688.0, 8760.0, 8701.0, 8757.0, 8669.0, 8719.0, 8679.0, 8734.0, 8706.0, 8747.0, 8659.0, 8686.0, 8660.0, 8658.0, 8656.0, 8654.0, 8647.0, 8673.0, 8679.0, 8717.0, 8675.0, 8662.0, 8677.0, 8664.0, 8661.0, 8677.0, 8675.0, 8679.0, 8723.0, 8663.0, 8661.0, 8665.0, 8660.0, 8684.0, 8679.0, 8684.0, 8709.0, 8668.0, 8665.0, 8689.0, 8682.0, 8700.0, 8727.0, 8704.0, 8687.0, 8689.0, 8688.0, 8688.0, 8716.0, 8703.0, 8743.0, 8716.0, 8742.0, 8683.0, 8723.0, 8665.0, 8705.0, 8679.0, 8705.0, 8676.0, 8702.0, 8661.0, 8658.0, 8678.0, 8678.0, 8676.0, 8705.0, 8675.0, 8675.0, 8662.0, 8659.0, 8674.0, 8658.0, 8701.0, 8658.0, 8653.0, 8655.0, 8657.0, 8674.0, 8673.0, 8677.0, 8677.0, 8676.0, 8679.0, 8680.0, 8706.0, 8679.0, 8707.0, 8650.0, 8677.0, 8676.0, 8688.0, 8677.0, 8703.0, 8678.0, 8719.0, 8679.0, 8679.0, 8679.0, 8676.0, 8681.0, 8708.0, 8683.0, 8723.0, 8684.0, 8680.0, 8668.0, 8693.0, 8681.0, 8720.0, 8684.0, 8710.0, 8715.0, 8734.0, 8686.0, 8691.0, 8680.0, 8675.0, 8679.0, 8678.0, 8686.0, 8685.0, 8692.0, 8705.0, 8712.0, 8733.0, 8699.0, 8735.0, 8679.0, 8717.0, 8695.0, 8732.0, 8686.0, 8751.0, 8690.0, 8683.0, 8666.0, 8680.0, 8709.0, 8678.0, 8722.0, 8679.0, 8706.0, 8682.0, 8694.0, 8683.0, 8707.0, 8667.0, 8679.0, 8681.0, 8681.0, 8667.0, 8678.0, 8664.0, 8676.0, 8661.0, 8675.0, 8659.0, 8674.0, 8703.0, 8677.0, 8717.0, 8665.0, 8690.0, 8663.0, 8659.0, 8678.0, 8661.0, 8662.0, 8676.0, 8663.0, 8679.0, 8665.0, 8681.0, 8670.0, 8697.0, 8710.0, 8684.0, 8698.0, 8685.0, 8698.0, 8688.0, 8702.0, 8691.0, 8699.0, 8691.0, 8687.0, 8692.0, 8704.0, 8711.0, 8706.0, 8696.0, 8734.0, 8694.0, 8705.0, 8704.0, 8704.0, 8692.0, 8746.0, 8728.0, 8718.0, 8725.0, 8664.0, 8737.0, 8679.0, 8723.0, 8678.0, 8732.0, 8660.0, 8671.0, 8658.0, 8678.0, 8681.0, 8679.0, 8680.0, 8690.0, 8678.0, 8663.0, 8698.0, 8691.0, 8702.0, 8687.0, 8728.0, 8686.0, 8696.0, 8701.0, 8747.0, 8702.0, 8740.0, 8711.0, 8721.0, 8678.0, 8675.0, 8667.0, 8677.0, 8677.0, 8674.0, 8675.0, 8675.0, 8665.0, 8695.0, 8668.0, 8678.0, 8663.0, 8677.0, 8663.0, 8693.0, 8682.0, 8695.0, 8695.0, 8695.0, 8679.0, 8682.0, 8708.0, 8682.0, 8709.0, 8682.0, 8706.0, 8679.0, 8691.0, 8665.0, 8690.0, 8680.0, 8703.0, 8677.0, 8673.0, 8677.0, 8660.0, 8661.0, 8677.0, 8664.0, 8678.0, 8665.0, 8681.0, 8667.0, 8678.0, 8666.0, 8694.0, 8667.0, 8696.0, 8665.0, 8664.0, 8693.0, 8663.0, 8708.0, 8678.0, 8702.0, 8678.0, 8688.0, 8663.0, 8661.0, 8684.0, 8677.0, 8666.0, 8691.0, 8665.0, 8661.0, 8682.0, 8680.0, 8666.0, 8679.0, 8665.0, 8679.0, 8650.0, 8680.0, 8668.0, 8679.0, 8706.0, 8682.0, 8722.0, 8663.0, 8694.0, 8679.0, 8708.0, 8665.0, 8676.0, 8677.0, 8650.0, 8683.0, 8669.0, 8682.0, 8669.0, 8703.0, 8675.0, 8700.0, 8706.0, 8690.0, 8707.0, 8733.0, 8692.0, 8702.0, 8691.0, 8716.0, 8677.0, 8742.0, 8688.0, 8710.0, 8669.0, 8680.0, 8671.0, 8694.0, 8672.0, 8708.0, 8670.0, 8678.0, 8687.0, 8696.0, 8697.0, 8710.0, 8680.0, 8678.0, 8665.0, 8696.0, 8684.0, 8696.0, 8667.0, 8685.0, 8668.0, 8682.0, 8670.0, 8700.0, 8686.0, 8717.0, 8710.0, 8685.0, 8684.0, 8681.0, 8686.0, 8682.0, 8686.0, 8686.0, 8723.0, 8712.0, 8748.0, 8722.0, 8691.0, 8705.0, 8714.0, 8754.0, 8692.0, 8778.0, 8752.0, 8757.0, 8687.0, 8714.0, 8690.0, 8713.0, 8700.0, 8723.0, 8683.0, 8694.0, 8687.0, 8709.0, 8682.0, 8721.0, 8679.0, 8701.0, 8661.0, 8657.0, 8679.0, 8675.0, 8674.0, 8674.0, 8677.0, 8676.0, 8680.0, 8682.0, 8702.0, 8700.0, 8703.0, 8703.0, 8689.0, 8686.0, 8689.0, 8717.0, 8705.0, 8732.0, 8670.0, 8715.0, 8665.0, 8679.0, 8709.0, 8679.0, 8736.0, 8714.0, 8662.0, 8681.0, 8646.0, 8675.0, 8692.0, 8699.0, 8666.0, 8673.0, 8659.0, 8680.0, 8668.0, 8676.0, 8677.0, 8672.0, 8659.0, 8673.0, 8660.0, 8676.0, 8689.0, 8674.0, 8701.0, 8672.0, 8668.0, 8673.0, 8678.0, 8666.0, 8670.0, 8660.0, 8676.0, 8681.0, 8673.0, 8665.0, 8688.0, 8658.0, 8670.0, 8645.0, 8676.0, 8632.0, 8692.0, 8668.0, 8700.0, 8684.0, 8705.0, 8702.0, 8702.0, 8699.0, 8701.0, 8729.0, 8702.0, 8727.0, 8686.0, 8724.0, 8678.0, 8678.0, 8667.0, 8677.0, 8677.0, 8675.0, 8647.0, 8674.0, 8673.0, 8678.0, 8692.0, 8704.0, 8708.0, 8680.0, 8674.0, 8680.0, 8680.0, 8685.0, 8695.0, 8683.0, 8679.0, 8684.0, 8681.0, 8700.0, 8696.0, 8682.0, 8679.0, 8664.0, 8693.0, 8670.0, 8697.0, 8670.0, 8686.0, 8688.0, 8700.0, 8674.0, 8699.0, 8711.0, 8700.0, 8701.0, 8700.0, 8683.0, 8706.0, 8703.0, 8708.0, 8724.0, 8727.0, 8736.0, 8797.0, 8743.0, 8726.0, 8767.0, 8707.0, 8720.0, 8707.0, 8749.0, 8707.0, 8778.0, 8749.0, 8776.0, 8748.0, 8760.0, 8686.0, 8724.0, 8679.0, 8705.0, 8677.0, 8750.0, 8673.0, 8716.0, 8682.0, 8651.0, 8664.0, 8652.0, 8650.0, 8669.0, 8666.0, 8656.0, 8669.0, 8673.0, 8658.0, 8675.0, 8689.0, 8690.0, 8695.0, 8688.0, 8674.0, 8657.0, 8678.0, 8691.0, 8701.0, 8678.0, 8662.0, 8678.0, 8665.0, 8697.0, 8686.0, 8701.0, 8688.0, 8703.0, 8698.0, 8700.0, 8700.0, 8703.0, 8735.0, 8707.0, 8716.0, 8690.0, 8686.0, 8689.0, 8685.0, 8690.0, 8691.0, 8694.0, 8707.0, 8711.0, 8721.0, 8705.0, 8704.0, 8686.0, 8756.0, 8684.0, 8740.0, 8713.0, 8753.0, 8679.0, 8701.0, 8674.0, 8661.0, 8660.0, 8675.0, 8659.0, 8673.0, 8659.0, 8675.0, 8663.0, 8676.0, 8691.0, 8679.0, 8688.0, 8675.0, 8690.0, 8678.0, 8702.0, 8677.0, 8686.0, 8661.0, 8673.0, 8691.0, 8675.0, 8659.0, 8673.0, 8660.0, 8672.0, 8702.0, 8672.0, 8686.0, 8675.0, 8671.0, 8674.0, 8672.0, 8664.0, 8677.0, 8682.0, 8693.0, 8682.0, 8679.0, 8685.0, 8685.0, 8702.0, 8727.0, 8670.0, 8680.0, 8686.0, 8682.0, 8684.0, 8681.0, 8683.0, 8684.0, 8686.0, 8684.0, 8671.0, 8697.0, 8685.0, 8698.0, 8697.0, 8684.0, 8725.0, 8682.0, 8711.0, 8686.0, 8709.0, 8684.0, 8709.0, 8684.0, 8681.0, 8682.0, 8682.0, 8712.0, 8680.0, 8736.0, 8675.0, 8702.0, 8674.0, 8673.0, 8660.0, 8672.0, 8675.0, 8676.0, 8661.0, 8678.0, 8682.0, 8693.0, 8706.0, 8682.0, 8708.0, 8694.0, 8692.0, 8669.0, 8691.0, 8680.0, 8676.0, 8678.0, 8679.0, 8684.0, 8701.0, 8685.0, 8699.0, 8670.0, 8701.0, 8686.0, 8701.0, 8690.0, 8718.0, 8692.0, 8707.0, 8690.0, 8711.0, 8711.0, 8723.0, 8748.0, 8724.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.0016833333333333333</td></tr>
<tr><td colspan=3>aqi</td><td>0.028251620312499996</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.01424669442226</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1447415036055586</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025769688966122</td></tr>
<tr><td colspan=3>efc</td><td>0.5016</td></tr>
<tr><td colspan=3>fber</td><td>2906.3784</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08350282123998672</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.170138888888889</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4978760283071253</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5528425754991266</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.607081846933234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.333703662489014</td></tr>
<tr><td colspan=3>gcor</td><td>0.00428567</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003554519498720765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020999690517783165</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.908677976242599</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>24.3425</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.8337</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.9571</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295936.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.7401</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6079</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.0588</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3052.6156</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.3835</td></tr>
<tr><td colspan=3>tsnr</td><td>33.40593022259418</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>