ds005256-mriqc/sub-0032_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +02:00

616 lines
No EOL
143 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-0032_ses-04_task-fractional_acq-mb8_run-02_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-0032_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-02_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-0032/ses-04/func/sub-0032_ses-04_task-fractional_acq-mb8_run-02_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>21d2e295dda5e89f65309f864793c0d0</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:43:40.437500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</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-02_task-fractional_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.0943023</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f9205843-29c1-46e7-888b-aa5fcf57e0be||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [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, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['144340.437500', '144340.897500', '144341.357500', '144341.817500', '144342.277500', '144342.737500', '144343.197500', '144343.657500', '144344.117500', '144344.577500', '144345.037500', '144345.497500', '144345.957500', '144346.417500', '144346.877500', '144347.337500', '144347.797500', '144348.257500', '144348.717500', '144349.177500', '144349.637500', '144350.097500', '144350.557500', '144351.017500', '144351.477500', '144351.937500', '144352.397500', '144352.857500', '144353.317500', '144353.777500', '144354.237500', '144354.697500', '144355.157500', '144355.617500', '144356.077500', '144356.537500', '144356.997500', '144357.457500', '144357.917500', '144358.377500', '144358.837500', '144359.297500', '144359.757500', '144400.217500', '144400.677500', '144401.137500', '144401.597500', '144402.057500', '144402.517500', '144402.977500', '144403.437500', '144403.897500', '144404.357500', '144404.817500', '144405.277500', '144405.737500', '144406.197500', '144406.657500', '144407.117500', '144407.577500', '144408.037500', '144408.497500', '144408.957500', '144409.417500', '144409.877500', '144410.337500', '144410.797500', '144411.257500', '144411.717500', '144412.177500', '144412.637500', '144413.097500', '144413.557500', '144414.017500', '144414.477500', '144414.937500', '144415.397500', '144415.857500', '144416.317500', '144416.777500', '144417.237500', '144417.697500', '144418.157500', '144418.617500', '144419.077500', '144419.537500', '144419.997500', '144420.457500', '144420.917500', '144421.377500', '144421.837500', '144422.297500', '144422.757500', '144423.217500', '144423.677500', '144424.137500', '144424.597500', '144425.057500', '144425.517500', '144425.977500', '144426.437500', '144426.897500', '144427.357500', '144427.817500', '144428.277500', '144428.737500', '144429.197500', '144429.657500', '144430.117500', '144430.577500', '144431.037500', '144431.497500', '144431.957500', '144432.417500', '144432.877500', '144433.337500', '144433.797500', '144434.257500', '144434.717500', '144435.177500', '144435.637500', '144436.097500', '144436.557500', '144437.017500', '144437.477500', '144437.937500', '144438.397500', '144438.857500', '144439.317500', '144439.777500', '144440.237500', '144440.697500', '144441.157500', '144441.617500', '144442.077500', '144442.537500', '144442.997500', '144443.457500', '144443.917500', '144444.377500', '144444.837500', '144445.297500', '144445.757500', '144446.217500', '144446.677500', '144447.137500', '144447.597500', '144448.057500', '144448.517500', '144448.977500', '144449.437500', '144449.897500', '144450.357500', '144450.817500', '144451.277500', '144451.737500', '144452.197500', '144452.657500', '144453.117500', '144453.577500', '144454.037500', '144454.497500', '144454.957500', '144455.417500', '144455.877500', '144456.337500', '144456.797500', '144457.257500', '144457.717500', '144458.177500', '144458.637500', '144459.097500', '144459.557500', '144500.017500', '144500.477500', '144500.937500', '144501.397500', '144501.857500', '144502.317500', '144502.777500', '144503.237500', '144503.697500', '144504.157500', '144504.617500', '144505.077500', '144505.537500', '144505.997500', '144506.457500', '144506.917500', '144507.377500', '144507.837500', '144508.297500', '144508.757500', '144509.217500', '144509.677500', '144510.137500', '144510.597500', '144511.057500', '144511.517500', '144511.977500', '144512.437500', '144512.897500', '144513.357500', '144513.817500', '144514.277500', '144514.737500', '144515.197500', '144515.657500', '144516.117500', '144516.577500', '144517.037500', '144517.497500', '144517.957500', '144518.417500', '144518.877500', '144519.337500', '144519.797500', '144520.257500', '144520.717500', '144521.177500', '144521.637500', '144522.097500', '144522.557500', '144523.017500', '144523.477500', '144523.937500', '144524.397500', '144524.857500', '144525.317500', '144525.777500', '144526.237500', '144526.697500', '144527.157500', '144527.617500', '144528.077500', '144528.537500', '144528.997500', '144529.457500', '144529.917500', '144530.377500', '144530.837500', '144531.297500', '144531.757500', '144532.217500', '144532.677500', '144533.137500', '144533.597500', '144534.057500', '144534.517500', '144534.977500', '144535.437500', '144535.897500', '144536.357500', '144536.817500', '144537.277500', '144537.737500', '144538.197500', '144538.657500', '144539.117500', '144539.577500', '144540.037500', '144540.497500', '144540.957500', '144541.417500', '144541.877500', '144542.337500', '144542.797500', '144543.257500', '144543.717500', '144544.177500', '144544.637500', '144545.097500', '144545.557500', '144546.017500', '144546.477500', '144546.937500', '144547.397500', '144547.857500', '144548.317500', '144548.777500', '144549.237500', '144549.697500', '144550.157500', '144550.617500', '144551.077500', '144551.537500', '144551.997500', '144552.457500', '144552.917500', '144553.377500', '144553.837500', '144554.297500', '144554.757500', '144555.217500', '144555.677500', '144556.137500', '144556.597500', '144557.057500', '144557.517500', '144557.977500', '144558.437500', '144558.897500', '144559.357500', '144559.817500', '144600.277500', '144600.737500', '144601.197500', '144601.657500', '144602.117500', '144602.577500', '144603.037500', '144603.497500', '144603.957500', '144604.417500', '144604.877500', '144605.337500', '144605.797500', '144606.257500', '144606.717500', '144607.177500', '144607.637500', '144608.097500', '144608.557500', '144609.017500', '144609.477500', '144609.937500', '144610.397500', '144610.857500', '144611.317500', '144611.777500', '144612.237500', '144612.697500', '144613.157500', '144613.617500', '144614.077500', '144614.537500', '144614.997500', '144615.457500', '144615.917500', '144616.377500', '144616.837500', '144617.297500', '144617.757500', '144618.217500', '144618.677500', '144619.137500', '144619.597500', '144620.057500', '144620.517500', '144620.977500', '144621.437500', '144621.897500', '144622.357500', '144622.817500', '144623.277500', '144623.737500', '144624.197500', '144624.657500', '144625.117500', '144625.577500', '144626.037500', '144626.497500', '144626.957500', '144627.417500', '144627.877500', '144628.337500', '144628.797500', '144629.257500', '144629.717500', '144630.177500', '144630.637500', '144631.097500', '144631.557500', '144632.017500', '144632.477500', '144632.937500', '144633.397500', '144633.857500', '144634.317500', '144634.777500', '144635.237500', '144635.697500', '144636.157500', '144636.617500', '144637.077500', '144637.537500', '144637.997500', '144638.457500', '144638.917500', '144639.377500', '144639.837500', '144640.297500', '144640.757500', '144641.217500', '144641.677500', '144642.137500', '144642.597500', '144643.057500', '144643.517500', '144643.977500', '144644.437500', '144644.897500', '144645.357500', '144645.817500', '144646.277500', '144646.737500', '144647.197500', '144647.657500', '144648.117500', '144648.577500', '144649.037500', '144649.497500', '144649.957500', '144650.417500', '144650.877500', '144651.337500', '144651.797500', '144652.257500', '144652.717500', '144653.177500', '144653.637500', '144654.097500', '144654.557500', '144655.017500', '144655.477500', '144655.937500', '144656.397500', '144656.857500', '144657.317500', '144657.777500', '144658.237500', '144658.697500', '144659.157500', '144659.617500', '144700.077500', '144700.537500', '144700.997500', '144701.457500', '144701.917500', '144702.377500', '144702.837500', '144703.297500', '144703.757500', '144704.217500', '144704.677500', '144705.137500', '144705.597500', '144706.057500', '144706.517500', '144706.977500', '144707.437500', '144707.897500', '144708.357500', '144708.817500', '144709.277500', '144709.737500', '144710.197500', '144710.657500', '144711.117500', '144711.577500', '144712.037500', '144712.497500', '144712.957500', '144713.417500', '144713.877500', '144714.337500', '144714.797500', '144715.257500', '144715.717500', '144716.177500', '144716.637500', '144717.097500', '144717.557500', '144718.017500', '144718.477500', '144718.937500', '144719.397500', '144719.857500', '144720.317500', '144720.777500', '144721.237500', '144721.697500', '144722.157500', '144722.617500', '144723.077500', '144723.537500', '144723.997500', '144724.457500', '144724.917500', '144725.377500', '144725.837500', '144726.297500', '144726.757500', '144727.217500', '144727.677500', '144728.137500', '144728.597500', '144729.057500', '144729.517500', '144729.977500', '144730.437500', '144730.897500', '144731.357500', '144731.817500', '144732.277500', '144732.737500', '144733.197500', '144733.657500', '144734.117500', '144734.577500', '144735.037500', '144735.497500', '144735.957500', '144736.417500', '144736.877500', '144737.337500', '144737.797500', '144738.257500', '144738.717500', '144739.177500', '144739.637500', '144740.097500', '144740.557500', '144741.017500', '144741.477500', '144741.937500', '144742.397500', '144742.857500', '144743.317500', '144743.777500', '144744.237500', '144744.697500', '144745.157500', '144745.617500', '144746.077500', '144746.537500', '144746.997500', '144747.457500', '144747.917500', '144748.377500', '144748.837500', '144749.297500', '144749.757500', '144750.217500', '144750.677500', '144751.137500', '144751.597500', '144752.057500', '144752.517500', '144752.977500', '144753.437500', '144753.897500', '144754.357500', '144754.817500', '144755.277500', '144755.737500', '144756.197500', '144756.657500', '144757.117500', '144757.577500', '144758.037500', '144758.497500', '144758.957500', '144759.417500', '144759.877500', '144800.337500', '144800.797500', '144801.257500', '144801.717500', '144802.177500', '144802.637500', '144803.097500', '144803.557500', '144804.017500', '144804.477500', '144804.937500', '144805.397500', '144805.857500', '144806.317500', '144806.777500', '144807.237500', '144807.697500', '144808.157500', '144808.617500', '144809.077500', '144809.537500', '144809.997500', '144810.457500', '144810.917500', '144811.377500', '144811.837500', '144812.297500', '144812.757500', '144813.217500', '144813.677500', '144814.137500', '144814.597500', '144815.057500', '144815.517500', '144815.977500', '144816.437500', '144816.897500', '144817.357500', '144817.817500', '144818.277500', '144818.737500', '144819.197500', '144819.657500', '144820.117500', '144820.577500', '144821.037500', '144821.497500', '144821.957500', '144822.417500', '144822.877500', '144823.337500', '144823.797500', '144824.257500', '144824.717500', '144825.177500', '144825.637500', '144826.097500', '144826.557500', '144827.017500', '144827.477500', '144827.937500', '144828.397500', '144828.857500', '144829.317500', '144829.777500', '144830.237500', '144830.697500', '144831.157500', '144831.617500', '144832.077500', '144832.537500', '144832.997500', '144833.457500', '144833.917500', '144834.377500', '144834.837500', '144835.297500', '144835.757500', '144836.217500', '144836.677500', '144837.137500', '144837.597500', '144838.057500', '144838.517500', '144838.977500', '144839.437500', '144839.897500', '144840.357500', '144840.817500', '144841.277500', '144841.737500', '144842.197500', '144842.657500', '144843.117500', '144843.577500', '144844.037500', '144844.497500', '144844.957500', '144845.417500', '144845.877500', '144846.337500', '144846.797500', '144847.257500', '144847.717500', '144848.177500', '144848.637500', '144849.097500', '144849.557500', '144850.017500', '144850.477500', '144850.937500', '144851.397500', '144851.857500', '144852.317500', '144852.777500', '144853.237500', '144853.697500', '144854.157500', '144854.617500', '144855.077500', '144855.537500', '144855.997500', '144856.457500', '144856.917500', '144857.377500', '144857.837500', '144858.297500', '144858.757500', '144859.217500', '144859.677500', '144900.137500', '144900.597500', '144901.057500', '144901.517500', '144901.977500', '144902.437500', '144902.897500', '144903.357500', '144903.817500', '144904.277500', '144904.737500', '144905.197500', '144905.657500', '144906.117500', '144906.577500', '144907.037500', '144907.497500', '144907.957500', '144908.417500', '144908.877500', '144909.337500', '144909.797500', '144910.257500', '144910.717500', '144911.177500', '144911.637500', '144912.097500', '144912.557500', '144913.017500', '144913.477500', '144913.937500', '144914.397500', '144914.857500', '144915.317500', '144915.777500', '144916.237500', '144916.697500', '144917.157500', '144917.617500', '144918.077500', '144918.537500', '144918.997500', '144919.457500', '144919.917500', '144920.377500', '144920.837500', '144921.297500', '144921.757500', '144922.217500', '144922.677500', '144923.137500', '144923.597500', '144924.057500', '144924.517500', '144924.977500', '144925.437500', '144925.897500', '144926.357500', '144926.817500', '144927.277500', '144927.737500', '144928.197500', '144928.657500', '144929.117500', '144929.577500', '144930.037500', '144930.497500', '144930.957500', '144931.417500', '144931.877500', '144932.337500', '144932.797500', '144933.257500', '144933.717500', '144934.177500', '144934.637500', '144935.097500', '144935.557500', '144936.017500', '144936.477500', '144936.937500', '144937.397500', '144937.857500', '144938.317500', '144938.777500', '144939.237500', '144939.697500', '144940.157500', '144940.617500', '144941.077500', '144941.537500', '144941.997500', '144942.457500', '144942.917500', '144943.377500', '144943.837500', '144944.297500', '144944.757500', '144945.217500', '144945.677500', '144946.137500', '144946.597500', '144947.057500', '144947.517500', '144947.977500', '144948.437500', '144948.897500', '144949.357500', '144949.817500', '144950.277500', '144950.737500', '144951.197500', '144951.657500', '144952.117500', '144952.577500', '144953.037500', '144953.497500', '144953.957500', '144954.417500', '144954.877500', '144955.337500', '144955.797500', '144956.257500', '144956.717500', '144957.177500', '144957.637500', '144958.097500', '144958.557500', '144959.017500', '144959.477500', '144959.937500', '145000.397500', '145000.857500', '145001.317500', '145001.777500', '145002.237500', '145002.697500', '145003.157500', '145003.617500', '145004.077500', '145004.537500', '145004.997500', '145005.457500', '145005.917500', '145006.377500', '145006.837500', '145007.297500', '145007.757500', '145008.217500', '145008.677500', '145009.137500', '145009.597500', '145010.057500', '145010.517500', '145010.977500', '145011.437500', '145011.897500', '145012.357500', '145012.817500', '145013.277500', '145013.737500', '145014.197500', '145014.657500', '145015.117500', '145015.577500', '145016.037500', '145016.497500', '145016.957500', '145017.417500', '145017.877500', '145018.337500', '145018.797500', '145019.257500', '145019.717500', '145020.177500', '145020.637500', '145021.097500', '145021.557500', '145022.017500', '145022.477500', '145022.937500', '145023.397500', '145023.857500', '145024.317500', '145024.777500', '145025.237500', '145025.697500', '145026.157500', '145026.617500', '145027.077500', '145027.537500', '145027.997500', '145028.457500', '145028.917500', '145029.377500', '145029.837500', '145030.297500', '145030.757500', '145031.217500', '145031.677500', '145032.137500', '145032.597500', '145033.057500', '145033.517500', '145033.977500', '145034.437500', '145034.897500', '145035.357500', '145035.817500', '145036.277500', '145036.737500', '145037.197500', '145037.657500', '145038.117500', '145038.577500', '145039.037500', '145039.497500', '145039.957500', '145040.417500', '145040.877500', '145041.337500', '145041.797500', '145042.257500', '145042.717500', '145043.177500', '145043.637500', '145044.097500', '145044.557500', '145045.017500', '145045.477500', '145045.937500', '145046.397500', '145046.857500', '145047.317500', '145047.777500', '145048.237500', '145048.697500', '145049.157500', '145049.617500', '145050.077500', '145050.537500', '145050.997500', '145051.457500', '145051.917500', '145052.377500', '145052.837500', '145053.297500', '145053.757500', '145054.217500', '145054.677500', '145055.137500', '145055.597500', '145056.057500', '145056.517500', '145056.977500', '145057.437500', '145057.897500', '145058.357500', '145058.817500', '145059.277500', '145059.737500', '145100.197500', '145100.657500', '145101.117500', '145101.577500', '145102.037500', '145102.497500', '145102.957500', '145103.417500', '145103.877500', '145104.337500', '145104.797500', '145105.257500', '145105.717500', '145106.177500', '145106.637500', '145107.097500', '145107.557500', '145108.017500', '145108.477500', '145108.937500', '145109.397500', '145109.857500', '145110.317500', '145110.777500', '145111.237500', '145111.697500', '145112.157500', '145112.617500', '145113.077500', '145113.537500', '145113.997500', '145114.457500', '145114.917500', '145115.377500', '145115.837500', '145116.297500', '145116.757500', '145117.217500', '145117.677500', '145118.137500', '145118.597500', '145119.057500', '145119.517500', '145119.977500', '145120.437500', '145120.897500', '145121.357500', '145121.817500', '145122.277500', '145122.737500', '145123.197500', '145123.657500', '145124.117500', '145124.577500', '145125.037500', '145125.497500', '145125.957500', '145126.417500', '145126.877500', '145127.337500', '145127.797500', '145128.257500', '145128.717500', '145129.177500', '145129.637500', '145130.097500', '145130.557500', '145131.017500', '145131.477500', '145131.937500', '145132.397500', '145132.857500', '145133.317500', '145133.777500', '145134.237500', '145134.697500', '145135.157500', '145135.617500', '145136.077500', '145136.537500', '145136.997500', '145137.457500', '145137.917500', '145138.377500', '145138.837500', '145139.297500', '145139.757500', '145140.217500', '145140.677500', '145141.137500', '145141.597500', '145142.057500', '145142.517500', '145142.977500', '145143.437500', '145143.897500', '145144.357500', '145144.817500', '145145.277500', '145145.737500', '145146.197500', '145146.657500', '145147.117500', '145147.577500', '145148.037500', '145148.497500', '145148.957500', '145149.417500', '145149.877500', '145150.337500', '145150.797500', '145151.257500', '145151.717500', '145152.177500', '145152.637500', '145153.097500', '145153.557500', '145154.017500', '145154.477500', '145154.937500', '145155.397500', '145155.857500', '145156.317500', '145156.777500', '145157.237500', '145157.697500', '145158.157500', '145158.617500', '145159.077500', '145159.537500', '145159.997500', '145200.457500', '145200.917500', '145201.377500', '145201.837500', '145202.297500', '145202.757500', '145203.217500', '145203.677500', '145204.137500', '145204.597500', '145205.057500', '145205.517500', '145205.977500', '145206.437500', '145206.897500', '145207.357500', '145207.817500', '145208.277500', '145208.737500', '145209.197500', '145209.657500', '145210.117500', '145210.577500', '145211.037500', '145211.497500', '145211.957500', '145212.417500', '145212.877500', '145213.337500', '145213.797500', '145214.257500', '145214.717500', '145215.177500', '145215.637500', '145216.097500', '145216.557500', '145217.017500', '145217.477500', '145217.937500', '145218.397500', '145218.857500', '145219.317500', '145219.777500', '145220.237500', '145220.697500', '145221.157500', '145221.617500', '145222.077500', '145222.537500', '145222.997500', '145223.457500', '145223.917500', '145224.377500', '145224.837500', '145225.297500', '145225.757500', '145226.217500', '145226.677500', '145227.137500', '145227.597500', '145228.057500', '145228.517500', '145228.977500', '145229.437500', '145229.897500', '145230.357500', '145230.817500', '145231.277500', '145231.737500', '145232.197500', '145232.657500', '145233.117500', '145233.577500', '145234.037500', '145234.497500', '145234.957500', '145235.417500', '145235.877500', '145236.337500', '145236.797500', '145237.257500', '145237.717500', '145238.177500', '145238.637500', '145239.097500', '145239.557500', '145240.017500', '145240.477500', '145240.937500', '145241.397500', '145241.857500', '145242.317500', '145242.777500', '145243.237500', '145243.697500', '145244.157500', '145244.617500', '145245.077500', '145245.537500', '145245.997500', '145246.457500', '145246.917500', '145247.377500', '145247.837500', '145248.297500', '145248.757500', '145249.217500', '145249.677500', '145250.137500', '145250.597500', '145251.057500', '145251.517500', '145251.977500', '145252.437500', '145252.897500', '145253.357500', '145253.817500', '145254.277500', '145254.737500', '145255.197500', '145255.657500', '145256.117500', '145256.577500', '145257.037500', '145257.497500', '145257.957500', '145258.417500', '145258.877500', '145259.337500', '145259.797500', '145300.257500', '145300.717500', '145301.177500', '145301.637500', '145302.097500', '145302.557500', '145303.017500', '145303.477500', '145303.937500', '145304.397500', '145304.857500', '145305.317500', '145305.777500', '145306.237500', '145306.697500', '145307.157500', '145307.617500', '145308.077500', '145308.537500', '145308.997500', '145309.457500', '145309.917500', '145310.377500', '145310.837500', '145311.297500', '145311.757500', '145312.217500', '145312.677500', '145313.137500', '145313.597500', '145314.057500', '145314.517500', '145314.977500', '145315.437500', '145315.897500', '145316.357500', '145316.817500', '145317.277500', '145317.737500', '145318.197500', '145318.657500', '145319.117500', '145319.577500', '145320.037500', '145320.497500', '145320.957500', '145321.417500', '145321.877500', '145322.337500', '145322.797500', '145323.257500', '145323.717500', '145324.177500', '145324.637500', '145325.097500', '145325.557500', '145326.017500', '145326.477500', '145326.937500', '145327.397500', '145327.857500', '145328.317500', '145328.777500', '145329.237500', '145329.697500', '145330.157500', '145330.617500', '145331.077500', '145331.537500', '145331.997500', '145332.457500', '145332.917500', '145333.377500', '145333.837500', '145334.297500', '145334.757500', '145335.217500', '145335.677500', '145336.137500', '145336.597500', '145337.057500', '145337.517500', '145337.977500', '145338.437500', '145338.897500', '145339.357500', '145339.817500', '145340.277500', '145340.737500', '145341.197500', '145341.657500', '145342.117500', '145342.577500', '145343.037500', '145343.497500', '145343.957500', '145344.417500', '145344.877500', '145345.337500', '145345.797500', '145346.257500', '145346.717500', '145347.177500', '145347.637500', '145348.097500'], 'ContentTime': ['144401.556000', '144401.560000', '144401.562000', '144401.565000', '144401.567000', '144401.570000', '144401.572000', '144401.575000', '144401.577000', '144401.580000', '144401.583000', '144401.585000', '144401.588000', '144401.590000', '144401.593000', '144401.596000', '144401.598000', '144401.601000', '144401.603000', '144401.606000', '144401.609000', '144401.611000', '144401.614000', '144401.616000', '144401.619000', '144401.622000', '144401.624000', '144401.627000', '144401.629000', '144401.632000', '144401.634000', '144401.637000', '144401.639000', '144401.642000', '144401.644000', '144401.647000', '144401.650000', '144401.652000', '144401.655000', '144401.657000', '144401.660000', '144401.662000', '144401.665000', '144401.668000', '144421.526000', '144421.529000', '144421.532000', '144421.534000', '144421.537000', '144421.540000', '144421.542000', '144421.545000', '144421.547000', '144421.550000', '144421.552000', '144421.555000', '144421.557000', '144421.560000', '144421.562000', '144421.565000', '144421.567000', '144421.570000', '144421.572000', '144421.575000', '144421.578000', '144421.580000', '144421.583000', '144421.585000', '144421.588000', '144421.590000', '144421.593000', '144421.595000', '144421.598000', '144421.601000', '144421.603000', '144421.606000', '144421.608000', '144421.611000', '144421.613000', '144421.616000', '144421.618000', '144421.621000', '144421.624000', '144421.626000', '144421.629000', '144421.631000', '144421.634000', '144421.636000', '144441.526000', '144441.529000', '144441.532000', '144441.534000', '144441.537000', '144441.539000', '144441.542000', '144441.544000', '144441.547000', '144441.549000', '144441.552000', '144441.554000', '144441.573000', '144441.576000', '144441.578000', '144441.581000', '144441.583000', '144441.586000', '144441.589000', '144441.591000', '144441.594000', '144441.596000', '144441.599000', '144441.601000', '144441.604000', '144441.606000', '144441.609000', '144441.612000', '144441.614000', '144441.617000', '144441.619000', '144441.622000', '144441.624000', '144441.627000', '144441.629000', '144441.632000', '144441.634000', '144441.637000', '144441.640000', '144441.642000', '144441.645000', '144441.647000', '144441.650000', '144501.525000', '144501.528000', '144501.531000', '144501.533000', '144501.536000', '144501.538000', '144501.541000', '144501.543000', '144501.546000', '144501.548000', '144501.551000', '144501.553000', '144501.556000', '144501.559000', '144501.561000', '144501.564000', '144501.566000', '144501.569000', '144501.571000', '144501.574000', '144501.576000', '144501.579000', '144501.581000', '144501.584000', '144501.587000', '144501.589000', '144501.592000', '144501.594000', '144501.597000', '144501.600000', '144501.602000', '144501.605000', '144501.607000', '144501.610000', '144501.612000', '144501.615000', '144501.618000', '144501.620000', '144501.623000', '144501.625000', '144501.628000', '144501.630000', '144501.633000', '144501.635000', '144521.527000', '144521.529000', '144521.532000', '144521.535000', '144521.537000', '144521.540000', '144521.542000', '144521.545000', '144521.547000', '144521.550000', '144521.552000', '144521.555000', '144521.558000', '144521.560000', '144521.563000', '144521.565000', '144521.568000', '144521.570000', '144521.573000', '144521.575000', '144521.578000', '144521.580000', '144521.583000', '144521.586000', '144521.588000', '144521.591000', '144521.593000', '144521.596000', '144521.598000', '144521.601000', '144521.604000', '144521.606000', '144521.609000', '144521.611000', '144521.614000', '144521.616000', '144521.630000', '144521.632000', '144521.635000', '144521.640000', '144521.643000', '144521.646000', '144521.648000', '144541.526000', '144541.529000', '144541.532000', '144541.534000', '144541.537000', '144541.539000', '144541.542000', '144541.544000', '144541.547000', '144541.550000', '144541.553000', '144541.555000', '144541.558000', '144541.560000', '144541.563000', '144541.565000', '144541.568000', '144541.571000', '144541.574000', '144541.576000', '144541.579000', '144541.581000', '144541.593000', '144541.596000', '144541.599000', '144541.601000', '144541.604000', '144541.606000', '144541.609000', '144541.611000', '144541.614000', '144541.617000', '144541.619000', '144541.622000', '144541.624000', '144541.627000', '144541.629000', '144541.632000', '144541.634000', '144541.637000', '144541.640000', '144541.642000', '144541.645000', '144601.526000', '144601.529000', '144601.532000', '144601.534000', '144601.537000', '144601.539000', '144601.542000', '144601.545000', '144601.547000', '144601.550000', '144601.552000', '144601.555000', '144601.558000', '144601.560000', '144601.563000', '144601.565000', '144601.568000', '144601.570000', '144601.573000', '144601.576000', '144601.578000', '144601.581000', '144601.583000', '144601.586000', '144601.589000', '144601.591000', '144601.594000', '144601.596000', '144601.599000', '144601.601000', '144601.604000', '144601.606000', '144601.609000', '144601.612000', '144601.614000', '144601.617000', '144601.619000', '144601.622000', '144601.625000', '144601.627000', '144601.630000', '144601.632000', '144601.635000', '144601.637000', '144621.527000', '144621.529000', '144621.532000', '144621.534000', '144621.537000', '144621.540000', '144621.542000', '144621.545000', '144621.547000', '144621.550000', '144621.552000', '144621.555000', '144621.558000', '144621.560000', '144621.563000', '144621.565000', '144621.568000', '144621.570000', '144621.573000', '144621.576000', '144621.578000', '144621.581000', '144621.583000', '144621.586000', '144621.589000', '144621.591000', '144621.594000', '144621.596000', '144621.599000', '144621.601000', '144621.604000', '144621.607000', '144621.609000', '144621.618000', '144621.621000', '144621.623000', '144621.626000', '144621.628000', '144621.631000', '144621.633000', '144621.636000', '144621.639000', '144621.641000', '144621.644000', '144641.527000', '144641.529000', '144641.532000', '144641.535000', '144641.537000', '144641.540000', '144641.542000', '144641.545000', '144641.547000', '144641.550000', '144641.552000', '144641.555000', '144641.558000', '144641.560000', '144641.563000', '144641.565000', '144641.568000', '144641.570000', '144641.573000', '144641.575000', '144641.578000', '144641.581000', '144641.583000', '144641.586000', '144641.588000', '144641.591000', '144641.593000', '144641.596000', '144641.599000', '144641.601000', '144641.604000', '144641.606000', '144641.609000', '144641.611000', '144641.614000', '144641.617000', '144641.619000', '144641.622000', '144641.624000', '144641.627000', '144641.629000', '144641.632000', '144641.635000', '144701.526000', '144701.529000', '144701.532000', '144701.534000', '144701.538000', '144701.541000', '144701.543000', '144701.546000', '144701.549000', '144701.551000', '144701.554000', '144701.556000', '144701.559000', '144701.561000', '144701.564000', '144701.567000', '144701.569000', '144701.572000', '144701.586000', '144701.589000', '144701.591000', '144701.594000', '144701.597000', '144701.599000', '144701.602000', '144701.604000', '144701.607000', '144701.610000', '144701.612000', '144701.615000', '144701.617000', '144701.620000', '144701.623000', '144701.625000', '144701.628000', '144701.630000', '144701.633000', '144701.644000', '144701.647000', '144701.650000', '144701.652000', '144701.655000', '144701.657000', '144701.660000', '144721.525000', '144721.528000', '144721.531000', '144721.533000', '144721.536000', '144721.538000', '144721.541000', '144721.544000', '144721.546000', '144721.549000', '144721.551000', '144721.554000', '144721.556000', '144721.559000', '144721.561000', '144721.564000', '144721.566000', '144721.569000', '144721.572000', '144721.574000', '144721.577000', '144721.579000', '144721.582000', '144721.584000', '144721.587000', '144721.590000', '144721.592000', '144721.595000', '144721.597000', '144721.600000', '144721.602000', '144721.605000', '144721.608000', '144721.610000', '144721.613000', '144721.615000', '144721.618000', '144721.621000', '144721.623000', '144721.626000', '144721.628000', '144721.631000', '144721.633000', '144741.527000', '144741.529000', '144741.532000', '144741.534000', '144741.537000', '144741.540000', '144741.542000', '144741.545000', '144741.547000', '144741.550000', '144741.552000', '144741.555000', '144741.558000', '144741.560000', '144741.563000', '144741.565000', '144741.568000', '144741.571000', '144741.573000', '144741.576000', '144741.579000', '144741.581000', '144741.584000', '144741.586000', '144741.589000', '144741.591000', '144741.594000', '144741.597000', '144741.599000', '144741.602000', '144741.605000', '144741.607000', '144741.610000', '144741.612000', '144741.615000', '144741.618000', '144741.620000', '144741.623000', '144741.625000', '144741.628000', '144741.630000', '144741.633000', '144741.635000', '144741.638000', '144801.527000', '144801.530000', '144801.532000', '144801.535000', '144801.537000', '144801.540000', '144801.542000', '144801.545000', '144801.548000', '144801.550000', '144801.553000', '144801.555000', '144801.558000', '144801.560000', '144801.563000', '144801.565000', '144801.568000', '144801.571000', '144801.573000', '144801.576000', '144801.578000', '144801.581000', '144801.584000', '144801.586000', '144801.589000', '144801.591000', '144801.594000', '144801.596000', '144801.599000', '144801.602000', '144801.604000', '144801.607000', '144801.609000', '144801.612000', '144801.615000', '144801.617000', '144801.620000', '144801.622000', '144801.625000', '144801.627000', '144801.630000', '144801.633000', '144801.635000', '144821.526000', '144821.529000', '144821.532000', '144821.534000', '144821.537000', '144821.540000', '144821.542000', '144821.545000', '144821.547000', '144821.550000', '144821.552000', '144821.555000', '144821.557000', '144821.560000', '144821.563000', '144821.565000', '144821.568000', '144821.570000', '144821.573000', '144821.576000', '144821.579000', '144821.582000', '144821.584000', '144821.587000', '144821.590000', '144821.592000', '144821.595000', '144821.597000', '144821.600000', '144821.603000', '144821.606000', '144821.608000', '144821.611000', '144821.613000', '144821.616000', '144821.618000', '144821.621000', '144821.624000', '144821.626000', '144821.629000', '144821.631000', '144821.634000', '144821.636000', '144841.538000', '144841.541000', '144841.543000', '144841.546000', '144841.549000', '144841.551000', '144841.554000', '144841.556000', '144841.559000', '144841.561000', '144841.564000', '144841.566000', '144841.569000', '144841.572000', '144841.574000', '144841.577000', '144841.579000', '144841.582000', '144841.585000', '144841.587000', '144841.590000', '144841.592000', '144841.595000', '144841.597000', '144841.600000', '144841.603000', '144841.605000', '144841.608000', '144841.610000', '144841.613000', '144841.615000', '144841.618000', '144841.621000', '144841.623000', '144841.626000', '144841.628000', '144841.631000', '144841.633000', '144841.636000', '144841.639000', '144841.641000', '144841.644000', '144841.646000', '144841.649000', '144901.527000', '144901.529000', '144901.532000', '144901.535000', '144901.537000', '144901.540000', '144901.542000', '144901.545000', '144901.548000', '144901.550000', '144901.553000', '144901.555000', '144901.558000', '144901.560000', '144901.563000', '144901.566000', '144901.568000', '144901.571000', '144901.573000', '144901.576000', '144901.578000', '144901.581000', '144901.584000', '144901.586000', '144901.589000', '144901.591000', '144901.594000', '144901.597000', '144901.599000', '144901.602000', '144901.604000', '144901.607000', '144901.610000', '144901.612000', '144901.615000', '144901.617000', '144901.620000', '144901.622000', '144901.625000', '144901.628000', '144901.630000', '144901.633000', '144901.635000', '144921.527000', '144921.529000', '144921.532000', '144921.535000', '144921.537000', '144921.540000', '144921.542000', '144921.545000', '144921.547000', '144921.550000', '144921.552000', '144921.555000', '144921.558000', '144921.560000', '144921.563000', '144921.565000', '144921.568000', '144921.570000', '144921.573000', '144921.576000', '144921.578000', '144921.581000', '144921.583000', '144921.586000', '144921.588000', '144921.591000', '144921.593000', '144921.596000', '144921.599000', '144921.601000', '144921.604000', '144921.606000', '144921.609000', '144921.612000', '144921.614000', '144921.617000', '144921.619000', '144921.622000', '144921.624000', '144921.627000', '144921.630000', '144921.632000', '144921.635000', '144921.638000', '144941.526000', '144941.528000', '144941.531000', '144941.533000', '144941.536000', '144941.539000', '144941.541000', '144941.544000', '144941.546000', '144941.549000', '144941.551000', '144941.554000', '144941.557000', '144941.559000', '144941.562000', '144941.564000', '144941.567000', '144941.569000', '144941.572000', '144941.575000', '144941.577000', '144941.580000', '144941.582000', '144941.585000', '144941.588000', '144941.590000', '144941.593000', '144941.595000', '144941.598000', '144941.601000', '144941.604000', '144941.607000', '144941.610000', '144941.613000', '144941.616000', '144941.619000', '144941.622000', '144941.624000', '144941.627000', '144941.629000', '144941.632000', '144941.635000', '144941.637000', '145001.527000', '145001.530000', '145001.532000', '145001.535000', '145001.537000', '145001.540000', '145001.542000', '145001.545000', '145001.547000', '145001.550000', '145001.553000', '145001.565000', '145001.568000', '145001.570000', '145001.573000', '145001.575000', '145001.578000', '145001.580000', '145001.583000', '145001.586000', '145001.588000', '145001.591000', '145001.593000', '145001.596000', '145001.599000', '145001.601000', '145001.604000', '145001.606000', '145001.609000', '145001.611000', '145001.614000', '145001.616000', '145001.619000', '145001.622000', '145001.624000', '145001.627000', '145001.629000', '145001.632000', '145001.635000', '145001.637000', '145001.640000', '145001.642000', '145001.645000', '145001.648000', '145021.527000', '145021.529000', '145021.532000', '145021.535000', '145021.537000', '145021.540000', '145021.542000', '145021.545000', '145021.548000', '145021.550000', '145021.553000', '145021.556000', '145021.558000', '145021.561000', '145021.563000', '145021.566000', '145021.568000', '145021.571000', '145021.575000', '145021.578000', '145021.580000', '145021.583000', '145021.586000', '145021.588000', '145021.591000', '145021.593000', '145021.596000', '145021.599000', '145021.601000', '145021.604000', '145021.606000', '145021.609000', '145021.612000', '145021.614000', '145021.617000', '145021.619000', '145021.622000', '145021.625000', '145021.627000', '145021.630000', '145021.632000', '145021.635000', '145021.638000', '145041.526000', '145041.529000', '145041.532000', '145041.534000', '145041.537000', '145041.540000', '145041.542000', '145041.545000', '145041.547000', '145041.550000', '145041.553000', '145041.555000', '145041.558000', '145041.560000', '145041.563000', '145041.565000', '145041.568000', '145041.570000', '145041.573000', '145041.575000', '145041.578000', '145041.580000', '145041.583000', '145041.586000', '145041.588000', '145041.591000', '145041.593000', '145041.596000', '145041.599000', '145041.601000', '145041.604000', '145041.606000', '145041.609000', '145041.611000', '145041.614000', '145041.616000', '145041.619000', '145041.622000', '145041.624000', '145041.627000', '145041.629000', '145041.632000', '145041.635000', '145041.637000', '145101.527000', '145101.529000', '145101.532000', '145101.535000', '145101.537000', '145101.540000', '145101.542000', '145101.545000', '145101.547000', '145101.550000', '145101.553000', '145101.555000', '145101.558000', '145101.560000', '145101.563000', '145101.566000', '145101.568000', '145101.571000', '145101.573000', '145101.576000', '145101.578000', '145101.581000', '145101.584000', '145101.586000', '145101.589000', '145101.591000', '145101.594000', '145101.596000', '145101.599000', '145101.602000', '145101.604000', '145101.607000', '145101.609000', '145101.612000', '145101.615000', '145101.617000', '145101.620000', '145101.623000', '145101.626000', '145101.628000', '145101.631000', '145101.633000', '145101.636000', '145121.526000', '145121.529000', '145121.532000', '145121.534000', '145121.537000', '145121.540000', '145121.542000', '145121.557000', '145121.560000', '145121.562000', '145121.565000', '145121.567000', '145121.570000', '145121.572000', '145121.575000', '145121.578000', '145121.580000', '145121.583000', '145121.585000', '145121.588000', '145121.590000', '145121.593000', '145121.595000', '145121.598000', '145121.601000', '145121.603000', '145121.606000', '145121.608000', '145121.611000', '145121.614000', '145121.616000', '145121.619000', '145121.621000', '145121.624000', '145121.626000', '145121.629000', '145121.632000', '145121.634000', '145121.637000', '145121.639000', '145121.642000', '145121.645000', '145121.647000', '145121.650000', '145141.527000', '145141.529000', '145141.532000', '145141.535000', '145141.537000', '145141.540000', '145141.542000', '145141.545000', '145141.548000', '145141.550000', '145141.553000', '145141.555000', '145141.558000', '145141.560000', '145141.563000', '145141.566000', '145141.568000', '145141.571000', '145141.573000', '145141.576000', '145141.578000', '145141.581000', '145141.584000', '145141.586000', '145141.589000', '145141.591000', '145141.594000', '145141.596000', '145141.599000', '145141.602000', '145141.605000', '145141.607000', '145141.610000', '145141.612000', '145141.615000', '145141.618000', '145141.620000', '145141.623000', '145141.626000', '145141.628000', '145141.631000', '145141.633000', '145141.636000', '145201.526000', '145201.529000', '145201.531000', '145201.534000', '145201.536000', '145201.539000', '145201.542000', '145201.544000', '145201.547000', '145201.549000', '145201.552000', '145201.554000', '145201.557000', '145201.560000', '145201.562000', '145201.565000', '145201.567000', '145201.570000', '145201.572000', '145201.575000', '145201.578000', '145201.580000', '145201.583000', '145201.585000', '145201.588000', '145201.590000', '145201.593000', '145201.595000', '145201.598000', '145201.601000', '145201.603000', '145201.606000', '145201.608000', '145201.611000', '145201.614000', '145201.616000', '145201.619000', '145201.622000', '145201.624000', '145201.627000', '145201.629000', '145201.632000', '145201.634000', '145201.637000', '145221.527000', '145221.530000', '145221.532000', '145221.535000', '145221.537000', '145221.540000', '145221.543000', '145221.545000', '145221.548000', '145221.551000', '145221.553000', '145221.556000', '145221.558000', '145221.561000', '145221.563000', '145221.566000', '145221.569000', '145221.571000', '145221.574000', '145221.577000', '145221.579000', '145221.582000', '145221.584000', '145221.587000', '145221.590000', '145221.592000', '145221.595000', '145221.597000', '145221.600000', '145221.603000', '145221.605000', '145221.608000', '145221.610000', '145221.613000', '145221.616000', '145221.618000', '145221.621000', '145221.623000', '145221.626000', '145221.628000', '145221.631000', '145221.634000', '145221.636000', '145241.527000', '145241.529000', '145241.532000', '145241.534000', '145241.555000', '145241.558000', '145241.560000', '145241.563000', '145241.566000', '145241.568000', '145241.571000', '145241.573000', '145241.576000', '145241.578000', '145241.581000', '145241.583000', '145241.586000', '145241.588000', '145241.591000', '145241.594000', '145241.596000', '145241.599000', '145241.601000', '145241.604000', '145241.607000', '145241.609000', '145241.612000', '145241.614000', '145241.617000', '145241.620000', '145241.622000', '145241.625000', '145241.627000', '145241.630000', '145241.632000', '145241.635000', '145241.638000', '145241.640000', '145241.643000', '145241.645000', '145241.648000', '145241.650000', '145241.653000', '145241.656000', '145301.527000', '145301.530000', '145301.532000', '145301.535000', '145301.538000', '145301.540000', '145301.543000', '145301.545000', '145301.548000', '145301.550000', '145301.553000', '145301.555000', '145301.558000', '145301.561000', '145301.563000', '145301.566000', '145301.568000', '145301.571000', '145301.574000', '145301.576000', '145301.579000', '145301.581000', '145301.584000', '145301.586000', '145301.589000', '145301.592000', '145301.594000', '145301.597000', '145301.599000', '145301.602000', '145301.605000', '145301.607000', '145301.610000', '145301.613000', '145301.615000', '145301.618000', '145301.620000', '145301.623000', '145301.626000', '145301.628000', '145301.631000', '145301.633000', '145301.636000', '145321.527000', '145321.530000', '145321.532000', '145321.535000', '145321.537000', '145321.540000', '145321.543000', '145321.545000', '145321.548000', '145321.550000', '145321.553000', '145321.556000', '145321.558000', '145321.561000', '145321.563000', '145321.566000', '145321.568000', '145321.571000', '145321.573000', '145321.576000', '145321.579000', '145321.581000', '145321.584000', '145321.586000', '145321.589000', '145321.592000', '145321.594000', '145321.597000', '145321.599000', '145321.602000', '145321.604000', '145321.607000', '145321.610000', '145321.612000', '145321.615000', '145321.618000', '145321.620000', '145321.623000', '145321.625000', '145321.628000', '145321.630000', '145321.633000', '145321.636000', '145321.638000', '145341.526000', '145341.529000', '145341.532000', '145341.534000', '145341.537000', '145341.540000', '145341.542000', '145341.545000', '145341.547000', '145341.550000', '145341.553000', '145341.555000', '145341.558000', '145341.560000', '145341.563000', '145341.565000', '145341.568000', '145341.571000', '145341.573000', '145341.576000', '145341.578000', '145341.581000', '145341.583000', '145341.586000', '145341.589000', '145341.591000', '145341.594000', '145341.596000', '145341.599000', '145341.602000', '145341.604000', '145341.607000', '145341.609000', '145341.612000', '145341.615000', '145341.617000', '145341.620000', '145341.622000', '145341.625000', '145341.628000', '145341.630000', '145341.633000', '145341.635000', '145349.042000', '145349.045000', '145349.047000', '145349.050000', '145349.053000', '145349.055000', '145349.058000', '145349.060000', '145349.063000', '145349.065000', '145349.068000', '145349.071000', '145349.073000', '145349.076000', '145349.078000', '145349.104000', '145349.107000'], 'InstanceCreationTime': ['144401.556000', '144401.560000', '144401.562000', '144401.565000', '144401.567000', '144401.570000', '144401.572000', '144401.575000', '144401.577000', '144401.580000', '144401.583000', '144401.585000', '144401.588000', '144401.590000', '144401.593000', '144401.596000', '144401.598000', '144401.601000', '144401.603000', '144401.606000', '144401.609000', '144401.611000', '144401.614000', '144401.616000', '144401.619000', '144401.622000', '144401.624000', '144401.627000', '144401.629000', '144401.632000', '144401.634000', '144401.637000', '144401.639000', '144401.642000', '144401.644000', '144401.647000', '144401.650000', '144401.652000', '144401.655000', '144401.657000', '144401.660000', '144401.662000', '144401.665000', '144401.668000', '144421.526000', '144421.529000', '144421.532000', '144421.534000', '144421.537000', '144421.540000', '144421.542000', '144421.545000', '144421.547000', '144421.550000', '144421.552000', '144421.555000', '144421.557000', '144421.560000', '144421.562000', '144421.565000', '144421.567000', '144421.570000', '144421.572000', '144421.575000', '144421.578000', '144421.580000', '144421.583000', '144421.585000', '144421.588000', '144421.590000', '144421.593000', '144421.595000', '144421.598000', '144421.601000', '144421.603000', '144421.606000', '144421.608000', '144421.611000', '144421.613000', '144421.616000', '144421.618000', '144421.621000', '144421.624000', '144421.626000', '144421.629000', '144421.631000', '144421.634000', '144421.636000', '144441.526000', '144441.529000', '144441.532000', '144441.534000', '144441.537000', '144441.539000', '144441.542000', '144441.544000', '144441.547000', '144441.549000', '144441.552000', '144441.554000', '144441.573000', '144441.576000', '144441.578000', '144441.581000', '144441.583000', '144441.586000', '144441.589000', '144441.591000', '144441.594000', '144441.596000', '144441.599000', '144441.601000', '144441.604000', '144441.606000', '144441.609000', '144441.612000', '144441.614000', '144441.617000', '144441.619000', '144441.622000', '144441.624000', '144441.627000', '144441.629000', '144441.632000', '144441.634000', '144441.637000', '144441.640000', '144441.642000', '144441.645000', '144441.647000', '144441.650000', '144501.525000', '144501.528000', '144501.531000', '144501.533000', '144501.536000', '144501.538000', '144501.541000', '144501.543000', '144501.546000', '144501.548000', '144501.551000', '144501.553000', '144501.556000', '144501.559000', '144501.561000', '144501.564000', '144501.566000', '144501.569000', '144501.571000', '144501.574000', '144501.576000', '144501.579000', '144501.581000', '144501.584000', '144501.587000', '144501.589000', '144501.592000', '144501.594000', '144501.597000', '144501.600000', '144501.602000', '144501.605000', '144501.607000', '144501.610000', '144501.612000', '144501.615000', '144501.618000', '144501.620000', '144501.623000', '144501.625000', '144501.628000', '144501.630000', '144501.633000', '144501.635000', '144521.527000', '144521.529000', '144521.532000', '144521.535000', '144521.537000', '144521.540000', '144521.542000', '144521.545000', '144521.547000', '144521.550000', '144521.552000', '144521.555000', '144521.558000', '144521.560000', '144521.563000', '144521.565000', '144521.568000', '144521.570000', '144521.573000', '144521.575000', '144521.578000', '144521.580000', '144521.583000', '144521.586000', '144521.588000', '144521.591000', '144521.593000', '144521.596000', '144521.598000', '144521.601000', '144521.604000', '144521.606000', '144521.609000', '144521.611000', '144521.614000', '144521.616000', '144521.630000', '144521.632000', '144521.635000', '144521.640000', '144521.643000', '144521.646000', '144521.648000', '144541.526000', '144541.529000', '144541.532000', '144541.534000', '144541.537000', '144541.539000', '144541.542000', '144541.544000', '144541.547000', '144541.550000', '144541.553000', '144541.555000', '144541.558000', '144541.560000', '144541.563000', '144541.565000', '144541.568000', '144541.571000', '144541.574000', '144541.576000', '144541.579000', '144541.581000', '144541.593000', '144541.596000', '144541.599000', '144541.601000', '144541.604000', '144541.606000', '144541.609000', '144541.611000', '144541.614000', '144541.617000', '144541.619000', '144541.622000', '144541.624000', '144541.627000', '144541.629000', '144541.632000', '144541.634000', '144541.637000', '144541.640000', '144541.642000', '144541.645000', '144601.526000', '144601.529000', '144601.532000', '144601.534000', '144601.537000', '144601.539000', '144601.542000', '144601.545000', '144601.547000', '144601.550000', '144601.552000', '144601.555000', '144601.558000', '144601.560000', '144601.563000', '144601.565000', '144601.568000', '144601.570000', '144601.573000', '144601.576000', '144601.578000', '144601.581000', '144601.583000', '144601.586000', '144601.589000', '144601.591000', '144601.594000', '144601.596000', '144601.599000', '144601.601000', '144601.604000', '144601.606000', '144601.609000', '144601.612000', '144601.614000', '144601.617000', '144601.619000', '144601.622000', '144601.625000', '144601.627000', '144601.630000', '144601.632000', '144601.635000', '144601.637000', '144621.527000', '144621.529000', '144621.532000', '144621.534000', '144621.537000', '144621.540000', '144621.542000', '144621.545000', '144621.547000', '144621.550000', '144621.552000', '144621.555000', '144621.558000', '144621.560000', '144621.563000', '144621.565000', '144621.568000', '144621.570000', '144621.573000', '144621.576000', '144621.578000', '144621.581000', '144621.583000', '144621.586000', '144621.589000', '144621.591000', '144621.594000', '144621.596000', '144621.599000', '144621.601000', '144621.604000', '144621.607000', '144621.609000', '144621.618000', '144621.621000', '144621.623000', '144621.626000', '144621.628000', '144621.631000', '144621.633000', '144621.636000', '144621.639000', '144621.641000', '144621.644000', '144641.527000', '144641.529000', '144641.532000', '144641.535000', '144641.537000', '144641.540000', '144641.542000', '144641.545000', '144641.547000', '144641.550000', '144641.552000', '144641.555000', '144641.558000', '144641.560000', '144641.563000', '144641.565000', '144641.568000', '144641.570000', '144641.573000', '144641.575000', '144641.578000', '144641.581000', '144641.583000', '144641.586000', '144641.588000', '144641.591000', '144641.593000', '144641.596000', '144641.599000', '144641.601000', '144641.604000', '144641.606000', '144641.609000', '144641.611000', '144641.614000', '144641.617000', '144641.619000', '144641.622000', '144641.624000', '144641.627000', '144641.629000', '144641.632000', '144641.635000', '144701.526000', '144701.529000', '144701.532000', '144701.534000', '144701.538000', '144701.541000', '144701.543000', '144701.546000', '144701.549000', '144701.551000', '144701.554000', '144701.556000', '144701.559000', '144701.561000', '144701.564000', '144701.567000', '144701.569000', '144701.572000', '144701.586000', '144701.589000', '144701.591000', '144701.594000', '144701.597000', '144701.599000', '144701.602000', '144701.604000', '144701.607000', '144701.610000', '144701.612000', '144701.615000', '144701.617000', '144701.620000', '144701.623000', '144701.625000', '144701.628000', '144701.630000', '144701.633000', '144701.644000', '144701.647000', '144701.650000', '144701.652000', '144701.655000', '144701.657000', '144701.660000', '144721.525000', '144721.528000', '144721.531000', '144721.533000', '144721.536000', '144721.538000', '144721.541000', '144721.544000', '144721.546000', '144721.549000', '144721.551000', '144721.554000', '144721.556000', '144721.559000', '144721.561000', '144721.564000', '144721.566000', '144721.569000', '144721.572000', '144721.574000', '144721.577000', '144721.579000', '144721.582000', '144721.584000', '144721.587000', '144721.590000', '144721.592000', '144721.595000', '144721.597000', '144721.600000', '144721.602000', '144721.605000', '144721.608000', '144721.610000', '144721.613000', '144721.615000', '144721.618000', '144721.621000', '144721.623000', '144721.626000', '144721.628000', '144721.631000', '144721.633000', '144741.527000', '144741.529000', '144741.532000', '144741.534000', '144741.537000', '144741.540000', '144741.542000', '144741.545000', '144741.547000', '144741.550000', '144741.552000', '144741.555000', '144741.558000', '144741.560000', '144741.563000', '144741.565000', '144741.568000', '144741.571000', '144741.573000', '144741.576000', '144741.579000', '144741.581000', '144741.584000', '144741.586000', '144741.589000', '144741.591000', '144741.594000', '144741.597000', '144741.599000', '144741.602000', '144741.605000', '144741.607000', '144741.610000', '144741.612000', '144741.615000', '144741.618000', '144741.620000', '144741.623000', '144741.625000', '144741.628000', '144741.630000', '144741.633000', '144741.635000', '144741.638000', '144801.527000', '144801.530000', '144801.532000', '144801.535000', '144801.537000', '144801.540000', '144801.542000', '144801.545000', '144801.548000', '144801.550000', '144801.553000', '144801.555000', '144801.558000', '144801.560000', '144801.563000', '144801.565000', '144801.568000', '144801.571000', '144801.573000', '144801.576000', '144801.578000', '144801.581000', '144801.584000', '144801.586000', '144801.589000', '144801.591000', '144801.594000', '144801.596000', '144801.599000', '144801.602000', '144801.604000', '144801.607000', '144801.609000', '144801.612000', '144801.615000', '144801.617000', '144801.620000', '144801.622000', '144801.625000', '144801.627000', '144801.630000', '144801.633000', '144801.635000', '144821.526000', '144821.529000', '144821.532000', '144821.534000', '144821.537000', '144821.540000', '144821.542000', '144821.545000', '144821.547000', '144821.550000', '144821.552000', '144821.555000', '144821.557000', '144821.560000', '144821.563000', '144821.565000', '144821.568000', '144821.570000', '144821.573000', '144821.576000', '144821.579000', '144821.582000', '144821.584000', '144821.587000', '144821.590000', '144821.592000', '144821.595000', '144821.597000', '144821.600000', '144821.603000', '144821.606000', '144821.608000', '144821.611000', '144821.613000', '144821.616000', '144821.618000', '144821.621000', '144821.624000', '144821.626000', '144821.629000', '144821.631000', '144821.634000', '144821.636000', '144841.538000', '144841.541000', '144841.543000', '144841.546000', '144841.549000', '144841.551000', '144841.554000', '144841.556000', '144841.559000', '144841.561000', '144841.564000', '144841.566000', '144841.569000', '144841.572000', '144841.574000', '144841.577000', '144841.579000', '144841.582000', '144841.585000', '144841.587000', '144841.590000', '144841.592000', '144841.595000', '144841.597000', '144841.600000', '144841.603000', '144841.605000', '144841.608000', '144841.610000', '144841.613000', '144841.615000', '144841.618000', '144841.621000', '144841.623000', '144841.626000', '144841.628000', '144841.631000', '144841.633000', '144841.636000', '144841.639000', '144841.641000', '144841.644000', '144841.646000', '144841.649000', '144901.527000', '144901.529000', '144901.532000', '144901.535000', '144901.537000', '144901.540000', '144901.542000', '144901.545000', '144901.548000', '144901.550000', '144901.553000', '144901.555000', '144901.558000', '144901.560000', '144901.563000', '144901.566000', '144901.568000', '144901.571000', '144901.573000', '144901.576000', '144901.578000', '144901.581000', '144901.584000', '144901.586000', '144901.589000', '144901.591000', '144901.594000', '144901.597000', '144901.599000', '144901.602000', '144901.604000', '144901.607000', '144901.610000', '144901.612000', '144901.615000', '144901.617000', '144901.620000', '144901.622000', '144901.625000', '144901.628000', '144901.630000', '144901.633000', '144901.635000', '144921.527000', '144921.529000', '144921.532000', '144921.535000', '144921.537000', '144921.540000', '144921.542000', '144921.545000', '144921.547000', '144921.550000', '144921.552000', '144921.555000', '144921.558000', '144921.560000', '144921.563000', '144921.565000', '144921.568000', '144921.570000', '144921.573000', '144921.576000', '144921.578000', '144921.581000', '144921.583000', '144921.586000', '144921.588000', '144921.591000', '144921.593000', '144921.596000', '144921.599000', '144921.601000', '144921.604000', '144921.606000', '144921.609000', '144921.612000', '144921.614000', '144921.617000', '144921.619000', '144921.622000', '144921.624000', '144921.627000', '144921.630000', '144921.632000', '144921.635000', '144921.638000', '144941.526000', '144941.528000', '144941.531000', '144941.533000', '144941.536000', '144941.539000', '144941.541000', '144941.544000', '144941.546000', '144941.549000', '144941.551000', '144941.554000', '144941.557000', '144941.559000', '144941.562000', '144941.564000', '144941.567000', '144941.569000', '144941.572000', '144941.575000', '144941.577000', '144941.580000', '144941.582000', '144941.585000', '144941.588000', '144941.590000', '144941.593000', '144941.595000', '144941.598000', '144941.601000', '144941.604000', '144941.607000', '144941.610000', '144941.613000', '144941.616000', '144941.619000', '144941.622000', '144941.624000', '144941.627000', '144941.629000', '144941.632000', '144941.635000', '144941.637000', '145001.527000', '145001.530000', '145001.532000', '145001.535000', '145001.537000', '145001.540000', '145001.542000', '145001.545000', '145001.547000', '145001.550000', '145001.553000', '145001.565000', '145001.568000', '145001.570000', '145001.573000', '145001.575000', '145001.578000', '145001.580000', '145001.583000', '145001.586000', '145001.588000', '145001.591000', '145001.593000', '145001.596000', '145001.599000', '145001.601000', '145001.604000', '145001.606000', '145001.609000', '145001.611000', '145001.614000', '145001.616000', '145001.619000', '145001.622000', '145001.624000', '145001.627000', '145001.629000', '145001.632000', '145001.635000', '145001.637000', '145001.640000', '145001.642000', '145001.645000', '145001.648000', '145021.527000', '145021.529000', '145021.532000', '145021.535000', '145021.537000', '145021.540000', '145021.542000', '145021.545000', '145021.548000', '145021.550000', '145021.553000', '145021.556000', '145021.558000', '145021.561000', '145021.563000', '145021.566000', '145021.568000', '145021.571000', '145021.575000', '145021.578000', '145021.580000', '145021.583000', '145021.586000', '145021.588000', '145021.591000', '145021.593000', '145021.596000', '145021.599000', '145021.601000', '145021.604000', '145021.606000', '145021.609000', '145021.612000', '145021.614000', '145021.617000', '145021.619000', '145021.622000', '145021.625000', '145021.627000', '145021.630000', '145021.632000', '145021.635000', '145021.638000', '145041.526000', '145041.529000', '145041.532000', '145041.534000', '145041.537000', '145041.540000', '145041.542000', '145041.545000', '145041.547000', '145041.550000', '145041.553000', '145041.555000', '145041.558000', '145041.560000', '145041.563000', '145041.565000', '145041.568000', '145041.570000', '145041.573000', '145041.575000', '145041.578000', '145041.580000', '145041.583000', '145041.586000', '145041.588000', '145041.591000', '145041.593000', '145041.596000', '145041.599000', '145041.601000', '145041.604000', '145041.606000', '145041.609000', '145041.611000', '145041.614000', '145041.616000', '145041.619000', '145041.622000', '145041.624000', '145041.627000', '145041.629000', '145041.632000', '145041.635000', '145041.637000', '145101.527000', '145101.529000', '145101.532000', '145101.535000', '145101.537000', '145101.540000', '145101.542000', '145101.545000', '145101.547000', '145101.550000', '145101.553000', '145101.555000', '145101.558000', '145101.560000', '145101.563000', '145101.566000', '145101.568000', '145101.571000', '145101.573000', '145101.576000', '145101.578000', '145101.581000', '145101.584000', '145101.586000', '145101.589000', '145101.591000', '145101.594000', '145101.596000', '145101.599000', '145101.602000', '145101.604000', '145101.607000', '145101.609000', '145101.612000', '145101.615000', '145101.617000', '145101.620000', '145101.623000', '145101.626000', '145101.628000', '145101.631000', '145101.633000', '145101.636000', '145121.526000', '145121.529000', '145121.532000', '145121.534000', '145121.537000', '145121.540000', '145121.542000', '145121.557000', '145121.560000', '145121.562000', '145121.565000', '145121.567000', '145121.570000', '145121.572000', '145121.575000', '145121.578000', '145121.580000', '145121.583000', '145121.585000', '145121.588000', '145121.590000', '145121.593000', '145121.595000', '145121.598000', '145121.601000', '145121.603000', '145121.606000', '145121.608000', '145121.611000', '145121.614000', '145121.616000', '145121.619000', '145121.621000', '145121.624000', '145121.626000', '145121.629000', '145121.632000', '145121.634000', '145121.637000', '145121.639000', '145121.642000', '145121.645000', '145121.647000', '145121.650000', '145141.527000', '145141.529000', '145141.532000', '145141.535000', '145141.537000', '145141.540000', '145141.542000', '145141.545000', '145141.548000', '145141.550000', '145141.553000', '145141.555000', '145141.558000', '145141.560000', '145141.563000', '145141.566000', '145141.568000', '145141.571000', '145141.573000', '145141.576000', '145141.578000', '145141.581000', '145141.584000', '145141.586000', '145141.589000', '145141.591000', '145141.594000', '145141.596000', '145141.599000', '145141.602000', '145141.605000', '145141.607000', '145141.610000', '145141.612000', '145141.615000', '145141.618000', '145141.620000', '145141.623000', '145141.626000', '145141.628000', '145141.631000', '145141.633000', '145141.636000', '145201.526000', '145201.529000', '145201.531000', '145201.534000', '145201.536000', '145201.539000', '145201.542000', '145201.544000', '145201.547000', '145201.549000', '145201.552000', '145201.554000', '145201.557000', '145201.560000', '145201.562000', '145201.565000', '145201.567000', '145201.570000', '145201.572000', '145201.575000', '145201.578000', '145201.580000', '145201.583000', '145201.585000', '145201.588000', '145201.590000', '145201.593000', '145201.595000', '145201.598000', '145201.601000', '145201.603000', '145201.606000', '145201.608000', '145201.611000', '145201.614000', '145201.616000', '145201.619000', '145201.622000', '145201.624000', '145201.627000', '145201.629000', '145201.632000', '145201.634000', '145201.637000', '145221.527000', '145221.530000', '145221.532000', '145221.535000', '145221.537000', '145221.540000', '145221.543000', '145221.545000', '145221.548000', '145221.551000', '145221.553000', '145221.556000', '145221.558000', '145221.561000', '145221.563000', '145221.566000', '145221.569000', '145221.571000', '145221.574000', '145221.577000', '145221.579000', '145221.582000', '145221.584000', '145221.587000', '145221.590000', '145221.592000', '145221.595000', '145221.597000', '145221.600000', '145221.603000', '145221.605000', '145221.608000', '145221.610000', '145221.613000', '145221.616000', '145221.618000', '145221.621000', '145221.623000', '145221.626000', '145221.628000', '145221.631000', '145221.634000', '145221.636000', '145241.527000', '145241.529000', '145241.532000', '145241.534000', '145241.555000', '145241.558000', '145241.560000', '145241.563000', '145241.566000', '145241.568000', '145241.571000', '145241.573000', '145241.576000', '145241.578000', '145241.581000', '145241.583000', '145241.586000', '145241.588000', '145241.591000', '145241.594000', '145241.596000', '145241.599000', '145241.601000', '145241.604000', '145241.607000', '145241.609000', '145241.612000', '145241.614000', '145241.617000', '145241.620000', '145241.622000', '145241.625000', '145241.627000', '145241.630000', '145241.632000', '145241.635000', '145241.638000', '145241.640000', '145241.643000', '145241.645000', '145241.648000', '145241.650000', '145241.653000', '145241.656000', '145301.527000', '145301.530000', '145301.532000', '145301.535000', '145301.538000', '145301.540000', '145301.543000', '145301.545000', '145301.548000', '145301.550000', '145301.553000', '145301.555000', '145301.558000', '145301.561000', '145301.563000', '145301.566000', '145301.568000', '145301.571000', '145301.574000', '145301.576000', '145301.579000', '145301.581000', '145301.584000', '145301.586000', '145301.589000', '145301.592000', '145301.594000', '145301.597000', '145301.599000', '145301.602000', '145301.605000', '145301.607000', '145301.610000', '145301.613000', '145301.615000', '145301.618000', '145301.620000', '145301.623000', '145301.626000', '145301.628000', '145301.631000', '145301.633000', '145301.636000', '145321.527000', '145321.530000', '145321.532000', '145321.535000', '145321.537000', '145321.540000', '145321.543000', '145321.545000', '145321.548000', '145321.550000', '145321.553000', '145321.556000', '145321.558000', '145321.561000', '145321.563000', '145321.566000', '145321.568000', '145321.571000', '145321.573000', '145321.576000', '145321.579000', '145321.581000', '145321.584000', '145321.586000', '145321.589000', '145321.592000', '145321.594000', '145321.597000', '145321.599000', '145321.602000', '145321.604000', '145321.607000', '145321.610000', '145321.612000', '145321.615000', '145321.618000', '145321.620000', '145321.623000', '145321.625000', '145321.628000', '145321.630000', '145321.633000', '145321.636000', '145321.638000', '145341.526000', '145341.529000', '145341.532000', '145341.534000', '145341.537000', '145341.540000', '145341.542000', '145341.545000', '145341.547000', '145341.550000', '145341.553000', '145341.555000', '145341.558000', '145341.560000', '145341.563000', '145341.565000', '145341.568000', '145341.571000', '145341.573000', '145341.576000', '145341.578000', '145341.581000', '145341.583000', '145341.586000', '145341.589000', '145341.591000', '145341.594000', '145341.596000', '145341.599000', '145341.602000', '145341.604000', '145341.607000', '145341.609000', '145341.612000', '145341.615000', '145341.617000', '145341.620000', '145341.622000', '145341.625000', '145341.628000', '145341.630000', '145341.633000', '145341.635000', '145349.042000', '145349.045000', '145349.047000', '145349.050000', '145349.053000', '145349.055000', '145349.058000', '145349.060000', '145349.063000', '145349.065000', '145349.068000', '145349.071000', '145349.073000', '145349.076000', '145349.078000', '145349.104000', '145349.107000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [15064, 9324, 13124, 9356, 11924, 7459, 8977, 8586, 7543, 13922, 8652, 11705, 8155, 9675, 7365, 8923, 7674, 8389, 8291, 7502, 7696, 7046, 7237, 7847, 7579, 7851, 7575, 7746, 7831, 8929, 8643, 7576, 8186, 8791, 11821, 10398, 12338, 9363, 12734, 9555, 13607, 10881, 15511, 11554, 8696, 9272, 8186, 10071, 8747, 12629, 10702, 14636, 9986, 11808, 8715, 10912, 8196, 11965, 10227, 11822, 8731, 12251, 8714, 11250, 8299, 12440, 10090, 8183, 9196, 7661, 8914, 7561, 9029, 10279, 11452, 9887, 11745, 8302, 10630, 8381, 11674, 8423, 13367, 10453, 10422, 10048, 8011, 9127, 7684, 10027, 9097, 12414, 9821, 12856, 8686, 11079, 8315, 11142, 8282, 10994, 11064, 8195, 10695, 8090, 10414, 8022, 10919, 9609, 13243, 9136, 7892, 8343, 8110, 8435, 10994, 9484, 10487, 12307, 8852, 10571, 8255, 10883, 8553, 12445, 10341, 14292, 9803, 12732, 8502, 11303, 8309, 10730, 8110, 11066, 8966, 11989, 8287, 7741, 8388, 7611, 8419, 7729, 10907, 8192, 10237, 7725, 10015, 7995, 12581, 10473, 14104, 9497, 11832, 8985, 13141, 10351, 15464, 10566, 13302, 9421, 14189, 9590, 14526, 10894, 14973, 10154, 12165, 8546, 10058, 7923, 9968, 8153, 11893, 8487, 11060, 7985, 9245, 7876, 9720, 8650, 13276, 9206, 12140, 8059, 10330, 8168, 12599, 10058, 14925, 10001, 12501, 8563, 12206, 8527, 13535, 10270, 12783, 9425, 7832, 8773, 8627, 9495, 9893, 12288, 9898, 11522, 7822, 9738, 8933, 10334, 9738, 11937, 8307, 10214, 7752, 8787, 8669, 8367, 8815, 9142, 8205, 9349, 7755, 12367, 7907, 12678, 9241, 14202, 11376, 12571, 10026, 13290, 10158, 16132, 11612, 17180, 11578, 15210, 9282, 12394, 8708, 13907, 10662, 14214, 9129, 11681, 7953, 11456, 7979, 11089, 8281, 11967, 8102, 10201, 7804, 8993, 7672, 9046, 8162, 10767, 8134, 9806, 8077, 11432, 7906, 12570, 9602, 14986, 10809, 13631, 9042, 13604, 8676, 13591, 9750, 13408, 9189, 11273, 8025, 10388, 8311, 10991, 9981, 10062, 10618, 8156, 9081, 10222, 8424, 13133, 8936, 13164, 9050, 11784, 8396, 7899, 8249, 7736, 8702, 8914, 10890, 9929, 11911, 8113, 10068, 9721, 9636, 9996, 8740, 11375, 8289, 9367, 7575, 12155, 8959, 10862, 9084, 12185, 9274, 7430, 7652, 7292, 7999, 10588, 9245, 10580, 10940, 9069, 10782, 10111, 11609, 14417, 12693, 15202, 12160, 16166, 10365, 14827, 10246, 13944, 10319, 14118, 8811, 11887, 7746, 10394, 8344, 11877, 7869, 11245, 7691, 9860, 7811, 11469, 8570, 12634, 7782, 11502, 7706, 10448, 8070, 11170, 9157, 9495, 8869, 8349, 11196, 7529, 12027, 8245, 12111, 8204, 9918, 7593, 8460, 7665, 8969, 8923, 12210, 8580, 11504, 7987, 12889, 8960, 12996, 10844, 13789, 10412, 14665, 9227, 13030, 8516, 12063, 9156, 11070, 10381, 9670, 8262, 8247, 11812, 7651, 13124, 8354, 12379, 8356, 8506, 7658, 8446, 8448, 9215, 10095, 11920, 13333, 10741, 11761, 10664, 10402, 13549, 10558, 14417, 10157, 13701, 8443, 12745, 9349, 12467, 9988, 9955, 9112, 13450, 8582, 13858, 9781, 13078, 8217, 11531, 7320, 9906, 7725, 10025, 8564, 11974, 7881, 11231, 7372, 12524, 7870, 12781, 9516, 12981, 7936, 11660, 7596, 10447, 8915, 10028, 8571, 8028, 7835, 7417, 13186, 7865, 10566, 8205, 8708, 8080, 7968, 8475, 9016, 9364, 7449, 7608, 7236, 7721, 11506, 8978, 12777, 9729, 11887, 9250, 13578, 9397, 13916, 10657, 13615, 9005, 11508, 10125, 9145, 14610, 8009, 12770, 8066, 10300, 8424, 8534, 9033, 7479, 12543, 7459, 8196, 7679, 7638, 9100, 9679, 10335, 10047, 12279, 9125, 11753, 9386, 10416, 9957, 9268, 13318, 9913, 9684, 9057, 10433, 8663, 14111, 9332, 13957, 8631, 11806, 7140, 9827, 7349, 9333, 8188, 7639, 8773, 7639, 12708, 8157, 10431, 8043, 9689, 7476, 8488, 7337, 7999, 7410, 7954, 8355, 8909, 8622, 10623, 8621, 11229, 8402, 12564, 9431, 13205, 9642, 10271, 9162, 12805, 9262, 15296, 12361, 13672, 8638, 11388, 7329, 9265, 9325, 7499, 13729, 8251, 12191, 8710, 10592, 7307, 10492, 7291, 11096, 7475, 11400, 7751, 8144, 8299, 11150, 8221, 13530, 10792, 12806, 8645, 11362, 8402, 8723, 11619, 7243, 11505, 8237, 10534, 7057, 8523, 7767, 7211, 11813, 8274, 10075, 8198, 9567, 7654, 8395, 7276, 8885, 8210, 10053, 8588, 11676, 8684, 11972, 7931, 11459, 7822, 12126, 7898, 12493, 8658, 11011, 7444, 10307, 9042, 9534, 9898, 9841, 10542, 8940, 7428, 7960, 7475, 7858, 10297, 8851, 8434, 8670, 7585, 8116, 8190, 7817, 9360, 8897, 7670, 8871, 7970, 8877, 8468, 8553, 9274, 8977, 9222, 9676, 8077, 8837, 7861, 8568, 8887, 8214, 9441, 8166, 8929, 7572, 7750, 7388, 11266, 7635, 11336, 8790, 10796, 9031, 9205, 7334, 8606, 7207, 8296, 7226, 7850, 7803, 8104, 7582, 8390, 7735, 8367, 7368, 8673, 7359, 8677, 8303, 9595, 8454, 10472, 8601, 11183, 9288, 12575, 11144, 13256, 11229, 12480, 9138, 11590, 9574, 12558, 11796, 13725, 11920, 10848, 8215, 9416, 9578, 10020, 10292, 9296, 7869, 9279, 8369, 8988, 10336, 9846, 9247, 9798, 7999, 9016, 10925, 7860, 13802, 8440, 12325, 7523, 11092, 7772, 9497, 7785, 9357, 7568, 9960, 8126, 10099, 7487, 10585, 7692, 9693, 7815, 9224, 10133, 7057, 10823, 7432, 10655, 7262, 11097, 8616, 11152, 8193, 9456, 8237, 7921, 9898, 7347, 11140, 7328, 9400, 7147, 10819, 7509, 11551, 8377, 10466, 8443, 9148, 8391, 9294, 8366, 9427, 7746, 9046, 8118, 9001, 8370, 9228, 8079, 10007, 8305, 9357, 8251, 9319, 8664, 9221, 8436, 8844, 7526, 8470, 8152, 7681, 8604, 10580, 9183, 7958, 7249, 8312, 7671, 9028, 9639, 12112, 10749, 13413, 10028, 11575, 9892, 12155, 10453, 14383, 12439, 14830, 11418, 13288, 10244, 12551, 9339, 13617, 12519, 13944, 10163, 11076, 7752, 9093, 8546, 9458, 10184, 11349, 7726, 9125, 7094, 8667, 7222, 9023, 8157, 12143, 8642, 10264, 7764, 11764, 7663, 13301, 8878, 11498, 9885, 7695, 8818, 7887, 9254, 8051, 10711, 8747, 12350, 8960, 11547, 7884, 9721, 7881, 9481, 7374, 10281, 8156, 11864, 8691, 9934, 7719, 12483, 7346, 9978, 7487, 7853, 8011, 7298, 8357, 7490, 8923, 7348, 10648, 8624, 12547, 8538, 10497, 7799, 9787, 8591, 12367, 8639, 12534, 8461, 8183, 7904, 7307, 7999, 8090, 9405, 8446, 10690, 8241, 9696, 7772, 8299, 8814, 9858, 11760, 10599, 11422, 8517, 10214, 9303, 11388, 10896, 12845, 9175, 11193, 8857, 10659, 9741, 12144, 9887, 11338, 7705, 9238, 8346, 9332, 9823, 11074, 8365, 10289, 7839, 8523, 7770, 10180, 9555, 14460, 9562, 14783, 9045, 11773, 8971, 12552, 9603, 11381, 8252, 13079, 8095, 12749, 8357, 9786, 8055, 7360, 9287, 8309, 10214, 8793, 14895, 9014, 11382, 8838, 12468, 10650, 16260, 12052, 11368, 11256, 9464, 9848, 10383, 10017, 14130, 10823, 10152, 8632, 10422, 7898, 13747, 7575, 12997, 8036, 9040, 8010, 7680, 8354, 9221, 9316, 11019, 11411, 8970, 10052, 9435, 8565, 11141, 8516, 13070, 9128, 9969, 7375, 8134, 8358, 9120, 7437, 7254, 7809, 8030, 9015, 9297, 10578, 10426, 11238, 8935, 11742, 9418, 12306, 10824, 14228, 11356, 12888, 8994, 11207, 9650, 11131, 10961, 12847, 10948, 10339, 9687, 8671, 13077, 10020, 13909, 9046, 13734, 7633, 10729, 7865, 11199, 9142, 12258, 7947, 10406, 7428, 9959, 7292, 9787, 7946, 11038, 8426, 9989, 7388, 8287, 7548, 8447, 7964, 9652, 8057, 8703, 7701, 7791, 7477, 7571, 8329, 8294, 7639, 8206, 7536, 9980, 8005, 13423, 8959, 11381, 9793, 8415, 9774, 8749, 10660, 9587, 11926, 10564, 11713, 7876, 9191, 7662, 9516, 8097, 12711, 9488, 13309, 8473, 11801, 7976, 11015, 8730, 10278, 10308, 9979, 13844, 9379, 12697, 8644, 11042, 8115, 9603, 8650, 8853, 8075, 7488, 7075, 7401, 7411, 7867, 8384, 6923, 7925, 7283, 8208, 8685, 11691, 10222, 11929, 9081, 12186, 10598, 13113, 14404, 13907, 13607, 11836, 10681, 10443, 17490, 10673, 15246, 12604, 13723, 9955, 11206, 8140, 9336, 8177, 9548, 9352, 10588, 8376, 9099, 12513, 8258, 12878, 8456, 10161, 7855, 8719, 7862, 8300, 7737, 7448, 7632, 10244, 7940, 13072, 9504, 14283, 10303, 14061, 8858, 11670, 8842, 12686, 9762, 13240, 9994, 10050, 12130, 8729, 12330, 8770, 10147, 9230, 9030, 8511, 7655, 10175, 7863, 10835, 8695, 8545, 7834, 7504, 8028, 8856, 9318, 10729, 12421, 9983, 12417, 8602, 11447, 10133, 10818, 14163, 10525, 14748, 8567, 11977, 8454, 9663, 9140, 8901, 9856, 7912, 11719, 7880, 12409, 8277, 8773, 7668, 7521, 7486, 7676, 8727, 8127, 12597, 10107, 12933, 8707, 11256, 7857, 11672, 9282, 13107, 8836, 11224, 8456, 10188, 10403, 11095, 11218, 11100, 8157, 9350, 9536, 9092, 13060, 10286, 11866, 9939, 12127, 8123, 12898, 8128, 11053, 10000, 10823, 7798, 9373, 7679, 8884, 8188, 9467, 8382, 9174, 8211, 8565, 8348, 8292, 9084, 8604, 8090, 8062, 8282, 8515, 11216, 9383, 11949, 9620, 7932, 8322, 7411, 8099, 8436, 10253, 10057, 13095, 9679, 12787, 8756, 12385, 9455, 13666, 10844, 14260, 10365, 12772, 8329, 11359, 10078, 8889, 12267, 8427, 13301, 8291, 11065, 7353, 9056, 7466, 7966, 9285, 7218, 9637, 7159, 11862, 7859, 9143, 8217, 8040, 8121, 7812, 8857, 9113], 'WindowCenter': [4613.0, 4525.0, 4536.0, 4481.0, 4498.0, 4437.0, 4453.0, 4429.0, 4421.0, 4489.0, 4429.0, 4466.0, 4419.0, 4447.0, 4407.0, 4438.0, 4421.0, 4428.0, 4429.0, 4420.0, 4434.0, 4438.0, 4424.0, 4433.0, 4422.0, 4447.0, 4446.0, 4429.0, 4418.0, 4449.0, 4443.0, 4433.0, 4443.0, 4465.0, 4496.0, 4485.0, 4493.0, 4464.0, 4490.0, 4463.0, 4488.0, 4460.0, 4497.0, 4467.0, 4427.0, 4441.0, 4429.0, 4448.0, 4427.0, 4477.0, 4459.0, 4485.0, 4448.0, 4456.0, 4414.0, 4442.0, 4416.0, 4455.0, 4448.0, 4464.0, 4427.0, 4465.0, 4414.0, 4444.0, 4416.0, 4465.0, 4447.0, 4418.0, 4434.0, 4406.0, 4426.0, 4406.0, 4428.0, 4446.0, 4456.0, 4436.0, 4465.0, 4428.0, 4457.0, 4425.0, 4457.0, 4429.0, 4477.0, 4459.0, 4447.0, 4448.0, 4415.0, 4435.0, 4404.0, 4436.0, 4427.0, 4465.0, 4446.0, 4475.0, 4426.0, 4454.0, 4427.0, 4456.0, 4427.0, 4458.0, 4454.0, 4428.0, 4455.0, 4417.0, 4445.0, 4418.0, 4455.0, 4434.0, 4479.0, 4439.0, 4418.0, 4428.0, 4415.0, 4425.0, 4456.0, 4449.0, 4460.0, 4466.0, 4440.0, 4458.0, 4428.0, 4456.0, 4429.0, 4467.0, 4462.0, 4486.0, 4448.0, 4477.0, 4441.0, 4454.0, 4416.0, 4456.0, 4416.0, 4457.0, 4438.0, 4467.0, 4426.0, 4416.0, 4440.0, 4429.0, 4439.0, 4448.0, 4485.0, 4456.0, 4473.0, 4444.0, 4473.0, 4447.0, 4495.0, 4483.0, 4502.0, 4462.0, 4478.0, 4441.0, 4492.0, 4460.0, 4498.0, 4463.0, 4487.0, 4438.0, 4488.0, 4449.0, 4489.0, 4457.0, 4488.0, 4446.0, 4453.0, 4414.0, 4432.0, 4405.0, 4434.0, 4419.0, 4467.0, 4428.0, 4456.0, 4419.0, 4434.0, 4419.0, 4449.0, 4439.0, 4476.0, 4449.0, 4477.0, 4420.0, 4448.0, 4430.0, 4480.0, 4451.0, 4498.0, 4446.0, 4467.0, 4428.0, 4467.0, 4429.0, 4477.0, 4445.0, 4473.0, 4436.0, 4405.0, 4428.0, 4428.0, 4452.0, 4449.0, 4469.0, 4448.0, 4456.0, 4406.0, 4437.0, 4438.0, 4448.0, 4444.0, 4491.0, 4427.0, 4446.0, 4407.0, 4426.0, 4425.0, 4442.0, 4451.0, 4447.0, 4440.0, 4452.0, 4429.0, 4490.0, 4433.0, 4493.0, 4462.0, 4502.0, 4482.0, 4492.0, 4460.0, 4489.0, 4459.0, 4498.0, 4458.0, 4492.0, 4455.0, 4484.0, 4425.0, 4465.0, 4425.0, 4472.0, 4445.0, 4474.0, 4434.0, 4456.0, 4418.0, 4454.0, 4416.0, 4454.0, 4414.0, 4453.0, 4404.0, 4433.0, 4404.0, 4423.0, 4415.0, 4436.0, 4428.0, 4457.0, 4419.0, 4447.0, 4428.0, 4469.0, 4431.0, 4480.0, 4452.0, 4500.0, 4467.0, 4478.0, 4439.0, 4474.0, 4428.0, 4478.0, 4438.0, 4474.0, 4426.0, 4455.0, 4416.0, 4447.0, 4427.0, 4456.0, 4462.0, 4462.0, 4459.0, 4416.0, 4426.0, 4446.0, 4427.0, 4479.0, 4452.0, 4492.0, 4440.0, 4467.0, 4427.0, 4418.0, 4428.0, 4418.0, 4452.0, 4465.0, 4485.0, 4476.0, 4481.0, 4431.0, 4473.0, 4462.0, 4462.0, 4461.0, 4427.0, 4483.0, 4431.0, 4449.0, 4420.0, 4479.0, 4451.0, 4481.0, 4465.0, 4493.0, 4464.0, 4429.0, 4430.0, 4432.0, 4455.0, 4483.0, 4467.0, 4485.0, 4486.0, 4454.0, 4482.0, 4472.0, 4482.0, 4497.0, 4481.0, 4500.0, 4469.0, 4496.0, 4445.0, 4474.0, 4444.0, 4474.0, 4434.0, 4472.0, 4411.0, 4448.0, 4390.0, 4430.0, 4399.0, 4453.0, 4403.0, 4441.0, 4402.0, 4431.0, 4403.0, 4454.0, 4413.0, 4463.0, 4393.0, 4441.0, 4404.0, 4444.0, 4402.0, 4456.0, 4437.0, 4433.0, 4422.0, 4428.0, 4454.0, 4407.0, 4463.0, 4416.0, 4465.0, 4426.0, 4444.0, 4415.0, 4424.0, 4430.0, 4438.0, 4451.0, 4491.0, 4454.0, 4492.0, 4432.0, 4491.0, 4452.0, 4489.0, 4468.0, 4489.0, 4460.0, 4485.0, 4437.0, 4478.0, 4427.0, 4465.0, 4425.0, 4444.0, 4434.0, 4422.0, 4412.0, 4412.0, 4453.0, 4402.0, 4462.0, 4414.0, 4462.0, 4426.0, 4438.0, 4419.0, 4440.0, 4430.0, 4453.0, 4462.0, 4481.0, 4490.0, 4458.0, 4468.0, 4457.0, 4446.0, 4461.0, 4446.0, 4473.0, 4444.0, 4461.0, 4413.0, 4462.0, 4422.0, 4463.0, 4433.0, 4432.0, 4424.0, 4474.0, 4424.0, 4470.0, 4445.0, 4464.0, 4413.0, 4450.0, 4391.0, 4430.0, 4404.0, 4431.0, 4424.0, 4462.0, 4416.0, 4467.0, 4421.0, 4478.0, 4431.0, 4478.0, 4462.0, 4489.0, 4418.0, 4457.0, 4420.0, 4458.0, 4427.0, 4450.0, 4440.0, 4417.0, 4405.0, 4407.0, 4474.0, 4417.0, 4458.0, 4428.0, 4427.0, 4442.0, 4441.0, 4452.0, 4450.0, 4464.0, 4436.0, 4446.0, 4446.0, 4447.0, 4496.0, 4467.0, 4505.0, 4466.0, 4483.0, 4453.0, 4491.0, 4449.0, 4490.0, 4473.0, 4492.0, 4438.0, 4465.0, 4446.0, 4438.0, 4485.0, 4405.0, 4463.0, 4415.0, 4443.0, 4414.0, 4424.0, 4423.0, 4395.0, 4465.0, 4407.0, 4427.0, 4418.0, 4418.0, 4450.0, 4461.0, 4471.0, 4462.0, 4482.0, 4452.0, 4478.0, 4436.0, 4456.0, 4446.0, 4435.0, 4474.0, 4445.0, 4434.0, 4425.0, 4468.0, 4426.0, 4474.0, 4438.0, 4487.0, 4426.0, 4454.0, 4397.0, 4433.0, 4395.0, 4435.0, 4412.0, 4393.0, 4412.0, 4404.0, 4464.0, 4418.0, 4457.0, 4416.0, 4435.0, 4407.0, 4426.0, 4420.0, 4428.0, 4421.0, 4443.0, 4454.0, 4464.0, 4467.0, 4496.0, 4467.0, 4496.0, 4468.0, 4505.0, 4478.0, 4505.0, 4465.0, 4473.0, 4453.0, 4492.0, 4452.0, 4500.0, 4480.0, 4477.0, 4428.0, 4455.0, 4396.0, 4438.0, 4435.0, 4395.0, 4473.0, 4415.0, 4464.0, 4427.0, 4454.0, 4404.0, 4454.0, 4418.0, 4468.0, 4421.0, 4494.0, 4433.0, 4442.0, 4442.0, 4482.0, 4442.0, 4490.0, 4469.0, 4478.0, 4441.0, 4457.0, 4416.0, 4427.0, 4464.0, 4407.0, 4455.0, 4416.0, 4459.0, 4396.0, 4424.0, 4404.0, 4404.0, 4464.0, 4427.0, 4445.0, 4427.0, 4435.0, 4418.0, 4426.0, 4419.0, 4437.0, 4440.0, 4460.0, 4442.0, 4481.0, 4452.0, 4480.0, 4430.0, 4467.0, 4419.0, 4467.0, 4417.0, 4467.0, 4426.0, 4444.0, 4394.0, 4432.0, 4412.0, 4433.0, 4432.0, 4433.0, 4442.0, 4422.0, 4391.0, 4401.0, 4392.0, 4414.0, 4444.0, 4424.0, 4414.0, 4424.0, 4405.0, 4414.0, 4415.0, 4404.0, 4434.0, 4435.0, 4406.0, 4439.0, 4418.0, 4437.0, 4416.0, 4438.0, 4448.0, 4438.0, 4437.0, 4447.0, 4416.0, 4425.0, 4416.0, 4452.0, 4440.0, 4430.0, 4474.0, 4454.0, 4440.0, 4420.0, 4420.0, 4421.0, 4468.0, 4420.0, 4470.0, 4442.0, 4470.0, 4454.0, 4450.0, 4422.0, 4440.0, 4422.0, 4442.0, 4435.0, 4447.0, 4448.0, 4446.0, 4446.0, 4455.0, 4447.0, 4457.0, 4449.0, 4480.0, 4461.0, 4480.0, 4484.0, 4503.0, 4485.0, 4514.0, 4495.0, 4512.0, 4493.0, 4520.0, 4500.0, 4519.0, 4500.0, 4494.0, 4466.0, 4483.0, 4452.0, 4482.0, 4481.0, 4491.0, 4480.0, 4469.0, 4428.0, 4440.0, 4437.0, 4447.0, 4447.0, 4437.0, 4415.0, 4436.0, 4414.0, 4426.0, 4447.0, 4435.0, 4435.0, 4435.0, 4404.0, 4426.0, 4444.0, 4417.0, 4474.0, 4414.0, 4452.0, 4393.0, 4442.0, 4403.0, 4431.0, 4403.0, 4423.0, 4404.0, 4433.0, 4415.0, 4444.0, 4406.0, 4456.0, 4417.0, 4448.0, 4419.0, 4449.0, 4460.0, 4410.0, 4469.0, 4409.0, 4458.0, 4420.0, 4469.0, 4439.0, 4483.0, 4429.0, 4447.0, 4416.0, 4419.0, 4462.0, 4421.0, 4467.0, 4407.0, 4437.0, 4409.0, 4457.0, 4409.0, 4467.0, 4441.0, 4470.0, 4443.0, 4465.0, 4455.0, 4463.0, 4445.0, 4463.0, 4435.0, 4465.0, 4446.0, 4465.0, 4459.0, 4478.0, 4460.0, 4476.0, 4458.0, 4465.0, 4457.0, 4465.0, 4457.0, 4464.0, 4457.0, 4467.0, 4448.0, 4472.0, 4485.0, 4461.0, 4471.0, 4488.0, 4468.0, 4456.0, 4436.0, 4454.0, 4445.0, 4467.0, 4479.0, 4498.0, 4499.0, 4517.0, 4478.0, 4496.0, 4475.0, 4482.0, 4463.0, 4494.0, 4480.0, 4493.0, 4461.0, 4478.0, 4448.0, 4457.0, 4426.0, 4466.0, 4453.0, 4463.0, 4420.0, 4431.0, 4379.0, 4398.0, 4400.0, 4412.0, 4420.0, 4431.0, 4392.0, 4422.0, 4370.0, 4399.0, 4381.0, 4411.0, 4404.0, 4465.0, 4415.0, 4442.0, 4404.0, 4452.0, 4406.0, 4475.0, 4427.0, 4455.0, 4436.0, 4405.0, 4424.0, 4404.0, 4424.0, 4405.0, 4445.0, 4417.0, 4465.0, 4425.0, 4454.0, 4405.0, 4422.0, 4404.0, 4424.0, 4395.0, 4434.0, 4406.0, 4456.0, 4426.0, 4435.0, 4406.0, 4465.0, 4397.0, 4448.0, 4408.0, 4420.0, 4431.0, 4422.0, 4432.0, 4411.0, 4441.0, 4411.0, 4462.0, 4444.0, 4478.0, 4442.0, 4460.0, 4422.0, 4450.0, 4439.0, 4480.0, 4454.0, 4495.0, 4445.0, 4443.0, 4430.0, 4418.0, 4433.0, 4431.0, 4464.0, 4454.0, 4485.0, 4457.0, 4477.0, 4448.0, 4458.0, 4469.0, 4477.0, 4495.0, 4485.0, 4496.0, 4453.0, 4474.0, 4454.0, 4485.0, 4473.0, 4493.0, 4450.0, 4484.0, 4442.0, 4462.0, 4451.0, 4481.0, 4451.0, 4471.0, 4421.0, 4436.0, 4429.0, 4440.0, 4450.0, 4469.0, 4431.0, 4457.0, 4422.0, 4439.0, 4434.0, 4471.0, 4479.0, 4529.0, 4477.0, 4514.0, 4454.0, 4483.0, 4451.0, 4490.0, 4463.0, 4469.0, 4431.0, 4490.0, 4444.0, 4495.0, 4445.0, 4458.0, 4431.0, 4422.0, 4440.0, 4442.0, 4462.0, 4445.0, 4501.0, 4443.0, 4470.0, 4441.0, 4480.0, 4460.0, 4499.0, 4467.0, 4458.0, 4447.0, 4424.0, 4436.0, 4449.0, 4447.0, 4488.0, 4455.0, 4432.0, 4414.0, 4443.0, 4405.0, 4472.0, 4405.0, 4474.0, 4415.0, 4438.0, 4419.0, 4418.0, 4443.0, 4453.0, 4453.0, 4471.0, 4497.0, 4440.0, 4450.0, 4426.0, 4440.0, 4468.0, 4428.0, 4490.0, 4449.0, 4462.0, 4436.0, 4430.0, 4439.0, 4450.0, 4410.0, 4409.0, 4432.0, 4445.0, 4453.0, 4466.0, 4476.0, 4485.0, 4482.0, 4453.0, 4480.0, 4450.0, 4469.0, 4462.0, 4490.0, 4460.0, 4469.0, 4427.0, 4445.0, 4425.0, 4445.0, 4435.0, 4455.0, 4432.0, 4423.0, 4410.0, 4402.0, 4449.0, 4423.0, 4450.0, 4411.0, 4449.0, 4380.0, 4428.0, 4391.0, 4431.0, 4412.0, 4440.0, 4392.0, 4420.0, 4381.0, 4419.0, 4380.0, 4420.0, 4404.0, 4444.0, 4415.0, 4435.0, 4396.0, 4414.0, 4418.0, 4413.0, 4414.0, 4435.0, 4404.0, 4427.0, 4405.0, 4405.0, 4406.0, 4406.0, 4417.0, 4429.0, 4420.0, 4429.0, 4421.0, 4461.0, 4433.0, 4502.0, 4452.0, 4483.0, 4463.0, 4432.0, 4463.0, 4442.0, 4471.0, 4450.0, 4468.0, 4458.0, 4469.0, 4418.0, 4438.0, 4421.0, 4449.0, 4431.0, 4492.0, 4463.0, 4491.0, 4429.0, 4481.0, 4430.0, 4470.0, 4439.0, 4461.0, 4459.0, 4460.0, 4487.0, 4450.0, 4491.0, 4442.0, 4457.0, 4419.0, 4448.0, 4440.0, 4453.0, 4447.0, 4425.0, 4426.0, 4423.0, 4423.0, 4431.0, 4439.0, 4420.0, 4444.0, 4434.0, 4456.0, 4471.0, 4497.0, 4488.0, 4499.0, 4467.0, 4499.0, 4471.0, 4492.0, 4489.0, 4479.0, 4477.0, 4470.0, 4448.0, 4448.0, 4494.0, 4448.0, 4476.0, 4456.0, 4463.0, 4422.0, 4427.0, 4390.0, 4411.0, 4390.0, 4423.0, 4426.0, 4444.0, 4412.0, 4426.0, 4452.0, 4402.0, 4461.0, 4413.0, 4433.0, 4416.0, 4426.0, 4418.0, 4416.0, 4418.0, 4407.0, 4419.0, 4459.0, 4433.0, 4493.0, 4464.0, 4503.0, 4464.0, 4499.0, 4440.0, 4470.0, 4442.0, 4483.0, 4462.0, 4494.0, 4449.0, 4437.0, 4455.0, 4428.0, 4466.0, 4427.0, 4446.0, 4425.0, 4437.0, 4427.0, 4407.0, 4447.0, 4418.0, 4456.0, 4427.0, 4438.0, 4420.0, 4421.0, 4432.0, 4453.0, 4450.0, 4472.0, 4482.0, 4461.0, 4480.0, 4441.0, 4471.0, 4460.0, 4460.0, 4488.0, 4460.0, 4485.0, 4428.0, 4466.0, 4417.0, 4436.0, 4435.0, 4426.0, 4445.0, 4416.0, 4478.0, 4431.0, 4479.0, 4427.0, 4427.0, 4408.0, 4417.0, 4408.0, 4418.0, 4439.0, 4432.0, 4480.0, 4460.0, 4480.0, 4430.0, 4457.0, 4418.0, 4457.0, 4436.0, 4475.0, 4427.0, 4456.0, 4416.0, 4445.0, 4446.0, 4457.0, 4456.0, 4453.0, 4403.0, 4422.0, 4422.0, 4423.0, 4464.0, 4445.0, 4468.0, 4459.0, 4465.0, 4414.0, 4488.0, 4418.0, 4443.0, 4434.0, 4444.0, 4405.0, 4423.0, 4404.0, 4426.0, 4429.0, 4462.0, 4455.0, 4449.0, 4439.0, 4440.0, 4443.0, 4443.0, 4453.0, 4443.0, 4432.0, 4445.0, 4455.0, 4455.0, 4496.0, 4476.0, 4494.0, 4452.0, 4430.0, 4443.0, 4420.0, 4429.0, 4444.0, 4463.0, 4465.0, 4494.0, 4455.0, 4481.0, 4443.0, 4480.0, 4451.0, 4480.0, 4458.0, 4490.0, 4460.0, 4477.0, 4430.0, 4457.0, 4434.0, 4426.0, 4454.0, 4414.0, 4464.0, 4414.0, 4443.0, 4394.0, 4425.0, 4396.0, 4417.0, 4437.0, 4408.0, 4447.0, 4399.0, 4467.0, 4430.0, 4450.0, 4442.0, 4443.0, 4445.0, 4435.0, 4480.0, 4477.0], 'WindowWidth': [10104.0, 9965.0, 9958.0, 9872.0, 9886.0, 9803.0, 9815.0, 9774.0, 9767.0, 9854.0, 9772.0, 9817.0, 9760.0, 9794.0, 9741.0, 9784.0, 9764.0, 9769.0, 9771.0, 9765.0, 9792.0, 9803.0, 9776.0, 9784.0, 9768.0, 9812.0, 9808.0, 9773.0, 9756.0, 9800.0, 9799.0, 9784.0, 9800.0, 9834.0, 9876.0, 9862.0, 9867.0, 9828.0, 9856.0, 9822.0, 9851.0, 9813.0, 9862.0, 9820.0, 9766.0, 9787.0, 9769.0, 9794.0, 9767.0, 9834.0, 9808.0, 9842.0, 9794.0, 9801.0, 9744.0, 9776.0, 9748.0, 9797.0, 9791.0, 9814.0, 9765.0, 9812.0, 9744.0, 9781.0, 9748.0, 9812.0, 9793.0, 9752.0, 9772.0, 9735.0, 9762.0, 9735.0, 9766.0, 9788.0, 9802.0, 9774.0, 9811.0, 9768.0, 9805.0, 9763.0, 9803.0, 9771.0, 9832.0, 9811.0, 9791.0, 9794.0, 9748.0, 9774.0, 9730.0, 9773.0, 9764.0, 9814.0, 9793.0, 9828.0, 9762.0, 9798.0, 9764.0, 9801.0, 9767.0, 9806.0, 9799.0, 9769.0, 9802.0, 9753.0, 9785.0, 9754.0, 9801.0, 9773.0, 9837.0, 9783.0, 9756.0, 9768.0, 9748.0, 9763.0, 9803.0, 9798.0, 9811.0, 9817.0, 9786.0, 9807.0, 9769.0, 9801.0, 9769.0, 9819.0, 9817.0, 9844.0, 9795.0, 9833.0, 9790.0, 9797.0, 9748.0, 9801.0, 9751.0, 9805.0, 9780.0, 9818.0, 9767.0, 9756.0, 9790.0, 9778.0, 9789.0, 9815.0, 9859.0, 9821.0, 9840.0, 9805.0, 9838.0, 9810.0, 9870.0, 9855.0, 9876.0, 9822.0, 9838.0, 9792.0, 9860.0, 9817.0, 9865.0, 9822.0, 9849.0, 9783.0, 9849.0, 9798.0, 9853.0, 9808.0, 9847.0, 9788.0, 9793.0, 9744.0, 9764.0, 9733.0, 9771.0, 9758.0, 9818.0, 9768.0, 9801.0, 9757.0, 9771.0, 9759.0, 9798.0, 9788.0, 9833.0, 9800.0, 9834.0, 9761.0, 9793.0, 9775.0, 9839.0, 9803.0, 9864.0, 9792.0, 9818.0, 9768.0, 9818.0, 9771.0, 9833.0, 9788.0, 9824.0, 9776.0, 9734.0, 9769.0, 9770.0, 9807.0, 9797.0, 9824.0, 9795.0, 9803.0, 9738.0, 9777.0, 9783.0, 9795.0, 9788.0, 9862.0, 9768.0, 9789.0, 9738.0, 9762.0, 9764.0, 9797.0, 9809.0, 9796.0, 9791.0, 9807.0, 9778.0, 9859.0, 9785.0, 9865.0, 9824.0, 9877.0, 9849.0, 9861.0, 9817.0, 9853.0, 9813.0, 9862.0, 9808.0, 9850.0, 9802.0, 9838.0, 9758.0, 9811.0, 9761.0, 9820.0, 9786.0, 9821.0, 9773.0, 9801.0, 9758.0, 9796.0, 9751.0, 9797.0, 9744.0, 9793.0, 9729.0, 9767.0, 9731.0, 9755.0, 9750.0, 9778.0, 9768.0, 9805.0, 9760.0, 9794.0, 9772.0, 9824.0, 9778.0, 9844.0, 9808.0, 9869.0, 9822.0, 9837.0, 9784.0, 9825.0, 9768.0, 9834.0, 9781.0, 9824.0, 9761.0, 9800.0, 9751.0, 9791.0, 9768.0, 9804.0, 9825.0, 9823.0, 9812.0, 9751.0, 9761.0, 9787.0, 9766.0, 9839.0, 9811.0, 9862.0, 9789.0, 9822.0, 9768.0, 9756.0, 9770.0, 9758.0, 9810.0, 9833.0, 9859.0, 9848.0, 9844.0, 9779.0, 9840.0, 9821.0, 9823.0, 9818.0, 9767.0, 9852.0, 9778.0, 9799.0, 9763.0, 9841.0, 9808.0, 9849.0, 9836.0, 9867.0, 9828.0, 9780.0, 9783.0, 9786.0, 9821.0, 9856.0, 9838.0, 9860.0, 9862.0, 9817.0, 9851.0, 9836.0, 9849.0, 9864.0, 9846.0, 9869.0, 9824.0, 9858.0, 9786.0, 9823.0, 9785.0, 9822.0, 9770.0, 9819.0, 9735.0, 9781.0, 9706.0, 9758.0, 9718.0, 9791.0, 9727.0, 9774.0, 9726.0, 9763.0, 9731.0, 9796.0, 9742.0, 9806.0, 9714.0, 9775.0, 9730.0, 9785.0, 9726.0, 9804.0, 9781.0, 9770.0, 9752.0, 9772.0, 9799.0, 9739.0, 9810.0, 9750.0, 9815.0, 9764.0, 9784.0, 9749.0, 9760.0, 9776.0, 9787.0, 9808.0, 9860.0, 9816.0, 9864.0, 9784.0, 9860.0, 9809.0, 9855.0, 9827.0, 9853.0, 9815.0, 9845.0, 9778.0, 9836.0, 9767.0, 9814.0, 9759.0, 9784.0, 9767.0, 9751.0, 9738.0, 9737.0, 9795.0, 9725.0, 9805.0, 9746.0, 9808.0, 9766.0, 9784.0, 9763.0, 9791.0, 9777.0, 9810.0, 9822.0, 9844.0, 9859.0, 9811.0, 9823.0, 9805.0, 9790.0, 9805.0, 9790.0, 9823.0, 9785.0, 9803.0, 9740.0, 9805.0, 9753.0, 9807.0, 9768.0, 9765.0, 9758.0, 9823.0, 9759.0, 9816.0, 9789.0, 9811.0, 9741.0, 9785.0, 9709.0, 9761.0, 9731.0, 9762.0, 9758.0, 9808.0, 9751.0, 9821.0, 9769.0, 9840.0, 9782.0, 9839.0, 9825.0, 9855.0, 9758.0, 9805.0, 9764.0, 9811.0, 9766.0, 9801.0, 9789.0, 9753.0, 9732.0, 9739.0, 9826.0, 9754.0, 9809.0, 9771.0, 9768.0, 9799.0, 9795.0, 9812.0, 9806.0, 9830.0, 9797.0, 9811.0, 9811.0, 9814.0, 9878.0, 9839.0, 9888.0, 9834.0, 9852.0, 9811.0, 9859.0, 9804.0, 9858.0, 9838.0, 9863.0, 9783.0, 9815.0, 9789.0, 9781.0, 9841.0, 9735.0, 9807.0, 9746.0, 9782.0, 9746.0, 9758.0, 9756.0, 9721.0, 9814.0, 9741.0, 9768.0, 9759.0, 9761.0, 9805.0, 9821.0, 9836.0, 9825.0, 9849.0, 9811.0, 9839.0, 9779.0, 9802.0, 9790.0, 9775.0, 9823.0, 9786.0, 9772.0, 9759.0, 9825.0, 9763.0, 9824.0, 9783.0, 9853.0, 9764.0, 9800.0, 9727.0, 9769.0, 9720.0, 9773.0, 9737.0, 9713.0, 9736.0, 9730.0, 9811.0, 9757.0, 9806.0, 9750.0, 9774.0, 9742.0, 9765.0, 9764.0, 9772.0, 9768.0, 9799.0, 9819.0, 9832.0, 9840.0, 9880.0, 9842.0, 9877.0, 9843.0, 9886.0, 9855.0, 9885.0, 9831.0, 9839.0, 9810.0, 9862.0, 9809.0, 9872.0, 9842.0, 9834.0, 9767.0, 9799.0, 9724.0, 9785.0, 9774.0, 9721.0, 9821.0, 9747.0, 9813.0, 9766.0, 9800.0, 9736.0, 9801.0, 9759.0, 9825.0, 9768.0, 9870.0, 9788.0, 9799.0, 9799.0, 9852.0, 9797.0, 9858.0, 9828.0, 9838.0, 9793.0, 9807.0, 9749.0, 9767.0, 9813.0, 9741.0, 9800.0, 9751.0, 9816.0, 9723.0, 9758.0, 9731.0, 9733.0, 9813.0, 9769.0, 9787.0, 9768.0, 9775.0, 9757.0, 9767.0, 9762.0, 9784.0, 9794.0, 9818.0, 9798.0, 9846.0, 9811.0, 9843.0, 9778.0, 9822.0, 9761.0, 9822.0, 9753.0, 9821.0, 9765.0, 9786.0, 9717.0, 9766.0, 9739.0, 9768.0, 9765.0, 9768.0, 9778.0, 9752.0, 9710.0, 9722.0, 9713.0, 9744.0, 9785.0, 9759.0, 9745.0, 9758.0, 9733.0, 9744.0, 9748.0, 9733.0, 9772.0, 9777.0, 9740.0, 9788.0, 9759.0, 9780.0, 9752.0, 9784.0, 9802.0, 9785.0, 9781.0, 9794.0, 9754.0, 9763.0, 9753.0, 9812.0, 9790.0, 9778.0, 9845.0, 9818.0, 9790.0, 9762.0, 9763.0, 9766.0, 9824.0, 9763.0, 9831.0, 9797.0, 9829.0, 9815.0, 9804.0, 9769.0, 9791.0, 9771.0, 9795.0, 9791.0, 9812.0, 9817.0, 9807.0, 9810.0, 9819.0, 9815.0, 9826.0, 9822.0, 9862.0, 9842.0, 9864.0, 9878.0, 9900.0, 9880.0, 9915.0, 9891.0, 9909.0, 9884.0, 9915.0, 9889.0, 9916.0, 9886.0, 9871.0, 9834.0, 9851.0, 9808.0, 9849.0, 9846.0, 9859.0, 9842.0, 9828.0, 9771.0, 9787.0, 9782.0, 9795.0, 9794.0, 9780.0, 9749.0, 9777.0, 9745.0, 9765.0, 9791.0, 9776.0, 9775.0, 9775.0, 9732.0, 9766.0, 9784.0, 9753.0, 9824.0, 9745.0, 9793.0, 9714.0, 9778.0, 9730.0, 9763.0, 9731.0, 9754.0, 9733.0, 9769.0, 9750.0, 9788.0, 9740.0, 9804.0, 9756.0, 9797.0, 9761.0, 9802.0, 9818.0, 9751.0, 9828.0, 9748.0, 9812.0, 9766.0, 9828.0, 9786.0, 9856.0, 9773.0, 9793.0, 9749.0, 9761.0, 9824.0, 9768.0, 9822.0, 9741.0, 9781.0, 9747.0, 9806.0, 9748.0, 9823.0, 9793.0, 9831.0, 9801.0, 9832.0, 9821.0, 9825.0, 9805.0, 9826.0, 9793.0, 9831.0, 9807.0, 9831.0, 9831.0, 9854.0, 9835.0, 9848.0, 9828.0, 9832.0, 9824.0, 9833.0, 9825.0, 9832.0, 9827.0, 9840.0, 9817.0, 9855.0, 9881.0, 9840.0, 9849.0, 9864.0, 9839.0, 9824.0, 9796.0, 9817.0, 9807.0, 9841.0, 9854.0, 9881.0, 9885.0, 9906.0, 9856.0, 9877.0, 9847.0, 9849.0, 9822.0, 9868.0, 9842.0, 9863.0, 9813.0, 9835.0, 9792.0, 9801.0, 9759.0, 9815.0, 9792.0, 9806.0, 9743.0, 9756.0, 9686.0, 9710.0, 9715.0, 9733.0, 9743.0, 9759.0, 9708.0, 9748.0, 9679.0, 9715.0, 9695.0, 9735.0, 9730.0, 9812.0, 9748.0, 9781.0, 9731.0, 9791.0, 9734.0, 9825.0, 9766.0, 9801.0, 9775.0, 9733.0, 9757.0, 9728.0, 9755.0, 9730.0, 9785.0, 9750.0, 9812.0, 9758.0, 9794.0, 9732.0, 9749.0, 9729.0, 9754.0, 9718.0, 9768.0, 9737.0, 9802.0, 9762.0, 9772.0, 9735.0, 9812.0, 9725.0, 9794.0, 9746.0, 9762.0, 9780.0, 9769.0, 9779.0, 9752.0, 9791.0, 9753.0, 9820.0, 9798.0, 9837.0, 9794.0, 9815.0, 9768.0, 9800.0, 9787.0, 9844.0, 9817.0, 9871.0, 9804.0, 9799.0, 9779.0, 9761.0, 9785.0, 9783.0, 9828.0, 9816.0, 9859.0, 9826.0, 9852.0, 9814.0, 9825.0, 9842.0, 9851.0, 9875.0, 9861.0, 9872.0, 9814.0, 9839.0, 9813.0, 9856.0, 9837.0, 9865.0, 9804.0, 9853.0, 9793.0, 9820.0, 9804.0, 9846.0, 9803.0, 9831.0, 9765.0, 9779.0, 9771.0, 9786.0, 9802.0, 9825.0, 9776.0, 9810.0, 9769.0, 9786.0, 9788.0, 9836.0, 9860.0, 9926.0, 9852.0, 9896.0, 9815.0, 9849.0, 9808.0, 9861.0, 9826.0, 9829.0, 9778.0, 9855.0, 9807.0, 9872.0, 9803.0, 9811.0, 9778.0, 9766.0, 9787.0, 9794.0, 9820.0, 9803.0, 9873.0, 9797.0, 9827.0, 9789.0, 9840.0, 9817.0, 9864.0, 9820.0, 9806.0, 9791.0, 9756.0, 9776.0, 9797.0, 9793.0, 9848.0, 9799.0, 9764.0, 9742.0, 9781.0, 9732.0, 9818.0, 9733.0, 9823.0, 9748.0, 9781.0, 9757.0, 9757.0, 9800.0, 9810.0, 9810.0, 9830.0, 9877.0, 9790.0, 9801.0, 9762.0, 9788.0, 9822.0, 9767.0, 9855.0, 9800.0, 9824.0, 9794.0, 9779.0, 9790.0, 9802.0, 9746.0, 9746.0, 9783.0, 9802.0, 9809.0, 9835.0, 9846.0, 9859.0, 9850.0, 9813.0, 9843.0, 9802.0, 9826.0, 9817.0, 9855.0, 9810.0, 9820.0, 9763.0, 9784.0, 9756.0, 9784.0, 9767.0, 9796.0, 9762.0, 9749.0, 9727.0, 9718.0, 9778.0, 9748.0, 9782.0, 9731.0, 9781.0, 9690.0, 9750.0, 9707.0, 9758.0, 9735.0, 9770.0, 9709.0, 9740.0, 9693.0, 9739.0, 9689.0, 9742.0, 9731.0, 9784.0, 9746.0, 9771.0, 9724.0, 9745.0, 9757.0, 9744.0, 9747.0, 9771.0, 9732.0, 9766.0, 9734.0, 9731.0, 9735.0, 9737.0, 9752.0, 9770.0, 9763.0, 9773.0, 9765.0, 9818.0, 9786.0, 9877.0, 9812.0, 9852.0, 9825.0, 9780.0, 9823.0, 9795.0, 9834.0, 9800.0, 9824.0, 9812.0, 9826.0, 9756.0, 9782.0, 9764.0, 9800.0, 9778.0, 9863.0, 9828.0, 9856.0, 9775.0, 9844.0, 9779.0, 9830.0, 9786.0, 9817.0, 9813.0, 9814.0, 9846.0, 9803.0, 9860.0, 9796.0, 9807.0, 9759.0, 9794.0, 9789.0, 9812.0, 9812.0, 9777.0, 9781.0, 9771.0, 9771.0, 9776.0, 9788.0, 9765.0, 9799.0, 9791.0, 9822.0, 9847.0, 9879.0, 9867.0, 9882.0, 9838.0, 9880.0, 9834.0, 9863.0, 9852.0, 9840.0, 9832.0, 9824.0, 9792.0, 9791.0, 9849.0, 9792.0, 9828.0, 9799.0, 9806.0, 9749.0, 9748.0, 9701.0, 9731.0, 9703.0, 9754.0, 9762.0, 9783.0, 9741.0, 9762.0, 9788.0, 9723.0, 9801.0, 9742.0, 9768.0, 9752.0, 9765.0, 9757.0, 9749.0, 9758.0, 9743.0, 9762.0, 9812.0, 9783.0, 9864.0, 9828.0, 9877.0, 9827.0, 9870.0, 9790.0, 9826.0, 9795.0, 9848.0, 9819.0, 9868.0, 9800.0, 9778.0, 9798.0, 9767.0, 9814.0, 9766.0, 9789.0, 9760.0, 9780.0, 9768.0, 9740.0, 9792.0, 9757.0, 9804.0, 9767.0, 9784.0, 9765.0, 9769.0, 9783.0, 9813.0, 9806.0, 9835.0, 9847.0, 9816.0, 9841.0, 9790.0, 9833.0, 9815.0, 9813.0, 9849.0, 9816.0, 9842.0, 9771.0, 9816.0, 9752.0, 9778.0, 9774.0, 9763.0, 9786.0, 9748.0, 9837.0, 9780.0, 9838.0, 9765.0, 9766.0, 9743.0, 9755.0, 9742.0, 9757.0, 9786.0, 9780.0, 9845.0, 9815.0, 9841.0, 9774.0, 9805.0, 9756.0, 9806.0, 9775.0, 9828.0, 9764.0, 9801.0, 9749.0, 9787.0, 9788.0, 9803.0, 9799.0, 9794.0, 9727.0, 9749.0, 9751.0, 9755.0, 9811.0, 9785.0, 9823.0, 9815.0, 9816.0, 9747.0, 9853.0, 9756.0, 9779.0, 9771.0, 9782.0, 9732.0, 9753.0, 9731.0, 9761.0, 9772.0, 9821.0, 9819.0, 9799.0, 9790.0, 9790.0, 9799.0, 9798.0, 9812.0, 9798.0, 9782.0, 9806.0, 9821.0, 9818.0, 9877.0, 9851.0, 9867.0, 9806.0, 9777.0, 9797.0, 9765.0, 9775.0, 9800.0, 9826.0, 9827.0, 9865.0, 9814.0, 9846.0, 9796.0, 9841.0, 9804.0, 9840.0, 9808.0, 9854.0, 9813.0, 9834.0, 9778.0, 9805.0, 9772.0, 9761.0, 9795.0, 9744.0, 9811.0, 9744.0, 9779.0, 9718.0, 9760.0, 9722.0, 9754.0, 9780.0, 9743.0, 9794.0, 9731.0, 9820.0, 9775.0, 9803.0, 9795.0, 9799.0, 9807.0, 9792.0, 9863.0, 9855.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.0011532045454545454</td></tr>
<tr><td colspan=3>aqi</td><td>0.05759706795454545</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.27045674357088</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1698310868233524</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9459707678544348</td></tr>
<tr><td colspan=3>efc</td><td>0.4838</td></tr>
<tr><td colspan=3>fber</td><td>3891.4058</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14582201500493663</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>197</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.924242424242424</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7163876119486616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6899652085935046</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.762456934137894</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6967406931145863</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100448</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006565641146153212</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010604565031826496</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.9434695172526686</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>33.2537</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.1382</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.8343</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.2312</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.353</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.5064</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3627.7748</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.148</td></tr>
<tr><td colspan=3>tsnr</td><td>26.205430531059392</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>