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

616 lines
No EOL
113 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-0034_ses-02_task-narratives_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-0034_ses-02_task-narratives_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-02_subject-0034_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0034_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0034_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0034_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-narratives_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-02_subject-0034_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-narratives_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-02_subject-0034_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0034_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-02_task-narratives_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-narratives_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-0034/ses-02/func/sub-0034_ses-02_task-narratives_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>6f04ced1af090c49fbcca16d67cc0078</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:14:23.002500</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.999622, -0.023906, 0.0135865, 0.0218118, 0.99025, 0.137585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0886006</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-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7784, -7229, 560, -89, -215, 72, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed8e6622-1377-4cbb-b910-d73da1788d5e||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.681912422180176, 0.05851955711841583, 0.045206472277641296, 107.15828704833984], [0.06413798779249191, 2.6567676067352295, 0.3705391585826874, -97.83098602294922], [0.03645159676671028, -0.3691307306289673, 2.6740713119506836, -55.41724395751953], [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, 967]</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], 'AcquisitionTime': ['151423.002500', '151423.462500', '151423.922500', '151424.382500', '151424.842500', '151425.302500', '151425.762500', '151426.222500', '151426.682500', '151427.142500', '151427.602500', '151428.062500', '151428.522500', '151428.982500', '151429.442500', '151429.902500', '151430.362500', '151430.822500', '151431.282500', '151431.742500', '151432.202500', '151432.662500', '151433.122500', '151433.582500', '151434.042500', '151434.502500', '151434.962500', '151435.422500', '151435.882500', '151436.342500', '151436.802500', '151437.262500', '151437.722500', '151438.182500', '151438.642500', '151439.102500', '151439.562500', '151440.022500', '151440.482500', '151440.942500', '151441.402500', '151441.862500', '151442.322500', '151442.782500', '151443.242500', '151443.702500', '151444.162500', '151444.622500', '151445.082500', '151445.542500', '151446.002500', '151446.462500', '151446.922500', '151447.382500', '151447.842500', '151448.302500', '151448.762500', '151449.222500', '151449.682500', '151450.142500', '151450.602500', '151451.062500', '151451.522500', '151451.982500', '151452.442500', '151452.902500', '151453.362500', '151453.822500', '151454.282500', '151454.742500', '151455.202500', '151455.662500', '151456.122500', '151456.582500', '151457.042500', '151457.502500', '151457.962500', '151458.422500', '151458.882500', '151459.342500', '151459.802500', '151500.262500', '151500.722500', '151501.182500', '151501.642500', '151502.102500', '151502.562500', '151503.022500', '151503.482500', '151503.942500', '151504.402500', '151504.862500', '151505.322500', '151505.782500', '151506.242500', '151506.702500', '151507.162500', '151507.622500', '151508.082500', '151508.542500', '151509.002500', '151509.462500', '151509.922500', '151510.382500', '151510.842500', '151511.302500', '151511.762500', '151512.222500', '151512.682500', '151513.142500', '151513.602500', '151514.062500', '151514.522500', '151514.982500', '151515.442500', '151515.902500', '151516.362500', '151516.822500', '151517.282500', '151517.742500', '151518.202500', '151518.662500', '151519.122500', '151519.582500', '151520.042500', '151520.502500', '151520.962500', '151521.422500', '151521.882500', '151522.342500', '151522.802500', '151523.262500', '151523.722500', '151524.182500', '151524.642500', '151525.102500', '151525.562500', '151526.022500', '151526.482500', '151526.942500', '151527.402500', '151527.862500', '151528.322500', '151528.782500', '151529.242500', '151529.702500', '151530.162500', '151530.622500', '151531.082500', '151531.542500', '151532.002500', '151532.462500', '151532.922500', '151533.382500', '151533.842500', '151534.302500', '151534.762500', '151535.222500', '151535.682500', '151536.142500', '151536.602500', '151537.062500', '151537.522500', '151537.982500', '151538.442500', '151538.902500', '151539.362500', '151539.822500', '151540.282500', '151540.742500', '151541.202500', '151541.662500', '151542.122500', '151542.582500', '151543.042500', '151543.502500', '151543.962500', '151544.422500', '151544.882500', '151545.342500', '151545.802500', '151546.262500', '151546.722500', '151547.182500', '151547.642500', '151548.102500', '151548.562500', '151549.022500', '151549.482500', '151549.942500', '151550.402500', '151550.862500', '151551.322500', '151551.782500', '151552.242500', '151552.702500', '151553.162500', '151553.622500', '151554.082500', '151554.542500', '151555.002500', '151555.462500', '151555.922500', '151556.382500', '151556.842500', '151557.302500', '151557.762500', '151558.222500', '151558.682500', '151559.142500', '151559.602500', '151600.062500', '151600.522500', '151600.982500', '151601.442500', '151601.902500', '151602.362500', '151602.822500', '151603.282500', '151603.742500', '151604.202500', '151604.662500', '151605.122500', '151605.582500', '151606.042500', '151606.502500', '151606.962500', '151607.422500', '151607.882500', '151608.342500', '151608.802500', '151609.262500', '151609.722500', '151610.182500', '151610.642500', '151611.102500', '151611.562500', '151612.022500', '151612.482500', '151612.942500', '151613.402500', '151613.862500', '151614.322500', '151614.782500', '151615.242500', '151615.702500', '151616.162500', '151616.622500', '151617.082500', '151617.542500', '151618.002500', '151618.462500', '151618.922500', '151619.382500', '151619.842500', '151620.302500', '151620.762500', '151621.222500', '151621.682500', '151622.142500', '151622.602500', '151623.062500', '151623.522500', '151623.982500', '151624.442500', '151624.902500', '151625.362500', '151625.822500', '151626.282500', '151626.742500', '151627.202500', '151627.662500', '151628.122500', '151628.582500', '151629.042500', '151629.502500', '151629.962500', '151630.422500', '151630.882500', '151631.342500', '151631.802500', '151632.262500', '151632.722500', '151633.182500', '151633.642500', '151634.102500', '151634.562500', '151635.022500', '151635.482500', '151635.942500', '151636.402500', '151636.862500', '151637.322500', '151637.782500', '151638.242500', '151638.702500', '151639.162500', '151639.622500', '151640.082500', '151640.542500', '151641.002500', '151641.462500', '151641.922500', '151642.382500', '151642.842500', '151643.302500', '151643.762500', '151644.222500', '151644.682500', '151645.142500', '151645.602500', '151646.062500', '151646.522500', '151646.982500', '151647.442500', '151647.902500', '151648.362500', '151648.822500', '151649.282500', '151649.742500', '151650.202500', '151650.662500', '151651.122500', '151651.582500', '151652.042500', '151652.502500', '151652.962500', '151653.422500', '151653.882500', '151654.342500', '151654.802500', '151655.262500', '151655.722500', '151656.182500', '151656.642500', '151657.102500', '151657.562500', '151658.022500', '151658.482500', '151658.942500', '151659.402500', '151659.862500', '151700.322500', '151700.782500', '151701.242500', '151701.702500', '151702.162500', '151702.622500', '151703.082500', '151703.542500', '151704.002500', '151704.462500', '151704.922500', '151705.382500', '151705.842500', '151706.302500', '151706.762500', '151707.222500', '151707.682500', '151708.142500', '151708.602500', '151709.062500', '151709.522500', '151709.982500', '151710.442500', '151710.902500', '151711.362500', '151711.822500', '151712.282500', '151712.742500', '151713.202500', '151713.662500', '151714.122500', '151714.582500', '151715.042500', '151715.502500', '151715.962500', '151716.422500', '151716.882500', '151717.342500', '151717.802500', '151718.262500', '151718.722500', '151719.182500', '151719.642500', '151720.102500', '151720.562500', '151721.022500', '151721.482500', '151721.942500', '151722.402500', '151722.862500', '151723.322500', '151723.782500', '151724.242500', '151724.702500', '151725.162500', '151725.622500', '151726.082500', '151726.542500', '151727.002500', '151727.462500', '151727.922500', '151728.382500', '151728.842500', '151729.302500', '151729.762500', '151730.222500', '151730.682500', '151731.142500', '151731.602500', '151732.062500', '151732.522500', '151732.982500', '151733.442500', '151733.902500', '151734.362500', '151734.822500', '151735.282500', '151735.742500', '151736.202500', '151736.662500', '151737.122500', '151737.582500', '151738.042500', '151738.502500', '151738.962500', '151739.422500', '151739.882500', '151740.342500', '151740.802500', '151741.262500', '151741.722500', '151742.182500', '151742.642500', '151743.102500', '151743.562500', '151744.022500', '151744.482500', '151744.942500', '151745.402500', '151745.862500', '151746.322500', '151746.782500', '151747.242500', '151747.702500', '151748.162500', '151748.622500', '151749.082500', '151749.542500', '151750.002500', '151750.462500', '151750.922500', '151751.382500', '151751.842500', '151752.302500', '151752.762500', '151753.222500', '151753.682500', '151754.142500', '151754.602500', '151755.062500', '151755.522500', '151755.982500', '151756.442500', '151756.902500', '151757.362500', '151757.822500', '151758.282500', '151758.742500', '151759.202500', '151759.662500', '151800.122500', '151800.582500', '151801.042500', '151801.502500', '151801.962500', '151802.422500', '151802.882500', '151803.342500', '151803.802500', '151804.262500', '151804.722500', '151805.182500', '151805.642500', '151806.102500', '151806.562500', '151807.022500', '151807.482500', '151807.942500', '151808.402500', '151808.862500', '151809.322500', '151809.782500', '151810.242500', '151810.702500', '151811.162500', '151811.622500', '151812.082500', '151812.542500', '151813.002500', '151813.462500', '151813.922500', '151814.382500', '151814.842500', '151815.302500', '151815.762500', '151816.222500', '151816.682500', '151817.142500', '151817.602500', '151818.062500', '151818.522500', '151818.982500', '151819.442500', '151819.902500', '151820.362500', '151820.822500', '151821.282500', '151821.742500', '151822.202500', '151822.662500', '151823.122500', '151823.582500', '151824.042500', '151824.502500', '151824.962500', '151825.422500', '151825.882500', '151826.342500', '151826.802500', '151827.262500', '151827.722500', '151828.182500', '151828.642500', '151829.102500', '151829.562500', '151830.022500', '151830.482500', '151830.942500', '151831.402500', '151831.862500', '151832.322500', '151832.782500', '151833.242500', '151833.702500', '151834.162500', '151834.622500', '151835.082500', '151835.542500', '151836.002500', '151836.462500', '151836.922500', '151837.382500', '151837.842500', '151838.302500', '151838.762500', '151839.222500', '151839.682500', '151840.142500', '151840.602500', '151841.062500', '151841.522500', '151841.982500', '151842.442500', '151842.902500', '151843.362500', '151843.822500', '151844.282500', '151844.742500', '151845.202500', '151845.662500', '151846.122500', '151846.582500', '151847.042500', '151847.502500', '151847.962500', '151848.422500', '151848.882500', '151849.342500', '151849.802500', '151850.262500', '151850.722500', '151851.182500', '151851.642500', '151852.102500', '151852.562500', '151853.022500', '151853.482500', '151853.942500', '151854.402500', '151854.862500', '151855.322500', '151855.782500', '151856.242500', '151856.702500', '151857.162500', '151857.622500', '151858.082500', '151858.542500', '151859.002500', '151859.462500', '151859.922500', '151900.382500', '151900.842500', '151901.302500', '151901.762500', '151902.222500', '151902.682500', '151903.142500', '151903.602500', '151904.062500', '151904.522500', '151904.982500', '151905.442500', '151905.902500', '151906.362500', '151906.822500', '151907.282500', '151907.742500', '151908.202500', '151908.662500', '151909.122500', '151909.582500', '151910.042500', '151910.502500', '151910.962500', '151911.422500', '151911.882500', '151912.342500', '151912.802500', '151913.262500', '151913.722500', '151914.182500', '151914.642500', '151915.102500', '151915.562500', '151916.022500', '151916.482500', '151916.942500', '151917.402500', '151917.862500', '151918.322500', '151918.782500', '151919.242500', '151919.702500', '151920.162500', '151920.622500', '151921.082500', '151921.542500', '151922.002500', '151922.462500', '151922.922500', '151923.382500', '151923.842500', '151924.302500', '151924.762500', '151925.222500', '151925.682500', '151926.142500', '151926.602500', '151927.062500', '151927.522500', '151927.982500', '151928.442500', '151928.902500', '151929.362500', '151929.822500', '151930.282500', '151930.742500', '151931.202500', '151931.662500', '151932.122500', '151932.582500', '151933.042500', '151933.502500', '151933.962500', '151934.422500', '151934.882500', '151935.342500', '151935.802500', '151936.262500', '151936.722500', '151937.182500', '151937.642500', '151938.102500', '151938.562500', '151939.022500', '151939.482500', '151939.942500', '151940.402500', '151940.862500', '151941.322500', '151941.782500', '151942.242500', '151942.702500', '151943.162500', '151943.622500', '151944.082500', '151944.542500', '151945.002500', '151945.462500', '151945.922500', '151946.382500', '151946.842500', '151947.302500', '151947.762500', '151948.222500', '151948.682500', '151949.142500', '151949.602500', '151950.062500', '151950.522500', '151950.982500', '151951.442500', '151951.902500', '151952.362500', '151952.822500', '151953.282500', '151953.742500', '151954.202500', '151954.662500', '151955.122500', '151955.582500', '151956.042500', '151956.502500', '151956.962500', '151957.422500', '151957.882500', '151958.342500', '151958.802500', '151959.262500', '151959.722500', '152000.182500', '152000.642500', '152001.102500', '152001.562500', '152002.022500', '152002.482500', '152002.942500', '152003.402500', '152003.862500', '152004.322500', '152004.782500', '152005.242500', '152005.702500', '152006.162500', '152006.622500', '152007.082500', '152007.542500', '152008.002500', '152008.462500', '152008.922500', '152009.382500', '152009.842500', '152010.302500', '152010.762500', '152011.222500', '152011.682500', '152012.142500', '152012.602500', '152013.062500', '152013.522500', '152013.982500', '152014.442500', '152014.902500', '152015.362500', '152015.822500', '152016.282500', '152016.742500', '152017.202500', '152017.662500', '152018.122500', '152018.582500', '152019.042500', '152019.502500', '152019.962500', '152020.422500', '152020.882500', '152021.342500', '152021.802500', '152022.262500', '152022.722500', '152023.182500', '152023.642500', '152024.102500', '152024.562500', '152025.022500', '152025.482500', '152025.942500', '152026.402500', '152026.862500', '152027.322500', '152027.782500', '152028.242500', '152028.702500', '152029.162500', '152029.622500', '152030.082500', '152030.542500', '152031.002500', '152031.462500', '152031.922500', '152032.382500', '152032.842500', '152033.302500', '152033.762500', '152034.222500', '152034.682500', '152035.142500', '152035.602500', '152036.062500', '152036.522500', '152036.982500', '152037.442500', '152037.902500', '152038.362500', '152038.822500', '152039.282500', '152039.742500', '152040.202500', '152040.662500', '152041.122500', '152041.582500', '152042.042500', '152042.502500', '152042.962500', '152043.422500', '152043.882500', '152044.342500', '152044.802500', '152045.262500', '152045.722500', '152046.182500', '152046.642500', '152047.102500', '152047.562500', '152048.022500', '152048.482500', '152048.942500', '152049.402500', '152049.862500', '152050.322500', '152050.782500', '152051.242500', '152051.702500', '152052.162500', '152052.622500', '152053.082500', '152053.542500', '152054.002500', '152054.462500', '152054.922500', '152055.382500', '152055.842500', '152056.302500', '152056.762500', '152057.222500', '152057.682500', '152058.142500', '152058.602500', '152059.062500', '152059.522500', '152059.982500', '152100.442500', '152100.902500', '152101.362500', '152101.822500', '152102.282500', '152102.742500', '152103.202500', '152103.662500', '152104.122500', '152104.582500', '152105.042500', '152105.502500', '152105.962500', '152106.422500', '152106.882500', '152107.342500', '152107.802500', '152108.262500', '152108.722500', '152109.182500', '152109.642500', '152110.102500', '152110.562500', '152111.022500', '152111.482500', '152111.942500', '152112.402500', '152112.862500', '152113.322500', '152113.782500', '152114.242500', '152114.702500', '152115.162500', '152115.622500', '152116.082500', '152116.542500', '152117.002500', '152117.462500', '152117.922500', '152118.382500', '152118.842500', '152119.302500', '152119.762500', '152120.222500', '152120.682500', '152121.142500', '152121.602500', '152122.062500', '152122.522500', '152122.982500', '152123.442500', '152123.902500', '152124.362500', '152124.822500', '152125.282500', '152125.742500', '152126.202500', '152126.662500', '152127.122500', '152127.582500', '152128.042500', '152128.502500', '152128.962500', '152129.422500', '152129.882500', '152130.342500', '152130.802500', '152131.262500', '152131.722500', '152132.182500', '152132.642500', '152133.102500', '152133.562500', '152134.022500', '152134.482500', '152134.942500', '152135.402500', '152135.862500', '152136.322500', '152136.782500', '152137.242500', '152137.702500', '152138.162500', '152138.622500', '152139.082500', '152139.542500', '152140.002500', '152140.462500', '152140.922500', '152141.382500', '152141.842500', '152142.302500', '152142.762500', '152143.222500', '152143.682500', '152144.142500', '152144.602500', '152145.062500', '152145.522500', '152145.982500', '152146.442500', '152146.902500', '152147.362500'], 'ContentTime': ['151441.358000', '151441.362000', '151441.365000', '151441.369000', '151441.372000', '151441.375000', '151441.377000', '151441.380000', '151441.383000', '151441.386000', '151441.389000', '151441.392000', '151441.395000', '151441.397000', '151441.400000', '151441.403000', '151441.406000', '151441.409000', '151441.412000', '151441.415000', '151441.417000', '151441.420000', '151441.423000', '151441.426000', '151441.429000', '151441.432000', '151441.435000', '151441.437000', '151441.442000', '151441.445000', '151441.448000', '151441.451000', '151441.454000', '151441.457000', '151441.459000', '151441.462000', '151441.465000', '151441.468000', '151501.327000', '151501.330000', '151501.333000', '151501.336000', '151501.339000', '151501.342000', '151501.344000', '151501.347000', '151501.350000', '151501.353000', '151501.356000', '151501.358000', '151501.361000', '151501.364000', '151501.367000', '151501.370000', '151501.373000', '151501.376000', '151501.379000', '151501.382000', '151501.387000', '151501.390000', '151501.393000', '151501.395000', '151501.398000', '151501.401000', '151501.404000', '151501.407000', '151501.410000', '151501.413000', '151501.415000', '151501.418000', '151501.421000', '151501.424000', '151501.427000', '151501.430000', '151501.432000', '151501.435000', '151501.438000', '151501.441000', '151501.444000', '151501.446000', '151501.449000', '151521.327000', '151521.330000', '151521.333000', '151521.336000', '151521.339000', '151521.341000', '151521.344000', '151521.347000', '151521.350000', '151521.353000', '151521.355000', '151521.358000', '151521.361000', '151521.364000', '151521.367000', '151521.369000', '151521.372000', '151521.375000', '151521.378000', '151521.381000', '151521.384000', '151521.387000', '151521.390000', '151521.392000', '151521.395000', '151521.398000', '151521.401000', '151521.404000', '151521.407000', '151521.410000', '151521.412000', '151521.415000', '151521.418000', '151521.421000', '151521.424000', '151521.427000', '151521.430000', '151521.433000', '151521.436000', '151521.438000', '151521.441000', '151521.444000', '151521.447000', '151521.450000', '151541.328000', '151541.331000', '151541.334000', '151541.337000', '151541.340000', '151541.342000', '151541.345000', '151541.349000', '151541.352000', '151541.355000', '151541.358000', '151541.361000', '151541.364000', '151541.366000', '151541.369000', '151541.372000', '151541.375000', '151541.378000', '151541.381000', '151541.384000', '151541.386000', '151541.389000', '151541.392000', '151541.395000', '151541.398000', '151541.401000', '151541.404000', '151541.407000', '151541.410000', '151541.413000', '151541.432000', '151541.435000', '151541.438000', '151541.441000', '151541.444000', '151541.447000', '151541.449000', '151541.452000', '151541.455000', '151541.458000', '151541.461000', '151541.464000', '151541.466000', '151601.328000', '151601.331000', '151601.334000', '151601.337000', '151601.339000', '151601.342000', '151601.345000', '151601.348000', '151601.351000', '151601.354000', '151601.357000', '151601.359000', '151601.362000', '151601.365000', '151601.368000', '151601.371000', '151601.374000', '151601.377000', '151601.380000', '151601.382000', '151601.385000', '151601.388000', '151601.391000', '151601.394000', '151601.397000', '151601.399000', '151601.402000', '151601.405000', '151601.408000', '151601.411000', '151601.414000', '151601.417000', '151601.420000', '151601.423000', '151601.425000', '151601.428000', '151601.431000', '151601.434000', '151601.437000', '151601.440000', '151601.443000', '151601.445000', '151601.448000', '151601.451000', '151621.328000', '151621.331000', '151621.334000', '151621.337000', '151621.339000', '151621.342000', '151621.345000', '151621.348000', '151621.351000', '151621.354000', '151621.357000', '151621.360000', '151621.363000', '151621.366000', '151621.368000', '151621.371000', '151621.374000', '151621.377000', '151621.380000', '151621.383000', '151621.386000', '151621.388000', '151621.391000', '151621.394000', '151621.397000', '151621.400000', '151621.403000', '151621.406000', '151621.409000', '151621.411000', '151621.414000', '151621.417000', '151621.420000', '151621.423000', '151621.426000', '151621.429000', '151621.432000', '151621.435000', '151621.438000', '151621.441000', '151621.444000', '151621.446000', '151621.449000', '151641.327000', '151641.330000', '151641.333000', '151641.336000', '151641.338000', '151641.341000', '151641.344000', '151641.347000', '151641.350000', '151641.353000', '151641.356000', '151641.359000', '151641.361000', '151641.364000', '151641.367000', '151641.370000', '151641.373000', '151641.376000', '151641.379000', '151641.382000', '151641.384000', '151641.387000', '151641.390000', '151641.393000', '151641.396000', '151641.399000', '151641.401000', '151641.404000', '151641.407000', '151641.410000', '151641.413000', '151641.416000', '151641.419000', '151641.422000', '151641.425000', '151641.428000', '151641.430000', '151641.433000', '151641.436000', '151641.439000', '151641.442000', '151641.445000', '151641.448000', '151641.450000', '151701.327000', '151701.330000', '151701.333000', '151701.336000', '151701.339000', '151701.342000', '151701.344000', '151701.347000', '151701.350000', '151701.353000', '151701.356000', '151701.359000', '151701.362000', '151701.365000', '151701.367000', '151701.370000', '151701.373000', '151701.376000', '151701.379000', '151701.382000', '151701.386000', '151701.389000', '151701.392000', '151701.395000', '151701.398000', '151701.401000', '151701.404000', '151701.407000', '151701.409000', '151701.412000', '151701.415000', '151701.418000', '151701.421000', '151701.424000', '151701.427000', '151701.430000', '151701.432000', '151701.435000', '151701.438000', '151701.443000', '151701.446000', '151701.449000', '151701.452000', '151721.327000', '151721.330000', '151721.333000', '151721.336000', '151721.338000', '151721.341000', '151721.344000', '151721.347000', '151721.351000', '151721.354000', '151721.357000', '151721.360000', '151721.363000', '151721.366000', '151721.368000', '151721.371000', '151721.374000', '151721.377000', '151721.380000', '151721.383000', '151721.386000', '151721.389000', '151721.391000', '151721.394000', '151721.397000', '151721.400000', '151721.414000', '151721.417000', '151721.420000', '151721.423000', '151721.426000', '151721.429000', '151721.432000', '151721.434000', '151721.437000', '151721.440000', '151721.443000', '151721.446000', '151721.449000', '151721.452000', '151721.455000', '151721.457000', '151721.460000', '151721.463000', '151741.327000', '151741.330000', '151741.333000', '151741.336000', '151741.339000', '151741.342000', '151741.344000', '151741.347000', '151741.350000', '151741.353000', '151741.356000', '151741.359000', '151741.362000', '151741.365000', '151741.368000', '151741.370000', '151741.373000', '151741.376000', '151741.379000', '151741.382000', '151741.385000', '151741.388000', '151741.391000', '151741.394000', '151741.397000', '151741.400000', '151741.403000', '151741.406000', '151741.408000', '151741.411000', '151741.414000', '151741.417000', '151741.420000', '151741.423000', '151741.426000', '151741.429000', '151741.432000', '151741.434000', '151741.437000', '151741.440000', '151741.443000', '151741.446000', '151741.449000', '151801.328000', '151801.331000', '151801.334000', '151801.337000', '151801.339000', '151801.342000', '151801.345000', '151801.348000', '151801.351000', '151801.354000', '151801.357000', '151801.360000', '151801.362000', '151801.365000', '151801.368000', '151801.371000', '151801.374000', '151801.377000', '151801.380000', '151801.383000', '151801.386000', '151801.388000', '151801.391000', '151801.394000', '151801.397000', '151801.400000', '151801.403000', '151801.406000', '151801.408000', '151801.411000', '151801.414000', '151801.417000', '151801.420000', '151801.423000', '151801.426000', '151801.429000', '151801.431000', '151801.434000', '151801.437000', '151801.440000', '151801.443000', '151801.446000', '151801.449000', '151801.452000', '151821.328000', '151821.331000', '151821.334000', '151821.337000', '151821.340000', '151821.342000', '151821.345000', '151821.348000', '151821.351000', '151821.354000', '151821.357000', '151821.360000', '151821.363000', '151821.366000', '151821.369000', '151821.372000', '151821.374000', '151821.377000', '151821.380000', '151821.383000', '151821.386000', '151821.389000', '151821.392000', '151821.395000', '151821.398000', '151821.400000', '151821.403000', '151821.406000', '151821.409000', '151821.412000', '151821.415000', '151821.418000', '151821.421000', '151821.424000', '151821.428000', '151821.430000', '151821.433000', '151821.436000', '151821.439000', '151821.442000', '151821.445000', '151821.448000', '151821.451000', '151841.328000', '151841.331000', '151841.334000', '151841.337000', '151841.340000', '151841.342000', '151841.345000', '151841.348000', '151841.351000', '151841.354000', '151841.357000', '151841.360000', '151841.363000', '151841.366000', '151841.369000', '151841.371000', '151841.374000', '151841.377000', '151841.380000', '151841.383000', '151841.386000', '151841.389000', '151841.392000', '151841.395000', '151841.398000', '151841.401000', '151841.404000', '151841.407000', '151841.409000', '151841.412000', '151841.415000', '151841.418000', '151841.421000', '151841.424000', '151841.427000', '151841.430000', '151841.433000', '151841.436000', '151841.439000', '151841.442000', '151841.445000', '151841.447000', '151841.450000', '151841.453000', '151901.327000', '151901.330000', '151901.333000', '151901.336000', '151901.338000', '151901.341000', '151901.344000', '151901.347000', '151901.350000', '151901.353000', '151901.356000', '151901.359000', '151901.362000', '151901.364000', '151901.367000', '151901.370000', '151901.373000', '151901.376000', '151901.379000', '151901.382000', '151901.384000', '151901.387000', '151901.390000', '151901.393000', '151901.396000', '151901.399000', '151901.402000', '151901.405000', '151901.408000', '151901.411000', '151901.414000', '151901.416000', '151901.419000', '151901.422000', '151901.425000', '151901.428000', '151901.431000', '151901.434000', '151901.437000', '151901.440000', '151901.442000', '151901.445000', '151901.448000', '151921.327000', '151921.330000', '151921.333000', '151921.336000', '151921.338000', '151921.341000', '151921.344000', '151921.347000', '151921.350000', '151921.353000', '151921.356000', '151921.359000', '151921.362000', '151921.364000', '151921.367000', '151921.370000', '151921.373000', '151921.376000', '151921.379000', '151921.382000', '151921.385000', '151921.388000', '151921.391000', '151921.393000', '151921.396000', '151921.399000', '151921.402000', '151921.405000', '151921.408000', '151921.411000', '151921.414000', '151921.416000', '151921.419000', '151921.422000', '151921.425000', '151921.428000', '151921.431000', '151921.434000', '151921.437000', '151921.439000', '151921.442000', '151921.445000', '151921.448000', '151921.451000', '151941.327000', '151941.330000', '151941.333000', '151941.336000', '151941.339000', '151941.342000', '151941.345000', '151941.348000', '151941.350000', '151941.353000', '151941.356000', '151941.359000', '151941.362000', '151941.365000', '151941.368000', '151941.371000', '151941.373000', '151941.376000', '151941.379000', '151941.382000', '151941.385000', '151941.388000', '151941.391000', '151941.394000', '151941.396000', '151941.399000', '151941.402000', '151941.405000', '151941.408000', '151941.411000', '151941.414000', '151941.416000', '151941.419000', '151941.422000', '151941.425000', '151941.428000', '151941.431000', '151941.434000', '151941.437000', '151941.440000', '151941.443000', '151941.445000', '151941.448000', '152001.327000', '152001.330000', '152001.333000', '152001.336000', '152001.339000', '152001.342000', '152001.344000', '152001.347000', '152001.350000', '152001.353000', '152001.356000', '152001.359000', '152001.362000', '152001.365000', '152001.367000', '152001.370000', '152001.373000', '152001.376000', '152001.379000', '152001.382000', '152001.385000', '152001.388000', '152001.391000', '152001.393000', '152001.396000', '152001.399000', '152001.402000', '152001.405000', '152001.408000', '152001.411000', '152001.413000', '152001.416000', '152001.419000', '152001.422000', '152001.425000', '152001.428000', '152001.431000', '152001.434000', '152001.437000', '152001.440000', '152001.442000', '152001.445000', '152001.448000', '152021.328000', '152021.331000', '152021.334000', '152021.337000', '152021.340000', '152021.343000', '152021.345000', '152021.348000', '152021.351000', '152021.354000', '152021.357000', '152021.360000', '152021.363000', '152021.366000', '152021.368000', '152021.371000', '152021.374000', '152021.377000', '152021.401000', '152021.404000', '152021.407000', '152021.410000', '152021.413000', '152021.416000', '152021.418000', '152021.421000', '152021.424000', '152021.427000', '152021.430000', '152021.433000', '152021.436000', '152021.439000', '152021.442000', '152021.444000', '152021.447000', '152021.450000', '152021.453000', '152021.456000', '152021.459000', '152021.462000', '152021.465000', '152021.467000', '152021.470000', '152021.473000', '152041.328000', '152041.332000', '152041.335000', '152041.338000', '152041.340000', '152041.343000', '152041.346000', '152041.349000', '152041.352000', '152041.355000', '152041.358000', '152041.361000', '152041.364000', '152041.366000', '152041.369000', '152041.372000', '152041.376000', '152041.379000', '152041.382000', '152041.385000', '152041.388000', '152041.391000', '152041.394000', '152041.397000', '152041.400000', '152041.402000', '152041.405000', '152041.408000', '152041.411000', '152041.414000', '152041.417000', '152041.420000', '152041.423000', '152041.426000', '152041.429000', '152041.431000', '152041.434000', '152041.437000', '152041.440000', '152041.443000', '152041.446000', '152041.449000', '152041.452000', '152101.328000', '152101.331000', '152101.334000', '152101.337000', '152101.340000', '152101.343000', '152101.345000', '152101.348000', '152101.351000', '152101.354000', '152101.357000', '152101.360000', '152101.363000', '152101.366000', '152101.368000', '152101.371000', '152101.374000', '152101.377000', '152101.380000', '152101.383000', '152101.386000', '152101.389000', '152101.391000', '152101.394000', '152101.397000', '152101.400000', '152101.403000', '152101.406000', '152101.409000', '152101.412000', '152101.415000', '152101.417000', '152101.420000', '152101.423000', '152101.426000', '152101.429000', '152101.432000', '152101.435000', '152101.438000', '152101.440000', '152101.443000', '152101.446000', '152101.449000', '152101.452000', '152121.327000', '152121.330000', '152121.333000', '152121.336000', '152121.339000', '152121.342000', '152121.345000', '152121.348000', '152121.351000', '152121.354000', '152121.357000', '152121.360000', '152121.363000', '152121.366000', '152121.369000', '152121.372000', '152121.375000', '152121.378000', '152121.380000', '152121.383000', '152121.386000', '152121.389000', '152121.392000', '152121.395000', '152121.398000', '152121.401000', '152121.403000', '152121.406000', '152121.409000', '152121.412000', '152121.415000', '152121.418000', '152121.421000', '152121.424000', '152121.426000', '152121.429000', '152121.432000', '152121.435000', '152121.438000', '152121.441000', '152121.444000', '152121.447000', '152121.450000', '152141.327000', '152141.330000', '152141.333000', '152141.336000', '152141.339000', '152141.342000', '152141.345000', '152141.347000', '152141.350000', '152141.353000', '152141.356000', '152141.359000', '152141.362000', '152141.365000', '152141.368000', '152141.381000', '152141.384000', '152141.386000', '152141.389000', '152141.392000', '152141.395000', '152141.398000', '152141.401000', '152141.404000', '152141.407000', '152141.410000', '152141.412000', '152141.415000', '152141.418000', '152141.421000', '152141.424000', '152141.427000', '152141.430000', '152141.433000', '152141.436000', '152141.438000', '152141.441000', '152141.444000', '152141.447000', '152141.450000', '152141.453000', '152141.456000', '152141.459000', '152141.462000', '152148.556000', '152148.560000', '152148.563000', '152148.565000', '152148.568000', '152148.572000', '152148.575000', '152148.578000', '152148.581000', '152148.584000', '152148.587000', '152148.590000', '152148.593000', '152148.596000', '152148.599000', '152148.602000'], 'InstanceCreationTime': ['151441.358000', '151441.362000', '151441.365000', '151441.369000', '151441.372000', '151441.375000', '151441.377000', '151441.380000', '151441.383000', '151441.386000', '151441.389000', '151441.392000', '151441.395000', '151441.397000', '151441.400000', '151441.403000', '151441.406000', '151441.409000', '151441.412000', '151441.415000', '151441.417000', '151441.420000', '151441.423000', '151441.426000', '151441.429000', '151441.432000', '151441.435000', '151441.437000', '151441.442000', '151441.445000', '151441.448000', '151441.451000', '151441.454000', '151441.457000', '151441.459000', '151441.462000', '151441.465000', '151441.468000', '151501.327000', '151501.330000', '151501.333000', '151501.336000', '151501.339000', '151501.342000', '151501.344000', '151501.347000', '151501.350000', '151501.353000', '151501.356000', '151501.358000', '151501.361000', '151501.364000', '151501.367000', '151501.370000', '151501.373000', '151501.376000', '151501.379000', '151501.382000', '151501.387000', '151501.390000', '151501.393000', '151501.395000', '151501.398000', '151501.401000', '151501.404000', '151501.407000', '151501.410000', '151501.413000', '151501.415000', '151501.418000', '151501.421000', '151501.424000', '151501.427000', '151501.430000', '151501.432000', '151501.435000', '151501.438000', '151501.441000', '151501.444000', '151501.446000', '151501.449000', '151521.327000', '151521.330000', '151521.333000', '151521.336000', '151521.339000', '151521.341000', '151521.344000', '151521.347000', '151521.350000', '151521.353000', '151521.355000', '151521.358000', '151521.361000', '151521.364000', '151521.367000', '151521.369000', '151521.372000', '151521.375000', '151521.378000', '151521.381000', '151521.384000', '151521.387000', '151521.390000', '151521.392000', '151521.395000', '151521.398000', '151521.401000', '151521.404000', '151521.407000', '151521.410000', '151521.412000', '151521.415000', '151521.418000', '151521.421000', '151521.424000', '151521.427000', '151521.430000', '151521.433000', '151521.436000', '151521.438000', '151521.441000', '151521.444000', '151521.447000', '151521.450000', '151541.328000', '151541.331000', '151541.334000', '151541.337000', '151541.340000', '151541.342000', '151541.345000', '151541.349000', '151541.352000', '151541.355000', '151541.358000', '151541.361000', '151541.364000', '151541.366000', '151541.369000', '151541.372000', '151541.375000', '151541.378000', '151541.381000', '151541.384000', '151541.386000', '151541.389000', '151541.392000', '151541.395000', '151541.398000', '151541.401000', '151541.404000', '151541.407000', '151541.410000', '151541.413000', '151541.432000', '151541.435000', '151541.438000', '151541.441000', '151541.444000', '151541.447000', '151541.449000', '151541.452000', '151541.455000', '151541.458000', '151541.461000', '151541.464000', '151541.466000', '151601.328000', '151601.331000', '151601.334000', '151601.337000', '151601.339000', '151601.342000', '151601.345000', '151601.348000', '151601.351000', '151601.354000', '151601.357000', '151601.359000', '151601.362000', '151601.365000', '151601.368000', '151601.371000', '151601.374000', '151601.377000', '151601.380000', '151601.382000', '151601.385000', '151601.388000', '151601.391000', '151601.394000', '151601.397000', '151601.399000', '151601.402000', '151601.405000', '151601.408000', '151601.411000', '151601.414000', '151601.417000', '151601.420000', '151601.423000', '151601.425000', '151601.428000', '151601.431000', '151601.434000', '151601.437000', '151601.440000', '151601.443000', '151601.445000', '151601.448000', '151601.451000', '151621.328000', '151621.331000', '151621.334000', '151621.337000', '151621.339000', '151621.342000', '151621.345000', '151621.348000', '151621.351000', '151621.354000', '151621.357000', '151621.360000', '151621.363000', '151621.366000', '151621.368000', '151621.371000', '151621.374000', '151621.377000', '151621.380000', '151621.383000', '151621.386000', '151621.388000', '151621.391000', '151621.394000', '151621.397000', '151621.400000', '151621.403000', '151621.406000', '151621.409000', '151621.411000', '151621.414000', '151621.417000', '151621.420000', '151621.423000', '151621.426000', '151621.429000', '151621.432000', '151621.435000', '151621.438000', '151621.441000', '151621.444000', '151621.446000', '151621.449000', '151641.327000', '151641.330000', '151641.333000', '151641.336000', '151641.338000', '151641.341000', '151641.344000', '151641.347000', '151641.350000', '151641.353000', '151641.356000', '151641.359000', '151641.361000', '151641.364000', '151641.367000', '151641.370000', '151641.373000', '151641.376000', '151641.379000', '151641.382000', '151641.384000', '151641.387000', '151641.390000', '151641.393000', '151641.396000', '151641.399000', '151641.401000', '151641.404000', '151641.407000', '151641.410000', '151641.413000', '151641.416000', '151641.419000', '151641.422000', '151641.425000', '151641.428000', '151641.430000', '151641.433000', '151641.436000', '151641.439000', '151641.442000', '151641.445000', '151641.448000', '151641.450000', '151701.327000', '151701.330000', '151701.333000', '151701.336000', '151701.339000', '151701.342000', '151701.344000', '151701.347000', '151701.350000', '151701.353000', '151701.356000', '151701.359000', '151701.362000', '151701.365000', '151701.367000', '151701.370000', '151701.373000', '151701.376000', '151701.379000', '151701.382000', '151701.386000', '151701.389000', '151701.392000', '151701.395000', '151701.398000', '151701.401000', '151701.404000', '151701.407000', '151701.409000', '151701.412000', '151701.415000', '151701.418000', '151701.421000', '151701.424000', '151701.427000', '151701.430000', '151701.432000', '151701.435000', '151701.438000', '151701.443000', '151701.446000', '151701.449000', '151701.452000', '151721.327000', '151721.330000', '151721.333000', '151721.336000', '151721.338000', '151721.341000', '151721.344000', '151721.347000', '151721.351000', '151721.354000', '151721.357000', '151721.360000', '151721.363000', '151721.366000', '151721.368000', '151721.371000', '151721.374000', '151721.377000', '151721.380000', '151721.383000', '151721.386000', '151721.389000', '151721.391000', '151721.394000', '151721.397000', '151721.400000', '151721.414000', '151721.417000', '151721.420000', '151721.423000', '151721.426000', '151721.429000', '151721.432000', '151721.434000', '151721.437000', '151721.440000', '151721.443000', '151721.446000', '151721.449000', '151721.452000', '151721.455000', '151721.457000', '151721.460000', '151721.463000', '151741.327000', '151741.330000', '151741.333000', '151741.336000', '151741.339000', '151741.342000', '151741.344000', '151741.347000', '151741.350000', '151741.353000', '151741.356000', '151741.359000', '151741.362000', '151741.365000', '151741.368000', '151741.370000', '151741.373000', '151741.376000', '151741.379000', '151741.382000', '151741.385000', '151741.388000', '151741.391000', '151741.394000', '151741.397000', '151741.400000', '151741.403000', '151741.406000', '151741.408000', '151741.411000', '151741.414000', '151741.417000', '151741.420000', '151741.423000', '151741.426000', '151741.429000', '151741.432000', '151741.434000', '151741.437000', '151741.440000', '151741.443000', '151741.446000', '151741.449000', '151801.328000', '151801.331000', '151801.334000', '151801.337000', '151801.339000', '151801.342000', '151801.345000', '151801.348000', '151801.351000', '151801.354000', '151801.357000', '151801.360000', '151801.362000', '151801.365000', '151801.368000', '151801.371000', '151801.374000', '151801.377000', '151801.380000', '151801.383000', '151801.386000', '151801.388000', '151801.391000', '151801.394000', '151801.397000', '151801.400000', '151801.403000', '151801.406000', '151801.408000', '151801.411000', '151801.414000', '151801.417000', '151801.420000', '151801.423000', '151801.426000', '151801.429000', '151801.431000', '151801.434000', '151801.437000', '151801.440000', '151801.443000', '151801.446000', '151801.449000', '151801.452000', '151821.328000', '151821.331000', '151821.334000', '151821.337000', '151821.340000', '151821.342000', '151821.345000', '151821.348000', '151821.351000', '151821.354000', '151821.357000', '151821.360000', '151821.363000', '151821.366000', '151821.369000', '151821.372000', '151821.374000', '151821.377000', '151821.380000', '151821.383000', '151821.386000', '151821.389000', '151821.392000', '151821.395000', '151821.398000', '151821.400000', '151821.403000', '151821.406000', '151821.409000', '151821.412000', '151821.415000', '151821.418000', '151821.421000', '151821.424000', '151821.428000', '151821.430000', '151821.433000', '151821.436000', '151821.439000', '151821.442000', '151821.445000', '151821.448000', '151821.451000', '151841.328000', '151841.331000', '151841.334000', '151841.337000', '151841.340000', '151841.342000', '151841.345000', '151841.348000', '151841.351000', '151841.354000', '151841.357000', '151841.360000', '151841.363000', '151841.366000', '151841.369000', '151841.371000', '151841.374000', '151841.377000', '151841.380000', '151841.383000', '151841.386000', '151841.389000', '151841.392000', '151841.395000', '151841.398000', '151841.401000', '151841.404000', '151841.407000', '151841.409000', '151841.412000', '151841.415000', '151841.418000', '151841.421000', '151841.424000', '151841.427000', '151841.430000', '151841.433000', '151841.436000', '151841.439000', '151841.442000', '151841.445000', '151841.447000', '151841.450000', '151841.453000', '151901.327000', '151901.330000', '151901.333000', '151901.336000', '151901.338000', '151901.341000', '151901.344000', '151901.347000', '151901.350000', '151901.353000', '151901.356000', '151901.359000', '151901.362000', '151901.364000', '151901.367000', '151901.370000', '151901.373000', '151901.376000', '151901.379000', '151901.382000', '151901.384000', '151901.387000', '151901.390000', '151901.393000', '151901.396000', '151901.399000', '151901.402000', '151901.405000', '151901.408000', '151901.411000', '151901.414000', '151901.416000', '151901.419000', '151901.422000', '151901.425000', '151901.428000', '151901.431000', '151901.434000', '151901.437000', '151901.440000', '151901.442000', '151901.445000', '151901.448000', '151921.327000', '151921.330000', '151921.333000', '151921.336000', '151921.338000', '151921.341000', '151921.344000', '151921.347000', '151921.350000', '151921.353000', '151921.356000', '151921.359000', '151921.362000', '151921.364000', '151921.367000', '151921.370000', '151921.373000', '151921.376000', '151921.379000', '151921.382000', '151921.385000', '151921.388000', '151921.391000', '151921.393000', '151921.396000', '151921.399000', '151921.402000', '151921.405000', '151921.408000', '151921.411000', '151921.414000', '151921.416000', '151921.419000', '151921.422000', '151921.425000', '151921.428000', '151921.431000', '151921.434000', '151921.437000', '151921.439000', '151921.442000', '151921.445000', '151921.448000', '151921.451000', '151941.327000', '151941.330000', '151941.333000', '151941.336000', '151941.339000', '151941.342000', '151941.345000', '151941.348000', '151941.350000', '151941.353000', '151941.356000', '151941.359000', '151941.362000', '151941.365000', '151941.368000', '151941.371000', '151941.373000', '151941.376000', '151941.379000', '151941.382000', '151941.385000', '151941.388000', '151941.391000', '151941.394000', '151941.396000', '151941.399000', '151941.402000', '151941.405000', '151941.408000', '151941.411000', '151941.414000', '151941.416000', '151941.419000', '151941.422000', '151941.425000', '151941.428000', '151941.431000', '151941.434000', '151941.437000', '151941.440000', '151941.443000', '151941.445000', '151941.448000', '152001.327000', '152001.330000', '152001.333000', '152001.336000', '152001.339000', '152001.342000', '152001.344000', '152001.347000', '152001.350000', '152001.353000', '152001.356000', '152001.359000', '152001.362000', '152001.365000', '152001.367000', '152001.370000', '152001.373000', '152001.376000', '152001.379000', '152001.382000', '152001.385000', '152001.388000', '152001.391000', '152001.393000', '152001.396000', '152001.399000', '152001.402000', '152001.405000', '152001.408000', '152001.411000', '152001.413000', '152001.416000', '152001.419000', '152001.422000', '152001.425000', '152001.428000', '152001.431000', '152001.434000', '152001.437000', '152001.440000', '152001.442000', '152001.445000', '152001.448000', '152021.328000', '152021.331000', '152021.334000', '152021.337000', '152021.340000', '152021.343000', '152021.345000', '152021.348000', '152021.351000', '152021.354000', '152021.357000', '152021.360000', '152021.363000', '152021.366000', '152021.368000', '152021.371000', '152021.374000', '152021.377000', '152021.401000', '152021.404000', '152021.407000', '152021.410000', '152021.413000', '152021.416000', '152021.418000', '152021.421000', '152021.424000', '152021.427000', '152021.430000', '152021.433000', '152021.436000', '152021.439000', '152021.442000', '152021.444000', '152021.447000', '152021.450000', '152021.453000', '152021.456000', '152021.459000', '152021.462000', '152021.465000', '152021.467000', '152021.470000', '152021.473000', '152041.328000', '152041.332000', '152041.335000', '152041.338000', '152041.340000', '152041.343000', '152041.346000', '152041.349000', '152041.352000', '152041.355000', '152041.358000', '152041.361000', '152041.364000', '152041.366000', '152041.369000', '152041.372000', '152041.376000', '152041.379000', '152041.382000', '152041.385000', '152041.388000', '152041.391000', '152041.394000', '152041.397000', '152041.400000', '152041.402000', '152041.405000', '152041.408000', '152041.411000', '152041.414000', '152041.417000', '152041.420000', '152041.423000', '152041.426000', '152041.429000', '152041.431000', '152041.434000', '152041.437000', '152041.440000', '152041.443000', '152041.446000', '152041.449000', '152041.452000', '152101.328000', '152101.331000', '152101.334000', '152101.337000', '152101.340000', '152101.343000', '152101.345000', '152101.348000', '152101.351000', '152101.354000', '152101.357000', '152101.360000', '152101.363000', '152101.366000', '152101.368000', '152101.371000', '152101.374000', '152101.377000', '152101.380000', '152101.383000', '152101.386000', '152101.389000', '152101.391000', '152101.394000', '152101.397000', '152101.400000', '152101.403000', '152101.406000', '152101.409000', '152101.412000', '152101.415000', '152101.417000', '152101.420000', '152101.423000', '152101.426000', '152101.429000', '152101.432000', '152101.435000', '152101.438000', '152101.440000', '152101.443000', '152101.446000', '152101.449000', '152101.452000', '152121.327000', '152121.330000', '152121.333000', '152121.336000', '152121.339000', '152121.342000', '152121.345000', '152121.348000', '152121.351000', '152121.354000', '152121.357000', '152121.360000', '152121.363000', '152121.366000', '152121.369000', '152121.372000', '152121.375000', '152121.378000', '152121.380000', '152121.383000', '152121.386000', '152121.389000', '152121.392000', '152121.395000', '152121.398000', '152121.401000', '152121.403000', '152121.406000', '152121.409000', '152121.412000', '152121.415000', '152121.418000', '152121.421000', '152121.424000', '152121.426000', '152121.429000', '152121.432000', '152121.435000', '152121.438000', '152121.441000', '152121.444000', '152121.447000', '152121.450000', '152141.327000', '152141.330000', '152141.333000', '152141.336000', '152141.339000', '152141.342000', '152141.345000', '152141.347000', '152141.350000', '152141.353000', '152141.356000', '152141.359000', '152141.362000', '152141.365000', '152141.368000', '152141.381000', '152141.384000', '152141.386000', '152141.389000', '152141.392000', '152141.395000', '152141.398000', '152141.401000', '152141.404000', '152141.407000', '152141.410000', '152141.412000', '152141.415000', '152141.418000', '152141.421000', '152141.424000', '152141.427000', '152141.430000', '152141.433000', '152141.436000', '152141.438000', '152141.441000', '152141.444000', '152141.447000', '152141.450000', '152141.453000', '152141.456000', '152141.459000', '152141.462000', '152148.556000', '152148.560000', '152148.563000', '152148.565000', '152148.568000', '152148.572000', '152148.575000', '152148.578000', '152148.581000', '152148.584000', '152148.587000', '152148.590000', '152148.593000', '152148.596000', '152148.599000', '152148.602000'], '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], 'LargestImagePixelValue': [12870, 7641, 11300, 7908, 10523, 7365, 10595, 7835, 11432, 14200, 9908, 15422, 7426, 12781, 8498, 10638, 15123, 11422, 13993, 7408, 12279, 8311, 8609, 12662, 7777, 11599, 6791, 9023, 6133, 9236, 9673, 7978, 13231, 7058, 10072, 6643, 10327, 7441, 8519, 13081, 7465, 10709, 7510, 10428, 8384, 8660, 13004, 7414, 10319, 7355, 10346, 8667, 8749, 13230, 7577, 10683, 7162, 10203, 8620, 8174, 12313, 7379, 12012, 6678, 9244, 6367, 9056, 10434, 7566, 10609, 6519, 9909, 7385, 8716, 6418, 8298, 10919, 7238, 10422, 7559, 10486, 6847, 8567, 10339, 8519, 12954, 7457, 11198, 6913, 10343, 9069, 10140, 10249, 7212, 7502, 6565, 9252, 6262, 8589, 10445, 8989, 12667, 9891, 11411, 6340, 9366, 10054, 8145, 13894, 6791, 11138, 6388, 10299, 7655, 8087, 6138, 7634, 13370, 8570, 10655, 8730, 10702, 8897, 9482, 15264, 10450, 12475, 7161, 11711, 6732, 10950, 8291, 11056, 8314, 7953, 14013, 10516, 11918, 7732, 11707, 7099, 10861, 8594, 9113, 7211, 7720, 12390, 8754, 11324, 6610, 11127, 7445, 9745, 7452, 8132, 11433, 7271, 10534, 9314, 11476, 6439, 8239, 10154, 9317, 9703, 7790, 13626, 7015, 11029, 6881, 8254, 6492, 8470, 10971, 8557, 11467, 7654, 10352, 6264, 8933, 13458, 9641, 15172, 6800, 11675, 6738, 10856, 7504, 10543, 6385, 7809, 9620, 8929, 11910, 8652, 13944, 6758, 11767, 7953, 12283, 6988, 10774, 7684, 9175, 13785, 11002, 12961, 6542, 11920, 6347, 10273, 7459, 11150, 7405, 12045, 6855, 11258, 6934, 12158, 8703, 10959, 8201, 7574, 13513, 9097, 11985, 6613, 10168, 7100, 8919, 12090, 9965, 11184, 6769, 10103, 6416, 8165, 12776, 9960, 11507, 8297, 5958, 8810, 6237, 8903, 10151, 8033, 10515, 8140, 8072, 12536, 8839, 11359, 7975, 10943, 13788, 9265, 13955, 10220, 12925, 9736, 8340, 13538, 7721, 11559, 7095, 10942, 6664, 7880, 12675, 7655, 11195, 7463, 11096, 6544, 8626, 6659, 7890, 12263, 7948, 11326, 6640, 8449, 8768, 7618, 12062, 7976, 11222, 6626, 10985, 6533, 9032, 13014, 9745, 11436, 6881, 11148, 7823, 8717, 12453, 9001, 11111, 6906, 11301, 8645, 8136, 12174, 7478, 11562, 6944, 8365, 12568, 8811, 12355, 7446, 11011, 6885, 10753, 7695, 8324, 12919, 8452, 10829, 6974, 11073, 8279, 9564, 7472, 7558, 13350, 7303, 10324, 7733, 11229, 7423, 11006, 6801, 10630, 7701, 8245, 12009, 7312, 12307, 7390, 10039, 7480, 8093, 12410, 7499, 10686, 6609, 9635, 6668, 7684, 13214, 9276, 10743, 7191, 10791, 6519, 10164, 6342, 9962, 6394, 7789, 10874, 7462, 11368, 7372, 11247, 7870, 7696, 12914, 7532, 10556, 7078, 11098, 6698, 10181, 10034, 8284, 13055, 7192, 11324, 8626, 11742, 8494, 11391, 7626, 7092, 9353, 8060, 12703, 9329, 11570, 6702, 10012, 12682, 9808, 14367, 7502, 11518, 7072, 10972, 6743, 10145, 8359, 9639, 7254, 8009, 12726, 7572, 11406, 9346, 9774, 7036, 8104, 12140, 8727, 13462, 7674, 10970, 6627, 11685, 7303, 10362, 6714, 7514, 7951, 11081, 13568, 11250, 12861, 7368, 11598, 7202, 10682, 8361, 8056, 6972, 8647, 6144, 8375, 11796, 8206, 11822, 8516, 10518, 7059, 10793, 6681, 9668, 11244, 8015, 14013, 9463, 13549, 7436, 12029, 7797, 10307, 11797, 8288, 13264, 6953, 12229, 7941, 11763, 6949, 11395, 6564, 8520, 6607, 9066, 7370, 8348, 7202, 10856, 10234, 11095, 7711, 8377, 10356, 7822, 13568, 9599, 12800, 7278, 12333, 6907, 10374, 11839, 8523, 14008, 7128, 12404, 7480, 12056, 6744, 10321, 6510, 9375, 9478, 8482, 12808, 7250, 11741, 7602, 11658, 8028, 11538, 7421, 8765, 9091, 10063, 11299, 8348, 15203, 7171, 12333, 8684, 12554, 6505, 9793, 6736, 9668, 12495, 9517, 14633, 7125, 12329, 7255, 11485, 7253, 11547, 7878, 9550, 9607, 8671, 10090, 7567, 13028, 6974, 11420, 8154, 11485, 6538, 9673, 6580, 7456, 6433, 9048, 12472, 8490, 13474, 10575, 13233, 6962, 12350, 6903, 10792, 7434, 11596, 6771, 9417, 6871, 9677, 8724, 8272, 10765, 7215, 13714, 10023, 11546, 7095, 11709, 6987, 11297, 9299, 8508, 6654, 7462, 12572, 9802, 13780, 9209, 12452, 6936, 11323, 6524, 10800, 6380, 9954, 9899, 8258, 6682, 7329, 12730, 7759, 11728, 9378, 12727, 6715, 10131, 7910, 10114, 12726, 8134, 13943, 7365, 12360, 7410, 8487, 7244, 10460, 12916, 12360, 13383, 10378, 9853, 7085, 10147, 7376, 10243, 6460, 8935, 7226, 10421, 11083, 8123, 7696, 7425, 12536, 8906, 11661, 8846, 11581, 6700, 11020, 7692, 9087, 10139, 7542, 13094, 7188, 11662, 8491, 10966, 6228, 8588, 11244, 8376, 11009, 9608, 10805, 7562, 9152, 8143, 6724, 9575, 9029, 11317, 11534, 8277, 11160, 10520, 14605, 7730, 11034, 7478, 10969, 8411, 9074, 13350, 8695, 11463, 6433, 11053, 6341, 7837, 9213, 7506, 10877, 8303, 10861, 6819, 8362, 6649, 8981, 10718, 7836, 12357, 7526, 10779, 7157, 10261, 8307, 9523, 7923, 8170, 13112, 8574, 10875, 7386, 10764, 7362, 11134, 9383, 10032, 7892, 8307, 13285, 7861, 11127, 7393, 10486, 8202, 8288, 12594, 10427, 11185, 7075, 11250, 6765, 11030, 6822, 9595, 6827, 7817, 11611, 9160, 11861, 8667, 10668, 6972, 10423, 6775, 10810, 7046, 9258, 7201, 11134, 6979, 10508, 8384, 13110, 7299, 11515, 8632, 10480, 13544, 9944, 12988, 7561, 11363, 6692, 11435, 8113, 8787, 6857, 7947, 10778, 7798, 10151, 8216, 10509, 6759, 8798, 6879, 8149, 6560, 7522, 10687, 6894, 9989, 7989, 10888, 6765, 9766, 6698, 10502, 8217, 9189, 11109, 8007, 13012, 7494, 11555, 7746, 11903, 7848, 8961, 8063, 11150, 14026, 11096, 12653, 7356, 12275, 8279, 10644, 9460, 7979, 13494, 7538, 11918, 6915, 10643, 6668, 8205, 10703, 8937, 11329, 6528, 9947, 6653, 10356, 7683, 10090, 7788, 7860, 6600, 7557, 11330, 9422, 12447, 8184, 10994, 6651, 9413, 8573, 10289, 13786, 7644, 11552, 6959, 11276, 6742, 9680, 6863, 7556, 11083, 7449, 10407, 7917, 10471, 6781, 10525, 7200, 9074, 6443, 7475, 11235, 7463, 10483, 8112, 10585, 6897, 8299, 6443, 9067, 10946, 8050, 11533, 7525, 10633, 7838, 10528, 7528, 10263, 7196, 8959, 9343, 8793, 9795, 7581, 11701, 7037, 11265, 6638, 10208, 6967, 9873, 6692, 7707, 6604, 10323, 6757, 10552, 8413, 11189, 7985, 11760, 6702, 10782, 8296, 11940, 13043, 8195, 12161, 6952, 11505, 7783, 8345, 6634, 8979, 11320, 9017, 10739, 9472, 9347, 7450, 8213, 7094, 9369, 10395, 9446, 11988, 7160, 9647, 8510, 10519, 6948, 10208, 7361, 10169, 7232, 8824, 8832, 7975, 12229, 9375, 11760, 6738, 10795, 6890, 10428, 11809, 8476, 13031, 6984, 11356, 7580, 11130, 6594, 9316, 6895, 7509, 11726, 9130, 10822, 6807, 9441, 6942, 9225, 8730, 8083, 11611, 7107, 10861, 6803, 10641, 6951, 9412, 6769, 8348, 6660], 'WindowCenter': [3769.0, 3724.0, 3730.0, 3695.0, 3703.0, 3682.0, 3714.0, 3681.0, 3714.0, 3722.0, 3702.0, 3710.0, 3656.0, 3697.0, 3664.0, 3686.0, 3695.0, 3685.0, 3695.0, 3640.0, 3683.0, 3650.0, 3661.0, 3682.0, 3650.0, 3682.0, 3641.0, 3662.0, 3632.0, 3687.0, 3685.0, 3665.0, 3696.0, 3655.0, 3686.0, 3656.0, 3688.0, 3665.0, 3678.0, 3697.0, 3666.0, 3687.0, 3665.0, 3688.0, 3676.0, 3677.0, 3708.0, 3667.0, 3699.0, 3667.0, 3699.0, 3677.0, 3679.0, 3708.0, 3679.0, 3700.0, 3668.0, 3702.0, 3678.0, 3691.0, 3710.0, 3668.0, 3709.0, 3657.0, 3689.0, 3657.0, 3690.0, 3700.0, 3681.0, 3712.0, 3660.0, 3702.0, 3680.0, 3691.0, 3659.0, 3692.0, 3711.0, 3681.0, 3702.0, 3681.0, 3702.0, 3659.0, 3692.0, 3701.0, 3693.0, 3722.0, 3681.0, 3712.0, 3668.0, 3702.0, 3690.0, 3702.0, 3699.0, 3680.0, 3667.0, 3657.0, 3688.0, 3645.0, 3688.0, 3697.0, 3690.0, 3711.0, 3700.0, 3711.0, 3658.0, 3701.0, 3700.0, 3691.0, 3721.0, 3670.0, 3710.0, 3659.0, 3702.0, 3679.0, 3680.0, 3647.0, 3680.0, 3721.0, 3691.0, 3701.0, 3691.0, 3701.0, 3689.0, 3701.0, 3721.0, 3700.0, 3710.0, 3668.0, 3699.0, 3656.0, 3700.0, 3678.0, 3700.0, 3678.0, 3690.0, 3720.0, 3711.0, 3710.0, 3679.0, 3699.0, 3668.0, 3701.0, 3688.0, 3689.0, 3666.0, 3678.0, 3709.0, 3689.0, 3699.0, 3656.0, 3698.0, 3667.0, 3688.0, 3666.0, 3678.0, 3697.0, 3667.0, 3698.0, 3688.0, 3699.0, 3645.0, 3677.0, 3687.0, 3689.0, 3687.0, 3678.0, 3708.0, 3667.0, 3710.0, 3666.0, 3675.0, 3642.0, 3675.0, 3683.0, 3675.0, 3696.0, 3665.0, 3686.0, 3643.0, 3687.0, 3709.0, 3699.0, 3720.0, 3669.0, 3710.0, 3669.0, 3711.0, 3679.0, 3700.0, 3671.0, 3693.0, 3701.0, 3701.0, 3710.0, 3690.0, 3710.0, 3657.0, 3699.0, 3677.0, 3710.0, 3656.0, 3699.0, 3666.0, 3688.0, 3709.0, 3697.0, 3708.0, 3644.0, 3696.0, 3644.0, 3686.0, 3666.0, 3699.0, 3668.0, 3699.0, 3656.0, 3698.0, 3656.0, 3699.0, 3687.0, 3710.0, 3678.0, 3678.0, 3708.0, 3687.0, 3696.0, 3653.0, 3685.0, 3653.0, 3686.0, 3697.0, 3698.0, 3697.0, 3655.0, 3698.0, 3643.0, 3689.0, 3708.0, 3688.0, 3698.0, 3689.0, 3658.0, 3701.0, 3658.0, 3702.0, 3701.0, 3679.0, 3699.0, 3678.0, 3678.0, 3698.0, 3689.0, 3701.0, 3666.0, 3698.0, 3706.0, 3675.0, 3696.0, 3683.0, 3695.0, 3673.0, 3664.0, 3693.0, 3653.0, 3683.0, 3641.0, 3684.0, 3639.0, 3664.0, 3693.0, 3664.0, 3685.0, 3652.0, 3683.0, 3642.0, 3674.0, 3641.0, 3665.0, 3697.0, 3665.0, 3696.0, 3643.0, 3676.0, 3674.0, 3667.0, 3709.0, 3678.0, 3697.0, 3655.0, 3698.0, 3656.0, 3690.0, 3708.0, 3699.0, 3696.0, 3656.0, 3710.0, 3666.0, 3689.0, 3697.0, 3688.0, 3697.0, 3655.0, 3699.0, 3675.0, 3677.0, 3697.0, 3666.0, 3696.0, 3654.0, 3677.0, 3708.0, 3688.0, 3708.0, 3667.0, 3697.0, 3666.0, 3698.0, 3665.0, 3678.0, 3707.0, 3677.0, 3697.0, 3654.0, 3698.0, 3676.0, 3688.0, 3665.0, 3677.0, 3707.0, 3667.0, 3698.0, 3666.0, 3698.0, 3667.0, 3698.0, 3656.0, 3699.0, 3665.0, 3678.0, 3709.0, 3679.0, 3709.0, 3665.0, 3699.0, 3677.0, 3688.0, 3708.0, 3679.0, 3697.0, 3656.0, 3699.0, 3667.0, 3690.0, 3719.0, 3700.0, 3710.0, 3668.0, 3698.0, 3656.0, 3700.0, 3657.0, 3700.0, 3658.0, 3680.0, 3710.0, 3680.0, 3711.0, 3668.0, 3699.0, 3676.0, 3667.0, 3708.0, 3678.0, 3699.0, 3681.0, 3710.0, 3657.0, 3714.0, 3701.0, 3690.0, 3709.0, 3668.0, 3698.0, 3688.0, 3709.0, 3677.0, 3697.0, 3665.0, 3666.0, 3684.0, 3676.0, 3710.0, 3688.0, 3696.0, 3654.0, 3698.0, 3706.0, 3698.0, 3707.0, 3666.0, 3697.0, 3666.0, 3698.0, 3656.0, 3698.0, 3677.0, 3690.0, 3666.0, 3677.0, 3707.0, 3666.0, 3699.0, 3690.0, 3687.0, 3655.0, 3677.0, 3696.0, 3676.0, 3707.0, 3666.0, 3696.0, 3655.0, 3696.0, 3665.0, 3699.0, 3654.0, 3664.0, 3663.0, 3698.0, 3707.0, 3698.0, 3706.0, 3665.0, 3696.0, 3665.0, 3711.0, 3689.0, 3688.0, 3664.0, 3687.0, 3643.0, 3689.0, 3708.0, 3689.0, 3710.0, 3692.0, 3699.0, 3668.0, 3710.0, 3667.0, 3700.0, 3710.0, 3678.0, 3707.0, 3699.0, 3708.0, 3666.0, 3707.0, 3666.0, 3698.0, 3696.0, 3676.0, 3706.0, 3654.0, 3696.0, 3676.0, 3708.0, 3666.0, 3697.0, 3656.0, 3677.0, 3655.0, 3687.0, 3664.0, 3703.0, 3678.0, 3711.0, 3697.0, 3698.0, 3665.0, 3676.0, 3696.0, 3677.0, 3708.0, 3688.0, 3707.0, 3665.0, 3695.0, 3654.0, 3698.0, 3695.0, 3676.0, 3705.0, 3664.0, 3709.0, 3666.0, 3707.0, 3655.0, 3697.0, 3655.0, 3700.0, 3697.0, 3688.0, 3708.0, 3678.0, 3710.0, 3678.0, 3709.0, 3678.0, 3709.0, 3666.0, 3688.0, 3687.0, 3700.0, 3709.0, 3688.0, 3718.0, 3666.0, 3708.0, 3676.0, 3707.0, 3643.0, 3685.0, 3653.0, 3698.0, 3706.0, 3687.0, 3706.0, 3653.0, 3696.0, 3665.0, 3697.0, 3665.0, 3696.0, 3664.0, 3687.0, 3685.0, 3688.0, 3684.0, 3665.0, 3706.0, 3654.0, 3697.0, 3676.0, 3696.0, 3643.0, 3686.0, 3654.0, 3667.0, 3643.0, 3688.0, 3708.0, 3688.0, 3709.0, 3699.0, 3708.0, 3667.0, 3708.0, 3667.0, 3710.0, 3678.0, 3710.0, 3656.0, 3688.0, 3655.0, 3699.0, 3687.0, 3677.0, 3697.0, 3667.0, 3708.0, 3699.0, 3709.0, 3667.0, 3708.0, 3668.0, 3710.0, 3699.0, 3688.0, 3654.0, 3678.0, 3721.0, 3699.0, 3718.0, 3699.0, 3708.0, 3668.0, 3698.0, 3658.0, 3710.0, 3669.0, 3713.0, 3699.0, 3689.0, 3668.0, 3679.0, 3709.0, 3679.0, 3709.0, 3700.0, 3709.0, 3657.0, 3698.0, 3676.0, 3698.0, 3708.0, 3676.0, 3707.0, 3665.0, 3707.0, 3664.0, 3673.0, 3653.0, 3697.0, 3720.0, 3710.0, 3708.0, 3699.0, 3687.0, 3667.0, 3698.0, 3667.0, 3697.0, 3656.0, 3688.0, 3667.0, 3711.0, 3697.0, 3676.0, 3665.0, 3667.0, 3708.0, 3700.0, 3709.0, 3689.0, 3698.0, 3655.0, 3699.0, 3666.0, 3688.0, 3697.0, 3676.0, 3707.0, 3665.0, 3697.0, 3674.0, 3697.0, 3642.0, 3687.0, 3696.0, 3688.0, 3710.0, 3701.0, 3710.0, 3690.0, 3701.0, 3690.0, 3669.0, 3714.0, 3714.0, 3726.0, 3712.0, 3693.0, 3712.0, 3714.0, 3722.0, 3680.0, 3700.0, 3669.0, 3700.0, 3678.0, 3689.0, 3710.0, 3677.0, 3697.0, 3646.0, 3698.0, 3657.0, 3678.0, 3687.0, 3667.0, 3699.0, 3689.0, 3698.0, 3667.0, 3677.0, 3656.0, 3690.0, 3699.0, 3679.0, 3708.0, 3679.0, 3699.0, 3668.0, 3700.0, 3689.0, 3715.0, 3678.0, 3689.0, 3709.0, 3691.0, 3700.0, 3679.0, 3699.0, 3668.0, 3701.0, 3688.0, 3700.0, 3677.0, 3679.0, 3709.0, 3680.0, 3700.0, 3667.0, 3700.0, 3676.0, 3678.0, 3710.0, 3699.0, 3698.0, 3667.0, 3710.0, 3668.0, 3711.0, 3657.0, 3699.0, 3656.0, 3680.0, 3712.0, 3701.0, 3711.0, 3689.0, 3700.0, 3668.0, 3700.0, 3657.0, 3701.0, 3668.0, 3687.0, 3667.0, 3698.0, 3668.0, 3699.0, 3690.0, 3710.0, 3668.0, 3700.0, 3676.0, 3700.0, 3708.0, 3688.0, 3696.0, 3665.0, 3696.0, 3654.0, 3697.0, 3664.0, 3676.0, 3654.0, 3676.0, 3696.0, 3676.0, 3699.0, 3689.0, 3697.0, 3655.0, 3688.0, 3655.0, 3690.0, 3655.0, 3679.0, 3710.0, 3680.0, 3712.0, 3689.0, 3711.0, 3669.0, 3700.0, 3670.0, 3710.0, 3678.0, 3700.0, 3699.0, 3678.0, 3708.0, 3666.0, 3709.0, 3676.0, 3697.0, 3675.0, 3686.0, 3675.0, 3708.0, 3709.0, 3698.0, 3697.0, 3666.0, 3696.0, 3674.0, 3695.0, 3683.0, 3664.0, 3693.0, 3663.0, 3697.0, 3653.0, 3685.0, 3642.0, 3676.0, 3685.0, 3688.0, 3697.0, 3646.0, 3687.0, 3655.0, 3698.0, 3677.0, 3698.0, 3677.0, 3677.0, 3655.0, 3678.0, 3708.0, 3699.0, 3709.0, 3688.0, 3698.0, 3655.0, 3687.0, 3687.0, 3698.0, 3707.0, 3665.0, 3695.0, 3654.0, 3696.0, 3654.0, 3687.0, 3653.0, 3676.0, 3696.0, 3677.0, 3698.0, 3677.0, 3697.0, 3654.0, 3709.0, 3666.0, 3688.0, 3655.0, 3678.0, 3697.0, 3677.0, 3699.0, 3678.0, 3698.0, 3665.0, 3677.0, 3656.0, 3701.0, 3708.0, 3689.0, 3707.0, 3679.0, 3699.0, 3678.0, 3710.0, 3691.0, 3700.0, 3666.0, 3699.0, 3698.0, 3687.0, 3697.0, 3678.0, 3708.0, 3680.0, 3711.0, 3668.0, 3712.0, 3679.0, 3700.0, 3669.0, 3678.0, 3667.0, 3699.0, 3668.0, 3711.0, 3703.0, 3713.0, 3690.0, 3710.0, 3656.0, 3699.0, 3688.0, 3710.0, 3707.0, 3676.0, 3696.0, 3654.0, 3697.0, 3664.0, 3676.0, 3642.0, 3686.0, 3695.0, 3687.0, 3698.0, 3699.0, 3685.0, 3678.0, 3676.0, 3667.0, 3700.0, 3699.0, 3700.0, 3709.0, 3669.0, 3700.0, 3701.0, 3711.0, 3669.0, 3700.0, 3679.0, 3701.0, 3668.0, 3690.0, 3688.0, 3689.0, 3711.0, 3701.0, 3709.0, 3656.0, 3698.0, 3666.0, 3710.0, 3708.0, 3688.0, 3708.0, 3665.0, 3696.0, 3664.0, 3696.0, 3654.0, 3688.0, 3655.0, 3667.0, 3698.0, 3688.0, 3697.0, 3654.0, 3686.0, 3665.0, 3687.0, 3676.0, 3677.0, 3696.0, 3667.0, 3697.0, 3667.0, 3698.0, 3666.0, 3700.0, 3656.0, 3688.0, 3667.0], 'WindowWidth': [8474.0, 8402.0, 8402.0, 8344.0, 8350.0, 8322.0, 8367.0, 8319.0, 8369.0, 8376.0, 8349.0, 8359.0, 8277.0, 8335.0, 8283.0, 8316.0, 8329.0, 8311.0, 8325.0, 8246.0, 8307.0, 8255.0, 8273.0, 8304.0, 8259.0, 8302.0, 8248.0, 8278.0, 8238.0, 8318.0, 8313.0, 8289.0, 8330.0, 8274.0, 8317.0, 8278.0, 8324.0, 8288.0, 8310.0, 8330.0, 8289.0, 8318.0, 8287.0, 8321.0, 8301.0, 8306.0, 8346.0, 8294.0, 8338.0, 8294.0, 8339.0, 8304.0, 8310.0, 8348.0, 8312.0, 8339.0, 8295.0, 8347.0, 8308.0, 8332.0, 8354.0, 8298.0, 8353.0, 8282.0, 8325.0, 8281.0, 8331.0, 8339.0, 8318.0, 8362.0, 8290.0, 8349.0, 8317.0, 8333.0, 8286.0, 8335.0, 8356.0, 8319.0, 8349.0, 8320.0, 8348.0, 8287.0, 8335.0, 8346.0, 8338.0, 8375.0, 8320.0, 8362.0, 8300.0, 8349.0, 8329.0, 8348.0, 8339.0, 8316.0, 8295.0, 8281.0, 8322.0, 8262.0, 8322.0, 8332.0, 8331.0, 8361.0, 8343.0, 8361.0, 8288.0, 8349.0, 8342.0, 8332.0, 8372.0, 8305.0, 8357.0, 8289.0, 8349.0, 8313.0, 8317.0, 8270.0, 8318.0, 8373.0, 8333.0, 8347.0, 8332.0, 8345.0, 8325.0, 8344.0, 8372.0, 8343.0, 8354.0, 8297.0, 8338.0, 8280.0, 8343.0, 8310.0, 8344.0, 8308.0, 8332.0, 8371.0, 8358.0, 8357.0, 8314.0, 8340.0, 8297.0, 8345.0, 8322.0, 8326.0, 8289.0, 8311.0, 8353.0, 8325.0, 8337.0, 8279.0, 8336.0, 8293.0, 8323.0, 8290.0, 8309.0, 8332.0, 8293.0, 8336.0, 8322.0, 8337.0, 8263.0, 8307.0, 8321.0, 8325.0, 8318.0, 8312.0, 8350.0, 8294.0, 8356.0, 8292.0, 8300.0, 8251.0, 8300.0, 8307.0, 8300.0, 8333.0, 8288.0, 8316.0, 8257.0, 8321.0, 8352.0, 8339.0, 8369.0, 8301.0, 8356.0, 8301.0, 8360.0, 8315.0, 8342.0, 8310.0, 8341.0, 8345.0, 8347.0, 8356.0, 8331.0, 8357.0, 8282.0, 8338.0, 8308.0, 8355.0, 8278.0, 8340.0, 8289.0, 8324.0, 8355.0, 8335.0, 8349.0, 8260.0, 8331.0, 8258.0, 8317.0, 8289.0, 8340.0, 8297.0, 8338.0, 8280.0, 8336.0, 8279.0, 8341.0, 8322.0, 8358.0, 8309.0, 8310.0, 8350.0, 8320.0, 8331.0, 8270.0, 8314.0, 8267.0, 8318.0, 8335.0, 8336.0, 8333.0, 8275.0, 8337.0, 8254.0, 8328.0, 8349.0, 8322.0, 8335.0, 8328.0, 8286.0, 8347.0, 8287.0, 8350.0, 8346.0, 8313.0, 8343.0, 8308.0, 8310.0, 8338.0, 8325.0, 8342.0, 8291.0, 8336.0, 8343.0, 8301.0, 8331.0, 8308.0, 8328.0, 8290.0, 8284.0, 8321.0, 8267.0, 8309.0, 8249.0, 8309.0, 8243.0, 8284.0, 8319.0, 8284.0, 8313.0, 8267.0, 8307.0, 8252.0, 8298.0, 8251.0, 8287.0, 8332.0, 8287.0, 8328.0, 8256.0, 8303.0, 8296.0, 8293.0, 8355.0, 8308.0, 8333.0, 8275.0, 8335.0, 8279.0, 8329.0, 8350.0, 8339.0, 8334.0, 8278.0, 8357.0, 8291.0, 8325.0, 8334.0, 8322.0, 8333.0, 8274.0, 8337.0, 8302.0, 8307.0, 8333.0, 8291.0, 8332.0, 8272.0, 8307.0, 8350.0, 8323.0, 8349.0, 8293.0, 8333.0, 8292.0, 8337.0, 8289.0, 8311.0, 8348.0, 8307.0, 8333.0, 8272.0, 8338.0, 8305.0, 8326.0, 8287.0, 8307.0, 8348.0, 8292.0, 8335.0, 8292.0, 8338.0, 8295.0, 8336.0, 8280.0, 8339.0, 8289.0, 8309.0, 8353.0, 8318.0, 8356.0, 8292.0, 8339.0, 8308.0, 8326.0, 8349.0, 8315.0, 8335.0, 8278.0, 8340.0, 8297.0, 8331.0, 8367.0, 8345.0, 8358.0, 8300.0, 8338.0, 8281.0, 8344.0, 8284.0, 8345.0, 8285.0, 8319.0, 8355.0, 8317.0, 8360.0, 8297.0, 8341.0, 8304.0, 8294.0, 8351.0, 8310.0, 8341.0, 8322.0, 8358.0, 8281.0, 8367.0, 8347.0, 8330.0, 8352.0, 8297.0, 8338.0, 8323.0, 8354.0, 8307.0, 8337.0, 8288.0, 8294.0, 8313.0, 8308.0, 8358.0, 8326.0, 8334.0, 8273.0, 8337.0, 8347.0, 8338.0, 8347.0, 8292.0, 8335.0, 8293.0, 8338.0, 8281.0, 8339.0, 8309.0, 8329.0, 8290.0, 8308.0, 8346.0, 8292.0, 8341.0, 8327.0, 8320.0, 8275.0, 8306.0, 8329.0, 8305.0, 8347.0, 8291.0, 8333.0, 8277.0, 8331.0, 8290.0, 8340.0, 8272.0, 8283.0, 8284.0, 8338.0, 8349.0, 8338.0, 8346.0, 8291.0, 8331.0, 8292.0, 8364.0, 8327.0, 8326.0, 8285.0, 8321.0, 8258.0, 8328.0, 8352.0, 8328.0, 8358.0, 8336.0, 8341.0, 8297.0, 8356.0, 8296.0, 8344.0, 8356.0, 8311.0, 8350.0, 8339.0, 8353.0, 8292.0, 8350.0, 8292.0, 8337.0, 8331.0, 8304.0, 8342.0, 8274.0, 8329.0, 8305.0, 8349.0, 8291.0, 8335.0, 8279.0, 8307.0, 8274.0, 8322.0, 8286.0, 8356.0, 8313.0, 8361.0, 8336.0, 8340.0, 8288.0, 8306.0, 8330.0, 8309.0, 8353.0, 8324.0, 8348.0, 8289.0, 8330.0, 8271.0, 8335.0, 8326.0, 8303.0, 8342.0, 8288.0, 8356.0, 8293.0, 8349.0, 8278.0, 8334.0, 8277.0, 8343.0, 8335.0, 8327.0, 8351.0, 8311.0, 8357.0, 8313.0, 8356.0, 8312.0, 8353.0, 8292.0, 8325.0, 8321.0, 8343.0, 8352.0, 8326.0, 8366.0, 8291.0, 8351.0, 8305.0, 8349.0, 8258.0, 8316.0, 8271.0, 8337.0, 8346.0, 8321.0, 8346.0, 8271.0, 8331.0, 8290.0, 8335.0, 8289.0, 8332.0, 8285.0, 8322.0, 8316.0, 8322.0, 8312.0, 8290.0, 8344.0, 8275.0, 8337.0, 8304.0, 8332.0, 8258.0, 8318.0, 8274.0, 8294.0, 8258.0, 8325.0, 8350.0, 8326.0, 8356.0, 8343.0, 8353.0, 8296.0, 8351.0, 8297.0, 8357.0, 8314.0, 8357.0, 8280.0, 8323.0, 8279.0, 8342.0, 8322.0, 8310.0, 8333.0, 8295.0, 8353.0, 8341.0, 8353.0, 8296.0, 8353.0, 8299.0, 8359.0, 8341.0, 8324.0, 8275.0, 8314.0, 8373.0, 8342.0, 8367.0, 8342.0, 8351.0, 8298.0, 8337.0, 8287.0, 8358.0, 8303.0, 8367.0, 8342.0, 8330.0, 8297.0, 8315.0, 8353.0, 8316.0, 8356.0, 8343.0, 8355.0, 8281.0, 8336.0, 8305.0, 8339.0, 8350.0, 8306.0, 8347.0, 8290.0, 8347.0, 8285.0, 8294.0, 8269.0, 8337.0, 8371.0, 8358.0, 8354.0, 8340.0, 8319.0, 8297.0, 8340.0, 8296.0, 8335.0, 8279.0, 8324.0, 8294.0, 8358.0, 8336.0, 8308.0, 8290.0, 8296.0, 8351.0, 8343.0, 8355.0, 8327.0, 8338.0, 8278.0, 8340.0, 8291.0, 8326.0, 8332.0, 8306.0, 8348.0, 8290.0, 8336.0, 8301.0, 8335.0, 8255.0, 8323.0, 8330.0, 8326.0, 8360.0, 8347.0, 8358.0, 8333.0, 8350.0, 8334.0, 8304.0, 8368.0, 8371.0, 8389.0, 8363.0, 8338.0, 8363.0, 8369.0, 8377.0, 8314.0, 8341.0, 8299.0, 8343.0, 8308.0, 8325.0, 8358.0, 8305.0, 8331.0, 8263.0, 8337.0, 8279.0, 8309.0, 8319.0, 8296.0, 8341.0, 8328.0, 8338.0, 8296.0, 8308.0, 8280.0, 8330.0, 8339.0, 8314.0, 8350.0, 8313.0, 8339.0, 8299.0, 8344.0, 8328.0, 8372.0, 8309.0, 8328.0, 8354.0, 8335.0, 8343.0, 8314.0, 8341.0, 8297.0, 8345.0, 8324.0, 8344.0, 8306.0, 8314.0, 8353.0, 8314.0, 8343.0, 8294.0, 8342.0, 8303.0, 8309.0, 8357.0, 8340.0, 8336.0, 8296.0, 8356.0, 8298.0, 8360.0, 8282.0, 8339.0, 8280.0, 8317.0, 8365.0, 8347.0, 8360.0, 8327.0, 8341.0, 8298.0, 8343.0, 8284.0, 8347.0, 8297.0, 8320.0, 8294.0, 8337.0, 8297.0, 8343.0, 8330.0, 8360.0, 8297.0, 8342.0, 8305.0, 8342.0, 8352.0, 8323.0, 8332.0, 8287.0, 8330.0, 8274.0, 8335.0, 8286.0, 8305.0, 8272.0, 8306.0, 8331.0, 8306.0, 8343.0, 8330.0, 8336.0, 8278.0, 8326.0, 8279.0, 8332.0, 8278.0, 8316.0, 8361.0, 8320.0, 8366.0, 8332.0, 8362.0, 8305.0, 8344.0, 8306.0, 8358.0, 8313.0, 8346.0, 8339.0, 8312.0, 8352.0, 8293.0, 8357.0, 8307.0, 8336.0, 8301.0, 8319.0, 8302.0, 8352.0, 8355.0, 8337.0, 8334.0, 8289.0, 8332.0, 8298.0, 8330.0, 8308.0, 8286.0, 8325.0, 8283.0, 8335.0, 8269.0, 8314.0, 8252.0, 8305.0, 8315.0, 8324.0, 8333.0, 8265.0, 8319.0, 8277.0, 8339.0, 8308.0, 8340.0, 8307.0, 8310.0, 8277.0, 8312.0, 8353.0, 8343.0, 8356.0, 8326.0, 8338.0, 8277.0, 8323.0, 8322.0, 8339.0, 8349.0, 8290.0, 8330.0, 8273.0, 8333.0, 8274.0, 8321.0, 8273.0, 8307.0, 8332.0, 8311.0, 8338.0, 8310.0, 8336.0, 8276.0, 8356.0, 8295.0, 8328.0, 8277.0, 8312.0, 8334.0, 8311.0, 8342.0, 8313.0, 8338.0, 8292.0, 8308.0, 8281.0, 8346.0, 8352.0, 8330.0, 8350.0, 8313.0, 8342.0, 8314.0, 8358.0, 8335.0, 8346.0, 8294.0, 8342.0, 8340.0, 8325.0, 8335.0, 8313.0, 8353.0, 8320.0, 8360.0, 8301.0, 8363.0, 8317.0, 8347.0, 8305.0, 8313.0, 8299.0, 8341.0, 8302.0, 8362.0, 8354.0, 8368.0, 8333.0, 8358.0, 8282.0, 8341.0, 8324.0, 8358.0, 8350.0, 8307.0, 8332.0, 8274.0, 8336.0, 8285.0, 8302.0, 8253.0, 8320.0, 8330.0, 8321.0, 8337.0, 8339.0, 8316.0, 8313.0, 8308.0, 8295.0, 8344.0, 8343.0, 8345.0, 8353.0, 8303.0, 8343.0, 8349.0, 8360.0, 8304.0, 8346.0, 8316.0, 8347.0, 8298.0, 8332.0, 8325.0, 8329.0, 8361.0, 8346.0, 8353.0, 8280.0, 8337.0, 8293.0, 8359.0, 8352.0, 8325.0, 8353.0, 8289.0, 8334.0, 8288.0, 8335.0, 8272.0, 8323.0, 8274.0, 8295.0, 8337.0, 8325.0, 8333.0, 8274.0, 8317.0, 8290.0, 8323.0, 8306.0, 8310.0, 8333.0, 8297.0, 8335.0, 8298.0, 8342.0, 8294.0, 8344.0, 8279.0, 8324.0, 8297.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.0007095539419087137</td></tr>
<tr><td colspan=3>aqi</td><td>0.03621983215767635</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.445500406676985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.230598292232607</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9791741579543092</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>6398.3945</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12144977594561597</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>120</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.448132780082988</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3659690672134936</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2700954004221625</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5684822114898846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2593295897284333</td></tr>
<tr><td colspan=3>gcor</td><td>0.00623869</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01460600458085537</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03199464827775955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>964</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.11422793734875</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>28.9187</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.1755</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.6779</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300632.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>511.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>239.2534</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1651</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.9925</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2912.0776</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>740.5958</td></tr>
<tr><td colspan=3>tsnr</td><td>34.200320978299715</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>