ds005256-mriqc/sub-0003_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter 8e7e457e38 [DATALAD RUNCMD] Compute MRIQC for sub-0003
=== 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-0003 --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-0003",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:06:40 +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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-02/func/sub-0003_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>e46e69791207af9ad108075480c383d6</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:13:52.735000</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.9998, 0.0186801, 0.00716731, -0.0195463, 0.988417, 0.150497]</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.114192</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>[4153, -7750, -7256, 545, -20, -11, 56, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c306c2dd-6aec-445c-8b3b-19a7d357a315||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.682389736175537, -0.05244136601686478, 0.011537091806530952, 114.67627716064453], [-0.050117410719394684, 2.651851177215576, 0.4066378176212311, -95.9087905883789], [0.01922936737537384, -0.40377146005630493, 2.6691782474517822, -37.86857986450195], [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': ['121352.735000', '121353.195000', '121353.655000', '121354.115000', '121354.575000', '121355.035000', '121355.495000', '121355.955000', '121356.415000', '121356.875000', '121357.335000', '121357.795000', '121358.255000', '121358.715000', '121359.175000', '121359.635000', '121400.095000', '121400.555000', '121401.015000', '121401.475000', '121401.935000', '121402.395000', '121402.855000', '121403.315000', '121403.775000', '121404.235000', '121404.695000', '121405.155000', '121405.615000', '121406.075000', '121406.535000', '121406.995000', '121407.455000', '121407.915000', '121408.375000', '121408.835000', '121409.295000', '121409.755000', '121410.215000', '121410.675000', '121411.135000', '121411.595000', '121412.055000', '121412.515000', '121412.975000', '121413.435000', '121413.895000', '121414.355000', '121414.815000', '121415.275000', '121415.735000', '121416.195000', '121416.655000', '121417.115000', '121417.575000', '121418.035000', '121418.495000', '121418.955000', '121419.415000', '121419.875000', '121420.335000', '121420.795000', '121421.255000', '121421.715000', '121422.175000', '121422.635000', '121423.095000', '121423.555000', '121424.015000', '121424.475000', '121424.935000', '121425.395000', '121425.855000', '121426.315000', '121426.775000', '121427.235000', '121427.695000', '121428.155000', '121428.615000', '121429.075000', '121429.535000', '121429.995000', '121430.455000', '121430.915000', '121431.375000', '121431.835000', '121432.295000', '121432.755000', '121433.215000', '121433.675000', '121434.135000', '121434.595000', '121435.055000', '121435.515000', '121435.975000', '121436.435000', '121436.895000', '121437.355000', '121437.815000', '121438.275000', '121438.735000', '121439.195000', '121439.655000', '121440.115000', '121440.575000', '121441.035000', '121441.495000', '121441.955000', '121442.415000', '121442.875000', '121443.335000', '121443.795000', '121444.255000', '121444.715000', '121445.175000', '121445.635000', '121446.095000', '121446.555000', '121447.015000', '121447.475000', '121447.935000', '121448.395000', '121448.855000', '121449.315000', '121449.775000', '121450.235000', '121450.695000', '121451.155000', '121451.615000', '121452.075000', '121452.535000', '121452.995000', '121453.455000', '121453.915000', '121454.375000', '121454.835000', '121455.295000', '121455.755000', '121456.215000', '121456.675000', '121457.135000', '121457.595000', '121458.055000', '121458.515000', '121458.975000', '121459.435000', '121459.895000', '121500.355000', '121500.815000', '121501.275000', '121501.735000', '121502.195000', '121502.655000', '121503.115000', '121503.575000', '121504.035000', '121504.495000', '121504.955000', '121505.415000', '121505.875000', '121506.335000', '121506.795000', '121507.255000', '121507.715000', '121508.175000', '121508.635000', '121509.095000', '121509.555000', '121510.015000', '121510.475000', '121510.935000', '121511.395000', '121511.855000', '121512.315000', '121512.775000', '121513.235000', '121513.695000', '121514.155000', '121514.615000', '121515.075000', '121515.535000', '121515.995000', '121516.455000', '121516.915000', '121517.375000', '121517.835000', '121518.295000', '121518.755000', '121519.215000', '121519.675000', '121520.135000', '121520.595000', '121521.055000', '121521.515000', '121521.975000', '121522.435000', '121522.895000', '121523.355000', '121523.815000', '121524.275000', '121524.735000', '121525.195000', '121525.655000', '121526.115000', '121526.575000', '121527.035000', '121527.495000', '121527.955000', '121528.415000', '121528.875000', '121529.335000', '121529.795000', '121530.255000', '121530.715000', '121531.175000', '121531.635000', '121532.095000', '121532.555000', '121533.015000', '121533.475000', '121533.935000', '121534.395000', '121534.855000', '121535.315000', '121535.775000', '121536.235000', '121536.695000', '121537.155000', '121537.615000', '121538.075000', '121538.535000', '121538.995000', '121539.455000', '121539.915000', '121540.375000', '121540.835000', '121541.295000', '121541.755000', '121542.215000', '121542.675000', '121543.135000', '121543.595000', '121544.055000', '121544.515000', '121544.975000', '121545.435000', '121545.895000', '121546.355000', '121546.815000', '121547.275000', '121547.735000', '121548.195000', '121548.655000', '121549.115000', '121549.575000', '121550.035000', '121550.495000', '121550.955000', '121551.415000', '121551.875000', '121552.335000', '121552.795000', '121553.255000', '121553.715000', '121554.175000', '121554.635000', '121555.095000', '121555.555000', '121556.015000', '121556.475000', '121556.935000', '121557.395000', '121557.855000', '121558.315000', '121558.775000', '121559.235000', '121559.695000', '121600.155000', '121600.615000', '121601.075000', '121601.535000', '121601.995000', '121602.455000', '121602.915000', '121603.375000', '121603.835000', '121604.295000', '121604.755000', '121605.215000', '121605.675000', '121606.135000', '121606.595000', '121607.055000', '121607.515000', '121607.975000', '121608.435000', '121608.895000', '121609.355000', '121609.815000', '121610.275000', '121610.735000', '121611.195000', '121611.655000', '121612.115000', '121612.575000', '121613.035000', '121613.495000', '121613.955000', '121614.415000', '121614.875000', '121615.335000', '121615.795000', '121616.255000', '121616.715000', '121617.175000', '121617.635000', '121618.095000', '121618.555000', '121619.015000', '121619.475000', '121619.935000', '121620.395000', '121620.855000', '121621.315000', '121621.775000', '121622.235000', '121622.695000', '121623.155000', '121623.615000', '121624.075000', '121624.535000', '121624.995000', '121625.455000', '121625.915000', '121626.375000', '121626.835000', '121627.295000', '121627.755000', '121628.215000', '121628.675000', '121629.135000', '121629.595000', '121630.055000', '121630.515000', '121630.975000', '121631.435000', '121631.895000', '121632.355000', '121632.815000', '121633.275000', '121633.735000', '121634.195000', '121634.655000', '121635.115000', '121635.575000', '121636.035000', '121636.495000', '121636.955000', '121637.415000', '121637.875000', '121638.335000', '121638.795000', '121639.255000', '121639.715000', '121640.175000', '121640.635000', '121641.095000', '121641.555000', '121642.015000', '121642.475000', '121642.935000', '121643.395000', '121643.855000', '121644.315000', '121644.775000', '121645.235000', '121645.695000', '121646.155000', '121646.615000', '121647.075000', '121647.535000', '121647.995000', '121648.455000', '121648.915000', '121649.375000', '121649.835000', '121650.295000', '121650.755000', '121651.215000', '121651.675000', '121652.135000', '121652.595000', '121653.055000', '121653.515000', '121653.975000', '121654.435000', '121654.895000', '121655.355000', '121655.815000', '121656.275000', '121656.735000', '121657.195000', '121657.655000', '121658.115000', '121658.575000', '121659.035000', '121659.495000', '121659.955000', '121700.415000', '121700.875000', '121701.335000', '121701.795000', '121702.255000', '121702.715000', '121703.175000', '121703.635000', '121704.095000', '121704.555000', '121705.015000', '121705.475000', '121705.935000', '121706.395000', '121706.855000', '121707.315000', '121707.775000', '121708.235000', '121708.695000', '121709.155000', '121709.615000', '121710.075000', '121710.535000', '121710.995000', '121711.455000', '121711.915000', '121712.375000', '121712.835000', '121713.295000', '121713.755000', '121714.215000', '121714.675000', '121715.135000', '121715.595000', '121716.055000', '121716.515000', '121716.975000', '121717.435000', '121717.895000', '121718.355000', '121718.815000', '121719.275000', '121719.735000', '121720.195000', '121720.655000', '121721.115000', '121721.575000', '121722.035000', '121722.495000', '121722.955000', '121723.415000', '121723.875000', '121724.335000', '121724.795000', '121725.255000', '121725.715000', '121726.175000', '121726.635000', '121727.095000', '121727.555000', '121728.015000', '121728.475000', '121728.935000', '121729.395000', '121729.855000', '121730.315000', '121730.775000', '121731.235000', '121731.695000', '121732.155000', '121732.615000', '121733.075000', '121733.535000', '121733.995000', '121734.455000', '121734.915000', '121735.375000', '121735.835000', '121736.295000', '121736.755000', '121737.215000', '121737.675000', '121738.135000', '121738.595000', '121739.055000', '121739.515000', '121739.975000', '121740.435000', '121740.895000', '121741.355000', '121741.815000', '121742.275000', '121742.735000', '121743.195000', '121743.655000', '121744.115000', '121744.575000', '121745.035000', '121745.495000', '121745.955000', '121746.415000', '121746.875000', '121747.335000', '121747.795000', '121748.255000', '121748.715000', '121749.175000', '121749.635000', '121750.095000', '121750.555000', '121751.015000', '121751.475000', '121751.935000', '121752.395000', '121752.855000', '121753.315000', '121753.775000', '121754.235000', '121754.695000', '121755.155000', '121755.615000', '121756.075000', '121756.535000', '121756.995000', '121757.455000', '121757.915000', '121758.375000', '121758.835000', '121759.295000', '121759.755000', '121800.215000', '121800.675000', '121801.135000', '121801.595000', '121802.055000', '121802.515000', '121802.975000', '121803.435000', '121803.895000', '121804.355000', '121804.815000', '121805.275000', '121805.735000', '121806.195000', '121806.655000', '121807.115000', '121807.575000', '121808.035000', '121808.495000', '121808.955000', '121809.415000', '121809.875000', '121810.335000', '121810.795000', '121811.255000', '121811.715000', '121812.175000', '121812.635000', '121813.095000', '121813.555000', '121814.015000', '121814.475000', '121814.935000', '121815.395000', '121815.855000', '121816.315000', '121816.775000', '121817.235000', '121817.695000', '121818.155000', '121818.615000', '121819.075000', '121819.535000', '121819.995000', '121820.455000', '121820.915000', '121821.375000', '121821.835000', '121822.295000', '121822.755000', '121823.215000', '121823.675000', '121824.135000', '121824.595000', '121825.055000', '121825.515000', '121825.975000', '121826.435000', '121826.895000', '121827.355000', '121827.815000', '121828.275000', '121828.735000', '121829.195000', '121829.655000', '121830.115000', '121830.575000', '121831.035000', '121831.495000', '121831.955000', '121832.415000', '121832.875000', '121833.335000', '121833.795000', '121834.255000', '121834.715000', '121835.175000', '121835.635000', '121836.095000', '121836.555000', '121837.015000', '121837.475000', '121837.935000', '121838.395000', '121838.855000', '121839.315000', '121839.775000', '121840.235000', '121840.695000', '121841.155000', '121841.615000', '121842.075000', '121842.535000', '121842.995000', '121843.455000', '121843.915000', '121844.375000', '121844.835000', '121845.295000', '121845.755000', '121846.215000', '121846.675000', '121847.135000', '121847.595000', '121848.055000', '121848.515000', '121848.975000', '121849.435000', '121849.895000', '121850.355000', '121850.815000', '121851.275000', '121851.735000', '121852.195000', '121852.655000', '121853.115000', '121853.575000', '121854.035000', '121854.495000', '121854.955000', '121855.415000', '121855.875000', '121856.335000', '121856.795000', '121857.255000', '121857.715000', '121858.175000', '121858.635000', '121859.095000', '121859.555000', '121900.015000', '121900.475000', '121900.935000', '121901.395000', '121901.855000', '121902.315000', '121902.775000', '121903.235000', '121903.695000', '121904.155000', '121904.615000', '121905.075000', '121905.535000', '121905.995000', '121906.455000', '121906.915000', '121907.375000', '121907.835000', '121908.295000', '121908.755000', '121909.215000', '121909.675000', '121910.135000', '121910.595000', '121911.055000', '121911.515000', '121911.975000', '121912.435000', '121912.895000', '121913.355000', '121913.815000', '121914.275000', '121914.735000', '121915.195000', '121915.655000', '121916.115000', '121916.575000', '121917.035000', '121917.495000', '121917.955000', '121918.415000', '121918.875000', '121919.335000', '121919.795000', '121920.255000', '121920.715000', '121921.175000', '121921.635000', '121922.095000', '121922.555000', '121923.015000', '121923.475000', '121923.935000', '121924.395000', '121924.855000', '121925.315000', '121925.775000', '121926.235000', '121926.695000', '121927.155000', '121927.615000', '121928.075000', '121928.535000', '121928.995000', '121929.455000', '121929.915000', '121930.375000', '121930.835000', '121931.295000', '121931.755000', '121932.215000', '121932.675000', '121933.135000', '121933.595000', '121934.055000', '121934.515000', '121934.975000', '121935.435000', '121935.895000', '121936.355000', '121936.815000', '121937.275000', '121937.735000', '121938.195000', '121938.655000', '121939.115000', '121939.575000', '121940.035000', '121940.495000', '121940.955000', '121941.415000', '121941.875000', '121942.335000', '121942.795000', '121943.255000', '121943.715000', '121944.175000', '121944.635000', '121945.095000', '121945.555000', '121946.015000', '121946.475000', '121946.935000', '121947.395000', '121947.855000', '121948.315000', '121948.775000', '121949.235000', '121949.695000', '121950.155000', '121950.615000', '121951.075000', '121951.535000', '121951.995000', '121952.455000', '121952.915000', '121953.375000', '121953.835000', '121954.295000', '121954.755000', '121955.215000', '121955.675000', '121956.135000', '121956.595000', '121957.055000', '121957.515000', '121957.975000', '121958.435000', '121958.895000', '121959.355000', '121959.815000', '122000.275000', '122000.735000', '122001.195000', '122001.655000', '122002.115000', '122002.575000', '122003.035000', '122003.495000', '122003.955000', '122004.415000', '122004.875000', '122005.335000', '122005.795000', '122006.255000', '122006.715000', '122007.175000', '122007.635000', '122008.095000', '122008.555000', '122009.015000', '122009.475000', '122009.935000', '122010.395000', '122010.855000', '122011.315000', '122011.775000', '122012.235000', '122012.695000', '122013.155000', '122013.615000', '122014.075000', '122014.535000', '122014.995000', '122015.455000', '122015.915000', '122016.375000', '122016.835000', '122017.295000', '122017.755000', '122018.215000', '122018.675000', '122019.135000', '122019.595000', '122020.055000', '122020.515000', '122020.975000', '122021.435000', '122021.895000', '122022.355000', '122022.815000', '122023.275000', '122023.735000', '122024.195000', '122024.655000', '122025.115000', '122025.575000', '122026.035000', '122026.495000', '122026.955000', '122027.415000', '122027.875000', '122028.335000', '122028.795000', '122029.255000', '122029.715000', '122030.175000', '122030.635000', '122031.095000', '122031.555000', '122032.015000', '122032.475000', '122032.935000', '122033.395000', '122033.855000', '122034.315000', '122034.775000', '122035.235000', '122035.695000', '122036.155000', '122036.615000', '122037.075000', '122037.535000', '122037.995000', '122038.455000', '122038.915000', '122039.375000', '122039.835000', '122040.295000', '122040.755000', '122041.215000', '122041.675000', '122042.135000', '122042.595000', '122043.055000', '122043.515000', '122043.975000', '122044.435000', '122044.895000', '122045.355000', '122045.815000', '122046.275000', '122046.735000', '122047.195000', '122047.655000', '122048.115000', '122048.575000', '122049.035000', '122049.495000', '122049.955000', '122050.415000', '122050.875000', '122051.335000', '122051.795000', '122052.255000', '122052.715000', '122053.175000', '122053.635000', '122054.095000', '122054.555000', '122055.015000', '122055.475000', '122055.935000', '122056.395000', '122056.855000', '122057.315000', '122057.775000', '122058.235000', '122058.695000', '122059.155000', '122059.615000', '122100.075000', '122100.535000', '122100.995000', '122101.455000', '122101.915000', '122102.375000', '122102.835000', '122103.295000', '122103.755000', '122104.215000', '122104.675000', '122105.135000', '122105.595000', '122106.055000', '122106.515000', '122106.975000', '122107.435000', '122107.895000', '122108.355000', '122108.815000', '122109.275000', '122109.735000', '122110.195000', '122110.655000', '122111.115000', '122111.575000', '122112.035000', '122112.495000', '122112.955000', '122113.415000', '122113.875000', '122114.335000', '122114.795000', '122115.255000', '122115.715000', '122116.175000', '122116.635000', '122117.095000'], 'ContentTime': ['121404.296000', '121404.300000', '121404.303000', '121404.306000', '121404.318000', '121404.321000', '121404.324000', '121404.331000', '121404.337000', '121404.340000', '121404.343000', '121404.346000', '121404.348000', '121404.351000', '121404.360000', '121404.363000', '121404.366000', '121404.369000', '121404.372000', '121404.375000', '121404.378000', '121404.380000', '121404.383000', '121424.264000', '121424.267000', '121424.270000', '121424.273000', '121424.276000', '121424.279000', '121424.281000', '121424.284000', '121424.287000', '121424.290000', '121424.293000', '121424.296000', '121424.299000', '121424.302000', '121424.304000', '121424.313000', '121424.316000', '121424.318000', '121424.321000', '121424.324000', '121424.327000', '121424.330000', '121424.333000', '121424.336000', '121424.339000', '121424.341000', '121424.344000', '121424.347000', '121424.350000', '121424.353000', '121424.356000', '121424.359000', '121424.362000', '121424.366000', '121424.369000', '121424.372000', '121424.375000', '121424.377000', '121424.380000', '121424.383000', '121424.386000', '121424.389000', '121424.392000', '121444.264000', '121444.267000', '121444.270000', '121444.273000', '121444.276000', '121444.279000', '121444.281000', '121444.284000', '121444.287000', '121444.290000', '121444.293000', '121444.296000', '121444.299000', '121444.302000', '121444.305000', '121444.307000', '121444.310000', '121444.313000', '121444.316000', '121444.319000', '121444.322000', '121444.325000', '121444.328000', '121444.331000', '121444.333000', '121444.336000', '121444.339000', '121444.342000', '121444.345000', '121444.348000', '121444.351000', '121444.353000', '121444.356000', '121444.359000', '121444.362000', '121444.365000', '121444.368000', '121444.371000', '121444.374000', '121444.377000', '121444.379000', '121444.382000', '121444.385000', '121444.388000', '121504.264000', '121504.267000', '121504.270000', '121504.273000', '121504.276000', '121504.279000', '121504.281000', '121504.284000', '121504.287000', '121504.290000', '121504.293000', '121504.296000', '121504.299000', '121504.302000', '121504.304000', '121504.307000', '121504.310000', '121504.313000', '121504.316000', '121504.319000', '121504.322000', '121504.325000', '121504.328000', '121504.331000', '121504.334000', '121504.336000', '121504.339000', '121504.342000', '121504.345000', '121504.348000', '121504.368000', '121504.371000', '121504.374000', '121504.377000', '121504.379000', '121504.382000', '121504.385000', '121504.388000', '121504.391000', '121504.394000', '121504.397000', '121504.400000', '121504.402000', '121524.264000', '121524.267000', '121524.270000', '121524.273000', '121524.276000', '121524.279000', '121524.282000', '121524.285000', '121524.288000', '121524.291000', '121524.294000', '121524.297000', '121524.300000', '121524.303000', '121524.306000', '121524.309000', '121524.312000', '121524.314000', '121524.317000', '121524.320000', '121524.323000', '121524.326000', '121524.329000', '121524.332000', '121524.335000', '121524.338000', '121524.340000', '121524.343000', '121524.353000', '121524.356000', '121524.359000', '121524.361000', '121524.364000', '121524.367000', '121524.370000', '121524.373000', '121524.376000', '121524.379000', '121524.382000', '121524.384000', '121524.388000', '121524.390000', '121524.393000', '121544.263000', '121544.266000', '121544.274000', '121544.277000', '121544.280000', '121544.282000', '121544.285000', '121544.288000', '121544.291000', '121544.294000', '121544.297000', '121544.300000', '121544.303000', '121544.306000', '121544.308000', '121544.312000', '121544.314000', '121544.317000', '121544.320000', '121544.323000', '121544.326000', '121544.329000', '121544.332000', '121544.335000', '121544.338000', '121544.340000', '121544.343000', '121544.346000', '121544.349000', '121544.352000', '121544.355000', '121544.358000', '121544.361000', '121544.364000', '121544.366000', '121544.369000', '121544.372000', '121544.375000', '121544.378000', '121544.381000', '121544.384000', '121544.387000', '121544.390000', '121544.393000', '121604.263000', '121604.266000', '121604.269000', '121604.272000', '121604.275000', '121604.278000', '121604.281000', '121604.283000', '121604.286000', '121604.289000', '121604.292000', '121604.295000', '121604.298000', '121604.301000', '121604.304000', '121604.308000', '121604.311000', '121604.314000', '121604.317000', '121604.320000', '121604.322000', '121604.325000', '121604.328000', '121604.331000', '121604.334000', '121604.337000', '121604.340000', '121604.343000', '121604.346000', '121604.349000', '121604.351000', '121604.354000', '121604.357000', '121604.360000', '121604.363000', '121604.367000', '121604.370000', '121604.373000', '121604.376000', '121604.379000', '121604.381000', '121604.384000', '121604.387000', '121624.263000', '121624.266000', '121624.269000', '121624.272000', '121624.275000', '121624.277000', '121624.280000', '121624.283000', '121624.286000', '121624.289000', '121624.292000', '121624.295000', '121624.298000', '121624.301000', '121624.304000', '121624.306000', '121624.309000', '121624.312000', '121624.315000', '121624.318000', '121624.321000', '121624.324000', '121624.327000', '121624.330000', '121624.332000', '121624.335000', '121624.338000', '121624.341000', '121624.344000', '121624.347000', '121624.350000', '121624.353000', '121624.356000', '121624.358000', '121624.361000', '121624.364000', '121624.367000', '121624.370000', '121624.373000', '121624.376000', '121624.379000', '121624.382000', '121624.385000', '121624.388000', '121644.264000', '121644.267000', '121644.270000', '121644.273000', '121644.276000', '121644.279000', '121644.282000', '121644.284000', '121644.287000', '121644.290000', '121644.293000', '121644.296000', '121644.299000', '121644.302000', '121644.305000', '121644.308000', '121644.311000', '121644.314000', '121644.317000', '121644.319000', '121644.322000', '121644.325000', '121644.328000', '121644.331000', '121644.334000', '121644.337000', '121644.347000', '121644.350000', '121644.353000', '121644.356000', '121644.359000', '121644.361000', '121644.364000', '121644.367000', '121644.375000', '121644.378000', '121644.381000', '121644.384000', '121644.387000', '121644.390000', '121644.393000', '121644.396000', '121644.399000', '121704.264000', '121704.267000', '121704.270000', '121704.273000', '121704.276000', '121704.279000', '121704.282000', '121704.285000', '121704.288000', '121704.291000', '121704.293000', '121704.296000', '121704.299000', '121704.302000', '121704.305000', '121704.308000', '121704.311000', '121704.314000', '121704.317000', '121704.319000', '121704.322000', '121704.325000', '121704.328000', '121704.331000', '121704.334000', '121704.337000', '121704.340000', '121704.343000', '121704.346000', '121704.349000', '121704.352000', '121704.354000', '121704.357000', '121704.360000', '121704.363000', '121704.366000', '121704.369000', '121704.372000', '121704.375000', '121704.378000', '121704.381000', '121704.384000', '121704.386000', '121704.389000', '121724.264000', '121724.267000', '121724.270000', '121724.273000', '121724.276000', '121724.279000', '121724.282000', '121724.285000', '121724.288000', '121724.291000', '121724.294000', '121724.297000', '121724.300000', '121724.303000', '121724.306000', '121724.308000', '121724.311000', '121724.314000', '121724.317000', '121724.320000', '121724.323000', '121724.326000', '121724.329000', '121724.332000', '121724.335000', '121724.338000', '121724.340000', '121724.343000', '121724.346000', '121724.349000', '121724.352000', '121724.355000', '121724.358000', '121724.361000', '121724.364000', '121724.366000', '121724.369000', '121724.372000', '121724.375000', '121724.378000', '121724.381000', '121724.384000', '121724.387000', '121744.264000', '121744.267000', '121744.270000', '121744.273000', '121744.276000', '121744.279000', '121744.281000', '121744.284000', '121744.287000', '121744.290000', '121744.293000', '121744.296000', '121744.299000', '121744.302000', '121744.305000', '121744.308000', '121744.311000', '121744.314000', '121744.317000', '121744.320000', '121744.323000', '121744.326000', '121744.328000', '121744.331000', '121744.334000', '121744.337000', '121744.340000', '121744.343000', '121744.346000', '121744.349000', '121744.352000', '121744.355000', '121744.358000', '121744.361000', '121744.363000', '121744.366000', '121744.369000', '121744.372000', '121744.375000', '121744.378000', '121744.381000', '121744.384000', '121744.387000', '121744.390000', '121804.263000', '121804.266000', '121804.269000', '121804.272000', '121804.275000', '121804.278000', '121804.281000', '121804.284000', '121804.287000', '121804.290000', '121804.293000', '121804.305000', '121804.308000', '121804.311000', '121804.313000', '121804.316000', '121804.319000', '121804.322000', '121804.325000', '121804.328000', '121804.331000', '121804.334000', '121804.337000', '121804.340000', '121804.343000', '121804.346000', '121804.349000', '121804.352000', '121804.355000', '121804.357000', '121804.360000', '121804.363000', '121804.366000', '121804.369000', '121804.372000', '121804.375000', '121804.378000', '121804.381000', '121804.384000', '121804.387000', '121804.390000', '121804.392000', '121804.395000', '121824.263000', '121824.266000', '121824.269000', '121824.272000', '121824.275000', '121824.278000', '121824.281000', '121824.284000', '121824.287000', '121824.290000', '121824.292000', '121824.295000', '121824.298000', '121824.301000', '121824.304000', '121824.307000', '121824.310000', '121824.313000', '121824.316000', '121824.319000', '121824.322000', '121824.325000', '121824.327000', '121824.331000', '121824.333000', '121824.336000', '121824.339000', '121824.342000', '121824.345000', '121824.348000', '121824.351000', '121824.354000', '121824.357000', '121824.360000', '121824.362000', '121824.365000', '121824.368000', '121824.371000', '121824.374000', '121824.377000', '121824.380000', '121824.383000', '121824.386000', '121824.389000', '121844.263000', '121844.266000', '121844.269000', '121844.272000', '121844.275000', '121844.278000', '121844.281000', '121844.284000', '121844.287000', '121844.290000', '121844.293000', '121844.295000', '121844.298000', '121844.301000', '121844.304000', '121844.307000', '121844.310000', '121844.313000', '121844.316000', '121844.319000', '121844.322000', '121844.325000', '121844.328000', '121844.331000', '121844.335000', '121844.337000', '121844.340000', '121844.343000', '121844.346000', '121844.349000', '121844.352000', '121844.355000', '121844.358000', '121844.361000', '121844.364000', '121844.367000', '121844.370000', '121844.373000', '121844.375000', '121844.379000', '121844.381000', '121844.384000', '121844.387000', '121904.264000', '121904.267000', '121904.270000', '121904.273000', '121904.276000', '121904.279000', '121904.282000', '121904.285000', '121904.288000', '121904.290000', '121904.293000', '121904.296000', '121904.299000', '121904.302000', '121904.305000', '121904.308000', '121904.311000', '121904.314000', '121904.317000', '121904.320000', '121904.323000', '121904.325000', '121904.329000', '121904.331000', '121904.334000', '121904.337000', '121904.340000', '121904.343000', '121904.346000', '121904.349000', '121904.352000', '121904.355000', '121904.358000', '121904.361000', '121904.364000', '121904.367000', '121904.369000', '121904.372000', '121904.375000', '121904.378000', '121904.381000', '121904.384000', '121904.387000', '121904.390000', '121924.264000', '121924.267000', '121924.270000', '121924.273000', '121924.277000', '121924.280000', '121924.283000', '121924.286000', '121924.289000', '121924.292000', '121924.295000', '121924.298000', '121924.301000', '121924.304000', '121924.308000', '121924.311000', '121924.314000', '121924.317000', '121924.321000', '121924.324000', '121924.327000', '121924.330000', '121924.334000', '121924.337000', '121924.341000', '121924.344000', '121924.348000', '121924.351000', '121924.354000', '121924.357000', '121924.360000', '121924.363000', '121924.367000', '121924.370000', '121924.377000', '121924.381000', '121924.384000', '121924.387000', '121924.390000', '121924.393000', '121924.397000', '121924.400000', '121924.403000', '121944.264000', '121944.267000', '121944.270000', '121944.273000', '121944.276000', '121944.279000', '121944.282000', '121944.285000', '121944.288000', '121944.291000', '121944.294000', '121944.297000', '121944.300000', '121944.303000', '121944.305000', '121944.308000', '121944.311000', '121944.314000', '121944.317000', '121944.334000', '121944.337000', '121944.340000', '121944.343000', '121944.346000', '121944.349000', '121944.352000', '121944.354000', '121944.357000', '121944.360000', '121944.363000', '121944.366000', '121944.369000', '121944.372000', '121944.375000', '121944.378000', '121944.381000', '121944.384000', '121944.387000', '121944.389000', '121944.392000', '121944.395000', '121944.398000', '121944.401000', '121944.404000', '122004.264000', '122004.267000', '122004.270000', '122004.273000', '122004.276000', '122004.279000', '122004.282000', '122004.285000', '122004.288000', '122004.291000', '122004.294000', '122004.297000', '122004.300000', '122004.303000', '122004.305000', '122004.308000', '122004.311000', '122004.314000', '122004.317000', '122004.320000', '122004.323000', '122004.326000', '122004.329000', '122004.332000', '122004.335000', '122004.338000', '122004.341000', '122004.344000', '122004.347000', '122004.350000', '122004.352000', '122004.355000', '122004.358000', '122004.361000', '122004.368000', '122004.371000', '122004.374000', '122004.377000', '122004.380000', '122004.383000', '122004.386000', '122004.389000', '122004.392000', '122024.263000', '122024.266000', '122024.269000', '122024.272000', '122024.275000', '122024.278000', '122024.281000', '122024.284000', '122024.287000', '122024.290000', '122024.292000', '122024.295000', '122024.298000', '122024.301000', '122024.304000', '122024.307000', '122024.310000', '122024.313000', '122024.316000', '122024.319000', '122024.322000', '122024.325000', '122024.328000', '122024.330000', '122024.334000', '122024.337000', '122024.339000', '122024.342000', '122024.345000', '122024.348000', '122024.351000', '122024.354000', '122024.357000', '122024.360000', '122024.363000', '122024.366000', '122024.369000', '122024.372000', '122024.374000', '122024.377000', '122024.380000', '122024.383000', '122024.386000', '122024.389000', '122044.263000', '122044.266000', '122044.269000', '122044.272000', '122044.275000', '122044.278000', '122044.281000', '122044.284000', '122044.287000', '122044.289000', '122044.292000', '122044.295000', '122044.298000', '122044.301000', '122044.304000', '122044.307000', '122044.310000', '122044.313000', '122044.339000', '122044.342000', '122044.345000', '122044.348000', '122044.351000', '122044.354000', '122044.357000', '122044.359000', '122044.362000', '122044.365000', '122044.370000', '122044.375000', '122044.378000', '122044.381000', '122044.384000', '122044.387000', '122044.390000', '122044.393000', '122044.396000', '122044.399000', '122044.401000', '122044.404000', '122044.407000', '122044.410000', '122044.413000', '122104.263000', '122104.266000', '122104.269000', '122104.272000', '122104.275000', '122104.278000', '122104.281000', '122104.284000', '122104.287000', '122104.290000', '122104.293000', '122104.296000', '122104.299000', '122104.301000', '122104.304000', '122104.307000', '122104.326000', '122104.329000', '122104.332000', '122104.335000', '122104.338000', '122104.341000', '122104.344000', '122104.347000', '122104.349000', '122104.352000', '122104.355000', '122104.358000', '122104.361000', '122104.364000', '122104.367000', '122104.370000', '122104.373000', '122104.376000', '122104.379000', '122104.382000', '122104.384000', '122104.387000', '122104.390000', '122104.393000', '122104.396000', '122104.399000', '122104.402000', '122104.405000', '122118.465000', '122118.468000', '122118.471000', '122118.474000', '122118.477000', '122118.481000', '122118.484000', '122118.487000', '122118.489000', '122118.493000', '122118.495000', '122118.498000', '122118.501000', '122118.506000', '122118.509000', '122118.512000', '122118.515000', '122118.518000', '122118.521000', '122118.524000', '122118.527000', '122118.530000', '122118.533000', '122118.536000', '122118.539000', '122118.542000', '122118.545000', '122118.548000', '122118.551000', '122118.554000', '122118.557000'], 'InstanceCreationTime': ['121404.296000', '121404.300000', '121404.303000', '121404.306000', '121404.318000', '121404.321000', '121404.324000', '121404.331000', '121404.337000', '121404.340000', '121404.343000', '121404.346000', '121404.348000', '121404.351000', '121404.360000', '121404.363000', '121404.366000', '121404.369000', '121404.372000', '121404.375000', '121404.378000', '121404.380000', '121404.383000', '121424.264000', '121424.267000', '121424.270000', '121424.273000', '121424.276000', '121424.279000', '121424.281000', '121424.284000', '121424.287000', '121424.290000', '121424.293000', '121424.296000', '121424.299000', '121424.302000', '121424.304000', '121424.313000', '121424.316000', '121424.318000', '121424.321000', '121424.324000', '121424.327000', '121424.330000', '121424.333000', '121424.336000', '121424.339000', '121424.341000', '121424.344000', '121424.347000', '121424.350000', '121424.353000', '121424.356000', '121424.359000', '121424.362000', '121424.366000', '121424.369000', '121424.372000', '121424.375000', '121424.377000', '121424.380000', '121424.383000', '121424.386000', '121424.389000', '121424.392000', '121444.264000', '121444.267000', '121444.270000', '121444.273000', '121444.276000', '121444.279000', '121444.281000', '121444.284000', '121444.287000', '121444.290000', '121444.293000', '121444.296000', '121444.299000', '121444.302000', '121444.305000', '121444.307000', '121444.310000', '121444.313000', '121444.316000', '121444.319000', '121444.322000', '121444.325000', '121444.328000', '121444.331000', '121444.333000', '121444.336000', '121444.339000', '121444.342000', '121444.345000', '121444.348000', '121444.351000', '121444.353000', '121444.356000', '121444.359000', '121444.362000', '121444.365000', '121444.368000', '121444.371000', '121444.374000', '121444.377000', '121444.379000', '121444.382000', '121444.385000', '121444.388000', '121504.264000', '121504.267000', '121504.270000', '121504.273000', '121504.276000', '121504.279000', '121504.281000', '121504.284000', '121504.287000', '121504.290000', '121504.293000', '121504.296000', '121504.299000', '121504.302000', '121504.304000', '121504.307000', '121504.310000', '121504.313000', '121504.316000', '121504.319000', '121504.322000', '121504.325000', '121504.328000', '121504.331000', '121504.334000', '121504.336000', '121504.339000', '121504.342000', '121504.345000', '121504.348000', '121504.368000', '121504.371000', '121504.374000', '121504.377000', '121504.379000', '121504.382000', '121504.385000', '121504.388000', '121504.391000', '121504.394000', '121504.397000', '121504.400000', '121504.402000', '121524.264000', '121524.267000', '121524.270000', '121524.273000', '121524.276000', '121524.279000', '121524.282000', '121524.285000', '121524.288000', '121524.291000', '121524.294000', '121524.297000', '121524.300000', '121524.303000', '121524.306000', '121524.309000', '121524.312000', '121524.314000', '121524.317000', '121524.320000', '121524.323000', '121524.326000', '121524.329000', '121524.332000', '121524.335000', '121524.338000', '121524.340000', '121524.343000', '121524.353000', '121524.356000', '121524.359000', '121524.361000', '121524.364000', '121524.367000', '121524.370000', '121524.373000', '121524.376000', '121524.379000', '121524.382000', '121524.384000', '121524.388000', '121524.390000', '121524.393000', '121544.263000', '121544.266000', '121544.274000', '121544.277000', '121544.280000', '121544.282000', '121544.285000', '121544.288000', '121544.291000', '121544.294000', '121544.297000', '121544.300000', '121544.303000', '121544.306000', '121544.308000', '121544.312000', '121544.314000', '121544.317000', '121544.320000', '121544.323000', '121544.326000', '121544.329000', '121544.332000', '121544.335000', '121544.338000', '121544.340000', '121544.343000', '121544.346000', '121544.349000', '121544.352000', '121544.355000', '121544.358000', '121544.361000', '121544.364000', '121544.366000', '121544.369000', '121544.372000', '121544.375000', '121544.378000', '121544.381000', '121544.384000', '121544.387000', '121544.390000', '121544.393000', '121604.263000', '121604.266000', '121604.269000', '121604.272000', '121604.275000', '121604.278000', '121604.281000', '121604.283000', '121604.286000', '121604.289000', '121604.292000', '121604.295000', '121604.298000', '121604.301000', '121604.304000', '121604.308000', '121604.311000', '121604.314000', '121604.317000', '121604.320000', '121604.322000', '121604.325000', '121604.328000', '121604.331000', '121604.334000', '121604.337000', '121604.340000', '121604.343000', '121604.346000', '121604.349000', '121604.351000', '121604.354000', '121604.357000', '121604.360000', '121604.363000', '121604.367000', '121604.370000', '121604.373000', '121604.376000', '121604.379000', '121604.381000', '121604.384000', '121604.387000', '121624.263000', '121624.266000', '121624.269000', '121624.272000', '121624.275000', '121624.277000', '121624.280000', '121624.283000', '121624.286000', '121624.289000', '121624.292000', '121624.295000', '121624.298000', '121624.301000', '121624.304000', '121624.306000', '121624.309000', '121624.312000', '121624.315000', '121624.318000', '121624.321000', '121624.324000', '121624.327000', '121624.330000', '121624.332000', '121624.335000', '121624.338000', '121624.341000', '121624.344000', '121624.347000', '121624.350000', '121624.353000', '121624.356000', '121624.358000', '121624.361000', '121624.364000', '121624.367000', '121624.370000', '121624.373000', '121624.376000', '121624.379000', '121624.382000', '121624.385000', '121624.388000', '121644.264000', '121644.267000', '121644.270000', '121644.273000', '121644.276000', '121644.279000', '121644.282000', '121644.284000', '121644.287000', '121644.290000', '121644.293000', '121644.296000', '121644.299000', '121644.302000', '121644.305000', '121644.308000', '121644.311000', '121644.314000', '121644.317000', '121644.319000', '121644.322000', '121644.325000', '121644.328000', '121644.331000', '121644.334000', '121644.337000', '121644.347000', '121644.350000', '121644.353000', '121644.356000', '121644.359000', '121644.361000', '121644.364000', '121644.367000', '121644.375000', '121644.378000', '121644.381000', '121644.384000', '121644.387000', '121644.390000', '121644.393000', '121644.396000', '121644.399000', '121704.264000', '121704.267000', '121704.270000', '121704.273000', '121704.276000', '121704.279000', '121704.282000', '121704.285000', '121704.288000', '121704.291000', '121704.293000', '121704.296000', '121704.299000', '121704.302000', '121704.305000', '121704.308000', '121704.311000', '121704.314000', '121704.317000', '121704.319000', '121704.322000', '121704.325000', '121704.328000', '121704.331000', '121704.334000', '121704.337000', '121704.340000', '121704.343000', '121704.346000', '121704.349000', '121704.352000', '121704.354000', '121704.357000', '121704.360000', '121704.363000', '121704.366000', '121704.369000', '121704.372000', '121704.375000', '121704.378000', '121704.381000', '121704.384000', '121704.386000', '121704.389000', '121724.264000', '121724.267000', '121724.270000', '121724.273000', '121724.276000', '121724.279000', '121724.282000', '121724.285000', '121724.288000', '121724.291000', '121724.294000', '121724.297000', '121724.300000', '121724.303000', '121724.306000', '121724.308000', '121724.311000', '121724.314000', '121724.317000', '121724.320000', '121724.323000', '121724.326000', '121724.329000', '121724.332000', '121724.335000', '121724.338000', '121724.340000', '121724.343000', '121724.346000', '121724.349000', '121724.352000', '121724.355000', '121724.358000', '121724.361000', '121724.364000', '121724.366000', '121724.369000', '121724.372000', '121724.375000', '121724.378000', '121724.381000', '121724.384000', '121724.387000', '121744.264000', '121744.267000', '121744.270000', '121744.273000', '121744.276000', '121744.279000', '121744.281000', '121744.284000', '121744.287000', '121744.290000', '121744.293000', '121744.296000', '121744.299000', '121744.302000', '121744.305000', '121744.308000', '121744.311000', '121744.314000', '121744.317000', '121744.320000', '121744.323000', '121744.326000', '121744.328000', '121744.331000', '121744.334000', '121744.337000', '121744.340000', '121744.343000', '121744.346000', '121744.349000', '121744.352000', '121744.355000', '121744.358000', '121744.361000', '121744.363000', '121744.366000', '121744.369000', '121744.372000', '121744.375000', '121744.378000', '121744.381000', '121744.384000', '121744.387000', '121744.390000', '121804.263000', '121804.266000', '121804.269000', '121804.272000', '121804.275000', '121804.278000', '121804.281000', '121804.284000', '121804.287000', '121804.290000', '121804.293000', '121804.305000', '121804.308000', '121804.311000', '121804.313000', '121804.316000', '121804.319000', '121804.322000', '121804.325000', '121804.328000', '121804.331000', '121804.334000', '121804.337000', '121804.340000', '121804.343000', '121804.346000', '121804.349000', '121804.352000', '121804.355000', '121804.357000', '121804.360000', '121804.363000', '121804.366000', '121804.369000', '121804.372000', '121804.375000', '121804.378000', '121804.381000', '121804.384000', '121804.387000', '121804.390000', '121804.392000', '121804.395000', '121824.263000', '121824.266000', '121824.269000', '121824.272000', '121824.275000', '121824.278000', '121824.281000', '121824.284000', '121824.287000', '121824.290000', '121824.292000', '121824.295000', '121824.298000', '121824.301000', '121824.304000', '121824.307000', '121824.310000', '121824.313000', '121824.316000', '121824.319000', '121824.322000', '121824.325000', '121824.327000', '121824.331000', '121824.333000', '121824.336000', '121824.339000', '121824.342000', '121824.345000', '121824.348000', '121824.351000', '121824.354000', '121824.357000', '121824.360000', '121824.362000', '121824.365000', '121824.368000', '121824.371000', '121824.374000', '121824.377000', '121824.380000', '121824.383000', '121824.386000', '121824.389000', '121844.263000', '121844.266000', '121844.269000', '121844.272000', '121844.275000', '121844.278000', '121844.281000', '121844.284000', '121844.287000', '121844.290000', '121844.293000', '121844.295000', '121844.298000', '121844.301000', '121844.304000', '121844.307000', '121844.310000', '121844.313000', '121844.316000', '121844.319000', '121844.322000', '121844.325000', '121844.328000', '121844.331000', '121844.335000', '121844.337000', '121844.340000', '121844.343000', '121844.346000', '121844.349000', '121844.352000', '121844.355000', '121844.358000', '121844.361000', '121844.364000', '121844.367000', '121844.370000', '121844.373000', '121844.375000', '121844.379000', '121844.381000', '121844.384000', '121844.387000', '121904.264000', '121904.267000', '121904.270000', '121904.273000', '121904.276000', '121904.279000', '121904.282000', '121904.285000', '121904.288000', '121904.290000', '121904.293000', '121904.296000', '121904.299000', '121904.302000', '121904.305000', '121904.308000', '121904.311000', '121904.314000', '121904.317000', '121904.320000', '121904.323000', '121904.325000', '121904.329000', '121904.331000', '121904.334000', '121904.337000', '121904.340000', '121904.343000', '121904.346000', '121904.349000', '121904.352000', '121904.355000', '121904.358000', '121904.361000', '121904.364000', '121904.367000', '121904.369000', '121904.372000', '121904.375000', '121904.378000', '121904.381000', '121904.384000', '121904.387000', '121904.390000', '121924.264000', '121924.267000', '121924.270000', '121924.273000', '121924.277000', '121924.280000', '121924.283000', '121924.286000', '121924.289000', '121924.292000', '121924.295000', '121924.298000', '121924.301000', '121924.304000', '121924.308000', '121924.311000', '121924.314000', '121924.317000', '121924.321000', '121924.324000', '121924.327000', '121924.330000', '121924.334000', '121924.337000', '121924.341000', '121924.344000', '121924.348000', '121924.351000', '121924.354000', '121924.357000', '121924.360000', '121924.363000', '121924.367000', '121924.370000', '121924.377000', '121924.381000', '121924.384000', '121924.387000', '121924.390000', '121924.393000', '121924.397000', '121924.400000', '121924.403000', '121944.264000', '121944.267000', '121944.270000', '121944.273000', '121944.276000', '121944.279000', '121944.282000', '121944.285000', '121944.288000', '121944.291000', '121944.294000', '121944.297000', '121944.300000', '121944.303000', '121944.305000', '121944.308000', '121944.311000', '121944.314000', '121944.317000', '121944.334000', '121944.337000', '121944.340000', '121944.343000', '121944.346000', '121944.349000', '121944.352000', '121944.354000', '121944.357000', '121944.360000', '121944.363000', '121944.366000', '121944.369000', '121944.372000', '121944.375000', '121944.378000', '121944.381000', '121944.384000', '121944.387000', '121944.389000', '121944.392000', '121944.395000', '121944.398000', '121944.401000', '121944.404000', '122004.264000', '122004.267000', '122004.270000', '122004.273000', '122004.276000', '122004.279000', '122004.282000', '122004.285000', '122004.288000', '122004.291000', '122004.294000', '122004.297000', '122004.300000', '122004.303000', '122004.305000', '122004.308000', '122004.311000', '122004.314000', '122004.317000', '122004.320000', '122004.323000', '122004.326000', '122004.329000', '122004.332000', '122004.335000', '122004.338000', '122004.341000', '122004.344000', '122004.347000', '122004.350000', '122004.352000', '122004.355000', '122004.358000', '122004.361000', '122004.368000', '122004.371000', '122004.374000', '122004.377000', '122004.380000', '122004.383000', '122004.386000', '122004.389000', '122004.392000', '122024.263000', '122024.266000', '122024.269000', '122024.272000', '122024.275000', '122024.278000', '122024.281000', '122024.284000', '122024.287000', '122024.290000', '122024.292000', '122024.295000', '122024.298000', '122024.301000', '122024.304000', '122024.307000', '122024.310000', '122024.313000', '122024.316000', '122024.319000', '122024.322000', '122024.325000', '122024.328000', '122024.330000', '122024.334000', '122024.337000', '122024.339000', '122024.342000', '122024.345000', '122024.348000', '122024.351000', '122024.354000', '122024.357000', '122024.360000', '122024.363000', '122024.366000', '122024.369000', '122024.372000', '122024.374000', '122024.377000', '122024.380000', '122024.383000', '122024.386000', '122024.389000', '122044.263000', '122044.266000', '122044.269000', '122044.272000', '122044.275000', '122044.278000', '122044.281000', '122044.284000', '122044.287000', '122044.289000', '122044.292000', '122044.295000', '122044.298000', '122044.301000', '122044.304000', '122044.307000', '122044.310000', '122044.313000', '122044.339000', '122044.342000', '122044.345000', '122044.348000', '122044.351000', '122044.354000', '122044.357000', '122044.359000', '122044.362000', '122044.365000', '122044.370000', '122044.375000', '122044.378000', '122044.381000', '122044.384000', '122044.387000', '122044.390000', '122044.393000', '122044.396000', '122044.399000', '122044.401000', '122044.404000', '122044.407000', '122044.410000', '122044.413000', '122104.263000', '122104.266000', '122104.269000', '122104.272000', '122104.275000', '122104.278000', '122104.281000', '122104.284000', '122104.287000', '122104.290000', '122104.293000', '122104.296000', '122104.299000', '122104.301000', '122104.304000', '122104.307000', '122104.326000', '122104.329000', '122104.332000', '122104.335000', '122104.338000', '122104.341000', '122104.344000', '122104.347000', '122104.349000', '122104.352000', '122104.355000', '122104.358000', '122104.361000', '122104.364000', '122104.367000', '122104.370000', '122104.373000', '122104.376000', '122104.379000', '122104.382000', '122104.384000', '122104.387000', '122104.390000', '122104.393000', '122104.396000', '122104.399000', '122104.402000', '122104.405000', '122118.465000', '122118.468000', '122118.471000', '122118.474000', '122118.477000', '122118.481000', '122118.484000', '122118.487000', '122118.489000', '122118.493000', '122118.495000', '122118.498000', '122118.501000', '122118.506000', '122118.509000', '122118.512000', '122118.515000', '122118.518000', '122118.521000', '122118.524000', '122118.527000', '122118.530000', '122118.533000', '122118.536000', '122118.539000', '122118.542000', '122118.545000', '122118.548000', '122118.551000', '122118.554000', '122118.557000'], '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': [7874, 7931, 11543, 8157, 7183, 13049, 12243, 9789, 14181, 10084, 7373, 9021, 7533, 6663, 8594, 10153, 6871, 6736, 8039, 6805, 6572, 9014, 8149, 7713, 10626, 6996, 6765, 8698, 7159, 6753, 11873, 7987, 6851, 9915, 7468, 6937, 10372, 9693, 6723, 8883, 8209, 6700, 9760, 9748, 7024, 11051, 8664, 6560, 7002, 7394, 6574, 6794, 9391, 7628, 6992, 9581, 7581, 6522, 10588, 10278, 7030, 11996, 8388, 6657, 10246, 8207, 6695, 10570, 9763, 6638, 7780, 7816, 6482, 6777, 10115, 8962, 7313, 11485, 7388, 6800, 9993, 8900, 6763, 12079, 8871, 6821, 9697, 6963, 6652, 9543, 8052, 6770, 8300, 7537, 6795, 6781, 7450, 6697, 6579, 9475, 7230, 6807, 9569, 8986, 6569, 12339, 9110, 6887, 11012, 8172, 7082, 12795, 8595, 6783, 10428, 6913, 6805, 10537, 8799, 6743, 9804, 7118, 6937, 9987, 9825, 6748, 11805, 8568, 6788, 9849, 7261, 6951, 10811, 7489, 6792, 7401, 7309, 6611, 6785, 8203, 6941, 6887, 7963, 8705, 6549, 10243, 9363, 6847, 9626, 8509, 6771, 10672, 10833, 8656, 9523, 10146, 7320, 8838, 10741, 8850, 7670, 10741, 7304, 6704, 9899, 8438, 6546, 10897, 8503, 6814, 7137, 8588, 7924, 6743, 8858, 7191, 6522, 6636, 9604, 8429, 6770, 9114, 7991, 6711, 7067, 11799, 8727, 6576, 7169, 9570, 9143, 6651, 11262, 11314, 8910, 6668, 11294, 11268, 10761, 9397, 11926, 7985, 6621, 10064, 8748, 7652, 7114, 10243, 7021, 6785, 7559, 7712, 6841, 6850, 11075, 7133, 6617, 8154, 7947, 7408, 7785, 12018, 7442, 6865, 6828, 7995, 7091, 6910, 6751, 9208, 7204, 6672, 6887, 10913, 8928, 7193, 6642, 9724, 8267, 7702, 8310, 11902, 7721, 6694, 6788, 10342, 8868, 6692, 7986, 9458, 7077, 6595, 9684, 8635, 7194, 8617, 9860, 6834, 6614, 9627, 8957, 6746, 10123, 9987, 6875, 6572, 9867, 8060, 7030, 7286, 9167, 7031, 6595, 7242, 9217, 7555, 6638, 7491, 8306, 8650, 6656, 10142, 10363, 7103, 6664, 7530, 9921, 9291, 6992, 7372, 10387, 7261, 6803, 9030, 12438, 8973, 6641, 8463, 9231, 8880, 6908, 11452, 8960, 6654, 6976, 8799, 8092, 7020, 12364, 8324, 6585, 8167, 8090, 6853, 7754, 11539, 7497, 6783, 7085, 7461, 6904, 6703, 9824, 7178, 6713, 6884, 8106, 8842, 6626, 10554, 8555, 6746, 6830, 10488, 9925, 6790, 13208, 8420, 6659, 7381, 9266, 8834, 6676, 11449, 7970, 6807, 7435, 8059, 7035, 7897, 11883, 7795, 6798, 8498, 6976, 6761, 7896, 9005, 7539, 6817, 9538, 7993, 6603, 11173, 11081, 6884, 10916, 7248, 6766, 8046, 8879, 7820, 6712, 8561, 7124, 6839, 6980, 10545, 7209, 6800, 6915, 9030, 9290, 6776, 12259, 9942, 7279, 8442, 8483, 7474, 7506, 12474, 9419, 7189, 10655, 7189, 6573, 9013, 8150, 7897, 6986, 10335, 7357, 6819, 7394, 9358, 9119, 7101, 10672, 7240, 7017, 9783, 7918, 6989, 9335, 10008, 7113, 6788, 8080, 6904, 6496, 7838, 8132, 6803, 7020, 8238, 7192, 6805, 9134, 9650, 7936, 6722, 9500, 8930, 6887, 9652, 7649, 8679, 6777, 8552, 9278, 7143, 6715, 7922, 10905, 8911, 6998, 6933, 9966, 9130, 6973, 11878, 10703, 8005, 8972, 8784, 7124, 8448, 11192, 8688, 7156, 9992, 6908, 6635, 7906, 8397, 7704, 6577, 8428, 7066, 6871, 6819, 10559, 8129, 6650, 7389, 8445, 8417, 6671, 11055, 8902, 6742, 6818, 8601, 7674, 6709, 9357, 10001, 7411, 6718, 10023, 8613, 7768, 10210, 10461, 7272, 6676, 9676, 8085, 6706, 11282, 9434, 6935, 6737, 7720, 6847, 6877, 7708, 8257, 6760, 7066, 8170, 7719, 8225, 8133, 10824, 7864, 6699, 9980, 9243, 7833, 10660, 10301, 7221, 6641, 9792, 8769, 7351, 9624, 7229, 6922, 7111, 8580, 8656, 7173, 11393, 7950, 6973, 7640, 8540, 7557, 7023, 11918, 8522, 7140, 9684, 7234, 6790, 8172, 8598, 8324, 7948, 10977, 7226, 6764, 9531, 7476, 6694, 9180, 9281, 6895, 6601, 7958, 7193, 6807, 11129, 7775, 6853, 7400, 7497, 6731, 6641, 10307, 6993, 6549, 8172, 7841, 6794, 7693, 11056, 7218, 6891, 8858, 7855, 7199, 8663, 11935, 7798, 6629, 9225, 7393, 6819, 7184, 10982, 7727, 6712, 9300, 7544, 6761, 8670, 9596, 7615, 7620, 9611, 7047, 6669, 9056, 8579, 7080, 10372, 7102, 6929, 6949, 6981, 6850, 6778, 8987, 7483, 6876, 9566, 8853, 6951, 11179, 9190, 7016, 9708, 8976, 6729, 8566, 10804, 9951, 7031, 9059, 7952, 7653, 6881, 10481, 8101, 7076, 6733, 11263, 9481, 6740, 6884, 9896, 8234, 7026, 11682, 10161, 8085, 10932, 7252, 6732, 8401, 8717, 7554, 6907, 8457, 6785, 6848, 8090, 7426, 6804, 10028, 9501, 6809, 10184, 9228, 7331, 12489, 9880, 7775, 11037, 7064, 6768, 9636, 8223, 6986, 9759, 8204, 6597, 7922, 8517, 7056, 9745, 10095, 6966, 6676, 7977, 6809, 6760, 9520, 7914, 6619, 8825, 7035, 6854, 9649, 8822, 7212, 8598, 9041, 7000, 7080, 11235, 8735, 7770, 10306, 7626, 7152, 7771, 8826, 8584, 8603, 11020, 7872, 6900, 9468, 8297, 7046, 11965, 8990, 7072, 9807, 6872, 6993, 8555, 8307, 8248, 7156, 10623, 7789, 6967, 9444, 7774, 6757, 10127, 8631, 6902, 6607, 7816, 8285, 7199, 10477, 8196, 6704, 6564, 6827, 7851, 7150, 8759, 10203, 8904, 8478, 10108, 10644, 7351, 6768, 9760, 9142, 8714, 10271, 11076, 8081, 6816, 9708, 7919, 6902, 10987, 9202, 7068, 6717, 7523, 6854, 6970, 9500, 6956, 6983, 6738, 6809, 7106, 8870, 10207, 7640, 6763, 9568, 8901, 8221, 12931, 9645, 7433, 10273, 8324, 6715, 9813, 10736, 7799, 7140, 9668, 7436, 6943, 10423, 9181, 7888, 10262, 7942, 7016, 7626, 8201, 7636, 7520, 9326, 7048, 6883, 8307, 7287, 7415, 8758, 9602, 6949, 6999, 9469, 7872, 7071, 10614, 11293, 7186, 7097, 9788, 7360, 6813, 10722, 9876, 8098, 7016, 8845, 7027, 7092, 8611, 7018, 6948, 9295, 8692, 6933, 6739, 8938, 7760, 9218, 10738, 7745, 9695, 8510, 6812, 9841, 7270, 6979, 8714, 7779, 6755, 6955, 7269, 6986, 7227, 9736, 8069, 7189, 7419, 8331, 8265, 9647, 12535, 9276, 7647, 10442, 8769, 6995, 12374, 10974, 9164, 11670, 8033, 7002, 9240, 7924, 7225, 11383, 8010, 7029, 8915, 6793, 7210, 8558, 7689, 7068, 9950, 7258, 7117, 9673, 8062, 7251, 11758, 9213, 7188, 8884, 7048, 7176, 6888, 7920, 8255, 6886, 9702, 7403, 6630, 7874, 8277, 8815, 8171, 10128, 7938, 7182, 6829, 8732, 8729, 7786, 12414, 9659, 7059, 8762, 9290, 7251, 10214, 10976, 7869, 8098, 9161, 6929, 6616, 8256, 8179, 6861, 9548, 7019, 7003, 9315, 7640, 6850, 11534, 9109, 7992, 9519, 7141, 7051, 6775, 8190, 8009, 7002, 9105, 6944, 7070, 6758, 8879, 8232, 7297, 8979, 8372, 7014, 7439], 'WindowCenter': [4123.0, 4094.0, 4111.0, 4066.0, 4051.0, 4103.0, 4081.0, 4068.0, 4089.0, 4054.0, 4031.0, 4041.0, 4033.0, 4022.0, 4041.0, 4054.0, 4023.0, 4022.0, 4043.0, 4024.0, 4034.0, 4056.0, 4044.0, 4034.0, 4067.0, 4033.0, 4022.0, 4046.0, 4035.0, 4035.0, 4076.0, 4045.0, 4033.0, 4055.0, 4035.0, 4036.0, 4065.0, 4058.0, 4023.0, 4044.0, 4043.0, 4025.0, 4065.0, 4055.0, 4022.0, 4064.0, 4042.0, 4023.0, 4020.0, 4031.0, 4036.0, 4035.0, 4057.0, 4048.0, 4050.0, 4068.0, 4049.0, 4039.0, 4080.0, 4072.0, 4038.0, 4080.0, 4048.0, 4036.0, 4066.0, 4048.0, 4036.0, 4068.0, 4057.0, 4026.0, 4033.0, 4032.0, 4024.0, 4036.0, 4068.0, 4055.0, 4036.0, 4077.0, 4035.0, 4034.0, 4066.0, 4055.0, 4035.0, 4076.0, 4055.0, 4025.0, 4053.0, 4023.0, 4035.0, 4056.0, 4045.0, 4035.0, 4045.0, 4045.0, 4034.0, 4036.0, 4047.0, 4037.0, 4047.0, 4071.0, 4049.0, 4050.0, 4071.0, 4072.0, 4051.0, 4090.0, 4059.0, 4038.0, 4080.0, 4060.0, 4036.0, 4078.0, 4045.0, 4022.0, 4066.0, 4035.0, 4036.0, 4066.0, 4058.0, 4035.0, 4055.0, 4034.0, 4035.0, 4064.0, 4054.0, 4024.0, 4076.0, 4045.0, 4021.0, 4054.0, 4048.0, 4036.0, 4067.0, 4036.0, 4023.0, 4033.0, 4045.0, 4050.0, 4062.0, 4070.0, 4061.0, 4062.0, 4062.0, 4084.0, 4055.0, 4083.0, 4084.0, 4051.0, 4071.0, 4071.0, 4051.0, 4080.0, 4081.0, 4056.0, 4054.0, 4056.0, 4034.0, 4054.0, 4065.0, 4055.0, 4032.0, 4064.0, 4033.0, 4022.0, 4054.0, 4043.0, 4023.0, 4064.0, 4044.0, 4024.0, 4031.0, 4070.0, 4045.0, 4036.0, 4056.0, 4033.0, 4036.0, 4049.0, 4082.0, 4072.0, 4052.0, 4070.0, 4059.0, 4050.0, 4050.0, 4090.0, 4057.0, 4049.0, 4049.0, 4067.0, 4056.0, 4036.0, 4079.0, 4065.0, 4056.0, 4034.0, 4067.0, 4065.0, 4065.0, 4054.0, 4064.0, 4031.0, 4021.0, 4039.0, 4042.0, 4030.0, 4020.0, 4049.0, 4019.0, 4018.0, 4030.0, 4032.0, 4023.0, 4022.0, 4065.0, 4024.0, 4022.0, 4043.0, 4046.0, 4047.0, 4045.0, 4077.0, 4035.0, 4023.0, 4034.0, 4060.0, 4048.0, 4048.0, 4037.0, 4068.0, 4047.0, 4051.0, 4062.0, 4091.0, 4071.0, 4049.0, 4039.0, 4067.0, 4058.0, 4047.0, 4059.0, 4078.0, 4045.0, 4036.0, 4036.0, 4067.0, 4056.0, 4036.0, 4058.0, 4068.0, 4046.0, 4035.0, 4067.0, 4057.0, 4048.0, 4058.0, 4068.0, 4036.0, 4035.0, 4067.0, 4058.0, 4036.0, 4079.0, 4067.0, 4034.0, 4035.0, 4067.0, 4058.0, 4047.0, 4048.0, 4067.0, 4037.0, 4049.0, 4061.0, 4072.0, 4061.0, 4050.0, 4061.0, 4070.0, 4073.0, 4052.0, 4095.0, 4081.0, 4049.0, 4050.0, 4061.0, 4080.0, 4071.0, 4051.0, 4049.0, 4077.0, 4047.0, 4049.0, 4068.0, 4090.0, 4058.0, 4035.0, 4047.0, 4056.0, 4056.0, 4034.0, 4077.0, 4053.0, 4035.0, 4033.0, 4055.0, 4048.0, 4034.0, 4077.0, 4046.0, 4033.0, 4043.0, 4043.0, 4035.0, 4046.0, 4077.0, 4033.0, 4022.0, 4035.0, 4046.0, 4047.0, 4036.0, 4080.0, 4047.0, 4037.0, 4049.0, 4060.0, 4071.0, 4051.0, 4081.0, 4060.0, 4050.0, 4036.0, 4079.0, 4068.0, 4039.0, 4089.0, 4057.0, 4036.0, 4035.0, 4056.0, 4055.0, 4035.0, 4077.0, 4045.0, 4035.0, 4034.0, 4044.0, 4035.0, 4046.0, 4077.0, 4045.0, 4033.0, 4056.0, 4035.0, 4036.0, 4057.0, 4058.0, 4050.0, 4037.0, 4067.0, 4046.0, 4038.0, 4078.0, 4081.0, 4046.0, 4066.0, 4034.0, 4036.0, 4045.0, 4055.0, 4045.0, 4036.0, 4056.0, 4047.0, 4037.0, 4044.0, 4076.0, 4048.0, 4047.0, 4049.0, 4067.0, 4070.0, 4038.0, 4091.0, 4067.0, 4035.0, 4043.0, 4044.0, 4036.0, 4033.0, 4075.0, 4055.0, 4023.0, 4053.0, 4023.0, 4021.0, 4041.0, 4032.0, 4031.0, 4032.0, 4052.0, 4035.0, 4023.0, 4034.0, 4053.0, 4045.0, 4033.0, 4054.0, 4030.0, 4021.0, 4051.0, 4034.0, 4021.0, 4043.0, 4053.0, 4021.0, 4019.0, 4042.0, 4034.0, 4036.0, 4047.0, 4046.0, 4036.0, 4037.0, 4058.0, 4050.0, 4038.0, 4068.0, 4069.0, 4047.0, 4036.0, 4067.0, 4058.0, 4037.0, 4069.0, 4049.0, 4057.0, 4035.0, 4057.0, 4068.0, 4049.0, 4051.0, 4060.0, 4081.0, 4059.0, 4047.0, 4036.0, 4066.0, 4067.0, 4035.0, 4079.0, 4068.0, 4045.0, 4045.0, 4043.0, 4034.0, 4042.0, 4064.0, 4042.0, 4021.0, 4051.0, 4021.0, 4023.0, 4046.0, 4043.0, 4046.0, 4036.0, 4056.0, 4036.0, 4035.0, 4035.0, 4079.0, 4048.0, 4036.0, 4047.0, 4057.0, 4058.0, 4036.0, 4079.0, 4055.0, 4023.0, 4023.0, 4047.0, 4046.0, 4036.0, 4057.0, 4065.0, 4034.0, 4034.0, 4065.0, 4056.0, 4045.0, 4067.0, 4065.0, 4032.0, 4022.0, 4041.0, 4030.0, 4021.0, 4062.0, 4042.0, 4021.0, 4019.0, 4030.0, 4021.0, 4037.0, 4044.0, 4056.0, 4034.0, 4046.0, 4057.0, 4058.0, 4058.0, 4056.0, 4078.0, 4047.0, 4035.0, 4067.0, 4057.0, 4044.0, 4067.0, 4053.0, 4034.0, 4032.0, 4053.0, 4043.0, 4032.0, 4054.0, 4031.0, 4032.0, 4033.0, 4043.0, 4045.0, 4032.0, 4063.0, 4042.0, 4034.0, 4033.0, 4043.0, 4042.0, 4033.0, 4063.0, 4043.0, 4021.0, 4050.0, 4030.0, 4020.0, 4040.0, 4042.0, 4031.0, 4031.0, 4053.0, 4031.0, 4021.0, 4050.0, 4032.0, 4020.0, 4041.0, 4042.0, 4021.0, 4020.0, 4031.0, 4034.0, 4032.0, 4067.0, 4032.0, 4023.0, 4034.0, 4032.0, 4033.0, 4033.0, 4067.0, 4033.0, 4023.0, 4043.0, 4046.0, 4035.0, 4047.0, 4077.0, 4046.0, 4035.0, 4054.0, 4044.0, 4033.0, 4054.0, 4078.0, 4044.0, 4035.0, 4052.0, 4034.0, 4034.0, 4034.0, 4064.0, 4046.0, 4034.0, 4053.0, 4043.0, 4033.0, 4055.0, 4054.0, 4044.0, 4032.0, 4053.0, 4031.0, 4022.0, 4053.0, 4045.0, 4033.0, 4064.0, 4032.0, 4032.0, 4034.0, 4047.0, 4048.0, 4048.0, 4067.0, 4046.0, 4048.0, 4067.0, 4069.0, 4047.0, 4078.0, 4066.0, 4048.0, 4066.0, 4056.0, 4034.0, 4056.0, 4066.0, 4065.0, 4048.0, 4058.0, 4044.0, 4044.0, 4035.0, 4065.0, 4047.0, 4046.0, 4035.0, 4077.0, 4054.0, 4023.0, 4032.0, 4053.0, 4044.0, 4034.0, 4076.0, 4066.0, 4042.0, 4064.0, 4031.0, 4020.0, 4040.0, 4053.0, 4033.0, 4033.0, 4044.0, 4035.0, 4035.0, 4057.0, 4055.0, 4049.0, 4081.0, 4067.0, 4037.0, 4067.0, 4057.0, 4036.0, 4076.0, 4054.0, 4033.0, 4064.0, 4032.0, 4020.0, 4054.0, 4044.0, 4034.0, 4055.0, 4042.0, 4024.0, 4042.0, 4054.0, 4035.0, 4054.0, 4062.0, 4033.0, 4022.0, 4044.0, 4034.0, 4035.0, 4064.0, 4046.0, 4033.0, 4053.0, 4033.0, 4036.0, 4065.0, 4057.0, 4046.0, 4054.0, 4055.0, 4034.0, 4033.0, 4064.0, 4055.0, 4033.0, 4064.0, 4043.0, 4033.0, 4031.0, 4052.0, 4055.0, 4043.0, 4065.0, 4042.0, 4031.0, 4051.0, 4043.0, 4033.0, 4062.0, 4053.0, 4022.0, 4050.0, 4020.0, 4019.0, 4039.0, 4040.0, 4042.0, 4032.0, 4063.0, 4033.0, 4034.0, 4053.0, 4045.0, 4035.0, 4065.0, 4043.0, 4032.0, 4022.0, 4044.0, 4055.0, 4033.0, 4065.0, 4056.0, 4048.0, 4033.0, 4034.0, 4054.0, 4036.0, 4068.0, 4077.0, 4069.0, 4055.0, 4066.0, 4065.0, 4033.0, 4033.0, 4062.0, 4053.0, 4054.0, 4064.0, 4065.0, 4042.0, 4021.0, 4051.0, 4041.0, 4030.0, 4060.0, 4050.0, 4029.0, 4020.0, 4032.0, 4034.0, 4044.0, 4067.0, 4045.0, 4044.0, 4035.0, 4049.0, 4048.0, 4067.0, 4078.0, 4046.0, 4033.0, 4067.0, 4067.0, 4057.0, 4087.0, 4068.0, 4033.0, 4063.0, 4043.0, 4033.0, 4055.0, 4064.0, 4032.0, 4034.0, 4053.0, 4034.0, 4034.0, 4062.0, 4053.0, 4041.0, 4051.0, 4030.0, 4017.0, 4030.0, 4041.0, 4029.0, 4030.0, 4052.0, 4032.0, 4032.0, 4043.0, 4045.0, 4045.0, 4054.0, 4053.0, 4032.0, 4032.0, 4053.0, 4045.0, 4033.0, 4064.0, 4076.0, 4033.0, 4031.0, 4053.0, 4033.0, 4021.0, 4062.0, 4052.0, 4031.0, 4020.0, 4041.0, 4019.0, 4029.0, 4043.0, 4033.0, 4033.0, 4055.0, 4052.0, 4033.0, 4034.0, 4052.0, 4045.0, 4054.0, 4062.0, 4031.0, 4051.0, 4040.0, 4019.0, 4039.0, 4031.0, 4032.0, 4042.0, 4030.0, 4032.0, 4033.0, 4044.0, 4047.0, 4058.0, 4078.0, 4055.0, 4046.0, 4046.0, 4058.0, 4056.0, 4066.0, 4089.0, 4057.0, 4043.0, 4064.0, 4044.0, 4031.0, 4072.0, 4063.0, 4042.0, 4063.0, 4030.0, 4019.0, 4040.0, 4041.0, 4029.0, 4061.0, 4029.0, 4018.0, 4039.0, 4019.0, 4031.0, 4042.0, 4031.0, 4031.0, 4051.0, 4031.0, 4030.0, 4049.0, 4043.0, 4033.0, 4076.0, 4054.0, 4031.0, 4040.0, 4030.0, 4033.0, 4034.0, 4043.0, 4057.0, 4045.0, 4066.0, 4045.0, 4031.0, 4055.0, 4056.0, 4066.0, 4056.0, 4068.0, 4044.0, 4045.0, 4034.0, 4056.0, 4055.0, 4045.0, 4088.0, 4055.0, 4034.0, 4053.0, 4052.0, 4042.0, 4065.0, 4062.0, 4042.0, 4041.0, 4041.0, 4030.0, 4021.0, 4042.0, 4041.0, 4023.0, 4051.0, 4031.0, 4031.0, 4051.0, 4043.0, 4034.0, 4075.0, 4055.0, 4043.0, 4053.0, 4030.0, 4033.0, 4034.0, 4056.0, 4057.0, 4046.0, 4065.0, 4042.0, 4046.0, 4046.0, 4066.0, 4057.0, 4046.0, 4066.0, 4054.0, 4043.0, 4047.0], 'WindowWidth': [9199.0, 9142.0, 9153.0, 9083.0, 9055.0, 9128.0, 9092.0, 9068.0, 9100.0, 9042.0, 9009.0, 9021.0, 9011.0, 8999.0, 9022.0, 9041.0, 8999.0, 8998.0, 9025.0, 9003.0, 9018.0, 9048.0, 9031.0, 9017.0, 9064.0, 9014.0, 8998.0, 9035.0, 9023.0, 9020.0, 9077.0, 9034.0, 9016.0, 9045.0, 9020.0, 9022.0, 9060.0, 9054.0, 9001.0, 9029.0, 9025.0, 9003.0, 9061.0, 9045.0, 8998.0, 9055.0, 9023.0, 8997.0, 8992.0, 9009.0, 9022.0, 9021.0, 9053.0, 9042.0, 9044.0, 9067.0, 9043.0, 9029.0, 9087.0, 9078.0, 9028.0, 9088.0, 9041.0, 9022.0, 9061.0, 9039.0, 9022.0, 9066.0, 9051.0, 9005.0, 9015.0, 9012.0, 9003.0, 9024.0, 9068.0, 9049.0, 9023.0, 9078.0, 9019.0, 9016.0, 9062.0, 9049.0, 9022.0, 9076.0, 9048.0, 9004.0, 9040.0, 8999.0, 9019.0, 9050.0, 9033.0, 9020.0, 9032.0, 9033.0, 9019.0, 9024.0, 9040.0, 9027.0, 9040.0, 9077.0, 9046.0, 9048.0, 9076.0, 9082.0, 9049.0, 9103.0, 9060.0, 9029.0, 9088.0, 9060.0, 9021.0, 9081.0, 9033.0, 8998.0, 9059.0, 9019.0, 9023.0, 9064.0, 9053.0, 9019.0, 9045.0, 9017.0, 9019.0, 9059.0, 9044.0, 9004.0, 9076.0, 9031.0, 8995.0, 9041.0, 9043.0, 9025.0, 9063.0, 9023.0, 9002.0, 9014.0, 9034.0, 9051.0, 9071.0, 9079.0, 9066.0, 9069.0, 9067.0, 9103.0, 9063.0, 9097.0, 9101.0, 9051.0, 9078.0, 9078.0, 9050.0, 9089.0, 9090.0, 9051.0, 9045.0, 9047.0, 9016.0, 9044.0, 9059.0, 9045.0, 9013.0, 9056.0, 9012.0, 8997.0, 9041.0, 9029.0, 9000.0, 9057.0, 9029.0, 9000.0, 9012.0, 9077.0, 9035.0, 9021.0, 9048.0, 9017.0, 9025.0, 9051.0, 9096.0, 9082.0, 9055.0, 9075.0, 9058.0, 9047.0, 9050.0, 9103.0, 9055.0, 9047.0, 9046.0, 9067.0, 9049.0, 9024.0, 9087.0, 9063.0, 9049.0, 9018.0, 9066.0, 9062.0, 9059.0, 9041.0, 9055.0, 9007.0, 8992.0, 9016.0, 9021.0, 9002.0, 8991.0, 9027.0, 8988.0, 8986.0, 9004.0, 9011.0, 9001.0, 8997.0, 9059.0, 9002.0, 8998.0, 9027.0, 9035.0, 9042.0, 9033.0, 9080.0, 9019.0, 9000.0, 9016.0, 9060.0, 9043.0, 9044.0, 9029.0, 9069.0, 9040.0, 9053.0, 9071.0, 9107.0, 9077.0, 9044.0, 9032.0, 9067.0, 9055.0, 9039.0, 9056.0, 9082.0, 9034.0, 9023.0, 9021.0, 9066.0, 9051.0, 9023.0, 9056.0, 9066.0, 9037.0, 9020.0, 9067.0, 9053.0, 9041.0, 9057.0, 9068.0, 9024.0, 9021.0, 9066.0, 9056.0, 9024.0, 9084.0, 9064.0, 9018.0, 9019.0, 9068.0, 9057.0, 9041.0, 9043.0, 9066.0, 9026.0, 9047.0, 9066.0, 9082.0, 9066.0, 9048.0, 9064.0, 9076.0, 9084.0, 9056.0, 9116.0, 9091.0, 9047.0, 9047.0, 9064.0, 9090.0, 9078.0, 9050.0, 9047.0, 9082.0, 9042.0, 9046.0, 9071.0, 9104.0, 9055.0, 9022.0, 9037.0, 9049.0, 9049.0, 9017.0, 9080.0, 9042.0, 9019.0, 9014.0, 9048.0, 9040.0, 9017.0, 9079.0, 9034.0, 9014.0, 9026.0, 9027.0, 9020.0, 9035.0, 9080.0, 9015.0, 8998.0, 9019.0, 9038.0, 9040.0, 9024.0, 9089.0, 9040.0, 9027.0, 9044.0, 9063.0, 9077.0, 9051.0, 9091.0, 9060.0, 9047.0, 9025.0, 9083.0, 9068.0, 9029.0, 9099.0, 9050.0, 9022.0, 9019.0, 9049.0, 9047.0, 9018.0, 9080.0, 9032.0, 9018.0, 9015.0, 9030.0, 9020.0, 9034.0, 9079.0, 9032.0, 9016.0, 9048.0, 9018.0, 9025.0, 9052.0, 9056.0, 9046.0, 9025.0, 9066.0, 9036.0, 9029.0, 9082.0, 9088.0, 9037.0, 9063.0, 9017.0, 9020.0, 9034.0, 9047.0, 9034.0, 9021.0, 9048.0, 9038.0, 9026.0, 9034.0, 9080.0, 9042.0, 9039.0, 9044.0, 9067.0, 9076.0, 9029.0, 9104.0, 9066.0, 9019.0, 9028.0, 9028.0, 9021.0, 9014.0, 9075.0, 9045.0, 8998.0, 9040.0, 8998.0, 8993.0, 9022.0, 9010.0, 9009.0, 9011.0, 9038.0, 9018.0, 9000.0, 9016.0, 9041.0, 9030.0, 9013.0, 9042.0, 9006.0, 8994.0, 9034.0, 9013.0, 8994.0, 9026.0, 9037.0, 8995.0, 8991.0, 9024.0, 9020.0, 9023.0, 9037.0, 9036.0, 9021.0, 9024.0, 9054.0, 9045.0, 9029.0, 9068.0, 9071.0, 9039.0, 9024.0, 9063.0, 9055.0, 9024.0, 9073.0, 9044.0, 9051.0, 9021.0, 9051.0, 9069.0, 9045.0, 9052.0, 9061.0, 9090.0, 9056.0, 9039.0, 9023.0, 9064.0, 9067.0, 9021.0, 9084.0, 9067.0, 9031.0, 9030.0, 9025.0, 9014.0, 9024.0, 9055.0, 9025.0, 8994.0, 9034.0, 8994.0, 9000.0, 9033.0, 9028.0, 9036.0, 9021.0, 9048.0, 9022.0, 9022.0, 9020.0, 9085.0, 9040.0, 9021.0, 9039.0, 9051.0, 9053.0, 9022.0, 9083.0, 9045.0, 9002.0, 8999.0, 9035.0, 9036.0, 9022.0, 9053.0, 9059.0, 9017.0, 9016.0, 9058.0, 9049.0, 9033.0, 9063.0, 9057.0, 9009.0, 8995.0, 9020.0, 9007.0, 8996.0, 9052.0, 9025.0, 8993.0, 8988.0, 9004.0, 8995.0, 9025.0, 9034.0, 9051.0, 9021.0, 9037.0, 9054.0, 9058.0, 9055.0, 9052.0, 9081.0, 9038.0, 9021.0, 9064.0, 9051.0, 9031.0, 9064.0, 9041.0, 9018.0, 9013.0, 9041.0, 9027.0, 9012.0, 9041.0, 9010.0, 9011.0, 9012.0, 9026.0, 9031.0, 9012.0, 9056.0, 9024.0, 9015.0, 9012.0, 9027.0, 9025.0, 9014.0, 9055.0, 9027.0, 8995.0, 9032.0, 9004.0, 8992.0, 9018.0, 9024.0, 9007.0, 9007.0, 9038.0, 9007.0, 8993.0, 9032.0, 9010.0, 8993.0, 9021.0, 9024.0, 8994.0, 8992.0, 9007.0, 9016.0, 9013.0, 9063.0, 9012.0, 9000.0, 9014.0, 9013.0, 9016.0, 9016.0, 9066.0, 9016.0, 9001.0, 9028.0, 9036.0, 9021.0, 9037.0, 9079.0, 9035.0, 9020.0, 9044.0, 9029.0, 9014.0, 9044.0, 9082.0, 9031.0, 9019.0, 9039.0, 9015.0, 9017.0, 9017.0, 9060.0, 9035.0, 9016.0, 9041.0, 9028.0, 9014.0, 9046.0, 9045.0, 9029.0, 9012.0, 9039.0, 9009.0, 8996.0, 9041.0, 9032.0, 9014.0, 9056.0, 9010.0, 9011.0, 9016.0, 9042.0, 9047.0, 9043.0, 9069.0, 9039.0, 9043.0, 9067.0, 9069.0, 9041.0, 9085.0, 9064.0, 9043.0, 9061.0, 9048.0, 9016.0, 9046.0, 9064.0, 9061.0, 9042.0, 9054.0, 9031.0, 9031.0, 9021.0, 9062.0, 9040.0, 9038.0, 9022.0, 9078.0, 9045.0, 9001.0, 9012.0, 9039.0, 9028.0, 9016.0, 9074.0, 9063.0, 9026.0, 9054.0, 9007.0, 8992.0, 9021.0, 9041.0, 9015.0, 9014.0, 9029.0, 9020.0, 9021.0, 9055.0, 9052.0, 9046.0, 9090.0, 9067.0, 9024.0, 9064.0, 9052.0, 9021.0, 9077.0, 9045.0, 9012.0, 9055.0, 9011.0, 8993.0, 9043.0, 9029.0, 9015.0, 9045.0, 9024.0, 9002.0, 9023.0, 9044.0, 9020.0, 9043.0, 9052.0, 9013.0, 8999.0, 9029.0, 9019.0, 9020.0, 9058.0, 9036.0, 9015.0, 9042.0, 9016.0, 9025.0, 9061.0, 9052.0, 9035.0, 9044.0, 9046.0, 9015.0, 9013.0, 9059.0, 9048.0, 9013.0, 9056.0, 9027.0, 9013.0, 9009.0, 9039.0, 9045.0, 9027.0, 9059.0, 9025.0, 9008.0, 9038.0, 9029.0, 9011.0, 9052.0, 9041.0, 8996.0, 9030.0, 8991.0, 8988.0, 9017.0, 9020.0, 9024.0, 9011.0, 9054.0, 9015.0, 9015.0, 9042.0, 9034.0, 9020.0, 9059.0, 9026.0, 9010.0, 8997.0, 9033.0, 9048.0, 9016.0, 9063.0, 9050.0, 9043.0, 9019.0, 9018.0, 9047.0, 9024.0, 9072.0, 9083.0, 9073.0, 9051.0, 9066.0, 9062.0, 9016.0, 9014.0, 9054.0, 9044.0, 9043.0, 9059.0, 9058.0, 9025.0, 8996.0, 9036.0, 9022.0, 9006.0, 9049.0, 9035.0, 9003.0, 8993.0, 9010.0, 9018.0, 9034.0, 9067.0, 9036.0, 9034.0, 9023.0, 9045.0, 9047.0, 9068.0, 9083.0, 9037.0, 9018.0, 9066.0, 9068.0, 9052.0, 9095.0, 9069.0, 9015.0, 9053.0, 9028.0, 9014.0, 9045.0, 9057.0, 9012.0, 9015.0, 9041.0, 9017.0, 9018.0, 9053.0, 9041.0, 9021.0, 9035.0, 9003.0, 8985.0, 9006.0, 9023.0, 9005.0, 9007.0, 9037.0, 9010.0, 9011.0, 9027.0, 9034.0, 9034.0, 9044.0, 9043.0, 9013.0, 9012.0, 9042.0, 9032.0, 9017.0, 9058.0, 9076.0, 9014.0, 9007.0, 9038.0, 9011.0, 8995.0, 9052.0, 9037.0, 9008.0, 8991.0, 9019.0, 8991.0, 9002.0, 9026.0, 9016.0, 9014.0, 9047.0, 9041.0, 9015.0, 9016.0, 9040.0, 9033.0, 9044.0, 9053.0, 9009.0, 9035.0, 9018.0, 8989.0, 9014.0, 9012.0, 9011.0, 9026.0, 9008.0, 9013.0, 9016.0, 9032.0, 9041.0, 9057.0, 9087.0, 9050.0, 9039.0, 9038.0, 9055.0, 9050.0, 9064.0, 9100.0, 9054.0, 9029.0, 9058.0, 9030.0, 9010.0, 9067.0, 9054.0, 9022.0, 9052.0, 9005.0, 8990.0, 9019.0, 9022.0, 9003.0, 9048.0, 9005.0, 8986.0, 9015.0, 8989.0, 9008.0, 9025.0, 9009.0, 9010.0, 9037.0, 9010.0, 9007.0, 9032.0, 9027.0, 9014.0, 9074.0, 9045.0, 9009.0, 9018.0, 9006.0, 9015.0, 9017.0, 9030.0, 9054.0, 9036.0, 9064.0, 9034.0, 9013.0, 9050.0, 9051.0, 9066.0, 9050.0, 9068.0, 9033.0, 9035.0, 9018.0, 9050.0, 9048.0, 9033.0, 9096.0, 9048.0, 9017.0, 9040.0, 9040.0, 9027.0, 9058.0, 9054.0, 9024.0, 9021.0, 9022.0, 9005.0, 8994.0, 9024.0, 9022.0, 9000.0, 9038.0, 9011.0, 9010.0, 9038.0, 9032.0, 9022.0, 9075.0, 9049.0, 9030.0, 9040.0, 9007.0, 9014.0, 9021.0, 9051.0, 9052.0, 9039.0, 9062.0, 9030.0, 9038.0, 9041.0, 9066.0, 9057.0, 9038.0, 9064.0, 9046.0, 9031.0, 9039.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.00037245577523413106</td></tr>
<tr><td colspan=3>aqi</td><td>0.03063153433922997</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.242544964979174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.156266513520833</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9666283044270835</td></tr>
<tr><td colspan=3>efc</td><td>0.4887</td></tr>
<tr><td colspan=3>fber</td><td>6518.3691</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0861675611899893</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.121748178980229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.416088260364842</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.319377399247188</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.581020756645488</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34786662520185</td></tr>
<tr><td colspan=3>gcor</td><td>0.00798859</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004858877044171095</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04076413810253143</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>961</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.057646739458657</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>16.766</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.763</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.1858</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>970.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.7191</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8096</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.556</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3256.3103</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.862</td></tr>
<tr><td colspan=3>tsnr</td><td>37.10429343674332</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>