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

616 lines
No EOL
118 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-0018_ses-01_task-alignvideo_acq-mb8_run-01_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-0018_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_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-0018/ses-01/func/sub-0018_ses-01_task-alignvideo_acq-mb8_run-01_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>732982602298553d6cdc68009a7c9a03</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>10:54:26.992500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995368, -0.0819082, 0.0503398, 0.0758904, 0.990847, 0.111634]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100134</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>59</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7743, -7281, 646, -57, -247, -15, 13]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb202fdb-68d8-4964-99e0-a02977ba9673||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670498847961426, 0.2036084234714508, 0.15936139225959778, 99.80409240722656], [0.21975360810756683, 2.6583712100982666, 0.28970015048980713, -108.49424743652344], [0.13505788147449493, -0.2995052635669708, 2.6796786785125732, -60.756526947021484], [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, 1073]</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], 'AcquisitionTime': ['105426.992500', '105427.452500', '105427.912500', '105428.372500', '105428.832500', '105429.292500', '105429.752500', '105430.212500', '105430.672500', '105431.132500', '105431.592500', '105432.052500', '105432.512500', '105432.972500', '105433.432500', '105433.892500', '105434.352500', '105434.812500', '105435.272500', '105435.732500', '105436.192500', '105436.652500', '105437.112500', '105437.572500', '105438.032500', '105438.492500', '105438.952500', '105439.412500', '105439.872500', '105440.332500', '105440.792500', '105441.252500', '105441.712500', '105442.172500', '105442.632500', '105443.092500', '105443.552500', '105444.012500', '105444.472500', '105444.932500', '105445.392500', '105445.852500', '105446.312500', '105446.772500', '105447.232500', '105447.692500', '105448.152500', '105448.612500', '105449.072500', '105449.532500', '105449.992500', '105450.452500', '105450.912500', '105451.372500', '105451.832500', '105452.292500', '105452.752500', '105453.212500', '105453.672500', '105454.132500', '105454.592500', '105455.052500', '105455.512500', '105455.972500', '105456.432500', '105456.892500', '105457.352500', '105457.812500', '105458.272500', '105458.732500', '105459.192500', '105459.652500', '105500.112500', '105500.572500', '105501.032500', '105501.492500', '105501.952500', '105502.412500', '105502.872500', '105503.332500', '105503.792500', '105504.252500', '105504.712500', '105505.172500', '105505.632500', '105506.092500', '105506.552500', '105507.012500', '105507.472500', '105507.932500', '105508.392500', '105508.852500', '105509.312500', '105509.772500', '105510.232500', '105510.692500', '105511.152500', '105511.612500', '105512.072500', '105512.532500', '105512.992500', '105513.452500', '105513.912500', '105514.372500', '105514.832500', '105515.292500', '105515.752500', '105516.212500', '105516.672500', '105517.132500', '105517.592500', '105518.052500', '105518.512500', '105518.972500', '105519.432500', '105519.892500', '105520.352500', '105520.812500', '105521.272500', '105521.732500', '105522.192500', '105522.652500', '105523.112500', '105523.572500', '105524.032500', '105524.492500', '105524.952500', '105525.412500', '105525.872500', '105526.332500', '105526.792500', '105527.252500', '105527.712500', '105528.172500', '105528.632500', '105529.092500', '105529.552500', '105530.012500', '105530.472500', '105530.932500', '105531.392500', '105531.852500', '105532.312500', '105532.772500', '105533.232500', '105533.692500', '105534.152500', '105534.612500', '105535.072500', '105535.532500', '105535.992500', '105536.452500', '105536.912500', '105537.372500', '105537.832500', '105538.292500', '105538.752500', '105539.212500', '105539.672500', '105540.132500', '105540.592500', '105541.052500', '105541.512500', '105541.972500', '105542.432500', '105542.892500', '105543.352500', '105543.812500', '105544.272500', '105544.732500', '105545.192500', '105545.652500', '105546.112500', '105546.572500', '105547.032500', '105547.492500', '105547.952500', '105548.412500', '105548.872500', '105549.332500', '105549.792500', '105550.252500', '105550.712500', '105551.172500', '105551.632500', '105552.092500', '105552.552500', '105553.012500', '105553.472500', '105553.932500', '105554.392500', '105554.852500', '105555.312500', '105555.772500', '105556.232500', '105556.692500', '105557.152500', '105557.612500', '105558.072500', '105558.532500', '105558.992500', '105559.452500', '105559.912500', '105600.372500', '105600.832500', '105601.292500', '105601.752500', '105602.212500', '105602.672500', '105603.132500', '105603.592500', '105604.052500', '105604.512500', '105604.972500', '105605.432500', '105605.892500', '105606.352500', '105606.812500', '105607.272500', '105607.732500', '105608.192500', '105608.652500', '105609.112500', '105609.572500', '105610.032500', '105610.492500', '105610.952500', '105611.412500', '105611.872500', '105612.332500', '105612.792500', '105613.252500', '105613.712500', '105614.172500', '105614.632500', '105615.092500', '105615.552500', '105616.012500', '105616.472500', '105616.932500', '105617.392500', '105617.852500', '105618.312500', '105618.772500', '105619.232500', '105619.692500', '105620.152500', '105620.612500', '105621.072500', '105621.532500', '105621.992500', '105622.452500', '105622.912500', '105623.372500', '105623.832500', '105624.292500', '105624.752500', '105625.212500', '105625.672500', '105626.132500', '105626.592500', '105627.052500', '105627.512500', '105627.972500', '105628.432500', '105628.892500', '105629.352500', '105629.812500', '105630.272500', '105630.732500', '105631.192500', '105631.652500', '105632.112500', '105632.572500', '105633.032500', '105633.492500', '105633.952500', '105634.412500', '105634.872500', '105635.332500', '105635.792500', '105636.252500', '105636.712500', '105637.172500', '105637.632500', '105638.092500', '105638.552500', '105639.012500', '105639.472500', '105639.932500', '105640.392500', '105640.852500', '105641.312500', '105641.772500', '105642.232500', '105642.692500', '105643.152500', '105643.612500', '105644.072500', '105644.532500', '105644.992500', '105645.452500', '105645.912500', '105646.372500', '105646.832500', '105647.292500', '105647.752500', '105648.212500', '105648.672500', '105649.132500', '105649.592500', '105650.052500', '105650.512500', '105650.972500', '105651.432500', '105651.892500', '105652.352500', '105652.812500', '105653.272500', '105653.732500', '105654.192500', '105654.652500', '105655.112500', '105655.572500', '105656.032500', '105656.492500', '105656.952500', '105657.412500', '105657.872500', '105658.332500', '105658.792500', '105659.252500', '105659.712500', '105700.172500', '105700.632500', '105701.092500', '105701.552500', '105702.012500', '105702.472500', '105702.932500', '105703.392500', '105703.852500', '105704.312500', '105704.772500', '105705.232500', '105705.692500', '105706.152500', '105706.612500', '105707.072500', '105707.532500', '105707.992500', '105708.452500', '105708.912500', '105709.372500', '105709.832500', '105710.292500', '105710.752500', '105711.212500', '105711.672500', '105712.132500', '105712.592500', '105713.052500', '105713.512500', '105713.972500', '105714.432500', '105714.892500', '105715.352500', '105715.812500', '105716.272500', '105716.732500', '105717.192500', '105717.652500', '105718.112500', '105718.572500', '105719.032500', '105719.492500', '105719.952500', '105720.412500', '105720.872500', '105721.332500', '105721.792500', '105722.252500', '105722.712500', '105723.172500', '105723.632500', '105724.092500', '105724.552500', '105725.012500', '105725.472500', '105725.932500', '105726.392500', '105726.852500', '105727.312500', '105727.772500', '105728.232500', '105728.692500', '105729.152500', '105729.612500', '105730.072500', '105730.532500', '105730.992500', '105731.452500', '105731.912500', '105732.372500', '105732.832500', '105733.292500', '105733.752500', '105734.212500', '105734.672500', '105735.132500', '105735.592500', '105736.052500', '105736.512500', '105736.972500', '105737.432500', '105737.892500', '105738.352500', '105738.812500', '105739.272500', '105739.732500', '105740.192500', '105740.652500', '105741.112500', '105741.572500', '105742.032500', '105742.492500', '105742.952500', '105743.412500', '105743.872500', '105744.332500', '105744.792500', '105745.252500', '105745.712500', '105746.172500', '105746.632500', '105747.092500', '105747.552500', '105748.012500', '105748.472500', '105748.932500', '105749.392500', '105749.852500', '105750.312500', '105750.772500', '105751.232500', '105751.692500', '105752.152500', '105752.612500', '105753.072500', '105753.532500', '105753.992500', '105754.452500', '105754.912500', '105755.372500', '105755.832500', '105756.292500', '105756.752500', '105757.212500', '105757.672500', '105758.132500', '105758.592500', '105759.052500', '105759.512500', '105759.972500', '105800.432500', '105800.892500', '105801.352500', '105801.812500', '105802.272500', '105802.732500', '105803.192500', '105803.652500', '105804.112500', '105804.572500', '105805.032500', '105805.492500', '105805.952500', '105806.412500', '105806.872500', '105807.332500', '105807.792500', '105808.252500', '105808.712500', '105809.172500', '105809.632500', '105810.092500', '105810.552500', '105811.012500', '105811.472500', '105811.932500', '105812.392500', '105812.852500', '105813.312500', '105813.772500', '105814.232500', '105814.692500', '105815.152500', '105815.612500', '105816.072500', '105816.532500', '105816.992500', '105817.452500', '105817.912500', '105818.372500', '105818.832500', '105819.292500', '105819.752500', '105820.212500', '105820.672500', '105821.132500', '105821.592500', '105822.052500', '105822.512500', '105822.972500', '105823.432500', '105823.892500', '105824.352500', '105824.812500', '105825.272500', '105825.732500', '105826.192500', '105826.652500', '105827.112500', '105827.572500', '105828.032500', '105828.492500', '105828.952500', '105829.412500', '105829.872500', '105830.332500', '105830.792500', '105831.252500', '105831.712500', '105832.172500', '105832.632500', '105833.092500', '105833.552500', '105834.012500', '105834.472500', '105834.932500', '105835.392500', '105835.852500', '105836.312500', '105836.772500', '105837.232500', '105837.692500', '105838.152500', '105838.612500', '105839.072500', '105839.532500', '105839.992500', '105840.452500', '105840.912500', '105841.372500', '105841.832500', '105842.292500', '105842.752500', '105843.212500', '105843.672500', '105844.132500', '105844.592500', '105845.052500', '105845.512500', '105845.972500', '105846.432500', '105846.892500', '105847.352500', '105847.812500', '105848.272500', '105848.732500', '105849.192500', '105849.652500', '105850.112500', '105850.572500', '105851.032500', '105851.492500', '105851.952500', '105852.412500', '105852.872500', '105853.332500', '105853.792500', '105854.252500', '105854.712500', '105855.172500', '105855.632500', '105856.092500', '105856.552500', '105857.012500', '105857.472500', '105857.932500', '105858.392500', '105858.852500', '105859.312500', '105859.772500', '105900.232500', '105900.692500', '105901.152500', '105901.612500', '105902.072500', '105902.532500', '105902.992500', '105903.452500', '105903.912500', '105904.372500', '105904.832500', '105905.292500', '105905.752500', '105906.212500', '105906.672500', '105907.132500', '105907.592500', '105908.052500', '105908.512500', '105908.972500', '105909.432500', '105909.892500', '105910.352500', '105910.812500', '105911.272500', '105911.732500', '105912.192500', '105912.652500', '105913.112500', '105913.572500', '105914.032500', '105914.492500', '105914.952500', '105915.412500', '105915.872500', '105916.332500', '105916.792500', '105917.252500', '105917.712500', '105918.172500', '105918.632500', '105919.092500', '105919.552500', '105920.012500', '105920.472500', '105920.932500', '105921.392500', '105921.852500', '105922.312500', '105922.772500', '105923.232500', '105923.692500', '105924.152500', '105924.612500', '105925.072500', '105925.532500', '105925.992500', '105926.452500', '105926.912500', '105927.372500', '105927.832500', '105928.292500', '105928.752500', '105929.212500', '105929.672500', '105930.132500', '105930.592500', '105931.052500', '105931.512500', '105931.972500', '105932.432500', '105932.892500', '105933.352500', '105933.812500', '105934.272500', '105934.732500', '105935.192500', '105935.652500', '105936.112500', '105936.572500', '105937.032500', '105937.492500', '105937.952500', '105938.412500', '105938.872500', '105939.332500', '105939.792500', '105940.252500', '105940.712500', '105941.172500', '105941.632500', '105942.092500', '105942.552500', '105943.012500', '105943.472500', '105943.932500', '105944.392500', '105944.852500', '105945.312500', '105945.772500', '105946.232500', '105946.692500', '105947.152500', '105947.612500', '105948.072500', '105948.532500', '105948.992500', '105949.452500', '105949.912500', '105950.372500', '105950.832500', '105951.292500', '105951.752500', '105952.212500', '105952.672500', '105953.132500', '105953.592500', '105954.052500', '105954.512500', '105954.972500', '105955.432500', '105955.892500', '105956.352500', '105956.812500', '105957.272500', '105957.732500', '105958.192500', '105958.652500', '105959.112500', '105959.572500', '110000.032500', '110000.492500', '110000.952500', '110001.412500', '110001.872500', '110002.332500', '110002.792500', '110003.252500', '110003.712500', '110004.172500', '110004.632500', '110005.092500', '110005.552500', '110006.012500', '110006.472500', '110006.932500', '110007.392500', '110007.852500', '110008.312500', '110008.772500', '110009.232500', '110009.692500', '110010.152500', '110010.612500', '110011.072500', '110011.532500', '110011.992500', '110012.452500', '110012.912500', '110013.372500', '110013.832500', '110014.292500', '110014.752500', '110015.212500', '110015.672500', '110016.132500', '110016.592500', '110017.052500', '110017.512500', '110017.972500', '110018.432500', '110018.892500', '110019.352500', '110019.812500', '110020.272500', '110020.732500', '110021.192500', '110021.652500', '110022.112500', '110022.572500', '110023.032500', '110023.492500', '110023.952500', '110024.412500', '110024.872500', '110025.332500', '110025.792500', '110026.252500', '110026.712500', '110027.172500', '110027.632500', '110028.092500', '110028.552500', '110029.012500', '110029.472500', '110029.932500', '110030.392500', '110030.852500', '110031.312500', '110031.772500', '110032.232500', '110032.692500', '110033.152500', '110033.612500', '110034.072500', '110034.532500', '110034.992500', '110035.452500', '110035.912500', '110036.372500', '110036.832500', '110037.292500', '110037.752500', '110038.212500', '110038.672500', '110039.132500', '110039.592500', '110040.052500', '110040.512500', '110040.972500', '110041.432500', '110041.892500', '110042.352500', '110042.812500', '110043.272500', '110043.732500', '110044.192500', '110044.652500', '110045.112500', '110045.572500', '110046.032500', '110046.492500', '110046.952500', '110047.412500', '110047.872500', '110048.332500', '110048.792500', '110049.252500', '110049.712500', '110050.172500', '110050.632500', '110051.092500', '110051.552500', '110052.012500', '110052.472500', '110052.932500', '110053.392500', '110053.852500', '110054.312500', '110054.772500', '110055.232500', '110055.692500', '110056.152500', '110056.612500', '110057.072500', '110057.532500', '110057.992500', '110058.452500', '110058.912500', '110059.372500', '110059.832500', '110100.292500', '110100.752500', '110101.212500', '110101.672500', '110102.132500', '110102.592500', '110103.052500', '110103.512500', '110103.972500', '110104.432500', '110104.892500', '110105.352500', '110105.812500', '110106.272500', '110106.732500', '110107.192500', '110107.652500', '110108.112500', '110108.572500', '110109.032500', '110109.492500', '110109.952500', '110110.412500', '110110.872500', '110111.332500', '110111.792500', '110112.252500', '110112.712500', '110113.172500', '110113.632500', '110114.092500', '110114.552500', '110115.012500', '110115.472500', '110115.932500', '110116.392500', '110116.852500', '110117.312500', '110117.772500', '110118.232500', '110118.692500', '110119.152500', '110119.612500', '110120.072500', '110120.532500', '110120.992500', '110121.452500', '110121.912500', '110122.372500', '110122.832500', '110123.292500', '110123.752500', '110124.212500', '110124.672500', '110125.132500', '110125.592500', '110126.052500', '110126.512500', '110126.972500', '110127.432500', '110127.892500', '110128.352500', '110128.812500', '110129.272500', '110129.732500', '110130.192500', '110130.652500', '110131.112500', '110131.572500', '110132.032500', '110132.492500', '110132.952500', '110133.412500', '110133.872500', '110134.332500', '110134.792500', '110135.252500', '110135.712500', '110136.172500', '110136.632500', '110137.092500', '110137.552500', '110138.012500', '110138.472500', '110138.932500', '110139.392500', '110139.852500', '110140.312500', '110140.772500', '110141.232500', '110141.692500', '110142.152500', '110142.612500', '110143.072500', '110143.532500', '110143.992500', '110144.452500', '110144.912500', '110145.372500', '110145.832500', '110146.292500', '110146.752500', '110147.212500', '110147.672500', '110148.132500', '110148.592500', '110149.052500', '110149.512500', '110149.972500', '110150.432500', '110150.892500', '110151.352500', '110151.812500', '110152.272500', '110152.732500', '110153.192500', '110153.652500', '110154.112500', '110154.572500', '110155.032500', '110155.492500', '110155.952500', '110156.412500', '110156.872500', '110157.332500', '110157.792500', '110158.252500', '110158.712500', '110159.172500', '110159.632500', '110200.092500', '110200.552500', '110201.012500', '110201.472500', '110201.932500', '110202.392500', '110202.852500', '110203.312500', '110203.772500', '110204.232500', '110204.692500', '110205.152500', '110205.612500', '110206.072500', '110206.532500', '110206.992500', '110207.452500', '110207.912500', '110208.372500', '110208.832500', '110209.292500', '110209.752500', '110210.212500', '110210.672500', '110211.132500', '110211.592500', '110212.052500', '110212.512500', '110212.972500', '110213.432500', '110213.892500', '110214.352500', '110214.812500', '110215.272500', '110215.732500', '110216.192500', '110216.652500', '110217.112500', '110217.572500', '110218.032500', '110218.492500', '110218.952500', '110219.412500', '110219.872500', '110220.332500', '110220.792500', '110221.252500', '110221.712500', '110222.172500', '110222.632500', '110223.092500', '110223.552500', '110224.012500', '110224.472500', '110224.932500', '110225.392500', '110225.852500', '110226.312500', '110226.772500', '110227.232500', '110227.692500', '110228.152500', '110228.612500', '110229.072500', '110229.532500', '110229.992500', '110230.452500', '110230.912500', '110231.372500', '110231.832500', '110232.292500', '110232.752500', '110233.212500', '110233.672500', '110234.132500', '110234.592500', '110235.052500', '110235.512500', '110235.972500', '110236.432500', '110236.892500', '110237.352500', '110237.812500', '110238.272500', '110238.732500', '110239.192500', '110239.652500', '110240.112500'], 'ContentTime': ['105430.822000', '105431.024000', '105431.247000', '105431.445000', '105431.660000', '105431.861000', '105432.056000', '105432.323000', '105432.571000', '105432.730000', '105432.910000', '105433.144000', '105433.487000', '105433.954000', '105434.431000', '105434.898000', '105435.344000', '105435.808000', '105436.275000', '105436.737000', '105437.196000', '105437.651000', '105438.121000', '105438.571000', '105439.026000', '105439.520000', '105439.973000', '105440.419000', '105440.879000', '105441.335000', '105441.796000', '105442.251000', '105442.710000', '105443.212000', '105443.662000', '105444.100000', '105444.558000', '105445.023000', '105445.484000', '105445.977000', '105446.387000', '105446.850000', '105447.308000', '105447.777000', '105448.234000', '105448.729000', '105449.167000', '105449.617000', '105450.080000', '105450.547000', '105451.007000', '105451.455000', '105451.914000', '105452.375000', '105452.844000', '105453.300000', '105453.760000', '105454.214000', '105454.667000', '105455.134000', '105455.595000', '105456.061000', '105456.525000', '105456.984000', '105457.467000', '105457.896000', '105458.346000', '105458.824000', '105459.269000', '105459.725000', '105500.187000', '105500.656000', '105501.103000', '105501.579000', '105502.028000', '105502.505000', '105502.948000', '105503.420000', '105503.901000', '105504.343000', '105504.800000', '105505.257000', '105505.723000', '105506.179000', '105506.623000', '105507.086000', '105507.550000', '105508.016000', '105508.466000', '105508.927000', '105509.388000', '105509.858000', '105510.310000', '105510.781000', '105511.239000', '105511.699000', '105512.164000', '105512.646000', '105513.066000', '105513.544000', '105513.994000', '105514.449000', '105514.911000', '105515.376000', '105515.842000', '105516.296000', '105516.764000', '105517.220000', '105517.672000', '105518.139000', '105518.598000', '105519.084000', '105519.551000', '105519.966000', '105520.427000', '105520.891000', '105521.366000', '105521.810000', '105522.279000', '105522.730000', '105523.222000', '105523.658000', '105524.114000', '105524.588000', '105525.029000', '105525.489000', '105525.981000', '105526.410000', '105526.880000', '105527.382000', '105527.796000', '105528.288000', '105528.727000', '105529.183000', '105529.643000', '105530.132000', '105530.553000', '105531.011000', '105531.467000', '105531.929000', '105532.383000', '105532.848000', '105533.310000', '105533.783000', '105534.241000', '105534.700000', '105535.159000', '105535.630000', '105536.070000', '105536.544000', '105537.009000', '105537.454000', '105537.926000', '105538.370000', '105538.843000', '105539.310000', '105539.808000', '105540.219000', '105540.671000', '105541.129000', '105541.586000', '105542.062000', '105542.509000', '105542.978000', '105543.443000', '105543.899000', '105544.353000', '105544.818000', '105545.269000', '105545.733000', '105546.189000', '105546.665000', '105547.117000', '105547.600000', '105548.046000', '105548.492000', '105548.955000', '105549.419000', '105549.905000', '105550.348000', '105550.790000', '105551.252000', '105551.711000', '105552.174000', '105552.641000', '105553.091000', '105553.559000', '105554.021000', '105554.486000', '105554.945000', '105555.395000', '105555.858000', '105556.328000', '105556.785000', '105557.265000', '105557.698000', '105558.164000', '105558.622000', '105559.080000', '105559.544000', '105600.001000', '105600.461000', '105600.911000', '105601.379000', '105601.843000', '105602.300000', '105602.764000', '105603.213000', '105603.685000', '105604.147000', '105604.591000', '105605.057000', '105605.506000', '105605.985000', '105606.445000', '105606.890000', '105607.359000', '105607.824000', '105608.269000', '105608.772000', '105609.207000', '105609.660000', '105610.124000', '105610.575000', '105611.057000', '105611.501000', '105611.967000', '105612.422000', '105612.880000', '105613.334000', '105613.792000', '105614.255000', '105614.722000', '105615.187000', '105615.631000', '105616.113000', '105616.569000', '105617.027000', '105617.479000', '105617.973000', '105618.402000', '105618.860000', '105619.326000', '105619.773000', '105620.255000', '105620.703000', '105621.168000', '105621.613000', '105622.080000', '105622.534000', '105623.013000', '105623.470000', '105623.928000', '105624.380000', '105624.832000', '105625.310000', '105625.761000', '105626.225000', '105626.683000', '105627.148000', '105627.630000', '105628.068000', '105628.516000', '105628.982000', '105629.476000', '105629.893000', '105630.366000', '105630.827000', '105631.290000', '105631.735000', '105632.208000', '105632.669000', '105633.114000', '105633.587000', '105634.045000', '105634.496000', '105634.959000', '105635.416000', '105635.917000', '105636.347000', '105636.833000', '105637.263000', '105637.725000', '105638.180000', '105638.640000', '105639.106000', '105639.562000', '105640.032000', '105640.484000', '105640.950000', '105641.395000', '105641.890000', '105642.328000', '105642.773000', '105643.245000', '105643.714000', '105644.160000', '105644.616000', '105645.085000', '105645.538000', '105646.000000', '105646.464000', '105646.922000', '105647.386000', '105647.839000', '105648.291000', '105648.762000', '105649.312000', '105649.678000', '105650.141000', '105650.611000', '105651.064000', '105651.522000', '105651.994000', '105652.437000', '105652.891000', '105653.360000', '105653.833000', '105654.315000', '105654.747000', '105655.206000', '105655.663000', '105656.130000', '105656.577000', '105657.037000', '105657.523000', '105657.952000', '105658.435000', '105658.895000', '105659.338000', '105659.813000', '105700.264000', '105700.729000', '105701.186000', '105701.647000', '105702.109000', '105702.574000', '105703.028000', '105703.489000', '105703.951000', '105704.408000', '105704.860000', '105705.333000', '105705.782000', '105706.249000', '105706.707000', '105707.165000', '105707.617000', '105708.085000', '105708.549000', '105709.000000', '105709.474000', '105709.923000', '105710.386000', '105710.850000', '105711.314000', '105711.769000', '105712.233000', '105712.686000', '105713.149000', '105713.613000', '105714.057000', '105714.557000', '105714.986000', '105715.452000', '105715.909000', '105716.363000', '105716.813000', '105717.292000', '105717.744000', '105718.216000', '105718.657000', '105719.129000', '105719.585000', '105720.055000', '105720.512000', '105720.974000', '105721.421000', '105721.874000', '105722.358000', '105722.815000', '105723.268000', '105723.716000', '105724.186000', '105724.657000', '105725.113000', '105725.567000', '105726.024000', '105726.494000', '105726.957000', '105727.414000', '105727.877000', '105728.334000', '105728.817000', '105729.254000', '105729.714000', '105730.161000', '105730.635000', '105731.094000', '105731.550000', '105732.019000', '105732.473000', '105732.918000', '105733.385000', '105733.853000', '105734.305000', '105734.809000', '105735.220000', '105735.687000', '105736.139000', '105736.600000', '105737.073000', '105737.518000', '105737.987000', '105738.449000', '105738.903000', '105739.374000', '105739.829000', '105740.291000', '105740.742000', '105741.213000', '105741.655000', '105742.118000', '105742.595000', '105743.061000', '105743.512000', '105743.967000', '105744.431000', '105744.899000', '105745.352000', '105745.816000', '105746.270000', '105746.759000', '105747.356000', '105747.659000', '105748.098000', '105748.560000', '105749.020000', '105749.499000', '105749.948000', '105750.409000', '105750.874000', '105751.334000', '105751.794000', '105752.253000', '105752.705000', '105753.161000', '105753.621000', '105754.103000', '105754.559000', '105755.042000', '105755.466000', '105755.939000', '105756.387000', '105756.862000', '105757.312000', '105757.770000', '105758.226000', '105758.739000', '105759.159000', '105759.609000', '105800.061000', '105800.519000', '105800.987000', '105801.453000', '105801.911000', '105802.366000', '105802.825000', '105803.290000', '105803.743000', '105804.218000', '105804.661000', '105805.124000', '105805.598000', '105806.050000', '105806.505000', '105806.966000', '105807.432000', '105807.892000', '105808.357000', '105808.812000', '105809.297000', '105809.730000', '105810.191000', '105810.642000', '105811.114000', '105811.591000', '105812.025000', '105812.496000', '105812.947000', '105813.416000', '105813.871000', '105814.365000', '105814.780000', '105815.255000', '105815.714000', '105816.168000', '105816.634000', '105817.103000', '105817.553000', '105818.009000', '105818.475000', '105818.933000', '105819.383000', '105819.854000', '105820.354000', '105820.824000', '105821.277000', '105821.692000', '105822.154000', '105822.615000', '105823.074000', '105823.531000', '105823.990000', '105824.457000', '105824.903000', '105825.378000', '105825.833000', '105826.303000', '105826.741000', '105827.215000', '105827.674000', '105828.125000', '105828.604000', '105829.050000', '105829.516000', '105829.967000', '105830.434000', '105830.886000', '105831.366000', '105831.819000', '105832.283000', '105832.737000', '105833.199000', '105833.654000', '105834.112000', '105834.574000', '105835.028000', '105835.492000', '105835.956000', '105836.421000', '105836.874000', '105837.333000', '105837.782000', '105838.257000', '105838.721000', '105839.178000', '105839.626000', '105840.095000', '105840.561000', '105841.008000', '105841.467000', '105841.939000', '105842.391000', '105842.861000', '105843.305000', '105843.764000', '105844.235000', '105844.705000', '105845.150000', '105845.622000', '105846.105000', '105846.571000', '105847.002000', '105847.458000', '105847.916000', '105848.415000', '105848.841000', '105849.324000', '105849.762000', '105850.217000', '105850.684000', '105851.136000', '105851.599000', '105852.048000', '105852.523000', '105852.972000', '105853.437000', '105853.890000', '105854.348000', '105854.810000', '105855.267000', '105855.730000', '105856.238000', '105856.681000', '105857.123000', '105857.570000', '105858.032000', '105858.490000', '105858.944000', '105859.412000', '105859.873000', '105900.327000', '105900.792000', '105901.356000', '105901.745000', '105902.177000', '105902.638000', '105903.095000', '105903.555000', '105904.011000', '105904.514000', '105904.926000', '105905.406000', '105905.863000', '105906.328000', '105906.781000', '105907.268000', '105907.687000', '105908.147000', '105908.607000', '105909.079000', '105909.532000', '105910.000000', '105910.463000', '105910.923000', '105911.385000', '105911.831000', '105912.313000', '105912.760000', '105913.220000', '105913.683000', '105914.174000', '105914.597000', '105915.050000', '105915.510000', '105915.969000', '105916.429000', '105916.906000', '105917.356000', '105917.820000', '105918.278000', '105918.746000', '105919.192000', '105919.661000', '105920.122000', '105920.580000', '105921.038000', '105921.493000', '105921.954000', '105922.411000', '105922.867000', '105923.370000', '105923.807000', '105924.259000', '105924.709000', '105925.177000', '105925.645000', '105926.092000', '105926.558000', '105927.023000', '105927.469000', '105927.934000', '105928.407000', '105928.859000', '105929.314000', '105929.771000', '105930.243000', '105930.712000', '105931.161000', '105931.622000', '105932.086000', '105932.534000', '105933.017000', '105933.456000', '105933.927000', '105934.387000', '105934.843000', '105935.304000', '105935.776000', '105936.214000', '105936.694000', '105937.134000', '105937.606000', '105938.074000', '105938.524000', '105938.985000', '105939.432000', '105939.910000', '105940.369000', '105940.822000', '105941.269000', '105941.731000', '105942.194000', '105942.698000', '105943.110000', '105943.582000', '105944.055000', '105944.499000', '105944.969000', '105945.415000', '105945.874000', '105946.343000', '105946.806000', '105947.262000', '105947.708000', '105948.218000', '105948.648000', '105949.110000', '105949.567000', '105950.026000', '105950.472000', '105950.934000', '105951.404000', '105951.857000', '105952.326000', '105952.787000', '105953.252000', '105953.700000', '105954.155000', '105954.619000', '105955.091000', '105955.535000', '105956.007000', '105956.458000', '105956.930000', '105957.391000', '105957.842000', '105958.292000', '105958.753000', '105959.227000', '105959.677000', '110000.151000', '110000.609000', '110001.072000', '110001.528000', '110001.995000', '110002.448000', '110002.912000', '110003.372000', '110003.827000', '110004.284000', '110004.746000', '110005.192000', '110005.664000', '110006.129000', '110006.586000', '110007.053000', '110007.511000', '110007.956000', '110008.431000', '110008.873000', '110009.337000', '110009.835000', '110010.271000', '110010.727000', '110011.323000', '110011.637000', '110012.116000', '110012.561000', '110013.061000', '110013.495000', '110013.952000', '110014.411000', '110014.870000', '110015.334000', '110015.788000', '110016.253000', '110016.703000', '110017.170000', '110017.634000', '110018.092000', '110018.540000', '110019.011000', '110019.465000', '110019.943000', '110020.382000', '110020.840000', '110021.311000', '110021.758000', '110022.230000', '110022.698000', '110023.145000', '110023.638000', '110024.073000', '110024.519000', '110024.997000', '110025.453000', '110025.909000', '110026.377000', '110026.841000', '110027.297000', '110027.754000', '110028.216000', '110028.669000', '110029.161000', '110029.593000', '110030.057000', '110030.507000', '110030.979000', '110031.427000', '110031.882000', '110032.363000', '110032.813000', '110033.278000', '110033.762000', '110034.192000', '110034.645000', '110035.106000', '110035.560000', '110036.021000', '110036.480000', '110036.953000', '110037.418000', '110037.873000', '110038.366000', '110038.790000', '110039.375000', '110039.717000', '110040.160000', '110040.632000', '110041.094000', '110041.552000', '110042.012000', '110042.478000', '110042.932000', '110043.389000', '110043.840000', '110044.300000', '110044.778000', '110045.241000', '110045.682000', '110046.140000', '110046.613000', '110047.099000', '110047.538000', '110047.998000', '110048.458000', '110048.914000', '110049.370000', '110049.827000', '110050.288000', '110050.760000', '110051.444000', '110051.677000', '110052.133000', '110052.595000', '110053.042000', '110053.514000', '110053.964000', '110054.436000', '110054.900000', '110055.343000', '110055.846000', '110056.278000', '110056.726000', '110057.203000', '110057.689000', '110058.114000', '110058.578000', '110059.072000', '110059.497000', '110059.944000', '110100.414000', '110100.881000', '110101.338000', '110101.791000', '110102.257000', '110102.710000', '110103.209000', '110103.645000', '110104.090000', '110104.550000', '110105.018000', '110105.479000', '110105.925000', '110106.413000', '110106.857000', '110107.311000', '110107.766000', '110108.230000', '110108.697000', '110109.153000', '110109.616000', '110110.066000', '110110.547000', '110110.994000', '110111.468000', '110111.919000', '110112.375000', '110112.851000', '110113.289000', '110113.760000', '110114.227000', '110114.680000', '110115.143000', '110115.586000', '110116.060000', '110116.525000', '110117.008000', '110117.451000', '110117.899000', '110118.394000', '110118.825000', '110119.281000', '110119.737000', '110120.233000', '110120.665000', '110121.127000', '110121.608000', '110122.035000', '110122.497000', '110122.960000', '110123.450000', '110123.867000', '110124.344000', '110124.809000', '110125.256000', '110125.727000', '110126.184000', '110126.643000', '110127.099000', '110127.562000', '110128.019000', '110128.485000', '110128.935000', '110129.408000', '110129.849000', '110130.322000', '110130.778000', '110131.269000', '110131.703000', '110132.192000', '110132.624000', '110133.085000', '110133.537000', '110134.003000', '110134.462000', '110134.929000', '110135.389000', '110135.844000', '110136.307000', '110136.769000', '110137.234000', '110137.678000', '110138.128000', '110138.609000', '110139.053000', '110139.534000', '110139.971000', '110140.435000', '110140.907000', '110141.360000', '110141.828000', '110142.285000', '110142.732000', '110143.343000', '110143.667000', '110144.123000', '110144.595000', '110145.050000', '110145.495000', '110145.956000', '110146.416000', '110146.877000', '110147.349000', '110147.800000', '110148.260000', '110148.730000', '110149.192000', '110149.647000', '110150.093000', '110150.569000', '110151.029000', '110151.492000', '110151.968000', '110152.400000', '110152.869000', '110153.323000', '110153.795000', '110154.257000', '110154.698000', '110155.170000', '110155.623000', '110156.092000', '110156.540000', '110157.003000', '110157.469000', '110157.926000', '110158.387000', '110158.836000', '110159.312000', '110159.776000', '110200.229000', '110200.680000', '110201.136000', '110201.611000', '110202.105000', '110202.518000', '110202.984000', '110203.454000', '110203.893000', '110204.371000', '110204.837000', '110205.277000', '110205.746000', '110206.194000', '110206.674000', '110207.140000', '110207.589000', '110208.049000', '110208.506000', '110208.977000', '110209.417000', '110209.892000', '110210.336000', '110210.796000', '110211.254000', '110211.732000', '110212.190000', '110212.655000', '110213.103000', '110213.565000', '110214.034000', '110214.485000', '110214.941000', '110215.419000', '110215.862000', '110216.320000', '110216.805000', '110217.247000', '110217.702000', '110218.173000', '110218.630000', '110219.089000', '110219.552000', '110220.017000', '110220.470000', '110220.923000', '110221.393000', '110221.854000', '110222.317000', '110222.773000', '110223.226000', '110223.687000', '110224.141000', '110224.611000', '110225.067000', '110225.552000', '110225.983000', '110226.453000', '110226.897000', '110227.366000', '110227.820000', '110228.298000', '110228.754000', '110229.214000', '110229.677000', '110230.195000', '110230.595000', '110231.050000', '110231.511000', '110231.961000', '110232.428000', '110232.896000', '110233.426000', '110233.804000', '110234.275000', '110234.727000', '110235.193000', '110235.660000', '110236.101000', '110236.564000', '110237.035000', '110237.501000', '110237.948000', '110238.413000', '110238.872000', '110239.322000', '110239.800000', '110240.249000', '110240.714000', '110241.158000'], 'InstanceCreationTime': ['105430.822000', '105431.024000', '105431.247000', '105431.445000', '105431.660000', '105431.861000', '105432.056000', '105432.323000', '105432.571000', '105432.730000', '105432.910000', '105433.144000', '105433.487000', '105433.954000', '105434.431000', '105434.898000', '105435.344000', '105435.808000', '105436.275000', '105436.737000', '105437.196000', '105437.651000', '105438.121000', '105438.571000', '105439.026000', '105439.520000', '105439.973000', '105440.419000', '105440.879000', '105441.335000', '105441.796000', '105442.251000', '105442.710000', '105443.212000', '105443.662000', '105444.100000', '105444.558000', '105445.023000', '105445.484000', '105445.977000', '105446.387000', '105446.850000', '105447.308000', '105447.777000', '105448.234000', '105448.729000', '105449.167000', '105449.617000', '105450.080000', '105450.547000', '105451.007000', '105451.455000', '105451.914000', '105452.375000', '105452.844000', '105453.300000', '105453.760000', '105454.214000', '105454.667000', '105455.134000', '105455.595000', '105456.061000', '105456.525000', '105456.984000', '105457.467000', '105457.896000', '105458.346000', '105458.824000', '105459.269000', '105459.725000', '105500.187000', '105500.656000', '105501.103000', '105501.579000', '105502.028000', '105502.505000', '105502.948000', '105503.420000', '105503.901000', '105504.343000', '105504.800000', '105505.257000', '105505.723000', '105506.179000', '105506.623000', '105507.086000', '105507.550000', '105508.016000', '105508.466000', '105508.927000', '105509.388000', '105509.858000', '105510.310000', '105510.781000', '105511.239000', '105511.699000', '105512.164000', '105512.646000', '105513.066000', '105513.544000', '105513.994000', '105514.449000', '105514.911000', '105515.376000', '105515.842000', '105516.296000', '105516.764000', '105517.220000', '105517.672000', '105518.139000', '105518.598000', '105519.084000', '105519.551000', '105519.966000', '105520.427000', '105520.891000', '105521.366000', '105521.810000', '105522.279000', '105522.730000', '105523.222000', '105523.658000', '105524.114000', '105524.588000', '105525.029000', '105525.489000', '105525.981000', '105526.410000', '105526.880000', '105527.382000', '105527.796000', '105528.288000', '105528.727000', '105529.183000', '105529.643000', '105530.132000', '105530.553000', '105531.011000', '105531.467000', '105531.929000', '105532.383000', '105532.848000', '105533.310000', '105533.783000', '105534.241000', '105534.700000', '105535.159000', '105535.630000', '105536.070000', '105536.544000', '105537.009000', '105537.454000', '105537.926000', '105538.370000', '105538.843000', '105539.310000', '105539.808000', '105540.219000', '105540.671000', '105541.129000', '105541.586000', '105542.062000', '105542.509000', '105542.978000', '105543.443000', '105543.899000', '105544.353000', '105544.818000', '105545.269000', '105545.733000', '105546.189000', '105546.665000', '105547.117000', '105547.600000', '105548.046000', '105548.492000', '105548.955000', '105549.419000', '105549.905000', '105550.348000', '105550.790000', '105551.252000', '105551.711000', '105552.174000', '105552.641000', '105553.091000', '105553.559000', '105554.021000', '105554.486000', '105554.945000', '105555.395000', '105555.858000', '105556.328000', '105556.785000', '105557.265000', '105557.698000', '105558.164000', '105558.622000', '105559.080000', '105559.544000', '105600.001000', '105600.461000', '105600.911000', '105601.379000', '105601.843000', '105602.300000', '105602.764000', '105603.213000', '105603.685000', '105604.147000', '105604.591000', '105605.057000', '105605.506000', '105605.985000', '105606.445000', '105606.890000', '105607.359000', '105607.824000', '105608.269000', '105608.772000', '105609.207000', '105609.660000', '105610.124000', '105610.575000', '105611.057000', '105611.501000', '105611.967000', '105612.422000', '105612.880000', '105613.334000', '105613.792000', '105614.255000', '105614.722000', '105615.187000', '105615.631000', '105616.113000', '105616.569000', '105617.027000', '105617.479000', '105617.973000', '105618.402000', '105618.860000', '105619.326000', '105619.773000', '105620.255000', '105620.703000', '105621.168000', '105621.613000', '105622.080000', '105622.534000', '105623.013000', '105623.470000', '105623.928000', '105624.380000', '105624.832000', '105625.310000', '105625.761000', '105626.225000', '105626.683000', '105627.148000', '105627.630000', '105628.068000', '105628.516000', '105628.982000', '105629.476000', '105629.893000', '105630.366000', '105630.827000', '105631.290000', '105631.735000', '105632.208000', '105632.669000', '105633.114000', '105633.587000', '105634.045000', '105634.496000', '105634.959000', '105635.416000', '105635.917000', '105636.347000', '105636.833000', '105637.263000', '105637.725000', '105638.180000', '105638.640000', '105639.106000', '105639.562000', '105640.032000', '105640.484000', '105640.950000', '105641.395000', '105641.890000', '105642.328000', '105642.773000', '105643.245000', '105643.714000', '105644.160000', '105644.616000', '105645.085000', '105645.538000', '105646.000000', '105646.464000', '105646.922000', '105647.386000', '105647.839000', '105648.291000', '105648.762000', '105649.312000', '105649.678000', '105650.141000', '105650.611000', '105651.064000', '105651.522000', '105651.994000', '105652.437000', '105652.891000', '105653.360000', '105653.833000', '105654.315000', '105654.747000', '105655.206000', '105655.663000', '105656.130000', '105656.577000', '105657.037000', '105657.523000', '105657.952000', '105658.435000', '105658.895000', '105659.338000', '105659.813000', '105700.264000', '105700.729000', '105701.186000', '105701.647000', '105702.109000', '105702.574000', '105703.028000', '105703.489000', '105703.951000', '105704.408000', '105704.860000', '105705.333000', '105705.782000', '105706.249000', '105706.707000', '105707.165000', '105707.617000', '105708.085000', '105708.549000', '105709.000000', '105709.474000', '105709.923000', '105710.386000', '105710.850000', '105711.314000', '105711.769000', '105712.233000', '105712.686000', '105713.149000', '105713.613000', '105714.057000', '105714.557000', '105714.986000', '105715.452000', '105715.909000', '105716.363000', '105716.813000', '105717.292000', '105717.744000', '105718.216000', '105718.657000', '105719.129000', '105719.585000', '105720.055000', '105720.512000', '105720.974000', '105721.421000', '105721.874000', '105722.358000', '105722.815000', '105723.268000', '105723.716000', '105724.186000', '105724.657000', '105725.113000', '105725.567000', '105726.024000', '105726.494000', '105726.957000', '105727.414000', '105727.877000', '105728.334000', '105728.817000', '105729.254000', '105729.714000', '105730.161000', '105730.635000', '105731.094000', '105731.550000', '105732.019000', '105732.473000', '105732.918000', '105733.385000', '105733.853000', '105734.305000', '105734.809000', '105735.220000', '105735.687000', '105736.139000', '105736.600000', '105737.073000', '105737.518000', '105737.987000', '105738.449000', '105738.903000', '105739.374000', '105739.829000', '105740.291000', '105740.742000', '105741.213000', '105741.655000', '105742.118000', '105742.595000', '105743.061000', '105743.512000', '105743.967000', '105744.431000', '105744.899000', '105745.352000', '105745.816000', '105746.270000', '105746.759000', '105747.356000', '105747.659000', '105748.098000', '105748.560000', '105749.020000', '105749.499000', '105749.948000', '105750.409000', '105750.874000', '105751.334000', '105751.794000', '105752.253000', '105752.705000', '105753.161000', '105753.621000', '105754.103000', '105754.559000', '105755.042000', '105755.466000', '105755.939000', '105756.387000', '105756.862000', '105757.312000', '105757.770000', '105758.226000', '105758.739000', '105759.159000', '105759.609000', '105800.061000', '105800.519000', '105800.987000', '105801.453000', '105801.911000', '105802.366000', '105802.825000', '105803.290000', '105803.743000', '105804.218000', '105804.661000', '105805.124000', '105805.598000', '105806.050000', '105806.505000', '105806.966000', '105807.432000', '105807.892000', '105808.357000', '105808.812000', '105809.297000', '105809.730000', '105810.191000', '105810.642000', '105811.114000', '105811.591000', '105812.025000', '105812.496000', '105812.947000', '105813.416000', '105813.871000', '105814.365000', '105814.780000', '105815.255000', '105815.714000', '105816.168000', '105816.634000', '105817.103000', '105817.553000', '105818.009000', '105818.475000', '105818.933000', '105819.383000', '105819.854000', '105820.354000', '105820.824000', '105821.277000', '105821.692000', '105822.154000', '105822.615000', '105823.074000', '105823.531000', '105823.990000', '105824.457000', '105824.903000', '105825.378000', '105825.833000', '105826.303000', '105826.741000', '105827.215000', '105827.674000', '105828.125000', '105828.604000', '105829.050000', '105829.516000', '105829.967000', '105830.434000', '105830.886000', '105831.366000', '105831.819000', '105832.283000', '105832.737000', '105833.199000', '105833.654000', '105834.112000', '105834.574000', '105835.028000', '105835.492000', '105835.956000', '105836.421000', '105836.874000', '105837.333000', '105837.782000', '105838.257000', '105838.721000', '105839.178000', '105839.626000', '105840.095000', '105840.561000', '105841.008000', '105841.467000', '105841.939000', '105842.391000', '105842.861000', '105843.305000', '105843.764000', '105844.235000', '105844.705000', '105845.150000', '105845.622000', '105846.105000', '105846.571000', '105847.002000', '105847.458000', '105847.916000', '105848.415000', '105848.841000', '105849.324000', '105849.762000', '105850.217000', '105850.684000', '105851.136000', '105851.599000', '105852.048000', '105852.523000', '105852.972000', '105853.437000', '105853.890000', '105854.348000', '105854.810000', '105855.267000', '105855.730000', '105856.238000', '105856.681000', '105857.123000', '105857.570000', '105858.032000', '105858.490000', '105858.944000', '105859.412000', '105859.873000', '105900.327000', '105900.792000', '105901.356000', '105901.745000', '105902.177000', '105902.638000', '105903.095000', '105903.555000', '105904.011000', '105904.514000', '105904.926000', '105905.406000', '105905.863000', '105906.328000', '105906.781000', '105907.268000', '105907.687000', '105908.147000', '105908.607000', '105909.079000', '105909.532000', '105910.000000', '105910.463000', '105910.923000', '105911.385000', '105911.831000', '105912.313000', '105912.760000', '105913.220000', '105913.683000', '105914.174000', '105914.597000', '105915.050000', '105915.510000', '105915.969000', '105916.429000', '105916.906000', '105917.356000', '105917.820000', '105918.278000', '105918.746000', '105919.192000', '105919.661000', '105920.122000', '105920.580000', '105921.038000', '105921.493000', '105921.954000', '105922.411000', '105922.867000', '105923.370000', '105923.807000', '105924.259000', '105924.709000', '105925.177000', '105925.645000', '105926.092000', '105926.558000', '105927.023000', '105927.469000', '105927.934000', '105928.407000', '105928.859000', '105929.314000', '105929.771000', '105930.243000', '105930.712000', '105931.161000', '105931.622000', '105932.086000', '105932.534000', '105933.017000', '105933.456000', '105933.927000', '105934.387000', '105934.843000', '105935.304000', '105935.776000', '105936.214000', '105936.694000', '105937.134000', '105937.606000', '105938.074000', '105938.524000', '105938.985000', '105939.432000', '105939.910000', '105940.369000', '105940.822000', '105941.269000', '105941.731000', '105942.194000', '105942.698000', '105943.110000', '105943.582000', '105944.055000', '105944.499000', '105944.969000', '105945.415000', '105945.874000', '105946.343000', '105946.806000', '105947.262000', '105947.708000', '105948.218000', '105948.648000', '105949.110000', '105949.567000', '105950.026000', '105950.472000', '105950.934000', '105951.404000', '105951.857000', '105952.326000', '105952.787000', '105953.252000', '105953.700000', '105954.155000', '105954.619000', '105955.091000', '105955.535000', '105956.007000', '105956.458000', '105956.930000', '105957.391000', '105957.842000', '105958.292000', '105958.753000', '105959.227000', '105959.677000', '110000.151000', '110000.609000', '110001.072000', '110001.528000', '110001.995000', '110002.448000', '110002.912000', '110003.372000', '110003.827000', '110004.284000', '110004.746000', '110005.192000', '110005.664000', '110006.129000', '110006.586000', '110007.053000', '110007.511000', '110007.956000', '110008.431000', '110008.873000', '110009.337000', '110009.835000', '110010.271000', '110010.727000', '110011.323000', '110011.637000', '110012.116000', '110012.561000', '110013.061000', '110013.495000', '110013.952000', '110014.411000', '110014.870000', '110015.334000', '110015.788000', '110016.253000', '110016.703000', '110017.170000', '110017.634000', '110018.092000', '110018.540000', '110019.011000', '110019.465000', '110019.943000', '110020.382000', '110020.840000', '110021.311000', '110021.758000', '110022.230000', '110022.698000', '110023.145000', '110023.638000', '110024.073000', '110024.519000', '110024.997000', '110025.453000', '110025.909000', '110026.377000', '110026.841000', '110027.297000', '110027.754000', '110028.216000', '110028.669000', '110029.161000', '110029.593000', '110030.057000', '110030.507000', '110030.979000', '110031.427000', '110031.882000', '110032.363000', '110032.813000', '110033.278000', '110033.762000', '110034.192000', '110034.645000', '110035.106000', '110035.560000', '110036.021000', '110036.480000', '110036.953000', '110037.418000', '110037.873000', '110038.366000', '110038.790000', '110039.375000', '110039.717000', '110040.160000', '110040.632000', '110041.094000', '110041.552000', '110042.012000', '110042.478000', '110042.932000', '110043.389000', '110043.840000', '110044.300000', '110044.778000', '110045.241000', '110045.682000', '110046.140000', '110046.613000', '110047.099000', '110047.538000', '110047.998000', '110048.458000', '110048.914000', '110049.370000', '110049.827000', '110050.288000', '110050.760000', '110051.444000', '110051.677000', '110052.133000', '110052.595000', '110053.042000', '110053.514000', '110053.964000', '110054.436000', '110054.900000', '110055.343000', '110055.846000', '110056.278000', '110056.726000', '110057.203000', '110057.689000', '110058.114000', '110058.578000', '110059.072000', '110059.497000', '110059.944000', '110100.414000', '110100.881000', '110101.338000', '110101.791000', '110102.257000', '110102.710000', '110103.209000', '110103.645000', '110104.090000', '110104.550000', '110105.018000', '110105.479000', '110105.925000', '110106.413000', '110106.857000', '110107.311000', '110107.766000', '110108.230000', '110108.697000', '110109.153000', '110109.616000', '110110.066000', '110110.547000', '110110.994000', '110111.468000', '110111.919000', '110112.375000', '110112.851000', '110113.289000', '110113.760000', '110114.227000', '110114.680000', '110115.143000', '110115.586000', '110116.060000', '110116.525000', '110117.008000', '110117.451000', '110117.899000', '110118.394000', '110118.825000', '110119.281000', '110119.737000', '110120.233000', '110120.665000', '110121.127000', '110121.608000', '110122.035000', '110122.497000', '110122.960000', '110123.450000', '110123.867000', '110124.344000', '110124.809000', '110125.256000', '110125.727000', '110126.184000', '110126.643000', '110127.099000', '110127.562000', '110128.019000', '110128.485000', '110128.935000', '110129.408000', '110129.849000', '110130.322000', '110130.778000', '110131.269000', '110131.703000', '110132.192000', '110132.624000', '110133.085000', '110133.537000', '110134.003000', '110134.462000', '110134.929000', '110135.389000', '110135.844000', '110136.307000', '110136.769000', '110137.234000', '110137.678000', '110138.128000', '110138.609000', '110139.053000', '110139.534000', '110139.971000', '110140.435000', '110140.907000', '110141.360000', '110141.828000', '110142.285000', '110142.732000', '110143.343000', '110143.667000', '110144.123000', '110144.595000', '110145.050000', '110145.495000', '110145.956000', '110146.416000', '110146.877000', '110147.349000', '110147.800000', '110148.260000', '110148.730000', '110149.192000', '110149.647000', '110150.093000', '110150.569000', '110151.029000', '110151.492000', '110151.968000', '110152.400000', '110152.869000', '110153.323000', '110153.795000', '110154.257000', '110154.698000', '110155.170000', '110155.623000', '110156.092000', '110156.540000', '110157.003000', '110157.469000', '110157.926000', '110158.387000', '110158.836000', '110159.312000', '110159.776000', '110200.229000', '110200.680000', '110201.136000', '110201.611000', '110202.105000', '110202.518000', '110202.984000', '110203.454000', '110203.893000', '110204.371000', '110204.837000', '110205.277000', '110205.746000', '110206.194000', '110206.674000', '110207.140000', '110207.589000', '110208.049000', '110208.506000', '110208.977000', '110209.417000', '110209.892000', '110210.336000', '110210.796000', '110211.254000', '110211.732000', '110212.190000', '110212.655000', '110213.103000', '110213.565000', '110214.034000', '110214.485000', '110214.941000', '110215.419000', '110215.862000', '110216.320000', '110216.805000', '110217.247000', '110217.702000', '110218.173000', '110218.630000', '110219.089000', '110219.552000', '110220.017000', '110220.470000', '110220.923000', '110221.393000', '110221.854000', '110222.317000', '110222.773000', '110223.226000', '110223.687000', '110224.141000', '110224.611000', '110225.067000', '110225.552000', '110225.983000', '110226.453000', '110226.897000', '110227.366000', '110227.820000', '110228.298000', '110228.754000', '110229.214000', '110229.677000', '110230.195000', '110230.595000', '110231.050000', '110231.511000', '110231.961000', '110232.428000', '110232.896000', '110233.426000', '110233.804000', '110234.275000', '110234.727000', '110235.193000', '110235.660000', '110236.101000', '110236.564000', '110237.035000', '110237.501000', '110237.948000', '110238.413000', '110238.872000', '110239.322000', '110239.800000', '110240.249000', '110240.714000', '110241.158000'], '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], 'LargestImagePixelValue': [769, 714, 895, 661, 721, 636, 870, 684, 836, 625, 663, 643, 656, 633, 689, 704, 652, 622, 655, 696, 643, 713, 623, 660, 757, 657, 672, 644, 685, 706, 714, 780, 644, 829, 649, 765, 641, 674, 635, 670, 622, 659, 693, 664, 823, 646, 633, 637, 662, 647, 669, 629, 691, 618, 674, 667, 666, 709, 648, 653, 631, 669, 655, 651, 644, 675, 666, 659, 751, 680, 656, 663, 676, 658, 655, 644, 706, 644, 688, 830, 676, 647, 650, 676, 649, 663, 666, 718, 734, 674, 722, 670, 699, 664, 679, 635, 673, 642, 672, 782, 673, 908, 655, 663, 637, 668, 703, 673, 784, 687, 694, 668, 769, 665, 641, 638, 680, 639, 691, 674, 658, 805, 646, 664, 627, 643, 635, 669, 743, 658, 648, 662, 656, 656, 644, 633, 667, 771, 674, 669, 667, 683, 645, 638, 647, 682, 810, 658, 641, 664, 691, 662, 697, 702, 671, 838, 686, 670, 646, 647, 633, 695, 742, 668, 670, 654, 664, 656, 655, 697, 670, 838, 653, 647, 649, 665, 699, 681, 695, 679, 751, 667, 712, 644, 672, 631, 660, 716, 684, 860, 648, 658, 642, 653, 651, 664, 687, 638, 665, 631, 686, 780, 658, 679, 643, 675, 644, 650, 713, 688, 668, 658, 665, 629, 672, 766, 682, 754, 661, 620, 642, 613, 638, 736, 623, 642, 743, 643, 813, 712, 659, 818, 640, 726, 620, 686, 636, 671, 831, 671, 638, 647, 641, 619, 644, 798, 650, 662, 695, 682, 715, 643, 826, 636, 810, 652, 683, 613, 622, 681, 653, 807, 631, 841, 629, 704, 650, 628, 759, 645, 660, 626, 688, 714, 663, 802, 675, 753, 696, 836, 658, 774, 620, 606, 630, 648, 619, 656, 668, 659, 761, 635, 634, 633, 657, 622, 630, 783, 649, 839, 636, 636, 633, 663, 633, 672, 766, 693, 773, 641, 667, 638, 652, 629, 674, 649, 698, 717, 657, 765, 646, 650, 654, 679, 627, 633, 614, 676, 684, 658, 840, 662, 652, 639, 650, 619, 612, 621, 674, 767, 644, 688, 620, 653, 630, 667, 781, 695, 725, 651, 632, 639, 659, 634, 638, 712, 655, 708, 635, 650, 638, 664, 771, 674, 806, 628, 816, 644, 690, 657, 677, 657, 670, 645, 634, 595, 620, 636, 625, 637, 753, 635, 738, 634, 644, 629, 642, 638, 657, 610, 654, 603, 658, 737, 641, 642, 618, 648, 612, 610, 674, 664, 787, 641, 683, 637, 635, 654, 682, 748, 707, 709, 654, 714, 644, 638, 642, 688, 658, 671, 659, 654, 728, 660, 651, 653, 701, 646, 689, 654, 643, 667, 644, 683, 693, 672, 722, 654, 783, 644, 637, 647, 667, 713, 663, 739, 654, 830, 645, 658, 616, 647, 638, 681, 802, 648, 625, 625, 660, 613, 647, 622, 659, 771, 625, 618, 629, 671, 666, 672, 769, 632, 626, 629, 657, 633, 690, 872, 654, 674, 625, 667, 727, 637, 885, 642, 713, 640, 668, 615, 624, 617, 679, 693, 656, 869, 627, 619, 613, 650, 624, 658, 632, 667, 730, 627, 740, 623, 643, 635, 641, 607, 653, 611, 619, 596, 673, 655, 655, 733, 609, 601, 630, 599, 638, 664, 630, 620, 614, 663, 641, 644, 739, 665, 675, 622, 651, 621, 623, 633, 679, 665, 662, 741, 635, 613, 642, 631, 639, 640, 714, 655, 631, 634, 624, 621, 659, 756, 636, 628, 665, 676, 845, 616, 648, 695, 668, 789, 611, 627, 675, 638, 852, 677, 642, 640, 618, 603, 665, 743, 623, 646, 593, 631, 596, 619, 638, 710, 639, 618, 598, 615, 749, 632, 828, 629, 808, 618, 622, 599, 646, 656, 635, 700, 614, 644, 597, 622, 742, 630, 830, 609, 668, 596, 652, 654, 628, 736, 621, 740, 616, 623, 629, 630, 620, 649, 661, 617, 752, 625, 659, 598, 633, 594, 646, 606, 662, 635, 612, 740, 641, 622, 614, 624, 613, 665, 651, 650, 909, 670, 626, 588, 649, 584, 602, 565, 571, 601, 580, 640, 777, 580, 561, 604, 605, 890, 703, 889, 762, 584, 658, 589, 798, 603, 837, 565, 723, 542, 564, 573, 576, 580, 574, 553, 571, 612, 586, 614, 708, 594, 606, 576, 647, 687, 607, 593, 605, 626, 604, 672, 727, 611, 659, 600, 579, 621, 623, 597, 611, 589, 668, 639, 657, 649, 613, 630, 731, 617, 607, 623, 677, 768, 646, 619, 608, 650, 701, 640, 789, 621, 603, 585, 618, 565, 598, 583, 769, 685, 867, 677, 892, 617, 714, 601, 620, 651, 648, 799, 679, 703, 604, 582, 602, 628, 601, 639, 782, 628, 806, 611, 593, 602, 617, 599, 608, 794, 635, 838, 606, 600, 598, 601, 599, 648, 683, 695, 703, 625, 717, 610, 646, 627, 583, 600, 632, 592, 611, 651, 626, 663, 672, 725, 632, 707, 622, 731, 622, 685, 598, 583, 596, 629, 615, 632, 605, 650, 589, 629, 654, 624, 775, 628, 596, 614, 625, 613, 630, 621, 673, 607, 634, 698, 618, 727, 633, 590, 598, 618, 646, 602, 729, 691, 778, 621, 835, 603, 643, 616, 633, 606, 619, 613, 688, 625, 639, 580, 627, 610, 605, 657, 648, 639, 722, 608, 609, 616, 617, 706, 691, 827, 616, 795, 624, 619, 610, 651, 765, 667, 771, 614, 643, 626, 641, 722, 612, 739, 649, 758, 637, 854, 605, 610, 604, 605, 751, 658, 824, 607, 698, 616, 612, 633, 623, 674, 596, 567, 610, 622, 616, 680, 710, 621, 594, 595, 601, 667, 652, 846, 605, 713, 591, 616, 643, 685, 849, 648, 583, 591, 613, 599, 678, 743, 609, 581, 607, 602, 599, 661, 717, 611, 589, 582, 618, 654, 579, 766, 621, 760, 596, 672, 662, 609, 724, 604, 752, 589, 592, 582, 578, 568, 602, 660, 605, 726, 570, 580, 579, 604, 673, 585, 811, 603, 773, 584, 559, 588, 636, 586, 562, 607, 615, 665, 614, 779, 581, 669, 582, 577, 603, 621, 576, 586, 579, 630, 619, 605, 700, 585, 736, 595, 658, 594, 602, 580, 608, 581, 603, 588, 616, 603, 596, 574, 622, 598, 640, 734, 593, 554, 593, 643, 615, 586, 660, 589, 728, 590, 622, 603, 630, 675, 633, 736, 600, 789, 605, 832, 632, 608, 606, 560, 730, 602, 833, 624, 695, 585, 601, 596, 597, 660, 623, 824, 576, 552, 565, 610, 599, 671, 756, 627, 630, 557, 614, 735, 595, 587, 657, 611, 717, 627, 838, 579, 753, 600, 724, 579, 782, 608, 599, 565, 599, 584, 641], 'WindowCenter': [289.0, 287.0, 287.0, 285.0, 284.0, 283.0, 284.0, 282.0, 283.0, 281.0, 283.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 281.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 284.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 284.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 284.0, 285.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 284.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 282.0, 283.0, 282.0, 283.0, 284.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 285.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 284.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 284.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 283.0, 284.0, 284.0, 283.0, 282.0, 282.0, 282.0, 283.0, 284.0, 285.0, 283.0, 283.0, 283.0, 282.0, 282.0, 283.0, 285.0, 284.0, 285.0, 283.0, 283.0, 282.0, 283.0, 283.0, 284.0, 283.0, 283.0, 284.0, 284.0, 286.0, 284.0, 284.0, 284.0, 283.0, 282.0, 281.0, 282.0, 283.0, 283.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 284.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 284.0, 283.0, 282.0, 281.0, 281.0, 282.0, 282.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 283.0, 284.0, 282.0, 282.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 285.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 284.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 283.0, 284.0, 283.0, 283.0, 282.0, 284.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 284.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 282.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 284.0, 282.0, 281.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 283.0, 283.0, 284.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 285.0, 283.0, 282.0, 282.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 282.0, 284.0, 282.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 283.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 284.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 284.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 284.0, 285.0, 283.0, 283.0, 283.0, 283.0, 283.0, 283.0, 285.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 284.0, 283.0, 284.0, 282.0, 282.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 281.0, 281.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 284.0, 283.0, 284.0, 282.0, 283.0, 282.0, 281.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 284.0, 282.0, 282.0, 281.0, 283.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 284.0, 283.0, 283.0, 283.0, 282.0, 282.0, 283.0, 284.0, 283.0, 284.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 283.0, 284.0, 282.0, 282.0, 282.0, 281.0, 284.0, 282.0, 283.0, 282.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 279.0, 281.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 283.0, 284.0, 285.0, 284.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 285.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 284.0, 284.0, 284.0, 283.0, 284.0, 282.0, 282.0, 281.0, 281.0, 283.0, 282.0, 283.0, 282.0, 282.0, 281.0, 280.0, 281.0, 281.0, 282.0, 283.0, 283.0, 282.0, 283.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 281.0, 281.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 281.0, 282.0, 283.0, 283.0, 284.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 284.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 283.0, 284.0, 282.0, 284.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 283.0, 284.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 284.0, 284.0, 285.0, 284.0, 283.0, 283.0, 284.0, 285.0, 284.0, 285.0, 283.0, 284.0, 283.0, 283.0, 283.0, 284.0, 284.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 284.0, 282.0, 283.0, 282.0, 283.0, 283.0, 284.0, 282.0, 281.0, 281.0, 281.0, 283.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 282.0, 282.0, 283.0, 282.0, 281.0, 282.0, 282.0, 283.0, 284.0, 283.0, 283.0, 282.0, 282.0, 282.0, 283.0, 283.0, 285.0, 282.0, 283.0, 282.0, 282.0, 283.0, 283.0, 284.0, 283.0, 281.0, 281.0, 281.0, 282.0, 283.0, 283.0, 282.0, 281.0, 282.0, 282.0, 282.0, 283.0, 283.0, 283.0, 281.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 281.0, 281.0, 281.0, 281.0, 283.0, 282.0, 283.0, 282.0, 283.0, 281.0, 280.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 283.0, 283.0, 283.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 281.0, 281.0, 282.0, 283.0, 282.0, 282.0, 283.0, 282.0, 283.0, 283.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 281.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 284.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 283.0, 282.0, 284.0, 283.0, 285.0, 283.0, 282.0, 282.0, 281.0, 283.0, 282.0, 285.0, 283.0, 283.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 284.0, 281.0, 281.0, 281.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 282.0, 281.0, 283.0, 282.0, 283.0, 283.0, 284.0, 281.0, 282.0, 281.0, 282.0, 280.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0], 'WindowWidth': [633.0, 629.0, 629.0, 625.0, 624.0, 622.0, 623.0, 620.0, 621.0, 619.0, 621.0, 620.0, 619.0, 618.0, 619.0, 619.0, 619.0, 618.0, 621.0, 622.0, 620.0, 622.0, 620.0, 621.0, 621.0, 621.0, 620.0, 621.0, 622.0, 622.0, 622.0, 622.0, 620.0, 622.0, 621.0, 622.0, 620.0, 619.0, 619.0, 619.0, 619.0, 619.0, 622.0, 621.0, 621.0, 620.0, 619.0, 620.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 622.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 622.0, 621.0, 622.0, 621.0, 621.0, 623.0, 623.0, 623.0, 622.0, 622.0, 622.0, 622.0, 621.0, 623.0, 622.0, 624.0, 624.0, 622.0, 621.0, 622.0, 622.0, 621.0, 622.0, 623.0, 623.0, 623.0, 622.0, 623.0, 623.0, 623.0, 623.0, 622.0, 622.0, 622.0, 622.0, 624.0, 623.0, 622.0, 623.0, 621.0, 621.0, 621.0, 621.0, 622.0, 621.0, 623.0, 621.0, 621.0, 621.0, 622.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 621.0, 621.0, 623.0, 621.0, 621.0, 620.0, 620.0, 620.0, 621.0, 622.0, 621.0, 621.0, 621.0, 622.0, 624.0, 622.0, 622.0, 622.0, 623.0, 624.0, 622.0, 623.0, 622.0, 621.0, 621.0, 623.0, 622.0, 624.0, 621.0, 621.0, 622.0, 622.0, 621.0, 622.0, 622.0, 623.0, 626.0, 622.0, 622.0, 621.0, 621.0, 621.0, 624.0, 623.0, 623.0, 621.0, 621.0, 621.0, 622.0, 622.0, 622.0, 622.0, 624.0, 621.0, 621.0, 622.0, 621.0, 621.0, 621.0, 620.0, 621.0, 623.0, 621.0, 621.0, 620.0, 620.0, 621.0, 622.0, 622.0, 621.0, 622.0, 620.0, 620.0, 620.0, 622.0, 621.0, 621.0, 621.0, 621.0, 621.0, 621.0, 624.0, 623.0, 622.0, 621.0, 621.0, 621.0, 621.0, 624.0, 625.0, 623.0, 623.0, 622.0, 621.0, 620.0, 621.0, 624.0, 624.0, 624.0, 623.0, 621.0, 621.0, 621.0, 621.0, 622.0, 621.0, 621.0, 623.0, 624.0, 626.0, 624.0, 623.0, 623.0, 621.0, 620.0, 619.0, 619.0, 621.0, 622.0, 623.0, 620.0, 620.0, 620.0, 620.0, 619.0, 620.0, 623.0, 621.0, 621.0, 620.0, 621.0, 620.0, 620.0, 621.0, 620.0, 623.0, 621.0, 619.0, 619.0, 618.0, 619.0, 619.0, 619.0, 618.0, 621.0, 619.0, 621.0, 620.0, 618.0, 620.0, 620.0, 619.0, 619.0, 620.0, 620.0, 619.0, 621.0, 620.0, 622.0, 622.0, 622.0, 619.0, 620.0, 618.0, 617.0, 618.0, 618.0, 619.0, 621.0, 620.0, 620.0, 620.0, 620.0, 619.0, 619.0, 619.0, 620.0, 621.0, 621.0, 621.0, 622.0, 620.0, 619.0, 620.0, 619.0, 620.0, 621.0, 622.0, 621.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 622.0, 621.0, 621.0, 621.0, 621.0, 621.0, 621.0, 622.0, 621.0, 621.0, 620.0, 620.0, 620.0, 621.0, 621.0, 622.0, 624.0, 621.0, 620.0, 620.0, 620.0, 620.0, 619.0, 620.0, 621.0, 622.0, 621.0, 621.0, 620.0, 621.0, 621.0, 621.0, 623.0, 620.0, 621.0, 621.0, 620.0, 620.0, 620.0, 621.0, 621.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 622.0, 623.0, 621.0, 621.0, 620.0, 622.0, 621.0, 622.0, 621.0, 620.0, 619.0, 620.0, 619.0, 620.0, 618.0, 620.0, 621.0, 621.0, 621.0, 622.0, 620.0, 621.0, 620.0, 620.0, 620.0, 621.0, 620.0, 621.0, 620.0, 621.0, 620.0, 622.0, 623.0, 621.0, 620.0, 620.0, 620.0, 620.0, 621.0, 622.0, 621.0, 622.0, 621.0, 620.0, 620.0, 621.0, 623.0, 623.0, 622.0, 621.0, 621.0, 621.0, 622.0, 621.0, 620.0, 621.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 622.0, 622.0, 621.0, 622.0, 620.0, 622.0, 621.0, 621.0, 621.0, 621.0, 622.0, 621.0, 621.0, 622.0, 621.0, 621.0, 621.0, 621.0, 621.0, 621.0, 622.0, 621.0, 621.0, 621.0, 623.0, 620.0, 621.0, 620.0, 619.0, 619.0, 621.0, 622.0, 619.0, 619.0, 619.0, 619.0, 618.0, 620.0, 621.0, 621.0, 621.0, 620.0, 620.0, 620.0, 622.0, 621.0, 621.0, 621.0, 621.0, 620.0, 620.0, 621.0, 622.0, 622.0, 623.0, 621.0, 621.0, 620.0, 621.0, 621.0, 621.0, 624.0, 621.0, 620.0, 619.0, 620.0, 620.0, 618.0, 618.0, 620.0, 621.0, 620.0, 622.0, 620.0, 618.0, 619.0, 619.0, 620.0, 621.0, 620.0, 619.0, 620.0, 619.0, 620.0, 619.0, 619.0, 621.0, 620.0, 619.0, 619.0, 618.0, 619.0, 618.0, 620.0, 621.0, 621.0, 621.0, 620.0, 619.0, 620.0, 620.0, 622.0, 621.0, 621.0, 620.0, 620.0, 621.0, 620.0, 621.0, 624.0, 623.0, 621.0, 620.0, 621.0, 620.0, 620.0, 621.0, 624.0, 622.0, 622.0, 623.0, 622.0, 621.0, 621.0, 621.0, 623.0, 624.0, 625.0, 623.0, 623.0, 622.0, 621.0, 621.0, 622.0, 624.0, 623.0, 622.0, 622.0, 622.0, 623.0, 621.0, 622.0, 623.0, 621.0, 623.0, 621.0, 620.0, 621.0, 621.0, 624.0, 621.0, 620.0, 620.0, 619.0, 619.0, 621.0, 622.0, 620.0, 621.0, 620.0, 620.0, 620.0, 622.0, 623.0, 622.0, 621.0, 621.0, 620.0, 620.0, 623.0, 621.0, 623.0, 620.0, 621.0, 620.0, 618.0, 620.0, 621.0, 621.0, 621.0, 621.0, 620.0, 621.0, 620.0, 621.0, 622.0, 621.0, 623.0, 620.0, 620.0, 619.0, 621.0, 621.0, 620.0, 621.0, 620.0, 621.0, 621.0, 621.0, 620.0, 621.0, 620.0, 620.0, 621.0, 620.0, 623.0, 620.0, 621.0, 620.0, 619.0, 620.0, 621.0, 620.0, 621.0, 620.0, 620.0, 623.0, 623.0, 621.0, 621.0, 620.0, 620.0, 621.0, 624.0, 622.0, 624.0, 621.0, 620.0, 620.0, 620.0, 619.0, 620.0, 619.0, 620.0, 620.0, 620.0, 621.0, 624.0, 620.0, 620.0, 620.0, 619.0, 622.0, 620.0, 621.0, 620.0, 617.0, 618.0, 617.0, 619.0, 617.0, 619.0, 616.0, 617.0, 615.0, 616.0, 618.0, 617.0, 617.0, 617.0, 617.0, 618.0, 620.0, 619.0, 621.0, 621.0, 620.0, 620.0, 620.0, 623.0, 622.0, 620.0, 620.0, 620.0, 620.0, 620.0, 622.0, 622.0, 621.0, 621.0, 620.0, 620.0, 623.0, 621.0, 621.0, 620.0, 620.0, 622.0, 623.0, 623.0, 622.0, 622.0, 622.0, 623.0, 621.0, 622.0, 624.0, 625.0, 623.0, 623.0, 623.0, 621.0, 622.0, 622.0, 623.0, 625.0, 622.0, 622.0, 620.0, 621.0, 620.0, 620.0, 620.0, 623.0, 623.0, 623.0, 621.0, 622.0, 620.0, 620.0, 619.0, 619.0, 621.0, 620.0, 621.0, 619.0, 619.0, 619.0, 617.0, 618.0, 618.0, 620.0, 621.0, 621.0, 620.0, 621.0, 620.0, 619.0, 619.0, 618.0, 619.0, 620.0, 621.0, 619.0, 621.0, 619.0, 618.0, 619.0, 619.0, 620.0, 621.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 619.0, 620.0, 620.0, 620.0, 620.0, 621.0, 621.0, 620.0, 621.0, 620.0, 619.0, 620.0, 620.0, 622.0, 620.0, 620.0, 619.0, 619.0, 620.0, 621.0, 622.0, 620.0, 620.0, 621.0, 619.0, 620.0, 621.0, 622.0, 623.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 621.0, 622.0, 621.0, 622.0, 622.0, 622.0, 624.0, 623.0, 621.0, 621.0, 620.0, 620.0, 620.0, 622.0, 622.0, 622.0, 620.0, 622.0, 620.0, 621.0, 621.0, 621.0, 620.0, 621.0, 623.0, 624.0, 622.0, 623.0, 622.0, 622.0, 622.0, 622.0, 624.0, 624.0, 623.0, 625.0, 623.0, 622.0, 622.0, 624.0, 625.0, 624.0, 624.0, 622.0, 623.0, 621.0, 621.0, 622.0, 624.0, 623.0, 623.0, 623.0, 621.0, 621.0, 622.0, 621.0, 623.0, 620.0, 622.0, 620.0, 622.0, 621.0, 622.0, 620.0, 619.0, 619.0, 619.0, 621.0, 620.0, 621.0, 620.0, 620.0, 622.0, 622.0, 620.0, 620.0, 621.0, 620.0, 619.0, 620.0, 620.0, 622.0, 624.0, 622.0, 622.0, 620.0, 620.0, 620.0, 621.0, 622.0, 624.0, 621.0, 621.0, 620.0, 620.0, 623.0, 623.0, 623.0, 621.0, 619.0, 619.0, 618.0, 620.0, 621.0, 621.0, 621.0, 619.0, 620.0, 620.0, 620.0, 622.0, 622.0, 622.0, 619.0, 620.0, 620.0, 621.0, 620.0, 622.0, 620.0, 621.0, 620.0, 622.0, 620.0, 619.0, 620.0, 619.0, 620.0, 619.0, 619.0, 619.0, 619.0, 619.0, 620.0, 621.0, 620.0, 622.0, 619.0, 619.0, 619.0, 619.0, 622.0, 620.0, 621.0, 620.0, 621.0, 619.0, 617.0, 619.0, 620.0, 619.0, 619.0, 619.0, 620.0, 621.0, 621.0, 622.0, 619.0, 620.0, 619.0, 620.0, 620.0, 620.0, 619.0, 619.0, 620.0, 622.0, 620.0, 621.0, 621.0, 620.0, 622.0, 622.0, 621.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 622.0, 620.0, 620.0, 620.0, 619.0, 621.0, 622.0, 622.0, 622.0, 622.0, 620.0, 622.0, 623.0, 622.0, 621.0, 622.0, 621.0, 622.0, 622.0, 623.0, 622.0, 621.0, 623.0, 621.0, 622.0, 620.0, 623.0, 621.0, 624.0, 621.0, 620.0, 620.0, 619.0, 621.0, 620.0, 624.0, 621.0, 621.0, 619.0, 619.0, 619.0, 620.0, 621.0, 620.0, 622.0, 619.0, 618.0, 619.0, 621.0, 622.0, 621.0, 622.0, 620.0, 621.0, 621.0, 621.0, 622.0, 620.0, 619.0, 621.0, 620.0, 622.0, 622.0, 622.0, 619.0, 620.0, 618.0, 619.0, 618.0, 621.0, 619.0, 619.0, 618.0, 619.0, 619.0, 620.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.00032927034611786717</td></tr>
<tr><td colspan=3>aqi</td><td>0.015340906641721235</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35279791892325</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2236591735393239</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9990585174157308</td></tr>
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
<tr><td colspan=3>fber</td><td>9194.2949</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08324539612544571</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7483629560336763</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3027930529128997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.219698947078253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4750432137176444</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.213636997942801</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117637</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00828190054744482</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026653312146663666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</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>4.0387250383582565</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>24.0919</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9666</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.2501</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302082.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.661</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6092</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>39.4817</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.3947</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>93.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.4147</td></tr>
<tr><td colspan=3>tsnr</td><td>44.57796182669699</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>