ds005256-mriqc/sub-0040_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 2c30e7d2f6 [DATALAD RUNCMD] Compute MRIQC for sub-0040
=== 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-0040 --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-0040",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:18:48 +02:00

616 lines
No EOL
131 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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-02/func/sub-0040_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>0dee61b603491e42451e5327168bb217</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>13:54:39.842500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99226, -0.0770426, 0.0973919, 0.0739117, 0.996638, 0.0353616]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0891094</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>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7736, -7196, 542, -148, -58, 111, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>938f8fef-5270-41fb-8576-7ad78100c4a9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6621601581573486, 0.1982998102903366, 0.2694297432899475, 99.7263412475586], [0.20669971406459808, 2.673905849456787, 0.07530158013105392, -94.1766128540039], [0.2612953782081604, -0.09487256407737732, 2.6854677200317383, -45.40944290161133], [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': ['135439.842500', '135440.302500', '135440.762500', '135441.222500', '135441.682500', '135442.142500', '135442.602500', '135443.062500', '135443.522500', '135443.982500', '135444.442500', '135444.902500', '135445.362500', '135445.822500', '135446.282500', '135446.742500', '135447.202500', '135447.662500', '135448.122500', '135448.582500', '135449.042500', '135449.502500', '135449.962500', '135450.422500', '135450.882500', '135451.342500', '135451.802500', '135452.262500', '135452.722500', '135453.182500', '135453.642500', '135454.102500', '135454.562500', '135455.022500', '135455.482500', '135455.942500', '135456.402500', '135456.862500', '135457.322500', '135457.782500', '135458.242500', '135458.702500', '135459.162500', '135459.622500', '135500.082500', '135500.542500', '135501.002500', '135501.462500', '135501.922500', '135502.382500', '135502.842500', '135503.302500', '135503.762500', '135504.222500', '135504.682500', '135505.142500', '135505.602500', '135506.062500', '135506.522500', '135506.982500', '135507.442500', '135507.902500', '135508.362500', '135508.822500', '135509.282500', '135509.742500', '135510.202500', '135510.662500', '135511.122500', '135511.582500', '135512.042500', '135512.502500', '135512.962500', '135513.422500', '135513.882500', '135514.342500', '135514.802500', '135515.262500', '135515.722500', '135516.182500', '135516.642500', '135517.102500', '135517.562500', '135518.022500', '135518.482500', '135518.942500', '135519.402500', '135519.862500', '135520.322500', '135520.782500', '135521.242500', '135521.702500', '135522.162500', '135522.622500', '135523.082500', '135523.542500', '135524.002500', '135524.462500', '135524.922500', '135525.382500', '135525.842500', '135526.302500', '135526.762500', '135527.222500', '135527.682500', '135528.142500', '135528.602500', '135529.062500', '135529.522500', '135529.982500', '135530.442500', '135530.902500', '135531.362500', '135531.822500', '135532.282500', '135532.742500', '135533.202500', '135533.662500', '135534.122500', '135534.582500', '135535.042500', '135535.502500', '135535.962500', '135536.422500', '135536.882500', '135537.342500', '135537.802500', '135538.262500', '135538.722500', '135539.182500', '135539.642500', '135540.102500', '135540.562500', '135541.022500', '135541.482500', '135541.942500', '135542.402500', '135542.862500', '135543.322500', '135543.782500', '135544.242500', '135544.702500', '135545.162500', '135545.622500', '135546.082500', '135546.542500', '135547.002500', '135547.462500', '135547.922500', '135548.382500', '135548.842500', '135549.302500', '135549.762500', '135550.222500', '135550.682500', '135551.142500', '135551.602500', '135552.062500', '135552.522500', '135552.982500', '135553.442500', '135553.902500', '135554.362500', '135554.822500', '135555.282500', '135555.742500', '135556.202500', '135556.662500', '135557.122500', '135557.582500', '135558.042500', '135558.502500', '135558.962500', '135559.422500', '135559.882500', '135600.342500', '135600.802500', '135601.262500', '135601.722500', '135602.182500', '135602.642500', '135603.102500', '135603.562500', '135604.022500', '135604.482500', '135604.942500', '135605.402500', '135605.862500', '135606.322500', '135606.782500', '135607.242500', '135607.702500', '135608.162500', '135608.622500', '135609.082500', '135609.542500', '135610.002500', '135610.462500', '135610.922500', '135611.382500', '135611.842500', '135612.302500', '135612.762500', '135613.222500', '135613.682500', '135614.142500', '135614.602500', '135615.062500', '135615.522500', '135615.982500', '135616.442500', '135616.902500', '135617.362500', '135617.822500', '135618.282500', '135618.742500', '135619.202500', '135619.662500', '135620.122500', '135620.582500', '135621.042500', '135621.502500', '135621.962500', '135622.422500', '135622.882500', '135623.342500', '135623.802500', '135624.262500', '135624.722500', '135625.182500', '135625.642500', '135626.102500', '135626.562500', '135627.022500', '135627.482500', '135627.942500', '135628.402500', '135628.862500', '135629.322500', '135629.782500', '135630.242500', '135630.702500', '135631.162500', '135631.622500', '135632.082500', '135632.542500', '135633.002500', '135633.462500', '135633.922500', '135634.382500', '135634.842500', '135635.302500', '135635.762500', '135636.222500', '135636.682500', '135637.142500', '135637.602500', '135638.062500', '135638.522500', '135638.982500', '135639.442500', '135639.902500', '135640.362500', '135640.822500', '135641.282500', '135641.742500', '135642.202500', '135642.662500', '135643.122500', '135643.582500', '135644.042500', '135644.502500', '135644.962500', '135645.422500', '135645.882500', '135646.342500', '135646.802500', '135647.262500', '135647.722500', '135648.182500', '135648.642500', '135649.102500', '135649.562500', '135650.022500', '135650.482500', '135650.942500', '135651.402500', '135651.862500', '135652.322500', '135652.782500', '135653.242500', '135653.702500', '135654.162500', '135654.622500', '135655.082500', '135655.542500', '135656.002500', '135656.462500', '135656.922500', '135657.382500', '135657.842500', '135658.302500', '135658.762500', '135659.222500', '135659.682500', '135700.142500', '135700.602500', '135701.062500', '135701.522500', '135701.982500', '135702.442500', '135702.902500', '135703.362500', '135703.822500', '135704.282500', '135704.742500', '135705.202500', '135705.662500', '135706.122500', '135706.582500', '135707.042500', '135707.502500', '135707.962500', '135708.422500', '135708.882500', '135709.342500', '135709.802500', '135710.262500', '135710.722500', '135711.182500', '135711.642500', '135712.102500', '135712.562500', '135713.022500', '135713.482500', '135713.942500', '135714.402500', '135714.862500', '135715.322500', '135715.782500', '135716.242500', '135716.702500', '135717.162500', '135717.622500', '135718.082500', '135718.542500', '135719.002500', '135719.462500', '135719.922500', '135720.382500', '135720.842500', '135721.302500', '135721.762500', '135722.222500', '135722.682500', '135723.142500', '135723.602500', '135724.062500', '135724.522500', '135724.982500', '135725.442500', '135725.902500', '135726.362500', '135726.822500', '135727.282500', '135727.742500', '135728.202500', '135728.662500', '135729.122500', '135729.582500', '135730.042500', '135730.502500', '135730.962500', '135731.422500', '135731.882500', '135732.342500', '135732.802500', '135733.262500', '135733.722500', '135734.182500', '135734.642500', '135735.102500', '135735.562500', '135736.022500', '135736.482500', '135736.942500', '135737.402500', '135737.862500', '135738.322500', '135738.782500', '135739.242500', '135739.702500', '135740.162500', '135740.622500', '135741.082500', '135741.542500', '135742.002500', '135742.462500', '135742.922500', '135743.382500', '135743.842500', '135744.302500', '135744.762500', '135745.222500', '135745.682500', '135746.142500', '135746.602500', '135747.062500', '135747.522500', '135747.982500', '135748.442500', '135748.902500', '135749.362500', '135749.822500', '135750.282500', '135750.742500', '135751.202500', '135751.662500', '135752.122500', '135752.582500', '135753.042500', '135753.502500', '135753.962500', '135754.422500', '135754.882500', '135755.342500', '135755.802500', '135756.262500', '135756.722500', '135757.182500', '135757.642500', '135758.102500', '135758.562500', '135759.022500', '135759.482500', '135759.942500', '135800.402500', '135800.862500', '135801.322500', '135801.782500', '135802.242500', '135802.702500', '135803.162500', '135803.622500', '135804.082500', '135804.542500', '135805.002500', '135805.462500', '135805.922500', '135806.382500', '135806.842500', '135807.302500', '135807.762500', '135808.222500', '135808.682500', '135809.142500', '135809.602500', '135810.062500', '135810.522500', '135810.982500', '135811.442500', '135811.902500', '135812.362500', '135812.822500', '135813.282500', '135813.742500', '135814.202500', '135814.662500', '135815.122500', '135815.582500', '135816.042500', '135816.502500', '135816.962500', '135817.422500', '135817.882500', '135818.342500', '135818.802500', '135819.262500', '135819.722500', '135820.182500', '135820.642500', '135821.102500', '135821.562500', '135822.022500', '135822.482500', '135822.942500', '135823.402500', '135823.862500', '135824.322500', '135824.782500', '135825.242500', '135825.702500', '135826.162500', '135826.622500', '135827.082500', '135827.542500', '135828.002500', '135828.462500', '135828.922500', '135829.382500', '135829.842500', '135830.302500', '135830.762500', '135831.222500', '135831.682500', '135832.142500', '135832.602500', '135833.062500', '135833.522500', '135833.982500', '135834.442500', '135834.902500', '135835.362500', '135835.822500', '135836.282500', '135836.742500', '135837.202500', '135837.662500', '135838.122500', '135838.582500', '135839.042500', '135839.502500', '135839.962500', '135840.422500', '135840.882500', '135841.342500', '135841.802500', '135842.262500', '135842.722500', '135843.182500', '135843.642500', '135844.102500', '135844.562500', '135845.022500', '135845.482500', '135845.942500', '135846.402500', '135846.862500', '135847.322500', '135847.782500', '135848.242500', '135848.702500', '135849.162500', '135849.622500', '135850.082500', '135850.542500', '135851.002500', '135851.462500', '135851.922500', '135852.382500', '135852.842500', '135853.302500', '135853.762500', '135854.222500', '135854.682500', '135855.142500', '135855.602500', '135856.062500', '135856.522500', '135856.982500', '135857.442500', '135857.902500', '135858.362500', '135858.822500', '135859.282500', '135859.742500', '135900.202500', '135900.662500', '135901.122500', '135901.582500', '135902.042500', '135902.502500', '135902.962500', '135903.422500', '135903.882500', '135904.342500', '135904.802500', '135905.262500', '135905.722500', '135906.182500', '135906.642500', '135907.102500', '135907.562500', '135908.022500', '135908.482500', '135908.942500', '135909.402500', '135909.862500', '135910.322500', '135910.782500', '135911.242500', '135911.702500', '135912.162500', '135912.622500', '135913.082500', '135913.542500', '135914.002500', '135914.462500', '135914.922500', '135915.382500', '135915.842500', '135916.302500', '135916.762500', '135917.222500', '135917.682500', '135918.142500', '135918.602500', '135919.062500', '135919.522500', '135919.982500', '135920.442500', '135920.902500', '135921.362500', '135921.822500', '135922.282500', '135922.742500', '135923.202500', '135923.662500', '135924.122500', '135924.582500', '135925.042500', '135925.502500', '135925.962500', '135926.422500', '135926.882500', '135927.342500', '135927.802500', '135928.262500', '135928.722500', '135929.182500', '135929.642500', '135930.102500', '135930.562500', '135931.022500', '135931.482500', '135931.942500', '135932.402500', '135932.862500', '135933.322500', '135933.782500', '135934.242500', '135934.702500', '135935.162500', '135935.622500', '135936.082500', '135936.542500', '135937.002500', '135937.462500', '135937.922500', '135938.382500', '135938.842500', '135939.302500', '135939.762500', '135940.222500', '135940.682500', '135941.142500', '135941.602500', '135942.062500', '135942.522500', '135942.982500', '135943.442500', '135943.902500', '135944.362500', '135944.822500', '135945.282500', '135945.742500', '135946.202500', '135946.662500', '135947.122500', '135947.582500', '135948.042500', '135948.502500', '135948.962500', '135949.422500', '135949.882500', '135950.342500', '135950.802500', '135951.262500', '135951.722500', '135952.182500', '135952.642500', '135953.102500', '135953.562500', '135954.022500', '135954.482500', '135954.942500', '135955.402500', '135955.862500', '135956.322500', '135956.782500', '135957.242500', '135957.702500', '135958.162500', '135958.622500', '135959.082500', '135959.542500', '140000.002500', '140000.462500', '140000.922500', '140001.382500', '140001.842500', '140002.302500', '140002.762500', '140003.222500', '140003.682500', '140004.142500', '140004.602500', '140005.062500', '140005.522500', '140005.982500', '140006.442500', '140006.902500', '140007.362500', '140007.822500', '140008.282500', '140008.742500', '140009.202500', '140009.662500', '140010.122500', '140010.582500', '140011.042500', '140011.502500', '140011.962500', '140012.422500', '140012.882500', '140013.342500', '140013.802500', '140014.262500', '140014.722500', '140015.182500', '140015.642500', '140016.102500', '140016.562500', '140017.022500', '140017.482500', '140017.942500', '140018.402500', '140018.862500', '140019.322500', '140019.782500', '140020.242500', '140020.702500', '140021.162500', '140021.622500', '140022.082500', '140022.542500', '140023.002500', '140023.462500', '140023.922500', '140024.382500', '140024.842500', '140025.302500', '140025.762500', '140026.222500', '140026.682500', '140027.142500', '140027.602500', '140028.062500', '140028.522500', '140028.982500', '140029.442500', '140029.902500', '140030.362500', '140030.822500', '140031.282500', '140031.742500', '140032.202500', '140032.662500', '140033.122500', '140033.582500', '140034.042500', '140034.502500', '140034.962500', '140035.422500', '140035.882500', '140036.342500', '140036.802500', '140037.262500', '140037.722500', '140038.182500', '140038.642500', '140039.102500', '140039.562500', '140040.022500', '140040.482500', '140040.942500', '140041.402500', '140041.862500', '140042.322500', '140042.782500', '140043.242500', '140043.702500', '140044.162500', '140044.622500', '140045.082500', '140045.542500', '140046.002500', '140046.462500', '140046.922500', '140047.382500', '140047.842500', '140048.302500', '140048.762500', '140049.222500', '140049.682500', '140050.142500', '140050.602500', '140051.062500', '140051.522500', '140051.982500', '140052.442500', '140052.902500', '140053.362500', '140053.822500', '140054.282500', '140054.742500', '140055.202500', '140055.662500', '140056.122500', '140056.582500', '140057.042500', '140057.502500', '140057.962500', '140058.422500', '140058.882500', '140059.342500', '140059.802500', '140100.262500', '140100.722500', '140101.182500', '140101.642500', '140102.102500', '140102.562500', '140103.022500', '140103.482500', '140103.942500', '140104.402500', '140104.862500', '140105.322500', '140105.782500', '140106.242500', '140106.702500', '140107.162500', '140107.622500', '140108.082500', '140108.542500', '140109.002500', '140109.462500', '140109.922500', '140110.382500', '140110.842500', '140111.302500', '140111.762500', '140112.222500', '140112.682500', '140113.142500', '140113.602500', '140114.062500', '140114.522500', '140114.982500', '140115.442500', '140115.902500', '140116.362500', '140116.822500', '140117.282500', '140117.742500', '140118.202500', '140118.662500', '140119.122500', '140119.582500', '140120.042500', '140120.502500', '140120.962500', '140121.422500', '140121.882500', '140122.342500', '140122.802500', '140123.262500', '140123.722500', '140124.182500', '140124.642500', '140125.102500', '140125.562500', '140126.022500', '140126.482500', '140126.942500', '140127.402500', '140127.862500', '140128.322500', '140128.782500', '140129.242500', '140129.702500', '140130.162500', '140130.622500', '140131.082500', '140131.542500', '140132.002500', '140132.462500', '140132.922500', '140133.382500', '140133.842500', '140134.302500', '140134.762500', '140135.222500', '140135.682500', '140136.142500', '140136.602500', '140137.062500', '140137.522500', '140137.982500', '140138.442500', '140138.902500', '140139.362500', '140139.822500', '140140.282500', '140140.742500', '140141.202500', '140141.662500', '140142.122500', '140142.582500', '140143.042500', '140143.502500', '140143.962500', '140144.422500', '140144.882500', '140145.342500', '140145.802500', '140146.262500', '140146.722500', '140147.182500', '140147.642500', '140148.102500', '140148.562500', '140149.022500', '140149.482500', '140149.942500', '140150.402500', '140150.862500', '140151.322500', '140151.782500', '140152.242500', '140152.702500', '140153.162500', '140153.622500', '140154.082500', '140154.542500', '140155.002500', '140155.462500', '140155.922500', '140156.382500', '140156.842500', '140157.302500', '140157.762500', '140158.222500', '140158.682500', '140159.142500', '140159.602500', '140200.062500', '140200.522500', '140200.982500', '140201.442500', '140201.902500', '140202.362500', '140202.822500', '140203.282500', '140203.742500', '140204.202500', '140204.662500', '140205.122500', '140205.582500', '140206.042500', '140206.502500', '140206.962500', '140207.422500', '140207.882500', '140208.342500', '140208.802500', '140209.262500', '140209.722500', '140210.182500', '140210.642500', '140211.102500', '140211.562500', '140212.022500', '140212.482500', '140212.942500', '140213.402500', '140213.862500', '140214.322500', '140214.782500', '140215.242500', '140215.702500', '140216.162500', '140216.622500', '140217.082500', '140217.542500', '140218.002500', '140218.462500', '140218.922500', '140219.382500', '140219.842500', '140220.302500', '140220.762500', '140221.222500', '140221.682500', '140222.142500', '140222.602500', '140223.062500', '140223.522500', '140223.982500', '140224.442500', '140224.902500', '140225.362500', '140225.822500', '140226.282500', '140226.742500', '140227.202500', '140227.662500', '140228.122500', '140228.582500', '140229.042500', '140229.502500', '140229.962500', '140230.422500', '140230.882500', '140231.342500', '140231.802500', '140232.262500', '140232.722500', '140233.182500', '140233.642500', '140234.102500', '140234.562500', '140235.022500', '140235.482500', '140235.942500', '140236.402500', '140236.862500', '140237.322500', '140237.782500', '140238.242500', '140238.702500', '140239.162500', '140239.622500', '140240.082500', '140240.542500', '140241.002500', '140241.462500', '140241.922500', '140242.382500', '140242.842500', '140243.302500', '140243.762500', '140244.222500', '140244.682500', '140245.142500', '140245.602500', '140246.062500', '140246.522500', '140246.982500', '140247.442500', '140247.902500', '140248.362500', '140248.822500', '140249.282500', '140249.742500', '140250.202500', '140250.662500', '140251.122500', '140251.582500', '140252.042500', '140252.502500', '140252.962500', '140253.422500', '140253.882500', '140254.342500', '140254.802500', '140255.262500', '140255.722500', '140256.182500', '140256.642500', '140257.102500', '140257.562500', '140258.022500', '140258.482500', '140258.942500', '140259.402500', '140259.862500', '140300.322500', '140300.782500', '140301.242500', '140301.702500', '140302.162500', '140302.622500', '140303.082500', '140303.542500', '140304.002500', '140304.462500', '140304.922500', '140305.382500', '140305.842500', '140306.302500', '140306.762500', '140307.222500', '140307.682500', '140308.142500', '140308.602500', '140309.062500', '140309.522500', '140309.982500', '140310.442500', '140310.902500', '140311.362500', '140311.822500', '140312.282500', '140312.742500', '140313.202500', '140313.662500', '140314.122500', '140314.582500', '140315.042500', '140315.502500', '140315.962500', '140316.422500', '140316.882500', '140317.342500', '140317.802500', '140318.262500', '140318.722500', '140319.182500', '140319.642500', '140320.102500', '140320.562500', '140321.022500', '140321.482500', '140321.942500', '140322.402500', '140322.862500', '140323.322500', '140323.782500', '140324.242500', '140324.702500', '140325.162500', '140325.622500', '140326.082500', '140326.542500', '140327.002500', '140327.462500', '140327.922500', '140328.382500', '140328.842500', '140329.302500', '140329.762500', '140330.222500', '140330.682500', '140331.142500'], 'ContentTime': ['135447.064000', '135447.068000', '135447.071000', '135447.074000', '135447.077000', '135447.080000', '135447.082000', '135447.085000', '135447.088000', '135447.091000', '135507.035000', '135507.045000', '135507.056000', '135507.059000', '135507.062000', '135507.065000', '135507.068000', '135507.071000', '135507.074000', '135507.077000', '135507.079000', '135507.082000', '135507.085000', '135507.088000', '135507.098000', '135507.101000', '135507.104000', '135507.107000', '135507.109000', '135507.112000', '135507.115000', '135507.118000', '135507.121000', '135507.124000', '135507.126000', '135507.129000', '135507.132000', '135507.135000', '135507.138000', '135507.141000', '135507.144000', '135507.146000', '135507.149000', '135507.152000', '135507.155000', '135507.158000', '135507.161000', '135507.164000', '135507.166000', '135507.169000', '135507.172000', '135507.175000', '135507.178000', '135507.180000', '135507.183000', '135507.186000', '135507.189000', '135507.192000', '135527.035000', '135527.038000', '135527.040000', '135527.052000', '135527.055000', '135527.059000', '135527.061000', '135527.064000', '135527.067000', '135527.070000', '135527.073000', '135527.076000', '135527.078000', '135527.081000', '135527.084000', '135527.087000', '135527.090000', '135527.093000', '135527.096000', '135527.108000', '135527.110000', '135527.113000', '135527.116000', '135527.119000', '135527.122000', '135527.125000', '135527.127000', '135527.130000', '135527.133000', '135527.136000', '135527.139000', '135527.141000', '135527.144000', '135527.147000', '135527.150000', '135527.153000', '135527.155000', '135527.158000', '135527.161000', '135527.164000', '135527.167000', '135527.170000', '135527.172000', '135547.034000', '135547.037000', '135547.040000', '135547.042000', '135547.045000', '135547.048000', '135547.051000', '135547.054000', '135547.057000', '135547.060000', '135547.079000', '135547.082000', '135547.085000', '135547.087000', '135547.090000', '135547.093000', '135547.096000', '135547.099000', '135547.102000', '135547.105000', '135547.107000', '135547.110000', '135547.113000', '135547.116000', '135547.119000', '135547.122000', '135547.125000', '135547.127000', '135547.130000', '135547.133000', '135547.136000', '135547.139000', '135547.142000', '135547.145000', '135547.148000', '135547.151000', '135547.153000', '135547.156000', '135547.159000', '135547.162000', '135547.165000', '135547.168000', '135547.170000', '135547.173000', '135607.034000', '135607.037000', '135607.040000', '135607.045000', '135607.048000', '135607.051000', '135607.054000', '135607.057000', '135607.060000', '135607.062000', '135607.067000', '135607.072000', '135607.075000', '135607.078000', '135607.081000', '135607.084000', '135607.087000', '135607.090000', '135607.093000', '135607.096000', '135607.100000', '135607.103000', '135607.106000', '135607.108000', '135607.112000', '135607.114000', '135607.117000', '135607.120000', '135607.123000', '135607.126000', '135607.129000', '135607.132000', '135607.135000', '135607.138000', '135607.140000', '135607.143000', '135607.147000', '135607.149000', '135607.152000', '135607.155000', '135607.163000', '135607.166000', '135607.169000', '135627.034000', '135627.037000', '135627.039000', '135627.050000', '135627.053000', '135627.056000', '135627.058000', '135627.061000', '135627.064000', '135627.067000', '135627.070000', '135627.073000', '135627.076000', '135627.079000', '135627.082000', '135627.085000', '135627.088000', '135627.090000', '135627.093000', '135627.096000', '135627.099000', '135627.102000', '135627.105000', '135627.108000', '135627.110000', '135627.113000', '135627.116000', '135627.125000', '135627.127000', '135627.130000', '135627.133000', '135627.136000', '135627.139000', '135627.142000', '135627.145000', '135627.148000', '135627.151000', '135627.154000', '135627.157000', '135627.160000', '135627.163000', '135627.165000', '135627.168000', '135627.171000', '135647.034000', '135647.037000', '135647.040000', '135647.043000', '135647.045000', '135647.063000', '135647.066000', '135647.069000', '135647.072000', '135647.075000', '135647.078000', '135647.080000', '135647.085000', '135647.089000', '135647.092000', '135647.096000', '135647.098000', '135647.101000', '135647.104000', '135647.107000', '135647.110000', '135647.113000', '135647.115000', '135647.118000', '135647.121000', '135647.124000', '135647.127000', '135647.130000', '135647.133000', '135647.136000', '135647.139000', '135647.142000', '135647.144000', '135647.147000', '135647.150000', '135647.153000', '135647.156000', '135647.159000', '135647.162000', '135647.164000', '135647.167000', '135647.170000', '135647.173000', '135707.035000', '135707.038000', '135707.041000', '135707.043000', '135707.046000', '135707.049000', '135707.052000', '135707.055000', '135707.058000', '135707.061000', '135707.064000', '135707.067000', '135707.070000', '135707.073000', '135707.076000', '135707.079000', '135707.082000', '135707.085000', '135707.088000', '135707.091000', '135707.094000', '135707.097000', '135707.100000', '135707.103000', '135707.106000', '135707.109000', '135707.112000', '135707.115000', '135707.124000', '135707.127000', '135707.130000', '135707.133000', '135707.136000', '135707.139000', '135707.142000', '135707.144000', '135707.147000', '135707.150000', '135707.153000', '135707.156000', '135707.159000', '135707.162000', '135707.165000', '135707.168000', '135727.035000', '135727.048000', '135727.052000', '135727.055000', '135727.058000', '135727.061000', '135727.064000', '135727.067000', '135727.070000', '135727.073000', '135727.075000', '135727.078000', '135727.081000', '135727.085000', '135727.088000', '135727.090000', '135727.093000', '135727.096000', '135727.099000', '135727.102000', '135727.105000', '135727.108000', '135727.111000', '135727.114000', '135727.117000', '135727.122000', '135727.125000', '135727.128000', '135727.131000', '135727.134000', '135727.137000', '135727.140000', '135727.143000', '135727.146000', '135727.149000', '135727.151000', '135727.154000', '135727.157000', '135727.160000', '135727.163000', '135727.166000', '135727.169000', '135727.172000', '135747.035000', '135747.038000', '135747.041000', '135747.044000', '135747.047000', '135747.050000', '135747.053000', '135747.056000', '135747.058000', '135747.062000', '135747.064000', '135747.067000', '135747.070000', '135747.073000', '135747.076000', '135747.079000', '135747.082000', '135747.085000', '135747.087000', '135747.090000', '135747.093000', '135747.096000', '135747.099000', '135747.102000', '135747.105000', '135747.108000', '135747.110000', '135747.113000', '135747.116000', '135747.119000', '135747.122000', '135747.125000', '135747.128000', '135747.131000', '135747.134000', '135747.137000', '135747.139000', '135747.143000', '135747.145000', '135747.148000', '135747.151000', '135747.154000', '135747.157000', '135747.160000', '135807.034000', '135807.037000', '135807.040000', '135807.053000', '135807.055000', '135807.058000', '135807.061000', '135807.064000', '135807.067000', '135807.070000', '135807.072000', '135807.075000', '135807.078000', '135807.081000', '135807.084000', '135807.087000', '135807.090000', '135807.093000', '135807.095000', '135807.098000', '135807.101000', '135807.104000', '135807.107000', '135807.110000', '135807.113000', '135807.115000', '135807.118000', '135807.121000', '135807.124000', '135807.127000', '135807.130000', '135807.133000', '135807.135000', '135807.152000', '135807.155000', '135807.158000', '135807.161000', '135807.164000', '135807.167000', '135807.170000', '135807.173000', '135807.175000', '135807.178000', '135827.034000', '135827.037000', '135827.040000', '135827.043000', '135827.046000', '135827.049000', '135827.051000', '135827.054000', '135827.057000', '135827.060000', '135827.063000', '135827.074000', '135827.077000', '135827.080000', '135827.083000', '135827.086000', '135827.089000', '135827.092000', '135827.095000', '135827.097000', '135827.100000', '135827.103000', '135827.106000', '135827.109000', '135827.112000', '135827.115000', '135827.118000', '135827.121000', '135827.123000', '135827.126000', '135827.129000', '135827.132000', '135827.135000', '135827.138000', '135827.141000', '135827.143000', '135827.146000', '135827.149000', '135827.152000', '135827.155000', '135827.158000', '135827.161000', '135827.164000', '135827.166000', '135847.034000', '135847.037000', '135847.040000', '135847.043000', '135847.045000', '135847.048000', '135847.051000', '135847.054000', '135847.057000', '135847.060000', '135847.063000', '135847.065000', '135847.068000', '135847.073000', '135847.076000', '135847.079000', '135847.082000', '135847.085000', '135847.089000', '135847.092000', '135847.095000', '135847.098000', '135847.101000', '135847.104000', '135847.107000', '135847.109000', '135847.112000', '135847.115000', '135847.118000', '135847.121000', '135847.124000', '135847.127000', '135847.129000', '135847.132000', '135847.135000', '135847.138000', '135847.141000', '135847.144000', '135847.147000', '135847.150000', '135847.153000', '135847.156000', '135847.159000', '135907.034000', '135907.037000', '135907.040000', '135907.050000', '135907.053000', '135907.056000', '135907.059000', '135907.062000', '135907.065000', '135907.068000', '135907.071000', '135907.074000', '135907.076000', '135907.079000', '135907.082000', '135907.085000', '135907.088000', '135907.091000', '135907.094000', '135907.097000', '135907.100000', '135907.103000', '135907.105000', '135907.108000', '135907.111000', '135907.114000', '135907.117000', '135907.120000', '135907.123000', '135907.126000', '135907.128000', '135907.131000', '135907.134000', '135907.137000', '135907.140000', '135907.143000', '135907.146000', '135907.149000', '135907.151000', '135907.154000', '135907.157000', '135907.160000', '135907.163000', '135907.166000', '135927.035000', '135927.038000', '135927.041000', '135927.044000', '135927.047000', '135927.050000', '135927.053000', '135927.056000', '135927.058000', '135927.062000', '135927.064000', '135927.067000', '135927.070000', '135927.073000', '135927.076000', '135927.079000', '135927.082000', '135927.085000', '135927.087000', '135927.090000', '135927.093000', '135927.096000', '135927.099000', '135927.102000', '135927.104000', '135927.107000', '135927.110000', '135927.113000', '135927.116000', '135927.119000', '135927.122000', '135927.125000', '135927.127000', '135927.130000', '135927.133000', '135927.136000', '135927.139000', '135927.142000', '135927.145000', '135927.147000', '135927.150000', '135927.153000', '135927.156000', '135947.035000', '135947.038000', '135947.041000', '135947.044000', '135947.047000', '135947.049000', '135947.052000', '135947.055000', '135947.058000', '135947.067000', '135947.070000', '135947.072000', '135947.075000', '135947.078000', '135947.081000', '135947.093000', '135947.095000', '135947.098000', '135947.101000', '135947.104000', '135947.107000', '135947.110000', '135947.113000', '135947.115000', '135947.118000', '135947.121000', '135947.124000', '135947.127000', '135947.130000', '135947.133000', '135947.136000', '135947.138000', '135947.141000', '135947.145000', '135947.148000', '135947.151000', '135947.154000', '135947.157000', '135947.160000', '135947.163000', '135947.165000', '135947.168000', '135947.171000', '135947.174000', '140007.035000', '140007.038000', '140007.041000', '140007.044000', '140007.047000', '140007.049000', '140007.052000', '140007.055000', '140007.059000', '140007.062000', '140007.076000', '140007.079000', '140007.082000', '140007.085000', '140007.088000', '140007.090000', '140007.093000', '140007.096000', '140007.099000', '140007.102000', '140007.105000', '140007.108000', '140007.111000', '140007.113000', '140007.116000', '140007.119000', '140007.122000', '140007.126000', '140007.129000', '140007.132000', '140007.135000', '140007.138000', '140007.140000', '140007.143000', '140007.146000', '140007.149000', '140007.152000', '140007.155000', '140007.157000', '140007.160000', '140007.163000', '140007.166000', '140007.169000', '140027.034000', '140027.037000', '140027.040000', '140027.043000', '140027.046000', '140027.049000', '140027.052000', '140027.054000', '140027.057000', '140027.060000', '140027.063000', '140027.066000', '140027.069000', '140027.072000', '140027.075000', '140027.078000', '140027.081000', '140027.084000', '140027.087000', '140027.089000', '140027.092000', '140027.095000', '140027.098000', '140027.101000', '140027.104000', '140027.107000', '140027.110000', '140027.113000', '140027.116000', '140027.119000', '140027.121000', '140027.124000', '140027.127000', '140027.130000', '140027.133000', '140027.136000', '140027.138000', '140027.141000', '140027.144000', '140027.147000', '140027.150000', '140027.153000', '140027.155000', '140027.158000', '140047.034000', '140047.037000', '140047.040000', '140047.043000', '140047.045000', '140047.048000', '140047.051000', '140047.054000', '140047.057000', '140047.060000', '140047.063000', '140047.066000', '140047.068000', '140047.071000', '140047.074000', '140047.077000', '140047.080000', '140047.083000', '140047.086000', '140047.089000', '140047.091000', '140047.094000', '140047.097000', '140047.100000', '140047.103000', '140047.106000', '140047.109000', '140047.112000', '140047.115000', '140047.117000', '140047.120000', '140047.123000', '140047.126000', '140047.129000', '140047.131000', '140047.135000', '140047.138000', '140047.141000', '140047.143000', '140047.147000', '140047.150000', '140047.153000', '140047.155000', '140107.034000', '140107.037000', '140107.040000', '140107.043000', '140107.046000', '140107.049000', '140107.051000', '140107.054000', '140107.057000', '140107.060000', '140107.063000', '140107.066000', '140107.069000', '140107.072000', '140107.074000', '140107.077000', '140107.080000', '140107.083000', '140107.086000', '140107.089000', '140107.092000', '140107.095000', '140107.097000', '140107.100000', '140107.103000', '140107.121000', '140107.124000', '140107.127000', '140107.133000', '140107.136000', '140107.139000', '140107.142000', '140107.145000', '140107.148000', '140107.150000', '140107.153000', '140107.156000', '140107.159000', '140107.162000', '140107.165000', '140107.179000', '140107.182000', '140107.185000', '140107.188000', '140127.034000', '140127.037000', '140127.040000', '140127.043000', '140127.046000', '140127.049000', '140127.051000', '140127.054000', '140127.057000', '140127.060000', '140127.063000', '140127.066000', '140127.068000', '140127.071000', '140127.074000', '140127.077000', '140127.080000', '140127.083000', '140127.086000', '140127.088000', '140127.091000', '140127.094000', '140127.097000', '140127.100000', '140127.103000', '140127.106000', '140127.109000', '140127.111000', '140127.114000', '140127.117000', '140127.120000', '140127.123000', '140127.126000', '140127.129000', '140127.132000', '140127.134000', '140127.137000', '140127.140000', '140127.143000', '140127.146000', '140127.149000', '140127.151000', '140127.154000', '140147.035000', '140147.038000', '140147.041000', '140147.044000', '140147.047000', '140147.049000', '140147.052000', '140147.055000', '140147.058000', '140147.061000', '140147.064000', '140147.067000', '140147.070000', '140147.072000', '140147.075000', '140147.078000', '140147.081000', '140147.084000', '140147.087000', '140147.090000', '140147.093000', '140147.095000', '140147.098000', '140147.101000', '140147.104000', '140147.107000', '140147.110000', '140147.113000', '140147.116000', '140147.118000', '140147.121000', '140147.124000', '140147.127000', '140147.130000', '140147.133000', '140147.136000', '140147.139000', '140147.141000', '140147.144000', '140147.147000', '140147.150000', '140147.153000', '140147.156000', '140147.159000', '140207.035000', '140207.038000', '140207.041000', '140207.044000', '140207.047000', '140207.050000', '140207.052000', '140207.055000', '140207.058000', '140207.061000', '140207.064000', '140207.067000', '140207.069000', '140207.072000', '140207.075000', '140207.078000', '140207.081000', '140207.084000', '140207.087000', '140207.090000', '140207.092000', '140207.095000', '140207.098000', '140207.101000', '140207.104000', '140207.107000', '140207.110000', '140207.113000', '140207.115000', '140207.118000', '140207.121000', '140207.124000', '140207.127000', '140207.130000', '140207.133000', '140207.135000', '140207.138000', '140207.141000', '140207.144000', '140207.147000', '140207.150000', '140207.153000', '140207.156000', '140227.035000', '140227.040000', '140227.044000', '140227.048000', '140227.051000', '140227.054000', '140227.057000', '140227.060000', '140227.062000', '140227.065000', '140227.068000', '140227.071000', '140227.074000', '140227.077000', '140227.080000', '140227.083000', '140227.086000', '140227.088000', '140227.091000', '140227.094000', '140227.097000', '140227.100000', '140227.113000', '140227.116000', '140227.119000', '140227.122000', '140227.125000', '140227.128000', '140227.130000', '140227.133000', '140227.136000', '140227.139000', '140227.142000', '140227.145000', '140227.148000', '140227.150000', '140227.153000', '140227.156000', '140227.159000', '140227.162000', '140227.165000', '140227.168000', '140227.171000', '140247.034000', '140247.037000', '140247.040000', '140247.043000', '140247.046000', '140247.049000', '140247.051000', '140247.054000', '140247.057000', '140247.060000', '140247.063000', '140247.066000', '140247.069000', '140247.072000', '140247.074000', '140247.077000', '140247.080000', '140247.083000', '140247.086000', '140247.089000', '140247.091000', '140247.094000', '140247.097000', '140247.100000', '140247.103000', '140247.106000', '140247.109000', '140247.111000', '140247.114000', '140247.117000', '140247.120000', '140247.123000', '140247.126000', '140247.129000', '140247.131000', '140247.134000', '140247.137000', '140247.140000', '140247.143000', '140247.146000', '140247.149000', '140247.152000', '140247.154000', '140247.157000', '140307.034000', '140307.037000', '140307.040000', '140307.043000', '140307.046000', '140307.049000', '140307.053000', '140307.057000', '140307.060000', '140307.063000', '140307.066000', '140307.068000', '140307.071000', '140307.074000', '140307.077000', '140307.080000', '140307.083000', '140307.086000', '140307.088000', '140307.091000', '140307.094000', '140307.097000', '140307.100000', '140307.103000', '140307.106000', '140307.108000', '140307.111000', '140307.114000', '140307.117000', '140307.120000', '140307.123000', '140307.126000', '140307.128000', '140307.131000', '140307.134000', '140307.137000', '140307.140000', '140307.143000', '140307.146000', '140307.148000', '140307.151000', '140307.154000', '140307.157000', '140327.034000', '140327.037000', '140327.040000', '140327.042000', '140327.045000', '140327.048000', '140327.051000', '140327.054000', '140327.057000', '140327.060000', '140327.063000', '140327.066000', '140327.069000', '140327.071000', '140327.074000', '140327.077000', '140327.080000', '140327.083000', '140327.086000', '140327.089000', '140327.092000', '140327.095000', '140327.097000', '140327.100000', '140327.103000', '140327.106000', '140327.109000', '140327.112000', '140327.115000', '140327.117000', '140327.120000', '140327.123000', '140327.126000', '140327.129000', '140327.132000', '140327.135000', '140327.137000', '140327.140000', '140327.143000', '140327.146000', '140327.149000', '140327.152000', '140327.155000', '140327.158000', '140331.943000', '140331.947000', '140331.957000', '140331.960000', '140331.963000', '140331.968000', '140331.973000', '140331.977000', '140331.980000', '140331.983000', '140331.986000'], 'InstanceCreationTime': ['135447.064000', '135447.068000', '135447.071000', '135447.074000', '135447.077000', '135447.080000', '135447.082000', '135447.085000', '135447.088000', '135447.091000', '135507.035000', '135507.045000', '135507.056000', '135507.059000', '135507.062000', '135507.065000', '135507.068000', '135507.071000', '135507.074000', '135507.077000', '135507.079000', '135507.082000', '135507.085000', '135507.088000', '135507.098000', '135507.101000', '135507.104000', '135507.107000', '135507.109000', '135507.112000', '135507.115000', '135507.118000', '135507.121000', '135507.124000', '135507.126000', '135507.129000', '135507.132000', '135507.135000', '135507.138000', '135507.141000', '135507.144000', '135507.146000', '135507.149000', '135507.152000', '135507.155000', '135507.158000', '135507.161000', '135507.164000', '135507.166000', '135507.169000', '135507.172000', '135507.175000', '135507.178000', '135507.180000', '135507.183000', '135507.186000', '135507.189000', '135507.192000', '135527.035000', '135527.038000', '135527.040000', '135527.052000', '135527.055000', '135527.059000', '135527.061000', '135527.064000', '135527.067000', '135527.070000', '135527.073000', '135527.076000', '135527.078000', '135527.081000', '135527.084000', '135527.087000', '135527.090000', '135527.093000', '135527.096000', '135527.108000', '135527.110000', '135527.113000', '135527.116000', '135527.119000', '135527.122000', '135527.125000', '135527.127000', '135527.130000', '135527.133000', '135527.136000', '135527.139000', '135527.141000', '135527.144000', '135527.147000', '135527.150000', '135527.153000', '135527.155000', '135527.158000', '135527.161000', '135527.164000', '135527.167000', '135527.170000', '135527.172000', '135547.034000', '135547.037000', '135547.040000', '135547.042000', '135547.045000', '135547.048000', '135547.051000', '135547.054000', '135547.057000', '135547.060000', '135547.079000', '135547.082000', '135547.085000', '135547.087000', '135547.090000', '135547.093000', '135547.096000', '135547.099000', '135547.102000', '135547.105000', '135547.107000', '135547.110000', '135547.113000', '135547.116000', '135547.119000', '135547.122000', '135547.125000', '135547.127000', '135547.130000', '135547.133000', '135547.136000', '135547.139000', '135547.142000', '135547.145000', '135547.148000', '135547.151000', '135547.153000', '135547.156000', '135547.159000', '135547.162000', '135547.165000', '135547.168000', '135547.170000', '135547.173000', '135607.034000', '135607.037000', '135607.040000', '135607.045000', '135607.048000', '135607.051000', '135607.054000', '135607.057000', '135607.060000', '135607.062000', '135607.067000', '135607.072000', '135607.075000', '135607.078000', '135607.081000', '135607.084000', '135607.087000', '135607.090000', '135607.093000', '135607.096000', '135607.100000', '135607.103000', '135607.106000', '135607.108000', '135607.112000', '135607.114000', '135607.117000', '135607.120000', '135607.123000', '135607.126000', '135607.129000', '135607.132000', '135607.135000', '135607.138000', '135607.140000', '135607.143000', '135607.147000', '135607.149000', '135607.152000', '135607.155000', '135607.163000', '135607.166000', '135607.169000', '135627.034000', '135627.037000', '135627.039000', '135627.050000', '135627.053000', '135627.056000', '135627.058000', '135627.061000', '135627.064000', '135627.067000', '135627.070000', '135627.073000', '135627.076000', '135627.079000', '135627.082000', '135627.085000', '135627.088000', '135627.090000', '135627.093000', '135627.096000', '135627.099000', '135627.102000', '135627.105000', '135627.108000', '135627.110000', '135627.113000', '135627.116000', '135627.125000', '135627.127000', '135627.130000', '135627.133000', '135627.136000', '135627.139000', '135627.142000', '135627.145000', '135627.148000', '135627.151000', '135627.154000', '135627.157000', '135627.160000', '135627.163000', '135627.165000', '135627.168000', '135627.171000', '135647.034000', '135647.037000', '135647.040000', '135647.043000', '135647.045000', '135647.063000', '135647.066000', '135647.069000', '135647.072000', '135647.075000', '135647.078000', '135647.080000', '135647.085000', '135647.089000', '135647.092000', '135647.096000', '135647.098000', '135647.101000', '135647.104000', '135647.107000', '135647.110000', '135647.113000', '135647.115000', '135647.118000', '135647.121000', '135647.124000', '135647.127000', '135647.130000', '135647.133000', '135647.136000', '135647.139000', '135647.142000', '135647.144000', '135647.147000', '135647.150000', '135647.153000', '135647.156000', '135647.159000', '135647.162000', '135647.164000', '135647.167000', '135647.170000', '135647.173000', '135707.035000', '135707.038000', '135707.041000', '135707.043000', '135707.046000', '135707.049000', '135707.052000', '135707.055000', '135707.058000', '135707.061000', '135707.064000', '135707.067000', '135707.070000', '135707.073000', '135707.076000', '135707.079000', '135707.082000', '135707.085000', '135707.088000', '135707.091000', '135707.094000', '135707.097000', '135707.100000', '135707.103000', '135707.106000', '135707.109000', '135707.112000', '135707.115000', '135707.124000', '135707.127000', '135707.130000', '135707.133000', '135707.136000', '135707.139000', '135707.142000', '135707.144000', '135707.147000', '135707.150000', '135707.153000', '135707.156000', '135707.159000', '135707.162000', '135707.165000', '135707.168000', '135727.035000', '135727.048000', '135727.052000', '135727.055000', '135727.058000', '135727.061000', '135727.064000', '135727.067000', '135727.070000', '135727.073000', '135727.075000', '135727.078000', '135727.081000', '135727.085000', '135727.088000', '135727.090000', '135727.093000', '135727.096000', '135727.099000', '135727.102000', '135727.105000', '135727.108000', '135727.111000', '135727.114000', '135727.117000', '135727.122000', '135727.125000', '135727.128000', '135727.131000', '135727.134000', '135727.137000', '135727.140000', '135727.143000', '135727.146000', '135727.149000', '135727.151000', '135727.154000', '135727.157000', '135727.160000', '135727.163000', '135727.166000', '135727.169000', '135727.172000', '135747.035000', '135747.038000', '135747.041000', '135747.044000', '135747.047000', '135747.050000', '135747.053000', '135747.056000', '135747.058000', '135747.062000', '135747.064000', '135747.067000', '135747.070000', '135747.073000', '135747.076000', '135747.079000', '135747.082000', '135747.085000', '135747.087000', '135747.090000', '135747.093000', '135747.096000', '135747.099000', '135747.102000', '135747.105000', '135747.108000', '135747.110000', '135747.113000', '135747.116000', '135747.119000', '135747.122000', '135747.125000', '135747.128000', '135747.131000', '135747.134000', '135747.137000', '135747.139000', '135747.143000', '135747.145000', '135747.148000', '135747.151000', '135747.154000', '135747.157000', '135747.160000', '135807.034000', '135807.037000', '135807.040000', '135807.053000', '135807.055000', '135807.058000', '135807.061000', '135807.064000', '135807.067000', '135807.070000', '135807.072000', '135807.075000', '135807.078000', '135807.081000', '135807.084000', '135807.087000', '135807.090000', '135807.093000', '135807.095000', '135807.098000', '135807.101000', '135807.104000', '135807.107000', '135807.110000', '135807.113000', '135807.115000', '135807.118000', '135807.121000', '135807.124000', '135807.127000', '135807.130000', '135807.133000', '135807.135000', '135807.152000', '135807.155000', '135807.158000', '135807.161000', '135807.164000', '135807.167000', '135807.170000', '135807.173000', '135807.175000', '135807.178000', '135827.034000', '135827.037000', '135827.040000', '135827.043000', '135827.046000', '135827.049000', '135827.051000', '135827.054000', '135827.057000', '135827.060000', '135827.063000', '135827.074000', '135827.077000', '135827.080000', '135827.083000', '135827.086000', '135827.089000', '135827.092000', '135827.095000', '135827.097000', '135827.100000', '135827.103000', '135827.106000', '135827.109000', '135827.112000', '135827.115000', '135827.118000', '135827.121000', '135827.123000', '135827.126000', '135827.129000', '135827.132000', '135827.135000', '135827.138000', '135827.141000', '135827.143000', '135827.146000', '135827.149000', '135827.152000', '135827.155000', '135827.158000', '135827.161000', '135827.164000', '135827.166000', '135847.034000', '135847.037000', '135847.040000', '135847.043000', '135847.045000', '135847.048000', '135847.051000', '135847.054000', '135847.057000', '135847.060000', '135847.063000', '135847.065000', '135847.068000', '135847.073000', '135847.076000', '135847.079000', '135847.082000', '135847.085000', '135847.089000', '135847.092000', '135847.095000', '135847.098000', '135847.101000', '135847.104000', '135847.107000', '135847.109000', '135847.112000', '135847.115000', '135847.118000', '135847.121000', '135847.124000', '135847.127000', '135847.129000', '135847.132000', '135847.135000', '135847.138000', '135847.141000', '135847.144000', '135847.147000', '135847.150000', '135847.153000', '135847.156000', '135847.159000', '135907.034000', '135907.037000', '135907.040000', '135907.050000', '135907.053000', '135907.056000', '135907.059000', '135907.062000', '135907.065000', '135907.068000', '135907.071000', '135907.074000', '135907.076000', '135907.079000', '135907.082000', '135907.085000', '135907.088000', '135907.091000', '135907.094000', '135907.097000', '135907.100000', '135907.103000', '135907.105000', '135907.108000', '135907.111000', '135907.114000', '135907.117000', '135907.120000', '135907.123000', '135907.126000', '135907.128000', '135907.131000', '135907.134000', '135907.137000', '135907.140000', '135907.143000', '135907.146000', '135907.149000', '135907.151000', '135907.154000', '135907.157000', '135907.160000', '135907.163000', '135907.166000', '135927.035000', '135927.038000', '135927.041000', '135927.044000', '135927.047000', '135927.050000', '135927.053000', '135927.056000', '135927.058000', '135927.062000', '135927.064000', '135927.067000', '135927.070000', '135927.073000', '135927.076000', '135927.079000', '135927.082000', '135927.085000', '135927.087000', '135927.090000', '135927.093000', '135927.096000', '135927.099000', '135927.102000', '135927.104000', '135927.107000', '135927.110000', '135927.113000', '135927.116000', '135927.119000', '135927.122000', '135927.125000', '135927.127000', '135927.130000', '135927.133000', '135927.136000', '135927.139000', '135927.142000', '135927.145000', '135927.147000', '135927.150000', '135927.153000', '135927.156000', '135947.035000', '135947.038000', '135947.041000', '135947.044000', '135947.047000', '135947.049000', '135947.052000', '135947.055000', '135947.058000', '135947.067000', '135947.070000', '135947.072000', '135947.075000', '135947.078000', '135947.081000', '135947.093000', '135947.095000', '135947.098000', '135947.101000', '135947.104000', '135947.107000', '135947.110000', '135947.113000', '135947.115000', '135947.118000', '135947.121000', '135947.124000', '135947.127000', '135947.130000', '135947.133000', '135947.136000', '135947.138000', '135947.141000', '135947.145000', '135947.148000', '135947.151000', '135947.154000', '135947.157000', '135947.160000', '135947.163000', '135947.165000', '135947.168000', '135947.171000', '135947.174000', '140007.035000', '140007.038000', '140007.041000', '140007.044000', '140007.047000', '140007.049000', '140007.052000', '140007.055000', '140007.059000', '140007.062000', '140007.076000', '140007.079000', '140007.082000', '140007.085000', '140007.088000', '140007.090000', '140007.093000', '140007.096000', '140007.099000', '140007.102000', '140007.105000', '140007.108000', '140007.111000', '140007.113000', '140007.116000', '140007.119000', '140007.122000', '140007.126000', '140007.129000', '140007.132000', '140007.135000', '140007.138000', '140007.140000', '140007.143000', '140007.146000', '140007.149000', '140007.152000', '140007.155000', '140007.157000', '140007.160000', '140007.163000', '140007.166000', '140007.169000', '140027.034000', '140027.037000', '140027.040000', '140027.043000', '140027.046000', '140027.049000', '140027.052000', '140027.054000', '140027.057000', '140027.060000', '140027.063000', '140027.066000', '140027.069000', '140027.072000', '140027.075000', '140027.078000', '140027.081000', '140027.084000', '140027.087000', '140027.089000', '140027.092000', '140027.095000', '140027.098000', '140027.101000', '140027.104000', '140027.107000', '140027.110000', '140027.113000', '140027.116000', '140027.119000', '140027.121000', '140027.124000', '140027.127000', '140027.130000', '140027.133000', '140027.136000', '140027.138000', '140027.141000', '140027.144000', '140027.147000', '140027.150000', '140027.153000', '140027.155000', '140027.158000', '140047.034000', '140047.037000', '140047.040000', '140047.043000', '140047.045000', '140047.048000', '140047.051000', '140047.054000', '140047.057000', '140047.060000', '140047.063000', '140047.066000', '140047.068000', '140047.071000', '140047.074000', '140047.077000', '140047.080000', '140047.083000', '140047.086000', '140047.089000', '140047.091000', '140047.094000', '140047.097000', '140047.100000', '140047.103000', '140047.106000', '140047.109000', '140047.112000', '140047.115000', '140047.117000', '140047.120000', '140047.123000', '140047.126000', '140047.129000', '140047.131000', '140047.135000', '140047.138000', '140047.141000', '140047.143000', '140047.147000', '140047.150000', '140047.153000', '140047.155000', '140107.034000', '140107.037000', '140107.040000', '140107.043000', '140107.046000', '140107.049000', '140107.051000', '140107.054000', '140107.057000', '140107.060000', '140107.063000', '140107.066000', '140107.069000', '140107.072000', '140107.074000', '140107.077000', '140107.080000', '140107.083000', '140107.086000', '140107.089000', '140107.092000', '140107.095000', '140107.097000', '140107.100000', '140107.103000', '140107.121000', '140107.124000', '140107.127000', '140107.133000', '140107.136000', '140107.139000', '140107.142000', '140107.145000', '140107.148000', '140107.150000', '140107.153000', '140107.156000', '140107.159000', '140107.162000', '140107.165000', '140107.179000', '140107.182000', '140107.185000', '140107.188000', '140127.034000', '140127.037000', '140127.040000', '140127.043000', '140127.046000', '140127.049000', '140127.051000', '140127.054000', '140127.057000', '140127.060000', '140127.063000', '140127.066000', '140127.068000', '140127.071000', '140127.074000', '140127.077000', '140127.080000', '140127.083000', '140127.086000', '140127.088000', '140127.091000', '140127.094000', '140127.097000', '140127.100000', '140127.103000', '140127.106000', '140127.109000', '140127.111000', '140127.114000', '140127.117000', '140127.120000', '140127.123000', '140127.126000', '140127.129000', '140127.132000', '140127.134000', '140127.137000', '140127.140000', '140127.143000', '140127.146000', '140127.149000', '140127.151000', '140127.154000', '140147.035000', '140147.038000', '140147.041000', '140147.044000', '140147.047000', '140147.049000', '140147.052000', '140147.055000', '140147.058000', '140147.061000', '140147.064000', '140147.067000', '140147.070000', '140147.072000', '140147.075000', '140147.078000', '140147.081000', '140147.084000', '140147.087000', '140147.090000', '140147.093000', '140147.095000', '140147.098000', '140147.101000', '140147.104000', '140147.107000', '140147.110000', '140147.113000', '140147.116000', '140147.118000', '140147.121000', '140147.124000', '140147.127000', '140147.130000', '140147.133000', '140147.136000', '140147.139000', '140147.141000', '140147.144000', '140147.147000', '140147.150000', '140147.153000', '140147.156000', '140147.159000', '140207.035000', '140207.038000', '140207.041000', '140207.044000', '140207.047000', '140207.050000', '140207.052000', '140207.055000', '140207.058000', '140207.061000', '140207.064000', '140207.067000', '140207.069000', '140207.072000', '140207.075000', '140207.078000', '140207.081000', '140207.084000', '140207.087000', '140207.090000', '140207.092000', '140207.095000', '140207.098000', '140207.101000', '140207.104000', '140207.107000', '140207.110000', '140207.113000', '140207.115000', '140207.118000', '140207.121000', '140207.124000', '140207.127000', '140207.130000', '140207.133000', '140207.135000', '140207.138000', '140207.141000', '140207.144000', '140207.147000', '140207.150000', '140207.153000', '140207.156000', '140227.035000', '140227.040000', '140227.044000', '140227.048000', '140227.051000', '140227.054000', '140227.057000', '140227.060000', '140227.062000', '140227.065000', '140227.068000', '140227.071000', '140227.074000', '140227.077000', '140227.080000', '140227.083000', '140227.086000', '140227.088000', '140227.091000', '140227.094000', '140227.097000', '140227.100000', '140227.113000', '140227.116000', '140227.119000', '140227.122000', '140227.125000', '140227.128000', '140227.130000', '140227.133000', '140227.136000', '140227.139000', '140227.142000', '140227.145000', '140227.148000', '140227.150000', '140227.153000', '140227.156000', '140227.159000', '140227.162000', '140227.165000', '140227.168000', '140227.171000', '140247.034000', '140247.037000', '140247.040000', '140247.043000', '140247.046000', '140247.049000', '140247.051000', '140247.054000', '140247.057000', '140247.060000', '140247.063000', '140247.066000', '140247.069000', '140247.072000', '140247.074000', '140247.077000', '140247.080000', '140247.083000', '140247.086000', '140247.089000', '140247.091000', '140247.094000', '140247.097000', '140247.100000', '140247.103000', '140247.106000', '140247.109000', '140247.111000', '140247.114000', '140247.117000', '140247.120000', '140247.123000', '140247.126000', '140247.129000', '140247.131000', '140247.134000', '140247.137000', '140247.140000', '140247.143000', '140247.146000', '140247.149000', '140247.152000', '140247.154000', '140247.157000', '140307.034000', '140307.037000', '140307.040000', '140307.043000', '140307.046000', '140307.049000', '140307.053000', '140307.057000', '140307.060000', '140307.063000', '140307.066000', '140307.068000', '140307.071000', '140307.074000', '140307.077000', '140307.080000', '140307.083000', '140307.086000', '140307.088000', '140307.091000', '140307.094000', '140307.097000', '140307.100000', '140307.103000', '140307.106000', '140307.108000', '140307.111000', '140307.114000', '140307.117000', '140307.120000', '140307.123000', '140307.126000', '140307.128000', '140307.131000', '140307.134000', '140307.137000', '140307.140000', '140307.143000', '140307.146000', '140307.148000', '140307.151000', '140307.154000', '140307.157000', '140327.034000', '140327.037000', '140327.040000', '140327.042000', '140327.045000', '140327.048000', '140327.051000', '140327.054000', '140327.057000', '140327.060000', '140327.063000', '140327.066000', '140327.069000', '140327.071000', '140327.074000', '140327.077000', '140327.080000', '140327.083000', '140327.086000', '140327.089000', '140327.092000', '140327.095000', '140327.097000', '140327.100000', '140327.103000', '140327.106000', '140327.109000', '140327.112000', '140327.115000', '140327.117000', '140327.120000', '140327.123000', '140327.126000', '140327.129000', '140327.132000', '140327.135000', '140327.137000', '140327.140000', '140327.143000', '140327.146000', '140327.149000', '140327.152000', '140327.155000', '140327.158000', '140331.943000', '140331.947000', '140331.957000', '140331.960000', '140331.963000', '140331.968000', '140331.973000', '140331.977000', '140331.980000', '140331.983000', '140331.986000'], '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': [12036, 22136, 12219, 20617, 15450, 11757, 12141, 10481, 12431, 10033, 16415, 11146, 10145, 14571, 11271, 14292, 10267, 17409, 10967, 12132, 13988, 9924, 13806, 10650, 15125, 10276, 19352, 12307, 9908, 11765, 11308, 13699, 10052, 19382, 12491, 10030, 11949, 11054, 13412, 10330, 19701, 12890, 17855, 11506, 9744, 13820, 10129, 13364, 11494, 20410, 11439, 16147, 11078, 10183, 13768, 10647, 18308, 11517, 20648, 10831, 10055, 13357, 10048, 18038, 10826, 21807, 10750, 10723, 11212, 9977, 16462, 10679, 20640, 10372, 18861, 11142, 13671, 11759, 9793, 13433, 10001, 13502, 10142, 17120, 11509, 10090, 13657, 9848, 12507, 10017, 15178, 11366, 12415, 11088, 9913, 11666, 11475, 15579, 11984, 20123, 11653, 9654, 15047, 10402, 15459, 10612, 20707, 15399, 13914, 11374, 9852, 12904, 10121, 19463, 12438, 21933, 16596, 10502, 11880, 10986, 13427, 10034, 19146, 13148, 15514, 11481, 9940, 13587, 10701, 14072, 10482, 20438, 11498, 10314, 11221, 9694, 11835, 11519, 15519, 10911, 13215, 11028, 8979, 11449, 10162, 16603, 10628, 18279, 10138, 17396, 11080, 21433, 11971, 18646, 11580, 16005, 12361, 10502, 11938, 10148, 11861, 11063, 13343, 9929, 14956, 11800, 20338, 11150, 10536, 11547, 9912, 12171, 10040, 14007, 11033, 20366, 10547, 12675, 11198, 9770, 12676, 10964, 14944, 10378, 17084, 10769, 12138, 11476, 9807, 14231, 10414, 17094, 10024, 15773, 10672, 10687, 11330, 9690, 15871, 9771, 18974, 10522, 20454, 11534, 20450, 14516, 20435, 13259, 12796, 11861, 9905, 14319, 10638, 15739, 11304, 10430, 11362, 9834, 12134, 11342, 16311, 11547, 21374, 11080, 16698, 11437, 9185, 12166, 10490, 17167, 10505, 10214, 12708, 10050, 14437, 11580, 11787, 11387, 11034, 13468, 10475, 19716, 11440, 17176, 15000, 10667, 13732, 10535, 10858, 11533, 10234, 17497, 11809, 17239, 11560, 9798, 15256, 10571, 15119, 11474, 21208, 11912, 10206, 11581, 9815, 12325, 11844, 17968, 12418, 14288, 11517, 9632, 14759, 10736, 15203, 11273, 20947, 11710, 9569, 11777, 9999, 13968, 10507, 18520, 12749, 12296, 11271, 9644, 14697, 10513, 15096, 11182, 20750, 11229, 9894, 11970, 11251, 15325, 11646, 21166, 11092, 9264, 13827, 10373, 15276, 10793, 15284, 11283, 9727, 12834, 10396, 18560, 11181, 21044, 11161, 10345, 11787, 10215, 14893, 10643, 20949, 10930, 10044, 11558, 9812, 15632, 10933, 16798, 11721, 14626, 11407, 9751, 14636, 10473, 14230, 10972, 20468, 11442, 9576, 11538, 11501, 14047, 10999, 20362, 12652, 14888, 11534, 9606, 11975, 10144, 17051, 10364, 15018, 10850, 9648, 11198, 11491, 16360, 10635, 10193, 11625, 9865, 14062, 10342, 20051, 11406, 9505, 12960, 10413, 16439, 12309, 20663, 12843, 19049, 11445, 9776, 14195, 11371, 19234, 10928, 13254, 11472, 9734, 12879, 10591, 19151, 12078, 10165, 14735, 10907, 9951, 13980, 10911, 20486, 17354, 10664, 11972, 11088, 15856, 11908, 17935, 16207, 10403, 10396, 11363, 10968, 16641, 10733, 14301, 10479, 13629, 10664, 14526, 11373, 17138, 11322, 21306, 13988, 21006, 17151, 15796, 15777, 11075, 15076, 10664, 17589, 12206, 9730, 12043, 10642, 13792, 10522, 17573, 12909, 10165, 11953, 11252, 14045, 10916, 10663, 13658, 11130, 15324, 10742, 9707, 11550, 10854, 13518, 9792, 16297, 12077, 10912, 11272, 10265, 13564, 9954, 16477, 13194, 9966, 11873, 11215, 14356, 10077, 16132, 13470, 10340, 15073, 9976, 16027, 11054, 9736, 13027, 11609, 17748, 11092, 12283, 11539, 10379, 14523, 10930, 19145, 14588, 10146, 12820, 11331, 16204, 11115, 14636, 13768, 10161, 16684, 10170, 16656, 11229, 11620, 12488, 10311, 16395, 11529, 19864, 10718, 16796, 11309, 9793, 14676, 11282, 17377, 10446, 16198, 11293, 9883, 11605, 10408, 15532, 10997, 16327, 10238, 15539, 11367, 9875, 13721, 10971, 14170, 9873, 16217, 12317, 10562, 14591, 9900, 15617, 11181, 13929, 12130, 11774, 12859, 10473, 15359, 10262, 15668, 10770, 17926, 13281, 15038, 14506, 10728, 16379, 10523, 16917, 11375, 19152, 14552, 10241, 15234, 11293, 15370, 10882, 10977, 11835, 10251, 15531, 10876, 18689, 10804, 15714, 11732, 10485, 12962, 10486, 16624, 11000, 15918, 10293, 13994, 11236, 9933, 13425, 11719, 15335, 10412, 12570, 11511, 10867, 15709, 10550, 17589, 11696, 10263, 14916, 11394, 19423, 13406, 19557, 12557, 10519, 15821, 10950, 20008, 13506, 18401, 11516, 10269, 13015, 11794, 18684, 12127, 17608, 11344, 10357, 12572, 10122, 17056, 12770, 11123, 11243, 10371, 13124, 10594, 17412, 11602, 10901, 11162, 10316, 13527, 11668, 17263, 12137, 11080, 11388, 10349, 12856, 10288, 15845, 10258, 16819, 10627, 13421, 11443, 9973, 14658, 11340, 16582, 9995, 16820, 11639, 9748, 14499, 10631, 18527, 12018, 19230, 12174, 19680, 13462, 14278, 13789, 10193, 16910, 11305, 16844, 10866, 16491, 11061, 17856, 14457, 10537, 12825, 11666, 15237, 10265, 16481, 13432, 10778, 13517, 10718, 15825, 11007, 18028, 14513, 10647, 12694, 10334, 12756, 10953, 16303, 11971, 13238, 13601, 11371, 15424, 10450, 17803, 12864, 11627, 15714, 11199, 19509, 11236, 10483, 12142, 10795, 17637, 12574, 20927, 12159, 12223, 12066, 10079, 15514, 11203, 17309, 10335, 16191, 11250, 12584, 13615, 11387, 16491, 10749, 10297, 11501, 10458, 16165, 10999, 17148, 11463, 15764, 11275, 10430, 12794, 10769, 17427, 11332, 20522, 11544, 10212, 11740, 10563, 16886, 11437, 14362, 11936, 10802, 14609, 10299, 17280, 13567, 10639, 12700, 11043, 15590, 11024, 18411, 13634, 14998, 14285, 11011, 16586, 10508, 17532, 11295, 15174, 12856, 10857, 16082, 11096, 17080, 11216, 11777, 11713, 10957, 16178, 10909, 18247, 11052, 12478, 11578, 10466, 13835, 10764, 18806, 10257, 17561, 11078, 11399, 11329, 10477, 14847, 11024, 16451, 10962, 10206, 11513, 10178, 14264, 11797, 17082, 10784, 15463, 11790, 12475, 13815, 11323, 16947, 10915, 15328, 11819, 11618, 14033, 11248, 15701, 10656, 10277, 11235, 10992, 15821, 11255, 10810, 12114, 11013, 15446, 10945, 17393, 10999, 19835, 11637, 20302, 10671, 18643, 12183, 19771, 13861, 20390, 14611, 10124, 11851, 10640, 14458, 11068, 15478, 10661, 17527, 10915, 14802, 11418, 10510, 13074, 11398, 16838, 10420, 14876, 11318, 10381, 15945, 11383, 17450, 10444, 16534, 11859, 11968, 15252, 11130, 19408, 10908, 18892, 12345, 15204, 13656, 10634, 17342, 11140, 16510, 11250, 15747, 11856, 10444, 15033, 11790, 16077, 10742, 16253, 12221, 10265, 15318, 11275, 16384, 11173, 12949, 11849, 10373, 14397, 11299, 16401, 10647, 16419, 11393, 15388, 12228, 10844, 15908, 10753, 10661, 13734, 10723, 11069, 12740, 9966, 12138, 10532, 14773, 10657, 19960, 11604, 20188, 11013, 12405, 11665, 9796, 12586, 11659, 17874, 11161, 9579, 11492, 10145, 13067, 11282, 19434, 10855, 16804, 11552, 14282, 11907, 10556, 14978, 10420, 15241, 11311, 11658, 11749, 11269, 13879, 10639, 17928, 10292, 10529, 11710, 10548, 12429, 10611, 17604, 13273, 10258, 12872, 11083, 13817, 10801, 19297, 13448, 10479, 12387, 10911, 14544, 10810, 15580, 11562, 17616, 11417, 10344, 11512, 11285, 13322, 10515, 15809, 12676, 10113, 11778, 11648, 13571, 10409, 16160, 11215, 18080, 13069, 9956, 11678, 11589, 13716, 10588, 17038, 11522, 17969, 13141, 10155, 11875, 10727, 14162, 11230, 10373, 12561, 11592, 16126, 11198, 9858, 14445, 10141, 18216, 11846, 11857, 11962, 10073, 15557, 10350, 18123, 13107, 12217, 11943, 9682, 14488, 9790, 18267, 12523, 19659, 13550, 10128, 12859, 10560, 15923, 11347, 18382, 11642, 17099, 13800, 9605, 13216, 9488, 14898, 10576, 17099, 11945, 12306, 12816, 9838, 13583, 10948, 9498, 12658, 10339, 9890, 14624, 10865, 16582, 10827, 20412, 12759, 20084, 15658, 13346, 11854, 10202, 13340, 9895, 14902, 10943, 17667, 11843, 11099, 10587, 9599, 13087, 9816, 14853, 9612, 14466, 10551, 17951, 10114, 11327, 10972, 9810, 13697, 10246, 18771, 11494, 9328, 13465, 9373, 17952, 10583, 18284, 11193, 20193, 10385, 11127, 11612, 9668, 15439, 10994, 17700, 10212, 10407, 11313, 9434, 15387, 9998, 17248, 11828, 19203, 10468, 15654, 11710, 14570, 12409, 10056, 13533, 10551, 14395, 10248, 15509, 11214, 17069, 13073, 10183, 12655, 10140, 14372, 10412, 17781, 12980, 10385, 13016, 9394, 13229, 9312, 15150, 9484, 14252, 10453, 17227, 10617, 10593, 11107, 9479, 13308, 9983, 16805, 12079, 13743, 11017, 9599, 12652, 9715, 15943, 12145, 19814, 10839, 10494], 'WindowCenter': [4766.0, 4800.0, 4738.0, 4774.0, 4745.0, 4711.0, 4710.0, 4689.0, 4709.0, 4690.0, 4741.0, 4714.0, 4701.0, 4731.0, 4710.0, 4729.0, 4702.0, 4750.0, 4712.0, 4722.0, 4731.0, 4690.0, 4720.0, 4700.0, 4729.0, 4703.0, 4750.0, 4711.0, 4690.0, 4712.0, 4700.0, 4719.0, 4692.0, 4760.0, 4723.0, 4692.0, 4712.0, 4710.0, 4720.0, 4703.0, 4760.0, 4722.0, 4739.0, 4710.0, 4679.0, 4719.0, 4691.0, 4719.0, 4712.0, 4759.0, 4711.0, 4738.0, 4700.0, 4690.0, 4731.0, 4703.0, 4751.0, 4712.0, 4761.0, 4701.0, 4692.0, 4731.0, 4693.0, 4751.0, 4702.0, 4760.0, 4703.0, 4700.0, 4712.0, 4693.0, 4742.0, 4702.0, 4760.0, 4702.0, 4750.0, 4701.0, 4731.0, 4712.0, 4691.0, 4721.0, 4692.0, 4730.0, 4703.0, 4753.0, 4724.0, 4703.0, 4745.0, 4703.0, 4722.0, 4704.0, 4743.0, 4724.0, 4733.0, 4714.0, 4703.0, 4713.0, 4725.0, 4753.0, 4726.0, 4763.0, 4714.0, 4693.0, 4743.0, 4703.0, 4743.0, 4704.0, 4761.0, 4742.0, 4730.0, 4711.0, 4691.0, 4722.0, 4701.0, 4761.0, 4722.0, 4760.0, 4751.0, 4690.0, 4710.0, 4700.0, 4719.0, 4691.0, 4749.0, 4721.0, 4728.0, 4699.0, 4689.0, 4720.0, 4700.0, 4730.0, 4702.0, 4749.0, 4713.0, 4689.0, 4701.0, 4691.0, 4712.0, 4712.0, 4741.0, 4713.0, 4721.0, 4712.0, 4682.0, 4713.0, 4703.0, 4752.0, 4702.0, 4751.0, 4703.0, 4751.0, 4701.0, 4759.0, 4711.0, 4750.0, 4711.0, 4739.0, 4720.0, 4691.0, 4709.0, 4690.0, 4709.0, 4710.0, 4721.0, 4693.0, 4740.0, 4713.0, 4761.0, 4713.0, 4702.0, 4712.0, 4691.0, 4711.0, 4692.0, 4731.0, 4702.0, 4762.0, 4702.0, 4720.0, 4712.0, 4703.0, 4723.0, 4713.0, 4742.0, 4704.0, 4752.0, 4714.0, 4723.0, 4724.0, 4704.0, 4743.0, 4714.0, 4754.0, 4705.0, 4744.0, 4714.0, 4714.0, 4726.0, 4704.0, 4754.0, 4704.0, 4763.0, 4714.0, 4762.0, 4724.0, 4762.0, 4733.0, 4761.0, 4721.0, 4719.0, 4710.0, 4680.0, 4729.0, 4700.0, 4729.0, 4700.0, 4689.0, 4709.0, 4691.0, 4711.0, 4712.0, 4741.0, 4711.0, 4760.0, 4702.0, 4738.0, 4711.0, 4681.0, 4710.0, 4701.0, 4751.0, 4702.0, 4691.0, 4722.0, 4693.0, 4742.0, 4724.0, 4724.0, 4714.0, 4714.0, 4733.0, 4715.0, 4774.0, 4725.0, 4752.0, 4743.0, 4703.0, 4733.0, 4704.0, 4712.0, 4713.0, 4704.0, 4752.0, 4714.0, 4751.0, 4712.0, 4692.0, 4742.0, 4702.0, 4732.0, 4712.0, 4760.0, 4711.0, 4690.0, 4700.0, 4690.0, 4711.0, 4711.0, 4751.0, 4721.0, 4729.0, 4700.0, 4681.0, 4729.0, 4701.0, 4730.0, 4700.0, 4749.0, 4700.0, 4680.0, 4709.0, 4691.0, 4731.0, 4703.0, 4750.0, 4722.0, 4711.0, 4701.0, 4691.0, 4731.0, 4703.0, 4731.0, 4702.0, 4761.0, 4713.0, 4692.0, 4712.0, 4714.0, 4743.0, 4715.0, 4762.0, 4712.0, 4684.0, 4734.0, 4704.0, 4743.0, 4715.0, 4742.0, 4713.0, 4693.0, 4723.0, 4704.0, 4752.0, 4704.0, 4761.0, 4711.0, 4691.0, 4712.0, 4703.0, 4731.0, 4702.0, 4761.0, 4702.0, 4690.0, 4711.0, 4691.0, 4741.0, 4703.0, 4740.0, 4711.0, 4730.0, 4713.0, 4681.0, 4732.0, 4702.0, 4731.0, 4702.0, 4760.0, 4711.0, 4681.0, 4711.0, 4712.0, 4732.0, 4704.0, 4762.0, 4723.0, 4731.0, 4711.0, 4682.0, 4712.0, 4692.0, 4752.0, 4692.0, 4740.0, 4702.0, 4693.0, 4713.0, 4724.0, 4754.0, 4717.0, 4705.0, 4724.0, 4706.0, 4744.0, 4706.0, 4775.0, 4725.0, 4695.0, 4734.0, 4704.0, 4754.0, 4724.0, 4763.0, 4724.0, 4752.0, 4712.0, 4692.0, 4731.0, 4713.0, 4751.0, 4703.0, 4720.0, 4711.0, 4693.0, 4722.0, 4704.0, 4763.0, 4724.0, 4703.0, 4754.0, 4715.0, 4705.0, 4745.0, 4727.0, 4777.0, 4766.0, 4715.0, 4724.0, 4715.0, 4753.0, 4726.0, 4764.0, 4767.0, 4716.0, 4705.0, 4724.0, 4716.0, 4755.0, 4715.0, 4744.0, 4703.0, 4734.0, 4703.0, 4732.0, 4713.0, 4741.0, 4701.0, 4750.0, 4719.0, 4749.0, 4739.0, 4717.0, 4717.0, 4686.0, 4715.0, 4677.0, 4725.0, 4696.0, 4665.0, 4695.0, 4676.0, 4706.0, 4689.0, 4727.0, 4708.0, 4678.0, 4697.0, 4699.0, 4718.0, 4699.0, 4691.0, 4721.0, 4702.0, 4741.0, 4703.0, 4692.0, 4712.0, 4713.0, 4733.0, 4705.0, 4753.0, 4737.0, 4714.0, 4716.0, 4705.0, 4734.0, 4707.0, 4754.0, 4736.0, 4705.0, 4725.0, 4724.0, 4744.0, 4706.0, 4755.0, 4745.0, 4705.0, 4746.0, 4705.0, 4754.0, 4715.0, 4705.0, 4736.0, 4725.0, 4766.0, 4716.0, 4725.0, 4726.0, 4705.0, 4744.0, 4716.0, 4765.0, 4745.0, 4704.0, 4723.0, 4713.0, 4744.0, 4714.0, 4744.0, 4733.0, 4703.0, 4753.0, 4704.0, 4742.0, 4713.0, 4712.0, 4723.0, 4704.0, 4743.0, 4712.0, 4762.0, 4702.0, 4741.0, 4713.0, 4694.0, 4732.0, 4712.0, 4752.0, 4703.0, 4741.0, 4714.0, 4692.0, 4713.0, 4704.0, 4743.0, 4713.0, 4752.0, 4704.0, 4743.0, 4724.0, 4704.0, 4745.0, 4714.0, 4743.0, 4705.0, 4755.0, 4735.0, 4715.0, 4745.0, 4706.0, 4754.0, 4726.0, 4745.0, 4736.0, 4726.0, 4736.0, 4715.0, 4755.0, 4705.0, 4754.0, 4715.0, 4765.0, 4736.0, 4745.0, 4734.0, 4703.0, 4743.0, 4703.0, 4742.0, 4713.0, 4763.0, 4732.0, 4693.0, 4731.0, 4711.0, 4740.0, 4713.0, 4702.0, 4723.0, 4704.0, 4743.0, 4703.0, 4753.0, 4713.0, 4741.0, 4713.0, 4702.0, 4724.0, 4703.0, 4742.0, 4703.0, 4742.0, 4704.0, 4731.0, 4714.0, 4694.0, 4735.0, 4726.0, 4744.0, 4717.0, 4735.0, 4726.0, 4716.0, 4756.0, 4718.0, 4765.0, 4726.0, 4706.0, 4746.0, 4726.0, 4777.0, 4736.0, 4765.0, 4724.0, 4703.0, 4743.0, 4704.0, 4762.0, 4733.0, 4751.0, 4711.0, 4692.0, 4722.0, 4713.0, 4752.0, 4713.0, 4750.0, 4701.0, 4691.0, 4721.0, 4704.0, 4752.0, 4724.0, 4702.0, 4712.0, 4703.0, 4734.0, 4716.0, 4753.0, 4725.0, 4713.0, 4714.0, 4704.0, 4734.0, 4725.0, 4754.0, 4725.0, 4714.0, 4724.0, 4704.0, 4735.0, 4705.0, 4753.0, 4705.0, 4754.0, 4716.0, 4733.0, 4726.0, 4705.0, 4745.0, 4716.0, 4754.0, 4705.0, 4754.0, 4725.0, 4695.0, 4745.0, 4716.0, 4765.0, 4726.0, 4763.0, 4724.0, 4763.0, 4734.0, 4731.0, 4732.0, 4692.0, 4742.0, 4701.0, 4740.0, 4702.0, 4740.0, 4712.0, 4750.0, 4732.0, 4701.0, 4720.0, 4701.0, 4741.0, 4703.0, 4751.0, 4732.0, 4703.0, 4732.0, 4704.0, 4753.0, 4717.0, 4763.0, 4744.0, 4705.0, 4725.0, 4704.0, 4722.0, 4714.0, 4753.0, 4727.0, 4734.0, 4735.0, 4715.0, 4743.0, 4716.0, 4763.0, 4735.0, 4714.0, 4744.0, 4714.0, 4762.0, 4714.0, 4702.0, 4723.0, 4705.0, 4752.0, 4723.0, 4762.0, 4722.0, 4711.0, 4713.0, 4693.0, 4732.0, 4702.0, 4740.0, 4692.0, 4741.0, 4714.0, 4721.0, 4721.0, 4712.0, 4742.0, 4702.0, 4703.0, 4713.0, 4705.0, 4754.0, 4714.0, 4754.0, 4715.0, 4743.0, 4714.0, 4705.0, 4725.0, 4714.0, 4753.0, 4714.0, 4763.0, 4715.0, 4703.0, 4724.0, 4705.0, 4753.0, 4716.0, 4733.0, 4723.0, 4714.0, 4745.0, 4716.0, 4754.0, 4735.0, 4705.0, 4723.0, 4715.0, 4744.0, 4716.0, 4766.0, 4747.0, 4745.0, 4735.0, 4703.0, 4742.0, 4704.0, 4751.0, 4712.0, 4733.0, 4722.0, 4702.0, 4742.0, 4702.0, 4741.0, 4704.0, 4711.0, 4713.0, 4702.0, 4741.0, 4702.0, 4751.0, 4702.0, 4711.0, 4712.0, 4704.0, 4733.0, 4702.0, 4752.0, 4692.0, 4740.0, 4702.0, 4702.0, 4713.0, 4703.0, 4733.0, 4703.0, 4742.0, 4714.0, 4703.0, 4725.0, 4705.0, 4744.0, 4724.0, 4755.0, 4715.0, 4743.0, 4726.0, 4725.0, 4735.0, 4715.0, 4754.0, 4715.0, 4743.0, 4725.0, 4725.0, 4746.0, 4715.0, 4754.0, 4715.0, 4705.0, 4726.0, 4727.0, 4756.0, 4727.0, 4717.0, 4737.0, 4716.0, 4756.0, 4716.0, 4754.0, 4705.0, 4764.0, 4714.0, 4762.0, 4702.0, 4750.0, 4711.0, 4750.0, 4732.0, 4750.0, 4731.0, 4690.0, 4711.0, 4691.0, 4729.0, 4702.0, 4730.0, 4702.0, 4750.0, 4702.0, 4731.0, 4711.0, 4691.0, 4722.0, 4713.0, 4752.0, 4704.0, 4744.0, 4715.0, 4705.0, 4757.0, 4725.0, 4764.0, 4716.0, 4755.0, 4725.0, 4726.0, 4744.0, 4714.0, 4763.0, 4704.0, 4752.0, 4723.0, 4742.0, 4732.0, 4702.0, 4751.0, 4701.0, 4740.0, 4702.0, 4740.0, 4712.0, 4702.0, 4733.0, 4713.0, 4741.0, 4704.0, 4741.0, 4725.0, 4703.0, 4743.0, 4713.0, 4742.0, 4714.0, 4722.0, 4724.0, 4705.0, 4734.0, 4714.0, 4754.0, 4703.0, 4742.0, 4715.0, 4742.0, 4737.0, 4715.0, 4755.0, 4715.0, 4715.0, 4744.0, 4740.0, 4741.0, 4761.0, 4719.0, 4725.0, 4705.0, 4744.0, 4705.0, 4776.0, 4730.0, 4775.0, 4715.0, 4723.0, 4714.0, 4695.0, 4723.0, 4714.0, 4753.0, 4714.0, 4694.0, 4724.0, 4706.0, 4736.0, 4716.0, 4764.0, 4716.0, 4755.0, 4726.0, 4745.0, 4725.0, 4705.0, 4744.0, 4705.0, 4744.0, 4715.0, 4714.0, 4725.0, 4714.0, 4734.0, 4704.0, 4753.0, 4693.0, 4702.0, 4713.0, 4704.0, 4725.0, 4717.0, 4767.0, 4737.0, 4705.0, 4725.0, 4704.0, 4735.0, 4715.0, 4763.0, 4734.0, 4704.0, 4723.0, 4704.0, 4732.0, 4703.0, 4742.0, 4714.0, 4752.0, 4713.0, 4694.0, 4713.0, 4713.0, 4734.0, 4706.0, 4744.0, 4725.0, 4694.0, 4714.0, 4714.0, 4733.0, 4705.0, 4754.0, 4716.0, 4753.0, 4724.0, 4694.0, 4715.0, 4714.0, 4733.0, 4705.0, 4754.0, 4717.0, 4754.0, 4735.0, 4705.0, 4724.0, 4715.0, 4744.0, 4717.0, 4707.0, 4736.0, 4726.0, 4755.0, 4727.0, 4708.0, 4761.0, 4733.0, 4778.0, 4740.0, 4728.0, 4727.0, 4706.0, 4745.0, 4707.0, 4766.0, 4737.0, 4724.0, 4726.0, 4695.0, 4744.0, 4705.0, 4764.0, 4726.0, 4754.0, 4725.0, 4693.0, 4723.0, 4704.0, 4743.0, 4714.0, 4753.0, 4715.0, 4753.0, 4734.0, 4694.0, 4723.0, 4694.0, 4743.0, 4705.0, 4754.0, 4727.0, 4725.0, 4762.0, 4719.0, 4747.0, 4729.0, 4709.0, 4750.0, 4733.0, 4733.0, 4771.0, 4732.0, 4769.0, 4731.0, 4790.0, 4750.0, 4778.0, 4758.0, 4736.0, 4726.0, 4706.0, 4735.0, 4695.0, 4744.0, 4705.0, 4753.0, 4724.0, 4713.0, 4704.0, 4694.0, 4734.0, 4695.0, 4743.0, 4695.0, 4734.0, 4704.0, 4753.0, 4704.0, 4713.0, 4704.0, 4705.0, 4734.0, 4705.0, 4764.0, 4715.0, 4695.0, 4735.0, 4685.0, 4765.0, 4705.0, 4754.0, 4704.0, 4763.0, 4705.0, 4714.0, 4713.0, 4693.0, 4743.0, 4703.0, 4752.0, 4693.0, 4703.0, 4713.0, 4684.0, 4743.0, 4705.0, 4754.0, 4714.0, 4752.0, 4703.0, 4741.0, 4713.0, 4732.0, 4723.0, 4693.0, 4722.0, 4703.0, 4732.0, 4703.0, 4742.0, 4714.0, 4752.0, 4733.0, 4703.0, 4723.0, 4704.0, 4733.0, 4715.0, 4754.0, 4735.0, 4704.0, 4734.0, 4684.0, 4723.0, 4684.0, 4743.0, 4694.0, 4733.0, 4704.0, 4765.0, 4715.0, 4704.0, 4714.0, 4695.0, 4735.0, 4708.0, 4765.0, 4740.0, 4746.0, 4717.0, 4720.0, 4747.0, 4709.0, 4756.0, 4737.0, 4775.0, 4716.0, 4716.0], 'WindowWidth': [10408.0, 10444.0, 10349.0, 10394.0, 10350.0, 10296.0, 10293.0, 10261.0, 10289.0, 10266.0, 10338.0, 10305.0, 10282.0, 10324.0, 10293.0, 10320.0, 10285.0, 10349.0, 10300.0, 10310.0, 10323.0, 10266.0, 10307.0, 10278.0, 10320.0, 10287.0, 10349.0, 10295.0, 10264.0, 10296.0, 10277.0, 10304.0, 10272.0, 10364.0, 10314.0, 10271.0, 10297.0, 10293.0, 10306.0, 10288.0, 10362.0, 10313.0, 10331.0, 10291.0, 10250.0, 10303.0, 10267.0, 10305.0, 10296.0, 10360.0, 10295.0, 10328.0, 10278.0, 10266.0, 10322.0, 10287.0, 10353.0, 10300.0, 10365.0, 10281.0, 10269.0, 10323.0, 10275.0, 10354.0, 10286.0, 10366.0, 10286.0, 10280.0, 10299.0, 10275.0, 10342.0, 10285.0, 10365.0, 10283.0, 10349.0, 10282.0, 10323.0, 10299.0, 10269.0, 10309.0, 10271.0, 10323.0, 10289.0, 10360.0, 10319.0, 10290.0, 10348.0, 10289.0, 10312.0, 10291.0, 10343.0, 10321.0, 10329.0, 10306.0, 10289.0, 10303.0, 10323.0, 10360.0, 10326.0, 10373.0, 10305.0, 10275.0, 10343.0, 10287.0, 10343.0, 10291.0, 10369.0, 10341.0, 10319.0, 10294.0, 10268.0, 10310.0, 10283.0, 10366.0, 10315.0, 10367.0, 10351.0, 10265.0, 10292.0, 10277.0, 10303.0, 10270.0, 10346.0, 10310.0, 10314.0, 10275.0, 10263.0, 10305.0, 10278.0, 10320.0, 10284.0, 10347.0, 10297.0, 10263.0, 10280.0, 10268.0, 10297.0, 10299.0, 10340.0, 10302.0, 10311.0, 10300.0, 10260.0, 10302.0, 10288.0, 10356.0, 10283.0, 10352.0, 10285.0, 10350.0, 10282.0, 10363.0, 10295.0, 10349.0, 10293.0, 10332.0, 10305.0, 10265.0, 10287.0, 10264.0, 10289.0, 10291.0, 10308.0, 10274.0, 10336.0, 10302.0, 10368.0, 10300.0, 10283.0, 10297.0, 10267.0, 10294.0, 10273.0, 10325.0, 10285.0, 10368.0, 10285.0, 10307.0, 10299.0, 10289.0, 10317.0, 10302.0, 10342.0, 10290.0, 10356.0, 10305.0, 10315.0, 10321.0, 10294.0, 10348.0, 10304.0, 10361.0, 10294.0, 10345.0, 10305.0, 10307.0, 10324.0, 10294.0, 10362.0, 10292.0, 10372.0, 10306.0, 10372.0, 10319.0, 10372.0, 10329.0, 10366.0, 10309.0, 10303.0, 10291.0, 10250.0, 10317.0, 10279.0, 10317.0, 10279.0, 10261.0, 10290.0, 10267.0, 10295.0, 10300.0, 10338.0, 10296.0, 10364.0, 10282.0, 10328.0, 10293.0, 10254.0, 10294.0, 10281.0, 10351.0, 10283.0, 10267.0, 10311.0, 10275.0, 10341.0, 10319.0, 10316.0, 10303.0, 10304.0, 10330.0, 10308.0, 10390.0, 10323.0, 10356.0, 10344.0, 10287.0, 10329.0, 10290.0, 10298.0, 10303.0, 10291.0, 10357.0, 10304.0, 10351.0, 10298.0, 10270.0, 10339.0, 10283.0, 10326.0, 10296.0, 10365.0, 10294.0, 10263.0, 10278.0, 10264.0, 10295.0, 10295.0, 10351.0, 10310.0, 10316.0, 10277.0, 10254.0, 10317.0, 10281.0, 10319.0, 10278.0, 10349.0, 10276.0, 10250.0, 10289.0, 10269.0, 10323.0, 10289.0, 10350.0, 10313.0, 10294.0, 10282.0, 10269.0, 10323.0, 10287.0, 10325.0, 10285.0, 10366.0, 10298.0, 10269.0, 10298.0, 10303.0, 10345.0, 10305.0, 10369.0, 10298.0, 10261.0, 10331.0, 10291.0, 10343.0, 10307.0, 10339.0, 10301.0, 10275.0, 10316.0, 10289.0, 10356.0, 10288.0, 10368.0, 10295.0, 10269.0, 10297.0, 10286.0, 10324.0, 10282.0, 10367.0, 10283.0, 10265.0, 10293.0, 10267.0, 10338.0, 10287.0, 10336.0, 10295.0, 10318.0, 10297.0, 10254.0, 10323.0, 10283.0, 10322.0, 10283.0, 10364.0, 10296.0, 10255.0, 10295.0, 10300.0, 10328.0, 10291.0, 10369.0, 10316.0, 10321.0, 10296.0, 10256.0, 10297.0, 10271.0, 10356.0, 10270.0, 10335.0, 10284.0, 10276.0, 10304.0, 10318.0, 10361.0, 10314.0, 10293.0, 10320.0, 10296.0, 10348.0, 10296.0, 10394.0, 10320.0, 10280.0, 10332.0, 10293.0, 10362.0, 10317.0, 10376.0, 10319.0, 10356.0, 10296.0, 10270.0, 10324.0, 10298.0, 10354.0, 10288.0, 10307.0, 10295.0, 10273.0, 10312.0, 10291.0, 10373.0, 10319.0, 10288.0, 10361.0, 10310.0, 10297.0, 10352.0, 10330.0, 10402.0, 10382.0, 10307.0, 10317.0, 10308.0, 10357.0, 10326.0, 10377.0, 10383.0, 10310.0, 10293.0, 10319.0, 10309.0, 10365.0, 10305.0, 10345.0, 10287.0, 10330.0, 10286.0, 10327.0, 10300.0, 10335.0, 10280.0, 10349.0, 10302.0, 10349.0, 10331.0, 10297.0, 10296.0, 10250.0, 10287.0, 10238.0, 10303.0, 10262.0, 10222.0, 10261.0, 10237.0, 10278.0, 10261.0, 10311.0, 10285.0, 10244.0, 10269.0, 10273.0, 10299.0, 10276.0, 10267.0, 10309.0, 10283.0, 10338.0, 10286.0, 10270.0, 10299.0, 10301.0, 10328.0, 10295.0, 10360.0, 10340.0, 10306.0, 10309.0, 10293.0, 10333.0, 10302.0, 10364.0, 10338.0, 10293.0, 10320.0, 10318.0, 10346.0, 10297.0, 10364.0, 10350.0, 10295.0, 10350.0, 10294.0, 10361.0, 10308.0, 10295.0, 10338.0, 10320.0, 10380.0, 10309.0, 10321.0, 10323.0, 10294.0, 10348.0, 10312.0, 10380.0, 10349.0, 10289.0, 10315.0, 10302.0, 10345.0, 10304.0, 10346.0, 10331.0, 10288.0, 10356.0, 10290.0, 10342.0, 10303.0, 10298.0, 10316.0, 10290.0, 10345.0, 10298.0, 10369.0, 10284.0, 10337.0, 10301.0, 10276.0, 10327.0, 10299.0, 10355.0, 10286.0, 10339.0, 10301.0, 10270.0, 10302.0, 10291.0, 10343.0, 10300.0, 10353.0, 10289.0, 10343.0, 10319.0, 10290.0, 10348.0, 10304.0, 10342.0, 10294.0, 10365.0, 10337.0, 10307.0, 10349.0, 10297.0, 10364.0, 10326.0, 10348.0, 10339.0, 10324.0, 10337.0, 10308.0, 10362.0, 10293.0, 10359.0, 10309.0, 10378.0, 10338.0, 10348.0, 10334.0, 10286.0, 10341.0, 10285.0, 10340.0, 10299.0, 10371.0, 10327.0, 10272.0, 10322.0, 10295.0, 10335.0, 10300.0, 10284.0, 10314.0, 10289.0, 10343.0, 10288.0, 10357.0, 10300.0, 10337.0, 10300.0, 10285.0, 10316.0, 10286.0, 10341.0, 10286.0, 10339.0, 10290.0, 10324.0, 10305.0, 10277.0, 10334.0, 10321.0, 10346.0, 10311.0, 10337.0, 10326.0, 10311.0, 10367.0, 10316.0, 10378.0, 10323.0, 10297.0, 10353.0, 10323.0, 10398.0, 10338.0, 10378.0, 10318.0, 10288.0, 10344.0, 10290.0, 10371.0, 10328.0, 10350.0, 10296.0, 10269.0, 10311.0, 10299.0, 10355.0, 10300.0, 10348.0, 10281.0, 10269.0, 10308.0, 10290.0, 10353.0, 10317.0, 10285.0, 10298.0, 10287.0, 10329.0, 10310.0, 10359.0, 10320.0, 10302.0, 10304.0, 10289.0, 10330.0, 10322.0, 10363.0, 10322.0, 10303.0, 10318.0, 10291.0, 10334.0, 10294.0, 10358.0, 10294.0, 10360.0, 10309.0, 10329.0, 10324.0, 10295.0, 10350.0, 10308.0, 10361.0, 10294.0, 10360.0, 10321.0, 10282.0, 10350.0, 10309.0, 10379.0, 10323.0, 10373.0, 10318.0, 10373.0, 10330.0, 10323.0, 10326.0, 10270.0, 10342.0, 10281.0, 10333.0, 10284.0, 10333.0, 10298.0, 10350.0, 10325.0, 10279.0, 10305.0, 10280.0, 10335.0, 10289.0, 10352.0, 10327.0, 10287.0, 10327.0, 10292.0, 10357.0, 10312.0, 10374.0, 10347.0, 10292.0, 10319.0, 10289.0, 10313.0, 10304.0, 10358.0, 10325.0, 10332.0, 10333.0, 10306.0, 10342.0, 10309.0, 10374.0, 10334.0, 10304.0, 10345.0, 10302.0, 10370.0, 10302.0, 10285.0, 10313.0, 10292.0, 10355.0, 10314.0, 10371.0, 10312.0, 10296.0, 10298.0, 10272.0, 10325.0, 10282.0, 10335.0, 10269.0, 10335.0, 10301.0, 10309.0, 10310.0, 10296.0, 10339.0, 10285.0, 10287.0, 10300.0, 10292.0, 10358.0, 10306.0, 10359.0, 10305.0, 10342.0, 10304.0, 10291.0, 10320.0, 10304.0, 10359.0, 10303.0, 10375.0, 10306.0, 10287.0, 10316.0, 10292.0, 10358.0, 10308.0, 10328.0, 10315.0, 10304.0, 10347.0, 10312.0, 10361.0, 10335.0, 10293.0, 10315.0, 10305.0, 10345.0, 10310.0, 10380.0, 10354.0, 10348.0, 10335.0, 10287.0, 10339.0, 10288.0, 10350.0, 10298.0, 10326.0, 10312.0, 10282.0, 10338.0, 10282.0, 10336.0, 10288.0, 10296.0, 10299.0, 10285.0, 10338.0, 10283.0, 10350.0, 10284.0, 10295.0, 10298.0, 10289.0, 10328.0, 10284.0, 10353.0, 10269.0, 10334.0, 10282.0, 10281.0, 10299.0, 10286.0, 10328.0, 10286.0, 10340.0, 10303.0, 10289.0, 10323.0, 10295.0, 10347.0, 10318.0, 10360.0, 10305.0, 10344.0, 10325.0, 10322.0, 10336.0, 10306.0, 10360.0, 10308.0, 10345.0, 10321.0, 10320.0, 10353.0, 10306.0, 10359.0, 10307.0, 10293.0, 10325.0, 10327.0, 10365.0, 10329.0, 10314.0, 10341.0, 10310.0, 10368.0, 10309.0, 10361.0, 10291.0, 10375.0, 10301.0, 10370.0, 10284.0, 10347.0, 10295.0, 10349.0, 10324.0, 10347.0, 10322.0, 10263.0, 10291.0, 10266.0, 10315.0, 10282.0, 10318.0, 10282.0, 10349.0, 10282.0, 10319.0, 10295.0, 10268.0, 10312.0, 10299.0, 10353.0, 10291.0, 10344.0, 10307.0, 10294.0, 10367.0, 10320.0, 10374.0, 10308.0, 10362.0, 10321.0, 10321.0, 10348.0, 10302.0, 10373.0, 10288.0, 10356.0, 10312.0, 10338.0, 10326.0, 10282.0, 10351.0, 10281.0, 10333.0, 10284.0, 10335.0, 10299.0, 10284.0, 10329.0, 10299.0, 10337.0, 10289.0, 10339.0, 10318.0, 10287.0, 10342.0, 10300.0, 10340.0, 10303.0, 10312.0, 10318.0, 10292.0, 10332.0, 10301.0, 10357.0, 10288.0, 10340.0, 10305.0, 10340.0, 10342.0, 10308.0, 10363.0, 10307.0, 10307.0, 10347.0, 10354.0, 10354.0, 10383.0, 10320.0, 10321.0, 10291.0, 10345.0, 10294.0, 10395.0, 10336.0, 10390.0, 10306.0, 10313.0, 10302.0, 10277.0, 10315.0, 10304.0, 10357.0, 10301.0, 10275.0, 10318.0, 10296.0, 10337.0, 10309.0, 10375.0, 10308.0, 10362.0, 10323.0, 10348.0, 10320.0, 10291.0, 10346.0, 10290.0, 10345.0, 10306.0, 10303.0, 10319.0, 10305.0, 10332.0, 10287.0, 10356.0, 10272.0, 10283.0, 10300.0, 10288.0, 10318.0, 10313.0, 10383.0, 10341.0, 10293.0, 10319.0, 10286.0, 10330.0, 10306.0, 10373.0, 10331.0, 10287.0, 10312.0, 10288.0, 10325.0, 10286.0, 10337.0, 10302.0, 10351.0, 10298.0, 10273.0, 10298.0, 10299.0, 10328.0, 10294.0, 10344.0, 10318.0, 10274.0, 10300.0, 10300.0, 10327.0, 10292.0, 10358.0, 10309.0, 10357.0, 10317.0, 10272.0, 10302.0, 10301.0, 10328.0, 10293.0, 10357.0, 10310.0, 10360.0, 10333.0, 10291.0, 10315.0, 10305.0, 10345.0, 10311.0, 10298.0, 10336.0, 10322.0, 10365.0, 10325.0, 10303.0, 10380.0, 10346.0, 10402.0, 10348.0, 10327.0, 10324.0, 10294.0, 10348.0, 10297.0, 10380.0, 10338.0, 10317.0, 10320.0, 10278.0, 10344.0, 10292.0, 10373.0, 10322.0, 10360.0, 10318.0, 10272.0, 10311.0, 10288.0, 10340.0, 10303.0, 10357.0, 10306.0, 10354.0, 10330.0, 10275.0, 10312.0, 10276.0, 10340.0, 10291.0, 10359.0, 10324.0, 10321.0, 10384.0, 10317.0, 10356.0, 10333.0, 10306.0, 10366.0, 10347.0, 10346.0, 10395.0, 10344.0, 10390.0, 10341.0, 10421.0, 10364.0, 10404.0, 10373.0, 10338.0, 10323.0, 10294.0, 10335.0, 10278.0, 10344.0, 10292.0, 10356.0, 10316.0, 10299.0, 10288.0, 10277.0, 10332.0, 10277.0, 10343.0, 10279.0, 10329.0, 10288.0, 10357.0, 10288.0, 10300.0, 10289.0, 10292.0, 10330.0, 10293.0, 10376.0, 10307.0, 10279.0, 10334.0, 10266.0, 10377.0, 10292.0, 10361.0, 10288.0, 10371.0, 10291.0, 10300.0, 10299.0, 10274.0, 10341.0, 10284.0, 10353.0, 10274.0, 10286.0, 10301.0, 10263.0, 10344.0, 10292.0, 10359.0, 10301.0, 10356.0, 10287.0, 10337.0, 10300.0, 10325.0, 10313.0, 10271.0, 10311.0, 10285.0, 10324.0, 10288.0, 10338.0, 10303.0, 10355.0, 10329.0, 10287.0, 10313.0, 10290.0, 10328.0, 10307.0, 10361.0, 10335.0, 10291.0, 10329.0, 10263.0, 10315.0, 10262.0, 10341.0, 10277.0, 10327.0, 10290.0, 10377.0, 10306.0, 10291.0, 10305.0, 10280.0, 10335.0, 10302.0, 10378.0, 10350.0, 10350.0, 10312.0, 10323.0, 10356.0, 10306.0, 10368.0, 10341.0, 10394.0, 10310.0, 10309.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.0029607111882046836</td></tr>
<tr><td colspan=3>aqi</td><td>0.020487410494362535</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.813041302873266</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3115435265451394</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0357765962934031</td></tr>
<tr><td colspan=3>efc</td><td>0.4753</td></tr>
<tr><td colspan=3>fber</td><td>6085.106</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08343177879952643</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.821335646140503</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7073902684015017</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.625543028311267</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9587537476396317</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.537874029253606</td></tr>
<tr><td colspan=3>gcor</td><td>0.00545533</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021952910348773003</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029974423348903656</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.72242255722589</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>38.6349</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.039</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.8714</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.657</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0372</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>661.9671</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3860.9728</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1102.2322</td></tr>
<tr><td colspan=3>tsnr</td><td>40.30166618863586</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>