ds005256-mriqc/sub-0118_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 309423ad35 [DATALAD RUNCMD] Compute MRIQC for sub-0118
=== 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-0118 --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-0118",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 10:14:38 +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-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-02/func/sub-0118_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>1b1cf921c911ab770de4c868fcb7b947</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:47:39.307500</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.999312, 0.0205425, 0.0308868, -0.0249462, 0.988413, 0.149724]</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.259</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.08629</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>[4222, -7804, -7218, 292, -55, -65, -107, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0d24b49-5e5b-4842-843b-1ff49bae2b4a||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.6810803413391113, -0.06692880392074585, 0.07412362843751907, 120.0682373046875], [-0.055114131420850754, 2.6518397331237793, 0.4060581624507904, -104.01276397705078], [0.08286702632904053, -0.4016997516155243, 2.668262243270874, -49.03840637207031], [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': ['124739.307500', '124739.767500', '124740.227500', '124740.687500', '124741.147500', '124741.607500', '124742.067500', '124742.527500', '124742.987500', '124743.447500', '124743.907500', '124744.367500', '124744.827500', '124745.287500', '124745.747500', '124746.207500', '124746.667500', '124747.127500', '124747.587500', '124748.047500', '124748.507500', '124748.967500', '124749.427500', '124749.887500', '124750.347500', '124750.807500', '124751.267500', '124751.727500', '124752.187500', '124752.647500', '124753.107500', '124753.567500', '124754.027500', '124754.487500', '124754.947500', '124755.407500', '124755.867500', '124756.327500', '124756.787500', '124757.247500', '124757.707500', '124758.167500', '124758.627500', '124759.087500', '124759.547500', '124800.007500', '124800.467500', '124800.927500', '124801.387500', '124801.847500', '124802.307500', '124802.767500', '124803.227500', '124803.687500', '124804.147500', '124804.607500', '124805.067500', '124805.527500', '124805.987500', '124806.447500', '124806.907500', '124807.367500', '124807.827500', '124808.287500', '124808.747500', '124809.207500', '124809.667500', '124810.127500', '124810.587500', '124811.047500', '124811.507500', '124811.967500', '124812.427500', '124812.887500', '124813.347500', '124813.807500', '124814.267500', '124814.727500', '124815.187500', '124815.647500', '124816.107500', '124816.567500', '124817.027500', '124817.487500', '124817.947500', '124818.407500', '124818.867500', '124819.327500', '124819.787500', '124820.247500', '124820.707500', '124821.167500', '124821.627500', '124822.087500', '124822.547500', '124823.007500', '124823.467500', '124823.927500', '124824.387500', '124824.847500', '124825.307500', '124825.767500', '124826.227500', '124826.687500', '124827.147500', '124827.607500', '124828.067500', '124828.527500', '124828.987500', '124829.447500', '124829.907500', '124830.367500', '124830.827500', '124831.287500', '124831.747500', '124832.207500', '124832.667500', '124833.127500', '124833.587500', '124834.047500', '124834.507500', '124834.967500', '124835.427500', '124835.887500', '124836.347500', '124836.807500', '124837.267500', '124837.727500', '124838.187500', '124838.647500', '124839.107500', '124839.567500', '124840.027500', '124840.487500', '124840.947500', '124841.407500', '124841.867500', '124842.327500', '124842.787500', '124843.247500', '124843.707500', '124844.167500', '124844.627500', '124845.087500', '124845.547500', '124846.007500', '124846.467500', '124846.927500', '124847.387500', '124847.847500', '124848.307500', '124848.767500', '124849.227500', '124849.687500', '124850.147500', '124850.607500', '124851.067500', '124851.527500', '124851.987500', '124852.447500', '124852.907500', '124853.367500', '124853.827500', '124854.287500', '124854.747500', '124855.207500', '124855.667500', '124856.127500', '124856.587500', '124857.047500', '124857.507500', '124857.967500', '124858.427500', '124858.887500', '124859.347500', '124859.807500', '124900.267500', '124900.727500', '124901.187500', '124901.647500', '124902.107500', '124902.567500', '124903.027500', '124903.487500', '124903.947500', '124904.407500', '124904.867500', '124905.327500', '124905.787500', '124906.247500', '124906.707500', '124907.167500', '124907.627500', '124908.087500', '124908.547500', '124909.007500', '124909.467500', '124909.927500', '124910.387500', '124910.847500', '124911.307500', '124911.767500', '124912.227500', '124912.687500', '124913.147500', '124913.607500', '124914.067500', '124914.527500', '124914.987500', '124915.447500', '124915.907500', '124916.367500', '124916.827500', '124917.287500', '124917.747500', '124918.207500', '124918.667500', '124919.127500', '124919.587500', '124920.047500', '124920.507500', '124920.967500', '124921.427500', '124921.887500', '124922.347500', '124922.807500', '124923.267500', '124923.727500', '124924.187500', '124924.647500', '124925.107500', '124925.567500', '124926.027500', '124926.487500', '124926.947500', '124927.407500', '124927.867500', '124928.327500', '124928.787500', '124929.247500', '124929.707500', '124930.167500', '124930.627500', '124931.087500', '124931.547500', '124932.007500', '124932.467500', '124932.927500', '124933.387500', '124933.847500', '124934.307500', '124934.767500', '124935.227500', '124935.687500', '124936.147500', '124936.607500', '124937.067500', '124937.527500', '124937.987500', '124938.447500', '124938.907500', '124939.367500', '124939.827500', '124940.287500', '124940.747500', '124941.207500', '124941.667500', '124942.127500', '124942.587500', '124943.047500', '124943.507500', '124943.967500', '124944.427500', '124944.887500', '124945.347500', '124945.807500', '124946.267500', '124946.727500', '124947.187500', '124947.647500', '124948.107500', '124948.567500', '124949.027500', '124949.487500', '124949.947500', '124950.407500', '124950.867500', '124951.327500', '124951.787500', '124952.247500', '124952.707500', '124953.167500', '124953.627500', '124954.087500', '124954.547500', '124955.007500', '124955.467500', '124955.927500', '124956.387500', '124956.847500', '124957.307500', '124957.767500', '124958.227500', '124958.687500', '124959.147500', '124959.607500', '125000.067500', '125000.527500', '125000.987500', '125001.447500', '125001.907500', '125002.367500', '125002.827500', '125003.287500', '125003.747500', '125004.207500', '125004.667500', '125005.127500', '125005.587500', '125006.047500', '125006.507500', '125006.967500', '125007.427500', '125007.887500', '125008.347500', '125008.807500', '125009.267500', '125009.727500', '125010.187500', '125010.647500', '125011.107500', '125011.567500', '125012.027500', '125012.487500', '125012.947500', '125013.407500', '125013.867500', '125014.327500', '125014.787500', '125015.247500', '125015.707500', '125016.167500', '125016.627500', '125017.087500', '125017.547500', '125018.007500', '125018.467500', '125018.927500', '125019.387500', '125019.847500', '125020.307500', '125020.767500', '125021.227500', '125021.687500', '125022.147500', '125022.607500', '125023.067500', '125023.527500', '125023.987500', '125024.447500', '125024.907500', '125025.367500', '125025.827500', '125026.287500', '125026.747500', '125027.207500', '125027.667500', '125028.127500', '125028.587500', '125029.047500', '125029.507500', '125029.967500', '125030.427500', '125030.887500', '125031.347500', '125031.807500', '125032.267500', '125032.727500', '125033.187500', '125033.647500', '125034.107500', '125034.567500', '125035.027500', '125035.487500', '125035.947500', '125036.407500', '125036.867500', '125037.327500', '125037.787500', '125038.247500', '125038.707500', '125039.167500', '125039.627500', '125040.087500', '125040.547500', '125041.007500', '125041.467500', '125041.927500', '125042.387500', '125042.847500', '125043.307500', '125043.767500', '125044.227500', '125044.687500', '125045.147500', '125045.607500', '125046.067500', '125046.527500', '125046.987500', '125047.447500', '125047.907500', '125048.367500', '125048.827500', '125049.287500', '125049.747500', '125050.207500', '125050.667500', '125051.127500', '125051.587500', '125052.047500', '125052.507500', '125052.967500', '125053.427500', '125053.887500', '125054.347500', '125054.807500', '125055.267500', '125055.727500', '125056.187500', '125056.647500', '125057.107500', '125057.567500', '125058.027500', '125058.487500', '125058.947500', '125059.407500', '125059.867500', '125100.327500', '125100.787500', '125101.247500', '125101.707500', '125102.167500', '125102.627500', '125103.087500', '125103.547500', '125104.007500', '125104.467500', '125104.927500', '125105.387500', '125105.847500', '125106.307500', '125106.767500', '125107.227500', '125107.687500', '125108.147500', '125108.607500', '125109.067500', '125109.527500', '125109.987500', '125110.447500', '125110.907500', '125111.367500', '125111.827500', '125112.287500', '125112.747500', '125113.207500', '125113.667500', '125114.127500', '125114.587500', '125115.047500', '125115.507500', '125115.967500', '125116.427500', '125116.887500', '125117.347500', '125117.807500', '125118.267500', '125118.727500', '125119.187500', '125119.647500', '125120.107500', '125120.567500', '125121.027500', '125121.487500', '125121.947500', '125122.407500', '125122.867500', '125123.327500', '125123.787500', '125124.247500', '125124.707500', '125125.167500', '125125.627500', '125126.087500', '125126.547500', '125127.007500', '125127.467500', '125127.927500', '125128.387500', '125128.847500', '125129.307500', '125129.767500', '125130.227500', '125130.687500', '125131.147500', '125131.607500', '125132.067500', '125132.527500', '125132.987500', '125133.447500', '125133.907500', '125134.367500', '125134.827500', '125135.287500', '125135.747500', '125136.207500', '125136.667500', '125137.127500', '125137.587500', '125138.047500', '125138.507500', '125138.967500', '125139.427500', '125139.887500', '125140.347500', '125140.807500', '125141.267500', '125141.727500', '125142.187500', '125142.647500', '125143.107500', '125143.567500', '125144.027500', '125144.487500', '125144.947500', '125145.407500', '125145.867500', '125146.327500', '125146.787500', '125147.247500', '125147.707500', '125148.167500', '125148.627500', '125149.087500', '125149.547500', '125150.007500', '125150.467500', '125150.927500', '125151.387500', '125151.847500', '125152.307500', '125152.767500', '125153.227500', '125153.687500', '125154.147500', '125154.607500', '125155.067500', '125155.527500', '125155.987500', '125156.447500', '125156.907500', '125157.367500', '125157.827500', '125158.287500', '125158.747500', '125159.207500', '125159.667500', '125200.127500', '125200.587500', '125201.047500', '125201.507500', '125201.967500', '125202.427500', '125202.887500', '125203.347500', '125203.807500', '125204.267500', '125204.727500', '125205.187500', '125205.647500', '125206.107500', '125206.567500', '125207.027500', '125207.487500', '125207.947500', '125208.407500', '125208.867500', '125209.327500', '125209.787500', '125210.247500', '125210.707500', '125211.167500', '125211.627500', '125212.087500', '125212.547500', '125213.007500', '125213.467500', '125213.927500', '125214.387500', '125214.847500', '125215.307500', '125215.767500', '125216.227500', '125216.687500', '125217.147500', '125217.607500', '125218.067500', '125218.527500', '125218.987500', '125219.447500', '125219.907500', '125220.367500', '125220.827500', '125221.287500', '125221.747500', '125222.207500', '125222.667500', '125223.127500', '125223.587500', '125224.047500', '125224.507500', '125224.967500', '125225.427500', '125225.887500', '125226.347500', '125226.807500', '125227.267500', '125227.727500', '125228.187500', '125228.647500', '125229.107500', '125229.567500', '125230.027500', '125230.487500', '125230.947500', '125231.407500', '125231.867500', '125232.327500', '125232.787500', '125233.247500', '125233.707500', '125234.167500', '125234.627500', '125235.087500', '125235.547500', '125236.007500', '125236.467500', '125236.927500', '125237.387500', '125237.847500', '125238.307500', '125238.767500', '125239.227500', '125239.687500', '125240.147500', '125240.607500', '125241.067500', '125241.527500', '125241.987500', '125242.447500', '125242.907500', '125243.367500', '125243.827500', '125244.287500', '125244.747500', '125245.207500', '125245.667500', '125246.127500', '125246.587500', '125247.047500', '125247.507500', '125247.967500', '125248.427500', '125248.887500', '125249.347500', '125249.807500', '125250.267500', '125250.727500', '125251.187500', '125251.647500', '125252.107500', '125252.567500', '125253.027500', '125253.487500', '125253.947500', '125254.407500', '125254.867500', '125255.327500', '125255.787500', '125256.247500', '125256.707500', '125257.167500', '125257.627500', '125258.087500', '125258.547500', '125259.007500', '125259.467500', '125259.927500', '125300.387500', '125300.847500', '125301.307500', '125301.767500', '125302.227500', '125302.687500', '125303.147500', '125303.607500', '125304.067500', '125304.527500', '125304.987500', '125305.447500', '125305.907500', '125306.367500', '125306.827500', '125307.287500', '125307.747500', '125308.207500', '125308.667500', '125309.127500', '125309.587500', '125310.047500', '125310.507500', '125310.967500', '125311.427500', '125311.887500', '125312.347500', '125312.807500', '125313.267500', '125313.727500', '125314.187500', '125314.647500', '125315.107500', '125315.567500', '125316.027500', '125316.487500', '125316.947500', '125317.407500', '125317.867500', '125318.327500', '125318.787500', '125319.247500', '125319.707500', '125320.167500', '125320.627500', '125321.087500', '125321.547500', '125322.007500', '125322.467500', '125322.927500', '125323.387500', '125323.847500', '125324.307500', '125324.767500', '125325.227500', '125325.687500', '125326.147500', '125326.607500', '125327.067500', '125327.527500', '125327.987500', '125328.447500', '125328.907500', '125329.367500', '125329.827500', '125330.287500', '125330.747500', '125331.207500', '125331.667500', '125332.127500', '125332.587500', '125333.047500', '125333.507500', '125333.967500', '125334.427500', '125334.887500', '125335.347500', '125335.807500', '125336.267500', '125336.727500', '125337.187500', '125337.647500', '125338.107500', '125338.567500', '125339.027500', '125339.487500', '125339.947500', '125340.407500', '125340.867500', '125341.327500', '125341.787500', '125342.247500', '125342.707500', '125343.167500', '125343.627500', '125344.087500', '125344.547500', '125345.007500', '125345.467500', '125345.927500', '125346.387500', '125346.847500', '125347.307500', '125347.767500', '125348.227500', '125348.687500', '125349.147500', '125349.607500', '125350.067500', '125350.527500', '125350.987500', '125351.447500', '125351.907500', '125352.367500', '125352.827500', '125353.287500', '125353.747500', '125354.207500', '125354.667500', '125355.127500', '125355.587500', '125356.047500', '125356.507500', '125356.967500', '125357.427500', '125357.887500', '125358.347500', '125358.807500', '125359.267500', '125359.727500', '125400.187500', '125400.647500', '125401.107500', '125401.567500', '125402.027500', '125402.487500', '125402.947500', '125403.407500', '125403.867500', '125404.327500', '125404.787500', '125405.247500', '125405.707500', '125406.167500', '125406.627500', '125407.087500', '125407.547500', '125408.007500', '125408.467500', '125408.927500', '125409.387500', '125409.847500', '125410.307500', '125410.767500', '125411.227500', '125411.687500', '125412.147500', '125412.607500', '125413.067500', '125413.527500', '125413.987500', '125414.447500', '125414.907500', '125415.367500', '125415.827500', '125416.287500', '125416.747500', '125417.207500', '125417.667500', '125418.127500', '125418.587500', '125419.047500', '125419.507500', '125419.967500', '125420.427500', '125420.887500', '125421.347500', '125421.807500', '125422.267500', '125422.727500', '125423.187500', '125423.647500', '125424.107500', '125424.567500', '125425.027500', '125425.487500', '125425.947500', '125426.407500', '125426.867500', '125427.327500', '125427.787500', '125428.247500', '125428.707500', '125429.167500', '125429.627500', '125430.087500', '125430.547500', '125431.007500', '125431.467500', '125431.927500', '125432.387500', '125432.847500', '125433.307500', '125433.767500', '125434.227500', '125434.687500', '125435.147500', '125435.607500', '125436.067500', '125436.527500', '125436.987500', '125437.447500', '125437.907500', '125438.367500', '125438.827500', '125439.287500', '125439.747500', '125440.207500', '125440.667500', '125441.127500', '125441.587500', '125442.047500', '125442.507500', '125442.967500', '125443.427500', '125443.887500', '125444.347500', '125444.807500', '125445.267500', '125445.727500', '125446.187500', '125446.647500', '125447.107500', '125447.567500', '125448.027500', '125448.487500', '125448.947500', '125449.407500', '125449.867500', '125450.327500', '125450.787500', '125451.247500', '125451.707500', '125452.167500', '125452.627500', '125453.087500', '125453.547500', '125454.007500', '125454.467500', '125454.927500', '125455.387500', '125455.847500', '125456.307500', '125456.767500', '125457.227500', '125457.687500', '125458.147500', '125458.607500', '125459.067500', '125459.527500', '125459.987500', '125500.447500', '125500.907500', '125501.367500', '125501.827500', '125502.287500', '125502.747500', '125503.207500', '125503.667500', '125504.127500', '125504.587500', '125505.047500', '125505.507500', '125505.967500', '125506.427500', '125506.887500', '125507.347500', '125507.807500', '125508.267500', '125508.727500', '125509.187500', '125509.647500', '125510.107500', '125510.567500', '125511.027500', '125511.487500', '125511.947500', '125512.407500', '125512.867500', '125513.327500', '125513.787500', '125514.247500', '125514.707500', '125515.167500', '125515.627500', '125516.087500', '125516.547500', '125517.007500', '125517.467500', '125517.927500', '125518.387500', '125518.847500', '125519.307500', '125519.767500', '125520.227500', '125520.687500', '125521.147500', '125521.607500', '125522.067500', '125522.527500', '125522.987500', '125523.447500', '125523.907500', '125524.367500', '125524.827500', '125525.287500', '125525.747500', '125526.207500', '125526.667500', '125527.127500', '125527.587500', '125528.047500', '125528.507500', '125528.967500', '125529.427500', '125529.887500', '125530.347500', '125530.807500', '125531.267500', '125531.727500', '125532.187500', '125532.647500', '125533.107500', '125533.567500', '125534.027500', '125534.487500', '125534.947500', '125535.407500', '125535.867500', '125536.327500', '125536.787500', '125537.247500', '125537.707500', '125538.167500', '125538.627500', '125539.087500', '125539.547500', '125540.007500', '125540.467500', '125540.927500', '125541.387500', '125541.847500', '125542.307500', '125542.767500', '125543.227500', '125543.687500', '125544.147500', '125544.607500', '125545.067500', '125545.527500', '125545.987500', '125546.447500', '125546.907500', '125547.367500', '125547.827500', '125548.287500', '125548.747500', '125549.207500', '125549.667500', '125550.127500', '125550.587500', '125551.047500', '125551.507500', '125551.967500', '125552.427500', '125552.887500', '125553.347500', '125553.807500', '125554.267500', '125554.727500', '125555.187500', '125555.647500', '125556.107500', '125556.567500', '125557.027500', '125557.487500', '125557.947500', '125558.407500', '125558.867500', '125559.327500', '125559.787500', '125600.247500', '125600.707500', '125601.167500', '125601.627500', '125602.087500', '125602.547500', '125603.007500', '125603.467500', '125603.927500'], 'ContentTime': ['124808.673000', '124808.676000', '124808.679000', '124808.681000', '124808.694000', '124808.697000', '124808.699000', '124808.702000', '124808.705000', '124808.707000', '124808.710000', '124808.712000', '124808.715000', '124808.718000', '124808.721000', '124808.723000', '124808.726000', '124808.728000', '124808.731000', '124808.734000', '124808.737000', '124808.739000', '124808.742000', '124808.744000', '124808.747000', '124808.750000', '124808.752000', '124808.755000', '124808.757000', '124808.760000', '124808.763000', '124808.765000', '124808.768000', '124808.770000', '124808.773000', '124808.776000', '124808.778000', '124808.781000', '124808.783000', '124808.786000', '124808.789000', '124808.791000', '124808.794000', '124808.796000', '124808.799000', '124808.802000', '124808.804000', '124808.812000', '124808.815000', '124808.817000', '124808.820000', '124808.822000', '124808.825000', '124808.828000', '124808.830000', '124808.833000', '124808.835000', '124808.838000', '124808.840000', '124808.843000', '124808.845000', '124828.645000', '124828.647000', '124828.650000', '124828.653000', '124828.655000', '124828.658000', '124828.669000', '124828.671000', '124828.674000', '124828.676000', '124828.679000', '124828.682000', '124828.684000', '124828.687000', '124828.689000', '124828.692000', '124828.694000', '124828.697000', '124828.699000', '124828.702000', '124828.705000', '124828.708000', '124828.710000', '124828.713000', '124828.715000', '124828.718000', '124828.720000', '124828.723000', '124828.726000', '124828.728000', '124828.731000', '124828.733000', '124828.736000', '124828.738000', '124828.741000', '124828.744000', '124828.746000', '124828.749000', '124828.751000', '124828.754000', '124828.757000', '124828.759000', '124828.762000', '124828.764000', '124848.644000', '124848.647000', '124848.650000', '124848.653000', '124848.656000', '124848.659000', '124848.661000', '124848.664000', '124848.666000', '124848.669000', '124848.671000', '124848.674000', '124848.677000', '124848.679000', '124848.682000', '124848.685000', '124848.687000', '124848.690000', '124848.692000', '124848.695000', '124848.697000', '124848.700000', '124848.703000', '124848.705000', '124848.708000', '124848.710000', '124848.713000', '124848.715000', '124848.718000', '124848.721000', '124848.723000', '124848.726000', '124848.728000', '124848.731000', '124848.734000', '124848.736000', '124848.739000', '124848.741000', '124848.744000', '124848.746000', '124848.749000', '124848.751000', '124848.754000', '124908.645000', '124908.648000', '124908.651000', '124908.653000', '124908.656000', '124908.658000', '124908.661000', '124908.664000', '124908.666000', '124908.669000', '124908.672000', '124908.674000', '124908.677000', '124908.679000', '124908.682000', '124908.684000', '124908.687000', '124908.690000', '124908.692000', '124908.695000', '124908.697000', '124908.700000', '124908.703000', '124908.705000', '124908.708000', '124908.710000', '124908.713000', '124908.716000', '124908.718000', '124908.721000', '124908.723000', '124908.726000', '124908.729000', '124908.731000', '124908.734000', '124908.746000', '124908.749000', '124908.752000', '124908.754000', '124908.757000', '124908.759000', '124908.762000', '124908.765000', '124908.767000', '124928.646000', '124928.648000', '124928.651000', '124928.654000', '124928.656000', '124928.659000', '124928.661000', '124928.664000', '124928.667000', '124928.669000', '124928.672000', '124928.675000', '124928.677000', '124928.680000', '124928.683000', '124928.685000', '124928.688000', '124928.690000', '124928.693000', '124928.696000', '124928.698000', '124928.701000', '124928.704000', '124928.707000', '124928.709000', '124928.712000', '124928.715000', '124928.717000', '124928.720000', '124928.722000', '124928.725000', '124928.728000', '124928.730000', '124928.733000', '124928.735000', '124928.743000', '124928.745000', '124928.748000', '124928.750000', '124928.753000', '124928.756000', '124928.758000', '124928.761000', '124948.645000', '124948.647000', '124948.650000', '124948.653000', '124948.655000', '124948.658000', '124948.660000', '124948.663000', '124948.665000', '124948.668000', '124948.671000', '124948.679000', '124948.681000', '124948.684000', '124948.686000', '124948.689000', '124948.692000', '124948.694000', '124948.697000', '124948.699000', '124948.702000', '124948.705000', '124948.707000', '124948.710000', '124948.712000', '124948.715000', '124948.717000', '124948.720000', '124948.723000', '124948.725000', '124948.728000', '124948.731000', '124948.733000', '124948.736000', '124948.738000', '124948.741000', '124948.743000', '124948.746000', '124948.749000', '124948.751000', '124948.754000', '124948.756000', '124948.759000', '124948.761000', '125008.644000', '125008.647000', '125008.650000', '125008.652000', '125008.655000', '125008.658000', '125008.660000', '125008.663000', '125008.665000', '125008.668000', '125008.671000', '125008.673000', '125008.676000', '125008.678000', '125008.681000', '125008.684000', '125008.687000', '125008.689000', '125008.692000', '125008.695000', '125008.697000', '125008.700000', '125008.702000', '125008.705000', '125008.707000', '125008.710000', '125008.713000', '125008.715000', '125008.718000', '125008.720000', '125008.723000', '125008.726000', '125008.728000', '125008.731000', '125008.733000', '125008.736000', '125008.739000', '125008.741000', '125008.744000', '125008.746000', '125008.749000', '125008.751000', '125008.754000', '125028.644000', '125028.647000', '125028.650000', '125028.653000', '125028.655000', '125028.658000', '125028.660000', '125028.663000', '125028.666000', '125028.668000', '125028.671000', '125028.673000', '125028.677000', '125028.679000', '125028.682000', '125028.684000', '125028.687000', '125028.690000', '125028.692000', '125028.695000', '125028.697000', '125028.700000', '125028.703000', '125028.705000', '125028.708000', '125028.710000', '125028.713000', '125028.716000', '125028.726000', '125028.728000', '125028.731000', '125028.734000', '125028.743000', '125028.746000', '125028.748000', '125028.751000', '125028.754000', '125028.756000', '125028.759000', '125028.762000', '125028.764000', '125028.767000', '125028.769000', '125028.772000', '125048.645000', '125048.647000', '125048.650000', '125048.653000', '125048.655000', '125048.665000', '125048.668000', '125048.670000', '125048.673000', '125048.676000', '125048.678000', '125048.681000', '125048.683000', '125048.686000', '125048.688000', '125048.691000', '125048.710000', '125048.713000', '125048.716000', '125048.719000', '125048.722000', '125048.724000', '125048.727000', '125048.730000', '125048.732000', '125048.735000', '125048.737000', '125048.740000', '125048.744000', '125048.747000', '125048.750000', '125048.752000', '125048.755000', '125048.757000', '125048.760000', '125048.763000', '125048.765000', '125048.768000', '125048.770000', '125048.773000', '125048.775000', '125048.778000', '125048.781000', '125108.644000', '125108.647000', '125108.650000', '125108.653000', '125108.655000', '125108.658000', '125108.661000', '125108.663000', '125108.666000', '125108.669000', '125108.671000', '125108.674000', '125108.676000', '125108.679000', '125108.689000', '125108.692000', '125108.695000', '125108.697000', '125108.700000', '125108.703000', '125108.705000', '125108.708000', '125108.711000', '125108.713000', '125108.716000', '125108.719000', '125108.721000', '125108.724000', '125108.726000', '125108.729000', '125108.733000', '125108.736000', '125108.738000', '125108.741000', '125108.743000', '125108.746000', '125108.749000', '125108.751000', '125108.754000', '125108.756000', '125108.759000', '125108.762000', '125108.764000', '125108.767000', '125128.646000', '125128.649000', '125128.651000', '125128.654000', '125128.656000', '125128.659000', '125128.661000', '125128.664000', '125128.667000', '125128.669000', '125128.672000', '125128.674000', '125128.677000', '125128.679000', '125128.682000', '125128.685000', '125128.687000', '125128.690000', '125128.692000', '125128.695000', '125128.698000', '125128.700000', '125128.703000', '125128.705000', '125128.708000', '125128.710000', '125128.713000', '125128.716000', '125128.718000', '125128.721000', '125128.724000', '125128.726000', '125128.729000', '125128.732000', '125128.734000', '125128.737000', '125128.739000', '125128.742000', '125128.745000', '125128.747000', '125128.750000', '125128.752000', '125128.755000', '125148.646000', '125148.648000', '125148.651000', '125148.663000', '125148.666000', '125148.668000', '125148.671000', '125148.674000', '125148.676000', '125148.679000', '125148.681000', '125148.684000', '125148.686000', '125148.689000', '125148.692000', '125148.694000', '125148.697000', '125148.699000', '125148.702000', '125148.705000', '125148.707000', '125148.710000', '125148.713000', '125148.715000', '125148.718000', '125148.721000', '125148.723000', '125148.726000', '125148.728000', '125148.731000', '125148.734000', '125148.736000', '125148.739000', '125148.741000', '125148.744000', '125148.746000', '125148.749000', '125148.758000', '125148.761000', '125148.763000', '125148.766000', '125148.769000', '125148.771000', '125148.774000', '125208.644000', '125208.647000', '125208.650000', '125208.652000', '125208.655000', '125208.658000', '125208.660000', '125208.663000', '125208.665000', '125208.668000', '125208.670000', '125208.673000', '125208.676000', '125208.678000', '125208.681000', '125208.684000', '125208.686000', '125208.689000', '125208.691000', '125208.694000', '125208.697000', '125208.699000', '125208.702000', '125208.704000', '125208.707000', '125208.710000', '125208.712000', '125208.715000', '125208.717000', '125208.720000', '125208.723000', '125208.725000', '125208.728000', '125208.730000', '125208.733000', '125208.736000', '125208.738000', '125208.741000', '125208.743000', '125208.746000', '125208.748000', '125208.751000', '125208.754000', '125228.645000', '125228.648000', '125228.650000', '125228.653000', '125228.655000', '125228.658000', '125228.660000', '125228.663000', '125228.666000', '125228.668000', '125228.671000', '125228.674000', '125228.676000', '125228.679000', '125228.682000', '125228.684000', '125228.687000', '125228.689000', '125228.692000', '125228.694000', '125228.697000', '125228.700000', '125228.702000', '125228.705000', '125228.707000', '125228.710000', '125228.713000', '125228.715000', '125228.719000', '125228.721000', '125228.724000', '125228.727000', '125228.729000', '125228.732000', '125228.734000', '125228.737000', '125228.740000', '125228.742000', '125228.745000', '125228.747000', '125228.750000', '125228.753000', '125228.755000', '125228.758000', '125248.645000', '125248.648000', '125248.650000', '125248.653000', '125248.656000', '125248.658000', '125248.661000', '125248.663000', '125248.666000', '125248.668000', '125248.671000', '125248.674000', '125248.676000', '125248.679000', '125248.681000', '125248.694000', '125248.696000', '125248.699000', '125248.701000', '125248.704000', '125248.706000', '125248.709000', '125248.712000', '125248.714000', '125248.717000', '125248.719000', '125248.722000', '125248.725000', '125248.727000', '125248.730000', '125248.732000', '125248.735000', '125248.738000', '125248.740000', '125248.743000', '125248.745000', '125248.748000', '125248.751000', '125248.753000', '125248.756000', '125248.759000', '125248.761000', '125248.764000', '125308.644000', '125308.647000', '125308.650000', '125308.653000', '125308.655000', '125308.658000', '125308.660000', '125308.663000', '125308.666000', '125308.668000', '125308.671000', '125308.673000', '125308.676000', '125308.679000', '125308.681000', '125308.684000', '125308.686000', '125308.689000', '125308.691000', '125308.694000', '125308.697000', '125308.699000', '125308.702000', '125308.704000', '125308.717000', '125308.719000', '125308.722000', '125308.724000', '125308.727000', '125308.729000', '125308.732000', '125308.735000', '125308.737000', '125308.740000', '125308.742000', '125308.745000', '125308.748000', '125308.750000', '125308.753000', '125308.756000', '125308.758000', '125308.761000', '125308.763000', '125308.766000', '125328.644000', '125328.647000', '125328.650000', '125328.652000', '125328.655000', '125328.658000', '125328.660000', '125328.663000', '125328.665000', '125328.668000', '125328.671000', '125328.673000', '125328.676000', '125328.679000', '125328.681000', '125328.684000', '125328.686000', '125328.689000', '125328.691000', '125328.694000', '125328.697000', '125328.699000', '125328.702000', '125328.705000', '125328.707000', '125328.710000', '125328.712000', '125328.715000', '125328.717000', '125328.720000', '125328.723000', '125328.725000', '125328.728000', '125328.730000', '125328.733000', '125328.735000', '125328.738000', '125328.741000', '125328.743000', '125328.746000', '125328.748000', '125328.751000', '125328.754000', '125348.645000', '125348.648000', '125348.651000', '125348.654000', '125348.657000', '125348.660000', '125348.662000', '125348.665000', '125348.668000', '125348.680000', '125348.682000', '125348.685000', '125348.687000', '125348.690000', '125348.693000', '125348.695000', '125348.698000', '125348.700000', '125348.703000', '125348.706000', '125348.708000', '125348.711000', '125348.713000', '125348.716000', '125348.719000', '125348.721000', '125348.724000', '125348.728000', '125348.731000', '125348.733000', '125348.736000', '125348.738000', '125348.741000', '125348.744000', '125348.746000', '125348.749000', '125348.751000', '125348.754000', '125348.757000', '125348.759000', '125348.762000', '125348.765000', '125348.767000', '125408.645000', '125408.648000', '125408.651000', '125408.653000', '125408.656000', '125408.658000', '125408.661000', '125408.669000', '125408.672000', '125408.674000', '125408.677000', '125408.679000', '125408.682000', '125408.685000', '125408.687000', '125408.690000', '125408.692000', '125408.695000', '125408.697000', '125408.700000', '125408.703000', '125408.705000', '125408.708000', '125408.710000', '125408.713000', '125408.716000', '125408.718000', '125408.721000', '125408.723000', '125408.726000', '125408.729000', '125408.731000', '125408.734000', '125408.736000', '125408.739000', '125408.741000', '125408.744000', '125408.747000', '125408.750000', '125408.752000', '125408.755000', '125408.757000', '125408.760000', '125408.763000', '125428.645000', '125428.647000', '125428.650000', '125428.653000', '125428.655000', '125428.658000', '125428.660000', '125428.663000', '125428.666000', '125428.668000', '125428.671000', '125428.674000', '125428.676000', '125428.679000', '125428.682000', '125428.684000', '125428.687000', '125428.690000', '125428.692000', '125428.695000', '125428.697000', '125428.700000', '125428.703000', '125428.705000', '125428.708000', '125428.711000', '125428.713000', '125428.716000', '125428.718000', '125428.721000', '125428.724000', '125428.726000', '125428.729000', '125428.740000', '125428.742000', '125428.745000', '125428.748000', '125428.750000', '125428.753000', '125428.755000', '125428.758000', '125428.761000', '125428.763000', '125428.766000', '125448.645000', '125448.647000', '125448.650000', '125448.653000', '125448.655000', '125448.658000', '125448.660000', '125448.663000', '125448.666000', '125448.668000', '125448.671000', '125448.674000', '125448.676000', '125448.679000', '125448.681000', '125448.684000', '125448.686000', '125448.689000', '125448.692000', '125448.694000', '125448.697000', '125448.699000', '125448.702000', '125448.704000', '125448.707000', '125448.710000', '125448.712000', '125448.715000', '125448.717000', '125448.720000', '125448.722000', '125448.725000', '125448.728000', '125448.730000', '125448.733000', '125448.735000', '125448.738000', '125448.741000', '125448.743000', '125448.746000', '125448.749000', '125448.751000', '125448.754000', '125508.645000', '125508.648000', '125508.657000', '125508.660000', '125508.662000', '125508.665000', '125508.668000', '125508.670000', '125508.673000', '125508.675000', '125508.678000', '125508.680000', '125508.683000', '125508.686000', '125508.688000', '125508.691000', '125508.693000', '125508.696000', '125508.699000', '125508.715000', '125508.718000', '125508.720000', '125508.723000', '125508.725000', '125508.728000', '125508.730000', '125508.733000', '125508.736000', '125508.738000', '125508.741000', '125508.743000', '125508.746000', '125508.749000', '125508.752000', '125508.754000', '125508.757000', '125508.759000', '125508.762000', '125508.765000', '125508.769000', '125508.772000', '125508.774000', '125508.777000', '125528.645000', '125528.647000', '125528.650000', '125528.653000', '125528.655000', '125528.658000', '125528.660000', '125528.663000', '125528.666000', '125528.668000', '125528.671000', '125528.673000', '125528.676000', '125528.679000', '125528.681000', '125528.684000', '125528.686000', '125528.689000', '125528.691000', '125528.694000', '125528.697000', '125528.699000', '125528.702000', '125528.704000', '125528.707000', '125528.710000', '125528.712000', '125528.715000', '125528.717000', '125528.720000', '125528.722000', '125528.725000', '125528.728000', '125528.730000', '125528.733000', '125528.735000', '125528.738000', '125528.741000', '125528.743000', '125528.746000', '125528.748000', '125528.751000', '125528.753000', '125528.756000', '125548.644000', '125548.647000', '125548.650000', '125548.653000', '125548.655000', '125548.658000', '125548.661000', '125548.664000', '125548.667000', '125548.670000', '125548.672000', '125548.675000', '125548.681000', '125548.684000', '125548.686000', '125548.689000', '125548.691000', '125548.694000', '125548.696000', '125548.699000', '125548.702000', '125548.704000', '125548.707000', '125548.709000', '125548.712000', '125548.715000', '125548.717000', '125548.720000', '125548.723000', '125548.725000', '125548.728000', '125548.730000', '125548.733000', '125548.736000', '125548.738000', '125548.741000', '125548.743000', '125548.746000', '125548.749000', '125548.752000', '125548.754000', '125548.757000', '125548.759000', '125548.762000', '125605.152000', '125605.155000', '125605.158000', '125605.161000', '125605.163000', '125605.166000', '125605.169000', '125605.172000', '125605.175000', '125605.177000', '125605.180000', '125605.183000', '125605.187000', '125605.190000', '125605.193000', '125605.196000', '125605.199000', '125605.202000', '125605.205000', '125605.208000', '125605.210000', '125605.213000', '125605.216000', '125605.218000', '125605.221000', '125605.225000', '125605.228000', '125605.230000', '125605.233000', '125605.236000', '125605.240000', '125605.242000', '125605.245000', '125605.247000', '125605.250000', '125605.253000'], 'InstanceCreationTime': ['124808.673000', '124808.676000', '124808.679000', '124808.681000', '124808.694000', '124808.697000', '124808.699000', '124808.702000', '124808.705000', '124808.707000', '124808.710000', '124808.712000', '124808.715000', '124808.718000', '124808.721000', '124808.723000', '124808.726000', '124808.728000', '124808.731000', '124808.734000', '124808.737000', '124808.739000', '124808.742000', '124808.744000', '124808.747000', '124808.750000', '124808.752000', '124808.755000', '124808.757000', '124808.760000', '124808.763000', '124808.765000', '124808.768000', '124808.770000', '124808.773000', '124808.776000', '124808.778000', '124808.781000', '124808.783000', '124808.786000', '124808.789000', '124808.791000', '124808.794000', '124808.796000', '124808.799000', '124808.802000', '124808.804000', '124808.812000', '124808.815000', '124808.817000', '124808.820000', '124808.822000', '124808.825000', '124808.828000', '124808.830000', '124808.833000', '124808.835000', '124808.838000', '124808.840000', '124808.843000', '124808.845000', '124828.645000', '124828.647000', '124828.650000', '124828.653000', '124828.655000', '124828.658000', '124828.669000', '124828.671000', '124828.674000', '124828.676000', '124828.679000', '124828.682000', '124828.684000', '124828.687000', '124828.689000', '124828.692000', '124828.694000', '124828.697000', '124828.699000', '124828.702000', '124828.705000', '124828.708000', '124828.710000', '124828.713000', '124828.715000', '124828.718000', '124828.720000', '124828.723000', '124828.726000', '124828.728000', '124828.731000', '124828.733000', '124828.736000', '124828.738000', '124828.741000', '124828.744000', '124828.746000', '124828.749000', '124828.751000', '124828.754000', '124828.757000', '124828.759000', '124828.762000', '124828.764000', '124848.644000', '124848.647000', '124848.650000', '124848.653000', '124848.656000', '124848.659000', '124848.661000', '124848.664000', '124848.666000', '124848.669000', '124848.671000', '124848.674000', '124848.677000', '124848.679000', '124848.682000', '124848.685000', '124848.687000', '124848.690000', '124848.692000', '124848.695000', '124848.697000', '124848.700000', '124848.703000', '124848.705000', '124848.708000', '124848.710000', '124848.713000', '124848.715000', '124848.718000', '124848.721000', '124848.723000', '124848.726000', '124848.728000', '124848.731000', '124848.734000', '124848.736000', '124848.739000', '124848.741000', '124848.744000', '124848.746000', '124848.749000', '124848.751000', '124848.754000', '124908.645000', '124908.648000', '124908.651000', '124908.653000', '124908.656000', '124908.658000', '124908.661000', '124908.664000', '124908.666000', '124908.669000', '124908.672000', '124908.674000', '124908.677000', '124908.679000', '124908.682000', '124908.684000', '124908.687000', '124908.690000', '124908.692000', '124908.695000', '124908.697000', '124908.700000', '124908.703000', '124908.705000', '124908.708000', '124908.710000', '124908.713000', '124908.716000', '124908.718000', '124908.721000', '124908.723000', '124908.726000', '124908.729000', '124908.731000', '124908.734000', '124908.746000', '124908.749000', '124908.752000', '124908.754000', '124908.757000', '124908.759000', '124908.762000', '124908.765000', '124908.767000', '124928.646000', '124928.648000', '124928.651000', '124928.654000', '124928.656000', '124928.659000', '124928.661000', '124928.664000', '124928.667000', '124928.669000', '124928.672000', '124928.675000', '124928.677000', '124928.680000', '124928.683000', '124928.685000', '124928.688000', '124928.690000', '124928.693000', '124928.696000', '124928.698000', '124928.701000', '124928.704000', '124928.707000', '124928.709000', '124928.712000', '124928.715000', '124928.717000', '124928.720000', '124928.722000', '124928.725000', '124928.728000', '124928.730000', '124928.733000', '124928.735000', '124928.743000', '124928.745000', '124928.748000', '124928.750000', '124928.753000', '124928.756000', '124928.758000', '124928.761000', '124948.645000', '124948.647000', '124948.650000', '124948.653000', '124948.655000', '124948.658000', '124948.660000', '124948.663000', '124948.665000', '124948.668000', '124948.671000', '124948.679000', '124948.681000', '124948.684000', '124948.686000', '124948.689000', '124948.692000', '124948.694000', '124948.697000', '124948.699000', '124948.702000', '124948.705000', '124948.707000', '124948.710000', '124948.712000', '124948.715000', '124948.717000', '124948.720000', '124948.723000', '124948.725000', '124948.728000', '124948.731000', '124948.733000', '124948.736000', '124948.738000', '124948.741000', '124948.743000', '124948.746000', '124948.749000', '124948.751000', '124948.754000', '124948.756000', '124948.759000', '124948.761000', '125008.644000', '125008.647000', '125008.650000', '125008.652000', '125008.655000', '125008.658000', '125008.660000', '125008.663000', '125008.665000', '125008.668000', '125008.671000', '125008.673000', '125008.676000', '125008.678000', '125008.681000', '125008.684000', '125008.687000', '125008.689000', '125008.692000', '125008.695000', '125008.697000', '125008.700000', '125008.702000', '125008.705000', '125008.707000', '125008.710000', '125008.713000', '125008.715000', '125008.718000', '125008.720000', '125008.723000', '125008.726000', '125008.728000', '125008.731000', '125008.733000', '125008.736000', '125008.739000', '125008.741000', '125008.744000', '125008.746000', '125008.749000', '125008.751000', '125008.754000', '125028.644000', '125028.647000', '125028.650000', '125028.653000', '125028.655000', '125028.658000', '125028.660000', '125028.663000', '125028.666000', '125028.668000', '125028.671000', '125028.673000', '125028.677000', '125028.679000', '125028.682000', '125028.684000', '125028.687000', '125028.690000', '125028.692000', '125028.695000', '125028.697000', '125028.700000', '125028.703000', '125028.705000', '125028.708000', '125028.710000', '125028.713000', '125028.716000', '125028.726000', '125028.728000', '125028.731000', '125028.734000', '125028.743000', '125028.746000', '125028.748000', '125028.751000', '125028.754000', '125028.756000', '125028.759000', '125028.762000', '125028.764000', '125028.767000', '125028.769000', '125028.772000', '125048.645000', '125048.647000', '125048.650000', '125048.653000', '125048.655000', '125048.665000', '125048.668000', '125048.670000', '125048.673000', '125048.676000', '125048.678000', '125048.681000', '125048.683000', '125048.686000', '125048.688000', '125048.691000', '125048.710000', '125048.713000', '125048.716000', '125048.719000', '125048.722000', '125048.724000', '125048.727000', '125048.730000', '125048.732000', '125048.735000', '125048.737000', '125048.740000', '125048.744000', '125048.747000', '125048.750000', '125048.752000', '125048.755000', '125048.757000', '125048.760000', '125048.763000', '125048.765000', '125048.768000', '125048.770000', '125048.773000', '125048.775000', '125048.778000', '125048.781000', '125108.644000', '125108.647000', '125108.650000', '125108.653000', '125108.655000', '125108.658000', '125108.661000', '125108.663000', '125108.666000', '125108.669000', '125108.671000', '125108.674000', '125108.676000', '125108.679000', '125108.689000', '125108.692000', '125108.695000', '125108.697000', '125108.700000', '125108.703000', '125108.705000', '125108.708000', '125108.711000', '125108.713000', '125108.716000', '125108.719000', '125108.721000', '125108.724000', '125108.726000', '125108.729000', '125108.733000', '125108.736000', '125108.738000', '125108.741000', '125108.743000', '125108.746000', '125108.749000', '125108.751000', '125108.754000', '125108.756000', '125108.759000', '125108.762000', '125108.764000', '125108.767000', '125128.646000', '125128.649000', '125128.651000', '125128.654000', '125128.656000', '125128.659000', '125128.661000', '125128.664000', '125128.667000', '125128.669000', '125128.672000', '125128.674000', '125128.677000', '125128.679000', '125128.682000', '125128.685000', '125128.687000', '125128.690000', '125128.692000', '125128.695000', '125128.698000', '125128.700000', '125128.703000', '125128.705000', '125128.708000', '125128.710000', '125128.713000', '125128.716000', '125128.718000', '125128.721000', '125128.724000', '125128.726000', '125128.729000', '125128.732000', '125128.734000', '125128.737000', '125128.739000', '125128.742000', '125128.745000', '125128.747000', '125128.750000', '125128.752000', '125128.755000', '125148.646000', '125148.648000', '125148.651000', '125148.663000', '125148.666000', '125148.668000', '125148.671000', '125148.674000', '125148.676000', '125148.679000', '125148.681000', '125148.684000', '125148.686000', '125148.689000', '125148.692000', '125148.694000', '125148.697000', '125148.699000', '125148.702000', '125148.705000', '125148.707000', '125148.710000', '125148.713000', '125148.715000', '125148.718000', '125148.721000', '125148.723000', '125148.726000', '125148.728000', '125148.731000', '125148.734000', '125148.736000', '125148.739000', '125148.741000', '125148.744000', '125148.746000', '125148.749000', '125148.758000', '125148.761000', '125148.763000', '125148.766000', '125148.769000', '125148.771000', '125148.774000', '125208.644000', '125208.647000', '125208.650000', '125208.652000', '125208.655000', '125208.658000', '125208.660000', '125208.663000', '125208.665000', '125208.668000', '125208.670000', '125208.673000', '125208.676000', '125208.678000', '125208.681000', '125208.684000', '125208.686000', '125208.689000', '125208.691000', '125208.694000', '125208.697000', '125208.699000', '125208.702000', '125208.704000', '125208.707000', '125208.710000', '125208.712000', '125208.715000', '125208.717000', '125208.720000', '125208.723000', '125208.725000', '125208.728000', '125208.730000', '125208.733000', '125208.736000', '125208.738000', '125208.741000', '125208.743000', '125208.746000', '125208.748000', '125208.751000', '125208.754000', '125228.645000', '125228.648000', '125228.650000', '125228.653000', '125228.655000', '125228.658000', '125228.660000', '125228.663000', '125228.666000', '125228.668000', '125228.671000', '125228.674000', '125228.676000', '125228.679000', '125228.682000', '125228.684000', '125228.687000', '125228.689000', '125228.692000', '125228.694000', '125228.697000', '125228.700000', '125228.702000', '125228.705000', '125228.707000', '125228.710000', '125228.713000', '125228.715000', '125228.719000', '125228.721000', '125228.724000', '125228.727000', '125228.729000', '125228.732000', '125228.734000', '125228.737000', '125228.740000', '125228.742000', '125228.745000', '125228.747000', '125228.750000', '125228.753000', '125228.755000', '125228.758000', '125248.645000', '125248.648000', '125248.650000', '125248.653000', '125248.656000', '125248.658000', '125248.661000', '125248.663000', '125248.666000', '125248.668000', '125248.671000', '125248.674000', '125248.676000', '125248.679000', '125248.681000', '125248.694000', '125248.696000', '125248.699000', '125248.701000', '125248.704000', '125248.706000', '125248.709000', '125248.712000', '125248.714000', '125248.717000', '125248.719000', '125248.722000', '125248.725000', '125248.727000', '125248.730000', '125248.732000', '125248.735000', '125248.738000', '125248.740000', '125248.743000', '125248.745000', '125248.748000', '125248.751000', '125248.753000', '125248.756000', '125248.759000', '125248.761000', '125248.764000', '125308.644000', '125308.647000', '125308.650000', '125308.653000', '125308.655000', '125308.658000', '125308.660000', '125308.663000', '125308.666000', '125308.668000', '125308.671000', '125308.673000', '125308.676000', '125308.679000', '125308.681000', '125308.684000', '125308.686000', '125308.689000', '125308.691000', '125308.694000', '125308.697000', '125308.699000', '125308.702000', '125308.704000', '125308.717000', '125308.719000', '125308.722000', '125308.724000', '125308.727000', '125308.729000', '125308.732000', '125308.735000', '125308.737000', '125308.740000', '125308.742000', '125308.745000', '125308.748000', '125308.750000', '125308.753000', '125308.756000', '125308.758000', '125308.761000', '125308.763000', '125308.766000', '125328.644000', '125328.647000', '125328.650000', '125328.652000', '125328.655000', '125328.658000', '125328.660000', '125328.663000', '125328.665000', '125328.668000', '125328.671000', '125328.673000', '125328.676000', '125328.679000', '125328.681000', '125328.684000', '125328.686000', '125328.689000', '125328.691000', '125328.694000', '125328.697000', '125328.699000', '125328.702000', '125328.705000', '125328.707000', '125328.710000', '125328.712000', '125328.715000', '125328.717000', '125328.720000', '125328.723000', '125328.725000', '125328.728000', '125328.730000', '125328.733000', '125328.735000', '125328.738000', '125328.741000', '125328.743000', '125328.746000', '125328.748000', '125328.751000', '125328.754000', '125348.645000', '125348.648000', '125348.651000', '125348.654000', '125348.657000', '125348.660000', '125348.662000', '125348.665000', '125348.668000', '125348.680000', '125348.682000', '125348.685000', '125348.687000', '125348.690000', '125348.693000', '125348.695000', '125348.698000', '125348.700000', '125348.703000', '125348.706000', '125348.708000', '125348.711000', '125348.713000', '125348.716000', '125348.719000', '125348.721000', '125348.724000', '125348.728000', '125348.731000', '125348.733000', '125348.736000', '125348.738000', '125348.741000', '125348.744000', '125348.746000', '125348.749000', '125348.751000', '125348.754000', '125348.757000', '125348.759000', '125348.762000', '125348.765000', '125348.767000', '125408.645000', '125408.648000', '125408.651000', '125408.653000', '125408.656000', '125408.658000', '125408.661000', '125408.669000', '125408.672000', '125408.674000', '125408.677000', '125408.679000', '125408.682000', '125408.685000', '125408.687000', '125408.690000', '125408.692000', '125408.695000', '125408.697000', '125408.700000', '125408.703000', '125408.705000', '125408.708000', '125408.710000', '125408.713000', '125408.716000', '125408.718000', '125408.721000', '125408.723000', '125408.726000', '125408.729000', '125408.731000', '125408.734000', '125408.736000', '125408.739000', '125408.741000', '125408.744000', '125408.747000', '125408.750000', '125408.752000', '125408.755000', '125408.757000', '125408.760000', '125408.763000', '125428.645000', '125428.647000', '125428.650000', '125428.653000', '125428.655000', '125428.658000', '125428.660000', '125428.663000', '125428.666000', '125428.668000', '125428.671000', '125428.674000', '125428.676000', '125428.679000', '125428.682000', '125428.684000', '125428.687000', '125428.690000', '125428.692000', '125428.695000', '125428.697000', '125428.700000', '125428.703000', '125428.705000', '125428.708000', '125428.711000', '125428.713000', '125428.716000', '125428.718000', '125428.721000', '125428.724000', '125428.726000', '125428.729000', '125428.740000', '125428.742000', '125428.745000', '125428.748000', '125428.750000', '125428.753000', '125428.755000', '125428.758000', '125428.761000', '125428.763000', '125428.766000', '125448.645000', '125448.647000', '125448.650000', '125448.653000', '125448.655000', '125448.658000', '125448.660000', '125448.663000', '125448.666000', '125448.668000', '125448.671000', '125448.674000', '125448.676000', '125448.679000', '125448.681000', '125448.684000', '125448.686000', '125448.689000', '125448.692000', '125448.694000', '125448.697000', '125448.699000', '125448.702000', '125448.704000', '125448.707000', '125448.710000', '125448.712000', '125448.715000', '125448.717000', '125448.720000', '125448.722000', '125448.725000', '125448.728000', '125448.730000', '125448.733000', '125448.735000', '125448.738000', '125448.741000', '125448.743000', '125448.746000', '125448.749000', '125448.751000', '125448.754000', '125508.645000', '125508.648000', '125508.657000', '125508.660000', '125508.662000', '125508.665000', '125508.668000', '125508.670000', '125508.673000', '125508.675000', '125508.678000', '125508.680000', '125508.683000', '125508.686000', '125508.688000', '125508.691000', '125508.693000', '125508.696000', '125508.699000', '125508.715000', '125508.718000', '125508.720000', '125508.723000', '125508.725000', '125508.728000', '125508.730000', '125508.733000', '125508.736000', '125508.738000', '125508.741000', '125508.743000', '125508.746000', '125508.749000', '125508.752000', '125508.754000', '125508.757000', '125508.759000', '125508.762000', '125508.765000', '125508.769000', '125508.772000', '125508.774000', '125508.777000', '125528.645000', '125528.647000', '125528.650000', '125528.653000', '125528.655000', '125528.658000', '125528.660000', '125528.663000', '125528.666000', '125528.668000', '125528.671000', '125528.673000', '125528.676000', '125528.679000', '125528.681000', '125528.684000', '125528.686000', '125528.689000', '125528.691000', '125528.694000', '125528.697000', '125528.699000', '125528.702000', '125528.704000', '125528.707000', '125528.710000', '125528.712000', '125528.715000', '125528.717000', '125528.720000', '125528.722000', '125528.725000', '125528.728000', '125528.730000', '125528.733000', '125528.735000', '125528.738000', '125528.741000', '125528.743000', '125528.746000', '125528.748000', '125528.751000', '125528.753000', '125528.756000', '125548.644000', '125548.647000', '125548.650000', '125548.653000', '125548.655000', '125548.658000', '125548.661000', '125548.664000', '125548.667000', '125548.670000', '125548.672000', '125548.675000', '125548.681000', '125548.684000', '125548.686000', '125548.689000', '125548.691000', '125548.694000', '125548.696000', '125548.699000', '125548.702000', '125548.704000', '125548.707000', '125548.709000', '125548.712000', '125548.715000', '125548.717000', '125548.720000', '125548.723000', '125548.725000', '125548.728000', '125548.730000', '125548.733000', '125548.736000', '125548.738000', '125548.741000', '125548.743000', '125548.746000', '125548.749000', '125548.752000', '125548.754000', '125548.757000', '125548.759000', '125548.762000', '125605.152000', '125605.155000', '125605.158000', '125605.161000', '125605.163000', '125605.166000', '125605.169000', '125605.172000', '125605.175000', '125605.177000', '125605.180000', '125605.183000', '125605.187000', '125605.190000', '125605.193000', '125605.196000', '125605.199000', '125605.202000', '125605.205000', '125605.208000', '125605.210000', '125605.213000', '125605.216000', '125605.218000', '125605.221000', '125605.225000', '125605.228000', '125605.230000', '125605.233000', '125605.236000', '125605.240000', '125605.242000', '125605.245000', '125605.247000', '125605.250000', '125605.253000'], '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': [12759, 14187, 9920, 16530, 8319, 17424, 11022, 15939, 14148, 9775, 12755, 8142, 15870, 8393, 11944, 8827, 7591, 11405, 8281, 12168, 9251, 8022, 14719, 7902, 15774, 12241, 11154, 16306, 9042, 17131, 8729, 17022, 13804, 12117, 14622, 9603, 16799, 8261, 16544, 8225, 13979, 10339, 7912, 11587, 8102, 10842, 8115, 7816, 11124, 7968, 14382, 8015, 11257, 11192, 10319, 15736, 11428, 12462, 16924, 9246, 17727, 10073, 13626, 13069, 10202, 14909, 8134, 16370, 7835, 15487, 12418, 8074, 11695, 8181, 12111, 7927, 12036, 7817, 7839, 8052, 7845, 10585, 8119, 13484, 8447, 8012, 9042, 8125, 13095, 7899, 16166, 9507, 12346, 9676, 8060, 15257, 10123, 15576, 11189, 8140, 12473, 7815, 16261, 13333, 14785, 11628, 9775, 12635, 8497, 17196, 13095, 16588, 9143, 10756, 11479, 7940, 15808, 8939, 14866, 8061, 7738, 9607, 8064, 15475, 7788, 7675, 9554, 7835, 15327, 10352, 8673, 15240, 8085, 16156, 7908, 13814, 13425, 9320, 15581, 8151, 15717, 8246, 10586, 13382, 7941, 16168, 8249, 7974, 9571, 7967, 13000, 8506, 7855, 11670, 7682, 16211, 11044, 12641, 12511, 8807, 15141, 7941, 15697, 9423, 11610, 10975, 7775, 11752, 8164, 7467, 8693, 8232, 14691, 7958, 7867, 12468, 8220, 11978, 11013, 8681, 12707, 14709, 10379, 15297, 17522, 11282, 18075, 11568, 7892, 14060, 9090, 18027, 15126, 9878, 12931, 8125, 16626, 11422, 11762, 11608, 8462, 12221, 7924, 7620, 8683, 8286, 13358, 8195, 15993, 10427, 13145, 12732, 9760, 13712, 7834, 16176, 12496, 14526, 9709, 7568, 8925, 7844, 13221, 8081, 7708, 8779, 8059, 13522, 8430, 17195, 14507, 14183, 11799, 10638, 14088, 8950, 17496, 9637, 16027, 7963, 14394, 9873, 10899, 15113, 8362, 15939, 8450, 15357, 7848, 7751, 13797, 8188, 15087, 7946, 9913, 12176, 8075, 16421, 7609, 8442, 10144, 8183, 16930, 7926, 7887, 10386, 7850, 16210, 12463, 8837, 11436, 8056, 16031, 7940, 13654, 12309, 7828, 12753, 7690, 15810, 11662, 8584, 15150, 7913, 15039, 8013, 7739, 13970, 7818, 15944, 7876, 15084, 12876, 9323, 16507, 9396, 16824, 8240, 13528, 13354, 8363, 15803, 7941, 15442, 9518, 7972, 15164, 7850, 15641, 8115, 9877, 14506, 8020, 15900, 7973, 11515, 10325, 8016, 16900, 7871, 7743, 10039, 8171, 17099, 9913, 8290, 10214, 8472, 16962, 13969, 9317, 13455, 8658, 16526, 12854, 14716, 13841, 10472, 14621, 8032, 15717, 8422, 10326, 11327, 8032, 13458, 8012, 9447, 9561, 7874, 15013, 8019, 9143, 8190, 8189, 15675, 7921, 7712, 8779, 8114, 16152, 10660, 8870, 10936, 8099, 16266, 9691, 8341, 15638, 7947, 13036, 9258, 8185, 16876, 14144, 10477, 11348, 8443, 16632, 12253, 8295, 17202, 11337, 8933, 15128, 7847, 16577, 11637, 8837, 12325, 7728, 16458, 7938, 14035, 13383, 8549, 14001, 8097, 15456, 7873, 8018, 10699, 7864, 14695, 8066, 7642, 8005, 7962, 13659, 8503, 8528, 10884, 7961, 13151, 12380, 7842, 16119, 9115, 13906, 13053, 9459, 18003, 9152, 14225, 11734, 8817, 17030, 11900, 14093, 9209, 7979, 14272, 8231, 14253, 9313, 7827, 10852, 8017, 15566, 10073, 10517, 12426, 8258, 15093, 8154, 14641, 11602, 8198, 15394, 8141, 15507, 8318, 7819, 15650, 8057, 13069, 8599, 7923, 14855, 8793, 16068, 13457, 9600, 13138, 8077, 16272, 13143, 11632, 10330, 8117, 13726, 8139, 13812, 11693, 8345, 11710, 8216, 12838, 10347, 8198, 15197, 7992, 9223, 10096, 8595, 17191, 9150, 7966, 10839, 8246, 16752, 14480, 9392, 12931, 8018, 16165, 10554, 13047, 13447, 7810, 14912, 8028, 14001, 12535, 9205, 15527, 8069, 16083, 8044, 12524, 13413, 7767, 13140, 7812, 13734, 8642, 8076, 12413, 8332, 10048, 7985, 8145, 14988, 8149, 15475, 9098, 10397, 14617, 9997, 17883, 12010, 12427, 11315, 8523, 16527, 13107, 12644, 9908, 8042, 11898, 8058, 7873, 10691, 8042, 14154, 7930, 13056, 12526, 9989, 17463, 9501, 16737, 9997, 14692, 13083, 8804, 14194, 7892, 15020, 7934, 12166, 11114, 7933, 14286, 7808, 8572, 8001, 8241, 16038, 8835, 14238, 8489, 8097, 11575, 8019, 16388, 7848, 7702, 9043, 7783, 15096, 8870, 8028, 10067, 8045, 15138, 8172, 9100, 15150, 7809, 16473, 7952, 10750, 10363, 8186, 17317, 8834, 7953, 9894, 7861, 10192, 12949, 9393, 8197, 16409, 8551, 8505, 15795, 10114, 16145, 12419, 9400, 12524, 8322, 16410, 10896, 17374, 12983, 10557, 9766, 7811, 12739, 7811, 13695, 7983, 7707, 10045, 8057, 12139, 8079, 8056, 13662, 7790, 14297, 8498, 8220, 12564, 8425, 16627, 9879, 7768, 11635, 7983, 13753, 12580, 7720, 15585, 7778, 10942, 11131, 8393, 15110, 11578, 7806, 14801, 7869, 14429, 12415, 8019, 13809, 7973, 7708, 8334, 7761, 15845, 7953, 7598, 8779, 7821, 15703, 12216, 8450, 12327, 7854, 14057, 10043, 8355, 14999, 7733, 12704, 10669, 7928, 15703, 11695, 13773, 10790, 7881, 14805, 9328, 15556, 12265, 7908, 11493, 8308, 15646, 11820, 8094, 13164, 7960, 15040, 8205, 7458, 14240, 7892, 13846, 7878, 7769, 12511, 8084, 13499, 8430, 7853, 12457, 8056, 15475, 11993, 8270, 10846, 8116, 14818, 10437, 9737, 11380, 7862, 13620, 7747, 7821, 10852, 7737, 13601, 7890, 11269, 10912, 8117, 16004, 7774, 14771, 9464, 11504, 14190, 8736, 16675, 7902, 7839, 8294, 7966, 14578, 7917, 12794, 7729, 8088, 10265, 7880, 15253, 8667, 14893, 7934, 8188, 9335, 8106, 14904, 7577, 7475, 7764, 8124, 12020, 8031, 13935, 8612, 7831, 8996, 8188, 14650, 9251, 9571, 8098, 8256, 14342, 10385, 9624, 11317, 7772, 15016, 8391, 11986, 13002, 9035, 15937, 7838, 13831, 10255, 8035, 14475, 7889, 14754, 7911, 10800, 8046, 7847, 14347, 7636, 12389, 7409, 8176, 9450, 8136, 14640, 7788, 11992, 8260, 8794, 11796, 8119, 15631, 7822, 13139, 8017, 7987, 11259, 8149, 14262, 8902, 7741, 9810, 7972, 12627, 10102, 8026, 13043, 7976, 13533, 10702, 8930, 14335, 7909, 14444, 8023, 7798, 9494, 7866, 15074, 7942, 9370, 7845, 7904, 12595, 8284, 14135, 8122, 7882, 9078, 7813, 14348, 8602, 9308, 8314, 7902, 10614, 8011, 14237, 11313, 9174, 9209, 8024, 11154, 7939, 14021, 7863, 13164, 7853, 8386, 8998, 7850, 13159, 7908, 12966, 8112, 11771, 8849, 7692, 12577, 7886, 13598, 8154, 12228, 10012, 8577, 13921, 7748, 14244, 7892, 13915, 9769, 9220, 13467, 7973, 14280, 8253, 12496, 10385, 7947, 15245, 7854, 14171, 8052, 8305, 11268, 7819, 15300, 8377, 13725, 7815, 7742, 9922, 8278, 14766, 8076, 14105, 7751, 7910, 9133, 8218, 14050, 7888, 7807, 8671, 8088, 12605, 9679, 9630, 12144, 8157, 14130, 8027, 11742, 12181, 8550, 14283, 8334, 14220, 7960, 11560, 11574, 7820, 13804, 7919, 13079, 8064, 7970, 12418, 7954, 11525, 7705, 8235, 9429, 7831, 7998, 15107, 9218, 11472, 11631, 8697, 15916, 11411, 17095, 10577, 14338, 10268, 12212, 11629, 7724, 15297, 8169, 9390, 8184, 7921, 13259, 8113, 9763, 7987, 7983, 11814, 8396, 8001, 10925, 8109, 11771, 11059, 9006, 16366, 8648, 14625, 12532, 12222, 11874, 9237, 15121, 8814, 15589, 7960, 10105, 8084, 8136, 9519, 8246, 13781, 7734, 7939, 7739, 8122, 8601, 7951, 12237, 8019, 12413, 10739, 11123, 11073, 9762, 15121, 7771, 14865, 7593, 14845, 7952, 12550, 10396, 7971, 12679, 7595, 13797, 7855, 7851, 10864, 7847, 12954, 7868, 13920, 9035, 10769, 11496, 8287, 14361, 7904, 14048, 8354, 11009, 11785, 7959, 14110, 7779, 14522, 7929, 9977, 9985, 8132, 13554, 7729, 14185, 7924, 9221, 8228, 8055, 12780, 7938, 13212, 7759, 7702, 9078, 7936, 12991, 7952, 11445, 7859, 7918, 9222, 8302, 8857, 8148, 7775, 9534, 8335, 9962, 10266, 7666, 15455, 8476, 12210, 11812, 8874, 16672, 9606, 8794, 13436, 8344, 7879, 16500, 8913], 'WindowCenter': [4569.0, 4556.0, 4512.0, 4550.0, 4480.0, 4547.0, 4508.0, 4535.0, 4526.0, 4485.0, 4514.0, 4467.0, 4536.0, 4467.0, 4505.0, 4476.0, 4458.0, 4517.0, 4480.0, 4529.0, 4499.0, 4480.0, 4539.0, 4481.0, 4549.0, 4518.0, 4508.0, 4547.0, 4488.0, 4546.0, 4476.0, 4535.0, 4526.0, 4505.0, 4524.0, 4475.0, 4532.0, 4454.0, 4532.0, 4454.0, 4513.0, 4484.0, 4455.0, 4503.0, 4466.0, 4506.0, 4468.0, 4469.0, 4517.0, 4480.0, 4537.0, 4468.0, 4507.0, 4507.0, 4486.0, 4537.0, 4507.0, 4517.0, 4546.0, 4486.0, 4534.0, 4486.0, 4514.0, 4514.0, 4483.0, 4522.0, 4455.0, 4523.0, 4444.0, 4524.0, 4505.0, 4443.0, 4491.0, 4452.0, 4502.0, 4455.0, 4503.0, 4457.0, 4456.0, 4466.0, 4468.0, 4507.0, 4469.0, 4527.0, 4479.0, 4468.0, 4487.0, 4464.0, 4528.0, 4469.0, 4536.0, 4488.0, 4516.0, 4487.0, 4457.0, 4535.0, 4498.0, 4535.0, 4507.0, 4467.0, 4516.0, 4456.0, 4535.0, 4526.0, 4526.0, 4505.0, 4484.0, 4514.0, 4464.0, 4533.0, 4516.0, 4534.0, 4475.0, 4494.0, 4505.0, 4455.0, 4523.0, 4465.0, 4513.0, 4453.0, 4444.0, 4483.0, 4456.0, 4523.0, 4457.0, 4455.0, 4485.0, 4457.0, 4535.0, 4497.0, 4476.0, 4535.0, 4467.0, 4536.0, 4466.0, 4524.0, 4516.0, 4475.0, 4525.0, 4454.0, 4522.0, 4465.0, 4493.0, 4515.0, 4456.0, 4535.0, 4466.0, 4456.0, 4485.0, 4468.0, 4525.0, 4478.0, 4468.0, 4517.0, 4460.0, 4537.0, 4508.0, 4518.0, 4517.0, 4474.0, 4524.0, 4467.0, 4535.0, 4486.0, 4505.0, 4496.0, 4458.0, 4504.0, 4478.0, 4459.0, 4479.0, 4480.0, 4539.0, 4479.0, 4469.0, 4528.0, 4481.0, 4530.0, 4510.0, 4479.0, 4527.0, 4538.0, 4499.0, 4539.0, 4549.0, 4509.0, 4546.0, 4505.0, 4455.0, 4526.0, 4475.0, 4535.0, 4524.0, 4473.0, 4503.0, 4455.0, 4522.0, 4494.0, 4494.0, 4494.0, 4465.0, 4503.0, 4455.0, 4456.0, 4475.0, 4467.0, 4528.0, 4478.0, 4536.0, 4499.0, 4515.0, 4518.0, 4486.0, 4515.0, 4446.0, 4535.0, 4506.0, 4525.0, 4485.0, 4443.0, 4474.0, 4466.0, 4526.0, 4468.0, 4457.0, 4487.0, 4478.0, 4528.0, 4478.0, 4544.0, 4527.0, 4526.0, 4505.0, 4495.0, 4526.0, 4465.0, 4534.0, 4475.0, 4522.0, 4455.0, 4525.0, 4485.0, 4492.0, 4524.0, 4454.0, 4523.0, 4463.0, 4522.0, 4454.0, 4443.0, 4514.0, 4464.0, 4522.0, 4455.0, 4483.0, 4504.0, 4455.0, 4534.0, 4455.0, 4463.0, 4485.0, 4466.0, 4535.0, 4454.0, 4456.0, 4493.0, 4467.0, 4535.0, 4515.0, 4476.0, 4505.0, 4456.0, 4536.0, 4468.0, 4515.0, 4515.0, 4456.0, 4515.0, 4457.0, 4536.0, 4506.0, 4475.0, 4536.0, 4465.0, 4525.0, 4465.0, 4457.0, 4525.0, 4455.0, 4535.0, 4467.0, 4526.0, 4514.0, 4476.0, 4533.0, 4476.0, 4533.0, 4465.0, 4514.0, 4515.0, 4463.0, 4524.0, 4455.0, 4523.0, 4485.0, 4467.0, 4535.0, 4464.0, 4533.0, 4465.0, 4494.0, 4526.0, 4465.0, 4535.0, 4454.0, 4503.0, 4496.0, 4455.0, 4536.0, 4467.0, 4456.0, 4486.0, 4467.0, 4535.0, 4486.0, 4467.0, 4495.0, 4478.0, 4536.0, 4525.0, 4474.0, 4515.0, 4464.0, 4535.0, 4516.0, 4523.0, 4514.0, 4493.0, 4521.0, 4453.0, 4522.0, 4463.0, 4481.0, 4492.0, 4453.0, 4512.0, 4465.0, 4485.0, 4485.0, 4467.0, 4534.0, 4464.0, 4474.0, 4464.0, 4466.0, 4535.0, 4467.0, 4455.0, 4476.0, 4468.0, 4534.0, 4498.0, 4476.0, 4494.0, 4466.0, 4534.0, 4486.0, 4465.0, 4536.0, 4467.0, 4516.0, 4487.0, 4478.0, 4546.0, 4528.0, 4494.0, 4495.0, 4464.0, 4535.0, 4516.0, 4477.0, 4547.0, 4507.0, 4476.0, 4537.0, 4466.0, 4534.0, 4505.0, 4463.0, 4501.0, 4444.0, 4521.0, 4455.0, 4512.0, 4511.0, 4463.0, 4512.0, 4453.0, 4522.0, 4455.0, 4452.0, 4494.0, 4465.0, 4524.0, 4466.0, 4456.0, 4466.0, 4467.0, 4538.0, 4489.0, 4488.0, 4517.0, 4482.0, 4530.0, 4530.0, 4481.0, 4550.0, 4490.0, 4539.0, 4530.0, 4501.0, 4558.0, 4490.0, 4525.0, 4518.0, 4489.0, 4546.0, 4518.0, 4525.0, 4476.0, 4457.0, 4526.0, 4468.0, 4525.0, 4485.0, 4455.0, 4504.0, 4468.0, 4536.0, 4498.0, 4496.0, 4517.0, 4466.0, 4524.0, 4457.0, 4524.0, 4507.0, 4466.0, 4536.0, 4468.0, 4534.0, 4466.0, 4457.0, 4537.0, 4469.0, 4527.0, 4478.0, 4467.0, 4538.0, 4478.0, 4547.0, 4528.0, 4487.0, 4527.0, 4467.0, 4536.0, 4517.0, 4506.0, 4497.0, 4469.0, 4527.0, 4469.0, 4525.0, 4516.0, 4465.0, 4516.0, 4478.0, 4527.0, 4507.0, 4478.0, 4537.0, 4480.0, 4488.0, 4495.0, 4477.0, 4547.0, 4488.0, 4468.0, 4506.0, 4468.0, 4537.0, 4528.0, 4476.0, 4515.0, 4457.0, 4536.0, 4497.0, 4513.0, 4515.0, 4456.0, 4524.0, 4466.0, 4525.0, 4516.0, 4475.0, 4524.0, 4455.0, 4522.0, 4454.0, 4502.0, 4514.0, 4442.0, 4501.0, 4455.0, 4524.0, 4477.0, 4466.0, 4517.0, 4477.0, 4496.0, 4468.0, 4479.0, 4534.0, 4468.0, 4536.0, 4488.0, 4496.0, 4537.0, 4498.0, 4545.0, 4505.0, 4502.0, 4496.0, 4467.0, 4534.0, 4514.0, 4503.0, 4484.0, 4454.0, 4503.0, 4465.0, 4465.0, 4507.0, 4468.0, 4527.0, 4468.0, 4527.0, 4517.0, 4487.0, 4535.0, 4485.0, 4534.0, 4485.0, 4513.0, 4504.0, 4463.0, 4512.0, 4451.0, 4513.0, 4454.0, 4503.0, 4494.0, 4453.0, 4523.0, 4445.0, 4464.0, 4456.0, 4466.0, 4535.0, 4477.0, 4522.0, 4464.0, 4454.0, 4503.0, 4453.0, 4534.0, 4455.0, 4454.0, 4473.0, 4457.0, 4535.0, 4476.0, 4455.0, 4485.0, 4466.0, 4525.0, 4466.0, 4477.0, 4525.0, 4457.0, 4535.0, 4457.0, 4496.0, 4495.0, 4467.0, 4536.0, 4476.0, 4456.0, 4483.0, 4456.0, 4495.0, 4518.0, 4488.0, 4478.0, 4547.0, 4489.0, 4477.0, 4538.0, 4498.0, 4536.0, 4505.0, 4475.0, 4503.0, 4455.0, 4524.0, 4494.0, 4524.0, 4503.0, 4481.0, 4472.0, 4444.0, 4503.0, 4442.0, 4512.0, 4455.0, 4455.0, 4494.0, 4466.0, 4515.0, 4468.0, 4467.0, 4537.0, 4469.0, 4537.0, 4478.0, 4478.0, 4518.0, 4477.0, 4546.0, 4497.0, 4455.0, 4505.0, 4468.0, 4527.0, 4528.0, 4468.0, 4536.0, 4468.0, 4506.0, 4506.0, 4476.0, 4538.0, 4518.0, 4457.0, 4536.0, 4468.0, 4527.0, 4516.0, 4467.0, 4525.0, 4467.0, 4468.0, 4478.0, 4467.0, 4547.0, 4478.0, 4457.0, 4488.0, 4469.0, 4537.0, 4519.0, 4478.0, 4516.0, 4469.0, 4537.0, 4497.0, 4478.0, 4536.0, 4470.0, 4527.0, 4508.0, 4469.0, 4546.0, 4518.0, 4526.0, 4507.0, 4466.0, 4536.0, 4488.0, 4535.0, 4517.0, 4456.0, 4505.0, 4467.0, 4536.0, 4516.0, 4466.0, 4513.0, 4464.0, 4534.0, 4477.0, 4447.0, 4526.0, 4466.0, 4526.0, 4466.0, 4469.0, 4528.0, 4479.0, 4528.0, 4478.0, 4467.0, 4516.0, 4467.0, 4536.0, 4517.0, 4465.0, 4506.0, 4466.0, 4526.0, 4497.0, 4487.0, 4505.0, 4468.0, 4525.0, 4467.0, 4468.0, 4509.0, 4470.0, 4527.0, 4469.0, 4517.0, 4507.0, 4466.0, 4536.0, 4468.0, 4535.0, 4486.0, 4506.0, 4526.0, 4474.0, 4535.0, 4466.0, 4454.0, 4466.0, 4468.0, 4536.0, 4468.0, 4514.0, 4457.0, 4465.0, 4509.0, 4467.0, 4535.0, 4475.0, 4524.0, 4454.0, 4462.0, 4475.0, 4467.0, 4525.0, 4457.0, 4445.0, 4456.0, 4467.0, 4515.0, 4468.0, 4525.0, 4477.0, 4456.0, 4487.0, 4480.0, 4537.0, 4487.0, 4486.0, 4466.0, 4476.0, 4535.0, 4507.0, 4488.0, 4506.0, 4457.0, 4534.0, 4477.0, 4504.0, 4516.0, 4476.0, 4535.0, 4455.0, 4515.0, 4496.0, 4455.0, 4525.0, 4456.0, 4525.0, 4455.0, 4493.0, 4455.0, 4455.0, 4526.0, 4457.0, 4514.0, 4446.0, 4477.0, 4497.0, 4464.0, 4536.0, 4458.0, 4505.0, 4467.0, 4476.0, 4516.0, 4468.0, 4534.0, 4456.0, 4515.0, 4455.0, 4465.0, 4506.0, 4466.0, 4525.0, 4476.0, 4457.0, 4496.0, 4468.0, 4516.0, 4497.0, 4466.0, 4524.0, 4468.0, 4525.0, 4507.0, 4475.0, 4525.0, 4466.0, 4524.0, 4466.0, 4455.0, 4485.0, 4466.0, 4525.0, 4466.0, 4486.0, 4467.0, 4466.0, 4516.0, 4467.0, 4526.0, 4455.0, 4455.0, 4476.0, 4457.0, 4537.0, 4477.0, 4485.0, 4466.0, 4467.0, 4495.0, 4468.0, 4537.0, 4507.0, 4485.0, 4487.0, 4456.0, 4506.0, 4467.0, 4524.0, 4467.0, 4513.0, 4456.0, 4476.0, 4487.0, 4465.0, 4525.0, 4467.0, 4524.0, 4466.0, 4518.0, 4488.0, 4458.0, 4527.0, 4468.0, 4525.0, 4467.0, 4517.0, 4497.0, 4476.0, 4526.0, 4455.0, 4524.0, 4455.0, 4524.0, 4497.0, 4486.0, 4526.0, 4466.0, 4525.0, 4466.0, 4513.0, 4496.0, 4467.0, 4536.0, 4467.0, 4524.0, 4467.0, 4467.0, 4506.0, 4456.0, 4535.0, 4467.0, 4524.0, 4455.0, 4456.0, 4483.0, 4464.0, 4525.0, 4456.0, 4514.0, 4444.0, 4454.0, 4474.0, 4466.0, 4524.0, 4467.0, 4456.0, 4475.0, 4468.0, 4541.0, 4499.0, 4497.0, 4518.0, 4467.0, 4526.0, 4468.0, 4516.0, 4516.0, 4476.0, 4526.0, 4467.0, 4525.0, 4467.0, 4504.0, 4505.0, 4456.0, 4523.0, 4464.0, 4523.0, 4467.0, 4469.0, 4527.0, 4481.0, 4518.0, 4468.0, 4479.0, 4487.0, 4471.0, 4481.0, 4550.0, 4502.0, 4519.0, 4519.0, 4478.0, 4536.0, 4508.0, 4535.0, 4496.0, 4513.0, 4485.0, 4504.0, 4494.0, 4443.0, 4520.0, 4464.0, 4473.0, 4464.0, 4464.0, 4512.0, 4467.0, 4496.0, 4466.0, 4477.0, 4526.0, 4478.0, 4469.0, 4508.0, 4469.0, 4518.0, 4507.0, 4478.0, 4536.0, 4478.0, 4527.0, 4505.0, 4504.0, 4494.0, 4465.0, 4516.0, 4465.0, 4512.0, 4444.0, 4482.0, 4443.0, 4442.0, 4475.0, 4464.0, 4514.0, 4456.0, 4456.0, 4456.0, 4466.0, 4478.0, 4469.0, 4518.0, 4470.0, 4517.0, 4510.0, 4505.0, 4508.0, 4486.0, 4536.0, 4458.0, 4524.0, 4457.0, 4524.0, 4456.0, 4515.0, 4497.0, 4467.0, 4515.0, 4458.0, 4528.0, 4467.0, 4468.0, 4509.0, 4467.0, 4526.0, 4469.0, 4525.0, 4488.0, 4505.0, 4508.0, 4468.0, 4527.0, 4469.0, 4525.0, 4467.0, 4495.0, 4506.0, 4456.0, 4524.0, 4456.0, 4524.0, 4466.0, 4496.0, 4496.0, 4465.0, 4524.0, 4458.0, 4527.0, 4467.0, 4485.0, 4478.0, 4467.0, 4528.0, 4469.0, 4526.0, 4458.0, 4457.0, 4488.0, 4468.0, 4527.0, 4469.0, 4515.0, 4469.0, 4468.0, 4497.0, 4479.0, 4489.0, 4480.0, 4471.0, 4499.0, 4492.0, 4512.0, 4521.0, 4483.0, 4550.0, 4481.0, 4528.0, 4531.0, 4490.0, 4560.0, 4502.0, 4488.0, 4538.0, 4481.0, 4481.0, 4560.0, 4500.0], 'WindowWidth': [9998.0, 9972.0, 9904.0, 9951.0, 9854.0, 9941.0, 9888.0, 9921.0, 9911.0, 9851.0, 9890.0, 9831.0, 9922.0, 9832.0, 9879.0, 9843.0, 9821.0, 9899.0, 9854.0, 9919.0, 9880.0, 9856.0, 9934.0, 9857.0, 9944.0, 9903.0, 9888.0, 9942.0, 9861.0, 9936.0, 9843.0, 9921.0, 9910.0, 9879.0, 9904.0, 9836.0, 9910.0, 9808.0, 9910.0, 9806.0, 9885.0, 9847.0, 9812.0, 9874.0, 9828.0, 9882.0, 9836.0, 9836.0, 9900.0, 9855.0, 9926.0, 9834.0, 9883.0, 9881.0, 9853.0, 9923.0, 9884.0, 9897.0, 9938.0, 9856.0, 9916.0, 9855.0, 9887.0, 9889.0, 9844.0, 9895.0, 9812.0, 9897.0, 9794.0, 9903.0, 9877.0, 9790.0, 9853.0, 9800.0, 9867.0, 9810.0, 9874.0, 9818.0, 9816.0, 9829.0, 9835.0, 9886.0, 9838.0, 9913.0, 9851.0, 9833.0, 9859.0, 9825.0, 9912.0, 9838.0, 9924.0, 9861.0, 9895.0, 9857.0, 9816.0, 9920.0, 9873.0, 9920.0, 9885.0, 9830.0, 9895.0, 9817.0, 9921.0, 9910.0, 9907.0, 9880.0, 9849.0, 9888.0, 9822.0, 9914.0, 9892.0, 9915.0, 9836.0, 9860.0, 9877.0, 9811.0, 9899.0, 9823.0, 9885.0, 9806.0, 9794.0, 9846.0, 9814.0, 9901.0, 9817.0, 9812.0, 9851.0, 9819.0, 9921.0, 9872.0, 9843.0, 9920.0, 9831.0, 9924.0, 9830.0, 9904.0, 9895.0, 9838.0, 9905.0, 9810.0, 9898.0, 9825.0, 9858.0, 9890.0, 9815.0, 9918.0, 9827.0, 9815.0, 9852.0, 9835.0, 9908.0, 9848.0, 9836.0, 9898.0, 9825.0, 9925.0, 9888.0, 9899.0, 9898.0, 9837.0, 9903.0, 9830.0, 9919.0, 9855.0, 9878.0, 9867.0, 9819.0, 9877.0, 9847.0, 9823.0, 9852.0, 9856.0, 9933.0, 9852.0, 9837.0, 9916.0, 9858.0, 9922.0, 9892.0, 9851.0, 9914.0, 9928.0, 9878.0, 9932.0, 9947.0, 9892.0, 9939.0, 9879.0, 9811.0, 9906.0, 9839.0, 9919.0, 9900.0, 9829.0, 9869.0, 9808.0, 9896.0, 9859.0, 9858.0, 9860.0, 9824.0, 9872.0, 9810.0, 9814.0, 9841.0, 9832.0, 9914.0, 9847.0, 9923.0, 9875.0, 9893.0, 9898.0, 9850.0, 9891.0, 9799.0, 9917.0, 9879.0, 9905.0, 9851.0, 9791.0, 9834.0, 9828.0, 9908.0, 9836.0, 9818.0, 9860.0, 9850.0, 9914.0, 9847.0, 9933.0, 9914.0, 9907.0, 9878.0, 9862.0, 9907.0, 9824.0, 9915.0, 9836.0, 9897.0, 9809.0, 9905.0, 9850.0, 9855.0, 9899.0, 9807.0, 9898.0, 9821.0, 9897.0, 9811.0, 9794.0, 9887.0, 9822.0, 9896.0, 9811.0, 9848.0, 9876.0, 9812.0, 9916.0, 9812.0, 9820.0, 9851.0, 9828.0, 9919.0, 9810.0, 9813.0, 9860.0, 9833.0, 9921.0, 9894.0, 9841.0, 9876.0, 9812.0, 9922.0, 9834.0, 9892.0, 9893.0, 9814.0, 9890.0, 9818.0, 9922.0, 9883.0, 9839.0, 9920.0, 9826.0, 9904.0, 9828.0, 9817.0, 9906.0, 9813.0, 9920.0, 9831.0, 9909.0, 9892.0, 9839.0, 9917.0, 9842.0, 9913.0, 9824.0, 9889.0, 9891.0, 9820.0, 9901.0, 9811.0, 9900.0, 9853.0, 9830.0, 9919.0, 9824.0, 9913.0, 9827.0, 9865.0, 9907.0, 9826.0, 9917.0, 9810.0, 9872.0, 9866.0, 9814.0, 9922.0, 9831.0, 9815.0, 9854.0, 9829.0, 9921.0, 9854.0, 9829.0, 9867.0, 9849.0, 9922.0, 9908.0, 9836.0, 9890.0, 9821.0, 9920.0, 9894.0, 9901.0, 9888.0, 9858.0, 9893.0, 9806.0, 9897.0, 9821.0, 9841.0, 9857.0, 9807.0, 9883.0, 9828.0, 9852.0, 9852.0, 9832.0, 9919.0, 9823.0, 9836.0, 9824.0, 9828.0, 9920.0, 9832.0, 9814.0, 9843.0, 9834.0, 9919.0, 9874.0, 9841.0, 9863.0, 9829.0, 9918.0, 9856.0, 9827.0, 9923.0, 9832.0, 9894.0, 9859.0, 9849.0, 9937.0, 9914.0, 9864.0, 9863.0, 9822.0, 9922.0, 9895.0, 9847.0, 9940.0, 9884.0, 9842.0, 9925.0, 9831.0, 9917.0, 9877.0, 9818.0, 9865.0, 9792.0, 9893.0, 9810.0, 9883.0, 9882.0, 9817.0, 9881.0, 9805.0, 9895.0, 9813.0, 9806.0, 9864.0, 9825.0, 9904.0, 9830.0, 9817.0, 9832.0, 9835.0, 9929.0, 9866.0, 9864.0, 9902.0, 9860.0, 9921.0, 9924.0, 9857.0, 9948.0, 9868.0, 9932.0, 9922.0, 9883.0, 9958.0, 9865.0, 9906.0, 9902.0, 9863.0, 9938.0, 9902.0, 9906.0, 9840.0, 9817.0, 9909.0, 9834.0, 9906.0, 9852.0, 9813.0, 9876.0, 9835.0, 9923.0, 9874.0, 9868.0, 9896.0, 9827.0, 9901.0, 9818.0, 9905.0, 9883.0, 9827.0, 9922.0, 9832.0, 9916.0, 9828.0, 9818.0, 9926.0, 9838.0, 9914.0, 9848.0, 9833.0, 9928.0, 9851.0, 9941.0, 9917.0, 9857.0, 9911.0, 9834.0, 9924.0, 9899.0, 9881.0, 9871.0, 9838.0, 9914.0, 9837.0, 9907.0, 9896.0, 9827.0, 9897.0, 9850.0, 9912.0, 9888.0, 9849.0, 9926.0, 9854.0, 9860.0, 9867.0, 9845.0, 9940.0, 9861.0, 9834.0, 9880.0, 9834.0, 9925.0, 9914.0, 9841.0, 9892.0, 9816.0, 9923.0, 9871.0, 9888.0, 9893.0, 9814.0, 9903.0, 9829.0, 9906.0, 9895.0, 9839.0, 9902.0, 9811.0, 9897.0, 9809.0, 9870.0, 9888.0, 9790.0, 9866.0, 9810.0, 9904.0, 9844.0, 9829.0, 9899.0, 9848.0, 9871.0, 9836.0, 9853.0, 9921.0, 9836.0, 9924.0, 9859.0, 9870.0, 9925.0, 9873.0, 9935.0, 9879.0, 9872.0, 9865.0, 9830.0, 9917.0, 9889.0, 9872.0, 9846.0, 9808.0, 9875.0, 9828.0, 9827.0, 9886.0, 9836.0, 9912.0, 9836.0, 9911.0, 9899.0, 9857.0, 9920.0, 9852.0, 9916.0, 9851.0, 9885.0, 9874.0, 9817.0, 9881.0, 9800.0, 9882.0, 9807.0, 9872.0, 9861.0, 9805.0, 9898.0, 9797.0, 9822.0, 9814.0, 9828.0, 9920.0, 9843.0, 9898.0, 9824.0, 9808.0, 9873.0, 9808.0, 9915.0, 9812.0, 9808.0, 9834.0, 9819.0, 9919.0, 9842.0, 9812.0, 9852.0, 9829.0, 9906.0, 9830.0, 9842.0, 9907.0, 9816.0, 9918.0, 9816.0, 9867.0, 9866.0, 9829.0, 9921.0, 9841.0, 9813.0, 9848.0, 9814.0, 9864.0, 9900.0, 9863.0, 9850.0, 9942.0, 9866.0, 9847.0, 9930.0, 9874.0, 9921.0, 9877.0, 9835.0, 9871.0, 9810.0, 9903.0, 9860.0, 9900.0, 9871.0, 9839.0, 9827.0, 9793.0, 9872.0, 9792.0, 9882.0, 9810.0, 9812.0, 9865.0, 9830.0, 9895.0, 9836.0, 9833.0, 9926.0, 9837.0, 9926.0, 9848.0, 9848.0, 9902.0, 9845.0, 9937.0, 9872.0, 9813.0, 9881.0, 9836.0, 9913.0, 9915.0, 9838.0, 9925.0, 9837.0, 9882.0, 9883.0, 9845.0, 9930.0, 9901.0, 9819.0, 9923.0, 9836.0, 9912.0, 9898.0, 9830.0, 9907.0, 9832.0, 9839.0, 9849.0, 9834.0, 9941.0, 9849.0, 9820.0, 9862.0, 9840.0, 9927.0, 9904.0, 9848.0, 9896.0, 9837.0, 9928.0, 9875.0, 9848.0, 9926.0, 9842.0, 9913.0, 9891.0, 9840.0, 9940.0, 9905.0, 9911.0, 9886.0, 9832.0, 9926.0, 9861.0, 9923.0, 9900.0, 9816.0, 9880.0, 9830.0, 9922.0, 9897.0, 9829.0, 9889.0, 9825.0, 9920.0, 9847.0, 9804.0, 9910.0, 9830.0, 9911.0, 9832.0, 9840.0, 9919.0, 9853.0, 9916.0, 9849.0, 9831.0, 9897.0, 9834.0, 9923.0, 9900.0, 9828.0, 9882.0, 9831.0, 9910.0, 9873.0, 9857.0, 9880.0, 9833.0, 9909.0, 9834.0, 9837.0, 9892.0, 9841.0, 9913.0, 9838.0, 9900.0, 9887.0, 9831.0, 9926.0, 9836.0, 9921.0, 9857.0, 9880.0, 9910.0, 9837.0, 9920.0, 9829.0, 9808.0, 9829.0, 9837.0, 9923.0, 9836.0, 9892.0, 9819.0, 9827.0, 9893.0, 9832.0, 9920.0, 9840.0, 9903.0, 9809.0, 9817.0, 9839.0, 9830.0, 9907.0, 9820.0, 9799.0, 9818.0, 9833.0, 9895.0, 9836.0, 9908.0, 9845.0, 9817.0, 9858.0, 9855.0, 9928.0, 9862.0, 9856.0, 9829.0, 9844.0, 9923.0, 9888.0, 9860.0, 9884.0, 9818.0, 9919.0, 9846.0, 9878.0, 9897.0, 9842.0, 9920.0, 9812.0, 9891.0, 9869.0, 9812.0, 9907.0, 9814.0, 9906.0, 9812.0, 9861.0, 9813.0, 9813.0, 9909.0, 9818.0, 9890.0, 9803.0, 9848.0, 9873.0, 9827.0, 9925.0, 9822.0, 9881.0, 9830.0, 9843.0, 9896.0, 9833.0, 9920.0, 9816.0, 9891.0, 9812.0, 9826.0, 9882.0, 9830.0, 9908.0, 9843.0, 9817.0, 9869.0, 9836.0, 9896.0, 9874.0, 9830.0, 9906.0, 9835.0, 9907.0, 9887.0, 9841.0, 9910.0, 9828.0, 9904.0, 9828.0, 9812.0, 9853.0, 9829.0, 9908.0, 9828.0, 9853.0, 9831.0, 9829.0, 9897.0, 9832.0, 9908.0, 9814.0, 9812.0, 9841.0, 9818.0, 9926.0, 9847.0, 9852.0, 9830.0, 9833.0, 9867.0, 9835.0, 9927.0, 9887.0, 9855.0, 9860.0, 9814.0, 9882.0, 9831.0, 9905.0, 9830.0, 9888.0, 9814.0, 9843.0, 9858.0, 9827.0, 9908.0, 9830.0, 9904.0, 9831.0, 9901.0, 9861.0, 9821.0, 9913.0, 9835.0, 9907.0, 9832.0, 9900.0, 9871.0, 9845.0, 9910.0, 9813.0, 9902.0, 9814.0, 9903.0, 9872.0, 9856.0, 9910.0, 9829.0, 9907.0, 9828.0, 9890.0, 9872.0, 9833.0, 9925.0, 9831.0, 9905.0, 9830.0, 9831.0, 9884.0, 9816.0, 9921.0, 9832.0, 9904.0, 9813.0, 9813.0, 9849.0, 9825.0, 9907.0, 9813.0, 9890.0, 9796.0, 9809.0, 9837.0, 9828.0, 9905.0, 9832.0, 9816.0, 9842.0, 9838.0, 9941.0, 9881.0, 9875.0, 9903.0, 9833.0, 9910.0, 9836.0, 9896.0, 9897.0, 9842.0, 9908.0, 9830.0, 9906.0, 9831.0, 9877.0, 9880.0, 9815.0, 9902.0, 9825.0, 9902.0, 9832.0, 9836.0, 9914.0, 9859.0, 9906.0, 9838.0, 9850.0, 9861.0, 9844.0, 9860.0, 9953.0, 9889.0, 9908.0, 9907.0, 9848.0, 9926.0, 9886.0, 9919.0, 9868.0, 9885.0, 9850.0, 9875.0, 9861.0, 9792.0, 9893.0, 9821.0, 9833.0, 9823.0, 9823.0, 9886.0, 9836.0, 9869.0, 9831.0, 9847.0, 9911.0, 9850.0, 9837.0, 9889.0, 9838.0, 9901.0, 9887.0, 9847.0, 9923.0, 9846.0, 9909.0, 9878.0, 9872.0, 9860.0, 9820.0, 9893.0, 9821.0, 9881.0, 9793.0, 9841.0, 9790.0, 9789.0, 9836.0, 9822.0, 9887.0, 9814.0, 9813.0, 9813.0, 9828.0, 9848.0, 9838.0, 9902.0, 9841.0, 9898.0, 9891.0, 9878.0, 9887.0, 9854.0, 9924.0, 9820.0, 9903.0, 9817.0, 9902.0, 9816.0, 9893.0, 9873.0, 9832.0, 9894.0, 9822.0, 9914.0, 9834.0, 9835.0, 9890.0, 9834.0, 9910.0, 9839.0, 9907.0, 9862.0, 9881.0, 9888.0, 9835.0, 9910.0, 9835.0, 9905.0, 9830.0, 9864.0, 9882.0, 9815.0, 9904.0, 9815.0, 9904.0, 9829.0, 9868.0, 9870.0, 9829.0, 9906.0, 9822.0, 9912.0, 9833.0, 9856.0, 9850.0, 9834.0, 9915.0, 9840.0, 9910.0, 9822.0, 9820.0, 9861.0, 9834.0, 9913.0, 9838.0, 9895.0, 9837.0, 9835.0, 9874.0, 9855.0, 9866.0, 9856.0, 9846.0, 9881.0, 9878.0, 9902.0, 9916.0, 9865.0, 9953.0, 9860.0, 9919.0, 9927.0, 9869.0, 9966.0, 9888.0, 9863.0, 9930.0, 9858.0, 9859.0, 9967.0, 9885.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.00016409671532846716</td></tr>
<tr><td colspan=3>aqi</td><td>0.01589126304744526</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.60426636094973</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.156491763817354</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9910974158173504</td></tr>
<tr><td colspan=3>efc</td><td>0.4484</td></tr>
<tr><td colspan=3>fber</td><td>6082.6562</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10107040081731448</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.832116788321168</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.42589788169119</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.433901578334901</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5993328471179846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.244459219620683</td></tr>
<tr><td colspan=3>gcor</td><td>0.0066021</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0029575470834970474</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02290312759578228</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.8235267025013515</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>30.3684</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3097</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.6066</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>823.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.0375</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2686</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.6117</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3768.315</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1041.4391</td></tr>
<tr><td colspan=3>tsnr</td><td>43.745396663900465</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>