ds005256-mriqc/sub-0059_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 11d67ab8d6 [DATALAD RUNCMD] Compute MRIQC for sub-0059
=== 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-0059 --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-0059",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:39 +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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>959cd8d339b3ee23a269bae1569c8d30</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:52:48.642500</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.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112089</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>[4155, -7781, -7234, 467, -76, -142, 9, 8]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>64485ed1-af58-4420-9e6a-6e9f2d2ce85e||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.6806480884552, -0.07019545137882233, 0.08595393598079681, 115.91571807861328], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -97.7332763671875], [0.09768244624137878, -0.5332025289535522, 2.644315004348755, -30.209732055664062], [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': ['155248.642500', '155249.102500', '155249.562500', '155250.022500', '155250.482500', '155250.942500', '155251.402500', '155251.862500', '155252.322500', '155252.782500', '155253.242500', '155253.702500', '155254.162500', '155254.622500', '155255.082500', '155255.542500', '155256.002500', '155256.462500', '155256.922500', '155257.382500', '155257.842500', '155258.302500', '155258.762500', '155259.222500', '155259.682500', '155300.142500', '155300.602500', '155301.062500', '155301.522500', '155301.982500', '155302.442500', '155302.902500', '155303.362500', '155303.822500', '155304.282500', '155304.742500', '155305.202500', '155305.662500', '155306.122500', '155306.582500', '155307.042500', '155307.502500', '155307.962500', '155308.422500', '155308.882500', '155309.342500', '155309.802500', '155310.262500', '155310.722500', '155311.182500', '155311.642500', '155312.102500', '155312.562500', '155313.022500', '155313.482500', '155313.942500', '155314.402500', '155314.862500', '155315.322500', '155315.782500', '155316.242500', '155316.702500', '155317.162500', '155317.622500', '155318.082500', '155318.542500', '155319.002500', '155319.462500', '155319.922500', '155320.382500', '155320.842500', '155321.302500', '155321.762500', '155322.222500', '155322.682500', '155323.142500', '155323.602500', '155324.062500', '155324.522500', '155324.982500', '155325.442500', '155325.902500', '155326.362500', '155326.822500', '155327.282500', '155327.742500', '155328.202500', '155328.662500', '155329.122500', '155329.582500', '155330.042500', '155330.502500', '155330.962500', '155331.422500', '155331.882500', '155332.342500', '155332.802500', '155333.262500', '155333.722500', '155334.182500', '155334.642500', '155335.102500', '155335.562500', '155336.022500', '155336.482500', '155336.942500', '155337.402500', '155337.862500', '155338.322500', '155338.782500', '155339.242500', '155339.702500', '155340.162500', '155340.622500', '155341.082500', '155341.542500', '155342.002500', '155342.462500', '155342.922500', '155343.382500', '155343.842500', '155344.302500', '155344.762500', '155345.222500', '155345.682500', '155346.142500', '155346.602500', '155347.062500', '155347.522500', '155347.982500', '155348.442500', '155348.902500', '155349.362500', '155349.822500', '155350.282500', '155350.742500', '155351.202500', '155351.662500', '155352.122500', '155352.582500', '155353.042500', '155353.502500', '155353.962500', '155354.422500', '155354.882500', '155355.342500', '155355.802500', '155356.262500', '155356.722500', '155357.182500', '155357.642500', '155358.102500', '155358.562500', '155359.022500', '155359.482500', '155359.942500', '155400.402500', '155400.862500', '155401.322500', '155401.782500', '155402.242500', '155402.702500', '155403.162500', '155403.622500', '155404.082500', '155404.542500', '155405.002500', '155405.462500', '155405.922500', '155406.382500', '155406.842500', '155407.302500', '155407.762500', '155408.222500', '155408.682500', '155409.142500', '155409.602500', '155410.062500', '155410.522500', '155410.982500', '155411.442500', '155411.902500', '155412.362500', '155412.822500', '155413.282500', '155413.742500', '155414.202500', '155414.662500', '155415.122500', '155415.582500', '155416.042500', '155416.502500', '155416.962500', '155417.422500', '155417.882500', '155418.342500', '155418.802500', '155419.262500', '155419.722500', '155420.182500', '155420.642500', '155421.102500', '155421.562500', '155422.022500', '155422.482500', '155422.942500', '155423.402500', '155423.862500', '155424.322500', '155424.782500', '155425.242500', '155425.702500', '155426.162500', '155426.622500', '155427.082500', '155427.542500', '155428.002500', '155428.462500', '155428.922500', '155429.382500', '155429.842500', '155430.302500', '155430.762500', '155431.222500', '155431.682500', '155432.142500', '155432.602500', '155433.062500', '155433.522500', '155433.982500', '155434.442500', '155434.902500', '155435.362500', '155435.822500', '155436.282500', '155436.742500', '155437.202500', '155437.662500', '155438.122500', '155438.582500', '155439.042500', '155439.502500', '155439.962500', '155440.422500', '155440.882500', '155441.342500', '155441.802500', '155442.262500', '155442.722500', '155443.182500', '155443.642500', '155444.102500', '155444.562500', '155445.022500', '155445.482500', '155445.942500', '155446.402500', '155446.862500', '155447.322500', '155447.782500', '155448.242500', '155448.702500', '155449.162500', '155449.622500', '155450.082500', '155450.542500', '155451.002500', '155451.462500', '155451.922500', '155452.382500', '155452.842500', '155453.302500', '155453.762500', '155454.222500', '155454.682500', '155455.142500', '155455.602500', '155456.062500', '155456.522500', '155456.982500', '155457.442500', '155457.902500', '155458.362500', '155458.822500', '155459.282500', '155459.742500', '155500.202500', '155500.662500', '155501.122500', '155501.582500', '155502.042500', '155502.502500', '155502.962500', '155503.422500', '155503.882500', '155504.342500', '155504.802500', '155505.262500', '155505.722500', '155506.182500', '155506.642500', '155507.102500', '155507.562500', '155508.022500', '155508.482500', '155508.942500', '155509.402500', '155509.862500', '155510.322500', '155510.782500', '155511.242500', '155511.702500', '155512.162500', '155512.622500', '155513.082500', '155513.542500', '155514.002500', '155514.462500', '155514.922500', '155515.382500', '155515.842500', '155516.302500', '155516.762500', '155517.222500', '155517.682500', '155518.142500', '155518.602500', '155519.062500', '155519.522500', '155519.982500', '155520.442500', '155520.902500', '155521.362500', '155521.822500', '155522.282500', '155522.742500', '155523.202500', '155523.662500', '155524.122500', '155524.582500', '155525.042500', '155525.502500', '155525.962500', '155526.422500', '155526.882500', '155527.342500', '155527.802500', '155528.262500', '155528.722500', '155529.182500', '155529.642500', '155530.102500', '155530.562500', '155531.022500', '155531.482500', '155531.942500', '155532.402500', '155532.862500', '155533.322500', '155533.782500', '155534.242500', '155534.702500', '155535.162500', '155535.622500', '155536.082500', '155536.542500', '155537.002500', '155537.462500', '155537.922500', '155538.382500', '155538.842500', '155539.302500', '155539.762500', '155540.222500', '155540.682500', '155541.142500', '155541.602500', '155542.062500', '155542.522500', '155542.982500', '155543.442500', '155543.902500', '155544.362500', '155544.822500', '155545.282500', '155545.742500', '155546.202500', '155546.662500', '155547.122500', '155547.582500', '155548.042500', '155548.502500', '155548.962500', '155549.422500', '155549.882500', '155550.342500', '155550.802500', '155551.262500', '155551.722500', '155552.182500', '155552.642500', '155553.102500', '155553.562500', '155554.022500', '155554.482500', '155554.942500', '155555.402500', '155555.862500', '155556.322500', '155556.782500', '155557.242500', '155557.702500', '155558.162500', '155558.622500', '155559.082500', '155559.542500', '155600.002500', '155600.462500', '155600.922500', '155601.382500', '155601.842500', '155602.302500', '155602.762500', '155603.222500', '155603.682500', '155604.142500', '155604.602500', '155605.062500', '155605.522500', '155605.982500', '155606.442500', '155606.902500', '155607.362500', '155607.822500', '155608.282500', '155608.742500', '155609.202500', '155609.662500', '155610.122500', '155610.582500', '155611.042500', '155611.502500', '155611.962500', '155612.422500', '155612.882500', '155613.342500', '155613.802500', '155614.262500', '155614.722500', '155615.182500', '155615.642500', '155616.102500', '155616.562500', '155617.022500', '155617.482500', '155617.942500', '155618.402500', '155618.862500', '155619.322500', '155619.782500', '155620.242500', '155620.702500', '155621.162500', '155621.622500', '155622.082500', '155622.542500', '155623.002500', '155623.462500', '155623.922500', '155624.382500', '155624.842500', '155625.302500', '155625.762500', '155626.222500', '155626.682500', '155627.142500', '155627.602500', '155628.062500', '155628.522500', '155628.982500', '155629.442500', '155629.902500', '155630.362500', '155630.822500', '155631.282500', '155631.742500', '155632.202500', '155632.662500', '155633.122500', '155633.582500', '155634.042500', '155634.502500', '155634.962500', '155635.422500', '155635.882500', '155636.342500', '155636.802500', '155637.262500', '155637.722500', '155638.182500', '155638.642500', '155639.102500', '155639.562500', '155640.022500', '155640.482500', '155640.942500', '155641.402500', '155641.862500', '155642.322500', '155642.782500', '155643.242500', '155643.702500', '155644.162500', '155644.622500', '155645.082500', '155645.542500', '155646.002500', '155646.462500', '155646.922500', '155647.382500', '155647.842500', '155648.302500', '155648.762500', '155649.222500', '155649.682500', '155650.142500', '155650.602500', '155651.062500', '155651.522500', '155651.982500', '155652.442500', '155652.902500', '155653.362500', '155653.822500', '155654.282500', '155654.742500', '155655.202500', '155655.662500', '155656.122500', '155656.582500', '155657.042500', '155657.502500', '155657.962500', '155658.422500', '155658.882500', '155659.342500', '155659.802500', '155700.262500', '155700.722500', '155701.182500', '155701.642500', '155702.102500', '155702.562500', '155703.022500', '155703.482500', '155703.942500', '155704.402500', '155704.862500', '155705.322500', '155705.782500', '155706.242500', '155706.702500', '155707.162500', '155707.622500', '155708.082500', '155708.542500', '155709.002500', '155709.462500', '155709.922500', '155710.382500', '155710.842500', '155711.302500', '155711.762500', '155712.222500', '155712.682500', '155713.142500', '155713.602500', '155714.062500', '155714.522500', '155714.982500', '155715.442500', '155715.902500', '155716.362500', '155716.822500', '155717.282500', '155717.742500', '155718.202500', '155718.662500', '155719.122500', '155719.582500', '155720.042500', '155720.502500', '155720.962500', '155721.422500', '155721.882500', '155722.342500', '155722.802500', '155723.262500', '155723.722500', '155724.182500', '155724.642500', '155725.102500', '155725.562500', '155726.022500', '155726.482500', '155726.942500', '155727.402500', '155727.862500', '155728.322500', '155728.782500', '155729.242500', '155729.702500', '155730.162500', '155730.622500', '155731.082500', '155731.542500', '155732.002500', '155732.462500', '155732.922500', '155733.382500', '155733.842500', '155734.302500', '155734.762500', '155735.222500', '155735.682500', '155736.142500', '155736.602500', '155737.062500', '155737.522500', '155737.982500', '155738.442500', '155738.902500', '155739.362500', '155739.822500', '155740.282500', '155740.742500', '155741.202500', '155741.662500', '155742.122500', '155742.582500', '155743.042500', '155743.502500', '155743.962500', '155744.422500', '155744.882500', '155745.342500', '155745.802500', '155746.262500', '155746.722500', '155747.182500', '155747.642500', '155748.102500', '155748.562500', '155749.022500', '155749.482500', '155749.942500', '155750.402500', '155750.862500', '155751.322500', '155751.782500', '155752.242500', '155752.702500', '155753.162500', '155753.622500', '155754.082500', '155754.542500', '155755.002500', '155755.462500', '155755.922500', '155756.382500', '155756.842500', '155757.302500', '155757.762500', '155758.222500', '155758.682500', '155759.142500', '155759.602500', '155800.062500', '155800.522500', '155800.982500', '155801.442500', '155801.902500', '155802.362500', '155802.822500', '155803.282500', '155803.742500', '155804.202500', '155804.662500', '155805.122500', '155805.582500', '155806.042500', '155806.502500', '155806.962500', '155807.422500', '155807.882500', '155808.342500', '155808.802500', '155809.262500', '155809.722500', '155810.182500', '155810.642500', '155811.102500', '155811.562500', '155812.022500', '155812.482500', '155812.942500', '155813.402500', '155813.862500', '155814.322500', '155814.782500', '155815.242500', '155815.702500', '155816.162500', '155816.622500', '155817.082500', '155817.542500', '155818.002500', '155818.462500', '155818.922500', '155819.382500', '155819.842500', '155820.302500', '155820.762500', '155821.222500', '155821.682500', '155822.142500', '155822.602500', '155823.062500', '155823.522500', '155823.982500', '155824.442500', '155824.902500', '155825.362500', '155825.822500', '155826.282500', '155826.742500', '155827.202500', '155827.662500', '155828.122500', '155828.582500', '155829.042500', '155829.502500', '155829.962500', '155830.422500', '155830.882500', '155831.342500', '155831.802500', '155832.262500', '155832.722500', '155833.182500', '155833.642500', '155834.102500', '155834.562500', '155835.022500', '155835.482500', '155835.942500', '155836.402500', '155836.862500', '155837.322500', '155837.782500', '155838.242500', '155838.702500', '155839.162500', '155839.622500', '155840.082500', '155840.542500', '155841.002500', '155841.462500', '155841.922500', '155842.382500', '155842.842500', '155843.302500', '155843.762500', '155844.222500', '155844.682500', '155845.142500', '155845.602500', '155846.062500', '155846.522500', '155846.982500', '155847.442500', '155847.902500', '155848.362500', '155848.822500', '155849.282500', '155849.742500', '155850.202500', '155850.662500', '155851.122500', '155851.582500', '155852.042500', '155852.502500', '155852.962500', '155853.422500', '155853.882500', '155854.342500', '155854.802500', '155855.262500', '155855.722500', '155856.182500', '155856.642500', '155857.102500', '155857.562500', '155858.022500', '155858.482500', '155858.942500', '155859.402500', '155859.862500', '155900.322500', '155900.782500', '155901.242500', '155901.702500', '155902.162500', '155902.622500', '155903.082500', '155903.542500', '155904.002500', '155904.462500', '155904.922500', '155905.382500', '155905.842500', '155906.302500', '155906.762500', '155907.222500', '155907.682500', '155908.142500', '155908.602500', '155909.062500', '155909.522500', '155909.982500', '155910.442500', '155910.902500', '155911.362500', '155911.822500', '155912.282500', '155912.742500', '155913.202500', '155913.662500', '155914.122500', '155914.582500', '155915.042500', '155915.502500', '155915.962500', '155916.422500', '155916.882500', '155917.342500', '155917.802500', '155918.262500', '155918.722500', '155919.182500', '155919.642500', '155920.102500', '155920.562500', '155921.022500', '155921.482500', '155921.942500', '155922.402500', '155922.862500', '155923.322500', '155923.782500', '155924.242500', '155924.702500', '155925.162500', '155925.622500', '155926.082500', '155926.542500', '155927.002500', '155927.462500', '155927.922500', '155928.382500', '155928.842500', '155929.302500', '155929.762500', '155930.222500', '155930.682500', '155931.142500', '155931.602500', '155932.062500', '155932.522500', '155932.982500', '155933.442500', '155933.902500', '155934.362500', '155934.822500', '155935.282500', '155935.742500', '155936.202500', '155936.662500', '155937.122500', '155937.582500', '155938.042500', '155938.502500', '155938.962500', '155939.422500', '155939.882500', '155940.342500', '155940.802500', '155941.262500', '155941.722500', '155942.182500', '155942.642500', '155943.102500', '155943.562500', '155944.022500', '155944.482500', '155944.942500', '155945.402500', '155945.862500', '155946.322500', '155946.782500', '155947.242500', '155947.702500', '155948.162500', '155948.622500', '155949.082500', '155949.542500', '155950.002500', '155950.462500', '155950.922500', '155951.382500', '155951.842500', '155952.302500', '155952.762500', '155953.222500', '155953.682500', '155954.142500', '155954.602500', '155955.062500', '155955.522500', '155955.982500', '155956.442500', '155956.902500', '155957.362500', '155957.822500', '155958.282500', '155958.742500', '155959.202500', '155959.662500', '160000.122500', '160000.582500', '160001.042500', '160001.502500', '160001.962500', '160002.422500', '160002.882500', '160003.342500', '160003.802500', '160004.262500', '160004.722500', '160005.182500', '160005.642500', '160006.102500', '160006.562500', '160007.022500', '160007.482500', '160007.942500', '160008.402500', '160008.862500', '160009.322500', '160009.782500', '160010.242500', '160010.702500', '160011.162500', '160011.622500', '160012.082500', '160012.542500', '160013.002500', '160013.462500', '160013.922500', '160014.382500', '160014.842500', '160015.302500', '160015.762500', '160016.222500', '160016.682500', '160017.142500', '160017.602500', '160018.062500', '160018.522500', '160018.982500', '160019.442500', '160019.902500', '160020.362500', '160020.822500', '160021.282500', '160021.742500', '160022.202500', '160022.662500', '160023.122500', '160023.582500', '160024.042500', '160024.502500', '160024.962500', '160025.422500', '160025.882500', '160026.342500', '160026.802500', '160027.262500', '160027.722500', '160028.182500', '160028.642500', '160029.102500', '160029.562500', '160030.022500', '160030.482500', '160030.942500', '160031.402500', '160031.862500', '160032.322500', '160032.782500', '160033.242500', '160033.702500', '160034.162500', '160034.622500', '160035.082500', '160035.542500', '160036.002500', '160036.462500', '160036.922500', '160037.382500', '160037.842500', '160038.302500', '160038.762500', '160039.222500', '160039.682500', '160040.142500', '160040.602500', '160041.062500', '160041.522500', '160041.982500', '160042.442500', '160042.902500', '160043.362500', '160043.822500', '160044.282500', '160044.742500', '160045.202500', '160045.662500', '160046.122500', '160046.582500', '160047.042500', '160047.502500', '160047.962500', '160048.422500', '160048.882500', '160049.342500', '160049.802500', '160050.262500', '160050.722500', '160051.182500', '160051.642500', '160052.102500', '160052.562500', '160053.022500', '160053.482500', '160053.942500', '160054.402500', '160054.862500', '160055.322500', '160055.782500', '160056.242500', '160056.702500', '160057.162500', '160057.622500', '160058.082500', '160058.542500', '160059.002500', '160059.462500', '160059.922500', '160100.382500', '160100.842500', '160101.302500', '160101.762500', '160102.222500', '160102.682500', '160103.142500', '160103.602500', '160104.062500', '160104.522500', '160104.982500', '160105.442500', '160105.902500', '160106.362500', '160106.822500', '160107.282500', '160107.742500', '160108.202500', '160108.662500', '160109.122500', '160109.582500', '160110.042500', '160110.502500', '160110.962500', '160111.422500', '160111.882500', '160112.342500', '160112.802500', '160113.262500'], 'ContentTime': ['155318.580000', '155318.583000', '155318.586000', '155318.589000', '155318.591000', '155318.594000', '155318.596000', '155318.599000', '155318.602000', '155318.604000', '155318.607000', '155318.609000', '155318.612000', '155318.614000', '155318.617000', '155318.620000', '155318.622000', '155318.625000', '155318.627000', '155318.630000', '155318.632000', '155318.635000', '155318.637000', '155318.640000', '155318.651000', '155318.654000', '155318.656000', '155318.659000', '155318.662000', '155318.664000', '155318.667000', '155318.669000', '155318.672000', '155318.674000', '155318.677000', '155318.679000', '155318.682000', '155318.684000', '155318.687000', '155318.689000', '155318.692000', '155318.695000', '155318.697000', '155318.700000', '155318.702000', '155318.705000', '155318.707000', '155318.716000', '155318.718000', '155318.721000', '155318.724000', '155318.726000', '155318.729000', '155318.731000', '155318.734000', '155318.736000', '155318.739000', '155318.741000', '155318.744000', '155318.747000', '155318.749000', '155318.752000', '155318.754000', '155338.528000', '155338.531000', '155338.534000', '155338.536000', '155338.548000', '155338.550000', '155338.553000', '155338.555000', '155338.558000', '155338.560000', '155338.563000', '155338.566000', '155338.568000', '155338.571000', '155338.573000', '155338.576000', '155338.578000', '155338.581000', '155338.583000', '155338.586000', '155338.588000', '155338.591000', '155338.594000', '155338.596000', '155338.599000', '155338.601000', '155338.604000', '155338.606000', '155338.609000', '155338.611000', '155338.614000', '155338.617000', '155338.619000', '155338.622000', '155338.624000', '155338.627000', '155338.630000', '155338.632000', '155338.635000', '155338.638000', '155338.640000', '155338.643000', '155338.645000', '155358.528000', '155358.531000', '155358.534000', '155358.536000', '155358.539000', '155358.541000', '155358.544000', '155358.547000', '155358.549000', '155358.558000', '155358.561000', '155358.563000', '155358.566000', '155358.568000', '155358.571000', '155358.573000', '155358.576000', '155358.578000', '155358.581000', '155358.583000', '155358.586000', '155358.589000', '155358.591000', '155358.594000', '155358.597000', '155358.599000', '155358.602000', '155358.604000', '155358.607000', '155358.609000', '155358.612000', '155358.614000', '155358.617000', '155358.620000', '155358.622000', '155358.625000', '155358.627000', '155358.630000', '155358.632000', '155358.635000', '155358.637000', '155358.640000', '155358.643000', '155358.645000', '155418.528000', '155418.531000', '155418.534000', '155418.536000', '155418.539000', '155418.541000', '155418.544000', '155418.547000', '155418.549000', '155418.552000', '155418.554000', '155418.557000', '155418.560000', '155418.563000', '155418.566000', '155418.569000', '155418.571000', '155418.574000', '155418.576000', '155418.579000', '155418.581000', '155418.584000', '155418.587000', '155418.589000', '155418.592000', '155418.594000', '155418.597000', '155418.599000', '155418.602000', '155418.604000', '155418.607000', '155418.609000', '155418.612000', '155418.615000', '155418.618000', '155418.622000', '155418.625000', '155418.627000', '155418.630000', '155418.632000', '155418.635000', '155418.637000', '155418.640000', '155438.528000', '155438.531000', '155438.534000', '155438.536000', '155438.539000', '155438.541000', '155438.544000', '155438.547000', '155438.549000', '155438.552000', '155438.554000', '155438.557000', '155438.559000', '155438.562000', '155438.565000', '155438.567000', '155438.570000', '155438.572000', '155438.575000', '155438.578000', '155438.580000', '155438.583000', '155438.585000', '155438.588000', '155438.590000', '155438.593000', '155438.596000', '155438.598000', '155438.601000', '155438.603000', '155438.606000', '155438.608000', '155438.611000', '155438.625000', '155438.628000', '155438.630000', '155438.633000', '155438.635000', '155438.638000', '155438.640000', '155438.643000', '155438.646000', '155438.648000', '155438.651000', '155458.530000', '155458.532000', '155458.535000', '155458.538000', '155458.540000', '155458.543000', '155458.545000', '155458.548000', '155458.550000', '155458.553000', '155458.556000', '155458.558000', '155458.561000', '155458.564000', '155458.566000', '155458.569000', '155458.571000', '155458.574000', '155458.577000', '155458.580000', '155458.582000', '155458.585000', '155458.587000', '155458.590000', '155458.593000', '155458.595000', '155458.598000', '155458.600000', '155458.603000', '155458.606000', '155458.608000', '155458.611000', '155458.613000', '155458.616000', '155458.619000', '155458.621000', '155458.624000', '155458.626000', '155458.629000', '155458.632000', '155458.634000', '155458.637000', '155458.639000', '155518.529000', '155518.532000', '155518.535000', '155518.537000', '155518.540000', '155518.543000', '155518.545000', '155518.548000', '155518.550000', '155518.553000', '155518.555000', '155518.558000', '155518.560000', '155518.563000', '155518.565000', '155518.568000', '155518.571000', '155518.573000', '155518.576000', '155518.578000', '155518.581000', '155518.584000', '155518.586000', '155518.589000', '155518.591000', '155518.594000', '155518.597000', '155518.599000', '155518.602000', '155518.605000', '155518.607000', '155518.610000', '155518.613000', '155518.615000', '155518.618000', '155518.620000', '155518.623000', '155518.625000', '155518.628000', '155518.631000', '155518.633000', '155518.636000', '155518.638000', '155518.641000', '155538.529000', '155538.532000', '155538.535000', '155538.537000', '155538.540000', '155538.543000', '155538.545000', '155538.548000', '155538.550000', '155538.553000', '155538.555000', '155538.558000', '155538.569000', '155538.572000', '155538.575000', '155538.577000', '155538.580000', '155538.582000', '155538.585000', '155538.587000', '155538.590000', '155538.593000', '155538.595000', '155538.598000', '155538.600000', '155538.603000', '155538.605000', '155538.608000', '155538.610000', '155538.613000', '155538.616000', '155538.618000', '155538.621000', '155538.623000', '155538.626000', '155538.629000', '155538.631000', '155538.634000', '155538.637000', '155538.639000', '155538.642000', '155538.644000', '155538.647000', '155558.529000', '155558.532000', '155558.534000', '155558.537000', '155558.539000', '155558.542000', '155558.544000', '155558.547000', '155558.549000', '155558.552000', '155558.555000', '155558.557000', '155558.560000', '155558.562000', '155558.565000', '155558.567000', '155558.570000', '155558.573000', '155558.575000', '155558.578000', '155558.580000', '155558.583000', '155558.585000', '155558.588000', '155558.591000', '155558.593000', '155558.596000', '155558.598000', '155558.601000', '155558.604000', '155558.606000', '155558.609000', '155558.612000', '155558.615000', '155558.617000', '155558.620000', '155558.622000', '155558.625000', '155558.627000', '155558.630000', '155558.633000', '155558.635000', '155558.638000', '155558.640000', '155618.529000', '155618.532000', '155618.534000', '155618.537000', '155618.539000', '155618.542000', '155618.544000', '155618.547000', '155618.550000', '155618.552000', '155618.555000', '155618.557000', '155618.560000', '155618.562000', '155618.578000', '155618.581000', '155618.583000', '155618.586000', '155618.588000', '155618.591000', '155618.593000', '155618.596000', '155618.599000', '155618.601000', '155618.604000', '155618.606000', '155618.609000', '155618.611000', '155618.614000', '155618.617000', '155618.619000', '155618.622000', '155618.624000', '155618.627000', '155618.630000', '155618.632000', '155618.635000', '155618.637000', '155618.640000', '155618.642000', '155618.645000', '155618.647000', '155618.650000', '155638.529000', '155638.531000', '155638.534000', '155638.537000', '155638.539000', '155638.542000', '155638.544000', '155638.547000', '155638.549000', '155638.552000', '155638.555000', '155638.557000', '155638.560000', '155638.562000', '155638.565000', '155638.568000', '155638.570000', '155638.573000', '155638.575000', '155638.578000', '155638.580000', '155638.583000', '155638.585000', '155638.588000', '155638.591000', '155638.593000', '155638.596000', '155638.599000', '155638.601000', '155638.604000', '155638.606000', '155638.609000', '155638.612000', '155638.614000', '155638.617000', '155638.619000', '155638.622000', '155638.625000', '155638.627000', '155638.630000', '155638.632000', '155638.635000', '155638.637000', '155638.640000', '155658.528000', '155658.531000', '155658.534000', '155658.536000', '155658.539000', '155658.541000', '155658.544000', '155658.547000', '155658.549000', '155658.552000', '155658.554000', '155658.557000', '155658.559000', '155658.562000', '155658.564000', '155658.567000', '155658.569000', '155658.572000', '155658.575000', '155658.577000', '155658.580000', '155658.582000', '155658.585000', '155658.587000', '155658.590000', '155658.593000', '155658.595000', '155658.598000', '155658.600000', '155658.603000', '155658.606000', '155658.608000', '155658.611000', '155658.613000', '155658.616000', '155658.618000', '155658.621000', '155658.624000', '155658.626000', '155658.629000', '155658.631000', '155658.634000', '155658.637000', '155718.529000', '155718.532000', '155718.535000', '155718.537000', '155718.540000', '155718.543000', '155718.545000', '155718.548000', '155718.550000', '155718.553000', '155718.555000', '155718.558000', '155718.561000', '155718.563000', '155718.566000', '155718.568000', '155718.571000', '155718.574000', '155718.576000', '155718.579000', '155718.581000', '155718.584000', '155718.587000', '155718.599000', '155718.601000', '155718.604000', '155718.607000', '155718.609000', '155718.612000', '155718.614000', '155718.617000', '155718.620000', '155718.622000', '155718.625000', '155718.627000', '155718.630000', '155718.632000', '155718.635000', '155718.638000', '155718.640000', '155718.643000', '155718.645000', '155718.648000', '155718.651000', '155738.530000', '155738.533000', '155738.535000', '155738.538000', '155738.540000', '155738.543000', '155738.545000', '155738.548000', '155738.550000', '155738.553000', '155738.556000', '155738.558000', '155738.561000', '155738.564000', '155738.566000', '155738.569000', '155738.571000', '155738.574000', '155738.576000', '155738.579000', '155738.582000', '155738.584000', '155738.587000', '155738.589000', '155738.592000', '155738.595000', '155738.597000', '155738.600000', '155738.602000', '155738.605000', '155738.607000', '155738.610000', '155738.613000', '155738.615000', '155738.618000', '155738.620000', '155738.623000', '155738.625000', '155738.637000', '155738.640000', '155738.642000', '155738.645000', '155738.647000', '155758.529000', '155758.532000', '155758.535000', '155758.537000', '155758.540000', '155758.543000', '155758.545000', '155758.548000', '155758.550000', '155758.553000', '155758.555000', '155758.558000', '155758.561000', '155758.563000', '155758.566000', '155758.568000', '155758.571000', '155758.574000', '155758.576000', '155758.579000', '155758.581000', '155758.584000', '155758.586000', '155758.589000', '155758.592000', '155758.594000', '155758.597000', '155758.599000', '155758.602000', '155758.605000', '155758.607000', '155758.610000', '155758.612000', '155758.615000', '155758.617000', '155758.620000', '155758.623000', '155758.626000', '155758.628000', '155758.631000', '155758.633000', '155758.636000', '155758.639000', '155758.641000', '155818.528000', '155818.531000', '155818.534000', '155818.537000', '155818.539000', '155818.542000', '155818.544000', '155818.547000', '155818.549000', '155818.552000', '155818.555000', '155818.557000', '155818.560000', '155818.562000', '155818.565000', '155818.568000', '155818.570000', '155818.573000', '155818.575000', '155818.578000', '155818.580000', '155818.583000', '155818.585000', '155818.588000', '155818.591000', '155818.593000', '155818.596000', '155818.599000', '155818.601000', '155818.604000', '155818.606000', '155818.609000', '155818.611000', '155818.614000', '155818.617000', '155818.619000', '155818.622000', '155818.624000', '155818.627000', '155818.630000', '155818.632000', '155818.635000', '155818.637000', '155838.528000', '155838.531000', '155838.534000', '155838.536000', '155838.539000', '155838.541000', '155838.544000', '155838.547000', '155838.549000', '155838.552000', '155838.554000', '155838.557000', '155838.560000', '155838.562000', '155838.565000', '155838.567000', '155838.570000', '155838.572000', '155838.575000', '155838.578000', '155838.580000', '155838.583000', '155838.586000', '155838.588000', '155838.591000', '155838.593000', '155838.596000', '155838.598000', '155838.601000', '155838.604000', '155838.606000', '155838.609000', '155838.612000', '155838.614000', '155838.617000', '155838.619000', '155838.622000', '155838.625000', '155838.627000', '155838.630000', '155838.632000', '155838.635000', '155838.638000', '155838.640000', '155858.528000', '155858.531000', '155858.534000', '155858.536000', '155858.539000', '155858.542000', '155858.544000', '155858.547000', '155858.550000', '155858.552000', '155858.555000', '155858.565000', '155858.568000', '155858.570000', '155858.573000', '155858.576000', '155858.578000', '155858.581000', '155858.583000', '155858.586000', '155858.589000', '155858.591000', '155858.594000', '155858.596000', '155858.600000', '155858.603000', '155858.606000', '155858.608000', '155858.611000', '155858.613000', '155858.616000', '155858.619000', '155858.621000', '155858.624000', '155858.626000', '155858.629000', '155858.632000', '155858.634000', '155858.637000', '155858.639000', '155858.642000', '155858.644000', '155858.647000', '155918.528000', '155918.531000', '155918.534000', '155918.537000', '155918.540000', '155918.543000', '155918.546000', '155918.548000', '155918.551000', '155918.554000', '155918.556000', '155918.559000', '155918.561000', '155918.564000', '155918.566000', '155918.569000', '155918.572000', '155918.574000', '155918.577000', '155918.579000', '155918.595000', '155918.598000', '155918.601000', '155918.604000', '155918.606000', '155918.609000', '155918.612000', '155918.614000', '155918.617000', '155918.620000', '155918.622000', '155918.625000', '155918.627000', '155918.630000', '155918.632000', '155918.635000', '155918.638000', '155918.640000', '155918.643000', '155918.645000', '155918.648000', '155918.650000', '155918.653000', '155918.656000', '155938.529000', '155938.532000', '155938.535000', '155938.537000', '155938.540000', '155938.542000', '155938.545000', '155938.548000', '155938.550000', '155938.553000', '155938.555000', '155938.558000', '155938.560000', '155938.563000', '155938.566000', '155938.568000', '155938.571000', '155938.573000', '155938.576000', '155938.579000', '155938.581000', '155938.584000', '155938.586000', '155938.589000', '155938.591000', '155938.594000', '155938.597000', '155938.599000', '155938.602000', '155938.604000', '155938.607000', '155938.610000', '155938.621000', '155938.624000', '155938.626000', '155938.629000', '155938.631000', '155938.634000', '155938.637000', '155938.639000', '155938.642000', '155938.644000', '155938.647000', '155958.530000', '155958.533000', '155958.535000', '155958.538000', '155958.540000', '155958.543000', '155958.546000', '155958.548000', '155958.551000', '155958.553000', '155958.556000', '155958.558000', '155958.561000', '155958.564000', '155958.566000', '155958.569000', '155958.571000', '155958.574000', '155958.576000', '155958.579000', '155958.582000', '155958.584000', '155958.587000', '155958.590000', '155958.592000', '155958.595000', '155958.598000', '155958.600000', '155958.603000', '155958.606000', '155958.608000', '155958.611000', '155958.613000', '155958.616000', '155958.619000', '155958.621000', '155958.624000', '155958.626000', '155958.629000', '155958.632000', '155958.634000', '155958.637000', '155958.639000', '155958.642000', '160018.529000', '160018.532000', '160018.535000', '160018.537000', '160018.540000', '160018.543000', '160018.545000', '160018.548000', '160018.550000', '160018.553000', '160018.556000', '160018.558000', '160018.561000', '160018.563000', '160018.566000', '160018.568000', '160018.571000', '160018.574000', '160018.576000', '160018.579000', '160018.581000', '160018.584000', '160018.586000', '160018.589000', '160018.592000', '160018.594000', '160018.597000', '160018.599000', '160018.602000', '160018.604000', '160018.607000', '160018.610000', '160018.612000', '160018.615000', '160018.617000', '160018.620000', '160018.623000', '160018.625000', '160018.628000', '160018.630000', '160018.633000', '160018.636000', '160018.638000', '160038.529000', '160038.531000', '160038.534000', '160038.537000', '160038.539000', '160038.542000', '160038.545000', '160038.547000', '160038.550000', '160038.552000', '160038.555000', '160038.557000', '160038.560000', '160038.563000', '160038.565000', '160038.568000', '160038.570000', '160038.587000', '160038.590000', '160038.592000', '160038.595000', '160038.597000', '160038.600000', '160038.603000', '160038.605000', '160038.608000', '160038.610000', '160038.613000', '160038.616000', '160038.619000', '160038.621000', '160038.624000', '160038.626000', '160038.629000', '160038.632000', '160038.634000', '160038.637000', '160038.640000', '160038.642000', '160038.645000', '160038.647000', '160038.650000', '160038.653000', '160038.655000', '160058.529000', '160058.531000', '160058.534000', '160058.537000', '160058.539000', '160058.542000', '160058.544000', '160058.547000', '160058.550000', '160058.552000', '160058.555000', '160058.557000', '160058.560000', '160058.562000', '160058.565000', '160058.568000', '160058.570000', '160058.573000', '160058.575000', '160058.578000', '160058.580000', '160058.583000', '160058.586000', '160058.588000', '160058.591000', '160058.593000', '160058.596000', '160058.598000', '160058.601000', '160058.604000', '160058.606000', '160058.609000', '160058.612000', '160058.614000', '160058.617000', '160058.619000', '160058.622000', '160058.624000', '160058.627000', '160058.630000', '160058.641000', '160058.644000', '160058.647000', '160114.413000', '160114.417000', '160114.420000', '160114.423000', '160114.426000', '160114.429000', '160114.432000', '160114.434000', '160114.437000', '160114.440000', '160114.442000', '160114.445000', '160114.448000', '160114.451000', '160114.454000', '160114.457000', '160114.460000', '160114.462000', '160114.465000', '160114.468000', '160114.470000', '160114.473000', '160114.476000', '160114.478000', '160114.481000', '160114.483000', '160114.486000', '160114.489000', '160114.491000', '160114.494000', '160114.497000', '160114.499000', '160114.502000', '160114.505000', '160114.508000'], 'InstanceCreationTime': ['155318.580000', '155318.583000', '155318.586000', '155318.589000', '155318.591000', '155318.594000', '155318.596000', '155318.599000', '155318.602000', '155318.604000', '155318.607000', '155318.609000', '155318.612000', '155318.614000', '155318.617000', '155318.620000', '155318.622000', '155318.625000', '155318.627000', '155318.630000', '155318.632000', '155318.635000', '155318.637000', '155318.640000', '155318.651000', '155318.654000', '155318.656000', '155318.659000', '155318.662000', '155318.664000', '155318.667000', '155318.669000', '155318.672000', '155318.674000', '155318.677000', '155318.679000', '155318.682000', '155318.684000', '155318.687000', '155318.689000', '155318.692000', '155318.695000', '155318.697000', '155318.700000', '155318.702000', '155318.705000', '155318.707000', '155318.716000', '155318.718000', '155318.721000', '155318.724000', '155318.726000', '155318.729000', '155318.731000', '155318.734000', '155318.736000', '155318.739000', '155318.741000', '155318.744000', '155318.747000', '155318.749000', '155318.752000', '155318.754000', '155338.528000', '155338.531000', '155338.534000', '155338.536000', '155338.548000', '155338.550000', '155338.553000', '155338.555000', '155338.558000', '155338.560000', '155338.563000', '155338.566000', '155338.568000', '155338.571000', '155338.573000', '155338.576000', '155338.578000', '155338.581000', '155338.583000', '155338.586000', '155338.588000', '155338.591000', '155338.594000', '155338.596000', '155338.599000', '155338.601000', '155338.604000', '155338.606000', '155338.609000', '155338.611000', '155338.614000', '155338.617000', '155338.619000', '155338.622000', '155338.624000', '155338.627000', '155338.630000', '155338.632000', '155338.635000', '155338.638000', '155338.640000', '155338.643000', '155338.645000', '155358.528000', '155358.531000', '155358.534000', '155358.536000', '155358.539000', '155358.541000', '155358.544000', '155358.547000', '155358.549000', '155358.558000', '155358.561000', '155358.563000', '155358.566000', '155358.568000', '155358.571000', '155358.573000', '155358.576000', '155358.578000', '155358.581000', '155358.583000', '155358.586000', '155358.589000', '155358.591000', '155358.594000', '155358.597000', '155358.599000', '155358.602000', '155358.604000', '155358.607000', '155358.609000', '155358.612000', '155358.614000', '155358.617000', '155358.620000', '155358.622000', '155358.625000', '155358.627000', '155358.630000', '155358.632000', '155358.635000', '155358.637000', '155358.640000', '155358.643000', '155358.645000', '155418.528000', '155418.531000', '155418.534000', '155418.536000', '155418.539000', '155418.541000', '155418.544000', '155418.547000', '155418.549000', '155418.552000', '155418.554000', '155418.557000', '155418.560000', '155418.563000', '155418.566000', '155418.569000', '155418.571000', '155418.574000', '155418.576000', '155418.579000', '155418.581000', '155418.584000', '155418.587000', '155418.589000', '155418.592000', '155418.594000', '155418.597000', '155418.599000', '155418.602000', '155418.604000', '155418.607000', '155418.609000', '155418.612000', '155418.615000', '155418.618000', '155418.622000', '155418.625000', '155418.627000', '155418.630000', '155418.632000', '155418.635000', '155418.637000', '155418.640000', '155438.528000', '155438.531000', '155438.534000', '155438.536000', '155438.539000', '155438.541000', '155438.544000', '155438.547000', '155438.549000', '155438.552000', '155438.554000', '155438.557000', '155438.559000', '155438.562000', '155438.565000', '155438.567000', '155438.570000', '155438.572000', '155438.575000', '155438.578000', '155438.580000', '155438.583000', '155438.585000', '155438.588000', '155438.590000', '155438.593000', '155438.596000', '155438.598000', '155438.601000', '155438.603000', '155438.606000', '155438.608000', '155438.611000', '155438.625000', '155438.628000', '155438.630000', '155438.633000', '155438.635000', '155438.638000', '155438.640000', '155438.643000', '155438.646000', '155438.648000', '155438.651000', '155458.530000', '155458.532000', '155458.535000', '155458.538000', '155458.540000', '155458.543000', '155458.545000', '155458.548000', '155458.550000', '155458.553000', '155458.556000', '155458.558000', '155458.561000', '155458.564000', '155458.566000', '155458.569000', '155458.571000', '155458.574000', '155458.577000', '155458.580000', '155458.582000', '155458.585000', '155458.587000', '155458.590000', '155458.593000', '155458.595000', '155458.598000', '155458.600000', '155458.603000', '155458.606000', '155458.608000', '155458.611000', '155458.613000', '155458.616000', '155458.619000', '155458.621000', '155458.624000', '155458.626000', '155458.629000', '155458.632000', '155458.634000', '155458.637000', '155458.639000', '155518.529000', '155518.532000', '155518.535000', '155518.537000', '155518.540000', '155518.543000', '155518.545000', '155518.548000', '155518.550000', '155518.553000', '155518.555000', '155518.558000', '155518.560000', '155518.563000', '155518.565000', '155518.568000', '155518.571000', '155518.573000', '155518.576000', '155518.578000', '155518.581000', '155518.584000', '155518.586000', '155518.589000', '155518.591000', '155518.594000', '155518.597000', '155518.599000', '155518.602000', '155518.605000', '155518.607000', '155518.610000', '155518.613000', '155518.615000', '155518.618000', '155518.620000', '155518.623000', '155518.625000', '155518.628000', '155518.631000', '155518.633000', '155518.636000', '155518.638000', '155518.641000', '155538.529000', '155538.532000', '155538.535000', '155538.537000', '155538.540000', '155538.543000', '155538.545000', '155538.548000', '155538.550000', '155538.553000', '155538.555000', '155538.558000', '155538.569000', '155538.572000', '155538.575000', '155538.577000', '155538.580000', '155538.582000', '155538.585000', '155538.587000', '155538.590000', '155538.593000', '155538.595000', '155538.598000', '155538.600000', '155538.603000', '155538.605000', '155538.608000', '155538.610000', '155538.613000', '155538.616000', '155538.618000', '155538.621000', '155538.623000', '155538.626000', '155538.629000', '155538.631000', '155538.634000', '155538.637000', '155538.639000', '155538.642000', '155538.644000', '155538.647000', '155558.529000', '155558.532000', '155558.534000', '155558.537000', '155558.539000', '155558.542000', '155558.544000', '155558.547000', '155558.549000', '155558.552000', '155558.555000', '155558.557000', '155558.560000', '155558.562000', '155558.565000', '155558.567000', '155558.570000', '155558.573000', '155558.575000', '155558.578000', '155558.580000', '155558.583000', '155558.585000', '155558.588000', '155558.591000', '155558.593000', '155558.596000', '155558.598000', '155558.601000', '155558.604000', '155558.606000', '155558.609000', '155558.612000', '155558.615000', '155558.617000', '155558.620000', '155558.622000', '155558.625000', '155558.627000', '155558.630000', '155558.633000', '155558.635000', '155558.638000', '155558.640000', '155618.529000', '155618.532000', '155618.534000', '155618.537000', '155618.539000', '155618.542000', '155618.544000', '155618.547000', '155618.550000', '155618.552000', '155618.555000', '155618.557000', '155618.560000', '155618.562000', '155618.578000', '155618.581000', '155618.583000', '155618.586000', '155618.588000', '155618.591000', '155618.593000', '155618.596000', '155618.599000', '155618.601000', '155618.604000', '155618.606000', '155618.609000', '155618.611000', '155618.614000', '155618.617000', '155618.619000', '155618.622000', '155618.624000', '155618.627000', '155618.630000', '155618.632000', '155618.635000', '155618.637000', '155618.640000', '155618.642000', '155618.645000', '155618.647000', '155618.650000', '155638.529000', '155638.531000', '155638.534000', '155638.537000', '155638.539000', '155638.542000', '155638.544000', '155638.547000', '155638.549000', '155638.552000', '155638.555000', '155638.557000', '155638.560000', '155638.562000', '155638.565000', '155638.568000', '155638.570000', '155638.573000', '155638.575000', '155638.578000', '155638.580000', '155638.583000', '155638.585000', '155638.588000', '155638.591000', '155638.593000', '155638.596000', '155638.599000', '155638.601000', '155638.604000', '155638.606000', '155638.609000', '155638.612000', '155638.614000', '155638.617000', '155638.619000', '155638.622000', '155638.625000', '155638.627000', '155638.630000', '155638.632000', '155638.635000', '155638.637000', '155638.640000', '155658.528000', '155658.531000', '155658.534000', '155658.536000', '155658.539000', '155658.541000', '155658.544000', '155658.547000', '155658.549000', '155658.552000', '155658.554000', '155658.557000', '155658.559000', '155658.562000', '155658.564000', '155658.567000', '155658.569000', '155658.572000', '155658.575000', '155658.577000', '155658.580000', '155658.582000', '155658.585000', '155658.587000', '155658.590000', '155658.593000', '155658.595000', '155658.598000', '155658.600000', '155658.603000', '155658.606000', '155658.608000', '155658.611000', '155658.613000', '155658.616000', '155658.618000', '155658.621000', '155658.624000', '155658.626000', '155658.629000', '155658.631000', '155658.634000', '155658.637000', '155718.529000', '155718.532000', '155718.535000', '155718.537000', '155718.540000', '155718.543000', '155718.545000', '155718.548000', '155718.550000', '155718.553000', '155718.555000', '155718.558000', '155718.561000', '155718.563000', '155718.566000', '155718.568000', '155718.571000', '155718.574000', '155718.576000', '155718.579000', '155718.581000', '155718.584000', '155718.587000', '155718.599000', '155718.601000', '155718.604000', '155718.607000', '155718.609000', '155718.612000', '155718.614000', '155718.617000', '155718.620000', '155718.622000', '155718.625000', '155718.627000', '155718.630000', '155718.632000', '155718.635000', '155718.638000', '155718.640000', '155718.643000', '155718.645000', '155718.648000', '155718.651000', '155738.530000', '155738.533000', '155738.535000', '155738.538000', '155738.540000', '155738.543000', '155738.545000', '155738.548000', '155738.550000', '155738.553000', '155738.556000', '155738.558000', '155738.561000', '155738.564000', '155738.566000', '155738.569000', '155738.571000', '155738.574000', '155738.576000', '155738.579000', '155738.582000', '155738.584000', '155738.587000', '155738.589000', '155738.592000', '155738.595000', '155738.597000', '155738.600000', '155738.602000', '155738.605000', '155738.607000', '155738.610000', '155738.613000', '155738.615000', '155738.618000', '155738.620000', '155738.623000', '155738.625000', '155738.637000', '155738.640000', '155738.642000', '155738.645000', '155738.647000', '155758.529000', '155758.532000', '155758.535000', '155758.537000', '155758.540000', '155758.543000', '155758.545000', '155758.548000', '155758.550000', '155758.553000', '155758.555000', '155758.558000', '155758.561000', '155758.563000', '155758.566000', '155758.568000', '155758.571000', '155758.574000', '155758.576000', '155758.579000', '155758.581000', '155758.584000', '155758.586000', '155758.589000', '155758.592000', '155758.594000', '155758.597000', '155758.599000', '155758.602000', '155758.605000', '155758.607000', '155758.610000', '155758.612000', '155758.615000', '155758.617000', '155758.620000', '155758.623000', '155758.626000', '155758.628000', '155758.631000', '155758.633000', '155758.636000', '155758.639000', '155758.641000', '155818.528000', '155818.531000', '155818.534000', '155818.537000', '155818.539000', '155818.542000', '155818.544000', '155818.547000', '155818.549000', '155818.552000', '155818.555000', '155818.557000', '155818.560000', '155818.562000', '155818.565000', '155818.568000', '155818.570000', '155818.573000', '155818.575000', '155818.578000', '155818.580000', '155818.583000', '155818.585000', '155818.588000', '155818.591000', '155818.593000', '155818.596000', '155818.599000', '155818.601000', '155818.604000', '155818.606000', '155818.609000', '155818.611000', '155818.614000', '155818.617000', '155818.619000', '155818.622000', '155818.624000', '155818.627000', '155818.630000', '155818.632000', '155818.635000', '155818.637000', '155838.528000', '155838.531000', '155838.534000', '155838.536000', '155838.539000', '155838.541000', '155838.544000', '155838.547000', '155838.549000', '155838.552000', '155838.554000', '155838.557000', '155838.560000', '155838.562000', '155838.565000', '155838.567000', '155838.570000', '155838.572000', '155838.575000', '155838.578000', '155838.580000', '155838.583000', '155838.586000', '155838.588000', '155838.591000', '155838.593000', '155838.596000', '155838.598000', '155838.601000', '155838.604000', '155838.606000', '155838.609000', '155838.612000', '155838.614000', '155838.617000', '155838.619000', '155838.622000', '155838.625000', '155838.627000', '155838.630000', '155838.632000', '155838.635000', '155838.638000', '155838.640000', '155858.528000', '155858.531000', '155858.534000', '155858.536000', '155858.539000', '155858.542000', '155858.544000', '155858.547000', '155858.550000', '155858.552000', '155858.555000', '155858.565000', '155858.568000', '155858.570000', '155858.573000', '155858.576000', '155858.578000', '155858.581000', '155858.583000', '155858.586000', '155858.589000', '155858.591000', '155858.594000', '155858.596000', '155858.600000', '155858.603000', '155858.606000', '155858.608000', '155858.611000', '155858.613000', '155858.616000', '155858.619000', '155858.621000', '155858.624000', '155858.626000', '155858.629000', '155858.632000', '155858.634000', '155858.637000', '155858.639000', '155858.642000', '155858.644000', '155858.647000', '155918.528000', '155918.531000', '155918.534000', '155918.537000', '155918.540000', '155918.543000', '155918.546000', '155918.548000', '155918.551000', '155918.554000', '155918.556000', '155918.559000', '155918.561000', '155918.564000', '155918.566000', '155918.569000', '155918.572000', '155918.574000', '155918.577000', '155918.579000', '155918.595000', '155918.598000', '155918.601000', '155918.604000', '155918.606000', '155918.609000', '155918.612000', '155918.614000', '155918.617000', '155918.620000', '155918.622000', '155918.625000', '155918.627000', '155918.630000', '155918.632000', '155918.635000', '155918.638000', '155918.640000', '155918.643000', '155918.645000', '155918.648000', '155918.650000', '155918.653000', '155918.656000', '155938.529000', '155938.532000', '155938.535000', '155938.537000', '155938.540000', '155938.542000', '155938.545000', '155938.548000', '155938.550000', '155938.553000', '155938.555000', '155938.558000', '155938.560000', '155938.563000', '155938.566000', '155938.568000', '155938.571000', '155938.573000', '155938.576000', '155938.579000', '155938.581000', '155938.584000', '155938.586000', '155938.589000', '155938.591000', '155938.594000', '155938.597000', '155938.599000', '155938.602000', '155938.604000', '155938.607000', '155938.610000', '155938.621000', '155938.624000', '155938.626000', '155938.629000', '155938.631000', '155938.634000', '155938.637000', '155938.639000', '155938.642000', '155938.644000', '155938.647000', '155958.530000', '155958.533000', '155958.535000', '155958.538000', '155958.540000', '155958.543000', '155958.546000', '155958.548000', '155958.551000', '155958.553000', '155958.556000', '155958.558000', '155958.561000', '155958.564000', '155958.566000', '155958.569000', '155958.571000', '155958.574000', '155958.576000', '155958.579000', '155958.582000', '155958.584000', '155958.587000', '155958.590000', '155958.592000', '155958.595000', '155958.598000', '155958.600000', '155958.603000', '155958.606000', '155958.608000', '155958.611000', '155958.613000', '155958.616000', '155958.619000', '155958.621000', '155958.624000', '155958.626000', '155958.629000', '155958.632000', '155958.634000', '155958.637000', '155958.639000', '155958.642000', '160018.529000', '160018.532000', '160018.535000', '160018.537000', '160018.540000', '160018.543000', '160018.545000', '160018.548000', '160018.550000', '160018.553000', '160018.556000', '160018.558000', '160018.561000', '160018.563000', '160018.566000', '160018.568000', '160018.571000', '160018.574000', '160018.576000', '160018.579000', '160018.581000', '160018.584000', '160018.586000', '160018.589000', '160018.592000', '160018.594000', '160018.597000', '160018.599000', '160018.602000', '160018.604000', '160018.607000', '160018.610000', '160018.612000', '160018.615000', '160018.617000', '160018.620000', '160018.623000', '160018.625000', '160018.628000', '160018.630000', '160018.633000', '160018.636000', '160018.638000', '160038.529000', '160038.531000', '160038.534000', '160038.537000', '160038.539000', '160038.542000', '160038.545000', '160038.547000', '160038.550000', '160038.552000', '160038.555000', '160038.557000', '160038.560000', '160038.563000', '160038.565000', '160038.568000', '160038.570000', '160038.587000', '160038.590000', '160038.592000', '160038.595000', '160038.597000', '160038.600000', '160038.603000', '160038.605000', '160038.608000', '160038.610000', '160038.613000', '160038.616000', '160038.619000', '160038.621000', '160038.624000', '160038.626000', '160038.629000', '160038.632000', '160038.634000', '160038.637000', '160038.640000', '160038.642000', '160038.645000', '160038.647000', '160038.650000', '160038.653000', '160038.655000', '160058.529000', '160058.531000', '160058.534000', '160058.537000', '160058.539000', '160058.542000', '160058.544000', '160058.547000', '160058.550000', '160058.552000', '160058.555000', '160058.557000', '160058.560000', '160058.562000', '160058.565000', '160058.568000', '160058.570000', '160058.573000', '160058.575000', '160058.578000', '160058.580000', '160058.583000', '160058.586000', '160058.588000', '160058.591000', '160058.593000', '160058.596000', '160058.598000', '160058.601000', '160058.604000', '160058.606000', '160058.609000', '160058.612000', '160058.614000', '160058.617000', '160058.619000', '160058.622000', '160058.624000', '160058.627000', '160058.630000', '160058.641000', '160058.644000', '160058.647000', '160114.413000', '160114.417000', '160114.420000', '160114.423000', '160114.426000', '160114.429000', '160114.432000', '160114.434000', '160114.437000', '160114.440000', '160114.442000', '160114.445000', '160114.448000', '160114.451000', '160114.454000', '160114.457000', '160114.460000', '160114.462000', '160114.465000', '160114.468000', '160114.470000', '160114.473000', '160114.476000', '160114.478000', '160114.481000', '160114.483000', '160114.486000', '160114.489000', '160114.491000', '160114.494000', '160114.497000', '160114.499000', '160114.502000', '160114.505000', '160114.508000'], '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': [8335, 12447, 7518, 12325, 7954, 10836, 8556, 9405, 10431, 9329, 16271, 9472, 14582, 9853, 12520, 7669, 11482, 7500, 11793, 7158, 10524, 12234, 7954, 11875, 7834, 13238, 8458, 13847, 9097, 13799, 7738, 11291, 7589, 9518, 13287, 7773, 12590, 7502, 11089, 7738, 11375, 7779, 11025, 7603, 11699, 7280, 11661, 9585, 11684, 9393, 8720, 10131, 8354, 15202, 8875, 12704, 8303, 11727, 7679, 11905, 7619, 10881, 7347, 12121, 7593, 12113, 7607, 13152, 7414, 12390, 7728, 13037, 8042, 13434, 8515, 13162, 7648, 12901, 7760, 12195, 9063, 12179, 8212, 11062, 8214, 10717, 12587, 9396, 16215, 9961, 13151, 8646, 13493, 8388, 12842, 8528, 11606, 8391, 8876, 8798, 7969, 10834, 10682, 10028, 8887, 9780, 13502, 8494, 15606, 9686, 13244, 8545, 11372, 7677, 11516, 7578, 11131, 7276, 10109, 8098, 8518, 14146, 7701, 11655, 8336, 10824, 7624, 11510, 7147, 11409, 7330, 11392, 7466, 11563, 7243, 11284, 10033, 11017, 7852, 11159, 8335, 11407, 12927, 10801, 12992, 8898, 10686, 9171, 14674, 9055, 15525, 9802, 13425, 8843, 12616, 8695, 13498, 8564, 12474, 8066, 12930, 7781, 13188, 7867, 12262, 7437, 11164, 7366, 10497, 12446, 8932, 14933, 8347, 12428, 8134, 12632, 7752, 11870, 7642, 11670, 7343, 11618, 7525, 11347, 7557, 10651, 7376, 11326, 8763, 11038, 12844, 10596, 10361, 9402, 14209, 9022, 16151, 10442, 14047, 9274, 12488, 8156, 12417, 7756, 13300, 8002, 11813, 7764, 12023, 7503, 12202, 8349, 11240, 7342, 11249, 7456, 10839, 9949, 10230, 9714, 9697, 12599, 8408, 16163, 9815, 13691, 8982, 11517, 7936, 11300, 7495, 11039, 7594, 10768, 7668, 10851, 7821, 11030, 8474, 10614, 7902, 10818, 10455, 9676, 14725, 9627, 14771, 8802, 13007, 8989, 14088, 9120, 13365, 8283, 12197, 7907, 12845, 8221, 11810, 8109, 11291, 8139, 13549, 8823, 14000, 8968, 14262, 8835, 15373, 9926, 14681, 8655, 12635, 7537, 11177, 9502, 9928, 10488, 8711, 7955, 9176, 8849, 9835, 11779, 8963, 11784, 8253, 13957, 8607, 14311, 9259, 12981, 8071, 12102, 7580, 12032, 7781, 12057, 7418, 11066, 7585, 10227, 9440, 10194, 8154, 10416, 9228, 10002, 12172, 9424, 9677, 9298, 8238, 11109, 12301, 10084, 15685, 10821, 13786, 9152, 13246, 8905, 12752, 9228, 8927, 10349, 9976, 11203, 13706, 11344, 12134, 9915, 13082, 9191, 15348, 9761, 15698, 9860, 12727, 8695, 11474, 8254, 12044, 8577, 12203, 8246, 11297, 7771, 11949, 7817, 11668, 7882, 11335, 7749, 11677, 7377, 11132, 7162, 11580, 7142, 11925, 9683, 11927, 7626, 12256, 7757, 13996, 8993, 15107, 8869, 13313, 7635, 12151, 7917, 13572, 9202, 12984, 7688, 11559, 8856, 11791, 11566, 11410, 9173, 10770, 11311, 9481, 13275, 9407, 13287, 8437, 12034, 8147, 12812, 8364, 14290, 8797, 13233, 8205, 12078, 8292, 12472, 8348, 12942, 8193, 11624, 8042, 12228, 8056, 13099, 8417, 12189, 8222, 13055, 7891, 14173, 8521, 11973, 7358, 10751, 7514, 11663, 7940, 9960, 7503, 9377, 9008, 8991, 9070, 9433, 7468, 11540, 7326, 12167, 11202, 12526, 10101, 11100, 10753, 11202, 12953, 11030, 13761, 10344, 10814, 9379, 13864, 9390, 16490, 10341, 13909, 8991, 11334, 8312, 10450, 7724, 10001, 7332, 9983, 7193, 10357, 7291, 11153, 7659, 11102, 8614, 10522, 12782, 10167, 12491, 8728, 15736, 9794, 14949, 10111, 13976, 8446, 12253, 7727, 11935, 8200, 11900, 7459, 9957, 7900, 10513, 11609, 10348, 14133, 9625, 10999, 8629, 12585, 8598, 15436, 9734, 13602, 8949, 13776, 8720, 14473, 8960, 13318, 8555, 11250, 7985, 11753, 8037, 11022, 7593, 11158, 7545, 11491, 7517, 11808, 7895, 9114, 8746, 8258, 12741, 8615, 12250, 8631, 8637, 8645, 10331, 8916, 16464, 10930, 14390, 9830, 13031, 8707, 13181, 8408, 13276, 8029, 12022, 7425, 10983, 7235, 12029, 7598, 11769, 7435, 11347, 8862, 12166, 9253, 10256, 9322, 9581, 12147, 10203, 11653, 9745, 9959, 9446, 12041, 9054, 14495, 9758, 10128, 8722, 11179, 8879, 14848, 9723, 10720, 8424, 9332, 9041, 13205, 9773, 12344, 8894, 11683, 8673, 13262, 9705, 11102, 9346, 12980, 8902, 16406, 9842, 15054, 10040, 13645, 8986, 14189, 9376, 14930, 9891, 15046, 10093, 13923, 8772, 13014, 8205, 13698, 8889, 14175, 8356, 12533, 8128, 12409, 8090, 13239, 8052, 12416, 7989, 11473, 7870, 11751, 7877, 11945, 7758, 11501, 7776, 11376, 7800, 11318, 10096, 11037, 7520, 9898, 9341, 9450, 14228, 9468, 14659, 8761, 12559, 8342, 11827, 8565, 12675, 8165, 10964, 7782, 10786, 7925, 11138, 7655, 11740, 7739, 10898, 7472, 10748, 7185, 11309, 7388, 11515, 7582, 12625, 7449, 14722, 9322, 15054, 8620, 13681, 7854, 13493, 9078, 13752, 10241, 12012, 7978, 11771, 8765, 11828, 10459, 10454, 7908, 10490, 7780, 11590, 8568, 12111, 12601, 10545, 12740, 8989, 14173, 8703, 12986, 8523, 12675, 8061, 10923, 7881, 10516, 7671, 10702, 7466, 11463, 7520, 10747, 7176, 11012, 7568, 12575, 8634, 11559, 7799, 9842, 12944, 9210, 15994, 10459, 13592, 8978, 11772, 7769, 12096, 7711, 12184, 7610, 10496, 7412, 10452, 7232, 10337, 8177, 8955, 7812, 10178, 7278, 10605, 10607, 9615, 7800, 10166, 7774, 10961, 11267, 10494, 7460, 10912, 8002, 11470, 11487, 13301, 9173, 11726, 8531, 11939, 12074, 12149, 14065, 10363, 13939, 9040, 14855, 9279, 14316, 9496, 12865, 8180, 11321, 7940, 11997, 8444, 13500, 8097, 12439, 7909, 12406, 8219, 13842, 8699, 13376, 7895, 10841, 7272, 10130, 8712, 10214, 8304, 9408, 8927, 8580, 13401, 9126, 12797, 8231, 12283, 8248, 12284, 8639, 11421, 8012, 10522, 8097, 12279, 8706, 14286, 9191, 13739, 8657, 13297, 8241, 14045, 8277, 12590, 7385, 10712, 8501, 10357, 11627, 10871, 10540, 9689, 11548, 8926, 14173, 10016, 13411, 8912, 14112, 8548, 12526, 8450, 11962, 8061, 11568, 7904, 11770, 7860, 12253, 9813, 10909, 7541, 9753, 9470, 9455, 14865, 9568, 13725, 8584, 12560, 8363, 13156, 8614, 13740, 8962, 13095, 8498, 12780, 8400, 14182, 9170, 14234, 8750, 13691, 8306, 13393, 7924, 13568, 8349, 12598, 7834, 12831, 8026, 13784, 8479, 13486, 8318, 10246, 7362, 11019, 7336, 11140, 7553, 11224, 7368, 11262, 7688, 10920, 7578, 11610, 7775, 10830, 8650, 10256, 12902, 9812, 15617, 10046, 12411, 8737, 13863, 8818, 13935, 9300, 12786, 8153, 11636, 7528, 11749, 7782, 12362, 7879, 11164, 7444, 10592, 10016, 9049, 13417, 8898, 11220, 8026, 13643, 8877, 15237, 9729, 12572, 8461, 13432, 8741, 14879, 9277, 14669, 9226, 10273, 8163, 11133, 8110, 15770, 10107, 14367, 9524, 13644, 8825, 13727, 8646, 14400, 8983, 13303, 7856, 11475, 7981, 12336, 7662, 11267, 7462, 10329, 7368, 9841, 10635, 9469, 12690, 8584, 15254, 9049, 13829, 9190, 11852, 7602, 10557, 7537, 10442, 7299, 10631, 7581, 10352, 8707, 10277, 11266, 10400, 13973, 9578, 13658, 8580, 14602, 9220, 13640, 8883, 12366, 8338, 13303, 8642, 13509, 8390, 12859, 7682, 12785, 7917, 13381, 7743, 11558, 7289, 10720, 8621, 10673, 7677, 9608, 8080, 10546, 7590, 11801, 7847, 12183, 7618, 11350, 12699, 10226, 13591, 9459, 11298, 8599, 12867, 9459, 16610, 11113, 15087, 9965, 14517, 9573, 15163, 10249, 13884, 8676, 12013, 7786, 12329, 7956, 13000, 8040, 11925, 7580, 10920, 7481, 10689, 7468, 10347, 7119, 10557, 11319, 9553, 14030, 10180, 9093, 9534, 8598, 11138, 11750, 12163, 13610, 10992, 11423, 9304, 13863, 10021, 16828, 11503, 15068, 10286, 13582, 8954, 12473, 8871, 13412, 8654, 12462, 8427, 12006, 8304, 12902, 8437, 11859, 7783, 10490, 7510, 10256, 10357, 9216, 10216, 8599, 11467, 8010, 14240, 8981, 12959, 8559, 10924, 7997, 11515, 7766, 12516, 7888, 12114, 7748, 11599, 7431, 12089, 11704], 'WindowCenter': [4271.0, 4295.0, 4231.0, 4280.0, 4226.0, 4257.0, 4234.0, 4247.0, 4253.0, 4246.0, 4285.0, 4246.0, 4274.0, 4244.0, 4264.0, 4213.0, 4252.0, 4201.0, 4252.0, 4203.0, 4243.0, 4251.0, 4214.0, 4253.0, 4214.0, 4262.0, 4225.0, 4274.0, 4234.0, 4264.0, 4201.0, 4242.0, 4200.0, 4234.0, 4261.0, 4212.0, 4251.0, 4202.0, 4251.0, 4215.0, 4253.0, 4214.0, 4255.0, 4213.0, 4264.0, 4214.0, 4267.0, 4234.0, 4256.0, 4233.0, 4224.0, 4242.0, 4224.0, 4285.0, 4236.0, 4263.0, 4226.0, 4265.0, 4216.0, 4266.0, 4214.0, 4254.0, 4215.0, 4266.0, 4225.0, 4266.0, 4214.0, 4275.0, 4203.0, 4265.0, 4214.0, 4265.0, 4226.0, 4274.0, 4222.0, 4263.0, 4201.0, 4252.0, 4200.0, 4253.0, 4220.0, 4252.0, 4211.0, 4241.0, 4209.0, 4242.0, 4261.0, 4231.0, 4271.0, 4230.0, 4249.0, 4209.0, 4248.0, 4210.0, 4250.0, 4220.0, 4239.0, 4221.0, 4219.0, 4221.0, 4211.0, 4253.0, 4241.0, 4242.0, 4222.0, 4243.0, 4261.0, 4222.0, 4272.0, 4232.0, 4261.0, 4221.0, 4251.0, 4212.0, 4253.0, 4201.0, 4242.0, 4201.0, 4242.0, 4211.0, 4223.0, 4271.0, 4212.0, 4251.0, 4224.0, 4253.0, 4224.0, 4264.0, 4204.0, 4266.0, 4214.0, 4267.0, 4214.0, 4265.0, 4214.0, 4257.0, 4243.0, 4256.0, 4224.0, 4256.0, 4223.0, 4266.0, 4266.0, 4255.0, 4264.0, 4235.0, 4244.0, 4234.0, 4285.0, 4235.0, 4286.0, 4245.0, 4274.0, 4234.0, 4264.0, 4236.0, 4274.0, 4225.0, 4264.0, 4213.0, 4264.0, 4214.0, 4265.0, 4212.0, 4253.0, 4201.0, 4254.0, 4203.0, 4255.0, 4264.0, 4235.0, 4273.0, 4224.0, 4264.0, 4223.0, 4263.0, 4212.0, 4253.0, 4212.0, 4255.0, 4213.0, 4266.0, 4212.0, 4255.0, 4213.0, 4254.0, 4213.0, 4265.0, 4235.0, 4256.0, 4264.0, 4256.0, 4243.0, 4246.0, 4274.0, 4236.0, 4285.0, 4244.0, 4274.0, 4233.0, 4262.0, 4214.0, 4264.0, 4213.0, 4263.0, 4212.0, 4252.0, 4202.0, 4253.0, 4203.0, 4253.0, 4211.0, 4252.0, 4201.0, 4254.0, 4201.0, 4253.0, 4232.0, 4245.0, 4232.0, 4234.0, 4263.0, 4223.0, 4285.0, 4243.0, 4262.0, 4224.0, 4252.0, 4212.0, 4253.0, 4201.0, 4254.0, 4212.0, 4254.0, 4213.0, 4256.0, 4215.0, 4255.0, 4225.0, 4257.0, 4224.0, 4256.0, 4255.0, 4246.0, 4286.0, 4246.0, 4286.0, 4236.0, 4274.0, 4236.0, 4275.0, 4236.0, 4264.0, 4226.0, 4264.0, 4225.0, 4264.0, 4236.0, 4264.0, 4227.0, 4265.0, 4237.0, 4288.0, 4247.0, 4276.0, 4238.0, 4277.0, 4236.0, 4287.0, 4246.0, 4276.0, 4224.0, 4254.0, 4201.0, 4243.0, 4232.0, 4231.0, 4240.0, 4221.0, 4209.0, 4233.0, 4222.0, 4244.0, 4252.0, 4234.0, 4253.0, 4224.0, 4273.0, 4234.0, 4274.0, 4234.0, 4263.0, 4223.0, 4253.0, 4214.0, 4264.0, 4213.0, 4265.0, 4203.0, 4253.0, 4212.0, 4244.0, 4233.0, 4245.0, 4212.0, 4255.0, 4233.0, 4255.0, 4264.0, 4245.0, 4244.0, 4245.0, 4226.0, 4268.0, 4266.0, 4258.0, 4286.0, 4256.0, 4276.0, 4236.0, 4274.0, 4235.0, 4264.0, 4235.0, 4234.0, 4257.0, 4244.0, 4267.0, 4275.0, 4254.0, 4252.0, 4245.0, 4262.0, 4233.0, 4272.0, 4232.0, 4272.0, 4231.0, 4250.0, 4222.0, 4250.0, 4223.0, 4263.0, 4223.0, 4263.0, 4224.0, 4254.0, 4214.0, 4266.0, 4215.0, 4255.0, 4225.0, 4254.0, 4226.0, 4267.0, 4215.0, 4256.0, 4206.0, 4267.0, 4214.0, 4267.0, 4246.0, 4278.0, 4228.0, 4278.0, 4226.0, 4289.0, 4235.0, 4289.0, 4234.0, 4275.0, 4214.0, 4264.0, 4212.0, 4263.0, 4233.0, 4264.0, 4201.0, 4253.0, 4222.0, 4253.0, 4240.0, 4252.0, 4220.0, 4242.0, 4239.0, 4230.0, 4261.0, 4219.0, 4249.0, 4209.0, 4238.0, 4211.0, 4249.0, 4221.0, 4260.0, 4221.0, 4260.0, 4211.0, 4250.0, 4223.0, 4251.0, 4222.0, 4262.0, 4223.0, 4251.0, 4224.0, 4263.0, 4223.0, 4262.0, 4224.0, 4252.0, 4224.0, 4274.0, 4224.0, 4274.0, 4224.0, 4253.0, 4201.0, 4254.0, 4203.0, 4254.0, 4213.0, 4244.0, 4202.0, 4232.0, 4233.0, 4235.0, 4233.0, 4246.0, 4214.0, 4267.0, 4214.0, 4277.0, 4256.0, 4266.0, 4244.0, 4256.0, 4243.0, 4254.0, 4263.0, 4244.0, 4262.0, 4232.0, 4239.0, 4221.0, 4260.0, 4221.0, 4271.0, 4230.0, 4250.0, 4219.0, 4238.0, 4209.0, 4239.0, 4201.0, 4230.0, 4201.0, 4243.0, 4203.0, 4253.0, 4215.0, 4266.0, 4226.0, 4269.0, 4236.0, 4257.0, 4275.0, 4256.0, 4264.0, 4236.0, 4285.0, 4246.0, 4274.0, 4244.0, 4263.0, 4224.0, 4252.0, 4212.0, 4254.0, 4209.0, 4252.0, 4199.0, 4231.0, 4211.0, 4243.0, 4251.0, 4244.0, 4261.0, 4232.0, 4241.0, 4222.0, 4250.0, 4222.0, 4272.0, 4233.0, 4261.0, 4223.0, 4262.0, 4220.0, 4261.0, 4222.0, 4260.0, 4221.0, 4240.0, 4212.0, 4252.0, 4212.0, 4243.0, 4213.0, 4253.0, 4213.0, 4264.0, 4213.0, 4266.0, 4212.0, 4235.0, 4222.0, 4226.0, 4264.0, 4235.0, 4264.0, 4237.0, 4236.0, 4236.0, 4256.0, 4247.0, 4297.0, 4257.0, 4286.0, 4247.0, 4275.0, 4236.0, 4275.0, 4225.0, 4262.0, 4213.0, 4262.0, 4213.0, 4254.0, 4214.0, 4265.0, 4216.0, 4266.0, 4215.0, 4268.0, 4235.0, 4266.0, 4235.0, 4257.0, 4234.0, 4246.0, 4265.0, 4256.0, 4255.0, 4247.0, 4245.0, 4247.0, 4266.0, 4236.0, 4286.0, 4248.0, 4255.0, 4236.0, 4254.0, 4247.0, 4286.0, 4247.0, 4255.0, 4237.0, 4245.0, 4248.0, 4277.0, 4258.0, 4276.0, 4247.0, 4267.0, 4237.0, 4276.0, 4248.0, 4266.0, 4248.0, 4276.0, 4237.0, 4298.0, 4248.0, 4287.0, 4248.0, 4276.0, 4236.0, 4275.0, 4235.0, 4285.0, 4244.0, 4275.0, 4243.0, 4261.0, 4212.0, 4251.0, 4212.0, 4261.0, 4221.0, 4259.0, 4211.0, 4250.0, 4200.0, 4251.0, 4211.0, 4250.0, 4209.0, 4252.0, 4199.0, 4252.0, 4210.0, 4251.0, 4211.0, 4252.0, 4200.0, 4252.0, 4201.0, 4253.0, 4212.0, 4253.0, 4241.0, 4242.0, 4202.0, 4242.0, 4231.0, 4234.0, 4263.0, 4234.0, 4273.0, 4223.0, 4252.0, 4223.0, 4252.0, 4224.0, 4263.0, 4222.0, 4242.0, 4211.0, 4243.0, 4213.0, 4254.0, 4214.0, 4254.0, 4214.0, 4255.0, 4214.0, 4255.0, 4203.0, 4255.0, 4203.0, 4256.0, 4215.0, 4266.0, 4215.0, 4288.0, 4234.0, 4287.0, 4225.0, 4276.0, 4212.0, 4275.0, 4223.0, 4263.0, 4229.0, 4252.0, 4200.0, 4241.0, 4208.0, 4240.0, 4229.0, 4230.0, 4197.0, 4229.0, 4197.0, 4240.0, 4221.0, 4252.0, 4250.0, 4230.0, 4249.0, 4220.0, 4259.0, 4210.0, 4249.0, 4209.0, 4250.0, 4198.0, 4239.0, 4198.0, 4228.0, 4211.0, 4240.0, 4200.0, 4253.0, 4212.0, 4243.0, 4202.0, 4255.0, 4226.0, 4267.0, 4224.0, 4265.0, 4214.0, 4245.0, 4263.0, 4235.0, 4284.0, 4244.0, 4261.0, 4222.0, 4251.0, 4212.0, 4253.0, 4212.0, 4253.0, 4212.0, 4242.0, 4201.0, 4243.0, 4203.0, 4244.0, 4224.0, 4235.0, 4213.0, 4257.0, 4217.0, 4257.0, 4255.0, 4246.0, 4214.0, 4255.0, 4225.0, 4268.0, 4257.0, 4256.0, 4215.0, 4268.0, 4226.0, 4267.0, 4266.0, 4278.0, 4236.0, 4267.0, 4223.0, 4266.0, 4265.0, 4264.0, 4273.0, 4243.0, 4261.0, 4222.0, 4261.0, 4219.0, 4259.0, 4219.0, 4248.0, 4209.0, 4238.0, 4209.0, 4251.0, 4209.0, 4261.0, 4210.0, 4249.0, 4210.0, 4249.0, 4211.0, 4262.0, 4208.0, 4261.0, 4199.0, 4240.0, 4187.0, 4241.0, 4209.0, 4231.0, 4209.0, 4232.0, 4220.0, 4224.0, 4261.0, 4234.0, 4261.0, 4223.0, 4253.0, 4226.0, 4263.0, 4236.0, 4253.0, 4225.0, 4254.0, 4226.0, 4266.0, 4238.0, 4287.0, 4247.0, 4275.0, 4236.0, 4276.0, 4225.0, 4276.0, 4224.0, 4265.0, 4202.0, 4243.0, 4222.0, 4242.0, 4253.0, 4243.0, 4241.0, 4232.0, 4240.0, 4223.0, 4272.0, 4242.0, 4261.0, 4223.0, 4262.0, 4223.0, 4260.0, 4222.0, 4253.0, 4213.0, 4252.0, 4213.0, 4255.0, 4225.0, 4265.0, 4243.0, 4254.0, 4212.0, 4245.0, 4232.0, 4244.0, 4274.0, 4244.0, 4274.0, 4225.0, 4263.0, 4226.0, 4276.0, 4235.0, 4274.0, 4235.0, 4263.0, 4234.0, 4263.0, 4226.0, 4275.0, 4235.0, 4275.0, 4224.0, 4263.0, 4223.0, 4264.0, 4212.0, 4263.0, 4222.0, 4251.0, 4213.0, 4261.0, 4212.0, 4274.0, 4224.0, 4263.0, 4211.0, 4232.0, 4201.0, 4254.0, 4213.0, 4254.0, 4213.0, 4256.0, 4214.0, 4255.0, 4226.0, 4266.0, 4225.0, 4267.0, 4215.0, 4258.0, 4236.0, 4258.0, 4277.0, 4246.0, 4286.0, 4246.0, 4264.0, 4223.0, 4273.0, 4236.0, 4274.0, 4235.0, 4264.0, 4214.0, 4252.0, 4212.0, 4254.0, 4213.0, 4264.0, 4212.0, 4254.0, 4201.0, 4245.0, 4233.0, 4233.0, 4262.0, 4234.0, 4253.0, 4224.0, 4274.0, 4235.0, 4284.0, 4246.0, 4265.0, 4226.0, 4274.0, 4224.0, 4285.0, 4234.0, 4274.0, 4247.0, 4244.0, 4226.0, 4253.0, 4225.0, 4286.0, 4246.0, 4276.0, 4246.0, 4273.0, 4235.0, 4263.0, 4223.0, 4273.0, 4223.0, 4262.0, 4210.0, 4242.0, 4212.0, 4251.0, 4200.0, 4243.0, 4200.0, 4244.0, 4202.0, 4243.0, 4243.0, 4244.0, 4263.0, 4224.0, 4284.0, 4233.0, 4263.0, 4234.0, 4251.0, 4213.0, 4243.0, 4213.0, 4255.0, 4213.0, 4255.0, 4215.0, 4245.0, 4234.0, 4257.0, 4255.0, 4255.0, 4275.0, 4245.0, 4275.0, 4226.0, 4274.0, 4236.0, 4274.0, 4235.0, 4264.0, 4225.0, 4276.0, 4234.0, 4276.0, 4224.0, 4265.0, 4215.0, 4265.0, 4213.0, 4274.0, 4215.0, 4255.0, 4203.0, 4254.0, 4223.0, 4256.0, 4214.0, 4245.0, 4226.0, 4257.0, 4227.0, 4278.0, 4227.0, 4279.0, 4227.0, 4269.0, 4277.0, 4258.0, 4277.0, 4247.0, 4266.0, 4237.0, 4277.0, 4247.0, 4297.0, 4266.0, 4286.0, 4247.0, 4274.0, 4234.0, 4274.0, 4242.0, 4262.0, 4222.0, 4252.0, 4213.0, 4252.0, 4213.0, 4264.0, 4214.0, 4251.0, 4213.0, 4244.0, 4202.0, 4244.0, 4202.0, 4245.0, 4203.0, 4256.0, 4254.0, 4246.0, 4274.0, 4244.0, 4233.0, 4234.0, 4224.0, 4255.0, 4254.0, 4266.0, 4263.0, 4244.0, 4252.0, 4233.0, 4263.0, 4232.0, 4284.0, 4242.0, 4260.0, 4231.0, 4249.0, 4220.0, 4252.0, 4221.0, 4260.0, 4221.0, 4251.0, 4211.0, 4251.0, 4212.0, 4251.0, 4211.0, 4251.0, 4200.0, 4241.0, 4200.0, 4243.0, 4242.0, 4233.0, 4232.0, 4223.0, 4251.0, 4213.0, 4273.0, 4234.0, 4264.0, 4224.0, 4244.0, 4225.0, 4266.0, 4216.0, 4266.0, 4226.0, 4266.0, 4215.0, 4267.0, 4216.0, 4265.0, 4255.0], 'WindowWidth': [9481.0, 9499.0, 9408.0, 9470.0, 9389.0, 9432.0, 9395.0, 9415.0, 9419.0, 9413.0, 9467.0, 9412.0, 9450.0, 9408.0, 9434.0, 9364.0, 9416.0, 9345.0, 9415.0, 9351.0, 9405.0, 9413.0, 9365.0, 9416.0, 9368.0, 9429.0, 9385.0, 9449.0, 9395.0, 9435.0, 9346.0, 9403.0, 9344.0, 9392.0, 9427.0, 9361.0, 9412.0, 9350.0, 9413.0, 9370.0, 9420.0, 9368.0, 9422.0, 9366.0, 9435.0, 9370.0, 9445.0, 9395.0, 9426.0, 9390.0, 9381.0, 9404.0, 9383.0, 9466.0, 9399.0, 9433.0, 9386.0, 9438.0, 9373.0, 9440.0, 9368.0, 9422.0, 9372.0, 9440.0, 9385.0, 9441.0, 9369.0, 9453.0, 9353.0, 9437.0, 9367.0, 9438.0, 9387.0, 9450.0, 9374.0, 9432.0, 9346.0, 9416.0, 9344.0, 9419.0, 9370.0, 9415.0, 9358.0, 9398.0, 9353.0, 9401.0, 9429.0, 9386.0, 9444.0, 9382.0, 9408.0, 9354.0, 9405.0, 9356.0, 9409.0, 9370.0, 9394.0, 9372.0, 9368.0, 9374.0, 9361.0, 9418.0, 9401.0, 9404.0, 9375.0, 9407.0, 9428.0, 9377.0, 9445.0, 9388.0, 9428.0, 9373.0, 9412.0, 9360.0, 9417.0, 9345.0, 9402.0, 9345.0, 9404.0, 9361.0, 9379.0, 9441.0, 9364.0, 9414.0, 9384.0, 9420.0, 9383.0, 9437.0, 9359.0, 9443.0, 9369.0, 9444.0, 9369.0, 9438.0, 9369.0, 9429.0, 9407.0, 9427.0, 9382.0, 9427.0, 9380.0, 9443.0, 9440.0, 9424.0, 9436.0, 9398.0, 9408.0, 9397.0, 9467.0, 9399.0, 9467.0, 9413.0, 9448.0, 9397.0, 9436.0, 9401.0, 9450.0, 9385.0, 9434.0, 9367.0, 9434.0, 9369.0, 9438.0, 9363.0, 9418.0, 9347.0, 9421.0, 9351.0, 9425.0, 9433.0, 9396.0, 9446.0, 9382.0, 9433.0, 9379.0, 9433.0, 9365.0, 9418.0, 9364.0, 9423.0, 9367.0, 9439.0, 9364.0, 9425.0, 9366.0, 9422.0, 9366.0, 9437.0, 9398.0, 9428.0, 9437.0, 9427.0, 9407.0, 9415.0, 9449.0, 9399.0, 9468.0, 9409.0, 9448.0, 9393.0, 9430.0, 9367.0, 9435.0, 9365.0, 9432.0, 9361.0, 9416.0, 9347.0, 9416.0, 9352.0, 9418.0, 9359.0, 9417.0, 9346.0, 9419.0, 9346.0, 9420.0, 9388.0, 9410.0, 9388.0, 9395.0, 9432.0, 9381.0, 9467.0, 9404.0, 9429.0, 9380.0, 9415.0, 9365.0, 9420.0, 9349.0, 9421.0, 9364.0, 9420.0, 9366.0, 9428.0, 9371.0, 9426.0, 9384.0, 9429.0, 9382.0, 9428.0, 9426.0, 9416.0, 9469.0, 9413.0, 9467.0, 9402.0, 9450.0, 9402.0, 9451.0, 9402.0, 9435.0, 9388.0, 9437.0, 9387.0, 9436.0, 9403.0, 9435.0, 9391.0, 9438.0, 9406.0, 9474.0, 9420.0, 9453.0, 9407.0, 9456.0, 9402.0, 9475.0, 9412.0, 9456.0, 9378.0, 9421.0, 9346.0, 9405.0, 9387.0, 9387.0, 9396.0, 9372.0, 9355.0, 9390.0, 9374.0, 9409.0, 9416.0, 9394.0, 9418.0, 9381.0, 9446.0, 9395.0, 9448.0, 9396.0, 9432.0, 9381.0, 9418.0, 9367.0, 9435.0, 9365.0, 9436.0, 9351.0, 9419.0, 9363.0, 9407.0, 9393.0, 9410.0, 9363.0, 9424.0, 9392.0, 9426.0, 9435.0, 9413.0, 9408.0, 9413.0, 9387.0, 9448.0, 9441.0, 9434.0, 9470.0, 9426.0, 9454.0, 9401.0, 9450.0, 9398.0, 9434.0, 9398.0, 9395.0, 9428.0, 9408.0, 9445.0, 9453.0, 9423.0, 9416.0, 9408.0, 9430.0, 9391.0, 9447.0, 9388.0, 9445.0, 9385.0, 9408.0, 9374.0, 9410.0, 9379.0, 9430.0, 9380.0, 9430.0, 9381.0, 9420.0, 9370.0, 9441.0, 9372.0, 9425.0, 9384.0, 9423.0, 9388.0, 9444.0, 9372.0, 9429.0, 9362.0, 9444.0, 9372.0, 9445.0, 9415.0, 9463.0, 9392.0, 9460.0, 9388.0, 9477.0, 9400.0, 9478.0, 9396.0, 9453.0, 9366.0, 9434.0, 9362.0, 9435.0, 9390.0, 9435.0, 9344.0, 9417.0, 9375.0, 9419.0, 9398.0, 9415.0, 9369.0, 9400.0, 9393.0, 9383.0, 9428.0, 9367.0, 9407.0, 9354.0, 9390.0, 9358.0, 9409.0, 9374.0, 9424.0, 9372.0, 9423.0, 9361.0, 9409.0, 9377.0, 9412.0, 9377.0, 9427.0, 9379.0, 9413.0, 9383.0, 9431.0, 9381.0, 9428.0, 9383.0, 9415.0, 9383.0, 9449.0, 9383.0, 9450.0, 9380.0, 9419.0, 9347.0, 9420.0, 9353.0, 9421.0, 9363.0, 9408.0, 9349.0, 9392.0, 9392.0, 9396.0, 9392.0, 9415.0, 9370.0, 9444.0, 9371.0, 9459.0, 9427.0, 9441.0, 9407.0, 9426.0, 9404.0, 9423.0, 9434.0, 9407.0, 9430.0, 9387.0, 9394.0, 9371.0, 9425.0, 9372.0, 9444.0, 9382.0, 9408.0, 9365.0, 9389.0, 9353.0, 9393.0, 9346.0, 9381.0, 9347.0, 9403.0, 9356.0, 9422.0, 9372.0, 9443.0, 9389.0, 9448.0, 9402.0, 9432.0, 9452.0, 9427.0, 9435.0, 9400.0, 9467.0, 9412.0, 9451.0, 9408.0, 9434.0, 9379.0, 9418.0, 9362.0, 9421.0, 9355.0, 9415.0, 9341.0, 9387.0, 9358.0, 9405.0, 9414.0, 9405.0, 9429.0, 9388.0, 9397.0, 9374.0, 9410.0, 9376.0, 9443.0, 9391.0, 9425.0, 9377.0, 9428.0, 9371.0, 9426.0, 9374.0, 9422.0, 9372.0, 9395.0, 9362.0, 9416.0, 9363.0, 9403.0, 9367.0, 9419.0, 9368.0, 9437.0, 9368.0, 9439.0, 9363.0, 9398.0, 9376.0, 9386.0, 9435.0, 9400.0, 9435.0, 9404.0, 9400.0, 9403.0, 9428.0, 9419.0, 9487.0, 9431.0, 9467.0, 9415.0, 9451.0, 9402.0, 9451.0, 9385.0, 9430.0, 9367.0, 9431.0, 9367.0, 9424.0, 9370.0, 9439.0, 9373.0, 9442.0, 9372.0, 9445.0, 9399.0, 9442.0, 9398.0, 9429.0, 9395.0, 9416.0, 9439.0, 9426.0, 9424.0, 9415.0, 9412.0, 9417.0, 9441.0, 9402.0, 9468.0, 9419.0, 9424.0, 9403.0, 9422.0, 9417.0, 9469.0, 9417.0, 9426.0, 9404.0, 9413.0, 9423.0, 9459.0, 9433.0, 9454.0, 9418.0, 9443.0, 9406.0, 9455.0, 9421.0, 9441.0, 9420.0, 9456.0, 9404.0, 9490.0, 9419.0, 9471.0, 9418.0, 9454.0, 9400.0, 9452.0, 9400.0, 9468.0, 9410.0, 9451.0, 9404.0, 9427.0, 9360.0, 9411.0, 9363.0, 9427.0, 9372.0, 9421.0, 9356.0, 9409.0, 9342.0, 9412.0, 9357.0, 9410.0, 9354.0, 9413.0, 9340.0, 9413.0, 9358.0, 9413.0, 9359.0, 9415.0, 9344.0, 9416.0, 9347.0, 9418.0, 9365.0, 9418.0, 9400.0, 9402.0, 9348.0, 9403.0, 9385.0, 9394.0, 9433.0, 9392.0, 9447.0, 9378.0, 9416.0, 9378.0, 9417.0, 9381.0, 9431.0, 9378.0, 9402.0, 9362.0, 9405.0, 9365.0, 9421.0, 9368.0, 9420.0, 9369.0, 9424.0, 9369.0, 9424.0, 9353.0, 9424.0, 9354.0, 9426.0, 9372.0, 9441.0, 9375.0, 9473.0, 9396.0, 9473.0, 9382.0, 9453.0, 9362.0, 9452.0, 9376.0, 9434.0, 9380.0, 9414.0, 9340.0, 9398.0, 9351.0, 9395.0, 9379.0, 9380.0, 9334.0, 9380.0, 9335.0, 9397.0, 9371.0, 9415.0, 9409.0, 9383.0, 9406.0, 9368.0, 9420.0, 9355.0, 9407.0, 9354.0, 9409.0, 9338.0, 9392.0, 9339.0, 9378.0, 9359.0, 9397.0, 9343.0, 9416.0, 9362.0, 9405.0, 9352.0, 9424.0, 9388.0, 9443.0, 9382.0, 9439.0, 9369.0, 9411.0, 9433.0, 9397.0, 9466.0, 9406.0, 9428.0, 9375.0, 9414.0, 9363.0, 9419.0, 9361.0, 9418.0, 9362.0, 9402.0, 9346.0, 9406.0, 9352.0, 9408.0, 9380.0, 9397.0, 9367.0, 9431.0, 9378.0, 9431.0, 9426.0, 9413.0, 9371.0, 9426.0, 9387.0, 9447.0, 9429.0, 9429.0, 9371.0, 9445.0, 9389.0, 9444.0, 9441.0, 9459.0, 9398.0, 9442.0, 9380.0, 9441.0, 9438.0, 9436.0, 9448.0, 9404.0, 9429.0, 9374.0, 9427.0, 9367.0, 9421.0, 9366.0, 9405.0, 9353.0, 9391.0, 9352.0, 9412.0, 9354.0, 9423.0, 9356.0, 9406.0, 9356.0, 9407.0, 9361.0, 9430.0, 9352.0, 9426.0, 9339.0, 9395.0, 9322.0, 9398.0, 9354.0, 9385.0, 9352.0, 9389.0, 9369.0, 9381.0, 9427.0, 9393.0, 9427.0, 9379.0, 9418.0, 9387.0, 9431.0, 9399.0, 9419.0, 9386.0, 9422.0, 9389.0, 9441.0, 9408.0, 9470.0, 9417.0, 9452.0, 9401.0, 9454.0, 9385.0, 9454.0, 9381.0, 9437.0, 9348.0, 9403.0, 9374.0, 9404.0, 9416.0, 9405.0, 9397.0, 9389.0, 9396.0, 9379.0, 9445.0, 9402.0, 9427.0, 9377.0, 9429.0, 9378.0, 9425.0, 9377.0, 9417.0, 9365.0, 9417.0, 9367.0, 9424.0, 9385.0, 9439.0, 9404.0, 9421.0, 9362.0, 9411.0, 9389.0, 9408.0, 9450.0, 9408.0, 9449.0, 9384.0, 9433.0, 9387.0, 9456.0, 9400.0, 9448.0, 9400.0, 9433.0, 9395.0, 9433.0, 9389.0, 9452.0, 9398.0, 9450.0, 9381.0, 9432.0, 9378.0, 9435.0, 9363.0, 9431.0, 9375.0, 9413.0, 9366.0, 9427.0, 9362.0, 9449.0, 9381.0, 9431.0, 9358.0, 9388.0, 9349.0, 9419.0, 9366.0, 9422.0, 9367.0, 9426.0, 9370.0, 9426.0, 9389.0, 9443.0, 9386.0, 9444.0, 9372.0, 9432.0, 9400.0, 9432.0, 9457.0, 9414.0, 9471.0, 9413.0, 9435.0, 9380.0, 9447.0, 9399.0, 9447.0, 9395.0, 9432.0, 9367.0, 9416.0, 9364.0, 9421.0, 9366.0, 9434.0, 9363.0, 9422.0, 9348.0, 9409.0, 9390.0, 9393.0, 9431.0, 9397.0, 9418.0, 9382.0, 9451.0, 9399.0, 9464.0, 9415.0, 9437.0, 9388.0, 9449.0, 9384.0, 9468.0, 9396.0, 9448.0, 9415.0, 9409.0, 9387.0, 9421.0, 9386.0, 9469.0, 9415.0, 9453.0, 9413.0, 9446.0, 9396.0, 9434.0, 9379.0, 9448.0, 9377.0, 9430.0, 9357.0, 9400.0, 9360.0, 9414.0, 9344.0, 9403.0, 9345.0, 9406.0, 9349.0, 9407.0, 9405.0, 9408.0, 9431.0, 9381.0, 9463.0, 9392.0, 9432.0, 9392.0, 9414.0, 9366.0, 9405.0, 9365.0, 9425.0, 9365.0, 9424.0, 9369.0, 9411.0, 9394.0, 9428.0, 9424.0, 9425.0, 9451.0, 9409.0, 9451.0, 9385.0, 9449.0, 9400.0, 9449.0, 9398.0, 9435.0, 9385.0, 9452.0, 9397.0, 9452.0, 9383.0, 9437.0, 9370.0, 9438.0, 9366.0, 9449.0, 9369.0, 9424.0, 9354.0, 9423.0, 9380.0, 9428.0, 9368.0, 9413.0, 9386.0, 9430.0, 9391.0, 9461.0, 9392.0, 9464.0, 9392.0, 9451.0, 9457.0, 9432.0, 9458.0, 9417.0, 9440.0, 9403.0, 9456.0, 9417.0, 9490.0, 9443.0, 9470.0, 9414.0, 9451.0, 9395.0, 9450.0, 9404.0, 9430.0, 9376.0, 9415.0, 9365.0, 9416.0, 9365.0, 9432.0, 9366.0, 9415.0, 9364.0, 9407.0, 9349.0, 9408.0, 9350.0, 9410.0, 9352.0, 9428.0, 9421.0, 9414.0, 9448.0, 9410.0, 9391.0, 9395.0, 9380.0, 9424.0, 9422.0, 9440.0, 9434.0, 9406.0, 9414.0, 9390.0, 9431.0, 9388.0, 9469.0, 9401.0, 9428.0, 9384.0, 9407.0, 9369.0, 9414.0, 9372.0, 9421.0, 9373.0, 9410.0, 9360.0, 9410.0, 9363.0, 9412.0, 9361.0, 9412.0, 9345.0, 9400.0, 9345.0, 9405.0, 9400.0, 9390.0, 9385.0, 9378.0, 9413.0, 9366.0, 9446.0, 9394.0, 9432.0, 9383.0, 9407.0, 9385.0, 9440.0, 9374.0, 9440.0, 9388.0, 9439.0, 9372.0, 9442.0, 9374.0, 9440.0, 9424.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.00017414990859232178</td></tr>
<tr><td colspan=3>aqi</td><td>0.016845171389396712</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.13595739866419</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2830296128362286</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977700578591039</td></tr>
<tr><td colspan=3>efc</td><td>0.4878</td></tr>
<tr><td colspan=3>fber</td><td>5428.0933</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0630348720156351</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4396676064079084</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.346415034966197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.719898935152556</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.252688849104972</td></tr>
<tr><td colspan=3>gcor</td><td>0.00882149</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022792305797338486</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031908854842185974</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</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.8114296128336282</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>26.7989</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7276</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.1807</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295194.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.2319</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3407</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.5763</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.6199</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.1109</td></tr>
<tr><td colspan=3>tsnr</td><td>46.26252989342902</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>