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

616 lines
No EOL
144 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-0038_ses-03_task-alignvideo_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-0038_ses-03_task-alignvideo_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-03_subject-0038_suffix-bold_task-alignvideo" 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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0038_suffix-bold_task-alignvideo" 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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0038_suffix-bold_task-alignvideo" 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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0038_suffix-bold_task-alignvideo" 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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_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-03_subject-0038_suffix-bold_task-alignvideo" 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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_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-03_subject-0038_suffix-bold_task-alignvideo" 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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0038_suffix-bold_task-alignvideo" 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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-alignvideo_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_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-0038/ses-03/func/sub-0038_ses-03_task-alignvideo_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>5a7d62f4426a5b8cd63124ca9f3c753e</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>16:42:57.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_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992472, -0.120072, 0.024113, 0.117116, 0.988086, 0.0998523]</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-alignvideo_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.0720344</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7744, -7241, 551, -78, -193, -65, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0e4dc5e-0176-4287-9ac1-9a27862f0a20||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6627304553985596, 0.31421253085136414, 0.09670092165470123, 95.74491882324219], [0.32214510440826416, 2.6509618759155273, 0.2599468529224396, -114.96015930175781], [0.06469328701496124, -0.2678963541984558, 2.6857171058654785, -57.74821472167969], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['164257.437500', '164257.897500', '164258.357500', '164258.817500', '164259.277500', '164259.737500', '164300.197500', '164300.657500', '164301.117500', '164301.577500', '164302.037500', '164302.497500', '164302.957500', '164303.417500', '164303.877500', '164304.337500', '164304.797500', '164305.257500', '164305.717500', '164306.177500', '164306.637500', '164307.097500', '164307.557500', '164308.017500', '164308.477500', '164308.937500', '164309.397500', '164309.857500', '164310.317500', '164310.777500', '164311.237500', '164311.697500', '164312.157500', '164312.617500', '164313.077500', '164313.537500', '164313.997500', '164314.457500', '164314.917500', '164315.377500', '164315.837500', '164316.297500', '164316.757500', '164317.217500', '164317.677500', '164318.137500', '164318.597500', '164319.057500', '164319.517500', '164319.977500', '164320.437500', '164320.897500', '164321.357500', '164321.817500', '164322.277500', '164322.737500', '164323.197500', '164323.657500', '164324.117500', '164324.577500', '164325.037500', '164325.497500', '164325.957500', '164326.417500', '164326.877500', '164327.337500', '164327.797500', '164328.257500', '164328.717500', '164329.177500', '164329.637500', '164330.097500', '164330.557500', '164331.017500', '164331.477500', '164331.937500', '164332.397500', '164332.857500', '164333.317500', '164333.777500', '164334.237500', '164334.697500', '164335.157500', '164335.617500', '164336.077500', '164336.537500', '164336.997500', '164337.457500', '164337.917500', '164338.377500', '164338.837500', '164339.297500', '164339.757500', '164340.217500', '164340.677500', '164341.137500', '164341.597500', '164342.057500', '164342.517500', '164342.977500', '164343.437500', '164343.897500', '164344.357500', '164344.817500', '164345.277500', '164345.737500', '164346.197500', '164346.657500', '164347.117500', '164347.577500', '164348.037500', '164348.497500', '164348.957500', '164349.417500', '164349.877500', '164350.337500', '164350.797500', '164351.257500', '164351.717500', '164352.177500', '164352.637500', '164353.097500', '164353.557500', '164354.017500', '164354.477500', '164354.937500', '164355.397500', '164355.857500', '164356.317500', '164356.777500', '164357.237500', '164357.697500', '164358.157500', '164358.617500', '164359.077500', '164359.537500', '164359.997500', '164400.457500', '164400.917500', '164401.377500', '164401.837500', '164402.297500', '164402.757500', '164403.217500', '164403.677500', '164404.137500', '164404.597500', '164405.057500', '164405.517500', '164405.977500', '164406.437500', '164406.897500', '164407.357500', '164407.817500', '164408.277500', '164408.737500', '164409.197500', '164409.657500', '164410.117500', '164410.577500', '164411.037500', '164411.497500', '164411.957500', '164412.417500', '164412.877500', '164413.337500', '164413.797500', '164414.257500', '164414.717500', '164415.177500', '164415.637500', '164416.097500', '164416.557500', '164417.017500', '164417.477500', '164417.937500', '164418.397500', '164418.857500', '164419.317500', '164419.777500', '164420.237500', '164420.697500', '164421.157500', '164421.617500', '164422.077500', '164422.537500', '164422.997500', '164423.457500', '164423.917500', '164424.377500', '164424.837500', '164425.297500', '164425.757500', '164426.217500', '164426.677500', '164427.137500', '164427.597500', '164428.057500', '164428.517500', '164428.977500', '164429.437500', '164429.897500', '164430.357500', '164430.817500', '164431.277500', '164431.737500', '164432.197500', '164432.657500', '164433.117500', '164433.577500', '164434.037500', '164434.497500', '164434.957500', '164435.417500', '164435.877500', '164436.337500', '164436.797500', '164437.257500', '164437.717500', '164438.177500', '164438.637500', '164439.097500', '164439.557500', '164440.017500', '164440.477500', '164440.937500', '164441.397500', '164441.857500', '164442.317500', '164442.777500', '164443.237500', '164443.697500', '164444.157500', '164444.617500', '164445.077500', '164445.537500', '164445.997500', '164446.457500', '164446.917500', '164447.377500', '164447.837500', '164448.297500', '164448.757500', '164449.217500', '164449.677500', '164450.137500', '164450.597500', '164451.057500', '164451.517500', '164451.977500', '164452.437500', '164452.897500', '164453.357500', '164453.817500', '164454.277500', '164454.737500', '164455.197500', '164455.657500', '164456.117500', '164456.577500', '164457.037500', '164457.497500', '164457.957500', '164458.417500', '164458.877500', '164459.337500', '164459.797500', '164500.257500', '164500.717500', '164501.177500', '164501.637500', '164502.097500', '164502.557500', '164503.017500', '164503.477500', '164503.937500', '164504.397500', '164504.857500', '164505.317500', '164505.777500', '164506.237500', '164506.697500', '164507.157500', '164507.617500', '164508.077500', '164508.537500', '164508.997500', '164509.457500', '164509.917500', '164510.377500', '164510.837500', '164511.297500', '164511.757500', '164512.217500', '164512.677500', '164513.137500', '164513.597500', '164514.057500', '164514.517500', '164514.977500', '164515.437500', '164515.897500', '164516.357500', '164516.817500', '164517.277500', '164517.737500', '164518.197500', '164518.657500', '164519.117500', '164519.577500', '164520.037500', '164520.497500', '164520.957500', '164521.417500', '164521.877500', '164522.337500', '164522.797500', '164523.257500', '164523.717500', '164524.177500', '164524.637500', '164525.097500', '164525.557500', '164526.017500', '164526.477500', '164526.937500', '164527.397500', '164527.857500', '164528.317500', '164528.777500', '164529.237500', '164529.697500', '164530.157500', '164530.617500', '164531.077500', '164531.537500', '164531.997500', '164532.457500', '164532.917500', '164533.377500', '164533.837500', '164534.297500', '164534.757500', '164535.217500', '164535.677500', '164536.137500', '164536.597500', '164537.057500', '164537.517500', '164537.977500', '164538.437500', '164538.897500', '164539.357500', '164539.817500', '164540.277500', '164540.737500', '164541.197500', '164541.657500', '164542.117500', '164542.577500', '164543.037500', '164543.497500', '164543.957500', '164544.417500', '164544.877500', '164545.337500', '164545.797500', '164546.257500', '164546.717500', '164547.177500', '164547.637500', '164548.097500', '164548.557500', '164549.017500', '164549.477500', '164549.937500', '164550.397500', '164550.857500', '164551.317500', '164551.777500', '164552.237500', '164552.697500', '164553.157500', '164553.617500', '164554.077500', '164554.537500', '164554.997500', '164555.457500', '164555.917500', '164556.377500', '164556.837500', '164557.297500', '164557.757500', '164558.217500', '164558.677500', '164559.137500', '164559.597500', '164600.057500', '164600.517500', '164600.977500', '164601.437500', '164601.897500', '164602.357500', '164602.817500', '164603.277500', '164603.737500', '164604.197500', '164604.657500', '164605.117500', '164605.577500', '164606.037500', '164606.497500', '164606.957500', '164607.417500', '164607.877500', '164608.337500', '164608.797500', '164609.257500', '164609.717500', '164610.177500', '164610.637500', '164611.097500', '164611.557500', '164612.017500', '164612.477500', '164612.937500', '164613.397500', '164613.857500', '164614.317500', '164614.777500', '164615.237500', '164615.697500', '164616.157500', '164616.617500', '164617.077500', '164617.537500', '164617.997500', '164618.457500', '164618.917500', '164619.377500', '164619.837500', '164620.297500', '164620.757500', '164621.217500', '164621.677500', '164622.137500', '164622.597500', '164623.057500', '164623.517500', '164623.977500', '164624.437500', '164624.897500', '164625.357500', '164625.817500', '164626.277500', '164626.737500', '164627.197500', '164627.657500', '164628.117500', '164628.577500', '164629.037500', '164629.497500', '164629.957500', '164630.417500', '164630.877500', '164631.337500', '164631.797500', '164632.257500', '164632.717500', '164633.177500', '164633.637500', '164634.097500', '164634.557500', '164635.017500', '164635.477500', '164635.937500', '164636.397500', '164636.857500', '164637.317500', '164637.777500', '164638.237500', '164638.697500', '164639.157500', '164639.617500', '164640.077500', '164640.537500', '164640.997500', '164641.457500', '164641.917500', '164642.377500', '164642.837500', '164643.297500', '164643.757500', '164644.217500', '164644.677500', '164645.137500', '164645.597500', '164646.057500', '164646.517500', '164646.977500', '164647.437500', '164647.897500', '164648.357500', '164648.817500', '164649.277500', '164649.737500', '164650.197500', '164650.657500', '164651.117500', '164651.577500', '164652.037500', '164652.497500', '164652.957500', '164653.417500', '164653.877500', '164654.337500', '164654.797500', '164655.257500', '164655.717500', '164656.177500', '164656.637500', '164657.097500', '164657.557500', '164658.017500', '164658.477500', '164658.937500', '164659.397500', '164659.857500', '164700.317500', '164700.777500', '164701.237500', '164701.697500', '164702.157500', '164702.617500', '164703.077500', '164703.537500', '164703.997500', '164704.457500', '164704.917500', '164705.377500', '164705.837500', '164706.297500', '164706.757500', '164707.217500', '164707.677500', '164708.137500', '164708.597500', '164709.057500', '164709.517500', '164709.977500', '164710.437500', '164710.897500', '164711.357500', '164711.817500', '164712.277500', '164712.737500', '164713.197500', '164713.657500', '164714.117500', '164714.577500', '164715.037500', '164715.497500', '164715.957500', '164716.417500', '164716.877500', '164717.337500', '164717.797500', '164718.257500', '164718.717500', '164719.177500', '164719.637500', '164720.097500', '164720.557500', '164721.017500', '164721.477500', '164721.937500', '164722.397500', '164722.857500', '164723.317500', '164723.777500', '164724.237500', '164724.697500', '164725.157500', '164725.617500', '164726.077500', '164726.537500', '164726.997500', '164727.457500', '164727.917500', '164728.377500', '164728.837500', '164729.297500', '164729.757500', '164730.217500', '164730.677500', '164731.137500', '164731.597500', '164732.057500', '164732.517500', '164732.977500', '164733.437500', '164733.897500', '164734.357500', '164734.817500', '164735.277500', '164735.737500', '164736.197500', '164736.657500', '164737.117500', '164737.577500', '164738.037500', '164738.497500', '164738.957500', '164739.417500', '164739.877500', '164740.337500', '164740.797500', '164741.257500', '164741.717500', '164742.177500', '164742.637500', '164743.097500', '164743.557500', '164744.017500', '164744.477500', '164744.937500', '164745.397500', '164745.857500', '164746.317500', '164746.777500', '164747.237500', '164747.697500', '164748.157500', '164748.617500', '164749.077500', '164749.537500', '164749.997500', '164750.457500', '164750.917500', '164751.377500', '164751.837500', '164752.297500', '164752.757500', '164753.217500', '164753.677500', '164754.137500', '164754.597500', '164755.057500', '164755.517500', '164755.977500', '164756.437500', '164756.897500', '164757.357500', '164757.817500', '164758.277500', '164758.737500', '164759.197500', '164759.657500', '164800.117500', '164800.577500', '164801.037500', '164801.497500', '164801.957500', '164802.417500', '164802.877500', '164803.337500', '164803.797500', '164804.257500', '164804.717500', '164805.177500', '164805.637500', '164806.097500', '164806.557500', '164807.017500', '164807.477500', '164807.937500', '164808.397500', '164808.857500', '164809.317500', '164809.777500', '164810.237500', '164810.697500', '164811.157500', '164811.617500', '164812.077500', '164812.537500', '164812.997500', '164813.457500', '164813.917500', '164814.377500', '164814.837500', '164815.297500', '164815.757500', '164816.217500', '164816.677500', '164817.137500', '164817.597500', '164818.057500', '164818.517500', '164818.977500', '164819.437500', '164819.897500', '164820.357500', '164820.817500', '164821.277500', '164821.737500', '164822.197500', '164822.657500', '164823.117500', '164823.577500', '164824.037500', '164824.497500', '164824.957500', '164825.417500', '164825.877500', '164826.337500', '164826.797500', '164827.257500', '164827.717500', '164828.177500', '164828.637500', '164829.097500', '164829.557500', '164830.017500', '164830.477500', '164830.937500', '164831.397500', '164831.857500', '164832.317500', '164832.777500', '164833.237500', '164833.697500', '164834.157500', '164834.617500', '164835.077500', '164835.537500', '164835.997500', '164836.457500', '164836.917500', '164837.377500', '164837.837500', '164838.297500', '164838.757500', '164839.217500', '164839.677500', '164840.137500', '164840.597500', '164841.057500', '164841.517500', '164841.977500', '164842.437500', '164842.897500', '164843.357500', '164843.817500', '164844.277500', '164844.737500', '164845.197500', '164845.657500', '164846.117500', '164846.577500', '164847.037500', '164847.497500', '164847.957500', '164848.417500', '164848.877500', '164849.337500', '164849.797500', '164850.257500', '164850.717500', '164851.177500', '164851.637500', '164852.097500', '164852.557500', '164853.017500', '164853.477500', '164853.937500', '164854.397500', '164854.857500', '164855.317500', '164855.777500', '164856.237500', '164856.697500', '164857.157500', '164857.617500', '164858.077500', '164858.537500', '164858.997500', '164859.457500', '164859.917500', '164900.377500', '164900.837500', '164901.297500', '164901.757500', '164902.217500', '164902.677500', '164903.137500', '164903.597500', '164904.057500', '164904.517500', '164904.977500', '164905.437500', '164905.897500', '164906.357500', '164906.817500', '164907.277500', '164907.737500', '164908.197500', '164908.657500', '164909.117500', '164909.577500', '164910.037500', '164910.497500', '164910.957500', '164911.417500', '164911.877500', '164912.337500', '164912.797500', '164913.257500', '164913.717500', '164914.177500', '164914.637500', '164915.097500', '164915.557500', '164916.017500', '164916.477500', '164916.937500', '164917.397500', '164917.857500', '164918.317500', '164918.777500', '164919.237500', '164919.697500', '164920.157500', '164920.617500', '164921.077500', '164921.537500', '164921.997500', '164922.457500', '164922.917500', '164923.377500', '164923.837500', '164924.297500', '164924.757500', '164925.217500', '164925.677500', '164926.137500', '164926.597500', '164927.057500', '164927.517500', '164927.977500', '164928.437500', '164928.897500', '164929.357500', '164929.817500', '164930.277500', '164930.737500', '164931.197500', '164931.657500', '164932.117500', '164932.577500', '164933.037500', '164933.497500', '164933.957500', '164934.417500', '164934.877500', '164935.337500', '164935.797500', '164936.257500', '164936.717500', '164937.177500', '164937.637500', '164938.097500', '164938.557500', '164939.017500', '164939.477500', '164939.937500', '164940.397500', '164940.857500', '164941.317500', '164941.777500', '164942.237500', '164942.697500', '164943.157500', '164943.617500', '164944.077500', '164944.537500', '164944.997500', '164945.457500', '164945.917500', '164946.377500', '164946.837500', '164947.297500', '164947.757500', '164948.217500', '164948.677500', '164949.137500', '164949.597500', '164950.057500', '164950.517500', '164950.977500', '164951.437500', '164951.897500', '164952.357500', '164952.817500', '164953.277500', '164953.737500', '164954.197500', '164954.657500', '164955.117500', '164955.577500', '164956.037500', '164956.497500', '164956.957500', '164957.417500', '164957.877500', '164958.337500', '164958.797500', '164959.257500', '164959.717500', '165000.177500', '165000.637500', '165001.097500', '165001.557500', '165002.017500', '165002.477500', '165002.937500', '165003.397500', '165003.857500', '165004.317500', '165004.777500', '165005.237500', '165005.697500', '165006.157500', '165006.617500', '165007.077500', '165007.537500', '165007.997500', '165008.457500', '165008.917500', '165009.377500', '165009.837500', '165010.297500', '165010.757500', '165011.217500', '165011.677500', '165012.137500', '165012.597500', '165013.057500', '165013.517500', '165013.977500', '165014.437500', '165014.897500', '165015.357500', '165015.817500', '165016.277500', '165016.737500', '165017.197500', '165017.657500', '165018.117500', '165018.577500', '165019.037500', '165019.497500', '165019.957500', '165020.417500', '165020.877500', '165021.337500', '165021.797500', '165022.257500', '165022.717500', '165023.177500', '165023.637500', '165024.097500', '165024.557500', '165025.017500', '165025.477500', '165025.937500', '165026.397500', '165026.857500', '165027.317500', '165027.777500', '165028.237500', '165028.697500', '165029.157500', '165029.617500', '165030.077500', '165030.537500', '165030.997500', '165031.457500', '165031.917500', '165032.377500', '165032.837500', '165033.297500', '165033.757500', '165034.217500', '165034.677500', '165035.137500', '165035.597500', '165036.057500', '165036.517500', '165036.977500', '165037.437500', '165037.897500', '165038.357500', '165038.817500', '165039.277500', '165039.737500', '165040.197500', '165040.657500', '165041.117500', '165041.577500', '165042.037500', '165042.497500', '165042.957500', '165043.417500', '165043.877500', '165044.337500', '165044.797500', '165045.257500', '165045.717500', '165046.177500', '165046.637500', '165047.097500', '165047.557500', '165048.017500', '165048.477500', '165048.937500', '165049.397500', '165049.857500', '165050.317500', '165050.777500', '165051.237500', '165051.697500', '165052.157500', '165052.617500', '165053.077500', '165053.537500', '165053.997500', '165054.457500', '165054.917500', '165055.377500', '165055.837500', '165056.297500', '165056.757500', '165057.217500', '165057.677500', '165058.137500', '165058.597500', '165059.057500', '165059.517500', '165059.977500', '165100.437500', '165100.897500', '165101.357500', '165101.817500', '165102.277500', '165102.737500', '165103.197500', '165103.657500', '165104.117500', '165104.577500', '165105.037500', '165105.497500', '165105.957500', '165106.417500', '165106.877500', '165107.337500', '165107.797500', '165108.257500', '165108.717500', '165109.177500', '165109.637500', '165110.097500', '165110.557500', '165111.017500', '165111.477500', '165111.937500', '165112.397500', '165112.857500', '165113.317500', '165113.777500', '165114.237500', '165114.697500', '165115.157500', '165115.617500', '165116.077500', '165116.537500', '165116.997500', '165117.457500', '165117.917500', '165118.377500', '165118.837500', '165119.297500', '165119.757500', '165120.217500', '165120.677500', '165121.137500', '165121.597500', '165122.057500', '165122.517500', '165122.977500', '165123.437500', '165123.897500', '165124.357500', '165124.817500', '165125.277500', '165125.737500', '165126.197500', '165126.657500', '165127.117500', '165127.577500', '165128.037500', '165128.497500', '165128.957500', '165129.417500', '165129.877500', '165130.337500', '165130.797500', '165131.257500', '165131.717500', '165132.177500', '165132.637500', '165133.097500', '165133.557500', '165134.017500', '165134.477500', '165134.937500', '165135.397500', '165135.857500', '165136.317500', '165136.777500', '165137.237500', '165137.697500', '165138.157500', '165138.617500', '165139.077500', '165139.537500', '165139.997500', '165140.457500', '165140.917500', '165141.377500', '165141.837500', '165142.297500', '165142.757500', '165143.217500', '165143.677500', '165144.137500', '165144.597500', '165145.057500', '165145.517500', '165145.977500', '165146.437500', '165146.897500', '165147.357500', '165147.817500', '165148.277500', '165148.737500', '165149.197500', '165149.657500', '165150.117500', '165150.577500', '165151.037500', '165151.497500', '165151.957500', '165152.417500', '165152.877500', '165153.337500', '165153.797500', '165154.257500', '165154.717500', '165155.177500', '165155.637500', '165156.097500', '165156.557500', '165157.017500', '165157.477500', '165157.937500', '165158.397500', '165158.857500', '165159.317500', '165159.777500', '165200.237500', '165200.697500', '165201.157500', '165201.617500', '165202.077500', '165202.537500', '165202.997500', '165203.457500', '165203.917500', '165204.377500', '165204.837500', '165205.297500', '165205.757500', '165206.217500', '165206.677500', '165207.137500', '165207.597500', '165208.057500', '165208.517500', '165208.977500', '165209.437500', '165209.897500', '165210.357500', '165210.817500', '165211.277500', '165211.737500', '165212.197500', '165212.657500', '165213.117500', '165213.577500', '165214.037500', '165214.497500', '165214.957500', '165215.417500', '165215.877500', '165216.337500', '165216.797500', '165217.257500', '165217.717500', '165218.177500', '165218.637500', '165219.097500', '165219.557500', '165220.017500', '165220.477500', '165220.937500', '165221.397500', '165221.857500', '165222.317500', '165222.777500', '165223.237500', '165223.697500', '165224.157500', '165224.617500', '165225.077500', '165225.537500', '165225.997500', '165226.457500', '165226.917500', '165227.377500', '165227.837500', '165228.297500', '165228.757500', '165229.217500', '165229.677500', '165230.137500', '165230.597500', '165231.057500', '165231.517500', '165231.977500', '165232.437500', '165232.897500', '165233.357500', '165233.817500', '165234.277500', '165234.737500', '165235.197500', '165235.657500', '165236.117500', '165236.577500', '165237.037500', '165237.497500', '165237.957500', '165238.417500', '165238.877500', '165239.337500', '165239.797500', '165240.257500', '165240.717500', '165241.177500', '165241.637500', '165242.097500', '165242.557500', '165243.017500', '165243.477500', '165243.937500', '165244.397500', '165244.857500', '165245.317500', '165245.777500', '165246.237500', '165246.697500', '165247.157500', '165247.617500', '165248.077500', '165248.537500', '165248.997500', '165249.457500', '165249.917500', '165250.377500', '165250.837500', '165251.297500', '165251.757500', '165252.217500', '165252.677500', '165253.137500', '165253.597500', '165254.057500', '165254.517500', '165254.977500', '165255.437500', '165255.897500', '165256.357500', '165256.817500', '165257.277500', '165257.737500', '165258.197500', '165258.657500', '165259.117500', '165259.577500', '165300.037500', '165300.497500', '165300.957500', '165301.417500', '165301.877500', '165302.337500', '165302.797500', '165303.257500', '165303.717500', '165304.177500', '165304.637500', '165305.097500', '165305.557500', '165306.017500', '165306.477500', '165306.937500', '165307.397500', '165307.857500', '165308.317500', '165308.777500', '165309.237500', '165309.697500', '165310.157500', '165310.617500', '165311.077500'], 'ContentTime': ['164327.003000', '164327.012000', '164327.015000', '164327.017000', '164327.020000', '164327.023000', '164327.026000', '164327.029000', '164327.032000', '164327.035000', '164327.038000', '164327.041000', '164327.043000', '164327.046000', '164327.049000', '164327.052000', '164327.055000', '164327.057000', '164327.060000', '164327.063000', '164327.066000', '164327.069000', '164327.072000', '164327.075000', '164327.077000', '164327.080000', '164327.083000', '164327.086000', '164327.089000', '164327.091000', '164327.094000', '164327.097000', '164327.100000', '164327.103000', '164327.106000', '164327.108000', '164327.111000', '164327.114000', '164327.117000', '164327.120000', '164327.122000', '164327.125000', '164327.128000', '164327.131000', '164327.134000', '164327.137000', '164327.140000', '164327.142000', '164327.145000', '164327.153000', '164327.156000', '164327.159000', '164327.162000', '164327.164000', '164327.167000', '164327.170000', '164327.173000', '164327.176000', '164327.179000', '164327.181000', '164327.184000', '164327.187000', '164346.963000', '164346.966000', '164346.969000', '164346.972000', '164346.975000', '164346.978000', '164346.980000', '164346.983000', '164346.986000', '164346.989000', '164346.992000', '164346.994000', '164346.997000', '164347.000000', '164347.003000', '164347.006000', '164347.009000', '164347.012000', '164347.014000', '164347.017000', '164347.020000', '164347.023000', '164347.026000', '164347.029000', '164347.032000', '164347.035000', '164347.037000', '164347.040000', '164347.043000', '164347.046000', '164347.049000', '164347.051000', '164347.054000', '164347.057000', '164347.060000', '164347.063000', '164347.066000', '164347.068000', '164347.071000', '164347.074000', '164347.077000', '164347.080000', '164347.083000', '164406.963000', '164406.966000', '164406.969000', '164406.972000', '164406.975000', '164406.977000', '164406.981000', '164406.984000', '164406.986000', '164406.989000', '164406.992000', '164406.995000', '164406.998000', '164407.001000', '164407.004000', '164407.007000', '164407.010000', '164407.013000', '164407.016000', '164407.019000', '164407.021000', '164407.024000', '164407.027000', '164407.030000', '164407.033000', '164407.036000', '164407.039000', '164407.041000', '164407.044000', '164407.047000', '164407.050000', '164407.053000', '164407.056000', '164407.058000', '164407.061000', '164407.064000', '164407.067000', '164407.070000', '164407.073000', '164407.076000', '164407.078000', '164407.081000', '164407.084000', '164407.087000', '164426.963000', '164426.966000', '164426.969000', '164426.972000', '164426.975000', '164426.978000', '164426.980000', '164426.983000', '164426.986000', '164426.989000', '164426.992000', '164426.995000', '164426.998000', '164427.001000', '164427.004000', '164427.007000', '164427.010000', '164427.013000', '164427.015000', '164427.018000', '164427.021000', '164427.024000', '164427.027000', '164427.030000', '164427.033000', '164427.036000', '164427.038000', '164427.041000', '164427.044000', '164427.047000', '164427.050000', '164427.053000', '164427.056000', '164427.059000', '164427.077000', '164427.080000', '164427.083000', '164427.086000', '164427.089000', '164427.092000', '164427.095000', '164427.098000', '164427.101000', '164446.962000', '164446.965000', '164446.968000', '164446.971000', '164446.974000', '164446.977000', '164446.979000', '164446.982000', '164446.985000', '164446.988000', '164446.991000', '164446.994000', '164446.996000', '164447.000000', '164447.003000', '164447.006000', '164447.009000', '164447.012000', '164447.015000', '164447.018000', '164447.020000', '164447.031000', '164447.034000', '164447.043000', '164447.046000', '164447.049000', '164447.052000', '164447.055000', '164447.058000', '164447.061000', '164447.063000', '164447.066000', '164447.069000', '164447.072000', '164447.075000', '164447.078000', '164447.081000', '164447.084000', '164447.086000', '164447.089000', '164447.092000', '164447.095000', '164447.098000', '164447.100000', '164506.962000', '164506.965000', '164506.968000', '164506.971000', '164506.974000', '164506.977000', '164506.979000', '164506.982000', '164506.985000', '164506.988000', '164506.991000', '164506.994000', '164506.997000', '164507.000000', '164507.003000', '164507.006000', '164507.009000', '164507.012000', '164507.015000', '164507.018000', '164507.021000', '164507.024000', '164507.026000', '164507.029000', '164507.032000', '164507.035000', '164507.038000', '164507.041000', '164507.044000', '164507.046000', '164507.049000', '164507.052000', '164507.055000', '164507.058000', '164507.061000', '164507.064000', '164507.067000', '164507.069000', '164507.072000', '164507.075000', '164507.078000', '164507.081000', '164507.084000', '164526.962000', '164526.965000', '164526.968000', '164526.971000', '164526.974000', '164526.976000', '164526.979000', '164526.982000', '164526.985000', '164526.988000', '164526.991000', '164526.993000', '164526.996000', '164527.000000', '164527.003000', '164527.006000', '164527.009000', '164527.012000', '164527.015000', '164527.017000', '164527.020000', '164527.023000', '164527.026000', '164527.029000', '164527.032000', '164527.035000', '164527.038000', '164527.040000', '164527.043000', '164527.046000', '164527.049000', '164527.052000', '164527.055000', '164527.058000', '164527.061000', '164527.063000', '164527.066000', '164527.069000', '164527.072000', '164527.075000', '164527.078000', '164527.081000', '164527.083000', '164527.086000', '164546.962000', '164546.965000', '164546.968000', '164546.971000', '164546.974000', '164546.977000', '164546.980000', '164546.982000', '164546.985000', '164546.988000', '164546.991000', '164546.994000', '164546.997000', '164547.000000', '164547.003000', '164547.006000', '164547.009000', '164547.012000', '164547.015000', '164547.018000', '164547.021000', '164547.023000', '164547.026000', '164547.029000', '164547.032000', '164547.035000', '164547.038000', '164547.041000', '164547.044000', '164547.046000', '164547.049000', '164547.052000', '164547.055000', '164547.058000', '164547.061000', '164547.064000', '164547.066000', '164547.069000', '164547.072000', '164547.075000', '164547.078000', '164547.081000', '164547.084000', '164606.963000', '164606.966000', '164606.969000', '164606.972000', '164606.975000', '164606.978000', '164606.980000', '164606.983000', '164606.986000', '164606.989000', '164606.997000', '164607.000000', '164607.003000', '164607.005000', '164607.008000', '164607.011000', '164607.014000', '164607.017000', '164607.020000', '164607.023000', '164607.026000', '164607.028000', '164607.031000', '164607.034000', '164607.037000', '164607.040000', '164607.043000', '164607.046000', '164607.049000', '164607.051000', '164607.054000', '164607.057000', '164607.060000', '164607.063000', '164607.066000', '164607.069000', '164607.072000', '164607.074000', '164607.077000', '164607.080000', '164607.083000', '164607.086000', '164607.089000', '164626.963000', '164626.966000', '164626.969000', '164626.972000', '164626.975000', '164626.978000', '164626.981000', '164626.984000', '164626.986000', '164626.989000', '164626.992000', '164626.995000', '164626.998000', '164627.002000', '164627.005000', '164627.008000', '164627.010000', '164627.013000', '164627.016000', '164627.019000', '164627.022000', '164627.025000', '164627.028000', '164627.031000', '164627.033000', '164627.036000', '164627.039000', '164627.042000', '164627.045000', '164627.048000', '164627.051000', '164627.054000', '164627.056000', '164627.059000', '164627.062000', '164627.065000', '164627.068000', '164627.071000', '164627.074000', '164627.077000', '164627.079000', '164627.082000', '164627.085000', '164627.088000', '164646.963000', '164646.966000', '164646.971000', '164646.976000', '164646.979000', '164646.982000', '164646.985000', '164646.987000', '164646.990000', '164646.993000', '164646.996000', '164647.000000', '164647.003000', '164647.006000', '164647.009000', '164647.011000', '164647.014000', '164647.017000', '164647.020000', '164647.023000', '164647.026000', '164647.029000', '164647.032000', '164647.034000', '164647.037000', '164647.040000', '164647.043000', '164647.046000', '164647.049000', '164647.052000', '164647.055000', '164647.058000', '164647.060000', '164647.063000', '164647.066000', '164647.069000', '164647.072000', '164647.075000', '164647.078000', '164647.080000', '164647.083000', '164647.086000', '164647.089000', '164706.962000', '164706.965000', '164706.968000', '164706.971000', '164706.974000', '164706.977000', '164706.979000', '164706.982000', '164706.985000', '164706.988000', '164706.991000', '164706.994000', '164706.997000', '164707.001000', '164707.004000', '164707.006000', '164707.009000', '164707.012000', '164707.015000', '164707.018000', '164707.021000', '164707.024000', '164707.026000', '164707.029000', '164707.032000', '164707.035000', '164707.038000', '164707.041000', '164707.044000', '164707.047000', '164707.050000', '164707.052000', '164707.055000', '164707.058000', '164707.061000', '164707.064000', '164707.067000', '164707.070000', '164707.073000', '164707.075000', '164707.078000', '164707.081000', '164707.084000', '164707.087000', '164726.962000', '164726.965000', '164726.968000', '164726.971000', '164726.974000', '164726.977000', '164726.980000', '164726.983000', '164726.986000', '164726.988000', '164726.991000', '164726.994000', '164726.997000', '164727.001000', '164727.004000', '164727.008000', '164727.011000', '164727.014000', '164727.017000', '164727.019000', '164727.022000', '164727.047000', '164727.050000', '164727.053000', '164727.056000', '164727.059000', '164727.062000', '164727.077000', '164727.080000', '164727.083000', '164727.086000', '164727.088000', '164727.091000', '164727.094000', '164727.097000', '164727.100000', '164727.103000', '164727.106000', '164727.108000', '164727.111000', '164727.114000', '164727.118000', '164727.121000', '164746.962000', '164746.965000', '164746.968000', '164746.971000', '164746.974000', '164746.977000', '164746.979000', '164746.982000', '164746.985000', '164746.988000', '164746.991000', '164746.994000', '164746.997000', '164747.001000', '164747.004000', '164747.007000', '164747.009000', '164747.012000', '164747.015000', '164747.018000', '164747.021000', '164747.024000', '164747.027000', '164747.029000', '164747.032000', '164747.035000', '164747.038000', '164747.041000', '164747.044000', '164747.047000', '164747.050000', '164747.053000', '164747.056000', '164747.058000', '164747.061000', '164747.064000', '164747.067000', '164747.070000', '164747.072000', '164747.075000', '164747.078000', '164747.081000', '164747.084000', '164747.087000', '164806.962000', '164806.965000', '164806.968000', '164806.971000', '164806.974000', '164806.977000', '164806.980000', '164806.983000', '164806.985000', '164806.988000', '164806.991000', '164806.994000', '164806.997000', '164807.001000', '164807.004000', '164807.007000', '164807.009000', '164807.012000', '164807.015000', '164807.018000', '164807.021000', '164807.024000', '164807.029000', '164807.033000', '164807.036000', '164807.039000', '164807.042000', '164807.044000', '164807.055000', '164807.058000', '164807.061000', '164807.063000', '164807.067000', '164807.069000', '164807.072000', '164807.075000', '164807.078000', '164807.081000', '164807.084000', '164807.086000', '164807.089000', '164807.092000', '164807.095000', '164826.963000', '164826.966000', '164826.969000', '164826.972000', '164826.975000', '164826.978000', '164826.981000', '164826.984000', '164826.986000', '164826.989000', '164826.992000', '164826.995000', '164826.998000', '164827.002000', '164827.005000', '164827.013000', '164827.016000', '164827.019000', '164827.022000', '164827.025000', '164827.028000', '164827.033000', '164827.035000', '164827.038000', '164827.041000', '164827.044000', '164827.047000', '164827.050000', '164827.053000', '164827.056000', '164827.059000', '164827.062000', '164827.064000', '164827.067000', '164827.070000', '164827.073000', '164827.076000', '164827.079000', '164827.081000', '164827.084000', '164827.087000', '164827.090000', '164827.093000', '164827.096000', '164846.963000', '164846.966000', '164846.969000', '164846.972000', '164846.975000', '164846.978000', '164846.981000', '164846.983000', '164846.986000', '164846.989000', '164846.992000', '164846.995000', '164846.998000', '164847.002000', '164847.004000', '164847.007000', '164847.010000', '164847.013000', '164847.016000', '164847.019000', '164847.022000', '164847.025000', '164847.028000', '164847.031000', '164847.034000', '164847.037000', '164847.039000', '164847.043000', '164847.045000', '164847.048000', '164847.051000', '164847.054000', '164847.057000', '164847.060000', '164847.063000', '164847.065000', '164847.068000', '164847.078000', '164847.081000', '164847.084000', '164847.087000', '164847.090000', '164847.092000', '164906.963000', '164906.966000', '164906.969000', '164906.972000', '164906.975000', '164906.978000', '164906.981000', '164906.983000', '164906.986000', '164906.989000', '164906.992000', '164906.995000', '164906.998000', '164907.002000', '164907.005000', '164907.008000', '164907.010000', '164907.013000', '164907.016000', '164907.019000', '164907.022000', '164907.025000', '164907.028000', '164907.030000', '164907.033000', '164907.036000', '164907.039000', '164907.042000', '164907.045000', '164907.048000', '164907.051000', '164907.053000', '164907.056000', '164907.059000', '164907.062000', '164907.065000', '164907.068000', '164907.070000', '164907.073000', '164907.076000', '164907.079000', '164907.082000', '164907.085000', '164907.088000', '164926.962000', '164926.965000', '164926.968000', '164926.971000', '164926.974000', '164926.977000', '164926.979000', '164926.982000', '164926.985000', '164926.989000', '164926.992000', '164926.995000', '164926.998000', '164927.002000', '164927.005000', '164927.008000', '164927.011000', '164927.014000', '164927.016000', '164927.019000', '164927.022000', '164927.025000', '164927.028000', '164927.031000', '164927.034000', '164927.036000', '164927.039000', '164927.042000', '164927.047000', '164927.051000', '164927.055000', '164927.057000', '164927.060000', '164927.063000', '164927.066000', '164927.069000', '164927.072000', '164927.075000', '164927.078000', '164927.080000', '164927.083000', '164927.086000', '164927.089000', '164946.962000', '164946.965000', '164946.968000', '164946.971000', '164946.974000', '164946.977000', '164946.979000', '164946.982000', '164946.985000', '164946.988000', '164946.991000', '164946.994000', '164946.997000', '164947.001000', '164947.004000', '164947.006000', '164947.009000', '164947.012000', '164947.015000', '164947.018000', '164947.021000', '164947.024000', '164947.027000', '164947.030000', '164947.032000', '164947.035000', '164947.038000', '164947.041000', '164947.044000', '164947.047000', '164947.050000', '164947.052000', '164947.055000', '164947.058000', '164947.061000', '164947.064000', '164947.067000', '164947.070000', '164947.073000', '164947.075000', '164947.078000', '164947.082000', '164947.085000', '164947.087000', '165006.962000', '165006.965000', '165006.968000', '165006.971000', '165006.974000', '165006.977000', '165006.979000', '165006.983000', '165006.985000', '165006.988000', '165006.991000', '165006.994000', '165006.997000', '165007.001000', '165007.003000', '165007.006000', '165007.009000', '165007.012000', '165007.015000', '165007.018000', '165007.021000', '165007.024000', '165007.027000', '165007.030000', '165007.032000', '165007.035000', '165007.038000', '165007.041000', '165007.044000', '165007.047000', '165007.049000', '165007.052000', '165007.055000', '165007.058000', '165007.061000', '165007.064000', '165007.067000', '165007.070000', '165007.072000', '165007.076000', '165007.079000', '165007.081000', '165007.084000', '165026.962000', '165026.965000', '165026.968000', '165026.971000', '165026.974000', '165026.977000', '165026.980000', '165026.982000', '165026.985000', '165026.988000', '165026.991000', '165026.994000', '165026.997000', '165027.001000', '165027.004000', '165027.006000', '165027.009000', '165027.012000', '165027.015000', '165027.018000', '165027.021000', '165027.024000', '165027.027000', '165027.029000', '165027.032000', '165027.035000', '165027.038000', '165027.041000', '165027.044000', '165027.047000', '165027.049000', '165027.052000', '165027.055000', '165027.058000', '165027.061000', '165027.064000', '165027.067000', '165027.070000', '165027.072000', '165027.075000', '165027.078000', '165027.081000', '165027.084000', '165027.087000', '165046.963000', '165046.966000', '165046.977000', '165046.980000', '165046.982000', '165046.985000', '165046.988000', '165046.991000', '165046.994000', '165046.997000', '165047.001000', '165047.004000', '165047.006000', '165047.009000', '165047.012000', '165047.015000', '165047.018000', '165047.021000', '165047.024000', '165047.028000', '165047.031000', '165047.034000', '165047.037000', '165047.039000', '165047.042000', '165047.045000', '165047.048000', '165047.051000', '165047.054000', '165047.057000', '165047.059000', '165047.062000', '165047.065000', '165047.068000', '165047.071000', '165047.074000', '165047.077000', '165047.080000', '165047.083000', '165047.086000', '165047.088000', '165047.091000', '165047.094000', '165106.963000', '165106.966000', '165106.969000', '165106.972000', '165106.975000', '165106.978000', '165106.981000', '165106.984000', '165106.986000', '165106.989000', '165106.992000', '165106.995000', '165106.998000', '165107.002000', '165107.005000', '165107.008000', '165107.011000', '165107.014000', '165107.016000', '165107.019000', '165107.022000', '165107.025000', '165107.028000', '165107.031000', '165107.034000', '165107.036000', '165107.039000', '165107.042000', '165107.045000', '165107.048000', '165107.051000', '165107.054000', '165107.057000', '165107.059000', '165107.062000', '165107.065000', '165107.068000', '165107.071000', '165107.074000', '165107.077000', '165107.080000', '165107.083000', '165107.085000', '165107.088000', '165126.963000', '165126.966000', '165126.969000', '165126.972000', '165126.975000', '165126.978000', '165126.981000', '165126.984000', '165126.986000', '165126.989000', '165126.992000', '165126.995000', '165126.998000', '165127.002000', '165127.005000', '165127.007000', '165127.010000', '165127.013000', '165127.016000', '165127.019000', '165127.022000', '165127.025000', '165127.027000', '165127.030000', '165127.033000', '165127.036000', '165127.039000', '165127.042000', '165127.045000', '165127.048000', '165127.051000', '165127.053000', '165127.056000', '165127.059000', '165127.062000', '165127.065000', '165127.068000', '165127.071000', '165127.073000', '165127.076000', '165127.079000', '165127.082000', '165127.085000', '165146.962000', '165146.965000', '165146.968000', '165146.971000', '165146.974000', '165146.977000', '165146.990000', '165146.993000', '165146.996000', '165146.998000', '165147.002000', '165147.005000', '165147.008000', '165147.011000', '165147.014000', '165147.017000', '165147.019000', '165147.022000', '165147.025000', '165147.028000', '165147.031000', '165147.034000', '165147.037000', '165147.040000', '165147.042000', '165147.045000', '165147.048000', '165147.051000', '165147.054000', '165147.057000', '165147.060000', '165147.063000', '165147.065000', '165147.068000', '165147.071000', '165147.074000', '165147.077000', '165147.080000', '165147.083000', '165147.086000', '165147.088000', '165147.091000', '165147.094000', '165147.097000', '165206.962000', '165206.965000', '165206.968000', '165206.971000', '165206.974000', '165206.977000', '165206.980000', '165206.982000', '165206.985000', '165206.988000', '165206.991000', '165206.994000', '165206.997000', '165207.001000', '165207.004000', '165207.006000', '165207.009000', '165207.012000', '165207.015000', '165207.018000', '165207.021000', '165207.024000', '165207.027000', '165207.029000', '165207.032000', '165207.035000', '165207.038000', '165207.041000', '165207.044000', '165207.047000', '165207.050000', '165207.052000', '165207.055000', '165207.058000', '165207.061000', '165207.065000', '165207.068000', '165207.071000', '165207.074000', '165207.077000', '165207.080000', '165207.082000', '165207.085000', '165226.962000', '165226.975000', '165226.978000', '165226.981000', '165226.984000', '165226.987000', '165226.990000', '165226.992000', '165226.995000', '165226.998000', '165227.002000', '165227.005000', '165227.008000', '165227.021000', '165227.024000', '165227.027000', '165227.030000', '165227.033000', '165227.036000', '165227.038000', '165227.041000', '165227.044000', '165227.047000', '165227.050000', '165227.053000', '165227.056000', '165227.059000', '165227.061000', '165227.064000', '165227.067000', '165227.070000', '165227.073000', '165227.076000', '165227.079000', '165227.082000', '165227.084000', '165227.087000', '165227.090000', '165227.093000', '165227.096000', '165227.107000', '165227.110000', '165227.113000', '165227.116000', '165246.962000', '165246.965000', '165246.968000', '165246.971000', '165246.974000', '165246.977000', '165246.980000', '165246.983000', '165246.986000', '165246.988000', '165246.991000', '165246.994000', '165246.997000', '165247.001000', '165247.004000', '165247.007000', '165247.010000', '165247.013000', '165247.015000', '165247.018000', '165247.021000', '165247.024000', '165247.027000', '165247.037000', '165247.040000', '165247.043000', '165247.046000', '165247.062000', '165247.065000', '165247.068000', '165247.071000', '165247.074000', '165247.077000', '165247.080000', '165247.082000', '165247.086000', '165247.088000', '165247.091000', '165247.094000', '165247.097000', '165247.100000', '165247.103000', '165247.105000', '165306.963000', '165306.966000', '165306.969000', '165306.972000', '165306.975000', '165306.977000', '165306.980000', '165306.983000', '165306.986000', '165306.989000', '165306.992000', '165306.995000', '165306.998000', '165307.002000', '165307.005000', '165307.007000', '165307.010000', '165307.013000', '165307.016000', '165307.019000', '165307.022000', '165307.025000', '165307.027000', '165307.030000', '165307.033000', '165307.036000', '165307.039000', '165307.042000', '165307.045000', '165307.048000', '165307.050000', '165307.053000', '165307.056000', '165307.059000', '165307.062000', '165307.065000', '165307.068000', '165307.070000', '165307.073000', '165307.076000', '165307.079000', '165307.082000', '165307.085000', '165307.088000', '165312.519000', '165312.524000', '165312.527000', '165312.530000', '165312.533000', '165312.536000', '165312.539000', '165312.542000', '165312.545000', '165312.548000', '165312.551000', '165312.554000'], 'InstanceCreationTime': ['164327.003000', '164327.012000', '164327.015000', '164327.017000', '164327.020000', '164327.023000', '164327.026000', '164327.029000', '164327.032000', '164327.035000', '164327.038000', '164327.041000', '164327.043000', '164327.046000', '164327.049000', '164327.052000', '164327.055000', '164327.057000', '164327.060000', '164327.063000', '164327.066000', '164327.069000', '164327.072000', '164327.075000', '164327.077000', '164327.080000', '164327.083000', '164327.086000', '164327.089000', '164327.091000', '164327.094000', '164327.097000', '164327.100000', '164327.103000', '164327.106000', '164327.108000', '164327.111000', '164327.114000', '164327.117000', '164327.120000', '164327.122000', '164327.125000', '164327.128000', '164327.131000', '164327.134000', '164327.137000', '164327.140000', '164327.142000', '164327.145000', '164327.153000', '164327.156000', '164327.159000', '164327.162000', '164327.164000', '164327.167000', '164327.170000', '164327.173000', '164327.176000', '164327.179000', '164327.181000', '164327.184000', '164327.187000', '164346.963000', '164346.966000', '164346.969000', '164346.972000', '164346.975000', '164346.978000', '164346.980000', '164346.983000', '164346.986000', '164346.989000', '164346.992000', '164346.994000', '164346.997000', '164347.000000', '164347.003000', '164347.006000', '164347.009000', '164347.012000', '164347.014000', '164347.017000', '164347.020000', '164347.023000', '164347.026000', '164347.029000', '164347.032000', '164347.035000', '164347.037000', '164347.040000', '164347.043000', '164347.046000', '164347.049000', '164347.051000', '164347.054000', '164347.057000', '164347.060000', '164347.063000', '164347.066000', '164347.068000', '164347.071000', '164347.074000', '164347.077000', '164347.080000', '164347.083000', '164406.963000', '164406.966000', '164406.969000', '164406.972000', '164406.975000', '164406.977000', '164406.981000', '164406.984000', '164406.986000', '164406.989000', '164406.992000', '164406.995000', '164406.998000', '164407.001000', '164407.004000', '164407.007000', '164407.010000', '164407.013000', '164407.016000', '164407.019000', '164407.021000', '164407.024000', '164407.027000', '164407.030000', '164407.033000', '164407.036000', '164407.039000', '164407.041000', '164407.044000', '164407.047000', '164407.050000', '164407.053000', '164407.056000', '164407.058000', '164407.061000', '164407.064000', '164407.067000', '164407.070000', '164407.073000', '164407.076000', '164407.078000', '164407.081000', '164407.084000', '164407.087000', '164426.963000', '164426.966000', '164426.969000', '164426.972000', '164426.975000', '164426.978000', '164426.980000', '164426.983000', '164426.986000', '164426.989000', '164426.992000', '164426.995000', '164426.998000', '164427.001000', '164427.004000', '164427.007000', '164427.010000', '164427.013000', '164427.015000', '164427.018000', '164427.021000', '164427.024000', '164427.027000', '164427.030000', '164427.033000', '164427.036000', '164427.038000', '164427.041000', '164427.044000', '164427.047000', '164427.050000', '164427.053000', '164427.056000', '164427.059000', '164427.077000', '164427.080000', '164427.083000', '164427.086000', '164427.089000', '164427.092000', '164427.095000', '164427.098000', '164427.101000', '164446.962000', '164446.965000', '164446.968000', '164446.971000', '164446.974000', '164446.977000', '164446.979000', '164446.982000', '164446.985000', '164446.988000', '164446.991000', '164446.994000', '164446.996000', '164447.000000', '164447.003000', '164447.006000', '164447.009000', '164447.012000', '164447.015000', '164447.018000', '164447.020000', '164447.031000', '164447.034000', '164447.043000', '164447.046000', '164447.049000', '164447.052000', '164447.055000', '164447.058000', '164447.061000', '164447.063000', '164447.066000', '164447.069000', '164447.072000', '164447.075000', '164447.078000', '164447.081000', '164447.084000', '164447.086000', '164447.089000', '164447.092000', '164447.095000', '164447.098000', '164447.100000', '164506.962000', '164506.965000', '164506.968000', '164506.971000', '164506.974000', '164506.977000', '164506.979000', '164506.982000', '164506.985000', '164506.988000', '164506.991000', '164506.994000', '164506.997000', '164507.000000', '164507.003000', '164507.006000', '164507.009000', '164507.012000', '164507.015000', '164507.018000', '164507.021000', '164507.024000', '164507.026000', '164507.029000', '164507.032000', '164507.035000', '164507.038000', '164507.041000', '164507.044000', '164507.046000', '164507.049000', '164507.052000', '164507.055000', '164507.058000', '164507.061000', '164507.064000', '164507.067000', '164507.069000', '164507.072000', '164507.075000', '164507.078000', '164507.081000', '164507.084000', '164526.962000', '164526.965000', '164526.968000', '164526.971000', '164526.974000', '164526.976000', '164526.979000', '164526.982000', '164526.985000', '164526.988000', '164526.991000', '164526.993000', '164526.996000', '164527.000000', '164527.003000', '164527.006000', '164527.009000', '164527.012000', '164527.015000', '164527.017000', '164527.020000', '164527.023000', '164527.026000', '164527.029000', '164527.032000', '164527.035000', '164527.038000', '164527.040000', '164527.043000', '164527.046000', '164527.049000', '164527.052000', '164527.055000', '164527.058000', '164527.061000', '164527.063000', '164527.066000', '164527.069000', '164527.072000', '164527.075000', '164527.078000', '164527.081000', '164527.083000', '164527.086000', '164546.962000', '164546.965000', '164546.968000', '164546.971000', '164546.974000', '164546.977000', '164546.980000', '164546.982000', '164546.985000', '164546.988000', '164546.991000', '164546.994000', '164546.997000', '164547.000000', '164547.003000', '164547.006000', '164547.009000', '164547.012000', '164547.015000', '164547.018000', '164547.021000', '164547.023000', '164547.026000', '164547.029000', '164547.032000', '164547.035000', '164547.038000', '164547.041000', '164547.044000', '164547.046000', '164547.049000', '164547.052000', '164547.055000', '164547.058000', '164547.061000', '164547.064000', '164547.066000', '164547.069000', '164547.072000', '164547.075000', '164547.078000', '164547.081000', '164547.084000', '164606.963000', '164606.966000', '164606.969000', '164606.972000', '164606.975000', '164606.978000', '164606.980000', '164606.983000', '164606.986000', '164606.989000', '164606.997000', '164607.000000', '164607.003000', '164607.005000', '164607.008000', '164607.011000', '164607.014000', '164607.017000', '164607.020000', '164607.023000', '164607.026000', '164607.028000', '164607.031000', '164607.034000', '164607.037000', '164607.040000', '164607.043000', '164607.046000', '164607.049000', '164607.051000', '164607.054000', '164607.057000', '164607.060000', '164607.063000', '164607.066000', '164607.069000', '164607.072000', '164607.074000', '164607.077000', '164607.080000', '164607.083000', '164607.086000', '164607.089000', '164626.963000', '164626.966000', '164626.969000', '164626.972000', '164626.975000', '164626.978000', '164626.981000', '164626.984000', '164626.986000', '164626.989000', '164626.992000', '164626.995000', '164626.998000', '164627.002000', '164627.005000', '164627.008000', '164627.010000', '164627.013000', '164627.016000', '164627.019000', '164627.022000', '164627.025000', '164627.028000', '164627.031000', '164627.033000', '164627.036000', '164627.039000', '164627.042000', '164627.045000', '164627.048000', '164627.051000', '164627.054000', '164627.056000', '164627.059000', '164627.062000', '164627.065000', '164627.068000', '164627.071000', '164627.074000', '164627.077000', '164627.079000', '164627.082000', '164627.085000', '164627.088000', '164646.963000', '164646.966000', '164646.971000', '164646.976000', '164646.979000', '164646.982000', '164646.985000', '164646.987000', '164646.990000', '164646.993000', '164646.996000', '164647.000000', '164647.003000', '164647.006000', '164647.009000', '164647.011000', '164647.014000', '164647.017000', '164647.020000', '164647.023000', '164647.026000', '164647.029000', '164647.032000', '164647.034000', '164647.037000', '164647.040000', '164647.043000', '164647.046000', '164647.049000', '164647.052000', '164647.055000', '164647.058000', '164647.060000', '164647.063000', '164647.066000', '164647.069000', '164647.072000', '164647.075000', '164647.078000', '164647.080000', '164647.083000', '164647.086000', '164647.089000', '164706.962000', '164706.965000', '164706.968000', '164706.971000', '164706.974000', '164706.977000', '164706.979000', '164706.982000', '164706.985000', '164706.988000', '164706.991000', '164706.994000', '164706.997000', '164707.001000', '164707.004000', '164707.006000', '164707.009000', '164707.012000', '164707.015000', '164707.018000', '164707.021000', '164707.024000', '164707.026000', '164707.029000', '164707.032000', '164707.035000', '164707.038000', '164707.041000', '164707.044000', '164707.047000', '164707.050000', '164707.052000', '164707.055000', '164707.058000', '164707.061000', '164707.064000', '164707.067000', '164707.070000', '164707.073000', '164707.075000', '164707.078000', '164707.081000', '164707.084000', '164707.087000', '164726.962000', '164726.965000', '164726.968000', '164726.971000', '164726.974000', '164726.977000', '164726.980000', '164726.983000', '164726.986000', '164726.988000', '164726.991000', '164726.994000', '164726.997000', '164727.001000', '164727.004000', '164727.008000', '164727.011000', '164727.014000', '164727.017000', '164727.019000', '164727.022000', '164727.047000', '164727.050000', '164727.053000', '164727.056000', '164727.059000', '164727.062000', '164727.077000', '164727.080000', '164727.083000', '164727.086000', '164727.088000', '164727.091000', '164727.094000', '164727.097000', '164727.100000', '164727.103000', '164727.106000', '164727.108000', '164727.111000', '164727.114000', '164727.118000', '164727.121000', '164746.962000', '164746.965000', '164746.968000', '164746.971000', '164746.974000', '164746.977000', '164746.979000', '164746.982000', '164746.985000', '164746.988000', '164746.991000', '164746.994000', '164746.997000', '164747.001000', '164747.004000', '164747.007000', '164747.009000', '164747.012000', '164747.015000', '164747.018000', '164747.021000', '164747.024000', '164747.027000', '164747.029000', '164747.032000', '164747.035000', '164747.038000', '164747.041000', '164747.044000', '164747.047000', '164747.050000', '164747.053000', '164747.056000', '164747.058000', '164747.061000', '164747.064000', '164747.067000', '164747.070000', '164747.072000', '164747.075000', '164747.078000', '164747.081000', '164747.084000', '164747.087000', '164806.962000', '164806.965000', '164806.968000', '164806.971000', '164806.974000', '164806.977000', '164806.980000', '164806.983000', '164806.985000', '164806.988000', '164806.991000', '164806.994000', '164806.997000', '164807.001000', '164807.004000', '164807.007000', '164807.009000', '164807.012000', '164807.015000', '164807.018000', '164807.021000', '164807.024000', '164807.029000', '164807.033000', '164807.036000', '164807.039000', '164807.042000', '164807.044000', '164807.055000', '164807.058000', '164807.061000', '164807.063000', '164807.067000', '164807.069000', '164807.072000', '164807.075000', '164807.078000', '164807.081000', '164807.084000', '164807.086000', '164807.089000', '164807.092000', '164807.095000', '164826.963000', '164826.966000', '164826.969000', '164826.972000', '164826.975000', '164826.978000', '164826.981000', '164826.984000', '164826.986000', '164826.989000', '164826.992000', '164826.995000', '164826.998000', '164827.002000', '164827.005000', '164827.013000', '164827.016000', '164827.019000', '164827.022000', '164827.025000', '164827.028000', '164827.033000', '164827.035000', '164827.038000', '164827.041000', '164827.044000', '164827.047000', '164827.050000', '164827.053000', '164827.056000', '164827.059000', '164827.062000', '164827.064000', '164827.067000', '164827.070000', '164827.073000', '164827.076000', '164827.079000', '164827.081000', '164827.084000', '164827.087000', '164827.090000', '164827.093000', '164827.096000', '164846.963000', '164846.966000', '164846.969000', '164846.972000', '164846.975000', '164846.978000', '164846.981000', '164846.983000', '164846.986000', '164846.989000', '164846.992000', '164846.995000', '164846.998000', '164847.002000', '164847.004000', '164847.007000', '164847.010000', '164847.013000', '164847.016000', '164847.019000', '164847.022000', '164847.025000', '164847.028000', '164847.031000', '164847.034000', '164847.037000', '164847.039000', '164847.043000', '164847.045000', '164847.048000', '164847.051000', '164847.054000', '164847.057000', '164847.060000', '164847.063000', '164847.065000', '164847.068000', '164847.078000', '164847.081000', '164847.084000', '164847.087000', '164847.090000', '164847.092000', '164906.963000', '164906.966000', '164906.969000', '164906.972000', '164906.975000', '164906.978000', '164906.981000', '164906.983000', '164906.986000', '164906.989000', '164906.992000', '164906.995000', '164906.998000', '164907.002000', '164907.005000', '164907.008000', '164907.010000', '164907.013000', '164907.016000', '164907.019000', '164907.022000', '164907.025000', '164907.028000', '164907.030000', '164907.033000', '164907.036000', '164907.039000', '164907.042000', '164907.045000', '164907.048000', '164907.051000', '164907.053000', '164907.056000', '164907.059000', '164907.062000', '164907.065000', '164907.068000', '164907.070000', '164907.073000', '164907.076000', '164907.079000', '164907.082000', '164907.085000', '164907.088000', '164926.962000', '164926.965000', '164926.968000', '164926.971000', '164926.974000', '164926.977000', '164926.979000', '164926.982000', '164926.985000', '164926.989000', '164926.992000', '164926.995000', '164926.998000', '164927.002000', '164927.005000', '164927.008000', '164927.011000', '164927.014000', '164927.016000', '164927.019000', '164927.022000', '164927.025000', '164927.028000', '164927.031000', '164927.034000', '164927.036000', '164927.039000', '164927.042000', '164927.047000', '164927.051000', '164927.055000', '164927.057000', '164927.060000', '164927.063000', '164927.066000', '164927.069000', '164927.072000', '164927.075000', '164927.078000', '164927.080000', '164927.083000', '164927.086000', '164927.089000', '164946.962000', '164946.965000', '164946.968000', '164946.971000', '164946.974000', '164946.977000', '164946.979000', '164946.982000', '164946.985000', '164946.988000', '164946.991000', '164946.994000', '164946.997000', '164947.001000', '164947.004000', '164947.006000', '164947.009000', '164947.012000', '164947.015000', '164947.018000', '164947.021000', '164947.024000', '164947.027000', '164947.030000', '164947.032000', '164947.035000', '164947.038000', '164947.041000', '164947.044000', '164947.047000', '164947.050000', '164947.052000', '164947.055000', '164947.058000', '164947.061000', '164947.064000', '164947.067000', '164947.070000', '164947.073000', '164947.075000', '164947.078000', '164947.082000', '164947.085000', '164947.087000', '165006.962000', '165006.965000', '165006.968000', '165006.971000', '165006.974000', '165006.977000', '165006.979000', '165006.983000', '165006.985000', '165006.988000', '165006.991000', '165006.994000', '165006.997000', '165007.001000', '165007.003000', '165007.006000', '165007.009000', '165007.012000', '165007.015000', '165007.018000', '165007.021000', '165007.024000', '165007.027000', '165007.030000', '165007.032000', '165007.035000', '165007.038000', '165007.041000', '165007.044000', '165007.047000', '165007.049000', '165007.052000', '165007.055000', '165007.058000', '165007.061000', '165007.064000', '165007.067000', '165007.070000', '165007.072000', '165007.076000', '165007.079000', '165007.081000', '165007.084000', '165026.962000', '165026.965000', '165026.968000', '165026.971000', '165026.974000', '165026.977000', '165026.980000', '165026.982000', '165026.985000', '165026.988000', '165026.991000', '165026.994000', '165026.997000', '165027.001000', '165027.004000', '165027.006000', '165027.009000', '165027.012000', '165027.015000', '165027.018000', '165027.021000', '165027.024000', '165027.027000', '165027.029000', '165027.032000', '165027.035000', '165027.038000', '165027.041000', '165027.044000', '165027.047000', '165027.049000', '165027.052000', '165027.055000', '165027.058000', '165027.061000', '165027.064000', '165027.067000', '165027.070000', '165027.072000', '165027.075000', '165027.078000', '165027.081000', '165027.084000', '165027.087000', '165046.963000', '165046.966000', '165046.977000', '165046.980000', '165046.982000', '165046.985000', '165046.988000', '165046.991000', '165046.994000', '165046.997000', '165047.001000', '165047.004000', '165047.006000', '165047.009000', '165047.012000', '165047.015000', '165047.018000', '165047.021000', '165047.024000', '165047.028000', '165047.031000', '165047.034000', '165047.037000', '165047.039000', '165047.042000', '165047.045000', '165047.048000', '165047.051000', '165047.054000', '165047.057000', '165047.059000', '165047.062000', '165047.065000', '165047.068000', '165047.071000', '165047.074000', '165047.077000', '165047.080000', '165047.083000', '165047.086000', '165047.088000', '165047.091000', '165047.094000', '165106.963000', '165106.966000', '165106.969000', '165106.972000', '165106.975000', '165106.978000', '165106.981000', '165106.984000', '165106.986000', '165106.989000', '165106.992000', '165106.995000', '165106.998000', '165107.002000', '165107.005000', '165107.008000', '165107.011000', '165107.014000', '165107.016000', '165107.019000', '165107.022000', '165107.025000', '165107.028000', '165107.031000', '165107.034000', '165107.036000', '165107.039000', '165107.042000', '165107.045000', '165107.048000', '165107.051000', '165107.054000', '165107.057000', '165107.059000', '165107.062000', '165107.065000', '165107.068000', '165107.071000', '165107.074000', '165107.077000', '165107.080000', '165107.083000', '165107.085000', '165107.088000', '165126.963000', '165126.966000', '165126.969000', '165126.972000', '165126.975000', '165126.978000', '165126.981000', '165126.984000', '165126.986000', '165126.989000', '165126.992000', '165126.995000', '165126.998000', '165127.002000', '165127.005000', '165127.007000', '165127.010000', '165127.013000', '165127.016000', '165127.019000', '165127.022000', '165127.025000', '165127.027000', '165127.030000', '165127.033000', '165127.036000', '165127.039000', '165127.042000', '165127.045000', '165127.048000', '165127.051000', '165127.053000', '165127.056000', '165127.059000', '165127.062000', '165127.065000', '165127.068000', '165127.071000', '165127.073000', '165127.076000', '165127.079000', '165127.082000', '165127.085000', '165146.962000', '165146.965000', '165146.968000', '165146.971000', '165146.974000', '165146.977000', '165146.990000', '165146.993000', '165146.996000', '165146.998000', '165147.002000', '165147.005000', '165147.008000', '165147.011000', '165147.014000', '165147.017000', '165147.019000', '165147.022000', '165147.025000', '165147.028000', '165147.031000', '165147.034000', '165147.037000', '165147.040000', '165147.042000', '165147.045000', '165147.048000', '165147.051000', '165147.054000', '165147.057000', '165147.060000', '165147.063000', '165147.065000', '165147.068000', '165147.071000', '165147.074000', '165147.077000', '165147.080000', '165147.083000', '165147.086000', '165147.088000', '165147.091000', '165147.094000', '165147.097000', '165206.962000', '165206.965000', '165206.968000', '165206.971000', '165206.974000', '165206.977000', '165206.980000', '165206.982000', '165206.985000', '165206.988000', '165206.991000', '165206.994000', '165206.997000', '165207.001000', '165207.004000', '165207.006000', '165207.009000', '165207.012000', '165207.015000', '165207.018000', '165207.021000', '165207.024000', '165207.027000', '165207.029000', '165207.032000', '165207.035000', '165207.038000', '165207.041000', '165207.044000', '165207.047000', '165207.050000', '165207.052000', '165207.055000', '165207.058000', '165207.061000', '165207.065000', '165207.068000', '165207.071000', '165207.074000', '165207.077000', '165207.080000', '165207.082000', '165207.085000', '165226.962000', '165226.975000', '165226.978000', '165226.981000', '165226.984000', '165226.987000', '165226.990000', '165226.992000', '165226.995000', '165226.998000', '165227.002000', '165227.005000', '165227.008000', '165227.021000', '165227.024000', '165227.027000', '165227.030000', '165227.033000', '165227.036000', '165227.038000', '165227.041000', '165227.044000', '165227.047000', '165227.050000', '165227.053000', '165227.056000', '165227.059000', '165227.061000', '165227.064000', '165227.067000', '165227.070000', '165227.073000', '165227.076000', '165227.079000', '165227.082000', '165227.084000', '165227.087000', '165227.090000', '165227.093000', '165227.096000', '165227.107000', '165227.110000', '165227.113000', '165227.116000', '165246.962000', '165246.965000', '165246.968000', '165246.971000', '165246.974000', '165246.977000', '165246.980000', '165246.983000', '165246.986000', '165246.988000', '165246.991000', '165246.994000', '165246.997000', '165247.001000', '165247.004000', '165247.007000', '165247.010000', '165247.013000', '165247.015000', '165247.018000', '165247.021000', '165247.024000', '165247.027000', '165247.037000', '165247.040000', '165247.043000', '165247.046000', '165247.062000', '165247.065000', '165247.068000', '165247.071000', '165247.074000', '165247.077000', '165247.080000', '165247.082000', '165247.086000', '165247.088000', '165247.091000', '165247.094000', '165247.097000', '165247.100000', '165247.103000', '165247.105000', '165306.963000', '165306.966000', '165306.969000', '165306.972000', '165306.975000', '165306.977000', '165306.980000', '165306.983000', '165306.986000', '165306.989000', '165306.992000', '165306.995000', '165306.998000', '165307.002000', '165307.005000', '165307.007000', '165307.010000', '165307.013000', '165307.016000', '165307.019000', '165307.022000', '165307.025000', '165307.027000', '165307.030000', '165307.033000', '165307.036000', '165307.039000', '165307.042000', '165307.045000', '165307.048000', '165307.050000', '165307.053000', '165307.056000', '165307.059000', '165307.062000', '165307.065000', '165307.068000', '165307.070000', '165307.073000', '165307.076000', '165307.079000', '165307.082000', '165307.085000', '165307.088000', '165312.519000', '165312.524000', '165312.527000', '165312.530000', '165312.533000', '165312.536000', '165312.539000', '165312.542000', '165312.545000', '165312.548000', '165312.551000', '165312.554000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8297, 7388, 8141, 7260, 7438, 8255, 7609, 9206, 7636, 9607, 7453, 9125, 7414, 8199, 7440, 8408, 7515, 8036, 7251, 7385, 6915, 7528, 6933, 7625, 10619, 7634, 10137, 7550, 9971, 7473, 7962, 7511, 7926, 7747, 7905, 6871, 7498, 10420, 7539, 10158, 7488, 9061, 7321, 9960, 7473, 9013, 7480, 8022, 7510, 8365, 7444, 8207, 7769, 8680, 7534, 9298, 7139, 7504, 8386, 7772, 10987, 7363, 10141, 7728, 8000, 7582, 7784, 7067, 7493, 8198, 7659, 10072, 7604, 9475, 7643, 8689, 7373, 9430, 7430, 8270, 7558, 7845, 6995, 7840, 8946, 7463, 10794, 7583, 9712, 7196, 9787, 7517, 8630, 7470, 8297, 7436, 7919, 7755, 7360, 6956, 7636, 7852, 7584, 9682, 7664, 9300, 7306, 9698, 7471, 8426, 7492, 7971, 7624, 7870, 7092, 7405, 6672, 7667, 10667, 7552, 9846, 7274, 7867, 7488, 7723, 7359, 7432, 6720, 7772, 10238, 7491, 9799, 7365, 8373, 7295, 8257, 7832, 7810, 6855, 7473, 9972, 7637, 10052, 7531, 9879, 7399, 8233, 7586, 8027, 7617, 8103, 6818, 7574, 8223, 7538, 10003, 7570, 9493, 7555, 9230, 7647, 7856, 7201, 7432, 7286, 7779, 10680, 7501, 9149, 7249, 8471, 7544, 7400, 7030, 7518, 10175, 7826, 9941, 7657, 9222, 7585, 8049, 6858, 7794, 6757, 7574, 9305, 7733, 9693, 7500, 8307, 7617, 7481, 6981, 7739, 8792, 7693, 9649, 7621, 8357, 7393, 8430, 7469, 7959, 6804, 7817, 10452, 7573, 9157, 7488, 8448, 7555, 8261, 7016, 7681, 10396, 7653, 9304, 7403, 8040, 7554, 7556, 6920, 7757, 10658, 7678, 9959, 7436, 10057, 7580, 8116, 6818, 7633, 10077, 7514, 9745, 7353, 7926, 7262, 7633, 10965, 7688, 9833, 7347, 7883, 7542, 8067, 7849, 7742, 10205, 7542, 7963, 7475, 8023, 7319, 7782, 6719, 7713, 9909, 7650, 9388, 7545, 8310, 7759, 8446, 7206, 7671, 6826, 7637, 10501, 7729, 9716, 7511, 7987, 7461, 7549, 6791, 7829, 10070, 7946, 9013, 7479, 8319, 7431, 7975, 7323, 7617, 8636, 7743, 9706, 7518, 9192, 7463, 7829, 7118, 8121, 7725, 7729, 11641, 7729, 10198, 7420, 8555, 7283, 7688, 7620, 7513, 7128, 7539, 6721, 7754, 9454, 7478, 9253, 7554, 7825, 7288, 7334, 6684, 7670, 8669, 7606, 8930, 7429, 8315, 7681, 7599, 6598, 7812, 9663, 7333, 8670, 7542, 7856, 7703, 7778, 7632, 7853, 7619, 7914, 7520, 8688, 7263, 7623, 6903, 7637, 11956, 7936, 9673, 7701, 10526, 7584, 10444, 7880, 9295, 7533, 7966, 7595, 8519, 7365, 9032, 7527, 8330, 7359, 9524, 7331, 8264, 7407, 7687, 7620, 8116, 7502, 7427, 7394, 7649, 7158, 7506, 8272, 7353, 7127, 7353, 6974, 7475, 7251, 7532, 7318, 7749, 7327, 8395, 7436, 7967, 7564, 8008, 7348, 9252, 7110, 7365, 6839, 7602, 8750, 7474, 9461, 7600, 8716, 7398, 9872, 7575, 9572, 7620, 8605, 7562, 9331, 7371, 8464, 7460, 7559, 7320, 7839, 6837, 7673, 9906, 7735, 9126, 7561, 7880, 7267, 7614, 8614, 7769, 9271, 7507, 7990, 7317, 7678, 7261, 7873, 7517, 7629, 9961, 7713, 9148, 7429, 9136, 7648, 7671, 9046, 7664, 10145, 7504, 8484, 7013, 7511, 10591, 7781, 9474, 7711, 8038, 6817, 7596, 9654, 7398, 8893, 7605, 7592, 6804, 7743, 9531, 7403, 8945, 7547, 7560, 6675, 7763, 9961, 7589, 9369, 7509, 7792, 6686, 7854, 10154, 7518, 8559, 7327, 8217, 7469, 8316, 7178, 7750, 6835, 7681, 10412, 7766, 10097, 7635, 9967, 7553, 8878, 7525, 8336, 7491, 8017, 6947, 8071, 7572, 7971, 6735, 7747, 10525, 7725, 10121, 8395, 9615, 7515, 9688, 7350, 9706, 7572, 10049, 7608, 7773, 7022, 7653, 12860, 7863, 10947, 7564, 8069, 7470, 8082, 7209, 7613, 6778, 7886, 9963, 7772, 9297, 7449, 7980, 7303, 7905, 7244, 7536, 9297, 7942, 9888, 7875, 9450, 7523, 8218, 7338, 8251, 6887, 7709, 6640, 7711, 9892, 7854, 9772, 7759, 9467, 7597, 8166, 7502, 8327, 7479, 7725, 6935, 7884, 11671, 8015, 10585, 7801, 9112, 7576, 8399, 7503, 7915, 6771, 8020, 9909, 7854, 9392, 7774, 8264, 7720, 7839, 7866, 8072, 7308, 7663, 7280, 7841, 7205, 8089, 8191, 7931, 9793, 7760, 11082, 7992, 10936, 7735, 9680, 7682, 6877, 7741, 7896, 11148, 8534, 8213, 7770, 7406, 7910, 13069, 9932, 11050, 7663, 10382, 7610, 10681, 7520, 8135, 7622, 7802, 7704, 9354, 7569, 8987, 7557, 6725, 7754, 10927, 8329, 7741, 7519, 7107, 7256, 11699, 8979, 11170, 7375, 10432, 7482, 10188, 7588, 9645, 7363, 8900, 7608, 9320, 7660, 9371, 7447, 8587, 7601, 10025, 8008, 7028, 7304, 7106, 7351, 8004, 7407, 7199, 7392, 8069, 7648, 8582, 7284, 7431, 7414, 7122, 7853, 7377, 7972, 7346, 7770, 7153, 7617, 7103, 7365, 6909, 7597, 7917, 7327, 9114, 7600, 9063, 7464, 9604, 7378, 8386, 7361, 8034, 7223, 7595, 7058, 7378, 6929, 7642, 9656, 7529, 7301, 7527, 10284, 7551, 10021, 8050, 9521, 7353, 8244, 7570, 8254, 7498, 7768, 7022, 7381, 8128, 7620, 10750, 7532, 9464, 7315, 7668, 7522, 8013, 7338, 7386, 6690, 7436, 10053, 7530, 9814, 7267, 8593, 7514, 8145, 7432, 7406, 7348, 7759, 6791, 7772, 8240, 7290, 7833, 7473, 9416, 7428, 9869, 7909, 8907, 7400, 8158, 7291, 8313, 7158, 7300, 7610, 7409, 9687, 7418, 9370, 7286, 8124, 7433, 7872, 6903, 7566, 6627, 7602, 9332, 7616, 9802, 7709, 8382, 7271, 7628, 7696, 8374, 7216, 7992, 7303, 7597, 6847, 7495, 8717, 7481, 10299, 7512, 10074, 7244, 9240, 7565, 7689, 7087, 7804, 8140, 7348, 9469, 7356, 8458, 7348, 8360, 7344, 7973, 6938, 7262, 10012, 7666, 10103, 7550, 9007, 7363, 9204, 7423, 7989, 7275, 7837, 6878, 7517, 11027, 7469, 10416, 7369, 7999, 7389, 7919, 7041, 7439, 10121, 7591, 9663, 7560, 8334, 7249, 7796, 6752, 7576, 10464, 7370, 9888, 7367, 7911, 7413, 7732, 7703, 7441, 9616, 7380, 8104, 7359, 7839, 7182, 7496, 9441, 7601, 8690, 7396, 7935, 7148, 7368, 7369, 7845, 9693, 7407, 9044, 7335, 7722, 7002, 7786, 9812, 7418, 10847, 7259, 8289, 7351, 8186, 7147, 7572, 6603, 7689, 10247, 7540, 9909, 7513, 9438, 7331, 8838, 7472, 7871, 6995, 7361, 7401, 7554, 10606, 7446, 10109, 7280, 7979, 7298, 8740, 7117, 8565, 7229, 8408, 7542, 8977, 7337, 7629, 6939, 7514, 9933, 7290, 9198, 7515, 7997, 6852, 7580, 10795, 7519, 9971, 7369, 8386, 7360, 8508, 7389, 7830, 7414, 7603, 6913, 7455, 10030, 7357, 9868, 7134, 9137, 7409, 7699, 6958, 7272, 8784, 7639, 9752, 7128, 9128, 7367, 8000, 7418, 7722, 6809, 7500, 6892, 7505, 9887, 7589, 9733, 7194, 8910, 7315, 7773, 7464, 7940, 6839, 7689, 7000, 7472, 10543, 7621, 10061, 7707, 9418, 7247, 7905, 7205, 7830, 6843, 7253, 9723, 7628, 9679, 7418, 9116, 7193, 8259, 7295, 8809, 7508, 8210, 7374, 7495, 6938, 7652, 10038, 7497, 9956, 7234, 8923, 7334, 9354, 7376, 7895, 7481, 7634, 7019, 7655, 10823, 7515, 10124, 7359, 8129, 7418, 8293, 7203, 7756, 6802, 7315, 9024, 7625, 10424, 7564, 9949, 7413, 8868, 7435, 9165, 7277, 8393, 7388, 7975, 6960, 7869, 7609, 7293, 7554, 7652, 10324, 7458, 9546, 7375, 8331, 7353, 8204, 6894, 7237, 8447, 7566, 9187, 7436, 9176, 7455, 7876, 7149, 7168, 6918, 7813, 10165, 7410, 9426, 7356, 8455, 7325, 8892, 7474, 8364, 7525, 7991, 7225, 8209, 7188, 7521, 7063, 7351, 10606, 7659, 9950, 7470, 9456, 7333, 8559, 7531, 7880, 6882, 7108, 9871, 7527, 9695, 7547, 9162, 7323, 8672, 7432, 8712, 7555, 8069, 7321, 7742, 7065, 7593, 7639, 7050, 7203, 7126, 7393, 7955, 7361, 7134, 8101, 7050, 7847, 7439, 7148, 12352, 7676, 10743, 7331, 9716, 7167, 9433, 7382, 7964, 7280, 7346, 7061, 7223, 7625, 7151, 6911, 7334, 9389, 7397, 10612, 7469, 9831, 7047, 9666, 7274, 9886, 7755, 10034, 6958, 9784, 7278, 10137, 8350, 9123, 7092, 7828, 7004, 8675, 7119, 7844, 7241, 7918, 7163, 8500, 6830, 7743, 7200, 7706, 7194, 7800, 7190, 7603, 7157, 8303, 7063, 9637, 7024, 8294, 7063, 9170, 7328, 9876, 7166, 9547, 7005, 9649, 8023, 9353, 6978, 8376, 7096, 9032, 6958, 8585, 7144, 7632, 7143, 8544, 7020, 7922, 7106, 7960, 7045, 8976, 7180, 9349, 7013, 8265, 7169, 8860, 7109, 8288, 7345, 7586, 7145, 7908, 7211, 7302, 6911, 6949, 7093, 7315, 7342, 7103, 7095, 6943, 7019, 7248, 10559, 8021, 9298, 7022, 9519, 7187, 9765, 7433, 8938, 7130, 7662, 7275, 7472, 7152, 7313, 7013, 7381, 7118, 6898, 9997, 7034, 9725, 7144, 9353, 7093, 8908, 7156, 9208, 7121, 7595, 6972, 7130, 9370, 7015, 9685, 7331, 8630, 7035, 7468, 6999, 8940, 7301, 8980, 7126, 8630, 7001, 9590, 7358, 8588, 7097, 8288, 7068, 9270, 7054, 8140, 7180, 7652, 7190, 8110, 7127, 7392, 6993, 7544, 7136, 7486, 7901, 7230, 7048, 6939, 8789, 7064, 10112, 7587, 9428, 7021, 8126, 7141, 8518, 7077, 7998, 7000, 7913, 7323, 8088, 7076, 8222, 7237, 7432, 7088, 7413, 9286, 6811, 9222, 6883, 9179, 6984, 9826, 6897, 9329, 6911, 8461, 7082, 8923, 6842, 8214, 7096, 8316, 6991, 8849, 7122, 8179, 7230, 8564, 7153], 'WindowCenter': [4085.0, 4060.0, 4068.0, 4045.0, 4045.0, 4053.0, 4044.0, 4062.0, 4045.0, 4063.0, 4045.0, 4061.0, 4045.0, 4053.0, 4045.0, 4055.0, 4043.0, 4054.0, 4043.0, 4044.0, 4033.0, 4045.0, 4033.0, 4055.0, 4083.0, 4057.0, 4075.0, 4056.0, 4074.0, 4044.0, 4053.0, 4045.0, 4056.0, 4045.0, 4055.0, 4033.0, 4045.0, 4074.0, 4055.0, 4073.0, 4044.0, 4064.0, 4046.0, 4074.0, 4046.0, 4063.0, 4045.0, 4054.0, 4044.0, 4053.0, 4045.0, 4052.0, 4055.0, 4064.0, 4044.0, 4065.0, 4032.0, 4044.0, 4052.0, 4043.0, 4072.0, 4032.0, 4072.0, 4041.0, 4041.0, 4042.0, 4041.0, 4030.0, 4043.0, 4052.0, 4043.0, 4073.0, 4044.0, 4074.0, 4055.0, 4063.0, 4045.0, 4065.0, 4046.0, 4053.0, 4043.0, 4054.0, 4033.0, 4055.0, 4053.0, 4033.0, 4073.0, 4043.0, 4062.0, 4034.0, 4061.0, 4042.0, 4052.0, 4043.0, 4053.0, 4032.0, 4043.0, 4042.0, 4032.0, 4031.0, 4042.0, 4042.0, 4043.0, 4062.0, 4043.0, 4060.0, 4043.0, 4062.0, 4043.0, 4052.0, 4042.0, 4041.0, 4043.0, 4043.0, 4033.0, 4044.0, 4032.0, 4044.0, 4073.0, 4044.0, 4073.0, 4043.0, 4043.0, 4044.0, 4044.0, 4043.0, 4045.0, 4032.0, 4056.0, 4074.0, 4045.0, 4074.0, 4045.0, 4054.0, 4045.0, 4054.0, 4044.0, 4045.0, 4033.0, 4045.0, 4075.0, 4055.0, 4074.0, 4045.0, 4072.0, 4044.0, 4054.0, 4044.0, 4054.0, 4043.0, 4055.0, 4032.0, 4055.0, 4054.0, 4055.0, 4072.0, 4044.0, 4063.0, 4044.0, 4064.0, 4045.0, 4053.0, 4043.0, 4044.0, 4043.0, 4054.0, 4084.0, 4045.0, 4063.0, 4043.0, 4055.0, 4043.0, 4044.0, 4033.0, 4045.0, 4073.0, 4045.0, 4074.0, 4044.0, 4063.0, 4042.0, 4052.0, 4021.0, 4043.0, 4020.0, 4042.0, 4062.0, 4043.0, 4062.0, 4032.0, 4041.0, 4043.0, 4032.0, 4031.0, 4043.0, 4052.0, 4043.0, 4061.0, 4043.0, 4053.0, 4044.0, 4054.0, 4043.0, 4054.0, 4022.0, 4044.0, 4072.0, 4044.0, 4063.0, 4044.0, 4054.0, 4056.0, 4067.0, 4034.0, 4045.0, 4074.0, 4044.0, 4065.0, 4044.0, 4054.0, 4044.0, 4056.0, 4045.0, 4056.0, 4086.0, 4056.0, 4074.0, 4045.0, 4076.0, 4044.0, 4054.0, 4033.0, 4044.0, 4074.0, 4044.0, 4063.0, 4045.0, 4042.0, 4043.0, 4044.0, 4084.0, 4043.0, 4073.0, 4044.0, 4053.0, 4043.0, 4055.0, 4042.0, 4043.0, 4073.0, 4042.0, 4042.0, 4044.0, 4053.0, 4042.0, 4044.0, 4021.0, 4044.0, 4074.0, 4044.0, 4064.0, 4044.0, 4054.0, 4043.0, 4054.0, 4032.0, 4043.0, 4021.0, 4042.0, 4072.0, 4042.0, 4062.0, 4032.0, 4041.0, 4030.0, 4042.0, 4021.0, 4043.0, 4072.0, 4053.0, 4052.0, 4032.0, 4053.0, 4043.0, 4054.0, 4043.0, 4043.0, 4052.0, 4044.0, 4063.0, 4044.0, 4063.0, 4034.0, 4043.0, 4033.0, 4054.0, 4043.0, 4042.0, 4083.0, 4043.0, 4061.0, 4033.0, 4051.0, 4032.0, 4042.0, 4043.0, 4044.0, 4034.0, 4044.0, 4022.0, 4043.0, 4063.0, 4043.0, 4062.0, 4043.0, 4043.0, 4031.0, 4042.0, 4022.0, 4044.0, 4053.0, 4044.0, 4052.0, 4044.0, 4053.0, 4041.0, 4043.0, 4021.0, 4043.0, 4062.0, 4044.0, 4054.0, 4043.0, 4054.0, 4054.0, 4056.0, 4056.0, 4056.0, 4057.0, 4067.0, 4057.0, 4068.0, 4047.0, 4056.0, 4034.0, 4045.0, 4095.0, 4056.0, 4064.0, 4045.0, 4074.0, 4044.0, 4074.0, 4043.0, 4052.0, 4042.0, 4040.0, 4054.0, 4052.0, 4042.0, 4051.0, 4042.0, 4042.0, 4032.0, 4062.0, 4031.0, 4041.0, 4030.0, 4030.0, 4041.0, 4042.0, 4030.0, 4030.0, 4030.0, 4030.0, 4020.0, 4031.0, 4039.0, 4019.0, 4018.0, 4030.0, 4018.0, 4030.0, 4030.0, 4042.0, 4030.0, 4041.0, 4042.0, 4054.0, 4032.0, 4043.0, 4043.0, 4043.0, 4032.0, 4063.0, 4020.0, 4032.0, 4020.0, 4041.0, 4041.0, 4030.0, 4059.0, 4040.0, 4050.0, 4032.0, 4061.0, 4040.0, 4061.0, 4042.0, 4051.0, 4043.0, 4062.0, 4032.0, 4041.0, 4032.0, 4042.0, 4032.0, 4043.0, 4021.0, 4042.0, 4061.0, 4042.0, 4062.0, 4043.0, 4042.0, 4030.0, 4043.0, 4050.0, 4043.0, 4062.0, 4044.0, 4043.0, 4033.0, 4043.0, 4044.0, 4056.0, 4044.0, 4046.0, 4075.0, 4045.0, 4065.0, 4046.0, 4066.0, 4044.0, 4045.0, 4052.0, 4044.0, 4074.0, 4044.0, 4054.0, 4032.0, 4033.0, 4072.0, 4043.0, 4063.0, 4043.0, 4042.0, 4021.0, 4043.0, 4063.0, 4044.0, 4054.0, 4043.0, 4044.0, 4022.0, 4044.0, 4063.0, 4043.0, 4064.0, 4043.0, 4045.0, 4022.0, 4045.0, 4074.0, 4044.0, 4064.0, 4044.0, 4045.0, 4032.0, 4056.0, 4076.0, 4047.0, 4066.0, 4047.0, 4057.0, 4046.0, 4068.0, 4047.0, 4058.0, 4036.0, 4058.0, 4087.0, 4058.0, 4076.0, 4057.0, 4076.0, 4046.0, 4067.0, 4046.0, 4056.0, 4045.0, 4056.0, 4036.0, 4057.0, 4046.0, 4058.0, 4035.0, 4056.0, 4076.0, 4056.0, 4075.0, 4057.0, 4065.0, 4046.0, 4065.0, 4046.0, 4065.0, 4046.0, 4065.0, 4044.0, 4044.0, 4033.0, 4044.0, 4082.0, 4042.0, 4072.0, 4031.0, 4042.0, 4032.0, 4043.0, 4032.0, 4045.0, 4022.0, 4054.0, 4073.0, 4044.0, 4062.0, 4044.0, 4043.0, 4044.0, 4055.0, 4033.0, 4045.0, 4062.0, 4056.0, 4064.0, 4054.0, 4064.0, 4044.0, 4053.0, 4033.0, 4054.0, 4033.0, 4045.0, 4021.0, 4045.0, 4073.0, 4054.0, 4063.0, 4045.0, 4063.0, 4044.0, 4054.0, 4046.0, 4054.0, 4034.0, 4044.0, 4031.0, 4043.0, 4073.0, 4044.0, 4073.0, 4043.0, 4052.0, 4043.0, 4054.0, 4033.0, 4053.0, 4022.0, 4053.0, 4063.0, 4054.0, 4064.0, 4045.0, 4053.0, 4056.0, 4044.0, 4056.0, 4056.0, 4046.0, 4057.0, 4058.0, 4068.0, 4058.0, 4070.0, 4068.0, 4058.0, 4076.0, 4057.0, 4087.0, 4058.0, 4087.0, 4057.0, 4076.0, 4056.0, 4037.0, 4058.0, 4068.0, 4099.0, 4080.0, 4067.0, 4057.0, 4045.0, 4057.0, 4096.0, 4076.0, 4073.0, 4041.0, 4062.0, 4043.0, 4072.0, 4042.0, 4040.0, 4042.0, 4029.0, 4043.0, 4062.0, 4045.0, 4063.0, 4044.0, 4033.0, 4044.0, 4085.0, 4055.0, 4043.0, 4033.0, 4033.0, 4042.0, 4083.0, 4064.0, 4071.0, 4032.0, 4061.0, 4031.0, 4061.0, 4042.0, 4049.0, 4031.0, 4049.0, 4031.0, 4050.0, 4032.0, 4050.0, 4031.0, 4040.0, 4042.0, 4061.0, 4043.0, 4030.0, 4032.0, 4029.0, 4033.0, 4041.0, 4032.0, 4020.0, 4033.0, 4041.0, 4044.0, 4052.0, 4031.0, 4030.0, 4031.0, 4032.0, 4053.0, 4032.0, 4043.0, 4032.0, 4043.0, 4032.0, 4042.0, 4030.0, 4032.0, 4032.0, 4042.0, 4042.0, 4033.0, 4051.0, 4043.0, 4052.0, 4041.0, 4063.0, 4032.0, 4041.0, 4030.0, 4042.0, 4032.0, 4043.0, 4031.0, 4033.0, 4032.0, 4044.0, 4063.0, 4044.0, 4031.0, 4043.0, 4062.0, 4043.0, 4063.0, 4043.0, 4061.0, 4033.0, 4041.0, 4043.0, 4053.0, 4031.0, 4042.0, 4020.0, 4032.0, 4041.0, 4043.0, 4071.0, 4042.0, 4051.0, 4031.0, 4030.0, 4044.0, 4043.0, 4032.0, 4033.0, 4021.0, 4044.0, 4073.0, 4044.0, 4074.0, 4045.0, 4053.0, 4042.0, 4053.0, 4042.0, 4044.0, 4042.0, 4044.0, 4034.0, 4055.0, 4053.0, 4045.0, 4043.0, 4045.0, 4062.0, 4045.0, 4075.0, 4054.0, 4064.0, 4045.0, 4054.0, 4043.0, 4054.0, 4033.0, 4032.0, 4030.0, 4032.0, 4062.0, 4032.0, 4051.0, 4032.0, 4040.0, 4030.0, 4044.0, 4032.0, 4043.0, 4021.0, 4044.0, 4063.0, 4043.0, 4074.0, 4044.0, 4052.0, 4033.0, 4042.0, 4044.0, 4054.0, 4044.0, 4044.0, 4033.0, 4044.0, 4021.0, 4044.0, 4053.0, 4033.0, 4062.0, 4032.0, 4061.0, 4032.0, 4062.0, 4041.0, 4042.0, 4031.0, 4044.0, 4041.0, 4032.0, 4062.0, 4034.0, 4052.0, 4043.0, 4053.0, 4043.0, 4043.0, 4033.0, 4044.0, 4073.0, 4044.0, 4073.0, 4045.0, 4052.0, 4033.0, 4063.0, 4033.0, 4042.0, 4032.0, 4044.0, 4020.0, 4033.0, 4071.0, 4032.0, 4060.0, 4031.0, 4041.0, 4031.0, 4043.0, 4031.0, 4043.0, 4072.0, 4042.0, 4063.0, 4043.0, 4053.0, 4032.0, 4043.0, 4022.0, 4044.0, 4073.0, 4044.0, 4063.0, 4042.0, 4042.0, 4033.0, 4043.0, 4043.0, 4034.0, 4061.0, 4031.0, 4042.0, 4033.0, 4043.0, 4031.0, 4033.0, 4062.0, 4044.0, 4053.0, 4033.0, 4054.0, 4033.0, 4045.0, 4042.0, 4055.0, 4075.0, 4046.0, 4065.0, 4046.0, 4044.0, 4034.0, 4045.0, 4064.0, 4033.0, 4073.0, 4033.0, 4054.0, 4044.0, 4054.0, 4034.0, 4045.0, 4023.0, 4045.0, 4075.0, 4045.0, 4074.0, 4045.0, 4064.0, 4045.0, 4066.0, 4044.0, 4044.0, 4034.0, 4045.0, 4033.0, 4045.0, 4074.0, 4045.0, 4073.0, 4044.0, 4043.0, 4045.0, 4054.0, 4036.0, 4065.0, 4045.0, 4055.0, 4047.0, 4066.0, 4033.0, 4044.0, 4022.0, 4033.0, 4063.0, 4033.0, 4063.0, 4032.0, 4042.0, 4020.0, 4043.0, 4073.0, 4033.0, 4062.0, 4043.0, 4053.0, 4044.0, 4054.0, 4043.0, 4044.0, 4044.0, 4046.0, 4035.0, 4045.0, 4073.0, 4045.0, 4063.0, 4033.0, 4063.0, 4033.0, 4042.0, 4032.0, 4033.0, 4052.0, 4042.0, 4062.0, 4034.0, 4062.0, 4032.0, 4042.0, 4032.0, 4044.0, 4022.0, 4033.0, 4033.0, 4044.0, 4061.0, 4044.0, 4064.0, 4034.0, 4065.0, 4044.0, 4042.0, 4043.0, 4055.0, 4034.0, 4045.0, 4033.0, 4045.0, 4075.0, 4055.0, 4074.0, 4044.0, 4063.0, 4033.0, 4043.0, 4032.0, 4043.0, 4022.0, 4044.0, 4061.0, 4045.0, 4074.0, 4045.0, 4064.0, 4034.0, 4055.0, 4045.0, 4065.0, 4045.0, 4054.0, 4044.0, 4045.0, 4035.0, 4045.0, 4074.0, 4045.0, 4063.0, 4045.0, 4053.0, 4043.0, 4063.0, 4033.0, 4042.0, 4032.0, 4044.0, 4033.0, 4044.0, 4073.0, 4033.0, 4073.0, 4033.0, 4042.0, 4043.0, 4054.0, 4033.0, 4043.0, 4022.0, 4044.0, 4063.0, 4043.0, 4075.0, 4044.0, 4073.0, 4044.0, 4064.0, 4044.0, 4065.0, 4045.0, 4054.0, 4033.0, 4043.0, 4033.0, 4043.0, 4042.0, 4032.0, 4031.0, 4042.0, 4073.0, 4033.0, 4063.0, 4043.0, 4042.0, 4031.0, 4053.0, 4021.0, 4031.0, 4039.0, 4032.0, 4052.0, 4031.0, 4051.0, 4032.0, 4042.0, 4030.0, 4033.0, 4032.0, 4044.0, 4073.0, 4044.0, 4063.0, 4045.0, 4054.0, 4045.0, 4064.0, 4047.0, 4053.0, 4043.0, 4055.0, 4044.0, 4055.0, 4033.0, 4044.0, 4032.0, 4033.0, 4073.0, 4043.0, 4074.0, 4044.0, 4062.0, 4033.0, 4053.0, 4044.0, 4043.0, 4032.0, 4033.0, 4062.0, 4045.0, 4062.0, 4045.0, 4063.0, 4044.0, 4052.0, 4044.0, 4054.0, 4045.0, 4042.0, 4032.0, 4043.0, 4033.0, 4043.0, 4043.0, 4033.0, 4030.0, 4031.0, 4044.0, 4055.0, 4057.0, 4047.0, 4068.0, 4046.0, 4056.0, 4044.0, 4035.0, 4096.0, 4044.0, 4073.0, 4032.0, 4063.0, 4032.0, 4061.0, 4031.0, 4041.0, 4030.0, 4031.0, 4021.0, 4032.0, 4031.0, 4032.0, 4020.0, 4033.0, 4061.0, 4043.0, 4073.0, 4032.0, 4062.0, 4033.0, 4061.0, 4033.0, 4062.0, 4043.0, 4062.0, 4021.0, 4059.0, 4031.0, 4061.0, 4042.0, 4049.0, 4020.0, 4029.0, 4020.0, 4038.0, 4020.0, 4030.0, 4031.0, 4028.0, 4020.0, 4040.0, 4020.0, 4030.0, 4019.0, 4031.0, 4020.0, 4032.0, 4020.0, 4030.0, 4021.0, 4042.0, 4033.0, 4061.0, 4034.0, 4042.0, 4035.0, 4062.0, 4034.0, 4061.0, 4033.0, 4061.0, 4032.0, 4062.0, 4043.0, 4051.0, 4022.0, 4041.0, 4032.0, 4051.0, 4020.0, 4040.0, 4022.0, 4030.0, 4031.0, 4051.0, 4032.0, 4041.0, 4032.0, 4041.0, 4032.0, 4052.0, 4034.0, 4061.0, 4033.0, 4041.0, 4033.0, 4052.0, 4031.0, 4042.0, 4033.0, 4032.0, 4033.0, 4043.0, 4032.0, 4032.0, 4019.0, 4022.0, 4033.0, 4042.0, 4032.0, 4033.0, 4031.0, 4034.0, 4032.0, 4044.0, 4073.0, 4044.0, 4052.0, 4032.0, 4062.0, 4032.0, 4062.0, 4033.0, 4051.0, 4021.0, 4031.0, 4032.0, 4033.0, 4022.0, 4032.0, 4020.0, 4033.0, 4021.0, 4034.0, 4060.0, 4033.0, 4063.0, 4034.0, 4063.0, 4033.0, 4053.0, 4034.0, 4064.0, 4021.0, 4033.0, 4020.0, 4021.0, 4050.0, 4021.0, 4051.0, 4031.0, 4040.0, 4021.0, 4029.0, 4033.0, 4052.0, 4044.0, 4053.0, 4034.0, 4052.0, 4033.0, 4063.0, 4033.0, 4052.0, 4031.0, 4040.0, 4033.0, 4053.0, 4023.0, 4042.0, 4021.0, 4031.0, 4022.0, 4042.0, 4021.0, 4032.0, 4020.0, 4042.0, 4021.0, 4032.0, 4040.0, 4033.0, 4021.0, 4032.0, 4052.0, 4032.0, 4062.0, 4043.0, 4051.0, 4021.0, 4041.0, 4021.0, 4052.0, 4021.0, 4041.0, 4021.0, 4042.0, 4032.0, 4043.0, 4022.0, 4042.0, 4032.0, 4030.0, 4019.0, 4033.0, 4051.0, 4022.0, 4051.0, 4022.0, 4051.0, 4033.0, 4062.0, 4022.0, 4051.0, 4033.0, 4041.0, 4032.0, 4052.0, 4022.0, 4042.0, 4033.0, 4042.0, 4034.0, 4053.0, 4035.0, 4052.0, 4044.0, 4054.0, 4036.0], 'WindowWidth': [9106.0, 9061.0, 9068.0, 9030.0, 9029.0, 9036.0, 9025.0, 9046.0, 9028.0, 9049.0, 9026.0, 9044.0, 9027.0, 9036.0, 9027.0, 9041.0, 9023.0, 9039.0, 9022.0, 9025.0, 9010.0, 9028.0, 9010.0, 9042.0, 9076.0, 9045.0, 9066.0, 9043.0, 9065.0, 9026.0, 9036.0, 9028.0, 9042.0, 9027.0, 9042.0, 9010.0, 9029.0, 9065.0, 9040.0, 9061.0, 9025.0, 9052.0, 9032.0, 9066.0, 9030.0, 9049.0, 9026.0, 9039.0, 9027.0, 9036.0, 9027.0, 9033.0, 9040.0, 9053.0, 9025.0, 9056.0, 9006.0, 9023.0, 9032.0, 9021.0, 9059.0, 9005.0, 9056.0, 9014.0, 9016.0, 9017.0, 9016.0, 8998.0, 9020.0, 9030.0, 9023.0, 9061.0, 9024.0, 9063.0, 9041.0, 9049.0, 9030.0, 9054.0, 9030.0, 9036.0, 9022.0, 9037.0, 9007.0, 9039.0, 9034.0, 9008.0, 9059.0, 9020.0, 9046.0, 9011.0, 9043.0, 9019.0, 9031.0, 9020.0, 9034.0, 9006.0, 9020.0, 9017.0, 9006.0, 9003.0, 9020.0, 9017.0, 9020.0, 9043.0, 9019.0, 9041.0, 9023.0, 9045.0, 9021.0, 9031.0, 9019.0, 9017.0, 9021.0, 9022.0, 9008.0, 9023.0, 9006.0, 9025.0, 9061.0, 9024.0, 9060.0, 9021.0, 9019.0, 9024.0, 9023.0, 9021.0, 9026.0, 9006.0, 9042.0, 9066.0, 9027.0, 9064.0, 9027.0, 9038.0, 9028.0, 9039.0, 9025.0, 9027.0, 9008.0, 9026.0, 9066.0, 9041.0, 9064.0, 9026.0, 9058.0, 9023.0, 9037.0, 9025.0, 9037.0, 9023.0, 9040.0, 9007.0, 9042.0, 9039.0, 9042.0, 9059.0, 9024.0, 9048.0, 9024.0, 9051.0, 9026.0, 9034.0, 9019.0, 9024.0, 9021.0, 9040.0, 9079.0, 9027.0, 9048.0, 9023.0, 9041.0, 9022.0, 9025.0, 9007.0, 9026.0, 9063.0, 9026.0, 9064.0, 9024.0, 9048.0, 9018.0, 9033.0, 8989.0, 9019.0, 8985.0, 9017.0, 9043.0, 9020.0, 9044.0, 9006.0, 9015.0, 9020.0, 9006.0, 9002.0, 9023.0, 9032.0, 9021.0, 9043.0, 9021.0, 9034.0, 9025.0, 9038.0, 9022.0, 9037.0, 8991.0, 9025.0, 9061.0, 9024.0, 9047.0, 9024.0, 9038.0, 9043.0, 9059.0, 9011.0, 9028.0, 9064.0, 9026.0, 9053.0, 9026.0, 9039.0, 9025.0, 9044.0, 9028.0, 9046.0, 9083.0, 9044.0, 9066.0, 9026.0, 9070.0, 9026.0, 9040.0, 9008.0, 9025.0, 9063.0, 9025.0, 9049.0, 9025.0, 9020.0, 9020.0, 9023.0, 9078.0, 9023.0, 9062.0, 9023.0, 9034.0, 9022.0, 9040.0, 9020.0, 9022.0, 9059.0, 9019.0, 9017.0, 9024.0, 9036.0, 9019.0, 9024.0, 8989.0, 9022.0, 9063.0, 9025.0, 9049.0, 9025.0, 9036.0, 9022.0, 9038.0, 9005.0, 9021.0, 8987.0, 9017.0, 9057.0, 9019.0, 9043.0, 9003.0, 9016.0, 8998.0, 9019.0, 8988.0, 9020.0, 9059.0, 9033.0, 9031.0, 9006.0, 9033.0, 9023.0, 9037.0, 9021.0, 9023.0, 9031.0, 9024.0, 9049.0, 9025.0, 9048.0, 9010.0, 9022.0, 9007.0, 9038.0, 9019.0, 9018.0, 9072.0, 9019.0, 9041.0, 9006.0, 9028.0, 9005.0, 9018.0, 9022.0, 9024.0, 9009.0, 9024.0, 8991.0, 9020.0, 9048.0, 9022.0, 9046.0, 9021.0, 9020.0, 9002.0, 9019.0, 8991.0, 9023.0, 9033.0, 9023.0, 9032.0, 9023.0, 9033.0, 9014.0, 9020.0, 8987.0, 9020.0, 9046.0, 9024.0, 9035.0, 9022.0, 9037.0, 9038.0, 9044.0, 9045.0, 9044.0, 9048.0, 9060.0, 9048.0, 9063.0, 9033.0, 9044.0, 9011.0, 9028.0, 9094.0, 9044.0, 9051.0, 9026.0, 9064.0, 9025.0, 9063.0, 9021.0, 9029.0, 9017.0, 9014.0, 9039.0, 9032.0, 9018.0, 9029.0, 9017.0, 9015.0, 9004.0, 9045.0, 9001.0, 9013.0, 8998.0, 8999.0, 9015.0, 9017.0, 8999.0, 9000.0, 8997.0, 8998.0, 8982.0, 8999.0, 9007.0, 8980.0, 8977.0, 8997.0, 8980.0, 8999.0, 8999.0, 9016.0, 8998.0, 9015.0, 9019.0, 9036.0, 9004.0, 9019.0, 9019.0, 9022.0, 9003.0, 9047.0, 8985.0, 9002.0, 8984.0, 9014.0, 9012.0, 8999.0, 9036.0, 9011.0, 9024.0, 9003.0, 9040.0, 9014.0, 9041.0, 9018.0, 9028.0, 9021.0, 9044.0, 9006.0, 9014.0, 9003.0, 9017.0, 9004.0, 9019.0, 8987.0, 9016.0, 9041.0, 9017.0, 9044.0, 9020.0, 9017.0, 8998.0, 9019.0, 9026.0, 9021.0, 9045.0, 9022.0, 9018.0, 9007.0, 9021.0, 9023.0, 9043.0, 9024.0, 9028.0, 9065.0, 9026.0, 9052.0, 9029.0, 9055.0, 9023.0, 9026.0, 9031.0, 9022.0, 9061.0, 9022.0, 9035.0, 9003.0, 9007.0, 9057.0, 9020.0, 9047.0, 9018.0, 9018.0, 8987.0, 9020.0, 9045.0, 9022.0, 9034.0, 9019.0, 9022.0, 8989.0, 9021.0, 9046.0, 9022.0, 9050.0, 9020.0, 9025.0, 8991.0, 9025.0, 9064.0, 9025.0, 9050.0, 9022.0, 9026.0, 9006.0, 9044.0, 9069.0, 9033.0, 9056.0, 9033.0, 9045.0, 9033.0, 9063.0, 9032.0, 9049.0, 9016.0, 9047.0, 9086.0, 9048.0, 9069.0, 9046.0, 9069.0, 9028.0, 9058.0, 9028.0, 9043.0, 9026.0, 9043.0, 9016.0, 9047.0, 9030.0, 9048.0, 9014.0, 9044.0, 9069.0, 9044.0, 9066.0, 9045.0, 9051.0, 9030.0, 9052.0, 9029.0, 9053.0, 9029.0, 9052.0, 9021.0, 9022.0, 9006.0, 9022.0, 9071.0, 9017.0, 9055.0, 9001.0, 9015.0, 9005.0, 9020.0, 9003.0, 9025.0, 8989.0, 9036.0, 9060.0, 9024.0, 9045.0, 9022.0, 9021.0, 9022.0, 9039.0, 9007.0, 9026.0, 9045.0, 9040.0, 9050.0, 9036.0, 9048.0, 9023.0, 9034.0, 9008.0, 9037.0, 9008.0, 9026.0, 8990.0, 9025.0, 9061.0, 9038.0, 9048.0, 9026.0, 9047.0, 9022.0, 9036.0, 9029.0, 9037.0, 9009.0, 9023.0, 9001.0, 9021.0, 9061.0, 9023.0, 9058.0, 9020.0, 9029.0, 9020.0, 9036.0, 9007.0, 9035.0, 8991.0, 9035.0, 9047.0, 9038.0, 9050.0, 9026.0, 9034.0, 9042.0, 9024.0, 9045.0, 9045.0, 9031.0, 9046.0, 9049.0, 9063.0, 9050.0, 9070.0, 9062.0, 9051.0, 9070.0, 9047.0, 9086.0, 9050.0, 9088.0, 9049.0, 9068.0, 9043.0, 9020.0, 9050.0, 9064.0, 9107.0, 9082.0, 9060.0, 9047.0, 9025.0, 9046.0, 9095.0, 9068.0, 9058.0, 9015.0, 9041.0, 9019.0, 9056.0, 9016.0, 9010.0, 9017.0, 8997.0, 9022.0, 9044.0, 9026.0, 9046.0, 9024.0, 9007.0, 9024.0, 9079.0, 9039.0, 9020.0, 9006.0, 9005.0, 9019.0, 9073.0, 9050.0, 9054.0, 9002.0, 9038.0, 9000.0, 9039.0, 9016.0, 9020.0, 9000.0, 9021.0, 9000.0, 9024.0, 9004.0, 9022.0, 9000.0, 9010.0, 9016.0, 9040.0, 9020.0, 8998.0, 9003.0, 8997.0, 9007.0, 9016.0, 9005.0, 8985.0, 9004.0, 9013.0, 9020.0, 9028.0, 9001.0, 8999.0, 9000.0, 9004.0, 9034.0, 9003.0, 9020.0, 9003.0, 9020.0, 9003.0, 9017.0, 8997.0, 9005.0, 9005.0, 9020.0, 9018.0, 9009.0, 9027.0, 9019.0, 9029.0, 9015.0, 9044.0, 9003.0, 9011.0, 8998.0, 9017.0, 9002.0, 9019.0, 9001.0, 9005.0, 9003.0, 9022.0, 9046.0, 9022.0, 9001.0, 9019.0, 9044.0, 9020.0, 9045.0, 9020.0, 9039.0, 9005.0, 9014.0, 9020.0, 9033.0, 9001.0, 9016.0, 8983.0, 9001.0, 9012.0, 9019.0, 9053.0, 9017.0, 9026.0, 9001.0, 8997.0, 9021.0, 9019.0, 9004.0, 9007.0, 8989.0, 9023.0, 9062.0, 9024.0, 9063.0, 9025.0, 9033.0, 9019.0, 9034.0, 9019.0, 9023.0, 9019.0, 9024.0, 9009.0, 9040.0, 9036.0, 9027.0, 9021.0, 9026.0, 9046.0, 9026.0, 9066.0, 9039.0, 9048.0, 9027.0, 9035.0, 9022.0, 9037.0, 9006.0, 9005.0, 8998.0, 9002.0, 9042.0, 9003.0, 9027.0, 9003.0, 9013.0, 9000.0, 9022.0, 9004.0, 9022.0, 8988.0, 9023.0, 9045.0, 9022.0, 9062.0, 9023.0, 9031.0, 9008.0, 9017.0, 9023.0, 9038.0, 9023.0, 9022.0, 9006.0, 9022.0, 8990.0, 9023.0, 9032.0, 9005.0, 9043.0, 9005.0, 9042.0, 9006.0, 9042.0, 9014.0, 9017.0, 9001.0, 9022.0, 9015.0, 9003.0, 9043.0, 9008.0, 9030.0, 9022.0, 9034.0, 9019.0, 9020.0, 9004.0, 9022.0, 9060.0, 9022.0, 9059.0, 9024.0, 9030.0, 9007.0, 9046.0, 9006.0, 9017.0, 9004.0, 9021.0, 8987.0, 9007.0, 9055.0, 9004.0, 9039.0, 9000.0, 9014.0, 9002.0, 9019.0, 9001.0, 9020.0, 9056.0, 9017.0, 9045.0, 9020.0, 9034.0, 9004.0, 9020.0, 8991.0, 9022.0, 9059.0, 9022.0, 9045.0, 9018.0, 9017.0, 9006.0, 9021.0, 9019.0, 9008.0, 9040.0, 9002.0, 9017.0, 9006.0, 9021.0, 9001.0, 9006.0, 9043.0, 9022.0, 9034.0, 9008.0, 9037.0, 9005.0, 9025.0, 9019.0, 9039.0, 9066.0, 9029.0, 9052.0, 9028.0, 9024.0, 9010.0, 9027.0, 9049.0, 9007.0, 9060.0, 9005.0, 9036.0, 9023.0, 9037.0, 9009.0, 9025.0, 8993.0, 9026.0, 9066.0, 9027.0, 9064.0, 9025.0, 9049.0, 9025.0, 9054.0, 9022.0, 9023.0, 9008.0, 9024.0, 9008.0, 9027.0, 9063.0, 9025.0, 9060.0, 9022.0, 9020.0, 9027.0, 9038.0, 9016.0, 9052.0, 9027.0, 9038.0, 9032.0, 9055.0, 9008.0, 9024.0, 8989.0, 9006.0, 9045.0, 9007.0, 9046.0, 9003.0, 9016.0, 8985.0, 9018.0, 9059.0, 9007.0, 9044.0, 9021.0, 9032.0, 9023.0, 9037.0, 9021.0, 9024.0, 9022.0, 9028.0, 9012.0, 9027.0, 9062.0, 9025.0, 9046.0, 9005.0, 9047.0, 9006.0, 9018.0, 9002.0, 9005.0, 9028.0, 9017.0, 9044.0, 9008.0, 9044.0, 9004.0, 9016.0, 9002.0, 9022.0, 8990.0, 9007.0, 9005.0, 9021.0, 9041.0, 9022.0, 9049.0, 9010.0, 9051.0, 9023.0, 9018.0, 9021.0, 9041.0, 9011.0, 9027.0, 9009.0, 9028.0, 9066.0, 9042.0, 9065.0, 9025.0, 9046.0, 9005.0, 9021.0, 9006.0, 9021.0, 8991.0, 9023.0, 9042.0, 9025.0, 9064.0, 9026.0, 9050.0, 9011.0, 9038.0, 9028.0, 9053.0, 9027.0, 9037.0, 9023.0, 9026.0, 9013.0, 9027.0, 9064.0, 9025.0, 9047.0, 9024.0, 9033.0, 9022.0, 9046.0, 9007.0, 9019.0, 9004.0, 9023.0, 9007.0, 9022.0, 9060.0, 9007.0, 9059.0, 9006.0, 9017.0, 9022.0, 9036.0, 9005.0, 9021.0, 8989.0, 9021.0, 9047.0, 9023.0, 9064.0, 9024.0, 9061.0, 9024.0, 9049.0, 9026.0, 9053.0, 9026.0, 9036.0, 9006.0, 9021.0, 9006.0, 9021.0, 9017.0, 9004.0, 9000.0, 9018.0, 9059.0, 9006.0, 9044.0, 9018.0, 9017.0, 9001.0, 9032.0, 8987.0, 9001.0, 9008.0, 9002.0, 9028.0, 9002.0, 9027.0, 9003.0, 9017.0, 8999.0, 9006.0, 9004.0, 9023.0, 9060.0, 9025.0, 9048.0, 9026.0, 9036.0, 9026.0, 9051.0, 9031.0, 9034.0, 9021.0, 9038.0, 9023.0, 9038.0, 9006.0, 9022.0, 9003.0, 9007.0, 9061.0, 9021.0, 9062.0, 9024.0, 9045.0, 9008.0, 9034.0, 9022.0, 9021.0, 9002.0, 9007.0, 9044.0, 9024.0, 9043.0, 9025.0, 9047.0, 9023.0, 9031.0, 9024.0, 9035.0, 9024.0, 9019.0, 9004.0, 9018.0, 9005.0, 9020.0, 9019.0, 9007.0, 8998.0, 9001.0, 9025.0, 9041.0, 9050.0, 9034.0, 9063.0, 9030.0, 9043.0, 9023.0, 9012.0, 9094.0, 9024.0, 9060.0, 9005.0, 9044.0, 9004.0, 9042.0, 9000.0, 9013.0, 8996.0, 8999.0, 8985.0, 9003.0, 8999.0, 9003.0, 8985.0, 9006.0, 9041.0, 9022.0, 9059.0, 9006.0, 9043.0, 9005.0, 9040.0, 9007.0, 9042.0, 9019.0, 9041.0, 8988.0, 9033.0, 9000.0, 9039.0, 9014.0, 9019.0, 8983.0, 8992.0, 8985.0, 9005.0, 8983.0, 8995.0, 8998.0, 8991.0, 8984.0, 9010.0, 8983.0, 8996.0, 8980.0, 8998.0, 8984.0, 9001.0, 8983.0, 8998.0, 8988.0, 9016.0, 9007.0, 9041.0, 9009.0, 9015.0, 9010.0, 9043.0, 9010.0, 9042.0, 9006.0, 9040.0, 9005.0, 9042.0, 9018.0, 9025.0, 8990.0, 9011.0, 9002.0, 9027.0, 8986.0, 9011.0, 8989.0, 8997.0, 9001.0, 9026.0, 9003.0, 9013.0, 9003.0, 9014.0, 9005.0, 9031.0, 9010.0, 9041.0, 9007.0, 9013.0, 9006.0, 9031.0, 9003.0, 9016.0, 9004.0, 9002.0, 9006.0, 9019.0, 9002.0, 9002.0, 8982.0, 8989.0, 9005.0, 9018.0, 9002.0, 9006.0, 9000.0, 9008.0, 9004.0, 9025.0, 9059.0, 9024.0, 9029.0, 9004.0, 9041.0, 9004.0, 9043.0, 9004.0, 9026.0, 8986.0, 9000.0, 9000.0, 9006.0, 8989.0, 9003.0, 8984.0, 9005.0, 8985.0, 9006.0, 9038.0, 9007.0, 9045.0, 9009.0, 9044.0, 9007.0, 9030.0, 9008.0, 9046.0, 8987.0, 9005.0, 8982.0, 8986.0, 9024.0, 8985.0, 9024.0, 8999.0, 9009.0, 8987.0, 8995.0, 9006.0, 9031.0, 9023.0, 9031.0, 9008.0, 9030.0, 9006.0, 9045.0, 9007.0, 9028.0, 9001.0, 9012.0, 9006.0, 9031.0, 8990.0, 9014.0, 8985.0, 9000.0, 8989.0, 9015.0, 8985.0, 9001.0, 8984.0, 9015.0, 8985.0, 9004.0, 9012.0, 9006.0, 8985.0, 9004.0, 9028.0, 9005.0, 9044.0, 9019.0, 9026.0, 8987.0, 9011.0, 8988.0, 9028.0, 8987.0, 9013.0, 8986.0, 9014.0, 9002.0, 9018.0, 8990.0, 9016.0, 9000.0, 8998.0, 8981.0, 9005.0, 9025.0, 8989.0, 9024.0, 8988.0, 9027.0, 9006.0, 9042.0, 8991.0, 9026.0, 9005.0, 9013.0, 9004.0, 9027.0, 8990.0, 9015.0, 9005.0, 9017.0, 9010.0, 9032.0, 9011.0, 9030.0, 9022.0, 9034.0, 9013.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.000116021021021021</td></tr>
<tr><td colspan=3>aqi</td><td>0.019286065165165164</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.79020056945894</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1838023338993235</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.986322575026298</td></tr>
<tr><td colspan=3>efc</td><td>0.4444</td></tr>
<tr><td colspan=3>fber</td><td>7642.9609</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0801853769432542</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3003003003003003</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3355027713716194</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2647281278228557</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.614439483121451</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1273407031705522</td></tr>
<tr><td colspan=3>gcor</td><td>0.00659453</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015573929995298386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0276794470846653</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.805949583194517</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>32.8537</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8416</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.0362</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309660.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>697.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.7649</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0912</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.3958</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3329.1274</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.8961</td></tr>
<tr><td colspan=3>tsnr</td><td>45.88066076429095</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>