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

616 lines
No EOL
125 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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-02/func/sub-0050_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>e8936a50d98cf517699505524bd0f4f0</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>16:30:37.212500</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.998535, 0.0479477, 0.0250659, -0.0467403, 0.997814, -0.0467172]</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.0806986</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>[4156, -7747, -7278, 616, -66, -212, -27, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.635</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc2e7ab7-5009-43d7-91d5-bcc70aca9754||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.678997278213501, -0.12540094554424286, 0.07357800751924515, 114.4319839477539], [-0.12864020466804504, 2.6770620346069336, -0.12278826534748077, -85.9688720703125], [0.06725005060434341, 0.12533870339393616, 2.6962027549743652, -75.69832611083984], [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': ['163037.212500', '163037.672500', '163038.132500', '163038.592500', '163039.052500', '163039.512500', '163039.972500', '163040.432500', '163040.892500', '163041.352500', '163041.812500', '163042.272500', '163042.732500', '163043.192500', '163043.652500', '163044.112500', '163044.572500', '163045.032500', '163045.492500', '163045.952500', '163046.412500', '163046.872500', '163047.332500', '163047.792500', '163048.252500', '163048.712500', '163049.172500', '163049.632500', '163050.092500', '163050.552500', '163051.012500', '163051.472500', '163051.932500', '163052.392500', '163052.852500', '163053.312500', '163053.772500', '163054.232500', '163054.692500', '163055.152500', '163055.612500', '163056.072500', '163056.532500', '163056.992500', '163057.452500', '163057.912500', '163058.372500', '163058.832500', '163059.292500', '163059.752500', '163100.212500', '163100.672500', '163101.132500', '163101.592500', '163102.052500', '163102.512500', '163102.972500', '163103.432500', '163103.892500', '163104.352500', '163104.812500', '163105.272500', '163105.732500', '163106.192500', '163106.652500', '163107.112500', '163107.572500', '163108.032500', '163108.492500', '163108.952500', '163109.412500', '163109.872500', '163110.332500', '163110.792500', '163111.252500', '163111.712500', '163112.172500', '163112.632500', '163113.092500', '163113.552500', '163114.012500', '163114.472500', '163114.932500', '163115.392500', '163115.852500', '163116.312500', '163116.772500', '163117.232500', '163117.692500', '163118.152500', '163118.612500', '163119.072500', '163119.532500', '163119.992500', '163120.452500', '163120.912500', '163121.372500', '163121.832500', '163122.292500', '163122.752500', '163123.212500', '163123.672500', '163124.132500', '163124.592500', '163125.052500', '163125.512500', '163125.972500', '163126.432500', '163126.892500', '163127.352500', '163127.812500', '163128.272500', '163128.732500', '163129.192500', '163129.652500', '163130.112500', '163130.572500', '163131.032500', '163131.492500', '163131.952500', '163132.412500', '163132.872500', '163133.332500', '163133.792500', '163134.252500', '163134.712500', '163135.172500', '163135.632500', '163136.092500', '163136.552500', '163137.012500', '163137.472500', '163137.932500', '163138.392500', '163138.852500', '163139.312500', '163139.772500', '163140.232500', '163140.692500', '163141.152500', '163141.612500', '163142.072500', '163142.532500', '163142.992500', '163143.452500', '163143.912500', '163144.372500', '163144.832500', '163145.292500', '163145.752500', '163146.212500', '163146.672500', '163147.132500', '163147.592500', '163148.052500', '163148.512500', '163148.972500', '163149.432500', '163149.892500', '163150.352500', '163150.812500', '163151.272500', '163151.732500', '163152.192500', '163152.652500', '163153.112500', '163153.572500', '163154.032500', '163154.492500', '163154.952500', '163155.412500', '163155.872500', '163156.332500', '163156.792500', '163157.252500', '163157.712500', '163158.172500', '163158.632500', '163159.092500', '163159.552500', '163200.012500', '163200.472500', '163200.932500', '163201.392500', '163201.852500', '163202.312500', '163202.772500', '163203.232500', '163203.692500', '163204.152500', '163204.612500', '163205.072500', '163205.532500', '163205.992500', '163206.452500', '163206.912500', '163207.372500', '163207.832500', '163208.292500', '163208.752500', '163209.212500', '163209.672500', '163210.132500', '163210.592500', '163211.052500', '163211.512500', '163211.972500', '163212.432500', '163212.892500', '163213.352500', '163213.812500', '163214.272500', '163214.732500', '163215.192500', '163215.652500', '163216.112500', '163216.572500', '163217.032500', '163217.492500', '163217.952500', '163218.412500', '163218.872500', '163219.332500', '163219.792500', '163220.252500', '163220.712500', '163221.172500', '163221.632500', '163222.092500', '163222.552500', '163223.012500', '163223.472500', '163223.932500', '163224.392500', '163224.852500', '163225.312500', '163225.772500', '163226.232500', '163226.692500', '163227.152500', '163227.612500', '163228.072500', '163228.532500', '163228.992500', '163229.452500', '163229.912500', '163230.372500', '163230.832500', '163231.292500', '163231.752500', '163232.212500', '163232.672500', '163233.132500', '163233.592500', '163234.052500', '163234.512500', '163234.972500', '163235.432500', '163235.892500', '163236.352500', '163236.812500', '163237.272500', '163237.732500', '163238.192500', '163238.652500', '163239.112500', '163239.572500', '163240.032500', '163240.492500', '163240.952500', '163241.412500', '163241.872500', '163242.332500', '163242.792500', '163243.252500', '163243.712500', '163244.172500', '163244.632500', '163245.092500', '163245.552500', '163246.012500', '163246.472500', '163246.932500', '163247.392500', '163247.852500', '163248.312500', '163248.772500', '163249.232500', '163249.692500', '163250.152500', '163250.612500', '163251.072500', '163251.532500', '163251.992500', '163252.452500', '163252.912500', '163253.372500', '163253.832500', '163254.292500', '163254.752500', '163255.212500', '163255.672500', '163256.132500', '163256.592500', '163257.052500', '163257.512500', '163257.972500', '163258.432500', '163258.892500', '163259.352500', '163259.812500', '163300.272500', '163300.732500', '163301.192500', '163301.652500', '163302.112500', '163302.572500', '163303.032500', '163303.492500', '163303.952500', '163304.412500', '163304.872500', '163305.332500', '163305.792500', '163306.252500', '163306.712500', '163307.172500', '163307.632500', '163308.092500', '163308.552500', '163309.012500', '163309.472500', '163309.932500', '163310.392500', '163310.852500', '163311.312500', '163311.772500', '163312.232500', '163312.692500', '163313.152500', '163313.612500', '163314.072500', '163314.532500', '163314.992500', '163315.452500', '163315.912500', '163316.372500', '163316.832500', '163317.292500', '163317.752500', '163318.212500', '163318.672500', '163319.132500', '163319.592500', '163320.052500', '163320.512500', '163320.972500', '163321.432500', '163321.892500', '163322.352500', '163322.812500', '163323.272500', '163323.732500', '163324.192500', '163324.652500', '163325.112500', '163325.572500', '163326.032500', '163326.492500', '163326.952500', '163327.412500', '163327.872500', '163328.332500', '163328.792500', '163329.252500', '163329.712500', '163330.172500', '163330.632500', '163331.092500', '163331.552500', '163332.012500', '163332.472500', '163332.932500', '163333.392500', '163333.852500', '163334.312500', '163334.772500', '163335.232500', '163335.692500', '163336.152500', '163336.612500', '163337.072500', '163337.532500', '163337.992500', '163338.452500', '163338.912500', '163339.372500', '163339.832500', '163340.292500', '163340.752500', '163341.212500', '163341.672500', '163342.132500', '163342.592500', '163343.052500', '163343.512500', '163343.972500', '163344.432500', '163344.892500', '163345.352500', '163345.812500', '163346.272500', '163346.732500', '163347.192500', '163347.652500', '163348.112500', '163348.572500', '163349.032500', '163349.492500', '163349.952500', '163350.412500', '163350.872500', '163351.332500', '163351.792500', '163352.252500', '163352.712500', '163353.172500', '163353.632500', '163354.092500', '163354.552500', '163355.012500', '163355.472500', '163355.932500', '163356.392500', '163356.852500', '163357.312500', '163357.772500', '163358.232500', '163358.692500', '163359.152500', '163359.612500', '163400.072500', '163400.532500', '163400.992500', '163401.452500', '163401.912500', '163402.372500', '163402.832500', '163403.292500', '163403.752500', '163404.212500', '163404.672500', '163405.132500', '163405.592500', '163406.052500', '163406.512500', '163406.972500', '163407.432500', '163407.892500', '163408.352500', '163408.812500', '163409.272500', '163409.732500', '163410.192500', '163410.652500', '163411.112500', '163411.572500', '163412.032500', '163412.492500', '163412.952500', '163413.412500', '163413.872500', '163414.332500', '163414.792500', '163415.252500', '163415.712500', '163416.172500', '163416.632500', '163417.092500', '163417.552500', '163418.012500', '163418.472500', '163418.932500', '163419.392500', '163419.852500', '163420.312500', '163420.772500', '163421.232500', '163421.692500', '163422.152500', '163422.612500', '163423.072500', '163423.532500', '163423.992500', '163424.452500', '163424.912500', '163425.372500', '163425.832500', '163426.292500', '163426.752500', '163427.212500', '163427.672500', '163428.132500', '163428.592500', '163429.052500', '163429.512500', '163429.972500', '163430.432500', '163430.892500', '163431.352500', '163431.812500', '163432.272500', '163432.732500', '163433.192500', '163433.652500', '163434.112500', '163434.572500', '163435.032500', '163435.492500', '163435.952500', '163436.412500', '163436.872500', '163437.332500', '163437.792500', '163438.252500', '163438.712500', '163439.172500', '163439.632500', '163440.092500', '163440.552500', '163441.012500', '163441.472500', '163441.932500', '163442.392500', '163442.852500', '163443.312500', '163443.772500', '163444.232500', '163444.692500', '163445.152500', '163445.612500', '163446.072500', '163446.532500', '163446.992500', '163447.452500', '163447.912500', '163448.372500', '163448.832500', '163449.292500', '163449.752500', '163450.212500', '163450.672500', '163451.132500', '163451.592500', '163452.052500', '163452.512500', '163452.972500', '163453.432500', '163453.892500', '163454.352500', '163454.812500', '163455.272500', '163455.732500', '163456.192500', '163456.652500', '163457.112500', '163457.572500', '163458.032500', '163458.492500', '163458.952500', '163459.412500', '163459.872500', '163500.332500', '163500.792500', '163501.252500', '163501.712500', '163502.172500', '163502.632500', '163503.092500', '163503.552500', '163504.012500', '163504.472500', '163504.932500', '163505.392500', '163505.852500', '163506.312500', '163506.772500', '163507.232500', '163507.692500', '163508.152500', '163508.612500', '163509.072500', '163509.532500', '163509.992500', '163510.452500', '163510.912500', '163511.372500', '163511.832500', '163512.292500', '163512.752500', '163513.212500', '163513.672500', '163514.132500', '163514.592500', '163515.052500', '163515.512500', '163515.972500', '163516.432500', '163516.892500', '163517.352500', '163517.812500', '163518.272500', '163518.732500', '163519.192500', '163519.652500', '163520.112500', '163520.572500', '163521.032500', '163521.492500', '163521.952500', '163522.412500', '163522.872500', '163523.332500', '163523.792500', '163524.252500', '163524.712500', '163525.172500', '163525.632500', '163526.092500', '163526.552500', '163527.012500', '163527.472500', '163527.932500', '163528.392500', '163528.852500', '163529.312500', '163529.772500', '163530.232500', '163530.692500', '163531.152500', '163531.612500', '163532.072500', '163532.532500', '163532.992500', '163533.452500', '163533.912500', '163534.372500', '163534.832500', '163535.292500', '163535.752500', '163536.212500', '163536.672500', '163537.132500', '163537.592500', '163538.052500', '163538.512500', '163538.972500', '163539.432500', '163539.892500', '163540.352500', '163540.812500', '163541.272500', '163541.732500', '163542.192500', '163542.652500', '163543.112500', '163543.572500', '163544.032500', '163544.492500', '163544.952500', '163545.412500', '163545.872500', '163546.332500', '163546.792500', '163547.252500', '163547.712500', '163548.172500', '163548.632500', '163549.092500', '163549.552500', '163550.012500', '163550.472500', '163550.932500', '163551.392500', '163551.852500', '163552.312500', '163552.772500', '163553.232500', '163553.692500', '163554.152500', '163554.612500', '163555.072500', '163555.532500', '163555.992500', '163556.452500', '163556.912500', '163557.372500', '163557.832500', '163558.292500', '163558.752500', '163559.212500', '163559.672500', '163600.132500', '163600.592500', '163601.052500', '163601.512500', '163601.972500', '163602.432500', '163602.892500', '163603.352500', '163603.812500', '163604.272500', '163604.732500', '163605.192500', '163605.652500', '163606.112500', '163606.572500', '163607.032500', '163607.492500', '163607.952500', '163608.412500', '163608.872500', '163609.332500', '163609.792500', '163610.252500', '163610.712500', '163611.172500', '163611.632500', '163612.092500', '163612.552500', '163613.012500', '163613.472500', '163613.932500', '163614.392500', '163614.852500', '163615.312500', '163615.772500', '163616.232500', '163616.692500', '163617.152500', '163617.612500', '163618.072500', '163618.532500', '163618.992500', '163619.452500', '163619.912500', '163620.372500', '163620.832500', '163621.292500', '163621.752500', '163622.212500', '163622.672500', '163623.132500', '163623.592500', '163624.052500', '163624.512500', '163624.972500', '163625.432500', '163625.892500', '163626.352500', '163626.812500', '163627.272500', '163627.732500', '163628.192500', '163628.652500', '163629.112500', '163629.572500', '163630.032500', '163630.492500', '163630.952500', '163631.412500', '163631.872500', '163632.332500', '163632.792500', '163633.252500', '163633.712500', '163634.172500', '163634.632500', '163635.092500', '163635.552500', '163636.012500', '163636.472500', '163636.932500', '163637.392500', '163637.852500', '163638.312500', '163638.772500', '163639.232500', '163639.692500', '163640.152500', '163640.612500', '163641.072500', '163641.532500', '163641.992500', '163642.452500', '163642.912500', '163643.372500', '163643.832500', '163644.292500', '163644.752500', '163645.212500', '163645.672500', '163646.132500', '163646.592500', '163647.052500', '163647.512500', '163647.972500', '163648.432500', '163648.892500', '163649.352500', '163649.812500', '163650.272500', '163650.732500', '163651.192500', '163651.652500', '163652.112500', '163652.572500', '163653.032500', '163653.492500', '163653.952500', '163654.412500', '163654.872500', '163655.332500', '163655.792500', '163656.252500', '163656.712500', '163657.172500', '163657.632500', '163658.092500', '163658.552500', '163659.012500', '163659.472500', '163659.932500', '163700.392500', '163700.852500', '163701.312500', '163701.772500', '163702.232500', '163702.692500', '163703.152500', '163703.612500', '163704.072500', '163704.532500', '163704.992500', '163705.452500', '163705.912500', '163706.372500', '163706.832500', '163707.292500', '163707.752500', '163708.212500', '163708.672500', '163709.132500', '163709.592500', '163710.052500', '163710.512500', '163710.972500', '163711.432500', '163711.892500', '163712.352500', '163712.812500', '163713.272500', '163713.732500', '163714.192500', '163714.652500', '163715.112500', '163715.572500', '163716.032500', '163716.492500', '163716.952500', '163717.412500', '163717.872500', '163718.332500', '163718.792500', '163719.252500', '163719.712500', '163720.172500', '163720.632500', '163721.092500', '163721.552500', '163722.012500', '163722.472500', '163722.932500', '163723.392500', '163723.852500', '163724.312500', '163724.772500', '163725.232500', '163725.692500', '163726.152500', '163726.612500', '163727.072500', '163727.532500', '163727.992500', '163728.452500', '163728.912500', '163729.372500', '163729.832500', '163730.292500', '163730.752500', '163731.212500', '163731.672500', '163732.132500', '163732.592500', '163733.052500', '163733.512500', '163733.972500', '163734.432500', '163734.892500', '163735.352500', '163735.812500', '163736.272500', '163736.732500', '163737.192500', '163737.652500', '163738.112500', '163738.572500', '163739.032500', '163739.492500', '163739.952500', '163740.412500', '163740.872500', '163741.332500', '163741.792500', '163742.252500', '163742.712500', '163743.172500', '163743.632500', '163744.092500', '163744.552500', '163745.012500', '163745.472500', '163745.932500', '163746.392500', '163746.852500', '163747.312500', '163747.772500', '163748.232500', '163748.692500', '163749.152500', '163749.612500', '163750.072500', '163750.532500', '163750.992500', '163751.452500', '163751.912500', '163752.372500', '163752.832500', '163753.292500', '163753.752500', '163754.212500', '163754.672500', '163755.132500', '163755.592500', '163756.052500', '163756.512500', '163756.972500', '163757.432500', '163757.892500', '163758.352500', '163758.812500', '163759.272500', '163759.732500', '163800.192500', '163800.652500', '163801.112500', '163801.572500', '163802.032500', '163802.492500', '163802.952500', '163803.412500', '163803.872500', '163804.332500', '163804.792500', '163805.252500', '163805.712500', '163806.172500', '163806.632500', '163807.092500', '163807.552500', '163808.012500', '163808.472500', '163808.932500', '163809.392500', '163809.852500', '163810.312500', '163810.772500', '163811.232500', '163811.692500', '163812.152500', '163812.612500', '163813.072500', '163813.532500', '163813.992500', '163814.452500', '163814.912500', '163815.372500', '163815.832500', '163816.292500', '163816.752500', '163817.212500', '163817.672500', '163818.132500', '163818.592500', '163819.052500', '163819.512500', '163819.972500', '163820.432500', '163820.892500', '163821.352500', '163821.812500', '163822.272500', '163822.732500', '163823.192500', '163823.652500', '163824.112500', '163824.572500', '163825.032500', '163825.492500', '163825.952500', '163826.412500', '163826.872500', '163827.332500', '163827.792500', '163828.252500', '163828.712500', '163829.172500', '163829.632500', '163830.092500', '163830.552500', '163831.012500', '163831.472500', '163831.932500', '163832.392500', '163832.852500', '163833.312500', '163833.772500', '163834.232500', '163834.692500', '163835.152500', '163835.612500', '163836.072500', '163836.532500', '163836.992500', '163837.452500', '163837.912500', '163838.372500', '163838.832500', '163839.292500', '163839.752500', '163840.212500', '163840.672500', '163841.132500', '163841.592500', '163842.052500', '163842.512500', '163842.972500', '163843.432500', '163843.892500', '163844.352500', '163844.812500', '163845.272500', '163845.732500', '163846.192500', '163846.652500', '163847.112500', '163847.572500', '163848.032500', '163848.492500', '163848.952500', '163849.412500', '163849.872500', '163850.332500', '163850.792500', '163851.252500', '163851.712500', '163852.172500', '163852.632500', '163853.092500', '163853.552500', '163854.012500', '163854.472500', '163854.932500', '163855.392500', '163855.852500', '163856.312500', '163856.772500', '163857.232500', '163857.692500', '163858.152500', '163858.612500', '163859.072500', '163859.532500', '163859.992500', '163900.452500', '163900.912500', '163901.372500', '163901.832500'], 'ContentTime': ['163054.796000', '163054.799000', '163054.802000', '163054.805000', '163054.807000', '163054.810000', '163054.812000', '163054.815000', '163054.818000', '163054.820000', '163054.823000', '163054.825000', '163054.828000', '163054.831000', '163054.835000', '163054.837000', '163054.840000', '163054.842000', '163054.845000', '163054.848000', '163054.850000', '163054.853000', '163054.855000', '163054.858000', '163054.861000', '163054.863000', '163054.866000', '163054.877000', '163054.879000', '163054.882000', '163054.884000', '163054.887000', '163054.889000', '163054.892000', '163054.894000', '163054.897000', '163114.772000', '163114.775000', '163114.778000', '163114.780000', '163114.783000', '163114.785000', '163114.788000', '163114.790000', '163114.793000', '163114.800000', '163114.802000', '163114.805000', '163114.807000', '163114.810000', '163114.812000', '163114.815000', '163114.818000', '163114.820000', '163114.823000', '163114.825000', '163114.828000', '163114.830000', '163114.833000', '163114.835000', '163114.838000', '163114.841000', '163114.843000', '163114.846000', '163114.848000', '163114.851000', '163114.853000', '163114.856000', '163114.858000', '163114.861000', '163114.864000', '163114.866000', '163114.869000', '163114.871000', '163114.874000', '163114.876000', '163114.879000', '163114.882000', '163114.884000', '163134.771000', '163134.774000', '163134.777000', '163134.779000', '163134.782000', '163134.784000', '163134.787000', '163134.789000', '163134.792000', '163134.794000', '163134.797000', '163134.800000', '163134.802000', '163134.805000', '163134.807000', '163134.810000', '163134.812000', '163134.815000', '163134.818000', '163134.820000', '163134.823000', '163134.825000', '163134.828000', '163134.831000', '163134.833000', '163134.836000', '163134.839000', '163134.841000', '163134.844000', '163134.846000', '163134.849000', '163134.851000', '163134.854000', '163134.857000', '163134.859000', '163134.862000', '163134.864000', '163134.867000', '163134.869000', '163134.872000', '163134.875000', '163134.877000', '163134.880000', '163154.772000', '163154.774000', '163154.777000', '163154.779000', '163154.782000', '163154.785000', '163154.787000', '163154.790000', '163154.792000', '163154.795000', '163154.797000', '163154.800000', '163154.803000', '163154.805000', '163154.808000', '163154.810000', '163154.813000', '163154.816000', '163154.818000', '163154.821000', '163154.823000', '163154.826000', '163154.829000', '163154.831000', '163154.834000', '163154.836000', '163154.839000', '163154.841000', '163154.844000', '163154.847000', '163154.849000', '163154.852000', '163154.854000', '163154.857000', '163154.859000', '163154.862000', '163154.865000', '163154.867000', '163154.870000', '163154.872000', '163154.875000', '163154.877000', '163154.880000', '163154.882000', '163214.771000', '163214.774000', '163214.777000', '163214.779000', '163214.782000', '163214.785000', '163214.787000', '163214.790000', '163214.792000', '163214.795000', '163214.797000', '163214.800000', '163214.803000', '163214.806000', '163214.808000', '163214.811000', '163214.835000', '163214.837000', '163214.840000', '163214.842000', '163214.845000', '163214.848000', '163214.850000', '163214.853000', '163214.855000', '163214.858000', '163214.861000', '163214.863000', '163214.866000', '163214.869000', '163214.871000', '163214.874000', '163214.876000', '163214.879000', '163214.881000', '163214.884000', '163214.887000', '163214.890000', '163214.892000', '163214.895000', '163214.897000', '163214.900000', '163214.902000', '163214.905000', '163234.772000', '163234.775000', '163234.778000', '163234.780000', '163234.783000', '163234.785000', '163234.788000', '163234.791000', '163234.793000', '163234.796000', '163234.798000', '163234.801000', '163234.803000', '163234.806000', '163234.809000', '163234.811000', '163234.814000', '163234.816000', '163234.819000', '163234.821000', '163234.824000', '163234.827000', '163234.829000', '163234.832000', '163234.834000', '163234.837000', '163234.839000', '163234.842000', '163234.845000', '163234.847000', '163234.857000', '163234.860000', '163234.862000', '163234.865000', '163234.867000', '163234.870000', '163234.873000', '163234.875000', '163234.878000', '163234.881000', '163234.883000', '163234.886000', '163234.888000', '163254.772000', '163254.775000', '163254.778000', '163254.781000', '163254.784000', '163254.787000', '163254.790000', '163254.792000', '163254.795000', '163254.798000', '163254.800000', '163254.803000', '163254.805000', '163254.808000', '163254.810000', '163254.813000', '163254.816000', '163254.818000', '163254.821000', '163254.823000', '163254.826000', '163254.829000', '163254.831000', '163254.834000', '163254.837000', '163254.839000', '163254.842000', '163254.844000', '163254.847000', '163254.850000', '163254.852000', '163254.855000', '163254.857000', '163254.860000', '163254.863000', '163254.865000', '163254.868000', '163254.870000', '163254.873000', '163254.876000', '163254.878000', '163254.881000', '163254.883000', '163314.772000', '163314.775000', '163314.778000', '163314.780000', '163314.783000', '163314.786000', '163314.788000', '163314.791000', '163314.793000', '163314.796000', '163314.798000', '163314.801000', '163314.804000', '163314.806000', '163314.809000', '163314.811000', '163314.814000', '163314.817000', '163314.819000', '163314.822000', '163314.824000', '163314.827000', '163314.830000', '163314.832000', '163314.835000', '163314.838000', '163314.840000', '163314.843000', '163314.845000', '163314.848000', '163314.851000', '163314.853000', '163314.856000', '163314.858000', '163314.861000', '163314.863000', '163314.866000', '163314.869000', '163314.871000', '163314.874000', '163314.876000', '163314.879000', '163314.881000', '163314.884000', '163334.772000', '163334.776000', '163334.778000', '163334.781000', '163334.783000', '163334.786000', '163334.789000', '163334.791000', '163334.794000', '163334.797000', '163334.800000', '163334.802000', '163334.805000', '163334.808000', '163334.810000', '163334.813000', '163334.816000', '163334.818000', '163334.821000', '163334.824000', '163334.826000', '163334.829000', '163334.832000', '163334.834000', '163334.837000', '163334.840000', '163334.843000', '163334.846000', '163334.849000', '163334.851000', '163334.854000', '163334.857000', '163334.859000', '163334.862000', '163334.864000', '163334.867000', '163334.870000', '163334.872000', '163334.875000', '163334.878000', '163334.880000', '163334.883000', '163334.885000', '163354.771000', '163354.774000', '163354.777000', '163354.779000', '163354.782000', '163354.785000', '163354.787000', '163354.790000', '163354.792000', '163354.795000', '163354.798000', '163354.800000', '163354.803000', '163354.806000', '163354.809000', '163354.811000', '163354.814000', '163354.817000', '163354.820000', '163354.822000', '163354.825000', '163354.827000', '163354.830000', '163354.832000', '163354.835000', '163354.838000', '163354.840000', '163354.843000', '163354.846000', '163354.848000', '163354.851000', '163354.853000', '163354.856000', '163354.859000', '163354.861000', '163354.864000', '163354.866000', '163354.869000', '163354.872000', '163354.874000', '163354.877000', '163354.880000', '163354.882000', '163354.885000', '163414.771000', '163414.774000', '163414.777000', '163414.779000', '163414.782000', '163414.784000', '163414.787000', '163414.790000', '163414.792000', '163414.795000', '163414.797000', '163414.800000', '163414.803000', '163414.806000', '163414.809000', '163414.812000', '163414.814000', '163414.817000', '163414.820000', '163414.822000', '163414.825000', '163414.827000', '163414.830000', '163414.833000', '163414.835000', '163414.838000', '163414.875000', '163414.878000', '163414.880000', '163414.883000', '163414.886000', '163414.888000', '163414.891000', '163414.893000', '163414.896000', '163414.899000', '163414.901000', '163414.904000', '163414.906000', '163414.909000', '163414.911000', '163414.914000', '163414.917000', '163434.771000', '163434.774000', '163434.777000', '163434.779000', '163434.782000', '163434.785000', '163434.787000', '163434.790000', '163434.792000', '163434.795000', '163434.797000', '163434.800000', '163434.803000', '163434.805000', '163434.808000', '163434.810000', '163434.813000', '163434.816000', '163434.818000', '163434.821000', '163434.824000', '163434.826000', '163434.829000', '163434.831000', '163434.834000', '163434.837000', '163434.839000', '163434.842000', '163434.844000', '163434.847000', '163434.850000', '163434.852000', '163434.855000', '163434.857000', '163434.860000', '163434.863000', '163434.865000', '163434.868000', '163434.870000', '163434.873000', '163434.876000', '163434.878000', '163434.881000', '163434.883000', '163454.772000', '163454.775000', '163454.778000', '163454.780000', '163454.783000', '163454.786000', '163454.788000', '163454.791000', '163454.794000', '163454.796000', '163454.799000', '163454.801000', '163454.804000', '163454.807000', '163454.809000', '163454.812000', '163454.814000', '163454.817000', '163454.820000', '163454.822000', '163454.825000', '163454.828000', '163454.830000', '163454.833000', '163454.836000', '163454.839000', '163454.841000', '163454.844000', '163454.846000', '163454.849000', '163454.852000', '163454.854000', '163454.857000', '163454.859000', '163454.862000', '163454.864000', '163454.867000', '163454.870000', '163454.872000', '163454.875000', '163454.877000', '163454.881000', '163454.884000', '163514.772000', '163514.775000', '163514.778000', '163514.780000', '163514.783000', '163514.785000', '163514.788000', '163514.791000', '163514.793000', '163514.796000', '163514.798000', '163514.801000', '163514.804000', '163514.806000', '163514.809000', '163514.811000', '163514.814000', '163514.816000', '163514.819000', '163514.822000', '163514.824000', '163514.827000', '163514.829000', '163514.832000', '163514.835000', '163514.837000', '163514.840000', '163514.842000', '163514.845000', '163514.848000', '163514.850000', '163514.853000', '163514.856000', '163514.858000', '163514.861000', '163514.863000', '163514.866000', '163514.869000', '163514.871000', '163514.874000', '163514.876000', '163514.879000', '163514.882000', '163514.884000', '163534.773000', '163534.775000', '163534.778000', '163534.780000', '163534.783000', '163534.786000', '163534.788000', '163534.791000', '163534.793000', '163534.796000', '163534.798000', '163534.801000', '163534.804000', '163534.806000', '163534.809000', '163534.811000', '163534.814000', '163534.817000', '163534.819000', '163534.822000', '163534.824000', '163534.827000', '163534.830000', '163534.832000', '163534.835000', '163534.837000', '163534.840000', '163534.843000', '163534.845000', '163534.848000', '163534.851000', '163534.853000', '163534.856000', '163534.859000', '163534.861000', '163534.864000', '163534.866000', '163534.876000', '163534.879000', '163534.881000', '163534.884000', '163534.887000', '163534.889000', '163554.773000', '163554.775000', '163554.778000', '163554.780000', '163554.783000', '163554.786000', '163554.788000', '163554.791000', '163554.793000', '163554.796000', '163554.798000', '163554.801000', '163554.804000', '163554.806000', '163554.809000', '163554.811000', '163554.814000', '163554.817000', '163554.819000', '163554.822000', '163554.824000', '163554.827000', '163554.830000', '163554.832000', '163554.835000', '163554.837000', '163554.840000', '163554.842000', '163554.845000', '163554.848000', '163554.850000', '163554.853000', '163554.855000', '163554.858000', '163554.861000', '163554.863000', '163554.866000', '163554.868000', '163554.871000', '163554.874000', '163554.876000', '163554.879000', '163554.881000', '163554.884000', '163614.771000', '163614.774000', '163614.777000', '163614.779000', '163614.782000', '163614.784000', '163614.787000', '163614.790000', '163614.792000', '163614.795000', '163614.797000', '163614.800000', '163614.803000', '163614.805000', '163614.808000', '163614.810000', '163614.813000', '163614.815000', '163614.818000', '163614.821000', '163614.823000', '163614.826000', '163614.828000', '163614.831000', '163614.833000', '163614.836000', '163614.839000', '163614.841000', '163614.844000', '163614.846000', '163614.849000', '163614.852000', '163614.854000', '163614.857000', '163614.859000', '163614.862000', '163614.865000', '163614.867000', '163614.870000', '163614.872000', '163614.875000', '163614.878000', '163614.880000', '163634.771000', '163634.774000', '163634.777000', '163634.779000', '163634.782000', '163634.785000', '163634.787000', '163634.790000', '163634.792000', '163634.795000', '163634.797000', '163634.800000', '163634.803000', '163634.805000', '163634.808000', '163634.810000', '163634.813000', '163634.816000', '163634.818000', '163634.821000', '163634.823000', '163634.826000', '163634.829000', '163634.831000', '163634.834000', '163634.836000', '163634.839000', '163634.841000', '163634.844000', '163634.847000', '163634.849000', '163634.852000', '163634.854000', '163634.857000', '163634.859000', '163634.862000', '163634.865000', '163634.867000', '163634.870000', '163634.872000', '163634.875000', '163634.878000', '163634.880000', '163634.883000', '163654.772000', '163654.774000', '163654.777000', '163654.780000', '163654.784000', '163654.786000', '163654.789000', '163654.792000', '163654.794000', '163654.797000', '163654.799000', '163654.802000', '163654.804000', '163654.807000', '163654.809000', '163654.812000', '163654.815000', '163654.817000', '163654.820000', '163654.823000', '163654.825000', '163654.828000', '163654.830000', '163654.833000', '163654.836000', '163654.838000', '163654.841000', '163654.843000', '163654.846000', '163654.848000', '163654.851000', '163654.854000', '163654.856000', '163654.859000', '163654.861000', '163654.864000', '163654.867000', '163654.869000', '163654.872000', '163654.874000', '163654.877000', '163654.879000', '163654.882000', '163714.772000', '163714.775000', '163714.778000', '163714.781000', '163714.793000', '163714.796000', '163714.798000', '163714.801000', '163714.803000', '163714.806000', '163714.808000', '163714.811000', '163714.814000', '163714.816000', '163714.819000', '163714.821000', '163714.824000', '163714.826000', '163714.829000', '163714.832000', '163714.834000', '163714.837000', '163714.839000', '163714.842000', '163714.845000', '163714.847000', '163714.850000', '163714.852000', '163714.855000', '163714.857000', '163714.860000', '163714.863000', '163714.865000', '163714.868000', '163714.871000', '163714.873000', '163714.876000', '163714.879000', '163714.881000', '163714.884000', '163714.886000', '163714.889000', '163714.892000', '163714.894000', '163734.772000', '163734.775000', '163734.778000', '163734.780000', '163734.783000', '163734.786000', '163734.789000', '163734.791000', '163734.794000', '163734.796000', '163734.799000', '163734.801000', '163734.804000', '163734.807000', '163734.809000', '163734.812000', '163734.815000', '163734.817000', '163734.820000', '163734.822000', '163734.825000', '163734.828000', '163734.830000', '163734.833000', '163734.835000', '163734.838000', '163734.841000', '163734.843000', '163734.846000', '163734.848000', '163734.851000', '163734.853000', '163734.856000', '163734.859000', '163734.861000', '163734.864000', '163734.866000', '163734.869000', '163734.872000', '163734.874000', '163734.877000', '163734.879000', '163734.882000', '163754.773000', '163754.775000', '163754.778000', '163754.781000', '163754.783000', '163754.786000', '163754.788000', '163754.791000', '163754.794000', '163754.796000', '163754.799000', '163754.802000', '163754.804000', '163754.807000', '163754.809000', '163754.812000', '163754.814000', '163754.817000', '163754.820000', '163754.822000', '163754.825000', '163754.827000', '163754.830000', '163754.833000', '163754.835000', '163754.838000', '163754.840000', '163754.843000', '163754.845000', '163754.848000', '163754.851000', '163754.853000', '163754.856000', '163754.858000', '163754.861000', '163754.864000', '163754.866000', '163754.869000', '163754.871000', '163754.874000', '163754.876000', '163754.879000', '163754.882000', '163754.884000', '163814.772000', '163814.775000', '163814.778000', '163814.780000', '163814.783000', '163814.786000', '163814.788000', '163814.791000', '163814.793000', '163814.796000', '163814.798000', '163814.801000', '163814.804000', '163814.806000', '163814.809000', '163814.812000', '163814.814000', '163814.817000', '163814.819000', '163814.822000', '163814.824000', '163814.827000', '163814.830000', '163814.832000', '163814.835000', '163814.837000', '163814.840000', '163814.843000', '163814.845000', '163814.848000', '163814.850000', '163814.853000', '163814.855000', '163814.858000', '163814.861000', '163814.863000', '163814.866000', '163814.869000', '163814.871000', '163814.874000', '163814.876000', '163814.879000', '163814.882000', '163834.771000', '163834.785000', '163834.787000', '163834.790000', '163834.793000', '163834.795000', '163834.798000', '163834.800000', '163834.803000', '163834.806000', '163834.808000', '163834.811000', '163834.814000', '163834.816000', '163834.819000', '163834.821000', '163834.824000', '163834.827000', '163834.829000', '163834.832000', '163834.834000', '163834.837000', '163834.840000', '163834.842000', '163834.845000', '163834.847000', '163834.850000', '163834.853000', '163834.855000', '163834.858000', '163834.861000', '163834.863000', '163834.866000', '163834.868000', '163834.871000', '163834.874000', '163834.876000', '163834.879000', '163834.881000', '163834.884000', '163834.887000', '163834.889000', '163834.892000', '163834.895000', '163854.771000', '163854.774000', '163854.777000', '163854.779000', '163854.782000', '163854.785000', '163854.787000', '163854.790000', '163854.793000', '163854.795000', '163854.798000', '163854.800000', '163854.803000', '163854.805000', '163854.808000', '163854.811000', '163854.813000', '163854.816000', '163854.818000', '163854.821000', '163854.824000', '163854.826000', '163854.829000', '163854.831000', '163854.834000', '163854.837000', '163854.839000', '163854.842000', '163854.845000', '163854.847000', '163854.850000', '163854.852000', '163854.855000', '163854.858000', '163854.860000', '163854.863000', '163854.865000', '163854.868000', '163854.871000', '163854.873000', '163854.876000', '163854.878000', '163854.881000', '163903.238000', '163903.242000', '163903.244000', '163903.247000', '163903.250000', '163903.253000', '163903.255000', '163903.258000', '163903.261000', '163903.263000', '163903.266000', '163903.269000', '163903.272000', '163903.274000', '163903.277000', '163903.279000', '163903.282000', '163903.285000', '163903.287000'], 'InstanceCreationTime': ['163054.796000', '163054.799000', '163054.802000', '163054.805000', '163054.807000', '163054.810000', '163054.812000', '163054.815000', '163054.818000', '163054.820000', '163054.823000', '163054.825000', '163054.828000', '163054.831000', '163054.835000', '163054.837000', '163054.840000', '163054.842000', '163054.845000', '163054.848000', '163054.850000', '163054.853000', '163054.855000', '163054.858000', '163054.861000', '163054.863000', '163054.866000', '163054.877000', '163054.879000', '163054.882000', '163054.884000', '163054.887000', '163054.889000', '163054.892000', '163054.894000', '163054.897000', '163114.772000', '163114.775000', '163114.778000', '163114.780000', '163114.783000', '163114.785000', '163114.788000', '163114.790000', '163114.793000', '163114.800000', '163114.802000', '163114.805000', '163114.807000', '163114.810000', '163114.812000', '163114.815000', '163114.818000', '163114.820000', '163114.823000', '163114.825000', '163114.828000', '163114.830000', '163114.833000', '163114.835000', '163114.838000', '163114.841000', '163114.843000', '163114.846000', '163114.848000', '163114.851000', '163114.853000', '163114.856000', '163114.858000', '163114.861000', '163114.864000', '163114.866000', '163114.869000', '163114.871000', '163114.874000', '163114.876000', '163114.879000', '163114.882000', '163114.884000', '163134.771000', '163134.774000', '163134.777000', '163134.779000', '163134.782000', '163134.784000', '163134.787000', '163134.789000', '163134.792000', '163134.794000', '163134.797000', '163134.800000', '163134.802000', '163134.805000', '163134.807000', '163134.810000', '163134.812000', '163134.815000', '163134.818000', '163134.820000', '163134.823000', '163134.825000', '163134.828000', '163134.831000', '163134.833000', '163134.836000', '163134.839000', '163134.841000', '163134.844000', '163134.846000', '163134.849000', '163134.851000', '163134.854000', '163134.857000', '163134.859000', '163134.862000', '163134.864000', '163134.867000', '163134.869000', '163134.872000', '163134.875000', '163134.877000', '163134.880000', '163154.772000', '163154.774000', '163154.777000', '163154.779000', '163154.782000', '163154.785000', '163154.787000', '163154.790000', '163154.792000', '163154.795000', '163154.797000', '163154.800000', '163154.803000', '163154.805000', '163154.808000', '163154.810000', '163154.813000', '163154.816000', '163154.818000', '163154.821000', '163154.823000', '163154.826000', '163154.829000', '163154.831000', '163154.834000', '163154.836000', '163154.839000', '163154.841000', '163154.844000', '163154.847000', '163154.849000', '163154.852000', '163154.854000', '163154.857000', '163154.859000', '163154.862000', '163154.865000', '163154.867000', '163154.870000', '163154.872000', '163154.875000', '163154.877000', '163154.880000', '163154.882000', '163214.771000', '163214.774000', '163214.777000', '163214.779000', '163214.782000', '163214.785000', '163214.787000', '163214.790000', '163214.792000', '163214.795000', '163214.797000', '163214.800000', '163214.803000', '163214.806000', '163214.808000', '163214.811000', '163214.835000', '163214.837000', '163214.840000', '163214.842000', '163214.845000', '163214.848000', '163214.850000', '163214.853000', '163214.855000', '163214.858000', '163214.861000', '163214.863000', '163214.866000', '163214.869000', '163214.871000', '163214.874000', '163214.876000', '163214.879000', '163214.881000', '163214.884000', '163214.887000', '163214.890000', '163214.892000', '163214.895000', '163214.897000', '163214.900000', '163214.902000', '163214.905000', '163234.772000', '163234.775000', '163234.778000', '163234.780000', '163234.783000', '163234.785000', '163234.788000', '163234.791000', '163234.793000', '163234.796000', '163234.798000', '163234.801000', '163234.803000', '163234.806000', '163234.809000', '163234.811000', '163234.814000', '163234.816000', '163234.819000', '163234.821000', '163234.824000', '163234.827000', '163234.829000', '163234.832000', '163234.834000', '163234.837000', '163234.839000', '163234.842000', '163234.845000', '163234.847000', '163234.857000', '163234.860000', '163234.862000', '163234.865000', '163234.867000', '163234.870000', '163234.873000', '163234.875000', '163234.878000', '163234.881000', '163234.883000', '163234.886000', '163234.888000', '163254.772000', '163254.775000', '163254.778000', '163254.781000', '163254.784000', '163254.787000', '163254.790000', '163254.792000', '163254.795000', '163254.798000', '163254.800000', '163254.803000', '163254.805000', '163254.808000', '163254.810000', '163254.813000', '163254.816000', '163254.818000', '163254.821000', '163254.823000', '163254.826000', '163254.829000', '163254.831000', '163254.834000', '163254.837000', '163254.839000', '163254.842000', '163254.844000', '163254.847000', '163254.850000', '163254.852000', '163254.855000', '163254.857000', '163254.860000', '163254.863000', '163254.865000', '163254.868000', '163254.870000', '163254.873000', '163254.876000', '163254.878000', '163254.881000', '163254.883000', '163314.772000', '163314.775000', '163314.778000', '163314.780000', '163314.783000', '163314.786000', '163314.788000', '163314.791000', '163314.793000', '163314.796000', '163314.798000', '163314.801000', '163314.804000', '163314.806000', '163314.809000', '163314.811000', '163314.814000', '163314.817000', '163314.819000', '163314.822000', '163314.824000', '163314.827000', '163314.830000', '163314.832000', '163314.835000', '163314.838000', '163314.840000', '163314.843000', '163314.845000', '163314.848000', '163314.851000', '163314.853000', '163314.856000', '163314.858000', '163314.861000', '163314.863000', '163314.866000', '163314.869000', '163314.871000', '163314.874000', '163314.876000', '163314.879000', '163314.881000', '163314.884000', '163334.772000', '163334.776000', '163334.778000', '163334.781000', '163334.783000', '163334.786000', '163334.789000', '163334.791000', '163334.794000', '163334.797000', '163334.800000', '163334.802000', '163334.805000', '163334.808000', '163334.810000', '163334.813000', '163334.816000', '163334.818000', '163334.821000', '163334.824000', '163334.826000', '163334.829000', '163334.832000', '163334.834000', '163334.837000', '163334.840000', '163334.843000', '163334.846000', '163334.849000', '163334.851000', '163334.854000', '163334.857000', '163334.859000', '163334.862000', '163334.864000', '163334.867000', '163334.870000', '163334.872000', '163334.875000', '163334.878000', '163334.880000', '163334.883000', '163334.885000', '163354.771000', '163354.774000', '163354.777000', '163354.779000', '163354.782000', '163354.785000', '163354.787000', '163354.790000', '163354.792000', '163354.795000', '163354.798000', '163354.800000', '163354.803000', '163354.806000', '163354.809000', '163354.811000', '163354.814000', '163354.817000', '163354.820000', '163354.822000', '163354.825000', '163354.827000', '163354.830000', '163354.832000', '163354.835000', '163354.838000', '163354.840000', '163354.843000', '163354.846000', '163354.848000', '163354.851000', '163354.853000', '163354.856000', '163354.859000', '163354.861000', '163354.864000', '163354.866000', '163354.869000', '163354.872000', '163354.874000', '163354.877000', '163354.880000', '163354.882000', '163354.885000', '163414.771000', '163414.774000', '163414.777000', '163414.779000', '163414.782000', '163414.784000', '163414.787000', '163414.790000', '163414.792000', '163414.795000', '163414.797000', '163414.800000', '163414.803000', '163414.806000', '163414.809000', '163414.812000', '163414.814000', '163414.817000', '163414.820000', '163414.822000', '163414.825000', '163414.827000', '163414.830000', '163414.833000', '163414.835000', '163414.838000', '163414.875000', '163414.878000', '163414.880000', '163414.883000', '163414.886000', '163414.888000', '163414.891000', '163414.893000', '163414.896000', '163414.899000', '163414.901000', '163414.904000', '163414.906000', '163414.909000', '163414.911000', '163414.914000', '163414.917000', '163434.771000', '163434.774000', '163434.777000', '163434.779000', '163434.782000', '163434.785000', '163434.787000', '163434.790000', '163434.792000', '163434.795000', '163434.797000', '163434.800000', '163434.803000', '163434.805000', '163434.808000', '163434.810000', '163434.813000', '163434.816000', '163434.818000', '163434.821000', '163434.824000', '163434.826000', '163434.829000', '163434.831000', '163434.834000', '163434.837000', '163434.839000', '163434.842000', '163434.844000', '163434.847000', '163434.850000', '163434.852000', '163434.855000', '163434.857000', '163434.860000', '163434.863000', '163434.865000', '163434.868000', '163434.870000', '163434.873000', '163434.876000', '163434.878000', '163434.881000', '163434.883000', '163454.772000', '163454.775000', '163454.778000', '163454.780000', '163454.783000', '163454.786000', '163454.788000', '163454.791000', '163454.794000', '163454.796000', '163454.799000', '163454.801000', '163454.804000', '163454.807000', '163454.809000', '163454.812000', '163454.814000', '163454.817000', '163454.820000', '163454.822000', '163454.825000', '163454.828000', '163454.830000', '163454.833000', '163454.836000', '163454.839000', '163454.841000', '163454.844000', '163454.846000', '163454.849000', '163454.852000', '163454.854000', '163454.857000', '163454.859000', '163454.862000', '163454.864000', '163454.867000', '163454.870000', '163454.872000', '163454.875000', '163454.877000', '163454.881000', '163454.884000', '163514.772000', '163514.775000', '163514.778000', '163514.780000', '163514.783000', '163514.785000', '163514.788000', '163514.791000', '163514.793000', '163514.796000', '163514.798000', '163514.801000', '163514.804000', '163514.806000', '163514.809000', '163514.811000', '163514.814000', '163514.816000', '163514.819000', '163514.822000', '163514.824000', '163514.827000', '163514.829000', '163514.832000', '163514.835000', '163514.837000', '163514.840000', '163514.842000', '163514.845000', '163514.848000', '163514.850000', '163514.853000', '163514.856000', '163514.858000', '163514.861000', '163514.863000', '163514.866000', '163514.869000', '163514.871000', '163514.874000', '163514.876000', '163514.879000', '163514.882000', '163514.884000', '163534.773000', '163534.775000', '163534.778000', '163534.780000', '163534.783000', '163534.786000', '163534.788000', '163534.791000', '163534.793000', '163534.796000', '163534.798000', '163534.801000', '163534.804000', '163534.806000', '163534.809000', '163534.811000', '163534.814000', '163534.817000', '163534.819000', '163534.822000', '163534.824000', '163534.827000', '163534.830000', '163534.832000', '163534.835000', '163534.837000', '163534.840000', '163534.843000', '163534.845000', '163534.848000', '163534.851000', '163534.853000', '163534.856000', '163534.859000', '163534.861000', '163534.864000', '163534.866000', '163534.876000', '163534.879000', '163534.881000', '163534.884000', '163534.887000', '163534.889000', '163554.773000', '163554.775000', '163554.778000', '163554.780000', '163554.783000', '163554.786000', '163554.788000', '163554.791000', '163554.793000', '163554.796000', '163554.798000', '163554.801000', '163554.804000', '163554.806000', '163554.809000', '163554.811000', '163554.814000', '163554.817000', '163554.819000', '163554.822000', '163554.824000', '163554.827000', '163554.830000', '163554.832000', '163554.835000', '163554.837000', '163554.840000', '163554.842000', '163554.845000', '163554.848000', '163554.850000', '163554.853000', '163554.855000', '163554.858000', '163554.861000', '163554.863000', '163554.866000', '163554.868000', '163554.871000', '163554.874000', '163554.876000', '163554.879000', '163554.881000', '163554.884000', '163614.771000', '163614.774000', '163614.777000', '163614.779000', '163614.782000', '163614.784000', '163614.787000', '163614.790000', '163614.792000', '163614.795000', '163614.797000', '163614.800000', '163614.803000', '163614.805000', '163614.808000', '163614.810000', '163614.813000', '163614.815000', '163614.818000', '163614.821000', '163614.823000', '163614.826000', '163614.828000', '163614.831000', '163614.833000', '163614.836000', '163614.839000', '163614.841000', '163614.844000', '163614.846000', '163614.849000', '163614.852000', '163614.854000', '163614.857000', '163614.859000', '163614.862000', '163614.865000', '163614.867000', '163614.870000', '163614.872000', '163614.875000', '163614.878000', '163614.880000', '163634.771000', '163634.774000', '163634.777000', '163634.779000', '163634.782000', '163634.785000', '163634.787000', '163634.790000', '163634.792000', '163634.795000', '163634.797000', '163634.800000', '163634.803000', '163634.805000', '163634.808000', '163634.810000', '163634.813000', '163634.816000', '163634.818000', '163634.821000', '163634.823000', '163634.826000', '163634.829000', '163634.831000', '163634.834000', '163634.836000', '163634.839000', '163634.841000', '163634.844000', '163634.847000', '163634.849000', '163634.852000', '163634.854000', '163634.857000', '163634.859000', '163634.862000', '163634.865000', '163634.867000', '163634.870000', '163634.872000', '163634.875000', '163634.878000', '163634.880000', '163634.883000', '163654.772000', '163654.774000', '163654.777000', '163654.780000', '163654.784000', '163654.786000', '163654.789000', '163654.792000', '163654.794000', '163654.797000', '163654.799000', '163654.802000', '163654.804000', '163654.807000', '163654.809000', '163654.812000', '163654.815000', '163654.817000', '163654.820000', '163654.823000', '163654.825000', '163654.828000', '163654.830000', '163654.833000', '163654.836000', '163654.838000', '163654.841000', '163654.843000', '163654.846000', '163654.848000', '163654.851000', '163654.854000', '163654.856000', '163654.859000', '163654.861000', '163654.864000', '163654.867000', '163654.869000', '163654.872000', '163654.874000', '163654.877000', '163654.879000', '163654.882000', '163714.772000', '163714.775000', '163714.778000', '163714.781000', '163714.793000', '163714.796000', '163714.798000', '163714.801000', '163714.803000', '163714.806000', '163714.808000', '163714.811000', '163714.814000', '163714.816000', '163714.819000', '163714.821000', '163714.824000', '163714.826000', '163714.829000', '163714.832000', '163714.834000', '163714.837000', '163714.839000', '163714.842000', '163714.845000', '163714.847000', '163714.850000', '163714.852000', '163714.855000', '163714.857000', '163714.860000', '163714.863000', '163714.865000', '163714.868000', '163714.871000', '163714.873000', '163714.876000', '163714.879000', '163714.881000', '163714.884000', '163714.886000', '163714.889000', '163714.892000', '163714.894000', '163734.772000', '163734.775000', '163734.778000', '163734.780000', '163734.783000', '163734.786000', '163734.789000', '163734.791000', '163734.794000', '163734.796000', '163734.799000', '163734.801000', '163734.804000', '163734.807000', '163734.809000', '163734.812000', '163734.815000', '163734.817000', '163734.820000', '163734.822000', '163734.825000', '163734.828000', '163734.830000', '163734.833000', '163734.835000', '163734.838000', '163734.841000', '163734.843000', '163734.846000', '163734.848000', '163734.851000', '163734.853000', '163734.856000', '163734.859000', '163734.861000', '163734.864000', '163734.866000', '163734.869000', '163734.872000', '163734.874000', '163734.877000', '163734.879000', '163734.882000', '163754.773000', '163754.775000', '163754.778000', '163754.781000', '163754.783000', '163754.786000', '163754.788000', '163754.791000', '163754.794000', '163754.796000', '163754.799000', '163754.802000', '163754.804000', '163754.807000', '163754.809000', '163754.812000', '163754.814000', '163754.817000', '163754.820000', '163754.822000', '163754.825000', '163754.827000', '163754.830000', '163754.833000', '163754.835000', '163754.838000', '163754.840000', '163754.843000', '163754.845000', '163754.848000', '163754.851000', '163754.853000', '163754.856000', '163754.858000', '163754.861000', '163754.864000', '163754.866000', '163754.869000', '163754.871000', '163754.874000', '163754.876000', '163754.879000', '163754.882000', '163754.884000', '163814.772000', '163814.775000', '163814.778000', '163814.780000', '163814.783000', '163814.786000', '163814.788000', '163814.791000', '163814.793000', '163814.796000', '163814.798000', '163814.801000', '163814.804000', '163814.806000', '163814.809000', '163814.812000', '163814.814000', '163814.817000', '163814.819000', '163814.822000', '163814.824000', '163814.827000', '163814.830000', '163814.832000', '163814.835000', '163814.837000', '163814.840000', '163814.843000', '163814.845000', '163814.848000', '163814.850000', '163814.853000', '163814.855000', '163814.858000', '163814.861000', '163814.863000', '163814.866000', '163814.869000', '163814.871000', '163814.874000', '163814.876000', '163814.879000', '163814.882000', '163834.771000', '163834.785000', '163834.787000', '163834.790000', '163834.793000', '163834.795000', '163834.798000', '163834.800000', '163834.803000', '163834.806000', '163834.808000', '163834.811000', '163834.814000', '163834.816000', '163834.819000', '163834.821000', '163834.824000', '163834.827000', '163834.829000', '163834.832000', '163834.834000', '163834.837000', '163834.840000', '163834.842000', '163834.845000', '163834.847000', '163834.850000', '163834.853000', '163834.855000', '163834.858000', '163834.861000', '163834.863000', '163834.866000', '163834.868000', '163834.871000', '163834.874000', '163834.876000', '163834.879000', '163834.881000', '163834.884000', '163834.887000', '163834.889000', '163834.892000', '163834.895000', '163854.771000', '163854.774000', '163854.777000', '163854.779000', '163854.782000', '163854.785000', '163854.787000', '163854.790000', '163854.793000', '163854.795000', '163854.798000', '163854.800000', '163854.803000', '163854.805000', '163854.808000', '163854.811000', '163854.813000', '163854.816000', '163854.818000', '163854.821000', '163854.824000', '163854.826000', '163854.829000', '163854.831000', '163854.834000', '163854.837000', '163854.839000', '163854.842000', '163854.845000', '163854.847000', '163854.850000', '163854.852000', '163854.855000', '163854.858000', '163854.860000', '163854.863000', '163854.865000', '163854.868000', '163854.871000', '163854.873000', '163854.876000', '163854.878000', '163854.881000', '163903.238000', '163903.242000', '163903.244000', '163903.247000', '163903.250000', '163903.253000', '163903.255000', '163903.258000', '163903.261000', '163903.263000', '163903.266000', '163903.269000', '163903.272000', '163903.274000', '163903.277000', '163903.279000', '163903.282000', '163903.285000', '163903.287000'], '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': [16024, 11015, 16032, 12702, 15954, 12932, 10312, 13343, 9508, 15016, 11956, 15468, 12543, 8068, 13920, 10573, 15411, 12141, 15213, 12856, 8834, 14645, 11159, 15944, 12443, 9821, 14926, 11235, 15555, 12174, 9007, 14377, 10613, 15861, 12812, 9370, 13761, 10139, 15864, 12583, 15340, 12490, 9149, 14634, 11454, 15892, 12160, 10155, 12993, 9486, 15228, 11479, 14814, 11863, 9539, 13670, 8906, 14820, 11026, 15591, 11762, 9959, 12521, 8701, 14132, 10965, 15614, 12049, 11427, 12560, 8762, 14380, 9291, 15710, 10915, 15623, 12028, 15386, 12365, 10215, 14303, 9743, 15364, 11788, 11042, 12493, 9405, 15205, 12634, 8533, 13616, 10809, 15083, 12070, 14051, 12704, 9841, 14746, 9639, 16048, 13124, 13524, 12922, 9071, 15533, 12052, 15949, 13357, 8879, 14337, 11278, 15982, 12618, 15296, 13069, 8852, 14112, 10910, 14878, 11854, 13624, 12162, 8441, 14082, 9877, 15351, 11590, 15054, 12370, 8555, 14687, 10642, 15472, 11953, 15496, 12604, 8650, 14594, 10523, 15342, 12296, 12713, 12897, 8712, 15175, 11667, 14699, 12359, 9027, 15124, 11489, 15432, 11933, 8788, 13709, 9335, 15568, 12497, 12419, 11991, 8911, 14572, 9301, 15539, 12266, 15617, 11803, 10560, 12815, 8717, 14646, 11282, 15146, 11520, 10989, 12530, 9183, 15273, 10808, 16117, 12343, 15575, 12794, 12475, 13629, 9106, 15274, 11551, 15664, 12162, 9681, 14750, 10781, 13693, 12476, 8856, 15046, 12706, 12732, 13157, 9033, 15592, 12439, 13311, 12996, 9324, 15418, 12010, 14266, 12966, 9658, 15455, 11157, 16153, 12530, 8843, 14219, 12019, 13872, 12501, 8786, 14942, 11991, 13271, 13368, 9168, 15509, 12184, 12473, 12969, 9264, 15178, 12824, 13238, 12442, 8893, 15241, 11932, 15860, 12808, 9149, 14589, 10291, 15704, 11888, 15089, 12858, 8708, 14331, 9796, 15017, 11573, 15590, 12512, 8431, 13789, 9377, 14971, 11688, 15793, 12347, 8783, 14346, 10808, 15691, 12664, 8833, 14356, 10827, 15411, 12442, 15692, 13237, 9218, 14719, 10438, 15767, 12505, 15732, 12412, 11144, 13903, 9384, 15140, 11720, 13083, 12414, 8915, 14959, 11200, 15878, 12926, 9527, 14354, 10307, 15661, 12312, 15704, 12344, 9214, 13748, 9384, 15322, 11487, 15675, 13098, 10773, 12966, 9010, 14679, 11636, 14536, 12475, 8514, 14185, 11042, 15350, 11987, 15593, 13024, 8664, 14543, 9684, 16111, 12438, 15686, 12755, 8606, 13938, 10871, 15416, 12489, 10405, 14024, 9713, 15534, 11573, 15649, 12883, 11686, 12771, 8804, 14690, 9490, 15385, 11873, 15936, 12297, 8736, 13319, 9333, 14803, 11718, 12182, 12251, 8955, 14672, 11474, 15256, 12079, 9786, 14875, 11296, 16201, 12643, 11478, 13508, 10497, 16402, 12522, 15981, 12658, 9968, 13793, 9586, 16057, 12207, 14340, 12746, 8758, 14339, 11778, 12036, 12768, 8913, 14776, 11886, 15217, 12578, 8947, 14647, 9660, 15745, 11563, 15206, 13160, 9991, 13373, 9630, 15246, 11845, 15269, 12586, 8244, 13790, 10887, 15355, 11713, 15678, 13025, 9460, 13339, 8881, 15073, 9996, 15969, 12248, 15324, 12217, 9213, 13995, 9605, 15940, 11754, 13083, 12522, 8944, 15100, 12081, 15696, 12589, 8890, 14742, 10962, 16028, 12711, 15223, 12721, 8980, 14163, 9520, 15330, 12163, 15649, 12092, 9891, 13552, 9093, 15279, 11736, 15723, 12105, 9604, 13417, 9178, 14709, 10595, 15805, 12106, 15826, 12224, 15099, 12306, 11265, 13406, 8693, 14649, 11518, 15052, 11842, 14219, 12559, 8178, 14206, 10262, 15626, 11993, 15356, 12860, 10840, 12997, 8500, 15048, 10005, 15587, 11395, 16041, 12138, 14409, 12059, 8794, 14048, 9381, 15475, 10996, 15860, 11904, 15587, 12286, 16075, 13172, 9041, 13407, 8602, 15015, 9412, 15216, 11470, 15324, 11975, 9756, 13420, 8800, 15141, 11523, 15493, 11988, 10786, 13125, 8928, 15043, 12565, 14561, 12281, 8535, 14661, 9494, 15381, 12324, 15624, 12457, 9161, 13588, 9309, 14809, 11863, 15432, 12185, 9002, 13835, 9378, 15657, 11772, 15429, 12644, 9141, 13509, 9017, 15479, 11648, 15181, 12684, 9526, 14307, 11073, 10239, 12771, 9005, 14636, 9913, 15424, 12526, 15877, 12172, 9677, 13762, 9332, 15107, 12440, 15633, 12300, 9867, 14132, 9504, 15251, 11250, 16015, 12877, 8728, 14019, 11197, 14013, 12247, 9386, 14898, 10191, 15571, 12083, 15992, 12594, 11982, 12969, 9215, 15641, 11240, 15814, 12388, 15588, 12387, 11505, 13504, 8819, 14962, 11557, 15367, 11890, 15018, 12538, 8379, 13944, 9755, 15264, 10980, 15142, 12896, 12725, 12013, 8561, 14419, 11484, 14960, 11758, 9940, 13905, 10546, 15587, 12457, 14361, 12529, 11693, 13150, 10231, 15363, 10198, 15875, 12048, 15763, 12240, 15561, 12863, 11661, 12653, 8443, 14059, 9120, 14595, 10306, 15731, 11176, 15452, 12008, 15469, 11906, 15601, 12587, 10768, 13652, 9273, 15219, 11960, 15678, 12217, 12316, 13493, 9274, 15740, 12111, 14994, 12701, 10493, 13852, 9762, 15837, 11946, 15867, 12568, 12851, 12714, 9729, 15588, 10253, 16093, 12087, 16021, 12357, 15737, 13076, 8666, 13632, 9583, 15083, 10983, 15288, 12551, 15241, 11380, 15533, 11868, 15401, 12442, 12184, 12818, 8805, 14176, 10169, 15270, 12186, 15606, 12561, 9842, 15225, 10585, 8517, 13521, 10469, 14896, 11965, 9388, 14868, 12297, 9821, 15093, 11120, 16874, 13555, 17152, 13665, 10675, 14741, 10669, 16434, 13097, 15582, 12973, 9907, 14281, 10039, 15318, 12103, 9864, 13401, 9372, 14929, 12184, 15500, 12025, 9670, 14099, 9780, 15718, 12288, 15528, 12521, 9019, 14566, 10638, 15080, 11431, 15127, 11634, 15069, 11879, 15039, 12085, 10618, 11916, 8774, 14072, 9382, 15034, 11681, 15478, 11641, 13256, 12506, 9112, 14564, 9800, 15982, 12077, 15034, 12403, 8925, 14550, 10755, 16141, 12300, 12022, 12966, 9856, 14371, 9338, 15123, 10076, 15906, 12004, 15592, 12183, 15627, 12198, 12464, 13126, 8668, 14697, 10842, 15468, 11865, 15781, 12716, 12633, 13015, 9126, 15081, 9972, 15862, 12706, 16519, 12867, 9509, 14563, 10312, 16306, 12658, 16168, 13449, 8968, 14584, 10367, 16002, 12592, 14696, 13190, 9541, 15494, 12131, 15919, 12762, 10262, 14772, 10386, 15915, 12136, 14530, 12136, 10037, 13577, 9834, 15968, 11173, 15898, 12132, 16148, 12818, 13175, 13483, 8861, 14476, 10032, 15359, 11661, 15525, 12481, 15704, 12260, 12536, 12031, 8378, 13948, 9452, 15222, 11214, 15397, 12260, 15404, 12267, 11820, 14020, 9080, 15167, 11281, 15776, 12326, 15520, 13047, 11880, 12507, 8806, 14540, 9294, 15431, 11095, 16171, 12314, 13736, 12467, 9266, 15068, 9423, 15752, 12498, 15536, 12079, 9314, 13841, 8992, 15051, 11837, 15893, 12184, 10074, 13580, 9346, 15933, 11978, 15949, 13326, 12175, 13193, 9516, 15195, 12178, 15808, 12357, 16054, 12762, 8738, 14471, 9638, 15522, 12204, 15118, 11881, 12562, 13007, 8937, 14797, 10222, 15894, 12651, 16388, 12764, 11910, 12603, 8796, 14638, 9676, 15880, 11816, 16009, 11996, 15549, 12450, 13317, 13073, 9164, 15111, 10687, 15430, 12238, 15039, 12129, 11301, 13375, 9061, 15125, 11346, 15314, 12225, 15813, 12911, 9140, 14075, 9413, 15371, 9769, 15837, 12599, 15610, 11796, 9910, 13905, 9038, 15272, 11830, 15960, 12247, 8429, 14354, 11156, 11776, 12773, 9903, 14111, 9753, 15379, 10173, 15945, 10054, 15532, 11029, 15946, 11197, 15744, 12228, 15331, 11848, 15091, 12087, 15955, 12125, 15913, 12346, 14158, 12910, 10447, 13099, 10183, 13708, 9253, 14231, 9408, 14878, 9987, 14779, 10798, 15266, 11066, 15497, 11564, 15427, 11792, 15145, 11892, 15371, 12273, 14981, 11567, 11920, 12163, 9917, 13779, 9573, 15163, 9332, 15393, 11672, 15816, 12507, 15645, 12961, 9731, 13529, 8877, 14515, 10178, 15328, 12369, 14866, 11929, 9769, 13079, 9397, 14508, 10007, 15852, 9810, 15486, 11512, 15900, 12189, 15983, 12807, 8465, 14305, 10000, 15262, 11811, 12127, 12403, 9208, 14601, 9894, 15618, 11795, 15601, 12777, 11615, 12818, 9479, 14442, 9452, 15441, 11821, 16352, 12355, 8532, 14135, 11106], 'WindowCenter': [4236.0, 4179.0, 4218.0, 4185.0, 4203.0, 4182.0, 4149.0, 4179.0, 4138.0, 4191.0, 4172.0, 4191.0, 4183.0, 4131.0, 4191.0, 4160.0, 4203.0, 4184.0, 4203.0, 4184.0, 4141.0, 4191.0, 4162.0, 4202.0, 4181.0, 4151.0, 4192.0, 4161.0, 4190.0, 4170.0, 4140.0, 4192.0, 4162.0, 4202.0, 4181.0, 4140.0, 4180.0, 4149.0, 4191.0, 4171.0, 4192.0, 4171.0, 4139.0, 4179.0, 4159.0, 4188.0, 4159.0, 4149.0, 4180.0, 4139.0, 4191.0, 4159.0, 4179.0, 4159.0, 4138.0, 4181.0, 4140.0, 4191.0, 4161.0, 4191.0, 4170.0, 4149.0, 4170.0, 4141.0, 4193.0, 4174.0, 4204.0, 4173.0, 4172.0, 4172.0, 4141.0, 4193.0, 4142.0, 4204.0, 4161.0, 4191.0, 4171.0, 4191.0, 4172.0, 4150.0, 4180.0, 4139.0, 4190.0, 4169.0, 4160.0, 4183.0, 4153.0, 4217.0, 4185.0, 4143.0, 4194.0, 4174.0, 4203.0, 4184.0, 4192.0, 4182.0, 4151.0, 4193.0, 4152.0, 4204.0, 4182.0, 4180.0, 4169.0, 4128.0, 4178.0, 4160.0, 4189.0, 4169.0, 4127.0, 4178.0, 4148.0, 4189.0, 4159.0, 4177.0, 4157.0, 4114.0, 4164.0, 4134.0, 4165.0, 4156.0, 4167.0, 4157.0, 4115.0, 4167.0, 4136.0, 4178.0, 4159.0, 4189.0, 4170.0, 4129.0, 4179.0, 4148.0, 4189.0, 4160.0, 4190.0, 4170.0, 4128.0, 4178.0, 4149.0, 4190.0, 4171.0, 4171.0, 4171.0, 4129.0, 4190.0, 4160.0, 4180.0, 4170.0, 4139.0, 4193.0, 4161.0, 4192.0, 4161.0, 4130.0, 4181.0, 4152.0, 4203.0, 4172.0, 4171.0, 4171.0, 4129.0, 4192.0, 4141.0, 4193.0, 4171.0, 4190.0, 4169.0, 4149.0, 4182.0, 4142.0, 4192.0, 4173.0, 4203.0, 4174.0, 4173.0, 4196.0, 4155.0, 4216.0, 4175.0, 4216.0, 4185.0, 4204.0, 4185.0, 4184.0, 4194.0, 4141.0, 4192.0, 4162.0, 4191.0, 4173.0, 4152.0, 4193.0, 4162.0, 4182.0, 4172.0, 4142.0, 4204.0, 4185.0, 4183.0, 4184.0, 4143.0, 4204.0, 4184.0, 4194.0, 4185.0, 4143.0, 4193.0, 4172.0, 4191.0, 4183.0, 4140.0, 4191.0, 4150.0, 4190.0, 4168.0, 4140.0, 4181.0, 4172.0, 4180.0, 4171.0, 4131.0, 4192.0, 4183.0, 4183.0, 4194.0, 4141.0, 4203.0, 4173.0, 4172.0, 4182.0, 4142.0, 4193.0, 4183.0, 4181.0, 4169.0, 4128.0, 4191.0, 4172.0, 4203.0, 4172.0, 4140.0, 4180.0, 4150.0, 4190.0, 4171.0, 4191.0, 4172.0, 4130.0, 4180.0, 4139.0, 4190.0, 4161.0, 4191.0, 4171.0, 4118.0, 4180.0, 4140.0, 4191.0, 4170.0, 4191.0, 4170.0, 4129.0, 4180.0, 4162.0, 4202.0, 4182.0, 4130.0, 4180.0, 4161.0, 4205.0, 4183.0, 4203.0, 4183.0, 4140.0, 4180.0, 4148.0, 4190.0, 4169.0, 4190.0, 4170.0, 4149.0, 4169.0, 4127.0, 4178.0, 4159.0, 4168.0, 4169.0, 4128.0, 4190.0, 4161.0, 4202.0, 4182.0, 4140.0, 4180.0, 4150.0, 4191.0, 4172.0, 4192.0, 4172.0, 4140.0, 4180.0, 4139.0, 4190.0, 4171.0, 4191.0, 4171.0, 4148.0, 4168.0, 4126.0, 4179.0, 4161.0, 4191.0, 4183.0, 4141.0, 4192.0, 4173.0, 4203.0, 4175.0, 4205.0, 4185.0, 4131.0, 4182.0, 4140.0, 4192.0, 4172.0, 4190.0, 4171.0, 4129.0, 4180.0, 4148.0, 4191.0, 4171.0, 4150.0, 4181.0, 4138.0, 4190.0, 4172.0, 4192.0, 4182.0, 4159.0, 4169.0, 4128.0, 4180.0, 4138.0, 4190.0, 4160.0, 4189.0, 4159.0, 4127.0, 4168.0, 4138.0, 4190.0, 4171.0, 4171.0, 4171.0, 4141.0, 4191.0, 4173.0, 4204.0, 4183.0, 4153.0, 4194.0, 4162.0, 4192.0, 4171.0, 4160.0, 4181.0, 4150.0, 4192.0, 4157.0, 4178.0, 4157.0, 4126.0, 4167.0, 4127.0, 4189.0, 4157.0, 4166.0, 4156.0, 4116.0, 4179.0, 4158.0, 4169.0, 4169.0, 4129.0, 4190.0, 4171.0, 4192.0, 4172.0, 4141.0, 4191.0, 4139.0, 4190.0, 4161.0, 4191.0, 4170.0, 4138.0, 4168.0, 4138.0, 4190.0, 4171.0, 4190.0, 4171.0, 4130.0, 4181.0, 4161.0, 4201.0, 4174.0, 4202.0, 4184.0, 4141.0, 4181.0, 4129.0, 4192.0, 4150.0, 4203.0, 4160.0, 4190.0, 4160.0, 4139.0, 4181.0, 4139.0, 4203.0, 4170.0, 4170.0, 4171.0, 4141.0, 4193.0, 4172.0, 4192.0, 4171.0, 4130.0, 4180.0, 4161.0, 4192.0, 4172.0, 4191.0, 4170.0, 4128.0, 4178.0, 4139.0, 4190.0, 4170.0, 4190.0, 4159.0, 4138.0, 4169.0, 4128.0, 4191.0, 4171.0, 4191.0, 4170.0, 4140.0, 4181.0, 4139.0, 4193.0, 4162.0, 4193.0, 4171.0, 4191.0, 4159.0, 4180.0, 4171.0, 4160.0, 4170.0, 4116.0, 4177.0, 4160.0, 4191.0, 4172.0, 4182.0, 4183.0, 4130.0, 4193.0, 4161.0, 4203.0, 4173.0, 4204.0, 4185.0, 4162.0, 4182.0, 4130.0, 4192.0, 4150.0, 4203.0, 4161.0, 4191.0, 4161.0, 4180.0, 4170.0, 4129.0, 4181.0, 4141.0, 4193.0, 4160.0, 4192.0, 4161.0, 4191.0, 4172.0, 4202.0, 4183.0, 4129.0, 4170.0, 4128.0, 4179.0, 4139.0, 4191.0, 4161.0, 4189.0, 4159.0, 4137.0, 4169.0, 4140.0, 4192.0, 4160.0, 4191.0, 4160.0, 4149.0, 4170.0, 4141.0, 4192.0, 4173.0, 4181.0, 4171.0, 4130.0, 4181.0, 4140.0, 4192.0, 4171.0, 4191.0, 4170.0, 4128.0, 4168.0, 4139.0, 4191.0, 4172.0, 4192.0, 4171.0, 4130.0, 4181.0, 4141.0, 4202.0, 4173.0, 4191.0, 4172.0, 4140.0, 4180.0, 4129.0, 4191.0, 4161.0, 4192.0, 4171.0, 4140.0, 4181.0, 4161.0, 4150.0, 4171.0, 4141.0, 4192.0, 4152.0, 4193.0, 4173.0, 4192.0, 4171.0, 4140.0, 4180.0, 4141.0, 4192.0, 4171.0, 4190.0, 4159.0, 4138.0, 4179.0, 4138.0, 4180.0, 4160.0, 4189.0, 4169.0, 4117.0, 4178.0, 4159.0, 4179.0, 4171.0, 4140.0, 4193.0, 4151.0, 4191.0, 4170.0, 4190.0, 4169.0, 4160.0, 4170.0, 4128.0, 4178.0, 4147.0, 4178.0, 4157.0, 4178.0, 4169.0, 4147.0, 4168.0, 4126.0, 4178.0, 4158.0, 4190.0, 4171.0, 4190.0, 4171.0, 4119.0, 4180.0, 4139.0, 4191.0, 4161.0, 4191.0, 4172.0, 4170.0, 4159.0, 4129.0, 4181.0, 4173.0, 4205.0, 4185.0, 4164.0, 4195.0, 4164.0, 4204.0, 4185.0, 4194.0, 4184.0, 4174.0, 4184.0, 4152.0, 4192.0, 4149.0, 4190.0, 4159.0, 4190.0, 4160.0, 4190.0, 4170.0, 4148.0, 4168.0, 4117.0, 4179.0, 4139.0, 4191.0, 4150.0, 4192.0, 4160.0, 4191.0, 4171.0, 4191.0, 4173.0, 4204.0, 4184.0, 4163.0, 4183.0, 4142.0, 4192.0, 4173.0, 4192.0, 4173.0, 4173.0, 4184.0, 4142.0, 4203.0, 4173.0, 4193.0, 4183.0, 4163.0, 4184.0, 4152.0, 4193.0, 4161.0, 4191.0, 4172.0, 4172.0, 4183.0, 4152.0, 4204.0, 4151.0, 4192.0, 4160.0, 4191.0, 4172.0, 4190.0, 4171.0, 4118.0, 4168.0, 4127.0, 4179.0, 4161.0, 4191.0, 4170.0, 4180.0, 4160.0, 4190.0, 4172.0, 4193.0, 4173.0, 4160.0, 4169.0, 4128.0, 4180.0, 4150.0, 4204.0, 4185.0, 4204.0, 4184.0, 4165.0, 4206.0, 4164.0, 4144.0, 4195.0, 4165.0, 4193.0, 4174.0, 4142.0, 4193.0, 4184.0, 4153.0, 4194.0, 4162.0, 4204.0, 4182.0, 4191.0, 4169.0, 4126.0, 4165.0, 4123.0, 4176.0, 4155.0, 4165.0, 4155.0, 4125.0, 4166.0, 4124.0, 4165.0, 4145.0, 4124.0, 4155.0, 4115.0, 4178.0, 4158.0, 4178.0, 4158.0, 4128.0, 4168.0, 4138.0, 4179.0, 4159.0, 4190.0, 4160.0, 4129.0, 4179.0, 4150.0, 4190.0, 4161.0, 4192.0, 4162.0, 4194.0, 4175.0, 4193.0, 4173.0, 4162.0, 4172.0, 4142.0, 4194.0, 4155.0, 4206.0, 4176.0, 4206.0, 4175.0, 4184.0, 4174.0, 4144.0, 4195.0, 4155.0, 4206.0, 4174.0, 4194.0, 4184.0, 4144.0, 4207.0, 4176.0, 4206.0, 4186.0, 4185.0, 4186.0, 4154.0, 4196.0, 4144.0, 4204.0, 4154.0, 4205.0, 4184.0, 4204.0, 4184.0, 4205.0, 4185.0, 4184.0, 4185.0, 4143.0, 4205.0, 4175.0, 4206.0, 4187.0, 4217.0, 4197.0, 4185.0, 4184.0, 4154.0, 4206.0, 4165.0, 4207.0, 4197.0, 4206.0, 4185.0, 4154.0, 4194.0, 4153.0, 4205.0, 4184.0, 4205.0, 4196.0, 4142.0, 4193.0, 4152.0, 4203.0, 4184.0, 4195.0, 4183.0, 4142.0, 4193.0, 4172.0, 4203.0, 4184.0, 4164.0, 4194.0, 4152.0, 4192.0, 4172.0, 4181.0, 4173.0, 4153.0, 4184.0, 4153.0, 4203.0, 4162.0, 4192.0, 4172.0, 4193.0, 4173.0, 4172.0, 4182.0, 4130.0, 4180.0, 4140.0, 4190.0, 4160.0, 4192.0, 4172.0, 4192.0, 4171.0, 4170.0, 4170.0, 4131.0, 4192.0, 4153.0, 4194.0, 4162.0, 4193.0, 4173.0, 4205.0, 4185.0, 4174.0, 4194.0, 4131.0, 4192.0, 4161.0, 4192.0, 4173.0, 4192.0, 4172.0, 4160.0, 4170.0, 4129.0, 4181.0, 4141.0, 4193.0, 4162.0, 4202.0, 4171.0, 4181.0, 4171.0, 4140.0, 4191.0, 4141.0, 4193.0, 4173.0, 4191.0, 4171.0, 4140.0, 4181.0, 4141.0, 4193.0, 4174.0, 4204.0, 4172.0, 4151.0, 4182.0, 4141.0, 4203.0, 4173.0, 4204.0, 4183.0, 4172.0, 4171.0, 4140.0, 4191.0, 4171.0, 4191.0, 4172.0, 4192.0, 4172.0, 4130.0, 4181.0, 4140.0, 4191.0, 4171.0, 4193.0, 4173.0, 4172.0, 4182.0, 4141.0, 4192.0, 4151.0, 4204.0, 4184.0, 4202.0, 4172.0, 4160.0, 4170.0, 4129.0, 4192.0, 4141.0, 4203.0, 4171.0, 4191.0, 4171.0, 4191.0, 4170.0, 4182.0, 4182.0, 4141.0, 4191.0, 4150.0, 4190.0, 4171.0, 4190.0, 4173.0, 4163.0, 4184.0, 4142.0, 4193.0, 4164.0, 4204.0, 4185.0, 4206.0, 4186.0, 4143.0, 4183.0, 4140.0, 4192.0, 4152.0, 4193.0, 4172.0, 4190.0, 4160.0, 4139.0, 4181.0, 4141.0, 4193.0, 4174.0, 4218.0, 4184.0, 4132.0, 4193.0, 4175.0, 4185.0, 4196.0, 4154.0, 4195.0, 4154.0, 4206.0, 4154.0, 4205.0, 4150.0, 4192.0, 4150.0, 4190.0, 4160.0, 4180.0, 4159.0, 4179.0, 4157.0, 4178.0, 4159.0, 4189.0, 4159.0, 4190.0, 4171.0, 4169.0, 4159.0, 4136.0, 4157.0, 4136.0, 4169.0, 4128.0, 4180.0, 4128.0, 4179.0, 4139.0, 4180.0, 4162.0, 4192.0, 4161.0, 4192.0, 4161.0, 4191.0, 4160.0, 4181.0, 4162.0, 4192.0, 4172.0, 4192.0, 4161.0, 4160.0, 4171.0, 4152.0, 4194.0, 4153.0, 4195.0, 4142.0, 4193.0, 4174.0, 4204.0, 4185.0, 4205.0, 4185.0, 4141.0, 4182.0, 4130.0, 4182.0, 4153.0, 4204.0, 4185.0, 4195.0, 4174.0, 4153.0, 4195.0, 4155.0, 4206.0, 4153.0, 4206.0, 4141.0, 4192.0, 4161.0, 4192.0, 4173.0, 4202.0, 4183.0, 4120.0, 4181.0, 4140.0, 4191.0, 4173.0, 4173.0, 4184.0, 4143.0, 4194.0, 4154.0, 4205.0, 4186.0, 4206.0, 4186.0, 4174.0, 4184.0, 4141.0, 4192.0, 4142.0, 4204.0, 4174.0, 4203.0, 4172.0, 4131.0, 4192.0, 4163.0], 'WindowWidth': [9377.0, 9285.0, 9334.0, 9283.0, 9305.0, 9272.0, 9223.0, 9262.0, 9205.0, 9281.0, 9258.0, 9283.0, 9274.0, 9200.0, 9282.0, 9240.0, 9301.0, 9278.0, 9302.0, 9277.0, 9215.0, 9282.0, 9243.0, 9299.0, 9270.0, 9230.0, 9286.0, 9240.0, 9278.0, 9251.0, 9212.0, 9285.0, 9244.0, 9300.0, 9268.0, 9211.0, 9264.0, 9222.0, 9280.0, 9252.0, 9283.0, 9254.0, 9208.0, 9260.0, 9233.0, 9273.0, 9233.0, 9222.0, 9265.0, 9209.0, 9280.0, 9235.0, 9262.0, 9234.0, 9205.0, 9266.0, 9212.0, 9282.0, 9240.0, 9282.0, 9251.0, 9222.0, 9251.0, 9216.0, 9288.0, 9262.0, 9305.0, 9260.0, 9256.0, 9256.0, 9215.0, 9287.0, 9217.0, 9305.0, 9239.0, 9281.0, 9252.0, 9282.0, 9256.0, 9226.0, 9266.0, 9208.0, 9278.0, 9249.0, 9240.0, 9273.0, 9234.0, 9329.0, 9283.0, 9222.0, 9289.0, 9264.0, 9302.0, 9276.0, 9285.0, 9270.0, 9228.0, 9285.0, 9230.0, 9303.0, 9270.0, 9264.0, 9247.0, 9189.0, 9258.0, 9237.0, 9277.0, 9248.0, 9189.0, 9257.0, 9216.0, 9274.0, 9233.0, 9257.0, 9229.0, 9166.0, 9232.0, 9193.0, 9236.0, 9226.0, 9244.0, 9229.0, 9170.0, 9241.0, 9200.0, 9258.0, 9235.0, 9277.0, 9251.0, 9193.0, 9260.0, 9218.0, 9274.0, 9237.0, 9279.0, 9251.0, 9193.0, 9259.0, 9219.0, 9276.0, 9253.0, 9254.0, 9254.0, 9193.0, 9277.0, 9237.0, 9266.0, 9252.0, 9210.0, 9286.0, 9240.0, 9284.0, 9239.0, 9197.0, 9268.0, 9232.0, 9302.0, 9257.0, 9252.0, 9252.0, 9196.0, 9282.0, 9215.0, 9285.0, 9253.0, 9279.0, 9249.0, 9223.0, 9270.0, 9217.0, 9285.0, 9259.0, 9301.0, 9264.0, 9261.0, 9297.0, 9241.0, 9326.0, 9266.0, 9323.0, 9280.0, 9306.0, 9279.0, 9278.0, 9291.0, 9213.0, 9285.0, 9243.0, 9284.0, 9259.0, 9231.0, 9289.0, 9243.0, 9270.0, 9256.0, 9218.0, 9305.0, 9279.0, 9274.0, 9275.0, 9218.0, 9302.0, 9276.0, 9292.0, 9278.0, 9219.0, 9286.0, 9256.0, 9280.0, 9273.0, 9213.0, 9283.0, 9222.0, 9277.0, 9246.0, 9210.0, 9268.0, 9257.0, 9267.0, 9255.0, 9199.0, 9284.0, 9275.0, 9274.0, 9291.0, 9214.0, 9299.0, 9258.0, 9255.0, 9270.0, 9217.0, 9288.0, 9271.0, 9268.0, 9247.0, 9192.0, 9281.0, 9257.0, 9300.0, 9258.0, 9211.0, 9264.0, 9223.0, 9279.0, 9254.0, 9281.0, 9256.0, 9196.0, 9263.0, 9207.0, 9277.0, 9242.0, 9283.0, 9255.0, 9179.0, 9264.0, 9209.0, 9282.0, 9253.0, 9283.0, 9250.0, 9193.0, 9262.0, 9242.0, 9299.0, 9272.0, 9197.0, 9265.0, 9238.0, 9307.0, 9272.0, 9303.0, 9274.0, 9211.0, 9264.0, 9219.0, 9275.0, 9247.0, 9279.0, 9251.0, 9219.0, 9246.0, 9189.0, 9258.0, 9233.0, 9246.0, 9247.0, 9192.0, 9277.0, 9240.0, 9297.0, 9269.0, 9212.0, 9264.0, 9224.0, 9280.0, 9256.0, 9283.0, 9258.0, 9211.0, 9263.0, 9206.0, 9276.0, 9254.0, 9281.0, 9254.0, 9217.0, 9243.0, 9185.0, 9262.0, 9241.0, 9283.0, 9274.0, 9214.0, 9283.0, 9259.0, 9302.0, 9265.0, 9308.0, 9278.0, 9201.0, 9269.0, 9211.0, 9283.0, 9256.0, 9280.0, 9253.0, 9194.0, 9262.0, 9219.0, 9282.0, 9254.0, 9226.0, 9265.0, 9206.0, 9278.0, 9257.0, 9284.0, 9271.0, 9235.0, 9247.0, 9192.0, 9263.0, 9204.0, 9279.0, 9237.0, 9277.0, 9233.0, 9188.0, 9245.0, 9204.0, 9278.0, 9255.0, 9256.0, 9254.0, 9214.0, 9283.0, 9259.0, 9303.0, 9275.0, 9234.0, 9290.0, 9242.0, 9283.0, 9253.0, 9238.0, 9267.0, 9222.0, 9283.0, 9228.0, 9257.0, 9227.0, 9183.0, 9241.0, 9186.0, 9274.0, 9227.0, 9239.0, 9225.0, 9173.0, 9262.0, 9235.0, 9247.0, 9248.0, 9194.0, 9277.0, 9255.0, 9286.0, 9257.0, 9212.0, 9281.0, 9206.0, 9277.0, 9238.0, 9280.0, 9253.0, 9205.0, 9245.0, 9203.0, 9276.0, 9253.0, 9280.0, 9255.0, 9197.0, 9266.0, 9240.0, 9296.0, 9262.0, 9299.0, 9275.0, 9214.0, 9267.0, 9195.0, 9284.0, 9224.0, 9299.0, 9237.0, 9277.0, 9235.0, 9209.0, 9268.0, 9210.0, 9301.0, 9251.0, 9253.0, 9252.0, 9213.0, 9286.0, 9257.0, 9286.0, 9253.0, 9196.0, 9264.0, 9238.0, 9284.0, 9257.0, 9283.0, 9250.0, 9191.0, 9257.0, 9208.0, 9278.0, 9251.0, 9276.0, 9233.0, 9204.0, 9246.0, 9192.0, 9280.0, 9254.0, 9282.0, 9251.0, 9209.0, 9265.0, 9209.0, 9286.0, 9243.0, 9286.0, 9252.0, 9279.0, 9235.0, 9265.0, 9253.0, 9237.0, 9249.0, 9173.0, 9256.0, 9235.0, 9279.0, 9255.0, 9270.0, 9274.0, 9199.0, 9285.0, 9242.0, 9301.0, 9261.0, 9304.0, 9279.0, 9242.0, 9268.0, 9197.0, 9282.0, 9223.0, 9301.0, 9240.0, 9283.0, 9239.0, 9265.0, 9249.0, 9194.0, 9268.0, 9214.0, 9288.0, 9238.0, 9282.0, 9239.0, 9281.0, 9258.0, 9299.0, 9271.0, 9193.0, 9248.0, 9191.0, 9261.0, 9207.0, 9279.0, 9239.0, 9273.0, 9234.0, 9203.0, 9247.0, 9211.0, 9283.0, 9238.0, 9280.0, 9237.0, 9220.0, 9248.0, 9212.0, 9283.0, 9258.0, 9267.0, 9252.0, 9197.0, 9266.0, 9211.0, 9285.0, 9255.0, 9281.0, 9249.0, 9192.0, 9246.0, 9207.0, 9280.0, 9255.0, 9283.0, 9253.0, 9198.0, 9267.0, 9213.0, 9297.0, 9259.0, 9282.0, 9256.0, 9210.0, 9264.0, 9194.0, 9281.0, 9239.0, 9285.0, 9255.0, 9212.0, 9265.0, 9239.0, 9225.0, 9253.0, 9212.0, 9282.0, 9228.0, 9286.0, 9257.0, 9282.0, 9252.0, 9211.0, 9264.0, 9212.0, 9283.0, 9252.0, 9277.0, 9233.0, 9202.0, 9259.0, 9203.0, 9262.0, 9236.0, 9275.0, 9246.0, 9176.0, 9256.0, 9232.0, 9262.0, 9252.0, 9211.0, 9287.0, 9226.0, 9280.0, 9250.0, 9275.0, 9247.0, 9236.0, 9250.0, 9188.0, 9256.0, 9213.0, 9255.0, 9227.0, 9257.0, 9247.0, 9216.0, 9244.0, 9185.0, 9255.0, 9230.0, 9275.0, 9253.0, 9279.0, 9251.0, 9180.0, 9262.0, 9205.0, 9280.0, 9241.0, 9281.0, 9255.0, 9250.0, 9234.0, 9194.0, 9267.0, 9259.0, 9305.0, 9279.0, 9250.0, 9291.0, 9249.0, 9304.0, 9278.0, 9288.0, 9276.0, 9263.0, 9276.0, 9228.0, 9283.0, 9218.0, 9277.0, 9233.0, 9277.0, 9238.0, 9277.0, 9249.0, 9215.0, 9243.0, 9173.0, 9259.0, 9207.0, 9280.0, 9224.0, 9283.0, 9237.0, 9279.0, 9254.0, 9281.0, 9257.0, 9302.0, 9275.0, 9247.0, 9271.0, 9216.0, 9282.0, 9256.0, 9284.0, 9260.0, 9261.0, 9276.0, 9215.0, 9300.0, 9258.0, 9285.0, 9272.0, 9246.0, 9275.0, 9229.0, 9285.0, 9240.0, 9280.0, 9254.0, 9255.0, 9273.0, 9230.0, 9302.0, 9225.0, 9281.0, 9235.0, 9278.0, 9254.0, 9278.0, 9252.0, 9175.0, 9243.0, 9185.0, 9258.0, 9239.0, 9278.0, 9250.0, 9262.0, 9235.0, 9276.0, 9256.0, 9286.0, 9258.0, 9237.0, 9247.0, 9191.0, 9262.0, 9223.0, 9303.0, 9279.0, 9303.0, 9277.0, 9255.0, 9311.0, 9251.0, 9224.0, 9293.0, 9251.0, 9283.0, 9262.0, 9218.0, 9287.0, 9275.0, 9233.0, 9287.0, 9242.0, 9302.0, 9270.0, 9280.0, 9244.0, 9181.0, 9233.0, 9174.0, 9248.0, 9218.0, 9232.0, 9219.0, 9179.0, 9234.0, 9175.0, 9232.0, 9204.0, 9175.0, 9219.0, 9165.0, 9255.0, 9229.0, 9257.0, 9229.0, 9188.0, 9243.0, 9201.0, 9260.0, 9230.0, 9277.0, 9235.0, 9191.0, 9259.0, 9221.0, 9275.0, 9238.0, 9280.0, 9241.0, 9288.0, 9264.0, 9284.0, 9258.0, 9241.0, 9255.0, 9215.0, 9288.0, 9237.0, 9307.0, 9267.0, 9306.0, 9264.0, 9274.0, 9261.0, 9221.0, 9292.0, 9236.0, 9306.0, 9261.0, 9287.0, 9274.0, 9223.0, 9311.0, 9266.0, 9311.0, 9280.0, 9279.0, 9280.0, 9235.0, 9292.0, 9222.0, 9304.0, 9234.0, 9304.0, 9275.0, 9301.0, 9275.0, 9305.0, 9279.0, 9278.0, 9279.0, 9220.0, 9304.0, 9265.0, 9308.0, 9285.0, 9326.0, 9300.0, 9280.0, 9276.0, 9236.0, 9308.0, 9253.0, 9311.0, 9298.0, 9308.0, 9277.0, 9234.0, 9289.0, 9233.0, 9304.0, 9276.0, 9306.0, 9295.0, 9217.0, 9287.0, 9230.0, 9300.0, 9275.0, 9293.0, 9274.0, 9216.0, 9285.0, 9255.0, 9298.0, 9275.0, 9248.0, 9290.0, 9228.0, 9282.0, 9254.0, 9267.0, 9257.0, 9234.0, 9275.0, 9231.0, 9298.0, 9241.0, 9283.0, 9256.0, 9286.0, 9260.0, 9258.0, 9268.0, 9194.0, 9263.0, 9208.0, 9277.0, 9236.0, 9282.0, 9256.0, 9282.0, 9254.0, 9250.0, 9250.0, 9200.0, 9285.0, 9232.0, 9288.0, 9243.0, 9284.0, 9259.0, 9306.0, 9280.0, 9262.0, 9287.0, 9200.0, 9282.0, 9240.0, 9283.0, 9258.0, 9283.0, 9256.0, 9235.0, 9249.0, 9191.0, 9264.0, 9214.0, 9286.0, 9243.0, 9297.0, 9252.0, 9264.0, 9250.0, 9209.0, 9280.0, 9213.0, 9286.0, 9258.0, 9281.0, 9251.0, 9209.0, 9265.0, 9213.0, 9287.0, 9261.0, 9302.0, 9257.0, 9227.0, 9269.0, 9213.0, 9299.0, 9259.0, 9302.0, 9272.0, 9255.0, 9252.0, 9209.0, 9278.0, 9251.0, 9281.0, 9257.0, 9285.0, 9256.0, 9197.0, 9266.0, 9209.0, 9278.0, 9251.0, 9285.0, 9260.0, 9258.0, 9268.0, 9212.0, 9284.0, 9227.0, 9301.0, 9274.0, 9298.0, 9256.0, 9237.0, 9249.0, 9192.0, 9281.0, 9214.0, 9300.0, 9253.0, 9280.0, 9252.0, 9279.0, 9251.0, 9269.0, 9270.0, 9213.0, 9280.0, 9222.0, 9277.0, 9252.0, 9278.0, 9258.0, 9246.0, 9276.0, 9217.0, 9287.0, 9248.0, 9301.0, 9279.0, 9308.0, 9280.0, 9218.0, 9269.0, 9210.0, 9282.0, 9229.0, 9285.0, 9254.0, 9277.0, 9236.0, 9208.0, 9264.0, 9213.0, 9287.0, 9263.0, 9331.0, 9277.0, 9205.0, 9287.0, 9266.0, 9279.0, 9295.0, 9235.0, 9292.0, 9236.0, 9308.0, 9235.0, 9305.0, 9224.0, 9283.0, 9221.0, 9276.0, 9236.0, 9265.0, 9233.0, 9258.0, 9228.0, 9256.0, 9231.0, 9273.0, 9234.0, 9277.0, 9250.0, 9245.0, 9231.0, 9198.0, 9226.0, 9197.0, 9245.0, 9190.0, 9261.0, 9188.0, 9259.0, 9206.0, 9262.0, 9241.0, 9283.0, 9241.0, 9283.0, 9239.0, 9278.0, 9236.0, 9264.0, 9241.0, 9284.0, 9257.0, 9281.0, 9239.0, 9237.0, 9253.0, 9229.0, 9288.0, 9232.0, 9292.0, 9215.0, 9285.0, 9260.0, 9302.0, 9278.0, 9306.0, 9279.0, 9213.0, 9267.0, 9196.0, 9268.0, 9233.0, 9303.0, 9278.0, 9291.0, 9263.0, 9234.0, 9291.0, 9238.0, 9309.0, 9233.0, 9308.0, 9213.0, 9282.0, 9239.0, 9282.0, 9258.0, 9299.0, 9274.0, 9183.0, 9264.0, 9210.0, 9280.0, 9258.0, 9260.0, 9275.0, 9220.0, 9289.0, 9235.0, 9304.0, 9281.0, 9309.0, 9282.0, 9261.0, 9274.0, 9214.0, 9282.0, 9214.0, 9302.0, 9263.0, 9301.0, 9255.0, 9200.0, 9282.0, 9245.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.00023055656934306567</td></tr>
<tr><td colspan=3>aqi</td><td>0.016482644708029195</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.255974415004545</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2982729187488586</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905336276164366</td></tr>
<tr><td colspan=3>efc</td><td>0.4871</td></tr>
<tr><td colspan=3>fber</td><td>5643.4307</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08411504131274411</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0985401459854014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.37457758211897</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3313158535080074</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5528873027707872</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.239529590078114</td></tr>
<tr><td colspan=3>gcor</td><td>0.00888601</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00988508015871048</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027356848120689392</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8851003092886156</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>20.2743</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0178</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.1337</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295470.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>781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.7469</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6174</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.3855</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.6232</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.9225</td></tr>
<tr><td colspan=3>tsnr</td><td>43.72505632718094</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>