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

616 lines
No EOL
124 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-0066_ses-02_task-narratives_acq-mb8_run-02_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-0066_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-02_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-0066/ses-02/func/sub-0066_ses-02_task-narratives_acq-mb8_run-02_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>02162001fe7ba7e0c6048558438b57e7</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>14:26:16.120000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999981, -0.00334158, 0.00509797, 0.00366507, 0.99789, -0.0648251]</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-02_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.117299</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-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7727, -7297, 425, -132, -72, 56, 72]</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>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c278e875-b834-483d-8b83-1d969b56952b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828770637512207, 0.009833117946982384, 0.013150596059858799, 109.39604949951172], [0.008965208195149899, 2.6772656440734863, -0.17507508397102356, -84.59111022949219], [0.013677471317350864, 0.1739211082458496, 2.6942858695983887, -74.3005599975586], [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, 1098]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['142616.120000', '142616.580000', '142617.040000', '142617.500000', '142617.960000', '142618.420000', '142618.880000', '142619.340000', '142619.800000', '142620.260000', '142620.720000', '142621.180000', '142621.640000', '142622.100000', '142622.560000', '142623.020000', '142623.480000', '142623.940000', '142624.400000', '142624.860000', '142625.320000', '142625.780000', '142626.240000', '142626.700000', '142627.160000', '142627.620000', '142628.080000', '142628.540000', '142629.000000', '142629.460000', '142629.920000', '142630.380000', '142630.840000', '142631.300000', '142631.760000', '142632.220000', '142632.680000', '142633.140000', '142633.600000', '142634.060000', '142634.520000', '142634.980000', '142635.440000', '142635.900000', '142636.360000', '142636.820000', '142637.280000', '142637.740000', '142638.200000', '142638.660000', '142639.120000', '142639.580000', '142640.040000', '142640.500000', '142640.960000', '142641.420000', '142641.880000', '142642.340000', '142642.800000', '142643.260000', '142643.720000', '142644.180000', '142644.640000', '142645.100000', '142645.560000', '142646.020000', '142646.480000', '142646.940000', '142647.400000', '142647.860000', '142648.320000', '142648.780000', '142649.240000', '142649.700000', '142650.160000', '142650.620000', '142651.080000', '142651.540000', '142652.000000', '142652.460000', '142652.920000', '142653.380000', '142653.840000', '142654.300000', '142654.760000', '142655.220000', '142655.680000', '142656.140000', '142656.600000', '142657.060000', '142657.520000', '142657.980000', '142658.440000', '142658.900000', '142659.360000', '142659.820000', '142700.280000', '142700.740000', '142701.200000', '142701.660000', '142702.120000', '142702.580000', '142703.040000', '142703.500000', '142703.960000', '142704.420000', '142704.880000', '142705.340000', '142705.800000', '142706.260000', '142706.720000', '142707.180000', '142707.640000', '142708.100000', '142708.560000', '142709.020000', '142709.480000', '142709.940000', '142710.400000', '142710.860000', '142711.320000', '142711.780000', '142712.240000', '142712.700000', '142713.160000', '142713.620000', '142714.080000', '142714.540000', '142715.000000', '142715.460000', '142715.920000', '142716.380000', '142716.840000', '142717.300000', '142717.760000', '142718.220000', '142718.680000', '142719.140000', '142719.600000', '142720.060000', '142720.520000', '142720.980000', '142721.440000', '142721.900000', '142722.360000', '142722.820000', '142723.280000', '142723.740000', '142724.200000', '142724.660000', '142725.120000', '142725.580000', '142726.040000', '142726.500000', '142726.960000', '142727.420000', '142727.880000', '142728.340000', '142728.800000', '142729.260000', '142729.720000', '142730.180000', '142730.640000', '142731.100000', '142731.560000', '142732.020000', '142732.480000', '142732.940000', '142733.400000', '142733.860000', '142734.320000', '142734.780000', '142735.240000', '142735.700000', '142736.160000', '142736.620000', '142737.080000', '142737.540000', '142738.000000', '142738.460000', '142738.920000', '142739.380000', '142739.840000', '142740.300000', '142740.760000', '142741.220000', '142741.680000', '142742.140000', '142742.600000', '142743.060000', '142743.520000', '142743.980000', '142744.440000', '142744.900000', '142745.360000', '142745.820000', '142746.280000', '142746.740000', '142747.200000', '142747.660000', '142748.120000', '142748.580000', '142749.040000', '142749.500000', '142749.960000', '142750.420000', '142750.880000', '142751.340000', '142751.800000', '142752.260000', '142752.720000', '142753.180000', '142753.640000', '142754.100000', '142754.560000', '142755.020000', '142755.480000', '142755.940000', '142756.400000', '142756.860000', '142757.320000', '142757.780000', '142758.240000', '142758.700000', '142759.160000', '142759.620000', '142800.080000', '142800.540000', '142801.000000', '142801.460000', '142801.920000', '142802.380000', '142802.840000', '142803.300000', '142803.760000', '142804.220000', '142804.680000', '142805.140000', '142805.600000', '142806.060000', '142806.520000', '142806.980000', '142807.440000', '142807.900000', '142808.360000', '142808.820000', '142809.280000', '142809.740000', '142810.200000', '142810.660000', '142811.120000', '142811.580000', '142812.040000', '142812.500000', '142812.960000', '142813.420000', '142813.880000', '142814.340000', '142814.800000', '142815.260000', '142815.720000', '142816.180000', '142816.640000', '142817.100000', '142817.560000', '142818.020000', '142818.480000', '142818.940000', '142819.400000', '142819.860000', '142820.320000', '142820.780000', '142821.240000', '142821.700000', '142822.160000', '142822.620000', '142823.080000', '142823.540000', '142824.000000', '142824.460000', '142824.920000', '142825.380000', '142825.840000', '142826.300000', '142826.760000', '142827.220000', '142827.680000', '142828.140000', '142828.600000', '142829.060000', '142829.520000', '142829.980000', '142830.440000', '142830.900000', '142831.360000', '142831.820000', '142832.280000', '142832.740000', '142833.200000', '142833.660000', '142834.120000', '142834.580000', '142835.040000', '142835.500000', '142835.960000', '142836.420000', '142836.880000', '142837.340000', '142837.800000', '142838.260000', '142838.720000', '142839.180000', '142839.640000', '142840.100000', '142840.560000', '142841.020000', '142841.480000', '142841.940000', '142842.400000', '142842.860000', '142843.320000', '142843.780000', '142844.240000', '142844.700000', '142845.160000', '142845.620000', '142846.080000', '142846.540000', '142847.000000', '142847.460000', '142847.920000', '142848.380000', '142848.840000', '142849.300000', '142849.760000', '142850.220000', '142850.680000', '142851.140000', '142851.600000', '142852.060000', '142852.520000', '142852.980000', '142853.440000', '142853.900000', '142854.360000', '142854.820000', '142855.280000', '142855.740000', '142856.200000', '142856.660000', '142857.120000', '142857.580000', '142858.040000', '142858.500000', '142858.960000', '142859.420000', '142859.880000', '142900.340000', '142900.800000', '142901.260000', '142901.720000', '142902.180000', '142902.640000', '142903.100000', '142903.560000', '142904.020000', '142904.480000', '142904.940000', '142905.400000', '142905.860000', '142906.320000', '142906.780000', '142907.240000', '142907.700000', '142908.160000', '142908.620000', '142909.080000', '142909.540000', '142910.000000', '142910.460000', '142910.920000', '142911.380000', '142911.840000', '142912.300000', '142912.760000', '142913.220000', '142913.680000', '142914.140000', '142914.600000', '142915.060000', '142915.520000', '142915.980000', '142916.440000', '142916.900000', '142917.360000', '142917.820000', '142918.280000', '142918.740000', '142919.200000', '142919.660000', '142920.120000', '142920.580000', '142921.040000', '142921.500000', '142921.960000', '142922.420000', '142922.880000', '142923.340000', '142923.800000', '142924.260000', '142924.720000', '142925.180000', '142925.640000', '142926.100000', '142926.560000', '142927.020000', '142927.480000', '142927.940000', '142928.400000', '142928.860000', '142929.320000', '142929.780000', '142930.240000', '142930.700000', '142931.160000', '142931.620000', '142932.080000', '142932.540000', '142933.000000', '142933.460000', '142933.920000', '142934.380000', '142934.840000', '142935.300000', '142935.760000', '142936.220000', '142936.680000', '142937.140000', '142937.600000', '142938.060000', '142938.520000', '142938.980000', '142939.440000', '142939.900000', '142940.360000', '142940.820000', '142941.280000', '142941.740000', '142942.200000', '142942.660000', '142943.120000', '142943.580000', '142944.040000', '142944.500000', '142944.960000', '142945.420000', '142945.880000', '142946.340000', '142946.800000', '142947.260000', '142947.720000', '142948.180000', '142948.640000', '142949.100000', '142949.560000', '142950.020000', '142950.480000', '142950.940000', '142951.400000', '142951.860000', '142952.320000', '142952.780000', '142953.240000', '142953.700000', '142954.160000', '142954.620000', '142955.080000', '142955.540000', '142956.000000', '142956.460000', '142956.920000', '142957.380000', '142957.840000', '142958.300000', '142958.760000', '142959.220000', '142959.680000', '143000.140000', '143000.600000', '143001.060000', '143001.520000', '143001.980000', '143002.440000', '143002.900000', '143003.360000', '143003.820000', '143004.280000', '143004.740000', '143005.200000', '143005.660000', '143006.120000', '143006.580000', '143007.040000', '143007.500000', '143007.960000', '143008.420000', '143008.880000', '143009.340000', '143009.800000', '143010.260000', '143010.720000', '143011.180000', '143011.640000', '143012.100000', '143012.560000', '143013.020000', '143013.480000', '143013.940000', '143014.400000', '143014.860000', '143015.320000', '143015.780000', '143016.240000', '143016.700000', '143017.160000', '143017.620000', '143018.080000', '143018.540000', '143019.000000', '143019.460000', '143019.920000', '143020.380000', '143020.840000', '143021.300000', '143021.760000', '143022.220000', '143022.680000', '143023.140000', '143023.600000', '143024.060000', '143024.520000', '143024.980000', '143025.440000', '143025.900000', '143026.360000', '143026.820000', '143027.280000', '143027.740000', '143028.200000', '143028.660000', '143029.120000', '143029.580000', '143030.040000', '143030.500000', '143030.960000', '143031.420000', '143031.880000', '143032.340000', '143032.800000', '143033.260000', '143033.720000', '143034.180000', '143034.640000', '143035.100000', '143035.560000', '143036.020000', '143036.480000', '143036.940000', '143037.400000', '143037.860000', '143038.320000', '143038.780000', '143039.240000', '143039.700000', '143040.160000', '143040.620000', '143041.080000', '143041.540000', '143042.000000', '143042.460000', '143042.920000', '143043.380000', '143043.840000', '143044.300000', '143044.760000', '143045.220000', '143045.680000', '143046.140000', '143046.600000', '143047.060000', '143047.520000', '143047.980000', '143048.440000', '143048.900000', '143049.360000', '143049.820000', '143050.280000', '143050.740000', '143051.200000', '143051.660000', '143052.120000', '143052.580000', '143053.040000', '143053.500000', '143053.960000', '143054.420000', '143054.880000', '143055.340000', '143055.800000', '143056.260000', '143056.720000', '143057.180000', '143057.640000', '143058.100000', '143058.560000', '143059.020000', '143059.480000', '143059.940000', '143100.400000', '143100.860000', '143101.320000', '143101.780000', '143102.240000', '143102.700000', '143103.160000', '143103.620000', '143104.080000', '143104.540000', '143105.000000', '143105.460000', '143105.920000', '143106.380000', '143106.840000', '143107.300000', '143107.760000', '143108.220000', '143108.680000', '143109.140000', '143109.600000', '143110.060000', '143110.520000', '143110.980000', '143111.440000', '143111.900000', '143112.360000', '143112.820000', '143113.280000', '143113.740000', '143114.200000', '143114.660000', '143115.120000', '143115.580000', '143116.040000', '143116.500000', '143116.960000', '143117.420000', '143117.880000', '143118.340000', '143118.800000', '143119.260000', '143119.720000', '143120.180000', '143120.640000', '143121.100000', '143121.560000', '143122.020000', '143122.480000', '143122.940000', '143123.400000', '143123.860000', '143124.320000', '143124.780000', '143125.240000', '143125.700000', '143126.160000', '143126.620000', '143127.080000', '143127.540000', '143128.000000', '143128.460000', '143128.920000', '143129.380000', '143129.840000', '143130.300000', '143130.760000', '143131.220000', '143131.680000', '143132.140000', '143132.600000', '143133.060000', '143133.520000', '143133.980000', '143134.440000', '143134.900000', '143135.360000', '143135.820000', '143136.280000', '143136.740000', '143137.200000', '143137.660000', '143138.120000', '143138.580000', '143139.040000', '143139.500000', '143139.960000', '143140.420000', '143140.880000', '143141.340000', '143141.800000', '143142.260000', '143142.720000', '143143.180000', '143143.640000', '143144.100000', '143144.560000', '143145.020000', '143145.480000', '143145.940000', '143146.400000', '143146.860000', '143147.320000', '143147.780000', '143148.240000', '143148.700000', '143149.160000', '143149.620000', '143150.080000', '143150.540000', '143151.000000', '143151.460000', '143151.920000', '143152.380000', '143152.840000', '143153.300000', '143153.760000', '143154.220000', '143154.680000', '143155.140000', '143155.600000', '143156.060000', '143156.520000', '143156.980000', '143157.440000', '143157.900000', '143158.360000', '143158.820000', '143159.280000', '143159.740000', '143200.200000', '143200.660000', '143201.120000', '143201.580000', '143202.040000', '143202.500000', '143202.960000', '143203.420000', '143203.880000', '143204.340000', '143204.800000', '143205.260000', '143205.720000', '143206.180000', '143206.640000', '143207.100000', '143207.560000', '143208.020000', '143208.480000', '143208.940000', '143209.400000', '143209.860000', '143210.320000', '143210.780000', '143211.240000', '143211.700000', '143212.160000', '143212.620000', '143213.080000', '143213.540000', '143214.000000', '143214.460000', '143214.920000', '143215.380000', '143215.840000', '143216.300000', '143216.760000', '143217.220000', '143217.680000', '143218.140000', '143218.600000', '143219.060000', '143219.520000', '143219.980000', '143220.440000', '143220.900000', '143221.360000', '143221.820000', '143222.280000', '143222.740000', '143223.200000', '143223.660000', '143224.120000', '143224.580000', '143225.040000', '143225.500000', '143225.960000', '143226.420000', '143226.880000', '143227.340000', '143227.800000', '143228.260000', '143228.720000', '143229.180000', '143229.640000', '143230.100000', '143230.560000', '143231.020000', '143231.480000', '143231.940000', '143232.400000', '143232.860000', '143233.320000', '143233.780000', '143234.240000', '143234.700000', '143235.160000', '143235.620000', '143236.080000', '143236.540000', '143237.000000', '143237.460000', '143237.920000', '143238.380000', '143238.840000', '143239.300000', '143239.760000', '143240.220000', '143240.680000', '143241.140000', '143241.600000', '143242.060000', '143242.520000', '143242.980000', '143243.440000', '143243.900000', '143244.360000', '143244.820000', '143245.280000', '143245.740000', '143246.200000', '143246.660000', '143247.120000', '143247.580000', '143248.040000', '143248.500000', '143248.960000', '143249.420000', '143249.880000', '143250.340000', '143250.800000', '143251.260000', '143251.720000', '143252.180000', '143252.640000', '143253.100000', '143253.560000', '143254.020000', '143254.480000', '143254.940000', '143255.400000', '143255.860000', '143256.320000', '143256.780000', '143257.240000', '143257.700000', '143258.160000', '143258.620000', '143259.080000', '143259.540000', '143300.000000', '143300.460000', '143300.920000', '143301.380000', '143301.840000', '143302.300000', '143302.760000', '143303.220000', '143303.680000', '143304.140000', '143304.600000', '143305.060000', '143305.520000', '143305.980000', '143306.440000', '143306.900000', '143307.360000', '143307.820000', '143308.280000', '143308.740000', '143309.200000', '143309.660000', '143310.120000', '143310.580000', '143311.040000', '143311.500000', '143311.960000', '143312.420000', '143312.880000', '143313.340000', '143313.800000', '143314.260000', '143314.720000', '143315.180000', '143315.640000', '143316.100000', '143316.560000', '143317.020000', '143317.480000', '143317.940000', '143318.400000', '143318.860000', '143319.320000', '143319.780000', '143320.240000', '143320.700000', '143321.160000', '143321.620000', '143322.080000', '143322.540000', '143323.000000', '143323.460000', '143323.920000', '143324.380000', '143324.840000', '143325.300000', '143325.760000', '143326.220000', '143326.680000', '143327.140000', '143327.600000', '143328.060000', '143328.520000', '143328.980000', '143329.440000', '143329.900000', '143330.360000', '143330.820000', '143331.280000', '143331.740000', '143332.200000', '143332.660000', '143333.120000', '143333.580000', '143334.040000', '143334.500000', '143334.960000', '143335.420000', '143335.880000', '143336.340000', '143336.800000', '143337.260000', '143337.720000', '143338.180000', '143338.640000', '143339.100000', '143339.560000', '143340.020000', '143340.480000', '143340.940000', '143341.400000', '143341.860000', '143342.320000', '143342.780000', '143343.240000', '143343.700000', '143344.160000', '143344.620000', '143345.080000', '143345.540000', '143346.000000', '143346.460000', '143346.920000', '143347.380000', '143347.840000', '143348.300000', '143348.760000', '143349.220000', '143349.680000', '143350.140000', '143350.600000', '143351.060000', '143351.520000', '143351.980000', '143352.440000', '143352.900000', '143353.360000', '143353.820000', '143354.280000', '143354.740000', '143355.200000', '143355.660000', '143356.120000', '143356.580000', '143357.040000', '143357.500000', '143357.960000', '143358.420000', '143358.880000', '143359.340000', '143359.800000', '143400.260000', '143400.720000', '143401.180000', '143401.640000', '143402.100000', '143402.560000', '143403.020000', '143403.480000', '143403.940000', '143404.400000', '143404.860000', '143405.320000', '143405.780000', '143406.240000', '143406.700000', '143407.160000', '143407.620000', '143408.080000', '143408.540000', '143409.000000', '143409.460000', '143409.920000', '143410.380000', '143410.840000', '143411.300000', '143411.760000', '143412.220000', '143412.680000', '143413.140000', '143413.600000', '143414.060000', '143414.520000', '143414.980000', '143415.440000', '143415.900000', '143416.360000', '143416.820000', '143417.280000', '143417.740000', '143418.200000', '143418.660000', '143419.120000', '143419.580000', '143420.040000', '143420.500000', '143420.960000', '143421.420000', '143421.880000', '143422.340000', '143422.800000', '143423.260000', '143423.720000', '143424.180000', '143424.640000', '143425.100000', '143425.560000', '143426.020000', '143426.480000', '143426.940000', '143427.400000', '143427.860000', '143428.320000', '143428.780000', '143429.240000', '143429.700000', '143430.160000', '143430.620000', '143431.080000', '143431.540000', '143432.000000', '143432.460000', '143432.920000', '143433.380000', '143433.840000', '143434.300000', '143434.760000', '143435.220000', '143435.680000', '143436.140000', '143436.600000', '143437.060000', '143437.520000', '143437.980000', '143438.440000', '143438.900000', '143439.360000', '143439.820000', '143440.280000', '143440.740000'], 'ContentTime': ['142629.557000', '142629.560000', '142629.563000', '142629.566000', '142629.568000', '142629.571000', '142629.574000', '142629.576000', '142629.579000', '142629.581000', '142629.584000', '142629.586000', '142629.596000', '142629.599000', '142629.602000', '142629.604000', '142629.615000', '142629.618000', '142629.620000', '142629.623000', '142629.626000', '142629.628000', '142629.631000', '142629.633000', '142629.636000', '142629.639000', '142629.642000', '142649.525000', '142649.528000', '142649.531000', '142649.533000', '142649.536000', '142649.538000', '142649.541000', '142649.544000', '142649.546000', '142649.549000', '142649.551000', '142649.554000', '142649.556000', '142649.559000', '142649.562000', '142649.564000', '142649.567000', '142649.569000', '142649.572000', '142649.574000', '142649.577000', '142649.579000', '142649.582000', '142649.585000', '142649.587000', '142649.590000', '142649.592000', '142649.595000', '142649.597000', '142649.600000', '142649.603000', '142649.605000', '142649.608000', '142649.610000', '142649.613000', '142649.615000', '142649.618000', '142649.620000', '142649.623000', '142649.625000', '142649.635000', '142649.637000', '142649.640000', '142649.643000', '142709.525000', '142709.527000', '142709.530000', '142709.533000', '142709.535000', '142709.538000', '142709.541000', '142709.547000', '142709.550000', '142709.552000', '142709.555000', '142709.558000', '142709.560000', '142709.563000', '142709.565000', '142709.568000', '142709.571000', '142709.573000', '142709.576000', '142709.578000', '142709.581000', '142709.583000', '142709.586000', '142709.589000', '142709.591000', '142709.594000', '142709.596000', '142709.599000', '142709.601000', '142709.604000', '142709.607000', '142709.609000', '142709.612000', '142709.614000', '142709.617000', '142709.619000', '142709.622000', '142709.624000', '142709.627000', '142709.629000', '142709.632000', '142709.635000', '142709.637000', '142729.525000', '142729.529000', '142729.531000', '142729.534000', '142729.537000', '142729.539000', '142729.542000', '142729.544000', '142729.547000', '142729.549000', '142729.552000', '142729.555000', '142729.557000', '142729.560000', '142729.562000', '142729.565000', '142729.567000', '142729.570000', '142729.573000', '142729.575000', '142729.578000', '142729.580000', '142729.583000', '142729.585000', '142729.588000', '142729.591000', '142729.594000', '142729.596000', '142729.599000', '142729.601000', '142729.604000', '142729.606000', '142729.609000', '142729.612000', '142729.614000', '142729.617000', '142729.619000', '142729.622000', '142729.624000', '142729.627000', '142729.630000', '142729.632000', '142729.635000', '142729.637000', '142749.526000', '142749.528000', '142749.531000', '142749.533000', '142749.536000', '142749.539000', '142749.541000', '142749.544000', '142749.546000', '142749.549000', '142749.551000', '142749.554000', '142749.557000', '142749.559000', '142749.562000', '142749.564000', '142749.567000', '142749.569000', '142749.572000', '142749.575000', '142749.577000', '142749.580000', '142749.582000', '142749.585000', '142749.587000', '142749.602000', '142749.605000', '142749.608000', '142749.610000', '142749.613000', '142749.615000', '142749.618000', '142749.620000', '142749.623000', '142749.626000', '142749.628000', '142749.631000', '142749.633000', '142749.636000', '142749.638000', '142749.641000', '142749.643000', '142749.646000', '142809.526000', '142809.528000', '142809.531000', '142809.534000', '142809.536000', '142809.539000', '142809.541000', '142809.544000', '142809.546000', '142809.549000', '142809.552000', '142809.554000', '142809.557000', '142809.559000', '142809.562000', '142809.565000', '142809.567000', '142809.570000', '142809.572000', '142809.575000', '142809.577000', '142809.580000', '142809.582000', '142809.585000', '142809.588000', '142809.590000', '142809.593000', '142809.595000', '142809.598000', '142809.601000', '142809.603000', '142809.606000', '142809.608000', '142809.611000', '142809.613000', '142809.616000', '142809.618000', '142809.621000', '142809.624000', '142809.626000', '142809.629000', '142809.631000', '142809.634000', '142809.636000', '142829.525000', '142829.528000', '142829.531000', '142829.533000', '142829.536000', '142829.539000', '142829.541000', '142829.544000', '142829.546000', '142829.549000', '142829.552000', '142829.554000', '142829.557000', '142829.559000', '142829.562000', '142829.565000', '142829.567000', '142829.570000', '142829.573000', '142829.575000', '142829.578000', '142829.580000', '142829.583000', '142829.585000', '142829.588000', '142829.591000', '142829.593000', '142829.596000', '142829.598000', '142829.601000', '142829.604000', '142829.606000', '142829.609000', '142829.612000', '142829.614000', '142829.617000', '142829.619000', '142829.622000', '142829.624000', '142829.627000', '142829.630000', '142829.632000', '142829.635000', '142849.525000', '142849.528000', '142849.531000', '142849.534000', '142849.536000', '142849.539000', '142849.541000', '142849.544000', '142849.547000', '142849.549000', '142849.552000', '142849.554000', '142849.557000', '142849.560000', '142849.562000', '142849.565000', '142849.567000', '142849.570000', '142849.573000', '142849.576000', '142849.579000', '142849.581000', '142849.584000', '142849.587000', '142849.589000', '142849.592000', '142849.594000', '142849.597000', '142849.600000', '142849.602000', '142849.605000', '142849.607000', '142849.610000', '142849.613000', '142849.615000', '142849.618000', '142849.620000', '142849.623000', '142849.625000', '142849.628000', '142849.631000', '142849.633000', '142849.636000', '142849.638000', '142909.525000', '142909.528000', '142909.531000', '142909.534000', '142909.536000', '142909.539000', '142909.541000', '142909.544000', '142909.546000', '142909.549000', '142909.552000', '142909.554000', '142909.557000', '142909.560000', '142909.562000', '142909.565000', '142909.567000', '142909.570000', '142909.573000', '142909.575000', '142909.578000', '142909.580000', '142909.583000', '142909.585000', '142909.588000', '142909.591000', '142909.593000', '142909.596000', '142909.599000', '142909.601000', '142909.604000', '142909.606000', '142909.609000', '142909.611000', '142909.614000', '142909.617000', '142909.619000', '142909.622000', '142909.624000', '142909.627000', '142909.630000', '142909.632000', '142909.635000', '142929.524000', '142929.527000', '142929.530000', '142929.533000', '142929.535000', '142929.538000', '142929.540000', '142929.554000', '142929.556000', '142929.559000', '142929.562000', '142929.564000', '142929.567000', '142929.569000', '142929.572000', '142929.575000', '142929.577000', '142929.580000', '142929.582000', '142929.585000', '142929.588000', '142929.590000', '142929.593000', '142929.596000', '142929.598000', '142929.601000', '142929.603000', '142929.606000', '142929.609000', '142929.611000', '142929.614000', '142929.616000', '142929.619000', '142929.622000', '142929.624000', '142929.627000', '142929.629000', '142929.632000', '142929.635000', '142929.637000', '142929.640000', '142929.642000', '142929.645000', '142949.525000', '142949.528000', '142949.531000', '142949.534000', '142949.536000', '142949.539000', '142949.541000', '142949.544000', '142949.547000', '142949.549000', '142949.552000', '142949.554000', '142949.557000', '142949.559000', '142949.562000', '142949.565000', '142949.567000', '142949.570000', '142949.573000', '142949.575000', '142949.578000', '142949.580000', '142949.583000', '142949.586000', '142949.588000', '142949.591000', '142949.594000', '142949.596000', '142949.599000', '142949.601000', '142949.604000', '142949.607000', '142949.609000', '142949.612000', '142949.614000', '142949.617000', '142949.620000', '142949.622000', '142949.625000', '142949.627000', '142949.630000', '142949.632000', '142949.635000', '142949.637000', '143009.525000', '143009.528000', '143009.531000', '143009.534000', '143009.536000', '143009.539000', '143009.541000', '143009.544000', '143009.547000', '143009.549000', '143009.552000', '143009.556000', '143009.559000', '143009.561000', '143009.564000', '143009.567000', '143009.569000', '143009.572000', '143009.574000', '143009.577000', '143009.580000', '143009.582000', '143009.585000', '143009.588000', '143009.590000', '143009.593000', '143009.595000', '143009.598000', '143009.601000', '143009.603000', '143009.606000', '143009.609000', '143009.611000', '143009.614000', '143009.617000', '143009.619000', '143009.622000', '143009.624000', '143009.627000', '143009.630000', '143009.632000', '143009.635000', '143009.637000', '143029.525000', '143029.528000', '143029.531000', '143029.533000', '143029.536000', '143029.539000', '143029.541000', '143029.544000', '143029.546000', '143029.549000', '143029.552000', '143029.554000', '143029.557000', '143029.559000', '143029.562000', '143029.565000', '143029.567000', '143029.570000', '143029.572000', '143029.575000', '143029.578000', '143029.580000', '143029.583000', '143029.585000', '143029.588000', '143029.591000', '143029.593000', '143029.596000', '143029.598000', '143029.601000', '143029.604000', '143029.607000', '143029.609000', '143029.612000', '143029.614000', '143029.617000', '143029.620000', '143029.622000', '143029.649000', '143029.652000', '143029.654000', '143029.657000', '143029.660000', '143029.662000', '143049.525000', '143049.528000', '143049.531000', '143049.534000', '143049.536000', '143049.539000', '143049.541000', '143049.544000', '143049.547000', '143049.549000', '143049.552000', '143049.554000', '143049.557000', '143049.560000', '143049.563000', '143049.565000', '143049.568000', '143049.571000', '143049.573000', '143049.576000', '143049.578000', '143049.581000', '143049.583000', '143049.586000', '143049.589000', '143049.591000', '143049.594000', '143049.597000', '143049.599000', '143049.602000', '143049.604000', '143049.607000', '143049.620000', '143049.623000', '143049.626000', '143049.628000', '143049.631000', '143049.633000', '143049.636000', '143049.639000', '143049.641000', '143049.644000', '143049.646000', '143109.526000', '143109.528000', '143109.531000', '143109.534000', '143109.536000', '143109.539000', '143109.541000', '143109.544000', '143109.547000', '143109.549000', '143109.552000', '143109.554000', '143109.557000', '143109.560000', '143109.562000', '143109.565000', '143109.567000', '143109.570000', '143109.573000', '143109.575000', '143109.578000', '143109.580000', '143109.583000', '143109.585000', '143109.588000', '143109.591000', '143109.593000', '143109.596000', '143109.599000', '143109.601000', '143109.604000', '143109.607000', '143109.609000', '143109.612000', '143109.614000', '143109.617000', '143109.620000', '143109.622000', '143109.625000', '143109.627000', '143109.630000', '143109.633000', '143109.635000', '143109.638000', '143129.526000', '143129.528000', '143129.531000', '143129.534000', '143129.536000', '143129.539000', '143129.541000', '143129.544000', '143129.547000', '143129.549000', '143129.552000', '143129.555000', '143129.557000', '143129.560000', '143129.563000', '143129.566000', '143129.569000', '143129.572000', '143129.574000', '143129.577000', '143129.579000', '143129.582000', '143129.585000', '143129.587000', '143129.591000', '143129.593000', '143129.596000', '143129.599000', '143129.601000', '143129.604000', '143129.607000', '143129.609000', '143129.612000', '143129.615000', '143129.617000', '143129.620000', '143129.622000', '143129.625000', '143129.628000', '143129.630000', '143129.633000', '143129.635000', '143129.638000', '143149.525000', '143149.528000', '143149.530000', '143149.533000', '143149.535000', '143149.538000', '143149.540000', '143149.543000', '143149.546000', '143149.548000', '143149.551000', '143149.553000', '143149.556000', '143149.559000', '143149.561000', '143149.564000', '143149.567000', '143149.569000', '143149.572000', '143149.575000', '143149.577000', '143149.580000', '143149.582000', '143149.585000', '143149.588000', '143149.590000', '143149.593000', '143149.595000', '143149.598000', '143149.601000', '143149.603000', '143149.606000', '143149.609000', '143149.611000', '143149.614000', '143149.616000', '143149.619000', '143149.621000', '143149.624000', '143149.627000', '143149.629000', '143149.632000', '143149.634000', '143149.637000', '143209.526000', '143209.528000', '143209.531000', '143209.534000', '143209.536000', '143209.539000', '143209.541000', '143209.544000', '143209.547000', '143209.549000', '143209.552000', '143209.554000', '143209.557000', '143209.560000', '143209.562000', '143209.565000', '143209.568000', '143209.570000', '143209.573000', '143209.576000', '143209.579000', '143209.582000', '143209.585000', '143209.587000', '143209.590000', '143209.593000', '143209.595000', '143209.598000', '143209.600000', '143209.603000', '143209.606000', '143209.608000', '143209.611000', '143209.613000', '143209.616000', '143209.619000', '143209.621000', '143209.624000', '143209.626000', '143209.629000', '143209.631000', '143209.634000', '143209.637000', '143229.525000', '143229.528000', '143229.531000', '143229.534000', '143229.536000', '143229.539000', '143229.541000', '143229.544000', '143229.546000', '143229.549000', '143229.552000', '143229.554000', '143229.557000', '143229.559000', '143229.562000', '143229.566000', '143229.569000', '143229.571000', '143229.574000', '143229.576000', '143229.579000', '143229.581000', '143229.584000', '143229.587000', '143229.589000', '143229.592000', '143229.595000', '143229.597000', '143229.600000', '143229.602000', '143229.605000', '143229.608000', '143229.610000', '143229.613000', '143229.616000', '143229.618000', '143229.621000', '143229.623000', '143229.626000', '143229.628000', '143229.631000', '143229.634000', '143229.636000', '143229.639000', '143249.526000', '143249.528000', '143249.531000', '143249.534000', '143249.536000', '143249.539000', '143249.541000', '143249.544000', '143249.547000', '143249.549000', '143249.552000', '143249.554000', '143249.557000', '143249.560000', '143249.562000', '143249.565000', '143249.567000', '143249.570000', '143249.572000', '143249.575000', '143249.578000', '143249.580000', '143249.583000', '143249.585000', '143249.588000', '143249.591000', '143249.593000', '143249.596000', '143249.599000', '143249.602000', '143249.605000', '143249.608000', '143249.610000', '143249.613000', '143249.616000', '143249.618000', '143249.621000', '143249.623000', '143249.626000', '143249.629000', '143249.632000', '143249.635000', '143249.638000', '143309.526000', '143309.528000', '143309.531000', '143309.534000', '143309.536000', '143309.539000', '143309.541000', '143309.544000', '143309.547000', '143309.549000', '143309.552000', '143309.554000', '143309.557000', '143309.560000', '143309.562000', '143309.565000', '143309.568000', '143309.570000', '143309.573000', '143309.575000', '143309.578000', '143309.581000', '143309.583000', '143309.586000', '143309.588000', '143309.591000', '143309.594000', '143309.596000', '143309.599000', '143309.602000', '143309.604000', '143309.607000', '143309.610000', '143309.612000', '143309.615000', '143309.617000', '143309.620000', '143309.623000', '143309.625000', '143309.628000', '143309.630000', '143309.633000', '143309.636000', '143309.638000', '143329.525000', '143329.528000', '143329.531000', '143329.533000', '143329.536000', '143329.539000', '143329.541000', '143329.544000', '143329.546000', '143329.549000', '143329.551000', '143329.554000', '143329.557000', '143329.559000', '143329.562000', '143329.564000', '143329.567000', '143329.569000', '143329.572000', '143329.575000', '143329.577000', '143329.580000', '143329.582000', '143329.585000', '143329.587000', '143329.590000', '143329.593000', '143329.595000', '143329.598000', '143329.600000', '143329.603000', '143329.606000', '143329.608000', '143329.611000', '143329.613000', '143329.616000', '143329.619000', '143329.621000', '143329.624000', '143329.627000', '143329.630000', '143329.632000', '143329.635000', '143349.526000', '143349.529000', '143349.531000', '143349.534000', '143349.536000', '143349.539000', '143349.542000', '143349.544000', '143349.547000', '143349.549000', '143349.558000', '143349.561000', '143349.563000', '143349.566000', '143349.569000', '143349.571000', '143349.574000', '143349.576000', '143349.579000', '143349.582000', '143349.584000', '143349.587000', '143349.589000', '143349.592000', '143349.595000', '143349.597000', '143349.600000', '143349.602000', '143349.605000', '143349.608000', '143349.610000', '143349.613000', '143349.615000', '143349.618000', '143349.621000', '143349.623000', '143349.626000', '143349.628000', '143349.631000', '143349.634000', '143349.636000', '143349.639000', '143349.641000', '143349.644000', '143409.525000', '143409.527000', '143409.530000', '143409.533000', '143409.535000', '143409.538000', '143409.540000', '143409.543000', '143409.546000', '143409.548000', '143409.551000', '143409.553000', '143409.556000', '143409.559000', '143409.561000', '143409.564000', '143409.567000', '143409.569000', '143409.572000', '143409.575000', '143409.577000', '143409.580000', '143409.582000', '143409.585000', '143409.588000', '143409.590000', '143409.593000', '143409.595000', '143409.598000', '143409.601000', '143409.603000', '143409.606000', '143409.609000', '143409.611000', '143409.614000', '143409.616000', '143409.619000', '143409.622000', '143409.624000', '143409.627000', '143409.629000', '143409.632000', '143409.635000', '143429.525000', '143429.528000', '143429.531000', '143429.534000', '143429.536000', '143429.539000', '143429.541000', '143429.544000', '143429.547000', '143429.549000', '143429.552000', '143429.555000', '143429.558000', '143429.560000', '143429.563000', '143429.565000', '143429.568000', '143429.571000', '143429.573000', '143429.576000', '143429.578000', '143429.581000', '143429.584000', '143429.586000', '143429.589000', '143429.592000', '143429.594000', '143429.597000', '143429.599000', '143429.602000', '143429.616000', '143429.618000', '143429.621000', '143429.623000', '143429.626000', '143429.629000', '143429.631000', '143429.634000', '143429.636000', '143429.639000', '143429.642000', '143429.644000', '143429.647000', '143441.823000', '143441.826000', '143441.828000', '143441.831000', '143441.833000', '143441.836000', '143441.839000', '143441.841000', '143441.844000', '143441.847000', '143441.850000', '143441.853000', '143441.855000', '143441.858000', '143441.861000', '143441.864000', '143441.866000', '143441.869000', '143441.872000', '143441.875000', '143441.878000', '143441.881000', '143441.884000', '143441.887000', '143441.890000', '143441.893000', '143441.896000', '143441.898000'], 'InstanceCreationTime': ['142629.557000', '142629.560000', '142629.563000', '142629.566000', '142629.568000', '142629.571000', '142629.574000', '142629.576000', '142629.579000', '142629.581000', '142629.584000', '142629.586000', '142629.596000', '142629.599000', '142629.602000', '142629.604000', '142629.615000', '142629.618000', '142629.620000', '142629.623000', '142629.626000', '142629.628000', '142629.631000', '142629.633000', '142629.636000', '142629.639000', '142629.642000', '142649.525000', '142649.528000', '142649.531000', '142649.533000', '142649.536000', '142649.538000', '142649.541000', '142649.544000', '142649.546000', '142649.549000', '142649.551000', '142649.554000', '142649.556000', '142649.559000', '142649.562000', '142649.564000', '142649.567000', '142649.569000', '142649.572000', '142649.574000', '142649.577000', '142649.579000', '142649.582000', '142649.585000', '142649.587000', '142649.590000', '142649.592000', '142649.595000', '142649.597000', '142649.600000', '142649.603000', '142649.605000', '142649.608000', '142649.610000', '142649.613000', '142649.615000', '142649.618000', '142649.620000', '142649.623000', '142649.625000', '142649.635000', '142649.637000', '142649.640000', '142649.643000', '142709.525000', '142709.527000', '142709.530000', '142709.533000', '142709.535000', '142709.538000', '142709.541000', '142709.547000', '142709.550000', '142709.552000', '142709.555000', '142709.558000', '142709.560000', '142709.563000', '142709.565000', '142709.568000', '142709.571000', '142709.573000', '142709.576000', '142709.578000', '142709.581000', '142709.583000', '142709.586000', '142709.589000', '142709.591000', '142709.594000', '142709.596000', '142709.599000', '142709.601000', '142709.604000', '142709.607000', '142709.609000', '142709.612000', '142709.614000', '142709.617000', '142709.619000', '142709.622000', '142709.624000', '142709.627000', '142709.629000', '142709.632000', '142709.635000', '142709.637000', '142729.525000', '142729.529000', '142729.531000', '142729.534000', '142729.537000', '142729.539000', '142729.542000', '142729.544000', '142729.547000', '142729.549000', '142729.552000', '142729.555000', '142729.557000', '142729.560000', '142729.562000', '142729.565000', '142729.567000', '142729.570000', '142729.573000', '142729.575000', '142729.578000', '142729.580000', '142729.583000', '142729.585000', '142729.588000', '142729.591000', '142729.594000', '142729.596000', '142729.599000', '142729.601000', '142729.604000', '142729.606000', '142729.609000', '142729.612000', '142729.614000', '142729.617000', '142729.619000', '142729.622000', '142729.624000', '142729.627000', '142729.630000', '142729.632000', '142729.635000', '142729.637000', '142749.526000', '142749.528000', '142749.531000', '142749.533000', '142749.536000', '142749.539000', '142749.541000', '142749.544000', '142749.546000', '142749.549000', '142749.551000', '142749.554000', '142749.557000', '142749.559000', '142749.562000', '142749.564000', '142749.567000', '142749.569000', '142749.572000', '142749.575000', '142749.577000', '142749.580000', '142749.582000', '142749.585000', '142749.587000', '142749.602000', '142749.605000', '142749.608000', '142749.610000', '142749.613000', '142749.615000', '142749.618000', '142749.620000', '142749.623000', '142749.626000', '142749.628000', '142749.631000', '142749.633000', '142749.636000', '142749.638000', '142749.641000', '142749.643000', '142749.646000', '142809.526000', '142809.528000', '142809.531000', '142809.534000', '142809.536000', '142809.539000', '142809.541000', '142809.544000', '142809.546000', '142809.549000', '142809.552000', '142809.554000', '142809.557000', '142809.559000', '142809.562000', '142809.565000', '142809.567000', '142809.570000', '142809.572000', '142809.575000', '142809.577000', '142809.580000', '142809.582000', '142809.585000', '142809.588000', '142809.590000', '142809.593000', '142809.595000', '142809.598000', '142809.601000', '142809.603000', '142809.606000', '142809.608000', '142809.611000', '142809.613000', '142809.616000', '142809.618000', '142809.621000', '142809.624000', '142809.626000', '142809.629000', '142809.631000', '142809.634000', '142809.636000', '142829.525000', '142829.528000', '142829.531000', '142829.533000', '142829.536000', '142829.539000', '142829.541000', '142829.544000', '142829.546000', '142829.549000', '142829.552000', '142829.554000', '142829.557000', '142829.559000', '142829.562000', '142829.565000', '142829.567000', '142829.570000', '142829.573000', '142829.575000', '142829.578000', '142829.580000', '142829.583000', '142829.585000', '142829.588000', '142829.591000', '142829.593000', '142829.596000', '142829.598000', '142829.601000', '142829.604000', '142829.606000', '142829.609000', '142829.612000', '142829.614000', '142829.617000', '142829.619000', '142829.622000', '142829.624000', '142829.627000', '142829.630000', '142829.632000', '142829.635000', '142849.525000', '142849.528000', '142849.531000', '142849.534000', '142849.536000', '142849.539000', '142849.541000', '142849.544000', '142849.547000', '142849.549000', '142849.552000', '142849.554000', '142849.557000', '142849.560000', '142849.562000', '142849.565000', '142849.567000', '142849.570000', '142849.573000', '142849.576000', '142849.579000', '142849.581000', '142849.584000', '142849.587000', '142849.589000', '142849.592000', '142849.594000', '142849.597000', '142849.600000', '142849.602000', '142849.605000', '142849.607000', '142849.610000', '142849.613000', '142849.615000', '142849.618000', '142849.620000', '142849.623000', '142849.625000', '142849.628000', '142849.631000', '142849.633000', '142849.636000', '142849.638000', '142909.525000', '142909.528000', '142909.531000', '142909.534000', '142909.536000', '142909.539000', '142909.541000', '142909.544000', '142909.546000', '142909.549000', '142909.552000', '142909.554000', '142909.557000', '142909.560000', '142909.562000', '142909.565000', '142909.567000', '142909.570000', '142909.573000', '142909.575000', '142909.578000', '142909.580000', '142909.583000', '142909.585000', '142909.588000', '142909.591000', '142909.593000', '142909.596000', '142909.599000', '142909.601000', '142909.604000', '142909.606000', '142909.609000', '142909.611000', '142909.614000', '142909.617000', '142909.619000', '142909.622000', '142909.624000', '142909.627000', '142909.630000', '142909.632000', '142909.635000', '142929.524000', '142929.527000', '142929.530000', '142929.533000', '142929.535000', '142929.538000', '142929.540000', '142929.554000', '142929.556000', '142929.559000', '142929.562000', '142929.564000', '142929.567000', '142929.569000', '142929.572000', '142929.575000', '142929.577000', '142929.580000', '142929.582000', '142929.585000', '142929.588000', '142929.590000', '142929.593000', '142929.596000', '142929.598000', '142929.601000', '142929.603000', '142929.606000', '142929.609000', '142929.611000', '142929.614000', '142929.616000', '142929.619000', '142929.622000', '142929.624000', '142929.627000', '142929.629000', '142929.632000', '142929.635000', '142929.637000', '142929.640000', '142929.642000', '142929.645000', '142949.525000', '142949.528000', '142949.531000', '142949.534000', '142949.536000', '142949.539000', '142949.541000', '142949.544000', '142949.547000', '142949.549000', '142949.552000', '142949.554000', '142949.557000', '142949.559000', '142949.562000', '142949.565000', '142949.567000', '142949.570000', '142949.573000', '142949.575000', '142949.578000', '142949.580000', '142949.583000', '142949.586000', '142949.588000', '142949.591000', '142949.594000', '142949.596000', '142949.599000', '142949.601000', '142949.604000', '142949.607000', '142949.609000', '142949.612000', '142949.614000', '142949.617000', '142949.620000', '142949.622000', '142949.625000', '142949.627000', '142949.630000', '142949.632000', '142949.635000', '142949.637000', '143009.525000', '143009.528000', '143009.531000', '143009.534000', '143009.536000', '143009.539000', '143009.541000', '143009.544000', '143009.547000', '143009.549000', '143009.552000', '143009.556000', '143009.559000', '143009.561000', '143009.564000', '143009.567000', '143009.569000', '143009.572000', '143009.574000', '143009.577000', '143009.580000', '143009.582000', '143009.585000', '143009.588000', '143009.590000', '143009.593000', '143009.595000', '143009.598000', '143009.601000', '143009.603000', '143009.606000', '143009.609000', '143009.611000', '143009.614000', '143009.617000', '143009.619000', '143009.622000', '143009.624000', '143009.627000', '143009.630000', '143009.632000', '143009.635000', '143009.637000', '143029.525000', '143029.528000', '143029.531000', '143029.533000', '143029.536000', '143029.539000', '143029.541000', '143029.544000', '143029.546000', '143029.549000', '143029.552000', '143029.554000', '143029.557000', '143029.559000', '143029.562000', '143029.565000', '143029.567000', '143029.570000', '143029.572000', '143029.575000', '143029.578000', '143029.580000', '143029.583000', '143029.585000', '143029.588000', '143029.591000', '143029.593000', '143029.596000', '143029.598000', '143029.601000', '143029.604000', '143029.607000', '143029.609000', '143029.612000', '143029.614000', '143029.617000', '143029.620000', '143029.622000', '143029.649000', '143029.652000', '143029.654000', '143029.657000', '143029.660000', '143029.662000', '143049.525000', '143049.528000', '143049.531000', '143049.534000', '143049.536000', '143049.539000', '143049.541000', '143049.544000', '143049.547000', '143049.549000', '143049.552000', '143049.554000', '143049.557000', '143049.560000', '143049.563000', '143049.565000', '143049.568000', '143049.571000', '143049.573000', '143049.576000', '143049.578000', '143049.581000', '143049.583000', '143049.586000', '143049.589000', '143049.591000', '143049.594000', '143049.597000', '143049.599000', '143049.602000', '143049.604000', '143049.607000', '143049.620000', '143049.623000', '143049.626000', '143049.628000', '143049.631000', '143049.633000', '143049.636000', '143049.639000', '143049.641000', '143049.644000', '143049.646000', '143109.526000', '143109.528000', '143109.531000', '143109.534000', '143109.536000', '143109.539000', '143109.541000', '143109.544000', '143109.547000', '143109.549000', '143109.552000', '143109.554000', '143109.557000', '143109.560000', '143109.562000', '143109.565000', '143109.567000', '143109.570000', '143109.573000', '143109.575000', '143109.578000', '143109.580000', '143109.583000', '143109.585000', '143109.588000', '143109.591000', '143109.593000', '143109.596000', '143109.599000', '143109.601000', '143109.604000', '143109.607000', '143109.609000', '143109.612000', '143109.614000', '143109.617000', '143109.620000', '143109.622000', '143109.625000', '143109.627000', '143109.630000', '143109.633000', '143109.635000', '143109.638000', '143129.526000', '143129.528000', '143129.531000', '143129.534000', '143129.536000', '143129.539000', '143129.541000', '143129.544000', '143129.547000', '143129.549000', '143129.552000', '143129.555000', '143129.557000', '143129.560000', '143129.563000', '143129.566000', '143129.569000', '143129.572000', '143129.574000', '143129.577000', '143129.579000', '143129.582000', '143129.585000', '143129.587000', '143129.591000', '143129.593000', '143129.596000', '143129.599000', '143129.601000', '143129.604000', '143129.607000', '143129.609000', '143129.612000', '143129.615000', '143129.617000', '143129.620000', '143129.622000', '143129.625000', '143129.628000', '143129.630000', '143129.633000', '143129.635000', '143129.638000', '143149.525000', '143149.528000', '143149.530000', '143149.533000', '143149.535000', '143149.538000', '143149.540000', '143149.543000', '143149.546000', '143149.548000', '143149.551000', '143149.553000', '143149.556000', '143149.559000', '143149.561000', '143149.564000', '143149.567000', '143149.569000', '143149.572000', '143149.575000', '143149.577000', '143149.580000', '143149.582000', '143149.585000', '143149.588000', '143149.590000', '143149.593000', '143149.595000', '143149.598000', '143149.601000', '143149.603000', '143149.606000', '143149.609000', '143149.611000', '143149.614000', '143149.616000', '143149.619000', '143149.621000', '143149.624000', '143149.627000', '143149.629000', '143149.632000', '143149.634000', '143149.637000', '143209.526000', '143209.528000', '143209.531000', '143209.534000', '143209.536000', '143209.539000', '143209.541000', '143209.544000', '143209.547000', '143209.549000', '143209.552000', '143209.554000', '143209.557000', '143209.560000', '143209.562000', '143209.565000', '143209.568000', '143209.570000', '143209.573000', '143209.576000', '143209.579000', '143209.582000', '143209.585000', '143209.587000', '143209.590000', '143209.593000', '143209.595000', '143209.598000', '143209.600000', '143209.603000', '143209.606000', '143209.608000', '143209.611000', '143209.613000', '143209.616000', '143209.619000', '143209.621000', '143209.624000', '143209.626000', '143209.629000', '143209.631000', '143209.634000', '143209.637000', '143229.525000', '143229.528000', '143229.531000', '143229.534000', '143229.536000', '143229.539000', '143229.541000', '143229.544000', '143229.546000', '143229.549000', '143229.552000', '143229.554000', '143229.557000', '143229.559000', '143229.562000', '143229.566000', '143229.569000', '143229.571000', '143229.574000', '143229.576000', '143229.579000', '143229.581000', '143229.584000', '143229.587000', '143229.589000', '143229.592000', '143229.595000', '143229.597000', '143229.600000', '143229.602000', '143229.605000', '143229.608000', '143229.610000', '143229.613000', '143229.616000', '143229.618000', '143229.621000', '143229.623000', '143229.626000', '143229.628000', '143229.631000', '143229.634000', '143229.636000', '143229.639000', '143249.526000', '143249.528000', '143249.531000', '143249.534000', '143249.536000', '143249.539000', '143249.541000', '143249.544000', '143249.547000', '143249.549000', '143249.552000', '143249.554000', '143249.557000', '143249.560000', '143249.562000', '143249.565000', '143249.567000', '143249.570000', '143249.572000', '143249.575000', '143249.578000', '143249.580000', '143249.583000', '143249.585000', '143249.588000', '143249.591000', '143249.593000', '143249.596000', '143249.599000', '143249.602000', '143249.605000', '143249.608000', '143249.610000', '143249.613000', '143249.616000', '143249.618000', '143249.621000', '143249.623000', '143249.626000', '143249.629000', '143249.632000', '143249.635000', '143249.638000', '143309.526000', '143309.528000', '143309.531000', '143309.534000', '143309.536000', '143309.539000', '143309.541000', '143309.544000', '143309.547000', '143309.549000', '143309.552000', '143309.554000', '143309.557000', '143309.560000', '143309.562000', '143309.565000', '143309.568000', '143309.570000', '143309.573000', '143309.575000', '143309.578000', '143309.581000', '143309.583000', '143309.586000', '143309.588000', '143309.591000', '143309.594000', '143309.596000', '143309.599000', '143309.602000', '143309.604000', '143309.607000', '143309.610000', '143309.612000', '143309.615000', '143309.617000', '143309.620000', '143309.623000', '143309.625000', '143309.628000', '143309.630000', '143309.633000', '143309.636000', '143309.638000', '143329.525000', '143329.528000', '143329.531000', '143329.533000', '143329.536000', '143329.539000', '143329.541000', '143329.544000', '143329.546000', '143329.549000', '143329.551000', '143329.554000', '143329.557000', '143329.559000', '143329.562000', '143329.564000', '143329.567000', '143329.569000', '143329.572000', '143329.575000', '143329.577000', '143329.580000', '143329.582000', '143329.585000', '143329.587000', '143329.590000', '143329.593000', '143329.595000', '143329.598000', '143329.600000', '143329.603000', '143329.606000', '143329.608000', '143329.611000', '143329.613000', '143329.616000', '143329.619000', '143329.621000', '143329.624000', '143329.627000', '143329.630000', '143329.632000', '143329.635000', '143349.526000', '143349.529000', '143349.531000', '143349.534000', '143349.536000', '143349.539000', '143349.542000', '143349.544000', '143349.547000', '143349.549000', '143349.558000', '143349.561000', '143349.563000', '143349.566000', '143349.569000', '143349.571000', '143349.574000', '143349.576000', '143349.579000', '143349.582000', '143349.584000', '143349.587000', '143349.589000', '143349.592000', '143349.595000', '143349.597000', '143349.600000', '143349.602000', '143349.605000', '143349.608000', '143349.610000', '143349.613000', '143349.615000', '143349.618000', '143349.621000', '143349.623000', '143349.626000', '143349.628000', '143349.631000', '143349.634000', '143349.636000', '143349.639000', '143349.641000', '143349.644000', '143409.525000', '143409.527000', '143409.530000', '143409.533000', '143409.535000', '143409.538000', '143409.540000', '143409.543000', '143409.546000', '143409.548000', '143409.551000', '143409.553000', '143409.556000', '143409.559000', '143409.561000', '143409.564000', '143409.567000', '143409.569000', '143409.572000', '143409.575000', '143409.577000', '143409.580000', '143409.582000', '143409.585000', '143409.588000', '143409.590000', '143409.593000', '143409.595000', '143409.598000', '143409.601000', '143409.603000', '143409.606000', '143409.609000', '143409.611000', '143409.614000', '143409.616000', '143409.619000', '143409.622000', '143409.624000', '143409.627000', '143409.629000', '143409.632000', '143409.635000', '143429.525000', '143429.528000', '143429.531000', '143429.534000', '143429.536000', '143429.539000', '143429.541000', '143429.544000', '143429.547000', '143429.549000', '143429.552000', '143429.555000', '143429.558000', '143429.560000', '143429.563000', '143429.565000', '143429.568000', '143429.571000', '143429.573000', '143429.576000', '143429.578000', '143429.581000', '143429.584000', '143429.586000', '143429.589000', '143429.592000', '143429.594000', '143429.597000', '143429.599000', '143429.602000', '143429.616000', '143429.618000', '143429.621000', '143429.623000', '143429.626000', '143429.629000', '143429.631000', '143429.634000', '143429.636000', '143429.639000', '143429.642000', '143429.644000', '143429.647000', '143441.823000', '143441.826000', '143441.828000', '143441.831000', '143441.833000', '143441.836000', '143441.839000', '143441.841000', '143441.844000', '143441.847000', '143441.850000', '143441.853000', '143441.855000', '143441.858000', '143441.861000', '143441.864000', '143441.866000', '143441.869000', '143441.872000', '143441.875000', '143441.878000', '143441.881000', '143441.884000', '143441.887000', '143441.890000', '143441.893000', '143441.896000', '143441.898000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [8989, 12100, 9295, 12916, 8656, 10274, 8115, 9914, 8745, 9554, 13133, 9980, 16203, 9217, 13824, 8926, 13058, 9513, 15518, 9105, 12344, 8200, 9509, 8255, 9065, 9390, 9332, 9433, 9479, 9685, 8750, 10183, 8409, 11495, 8849, 10516, 8344, 11300, 8098, 11911, 8715, 12983, 8910, 12861, 8815, 12262, 8486, 11941, 8416, 11306, 7963, 10243, 8001, 9509, 7878, 9330, 8264, 9212, 8736, 8646, 10060, 8400, 10796, 8273, 12229, 8260, 12638, 8510, 12266, 8662, 12028, 7914, 10761, 8061, 10096, 8374, 10590, 7936, 9825, 8088, 9753, 8407, 9659, 8136, 10474, 8211, 10788, 8384, 10205, 8394, 10456, 8881, 11521, 8593, 11327, 8818, 10921, 8644, 11297, 12657, 11563, 9508, 10253, 10977, 9721, 16291, 9518, 17798, 14468, 17260, 8948, 13371, 8503, 12656, 8642, 12034, 9004, 12353, 8368, 9580, 8080, 9099, 12153, 8508, 12360, 8347, 12939, 9346, 12119, 8017, 11297, 8030, 10129, 7807, 9789, 8115, 9720, 7925, 9187, 7727, 9071, 8274, 8862, 10995, 8487, 11249, 8191, 11713, 7976, 11532, 8428, 12650, 8211, 12232, 8109, 11727, 7886, 11387, 7885, 10853, 8286, 11309, 8420, 10729, 8104, 10589, 8411, 10763, 8580, 11653, 8480, 11655, 8520, 11677, 8426, 12789, 9511, 12792, 8519, 12642, 8377, 13098, 7835, 12942, 9597, 12260, 8716, 14789, 10704, 13672, 10319, 8075, 10284, 8138, 10150, 8298, 10898, 9917, 11247, 8332, 10427, 8402, 9742, 9603, 8841, 11073, 9192, 8504, 9354, 10707, 8954, 11319, 8990, 11868, 9113, 10425, 9290, 10664, 9253, 10657, 9331, 8703, 9775, 8246, 9620, 8639, 9691, 10741, 10457, 13880, 9352, 14072, 8707, 13862, 8596, 13947, 8953, 12810, 8703, 10876, 8139, 9816, 8247, 9756, 8337, 9230, 10171, 9796, 8027, 9581, 10058, 8799, 13594, 8292, 13241, 8901, 11664, 8819, 10502, 7731, 9638, 8493, 9232, 10572, 8975, 13356, 10172, 14612, 8967, 12433, 8607, 12153, 8319, 12501, 8819, 13709, 9718, 13560, 8351, 13488, 8361, 12545, 8475, 10922, 7941, 10128, 8196, 9253, 11965, 9082, 12921, 8357, 11870, 8062, 12356, 8118, 12068, 8272, 12156, 8399, 11347, 7945, 10456, 7708, 9732, 7873, 9385, 7967, 9507, 8534, 9349, 7866, 9457, 8439, 9304, 10560, 8690, 12431, 8289, 13200, 7730, 12497, 7716, 11555, 7825, 10925, 7749, 10745, 7784, 9241, 8135, 9276, 9287, 8245, 12576, 8751, 13884, 8213, 12710, 7840, 12302, 8373, 11797, 7816, 11238, 7718, 10321, 7753, 10620, 8334, 11626, 8916, 11873, 8199, 11745, 8057, 11425, 8139, 11551, 9115, 13080, 9597, 12474, 8895, 11068, 8304, 10752, 8683, 11337, 15377, 14338, 12623, 10790, 9149, 9756, 9470, 9783, 14909, 11143, 14336, 10091, 13142, 8918, 12750, 8597, 13185, 10271, 14154, 8361, 12623, 8645, 12599, 8193, 12027, 7940, 11761, 7830, 10540, 7458, 9890, 7723, 9476, 8129, 8801, 11796, 8330, 12215, 7955, 12846, 8038, 11491, 7880, 10731, 7911, 11165, 7978, 10319, 7641, 9724, 7846, 9574, 8402, 9818, 9025, 9110, 9457, 8922, 9980, 8900, 10444, 8604, 10847, 8744, 10841, 8527, 11251, 8779, 10881, 8901, 10521, 8745, 8845, 8858, 11133, 8836, 12011, 8818, 12903, 8926, 12779, 8850, 12093, 8626, 12059, 8909, 11874, 8773, 11315, 8590, 11960, 8559, 11826, 8746, 11127, 8681, 11225, 8492, 12672, 8270, 11225, 8505, 10881, 13126, 10837, 17473, 12393, 17939, 9279, 14353, 8489, 13081, 8344, 12405, 8841, 12300, 8093, 12137, 7765, 10355, 7862, 9386, 9810, 8676, 14216, 9527, 14716, 7945, 13422, 7945, 12606, 7865, 11575, 7786, 11084, 7914, 9836, 7857, 9046, 7947, 8516, 10596, 8395, 10933, 7992, 11392, 7878, 11701, 7969, 12201, 7948, 12294, 8409, 11857, 7937, 11786, 7851, 11481, 7814, 12107, 8079, 12501, 10229, 14613, 11213, 7711, 9856, 7789, 9664, 7553, 9729, 7657, 10843, 7824, 11574, 8478, 12292, 9597, 13005, 9600, 14011, 10003, 15394, 12282, 16522, 14118, 17456, 12092, 15855, 9541, 14366, 9165, 12240, 9017, 10223, 8526, 9762, 8035, 9869, 7916, 9678, 7653, 9849, 7799, 9826, 7722, 9776, 7758, 9801, 7524, 9791, 7380, 9637, 7663, 9043, 8266, 9078, 10046, 8488, 11000, 8074, 11068, 8266, 11009, 8248, 10274, 8052, 10278, 8208, 11090, 8230, 11298, 8303, 10359, 8431, 10240, 8382, 10852, 8302, 11240, 8415, 11315, 8637, 10591, 8685, 10871, 8400, 11254, 9070, 11027, 8894, 11748, 8821, 11919, 9030, 11374, 8835, 10142, 8618, 10614, 8786, 10922, 8774, 11283, 8794, 11092, 9042, 14257, 11374, 15269, 10032, 15081, 10586, 15919, 12174, 15761, 15031, 14426, 10034, 11693, 14547, 9968, 13735, 10428, 15035, 9880, 8593, 9694, 8193, 10166, 8582, 12393, 8682, 10611, 8174, 9850, 8081, 9896, 8221, 9331, 12395, 8789, 12124, 8757, 13687, 8838, 12267, 8352, 12068, 8212, 11637, 8338, 10676, 8395, 10232, 8206, 10422, 7976, 9612, 7967, 9852, 7839, 10656, 7847, 9893, 7768, 9659, 7969, 10001, 8280, 9832, 8439, 10120, 8895, 10603, 13589, 8793, 11323, 8818, 10115, 8791, 10215, 8792, 10393, 8745, 10750, 8829, 11271, 8791, 11999, 9144, 12724, 10114, 12007, 8642, 11723, 8774, 11503, 8111, 10188, 9119, 8141, 9646, 8380, 10224, 8423, 10416, 9159, 14466, 10091, 15033, 8706, 11432, 8329, 10163, 9634, 14329, 13415, 16095, 14228, 16032, 9793, 13715, 10098, 15086, 11309, 15773, 9334, 11938, 8935, 11175, 8733, 10779, 9245, 10386, 8239, 9590, 7765, 9023, 8325, 9085, 8314, 9431, 7902, 9668, 7865, 9422, 7737, 9237, 7862, 9770, 8559, 10342, 8191, 10025, 8188, 9945, 8216, 10180, 8345, 10544, 8511, 10058, 7797, 9651, 7908, 9838, 7844, 9686, 8180, 9696, 8428, 9493, 8290, 9340, 8243, 9217, 8483, 9356, 8560, 9770, 10146, 9262, 8123, 9207, 8982, 8929, 11278, 9032, 12451, 9223, 12429, 8389, 12591, 8233, 10947, 8054, 10843, 8472, 11411, 8275, 10584, 8232, 10847, 8421, 11014, 8181, 10900, 8334, 10890, 8213, 11294, 9100, 12096, 8506, 11885, 8781, 11596, 8547, 11575, 8619, 11332, 8137, 11213, 8237, 10383, 8374, 9505, 8361, 9491, 8571, 9270, 8710, 9218, 8858, 8985, 8752, 8756, 10169, 8850, 11143, 8975, 11763, 8856, 12269, 8789, 12292, 8786, 11400, 8788, 11499, 8876, 11186, 8962, 11035, 8551, 10832, 8686, 10737, 9327, 9937, 10432, 9340, 11168, 9431, 11565, 9616, 9526, 9593, 10025, 9546, 9449, 8675, 12031, 9272, 8497, 9286, 8514, 9475, 8681, 10211, 8386, 10488, 8403, 10506, 8485, 10415, 9015, 11325, 9791, 12760, 9649, 10982, 9222, 15674, 12118, 15022, 10416, 10867, 9564, 10225, 12407, 13360, 16224, 13024, 12770, 10257, 9567, 9809, 12151, 9776, 15842, 10268, 15090, 9230, 12465, 8968, 11951, 8637, 11723, 9050, 11880, 8700, 10875, 8348, 10257, 8051, 9306, 7889, 9368, 7917, 8815, 8759, 8487, 10197, 8873, 11656, 8381, 10003, 7851, 9588, 7424, 9188, 7737, 9425, 7431, 9770, 7479, 10089, 7809, 10083, 8380, 10546, 7986, 9569, 7733, 9694, 8003, 8968, 9120, 8985, 9235, 8519, 10836, 8394, 11721, 8532, 11688, 8405, 10451, 8207, 9936, 8148, 9954, 8266, 9742, 8125, 9278, 7966, 9981, 7958, 11065, 8409, 11387, 9004, 11372, 8595, 11111, 8634, 11212, 8632, 15371, 10469, 11245, 9006, 9171, 10976, 8719, 14512, 8910, 14801, 8561, 11931, 8010, 11458, 8007, 10311, 8633, 10229, 8261, 9941, 8637, 8271, 11048, 8095, 11417, 8219, 11444, 8000, 11019, 7803, 10995, 8188, 11125, 8434, 10910, 8161, 10821, 8475, 11106, 7952, 9943, 8198, 9768, 7942, 9445, 8826, 8771, 11518, 8389, 12096, 8364, 11186, 7891, 9898, 7629, 10217, 7623, 9627, 7610, 9664, 7655, 9716, 7736, 9670, 7962, 10598, 8293, 10717, 8174, 11268, 8416, 10783, 7914, 10733, 8461, 10922, 8309, 9631], 'WindowCenter': [4519.0, 4533.0, 4499.0, 4517.0, 4473.0, 4493.0, 4462.0, 4507.0, 4485.0, 4482.0, 4512.0, 4493.0, 4531.0, 4481.0, 4510.0, 4469.0, 4498.0, 4468.0, 4519.0, 4457.0, 4498.0, 4457.0, 4465.0, 4456.0, 4456.0, 4455.0, 4456.0, 4455.0, 4466.0, 4466.0, 4456.0, 4477.0, 4458.0, 4488.0, 4468.0, 4478.0, 4459.0, 4488.0, 4458.0, 4499.0, 4470.0, 4511.0, 4471.0, 4510.0, 4470.0, 4500.0, 4470.0, 4500.0, 4459.0, 4490.0, 4459.0, 4480.0, 4460.0, 4478.0, 4459.0, 4480.0, 4459.0, 4481.0, 4471.0, 4472.0, 4492.0, 4474.0, 4503.0, 4473.0, 4512.0, 4473.0, 4513.0, 4472.0, 4513.0, 4473.0, 4512.0, 4461.0, 4491.0, 4460.0, 4491.0, 4471.0, 4492.0, 4472.0, 4493.0, 4472.0, 4492.0, 4473.0, 4494.0, 4473.0, 4506.0, 4486.0, 4516.0, 4485.0, 4505.0, 4486.0, 4507.0, 4486.0, 4518.0, 4486.0, 4516.0, 4496.0, 4517.0, 4487.0, 4515.0, 4524.0, 4514.0, 4482.0, 4492.0, 4490.0, 4481.0, 4530.0, 4480.0, 4541.0, 4522.0, 4531.0, 4470.0, 4509.0, 4459.0, 4499.0, 4457.0, 4499.0, 4457.0, 4498.0, 4456.0, 4466.0, 4445.0, 4455.0, 4485.0, 4455.0, 4485.0, 4445.0, 4485.0, 4455.0, 4485.0, 4445.0, 4475.0, 4444.0, 4465.0, 4445.0, 4466.0, 4446.0, 4467.0, 4446.0, 4467.0, 4447.0, 4467.0, 4445.0, 4467.0, 4487.0, 4459.0, 4488.0, 4459.0, 4498.0, 4459.0, 4488.0, 4459.0, 4511.0, 4470.0, 4501.0, 4460.0, 4500.0, 4460.0, 4500.0, 4461.0, 4490.0, 4471.0, 4501.0, 4461.0, 4490.0, 4460.0, 4491.0, 4471.0, 4502.0, 4471.0, 4515.0, 4485.0, 4514.0, 4485.0, 4513.0, 4473.0, 4512.0, 4494.0, 4525.0, 4484.0, 4524.0, 4473.0, 4522.0, 4462.0, 4514.0, 4481.0, 4501.0, 4483.0, 4522.0, 4503.0, 4537.0, 4504.0, 4461.0, 4479.0, 4448.0, 4478.0, 4457.0, 4489.0, 4468.0, 4489.0, 4457.0, 4477.0, 4456.0, 4467.0, 4466.0, 4456.0, 4478.0, 4467.0, 4457.0, 4468.0, 4478.0, 4469.0, 4488.0, 4469.0, 4499.0, 4470.0, 4489.0, 4481.0, 4489.0, 4481.0, 4490.0, 4482.0, 4471.0, 4492.0, 4473.0, 4493.0, 4471.0, 4493.0, 4492.0, 4492.0, 4521.0, 4481.0, 4521.0, 4472.0, 4513.0, 4470.0, 4521.0, 4469.0, 4500.0, 4459.0, 4487.0, 4458.0, 4477.0, 4458.0, 4479.0, 4459.0, 4470.0, 4481.0, 4481.0, 4460.0, 4482.0, 4480.0, 4471.0, 4512.0, 4461.0, 4512.0, 4470.0, 4491.0, 4470.0, 4481.0, 4448.0, 4468.0, 4457.0, 4468.0, 4477.0, 4469.0, 4509.0, 4480.0, 4521.0, 4470.0, 4500.0, 4459.0, 4498.0, 4458.0, 4499.0, 4469.0, 4509.0, 4470.0, 4509.0, 4458.0, 4508.0, 4458.0, 4496.0, 4446.0, 4476.0, 4446.0, 4476.0, 4456.0, 4467.0, 4486.0, 4457.0, 4496.0, 4456.0, 4486.0, 4447.0, 4497.0, 4446.0, 4498.0, 4457.0, 4498.0, 4457.0, 4488.0, 4447.0, 4476.0, 4445.0, 4466.0, 4446.0, 4467.0, 4457.0, 4467.0, 4458.0, 4470.0, 4458.0, 4479.0, 4459.0, 4480.0, 4502.0, 4497.0, 4537.0, 4475.0, 4525.0, 4475.0, 4512.0, 4459.0, 4499.0, 4460.0, 4489.0, 4450.0, 4501.0, 4460.0, 4482.0, 4462.0, 4482.0, 4481.0, 4473.0, 4512.0, 4473.0, 4522.0, 4473.0, 4513.0, 4472.0, 4513.0, 4472.0, 4502.0, 4461.0, 4503.0, 4461.0, 4491.0, 4462.0, 4493.0, 4472.0, 4503.0, 4484.0, 4515.0, 4473.0, 4512.0, 4471.0, 4501.0, 4461.0, 4502.0, 4482.0, 4526.0, 4482.0, 4513.0, 4470.0, 4490.0, 4458.0, 4487.0, 4457.0, 4488.0, 4515.0, 4509.0, 4486.0, 4475.0, 4464.0, 4464.0, 4452.0, 4462.0, 4493.0, 4473.0, 4503.0, 4461.0, 4480.0, 4442.0, 4479.0, 4441.0, 4480.0, 4461.0, 4480.0, 4430.0, 4480.0, 4440.0, 4470.0, 4430.0, 4470.0, 4431.0, 4471.0, 4432.0, 4461.0, 4432.0, 4451.0, 4431.0, 4452.0, 4443.0, 4454.0, 4484.0, 4444.0, 4484.0, 4445.0, 4495.0, 4446.0, 4486.0, 4447.0, 4486.0, 4446.0, 4488.0, 4458.0, 4479.0, 4449.0, 4479.0, 4460.0, 4480.0, 4470.0, 4491.0, 4470.0, 4471.0, 4480.0, 4482.0, 4490.0, 4483.0, 4503.0, 4484.0, 4502.0, 4484.0, 4504.0, 4483.0, 4505.0, 4485.0, 4505.0, 4496.0, 4505.0, 4497.0, 4496.0, 4499.0, 4517.0, 4499.0, 4527.0, 4499.0, 4527.0, 4497.0, 4529.0, 4496.0, 4527.0, 4486.0, 4539.0, 4498.0, 4528.0, 4498.0, 4517.0, 4489.0, 4527.0, 4487.0, 4527.0, 4487.0, 4515.0, 4487.0, 4515.0, 4486.0, 4526.0, 4486.0, 4517.0, 4485.0, 4505.0, 4523.0, 4505.0, 4555.0, 4515.0, 4553.0, 4483.0, 4522.0, 4471.0, 4523.0, 4473.0, 4513.0, 4482.0, 4514.0, 4488.0, 4527.0, 4462.0, 4491.0, 4460.0, 4482.0, 4492.0, 4497.0, 4533.0, 4482.0, 4521.0, 4460.0, 4510.0, 4459.0, 4498.0, 4459.0, 4500.0, 4459.0, 4490.0, 4459.0, 4479.0, 4458.0, 4469.0, 4485.0, 4481.0, 4488.0, 4473.0, 4490.0, 4461.0, 4499.0, 4460.0, 4500.0, 4472.0, 4512.0, 4473.0, 4511.0, 4473.0, 4512.0, 4473.0, 4512.0, 4472.0, 4500.0, 4462.0, 4513.0, 4461.0, 4513.0, 4494.0, 4536.0, 4504.0, 4461.0, 4480.0, 4459.0, 4479.0, 4458.0, 4492.0, 4462.0, 4505.0, 4473.0, 4529.0, 4484.0, 4526.0, 4494.0, 4524.0, 4494.0, 4523.0, 4482.0, 4522.0, 4501.0, 4518.0, 4497.0, 4518.0, 4475.0, 4502.0, 4440.0, 4480.0, 4438.0, 4457.0, 4425.0, 4446.0, 4426.0, 4437.0, 4417.0, 4447.0, 4428.0, 4438.0, 4418.0, 4448.0, 4419.0, 4449.0, 4430.0, 4460.0, 4431.0, 4460.0, 4432.0, 4462.0, 4432.0, 4464.0, 4445.0, 4465.0, 4455.0, 4467.0, 4478.0, 4469.0, 4489.0, 4460.0, 4502.0, 4471.0, 4491.0, 4484.0, 4505.0, 4474.0, 4492.0, 4472.0, 4502.0, 4472.0, 4503.0, 4486.0, 4505.0, 4487.0, 4506.0, 4485.0, 4517.0, 4499.0, 4517.0, 4500.0, 4530.0, 4499.0, 4518.0, 4497.0, 4531.0, 4502.0, 4529.0, 4524.0, 4545.0, 4514.0, 4544.0, 4513.0, 4545.0, 4513.0, 4544.0, 4526.0, 4537.0, 4513.0, 4534.0, 4500.0, 4531.0, 4500.0, 4530.0, 4499.0, 4530.0, 4499.0, 4550.0, 4530.0, 4561.0, 4508.0, 4549.0, 4506.0, 4562.0, 4517.0, 4538.0, 4535.0, 4524.0, 4480.0, 4488.0, 4507.0, 4466.0, 4495.0, 4477.0, 4507.0, 4466.0, 4455.0, 4465.0, 4444.0, 4465.0, 4455.0, 4486.0, 4455.0, 4475.0, 4456.0, 4465.0, 4444.0, 4463.0, 4441.0, 4452.0, 4483.0, 4453.0, 4483.0, 4455.0, 4494.0, 4454.0, 4483.0, 4443.0, 4483.0, 4444.0, 4474.0, 4456.0, 4489.0, 4458.0, 4490.0, 4473.0, 4488.0, 4459.0, 4479.0, 4458.0, 4480.0, 4473.0, 4504.0, 4474.0, 4491.0, 4472.0, 4492.0, 4472.0, 4494.0, 4487.0, 4506.0, 4498.0, 4534.0, 4512.0, 4533.0, 4539.0, 4500.0, 4531.0, 4510.0, 4519.0, 4498.0, 4519.0, 4497.0, 4508.0, 4498.0, 4520.0, 4499.0, 4518.0, 4500.0, 4528.0, 4510.0, 4539.0, 4523.0, 4529.0, 4499.0, 4516.0, 4498.0, 4542.0, 4500.0, 4507.0, 4499.0, 4488.0, 4509.0, 4487.0, 4507.0, 4486.0, 4507.0, 4496.0, 4539.0, 4508.0, 4547.0, 4486.0, 4505.0, 4474.0, 4493.0, 4497.0, 4536.0, 4524.0, 4536.0, 4523.0, 4533.0, 4481.0, 4509.0, 4479.0, 4508.0, 4489.0, 4517.0, 4467.0, 4485.0, 4456.0, 4476.0, 4454.0, 4476.0, 4455.0, 4465.0, 4444.0, 4452.0, 4433.0, 4454.0, 4445.0, 4455.0, 4445.0, 4466.0, 4446.0, 4466.0, 4446.0, 4466.0, 4446.0, 4465.0, 4456.0, 4478.0, 4458.0, 4492.0, 4472.0, 4480.0, 4458.0, 4477.0, 4458.0, 4477.0, 4459.0, 4490.0, 4469.0, 4481.0, 4462.0, 4481.0, 4459.0, 4481.0, 4461.0, 4494.0, 4461.0, 4482.0, 4471.0, 4481.0, 4461.0, 4481.0, 4472.0, 4481.0, 4472.0, 4484.0, 4474.0, 4495.0, 4494.0, 4485.0, 4474.0, 4484.0, 4483.0, 4483.0, 4502.0, 4483.0, 4514.0, 4485.0, 4514.0, 4475.0, 4514.0, 4474.0, 4505.0, 4474.0, 4505.0, 4486.0, 4516.0, 4486.0, 4506.0, 4487.0, 4518.0, 4487.0, 4517.0, 4487.0, 4517.0, 4487.0, 4507.0, 4487.0, 4517.0, 4487.0, 4517.0, 4485.0, 4516.0, 4484.0, 4515.0, 4486.0, 4518.0, 4498.0, 4516.0, 4476.0, 4515.0, 4485.0, 4503.0, 4485.0, 4496.0, 4485.0, 4496.0, 4497.0, 4509.0, 4487.0, 4498.0, 4497.0, 4498.0, 4497.0, 4499.0, 4519.0, 4499.0, 4518.0, 4510.0, 4528.0, 4499.0, 4529.0, 4513.0, 4530.0, 4499.0, 4530.0, 4500.0, 4542.0, 4512.0, 4531.0, 4500.0, 4520.0, 4499.0, 4520.0, 4498.0, 4520.0, 4509.0, 4509.0, 4507.0, 4497.0, 4516.0, 4497.0, 4517.0, 4508.0, 4498.0, 4508.0, 4506.0, 4523.0, 4521.0, 4499.0, 4526.0, 4496.0, 4484.0, 4495.0, 4483.0, 4494.0, 4472.0, 4494.0, 4485.0, 4506.0, 4485.0, 4505.0, 4485.0, 4506.0, 4485.0, 4517.0, 4495.0, 4526.0, 4493.0, 4493.0, 4482.0, 4531.0, 4501.0, 4534.0, 4490.0, 4488.0, 4478.0, 4478.0, 4498.0, 4497.0, 4518.0, 4498.0, 4485.0, 4464.0, 4452.0, 4462.0, 4470.0, 4462.0, 4502.0, 4462.0, 4492.0, 4451.0, 4480.0, 4440.0, 4469.0, 4440.0, 4484.0, 4454.0, 4471.0, 4441.0, 4461.0, 4441.0, 4461.0, 4431.0, 4452.0, 4456.0, 4465.0, 4443.0, 4454.0, 4454.0, 4468.0, 4490.0, 4467.0, 4486.0, 4457.0, 4478.0, 4485.0, 4493.0, 4460.0, 4479.0, 4459.0, 4479.0, 4460.0, 4490.0, 4461.0, 4491.0, 4462.0, 4492.0, 4472.0, 4504.0, 4472.0, 4482.0, 4461.0, 4481.0, 4471.0, 4482.0, 4481.0, 4483.0, 4482.0, 4484.0, 4503.0, 4473.0, 4513.0, 4483.0, 4513.0, 4473.0, 4504.0, 4485.0, 4505.0, 4475.0, 4495.0, 4486.0, 4506.0, 4515.0, 4523.0, 4502.0, 4521.0, 4489.0, 4518.0, 4489.0, 4518.0, 4498.0, 4518.0, 4487.0, 4516.0, 4499.0, 4530.0, 4486.0, 4559.0, 4518.0, 4515.0, 4482.0, 4482.0, 4502.0, 4483.0, 4533.0, 4482.0, 4533.0, 4483.0, 4526.0, 4472.0, 4501.0, 4485.0, 4493.0, 4472.0, 4505.0, 4473.0, 4492.0, 4471.0, 4472.0, 4501.0, 4472.0, 4502.0, 4472.0, 4502.0, 4473.0, 4517.0, 4474.0, 4502.0, 4472.0, 4502.0, 4471.0, 4491.0, 4471.0, 4490.0, 4471.0, 4501.0, 4460.0, 4480.0, 4469.0, 4480.0, 4459.0, 4481.0, 4482.0, 4471.0, 4513.0, 4483.0, 4510.0, 4469.0, 4489.0, 4459.0, 4490.0, 4487.0, 4517.0, 4475.0, 4493.0, 4474.0, 4494.0, 4475.0, 4495.0, 4476.0, 4506.0, 4487.0, 4507.0, 4488.0, 4505.0, 4486.0, 4515.0, 4485.0, 4518.0, 4501.0, 4518.0, 4485.0, 4503.0, 4483.0, 4494.0], 'WindowWidth': [9948.0, 9954.0, 9896.0, 9918.0, 9850.0, 9875.0, 9834.0, 9904.0, 9870.0, 9861.0, 9900.0, 9877.0, 9924.0, 9853.0, 9896.0, 9834.0, 9875.0, 9831.0, 9904.0, 9816.0, 9874.0, 9814.0, 9824.0, 9811.0, 9814.0, 9811.0, 9814.0, 9811.0, 9827.0, 9827.0, 9814.0, 9843.0, 9819.0, 9861.0, 9832.0, 9846.0, 9823.0, 9862.0, 9822.0, 9879.0, 9840.0, 9897.0, 9842.0, 9895.0, 9840.0, 9882.0, 9839.0, 9881.0, 9823.0, 9866.0, 9825.0, 9852.0, 9826.0, 9849.0, 9824.0, 9852.0, 9825.0, 9856.0, 9846.0, 9846.0, 9875.0, 9852.0, 9893.0, 9851.0, 9903.0, 9849.0, 9905.0, 9846.0, 9903.0, 9849.0, 9902.0, 9832.0, 9872.0, 9828.0, 9870.0, 9844.0, 9875.0, 9847.0, 9878.0, 9849.0, 9875.0, 9851.0, 9880.0, 9852.0, 9900.0, 9873.0, 9915.0, 9870.0, 9898.0, 9873.0, 9902.0, 9872.0, 9921.0, 9872.0, 9913.0, 9887.0, 9916.0, 9877.0, 9909.0, 9918.0, 9907.0, 9859.0, 9874.0, 9868.0, 9856.0, 9922.0, 9854.0, 9939.0, 9913.0, 9925.0, 9839.0, 9894.0, 9821.0, 9878.0, 9818.0, 9875.0, 9818.0, 9874.0, 9814.0, 9827.0, 9798.0, 9812.0, 9850.0, 9810.0, 9854.0, 9796.0, 9851.0, 9811.0, 9851.0, 9796.0, 9837.0, 9796.0, 9824.0, 9796.0, 9828.0, 9799.0, 9831.0, 9801.0, 9831.0, 9805.0, 9830.0, 9800.0, 9830.0, 9857.0, 9822.0, 9861.0, 9822.0, 9875.0, 9823.0, 9863.0, 9825.0, 9896.0, 9839.0, 9883.0, 9827.0, 9882.0, 9826.0, 9882.0, 9829.0, 9866.0, 9843.0, 9884.0, 9830.0, 9868.0, 9826.0, 9869.0, 9843.0, 9886.0, 9844.0, 9911.0, 9870.0, 9908.0, 9869.0, 9905.0, 9852.0, 9901.0, 9880.0, 9922.0, 9867.0, 9919.0, 9851.0, 9914.0, 9833.0, 9907.0, 9856.0, 9882.0, 9863.0, 9918.0, 9890.0, 9945.0, 9893.0, 9830.0, 9850.0, 9804.0, 9847.0, 9815.0, 9861.0, 9831.0, 9863.0, 9816.0, 9843.0, 9814.0, 9829.0, 9824.0, 9813.0, 9843.0, 9830.0, 9816.0, 9833.0, 9847.0, 9836.0, 9861.0, 9836.0, 9877.0, 9838.0, 9864.0, 9853.0, 9862.0, 9854.0, 9865.0, 9857.0, 9843.0, 9872.0, 9848.0, 9876.0, 9844.0, 9874.0, 9872.0, 9871.0, 9910.0, 9855.0, 9910.0, 9843.0, 9900.0, 9839.0, 9910.0, 9836.0, 9878.0, 9821.0, 9859.0, 9820.0, 9845.0, 9819.0, 9850.0, 9824.0, 9837.0, 9852.0, 9856.0, 9826.0, 9857.0, 9854.0, 9842.0, 9900.0, 9827.0, 9898.0, 9837.0, 9867.0, 9837.0, 9853.0, 9807.0, 9833.0, 9817.0, 9832.0, 9845.0, 9836.0, 9890.0, 9853.0, 9908.0, 9840.0, 9880.0, 9823.0, 9873.0, 9818.0, 9877.0, 9835.0, 9888.0, 9837.0, 9890.0, 9820.0, 9887.0, 9818.0, 9867.0, 9798.0, 9841.0, 9799.0, 9840.0, 9812.0, 9830.0, 9855.0, 9815.0, 9867.0, 9814.0, 9854.0, 9801.0, 9869.0, 9800.0, 9873.0, 9817.0, 9872.0, 9817.0, 9859.0, 9801.0, 9840.0, 9796.0, 9826.0, 9799.0, 9831.0, 9818.0, 9830.0, 9818.0, 9838.0, 9821.0, 9850.0, 9824.0, 9854.0, 9889.0, 9890.0, 9947.0, 9854.0, 9925.0, 9857.0, 9899.0, 9824.0, 9878.0, 9824.0, 9863.0, 9811.0, 9885.0, 9828.0, 9859.0, 9832.0, 9860.0, 9859.0, 9848.0, 9900.0, 9850.0, 9915.0, 9849.0, 9903.0, 9846.0, 9902.0, 9845.0, 9887.0, 9830.0, 9888.0, 9830.0, 9870.0, 9832.0, 9875.0, 9846.0, 9892.0, 9866.0, 9908.0, 9849.0, 9902.0, 9846.0, 9886.0, 9832.0, 9888.0, 9859.0, 9925.0, 9859.0, 9902.0, 9841.0, 9866.0, 9819.0, 9859.0, 9816.0, 9859.0, 9892.0, 9891.0, 9851.0, 9837.0, 9822.0, 9819.0, 9803.0, 9815.0, 9854.0, 9833.0, 9871.0, 9812.0, 9835.0, 9784.0, 9834.0, 9783.0, 9837.0, 9811.0, 9838.0, 9768.0, 9837.0, 9781.0, 9823.0, 9768.0, 9824.0, 9771.0, 9825.0, 9772.0, 9812.0, 9774.0, 9799.0, 9772.0, 9803.0, 9791.0, 9807.0, 9848.0, 9796.0, 9851.0, 9797.0, 9865.0, 9800.0, 9855.0, 9805.0, 9857.0, 9803.0, 9862.0, 9821.0, 9851.0, 9811.0, 9851.0, 9827.0, 9856.0, 9840.0, 9870.0, 9841.0, 9843.0, 9854.0, 9859.0, 9869.0, 9861.0, 9890.0, 9865.0, 9888.0, 9865.0, 9894.0, 9865.0, 9894.0, 9868.0, 9896.0, 9886.0, 9898.0, 9891.0, 9886.0, 9894.0, 9918.0, 9895.0, 9934.0, 9894.0, 9931.0, 9890.0, 9934.0, 9888.0, 9931.0, 9875.0, 9954.0, 9896.0, 9933.0, 9894.0, 9917.0, 9880.0, 9932.0, 9876.0, 9930.0, 9875.0, 9912.0, 9876.0, 9913.0, 9873.0, 9929.0, 9874.0, 9915.0, 9869.0, 9896.0, 9919.0, 9897.0, 9966.0, 9907.0, 9960.0, 9863.0, 9916.0, 9844.0, 9917.0, 9851.0, 9904.0, 9860.0, 9906.0, 9881.0, 9929.0, 9834.0, 9871.0, 9828.0, 9859.0, 9875.0, 9890.0, 9935.0, 9861.0, 9912.0, 9827.0, 9894.0, 9824.0, 9877.0, 9824.0, 9881.0, 9824.0, 9865.0, 9822.0, 9849.0, 9821.0, 9838.0, 9872.0, 9859.0, 9863.0, 9849.0, 9868.0, 9829.0, 9878.0, 9827.0, 9883.0, 9846.0, 9902.0, 9850.0, 9898.0, 9849.0, 9902.0, 9849.0, 9902.0, 9848.0, 9885.0, 9835.0, 9903.0, 9833.0, 9904.0, 9878.0, 9941.0, 9893.0, 9831.0, 9852.0, 9824.0, 9851.0, 9824.0, 9875.0, 9836.0, 9896.0, 9853.0, 9936.0, 9867.0, 9927.0, 9881.0, 9921.0, 9879.0, 9919.0, 9859.0, 9916.0, 9880.0, 9907.0, 9870.0, 9903.0, 9834.0, 9870.0, 9779.0, 9833.0, 9773.0, 9798.0, 9752.0, 9781.0, 9755.0, 9770.0, 9745.0, 9785.0, 9760.0, 9773.0, 9748.0, 9789.0, 9751.0, 9791.0, 9767.0, 9810.0, 9772.0, 9810.0, 9774.0, 9814.0, 9776.0, 9820.0, 9796.0, 9824.0, 9813.0, 9831.0, 9847.0, 9837.0, 9864.0, 9828.0, 9886.0, 9844.0, 9871.0, 9868.0, 9899.0, 9854.0, 9875.0, 9849.0, 9889.0, 9848.0, 9890.0, 9871.0, 9896.0, 9875.0, 9902.0, 9870.0, 9918.0, 9896.0, 9916.0, 9896.0, 9939.0, 9897.0, 9919.0, 9891.0, 9943.0, 9903.0, 9939.0, 9940.0, 9969.0, 9926.0, 9967.0, 9923.0, 9969.0, 9923.0, 9967.0, 9949.0, 9965.0, 9926.0, 9950.0, 9901.0, 9944.0, 9900.0, 9942.0, 9897.0, 9941.0, 9897.0, 9969.0, 9938.0, 9988.0, 9907.0, 9966.0, 9897.0, 9990.0, 9917.0, 9946.0, 9936.0, 9920.0, 9850.0, 9861.0, 9884.0, 9825.0, 9865.0, 9843.0, 9883.0, 9827.0, 9810.0, 9825.0, 9795.0, 9824.0, 9809.0, 9855.0, 9809.0, 9837.0, 9816.0, 9824.0, 9794.0, 9819.0, 9788.0, 9804.0, 9844.0, 9805.0, 9844.0, 9809.0, 9861.0, 9805.0, 9846.0, 9790.0, 9845.0, 9793.0, 9836.0, 9815.0, 9864.0, 9819.0, 9868.0, 9851.0, 9862.0, 9823.0, 9853.0, 9821.0, 9852.0, 9852.0, 9894.0, 9852.0, 9872.0, 9847.0, 9872.0, 9848.0, 9879.0, 9876.0, 9902.0, 9894.0, 9954.0, 9920.0, 9948.0, 9953.0, 9898.0, 9946.0, 9915.0, 9926.0, 9895.0, 9923.0, 9890.0, 9905.0, 9894.0, 9925.0, 9897.0, 9921.0, 9899.0, 9935.0, 9912.0, 9953.0, 9935.0, 9937.0, 9895.0, 9917.0, 9895.0, 9963.0, 9901.0, 9905.0, 9897.0, 9880.0, 9912.0, 9879.0, 9906.0, 9874.0, 9906.0, 9887.0, 9952.0, 9904.0, 9961.0, 9873.0, 9899.0, 9851.0, 9875.0, 9891.0, 9944.0, 9921.0, 9943.0, 9920.0, 9934.0, 9854.0, 9892.0, 9849.0, 9889.0, 9864.0, 9901.0, 9829.0, 9855.0, 9812.0, 9841.0, 9807.0, 9840.0, 9808.0, 9824.0, 9792.0, 9803.0, 9778.0, 9806.0, 9798.0, 9810.0, 9796.0, 9828.0, 9800.0, 9828.0, 9800.0, 9826.0, 9800.0, 9826.0, 9814.0, 9845.0, 9819.0, 9874.0, 9847.0, 9852.0, 9820.0, 9845.0, 9818.0, 9843.0, 9821.0, 9866.0, 9836.0, 9855.0, 9833.0, 9854.0, 9822.0, 9854.0, 9828.0, 9880.0, 9828.0, 9858.0, 9840.0, 9856.0, 9828.0, 9856.0, 9844.0, 9857.0, 9846.0, 9864.0, 9849.0, 9881.0, 9878.0, 9865.0, 9851.0, 9865.0, 9861.0, 9861.0, 9887.0, 9863.0, 9905.0, 9867.0, 9907.0, 9854.0, 9907.0, 9853.0, 9897.0, 9853.0, 9896.0, 9871.0, 9913.0, 9872.0, 9899.0, 9875.0, 9919.0, 9876.0, 9918.0, 9876.0, 9917.0, 9875.0, 9902.0, 9876.0, 9918.0, 9875.0, 9916.0, 9870.0, 9911.0, 9865.0, 9908.0, 9872.0, 9920.0, 9892.0, 9912.0, 9858.0, 9912.0, 9869.0, 9892.0, 9870.0, 9886.0, 9870.0, 9886.0, 9890.0, 9908.0, 9875.0, 9893.0, 9888.0, 9892.0, 9890.0, 9895.0, 9922.0, 9897.0, 9920.0, 9914.0, 9935.0, 9897.0, 9939.0, 9922.0, 9941.0, 9897.0, 9943.0, 9900.0, 9960.0, 9920.0, 9942.0, 9898.0, 9925.0, 9895.0, 9926.0, 9894.0, 9928.0, 9910.0, 9910.0, 9903.0, 9892.0, 9914.0, 9891.0, 9918.0, 9907.0, 9892.0, 9905.0, 9901.0, 9938.0, 9933.0, 9897.0, 9927.0, 9887.0, 9866.0, 9882.0, 9866.0, 9881.0, 9848.0, 9882.0, 9869.0, 9903.0, 9871.0, 9900.0, 9872.0, 9900.0, 9870.0, 9920.0, 9885.0, 9928.0, 9879.0, 9878.0, 9861.0, 9929.0, 9885.0, 9938.0, 9867.0, 9864.0, 9847.0, 9848.0, 9874.0, 9872.0, 9903.0, 9876.0, 9850.0, 9820.0, 9803.0, 9815.0, 9824.0, 9816.0, 9871.0, 9816.0, 9855.0, 9798.0, 9837.0, 9781.0, 9820.0, 9783.0, 9850.0, 9809.0, 9828.0, 9785.0, 9812.0, 9783.0, 9812.0, 9771.0, 9801.0, 9816.0, 9823.0, 9793.0, 9808.0, 9809.0, 9835.0, 9867.0, 9831.0, 9857.0, 9818.0, 9849.0, 9873.0, 9880.0, 9831.0, 9851.0, 9825.0, 9853.0, 9830.0, 9869.0, 9830.0, 9872.0, 9834.0, 9875.0, 9848.0, 9893.0, 9848.0, 9859.0, 9831.0, 9858.0, 9844.0, 9859.0, 9857.0, 9862.0, 9860.0, 9865.0, 9889.0, 9850.0, 9904.0, 9865.0, 9906.0, 9852.0, 9894.0, 9869.0, 9899.0, 9858.0, 9883.0, 9872.0, 9901.0, 9932.0, 9940.0, 9910.0, 9933.0, 9885.0, 9922.0, 9882.0, 9922.0, 9894.0, 9921.0, 9876.0, 9916.0, 9897.0, 9941.0, 9875.0, 9983.0, 9921.0, 9911.0, 9861.0, 9859.0, 9888.0, 9865.0, 9934.0, 9861.0, 9931.0, 9863.0, 9929.0, 9848.0, 9885.0, 9873.0, 9880.0, 9848.0, 9898.0, 9850.0, 9874.0, 9846.0, 9847.0, 9883.0, 9846.0, 9890.0, 9846.0, 9890.0, 9851.0, 9919.0, 9856.0, 9889.0, 9848.0, 9888.0, 9845.0, 9872.0, 9842.0, 9868.0, 9842.0, 9885.0, 9828.0, 9854.0, 9838.0, 9853.0, 9826.0, 9859.0, 9861.0, 9843.0, 9904.0, 9866.0, 9896.0, 9837.0, 9864.0, 9825.0, 9870.0, 9877.0, 9918.0, 9857.0, 9879.0, 9856.0, 9882.0, 9858.0, 9884.0, 9861.0, 9902.0, 9875.0, 9903.0, 9878.0, 9901.0, 9872.0, 9911.0, 9869.0, 9923.0, 9905.0, 9922.0, 9871.0, 9892.0, 9865.0, 9882.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.00042052007299270077</td></tr>
<tr><td colspan=3>aqi</td><td>0.030477329562043794</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.35794230760731</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1550143654703198</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.967845259707762</td></tr>
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
<tr><td colspan=3>fber</td><td>3745.2693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08495926124580032</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.383211678832117</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.76009358374737</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.720793480585774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9710910200727607</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.588396250583574</td></tr>
<tr><td colspan=3>gcor</td><td>0.0187627</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006924353539943695</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030997740104794502</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9607898808376363</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>11.5761</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.9785</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.0717</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1172.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.3401</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1121</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.2247</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3618.9196</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.0226</td></tr>
<tr><td colspan=3>tsnr</td><td>33.06592487310991</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>