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

616 lines
No EOL
141 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-0011_ses-02_task-narratives_acq-mb8_run-03_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-0011_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0011_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0011_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0011_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0011_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0011_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0011_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0011_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-03_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-0011/ses-02/func/sub-0011_ses-02_task-narratives_acq-mb8_run-03_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>2b805511164c4924a712dc5028e2b760</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:46:8.200000</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.998848, 0.0277578, 0.0391475, -0.03139, 0.994939, 0.0954474]</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0779127</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7732, -7316, 525, -56, -227, -31, 66]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.713</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1258d854-6603-4a36-8ebb-7370a737d7fd||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.679835796356201, -0.08421707898378372, 0.09800982475280762, 112.18988037109375], [-0.0744720995426178, 2.6693496704101562, 0.26072898507118225, -105.0618896484375], [0.10502975434064865, -0.25607845187187195, 2.685593843460083, -80.7967529296875], [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, 1298]</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], 'AcquisitionTime': ['154608.200000', '154608.660000', '154609.120000', '154609.580000', '154610.040000', '154610.500000', '154610.960000', '154611.420000', '154611.880000', '154612.340000', '154612.800000', '154613.260000', '154613.720000', '154614.180000', '154614.640000', '154615.100000', '154615.560000', '154616.020000', '154616.480000', '154616.940000', '154617.400000', '154617.860000', '154618.320000', '154618.780000', '154619.240000', '154619.700000', '154620.160000', '154620.620000', '154621.080000', '154621.540000', '154622.000000', '154622.460000', '154622.920000', '154623.380000', '154623.840000', '154624.300000', '154624.760000', '154625.220000', '154625.680000', '154626.140000', '154626.600000', '154627.060000', '154627.520000', '154627.980000', '154628.440000', '154628.900000', '154629.360000', '154629.820000', '154630.280000', '154630.740000', '154631.200000', '154631.660000', '154632.120000', '154632.580000', '154633.040000', '154633.500000', '154633.960000', '154634.420000', '154634.880000', '154635.340000', '154635.800000', '154636.260000', '154636.720000', '154637.180000', '154637.640000', '154638.100000', '154638.560000', '154639.020000', '154639.480000', '154639.940000', '154640.400000', '154640.860000', '154641.320000', '154641.780000', '154642.240000', '154642.700000', '154643.160000', '154643.620000', '154644.080000', '154644.540000', '154645.000000', '154645.460000', '154645.920000', '154646.380000', '154646.840000', '154647.300000', '154647.760000', '154648.220000', '154648.680000', '154649.140000', '154649.600000', '154650.060000', '154650.520000', '154650.980000', '154651.440000', '154651.900000', '154652.360000', '154652.820000', '154653.280000', '154653.740000', '154654.200000', '154654.660000', '154655.120000', '154655.580000', '154656.040000', '154656.500000', '154656.960000', '154657.420000', '154657.880000', '154658.340000', '154658.800000', '154659.260000', '154659.720000', '154700.180000', '154700.640000', '154701.100000', '154701.560000', '154702.020000', '154702.480000', '154702.940000', '154703.400000', '154703.860000', '154704.320000', '154704.780000', '154705.240000', '154705.700000', '154706.160000', '154706.620000', '154707.080000', '154707.540000', '154708.000000', '154708.460000', '154708.920000', '154709.380000', '154709.840000', '154710.300000', '154710.760000', '154711.220000', '154711.680000', '154712.140000', '154712.600000', '154713.060000', '154713.520000', '154713.980000', '154714.440000', '154714.900000', '154715.360000', '154715.820000', '154716.280000', '154716.740000', '154717.200000', '154717.660000', '154718.120000', '154718.580000', '154719.040000', '154719.500000', '154719.960000', '154720.420000', '154720.880000', '154721.340000', '154721.800000', '154722.260000', '154722.720000', '154723.180000', '154723.640000', '154724.100000', '154724.560000', '154725.020000', '154725.480000', '154725.940000', '154726.400000', '154726.860000', '154727.320000', '154727.780000', '154728.240000', '154728.700000', '154729.160000', '154729.620000', '154730.080000', '154730.540000', '154731.000000', '154731.460000', '154731.920000', '154732.380000', '154732.840000', '154733.300000', '154733.760000', '154734.220000', '154734.680000', '154735.140000', '154735.600000', '154736.060000', '154736.520000', '154736.980000', '154737.440000', '154737.900000', '154738.360000', '154738.820000', '154739.280000', '154739.740000', '154740.200000', '154740.660000', '154741.120000', '154741.580000', '154742.040000', '154742.500000', '154742.960000', '154743.420000', '154743.880000', '154744.340000', '154744.800000', '154745.260000', '154745.720000', '154746.180000', '154746.640000', '154747.100000', '154747.560000', '154748.020000', '154748.480000', '154748.940000', '154749.400000', '154749.860000', '154750.320000', '154750.780000', '154751.240000', '154751.700000', '154752.160000', '154752.620000', '154753.080000', '154753.540000', '154754.000000', '154754.460000', '154754.920000', '154755.380000', '154755.840000', '154756.300000', '154756.760000', '154757.220000', '154757.680000', '154758.140000', '154758.600000', '154759.060000', '154759.520000', '154759.980000', '154800.440000', '154800.900000', '154801.360000', '154801.820000', '154802.280000', '154802.740000', '154803.200000', '154803.660000', '154804.120000', '154804.580000', '154805.040000', '154805.500000', '154805.960000', '154806.420000', '154806.880000', '154807.340000', '154807.800000', '154808.260000', '154808.720000', '154809.180000', '154809.640000', '154810.100000', '154810.560000', '154811.020000', '154811.480000', '154811.940000', '154812.400000', '154812.860000', '154813.320000', '154813.780000', '154814.240000', '154814.700000', '154815.160000', '154815.620000', '154816.080000', '154816.540000', '154817.000000', '154817.460000', '154817.920000', '154818.380000', '154818.840000', '154819.300000', '154819.760000', '154820.220000', '154820.680000', '154821.140000', '154821.600000', '154822.060000', '154822.520000', '154822.980000', '154823.440000', '154823.900000', '154824.360000', '154824.820000', '154825.280000', '154825.740000', '154826.200000', '154826.660000', '154827.120000', '154827.580000', '154828.040000', '154828.500000', '154828.960000', '154829.420000', '154829.880000', '154830.340000', '154830.800000', '154831.260000', '154831.720000', '154832.180000', '154832.640000', '154833.100000', '154833.560000', '154834.020000', '154834.480000', '154834.940000', '154835.400000', '154835.860000', '154836.320000', '154836.780000', '154837.240000', '154837.700000', '154838.160000', '154838.620000', '154839.080000', '154839.540000', '154840.000000', '154840.460000', '154840.920000', '154841.380000', '154841.840000', '154842.300000', '154842.760000', '154843.220000', '154843.680000', '154844.140000', '154844.600000', '154845.060000', '154845.520000', '154845.980000', '154846.440000', '154846.900000', '154847.360000', '154847.820000', '154848.280000', '154848.740000', '154849.200000', '154849.660000', '154850.120000', '154850.580000', '154851.040000', '154851.500000', '154851.960000', '154852.420000', '154852.880000', '154853.340000', '154853.800000', '154854.260000', '154854.720000', '154855.180000', '154855.640000', '154856.100000', '154856.560000', '154857.020000', '154857.480000', '154857.940000', '154858.400000', '154858.860000', '154859.320000', '154859.780000', '154900.240000', '154900.700000', '154901.160000', '154901.620000', '154902.080000', '154902.540000', '154903.000000', '154903.460000', '154903.920000', '154904.380000', '154904.840000', '154905.300000', '154905.760000', '154906.220000', '154906.680000', '154907.140000', '154907.600000', '154908.060000', '154908.520000', '154908.980000', '154909.440000', '154909.900000', '154910.360000', '154910.820000', '154911.280000', '154911.740000', '154912.200000', '154912.660000', '154913.120000', '154913.580000', '154914.040000', '154914.500000', '154914.960000', '154915.420000', '154915.880000', '154916.340000', '154916.800000', '154917.260000', '154917.720000', '154918.180000', '154918.640000', '154919.100000', '154919.560000', '154920.020000', '154920.480000', '154920.940000', '154921.400000', '154921.860000', '154922.320000', '154922.780000', '154923.240000', '154923.700000', '154924.160000', '154924.620000', '154925.080000', '154925.540000', '154926.000000', '154926.460000', '154926.920000', '154927.380000', '154927.840000', '154928.300000', '154928.760000', '154929.220000', '154929.680000', '154930.140000', '154930.600000', '154931.060000', '154931.520000', '154931.980000', '154932.440000', '154932.900000', '154933.360000', '154933.820000', '154934.280000', '154934.740000', '154935.200000', '154935.660000', '154936.120000', '154936.580000', '154937.040000', '154937.500000', '154937.960000', '154938.420000', '154938.880000', '154939.340000', '154939.800000', '154940.260000', '154940.720000', '154941.180000', '154941.640000', '154942.100000', '154942.560000', '154943.020000', '154943.480000', '154943.940000', '154944.400000', '154944.860000', '154945.320000', '154945.780000', '154946.240000', '154946.700000', '154947.160000', '154947.620000', '154948.080000', '154948.540000', '154949.000000', '154949.460000', '154949.920000', '154950.380000', '154950.840000', '154951.300000', '154951.760000', '154952.220000', '154952.680000', '154953.140000', '154953.600000', '154954.060000', '154954.520000', '154954.980000', '154955.440000', '154955.900000', '154956.360000', '154956.820000', '154957.280000', '154957.740000', '154958.200000', '154958.660000', '154959.120000', '154959.580000', '155000.040000', '155000.500000', '155000.960000', '155001.420000', '155001.880000', '155002.340000', '155002.800000', '155003.260000', '155003.720000', '155004.180000', '155004.640000', '155005.100000', '155005.560000', '155006.020000', '155006.480000', '155006.940000', '155007.400000', '155007.860000', '155008.320000', '155008.780000', '155009.240000', '155009.700000', '155010.160000', '155010.620000', '155011.080000', '155011.540000', '155012.000000', '155012.460000', '155012.920000', '155013.380000', '155013.840000', '155014.300000', '155014.760000', '155015.220000', '155015.680000', '155016.140000', '155016.600000', '155017.060000', '155017.520000', '155017.980000', '155018.440000', '155018.900000', '155019.360000', '155019.820000', '155020.280000', '155020.740000', '155021.200000', '155021.660000', '155022.120000', '155022.580000', '155023.040000', '155023.500000', '155023.960000', '155024.420000', '155024.880000', '155025.340000', '155025.800000', '155026.260000', '155026.720000', '155027.180000', '155027.640000', '155028.100000', '155028.560000', '155029.020000', '155029.480000', '155029.940000', '155030.400000', '155030.860000', '155031.320000', '155031.780000', '155032.240000', '155032.700000', '155033.160000', '155033.620000', '155034.080000', '155034.540000', '155035.000000', '155035.460000', '155035.920000', '155036.380000', '155036.840000', '155037.300000', '155037.760000', '155038.220000', '155038.680000', '155039.140000', '155039.600000', '155040.060000', '155040.520000', '155040.980000', '155041.440000', '155041.900000', '155042.360000', '155042.820000', '155043.280000', '155043.740000', '155044.200000', '155044.660000', '155045.120000', '155045.580000', '155046.040000', '155046.500000', '155046.960000', '155047.420000', '155047.880000', '155048.340000', '155048.800000', '155049.260000', '155049.720000', '155050.180000', '155050.640000', '155051.100000', '155051.560000', '155052.020000', '155052.480000', '155052.940000', '155053.400000', '155053.860000', '155054.320000', '155054.780000', '155055.240000', '155055.700000', '155056.160000', '155056.620000', '155057.080000', '155057.540000', '155058.000000', '155058.460000', '155058.920000', '155059.380000', '155059.840000', '155100.300000', '155100.760000', '155101.220000', '155101.680000', '155102.140000', '155102.600000', '155103.060000', '155103.520000', '155103.980000', '155104.440000', '155104.900000', '155105.360000', '155105.820000', '155106.280000', '155106.740000', '155107.200000', '155107.660000', '155108.120000', '155108.580000', '155109.040000', '155109.500000', '155109.960000', '155110.420000', '155110.880000', '155111.340000', '155111.800000', '155112.260000', '155112.720000', '155113.180000', '155113.640000', '155114.100000', '155114.560000', '155115.020000', '155115.480000', '155115.940000', '155116.400000', '155116.860000', '155117.320000', '155117.780000', '155118.240000', '155118.700000', '155119.160000', '155119.620000', '155120.080000', '155120.540000', '155121.000000', '155121.460000', '155121.920000', '155122.380000', '155122.840000', '155123.300000', '155123.760000', '155124.220000', '155124.680000', '155125.140000', '155125.600000', '155126.060000', '155126.520000', '155126.980000', '155127.440000', '155127.900000', '155128.360000', '155128.820000', '155129.280000', '155129.740000', '155130.200000', '155130.660000', '155131.120000', '155131.580000', '155132.040000', '155132.500000', '155132.960000', '155133.420000', '155133.880000', '155134.340000', '155134.800000', '155135.260000', '155135.720000', '155136.180000', '155136.640000', '155137.100000', '155137.560000', '155138.020000', '155138.480000', '155138.940000', '155139.400000', '155139.860000', '155140.320000', '155140.780000', '155141.240000', '155141.700000', '155142.160000', '155142.620000', '155143.080000', '155143.540000', '155144.000000', '155144.460000', '155144.920000', '155145.380000', '155145.840000', '155146.300000', '155146.760000', '155147.220000', '155147.680000', '155148.140000', '155148.600000', '155149.060000', '155149.520000', '155149.980000', '155150.440000', '155150.900000', '155151.360000', '155151.820000', '155152.280000', '155152.740000', '155153.200000', '155153.660000', '155154.120000', '155154.580000', '155155.040000', '155155.500000', '155155.960000', '155156.420000', '155156.880000', '155157.340000', '155157.800000', '155158.260000', '155158.720000', '155159.180000', '155159.640000', '155200.100000', '155200.560000', '155201.020000', '155201.480000', '155201.940000', '155202.400000', '155202.860000', '155203.320000', '155203.780000', '155204.240000', '155204.700000', '155205.160000', '155205.620000', '155206.080000', '155206.540000', '155207.000000', '155207.460000', '155207.920000', '155208.380000', '155208.840000', '155209.300000', '155209.760000', '155210.220000', '155210.680000', '155211.140000', '155211.600000', '155212.060000', '155212.520000', '155212.980000', '155213.440000', '155213.900000', '155214.360000', '155214.820000', '155215.280000', '155215.740000', '155216.200000', '155216.660000', '155217.120000', '155217.580000', '155218.040000', '155218.500000', '155218.960000', '155219.420000', '155219.880000', '155220.340000', '155220.800000', '155221.260000', '155221.720000', '155222.180000', '155222.640000', '155223.100000', '155223.560000', '155224.020000', '155224.480000', '155224.940000', '155225.400000', '155225.860000', '155226.320000', '155226.780000', '155227.240000', '155227.700000', '155228.160000', '155228.620000', '155229.080000', '155229.540000', '155230.000000', '155230.460000', '155230.920000', '155231.380000', '155231.840000', '155232.300000', '155232.760000', '155233.220000', '155233.680000', '155234.140000', '155234.600000', '155235.060000', '155235.520000', '155235.980000', '155236.440000', '155236.900000', '155237.360000', '155237.820000', '155238.280000', '155238.740000', '155239.200000', '155239.660000', '155240.120000', '155240.580000', '155241.040000', '155241.500000', '155241.960000', '155242.420000', '155242.880000', '155243.340000', '155243.800000', '155244.260000', '155244.720000', '155245.180000', '155245.640000', '155246.100000', '155246.560000', '155247.020000', '155247.480000', '155247.940000', '155248.400000', '155248.860000', '155249.320000', '155249.780000', '155250.240000', '155250.700000', '155251.160000', '155251.620000', '155252.080000', '155252.540000', '155253.000000', '155253.460000', '155253.920000', '155254.380000', '155254.840000', '155255.300000', '155255.760000', '155256.220000', '155256.680000', '155257.140000', '155257.600000', '155258.060000', '155258.520000', '155258.980000', '155259.440000', '155259.900000', '155300.360000', '155300.820000', '155301.280000', '155301.740000', '155302.200000', '155302.660000', '155303.120000', '155303.580000', '155304.040000', '155304.500000', '155304.960000', '155305.420000', '155305.880000', '155306.340000', '155306.800000', '155307.260000', '155307.720000', '155308.180000', '155308.640000', '155309.100000', '155309.560000', '155310.020000', '155310.480000', '155310.940000', '155311.400000', '155311.860000', '155312.320000', '155312.780000', '155313.240000', '155313.700000', '155314.160000', '155314.620000', '155315.080000', '155315.540000', '155316.000000', '155316.460000', '155316.920000', '155317.380000', '155317.840000', '155318.300000', '155318.760000', '155319.220000', '155319.680000', '155320.140000', '155320.600000', '155321.060000', '155321.520000', '155321.980000', '155322.440000', '155322.900000', '155323.360000', '155323.820000', '155324.280000', '155324.740000', '155325.200000', '155325.660000', '155326.120000', '155326.580000', '155327.040000', '155327.500000', '155327.960000', '155328.420000', '155328.880000', '155329.340000', '155329.800000', '155330.260000', '155330.720000', '155331.180000', '155331.640000', '155332.100000', '155332.560000', '155333.020000', '155333.480000', '155333.940000', '155334.400000', '155334.860000', '155335.320000', '155335.780000', '155336.240000', '155336.700000', '155337.160000', '155337.620000', '155338.080000', '155338.540000', '155339.000000', '155339.460000', '155339.920000', '155340.380000', '155340.840000', '155341.300000', '155341.760000', '155342.220000', '155342.680000', '155343.140000', '155343.600000', '155344.060000', '155344.520000', '155344.980000', '155345.440000', '155345.900000', '155346.360000', '155346.820000', '155347.280000', '155347.740000', '155348.200000', '155348.660000', '155349.120000', '155349.580000', '155350.040000', '155350.500000', '155350.960000', '155351.420000', '155351.880000', '155352.340000', '155352.800000', '155353.260000', '155353.720000', '155354.180000', '155354.640000', '155355.100000', '155355.560000', '155356.020000', '155356.480000', '155356.940000', '155357.400000', '155357.860000', '155358.320000', '155358.780000', '155359.240000', '155359.700000', '155400.160000', '155400.620000', '155401.080000', '155401.540000', '155402.000000', '155402.460000', '155402.920000', '155403.380000', '155403.840000', '155404.300000', '155404.760000', '155405.220000', '155405.680000', '155406.140000', '155406.600000', '155407.060000', '155407.520000', '155407.980000', '155408.440000', '155408.900000', '155409.360000', '155409.820000', '155410.280000', '155410.740000', '155411.200000', '155411.660000', '155412.120000', '155412.580000', '155413.040000', '155413.500000', '155413.960000', '155414.420000', '155414.880000', '155415.340000', '155415.800000', '155416.260000', '155416.720000', '155417.180000', '155417.640000', '155418.100000', '155418.560000', '155419.020000', '155419.480000', '155419.940000', '155420.400000', '155420.860000', '155421.320000', '155421.780000', '155422.240000', '155422.700000', '155423.160000', '155423.620000', '155424.080000', '155424.540000', '155425.000000', '155425.460000', '155425.920000', '155426.380000', '155426.840000', '155427.300000', '155427.760000', '155428.220000', '155428.680000', '155429.140000', '155429.600000', '155430.060000', '155430.520000', '155430.980000', '155431.440000', '155431.900000', '155432.360000', '155432.820000', '155433.280000', '155433.740000', '155434.200000', '155434.660000', '155435.120000', '155435.580000', '155436.040000', '155436.500000', '155436.960000', '155437.420000', '155437.880000', '155438.340000', '155438.800000', '155439.260000', '155439.720000', '155440.180000', '155440.640000', '155441.100000', '155441.560000', '155442.020000', '155442.480000', '155442.940000', '155443.400000', '155443.860000', '155444.320000', '155444.780000', '155445.240000', '155445.700000', '155446.160000', '155446.620000', '155447.080000', '155447.540000', '155448.000000', '155448.460000', '155448.920000', '155449.380000', '155449.840000', '155450.300000', '155450.760000', '155451.220000', '155451.680000', '155452.140000', '155452.600000', '155453.060000', '155453.520000', '155453.980000', '155454.440000', '155454.900000', '155455.360000', '155455.820000', '155456.280000', '155456.740000', '155457.200000', '155457.660000', '155458.120000', '155458.580000', '155459.040000', '155459.500000', '155459.960000', '155500.420000', '155500.880000', '155501.340000', '155501.800000', '155502.260000', '155502.720000', '155503.180000', '155503.640000', '155504.100000', '155504.560000', '155505.020000', '155505.480000', '155505.940000', '155506.400000', '155506.860000', '155507.320000', '155507.780000', '155508.240000', '155508.700000', '155509.160000', '155509.620000', '155510.080000', '155510.540000', '155511.000000', '155511.460000', '155511.920000', '155512.380000', '155512.840000', '155513.300000', '155513.760000', '155514.220000', '155514.680000', '155515.140000', '155515.600000', '155516.060000', '155516.520000', '155516.980000', '155517.440000', '155517.900000', '155518.360000', '155518.820000', '155519.280000', '155519.740000', '155520.200000', '155520.660000', '155521.120000', '155521.580000', '155522.040000', '155522.500000', '155522.960000', '155523.420000', '155523.880000', '155524.340000', '155524.800000', '155525.260000', '155525.720000', '155526.180000', '155526.640000', '155527.100000', '155527.560000', '155528.020000', '155528.480000', '155528.940000', '155529.400000', '155529.860000', '155530.320000', '155530.780000', '155531.240000', '155531.700000', '155532.160000', '155532.620000', '155533.080000', '155533.540000', '155534.000000', '155534.460000', '155534.920000', '155535.380000', '155535.840000', '155536.300000', '155536.760000', '155537.220000', '155537.680000', '155538.140000', '155538.600000', '155539.060000', '155539.520000', '155539.980000', '155540.440000', '155540.900000', '155541.360000', '155541.820000', '155542.280000', '155542.740000', '155543.200000', '155543.660000', '155544.120000', '155544.580000', '155545.040000', '155545.500000', '155545.960000', '155546.420000', '155546.880000', '155547.340000', '155547.800000', '155548.260000', '155548.720000', '155549.180000', '155549.640000', '155550.100000', '155550.560000', '155551.020000', '155551.480000', '155551.940000', '155552.400000', '155552.860000', '155553.320000', '155553.780000', '155554.240000', '155554.700000', '155555.160000', '155555.620000', '155556.080000', '155556.540000', '155557.000000', '155557.460000', '155557.920000', '155558.380000', '155558.840000', '155559.300000', '155559.760000', '155600.220000', '155600.680000', '155601.140000', '155601.600000', '155602.060000', '155602.520000', '155602.980000', '155603.440000', '155603.900000', '155604.360000', '155604.820000'], 'ContentTime': ['154622.607000', '154622.610000', '154622.613000', '154622.616000', '154622.623000', '154622.625000', '154622.628000', '154622.631000', '154622.634000', '154622.637000', '154622.639000', '154622.642000', '154622.645000', '154622.648000', '154622.651000', '154622.653000', '154622.656000', '154622.659000', '154622.662000', '154622.669000', '154622.672000', '154622.675000', '154622.678000', '154622.681000', '154622.684000', '154622.686000', '154622.689000', '154622.692000', '154622.695000', '154622.698000', '154642.577000', '154642.601000', '154642.603000', '154642.606000', '154642.609000', '154642.612000', '154642.615000', '154642.617000', '154642.620000', '154642.623000', '154642.626000', '154642.629000', '154642.631000', '154642.634000', '154642.637000', '154642.640000', '154642.643000', '154642.645000', '154642.648000', '154642.651000', '154642.654000', '154642.657000', '154642.659000', '154642.662000', '154642.665000', '154642.668000', '154642.671000', '154642.674000', '154642.676000', '154642.679000', '154642.682000', '154642.685000', '154642.687000', '154642.690000', '154642.693000', '154642.696000', '154642.699000', '154642.701000', '154642.704000', '154642.707000', '154642.710000', '154642.713000', '154642.715000', '154702.578000', '154702.581000', '154702.583000', '154702.586000', '154702.589000', '154702.592000', '154702.595000', '154702.597000', '154702.600000', '154702.603000', '154702.606000', '154702.609000', '154702.612000', '154702.614000', '154702.617000', '154702.620000', '154702.623000', '154702.625000', '154702.628000', '154702.631000', '154702.634000', '154702.637000', '154702.639000', '154702.642000', '154702.645000', '154702.648000', '154702.651000', '154702.654000', '154702.657000', '154702.660000', '154702.663000', '154702.666000', '154702.668000', '154702.671000', '154702.674000', '154702.677000', '154702.679000', '154702.682000', '154702.685000', '154702.708000', '154702.711000', '154702.714000', '154702.717000', '154702.719000', '154722.578000', '154722.581000', '154722.584000', '154722.587000', '154722.590000', '154722.592000', '154722.595000', '154722.599000', '154722.604000', '154722.607000', '154722.610000', '154722.613000', '154722.616000', '154722.618000', '154722.621000', '154722.624000', '154722.627000', '154722.630000', '154722.632000', '154722.635000', '154722.638000', '154722.641000', '154722.643000', '154722.646000', '154722.649000', '154722.652000', '154722.655000', '154722.657000', '154722.660000', '154722.663000', '154722.666000', '154722.669000', '154722.671000', '154722.674000', '154722.677000', '154722.680000', '154722.683000', '154722.685000', '154722.688000', '154722.691000', '154722.694000', '154722.696000', '154722.699000', '154742.578000', '154742.581000', '154742.583000', '154742.586000', '154742.589000', '154742.592000', '154742.595000', '154742.597000', '154742.600000', '154742.603000', '154742.606000', '154742.609000', '154742.612000', '154742.614000', '154742.617000', '154742.620000', '154742.623000', '154742.626000', '154742.628000', '154742.631000', '154742.634000', '154742.637000', '154742.640000', '154742.643000', '154742.645000', '154742.648000', '154742.651000', '154742.654000', '154742.656000', '154742.659000', '154742.662000', '154742.665000', '154742.667000', '154742.670000', '154742.673000', '154742.676000', '154742.679000', '154742.681000', '154742.684000', '154742.687000', '154742.690000', '154742.692000', '154742.695000', '154742.698000', '154802.578000', '154802.581000', '154802.584000', '154802.586000', '154802.589000', '154802.592000', '154802.595000', '154802.598000', '154802.600000', '154802.603000', '154802.606000', '154802.609000', '154802.612000', '154802.615000', '154802.618000', '154802.623000', '154802.626000', '154802.629000', '154802.632000', '154802.635000', '154802.638000', '154802.640000', '154802.643000', '154802.646000', '154802.649000', '154802.652000', '154802.654000', '154802.657000', '154802.660000', '154802.663000', '154802.666000', '154802.669000', '154802.672000', '154802.675000', '154802.678000', '154802.680000', '154802.683000', '154802.686000', '154802.689000', '154802.692000', '154802.694000', '154802.697000', '154802.700000', '154822.578000', '154822.581000', '154822.584000', '154822.587000', '154822.589000', '154822.592000', '154822.595000', '154822.598000', '154822.601000', '154822.604000', '154822.606000', '154822.609000', '154822.612000', '154822.615000', '154822.618000', '154822.620000', '154822.623000', '154822.626000', '154822.629000', '154822.631000', '154822.634000', '154822.637000', '154822.640000', '154822.643000', '154822.646000', '154822.648000', '154822.651000', '154822.654000', '154822.657000', '154822.659000', '154822.662000', '154822.665000', '154822.668000', '154822.671000', '154822.673000', '154822.676000', '154822.679000', '154822.682000', '154822.685000', '154822.688000', '154822.690000', '154822.693000', '154822.696000', '154822.699000', '154842.578000', '154842.581000', '154842.584000', '154842.587000', '154842.589000', '154842.592000', '154842.595000', '154842.598000', '154842.601000', '154842.603000', '154842.606000', '154842.609000', '154842.612000', '154842.615000', '154842.618000', '154842.620000', '154842.623000', '154842.626000', '154842.629000', '154842.634000', '154842.638000', '154842.641000', '154842.643000', '154842.646000', '154842.649000', '154842.652000', '154842.655000', '154842.657000', '154842.660000', '154842.663000', '154842.666000', '154842.668000', '154842.671000', '154842.674000', '154842.686000', '154842.689000', '154842.692000', '154842.695000', '154842.697000', '154842.700000', '154842.703000', '154842.706000', '154842.709000', '154902.577000', '154902.580000', '154902.583000', '154902.585000', '154902.588000', '154902.591000', '154902.594000', '154902.597000', '154902.599000', '154902.602000', '154902.605000', '154902.608000', '154902.611000', '154902.613000', '154902.616000', '154902.619000', '154902.622000', '154902.625000', '154902.627000', '154902.630000', '154902.633000', '154902.636000', '154902.639000', '154902.641000', '154902.644000', '154902.647000', '154902.650000', '154902.652000', '154902.655000', '154902.658000', '154902.661000', '154902.664000', '154902.666000', '154902.669000', '154902.672000', '154902.675000', '154902.678000', '154902.681000', '154902.684000', '154902.687000', '154902.690000', '154902.693000', '154902.695000', '154902.698000', '154922.578000', '154922.581000', '154922.584000', '154922.587000', '154922.589000', '154922.592000', '154922.595000', '154922.598000', '154922.601000', '154922.603000', '154922.606000', '154922.609000', '154922.612000', '154922.615000', '154922.617000', '154922.620000', '154922.623000', '154922.626000', '154922.629000', '154922.632000', '154922.634000', '154922.637000', '154922.640000', '154922.643000', '154922.646000', '154922.649000', '154922.653000', '154922.656000', '154922.659000', '154922.662000', '154922.665000', '154922.667000', '154922.670000', '154922.673000', '154922.676000', '154922.679000', '154922.681000', '154922.684000', '154922.687000', '154922.690000', '154922.693000', '154922.695000', '154922.698000', '154942.578000', '154942.581000', '154942.584000', '154942.586000', '154942.589000', '154942.592000', '154942.595000', '154942.598000', '154942.600000', '154942.603000', '154942.606000', '154942.609000', '154942.612000', '154942.615000', '154942.617000', '154942.620000', '154942.623000', '154942.626000', '154942.629000', '154942.631000', '154942.634000', '154942.637000', '154942.640000', '154942.643000', '154942.646000', '154942.648000', '154942.651000', '154942.654000', '154942.657000', '154942.659000', '154942.662000', '154942.665000', '154942.668000', '154942.671000', '154942.673000', '154942.676000', '154942.679000', '154942.682000', '154942.685000', '154942.687000', '154942.690000', '154942.693000', '154942.696000', '154942.698000', '155002.578000', '155002.581000', '155002.584000', '155002.587000', '155002.589000', '155002.592000', '155002.595000', '155002.598000', '155002.601000', '155002.605000', '155002.607000', '155002.610000', '155002.613000', '155002.616000', '155002.619000', '155002.622000', '155002.625000', '155002.627000', '155002.630000', '155002.633000', '155002.636000', '155002.639000', '155002.641000', '155002.644000', '155002.647000', '155002.650000', '155002.653000', '155002.655000', '155002.658000', '155002.661000', '155002.664000', '155002.667000', '155002.670000', '155002.673000', '155002.676000', '155002.678000', '155002.681000', '155002.684000', '155002.687000', '155002.690000', '155002.693000', '155002.695000', '155002.698000', '155022.578000', '155022.581000', '155022.584000', '155022.587000', '155022.589000', '155022.592000', '155022.595000', '155022.598000', '155022.601000', '155022.603000', '155022.606000', '155022.609000', '155022.612000', '155022.615000', '155022.618000', '155022.620000', '155022.637000', '155022.640000', '155022.643000', '155022.645000', '155022.648000', '155022.651000', '155022.654000', '155022.656000', '155022.659000', '155022.662000', '155022.665000', '155022.668000', '155022.670000', '155022.673000', '155022.676000', '155022.679000', '155022.682000', '155022.685000', '155022.687000', '155022.690000', '155022.693000', '155022.696000', '155022.699000', '155022.701000', '155022.704000', '155022.707000', '155022.710000', '155022.713000', '155042.578000', '155042.581000', '155042.584000', '155042.586000', '155042.589000', '155042.592000', '155042.595000', '155042.598000', '155042.601000', '155042.603000', '155042.606000', '155042.609000', '155042.612000', '155042.615000', '155042.617000', '155042.620000', '155042.623000', '155042.626000', '155042.629000', '155042.632000', '155042.634000', '155042.637000', '155042.640000', '155042.643000', '155042.646000', '155042.648000', '155042.651000', '155042.654000', '155042.657000', '155042.660000', '155042.663000', '155042.665000', '155042.668000', '155042.671000', '155042.675000', '155042.680000', '155042.683000', '155042.686000', '155042.689000', '155042.691000', '155042.694000', '155042.697000', '155042.700000', '155102.578000', '155102.581000', '155102.584000', '155102.586000', '155102.589000', '155102.592000', '155102.595000', '155102.598000', '155102.600000', '155102.603000', '155102.606000', '155102.609000', '155102.612000', '155102.615000', '155102.617000', '155102.620000', '155102.623000', '155102.626000', '155102.629000', '155102.632000', '155102.634000', '155102.637000', '155102.640000', '155102.643000', '155102.646000', '155102.649000', '155102.651000', '155102.654000', '155102.657000', '155102.660000', '155102.663000', '155102.665000', '155102.668000', '155102.671000', '155102.674000', '155102.677000', '155102.679000', '155102.682000', '155102.685000', '155102.688000', '155102.691000', '155102.694000', '155102.696000', '155102.699000', '155122.577000', '155122.580000', '155122.583000', '155122.586000', '155122.588000', '155122.591000', '155122.594000', '155122.597000', '155122.600000', '155122.602000', '155122.605000', '155122.608000', '155122.611000', '155122.614000', '155122.617000', '155122.619000', '155122.622000', '155122.625000', '155122.628000', '155122.631000', '155122.633000', '155122.636000', '155122.641000', '155122.644000', '155122.646000', '155122.649000', '155122.652000', '155122.655000', '155122.658000', '155122.661000', '155122.663000', '155122.666000', '155122.669000', '155122.672000', '155122.675000', '155122.678000', '155122.680000', '155122.683000', '155122.686000', '155122.689000', '155122.692000', '155122.697000', '155122.700000', '155142.578000', '155142.581000', '155142.584000', '155142.587000', '155142.589000', '155142.592000', '155142.595000', '155142.598000', '155142.600000', '155142.603000', '155142.606000', '155142.609000', '155142.612000', '155142.615000', '155142.618000', '155142.620000', '155142.623000', '155142.626000', '155142.629000', '155142.632000', '155142.635000', '155142.637000', '155142.640000', '155142.643000', '155142.646000', '155142.649000', '155142.651000', '155142.654000', '155142.657000', '155142.660000', '155142.663000', '155142.665000', '155142.668000', '155142.671000', '155142.674000', '155142.676000', '155142.679000', '155142.682000', '155142.685000', '155142.688000', '155142.691000', '155142.708000', '155142.711000', '155142.714000', '155202.578000', '155202.581000', '155202.584000', '155202.587000', '155202.590000', '155202.592000', '155202.595000', '155202.598000', '155202.601000', '155202.604000', '155202.606000', '155202.609000', '155202.612000', '155202.615000', '155202.618000', '155202.621000', '155202.623000', '155202.626000', '155202.629000', '155202.632000', '155202.635000', '155202.638000', '155202.641000', '155202.643000', '155202.646000', '155202.649000', '155202.652000', '155202.655000', '155202.657000', '155202.660000', '155202.663000', '155202.666000', '155202.668000', '155202.671000', '155202.674000', '155202.677000', '155202.680000', '155202.683000', '155202.685000', '155202.688000', '155202.691000', '155202.694000', '155202.697000', '155222.578000', '155222.581000', '155222.584000', '155222.586000', '155222.589000', '155222.592000', '155222.595000', '155222.598000', '155222.601000', '155222.603000', '155222.606000', '155222.609000', '155222.612000', '155222.615000', '155222.618000', '155222.620000', '155222.623000', '155222.626000', '155222.629000', '155222.632000', '155222.634000', '155222.637000', '155222.640000', '155222.643000', '155222.646000', '155222.649000', '155222.651000', '155222.654000', '155222.657000', '155222.660000', '155222.663000', '155222.665000', '155222.668000', '155222.671000', '155222.674000', '155222.677000', '155222.679000', '155222.682000', '155222.685000', '155222.688000', '155222.691000', '155222.694000', '155222.696000', '155222.699000', '155242.578000', '155242.581000', '155242.584000', '155242.587000', '155242.589000', '155242.592000', '155242.595000', '155242.598000', '155242.601000', '155242.604000', '155242.606000', '155242.609000', '155242.612000', '155242.615000', '155242.618000', '155242.621000', '155242.623000', '155242.626000', '155242.629000', '155242.632000', '155242.635000', '155242.637000', '155242.640000', '155242.643000', '155242.646000', '155242.649000', '155242.651000', '155242.654000', '155242.657000', '155242.660000', '155242.663000', '155242.665000', '155242.668000', '155242.671000', '155242.674000', '155242.678000', '155242.681000', '155242.684000', '155242.687000', '155242.690000', '155242.693000', '155242.695000', '155242.698000', '155302.578000', '155302.587000', '155302.590000', '155302.593000', '155302.596000', '155302.599000', '155302.601000', '155302.604000', '155302.607000', '155302.610000', '155302.613000', '155302.615000', '155302.618000', '155302.621000', '155302.624000', '155302.627000', '155302.629000', '155302.632000', '155302.635000', '155302.638000', '155302.641000', '155302.644000', '155302.646000', '155302.649000', '155302.652000', '155302.655000', '155302.658000', '155302.660000', '155302.663000', '155302.666000', '155302.669000', '155302.672000', '155302.675000', '155302.677000', '155302.680000', '155302.683000', '155302.686000', '155302.689000', '155302.692000', '155302.694000', '155302.697000', '155302.700000', '155302.703000', '155302.705000', '155322.578000', '155322.581000', '155322.584000', '155322.587000', '155322.589000', '155322.592000', '155322.595000', '155322.598000', '155322.601000', '155322.604000', '155322.607000', '155322.609000', '155322.612000', '155322.615000', '155322.618000', '155322.621000', '155322.624000', '155322.626000', '155322.629000', '155322.632000', '155322.635000', '155322.638000', '155322.640000', '155322.643000', '155322.646000', '155322.649000', '155322.652000', '155322.654000', '155322.657000', '155322.660000', '155322.663000', '155322.666000', '155322.669000', '155322.671000', '155322.674000', '155322.677000', '155322.680000', '155322.683000', '155322.685000', '155322.688000', '155322.691000', '155322.694000', '155322.697000', '155342.577000', '155342.580000', '155342.583000', '155342.586000', '155342.588000', '155342.591000', '155342.594000', '155342.597000', '155342.600000', '155342.603000', '155342.605000', '155342.608000', '155342.611000', '155342.614000', '155342.617000', '155342.620000', '155342.622000', '155342.625000', '155342.628000', '155342.631000', '155342.634000', '155342.637000', '155342.640000', '155342.642000', '155342.645000', '155342.648000', '155342.651000', '155342.654000', '155342.656000', '155342.659000', '155342.662000', '155342.665000', '155342.667000', '155342.670000', '155342.673000', '155342.676000', '155342.679000', '155342.682000', '155342.684000', '155342.687000', '155342.690000', '155342.693000', '155342.696000', '155342.699000', '155402.578000', '155402.581000', '155402.584000', '155402.587000', '155402.590000', '155402.593000', '155402.596000', '155402.599000', '155402.601000', '155402.604000', '155402.607000', '155402.610000', '155402.613000', '155402.616000', '155402.619000', '155402.622000', '155402.624000', '155402.627000', '155402.630000', '155402.633000', '155402.636000', '155402.639000', '155402.642000', '155402.644000', '155402.647000', '155402.650000', '155402.653000', '155402.656000', '155402.659000', '155402.661000', '155402.664000', '155402.667000', '155402.670000', '155402.673000', '155402.676000', '155402.678000', '155402.681000', '155402.684000', '155402.687000', '155402.690000', '155402.693000', '155402.696000', '155402.698000', '155422.578000', '155422.581000', '155422.584000', '155422.587000', '155422.589000', '155422.592000', '155422.595000', '155422.598000', '155422.601000', '155422.603000', '155422.606000', '155422.609000', '155422.612000', '155422.615000', '155422.617000', '155422.620000', '155422.623000', '155422.626000', '155422.629000', '155422.631000', '155422.634000', '155422.637000', '155422.640000', '155422.643000', '155422.646000', '155422.649000', '155422.651000', '155422.654000', '155422.657000', '155422.660000', '155422.663000', '155422.666000', '155422.668000', '155422.671000', '155422.674000', '155422.677000', '155422.681000', '155422.684000', '155422.686000', '155422.689000', '155422.692000', '155422.695000', '155422.698000', '155422.700000', '155442.578000', '155442.581000', '155442.584000', '155442.587000', '155442.590000', '155442.592000', '155442.595000', '155442.598000', '155442.601000', '155442.604000', '155442.607000', '155442.609000', '155442.612000', '155442.615000', '155442.618000', '155442.620000', '155442.623000', '155442.626000', '155442.629000', '155442.632000', '155442.634000', '155442.637000', '155442.640000', '155442.643000', '155442.646000', '155442.649000', '155442.651000', '155442.654000', '155442.657000', '155442.660000', '155442.663000', '155442.666000', '155442.668000', '155442.671000', '155442.674000', '155442.677000', '155442.680000', '155442.682000', '155442.685000', '155442.688000', '155442.691000', '155442.693000', '155442.696000', '155502.578000', '155502.582000', '155502.585000', '155502.588000', '155502.597000', '155502.600000', '155502.603000', '155502.605000', '155502.608000', '155502.611000', '155502.614000', '155502.616000', '155502.619000', '155502.622000', '155502.625000', '155502.628000', '155502.630000', '155502.633000', '155502.636000', '155502.639000', '155502.642000', '155502.645000', '155502.647000', '155502.650000', '155502.653000', '155502.656000', '155502.659000', '155502.661000', '155502.664000', '155502.667000', '155502.670000', '155502.673000', '155502.675000', '155502.678000', '155502.681000', '155502.684000', '155502.687000', '155502.689000', '155502.692000', '155502.695000', '155502.698000', '155502.701000', '155502.703000', '155522.578000', '155522.581000', '155522.584000', '155522.587000', '155522.589000', '155522.592000', '155522.595000', '155522.598000', '155522.601000', '155522.604000', '155522.606000', '155522.609000', '155522.612000', '155522.615000', '155522.617000', '155522.620000', '155522.623000', '155522.626000', '155522.629000', '155522.632000', '155522.635000', '155522.637000', '155522.640000', '155522.643000', '155522.646000', '155522.649000', '155522.652000', '155522.654000', '155522.657000', '155522.660000', '155522.663000', '155522.665000', '155522.668000', '155522.671000', '155522.674000', '155522.677000', '155522.680000', '155522.682000', '155522.685000', '155522.688000', '155522.691000', '155522.694000', '155522.696000', '155522.699000', '155542.578000', '155542.581000', '155542.584000', '155542.588000', '155542.591000', '155542.594000', '155542.597000', '155542.600000', '155542.603000', '155542.606000', '155542.609000', '155542.611000', '155542.614000', '155542.617000', '155542.620000', '155542.622000', '155542.625000', '155542.628000', '155542.631000', '155542.634000', '155542.637000', '155542.639000', '155542.642000', '155542.645000', '155542.648000', '155542.650000', '155542.653000', '155542.656000', '155542.659000', '155542.662000', '155542.665000', '155542.667000', '155542.670000', '155542.673000', '155542.676000', '155542.679000', '155542.682000', '155542.684000', '155542.687000', '155542.690000', '155542.693000', '155542.696000', '155542.698000', '155602.577000', '155602.580000', '155602.583000', '155602.586000', '155602.589000', '155602.591000', '155602.594000', '155602.597000', '155602.600000', '155602.603000', '155602.605000', '155602.608000', '155602.611000', '155602.614000', '155602.617000', '155602.619000', '155602.622000', '155602.625000', '155602.628000', '155602.631000', '155602.634000', '155602.637000', '155602.640000', '155602.642000', '155602.645000', '155602.648000', '155602.651000', '155602.654000', '155602.656000', '155602.659000', '155602.662000', '155602.665000', '155602.668000', '155602.671000', '155602.673000', '155602.676000', '155602.679000', '155602.682000', '155602.685000', '155602.687000', '155602.690000', '155602.693000', '155602.696000', '155602.699000', '155605.651000', '155605.654000', '155605.657000', '155605.660000', '155605.663000', '155605.666000', '155605.669000'], 'InstanceCreationTime': ['154622.607000', '154622.610000', '154622.613000', '154622.616000', '154622.623000', '154622.625000', '154622.628000', '154622.631000', '154622.634000', '154622.637000', '154622.639000', '154622.642000', '154622.645000', '154622.648000', '154622.651000', '154622.653000', '154622.656000', '154622.659000', '154622.662000', '154622.669000', '154622.672000', '154622.675000', '154622.678000', '154622.681000', '154622.684000', '154622.686000', '154622.689000', '154622.692000', '154622.695000', '154622.698000', '154642.577000', '154642.601000', '154642.603000', '154642.606000', '154642.609000', '154642.612000', '154642.615000', '154642.617000', '154642.620000', '154642.623000', '154642.626000', '154642.629000', '154642.631000', '154642.634000', '154642.637000', '154642.640000', '154642.643000', '154642.645000', '154642.648000', '154642.651000', '154642.654000', '154642.657000', '154642.659000', '154642.662000', '154642.665000', '154642.668000', '154642.671000', '154642.674000', '154642.676000', '154642.679000', '154642.682000', '154642.685000', '154642.687000', '154642.690000', '154642.693000', '154642.696000', '154642.699000', '154642.701000', '154642.704000', '154642.707000', '154642.710000', '154642.713000', '154642.715000', '154702.578000', '154702.581000', '154702.583000', '154702.586000', '154702.589000', '154702.592000', '154702.595000', '154702.597000', '154702.600000', '154702.603000', '154702.606000', '154702.609000', '154702.612000', '154702.614000', '154702.617000', '154702.620000', '154702.623000', '154702.625000', '154702.628000', '154702.631000', '154702.634000', '154702.637000', '154702.639000', '154702.642000', '154702.645000', '154702.648000', '154702.651000', '154702.654000', '154702.657000', '154702.660000', '154702.663000', '154702.666000', '154702.668000', '154702.671000', '154702.674000', '154702.677000', '154702.679000', '154702.682000', '154702.685000', '154702.708000', '154702.711000', '154702.714000', '154702.717000', '154702.719000', '154722.578000', '154722.581000', '154722.584000', '154722.587000', '154722.590000', '154722.592000', '154722.595000', '154722.599000', '154722.604000', '154722.607000', '154722.610000', '154722.613000', '154722.616000', '154722.618000', '154722.621000', '154722.624000', '154722.627000', '154722.630000', '154722.632000', '154722.635000', '154722.638000', '154722.641000', '154722.643000', '154722.646000', '154722.649000', '154722.652000', '154722.655000', '154722.657000', '154722.660000', '154722.663000', '154722.666000', '154722.669000', '154722.671000', '154722.674000', '154722.677000', '154722.680000', '154722.683000', '154722.685000', '154722.688000', '154722.691000', '154722.694000', '154722.696000', '154722.699000', '154742.578000', '154742.581000', '154742.583000', '154742.586000', '154742.589000', '154742.592000', '154742.595000', '154742.597000', '154742.600000', '154742.603000', '154742.606000', '154742.609000', '154742.612000', '154742.614000', '154742.617000', '154742.620000', '154742.623000', '154742.626000', '154742.628000', '154742.631000', '154742.634000', '154742.637000', '154742.640000', '154742.643000', '154742.645000', '154742.648000', '154742.651000', '154742.654000', '154742.656000', '154742.659000', '154742.662000', '154742.665000', '154742.667000', '154742.670000', '154742.673000', '154742.676000', '154742.679000', '154742.681000', '154742.684000', '154742.687000', '154742.690000', '154742.692000', '154742.695000', '154742.698000', '154802.578000', '154802.581000', '154802.584000', '154802.586000', '154802.589000', '154802.592000', '154802.595000', '154802.598000', '154802.600000', '154802.603000', '154802.606000', '154802.609000', '154802.612000', '154802.615000', '154802.618000', '154802.623000', '154802.626000', '154802.629000', '154802.632000', '154802.635000', '154802.638000', '154802.640000', '154802.643000', '154802.646000', '154802.649000', '154802.652000', '154802.654000', '154802.657000', '154802.660000', '154802.663000', '154802.666000', '154802.669000', '154802.672000', '154802.675000', '154802.678000', '154802.680000', '154802.683000', '154802.686000', '154802.689000', '154802.692000', '154802.694000', '154802.697000', '154802.700000', '154822.578000', '154822.581000', '154822.584000', '154822.587000', '154822.589000', '154822.592000', '154822.595000', '154822.598000', '154822.601000', '154822.604000', '154822.606000', '154822.609000', '154822.612000', '154822.615000', '154822.618000', '154822.620000', '154822.623000', '154822.626000', '154822.629000', '154822.631000', '154822.634000', '154822.637000', '154822.640000', '154822.643000', '154822.646000', '154822.648000', '154822.651000', '154822.654000', '154822.657000', '154822.659000', '154822.662000', '154822.665000', '154822.668000', '154822.671000', '154822.673000', '154822.676000', '154822.679000', '154822.682000', '154822.685000', '154822.688000', '154822.690000', '154822.693000', '154822.696000', '154822.699000', '154842.578000', '154842.581000', '154842.584000', '154842.587000', '154842.589000', '154842.592000', '154842.595000', '154842.598000', '154842.601000', '154842.603000', '154842.606000', '154842.609000', '154842.612000', '154842.615000', '154842.618000', '154842.620000', '154842.623000', '154842.626000', '154842.629000', '154842.634000', '154842.638000', '154842.641000', '154842.643000', '154842.646000', '154842.649000', '154842.652000', '154842.655000', '154842.657000', '154842.660000', '154842.663000', '154842.666000', '154842.668000', '154842.671000', '154842.674000', '154842.686000', '154842.689000', '154842.692000', '154842.695000', '154842.697000', '154842.700000', '154842.703000', '154842.706000', '154842.709000', '154902.577000', '154902.580000', '154902.583000', '154902.585000', '154902.588000', '154902.591000', '154902.594000', '154902.597000', '154902.599000', '154902.602000', '154902.605000', '154902.608000', '154902.611000', '154902.613000', '154902.616000', '154902.619000', '154902.622000', '154902.625000', '154902.627000', '154902.630000', '154902.633000', '154902.636000', '154902.639000', '154902.641000', '154902.644000', '154902.647000', '154902.650000', '154902.652000', '154902.655000', '154902.658000', '154902.661000', '154902.664000', '154902.666000', '154902.669000', '154902.672000', '154902.675000', '154902.678000', '154902.681000', '154902.684000', '154902.687000', '154902.690000', '154902.693000', '154902.695000', '154902.698000', '154922.578000', '154922.581000', '154922.584000', '154922.587000', '154922.589000', '154922.592000', '154922.595000', '154922.598000', '154922.601000', '154922.603000', '154922.606000', '154922.609000', '154922.612000', '154922.615000', '154922.617000', '154922.620000', '154922.623000', '154922.626000', '154922.629000', '154922.632000', '154922.634000', '154922.637000', '154922.640000', '154922.643000', '154922.646000', '154922.649000', '154922.653000', '154922.656000', '154922.659000', '154922.662000', '154922.665000', '154922.667000', '154922.670000', '154922.673000', '154922.676000', '154922.679000', '154922.681000', '154922.684000', '154922.687000', '154922.690000', '154922.693000', '154922.695000', '154922.698000', '154942.578000', '154942.581000', '154942.584000', '154942.586000', '154942.589000', '154942.592000', '154942.595000', '154942.598000', '154942.600000', '154942.603000', '154942.606000', '154942.609000', '154942.612000', '154942.615000', '154942.617000', '154942.620000', '154942.623000', '154942.626000', '154942.629000', '154942.631000', '154942.634000', '154942.637000', '154942.640000', '154942.643000', '154942.646000', '154942.648000', '154942.651000', '154942.654000', '154942.657000', '154942.659000', '154942.662000', '154942.665000', '154942.668000', '154942.671000', '154942.673000', '154942.676000', '154942.679000', '154942.682000', '154942.685000', '154942.687000', '154942.690000', '154942.693000', '154942.696000', '154942.698000', '155002.578000', '155002.581000', '155002.584000', '155002.587000', '155002.589000', '155002.592000', '155002.595000', '155002.598000', '155002.601000', '155002.605000', '155002.607000', '155002.610000', '155002.613000', '155002.616000', '155002.619000', '155002.622000', '155002.625000', '155002.627000', '155002.630000', '155002.633000', '155002.636000', '155002.639000', '155002.641000', '155002.644000', '155002.647000', '155002.650000', '155002.653000', '155002.655000', '155002.658000', '155002.661000', '155002.664000', '155002.667000', '155002.670000', '155002.673000', '155002.676000', '155002.678000', '155002.681000', '155002.684000', '155002.687000', '155002.690000', '155002.693000', '155002.695000', '155002.698000', '155022.578000', '155022.581000', '155022.584000', '155022.587000', '155022.589000', '155022.592000', '155022.595000', '155022.598000', '155022.601000', '155022.603000', '155022.606000', '155022.609000', '155022.612000', '155022.615000', '155022.618000', '155022.620000', '155022.637000', '155022.640000', '155022.643000', '155022.645000', '155022.648000', '155022.651000', '155022.654000', '155022.656000', '155022.659000', '155022.662000', '155022.665000', '155022.668000', '155022.670000', '155022.673000', '155022.676000', '155022.679000', '155022.682000', '155022.685000', '155022.687000', '155022.690000', '155022.693000', '155022.696000', '155022.699000', '155022.701000', '155022.704000', '155022.707000', '155022.710000', '155022.713000', '155042.578000', '155042.581000', '155042.584000', '155042.586000', '155042.589000', '155042.592000', '155042.595000', '155042.598000', '155042.601000', '155042.603000', '155042.606000', '155042.609000', '155042.612000', '155042.615000', '155042.617000', '155042.620000', '155042.623000', '155042.626000', '155042.629000', '155042.632000', '155042.634000', '155042.637000', '155042.640000', '155042.643000', '155042.646000', '155042.648000', '155042.651000', '155042.654000', '155042.657000', '155042.660000', '155042.663000', '155042.665000', '155042.668000', '155042.671000', '155042.675000', '155042.680000', '155042.683000', '155042.686000', '155042.689000', '155042.691000', '155042.694000', '155042.697000', '155042.700000', '155102.578000', '155102.581000', '155102.584000', '155102.586000', '155102.589000', '155102.592000', '155102.595000', '155102.598000', '155102.600000', '155102.603000', '155102.606000', '155102.609000', '155102.612000', '155102.615000', '155102.617000', '155102.620000', '155102.623000', '155102.626000', '155102.629000', '155102.632000', '155102.634000', '155102.637000', '155102.640000', '155102.643000', '155102.646000', '155102.649000', '155102.651000', '155102.654000', '155102.657000', '155102.660000', '155102.663000', '155102.665000', '155102.668000', '155102.671000', '155102.674000', '155102.677000', '155102.679000', '155102.682000', '155102.685000', '155102.688000', '155102.691000', '155102.694000', '155102.696000', '155102.699000', '155122.577000', '155122.580000', '155122.583000', '155122.586000', '155122.588000', '155122.591000', '155122.594000', '155122.597000', '155122.600000', '155122.602000', '155122.605000', '155122.608000', '155122.611000', '155122.614000', '155122.617000', '155122.619000', '155122.622000', '155122.625000', '155122.628000', '155122.631000', '155122.633000', '155122.636000', '155122.641000', '155122.644000', '155122.646000', '155122.649000', '155122.652000', '155122.655000', '155122.658000', '155122.661000', '155122.663000', '155122.666000', '155122.669000', '155122.672000', '155122.675000', '155122.678000', '155122.680000', '155122.683000', '155122.686000', '155122.689000', '155122.692000', '155122.697000', '155122.700000', '155142.578000', '155142.581000', '155142.584000', '155142.587000', '155142.589000', '155142.592000', '155142.595000', '155142.598000', '155142.600000', '155142.603000', '155142.606000', '155142.609000', '155142.612000', '155142.615000', '155142.618000', '155142.620000', '155142.623000', '155142.626000', '155142.629000', '155142.632000', '155142.635000', '155142.637000', '155142.640000', '155142.643000', '155142.646000', '155142.649000', '155142.651000', '155142.654000', '155142.657000', '155142.660000', '155142.663000', '155142.665000', '155142.668000', '155142.671000', '155142.674000', '155142.676000', '155142.679000', '155142.682000', '155142.685000', '155142.688000', '155142.691000', '155142.708000', '155142.711000', '155142.714000', '155202.578000', '155202.581000', '155202.584000', '155202.587000', '155202.590000', '155202.592000', '155202.595000', '155202.598000', '155202.601000', '155202.604000', '155202.606000', '155202.609000', '155202.612000', '155202.615000', '155202.618000', '155202.621000', '155202.623000', '155202.626000', '155202.629000', '155202.632000', '155202.635000', '155202.638000', '155202.641000', '155202.643000', '155202.646000', '155202.649000', '155202.652000', '155202.655000', '155202.657000', '155202.660000', '155202.663000', '155202.666000', '155202.668000', '155202.671000', '155202.674000', '155202.677000', '155202.680000', '155202.683000', '155202.685000', '155202.688000', '155202.691000', '155202.694000', '155202.697000', '155222.578000', '155222.581000', '155222.584000', '155222.586000', '155222.589000', '155222.592000', '155222.595000', '155222.598000', '155222.601000', '155222.603000', '155222.606000', '155222.609000', '155222.612000', '155222.615000', '155222.618000', '155222.620000', '155222.623000', '155222.626000', '155222.629000', '155222.632000', '155222.634000', '155222.637000', '155222.640000', '155222.643000', '155222.646000', '155222.649000', '155222.651000', '155222.654000', '155222.657000', '155222.660000', '155222.663000', '155222.665000', '155222.668000', '155222.671000', '155222.674000', '155222.677000', '155222.679000', '155222.682000', '155222.685000', '155222.688000', '155222.691000', '155222.694000', '155222.696000', '155222.699000', '155242.578000', '155242.581000', '155242.584000', '155242.587000', '155242.589000', '155242.592000', '155242.595000', '155242.598000', '155242.601000', '155242.604000', '155242.606000', '155242.609000', '155242.612000', '155242.615000', '155242.618000', '155242.621000', '155242.623000', '155242.626000', '155242.629000', '155242.632000', '155242.635000', '155242.637000', '155242.640000', '155242.643000', '155242.646000', '155242.649000', '155242.651000', '155242.654000', '155242.657000', '155242.660000', '155242.663000', '155242.665000', '155242.668000', '155242.671000', '155242.674000', '155242.678000', '155242.681000', '155242.684000', '155242.687000', '155242.690000', '155242.693000', '155242.695000', '155242.698000', '155302.578000', '155302.587000', '155302.590000', '155302.593000', '155302.596000', '155302.599000', '155302.601000', '155302.604000', '155302.607000', '155302.610000', '155302.613000', '155302.615000', '155302.618000', '155302.621000', '155302.624000', '155302.627000', '155302.629000', '155302.632000', '155302.635000', '155302.638000', '155302.641000', '155302.644000', '155302.646000', '155302.649000', '155302.652000', '155302.655000', '155302.658000', '155302.660000', '155302.663000', '155302.666000', '155302.669000', '155302.672000', '155302.675000', '155302.677000', '155302.680000', '155302.683000', '155302.686000', '155302.689000', '155302.692000', '155302.694000', '155302.697000', '155302.700000', '155302.703000', '155302.705000', '155322.578000', '155322.581000', '155322.584000', '155322.587000', '155322.589000', '155322.592000', '155322.595000', '155322.598000', '155322.601000', '155322.604000', '155322.607000', '155322.609000', '155322.612000', '155322.615000', '155322.618000', '155322.621000', '155322.624000', '155322.626000', '155322.629000', '155322.632000', '155322.635000', '155322.638000', '155322.640000', '155322.643000', '155322.646000', '155322.649000', '155322.652000', '155322.654000', '155322.657000', '155322.660000', '155322.663000', '155322.666000', '155322.669000', '155322.671000', '155322.674000', '155322.677000', '155322.680000', '155322.683000', '155322.685000', '155322.688000', '155322.691000', '155322.694000', '155322.697000', '155342.577000', '155342.580000', '155342.583000', '155342.586000', '155342.588000', '155342.591000', '155342.594000', '155342.597000', '155342.600000', '155342.603000', '155342.605000', '155342.608000', '155342.611000', '155342.614000', '155342.617000', '155342.620000', '155342.622000', '155342.625000', '155342.628000', '155342.631000', '155342.634000', '155342.637000', '155342.640000', '155342.642000', '155342.645000', '155342.648000', '155342.651000', '155342.654000', '155342.656000', '155342.659000', '155342.662000', '155342.665000', '155342.667000', '155342.670000', '155342.673000', '155342.676000', '155342.679000', '155342.682000', '155342.684000', '155342.687000', '155342.690000', '155342.693000', '155342.696000', '155342.699000', '155402.578000', '155402.581000', '155402.584000', '155402.587000', '155402.590000', '155402.593000', '155402.596000', '155402.599000', '155402.601000', '155402.604000', '155402.607000', '155402.610000', '155402.613000', '155402.616000', '155402.619000', '155402.622000', '155402.624000', '155402.627000', '155402.630000', '155402.633000', '155402.636000', '155402.639000', '155402.642000', '155402.644000', '155402.647000', '155402.650000', '155402.653000', '155402.656000', '155402.659000', '155402.661000', '155402.664000', '155402.667000', '155402.670000', '155402.673000', '155402.676000', '155402.678000', '155402.681000', '155402.684000', '155402.687000', '155402.690000', '155402.693000', '155402.696000', '155402.698000', '155422.578000', '155422.581000', '155422.584000', '155422.587000', '155422.589000', '155422.592000', '155422.595000', '155422.598000', '155422.601000', '155422.603000', '155422.606000', '155422.609000', '155422.612000', '155422.615000', '155422.617000', '155422.620000', '155422.623000', '155422.626000', '155422.629000', '155422.631000', '155422.634000', '155422.637000', '155422.640000', '155422.643000', '155422.646000', '155422.649000', '155422.651000', '155422.654000', '155422.657000', '155422.660000', '155422.663000', '155422.666000', '155422.668000', '155422.671000', '155422.674000', '155422.677000', '155422.681000', '155422.684000', '155422.686000', '155422.689000', '155422.692000', '155422.695000', '155422.698000', '155422.700000', '155442.578000', '155442.581000', '155442.584000', '155442.587000', '155442.590000', '155442.592000', '155442.595000', '155442.598000', '155442.601000', '155442.604000', '155442.607000', '155442.609000', '155442.612000', '155442.615000', '155442.618000', '155442.620000', '155442.623000', '155442.626000', '155442.629000', '155442.632000', '155442.634000', '155442.637000', '155442.640000', '155442.643000', '155442.646000', '155442.649000', '155442.651000', '155442.654000', '155442.657000', '155442.660000', '155442.663000', '155442.666000', '155442.668000', '155442.671000', '155442.674000', '155442.677000', '155442.680000', '155442.682000', '155442.685000', '155442.688000', '155442.691000', '155442.693000', '155442.696000', '155502.578000', '155502.582000', '155502.585000', '155502.588000', '155502.597000', '155502.600000', '155502.603000', '155502.605000', '155502.608000', '155502.611000', '155502.614000', '155502.616000', '155502.619000', '155502.622000', '155502.625000', '155502.628000', '155502.630000', '155502.633000', '155502.636000', '155502.639000', '155502.642000', '155502.645000', '155502.647000', '155502.650000', '155502.653000', '155502.656000', '155502.659000', '155502.661000', '155502.664000', '155502.667000', '155502.670000', '155502.673000', '155502.675000', '155502.678000', '155502.681000', '155502.684000', '155502.687000', '155502.689000', '155502.692000', '155502.695000', '155502.698000', '155502.701000', '155502.703000', '155522.578000', '155522.581000', '155522.584000', '155522.587000', '155522.589000', '155522.592000', '155522.595000', '155522.598000', '155522.601000', '155522.604000', '155522.606000', '155522.609000', '155522.612000', '155522.615000', '155522.617000', '155522.620000', '155522.623000', '155522.626000', '155522.629000', '155522.632000', '155522.635000', '155522.637000', '155522.640000', '155522.643000', '155522.646000', '155522.649000', '155522.652000', '155522.654000', '155522.657000', '155522.660000', '155522.663000', '155522.665000', '155522.668000', '155522.671000', '155522.674000', '155522.677000', '155522.680000', '155522.682000', '155522.685000', '155522.688000', '155522.691000', '155522.694000', '155522.696000', '155522.699000', '155542.578000', '155542.581000', '155542.584000', '155542.588000', '155542.591000', '155542.594000', '155542.597000', '155542.600000', '155542.603000', '155542.606000', '155542.609000', '155542.611000', '155542.614000', '155542.617000', '155542.620000', '155542.622000', '155542.625000', '155542.628000', '155542.631000', '155542.634000', '155542.637000', '155542.639000', '155542.642000', '155542.645000', '155542.648000', '155542.650000', '155542.653000', '155542.656000', '155542.659000', '155542.662000', '155542.665000', '155542.667000', '155542.670000', '155542.673000', '155542.676000', '155542.679000', '155542.682000', '155542.684000', '155542.687000', '155542.690000', '155542.693000', '155542.696000', '155542.698000', '155602.577000', '155602.580000', '155602.583000', '155602.586000', '155602.589000', '155602.591000', '155602.594000', '155602.597000', '155602.600000', '155602.603000', '155602.605000', '155602.608000', '155602.611000', '155602.614000', '155602.617000', '155602.619000', '155602.622000', '155602.625000', '155602.628000', '155602.631000', '155602.634000', '155602.637000', '155602.640000', '155602.642000', '155602.645000', '155602.648000', '155602.651000', '155602.654000', '155602.656000', '155602.659000', '155602.662000', '155602.665000', '155602.668000', '155602.671000', '155602.673000', '155602.676000', '155602.679000', '155602.682000', '155602.685000', '155602.687000', '155602.690000', '155602.693000', '155602.696000', '155602.699000', '155605.651000', '155605.654000', '155605.657000', '155605.660000', '155605.663000', '155605.666000', '155605.669000'], '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], 'LargestImagePixelValue': [9838, 9586, 8733, 9460, 7430, 10424, 7096, 9780, 7918, 8320, 7460, 7375, 10354, 7144, 9594, 7402, 8592, 7656, 7655, 7734, 7265, 10519, 7179, 10174, 7181, 8234, 7404, 7240, 8269, 7115, 9532, 6962, 7614, 7082, 8227, 7467, 8906, 7975, 8065, 8920, 7155, 9467, 6829, 9550, 7447, 8022, 7393, 8430, 7718, 7111, 10089, 7144, 9491, 6961, 9692, 7497, 9788, 7856, 8642, 9621, 7159, 10453, 7335, 9861, 7080, 9088, 7403, 9101, 7689, 8914, 9176, 7777, 10440, 7169, 9764, 7319, 9333, 7385, 10520, 7628, 8820, 7907, 8591, 10159, 7448, 10817, 7038, 9645, 7624, 9156, 7890, 7606, 10822, 7458, 10459, 7366, 8901, 7455, 7917, 8542, 7839, 7622, 8408, 7743, 7385, 7523, 8214, 9093, 11056, 8139, 10581, 8250, 10152, 7829, 9842, 9741, 9538, 11681, 7756, 10928, 7664, 10595, 7840, 9867, 8924, 8203, 11328, 7515, 10678, 7730, 8249, 9823, 7419, 10845, 7565, 9110, 8040, 7750, 10739, 7679, 9656, 8038, 7492, 10681, 7613, 9903, 8214, 8296, 10395, 7946, 10412, 8101, 9056, 8748, 8036, 10274, 8106, 9633, 9019, 8000, 9976, 8152, 8888, 8108, 9582, 10974, 8132, 10054, 8258, 9501, 8516, 7805, 10236, 8068, 9087, 7971, 8004, 8458, 7876, 9922, 8249, 10250, 8234, 9462, 8654, 8099, 10534, 7885, 10691, 8504, 9058, 11041, 8189, 9496, 8075, 8575, 10223, 7951, 9723, 8114, 8704, 8349, 8588, 10529, 7942, 10016, 7995, 9533, 8147, 10039, 11073, 7916, 10228, 7836, 10258, 7567, 10544, 8868, 9199, 10751, 7831, 11179, 7532, 10620, 8338, 9358, 11804, 7756, 10959, 7618, 10423, 8368, 8584, 11594, 8028, 10654, 8155, 9047, 8845, 8091, 10475, 7991, 10274, 8237, 8815, 11578, 7973, 10364, 7721, 9601, 9530, 7799, 10410, 7789, 9969, 8269, 8483, 9275, 8041, 10747, 7855, 10015, 8231, 8219, 10056, 8090, 10830, 7814, 9750, 8104, 7877, 8855, 7992, 10357, 8100, 9731, 8014, 8817, 8451, 8389, 11011, 8085, 10540, 8118, 9733, 7941, 8701, 8731, 8024, 10807, 8027, 10398, 7791, 9677, 8196, 8336, 8048, 8567, 7608, 9496, 7738, 9879, 8139, 10779, 8841, 10978, 7998, 10917, 8979, 10035, 12019, 8806, 11050, 7896, 10674, 7952, 9026, 7773, 8942, 8421, 8154, 10327, 7877, 10090, 7878, 10202, 7805, 10269, 8185, 9451, 8239, 8579, 10061, 7724, 11056, 7840, 10179, 8248, 8625, 9311, 7758, 10735, 7891, 9797, 7759, 8756, 8177, 7935, 10657, 7789, 10428, 7557, 10192, 7987, 8823, 8328, 7939, 10589, 7687, 10200, 7692, 9107, 8046, 8190, 11157, 7672, 10483, 7980, 9713, 8148, 7814, 10521, 8034, 10515, 7900, 9289, 8308, 7857, 10597, 8006, 10508, 7701, 10098, 8331, 8385, 10869, 7967, 10891, 8247, 9360, 8514, 7805, 9902, 7948, 9822, 8204, 8331, 8697, 7931, 9876, 7850, 9722, 7956, 8914, 8214, 8282, 8624, 7857, 10672, 7781, 10315, 7712, 9959, 8026, 9814, 9040, 8412, 8549, 7932, 10562, 8008, 10620, 8439, 9790, 8473, 8132, 10743, 7890, 10592, 7921, 9817, 8422, 8530, 10999, 7872, 10768, 8084, 9910, 8645, 7987, 11052, 7968, 9824, 8096, 8981, 8464, 7887, 9848, 7754, 9593, 8123, 9147, 8358, 8368, 8568, 7874, 10390, 7924, 10223, 7898, 9838, 8255, 8971, 8656, 8104, 10564, 7928, 10513, 7997, 10036, 8135, 8890, 8648, 8352, 8976, 7921, 9490, 8092, 9826, 8117, 9600, 8450, 8675, 8770, 7966, 9905, 8037, 9475, 8130, 8605, 8353, 7718, 8873, 7780, 9530, 8167, 9326, 7553, 8916, 8140, 8127, 8625, 8082, 8893, 7991, 9040, 8037, 9873, 8093, 10923, 9054, 9478, 8985, 8603, 9719, 8038, 10363, 8905, 8717, 11543, 7922, 11055, 7773, 10757, 8027, 10237, 7894, 8965, 10723, 12829, 10222, 12001, 8577, 11842, 8043, 11515, 8387, 11049, 8372, 9442, 8691, 7952, 10673, 7916, 10242, 8259, 9671, 8324, 7946, 8300, 8073, 8348, 7838, 10706, 7570, 10297, 7611, 9574, 7843, 9063, 8196, 10430, 10887, 7797, 10696, 8593, 9331, 8612, 7626, 10137, 7855, 8517, 8278, 8126, 9270, 7619, 10034, 7892, 8076, 8392, 7667, 10329, 7793, 8689, 8095, 7756, 8596, 7902, 9651, 8035, 8654, 7825, 8368, 8343, 7570, 8866, 7890, 8796, 7769, 9166, 7857, 9689, 8285, 9533, 8531, 8640, 9053, 8026, 10320, 8265, 10030, 8082, 8941, 7935, 9175, 8138, 9462, 8143, 8930, 8106, 8872, 8354, 9414, 8993, 8436, 10152, 8071, 10201, 8313, 9724, 8106, 9350, 8129, 8760, 7941, 9240, 8550, 8801, 8515, 8993, 8801, 7871, 11134, 8104, 10350, 8120, 10145, 8116, 8917, 8277, 8858, 8764, 8986, 9064, 8797, 9564, 11099, 10222, 11779, 8444, 10508, 8528, 8570, 8680, 8007, 11238, 8229, 9481, 8115, 8661, 8419, 8139, 8788, 8012, 8612, 7837, 10210, 7832, 10095, 8381, 9181, 8360, 7776, 10182, 7834, 10802, 8095, 9492, 7995, 8744, 8554, 8152, 9325, 8015, 9528, 8040, 10104, 8024, 9938, 8327, 9219, 8647, 8387, 8611, 7935, 10139, 8164, 10665, 7881, 10026, 7877, 8758, 8387, 8424, 8727, 8179, 8427, 7615, 8503, 7989, 10814, 7810, 9907, 7703, 9182, 8374, 7923, 9740, 8030, 10868, 7813, 10364, 7681, 9719, 7859, 10400, 8672, 8343, 10729, 7961, 10776, 8038, 9967, 8446, 8560, 9307, 8092, 10750, 7846, 9217, 8044, 8743, 8934, 7993, 10174, 7743, 9017, 8150, 8278, 9290, 7946, 10560, 7898, 9517, 8066, 9550, 8811, 7960, 10843, 7741, 10079, 7862, 9690, 9459, 8028, 10761, 7953, 9478, 8084, 8164, 8715, 7872, 8792, 7800, 9738, 7843, 9533, 8428, 8575, 8583, 7947, 8845, 7789, 9819, 8084, 9617, 7938, 9432, 7755, 8656, 7802, 10934, 7773, 10397, 8451, 8594, 11459, 7595, 10539, 7625, 9618, 8152, 9271, 10467, 7728, 10640, 7523, 9654, 7815, 9652, 8213, 7949, 11737, 7556, 10725, 7765, 9865, 8152, 7625, 11373, 7800, 9846, 7714, 8332, 7986, 7604, 9341, 7775, 9726, 7542, 9111, 7849, 8435, 9178, 7763, 10582, 7757, 9841, 7857, 8347, 8498, 7862, 10794, 7690, 9609, 7525, 8534, 7652, 8530, 8284, 8084, 8305, 7871, 8450, 7489, 8238, 8048, 9406, 7870, 8073, 9724, 8032, 10553, 7967, 10497, 9228, 8962, 11607, 7682, 10608, 7818, 8590, 7873, 8268, 7915, 8153, 8273, 7632, 8179, 7641, 8461, 7457, 10602, 7769, 9682, 7641, 8383, 7593, 9482, 8139, 8016, 11296, 7659, 10664, 7328, 9822, 7929, 9662, 9989, 7825, 10738, 7537, 10045, 7741, 9270, 8345, 7803, 8403, 7617, 9115, 7661, 10792, 7932, 9826, 8128, 8729, 8406, 8455, 11847, 7782, 10835, 7593, 9323, 7560, 9956, 8280, 7766, 9778, 7552, 9280, 7645, 10301, 7597, 10076, 8162, 7712, 8923, 7534, 10711, 7594, 9946, 7949, 8167, 8859, 7315, 10988, 7552, 9638, 8058, 7640, 9986, 7638, 10058, 7628, 8870, 8178, 7979, 9423, 7739, 10782, 7515, 9801, 7755, 8998, 8317, 7564, 9793, 7603, 10655, 7596, 9877, 8209, 8157, 10128, 7465, 10508, 7376, 8264, 8133, 7872, 8504, 7579, 8412, 7511, 9039, 7648, 9110, 7829, 8505, 7832, 8170, 7908, 8519, 9705, 7557, 10480, 7283, 10472, 7335, 10092, 7836, 9062, 8142, 8424, 7809, 8298, 11526, 7353, 11023, 7775, 9414, 7713, 9005, 8023, 7897, 11660, 7437, 10413, 7343, 9117, 7509, 8092, 8067, 7518, 9960, 7329, 10525, 7240, 9411, 7429, 9691, 8541, 7902, 10129, 7218, 10031, 7231, 9543, 7928, 7996, 7809, 7179, 10548, 7200, 9826, 7548, 8338, 7519, 8331, 7822, 7200, 9181, 7806, 10826, 7335, 9533, 7032, 9891, 7489, 8201, 7114, 8364, 8438, 8001, 9150, 7842, 10850, 10665, 7539, 11313, 7711, 9517, 7603, 9024, 7804, 7196, 10758, 7446, 8933, 7145, 8273, 7017, 8489, 7685, 7402, 7921, 7137, 8044, 7161, 9649, 7449, 9151, 7799, 8640, 7824, 7888, 11419, 7308, 10221, 7997, 8214, 7757, 7222, 10660, 7346, 9159, 7927, 7516, 7867, 7098, 10282, 7399, 9762, 7884, 8303, 7825, 8074, 8048, 7806, 11127, 7691, 9721, 7408, 9912, 7271, 10283, 7862, 8510, 7967, 8419, 7982, 7433, 10535, 7348, 10204, 8011, 8443, 7951, 7852, 10574, 7413, 10341, 7594, 8812, 7757, 8470, 9154, 7422, 10133, 7696, 8899, 8001, 7495, 9125, 7397, 8840, 7706, 8502, 7975, 7964, 8001, 7522, 10125, 7509, 9465, 7927, 8096, 8147, 7412, 10733, 7426, 9877, 8015, 8375, 8006, 7352, 8416, 7430, 10018, 7719, 9066, 7840, 8498, 8002, 8641, 8345, 7919, 11322, 7439, 9791, 7575, 9909, 7831, 9008, 10630, 7693, 10239, 7562, 8854, 7727, 9128, 8258, 7587, 8368, 7493, 9524, 7449, 9645, 7954, 8184, 8238, 7509, 9241, 7641, 9562, 7796, 9105, 7665, 8596, 7516, 9065, 8049, 9611, 7974, 9145, 7745, 9973, 8248, 11050, 7964, 9612, 9497, 8359, 11656, 8087, 10200, 12621, 8657, 10758, 7909, 8786, 8330, 7595, 10900, 7634, 9073, 7816, 8410, 8126, 7519, 8814, 7918, 9695, 7502, 10099, 7608, 9492, 8353, 8768, 9576, 8742, 11639, 7652, 11347, 8014, 10517, 8325, 8200, 8411, 7679, 8710, 8162, 10793, 7589, 8439, 7688, 10279, 7586, 11042, 7947, 9660, 8085, 8587, 8406, 7657, 12165, 7834, 10556], 'WindowCenter': [4082.0, 4056.0, 4033.0, 4040.0, 4009.0, 4039.0, 3997.0, 4027.0, 4006.0, 4007.0, 3995.0, 3995.0, 4024.0, 3984.0, 4026.0, 3995.0, 4015.0, 3994.0, 3995.0, 3994.0, 3994.0, 4025.0, 3995.0, 4037.0, 3984.0, 4005.0, 3994.0, 3994.0, 4003.0, 3983.0, 4014.0, 3985.0, 3994.0, 3995.0, 4017.0, 3996.0, 4028.0, 4007.0, 4008.0, 4015.0, 3997.0, 4026.0, 3986.0, 4027.0, 3995.0, 4005.0, 3995.0, 4006.0, 3994.0, 3985.0, 4024.0, 3985.0, 4016.0, 3984.0, 4015.0, 3983.0, 4026.0, 4004.0, 4016.0, 4014.0, 3984.0, 4024.0, 3995.0, 4025.0, 3985.0, 4016.0, 3995.0, 4015.0, 3994.0, 4016.0, 4014.0, 3996.0, 4025.0, 3984.0, 4025.0, 3995.0, 4015.0, 3995.0, 4037.0, 3995.0, 4016.0, 4005.0, 4015.0, 4025.0, 3994.0, 4036.0, 3984.0, 4014.0, 3994.0, 4015.0, 3993.0, 3995.0, 4024.0, 3995.0, 4025.0, 3984.0, 4015.0, 3995.0, 4007.0, 4029.0, 4018.0, 4018.0, 4018.0, 4008.0, 4008.0, 4019.0, 4031.0, 4042.0, 4052.0, 4020.0, 4039.0, 4007.0, 4027.0, 3994.0, 4026.0, 4015.0, 4015.0, 4034.0, 3993.0, 4023.0, 3981.0, 4012.0, 3980.0, 4011.0, 3989.0, 3990.0, 4011.0, 3970.0, 4011.0, 3979.0, 3991.0, 3999.0, 3969.0, 4010.0, 3979.0, 3990.0, 3979.0, 3980.0, 4010.0, 3979.0, 4001.0, 3979.0, 3981.0, 4011.0, 3980.0, 4012.0, 3990.0, 4002.0, 4010.0, 3992.0, 4022.0, 3990.0, 4002.0, 4000.0, 3992.0, 4022.0, 3992.0, 4025.0, 4002.0, 3992.0, 4012.0, 4003.0, 4014.0, 4003.0, 4026.0, 4035.0, 4004.0, 4024.0, 4002.0, 4024.0, 4003.0, 4005.0, 4024.0, 4004.0, 4015.0, 4005.0, 4006.0, 4015.0, 4017.0, 4025.0, 4017.0, 4036.0, 4005.0, 4025.0, 4004.0, 4006.0, 4025.0, 4004.0, 4036.0, 4003.0, 4013.0, 4021.0, 4003.0, 4013.0, 3990.0, 4004.0, 4022.0, 3992.0, 4012.0, 4003.0, 4004.0, 4002.0, 4016.0, 4036.0, 4005.0, 4024.0, 4005.0, 4026.0, 4004.0, 4038.0, 4036.0, 4006.0, 4036.0, 4006.0, 4036.0, 3995.0, 4037.0, 4015.0, 4026.0, 4035.0, 3995.0, 4035.0, 3994.0, 4025.0, 4003.0, 4015.0, 4034.0, 3992.0, 4023.0, 3992.0, 4022.0, 3991.0, 4002.0, 4032.0, 3992.0, 4012.0, 3979.0, 4001.0, 3989.0, 3991.0, 4011.0, 3991.0, 4022.0, 3990.0, 4002.0, 4021.0, 3991.0, 4011.0, 3980.0, 4013.0, 4001.0, 3981.0, 4011.0, 3992.0, 4011.0, 3992.0, 4003.0, 4013.0, 3994.0, 4023.0, 3992.0, 4013.0, 3991.0, 4004.0, 4012.0, 3992.0, 4023.0, 3992.0, 4013.0, 3990.0, 3994.0, 4002.0, 4004.0, 4024.0, 4004.0, 4014.0, 4004.0, 4016.0, 4003.0, 4006.0, 4035.0, 4005.0, 4024.0, 3994.0, 4026.0, 3993.0, 4017.0, 4015.0, 4005.0, 4024.0, 4004.0, 4025.0, 4006.0, 4027.0, 4017.0, 4006.0, 4005.0, 4016.0, 4008.0, 4038.0, 4019.0, 4040.0, 4032.0, 4051.0, 4030.0, 4050.0, 4008.0, 4039.0, 4004.0, 4027.0, 4022.0, 4003.0, 4012.0, 3981.0, 4011.0, 3981.0, 4000.0, 3980.0, 4002.0, 3991.0, 3991.0, 4012.0, 3993.0, 4011.0, 3993.0, 4024.0, 3994.0, 4025.0, 4003.0, 4013.0, 3992.0, 4004.0, 4012.0, 3993.0, 4023.0, 3992.0, 4013.0, 3990.0, 4003.0, 4001.0, 3982.0, 4024.0, 3993.0, 4013.0, 3981.0, 4004.0, 3992.0, 4005.0, 4023.0, 3993.0, 4024.0, 3993.0, 4024.0, 3992.0, 4013.0, 3992.0, 4005.0, 4024.0, 3994.0, 4024.0, 3994.0, 4004.0, 3992.0, 4003.0, 4022.0, 3993.0, 4023.0, 3991.0, 4013.0, 3991.0, 3993.0, 4024.0, 3993.0, 4023.0, 3992.0, 4013.0, 3991.0, 3993.0, 4022.0, 3993.0, 4023.0, 3981.0, 4011.0, 3991.0, 4003.0, 4022.0, 3992.0, 4023.0, 3991.0, 4001.0, 3991.0, 3982.0, 4011.0, 3991.0, 4013.0, 3992.0, 3993.0, 4002.0, 3992.0, 4013.0, 3994.0, 4027.0, 4005.0, 4015.0, 4005.0, 4017.0, 4015.0, 4007.0, 4026.0, 3996.0, 4026.0, 3996.0, 4026.0, 4005.0, 4027.0, 4015.0, 4006.0, 4016.0, 4006.0, 4037.0, 4007.0, 4026.0, 4005.0, 4014.0, 3992.0, 3994.0, 4024.0, 3993.0, 4023.0, 3993.0, 4013.0, 3991.0, 4004.0, 4011.0, 3991.0, 4012.0, 3981.0, 4012.0, 3990.0, 3980.0, 4010.0, 3980.0, 4000.0, 3980.0, 4001.0, 3979.0, 3980.0, 4000.0, 3981.0, 4001.0, 3981.0, 4003.0, 3991.0, 3992.0, 3990.0, 3991.0, 4011.0, 3992.0, 4013.0, 3993.0, 4013.0, 3992.0, 4003.0, 3991.0, 3993.0, 4012.0, 3992.0, 4012.0, 3982.0, 4012.0, 3991.0, 4002.0, 3991.0, 3994.0, 4002.0, 3993.0, 4013.0, 3992.0, 4013.0, 3993.0, 4014.0, 3992.0, 4004.0, 3992.0, 3993.0, 4012.0, 3993.0, 4014.0, 3993.0, 4004.0, 3992.0, 3995.0, 4002.0, 3995.0, 4015.0, 4005.0, 4016.0, 3995.0, 4015.0, 3994.0, 4006.0, 4005.0, 4007.0, 4014.0, 4006.0, 4016.0, 4019.0, 4038.0, 4020.0, 4050.0, 4043.0, 4030.0, 4028.0, 4031.0, 4040.0, 4019.0, 4040.0, 4015.0, 4017.0, 4036.0, 4006.0, 4036.0, 3994.0, 4023.0, 3993.0, 4012.0, 3992.0, 4001.0, 4024.0, 4032.0, 4011.0, 4019.0, 3978.0, 4008.0, 3977.0, 3995.0, 3965.0, 3995.0, 3963.0, 3974.0, 3963.0, 3964.0, 3982.0, 3963.0, 3995.0, 3965.0, 3986.0, 3976.0, 3977.0, 3978.0, 3980.0, 3990.0, 3982.0, 4010.0, 3981.0, 4011.0, 3981.0, 4001.0, 3980.0, 4001.0, 3990.0, 4013.0, 4009.0, 3968.0, 3998.0, 3977.0, 3987.0, 3975.0, 3966.0, 3985.0, 3966.0, 3976.0, 3976.0, 3978.0, 3987.0, 3968.0, 3997.0, 3967.0, 3978.0, 3976.0, 3969.0, 3998.0, 3968.0, 3988.0, 3978.0, 3980.0, 3989.0, 3991.0, 4011.0, 3992.0, 4002.0, 3982.0, 3993.0, 3992.0, 3994.0, 4003.0, 3994.0, 4004.0, 4006.0, 4015.0, 4006.0, 4026.0, 4006.0, 4027.0, 4005.0, 4006.0, 4004.0, 3994.0, 4023.0, 4005.0, 4025.0, 4005.0, 4015.0, 4006.0, 4026.0, 4007.0, 4027.0, 4007.0, 4017.0, 4007.0, 4017.0, 4006.0, 4028.0, 4015.0, 4006.0, 4025.0, 4006.0, 4025.0, 4006.0, 4015.0, 4006.0, 4026.0, 4007.0, 4017.0, 4007.0, 4028.0, 4016.0, 4017.0, 4016.0, 4016.0, 4016.0, 4007.0, 4037.0, 4006.0, 4026.0, 3996.0, 4025.0, 4007.0, 4028.0, 4020.0, 4031.0, 4033.0, 4030.0, 4031.0, 4018.0, 4030.0, 4037.0, 4027.0, 4037.0, 3994.0, 4014.0, 3981.0, 3992.0, 3979.0, 3981.0, 4011.0, 3980.0, 3999.0, 3980.0, 3990.0, 3990.0, 3992.0, 3991.0, 3993.0, 3992.0, 3982.0, 4013.0, 3982.0, 4014.0, 3993.0, 4003.0, 3981.0, 3982.0, 4001.0, 3981.0, 4012.0, 3981.0, 4001.0, 3981.0, 3992.0, 3991.0, 3993.0, 4002.0, 3993.0, 4002.0, 3993.0, 4011.0, 3993.0, 4014.0, 3993.0, 4003.0, 4003.0, 3994.0, 4003.0, 3995.0, 4026.0, 4005.0, 4024.0, 3994.0, 4013.0, 3993.0, 4004.0, 3993.0, 4006.0, 4004.0, 4006.0, 4004.0, 3996.0, 4005.0, 4007.0, 4037.0, 3995.0, 4015.0, 3995.0, 4015.0, 3994.0, 3994.0, 4014.0, 3994.0, 4024.0, 3984.0, 4025.0, 3995.0, 4015.0, 3993.0, 4026.0, 3992.0, 3994.0, 4012.0, 3983.0, 4012.0, 3982.0, 4013.0, 3981.0, 3992.0, 3990.0, 3980.0, 4011.0, 3981.0, 4002.0, 3980.0, 3992.0, 3990.0, 3982.0, 4011.0, 3982.0, 3992.0, 3981.0, 3993.0, 4000.0, 3982.0, 4012.0, 3992.0, 4002.0, 3982.0, 4014.0, 3991.0, 3992.0, 4023.0, 3982.0, 4002.0, 3981.0, 4013.0, 4002.0, 3982.0, 4011.0, 3993.0, 4001.0, 3981.0, 3993.0, 4003.0, 3994.0, 4003.0, 3994.0, 4014.0, 3995.0, 4027.0, 4006.0, 4006.0, 4003.0, 3995.0, 4004.0, 3995.0, 4015.0, 4006.0, 4028.0, 4008.0, 4028.0, 4008.0, 4016.0, 4009.0, 4039.0, 3997.0, 4028.0, 4006.0, 4005.0, 4023.0, 3983.0, 4012.0, 3970.0, 4001.0, 3978.0, 4002.0, 3999.0, 3969.0, 3999.0, 3969.0, 3989.0, 3968.0, 3989.0, 3978.0, 3979.0, 4008.0, 3968.0, 3998.0, 3967.0, 3988.0, 3965.0, 3968.0, 4007.0, 3968.0, 3988.0, 3968.0, 3978.0, 3967.0, 3969.0, 3989.0, 3980.0, 4000.0, 3981.0, 3991.0, 3979.0, 3992.0, 3990.0, 3981.0, 4011.0, 3981.0, 4001.0, 3980.0, 3992.0, 3991.0, 3982.0, 4011.0, 3981.0, 4002.0, 3983.0, 4002.0, 3982.0, 4004.0, 4004.0, 4006.0, 3992.0, 3995.0, 4004.0, 3996.0, 4005.0, 4007.0, 4016.0, 4007.0, 4006.0, 4029.0, 4008.0, 4040.0, 3996.0, 4028.0, 4004.0, 4005.0, 4024.0, 3982.0, 4013.0, 3971.0, 3991.0, 3981.0, 3992.0, 3981.0, 3993.0, 3992.0, 3983.0, 3993.0, 3995.0, 3994.0, 3985.0, 4025.0, 3994.0, 4015.0, 3984.0, 3995.0, 3995.0, 4016.0, 3994.0, 3996.0, 4025.0, 3995.0, 4025.0, 3984.0, 4015.0, 3994.0, 4016.0, 4014.0, 3984.0, 4024.0, 3983.0, 4014.0, 3983.0, 4005.0, 3994.0, 3995.0, 3994.0, 3996.0, 4004.0, 3996.0, 4037.0, 4007.0, 4025.0, 3994.0, 4005.0, 3994.0, 4006.0, 4034.0, 3984.0, 4024.0, 3994.0, 4004.0, 3993.0, 4015.0, 3993.0, 3984.0, 4013.0, 3983.0, 4003.0, 3984.0, 4014.0, 3981.0, 4015.0, 3992.0, 3983.0, 4002.0, 3983.0, 4013.0, 3982.0, 4003.0, 3980.0, 3982.0, 3990.0, 3971.0, 4010.0, 3970.0, 4001.0, 3978.0, 3982.0, 4000.0, 3981.0, 4000.0, 3981.0, 4002.0, 3991.0, 3993.0, 4001.0, 3982.0, 4012.0, 3983.0, 4013.0, 3982.0, 4004.0, 3992.0, 3983.0, 4013.0, 3983.0, 4013.0, 3982.0, 4013.0, 3992.0, 3983.0, 4001.0, 3971.0, 4011.0, 3970.0, 3981.0, 3980.0, 3992.0, 3991.0, 3982.0, 3992.0, 3983.0, 4003.0, 3994.0, 4015.0, 3995.0, 4005.0, 3995.0, 4005.0, 3995.0, 4018.0, 4016.0, 3996.0, 4025.0, 3996.0, 4025.0, 3985.0, 4026.0, 3996.0, 4016.0, 3993.0, 3994.0, 3983.0, 4005.0, 4023.0, 3984.0, 4024.0, 3982.0, 4002.0, 3981.0, 4002.0, 3980.0, 3982.0, 4021.0, 3971.0, 4012.0, 3971.0, 3991.0, 3970.0, 3981.0, 3980.0, 3982.0, 4002.0, 3982.0, 4012.0, 3982.0, 4003.0, 3982.0, 4014.0, 3992.0, 3983.0, 4012.0, 3982.0, 4002.0, 3972.0, 4003.0, 3981.0, 3993.0, 3981.0, 3973.0, 4012.0, 3983.0, 4013.0, 3982.0, 3993.0, 3983.0, 3994.0, 3982.0, 3984.0, 4015.0, 3995.0, 4025.0, 3985.0, 4014.0, 3983.0, 4016.0, 3985.0, 3995.0, 3986.0, 4007.0, 4019.0, 4007.0, 4018.0, 3997.0, 4039.0, 4016.0, 3985.0, 4026.0, 3984.0, 4003.0, 3971.0, 3993.0, 3970.0, 3972.0, 4012.0, 3972.0, 3991.0, 3972.0, 3992.0, 3973.0, 4003.0, 3984.0, 3985.0, 3983.0, 3974.0, 3994.0, 3986.0, 4015.0, 3985.0, 4006.0, 3985.0, 4006.0, 3983.0, 3995.0, 4025.0, 3985.0, 4015.0, 3983.0, 3993.0, 3982.0, 3984.0, 4013.0, 3973.0, 4004.0, 3982.0, 3984.0, 3983.0, 3974.0, 4014.0, 3986.0, 4016.0, 3994.0, 3994.0, 3982.0, 3996.0, 3994.0, 3996.0, 4026.0, 3994.0, 4015.0, 3986.0, 4015.0, 3986.0, 4027.0, 3995.0, 4005.0, 3983.0, 3994.0, 3994.0, 3985.0, 4014.0, 3973.0, 4015.0, 3982.0, 3993.0, 3981.0, 3982.0, 4001.0, 3971.0, 4002.0, 3971.0, 3992.0, 3970.0, 3982.0, 3990.0, 3970.0, 4001.0, 3970.0, 3990.0, 3968.0, 3970.0, 3989.0, 3970.0, 3990.0, 3981.0, 3992.0, 3981.0, 3982.0, 3981.0, 3983.0, 4012.0, 3972.0, 4003.0, 3982.0, 3983.0, 3982.0, 3983.0, 4012.0, 3972.0, 4003.0, 3981.0, 3992.0, 3981.0, 3983.0, 3992.0, 3983.0, 4014.0, 3983.0, 4004.0, 3993.0, 3994.0, 3983.0, 4004.0, 3994.0, 3995.0, 4025.0, 3985.0, 4015.0, 3983.0, 4015.0, 3982.0, 4005.0, 4013.0, 3983.0, 4013.0, 3982.0, 3992.0, 3982.0, 4003.0, 3992.0, 3983.0, 3992.0, 3984.0, 4002.0, 3983.0, 4014.0, 3994.0, 3994.0, 3993.0, 3984.0, 4002.0, 3994.0, 4004.0, 3994.0, 4004.0, 3995.0, 4005.0, 3996.0, 4017.0, 4008.0, 4027.0, 4006.0, 4017.0, 4007.0, 4027.0, 4009.0, 4049.0, 4021.0, 4041.0, 4041.0, 4019.0, 4050.0, 4006.0, 4028.0, 4036.0, 3994.0, 4024.0, 3981.0, 3991.0, 3979.0, 3982.0, 4012.0, 3981.0, 3991.0, 3980.0, 3981.0, 3980.0, 3983.0, 4002.0, 3994.0, 4014.0, 3985.0, 4025.0, 3995.0, 4016.0, 3995.0, 4006.0, 4004.0, 4005.0, 4023.0, 3984.0, 4025.0, 3983.0, 4014.0, 3992.0, 3993.0, 3991.0, 3983.0, 3993.0, 4005.0, 4025.0, 3995.0, 4004.0, 3996.0, 4026.0, 3996.0, 4037.0, 3995.0, 4016.0, 3994.0, 4005.0, 3994.0, 3996.0, 4034.0, 3983.0, 4013.0], 'WindowWidth': [9074.0, 9022.0, 8988.0, 8990.0, 8946.0, 8985.0, 8927.0, 8966.0, 8936.0, 8937.0, 8918.0, 8919.0, 8953.0, 8902.0, 8962.0, 8920.0, 8946.0, 8916.0, 8921.0, 8917.0, 8919.0, 8957.0, 8919.0, 8978.0, 8904.0, 8931.0, 8914.0, 8916.0, 8925.0, 8902.0, 8942.0, 8906.0, 8918.0, 8921.0, 8952.0, 8922.0, 8970.0, 8938.0, 8941.0, 8948.0, 8926.0, 8963.0, 8909.0, 8966.0, 8920.0, 8933.0, 8918.0, 8936.0, 8916.0, 8906.0, 8957.0, 8905.0, 8946.0, 8904.0, 8945.0, 8900.0, 8962.0, 8930.0, 8947.0, 8942.0, 8904.0, 8955.0, 8917.0, 8959.0, 8906.0, 8947.0, 8917.0, 8945.0, 8915.0, 8947.0, 8942.0, 8921.0, 8958.0, 8903.0, 8957.0, 8917.0, 8945.0, 8919.0, 8977.0, 8918.0, 8949.0, 8932.0, 8947.0, 8958.0, 8918.0, 8973.0, 8903.0, 8943.0, 8916.0, 8945.0, 8914.0, 8918.0, 8955.0, 8918.0, 8958.0, 8902.0, 8943.0, 8918.0, 8937.0, 8975.0, 8959.0, 8962.0, 8956.0, 8942.0, 8943.0, 8962.0, 8979.0, 8997.0, 9007.0, 8961.0, 8986.0, 8937.0, 8963.0, 8914.0, 8961.0, 8942.0, 8943.0, 8968.0, 8911.0, 8950.0, 8892.0, 8932.0, 8886.0, 8931.0, 8898.0, 8900.0, 8929.0, 8874.0, 8929.0, 8886.0, 8903.0, 8909.0, 8872.0, 8928.0, 8886.0, 8902.0, 8883.0, 8887.0, 8927.0, 8886.0, 8918.0, 8886.0, 8893.0, 8930.0, 8891.0, 8934.0, 8903.0, 8923.0, 8930.0, 8909.0, 8949.0, 8903.0, 8923.0, 8917.0, 8909.0, 8949.0, 8911.0, 8959.0, 8923.0, 8911.0, 8935.0, 8928.0, 8944.0, 8927.0, 8962.0, 8974.0, 8931.0, 8955.0, 8924.0, 8957.0, 8926.0, 8933.0, 8957.0, 8932.0, 8946.0, 8935.0, 8937.0, 8947.0, 8954.0, 8962.0, 8952.0, 8977.0, 8934.0, 8962.0, 8929.0, 8935.0, 8960.0, 8930.0, 8975.0, 8927.0, 8942.0, 8948.0, 8925.0, 8939.0, 8906.0, 8930.0, 8951.0, 8912.0, 8937.0, 8927.0, 8929.0, 8925.0, 8950.0, 8976.0, 8935.0, 8958.0, 8935.0, 8964.0, 8933.0, 8983.0, 8976.0, 8939.0, 8977.0, 8937.0, 8976.0, 8918.0, 8977.0, 8945.0, 8961.0, 8970.0, 8920.0, 8972.0, 8916.0, 8959.0, 8925.0, 8944.0, 8966.0, 8909.0, 8951.0, 8909.0, 8950.0, 8905.0, 8922.0, 8964.0, 8908.0, 8933.0, 8885.0, 8918.0, 8899.0, 8905.0, 8931.0, 8907.0, 8950.0, 8902.0, 8922.0, 8945.0, 8906.0, 8933.0, 8889.0, 8937.0, 8919.0, 8894.0, 8932.0, 8908.0, 8934.0, 8907.0, 8926.0, 8939.0, 8915.0, 8951.0, 8910.0, 8939.0, 8907.0, 8928.0, 8935.0, 8911.0, 8951.0, 8909.0, 8937.0, 8904.0, 8914.0, 8922.0, 8928.0, 8955.0, 8930.0, 8942.0, 8928.0, 8949.0, 8926.0, 8934.0, 8971.0, 8932.0, 8956.0, 8915.0, 8960.0, 8914.0, 8952.0, 8947.0, 8933.0, 8955.0, 8929.0, 8958.0, 8939.0, 8967.0, 8954.0, 8935.0, 8935.0, 8952.0, 8941.0, 8981.0, 8960.0, 8987.0, 8982.0, 9004.0, 8975.0, 9001.0, 8943.0, 8982.0, 8928.0, 8962.0, 8947.0, 8922.0, 8933.0, 8890.0, 8930.0, 8890.0, 8914.0, 8889.0, 8922.0, 8906.0, 8907.0, 8932.0, 8909.0, 8932.0, 8912.0, 8952.0, 8914.0, 8956.0, 8925.0, 8939.0, 8908.0, 8928.0, 8934.0, 8910.0, 8950.0, 8907.0, 8936.0, 8903.0, 8924.0, 8917.0, 8896.0, 8954.0, 8913.0, 8936.0, 8893.0, 8926.0, 8908.0, 8930.0, 8952.0, 8913.0, 8953.0, 8911.0, 8952.0, 8909.0, 8940.0, 8909.0, 8931.0, 8954.0, 8913.0, 8952.0, 8914.0, 8929.0, 8910.0, 8926.0, 8949.0, 8912.0, 8950.0, 8906.0, 8938.0, 8905.0, 8913.0, 8953.0, 8911.0, 8951.0, 8907.0, 8936.0, 8903.0, 8912.0, 8947.0, 8913.0, 8950.0, 8894.0, 8933.0, 8904.0, 8924.0, 8948.0, 8908.0, 8950.0, 8905.0, 8918.0, 8902.0, 8894.0, 8931.0, 8906.0, 8937.0, 8907.0, 8911.0, 8920.0, 8910.0, 8937.0, 8915.0, 8964.0, 8932.0, 8945.0, 8930.0, 8951.0, 8944.0, 8939.0, 8959.0, 8920.0, 8960.0, 8920.0, 8962.0, 8933.0, 8964.0, 8945.0, 8935.0, 8947.0, 8936.0, 8976.0, 8937.0, 8960.0, 8929.0, 8943.0, 8910.0, 8915.0, 8951.0, 8912.0, 8951.0, 8909.0, 8937.0, 8904.0, 8925.0, 8931.0, 8904.0, 8934.0, 8892.0, 8933.0, 8899.0, 8889.0, 8926.0, 8886.0, 8914.0, 8887.0, 8917.0, 8885.0, 8888.0, 8913.0, 8890.0, 8917.0, 8891.0, 8923.0, 8904.0, 8907.0, 8901.0, 8905.0, 8931.0, 8907.0, 8937.0, 8909.0, 8936.0, 8906.0, 8923.0, 8903.0, 8910.0, 8932.0, 8907.0, 8935.0, 8893.0, 8934.0, 8905.0, 8921.0, 8904.0, 8913.0, 8922.0, 8911.0, 8936.0, 8910.0, 8936.0, 8911.0, 8940.0, 8908.0, 8925.0, 8905.0, 8910.0, 8932.0, 8909.0, 8939.0, 8910.0, 8927.0, 8908.0, 8916.0, 8923.0, 8917.0, 8944.0, 8932.0, 8945.0, 8918.0, 8944.0, 8915.0, 8935.0, 8932.0, 8938.0, 8943.0, 8934.0, 8946.0, 8957.0, 8980.0, 8961.0, 9001.0, 8998.0, 8973.0, 8969.0, 8977.0, 8989.0, 8959.0, 8989.0, 8945.0, 8950.0, 8973.0, 8933.0, 8974.0, 8915.0, 8949.0, 8910.0, 8934.0, 8908.0, 8919.0, 8953.0, 8959.0, 8931.0, 8936.0, 8879.0, 8918.0, 8877.0, 8898.0, 8855.0, 8896.0, 8849.0, 8866.0, 8848.0, 8852.0, 8874.0, 8853.0, 8897.0, 8856.0, 8888.0, 8873.0, 8878.0, 8880.0, 8887.0, 8900.0, 8894.0, 8927.0, 8889.0, 8928.0, 8889.0, 8915.0, 8887.0, 8916.0, 8899.0, 8935.0, 8923.0, 8869.0, 8908.0, 8876.0, 8891.0, 8870.0, 8861.0, 8884.0, 8861.0, 8874.0, 8874.0, 8881.0, 8889.0, 8866.0, 8904.0, 8863.0, 8879.0, 8874.0, 8871.0, 8906.0, 8870.0, 8896.0, 8882.0, 8887.0, 8896.0, 8905.0, 8932.0, 8908.0, 8921.0, 8896.0, 8911.0, 8907.0, 8914.0, 8923.0, 8915.0, 8930.0, 8936.0, 8944.0, 8935.0, 8961.0, 8934.0, 8964.0, 8930.0, 8933.0, 8926.0, 8916.0, 8951.0, 8930.0, 8957.0, 8931.0, 8945.0, 8937.0, 8962.0, 8938.0, 8965.0, 8938.0, 8951.0, 8939.0, 8952.0, 8934.0, 8966.0, 8945.0, 8934.0, 8957.0, 8934.0, 8958.0, 8934.0, 8946.0, 8934.0, 8961.0, 8938.0, 8951.0, 8940.0, 8969.0, 8948.0, 8950.0, 8947.0, 8950.0, 8947.0, 8940.0, 8978.0, 8936.0, 8958.0, 8918.0, 8955.0, 8937.0, 8967.0, 8960.0, 8976.0, 8983.0, 8973.0, 8974.0, 8953.0, 8970.0, 8975.0, 8961.0, 8974.0, 8910.0, 8937.0, 8886.0, 8904.0, 8882.0, 8887.0, 8930.0, 8887.0, 8910.0, 8885.0, 8900.0, 8900.0, 8907.0, 8903.0, 8910.0, 8906.0, 8895.0, 8935.0, 8893.0, 8940.0, 8909.0, 8922.0, 8888.0, 8894.0, 8914.0, 8890.0, 8930.0, 8889.0, 8916.0, 8888.0, 8904.0, 8902.0, 8909.0, 8918.0, 8909.0, 8918.0, 8908.0, 8931.0, 8909.0, 8940.0, 8910.0, 8923.0, 8923.0, 8914.0, 8923.0, 8918.0, 8959.0, 8930.0, 8952.0, 8911.0, 8937.0, 8910.0, 8927.0, 8910.0, 8932.0, 8928.0, 8933.0, 8927.0, 8920.0, 8930.0, 8938.0, 8975.0, 8917.0, 8943.0, 8916.0, 8944.0, 8914.0, 8914.0, 8939.0, 8913.0, 8950.0, 8899.0, 8954.0, 8917.0, 8943.0, 8911.0, 8958.0, 8907.0, 8912.0, 8931.0, 8895.0, 8933.0, 8891.0, 8936.0, 8890.0, 8907.0, 8900.0, 8888.0, 8929.0, 8891.0, 8918.0, 8887.0, 8907.0, 8900.0, 8892.0, 8930.0, 8892.0, 8906.0, 8890.0, 8910.0, 8915.0, 8894.0, 8931.0, 8907.0, 8920.0, 8893.0, 8939.0, 8902.0, 8907.0, 8947.0, 8895.0, 8920.0, 8891.0, 8937.0, 8918.0, 8893.0, 8929.0, 8908.0, 8916.0, 8890.0, 8911.0, 8922.0, 8914.0, 8923.0, 8915.0, 8941.0, 8916.0, 8963.0, 8934.0, 8932.0, 8924.0, 8915.0, 8926.0, 8916.0, 8942.0, 8937.0, 8968.0, 8941.0, 8966.0, 8942.0, 8949.0, 8946.0, 8984.0, 8922.0, 8965.0, 8932.0, 8929.0, 8949.0, 8895.0, 8932.0, 8873.0, 8917.0, 8882.0, 8918.0, 8910.0, 8871.0, 8909.0, 8870.0, 8895.0, 8864.0, 8896.0, 8877.0, 8884.0, 8918.0, 8865.0, 8905.0, 8863.0, 8893.0, 8857.0, 8867.0, 8915.0, 8864.0, 8890.0, 8865.0, 8881.0, 8864.0, 8871.0, 8896.0, 8887.0, 8912.0, 8888.0, 8903.0, 8884.0, 8905.0, 8899.0, 8890.0, 8928.0, 8888.0, 8915.0, 8884.0, 8904.0, 8901.0, 8892.0, 8929.0, 8891.0, 8919.0, 8896.0, 8921.0, 8893.0, 8926.0, 8926.0, 8934.0, 8909.0, 8916.0, 8926.0, 8921.0, 8931.0, 8935.0, 8946.0, 8937.0, 8935.0, 8968.0, 8942.0, 8984.0, 8920.0, 8963.0, 8925.0, 8928.0, 8951.0, 8892.0, 8933.0, 8874.0, 8901.0, 8890.0, 8905.0, 8889.0, 8911.0, 8906.0, 8897.0, 8909.0, 8916.0, 8912.0, 8904.0, 8956.0, 8914.0, 8942.0, 8900.0, 8915.0, 8915.0, 8945.0, 8914.0, 8920.0, 8956.0, 8915.0, 8953.0, 8901.0, 8943.0, 8912.0, 8945.0, 8938.0, 8898.0, 8949.0, 8897.0, 8938.0, 8896.0, 8928.0, 8913.0, 8916.0, 8912.0, 8919.0, 8927.0, 8921.0, 8977.0, 8935.0, 8956.0, 8912.0, 8930.0, 8912.0, 8933.0, 8966.0, 8899.0, 8952.0, 8913.0, 8926.0, 8910.0, 8942.0, 8908.0, 8900.0, 8934.0, 8895.0, 8922.0, 8899.0, 8938.0, 8892.0, 8941.0, 8905.0, 8898.0, 8919.0, 8896.0, 8934.0, 8891.0, 8921.0, 8887.0, 8892.0, 8900.0, 8876.0, 8925.0, 8872.0, 8916.0, 8881.0, 8891.0, 8911.0, 8888.0, 8913.0, 8890.0, 8918.0, 8904.0, 8909.0, 8916.0, 8893.0, 8933.0, 8896.0, 8936.0, 8894.0, 8924.0, 8904.0, 8897.0, 8935.0, 8898.0, 8935.0, 8893.0, 8937.0, 8905.0, 8895.0, 8915.0, 8876.0, 8928.0, 8874.0, 8889.0, 8887.0, 8906.0, 8901.0, 8893.0, 8906.0, 8898.0, 8923.0, 8913.0, 8944.0, 8916.0, 8930.0, 8916.0, 8932.0, 8916.0, 8953.0, 8945.0, 8921.0, 8957.0, 8920.0, 8958.0, 8904.0, 8959.0, 8920.0, 8945.0, 8910.0, 8914.0, 8895.0, 8928.0, 8950.0, 8898.0, 8953.0, 8893.0, 8920.0, 8889.0, 8919.0, 8886.0, 8893.0, 8943.0, 8878.0, 8930.0, 8876.0, 8904.0, 8873.0, 8891.0, 8888.0, 8893.0, 8918.0, 8894.0, 8932.0, 8894.0, 8921.0, 8892.0, 8938.0, 8904.0, 8895.0, 8932.0, 8894.0, 8919.0, 8878.0, 8923.0, 8890.0, 8908.0, 8890.0, 8882.0, 8931.0, 8894.0, 8935.0, 8893.0, 8909.0, 8895.0, 8911.0, 8893.0, 8901.0, 8942.0, 8918.0, 8954.0, 8902.0, 8940.0, 8898.0, 8944.0, 8902.0, 8916.0, 8907.0, 8937.0, 8956.0, 8936.0, 8952.0, 8920.0, 8979.0, 8942.0, 8901.0, 8958.0, 8897.0, 8920.0, 8875.0, 8906.0, 8871.0, 8877.0, 8930.0, 8877.0, 8900.0, 8879.0, 8906.0, 8881.0, 8923.0, 8899.0, 8902.0, 8896.0, 8887.0, 8912.0, 8904.0, 8943.0, 8903.0, 8931.0, 8900.0, 8930.0, 8895.0, 8915.0, 8952.0, 8901.0, 8941.0, 8894.0, 8907.0, 8891.0, 8897.0, 8935.0, 8881.0, 8924.0, 8893.0, 8898.0, 8893.0, 8886.0, 8936.0, 8905.0, 8945.0, 8912.0, 8912.0, 8895.0, 8919.0, 8913.0, 8921.0, 8958.0, 8914.0, 8940.0, 8905.0, 8943.0, 8904.0, 8960.0, 8915.0, 8927.0, 8896.0, 8912.0, 8912.0, 8901.0, 8936.0, 8882.0, 8939.0, 8892.0, 8908.0, 8888.0, 8892.0, 8913.0, 8876.0, 8917.0, 8874.0, 8903.0, 8870.0, 8890.0, 8897.0, 8872.0, 8914.0, 8870.0, 8899.0, 8866.0, 8872.0, 8895.0, 8873.0, 8899.0, 8889.0, 8904.0, 8888.0, 8893.0, 8889.0, 8894.0, 8932.0, 8880.0, 8921.0, 8890.0, 8894.0, 8890.0, 8895.0, 8932.0, 8880.0, 8921.0, 8890.0, 8906.0, 8890.0, 8895.0, 8905.0, 8895.0, 8938.0, 8897.0, 8925.0, 8909.0, 8910.0, 8894.0, 8926.0, 8912.0, 8916.0, 8953.0, 8901.0, 8939.0, 8896.0, 8941.0, 8894.0, 8926.0, 8934.0, 8895.0, 8932.0, 8892.0, 8905.0, 8890.0, 8922.0, 8903.0, 8896.0, 8905.0, 8898.0, 8920.0, 8894.0, 8938.0, 8911.0, 8913.0, 8907.0, 8897.0, 8919.0, 8913.0, 8925.0, 8914.0, 8925.0, 8916.0, 8929.0, 8922.0, 8950.0, 8939.0, 8962.0, 8934.0, 8950.0, 8937.0, 8962.0, 8940.0, 8996.0, 8965.0, 8989.0, 8991.0, 8956.0, 9001.0, 8932.0, 8966.0, 8972.0, 8911.0, 8952.0, 8887.0, 8903.0, 8883.0, 8890.0, 8932.0, 8889.0, 8900.0, 8886.0, 8889.0, 8886.0, 8895.0, 8919.0, 8914.0, 8938.0, 8903.0, 8956.0, 8915.0, 8945.0, 8915.0, 8931.0, 8925.0, 8927.0, 8948.0, 8897.0, 8953.0, 8895.0, 8938.0, 8904.0, 8908.0, 8903.0, 8897.0, 8909.0, 8930.0, 8955.0, 8915.0, 8927.0, 8920.0, 8958.0, 8921.0, 8977.0, 8917.0, 8945.0, 8911.0, 8930.0, 8911.0, 8918.0, 8964.0, 8896.0, 8935.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.005665343629343629</td></tr>
<tr><td colspan=3>aqi</td><td>0.053286979305019314</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.28484398727966</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.176789713655331</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9986444669010812</td></tr>
<tr><td colspan=3>efc</td><td>0.4395</td></tr>
<tr><td colspan=3>fber</td><td>7324.2373</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06878476018446496</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2355212355212355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.496584321509381</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.332944671650992</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.705571299130517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.451236993746634</td></tr>
<tr><td colspan=3>gcor</td><td>0.00768324</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019996969029307365</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0230352021753788</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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.980362355486831</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>37.3431</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5898</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.2468</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>310946.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>631.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.1682</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2588</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.2299</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3290.5677</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.3053</td></tr>
<tr><td colspan=3>tsnr</td><td>31.642059474717826</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>