ds005256-mriqc/sub-0118_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter 309423ad35 [DATALAD RUNCMD] Compute MRIQC for sub-0118
=== 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-0118 --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-0118",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 10:14:38 +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-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-02/func/sub-0118_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>a240a681780dd2f8c2a44a5511dcc516</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>12:56:21.855000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999312, 0.0205425, 0.0308868, -0.0249462, 0.988413, 0.149724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.086356</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7804, -7218, 292, -55, -65, -107, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>781b7033-9a36-4168-9e42-7fc8fc884935||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810803413391113, -0.06692880392074585, 0.07412362843751907, 120.0682373046875], [-0.055114131420850754, 2.6518397331237793, 0.4060581624507904, -104.01276397705078], [0.08286702632904053, -0.4016997516155243, 2.668262243270874, -49.03840637207031], [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': ['125621.855000', '125622.315000', '125622.775000', '125623.235000', '125623.695000', '125624.155000', '125624.615000', '125625.075000', '125625.535000', '125625.995000', '125626.455000', '125626.915000', '125627.375000', '125627.835000', '125628.295000', '125628.755000', '125629.215000', '125629.675000', '125630.135000', '125630.595000', '125631.055000', '125631.515000', '125631.975000', '125632.435000', '125632.895000', '125633.355000', '125633.815000', '125634.275000', '125634.735000', '125635.195000', '125635.655000', '125636.115000', '125636.575000', '125637.035000', '125637.495000', '125637.955000', '125638.415000', '125638.875000', '125639.335000', '125639.795000', '125640.255000', '125640.715000', '125641.175000', '125641.635000', '125642.095000', '125642.555000', '125643.015000', '125643.475000', '125643.935000', '125644.395000', '125644.855000', '125645.315000', '125645.775000', '125646.235000', '125646.695000', '125647.155000', '125647.615000', '125648.075000', '125648.535000', '125648.995000', '125649.455000', '125649.915000', '125650.375000', '125650.835000', '125651.295000', '125651.755000', '125652.215000', '125652.675000', '125653.135000', '125653.595000', '125654.055000', '125654.515000', '125654.975000', '125655.435000', '125655.895000', '125656.355000', '125656.815000', '125657.275000', '125657.735000', '125658.195000', '125658.655000', '125659.115000', '125659.575000', '125700.035000', '125700.495000', '125700.955000', '125701.415000', '125701.875000', '125702.335000', '125702.795000', '125703.255000', '125703.715000', '125704.175000', '125704.635000', '125705.095000', '125705.555000', '125706.015000', '125706.475000', '125706.935000', '125707.395000', '125707.855000', '125708.315000', '125708.775000', '125709.235000', '125709.695000', '125710.155000', '125710.615000', '125711.075000', '125711.535000', '125711.995000', '125712.455000', '125712.915000', '125713.375000', '125713.835000', '125714.295000', '125714.755000', '125715.215000', '125715.675000', '125716.135000', '125716.595000', '125717.055000', '125717.515000', '125717.975000', '125718.435000', '125718.895000', '125719.355000', '125719.815000', '125720.275000', '125720.735000', '125721.195000', '125721.655000', '125722.115000', '125722.575000', '125723.035000', '125723.495000', '125723.955000', '125724.415000', '125724.875000', '125725.335000', '125725.795000', '125726.255000', '125726.715000', '125727.175000', '125727.635000', '125728.095000', '125728.555000', '125729.015000', '125729.475000', '125729.935000', '125730.395000', '125730.855000', '125731.315000', '125731.775000', '125732.235000', '125732.695000', '125733.155000', '125733.615000', '125734.075000', '125734.535000', '125734.995000', '125735.455000', '125735.915000', '125736.375000', '125736.835000', '125737.295000', '125737.755000', '125738.215000', '125738.675000', '125739.135000', '125739.595000', '125740.055000', '125740.515000', '125740.975000', '125741.435000', '125741.895000', '125742.355000', '125742.815000', '125743.275000', '125743.735000', '125744.195000', '125744.655000', '125745.115000', '125745.575000', '125746.035000', '125746.495000', '125746.955000', '125747.415000', '125747.875000', '125748.335000', '125748.795000', '125749.255000', '125749.715000', '125750.175000', '125750.635000', '125751.095000', '125751.555000', '125752.015000', '125752.475000', '125752.935000', '125753.395000', '125753.855000', '125754.315000', '125754.775000', '125755.235000', '125755.695000', '125756.155000', '125756.615000', '125757.075000', '125757.535000', '125757.995000', '125758.455000', '125758.915000', '125759.375000', '125759.835000', '125800.295000', '125800.755000', '125801.215000', '125801.675000', '125802.135000', '125802.595000', '125803.055000', '125803.515000', '125803.975000', '125804.435000', '125804.895000', '125805.355000', '125805.815000', '125806.275000', '125806.735000', '125807.195000', '125807.655000', '125808.115000', '125808.575000', '125809.035000', '125809.495000', '125809.955000', '125810.415000', '125810.875000', '125811.335000', '125811.795000', '125812.255000', '125812.715000', '125813.175000', '125813.635000', '125814.095000', '125814.555000', '125815.015000', '125815.475000', '125815.935000', '125816.395000', '125816.855000', '125817.315000', '125817.775000', '125818.235000', '125818.695000', '125819.155000', '125819.615000', '125820.075000', '125820.535000', '125820.995000', '125821.455000', '125821.915000', '125822.375000', '125822.835000', '125823.295000', '125823.755000', '125824.215000', '125824.675000', '125825.135000', '125825.595000', '125826.055000', '125826.515000', '125826.975000', '125827.435000', '125827.895000', '125828.355000', '125828.815000', '125829.275000', '125829.735000', '125830.195000', '125830.655000', '125831.115000', '125831.575000', '125832.035000', '125832.495000', '125832.955000', '125833.415000', '125833.875000', '125834.335000', '125834.795000', '125835.255000', '125835.715000', '125836.175000', '125836.635000', '125837.095000', '125837.555000', '125838.015000', '125838.475000', '125838.935000', '125839.395000', '125839.855000', '125840.315000', '125840.775000', '125841.235000', '125841.695000', '125842.155000', '125842.615000', '125843.075000', '125843.535000', '125843.995000', '125844.455000', '125844.915000', '125845.375000', '125845.835000', '125846.295000', '125846.755000', '125847.215000', '125847.675000', '125848.135000', '125848.595000', '125849.055000', '125849.515000', '125849.975000', '125850.435000', '125850.895000', '125851.355000', '125851.815000', '125852.275000', '125852.735000', '125853.195000', '125853.655000', '125854.115000', '125854.575000', '125855.035000', '125855.495000', '125855.955000', '125856.415000', '125856.875000', '125857.335000', '125857.795000', '125858.255000', '125858.715000', '125859.175000', '125859.635000', '125900.095000', '125900.555000', '125901.015000', '125901.475000', '125901.935000', '125902.395000', '125902.855000', '125903.315000', '125903.775000', '125904.235000', '125904.695000', '125905.155000', '125905.615000', '125906.075000', '125906.535000', '125906.995000', '125907.455000', '125907.915000', '125908.375000', '125908.835000', '125909.295000', '125909.755000', '125910.215000', '125910.675000', '125911.135000', '125911.595000', '125912.055000', '125912.515000', '125912.975000', '125913.435000', '125913.895000', '125914.355000', '125914.815000', '125915.275000', '125915.735000', '125916.195000', '125916.655000', '125917.115000', '125917.575000', '125918.035000', '125918.495000', '125918.955000', '125919.415000', '125919.875000', '125920.335000', '125920.795000', '125921.255000', '125921.715000', '125922.175000', '125922.635000', '125923.095000', '125923.555000', '125924.015000', '125924.475000', '125924.935000', '125925.395000', '125925.855000', '125926.315000', '125926.775000', '125927.235000', '125927.695000', '125928.155000', '125928.615000', '125929.075000', '125929.535000', '125929.995000', '125930.455000', '125930.915000', '125931.375000', '125931.835000', '125932.295000', '125932.755000', '125933.215000', '125933.675000', '125934.135000', '125934.595000', '125935.055000', '125935.515000', '125935.975000', '125936.435000', '125936.895000', '125937.355000', '125937.815000', '125938.275000', '125938.735000', '125939.195000', '125939.655000', '125940.115000', '125940.575000', '125941.035000', '125941.495000', '125941.955000', '125942.415000', '125942.875000', '125943.335000', '125943.795000', '125944.255000', '125944.715000', '125945.175000', '125945.635000', '125946.095000', '125946.555000', '125947.015000', '125947.475000', '125947.935000', '125948.395000', '125948.855000', '125949.315000', '125949.775000', '125950.235000', '125950.695000', '125951.155000', '125951.615000', '125952.075000', '125952.535000', '125952.995000', '125953.455000', '125953.915000', '125954.375000', '125954.835000', '125955.295000', '125955.755000', '125956.215000', '125956.675000', '125957.135000', '125957.595000', '125958.055000', '125958.515000', '125958.975000', '125959.435000', '125959.895000', '130000.355000', '130000.815000', '130001.275000', '130001.735000', '130002.195000', '130002.655000', '130003.115000', '130003.575000', '130004.035000', '130004.495000', '130004.955000', '130005.415000', '130005.875000', '130006.335000', '130006.795000', '130007.255000', '130007.715000', '130008.175000', '130008.635000', '130009.095000', '130009.555000', '130010.015000', '130010.475000', '130010.935000', '130011.395000', '130011.855000', '130012.315000', '130012.775000', '130013.235000', '130013.695000', '130014.155000', '130014.615000', '130015.075000', '130015.535000', '130015.995000', '130016.455000', '130016.915000', '130017.375000', '130017.835000', '130018.295000', '130018.755000', '130019.215000', '130019.675000', '130020.135000', '130020.595000', '130021.055000', '130021.515000', '130021.975000', '130022.435000', '130022.895000', '130023.355000', '130023.815000', '130024.275000', '130024.735000', '130025.195000', '130025.655000', '130026.115000', '130026.575000', '130027.035000', '130027.495000', '130027.955000', '130028.415000', '130028.875000', '130029.335000', '130029.795000', '130030.255000', '130030.715000', '130031.175000', '130031.635000', '130032.095000', '130032.555000', '130033.015000', '130033.475000', '130033.935000', '130034.395000', '130034.855000', '130035.315000', '130035.775000', '130036.235000', '130036.695000', '130037.155000', '130037.615000', '130038.075000', '130038.535000', '130038.995000', '130039.455000', '130039.915000', '130040.375000', '130040.835000', '130041.295000', '130041.755000', '130042.215000', '130042.675000', '130043.135000', '130043.595000', '130044.055000', '130044.515000', '130044.975000', '130045.435000', '130045.895000', '130046.355000', '130046.815000', '130047.275000', '130047.735000', '130048.195000', '130048.655000', '130049.115000', '130049.575000', '130050.035000', '130050.495000', '130050.955000', '130051.415000', '130051.875000', '130052.335000', '130052.795000', '130053.255000', '130053.715000', '130054.175000', '130054.635000', '130055.095000', '130055.555000', '130056.015000', '130056.475000', '130056.935000', '130057.395000', '130057.855000', '130058.315000', '130058.775000', '130059.235000', '130059.695000', '130100.155000', '130100.615000', '130101.075000', '130101.535000', '130101.995000', '130102.455000', '130102.915000', '130103.375000', '130103.835000', '130104.295000', '130104.755000', '130105.215000', '130105.675000', '130106.135000', '130106.595000', '130107.055000', '130107.515000', '130107.975000', '130108.435000', '130108.895000', '130109.355000', '130109.815000', '130110.275000', '130110.735000', '130111.195000', '130111.655000', '130112.115000', '130112.575000', '130113.035000', '130113.495000', '130113.955000', '130114.415000', '130114.875000', '130115.335000', '130115.795000', '130116.255000', '130116.715000', '130117.175000', '130117.635000', '130118.095000', '130118.555000', '130119.015000', '130119.475000', '130119.935000', '130120.395000', '130120.855000', '130121.315000', '130121.775000', '130122.235000', '130122.695000', '130123.155000', '130123.615000', '130124.075000', '130124.535000', '130124.995000', '130125.455000', '130125.915000', '130126.375000', '130126.835000', '130127.295000', '130127.755000', '130128.215000', '130128.675000', '130129.135000', '130129.595000', '130130.055000', '130130.515000', '130130.975000', '130131.435000', '130131.895000', '130132.355000', '130132.815000', '130133.275000', '130133.735000', '130134.195000', '130134.655000', '130135.115000', '130135.575000', '130136.035000', '130136.495000', '130136.955000', '130137.415000', '130137.875000', '130138.335000', '130138.795000', '130139.255000', '130139.715000', '130140.175000', '130140.635000', '130141.095000', '130141.555000', '130142.015000', '130142.475000', '130142.935000', '130143.395000', '130143.855000', '130144.315000', '130144.775000', '130145.235000', '130145.695000', '130146.155000', '130146.615000', '130147.075000', '130147.535000', '130147.995000', '130148.455000', '130148.915000', '130149.375000', '130149.835000', '130150.295000', '130150.755000', '130151.215000', '130151.675000', '130152.135000', '130152.595000', '130153.055000', '130153.515000', '130153.975000', '130154.435000', '130154.895000', '130155.355000', '130155.815000', '130156.275000', '130156.735000', '130157.195000', '130157.655000', '130158.115000', '130158.575000', '130159.035000', '130159.495000', '130159.955000', '130200.415000', '130200.875000', '130201.335000', '130201.795000', '130202.255000', '130202.715000', '130203.175000', '130203.635000', '130204.095000', '130204.555000', '130205.015000', '130205.475000', '130205.935000', '130206.395000', '130206.855000', '130207.315000', '130207.775000', '130208.235000', '130208.695000', '130209.155000', '130209.615000', '130210.075000', '130210.535000', '130210.995000', '130211.455000', '130211.915000', '130212.375000', '130212.835000', '130213.295000', '130213.755000', '130214.215000', '130214.675000', '130215.135000', '130215.595000', '130216.055000', '130216.515000', '130216.975000', '130217.435000', '130217.895000', '130218.355000', '130218.815000', '130219.275000', '130219.735000', '130220.195000', '130220.655000', '130221.115000', '130221.575000', '130222.035000', '130222.495000', '130222.955000', '130223.415000', '130223.875000', '130224.335000', '130224.795000', '130225.255000', '130225.715000', '130226.175000', '130226.635000', '130227.095000', '130227.555000', '130228.015000', '130228.475000', '130228.935000', '130229.395000', '130229.855000', '130230.315000', '130230.775000', '130231.235000', '130231.695000', '130232.155000', '130232.615000', '130233.075000', '130233.535000', '130233.995000', '130234.455000', '130234.915000', '130235.375000', '130235.835000', '130236.295000', '130236.755000', '130237.215000', '130237.675000', '130238.135000', '130238.595000', '130239.055000', '130239.515000', '130239.975000', '130240.435000', '130240.895000', '130241.355000', '130241.815000', '130242.275000', '130242.735000', '130243.195000', '130243.655000', '130244.115000', '130244.575000', '130245.035000', '130245.495000', '130245.955000', '130246.415000', '130246.875000', '130247.335000', '130247.795000', '130248.255000', '130248.715000', '130249.175000', '130249.635000', '130250.095000', '130250.555000', '130251.015000', '130251.475000', '130251.935000', '130252.395000', '130252.855000', '130253.315000', '130253.775000', '130254.235000', '130254.695000', '130255.155000', '130255.615000', '130256.075000', '130256.535000', '130256.995000', '130257.455000', '130257.915000', '130258.375000', '130258.835000', '130259.295000', '130259.755000', '130300.215000', '130300.675000', '130301.135000', '130301.595000', '130302.055000', '130302.515000', '130302.975000', '130303.435000', '130303.895000', '130304.355000', '130304.815000', '130305.275000', '130305.735000', '130306.195000', '130306.655000', '130307.115000', '130307.575000', '130308.035000', '130308.495000', '130308.955000', '130309.415000', '130309.875000', '130310.335000', '130310.795000', '130311.255000', '130311.715000', '130312.175000', '130312.635000', '130313.095000', '130313.555000', '130314.015000', '130314.475000', '130314.935000', '130315.395000', '130315.855000', '130316.315000', '130316.775000', '130317.235000', '130317.695000', '130318.155000', '130318.615000', '130319.075000', '130319.535000', '130319.995000', '130320.455000', '130320.915000', '130321.375000', '130321.835000', '130322.295000', '130322.755000', '130323.215000', '130323.675000', '130324.135000', '130324.595000', '130325.055000', '130325.515000', '130325.975000', '130326.435000', '130326.895000', '130327.355000', '130327.815000', '130328.275000', '130328.735000', '130329.195000', '130329.655000', '130330.115000', '130330.575000', '130331.035000', '130331.495000', '130331.955000', '130332.415000', '130332.875000', '130333.335000', '130333.795000', '130334.255000', '130334.715000', '130335.175000', '130335.635000', '130336.095000', '130336.555000', '130337.015000', '130337.475000', '130337.935000', '130338.395000', '130338.855000', '130339.315000', '130339.775000', '130340.235000', '130340.695000', '130341.155000', '130341.615000', '130342.075000', '130342.535000', '130342.995000', '130343.455000', '130343.915000', '130344.375000', '130344.835000', '130345.295000', '130345.755000', '130346.215000', '130346.675000', '130347.135000', '130347.595000', '130348.055000', '130348.515000', '130348.975000', '130349.435000', '130349.895000', '130350.355000', '130350.815000', '130351.275000', '130351.735000', '130352.195000', '130352.655000', '130353.115000', '130353.575000', '130354.035000', '130354.495000', '130354.955000', '130355.415000', '130355.875000', '130356.335000', '130356.795000', '130357.255000', '130357.715000', '130358.175000', '130358.635000', '130359.095000', '130359.555000', '130400.015000', '130400.475000', '130400.935000', '130401.395000', '130401.855000', '130402.315000', '130402.775000', '130403.235000', '130403.695000', '130404.155000', '130404.615000', '130405.075000', '130405.535000', '130405.995000', '130406.455000', '130406.915000', '130407.375000', '130407.835000', '130408.295000', '130408.755000', '130409.215000', '130409.675000', '130410.135000', '130410.595000', '130411.055000', '130411.515000', '130411.975000', '130412.435000', '130412.895000', '130413.355000', '130413.815000', '130414.275000', '130414.735000', '130415.195000', '130415.655000', '130416.115000', '130416.575000', '130417.035000', '130417.495000', '130417.955000', '130418.415000', '130418.875000', '130419.335000', '130419.795000', '130420.255000', '130420.715000', '130421.175000', '130421.635000', '130422.095000', '130422.555000', '130423.015000', '130423.475000', '130423.935000', '130424.395000', '130424.855000', '130425.315000', '130425.775000', '130426.235000', '130426.695000', '130427.155000', '130427.615000', '130428.075000', '130428.535000', '130428.995000', '130429.455000', '130429.915000', '130430.375000', '130430.835000', '130431.295000', '130431.755000', '130432.215000', '130432.675000', '130433.135000', '130433.595000', '130434.055000', '130434.515000', '130434.975000', '130435.435000', '130435.895000', '130436.355000', '130436.815000', '130437.275000', '130437.735000', '130438.195000', '130438.655000', '130439.115000', '130439.575000', '130440.035000', '130440.495000', '130440.955000', '130441.415000', '130441.875000', '130442.335000', '130442.795000', '130443.255000', '130443.715000', '130444.175000', '130444.635000', '130445.095000', '130445.555000', '130446.015000', '130446.475000', '130446.935000', '130447.395000', '130447.855000', '130448.315000', '130448.775000', '130449.235000', '130449.695000', '130450.155000', '130450.615000', '130451.075000', '130451.535000', '130451.995000', '130452.455000', '130452.915000', '130453.375000', '130453.835000', '130454.295000', '130454.755000', '130455.215000', '130455.675000', '130456.135000', '130456.595000', '130457.055000', '130457.515000', '130457.975000', '130458.435000', '130458.895000', '130459.355000', '130459.815000', '130500.275000', '130500.735000', '130501.195000', '130501.655000', '130502.115000', '130502.575000', '130503.035000', '130503.495000', '130503.955000', '130504.415000', '130504.875000', '130505.335000', '130505.795000', '130506.255000', '130506.715000', '130507.175000', '130507.635000', '130508.095000', '130508.555000', '130509.015000', '130509.475000', '130509.935000', '130510.395000', '130510.855000', '130511.315000', '130511.775000', '130512.235000', '130512.695000', '130513.155000', '130513.615000', '130514.075000', '130514.535000', '130514.995000', '130515.455000', '130515.915000', '130516.375000', '130516.835000', '130517.295000', '130517.755000', '130518.215000', '130518.675000', '130519.135000', '130519.595000', '130520.055000', '130520.515000', '130520.975000', '130521.435000', '130521.895000', '130522.355000', '130522.815000', '130523.275000', '130523.735000', '130524.195000', '130524.655000', '130525.115000', '130525.575000', '130526.035000', '130526.495000', '130526.955000', '130527.415000', '130527.875000', '130528.335000', '130528.795000', '130529.255000', '130529.715000', '130530.175000', '130530.635000', '130531.095000', '130531.555000', '130532.015000', '130532.475000', '130532.935000', '130533.395000', '130533.855000', '130534.315000', '130534.775000', '130535.235000', '130535.695000', '130536.155000', '130536.615000', '130537.075000', '130537.535000', '130537.995000', '130538.455000', '130538.915000', '130539.375000', '130539.835000', '130540.295000', '130540.755000', '130541.215000', '130541.675000', '130542.135000', '130542.595000', '130543.055000', '130543.515000', '130543.975000', '130544.435000', '130544.895000', '130545.355000', '130545.815000', '130546.275000', '130546.735000', '130547.195000', '130547.655000', '130548.115000', '130548.575000', '130549.035000', '130549.495000', '130549.955000', '130550.415000', '130550.875000', '130551.335000', '130551.795000', '130552.255000', '130552.715000', '130553.175000', '130553.635000', '130554.095000', '130554.555000', '130555.015000', '130555.475000', '130555.935000', '130556.395000', '130556.855000', '130557.315000', '130557.775000', '130558.235000', '130558.695000', '130559.155000', '130559.615000', '130600.075000', '130600.535000', '130600.995000', '130601.455000', '130601.915000', '130602.375000', '130602.835000', '130603.295000', '130603.755000', '130604.215000', '130604.675000', '130605.135000', '130605.595000', '130606.055000', '130606.515000', '130606.975000', '130607.435000', '130607.895000', '130608.355000', '130608.815000', '130609.275000', '130609.735000', '130610.195000', '130610.655000', '130611.115000', '130611.575000', '130612.035000', '130612.495000', '130612.955000', '130613.415000', '130613.875000', '130614.335000', '130614.795000', '130615.255000', '130615.715000', '130616.175000', '130616.635000', '130617.095000', '130617.555000', '130618.015000', '130618.475000'], 'ContentTime': ['125648.758000', '125648.761000', '125648.764000', '125648.766000', '125648.769000', '125648.771000', '125648.774000', '125648.777000', '125648.779000', '125648.782000', '125648.784000', '125648.787000', '125648.789000', '125648.792000', '125648.795000', '125648.797000', '125648.800000', '125648.802000', '125648.805000', '125648.808000', '125648.810000', '125648.813000', '125648.815000', '125648.824000', '125648.827000', '125648.829000', '125648.832000', '125648.834000', '125648.837000', '125648.839000', '125648.842000', '125648.845000', '125648.847000', '125648.850000', '125648.852000', '125648.855000', '125648.858000', '125648.860000', '125648.863000', '125648.865000', '125648.868000', '125648.871000', '125648.873000', '125648.876000', '125648.878000', '125648.881000', '125648.883000', '125648.886000', '125648.888000', '125648.891000', '125648.894000', '125648.896000', '125648.899000', '125648.901000', '125648.904000', '125708.730000', '125708.732000', '125708.735000', '125708.738000', '125708.740000', '125708.743000', '125708.745000', '125708.748000', '125708.750000', '125708.753000', '125708.755000', '125708.758000', '125708.761000', '125708.763000', '125708.766000', '125708.768000', '125708.771000', '125708.774000', '125708.776000', '125708.779000', '125708.781000', '125708.784000', '125708.786000', '125708.789000', '125708.792000', '125708.794000', '125708.797000', '125708.800000', '125708.803000', '125708.806000', '125708.815000', '125708.818000', '125708.821000', '125708.824000', '125708.826000', '125708.829000', '125708.831000', '125708.834000', '125708.837000', '125708.839000', '125708.842000', '125708.844000', '125708.847000', '125728.730000', '125728.732000', '125728.735000', '125728.738000', '125728.740000', '125728.743000', '125728.745000', '125728.748000', '125728.750000', '125728.753000', '125728.755000', '125728.758000', '125728.761000', '125728.763000', '125728.766000', '125728.769000', '125728.771000', '125728.774000', '125728.776000', '125728.779000', '125728.782000', '125728.784000', '125728.787000', '125728.790000', '125728.792000', '125728.795000', '125728.797000', '125728.800000', '125728.809000', '125728.811000', '125728.814000', '125728.816000', '125728.827000', '125728.829000', '125728.832000', '125728.834000', '125728.837000', '125728.839000', '125728.842000', '125728.845000', '125728.847000', '125728.850000', '125728.852000', '125728.855000', '125748.730000', '125748.732000', '125748.735000', '125748.737000', '125748.740000', '125748.743000', '125748.745000', '125748.748000', '125748.786000', '125748.789000', '125748.791000', '125748.794000', '125748.797000', '125748.799000', '125748.802000', '125748.805000', '125748.807000', '125748.810000', '125748.813000', '125748.815000', '125748.818000', '125748.820000', '125748.823000', '125748.826000', '125748.828000', '125748.831000', '125748.834000', '125748.836000', '125748.839000', '125748.848000', '125748.850000', '125748.853000', '125748.855000', '125748.858000', '125748.861000', '125748.863000', '125748.866000', '125748.869000', '125748.872000', '125748.874000', '125748.877000', '125748.880000', '125748.883000', '125808.729000', '125808.738000', '125808.741000', '125808.743000', '125808.746000', '125808.749000', '125808.751000', '125808.754000', '125808.756000', '125808.759000', '125808.762000', '125808.764000', '125808.767000', '125808.770000', '125808.772000', '125808.775000', '125808.777000', '125808.780000', '125808.783000', '125808.785000', '125808.788000', '125808.791000', '125808.793000', '125808.796000', '125808.798000', '125808.801000', '125808.804000', '125808.806000', '125808.809000', '125808.812000', '125808.815000', '125808.817000', '125808.820000', '125808.822000', '125808.825000', '125808.827000', '125808.830000', '125808.833000', '125808.835000', '125808.838000', '125808.840000', '125808.843000', '125808.846000', '125808.848000', '125828.730000', '125828.733000', '125828.736000', '125828.739000', '125828.741000', '125828.744000', '125828.746000', '125828.749000', '125828.752000', '125828.754000', '125828.757000', '125828.760000', '125828.762000', '125828.765000', '125828.767000', '125828.770000', '125828.773000', '125828.775000', '125828.778000', '125828.781000', '125828.783000', '125828.786000', '125828.788000', '125828.791000', '125828.794000', '125828.796000', '125828.799000', '125828.801000', '125828.804000', '125828.807000', '125828.809000', '125828.814000', '125828.817000', '125828.819000', '125828.822000', '125828.824000', '125828.827000', '125828.829000', '125828.832000', '125828.835000', '125828.838000', '125828.841000', '125828.844000', '125848.730000', '125848.733000', '125848.736000', '125848.739000', '125848.741000', '125848.744000', '125848.746000', '125848.749000', '125848.752000', '125848.754000', '125848.757000', '125848.759000', '125848.762000', '125848.765000', '125848.767000', '125848.770000', '125848.772000', '125848.775000', '125848.778000', '125848.780000', '125848.783000', '125848.785000', '125848.788000', '125848.791000', '125848.793000', '125848.796000', '125848.799000', '125848.801000', '125848.804000', '125848.806000', '125848.809000', '125848.811000', '125848.814000', '125848.817000', '125848.819000', '125848.822000', '125848.824000', '125848.827000', '125848.830000', '125848.832000', '125848.835000', '125848.837000', '125848.840000', '125848.843000', '125908.729000', '125908.732000', '125908.735000', '125908.738000', '125908.740000', '125908.743000', '125908.745000', '125908.748000', '125908.751000', '125908.753000', '125908.756000', '125908.758000', '125908.761000', '125908.764000', '125908.766000', '125908.769000', '125908.771000', '125908.774000', '125908.777000', '125908.779000', '125908.782000', '125908.788000', '125908.791000', '125908.801000', '125908.804000', '125908.806000', '125908.809000', '125908.811000', '125908.814000', '125908.817000', '125908.819000', '125908.822000', '125908.824000', '125908.827000', '125908.830000', '125908.832000', '125908.835000', '125908.837000', '125908.840000', '125908.843000', '125908.845000', '125908.848000', '125908.851000', '125928.730000', '125928.732000', '125928.735000', '125928.738000', '125928.740000', '125928.743000', '125928.745000', '125928.748000', '125928.751000', '125928.753000', '125928.756000', '125928.758000', '125928.761000', '125928.764000', '125928.766000', '125928.769000', '125928.771000', '125928.774000', '125928.777000', '125928.779000', '125928.782000', '125928.784000', '125928.787000', '125928.790000', '125928.792000', '125928.795000', '125928.797000', '125928.800000', '125928.803000', '125928.805000', '125928.808000', '125928.810000', '125928.813000', '125928.816000', '125928.818000', '125928.821000', '125928.824000', '125928.826000', '125928.829000', '125928.831000', '125928.834000', '125928.837000', '125928.839000', '125928.842000', '125948.729000', '125948.732000', '125948.735000', '125948.737000', '125948.740000', '125948.743000', '125948.745000', '125948.748000', '125948.751000', '125948.753000', '125948.756000', '125948.759000', '125948.761000', '125948.764000', '125948.773000', '125948.775000', '125948.778000', '125948.781000', '125948.783000', '125948.786000', '125948.789000', '125948.791000', '125948.794000', '125948.797000', '125948.799000', '125948.802000', '125948.804000', '125948.807000', '125948.810000', '125948.812000', '125948.815000', '125948.818000', '125948.820000', '125948.823000', '125948.825000', '125948.828000', '125948.831000', '125948.833000', '125948.836000', '125948.838000', '125948.841000', '125948.844000', '125948.846000', '130008.730000', '130008.732000', '130008.735000', '130008.738000', '130008.740000', '130008.743000', '130008.746000', '130008.748000', '130008.751000', '130008.754000', '130008.756000', '130008.759000', '130008.761000', '130008.764000', '130008.767000', '130008.769000', '130008.772000', '130008.774000', '130008.777000', '130008.779000', '130008.782000', '130008.785000', '130008.787000', '130008.790000', '130008.793000', '130008.796000', '130008.798000', '130008.801000', '130008.803000', '130008.806000', '130008.809000', '130008.811000', '130008.814000', '130008.817000', '130008.819000', '130008.822000', '130008.824000', '130008.827000', '130008.830000', '130008.832000', '130008.835000', '130008.837000', '130008.840000', '130008.843000', '130028.729000', '130028.732000', '130028.754000', '130028.757000', '130028.760000', '130028.762000', '130028.765000', '130028.768000', '130028.770000', '130028.773000', '130028.775000', '130028.778000', '130028.781000', '130028.783000', '130028.786000', '130028.788000', '130028.791000', '130028.794000', '130028.796000', '130028.799000', '130028.802000', '130028.804000', '130028.807000', '130028.809000', '130028.812000', '130028.815000', '130028.817000', '130028.820000', '130028.822000', '130028.825000', '130028.828000', '130028.830000', '130028.833000', '130028.835000', '130028.838000', '130028.841000', '130028.843000', '130028.846000', '130028.848000', '130028.851000', '130028.853000', '130028.856000', '130028.859000', '130048.730000', '130048.733000', '130048.736000', '130048.738000', '130048.741000', '130048.759000', '130048.761000', '130048.764000', '130048.766000', '130048.769000', '130048.772000', '130048.774000', '130048.777000', '130048.779000', '130048.782000', '130048.785000', '130048.787000', '130048.790000', '130048.792000', '130048.795000', '130048.798000', '130048.800000', '130048.803000', '130048.806000', '130048.808000', '130048.811000', '130048.813000', '130048.816000', '130048.819000', '130048.821000', '130048.824000', '130048.826000', '130048.829000', '130048.832000', '130048.834000', '130048.837000', '130048.839000', '130048.842000', '130048.845000', '130048.847000', '130048.850000', '130048.852000', '130048.855000', '130048.857000', '130108.730000', '130108.733000', '130108.736000', '130108.739000', '130108.741000', '130108.744000', '130108.747000', '130108.749000', '130108.752000', '130108.754000', '130108.757000', '130108.760000', '130108.762000', '130108.765000', '130108.768000', '130108.770000', '130108.773000', '130108.775000', '130108.778000', '130108.781000', '130108.783000', '130108.786000', '130108.788000', '130108.791000', '130108.794000', '130108.796000', '130108.799000', '130108.801000', '130108.804000', '130108.807000', '130108.809000', '130108.812000', '130108.814000', '130108.817000', '130108.820000', '130108.822000', '130108.825000', '130108.827000', '130108.830000', '130108.832000', '130108.835000', '130108.838000', '130108.840000', '130128.730000', '130128.733000', '130128.735000', '130128.738000', '130128.741000', '130128.743000', '130128.746000', '130128.748000', '130128.751000', '130128.753000', '130128.756000', '130128.759000', '130128.761000', '130128.764000', '130128.767000', '130128.769000', '130128.772000', '130128.774000', '130128.777000', '130128.780000', '130128.782000', '130128.785000', '130128.788000', '130128.790000', '130128.793000', '130128.795000', '130128.798000', '130128.801000', '130128.803000', '130128.806000', '130128.809000', '130128.811000', '130128.814000', '130128.817000', '130128.819000', '130128.822000', '130128.824000', '130128.827000', '130128.830000', '130128.832000', '130128.835000', '130128.837000', '130128.840000', '130148.730000', '130148.732000', '130148.735000', '130148.738000', '130148.740000', '130148.743000', '130148.745000', '130148.748000', '130148.751000', '130148.753000', '130148.756000', '130148.759000', '130148.761000', '130148.764000', '130148.766000', '130148.769000', '130148.771000', '130148.774000', '130148.777000', '130148.779000', '130148.782000', '130148.784000', '130148.787000', '130148.789000', '130148.792000', '130148.795000', '130148.797000', '130148.800000', '130148.803000', '130148.805000', '130148.808000', '130148.810000', '130148.819000', '130148.822000', '130148.825000', '130148.827000', '130148.830000', '130148.832000', '130148.835000', '130148.837000', '130148.840000', '130148.843000', '130148.845000', '130148.848000', '130208.730000', '130208.733000', '130208.735000', '130208.738000', '130208.741000', '130208.745000', '130208.747000', '130208.750000', '130208.753000', '130208.755000', '130208.758000', '130208.760000', '130208.763000', '130208.766000', '130208.768000', '130208.771000', '130208.801000', '130208.803000', '130208.806000', '130208.809000', '130208.811000', '130208.814000', '130208.816000', '130208.819000', '130208.822000', '130208.824000', '130208.827000', '130208.829000', '130208.832000', '130208.835000', '130208.837000', '130208.840000', '130208.843000', '130208.845000', '130208.848000', '130208.850000', '130208.853000', '130208.856000', '130208.858000', '130208.861000', '130208.863000', '130208.866000', '130208.869000', '130228.730000', '130228.732000', '130228.735000', '130228.738000', '130228.740000', '130228.743000', '130228.745000', '130228.748000', '130228.751000', '130228.753000', '130228.756000', '130228.759000', '130228.761000', '130228.764000', '130228.766000', '130228.769000', '130228.772000', '130228.774000', '130228.777000', '130228.780000', '130228.784000', '130228.786000', '130228.789000', '130228.791000', '130228.794000', '130228.797000', '130228.799000', '130228.802000', '130228.805000', '130228.807000', '130228.810000', '130228.812000', '130228.815000', '130228.818000', '130228.820000', '130228.823000', '130228.825000', '130228.828000', '130228.831000', '130228.833000', '130228.836000', '130228.838000', '130228.841000', '130228.844000', '130248.730000', '130248.733000', '130248.736000', '130248.738000', '130248.741000', '130248.744000', '130248.747000', '130248.749000', '130248.752000', '130248.754000', '130248.757000', '130248.760000', '130248.763000', '130248.766000', '130248.769000', '130248.771000', '130248.774000', '130248.777000', '130248.779000', '130248.782000', '130248.784000', '130248.787000', '130248.790000', '130248.792000', '130248.795000', '130248.797000', '130248.800000', '130248.802000', '130248.805000', '130248.808000', '130248.810000', '130248.813000', '130248.816000', '130248.819000', '130248.821000', '130248.824000', '130248.826000', '130248.829000', '130248.831000', '130248.834000', '130248.837000', '130248.839000', '130248.842000', '130308.732000', '130308.734000', '130308.737000', '130308.740000', '130308.742000', '130308.745000', '130308.747000', '130308.750000', '130308.753000', '130308.755000', '130308.758000', '130308.760000', '130308.763000', '130308.765000', '130308.768000', '130308.771000', '130308.773000', '130308.776000', '130308.779000', '130308.781000', '130308.784000', '130308.786000', '130308.789000', '130308.792000', '130308.794000', '130308.797000', '130308.799000', '130308.802000', '130308.805000', '130308.807000', '130308.810000', '130308.812000', '130308.815000', '130308.818000', '130308.820000', '130308.823000', '130308.826000', '130308.828000', '130308.831000', '130308.833000', '130308.836000', '130308.839000', '130308.841000', '130308.844000', '130328.731000', '130328.734000', '130328.736000', '130328.739000', '130328.741000', '130328.744000', '130328.747000', '130328.749000', '130328.752000', '130328.754000', '130328.757000', '130328.760000', '130328.762000', '130328.765000', '130328.767000', '130328.770000', '130328.773000', '130328.775000', '130328.778000', '130328.780000', '130328.783000', '130328.786000', '130328.788000', '130328.791000', '130328.794000', '130328.796000', '130328.799000', '130328.802000', '130328.804000', '130328.807000', '130328.809000', '130328.812000', '130328.815000', '130328.817000', '130328.820000', '130328.822000', '130328.825000', '130328.828000', '130328.830000', '130328.833000', '130328.835000', '130328.852000', '130328.855000', '130328.867000', '130348.729000', '130348.732000', '130348.735000', '130348.738000', '130348.740000', '130348.743000', '130348.745000', '130348.748000', '130348.750000', '130348.753000', '130348.756000', '130348.758000', '130348.761000', '130348.764000', '130348.766000', '130348.769000', '130348.771000', '130348.774000', '130348.777000', '130348.779000', '130348.782000', '130348.784000', '130348.787000', '130348.790000', '130348.792000', '130348.795000', '130348.798000', '130348.800000', '130348.803000', '130348.805000', '130348.808000', '130348.811000', '130348.813000', '130348.816000', '130348.818000', '130348.821000', '130348.824000', '130348.826000', '130348.829000', '130348.832000', '130348.834000', '130348.837000', '130348.839000', '130408.730000', '130408.732000', '130408.735000', '130408.738000', '130408.740000', '130408.743000', '130408.746000', '130408.748000', '130408.751000', '130408.753000', '130408.756000', '130408.759000', '130408.761000', '130408.764000', '130408.767000', '130408.769000', '130408.772000', '130408.774000', '130408.777000', '130408.780000', '130408.782000', '130408.785000', '130408.788000', '130408.790000', '130408.793000', '130408.795000', '130408.798000', '130408.801000', '130408.804000', '130408.807000', '130408.810000', '130408.812000', '130408.815000', '130408.818000', '130408.820000', '130408.823000', '130408.826000', '130408.829000', '130408.832000', '130408.835000', '130408.838000', '130408.840000', '130408.843000', '130428.729000', '130428.732000', '130428.735000', '130428.738000', '130428.740000', '130428.743000', '130428.745000', '130428.748000', '130428.750000', '130428.753000', '130428.756000', '130428.758000', '130428.761000', '130428.763000', '130428.766000', '130428.769000', '130428.771000', '130428.774000', '130428.777000', '130428.779000', '130428.782000', '130428.785000', '130428.787000', '130428.790000', '130428.792000', '130428.795000', '130428.798000', '130428.800000', '130428.803000', '130428.805000', '130428.808000', '130428.811000', '130428.813000', '130428.816000', '130428.819000', '130428.821000', '130428.824000', '130428.827000', '130428.829000', '130428.832000', '130428.835000', '130428.837000', '130428.840000', '130428.843000', '130448.730000', '130448.732000', '130448.735000', '130448.738000', '130448.740000', '130448.743000', '130448.746000', '130448.748000', '130448.751000', '130448.753000', '130448.756000', '130448.759000', '130448.761000', '130448.764000', '130448.766000', '130448.769000', '130448.771000', '130448.774000', '130448.777000', '130448.779000', '130448.782000', '130448.784000', '130448.787000', '130448.790000', '130448.792000', '130448.795000', '130448.799000', '130448.802000', '130448.804000', '130448.807000', '130448.810000', '130448.812000', '130448.815000', '130448.818000', '130448.820000', '130448.823000', '130448.826000', '130448.848000', '130448.850000', '130448.853000', '130448.855000', '130448.858000', '130448.861000', '130508.730000', '130508.732000', '130508.735000', '130508.738000', '130508.740000', '130508.743000', '130508.745000', '130508.748000', '130508.751000', '130508.753000', '130508.756000', '130508.758000', '130508.761000', '130508.764000', '130508.766000', '130508.769000', '130508.771000', '130508.775000', '130508.778000', '130508.780000', '130508.783000', '130508.786000', '130508.788000', '130508.791000', '130508.793000', '130508.796000', '130508.799000', '130508.801000', '130508.804000', '130508.806000', '130508.809000', '130508.812000', '130508.815000', '130508.817000', '130508.820000', '130508.822000', '130508.825000', '130508.828000', '130508.831000', '130508.833000', '130508.836000', '130508.839000', '130508.841000', '130508.844000', '130528.731000', '130528.733000', '130528.736000', '130528.739000', '130528.741000', '130528.744000', '130528.747000', '130528.749000', '130528.752000', '130528.755000', '130528.757000', '130528.760000', '130528.762000', '130528.765000', '130528.768000', '130528.770000', '130528.773000', '130528.776000', '130528.778000', '130528.781000', '130528.784000', '130528.786000', '130528.789000', '130528.791000', '130528.794000', '130528.797000', '130528.799000', '130528.802000', '130528.804000', '130528.807000', '130528.810000', '130528.813000', '130528.816000', '130528.819000', '130528.822000', '130528.825000', '130528.827000', '130528.830000', '130528.832000', '130528.835000', '130528.838000', '130528.840000', '130528.844000', '130548.731000', '130548.734000', '130548.736000', '130548.739000', '130548.741000', '130548.744000', '130548.747000', '130548.749000', '130548.752000', '130548.754000', '130548.757000', '130548.760000', '130548.762000', '130548.765000', '130548.767000', '130548.770000', '130548.772000', '130548.775000', '130548.778000', '130548.780000', '130548.783000', '130548.785000', '130548.788000', '130548.791000', '130548.793000', '130548.796000', '130548.798000', '130548.801000', '130548.804000', '130548.806000', '130548.809000', '130548.812000', '130548.814000', '130548.817000', '130548.819000', '130548.822000', '130548.825000', '130548.827000', '130548.830000', '130548.832000', '130548.835000', '130548.838000', '130548.840000', '130548.843000', '130608.730000', '130608.732000', '130608.735000', '130608.738000', '130608.740000', '130608.743000', '130608.746000', '130608.748000', '130608.751000', '130608.753000', '130608.756000', '130608.759000', '130608.761000', '130608.764000', '130608.767000', '130608.769000', '130608.772000', '130608.774000', '130608.777000', '130608.780000', '130608.792000', '130608.794000', '130608.797000', '130608.800000', '130608.802000', '130608.805000', '130608.808000', '130608.810000', '130608.813000', '130608.816000', '130608.818000', '130608.821000', '130608.823000', '130608.826000', '130608.829000', '130608.831000', '130608.841000', '130608.844000', '130608.847000', '130608.849000', '130608.852000', '130608.855000', '130608.857000', '130620.316000', '130620.319000', '130620.322000', '130620.325000', '130620.327000', '130620.330000', '130620.333000', '130620.336000', '130620.338000', '130620.341000', '130620.344000', '130620.348000', '130620.351000', '130620.354000', '130620.357000', '130620.360000', '130620.363000', '130620.366000', '130620.369000', '130620.372000', '130620.374000', '130620.377000', '130620.380000', '130620.382000', '130620.385000', '130620.388000'], 'InstanceCreationTime': ['125648.758000', '125648.761000', '125648.764000', '125648.766000', '125648.769000', '125648.771000', '125648.774000', '125648.777000', '125648.779000', '125648.782000', '125648.784000', '125648.787000', '125648.789000', '125648.792000', '125648.795000', '125648.797000', '125648.800000', '125648.802000', '125648.805000', '125648.808000', '125648.810000', '125648.813000', '125648.815000', '125648.824000', '125648.827000', '125648.829000', '125648.832000', '125648.834000', '125648.837000', '125648.839000', '125648.842000', '125648.845000', '125648.847000', '125648.850000', '125648.852000', '125648.855000', '125648.858000', '125648.860000', '125648.863000', '125648.865000', '125648.868000', '125648.871000', '125648.873000', '125648.876000', '125648.878000', '125648.881000', '125648.883000', '125648.886000', '125648.888000', '125648.891000', '125648.894000', '125648.896000', '125648.899000', '125648.901000', '125648.904000', '125708.730000', '125708.732000', '125708.735000', '125708.738000', '125708.740000', '125708.743000', '125708.745000', '125708.748000', '125708.750000', '125708.753000', '125708.755000', '125708.758000', '125708.761000', '125708.763000', '125708.766000', '125708.768000', '125708.771000', '125708.774000', '125708.776000', '125708.779000', '125708.781000', '125708.784000', '125708.786000', '125708.789000', '125708.792000', '125708.794000', '125708.797000', '125708.800000', '125708.803000', '125708.806000', '125708.815000', '125708.818000', '125708.821000', '125708.824000', '125708.826000', '125708.829000', '125708.831000', '125708.834000', '125708.837000', '125708.839000', '125708.842000', '125708.844000', '125708.847000', '125728.730000', '125728.732000', '125728.735000', '125728.738000', '125728.740000', '125728.743000', '125728.745000', '125728.748000', '125728.750000', '125728.753000', '125728.755000', '125728.758000', '125728.761000', '125728.763000', '125728.766000', '125728.769000', '125728.771000', '125728.774000', '125728.776000', '125728.779000', '125728.782000', '125728.784000', '125728.787000', '125728.790000', '125728.792000', '125728.795000', '125728.797000', '125728.800000', '125728.809000', '125728.811000', '125728.814000', '125728.816000', '125728.827000', '125728.829000', '125728.832000', '125728.834000', '125728.837000', '125728.839000', '125728.842000', '125728.845000', '125728.847000', '125728.850000', '125728.852000', '125728.855000', '125748.730000', '125748.732000', '125748.735000', '125748.737000', '125748.740000', '125748.743000', '125748.745000', '125748.748000', '125748.786000', '125748.789000', '125748.791000', '125748.794000', '125748.797000', '125748.799000', '125748.802000', '125748.805000', '125748.807000', '125748.810000', '125748.813000', '125748.815000', '125748.818000', '125748.820000', '125748.823000', '125748.826000', '125748.828000', '125748.831000', '125748.834000', '125748.836000', '125748.839000', '125748.848000', '125748.850000', '125748.853000', '125748.855000', '125748.858000', '125748.861000', '125748.863000', '125748.866000', '125748.869000', '125748.872000', '125748.874000', '125748.877000', '125748.880000', '125748.883000', '125808.729000', '125808.738000', '125808.741000', '125808.743000', '125808.746000', '125808.749000', '125808.751000', '125808.754000', '125808.756000', '125808.759000', '125808.762000', '125808.764000', '125808.767000', '125808.770000', '125808.772000', '125808.775000', '125808.777000', '125808.780000', '125808.783000', '125808.785000', '125808.788000', '125808.791000', '125808.793000', '125808.796000', '125808.798000', '125808.801000', '125808.804000', '125808.806000', '125808.809000', '125808.812000', '125808.815000', '125808.817000', '125808.820000', '125808.822000', '125808.825000', '125808.827000', '125808.830000', '125808.833000', '125808.835000', '125808.838000', '125808.840000', '125808.843000', '125808.846000', '125808.848000', '125828.730000', '125828.733000', '125828.736000', '125828.739000', '125828.741000', '125828.744000', '125828.746000', '125828.749000', '125828.752000', '125828.754000', '125828.757000', '125828.760000', '125828.762000', '125828.765000', '125828.767000', '125828.770000', '125828.773000', '125828.775000', '125828.778000', '125828.781000', '125828.783000', '125828.786000', '125828.788000', '125828.791000', '125828.794000', '125828.796000', '125828.799000', '125828.801000', '125828.804000', '125828.807000', '125828.809000', '125828.814000', '125828.817000', '125828.819000', '125828.822000', '125828.824000', '125828.827000', '125828.829000', '125828.832000', '125828.835000', '125828.838000', '125828.841000', '125828.844000', '125848.730000', '125848.733000', '125848.736000', '125848.739000', '125848.741000', '125848.744000', '125848.746000', '125848.749000', '125848.752000', '125848.754000', '125848.757000', '125848.759000', '125848.762000', '125848.765000', '125848.767000', '125848.770000', '125848.772000', '125848.775000', '125848.778000', '125848.780000', '125848.783000', '125848.785000', '125848.788000', '125848.791000', '125848.793000', '125848.796000', '125848.799000', '125848.801000', '125848.804000', '125848.806000', '125848.809000', '125848.811000', '125848.814000', '125848.817000', '125848.819000', '125848.822000', '125848.824000', '125848.827000', '125848.830000', '125848.832000', '125848.835000', '125848.837000', '125848.840000', '125848.843000', '125908.729000', '125908.732000', '125908.735000', '125908.738000', '125908.740000', '125908.743000', '125908.745000', '125908.748000', '125908.751000', '125908.753000', '125908.756000', '125908.758000', '125908.761000', '125908.764000', '125908.766000', '125908.769000', '125908.771000', '125908.774000', '125908.777000', '125908.779000', '125908.782000', '125908.788000', '125908.791000', '125908.801000', '125908.804000', '125908.806000', '125908.809000', '125908.811000', '125908.814000', '125908.817000', '125908.819000', '125908.822000', '125908.824000', '125908.827000', '125908.830000', '125908.832000', '125908.835000', '125908.837000', '125908.840000', '125908.843000', '125908.845000', '125908.848000', '125908.851000', '125928.730000', '125928.732000', '125928.735000', '125928.738000', '125928.740000', '125928.743000', '125928.745000', '125928.748000', '125928.751000', '125928.753000', '125928.756000', '125928.758000', '125928.761000', '125928.764000', '125928.766000', '125928.769000', '125928.771000', '125928.774000', '125928.777000', '125928.779000', '125928.782000', '125928.784000', '125928.787000', '125928.790000', '125928.792000', '125928.795000', '125928.797000', '125928.800000', '125928.803000', '125928.805000', '125928.808000', '125928.810000', '125928.813000', '125928.816000', '125928.818000', '125928.821000', '125928.824000', '125928.826000', '125928.829000', '125928.831000', '125928.834000', '125928.837000', '125928.839000', '125928.842000', '125948.729000', '125948.732000', '125948.735000', '125948.737000', '125948.740000', '125948.743000', '125948.745000', '125948.748000', '125948.751000', '125948.753000', '125948.756000', '125948.759000', '125948.761000', '125948.764000', '125948.773000', '125948.775000', '125948.778000', '125948.781000', '125948.783000', '125948.786000', '125948.789000', '125948.791000', '125948.794000', '125948.797000', '125948.799000', '125948.802000', '125948.804000', '125948.807000', '125948.810000', '125948.812000', '125948.815000', '125948.818000', '125948.820000', '125948.823000', '125948.825000', '125948.828000', '125948.831000', '125948.833000', '125948.836000', '125948.838000', '125948.841000', '125948.844000', '125948.846000', '130008.730000', '130008.732000', '130008.735000', '130008.738000', '130008.740000', '130008.743000', '130008.746000', '130008.748000', '130008.751000', '130008.754000', '130008.756000', '130008.759000', '130008.761000', '130008.764000', '130008.767000', '130008.769000', '130008.772000', '130008.774000', '130008.777000', '130008.779000', '130008.782000', '130008.785000', '130008.787000', '130008.790000', '130008.793000', '130008.796000', '130008.798000', '130008.801000', '130008.803000', '130008.806000', '130008.809000', '130008.811000', '130008.814000', '130008.817000', '130008.819000', '130008.822000', '130008.824000', '130008.827000', '130008.830000', '130008.832000', '130008.835000', '130008.837000', '130008.840000', '130008.843000', '130028.729000', '130028.732000', '130028.754000', '130028.757000', '130028.760000', '130028.762000', '130028.765000', '130028.768000', '130028.770000', '130028.773000', '130028.775000', '130028.778000', '130028.781000', '130028.783000', '130028.786000', '130028.788000', '130028.791000', '130028.794000', '130028.796000', '130028.799000', '130028.802000', '130028.804000', '130028.807000', '130028.809000', '130028.812000', '130028.815000', '130028.817000', '130028.820000', '130028.822000', '130028.825000', '130028.828000', '130028.830000', '130028.833000', '130028.835000', '130028.838000', '130028.841000', '130028.843000', '130028.846000', '130028.848000', '130028.851000', '130028.853000', '130028.856000', '130028.859000', '130048.730000', '130048.733000', '130048.736000', '130048.738000', '130048.741000', '130048.759000', '130048.761000', '130048.764000', '130048.766000', '130048.769000', '130048.772000', '130048.774000', '130048.777000', '130048.779000', '130048.782000', '130048.785000', '130048.787000', '130048.790000', '130048.792000', '130048.795000', '130048.798000', '130048.800000', '130048.803000', '130048.806000', '130048.808000', '130048.811000', '130048.813000', '130048.816000', '130048.819000', '130048.821000', '130048.824000', '130048.826000', '130048.829000', '130048.832000', '130048.834000', '130048.837000', '130048.839000', '130048.842000', '130048.845000', '130048.847000', '130048.850000', '130048.852000', '130048.855000', '130048.857000', '130108.730000', '130108.733000', '130108.736000', '130108.739000', '130108.741000', '130108.744000', '130108.747000', '130108.749000', '130108.752000', '130108.754000', '130108.757000', '130108.760000', '130108.762000', '130108.765000', '130108.768000', '130108.770000', '130108.773000', '130108.775000', '130108.778000', '130108.781000', '130108.783000', '130108.786000', '130108.788000', '130108.791000', '130108.794000', '130108.796000', '130108.799000', '130108.801000', '130108.804000', '130108.807000', '130108.809000', '130108.812000', '130108.814000', '130108.817000', '130108.820000', '130108.822000', '130108.825000', '130108.827000', '130108.830000', '130108.832000', '130108.835000', '130108.838000', '130108.840000', '130128.730000', '130128.733000', '130128.735000', '130128.738000', '130128.741000', '130128.743000', '130128.746000', '130128.748000', '130128.751000', '130128.753000', '130128.756000', '130128.759000', '130128.761000', '130128.764000', '130128.767000', '130128.769000', '130128.772000', '130128.774000', '130128.777000', '130128.780000', '130128.782000', '130128.785000', '130128.788000', '130128.790000', '130128.793000', '130128.795000', '130128.798000', '130128.801000', '130128.803000', '130128.806000', '130128.809000', '130128.811000', '130128.814000', '130128.817000', '130128.819000', '130128.822000', '130128.824000', '130128.827000', '130128.830000', '130128.832000', '130128.835000', '130128.837000', '130128.840000', '130148.730000', '130148.732000', '130148.735000', '130148.738000', '130148.740000', '130148.743000', '130148.745000', '130148.748000', '130148.751000', '130148.753000', '130148.756000', '130148.759000', '130148.761000', '130148.764000', '130148.766000', '130148.769000', '130148.771000', '130148.774000', '130148.777000', '130148.779000', '130148.782000', '130148.784000', '130148.787000', '130148.789000', '130148.792000', '130148.795000', '130148.797000', '130148.800000', '130148.803000', '130148.805000', '130148.808000', '130148.810000', '130148.819000', '130148.822000', '130148.825000', '130148.827000', '130148.830000', '130148.832000', '130148.835000', '130148.837000', '130148.840000', '130148.843000', '130148.845000', '130148.848000', '130208.730000', '130208.733000', '130208.735000', '130208.738000', '130208.741000', '130208.745000', '130208.747000', '130208.750000', '130208.753000', '130208.755000', '130208.758000', '130208.760000', '130208.763000', '130208.766000', '130208.768000', '130208.771000', '130208.801000', '130208.803000', '130208.806000', '130208.809000', '130208.811000', '130208.814000', '130208.816000', '130208.819000', '130208.822000', '130208.824000', '130208.827000', '130208.829000', '130208.832000', '130208.835000', '130208.837000', '130208.840000', '130208.843000', '130208.845000', '130208.848000', '130208.850000', '130208.853000', '130208.856000', '130208.858000', '130208.861000', '130208.863000', '130208.866000', '130208.869000', '130228.730000', '130228.732000', '130228.735000', '130228.738000', '130228.740000', '130228.743000', '130228.745000', '130228.748000', '130228.751000', '130228.753000', '130228.756000', '130228.759000', '130228.761000', '130228.764000', '130228.766000', '130228.769000', '130228.772000', '130228.774000', '130228.777000', '130228.780000', '130228.784000', '130228.786000', '130228.789000', '130228.791000', '130228.794000', '130228.797000', '130228.799000', '130228.802000', '130228.805000', '130228.807000', '130228.810000', '130228.812000', '130228.815000', '130228.818000', '130228.820000', '130228.823000', '130228.825000', '130228.828000', '130228.831000', '130228.833000', '130228.836000', '130228.838000', '130228.841000', '130228.844000', '130248.730000', '130248.733000', '130248.736000', '130248.738000', '130248.741000', '130248.744000', '130248.747000', '130248.749000', '130248.752000', '130248.754000', '130248.757000', '130248.760000', '130248.763000', '130248.766000', '130248.769000', '130248.771000', '130248.774000', '130248.777000', '130248.779000', '130248.782000', '130248.784000', '130248.787000', '130248.790000', '130248.792000', '130248.795000', '130248.797000', '130248.800000', '130248.802000', '130248.805000', '130248.808000', '130248.810000', '130248.813000', '130248.816000', '130248.819000', '130248.821000', '130248.824000', '130248.826000', '130248.829000', '130248.831000', '130248.834000', '130248.837000', '130248.839000', '130248.842000', '130308.732000', '130308.734000', '130308.737000', '130308.740000', '130308.742000', '130308.745000', '130308.747000', '130308.750000', '130308.753000', '130308.755000', '130308.758000', '130308.760000', '130308.763000', '130308.765000', '130308.768000', '130308.771000', '130308.773000', '130308.776000', '130308.779000', '130308.781000', '130308.784000', '130308.786000', '130308.789000', '130308.792000', '130308.794000', '130308.797000', '130308.799000', '130308.802000', '130308.805000', '130308.807000', '130308.810000', '130308.812000', '130308.815000', '130308.818000', '130308.820000', '130308.823000', '130308.826000', '130308.828000', '130308.831000', '130308.833000', '130308.836000', '130308.839000', '130308.841000', '130308.844000', '130328.731000', '130328.734000', '130328.736000', '130328.739000', '130328.741000', '130328.744000', '130328.747000', '130328.749000', '130328.752000', '130328.754000', '130328.757000', '130328.760000', '130328.762000', '130328.765000', '130328.767000', '130328.770000', '130328.773000', '130328.775000', '130328.778000', '130328.780000', '130328.783000', '130328.786000', '130328.788000', '130328.791000', '130328.794000', '130328.796000', '130328.799000', '130328.802000', '130328.804000', '130328.807000', '130328.809000', '130328.812000', '130328.815000', '130328.817000', '130328.820000', '130328.822000', '130328.825000', '130328.828000', '130328.830000', '130328.833000', '130328.835000', '130328.852000', '130328.855000', '130328.867000', '130348.729000', '130348.732000', '130348.735000', '130348.738000', '130348.740000', '130348.743000', '130348.745000', '130348.748000', '130348.750000', '130348.753000', '130348.756000', '130348.758000', '130348.761000', '130348.764000', '130348.766000', '130348.769000', '130348.771000', '130348.774000', '130348.777000', '130348.779000', '130348.782000', '130348.784000', '130348.787000', '130348.790000', '130348.792000', '130348.795000', '130348.798000', '130348.800000', '130348.803000', '130348.805000', '130348.808000', '130348.811000', '130348.813000', '130348.816000', '130348.818000', '130348.821000', '130348.824000', '130348.826000', '130348.829000', '130348.832000', '130348.834000', '130348.837000', '130348.839000', '130408.730000', '130408.732000', '130408.735000', '130408.738000', '130408.740000', '130408.743000', '130408.746000', '130408.748000', '130408.751000', '130408.753000', '130408.756000', '130408.759000', '130408.761000', '130408.764000', '130408.767000', '130408.769000', '130408.772000', '130408.774000', '130408.777000', '130408.780000', '130408.782000', '130408.785000', '130408.788000', '130408.790000', '130408.793000', '130408.795000', '130408.798000', '130408.801000', '130408.804000', '130408.807000', '130408.810000', '130408.812000', '130408.815000', '130408.818000', '130408.820000', '130408.823000', '130408.826000', '130408.829000', '130408.832000', '130408.835000', '130408.838000', '130408.840000', '130408.843000', '130428.729000', '130428.732000', '130428.735000', '130428.738000', '130428.740000', '130428.743000', '130428.745000', '130428.748000', '130428.750000', '130428.753000', '130428.756000', '130428.758000', '130428.761000', '130428.763000', '130428.766000', '130428.769000', '130428.771000', '130428.774000', '130428.777000', '130428.779000', '130428.782000', '130428.785000', '130428.787000', '130428.790000', '130428.792000', '130428.795000', '130428.798000', '130428.800000', '130428.803000', '130428.805000', '130428.808000', '130428.811000', '130428.813000', '130428.816000', '130428.819000', '130428.821000', '130428.824000', '130428.827000', '130428.829000', '130428.832000', '130428.835000', '130428.837000', '130428.840000', '130428.843000', '130448.730000', '130448.732000', '130448.735000', '130448.738000', '130448.740000', '130448.743000', '130448.746000', '130448.748000', '130448.751000', '130448.753000', '130448.756000', '130448.759000', '130448.761000', '130448.764000', '130448.766000', '130448.769000', '130448.771000', '130448.774000', '130448.777000', '130448.779000', '130448.782000', '130448.784000', '130448.787000', '130448.790000', '130448.792000', '130448.795000', '130448.799000', '130448.802000', '130448.804000', '130448.807000', '130448.810000', '130448.812000', '130448.815000', '130448.818000', '130448.820000', '130448.823000', '130448.826000', '130448.848000', '130448.850000', '130448.853000', '130448.855000', '130448.858000', '130448.861000', '130508.730000', '130508.732000', '130508.735000', '130508.738000', '130508.740000', '130508.743000', '130508.745000', '130508.748000', '130508.751000', '130508.753000', '130508.756000', '130508.758000', '130508.761000', '130508.764000', '130508.766000', '130508.769000', '130508.771000', '130508.775000', '130508.778000', '130508.780000', '130508.783000', '130508.786000', '130508.788000', '130508.791000', '130508.793000', '130508.796000', '130508.799000', '130508.801000', '130508.804000', '130508.806000', '130508.809000', '130508.812000', '130508.815000', '130508.817000', '130508.820000', '130508.822000', '130508.825000', '130508.828000', '130508.831000', '130508.833000', '130508.836000', '130508.839000', '130508.841000', '130508.844000', '130528.731000', '130528.733000', '130528.736000', '130528.739000', '130528.741000', '130528.744000', '130528.747000', '130528.749000', '130528.752000', '130528.755000', '130528.757000', '130528.760000', '130528.762000', '130528.765000', '130528.768000', '130528.770000', '130528.773000', '130528.776000', '130528.778000', '130528.781000', '130528.784000', '130528.786000', '130528.789000', '130528.791000', '130528.794000', '130528.797000', '130528.799000', '130528.802000', '130528.804000', '130528.807000', '130528.810000', '130528.813000', '130528.816000', '130528.819000', '130528.822000', '130528.825000', '130528.827000', '130528.830000', '130528.832000', '130528.835000', '130528.838000', '130528.840000', '130528.844000', '130548.731000', '130548.734000', '130548.736000', '130548.739000', '130548.741000', '130548.744000', '130548.747000', '130548.749000', '130548.752000', '130548.754000', '130548.757000', '130548.760000', '130548.762000', '130548.765000', '130548.767000', '130548.770000', '130548.772000', '130548.775000', '130548.778000', '130548.780000', '130548.783000', '130548.785000', '130548.788000', '130548.791000', '130548.793000', '130548.796000', '130548.798000', '130548.801000', '130548.804000', '130548.806000', '130548.809000', '130548.812000', '130548.814000', '130548.817000', '130548.819000', '130548.822000', '130548.825000', '130548.827000', '130548.830000', '130548.832000', '130548.835000', '130548.838000', '130548.840000', '130548.843000', '130608.730000', '130608.732000', '130608.735000', '130608.738000', '130608.740000', '130608.743000', '130608.746000', '130608.748000', '130608.751000', '130608.753000', '130608.756000', '130608.759000', '130608.761000', '130608.764000', '130608.767000', '130608.769000', '130608.772000', '130608.774000', '130608.777000', '130608.780000', '130608.792000', '130608.794000', '130608.797000', '130608.800000', '130608.802000', '130608.805000', '130608.808000', '130608.810000', '130608.813000', '130608.816000', '130608.818000', '130608.821000', '130608.823000', '130608.826000', '130608.829000', '130608.831000', '130608.841000', '130608.844000', '130608.847000', '130608.849000', '130608.852000', '130608.855000', '130608.857000', '130620.316000', '130620.319000', '130620.322000', '130620.325000', '130620.327000', '130620.330000', '130620.333000', '130620.336000', '130620.338000', '130620.341000', '130620.344000', '130620.348000', '130620.351000', '130620.354000', '130620.357000', '130620.360000', '130620.363000', '130620.366000', '130620.369000', '130620.372000', '130620.374000', '130620.377000', '130620.380000', '130620.382000', '130620.385000', '130620.388000'], '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': [13296, 9963, 17984, 14725, 10222, 13933, 8212, 15533, 8329, 14145, 12351, 12943, 12738, 9586, 14356, 8378, 14751, 8356, 15334, 7959, 14110, 7743, 7865, 8162, 8093, 11095, 7949, 8105, 7869, 8068, 11528, 8068, 14618, 8833, 12237, 11701, 10005, 13808, 8408, 15177, 8529, 13242, 11952, 9458, 13736, 8034, 15365, 9044, 11682, 11325, 9104, 12931, 7994, 13386, 9197, 8319, 11568, 8206, 14944, 8885, 9456, 9013, 8046, 13023, 8889, 8271, 10156, 7885, 12649, 8072, 9618, 11382, 8054, 14132, 8446, 10574, 11495, 8187, 14353, 9226, 8361, 12650, 9248, 11128, 11908, 8608, 13685, 9574, 11750, 12119, 8872, 15302, 8131, 9217, 10084, 8185, 14716, 9115, 9704, 8430, 7982, 12680, 8891, 8784, 10279, 8090, 12432, 7995, 9524, 11493, 7864, 14638, 7985, 8277, 9844, 7938, 14561, 8738, 8277, 9567, 8139, 14522, 10363, 10410, 10949, 7818, 12698, 8928, 10508, 11891, 8062, 13067, 7781, 9672, 11524, 7625, 14530, 8692, 8309, 10023, 7963, 14443, 10340, 9159, 10526, 8353, 12986, 9359, 9901, 10862, 8087, 11288, 8132, 12709, 10374, 7978, 12222, 7984, 11466, 9282, 7818, 13045, 8179, 8762, 10778, 8060, 14740, 10078, 12850, 10436, 8512, 12033, 9556, 15551, 9328, 11778, 8309, 8282, 10156, 7993, 14765, 8028, 12167, 8464, 8640, 10258, 8159, 14909, 8223, 14338, 7931, 11735, 10361, 10008, 11869, 8589, 12955, 8033, 11654, 7956, 7992, 8714, 8471, 12434, 8200, 11605, 9811, 10692, 11317, 9714, 14912, 7847, 14954, 8944, 14686, 12515, 8049, 11522, 7933, 12734, 7935, 13694, 9798, 7807, 8600, 7779, 12398, 8104, 13537, 10648, 8081, 10408, 8069, 13829, 10774, 11558, 10936, 7900, 10785, 7804, 14058, 10654, 15289, 10034, 9481, 10390, 7764, 12101, 8142, 14014, 7856, 8340, 10021, 7856, 11920, 7981, 11665, 9673, 7853, 9388, 8272, 14066, 10943, 10924, 11076, 8204, 12497, 8203, 14337, 10791, 10903, 12190, 8035, 12529, 7820, 12192, 9640, 7559, 12384, 8003, 12693, 7878, 11728, 11693, 8785, 12345, 7931, 13801, 9207, 11686, 12566, 9343, 12107, 7843, 13679, 9113, 11273, 12624, 8233, 12794, 7885, 11190, 10065, 7948, 12951, 7739, 13237, 8203, 11629, 11063, 9521, 14637, 9048, 14801, 8300, 14222, 9963, 11780, 12839, 9588, 13280, 8067, 13340, 8028, 8339, 11236, 8097, 13590, 7744, 10896, 8936, 8321, 12080, 8303, 15806, 9129, 10806, 11126, 7819, 13540, 8642, 13700, 9904, 8876, 10356, 8045, 13911, 9997, 15997, 11113, 10479, 11389, 7903, 11755, 8195, 14651, 7803, 7556, 7632, 7785, 10347, 7760, 12463, 9312, 7939, 10260, 8185, 14089, 9346, 9418, 9748, 8134, 13449, 10951, 11051, 12068, 9052, 13751, 8816, 14377, 13143, 10029, 14222, 8129, 14236, 10452, 11162, 12780, 9319, 13502, 7835, 14160, 8083, 12637, 13269, 9666, 13916, 7825, 13709, 8004, 7975, 11018, 7893, 13971, 7797, 11607, 10852, 10769, 12368, 9482, 16177, 9008, 14857, 8023, 14479, 9170, 11714, 13175, 8006, 13536, 7500, 13454, 7807, 7837, 11382, 7846, 13406, 7619, 11300, 10232, 7764, 13109, 7709, 10997, 10751, 7695, 13730, 7825, 7816, 9354, 7783, 8208, 13193, 10782, 7807, 13103, 9457, 16218, 14395, 10590, 15238, 8370, 14949, 10410, 13602, 13657, 9724, 14379, 7893, 14740, 8110, 10157, 12323, 7709, 14141, 7697, 8929, 10208, 9092, 14471, 9450, 16244, 9168, 14569, 11481, 13303, 13386, 10190, 14793, 8058, 14076, 7913, 13643, 12392, 9410, 13919, 7643, 14328, 8070, 11216, 13536, 9235, 13800, 7719, 13192, 12518, 9988, 14050, 7676, 13111, 9223, 10212, 14451, 8412, 14396, 7759, 11072, 13008, 9121, 16732, 10079, 12062, 11704, 9129, 15452, 11554, 16930, 13104, 10836, 11185, 8348, 15151, 11168, 13722, 10854, 7803, 9487, 7932, 15001, 10494, 9225, 10773, 8046, 12597, 7909, 12100, 12303, 9425, 13545, 7673, 15313, 11289, 11251, 13768, 9744, 14178, 7828, 15022, 13446, 9664, 14919, 8842, 14961, 8144, 11422, 11506, 8806, 15237, 7738, 12188, 7948, 8069, 10618, 8151, 15793, 9193, 15243, 7886, 12016, 11617, 9177, 15447, 7957, 13113, 8249, 8245, 12888, 7907, 15033, 7848, 7602, 10962, 7814, 14724, 8562, 14895, 10225, 10600, 11667, 9355, 16585, 9687, 14055, 8249, 8645, 10843, 7833, 15705, 8031, 12601, 9930, 7875, 15263, 7811, 12609, 9622, 7968, 14904, 10756, 14925, 13402, 9462, 12840, 8463, 15446, 12371, 17122, 13559, 12256, 11703, 9536, 12964, 9814, 16007, 9926, 13346, 7827, 7945, 8092, 8206, 11168, 7843, 8192, 11091, 7778, 8536, 9342, 8603, 14913, 14044, 10222, 13367, 7998, 14768, 10540, 17185, 12896, 12508, 8532, 8088, 12588, 8084, 16273, 7902, 12578, 8640, 10062, 13200, 7959, 13949, 7747, 14155, 7959, 13176, 12804, 9159, 12731, 7875, 14120, 8554, 13026, 12964, 10050, 13314, 8202, 14715, 11136, 14068, 13640, 10035, 13023, 7734, 14379, 7864, 13036, 12988, 9071, 11238, 7767, 12632, 8120, 9251, 13246, 8903, 14468, 8112, 12885, 10167, 9210, 15039, 9937, 16299, 9051, 11948, 10150, 8189, 15158, 10955, 15845, 8024, 7998, 9299, 7818, 14577, 12471, 8585, 11811, 7827, 13306, 9225, 9308, 14453, 8230, 12158, 8263, 8276, 13135, 9524, 16256, 13524, 10086, 10634, 8070, 11456, 7800, 12713, 12639, 9722, 13234, 7772, 13954, 8895, 8007, 14895, 7815, 14246, 11076, 9213, 13290, 10196, 10452, 12266, 8006, 14086, 10407, 12167, 12123, 8892, 12299, 7806, 14056, 10244, 11091, 11722, 7786, 9758, 7934, 11866, 10348, 8873, 15255, 7754, 7856, 12156, 16750, 9396, 15401, 8286, 12278, 11937, 10715, 14289, 11066, 17264, 11595, 18181, 12564, 16841, 10070, 15750, 9474, 14306, 7842, 11692, 8180, 8128, 9654, 7939, 11544, 8132, 11030, 7689, 10517, 8069, 12024, 7817, 10049, 8336, 7710, 12212, 7716, 13710, 7808, 11114, 10135, 7971, 14816, 8044, 11572, 11589, 8015, 13969, 9646, 10356, 10319, 8359, 10408, 9591, 8110, 12267, 15998, 10038, 15121, 13234, 9498, 12974, 10031, 15269, 10686, 16588, 9560, 15721, 7892, 15536, 9265, 12213, 13092, 7859, 13719, 7816, 9063, 7524, 7981, 9370, 8080, 15003, 10193, 11792, 11670, 9253, 14171, 9581, 17263, 10599, 14760, 7776, 12329, 11362, 8105, 16379, 11935, 9502, 9895, 8407, 8596, 9633, 7866, 10563, 12783, 8442, 13784, 9524, 12073, 12198, 9043, 13091, 7833, 13983, 8055, 7913, 8397, 8091, 10808, 8087, 7965, 10497, 12357, 7996, 11523, 11649, 8914, 13390, 8473, 14342, 11164, 8177, 11882, 8046, 14006, 8029, 14439, 8854, 14281, 10156, 9564, 11155, 8191, 11961, 8463, 11115, 7899, 13493, 8065, 7830, 9804, 7884, 11146, 8011, 13878, 10541, 8858, 12512, 8711, 14015, 8683, 15196, 12445, 9303, 14133, 8924, 14998, 8145, 14702, 11903, 11038, 13318, 8717, 14131, 8004, 10714, 11427, 8327, 13842, 8021, 10465, 11292, 8076, 13908, 9477, 15839, 12173, 9478, 11692, 7642, 14395, 10329, 10115, 13289, 8117, 14593, 8252, 14599, 9554, 11798, 11611, 10084, 13267, 8844, 14575, 8277, 10313, 9450, 7754, 11944, 7722, 13751, 9353, 9207, 11177, 8370, 12342, 9093, 13919, 9944, 12054, 10177, 7734, 9762, 7891, 13482, 7978, 7928, 10205, 8022, 13141, 7780, 10587, 11699, 7596, 13986, 7907, 12399, 11577, 10116, 13617, 9075, 14686, 10517, 9413, 11321, 8669, 15428, 11801, 8822, 13036, 8621, 14709, 9615, 11454, 12765, 9066, 15673, 10320, 8512, 11887, 7853, 14353, 12774, 8775, 13797, 8283, 13866, 10175, 10104, 13570, 9339, 13410, 11211, 8265, 12036, 7998, 10770, 11617, 8159, 13840, 8107, 7919, 10238, 7799, 14269, 10396, 7875, 12039, 8020, 11947, 11528, 8036, 13828, 8822, 9379, 10206, 8020, 14520, 11094, 8743, 12910, 8982, 14548, 10262, 11470, 12509, 9105, 14960, 9146, 13206, 11336, 9413, 12321, 9128, 16215, 11033, 10913, 10060, 8326, 12701, 8359, 9518, 11881, 8201, 13303, 7972, 14410, 11116, 10555, 12672, 9280, 13956, 8020, 14557, 8360, 13506, 13116, 8597, 13048, 9331, 13435, 7967, 13911, 7945, 14443, 10470, 8782, 10588, 8111, 11985, 7999, 13985, 11046, 8424, 12736, 8027, 13508, 7866, 14493, 8394, 11564, 11846, 8247, 12390, 8154, 13388, 8215, 13886, 9720, 11432, 9149, 7821, 9298, 8193, 12704, 8081, 9079, 9234, 7988, 11741, 7962, 10291, 10197, 8025, 13346, 8003, 13477, 11410, 10096, 13132, 9051, 14586, 8544, 11236, 12549, 9809, 14413, 8121, 10847, 11587, 9394, 14780, 10218, 16213, 10996, 11406, 11493, 9007, 13752, 9570, 16187, 10120, 12542, 8302, 9708, 11864, 8658, 14292, 7997, 13024, 7999, 10841, 12766, 9035, 13839, 7980, 13601, 8371, 8733, 13498, 7836, 14052, 7881, 11941, 11501, 8354, 14326, 7860, 13362, 9301, 10026, 14182, 8980, 15819, 9608, 11376, 11105, 9044, 14170, 9448, 15790, 9045, 14421, 8316, 10074, 11039, 8724, 14352, 8272, 14547, 8291, 8913, 9260, 7842, 13081, 8266, 12092, 8220, 8219, 9745, 7975, 12765, 8406, 10591, 11135, 8449, 12064, 7832, 14039, 10815, 10308, 12160, 9534, 13315, 8065, 14185, 13164, 8888, 13656, 7922, 14111, 8020, 10955, 12308, 7799, 14381, 7981, 11522, 10779, 10220, 13615, 9516, 14859, 8781, 13886, 8287, 11539, 12692, 8703, 13155, 7937, 14186, 10696, 7973, 13025, 7888, 13386, 9127, 9966, 13113, 9278, 14081, 8141], 'WindowCenter': [4556.0, 4502.0, 4547.0, 4514.0, 4472.0, 4500.0, 4439.0, 4499.0, 4454.0, 4485.0, 4489.0, 4486.0, 4486.0, 4459.0, 4498.0, 4439.0, 4508.0, 4452.0, 4511.0, 4443.0, 4511.0, 4445.0, 4441.0, 4442.0, 4443.0, 4493.0, 4456.0, 4467.0, 4469.0, 4470.0, 4530.0, 4484.0, 4551.0, 4492.0, 4517.0, 4518.0, 4499.0, 4529.0, 4469.0, 4537.0, 4469.0, 4518.0, 4518.0, 4487.0, 4529.0, 4469.0, 4552.0, 4489.0, 4506.0, 4507.0, 4465.0, 4516.0, 4459.0, 4516.0, 4475.0, 4455.0, 4505.0, 4455.0, 4537.0, 4476.0, 4486.0, 4477.0, 4457.0, 4527.0, 4477.0, 4467.0, 4498.0, 4468.0, 4517.0, 4469.0, 4490.0, 4518.0, 4470.0, 4536.0, 4480.0, 4509.0, 4518.0, 4469.0, 4539.0, 4490.0, 4469.0, 4528.0, 4489.0, 4509.0, 4518.0, 4477.0, 4525.0, 4487.0, 4506.0, 4517.0, 4476.0, 4525.0, 4455.0, 4464.0, 4484.0, 4456.0, 4526.0, 4466.0, 4473.0, 4455.0, 4445.0, 4516.0, 4475.0, 4465.0, 4486.0, 4456.0, 4516.0, 4458.0, 4487.0, 4506.0, 4456.0, 4528.0, 4457.0, 4455.0, 4485.0, 4458.0, 4526.0, 4467.0, 4455.0, 4476.0, 4455.0, 4526.0, 4488.0, 4488.0, 4496.0, 4459.0, 4517.0, 4466.0, 4485.0, 4505.0, 4456.0, 4515.0, 4445.0, 4476.0, 4506.0, 4445.0, 4526.0, 4468.0, 4465.0, 4487.0, 4457.0, 4525.0, 4498.0, 4475.0, 4497.0, 4468.0, 4519.0, 4475.0, 4484.0, 4497.0, 4455.0, 4494.0, 4456.0, 4517.0, 4498.0, 4467.0, 4517.0, 4457.0, 4517.0, 4488.0, 4457.0, 4529.0, 4468.0, 4478.0, 4509.0, 4468.0, 4538.0, 4500.0, 4516.0, 4497.0, 4467.0, 4517.0, 4486.0, 4535.0, 4476.0, 4493.0, 4456.0, 4455.0, 4486.0, 4455.0, 4526.0, 4456.0, 4503.0, 4455.0, 4463.0, 4486.0, 4454.0, 4523.0, 4454.0, 4515.0, 4444.0, 4492.0, 4483.0, 4473.0, 4506.0, 4464.0, 4505.0, 4455.0, 4504.0, 4455.0, 4455.0, 4466.0, 4467.0, 4516.0, 4480.0, 4520.0, 4498.0, 4497.0, 4509.0, 4487.0, 4527.0, 4457.0, 4525.0, 4475.0, 4526.0, 4504.0, 4444.0, 4494.0, 4456.0, 4513.0, 4458.0, 4524.0, 4497.0, 4445.0, 4466.0, 4456.0, 4515.0, 4456.0, 4515.0, 4497.0, 4456.0, 4496.0, 4456.0, 4525.0, 4498.0, 4504.0, 4495.0, 4445.0, 4493.0, 4446.0, 4514.0, 4484.0, 4522.0, 4474.0, 4473.0, 4482.0, 4432.0, 4503.0, 4454.0, 4513.0, 4455.0, 4454.0, 4484.0, 4455.0, 4505.0, 4456.0, 4504.0, 4487.0, 4454.0, 4476.0, 4467.0, 4528.0, 4506.0, 4495.0, 4506.0, 4454.0, 4504.0, 4454.0, 4513.0, 4495.0, 4495.0, 4504.0, 4444.0, 4503.0, 4446.0, 4516.0, 4486.0, 4446.0, 4515.0, 4457.0, 4515.0, 4468.0, 4515.0, 4519.0, 4477.0, 4516.0, 4468.0, 4528.0, 4489.0, 4515.0, 4517.0, 4476.0, 4516.0, 4457.0, 4525.0, 4477.0, 4506.0, 4517.0, 4465.0, 4516.0, 4456.0, 4506.0, 4496.0, 4457.0, 4527.0, 4457.0, 4516.0, 4469.0, 4504.0, 4507.0, 4486.0, 4527.0, 4476.0, 4524.0, 4465.0, 4514.0, 4486.0, 4505.0, 4514.0, 4472.0, 4513.0, 4455.0, 4514.0, 4455.0, 4466.0, 4506.0, 4456.0, 4527.0, 4456.0, 4494.0, 4476.0, 4466.0, 4516.0, 4466.0, 4536.0, 4486.0, 4496.0, 4506.0, 4447.0, 4515.0, 4467.0, 4524.0, 4487.0, 4475.0, 4496.0, 4468.0, 4526.0, 4496.0, 4535.0, 4506.0, 4496.0, 4505.0, 4453.0, 4504.0, 4466.0, 4525.0, 4457.0, 4457.0, 4458.0, 4459.0, 4509.0, 4470.0, 4527.0, 4500.0, 4468.0, 4508.0, 4468.0, 4537.0, 4501.0, 4491.0, 4499.0, 4470.0, 4539.0, 4520.0, 4520.0, 4528.0, 4488.0, 4528.0, 4488.0, 4539.0, 4529.0, 4486.0, 4526.0, 4457.0, 4526.0, 4497.0, 4505.0, 4515.0, 4475.0, 4513.0, 4445.0, 4523.0, 4456.0, 4514.0, 4516.0, 4484.0, 4514.0, 4446.0, 4523.0, 4457.0, 4456.0, 4507.0, 4469.0, 4526.0, 4459.0, 4516.0, 4507.0, 4505.0, 4517.0, 4488.0, 4536.0, 4475.0, 4524.0, 4455.0, 4512.0, 4476.0, 4504.0, 4515.0, 4455.0, 4513.0, 4446.0, 4526.0, 4456.0, 4445.0, 4515.0, 4458.0, 4526.0, 4469.0, 4519.0, 4509.0, 4459.0, 4538.0, 4469.0, 4507.0, 4509.0, 4459.0, 4540.0, 4470.0, 4460.0, 4490.0, 4470.0, 4480.0, 4541.0, 4524.0, 4473.0, 4543.0, 4502.0, 4549.0, 4541.0, 4499.0, 4538.0, 4469.0, 4526.0, 4497.0, 4515.0, 4514.0, 4474.0, 4525.0, 4456.0, 4523.0, 4455.0, 4484.0, 4515.0, 4447.0, 4526.0, 4458.0, 4477.0, 4500.0, 4489.0, 4539.0, 4489.0, 4537.0, 4488.0, 4525.0, 4507.0, 4516.0, 4517.0, 4486.0, 4526.0, 4455.0, 4514.0, 4457.0, 4514.0, 4517.0, 4477.0, 4528.0, 4457.0, 4525.0, 4457.0, 4507.0, 4527.0, 4488.0, 4525.0, 4457.0, 4526.0, 4517.0, 4496.0, 4527.0, 4457.0, 4514.0, 4489.0, 4497.0, 4538.0, 4469.0, 4526.0, 4457.0, 4505.0, 4516.0, 4477.0, 4536.0, 4486.0, 4504.0, 4505.0, 4475.0, 4527.0, 4495.0, 4533.0, 4515.0, 4482.0, 4492.0, 4453.0, 4524.0, 4494.0, 4513.0, 4493.0, 4432.0, 4472.0, 4443.0, 4522.0, 4495.0, 4475.0, 4494.0, 4455.0, 4505.0, 4456.0, 4504.0, 4516.0, 4475.0, 4515.0, 4445.0, 4524.0, 4495.0, 4495.0, 4516.0, 4475.0, 4514.0, 4445.0, 4523.0, 4514.0, 4474.0, 4525.0, 4466.0, 4523.0, 4455.0, 4505.0, 4504.0, 4475.0, 4535.0, 4446.0, 4504.0, 4457.0, 4470.0, 4496.0, 4456.0, 4536.0, 4487.0, 4535.0, 4456.0, 4504.0, 4506.0, 4475.0, 4535.0, 4457.0, 4515.0, 4466.0, 4467.0, 4516.0, 4467.0, 4539.0, 4466.0, 4456.0, 4508.0, 4458.0, 4536.0, 4479.0, 4536.0, 4497.0, 4496.0, 4507.0, 4476.0, 4536.0, 4487.0, 4525.0, 4466.0, 4476.0, 4506.0, 4455.0, 4537.0, 4469.0, 4527.0, 4498.0, 4467.0, 4549.0, 4469.0, 4527.0, 4498.0, 4469.0, 4547.0, 4509.0, 4538.0, 4529.0, 4487.0, 4517.0, 4466.0, 4535.0, 4516.0, 4534.0, 4516.0, 4503.0, 4494.0, 4461.0, 4504.0, 4472.0, 4522.0, 4484.0, 4515.0, 4444.0, 4443.0, 4444.0, 4453.0, 4493.0, 4467.0, 4464.0, 4505.0, 4459.0, 4478.0, 4499.0, 4480.0, 4539.0, 4539.0, 4498.0, 4527.0, 4458.0, 4525.0, 4485.0, 4536.0, 4506.0, 4502.0, 4453.0, 4443.0, 4503.0, 4455.0, 4532.0, 4455.0, 4501.0, 4466.0, 4484.0, 4516.0, 4453.0, 4524.0, 4446.0, 4524.0, 4468.0, 4512.0, 4515.0, 4475.0, 4514.0, 4455.0, 4524.0, 4467.0, 4514.0, 4515.0, 4486.0, 4514.0, 4454.0, 4524.0, 4495.0, 4513.0, 4516.0, 4473.0, 4504.0, 4443.0, 4511.0, 4454.0, 4512.0, 4515.0, 4464.0, 4494.0, 4445.0, 4502.0, 4455.0, 4474.0, 4515.0, 4476.0, 4526.0, 4455.0, 4514.0, 4496.0, 4473.0, 4524.0, 4485.0, 4524.0, 4463.0, 4492.0, 4482.0, 4464.0, 4525.0, 4495.0, 4524.0, 4443.0, 4442.0, 4464.0, 4446.0, 4524.0, 4514.0, 4464.0, 4505.0, 4444.0, 4524.0, 4487.0, 4486.0, 4526.0, 4467.0, 4505.0, 4465.0, 4466.0, 4515.0, 4486.0, 4533.0, 4515.0, 4483.0, 4484.0, 4445.0, 4504.0, 4446.0, 4514.0, 4515.0, 4486.0, 4514.0, 4445.0, 4525.0, 4477.0, 4455.0, 4534.0, 4448.0, 4524.0, 4496.0, 4474.0, 4525.0, 4496.0, 4507.0, 4517.0, 4467.0, 4537.0, 4509.0, 4516.0, 4517.0, 4475.0, 4505.0, 4445.0, 4526.0, 4498.0, 4494.0, 4505.0, 4444.0, 4499.0, 4468.0, 4517.0, 4511.0, 4490.0, 4549.0, 4482.0, 4483.0, 4531.0, 4536.0, 4489.0, 4524.0, 4454.0, 4493.0, 4505.0, 4483.0, 4525.0, 4494.0, 4534.0, 4481.0, 4508.0, 4480.0, 4499.0, 4447.0, 4497.0, 4448.0, 4486.0, 4416.0, 4464.0, 4426.0, 4415.0, 4448.0, 4427.0, 4479.0, 4428.0, 4467.0, 4430.0, 4469.0, 4441.0, 4491.0, 4444.0, 4484.0, 4467.0, 4455.0, 4517.0, 4456.0, 4526.0, 4458.0, 4518.0, 4508.0, 4470.0, 4548.0, 4470.0, 4519.0, 4518.0, 4469.0, 4539.0, 4500.0, 4511.0, 4509.0, 4481.0, 4520.0, 4511.0, 4484.0, 4541.0, 4564.0, 4514.0, 4551.0, 4541.0, 4500.0, 4528.0, 4497.0, 4537.0, 4494.0, 4536.0, 4474.0, 4522.0, 4444.0, 4521.0, 4474.0, 4503.0, 4514.0, 4454.0, 4522.0, 4446.0, 4474.0, 4457.0, 4466.0, 4500.0, 4480.0, 4551.0, 4512.0, 4528.0, 4519.0, 4487.0, 4528.0, 4487.0, 4545.0, 4497.0, 4536.0, 4458.0, 4526.0, 4516.0, 4479.0, 4571.0, 4555.0, 4525.0, 4533.0, 4492.0, 4490.0, 4498.0, 4469.0, 4520.0, 4516.0, 4467.0, 4515.0, 4486.0, 4517.0, 4505.0, 4463.0, 4501.0, 4431.0, 4498.0, 4431.0, 4431.0, 4442.0, 4443.0, 4483.0, 4445.0, 4457.0, 4497.0, 4517.0, 4459.0, 4507.0, 4508.0, 4478.0, 4516.0, 4457.0, 4514.0, 4497.0, 4457.0, 4505.0, 4456.0, 4524.0, 4457.0, 4523.0, 4465.0, 4524.0, 4496.0, 4484.0, 4507.0, 4466.0, 4516.0, 4466.0, 4505.0, 4457.0, 4526.0, 4469.0, 4458.0, 4499.0, 4469.0, 4518.0, 4470.0, 4540.0, 4521.0, 4491.0, 4530.0, 4480.0, 4539.0, 4480.0, 4538.0, 4529.0, 4488.0, 4539.0, 4488.0, 4537.0, 4467.0, 4536.0, 4518.0, 4507.0, 4527.0, 4478.0, 4526.0, 4458.0, 4507.0, 4517.0, 4478.0, 4538.0, 4470.0, 4509.0, 4519.0, 4468.0, 4538.0, 4488.0, 4547.0, 4518.0, 4487.0, 4516.0, 4448.0, 4526.0, 4498.0, 4496.0, 4527.0, 4467.0, 4536.0, 4467.0, 4525.0, 4486.0, 4505.0, 4506.0, 4485.0, 4515.0, 4476.0, 4525.0, 4466.0, 4484.0, 4485.0, 4445.0, 4516.0, 4457.0, 4526.0, 4488.0, 4487.0, 4508.0, 4467.0, 4516.0, 4477.0, 4526.0, 4497.0, 4515.0, 4496.0, 4446.0, 4495.0, 4467.0, 4537.0, 4469.0, 4469.0, 4509.0, 4479.0, 4538.0, 4470.0, 4519.0, 4529.0, 4471.0, 4539.0, 4481.0, 4528.0, 4519.0, 4509.0, 4538.0, 4489.0, 4538.0, 4508.0, 4489.0, 4507.0, 4478.0, 4537.0, 4517.0, 4476.0, 4527.0, 4466.0, 4525.0, 4486.0, 4505.0, 4515.0, 4476.0, 4535.0, 4486.0, 4465.0, 4506.0, 4456.0, 4524.0, 4515.0, 4464.0, 4525.0, 4466.0, 4524.0, 4485.0, 4484.0, 4514.0, 4476.0, 4512.0, 4505.0, 4454.0, 4513.0, 4456.0, 4504.0, 4505.0, 4456.0, 4525.0, 4467.0, 4466.0, 4497.0, 4458.0, 4537.0, 4510.0, 4468.0, 4527.0, 4469.0, 4528.0, 4519.0, 4469.0, 4538.0, 4489.0, 4488.0, 4508.0, 4469.0, 4538.0, 4520.0, 4479.0, 4528.0, 4488.0, 4537.0, 4498.0, 4507.0, 4517.0, 4477.0, 4537.0, 4488.0, 4516.0, 4507.0, 4476.0, 4516.0, 4486.0, 4535.0, 4506.0, 4495.0, 4486.0, 4466.0, 4527.0, 4467.0, 4486.0, 4517.0, 4467.0, 4526.0, 4468.0, 4536.0, 4519.0, 4497.0, 4528.0, 4487.0, 4526.0, 4457.0, 4525.0, 4467.0, 4525.0, 4516.0, 4465.0, 4516.0, 4475.0, 4514.0, 4455.0, 4514.0, 4457.0, 4525.0, 4496.0, 4465.0, 4496.0, 4456.0, 4505.0, 4457.0, 4525.0, 4508.0, 4467.0, 4527.0, 4468.0, 4526.0, 4457.0, 4525.0, 4468.0, 4506.0, 4518.0, 4467.0, 4527.0, 4457.0, 4525.0, 4468.0, 4527.0, 4487.0, 4505.0, 4487.0, 4446.0, 4487.0, 4468.0, 4527.0, 4469.0, 4488.0, 4499.0, 4470.0, 4529.0, 4482.0, 4519.0, 4511.0, 4481.0, 4540.0, 4482.0, 4538.0, 4533.0, 4512.0, 4540.0, 4490.0, 4540.0, 4479.0, 4518.0, 4529.0, 4498.0, 4538.0, 4471.0, 4508.0, 4519.0, 4489.0, 4549.0, 4509.0, 4547.0, 4508.0, 4506.0, 4506.0, 4476.0, 4526.0, 4486.0, 4534.0, 4486.0, 4503.0, 4465.0, 4484.0, 4505.0, 4465.0, 4525.0, 4456.0, 4526.0, 4470.0, 4505.0, 4516.0, 4476.0, 4527.0, 4457.0, 4525.0, 4467.0, 4466.0, 4524.0, 4457.0, 4526.0, 4468.0, 4517.0, 4518.0, 4468.0, 4539.0, 4468.0, 4526.0, 4488.0, 4487.0, 4527.0, 4478.0, 4536.0, 4486.0, 4505.0, 4507.0, 4477.0, 4526.0, 4475.0, 4534.0, 4466.0, 4523.0, 4454.0, 4473.0, 4496.0, 4464.0, 4524.0, 4454.0, 4524.0, 4454.0, 4463.0, 4488.0, 4457.0, 4515.0, 4467.0, 4507.0, 4467.0, 4467.0, 4487.0, 4458.0, 4527.0, 4469.0, 4497.0, 4509.0, 4468.0, 4517.0, 4457.0, 4527.0, 4509.0, 4498.0, 4519.0, 4488.0, 4528.0, 4469.0, 4527.0, 4528.0, 4478.0, 4538.0, 4470.0, 4537.0, 4472.0, 4519.0, 4529.0, 4460.0, 4539.0, 4471.0, 4517.0, 4521.0, 4510.0, 4539.0, 4489.0, 4539.0, 4468.0, 4526.0, 4468.0, 4506.0, 4528.0, 4468.0, 4527.0, 4469.0, 4539.0, 4511.0, 4469.0, 4538.0, 4469.0, 4538.0, 4502.0, 4511.0, 4541.0, 4500.0, 4539.0, 4471.0], 'WindowWidth': [9970.0, 9887.0, 9940.0, 9889.0, 9823.0, 9860.0, 9776.0, 9855.0, 9804.0, 9830.0, 9846.0, 9835.0, 9833.0, 9803.0, 9854.0, 9778.0, 9868.0, 9799.0, 9876.0, 9786.0, 9877.0, 9793.0, 9783.0, 9783.0, 9788.0, 9856.0, 9812.0, 9830.0, 9837.0, 9840.0, 9922.0, 9864.0, 9951.0, 9870.0, 9897.0, 9901.0, 9874.0, 9915.0, 9834.0, 9924.0, 9833.0, 9896.0, 9898.0, 9854.0, 9914.0, 9833.0, 9954.0, 9862.0, 9879.0, 9881.0, 9820.0, 9891.0, 9817.0, 9891.0, 9837.0, 9807.0, 9876.0, 9807.0, 9921.0, 9839.0, 9851.0, 9842.0, 9817.0, 9910.0, 9844.0, 9829.0, 9871.0, 9830.0, 9895.0, 9837.0, 9864.0, 9901.0, 9838.0, 9923.0, 9853.0, 9890.0, 9900.0, 9836.0, 9928.0, 9862.0, 9833.0, 9912.0, 9861.0, 9888.0, 9899.0, 9842.0, 9904.0, 9855.0, 9879.0, 9894.0, 9838.0, 9904.0, 9806.0, 9817.0, 9844.0, 9808.0, 9905.0, 9823.0, 9829.0, 9806.0, 9793.0, 9888.0, 9835.0, 9822.0, 9851.0, 9811.0, 9891.0, 9817.0, 9855.0, 9879.0, 9812.0, 9912.0, 9814.0, 9807.0, 9848.0, 9816.0, 9905.0, 9828.0, 9808.0, 9836.0, 9809.0, 9905.0, 9857.0, 9854.0, 9863.0, 9819.0, 9894.0, 9824.0, 9846.0, 9876.0, 9811.0, 9888.0, 9795.0, 9836.0, 9878.0, 9796.0, 9905.0, 9829.0, 9822.0, 9854.0, 9814.0, 9905.0, 9869.0, 9836.0, 9867.0, 9832.0, 9898.0, 9836.0, 9847.0, 9866.0, 9808.0, 9860.0, 9812.0, 9895.0, 9874.0, 9831.0, 9897.0, 9817.0, 9898.0, 9860.0, 9818.0, 9915.0, 9834.0, 9846.0, 9889.0, 9833.0, 9926.0, 9877.0, 9894.0, 9868.0, 9825.0, 9896.0, 9852.0, 9917.0, 9836.0, 9854.0, 9810.0, 9808.0, 9851.0, 9807.0, 9904.0, 9810.0, 9869.0, 9808.0, 9817.0, 9851.0, 9805.0, 9898.0, 9806.0, 9888.0, 9792.0, 9853.0, 9843.0, 9829.0, 9876.0, 9818.0, 9874.0, 9808.0, 9873.0, 9810.0, 9812.0, 9827.0, 9830.0, 9893.0, 9853.0, 9905.0, 9873.0, 9867.0, 9886.0, 9853.0, 9908.0, 9813.0, 9901.0, 9836.0, 9904.0, 9874.0, 9791.0, 9859.0, 9810.0, 9886.0, 9818.0, 9902.0, 9869.0, 9796.0, 9826.0, 9813.0, 9893.0, 9815.0, 9890.0, 9868.0, 9813.0, 9866.0, 9813.0, 9904.0, 9872.0, 9874.0, 9864.0, 9793.0, 9857.0, 9796.0, 9888.0, 9847.0, 9895.0, 9833.0, 9828.0, 9840.0, 9775.0, 9870.0, 9805.0, 9883.0, 9807.0, 9805.0, 9846.0, 9810.0, 9875.0, 9813.0, 9875.0, 9855.0, 9808.0, 9840.0, 9830.0, 9912.0, 9880.0, 9865.0, 9879.0, 9808.0, 9872.0, 9807.0, 9886.0, 9862.0, 9862.0, 9872.0, 9792.0, 9869.0, 9798.0, 9893.0, 9853.0, 9801.0, 9892.0, 9817.0, 9891.0, 9835.0, 9894.0, 9902.0, 9844.0, 9895.0, 9833.0, 9912.0, 9861.0, 9893.0, 9898.0, 9840.0, 9892.0, 9815.0, 9904.0, 9842.0, 9879.0, 9897.0, 9824.0, 9893.0, 9815.0, 9879.0, 9868.0, 9817.0, 9912.0, 9816.0, 9895.0, 9834.0, 9875.0, 9886.0, 9852.0, 9911.0, 9839.0, 9901.0, 9825.0, 9887.0, 9851.0, 9874.0, 9888.0, 9829.0, 9883.0, 9809.0, 9887.0, 9811.0, 9828.0, 9880.0, 9814.0, 9910.0, 9815.0, 9863.0, 9839.0, 9827.0, 9894.0, 9828.0, 9921.0, 9855.0, 9866.0, 9879.0, 9803.0, 9890.0, 9829.0, 9904.0, 9855.0, 9837.0, 9867.0, 9831.0, 9909.0, 9869.0, 9920.0, 9879.0, 9865.0, 9876.0, 9805.0, 9875.0, 9827.0, 9903.0, 9816.0, 9817.0, 9821.0, 9822.0, 9891.0, 9841.0, 9913.0, 9879.0, 9835.0, 9889.0, 9834.0, 9927.0, 9884.0, 9867.0, 9876.0, 9841.0, 9933.0, 9908.0, 9906.0, 9916.0, 9861.0, 9915.0, 9860.0, 9928.0, 9916.0, 9855.0, 9909.0, 9817.0, 9906.0, 9870.0, 9876.0, 9891.0, 9835.0, 9885.0, 9798.0, 9899.0, 9813.0, 9888.0, 9892.0, 9848.0, 9887.0, 9799.0, 9899.0, 9816.0, 9813.0, 9884.0, 9837.0, 9910.0, 9822.0, 9896.0, 9885.0, 9879.0, 9896.0, 9857.0, 9921.0, 9837.0, 9902.0, 9810.0, 9882.0, 9838.0, 9873.0, 9890.0, 9808.0, 9885.0, 9803.0, 9908.0, 9814.0, 9798.0, 9893.0, 9819.0, 9909.0, 9837.0, 9905.0, 9893.0, 9825.0, 9930.0, 9837.0, 9883.0, 9889.0, 9822.0, 9933.0, 9841.0, 9827.0, 9864.0, 9840.0, 9855.0, 9939.0, 9922.0, 9851.0, 9942.0, 9886.0, 9945.0, 9936.0, 9874.0, 9927.0, 9834.0, 9905.0, 9867.0, 9888.0, 9887.0, 9832.0, 9903.0, 9810.0, 9896.0, 9808.0, 9846.0, 9891.0, 9801.0, 9907.0, 9820.0, 9843.0, 9879.0, 9864.0, 9929.0, 9861.0, 9925.0, 9858.0, 9903.0, 9881.0, 9892.0, 9894.0, 9850.0, 9904.0, 9808.0, 9886.0, 9813.0, 9888.0, 9895.0, 9840.0, 9910.0, 9815.0, 9904.0, 9816.0, 9882.0, 9911.0, 9857.0, 9906.0, 9818.0, 9907.0, 9898.0, 9868.0, 9910.0, 9817.0, 9889.0, 9864.0, 9872.0, 9927.0, 9833.0, 9906.0, 9815.0, 9875.0, 9892.0, 9842.0, 9921.0, 9853.0, 9873.0, 9874.0, 9834.0, 9908.0, 9863.0, 9913.0, 9887.0, 9841.0, 9853.0, 9802.0, 9900.0, 9861.0, 9882.0, 9856.0, 9773.0, 9828.0, 9789.0, 9896.0, 9862.0, 9834.0, 9859.0, 9808.0, 9875.0, 9813.0, 9876.0, 9893.0, 9836.0, 9890.0, 9798.0, 9902.0, 9865.0, 9863.0, 9892.0, 9836.0, 9886.0, 9796.0, 9898.0, 9888.0, 9831.0, 9903.0, 9824.0, 9897.0, 9809.0, 9874.0, 9875.0, 9838.0, 9918.0, 9801.0, 9876.0, 9815.0, 9841.0, 9869.0, 9813.0, 9923.0, 9858.0, 9918.0, 9813.0, 9876.0, 9881.0, 9837.0, 9919.0, 9816.0, 9889.0, 9828.0, 9832.0, 9894.0, 9831.0, 9929.0, 9829.0, 9816.0, 9889.0, 9819.0, 9922.0, 9849.0, 9922.0, 9871.0, 9865.0, 9883.0, 9841.0, 9923.0, 9856.0, 9904.0, 9825.0, 9842.0, 9882.0, 9814.0, 9924.0, 9839.0, 9914.0, 9874.0, 9832.0, 9944.0, 9837.0, 9912.0, 9875.0, 9837.0, 9941.0, 9889.0, 9928.0, 9917.0, 9855.0, 9897.0, 9827.0, 9917.0, 9893.0, 9916.0, 9892.0, 9869.0, 9857.0, 9810.0, 9871.0, 9827.0, 9895.0, 9845.0, 9891.0, 9795.0, 9791.0, 9792.0, 9804.0, 9859.0, 9832.0, 9821.0, 9881.0, 9823.0, 9848.0, 9879.0, 9855.0, 9931.0, 9932.0, 9874.0, 9910.0, 9820.0, 9904.0, 9848.0, 9918.0, 9879.0, 9866.0, 9802.0, 9790.0, 9872.0, 9808.0, 9909.0, 9810.0, 9866.0, 9825.0, 9847.0, 9893.0, 9806.0, 9900.0, 9799.0, 9903.0, 9831.0, 9884.0, 9892.0, 9835.0, 9888.0, 9810.0, 9902.0, 9829.0, 9887.0, 9893.0, 9851.0, 9887.0, 9806.0, 9899.0, 9862.0, 9884.0, 9892.0, 9829.0, 9870.0, 9789.0, 9877.0, 9806.0, 9883.0, 9888.0, 9819.0, 9860.0, 9797.0, 9868.0, 9809.0, 9833.0, 9891.0, 9839.0, 9908.0, 9813.0, 9888.0, 9867.0, 9832.0, 9904.0, 9850.0, 9901.0, 9817.0, 9853.0, 9843.0, 9821.0, 9903.0, 9862.0, 9900.0, 9791.0, 9787.0, 9818.0, 9798.0, 9901.0, 9890.0, 9821.0, 9875.0, 9795.0, 9903.0, 9860.0, 9854.0, 9907.0, 9828.0, 9877.0, 9825.0, 9827.0, 9891.0, 9852.0, 9914.0, 9889.0, 9844.0, 9847.0, 9796.0, 9874.0, 9799.0, 9887.0, 9891.0, 9851.0, 9886.0, 9795.0, 9904.0, 9842.0, 9811.0, 9918.0, 9805.0, 9902.0, 9866.0, 9834.0, 9904.0, 9869.0, 9883.0, 9900.0, 9830.0, 9928.0, 9890.0, 9893.0, 9896.0, 9836.0, 9874.0, 9796.0, 9907.0, 9872.0, 9862.0, 9877.0, 9797.0, 9879.0, 9838.0, 9900.0, 9897.0, 9868.0, 9947.0, 9864.0, 9866.0, 9924.0, 9923.0, 9860.0, 9898.0, 9803.0, 9854.0, 9874.0, 9843.0, 9906.0, 9859.0, 9913.0, 9834.0, 9867.0, 9829.0, 9851.0, 9781.0, 9847.0, 9784.0, 9829.0, 9739.0, 9799.0, 9751.0, 9734.0, 9784.0, 9755.0, 9828.0, 9759.0, 9810.0, 9765.0, 9815.0, 9782.0, 9848.0, 9792.0, 9846.0, 9829.0, 9810.0, 9895.0, 9816.0, 9907.0, 9818.0, 9900.0, 9888.0, 9838.0, 9942.0, 9841.0, 9903.0, 9901.0, 9836.0, 9931.0, 9882.0, 9896.0, 9891.0, 9855.0, 9910.0, 9897.0, 9865.0, 9940.0, 9976.0, 9906.0, 9952.0, 9937.0, 9878.0, 9914.0, 9869.0, 9924.0, 9861.0, 9919.0, 9833.0, 9895.0, 9791.0, 9891.0, 9832.0, 9871.0, 9885.0, 9806.0, 9895.0, 9801.0, 9836.0, 9817.0, 9831.0, 9881.0, 9854.0, 9951.0, 9900.0, 9917.0, 9905.0, 9857.0, 9914.0, 9857.0, 9936.0, 9871.0, 9921.0, 9820.0, 9908.0, 9896.0, 9854.0, 9989.0, 9973.0, 9929.0, 9938.0, 9881.0, 9870.0, 9876.0, 9840.0, 9909.0, 9897.0, 9829.0, 9889.0, 9854.0, 9898.0, 9877.0, 9815.0, 9862.0, 9767.0, 9853.0, 9770.0, 9769.0, 9785.0, 9790.0, 9843.0, 9794.0, 9815.0, 9870.0, 9897.0, 9823.0, 9881.0, 9885.0, 9844.0, 9893.0, 9813.0, 9888.0, 9869.0, 9815.0, 9878.0, 9813.0, 9901.0, 9814.0, 9898.0, 9822.0, 9900.0, 9865.0, 9846.0, 9881.0, 9826.0, 9893.0, 9826.0, 9876.0, 9818.0, 9909.0, 9835.0, 9822.0, 9877.0, 9838.0, 9902.0, 9839.0, 9936.0, 9911.0, 9869.0, 9923.0, 9856.0, 9930.0, 9854.0, 9929.0, 9917.0, 9861.0, 9930.0, 9862.0, 9925.0, 9832.0, 9920.0, 9901.0, 9884.0, 9911.0, 9846.0, 9910.0, 9819.0, 9884.0, 9899.0, 9849.0, 9930.0, 9841.0, 9890.0, 9904.0, 9836.0, 9927.0, 9861.0, 9939.0, 9901.0, 9856.0, 9895.0, 9806.0, 9908.0, 9873.0, 9870.0, 9910.0, 9831.0, 9922.0, 9832.0, 9904.0, 9854.0, 9877.0, 9880.0, 9850.0, 9892.0, 9840.0, 9906.0, 9827.0, 9850.0, 9851.0, 9800.0, 9895.0, 9820.0, 9909.0, 9860.0, 9857.0, 9887.0, 9830.0, 9894.0, 9844.0, 9909.0, 9870.0, 9891.0, 9866.0, 9800.0, 9866.0, 9834.0, 9927.0, 9840.0, 9838.0, 9892.0, 9853.0, 9930.0, 9844.0, 9906.0, 9921.0, 9844.0, 9933.0, 9858.0, 9916.0, 9906.0, 9891.0, 9930.0, 9864.0, 9928.0, 9889.0, 9862.0, 9887.0, 9847.0, 9925.0, 9900.0, 9842.0, 9910.0, 9829.0, 9905.0, 9855.0, 9879.0, 9892.0, 9840.0, 9918.0, 9854.0, 9824.0, 9880.0, 9815.0, 9903.0, 9893.0, 9823.0, 9904.0, 9828.0, 9901.0, 9850.0, 9848.0, 9888.0, 9840.0, 9884.0, 9878.0, 9809.0, 9885.0, 9813.0, 9877.0, 9879.0, 9816.0, 9907.0, 9831.0, 9829.0, 9873.0, 9823.0, 9927.0, 9893.0, 9834.0, 9912.0, 9838.0, 9917.0, 9904.0, 9839.0, 9929.0, 9866.0, 9862.0, 9889.0, 9840.0, 9929.0, 9907.0, 9851.0, 9916.0, 9862.0, 9927.0, 9875.0, 9886.0, 9900.0, 9847.0, 9925.0, 9860.0, 9895.0, 9884.0, 9840.0, 9894.0, 9855.0, 9921.0, 9883.0, 9866.0, 9854.0, 9829.0, 9911.0, 9832.0, 9856.0, 9898.0, 9833.0, 9911.0, 9834.0, 9924.0, 9904.0, 9871.0, 9914.0, 9857.0, 9908.0, 9817.0, 9905.0, 9832.0, 9904.0, 9894.0, 9824.0, 9893.0, 9837.0, 9888.0, 9811.0, 9887.0, 9818.0, 9906.0, 9869.0, 9826.0, 9869.0, 9815.0, 9879.0, 9817.0, 9906.0, 9888.0, 9831.0, 9913.0, 9834.0, 9907.0, 9818.0, 9907.0, 9833.0, 9882.0, 9901.0, 9832.0, 9912.0, 9817.0, 9904.0, 9835.0, 9911.0, 9858.0, 9878.0, 9857.0, 9801.0, 9857.0, 9833.0, 9914.0, 9839.0, 9863.0, 9880.0, 9842.0, 9920.0, 9864.0, 9908.0, 9898.0, 9859.0, 9936.0, 9861.0, 9932.0, 9932.0, 9900.0, 9936.0, 9868.0, 9934.0, 9851.0, 9902.0, 9918.0, 9876.0, 9930.0, 9843.0, 9890.0, 9905.0, 9866.0, 9946.0, 9892.0, 9938.0, 9886.0, 9880.0, 9881.0, 9838.0, 9908.0, 9852.0, 9917.0, 9852.0, 9872.0, 9823.0, 9851.0, 9878.0, 9825.0, 9905.0, 9814.0, 9910.0, 9840.0, 9881.0, 9896.0, 9841.0, 9909.0, 9817.0, 9905.0, 9832.0, 9827.0, 9906.0, 9818.0, 9909.0, 9834.0, 9899.0, 9901.0, 9833.0, 9929.0, 9833.0, 9909.0, 9859.0, 9855.0, 9911.0, 9844.0, 9921.0, 9853.0, 9876.0, 9882.0, 9844.0, 9908.0, 9836.0, 9916.0, 9825.0, 9897.0, 9806.0, 9832.0, 9866.0, 9822.0, 9900.0, 9807.0, 9898.0, 9808.0, 9818.0, 9858.0, 9816.0, 9891.0, 9832.0, 9882.0, 9830.0, 9829.0, 9857.0, 9820.0, 9911.0, 9837.0, 9872.0, 9889.0, 9831.0, 9897.0, 9819.0, 9912.0, 9890.0, 9872.0, 9903.0, 9860.0, 9913.0, 9839.0, 9911.0, 9916.0, 9848.0, 9928.0, 9838.0, 9925.0, 9845.0, 9906.0, 9917.0, 9826.0, 9932.0, 9844.0, 9900.0, 9909.0, 9894.0, 9932.0, 9862.0, 9931.0, 9833.0, 9908.0, 9832.0, 9880.0, 9912.0, 9832.0, 9910.0, 9838.0, 9930.0, 9895.0, 9839.0, 9929.0, 9838.0, 9930.0, 9888.0, 9898.0, 9939.0, 9881.0, 9933.0, 9843.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.012593959938366718</td></tr>
<tr><td colspan=3>aqi</td><td>0.05183477226502311</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.39228079030072</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.234678089552814</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1458490764764864</td></tr>
<tr><td colspan=3>efc</td><td>0.4515</td></tr>
<tr><td colspan=3>fber</td><td>5560.5547</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1374859827877437</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.633281972265022</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.539792426860528</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5825079384282126</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.702339753753018</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3345295884003536</td></tr>
<tr><td colspan=3>gcor</td><td>0.00525114</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003937460482120514</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02468101866543293</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</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.864549524285495</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>30.483</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.6763</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.1977</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309644.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>827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.8297</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2005</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.7969</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3759.0916</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.8315</td></tr>
<tr><td colspan=3>tsnr</td><td>27.483419977128506</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>