ds005256-mriqc/sub-0033_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter a76d168855 [DATALAD RUNCMD] Compute MRIQC for sub-0033
=== 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-0033 --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-0033",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:07:04 +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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-02/func/sub-0033_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>fc445786cb624f57704275b2f9d68f75</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>11:18:20.925000</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.999347, 0.0347726, 0.00980601, -0.0340248, 0.997091, -0.0682087]</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.102867</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>[4149, -7738, -7262, 431, -65, -89, 26, 63]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b43488d-4374-44dc-86c3-bcb9d488f1bc||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.6811752319335938, -0.0912860855460167, 0.032803039997816086, 116.06156158447266], [-0.09329239279031754, 2.675121545791626, -0.18314231932163239, -87.956787109375], [0.026308802887797356, 0.1829988658428192, 2.6935818195343018, -92.93982696533203], [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': ['111820.925000', '111821.385000', '111821.845000', '111822.305000', '111822.765000', '111823.225000', '111823.685000', '111824.145000', '111824.605000', '111825.065000', '111825.525000', '111825.985000', '111826.445000', '111826.905000', '111827.365000', '111827.825000', '111828.285000', '111828.745000', '111829.205000', '111829.665000', '111830.125000', '111830.585000', '111831.045000', '111831.505000', '111831.965000', '111832.425000', '111832.885000', '111833.345000', '111833.805000', '111834.265000', '111834.725000', '111835.185000', '111835.645000', '111836.105000', '111836.565000', '111837.025000', '111837.485000', '111837.945000', '111838.405000', '111838.865000', '111839.325000', '111839.785000', '111840.245000', '111840.705000', '111841.165000', '111841.625000', '111842.085000', '111842.545000', '111843.005000', '111843.465000', '111843.925000', '111844.385000', '111844.845000', '111845.305000', '111845.765000', '111846.225000', '111846.685000', '111847.145000', '111847.605000', '111848.065000', '111848.525000', '111848.985000', '111849.445000', '111849.905000', '111850.365000', '111850.825000', '111851.285000', '111851.745000', '111852.205000', '111852.665000', '111853.125000', '111853.585000', '111854.045000', '111854.505000', '111854.965000', '111855.425000', '111855.885000', '111856.345000', '111856.805000', '111857.265000', '111857.725000', '111858.185000', '111858.645000', '111859.105000', '111859.565000', '111900.025000', '111900.485000', '111900.945000', '111901.405000', '111901.865000', '111902.325000', '111902.785000', '111903.245000', '111903.705000', '111904.165000', '111904.625000', '111905.085000', '111905.545000', '111906.005000', '111906.465000', '111906.925000', '111907.385000', '111907.845000', '111908.305000', '111908.765000', '111909.225000', '111909.685000', '111910.145000', '111910.605000', '111911.065000', '111911.525000', '111911.985000', '111912.445000', '111912.905000', '111913.365000', '111913.825000', '111914.285000', '111914.745000', '111915.205000', '111915.665000', '111916.125000', '111916.585000', '111917.045000', '111917.505000', '111917.965000', '111918.425000', '111918.885000', '111919.345000', '111919.805000', '111920.265000', '111920.725000', '111921.185000', '111921.645000', '111922.105000', '111922.565000', '111923.025000', '111923.485000', '111923.945000', '111924.405000', '111924.865000', '111925.325000', '111925.785000', '111926.245000', '111926.705000', '111927.165000', '111927.625000', '111928.085000', '111928.545000', '111929.005000', '111929.465000', '111929.925000', '111930.385000', '111930.845000', '111931.305000', '111931.765000', '111932.225000', '111932.685000', '111933.145000', '111933.605000', '111934.065000', '111934.525000', '111934.985000', '111935.445000', '111935.905000', '111936.365000', '111936.825000', '111937.285000', '111937.745000', '111938.205000', '111938.665000', '111939.125000', '111939.585000', '111940.045000', '111940.505000', '111940.965000', '111941.425000', '111941.885000', '111942.345000', '111942.805000', '111943.265000', '111943.725000', '111944.185000', '111944.645000', '111945.105000', '111945.565000', '111946.025000', '111946.485000', '111946.945000', '111947.405000', '111947.865000', '111948.325000', '111948.785000', '111949.245000', '111949.705000', '111950.165000', '111950.625000', '111951.085000', '111951.545000', '111952.005000', '111952.465000', '111952.925000', '111953.385000', '111953.845000', '111954.305000', '111954.765000', '111955.225000', '111955.685000', '111956.145000', '111956.605000', '111957.065000', '111957.525000', '111957.985000', '111958.445000', '111958.905000', '111959.365000', '111959.825000', '112000.285000', '112000.745000', '112001.205000', '112001.665000', '112002.125000', '112002.585000', '112003.045000', '112003.505000', '112003.965000', '112004.425000', '112004.885000', '112005.345000', '112005.805000', '112006.265000', '112006.725000', '112007.185000', '112007.645000', '112008.105000', '112008.565000', '112009.025000', '112009.485000', '112009.945000', '112010.405000', '112010.865000', '112011.325000', '112011.785000', '112012.245000', '112012.705000', '112013.165000', '112013.625000', '112014.085000', '112014.545000', '112015.005000', '112015.465000', '112015.925000', '112016.385000', '112016.845000', '112017.305000', '112017.765000', '112018.225000', '112018.685000', '112019.145000', '112019.605000', '112020.065000', '112020.525000', '112020.985000', '112021.445000', '112021.905000', '112022.365000', '112022.825000', '112023.285000', '112023.745000', '112024.205000', '112024.665000', '112025.125000', '112025.585000', '112026.045000', '112026.505000', '112026.965000', '112027.425000', '112027.885000', '112028.345000', '112028.805000', '112029.265000', '112029.725000', '112030.185000', '112030.645000', '112031.105000', '112031.565000', '112032.025000', '112032.485000', '112032.945000', '112033.405000', '112033.865000', '112034.325000', '112034.785000', '112035.245000', '112035.705000', '112036.165000', '112036.625000', '112037.085000', '112037.545000', '112038.005000', '112038.465000', '112038.925000', '112039.385000', '112039.845000', '112040.305000', '112040.765000', '112041.225000', '112041.685000', '112042.145000', '112042.605000', '112043.065000', '112043.525000', '112043.985000', '112044.445000', '112044.905000', '112045.365000', '112045.825000', '112046.285000', '112046.745000', '112047.205000', '112047.665000', '112048.125000', '112048.585000', '112049.045000', '112049.505000', '112049.965000', '112050.425000', '112050.885000', '112051.345000', '112051.805000', '112052.265000', '112052.725000', '112053.185000', '112053.645000', '112054.105000', '112054.565000', '112055.025000', '112055.485000', '112055.945000', '112056.405000', '112056.865000', '112057.325000', '112057.785000', '112058.245000', '112058.705000', '112059.165000', '112059.625000', '112100.085000', '112100.545000', '112101.005000', '112101.465000', '112101.925000', '112102.385000', '112102.845000', '112103.305000', '112103.765000', '112104.225000', '112104.685000', '112105.145000', '112105.605000', '112106.065000', '112106.525000', '112106.985000', '112107.445000', '112107.905000', '112108.365000', '112108.825000', '112109.285000', '112109.745000', '112110.205000', '112110.665000', '112111.125000', '112111.585000', '112112.045000', '112112.505000', '112112.965000', '112113.425000', '112113.885000', '112114.345000', '112114.805000', '112115.265000', '112115.725000', '112116.185000', '112116.645000', '112117.105000', '112117.565000', '112118.025000', '112118.485000', '112118.945000', '112119.405000', '112119.865000', '112120.325000', '112120.785000', '112121.245000', '112121.705000', '112122.165000', '112122.625000', '112123.085000', '112123.545000', '112124.005000', '112124.465000', '112124.925000', '112125.385000', '112125.845000', '112126.305000', '112126.765000', '112127.225000', '112127.685000', '112128.145000', '112128.605000', '112129.065000', '112129.525000', '112129.985000', '112130.445000', '112130.905000', '112131.365000', '112131.825000', '112132.285000', '112132.745000', '112133.205000', '112133.665000', '112134.125000', '112134.585000', '112135.045000', '112135.505000', '112135.965000', '112136.425000', '112136.885000', '112137.345000', '112137.805000', '112138.265000', '112138.725000', '112139.185000', '112139.645000', '112140.105000', '112140.565000', '112141.025000', '112141.485000', '112141.945000', '112142.405000', '112142.865000', '112143.325000', '112143.785000', '112144.245000', '112144.705000', '112145.165000', '112145.625000', '112146.085000', '112146.545000', '112147.005000', '112147.465000', '112147.925000', '112148.385000', '112148.845000', '112149.305000', '112149.765000', '112150.225000', '112150.685000', '112151.145000', '112151.605000', '112152.065000', '112152.525000', '112152.985000', '112153.445000', '112153.905000', '112154.365000', '112154.825000', '112155.285000', '112155.745000', '112156.205000', '112156.665000', '112157.125000', '112157.585000', '112158.045000', '112158.505000', '112158.965000', '112159.425000', '112159.885000', '112200.345000', '112200.805000', '112201.265000', '112201.725000', '112202.185000', '112202.645000', '112203.105000', '112203.565000', '112204.025000', '112204.485000', '112204.945000', '112205.405000', '112205.865000', '112206.325000', '112206.785000', '112207.245000', '112207.705000', '112208.165000', '112208.625000', '112209.085000', '112209.545000', '112210.005000', '112210.465000', '112210.925000', '112211.385000', '112211.845000', '112212.305000', '112212.765000', '112213.225000', '112213.685000', '112214.145000', '112214.605000', '112215.065000', '112215.525000', '112215.985000', '112216.445000', '112216.905000', '112217.365000', '112217.825000', '112218.285000', '112218.745000', '112219.205000', '112219.665000', '112220.125000', '112220.585000', '112221.045000', '112221.505000', '112221.965000', '112222.425000', '112222.885000', '112223.345000', '112223.805000', '112224.265000', '112224.725000', '112225.185000', '112225.645000', '112226.105000', '112226.565000', '112227.025000', '112227.485000', '112227.945000', '112228.405000', '112228.865000', '112229.325000', '112229.785000', '112230.245000', '112230.705000', '112231.165000', '112231.625000', '112232.085000', '112232.545000', '112233.005000', '112233.465000', '112233.925000', '112234.385000', '112234.845000', '112235.305000', '112235.765000', '112236.225000', '112236.685000', '112237.145000', '112237.605000', '112238.065000', '112238.525000', '112238.985000', '112239.445000', '112239.905000', '112240.365000', '112240.825000', '112241.285000', '112241.745000', '112242.205000', '112242.665000', '112243.125000', '112243.585000', '112244.045000', '112244.505000', '112244.965000', '112245.425000', '112245.885000', '112246.345000', '112246.805000', '112247.265000', '112247.725000', '112248.185000', '112248.645000', '112249.105000', '112249.565000', '112250.025000', '112250.485000', '112250.945000', '112251.405000', '112251.865000', '112252.325000', '112252.785000', '112253.245000', '112253.705000', '112254.165000', '112254.625000', '112255.085000', '112255.545000', '112256.005000', '112256.465000', '112256.925000', '112257.385000', '112257.845000', '112258.305000', '112258.765000', '112259.225000', '112259.685000', '112300.145000', '112300.605000', '112301.065000', '112301.525000', '112301.985000', '112302.445000', '112302.905000', '112303.365000', '112303.825000', '112304.285000', '112304.745000', '112305.205000', '112305.665000', '112306.125000', '112306.585000', '112307.045000', '112307.505000', '112307.965000', '112308.425000', '112308.885000', '112309.345000', '112309.805000', '112310.265000', '112310.725000', '112311.185000', '112311.645000', '112312.105000', '112312.565000', '112313.025000', '112313.485000', '112313.945000', '112314.405000', '112314.865000', '112315.325000', '112315.785000', '112316.245000', '112316.705000', '112317.165000', '112317.625000', '112318.085000', '112318.545000', '112319.005000', '112319.465000', '112319.925000', '112320.385000', '112320.845000', '112321.305000', '112321.765000', '112322.225000', '112322.685000', '112323.145000', '112323.605000', '112324.065000', '112324.525000', '112324.985000', '112325.445000', '112325.905000', '112326.365000', '112326.825000', '112327.285000', '112327.745000', '112328.205000', '112328.665000', '112329.125000', '112329.585000', '112330.045000', '112330.505000', '112330.965000', '112331.425000', '112331.885000', '112332.345000', '112332.805000', '112333.265000', '112333.725000', '112334.185000', '112334.645000', '112335.105000', '112335.565000', '112336.025000', '112336.485000', '112336.945000', '112337.405000', '112337.865000', '112338.325000', '112338.785000', '112339.245000', '112339.705000', '112340.165000', '112340.625000', '112341.085000', '112341.545000', '112342.005000', '112342.465000', '112342.925000', '112343.385000', '112343.845000', '112344.305000', '112344.765000', '112345.225000', '112345.685000', '112346.145000', '112346.605000', '112347.065000', '112347.525000', '112347.985000', '112348.445000', '112348.905000', '112349.365000', '112349.825000', '112350.285000', '112350.745000', '112351.205000', '112351.665000', '112352.125000', '112352.585000', '112353.045000', '112353.505000', '112353.965000', '112354.425000', '112354.885000', '112355.345000', '112355.805000', '112356.265000', '112356.725000', '112357.185000', '112357.645000', '112358.105000', '112358.565000', '112359.025000', '112359.485000', '112359.945000', '112400.405000', '112400.865000', '112401.325000', '112401.785000', '112402.245000', '112402.705000', '112403.165000', '112403.625000', '112404.085000', '112404.545000', '112405.005000', '112405.465000', '112405.925000', '112406.385000', '112406.845000', '112407.305000', '112407.765000', '112408.225000', '112408.685000', '112409.145000', '112409.605000', '112410.065000', '112410.525000', '112410.985000', '112411.445000', '112411.905000', '112412.365000', '112412.825000', '112413.285000', '112413.745000', '112414.205000', '112414.665000', '112415.125000', '112415.585000', '112416.045000', '112416.505000', '112416.965000', '112417.425000', '112417.885000', '112418.345000', '112418.805000', '112419.265000', '112419.725000', '112420.185000', '112420.645000', '112421.105000', '112421.565000', '112422.025000', '112422.485000', '112422.945000', '112423.405000', '112423.865000', '112424.325000', '112424.785000', '112425.245000', '112425.705000', '112426.165000', '112426.625000', '112427.085000', '112427.545000', '112428.005000', '112428.465000', '112428.925000', '112429.385000', '112429.845000', '112430.305000', '112430.765000', '112431.225000', '112431.685000', '112432.145000', '112432.605000', '112433.065000', '112433.525000', '112433.985000', '112434.445000', '112434.905000', '112435.365000', '112435.825000', '112436.285000', '112436.745000', '112437.205000', '112437.665000', '112438.125000', '112438.585000', '112439.045000', '112439.505000', '112439.965000', '112440.425000', '112440.885000', '112441.345000', '112441.805000', '112442.265000', '112442.725000', '112443.185000', '112443.645000', '112444.105000', '112444.565000', '112445.025000', '112445.485000', '112445.945000', '112446.405000', '112446.865000', '112447.325000', '112447.785000', '112448.245000', '112448.705000', '112449.165000', '112449.625000', '112450.085000', '112450.545000', '112451.005000', '112451.465000', '112451.925000', '112452.385000', '112452.845000', '112453.305000', '112453.765000', '112454.225000', '112454.685000', '112455.145000', '112455.605000', '112456.065000', '112456.525000', '112456.985000', '112457.445000', '112457.905000', '112458.365000', '112458.825000', '112459.285000', '112459.745000', '112500.205000', '112500.665000', '112501.125000', '112501.585000', '112502.045000', '112502.505000', '112502.965000', '112503.425000', '112503.885000', '112504.345000', '112504.805000', '112505.265000', '112505.725000', '112506.185000', '112506.645000', '112507.105000', '112507.565000', '112508.025000', '112508.485000', '112508.945000', '112509.405000', '112509.865000', '112510.325000', '112510.785000', '112511.245000', '112511.705000', '112512.165000', '112512.625000', '112513.085000', '112513.545000', '112514.005000', '112514.465000', '112514.925000', '112515.385000', '112515.845000', '112516.305000', '112516.765000', '112517.225000', '112517.685000', '112518.145000', '112518.605000', '112519.065000', '112519.525000', '112519.985000', '112520.445000', '112520.905000', '112521.365000', '112521.825000', '112522.285000', '112522.745000', '112523.205000', '112523.665000', '112524.125000', '112524.585000', '112525.045000', '112525.505000', '112525.965000', '112526.425000', '112526.885000', '112527.345000', '112527.805000', '112528.265000', '112528.725000', '112529.185000', '112529.645000', '112530.105000', '112530.565000', '112531.025000', '112531.485000', '112531.945000', '112532.405000', '112532.865000', '112533.325000', '112533.785000', '112534.245000', '112534.705000', '112535.165000', '112535.625000', '112536.085000', '112536.545000', '112537.005000', '112537.465000', '112537.925000', '112538.385000', '112538.845000', '112539.305000', '112539.765000', '112540.225000', '112540.685000', '112541.145000', '112541.605000', '112542.065000', '112542.525000', '112542.985000', '112543.445000', '112543.905000', '112544.365000', '112544.825000', '112545.285000'], 'ContentTime': ['111841.354000', '111841.358000', '111841.361000', '111841.363000', '111841.366000', '111841.369000', '111841.376000', '111841.379000', '111841.382000', '111841.385000', '111841.388000', '111841.391000', '111841.394000', '111841.397000', '111841.400000', '111841.404000', '111841.407000', '111841.410000', '111841.413000', '111841.416000', '111841.419000', '111841.422000', '111841.425000', '111841.428000', '111841.430000', '111841.434000', '111841.436000', '111841.439000', '111841.442000', '111841.445000', '111841.448000', '111841.451000', '111841.454000', '111841.457000', '111841.460000', '111841.462000', '111841.465000', '111841.468000', '111841.471000', '111841.474000', '111841.477000', '111841.492000', '111901.327000', '111901.330000', '111901.333000', '111901.336000', '111901.339000', '111901.342000', '111901.344000', '111901.347000', '111901.350000', '111901.353000', '111901.356000', '111901.359000', '111901.362000', '111901.365000', '111901.368000', '111901.371000', '111901.373000', '111901.376000', '111901.379000', '111901.382000', '111901.385000', '111901.388000', '111901.391000', '111901.394000', '111901.397000', '111901.399000', '111901.402000', '111901.405000', '111901.408000', '111901.411000', '111901.414000', '111901.417000', '111901.419000', '111901.422000', '111901.425000', '111901.428000', '111901.432000', '111901.435000', '111901.438000', '111901.441000', '111901.444000', '111901.447000', '111901.450000', '111921.328000', '111921.331000', '111921.334000', '111921.337000', '111921.340000', '111921.343000', '111921.346000', '111921.348000', '111921.351000', '111921.354000', '111921.357000', '111921.360000', '111921.363000', '111921.366000', '111921.369000', '111921.372000', '111921.374000', '111921.377000', '111921.380000', '111921.383000', '111921.386000', '111921.389000', '111921.392000', '111921.394000', '111921.397000', '111921.400000', '111921.403000', '111921.406000', '111921.409000', '111921.412000', '111921.415000', '111921.418000', '111921.420000', '111921.423000', '111921.426000', '111921.429000', '111921.432000', '111921.440000', '111921.443000', '111921.446000', '111921.449000', '111921.452000', '111921.455000', '111921.457000', '111941.328000', '111941.331000', '111941.334000', '111941.337000', '111941.340000', '111941.343000', '111941.345000', '111941.349000', '111941.351000', '111941.354000', '111941.357000', '111941.360000', '111941.363000', '111941.366000', '111941.369000', '111941.372000', '111941.375000', '111941.378000', '111941.380000', '111941.384000', '111941.387000', '111941.390000', '111941.393000', '111941.396000', '111941.399000', '111941.410000', '111941.413000', '111941.416000', '111941.419000', '111941.422000', '111941.425000', '111941.428000', '111941.431000', '111941.434000', '111941.437000', '111941.441000', '111941.445000', '111941.448000', '111941.451000', '111941.485000', '111941.488000', '111941.491000', '111941.494000', '112001.328000', '112001.331000', '112001.334000', '112001.337000', '112001.340000', '112001.342000', '112001.345000', '112001.348000', '112001.351000', '112001.354000', '112001.357000', '112001.360000', '112001.363000', '112001.366000', '112001.369000', '112001.372000', '112001.375000', '112001.378000', '112001.381000', '112001.383000', '112001.386000', '112001.389000', '112001.392000', '112001.395000', '112001.398000', '112001.401000', '112001.404000', '112001.407000', '112001.410000', '112001.413000', '112001.416000', '112001.418000', '112001.421000', '112001.424000', '112001.427000', '112001.430000', '112001.433000', '112001.436000', '112001.439000', '112001.441000', '112001.445000', '112001.456000', '112001.458000', '112001.461000', '112021.328000', '112021.340000', '112021.343000', '112021.346000', '112021.349000', '112021.352000', '112021.355000', '112021.358000', '112021.361000', '112021.364000', '112021.367000', '112021.370000', '112021.372000', '112021.375000', '112021.378000', '112021.381000', '112021.384000', '112021.387000', '112021.390000', '112021.393000', '112021.396000', '112021.399000', '112021.402000', '112021.404000', '112021.407000', '112021.410000', '112021.413000', '112021.416000', '112021.419000', '112021.422000', '112021.425000', '112021.428000', '112021.431000', '112021.434000', '112021.436000', '112021.439000', '112021.442000', '112021.445000', '112021.448000', '112021.451000', '112021.454000', '112021.457000', '112021.460000', '112041.327000', '112041.330000', '112041.333000', '112041.336000', '112041.339000', '112041.341000', '112041.344000', '112041.348000', '112041.351000', '112041.353000', '112041.356000', '112041.359000', '112041.362000', '112041.365000', '112041.368000', '112041.371000', '112041.374000', '112041.377000', '112041.380000', '112041.383000', '112041.385000', '112041.388000', '112041.391000', '112041.394000', '112041.397000', '112041.400000', '112041.403000', '112041.406000', '112041.409000', '112041.411000', '112041.414000', '112041.417000', '112041.420000', '112041.423000', '112041.426000', '112041.429000', '112041.432000', '112041.435000', '112041.438000', '112041.441000', '112041.443000', '112041.446000', '112041.449000', '112041.452000', '112101.327000', '112101.330000', '112101.333000', '112101.336000', '112101.339000', '112101.342000', '112101.345000', '112101.347000', '112101.350000', '112101.353000', '112101.356000', '112101.359000', '112101.362000', '112101.365000', '112101.368000', '112101.371000', '112101.373000', '112101.376000', '112101.379000', '112101.382000', '112101.385000', '112101.388000', '112101.391000', '112101.394000', '112101.397000', '112101.400000', '112101.403000', '112101.405000', '112101.408000', '112101.411000', '112101.414000', '112101.417000', '112101.420000', '112101.424000', '112101.427000', '112101.430000', '112101.433000', '112101.436000', '112101.439000', '112101.449000', '112101.452000', '112101.455000', '112101.458000', '112121.327000', '112121.330000', '112121.333000', '112121.336000', '112121.339000', '112121.341000', '112121.345000', '112121.347000', '112121.350000', '112121.353000', '112121.357000', '112121.360000', '112121.362000', '112121.365000', '112121.368000', '112121.371000', '112121.374000', '112121.377000', '112121.380000', '112121.383000', '112121.386000', '112121.389000', '112121.392000', '112121.395000', '112121.398000', '112121.401000', '112121.404000', '112121.406000', '112121.409000', '112121.412000', '112121.415000', '112121.418000', '112121.421000', '112121.424000', '112121.427000', '112121.430000', '112121.433000', '112121.435000', '112121.438000', '112121.441000', '112121.444000', '112121.447000', '112121.450000', '112121.453000', '112141.328000', '112141.331000', '112141.334000', '112141.337000', '112141.340000', '112141.343000', '112141.345000', '112141.348000', '112141.351000', '112141.354000', '112141.357000', '112141.360000', '112141.363000', '112141.366000', '112141.369000', '112141.372000', '112141.375000', '112141.378000', '112141.380000', '112141.383000', '112141.386000', '112141.389000', '112141.392000', '112141.395000', '112141.398000', '112141.401000', '112141.404000', '112141.407000', '112141.410000', '112141.413000', '112141.416000', '112141.418000', '112141.421000', '112141.424000', '112141.427000', '112141.430000', '112141.433000', '112141.436000', '112141.439000', '112141.442000', '112141.445000', '112141.448000', '112141.450000', '112201.328000', '112201.331000', '112201.334000', '112201.337000', '112201.340000', '112201.343000', '112201.346000', '112201.349000', '112201.352000', '112201.355000', '112201.358000', '112201.360000', '112201.363000', '112201.366000', '112201.369000', '112201.372000', '112201.375000', '112201.378000', '112201.381000', '112201.384000', '112201.387000', '112201.390000', '112201.393000', '112201.396000', '112201.398000', '112201.404000', '112201.407000', '112201.410000', '112201.413000', '112201.416000', '112201.419000', '112201.421000', '112201.424000', '112201.433000', '112201.448000', '112201.451000', '112201.454000', '112201.463000', '112201.465000', '112201.468000', '112201.471000', '112201.474000', '112201.477000', '112201.480000', '112221.328000', '112221.331000', '112221.334000', '112221.337000', '112221.340000', '112221.343000', '112221.346000', '112221.349000', '112221.352000', '112221.355000', '112221.357000', '112221.360000', '112221.363000', '112221.366000', '112221.369000', '112221.372000', '112221.375000', '112221.378000', '112221.381000', '112221.384000', '112221.387000', '112221.390000', '112221.393000', '112221.396000', '112221.399000', '112221.402000', '112221.404000', '112221.407000', '112221.410000', '112221.413000', '112221.416000', '112221.419000', '112221.422000', '112221.425000', '112221.428000', '112221.431000', '112221.434000', '112221.437000', '112221.439000', '112221.442000', '112221.445000', '112221.448000', '112221.451000', '112241.327000', '112241.330000', '112241.333000', '112241.336000', '112241.339000', '112241.342000', '112241.345000', '112241.348000', '112241.351000', '112241.353000', '112241.356000', '112241.359000', '112241.362000', '112241.365000', '112241.368000', '112241.371000', '112241.374000', '112241.377000', '112241.380000', '112241.383000', '112241.386000', '112241.388000', '112241.391000', '112241.394000', '112241.397000', '112241.400000', '112241.403000', '112241.406000', '112241.409000', '112241.412000', '112241.415000', '112241.418000', '112241.421000', '112241.425000', '112241.427000', '112241.430000', '112241.433000', '112241.436000', '112241.439000', '112241.442000', '112241.445000', '112241.448000', '112241.451000', '112241.454000', '112301.327000', '112301.330000', '112301.333000', '112301.336000', '112301.339000', '112301.342000', '112301.345000', '112301.348000', '112301.351000', '112301.354000', '112301.357000', '112301.360000', '112301.362000', '112301.365000', '112301.368000', '112301.371000', '112301.374000', '112301.377000', '112301.380000', '112301.383000', '112301.386000', '112301.389000', '112301.392000', '112301.395000', '112301.397000', '112301.400000', '112301.403000', '112301.406000', '112301.409000', '112301.412000', '112301.415000', '112301.418000', '112301.421000', '112301.424000', '112301.427000', '112301.430000', '112301.432000', '112301.435000', '112301.438000', '112301.441000', '112301.444000', '112301.447000', '112301.450000', '112321.327000', '112321.330000', '112321.333000', '112321.336000', '112321.339000', '112321.342000', '112321.345000', '112321.348000', '112321.351000', '112321.354000', '112321.357000', '112321.360000', '112321.363000', '112321.366000', '112321.368000', '112321.371000', '112321.374000', '112321.377000', '112321.380000', '112321.383000', '112321.386000', '112321.389000', '112321.392000', '112321.395000', '112321.398000', '112321.400000', '112321.403000', '112321.406000', '112321.409000', '112321.412000', '112321.415000', '112321.418000', '112321.421000', '112321.424000', '112321.427000', '112321.430000', '112321.433000', '112321.435000', '112321.438000', '112321.441000', '112321.444000', '112321.447000', '112321.450000', '112321.453000', '112341.327000', '112341.340000', '112341.343000', '112341.346000', '112341.349000', '112341.352000', '112341.355000', '112341.358000', '112341.361000', '112341.364000', '112341.367000', '112341.370000', '112341.372000', '112341.375000', '112341.378000', '112341.381000', '112341.384000', '112341.387000', '112341.390000', '112341.393000', '112341.396000', '112341.399000', '112341.402000', '112341.405000', '112341.408000', '112341.411000', '112341.414000', '112341.416000', '112341.419000', '112341.422000', '112341.425000', '112341.428000', '112341.431000', '112341.434000', '112341.437000', '112341.440000', '112341.443000', '112341.446000', '112341.449000', '112341.451000', '112341.454000', '112341.457000', '112341.460000', '112401.328000', '112401.331000', '112401.334000', '112401.337000', '112401.341000', '112401.347000', '112401.350000', '112401.353000', '112401.356000', '112401.359000', '112401.362000', '112401.365000', '112401.368000', '112401.370000', '112401.373000', '112401.376000', '112401.379000', '112401.382000', '112401.385000', '112401.388000', '112401.391000', '112401.394000', '112401.397000', '112401.400000', '112401.403000', '112401.406000', '112401.409000', '112401.411000', '112401.414000', '112401.417000', '112401.420000', '112401.423000', '112401.426000', '112401.429000', '112401.432000', '112401.435000', '112401.438000', '112401.440000', '112401.443000', '112401.446000', '112401.449000', '112401.452000', '112401.455000', '112421.328000', '112421.331000', '112421.334000', '112421.337000', '112421.340000', '112421.343000', '112421.346000', '112421.349000', '112421.351000', '112421.355000', '112421.357000', '112421.360000', '112421.363000', '112421.366000', '112421.369000', '112421.372000', '112421.375000', '112421.378000', '112421.381000', '112421.384000', '112421.387000', '112421.390000', '112421.393000', '112421.395000', '112421.398000', '112421.401000', '112421.404000', '112421.407000', '112421.410000', '112421.413000', '112421.416000', '112421.419000', '112421.422000', '112421.425000', '112421.428000', '112421.431000', '112421.434000', '112421.437000', '112421.440000', '112421.443000', '112421.446000', '112421.449000', '112421.452000', '112421.455000', '112441.328000', '112441.331000', '112441.334000', '112441.337000', '112441.340000', '112441.343000', '112441.346000', '112441.349000', '112441.353000', '112441.357000', '112441.360000', '112441.364000', '112441.367000', '112441.370000', '112441.373000', '112441.376000', '112441.379000', '112441.382000', '112441.385000', '112441.387000', '112441.390000', '112441.393000', '112441.396000', '112441.399000', '112441.402000', '112441.405000', '112441.408000', '112441.411000', '112441.414000', '112441.417000', '112441.419000', '112441.422000', '112441.425000', '112441.428000', '112441.431000', '112441.434000', '112441.437000', '112441.440000', '112441.443000', '112441.445000', '112441.448000', '112441.451000', '112441.454000', '112501.327000', '112501.330000', '112501.333000', '112501.336000', '112501.339000', '112501.342000', '112501.345000', '112501.348000', '112501.351000', '112501.353000', '112501.356000', '112501.359000', '112501.362000', '112501.374000', '112501.377000', '112501.380000', '112501.383000', '112501.386000', '112501.389000', '112501.392000', '112501.395000', '112501.398000', '112501.400000', '112501.403000', '112501.406000', '112501.409000', '112501.412000', '112501.415000', '112501.418000', '112501.421000', '112501.424000', '112501.427000', '112501.430000', '112501.432000', '112501.435000', '112501.438000', '112501.441000', '112501.444000', '112501.447000', '112501.450000', '112501.453000', '112501.456000', '112501.458000', '112501.461000', '112521.327000', '112521.330000', '112521.333000', '112521.336000', '112521.339000', '112521.342000', '112521.345000', '112521.348000', '112521.351000', '112521.354000', '112521.357000', '112521.360000', '112521.363000', '112521.365000', '112521.368000', '112521.371000', '112521.374000', '112521.377000', '112521.380000', '112521.383000', '112521.386000', '112521.391000', '112521.395000', '112521.398000', '112521.401000', '112521.404000', '112521.407000', '112521.410000', '112521.413000', '112521.416000', '112521.419000', '112521.422000', '112521.425000', '112521.427000', '112521.430000', '112521.433000', '112521.436000', '112521.439000', '112521.442000', '112521.445000', '112521.448000', '112521.451000', '112521.454000', '112541.327000', '112541.330000', '112541.333000', '112541.336000', '112541.339000', '112541.342000', '112541.345000', '112541.348000', '112541.350000', '112541.353000', '112541.356000', '112541.359000', '112541.362000', '112541.365000', '112541.368000', '112541.371000', '112541.374000', '112541.377000', '112541.379000', '112541.383000', '112541.385000', '112541.388000', '112541.391000', '112541.394000', '112541.397000', '112541.400000', '112541.403000', '112541.406000', '112541.409000', '112541.412000', '112541.415000', '112541.418000', '112541.421000', '112541.423000', '112541.426000', '112541.429000', '112541.432000', '112541.435000', '112541.438000', '112541.454000', '112541.457000', '112541.460000', '112541.463000', '112541.466000', '112546.735000', '112546.738000', '112546.741000', '112546.744000', '112546.747000', '112546.750000', '112546.754000', '112546.757000', '112546.760000', '112546.763000', '112546.766000', '112546.774000'], 'InstanceCreationTime': ['111841.354000', '111841.358000', '111841.361000', '111841.363000', '111841.366000', '111841.369000', '111841.376000', '111841.379000', '111841.382000', '111841.385000', '111841.388000', '111841.391000', '111841.394000', '111841.397000', '111841.400000', '111841.404000', '111841.407000', '111841.410000', '111841.413000', '111841.416000', '111841.419000', '111841.422000', '111841.425000', '111841.428000', '111841.430000', '111841.434000', '111841.436000', '111841.439000', '111841.442000', '111841.445000', '111841.448000', '111841.451000', '111841.454000', '111841.457000', '111841.460000', '111841.462000', '111841.465000', '111841.468000', '111841.471000', '111841.474000', '111841.477000', '111841.492000', '111901.327000', '111901.330000', '111901.333000', '111901.336000', '111901.339000', '111901.342000', '111901.344000', '111901.347000', '111901.350000', '111901.353000', '111901.356000', '111901.359000', '111901.362000', '111901.365000', '111901.368000', '111901.371000', '111901.373000', '111901.376000', '111901.379000', '111901.382000', '111901.385000', '111901.388000', '111901.391000', '111901.394000', '111901.397000', '111901.399000', '111901.402000', '111901.405000', '111901.408000', '111901.411000', '111901.414000', '111901.417000', '111901.419000', '111901.422000', '111901.425000', '111901.428000', '111901.432000', '111901.435000', '111901.438000', '111901.441000', '111901.444000', '111901.447000', '111901.450000', '111921.328000', '111921.331000', '111921.334000', '111921.337000', '111921.340000', '111921.343000', '111921.346000', '111921.348000', '111921.351000', '111921.354000', '111921.357000', '111921.360000', '111921.363000', '111921.366000', '111921.369000', '111921.372000', '111921.374000', '111921.377000', '111921.380000', '111921.383000', '111921.386000', '111921.389000', '111921.392000', '111921.394000', '111921.397000', '111921.400000', '111921.403000', '111921.406000', '111921.409000', '111921.412000', '111921.415000', '111921.418000', '111921.420000', '111921.423000', '111921.426000', '111921.429000', '111921.432000', '111921.440000', '111921.443000', '111921.446000', '111921.449000', '111921.452000', '111921.455000', '111921.457000', '111941.328000', '111941.331000', '111941.334000', '111941.337000', '111941.340000', '111941.343000', '111941.345000', '111941.349000', '111941.351000', '111941.354000', '111941.357000', '111941.360000', '111941.363000', '111941.366000', '111941.369000', '111941.372000', '111941.375000', '111941.378000', '111941.380000', '111941.384000', '111941.387000', '111941.390000', '111941.393000', '111941.396000', '111941.399000', '111941.410000', '111941.413000', '111941.416000', '111941.419000', '111941.422000', '111941.425000', '111941.428000', '111941.431000', '111941.434000', '111941.437000', '111941.441000', '111941.445000', '111941.448000', '111941.451000', '111941.485000', '111941.488000', '111941.491000', '111941.494000', '112001.328000', '112001.331000', '112001.334000', '112001.337000', '112001.340000', '112001.342000', '112001.345000', '112001.348000', '112001.351000', '112001.354000', '112001.357000', '112001.360000', '112001.363000', '112001.366000', '112001.369000', '112001.372000', '112001.375000', '112001.378000', '112001.381000', '112001.383000', '112001.386000', '112001.389000', '112001.392000', '112001.395000', '112001.398000', '112001.401000', '112001.404000', '112001.407000', '112001.410000', '112001.413000', '112001.416000', '112001.418000', '112001.421000', '112001.424000', '112001.427000', '112001.430000', '112001.433000', '112001.436000', '112001.439000', '112001.441000', '112001.445000', '112001.456000', '112001.458000', '112001.461000', '112021.328000', '112021.340000', '112021.343000', '112021.346000', '112021.349000', '112021.352000', '112021.355000', '112021.358000', '112021.361000', '112021.364000', '112021.367000', '112021.370000', '112021.372000', '112021.375000', '112021.378000', '112021.381000', '112021.384000', '112021.387000', '112021.390000', '112021.393000', '112021.396000', '112021.399000', '112021.402000', '112021.404000', '112021.407000', '112021.410000', '112021.413000', '112021.416000', '112021.419000', '112021.422000', '112021.425000', '112021.428000', '112021.431000', '112021.434000', '112021.436000', '112021.439000', '112021.442000', '112021.445000', '112021.448000', '112021.451000', '112021.454000', '112021.457000', '112021.460000', '112041.327000', '112041.330000', '112041.333000', '112041.336000', '112041.339000', '112041.341000', '112041.344000', '112041.348000', '112041.351000', '112041.353000', '112041.356000', '112041.359000', '112041.362000', '112041.365000', '112041.368000', '112041.371000', '112041.374000', '112041.377000', '112041.380000', '112041.383000', '112041.385000', '112041.388000', '112041.391000', '112041.394000', '112041.397000', '112041.400000', '112041.403000', '112041.406000', '112041.409000', '112041.411000', '112041.414000', '112041.417000', '112041.420000', '112041.423000', '112041.426000', '112041.429000', '112041.432000', '112041.435000', '112041.438000', '112041.441000', '112041.443000', '112041.446000', '112041.449000', '112041.452000', '112101.327000', '112101.330000', '112101.333000', '112101.336000', '112101.339000', '112101.342000', '112101.345000', '112101.347000', '112101.350000', '112101.353000', '112101.356000', '112101.359000', '112101.362000', '112101.365000', '112101.368000', '112101.371000', '112101.373000', '112101.376000', '112101.379000', '112101.382000', '112101.385000', '112101.388000', '112101.391000', '112101.394000', '112101.397000', '112101.400000', '112101.403000', '112101.405000', '112101.408000', '112101.411000', '112101.414000', '112101.417000', '112101.420000', '112101.424000', '112101.427000', '112101.430000', '112101.433000', '112101.436000', '112101.439000', '112101.449000', '112101.452000', '112101.455000', '112101.458000', '112121.327000', '112121.330000', '112121.333000', '112121.336000', '112121.339000', '112121.341000', '112121.345000', '112121.347000', '112121.350000', '112121.353000', '112121.357000', '112121.360000', '112121.362000', '112121.365000', '112121.368000', '112121.371000', '112121.374000', '112121.377000', '112121.380000', '112121.383000', '112121.386000', '112121.389000', '112121.392000', '112121.395000', '112121.398000', '112121.401000', '112121.404000', '112121.406000', '112121.409000', '112121.412000', '112121.415000', '112121.418000', '112121.421000', '112121.424000', '112121.427000', '112121.430000', '112121.433000', '112121.435000', '112121.438000', '112121.441000', '112121.444000', '112121.447000', '112121.450000', '112121.453000', '112141.328000', '112141.331000', '112141.334000', '112141.337000', '112141.340000', '112141.343000', '112141.345000', '112141.348000', '112141.351000', '112141.354000', '112141.357000', '112141.360000', '112141.363000', '112141.366000', '112141.369000', '112141.372000', '112141.375000', '112141.378000', '112141.380000', '112141.383000', '112141.386000', '112141.389000', '112141.392000', '112141.395000', '112141.398000', '112141.401000', '112141.404000', '112141.407000', '112141.410000', '112141.413000', '112141.416000', '112141.418000', '112141.421000', '112141.424000', '112141.427000', '112141.430000', '112141.433000', '112141.436000', '112141.439000', '112141.442000', '112141.445000', '112141.448000', '112141.450000', '112201.328000', '112201.331000', '112201.334000', '112201.337000', '112201.340000', '112201.343000', '112201.346000', '112201.349000', '112201.352000', '112201.355000', '112201.358000', '112201.360000', '112201.363000', '112201.366000', '112201.369000', '112201.372000', '112201.375000', '112201.378000', '112201.381000', '112201.384000', '112201.387000', '112201.390000', '112201.393000', '112201.396000', '112201.398000', '112201.404000', '112201.407000', '112201.410000', '112201.413000', '112201.416000', '112201.419000', '112201.421000', '112201.424000', '112201.433000', '112201.448000', '112201.451000', '112201.454000', '112201.463000', '112201.465000', '112201.468000', '112201.471000', '112201.474000', '112201.477000', '112201.480000', '112221.328000', '112221.331000', '112221.334000', '112221.337000', '112221.340000', '112221.343000', '112221.346000', '112221.349000', '112221.352000', '112221.355000', '112221.357000', '112221.360000', '112221.363000', '112221.366000', '112221.369000', '112221.372000', '112221.375000', '112221.378000', '112221.381000', '112221.384000', '112221.387000', '112221.390000', '112221.393000', '112221.396000', '112221.399000', '112221.402000', '112221.404000', '112221.407000', '112221.410000', '112221.413000', '112221.416000', '112221.419000', '112221.422000', '112221.425000', '112221.428000', '112221.431000', '112221.434000', '112221.437000', '112221.439000', '112221.442000', '112221.445000', '112221.448000', '112221.451000', '112241.327000', '112241.330000', '112241.333000', '112241.336000', '112241.339000', '112241.342000', '112241.345000', '112241.348000', '112241.351000', '112241.353000', '112241.356000', '112241.359000', '112241.362000', '112241.365000', '112241.368000', '112241.371000', '112241.374000', '112241.377000', '112241.380000', '112241.383000', '112241.386000', '112241.388000', '112241.391000', '112241.394000', '112241.397000', '112241.400000', '112241.403000', '112241.406000', '112241.409000', '112241.412000', '112241.415000', '112241.418000', '112241.421000', '112241.425000', '112241.427000', '112241.430000', '112241.433000', '112241.436000', '112241.439000', '112241.442000', '112241.445000', '112241.448000', '112241.451000', '112241.454000', '112301.327000', '112301.330000', '112301.333000', '112301.336000', '112301.339000', '112301.342000', '112301.345000', '112301.348000', '112301.351000', '112301.354000', '112301.357000', '112301.360000', '112301.362000', '112301.365000', '112301.368000', '112301.371000', '112301.374000', '112301.377000', '112301.380000', '112301.383000', '112301.386000', '112301.389000', '112301.392000', '112301.395000', '112301.397000', '112301.400000', '112301.403000', '112301.406000', '112301.409000', '112301.412000', '112301.415000', '112301.418000', '112301.421000', '112301.424000', '112301.427000', '112301.430000', '112301.432000', '112301.435000', '112301.438000', '112301.441000', '112301.444000', '112301.447000', '112301.450000', '112321.327000', '112321.330000', '112321.333000', '112321.336000', '112321.339000', '112321.342000', '112321.345000', '112321.348000', '112321.351000', '112321.354000', '112321.357000', '112321.360000', '112321.363000', '112321.366000', '112321.368000', '112321.371000', '112321.374000', '112321.377000', '112321.380000', '112321.383000', '112321.386000', '112321.389000', '112321.392000', '112321.395000', '112321.398000', '112321.400000', '112321.403000', '112321.406000', '112321.409000', '112321.412000', '112321.415000', '112321.418000', '112321.421000', '112321.424000', '112321.427000', '112321.430000', '112321.433000', '112321.435000', '112321.438000', '112321.441000', '112321.444000', '112321.447000', '112321.450000', '112321.453000', '112341.327000', '112341.340000', '112341.343000', '112341.346000', '112341.349000', '112341.352000', '112341.355000', '112341.358000', '112341.361000', '112341.364000', '112341.367000', '112341.370000', '112341.372000', '112341.375000', '112341.378000', '112341.381000', '112341.384000', '112341.387000', '112341.390000', '112341.393000', '112341.396000', '112341.399000', '112341.402000', '112341.405000', '112341.408000', '112341.411000', '112341.414000', '112341.416000', '112341.419000', '112341.422000', '112341.425000', '112341.428000', '112341.431000', '112341.434000', '112341.437000', '112341.440000', '112341.443000', '112341.446000', '112341.449000', '112341.451000', '112341.454000', '112341.457000', '112341.460000', '112401.328000', '112401.331000', '112401.334000', '112401.337000', '112401.341000', '112401.347000', '112401.350000', '112401.353000', '112401.356000', '112401.359000', '112401.362000', '112401.365000', '112401.368000', '112401.370000', '112401.373000', '112401.376000', '112401.379000', '112401.382000', '112401.385000', '112401.388000', '112401.391000', '112401.394000', '112401.397000', '112401.400000', '112401.403000', '112401.406000', '112401.409000', '112401.411000', '112401.414000', '112401.417000', '112401.420000', '112401.423000', '112401.426000', '112401.429000', '112401.432000', '112401.435000', '112401.438000', '112401.440000', '112401.443000', '112401.446000', '112401.449000', '112401.452000', '112401.455000', '112421.328000', '112421.331000', '112421.334000', '112421.337000', '112421.340000', '112421.343000', '112421.346000', '112421.349000', '112421.351000', '112421.355000', '112421.357000', '112421.360000', '112421.363000', '112421.366000', '112421.369000', '112421.372000', '112421.375000', '112421.378000', '112421.381000', '112421.384000', '112421.387000', '112421.390000', '112421.393000', '112421.395000', '112421.398000', '112421.401000', '112421.404000', '112421.407000', '112421.410000', '112421.413000', '112421.416000', '112421.419000', '112421.422000', '112421.425000', '112421.428000', '112421.431000', '112421.434000', '112421.437000', '112421.440000', '112421.443000', '112421.446000', '112421.449000', '112421.452000', '112421.455000', '112441.328000', '112441.331000', '112441.334000', '112441.337000', '112441.340000', '112441.343000', '112441.346000', '112441.349000', '112441.353000', '112441.357000', '112441.360000', '112441.364000', '112441.367000', '112441.370000', '112441.373000', '112441.376000', '112441.379000', '112441.382000', '112441.385000', '112441.387000', '112441.390000', '112441.393000', '112441.396000', '112441.399000', '112441.402000', '112441.405000', '112441.408000', '112441.411000', '112441.414000', '112441.417000', '112441.419000', '112441.422000', '112441.425000', '112441.428000', '112441.431000', '112441.434000', '112441.437000', '112441.440000', '112441.443000', '112441.445000', '112441.448000', '112441.451000', '112441.454000', '112501.327000', '112501.330000', '112501.333000', '112501.336000', '112501.339000', '112501.342000', '112501.345000', '112501.348000', '112501.351000', '112501.353000', '112501.356000', '112501.359000', '112501.362000', '112501.374000', '112501.377000', '112501.380000', '112501.383000', '112501.386000', '112501.389000', '112501.392000', '112501.395000', '112501.398000', '112501.400000', '112501.403000', '112501.406000', '112501.409000', '112501.412000', '112501.415000', '112501.418000', '112501.421000', '112501.424000', '112501.427000', '112501.430000', '112501.432000', '112501.435000', '112501.438000', '112501.441000', '112501.444000', '112501.447000', '112501.450000', '112501.453000', '112501.456000', '112501.458000', '112501.461000', '112521.327000', '112521.330000', '112521.333000', '112521.336000', '112521.339000', '112521.342000', '112521.345000', '112521.348000', '112521.351000', '112521.354000', '112521.357000', '112521.360000', '112521.363000', '112521.365000', '112521.368000', '112521.371000', '112521.374000', '112521.377000', '112521.380000', '112521.383000', '112521.386000', '112521.391000', '112521.395000', '112521.398000', '112521.401000', '112521.404000', '112521.407000', '112521.410000', '112521.413000', '112521.416000', '112521.419000', '112521.422000', '112521.425000', '112521.427000', '112521.430000', '112521.433000', '112521.436000', '112521.439000', '112521.442000', '112521.445000', '112521.448000', '112521.451000', '112521.454000', '112541.327000', '112541.330000', '112541.333000', '112541.336000', '112541.339000', '112541.342000', '112541.345000', '112541.348000', '112541.350000', '112541.353000', '112541.356000', '112541.359000', '112541.362000', '112541.365000', '112541.368000', '112541.371000', '112541.374000', '112541.377000', '112541.379000', '112541.383000', '112541.385000', '112541.388000', '112541.391000', '112541.394000', '112541.397000', '112541.400000', '112541.403000', '112541.406000', '112541.409000', '112541.412000', '112541.415000', '112541.418000', '112541.421000', '112541.423000', '112541.426000', '112541.429000', '112541.432000', '112541.435000', '112541.438000', '112541.454000', '112541.457000', '112541.460000', '112541.463000', '112541.466000', '112546.735000', '112546.738000', '112546.741000', '112546.744000', '112546.747000', '112546.750000', '112546.754000', '112546.757000', '112546.760000', '112546.763000', '112546.766000', '112546.774000'], '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': [7868, 10938, 8182, 9807, 7035, 8444, 11270, 8699, 12663, 8432, 11557, 7449, 11890, 7564, 10374, 8463, 11217, 9363, 11604, 8711, 11269, 7654, 11307, 8423, 11176, 8181, 9236, 6643, 8668, 7949, 8284, 10616, 9373, 10184, 7965, 11393, 7403, 11793, 8244, 10907, 7732, 9853, 6912, 8624, 10175, 9378, 11884, 9847, 11222, 7815, 11109, 8046, 10978, 7927, 9571, 7014, 8979, 10045, 8480, 12426, 9553, 11646, 8190, 10551, 7575, 9761, 7482, 9309, 9258, 8802, 10721, 8173, 11515, 7626, 11384, 8248, 10127, 7305, 8743, 9645, 8003, 12080, 9038, 11744, 8452, 10857, 7790, 9877, 7276, 9978, 8634, 9337, 7847, 8685, 8980, 8255, 12190, 9056, 11923, 9401, 11542, 7733, 10881, 7183, 11229, 8233, 10789, 7165, 9261, 8382, 8692, 12425, 9459, 11893, 8982, 10932, 7406, 10747, 7793, 10748, 7320, 9303, 6851, 8696, 8106, 8203, 11188, 9475, 10862, 8523, 11415, 7277, 11365, 8119, 9961, 7247, 8784, 9878, 7927, 12286, 8945, 11679, 7855, 10557, 7707, 9799, 7707, 9377, 7464, 8965, 8310, 8303, 12277, 8714, 11878, 9377, 11318, 7167, 11120, 7587, 10235, 8578, 9303, 8419, 8427, 11725, 8512, 12232, 8447, 11621, 8229, 10018, 6877, 8784, 10115, 9626, 11639, 9694, 11309, 7710, 11253, 7379, 11370, 7886, 10898, 7247, 9423, 6829, 8339, 12363, 9565, 12254, 9240, 11324, 7987, 10041, 7148, 8800, 11685, 9950, 12105, 9446, 11200, 8262, 10234, 7348, 9510, 9866, 9269, 11399, 9651, 11143, 7570, 11173, 8277, 10986, 7781, 10288, 6981, 8837, 9636, 8231, 12559, 9120, 11529, 8203, 10087, 6963, 9196, 10788, 9583, 11798, 8751, 11380, 7374, 10473, 7936, 10440, 7856, 9006, 7900, 7968, 11914, 8396, 12348, 8829, 11742, 8307, 9910, 7195, 9213, 9952, 9303, 10939, 9359, 11367, 7682, 11540, 8351, 11441, 7956, 10519, 7494, 9156, 8526, 8667, 12085, 9899, 11754, 8519, 10879, 7511, 10278, 8046, 9786, 9448, 8993, 9081, 7615, 11713, 8187, 12109, 8903, 11368, 7143, 10360, 7190, 10119, 8197, 9609, 10197, 9422, 10389, 7987, 12068, 8448, 12109, 8273, 11624, 8378, 9410, 6647, 8261, 8791, 8138, 12520, 10003, 11831, 8935, 11437, 7784, 10942, 7872, 11334, 7775, 9852, 6861, 8576, 10526, 9307, 11884, 9244, 11318, 7827, 11542, 7950, 11426, 8222, 9467, 6917, 8470, 10603, 8872, 12678, 10227, 11576, 7743, 10906, 7423, 10926, 8095, 10193, 7120, 8735, 8875, 8006, 12404, 9643, 12096, 8488, 10818, 7531, 9911, 9201, 8988, 11815, 9623, 11880, 7884, 10961, 8160, 10631, 7700, 10385, 7362, 8849, 6384, 8131, 8960, 8145, 12348, 9503, 11894, 8836, 11681, 6789, 11092, 7975, 9417, 10685, 9762, 11114, 7872, 11649, 7627, 10912, 8475, 9878, 9102, 8067, 11261, 8167, 12171, 8983, 11870, 8271, 10588, 7576, 9625, 7775, 9371, 10024, 8946, 11018, 7816, 11667, 8971, 12174, 8908, 10957, 7562, 9950, 7271, 9447, 10307, 9723, 11268, 8891, 11608, 7791, 11327, 7560, 11025, 7720, 9286, 8204, 8103, 12237, 9692, 12332, 9950, 11252, 6947, 10461, 6994, 10500, 7698, 10439, 6797, 8957, 7971, 8072, 12491, 9268, 12095, 8721, 10769, 7919, 8703, 9217, 8105, 12776, 10240, 11474, 7447, 10835, 7559, 10215, 7995, 9892, 8204, 8193, 12125, 7822, 11551, 8321, 11609, 8229, 10620, 7113, 9024, 7669, 8043, 12468, 8968, 12306, 9220, 10924, 6656, 10399, 7671, 9938, 10204, 9619, 11152, 8477, 12099, 7367, 11205, 7953, 10276, 8571, 8783, 10517, 8027, 12500, 9280, 12072, 8314, 10927, 7566, 9474, 9777, 9017, 11282, 9451, 11812, 7955, 11881, 8777, 11976, 8374, 10828, 7307, 9774, 7194, 8907, 11332, 10180, 11762, 8865, 11741, 7767, 10874, 8309, 10483, 9929, 9374, 9718, 8178, 11971, 8815, 12611, 8906, 10087, 10405, 9432, 9855, 9070, 7416, 9551, 7745, 9328, 6947, 8576, 9677, 9073, 8693, 9510, 10157, 8022, 11090, 9648, 10021, 8931, 9364, 6938, 8647, 11495, 9516, 10629, 9910, 9758, 9032, 9410, 8729, 9280, 9916, 8846, 10674, 8927, 10095, 10087, 10486, 8064, 9252, 6755, 8657, 10020, 9458, 11678, 9493, 10260, 8756, 9881, 8611, 9473, 9092, 9374, 10341, 9042, 10676, 7943, 10143, 8999, 9810, 7892, 9599, 7182, 9576, 7200, 8840, 9617, 7628, 11800, 8352, 11109, 8166, 9464, 7404, 8377, 11342, 8979, 11302, 8186, 10201, 7744, 8886, 9493, 8836, 11997, 9303, 11033, 7860, 10068, 7553, 9263, 8863, 8926, 9688, 8311, 11072, 8072, 10970, 8352, 10254, 7666, 9300, 7113, 8607, 11262, 8957, 11654, 9217, 10600, 8973, 9501, 7043, 8930, 9304, 8657, 10784, 8194, 10867, 7816, 10426, 7385, 9414, 8985, 8522, 10007, 7703, 11181, 8548, 10300, 8160, 8957, 10398, 8232, 10901, 8028, 10349, 7443, 9526, 7055, 8260, 10560, 7649, 11470, 7643, 10382, 7661, 8403, 8933, 7902, 11203, 7764, 11053, 8102, 10534, 6986, 8630, 6598, 7766, 9577, 8043, 11642, 9292, 10559, 6974, 10571, 7680, 8688, 10791, 9458, 11545, 8633, 10372, 7923, 9169, 9456, 9141, 10870, 8780, 10993, 8334, 10730, 8333, 10261, 7381, 9122, 6845, 8228, 11030, 8461, 11752, 9162, 10426, 8743, 9713, 6919, 8669, 9825, 9119, 11566, 8823, 10292, 9017, 9784, 7453, 9175, 9020, 8415, 9098, 8155, 10787, 7508, 11347, 8006, 10759, 7195, 9001, 6735, 8231, 12023, 9440, 11903, 9008, 10252, 7911, 9085, 7259, 8280, 11073, 9515, 11429, 8449, 10977, 8851, 10229, 7552, 9697, 6684, 8522, 8523, 8184, 11952, 9189, 11273, 8513, 10388, 8222, 9334, 7336, 9393, 8145, 8408, 9714, 8032, 11752, 7627, 11421, 8056, 9375, 6998, 8293, 10704, 8065, 12179, 9118, 11290, 7976, 9261, 6985, 8183, 10488, 8076, 11641, 9070, 10579, 7936, 9881, 7343, 8908, 9370, 9108, 10419, 8365, 10935, 7503, 10581, 7854, 9142, 9350, 8899, 10118, 8064, 11026, 8862, 10465, 8063, 9596, 8751, 9103, 8954, 8842, 11633, 7971, 11385, 8498, 10719, 7627, 9113, 6917, 8467, 9929, 8571, 12188, 9316, 11236, 8513, 10270, 7401, 9188, 9342, 8890, 10720, 8312, 11367, 8240, 10755, 8472, 10004, 7261, 8822, 7581, 8087, 12223, 8305, 11543, 8783, 10403, 7853, 9338, 9036, 8747, 12183, 9234, 11021, 9456, 10007, 7296, 9188, 10265, 9308, 11501, 7931, 10974, 8713, 10140, 7468, 9386, 7174, 8128, 9375, 8210, 11892, 8267, 11414, 8345, 9861, 7077, 8579, 9224, 8531, 11738, 9155, 10969, 8418, 10176, 7515, 8985, 9237, 8940, 11868, 9070, 10791, 7425, 10431, 7611, 9555, 8540, 8754, 9558, 8576, 11490, 7523, 11232, 8452, 10630, 7508, 8868, 7062, 8306, 9811, 8058, 12014, 9016, 11133, 8479, 10385, 7589, 9349, 9282, 9417, 10926, 9023, 11194, 8107, 10439, 7432, 9731, 8037, 8769, 7139, 8046, 10713, 7797, 12167, 8561, 11566, 8769, 10698, 8361, 9762, 7287, 9281], 'WindowCenter': [4214.0, 4230.0, 4195.0, 4201.0, 4170.0, 4179.0, 4198.0, 4177.0, 4207.0, 4165.0, 4193.0, 4152.0, 4207.0, 4167.0, 4184.0, 4175.0, 4195.0, 4188.0, 4197.0, 4176.0, 4195.0, 4166.0, 4196.0, 4167.0, 4199.0, 4165.0, 4176.0, 4156.0, 4175.0, 4162.0, 4163.0, 4185.0, 4175.0, 4186.0, 4177.0, 4208.0, 4155.0, 4208.0, 4167.0, 4197.0, 4166.0, 4189.0, 4157.0, 4175.0, 4186.0, 4188.0, 4198.0, 4187.0, 4198.0, 4168.0, 4195.0, 4164.0, 4186.0, 4164.0, 4176.0, 4156.0, 4175.0, 4184.0, 4176.0, 4206.0, 4175.0, 4193.0, 4165.0, 4184.0, 4163.0, 4184.0, 4155.0, 4176.0, 4174.0, 4175.0, 4197.0, 4178.0, 4197.0, 4166.0, 4197.0, 4165.0, 4188.0, 4167.0, 4177.0, 4186.0, 4166.0, 4194.0, 4177.0, 4195.0, 4164.0, 4195.0, 4166.0, 4185.0, 4154.0, 4184.0, 4164.0, 4174.0, 4164.0, 4175.0, 4174.0, 4163.0, 4194.0, 4175.0, 4196.0, 4177.0, 4207.0, 4168.0, 4196.0, 4155.0, 4196.0, 4165.0, 4198.0, 4156.0, 4188.0, 4176.0, 4174.0, 4194.0, 4185.0, 4193.0, 4174.0, 4194.0, 4152.0, 4182.0, 4153.0, 4183.0, 4152.0, 4175.0, 4154.0, 4174.0, 4163.0, 4165.0, 4196.0, 4188.0, 4197.0, 4188.0, 4209.0, 4168.0, 4195.0, 4167.0, 4188.0, 4167.0, 4179.0, 4184.0, 4165.0, 4205.0, 4176.0, 4196.0, 4177.0, 4196.0, 4165.0, 4187.0, 4165.0, 4187.0, 4166.0, 4188.0, 4179.0, 4178.0, 4206.0, 4178.0, 4209.0, 4188.0, 4210.0, 4170.0, 4209.0, 4166.0, 4197.0, 4178.0, 4188.0, 4177.0, 4176.0, 4195.0, 4175.0, 4195.0, 4162.0, 4195.0, 4162.0, 4184.0, 4142.0, 4161.0, 4182.0, 4172.0, 4193.0, 4171.0, 4192.0, 4164.0, 4183.0, 4151.0, 4194.0, 4164.0, 4196.0, 4167.0, 4188.0, 4156.0, 4165.0, 4194.0, 4186.0, 4196.0, 4175.0, 4195.0, 4164.0, 4185.0, 4142.0, 4174.0, 4179.0, 4173.0, 4191.0, 4172.0, 4180.0, 4161.0, 4170.0, 4138.0, 4158.0, 4168.0, 4160.0, 4179.0, 4171.0, 4181.0, 4152.0, 4178.0, 4149.0, 4181.0, 4149.0, 4182.0, 4151.0, 4172.0, 4171.0, 4160.0, 4191.0, 4170.0, 4181.0, 4164.0, 4183.0, 4141.0, 4171.0, 4180.0, 4172.0, 4191.0, 4172.0, 4192.0, 4152.0, 4182.0, 4162.0, 4182.0, 4163.0, 4174.0, 4165.0, 4163.0, 4192.0, 4163.0, 4194.0, 4172.0, 4191.0, 4175.0, 4181.0, 4152.0, 4173.0, 4183.0, 4175.0, 4183.0, 4173.0, 4195.0, 4164.0, 4192.0, 4164.0, 4194.0, 4165.0, 4196.0, 4167.0, 4186.0, 4173.0, 4175.0, 4204.0, 4186.0, 4195.0, 4175.0, 4193.0, 4152.0, 4183.0, 4163.0, 4183.0, 4173.0, 4174.0, 4173.0, 4163.0, 4191.0, 4162.0, 4203.0, 4175.0, 4195.0, 4167.0, 4195.0, 4155.0, 4196.0, 4174.0, 4188.0, 4198.0, 4186.0, 4197.0, 4177.0, 4195.0, 4162.0, 4205.0, 4165.0, 4195.0, 4163.0, 4183.0, 4154.0, 4162.0, 4161.0, 4161.0, 4193.0, 4185.0, 4194.0, 4174.0, 4192.0, 4153.0, 4180.0, 4161.0, 4193.0, 4151.0, 4183.0, 4153.0, 4163.0, 4181.0, 4174.0, 4195.0, 4185.0, 4194.0, 4162.0, 4195.0, 4165.0, 4196.0, 4175.0, 4185.0, 4153.0, 4173.0, 4194.0, 4176.0, 4220.0, 4201.0, 4207.0, 4165.0, 4195.0, 4152.0, 4182.0, 4162.0, 4184.0, 4153.0, 4173.0, 4173.0, 4162.0, 4191.0, 4183.0, 4193.0, 4174.0, 4194.0, 4163.0, 4181.0, 4172.0, 4173.0, 4191.0, 4172.0, 4193.0, 4162.0, 4179.0, 4160.0, 4181.0, 4150.0, 4181.0, 4151.0, 4171.0, 4143.0, 4161.0, 4171.0, 4164.0, 4205.0, 4186.0, 4205.0, 4187.0, 4209.0, 4158.0, 4196.0, 4164.0, 4187.0, 4196.0, 4185.0, 4197.0, 4165.0, 4193.0, 4151.0, 4181.0, 4163.0, 4183.0, 4173.0, 4161.0, 4192.0, 4161.0, 4192.0, 4173.0, 4193.0, 4162.0, 4182.0, 4160.0, 4170.0, 4152.0, 4172.0, 4183.0, 4173.0, 4194.0, 4163.0, 4190.0, 4172.0, 4194.0, 4174.0, 4195.0, 4166.0, 4182.0, 4152.0, 4182.0, 4185.0, 4185.0, 4194.0, 4176.0, 4194.0, 4151.0, 4193.0, 4152.0, 4195.0, 4163.0, 4175.0, 4163.0, 4161.0, 4190.0, 4173.0, 4193.0, 4183.0, 4193.0, 4154.0, 4182.0, 4151.0, 4195.0, 4164.0, 4197.0, 4157.0, 4188.0, 4178.0, 4176.0, 4206.0, 4186.0, 4208.0, 4174.0, 4197.0, 4164.0, 4174.0, 4172.0, 4161.0, 4193.0, 4183.0, 4193.0, 4152.0, 4181.0, 4149.0, 4170.0, 4150.0, 4172.0, 4161.0, 4160.0, 4191.0, 4150.0, 4180.0, 4160.0, 4192.0, 4161.0, 4180.0, 4152.0, 4171.0, 4149.0, 4161.0, 4190.0, 4174.0, 4192.0, 4175.0, 4194.0, 4155.0, 4183.0, 4162.0, 4184.0, 4185.0, 4185.0, 4208.0, 4175.0, 4204.0, 4153.0, 4182.0, 4150.0, 4185.0, 4162.0, 4161.0, 4183.0, 4162.0, 4192.0, 4174.0, 4193.0, 4164.0, 4194.0, 4165.0, 4173.0, 4173.0, 4173.0, 4183.0, 4172.0, 4194.0, 4165.0, 4194.0, 4174.0, 4196.0, 4163.0, 4196.0, 4167.0, 4187.0, 4155.0, 4177.0, 4196.0, 4199.0, 4207.0, 4189.0, 4207.0, 4166.0, 4195.0, 4165.0, 4198.0, 4186.0, 4176.0, 4185.0, 4165.0, 4192.0, 4162.0, 4193.0, 4175.0, 4183.0, 4183.0, 4171.0, 4172.0, 4172.0, 4150.0, 4171.0, 4152.0, 4175.0, 4151.0, 4174.0, 4173.0, 4175.0, 4176.0, 4188.0, 4184.0, 4163.0, 4195.0, 4186.0, 4174.0, 4175.0, 4174.0, 4153.0, 4161.0, 4182.0, 4174.0, 4183.0, 4170.0, 4172.0, 4161.0, 4160.0, 4161.0, 4159.0, 4170.0, 4162.0, 4181.0, 4162.0, 4171.0, 4170.0, 4171.0, 4151.0, 4172.0, 4141.0, 4162.0, 4171.0, 4173.0, 4193.0, 4172.0, 4184.0, 4174.0, 4173.0, 4162.0, 4172.0, 4161.0, 4172.0, 4171.0, 4161.0, 4184.0, 4153.0, 4170.0, 4160.0, 4173.0, 4163.0, 4174.0, 4142.0, 4185.0, 4153.0, 4175.0, 4185.0, 4163.0, 4195.0, 4164.0, 4197.0, 4191.0, 4198.0, 4167.0, 4178.0, 4197.0, 4178.0, 4197.0, 4177.0, 4198.0, 4165.0, 4175.0, 4174.0, 4176.0, 4195.0, 4173.0, 4197.0, 4165.0, 4171.0, 4153.0, 4173.0, 4174.0, 4175.0, 4175.0, 4164.0, 4196.0, 4163.0, 4182.0, 4163.0, 4172.0, 4152.0, 4173.0, 4141.0, 4163.0, 4182.0, 4164.0, 4183.0, 4172.0, 4184.0, 4175.0, 4174.0, 4150.0, 4173.0, 4173.0, 4174.0, 4195.0, 4177.0, 4196.0, 4165.0, 4186.0, 4155.0, 4187.0, 4176.0, 4176.0, 4188.0, 4165.0, 4195.0, 4165.0, 4186.0, 4163.0, 4175.0, 4183.0, 4164.0, 4185.0, 4163.0, 4183.0, 4153.0, 4184.0, 4156.0, 4176.0, 4196.0, 4164.0, 4195.0, 4164.0, 4185.0, 4164.0, 4177.0, 4187.0, 4165.0, 4193.0, 4164.0, 4195.0, 4164.0, 4197.0, 4156.0, 4174.0, 4156.0, 4167.0, 4185.0, 4165.0, 4197.0, 4190.0, 4199.0, 4169.0, 4210.0, 4169.0, 4176.0, 4195.0, 4189.0, 4197.0, 4178.0, 4186.0, 4166.0, 4176.0, 4172.0, 4174.0, 4183.0, 4162.0, 4184.0, 4162.0, 4182.0, 4162.0, 4184.0, 4152.0, 4173.0, 4141.0, 4162.0, 4180.0, 4164.0, 4193.0, 4172.0, 4184.0, 4175.0, 4173.0, 4152.0, 4164.0, 4171.0, 4175.0, 4194.0, 4175.0, 4184.0, 4174.0, 4171.0, 4151.0, 4174.0, 4172.0, 4161.0, 4174.0, 4163.0, 4182.0, 4154.0, 4195.0, 4165.0, 4196.0, 4156.0, 4177.0, 4154.0, 4166.0, 4195.0, 4185.0, 4196.0, 4175.0, 4184.0, 4164.0, 4162.0, 4141.0, 4162.0, 4181.0, 4172.0, 4192.0, 4163.0, 4182.0, 4162.0, 4171.0, 4151.0, 4170.0, 4143.0, 4175.0, 4162.0, 4162.0, 4192.0, 4174.0, 4192.0, 4174.0, 4185.0, 4164.0, 4172.0, 4153.0, 4187.0, 4164.0, 4191.0, 4198.0, 4177.0, 4197.0, 4165.0, 4199.0, 4165.0, 4176.0, 4156.0, 4178.0, 4186.0, 4164.0, 4195.0, 4175.0, 4195.0, 4165.0, 4175.0, 4156.0, 4165.0, 4183.0, 4164.0, 4195.0, 4176.0, 4199.0, 4177.0, 4188.0, 4157.0, 4189.0, 4188.0, 4190.0, 4199.0, 4180.0, 4198.0, 4168.0, 4186.0, 4167.0, 4187.0, 4175.0, 4177.0, 4187.0, 4166.0, 4184.0, 4163.0, 4184.0, 4153.0, 4176.0, 4165.0, 4174.0, 4173.0, 4175.0, 4182.0, 4153.0, 4194.0, 4165.0, 4185.0, 4154.0, 4177.0, 4155.0, 4164.0, 4174.0, 4175.0, 4194.0, 4176.0, 4195.0, 4177.0, 4184.0, 4155.0, 4175.0, 4175.0, 4176.0, 4198.0, 4176.0, 4196.0, 4166.0, 4185.0, 4165.0, 4185.0, 4155.0, 4176.0, 4166.0, 4165.0, 4193.0, 4167.0, 4197.0, 4177.0, 4198.0, 4167.0, 4176.0, 4175.0, 4176.0, 4194.0, 4174.0, 4185.0, 4176.0, 4175.0, 4152.0, 4175.0, 4173.0, 4172.0, 4194.0, 4165.0, 4184.0, 4164.0, 4182.0, 4152.0, 4174.0, 4143.0, 4165.0, 4174.0, 4165.0, 4195.0, 4166.0, 4196.0, 4164.0, 4188.0, 4168.0, 4178.0, 4174.0, 4175.0, 4207.0, 4189.0, 4196.0, 4178.0, 4198.0, 4168.0, 4177.0, 4176.0, 4176.0, 4195.0, 4176.0, 4195.0, 4167.0, 4195.0, 4152.0, 4185.0, 4165.0, 4175.0, 4175.0, 4176.0, 4195.0, 4156.0, 4196.0, 4165.0, 4187.0, 4154.0, 4176.0, 4156.0, 4166.0, 4185.0, 4167.0, 4205.0, 4177.0, 4197.0, 4180.0, 4197.0, 4168.0, 4187.0, 4188.0, 4188.0, 4197.0, 4177.0, 4199.0, 4176.0, 4186.0, 4154.0, 4186.0, 4165.0, 4175.0, 4154.0, 4166.0, 4196.0, 4164.0, 4206.0, 4177.0, 4208.0, 4177.0, 4211.0, 4178.0, 4188.0, 4155.0, 4187.0], 'WindowWidth': [9354.0, 9368.0, 9309.0, 9314.0, 9270.0, 9280.0, 9303.0, 9272.0, 9311.0, 9252.0, 9287.0, 9230.0, 9313.0, 9260.0, 9278.0, 9265.0, 9292.0, 9287.0, 9295.0, 9269.0, 9293.0, 9254.0, 9295.0, 9255.0, 9302.0, 9250.0, 9266.0, 9241.0, 9264.0, 9243.0, 9246.0, 9274.0, 9265.0, 9282.0, 9272.0, 9312.0, 9240.0, 9311.0, 9255.0, 9297.0, 9255.0, 9286.0, 9243.0, 9265.0, 9279.0, 9285.0, 9297.0, 9281.0, 9300.0, 9260.0, 9291.0, 9247.0, 9279.0, 9248.0, 9265.0, 9241.0, 9266.0, 9276.0, 9265.0, 9307.0, 9264.0, 9286.0, 9251.0, 9276.0, 9247.0, 9275.0, 9236.0, 9267.0, 9264.0, 9266.0, 9297.0, 9273.0, 9295.0, 9252.0, 9297.0, 9251.0, 9285.0, 9257.0, 9271.0, 9282.0, 9255.0, 9291.0, 9268.0, 9292.0, 9249.0, 9292.0, 9255.0, 9276.0, 9233.0, 9276.0, 9248.0, 9260.0, 9248.0, 9264.0, 9261.0, 9245.0, 9287.0, 9264.0, 9293.0, 9268.0, 9311.0, 9261.0, 9297.0, 9240.0, 9296.0, 9252.0, 9298.0, 9243.0, 9286.0, 9268.0, 9263.0, 9288.0, 9278.0, 9287.0, 9262.0, 9289.0, 9232.0, 9271.0, 9231.0, 9273.0, 9230.0, 9265.0, 9239.0, 9262.0, 9246.0, 9252.0, 9293.0, 9287.0, 9297.0, 9289.0, 9318.0, 9260.0, 9296.0, 9256.0, 9287.0, 9258.0, 9276.0, 9277.0, 9254.0, 9307.0, 9269.0, 9295.0, 9273.0, 9297.0, 9254.0, 9282.0, 9253.0, 9284.0, 9255.0, 9290.0, 9277.0, 9275.0, 9309.0, 9275.0, 9315.0, 9287.0, 9320.0, 9266.0, 9316.0, 9255.0, 9297.0, 9273.0, 9285.0, 9271.0, 9268.0, 9293.0, 9262.0, 9290.0, 9243.0, 9291.0, 9244.0, 9275.0, 9219.0, 9242.0, 9269.0, 9258.0, 9285.0, 9255.0, 9288.0, 9250.0, 9271.0, 9229.0, 9290.0, 9248.0, 9294.0, 9257.0, 9286.0, 9242.0, 9250.0, 9288.0, 9281.0, 9294.0, 9263.0, 9291.0, 9251.0, 9277.0, 9216.0, 9259.0, 9264.0, 9259.0, 9282.0, 9254.0, 9266.0, 9239.0, 9249.0, 9204.0, 9231.0, 9244.0, 9236.0, 9261.0, 9252.0, 9268.0, 9228.0, 9259.0, 9221.0, 9267.0, 9222.0, 9268.0, 9230.0, 9257.0, 9253.0, 9237.0, 9279.0, 9251.0, 9267.0, 9250.0, 9273.0, 9216.0, 9254.0, 9265.0, 9256.0, 9281.0, 9259.0, 9284.0, 9230.0, 9271.0, 9242.0, 9272.0, 9245.0, 9262.0, 9252.0, 9249.0, 9283.0, 9245.0, 9288.0, 9257.0, 9283.0, 9266.0, 9270.0, 9231.0, 9258.0, 9272.0, 9264.0, 9273.0, 9262.0, 9293.0, 9249.0, 9283.0, 9250.0, 9292.0, 9251.0, 9295.0, 9260.0, 9283.0, 9262.0, 9265.0, 9304.0, 9281.0, 9293.0, 9265.0, 9288.0, 9233.0, 9274.0, 9248.0, 9275.0, 9261.0, 9263.0, 9263.0, 9250.0, 9282.0, 9245.0, 9302.0, 9267.0, 9293.0, 9261.0, 9296.0, 9242.0, 9295.0, 9265.0, 9287.0, 9299.0, 9284.0, 9301.0, 9272.0, 9292.0, 9245.0, 9306.0, 9251.0, 9292.0, 9249.0, 9275.0, 9239.0, 9245.0, 9240.0, 9241.0, 9285.0, 9278.0, 9288.0, 9263.0, 9286.0, 9233.0, 9267.0, 9241.0, 9287.0, 9228.0, 9274.0, 9234.0, 9246.0, 9270.0, 9264.0, 9292.0, 9281.0, 9292.0, 9247.0, 9292.0, 9252.0, 9296.0, 9264.0, 9278.0, 9238.0, 9263.0, 9291.0, 9268.0, 9334.0, 9311.0, 9310.0, 9255.0, 9294.0, 9232.0, 9271.0, 9243.0, 9276.0, 9235.0, 9263.0, 9261.0, 9245.0, 9284.0, 9275.0, 9288.0, 9264.0, 9289.0, 9248.0, 9269.0, 9256.0, 9258.0, 9282.0, 9257.0, 9287.0, 9244.0, 9264.0, 9237.0, 9266.0, 9226.0, 9270.0, 9227.0, 9256.0, 9223.0, 9245.0, 9254.0, 9250.0, 9306.0, 9286.0, 9309.0, 9288.0, 9318.0, 9249.0, 9296.0, 9252.0, 9284.0, 9294.0, 9280.0, 9300.0, 9254.0, 9289.0, 9229.0, 9270.0, 9245.0, 9273.0, 9259.0, 9243.0, 9285.0, 9241.0, 9282.0, 9258.0, 9285.0, 9245.0, 9271.0, 9242.0, 9253.0, 9230.0, 9257.0, 9273.0, 9260.0, 9291.0, 9248.0, 9280.0, 9259.0, 9290.0, 9263.0, 9291.0, 9257.0, 9273.0, 9232.0, 9274.0, 9279.0, 9280.0, 9291.0, 9267.0, 9291.0, 9230.0, 9287.0, 9230.0, 9291.0, 9247.0, 9264.0, 9248.0, 9242.0, 9279.0, 9260.0, 9287.0, 9273.0, 9288.0, 9238.0, 9272.0, 9230.0, 9292.0, 9251.0, 9302.0, 9245.0, 9290.0, 9277.0, 9271.0, 9310.0, 9283.0, 9314.0, 9265.0, 9297.0, 9253.0, 9262.0, 9255.0, 9242.0, 9288.0, 9272.0, 9287.0, 9231.0, 9269.0, 9224.0, 9252.0, 9223.0, 9256.0, 9240.0, 9239.0, 9282.0, 9226.0, 9264.0, 9238.0, 9283.0, 9238.0, 9266.0, 9232.0, 9255.0, 9224.0, 9241.0, 9278.0, 9263.0, 9285.0, 9264.0, 9289.0, 9241.0, 9275.0, 9244.0, 9277.0, 9280.0, 9280.0, 9316.0, 9267.0, 9306.0, 9234.0, 9271.0, 9227.0, 9276.0, 9244.0, 9243.0, 9273.0, 9243.0, 9282.0, 9262.0, 9287.0, 9248.0, 9289.0, 9251.0, 9258.0, 9258.0, 9259.0, 9271.0, 9257.0, 9290.0, 9251.0, 9287.0, 9262.0, 9294.0, 9247.0, 9294.0, 9261.0, 9285.0, 9239.0, 9270.0, 9294.0, 9302.0, 9312.0, 9288.0, 9311.0, 9254.0, 9291.0, 9249.0, 9297.0, 9278.0, 9265.0, 9279.0, 9250.0, 9282.0, 9242.0, 9286.0, 9264.0, 9272.0, 9272.0, 9254.0, 9255.0, 9254.0, 9224.0, 9254.0, 9229.0, 9265.0, 9229.0, 9262.0, 9259.0, 9265.0, 9270.0, 9284.0, 9274.0, 9248.0, 9293.0, 9280.0, 9260.0, 9263.0, 9260.0, 9233.0, 9239.0, 9268.0, 9260.0, 9270.0, 9252.0, 9254.0, 9238.0, 9236.0, 9238.0, 9235.0, 9250.0, 9242.0, 9268.0, 9240.0, 9251.0, 9249.0, 9252.0, 9225.0, 9256.0, 9216.0, 9241.0, 9252.0, 9258.0, 9286.0, 9256.0, 9275.0, 9263.0, 9259.0, 9243.0, 9254.0, 9239.0, 9255.0, 9252.0, 9240.0, 9274.0, 9231.0, 9250.0, 9236.0, 9258.0, 9247.0, 9261.0, 9217.0, 9279.0, 9231.0, 9263.0, 9278.0, 9249.0, 9291.0, 9249.0, 9298.0, 9296.0, 9303.0, 9260.0, 9273.0, 9295.0, 9273.0, 9296.0, 9271.0, 9300.0, 9253.0, 9265.0, 9260.0, 9266.0, 9291.0, 9261.0, 9296.0, 9252.0, 9256.0, 9230.0, 9260.0, 9261.0, 9264.0, 9263.0, 9250.0, 9294.0, 9247.0, 9270.0, 9242.0, 9257.0, 9228.0, 9258.0, 9215.0, 9243.0, 9267.0, 9246.0, 9272.0, 9256.0, 9274.0, 9264.0, 9260.0, 9228.0, 9260.0, 9260.0, 9262.0, 9291.0, 9268.0, 9294.0, 9252.0, 9278.0, 9236.0, 9283.0, 9266.0, 9266.0, 9285.0, 9254.0, 9292.0, 9251.0, 9280.0, 9246.0, 9263.0, 9275.0, 9250.0, 9277.0, 9246.0, 9272.0, 9233.0, 9276.0, 9240.0, 9269.0, 9297.0, 9251.0, 9294.0, 9251.0, 9280.0, 9250.0, 9270.0, 9286.0, 9254.0, 9289.0, 9250.0, 9293.0, 9250.0, 9298.0, 9243.0, 9268.0, 9244.0, 9257.0, 9278.0, 9254.0, 9297.0, 9294.0, 9306.0, 9267.0, 9322.0, 9263.0, 9270.0, 9294.0, 9289.0, 9298.0, 9271.0, 9282.0, 9255.0, 9264.0, 9258.0, 9262.0, 9274.0, 9242.0, 9275.0, 9243.0, 9269.0, 9242.0, 9272.0, 9228.0, 9258.0, 9218.0, 9244.0, 9264.0, 9248.0, 9287.0, 9258.0, 9276.0, 9265.0, 9261.0, 9230.0, 9247.0, 9254.0, 9263.0, 9288.0, 9264.0, 9276.0, 9263.0, 9254.0, 9226.0, 9261.0, 9256.0, 9241.0, 9263.0, 9248.0, 9270.0, 9235.0, 9291.0, 9251.0, 9293.0, 9242.0, 9270.0, 9238.0, 9252.0, 9290.0, 9278.0, 9294.0, 9264.0, 9276.0, 9249.0, 9243.0, 9213.0, 9242.0, 9266.0, 9256.0, 9284.0, 9245.0, 9271.0, 9242.0, 9255.0, 9226.0, 9253.0, 9219.0, 9264.0, 9245.0, 9244.0, 9284.0, 9262.0, 9284.0, 9262.0, 9279.0, 9249.0, 9259.0, 9235.0, 9284.0, 9252.0, 9299.0, 9302.0, 9272.0, 9295.0, 9252.0, 9300.0, 9251.0, 9267.0, 9241.0, 9270.0, 9280.0, 9248.0, 9291.0, 9264.0, 9291.0, 9252.0, 9264.0, 9239.0, 9250.0, 9272.0, 9248.0, 9291.0, 9268.0, 9302.0, 9274.0, 9284.0, 9242.0, 9287.0, 9286.0, 9291.0, 9303.0, 9278.0, 9302.0, 9259.0, 9281.0, 9255.0, 9284.0, 9264.0, 9269.0, 9284.0, 9253.0, 9274.0, 9245.0, 9273.0, 9230.0, 9264.0, 9248.0, 9261.0, 9260.0, 9263.0, 9269.0, 9231.0, 9286.0, 9249.0, 9276.0, 9236.0, 9268.0, 9240.0, 9249.0, 9260.0, 9264.0, 9290.0, 9264.0, 9291.0, 9268.0, 9274.0, 9235.0, 9265.0, 9263.0, 9266.0, 9297.0, 9268.0, 9294.0, 9252.0, 9276.0, 9250.0, 9277.0, 9238.0, 9268.0, 9254.0, 9252.0, 9287.0, 9255.0, 9295.0, 9268.0, 9297.0, 9258.0, 9267.0, 9262.0, 9266.0, 9290.0, 9260.0, 9278.0, 9266.0, 9262.0, 9227.0, 9261.0, 9256.0, 9256.0, 9288.0, 9248.0, 9274.0, 9245.0, 9269.0, 9229.0, 9261.0, 9220.0, 9250.0, 9262.0, 9249.0, 9289.0, 9252.0, 9293.0, 9251.0, 9286.0, 9262.0, 9273.0, 9264.0, 9268.0, 9311.0, 9289.0, 9296.0, 9275.0, 9301.0, 9259.0, 9267.0, 9264.0, 9266.0, 9292.0, 9266.0, 9292.0, 9257.0, 9293.0, 9233.0, 9278.0, 9250.0, 9264.0, 9265.0, 9268.0, 9294.0, 9239.0, 9291.0, 9249.0, 9281.0, 9235.0, 9267.0, 9243.0, 9255.0, 9277.0, 9254.0, 9306.0, 9270.0, 9297.0, 9278.0, 9299.0, 9259.0, 9286.0, 9285.0, 9288.0, 9298.0, 9270.0, 9304.0, 9270.0, 9280.0, 9235.0, 9280.0, 9253.0, 9266.0, 9238.0, 9256.0, 9294.0, 9250.0, 9307.0, 9270.0, 9315.0, 9272.0, 9324.0, 9275.0, 9285.0, 9239.0, 9284.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.0014612240663900418</td></tr>
<tr><td colspan=3>aqi</td><td>0.03190883288381743</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.449115297705085</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.165755628525441</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9769061432191076</td></tr>
<tr><td colspan=3>efc</td><td>0.5357</td></tr>
<tr><td colspan=3>fber</td><td>3546.8801</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09501491547189708</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2821576763485476</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.508049559058557</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4439093053690253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.683543117837528</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3966962539691172</td></tr>
<tr><td colspan=3>gcor</td><td>0.00410932</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001781010185368359</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03211064264178276</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.405425451792152</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>15.3914</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.8372</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.7579</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283225.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1082.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.3007</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3074</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.8712</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3311.2903</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>782.4401</td></tr>
<tr><td colspan=3>tsnr</td><td>35.04604949045461</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>