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

616 lines
No EOL
124 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-02/func/sub-0056_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>155998008fa42f7de1c9b1d64963a567</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>17:40:4.045000</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.997429, 0.0712687, -0.00744754, -0.0709717, 0.996881, 0.0345231]</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.0925896</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>[4160, -7779, -7202, 826, -32, -262, 67, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6bc5d57-d5ae-4f4e-8bde-0986551d0deb||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.676029920578003, -0.19041197001934052, -0.026688745245337486, 118.06438446044922], [-0.19120873510837555, 2.674558162689209, 0.09154562652111053, -97.58012390136719], [-0.01998119242489338, -0.09262295067310333, 2.6983156204223633, -50.086769104003906], [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': ['174004.045000', '174004.505000', '174004.965000', '174005.425000', '174005.885000', '174006.345000', '174006.805000', '174007.265000', '174007.725000', '174008.185000', '174008.645000', '174009.105000', '174009.565000', '174010.025000', '174010.485000', '174010.945000', '174011.405000', '174011.865000', '174012.325000', '174012.785000', '174013.245000', '174013.705000', '174014.165000', '174014.625000', '174015.085000', '174015.545000', '174016.005000', '174016.465000', '174016.925000', '174017.385000', '174017.845000', '174018.305000', '174018.765000', '174019.225000', '174019.685000', '174020.145000', '174020.605000', '174021.065000', '174021.525000', '174021.985000', '174022.445000', '174022.905000', '174023.365000', '174023.825000', '174024.285000', '174024.745000', '174025.205000', '174025.665000', '174026.125000', '174026.585000', '174027.045000', '174027.505000', '174027.965000', '174028.425000', '174028.885000', '174029.345000', '174029.805000', '174030.265000', '174030.725000', '174031.185000', '174031.645000', '174032.105000', '174032.565000', '174033.025000', '174033.485000', '174033.945000', '174034.405000', '174034.865000', '174035.325000', '174035.785000', '174036.245000', '174036.705000', '174037.165000', '174037.625000', '174038.085000', '174038.545000', '174039.005000', '174039.465000', '174039.925000', '174040.385000', '174040.845000', '174041.305000', '174041.765000', '174042.225000', '174042.685000', '174043.145000', '174043.605000', '174044.065000', '174044.525000', '174044.985000', '174045.445000', '174045.905000', '174046.365000', '174046.825000', '174047.285000', '174047.745000', '174048.205000', '174048.665000', '174049.125000', '174049.585000', '174050.045000', '174050.505000', '174050.965000', '174051.425000', '174051.885000', '174052.345000', '174052.805000', '174053.265000', '174053.725000', '174054.185000', '174054.645000', '174055.105000', '174055.565000', '174056.025000', '174056.485000', '174056.945000', '174057.405000', '174057.865000', '174058.325000', '174058.785000', '174059.245000', '174059.705000', '174100.165000', '174100.625000', '174101.085000', '174101.545000', '174102.005000', '174102.465000', '174102.925000', '174103.385000', '174103.845000', '174104.305000', '174104.765000', '174105.225000', '174105.685000', '174106.145000', '174106.605000', '174107.065000', '174107.525000', '174107.985000', '174108.445000', '174108.905000', '174109.365000', '174109.825000', '174110.285000', '174110.745000', '174111.205000', '174111.665000', '174112.125000', '174112.585000', '174113.045000', '174113.505000', '174113.965000', '174114.425000', '174114.885000', '174115.345000', '174115.805000', '174116.265000', '174116.725000', '174117.185000', '174117.645000', '174118.105000', '174118.565000', '174119.025000', '174119.485000', '174119.945000', '174120.405000', '174120.865000', '174121.325000', '174121.785000', '174122.245000', '174122.705000', '174123.165000', '174123.625000', '174124.085000', '174124.545000', '174125.005000', '174125.465000', '174125.925000', '174126.385000', '174126.845000', '174127.305000', '174127.765000', '174128.225000', '174128.685000', '174129.145000', '174129.605000', '174130.065000', '174130.525000', '174130.985000', '174131.445000', '174131.905000', '174132.365000', '174132.825000', '174133.285000', '174133.745000', '174134.205000', '174134.665000', '174135.125000', '174135.585000', '174136.045000', '174136.505000', '174136.965000', '174137.425000', '174137.885000', '174138.345000', '174138.805000', '174139.265000', '174139.725000', '174140.185000', '174140.645000', '174141.105000', '174141.565000', '174142.025000', '174142.485000', '174142.945000', '174143.405000', '174143.865000', '174144.325000', '174144.785000', '174145.245000', '174145.705000', '174146.165000', '174146.625000', '174147.085000', '174147.545000', '174148.005000', '174148.465000', '174148.925000', '174149.385000', '174149.845000', '174150.305000', '174150.765000', '174151.225000', '174151.685000', '174152.145000', '174152.605000', '174153.065000', '174153.525000', '174153.985000', '174154.445000', '174154.905000', '174155.365000', '174155.825000', '174156.285000', '174156.745000', '174157.205000', '174157.665000', '174158.125000', '174158.585000', '174159.045000', '174159.505000', '174159.965000', '174200.425000', '174200.885000', '174201.345000', '174201.805000', '174202.265000', '174202.725000', '174203.185000', '174203.645000', '174204.105000', '174204.565000', '174205.025000', '174205.485000', '174205.945000', '174206.405000', '174206.865000', '174207.325000', '174207.785000', '174208.245000', '174208.705000', '174209.165000', '174209.625000', '174210.085000', '174210.545000', '174211.005000', '174211.465000', '174211.925000', '174212.385000', '174212.845000', '174213.305000', '174213.765000', '174214.225000', '174214.685000', '174215.145000', '174215.605000', '174216.065000', '174216.525000', '174216.985000', '174217.445000', '174217.905000', '174218.365000', '174218.825000', '174219.285000', '174219.745000', '174220.205000', '174220.665000', '174221.125000', '174221.585000', '174222.045000', '174222.505000', '174222.965000', '174223.425000', '174223.885000', '174224.345000', '174224.805000', '174225.265000', '174225.725000', '174226.185000', '174226.645000', '174227.105000', '174227.565000', '174228.025000', '174228.485000', '174228.945000', '174229.405000', '174229.865000', '174230.325000', '174230.785000', '174231.245000', '174231.705000', '174232.165000', '174232.625000', '174233.085000', '174233.545000', '174234.005000', '174234.465000', '174234.925000', '174235.385000', '174235.845000', '174236.305000', '174236.765000', '174237.225000', '174237.685000', '174238.145000', '174238.605000', '174239.065000', '174239.525000', '174239.985000', '174240.445000', '174240.905000', '174241.365000', '174241.825000', '174242.285000', '174242.745000', '174243.205000', '174243.665000', '174244.125000', '174244.585000', '174245.045000', '174245.505000', '174245.965000', '174246.425000', '174246.885000', '174247.345000', '174247.805000', '174248.265000', '174248.725000', '174249.185000', '174249.645000', '174250.105000', '174250.565000', '174251.025000', '174251.485000', '174251.945000', '174252.405000', '174252.865000', '174253.325000', '174253.785000', '174254.245000', '174254.705000', '174255.165000', '174255.625000', '174256.085000', '174256.545000', '174257.005000', '174257.465000', '174257.925000', '174258.385000', '174258.845000', '174259.305000', '174259.765000', '174300.225000', '174300.685000', '174301.145000', '174301.605000', '174302.065000', '174302.525000', '174302.985000', '174303.445000', '174303.905000', '174304.365000', '174304.825000', '174305.285000', '174305.745000', '174306.205000', '174306.665000', '174307.125000', '174307.585000', '174308.045000', '174308.505000', '174308.965000', '174309.425000', '174309.885000', '174310.345000', '174310.805000', '174311.265000', '174311.725000', '174312.185000', '174312.645000', '174313.105000', '174313.565000', '174314.025000', '174314.485000', '174314.945000', '174315.405000', '174315.865000', '174316.325000', '174316.785000', '174317.245000', '174317.705000', '174318.165000', '174318.625000', '174319.085000', '174319.545000', '174320.005000', '174320.465000', '174320.925000', '174321.385000', '174321.845000', '174322.305000', '174322.765000', '174323.225000', '174323.685000', '174324.145000', '174324.605000', '174325.065000', '174325.525000', '174325.985000', '174326.445000', '174326.905000', '174327.365000', '174327.825000', '174328.285000', '174328.745000', '174329.205000', '174329.665000', '174330.125000', '174330.585000', '174331.045000', '174331.505000', '174331.965000', '174332.425000', '174332.885000', '174333.345000', '174333.805000', '174334.265000', '174334.725000', '174335.185000', '174335.645000', '174336.105000', '174336.565000', '174337.025000', '174337.485000', '174337.945000', '174338.405000', '174338.865000', '174339.325000', '174339.785000', '174340.245000', '174340.705000', '174341.165000', '174341.625000', '174342.085000', '174342.545000', '174343.005000', '174343.465000', '174343.925000', '174344.385000', '174344.845000', '174345.305000', '174345.765000', '174346.225000', '174346.685000', '174347.145000', '174347.605000', '174348.065000', '174348.525000', '174348.985000', '174349.445000', '174349.905000', '174350.365000', '174350.825000', '174351.285000', '174351.745000', '174352.205000', '174352.665000', '174353.125000', '174353.585000', '174354.045000', '174354.505000', '174354.965000', '174355.425000', '174355.885000', '174356.345000', '174356.805000', '174357.265000', '174357.725000', '174358.185000', '174358.645000', '174359.105000', '174359.565000', '174400.025000', '174400.485000', '174400.945000', '174401.405000', '174401.865000', '174402.325000', '174402.785000', '174403.245000', '174403.705000', '174404.165000', '174404.625000', '174405.085000', '174405.545000', '174406.005000', '174406.465000', '174406.925000', '174407.385000', '174407.845000', '174408.305000', '174408.765000', '174409.225000', '174409.685000', '174410.145000', '174410.605000', '174411.065000', '174411.525000', '174411.985000', '174412.445000', '174412.905000', '174413.365000', '174413.825000', '174414.285000', '174414.745000', '174415.205000', '174415.665000', '174416.125000', '174416.585000', '174417.045000', '174417.505000', '174417.965000', '174418.425000', '174418.885000', '174419.345000', '174419.805000', '174420.265000', '174420.725000', '174421.185000', '174421.645000', '174422.105000', '174422.565000', '174423.025000', '174423.485000', '174423.945000', '174424.405000', '174424.865000', '174425.325000', '174425.785000', '174426.245000', '174426.705000', '174427.165000', '174427.625000', '174428.085000', '174428.545000', '174429.005000', '174429.465000', '174429.925000', '174430.385000', '174430.845000', '174431.305000', '174431.765000', '174432.225000', '174432.685000', '174433.145000', '174433.605000', '174434.065000', '174434.525000', '174434.985000', '174435.445000', '174435.905000', '174436.365000', '174436.825000', '174437.285000', '174437.745000', '174438.205000', '174438.665000', '174439.125000', '174439.585000', '174440.045000', '174440.505000', '174440.965000', '174441.425000', '174441.885000', '174442.345000', '174442.805000', '174443.265000', '174443.725000', '174444.185000', '174444.645000', '174445.105000', '174445.565000', '174446.025000', '174446.485000', '174446.945000', '174447.405000', '174447.865000', '174448.325000', '174448.785000', '174449.245000', '174449.705000', '174450.165000', '174450.625000', '174451.085000', '174451.545000', '174452.005000', '174452.465000', '174452.925000', '174453.385000', '174453.845000', '174454.305000', '174454.765000', '174455.225000', '174455.685000', '174456.145000', '174456.605000', '174457.065000', '174457.525000', '174457.985000', '174458.445000', '174458.905000', '174459.365000', '174459.825000', '174500.285000', '174500.745000', '174501.205000', '174501.665000', '174502.125000', '174502.585000', '174503.045000', '174503.505000', '174503.965000', '174504.425000', '174504.885000', '174505.345000', '174505.805000', '174506.265000', '174506.725000', '174507.185000', '174507.645000', '174508.105000', '174508.565000', '174509.025000', '174509.485000', '174509.945000', '174510.405000', '174510.865000', '174511.325000', '174511.785000', '174512.245000', '174512.705000', '174513.165000', '174513.625000', '174514.085000', '174514.545000', '174515.005000', '174515.465000', '174515.925000', '174516.385000', '174516.845000', '174517.305000', '174517.765000', '174518.225000', '174518.685000', '174519.145000', '174519.605000', '174520.065000', '174520.525000', '174520.985000', '174521.445000', '174521.905000', '174522.365000', '174522.825000', '174523.285000', '174523.745000', '174524.205000', '174524.665000', '174525.125000', '174525.585000', '174526.045000', '174526.505000', '174526.965000', '174527.425000', '174527.885000', '174528.345000', '174528.805000', '174529.265000', '174529.725000', '174530.185000', '174530.645000', '174531.105000', '174531.565000', '174532.025000', '174532.485000', '174532.945000', '174533.405000', '174533.865000', '174534.325000', '174534.785000', '174535.245000', '174535.705000', '174536.165000', '174536.625000', '174537.085000', '174537.545000', '174538.005000', '174538.465000', '174538.925000', '174539.385000', '174539.845000', '174540.305000', '174540.765000', '174541.225000', '174541.685000', '174542.145000', '174542.605000', '174543.065000', '174543.525000', '174543.985000', '174544.445000', '174544.905000', '174545.365000', '174545.825000', '174546.285000', '174546.745000', '174547.205000', '174547.665000', '174548.125000', '174548.585000', '174549.045000', '174549.505000', '174549.965000', '174550.425000', '174550.885000', '174551.345000', '174551.805000', '174552.265000', '174552.725000', '174553.185000', '174553.645000', '174554.105000', '174554.565000', '174555.025000', '174555.485000', '174555.945000', '174556.405000', '174556.865000', '174557.325000', '174557.785000', '174558.245000', '174558.705000', '174559.165000', '174559.625000', '174600.085000', '174600.545000', '174601.005000', '174601.465000', '174601.925000', '174602.385000', '174602.845000', '174603.305000', '174603.765000', '174604.225000', '174604.685000', '174605.145000', '174605.605000', '174606.065000', '174606.525000', '174606.985000', '174607.445000', '174607.905000', '174608.365000', '174608.825000', '174609.285000', '174609.745000', '174610.205000', '174610.665000', '174611.125000', '174611.585000', '174612.045000', '174612.505000', '174612.965000', '174613.425000', '174613.885000', '174614.345000', '174614.805000', '174615.265000', '174615.725000', '174616.185000', '174616.645000', '174617.105000', '174617.565000', '174618.025000', '174618.485000', '174618.945000', '174619.405000', '174619.865000', '174620.325000', '174620.785000', '174621.245000', '174621.705000', '174622.165000', '174622.625000', '174623.085000', '174623.545000', '174624.005000', '174624.465000', '174624.925000', '174625.385000', '174625.845000', '174626.305000', '174626.765000', '174627.225000', '174627.685000', '174628.145000', '174628.605000', '174629.065000', '174629.525000', '174629.985000', '174630.445000', '174630.905000', '174631.365000', '174631.825000', '174632.285000', '174632.745000', '174633.205000', '174633.665000', '174634.125000', '174634.585000', '174635.045000', '174635.505000', '174635.965000', '174636.425000', '174636.885000', '174637.345000', '174637.805000', '174638.265000', '174638.725000', '174639.185000', '174639.645000', '174640.105000', '174640.565000', '174641.025000', '174641.485000', '174641.945000', '174642.405000', '174642.865000', '174643.325000', '174643.785000', '174644.245000', '174644.705000', '174645.165000', '174645.625000', '174646.085000', '174646.545000', '174647.005000', '174647.465000', '174647.925000', '174648.385000', '174648.845000', '174649.305000', '174649.765000', '174650.225000', '174650.685000', '174651.145000', '174651.605000', '174652.065000', '174652.525000', '174652.985000', '174653.445000', '174653.905000', '174654.365000', '174654.825000', '174655.285000', '174655.745000', '174656.205000', '174656.665000', '174657.125000', '174657.585000', '174658.045000', '174658.505000', '174658.965000', '174659.425000', '174659.885000', '174700.345000', '174700.805000', '174701.265000', '174701.725000', '174702.185000', '174702.645000', '174703.105000', '174703.565000', '174704.025000', '174704.485000', '174704.945000', '174705.405000', '174705.865000', '174706.325000', '174706.785000', '174707.245000', '174707.705000', '174708.165000', '174708.625000', '174709.085000', '174709.545000', '174710.005000', '174710.465000', '174710.925000', '174711.385000', '174711.845000', '174712.305000', '174712.765000', '174713.225000', '174713.685000', '174714.145000', '174714.605000', '174715.065000', '174715.525000', '174715.985000', '174716.445000', '174716.905000', '174717.365000', '174717.825000', '174718.285000', '174718.745000', '174719.205000', '174719.665000', '174720.125000', '174720.585000', '174721.045000', '174721.505000', '174721.965000', '174722.425000', '174722.885000', '174723.345000', '174723.805000', '174724.265000', '174724.725000', '174725.185000', '174725.645000', '174726.105000', '174726.565000', '174727.025000', '174727.485000', '174727.945000', '174728.405000', '174728.865000', '174729.325000', '174729.785000', '174730.245000', '174730.705000', '174731.165000', '174731.625000', '174732.085000', '174732.545000', '174733.005000', '174733.465000', '174733.925000', '174734.385000', '174734.845000', '174735.305000', '174735.765000', '174736.225000', '174736.685000', '174737.145000', '174737.605000', '174738.065000', '174738.525000', '174738.985000', '174739.445000', '174739.905000', '174740.365000', '174740.825000', '174741.285000', '174741.745000', '174742.205000', '174742.665000', '174743.125000', '174743.585000', '174744.045000', '174744.505000', '174744.965000', '174745.425000', '174745.885000', '174746.345000', '174746.805000', '174747.265000', '174747.725000', '174748.185000', '174748.645000', '174749.105000', '174749.565000', '174750.025000', '174750.485000', '174750.945000', '174751.405000', '174751.865000', '174752.325000', '174752.785000', '174753.245000', '174753.705000', '174754.165000', '174754.625000', '174755.085000', '174755.545000', '174756.005000', '174756.465000', '174756.925000', '174757.385000', '174757.845000', '174758.305000', '174758.765000', '174759.225000', '174759.685000', '174800.145000', '174800.605000', '174801.065000', '174801.525000', '174801.985000', '174802.445000', '174802.905000', '174803.365000', '174803.825000', '174804.285000', '174804.745000', '174805.205000', '174805.665000', '174806.125000', '174806.585000', '174807.045000', '174807.505000', '174807.965000', '174808.425000', '174808.885000', '174809.345000', '174809.805000', '174810.265000', '174810.725000', '174811.185000', '174811.645000', '174812.105000', '174812.565000', '174813.025000', '174813.485000', '174813.945000', '174814.405000', '174814.865000', '174815.325000', '174815.785000', '174816.245000', '174816.705000', '174817.165000', '174817.625000', '174818.085000', '174818.545000', '174819.005000', '174819.465000', '174819.925000', '174820.385000', '174820.845000', '174821.305000', '174821.765000', '174822.225000', '174822.685000', '174823.145000', '174823.605000', '174824.065000', '174824.525000', '174824.985000', '174825.445000', '174825.905000', '174826.365000', '174826.825000', '174827.285000', '174827.745000', '174828.205000', '174828.665000'], 'ContentTime': ['174033.671000', '174033.674000', '174033.677000', '174033.680000', '174033.682000', '174033.685000', '174033.687000', '174033.690000', '174033.692000', '174033.695000', '174033.698000', '174033.700000', '174033.705000', '174033.707000', '174033.710000', '174033.713000', '174033.715000', '174033.718000', '174033.720000', '174033.723000', '174033.726000', '174033.728000', '174033.731000', '174033.733000', '174033.736000', '174033.738000', '174033.741000', '174033.744000', '174033.746000', '174033.749000', '174033.751000', '174033.754000', '174033.756000', '174033.759000', '174033.761000', '174033.764000', '174033.767000', '174033.769000', '174033.772000', '174033.774000', '174033.777000', '174033.780000', '174033.782000', '174033.785000', '174033.787000', '174033.790000', '174033.792000', '174033.795000', '174033.797000', '174033.800000', '174033.802000', '174033.805000', '174033.808000', '174033.812000', '174033.815000', '174033.818000', '174033.820000', '174033.823000', '174033.825000', '174033.829000', '174033.831000', '174033.834000', '174053.636000', '174053.639000', '174053.642000', '174053.644000', '174053.647000', '174053.649000', '174053.652000', '174053.655000', '174053.657000', '174053.660000', '174053.662000', '174053.665000', '174053.667000', '174053.670000', '174053.673000', '174053.675000', '174053.678000', '174053.680000', '174053.683000', '174053.685000', '174053.688000', '174053.691000', '174053.693000', '174053.696000', '174053.698000', '174053.701000', '174053.704000', '174053.706000', '174053.709000', '174053.711000', '174053.714000', '174053.716000', '174053.719000', '174053.722000', '174053.724000', '174053.727000', '174053.729000', '174053.732000', '174053.734000', '174053.737000', '174053.740000', '174053.742000', '174053.745000', '174113.635000', '174113.638000', '174113.641000', '174113.643000', '174113.646000', '174113.649000', '174113.651000', '174113.654000', '174113.656000', '174113.659000', '174113.662000', '174113.664000', '174113.667000', '174113.669000', '174113.672000', '174113.675000', '174113.677000', '174113.680000', '174113.682000', '174113.685000', '174113.687000', '174113.690000', '174113.693000', '174113.695000', '174113.698000', '174113.700000', '174113.703000', '174113.705000', '174113.708000', '174113.711000', '174113.713000', '174113.716000', '174113.718000', '174113.721000', '174113.723000', '174113.726000', '174113.729000', '174113.731000', '174113.734000', '174113.736000', '174113.739000', '174113.742000', '174113.744000', '174133.635000', '174133.638000', '174133.641000', '174133.644000', '174133.646000', '174133.649000', '174133.660000', '174133.663000', '174133.665000', '174133.668000', '174133.671000', '174133.673000', '174133.676000', '174133.678000', '174133.681000', '174133.684000', '174133.686000', '174133.689000', '174133.691000', '174133.694000', '174133.696000', '174133.699000', '174133.702000', '174133.704000', '174133.707000', '174133.709000', '174133.712000', '174133.714000', '174133.717000', '174133.719000', '174133.722000', '174133.725000', '174133.727000', '174133.730000', '174133.732000', '174133.735000', '174133.737000', '174133.740000', '174133.743000', '174133.745000', '174133.748000', '174133.750000', '174133.753000', '174133.755000', '174153.636000', '174153.638000', '174153.641000', '174153.643000', '174153.646000', '174153.658000', '174153.661000', '174153.663000', '174153.666000', '174153.669000', '174153.671000', '174153.674000', '174153.676000', '174153.679000', '174153.682000', '174153.684000', '174153.687000', '174153.691000', '174153.694000', '174153.698000', '174153.700000', '174153.703000', '174153.706000', '174153.708000', '174153.711000', '174153.713000', '174153.716000', '174153.718000', '174153.721000', '174153.724000', '174153.726000', '174153.729000', '174153.731000', '174153.734000', '174153.737000', '174153.739000', '174153.742000', '174153.745000', '174153.748000', '174153.751000', '174153.753000', '174153.756000', '174153.758000', '174213.636000', '174213.639000', '174213.641000', '174213.644000', '174213.646000', '174213.649000', '174213.652000', '174213.654000', '174213.657000', '174213.659000', '174213.662000', '174213.664000', '174213.667000', '174213.670000', '174213.672000', '174213.675000', '174213.677000', '174213.680000', '174213.683000', '174213.685000', '174213.688000', '174213.690000', '174213.693000', '174213.695000', '174213.698000', '174213.701000', '174213.703000', '174213.706000', '174213.708000', '174213.711000', '174213.713000', '174213.716000', '174213.718000', '174213.721000', '174213.724000', '174213.726000', '174213.729000', '174213.732000', '174213.734000', '174213.737000', '174213.739000', '174213.742000', '174213.744000', '174213.747000', '174233.635000', '174233.638000', '174233.641000', '174233.643000', '174233.646000', '174233.649000', '174233.651000', '174233.654000', '174233.657000', '174233.659000', '174233.662000', '174233.664000', '174233.667000', '174233.670000', '174233.672000', '174233.675000', '174233.678000', '174233.680000', '174233.683000', '174233.686000', '174233.688000', '174233.691000', '174233.693000', '174233.696000', '174233.698000', '174233.701000', '174233.704000', '174233.707000', '174233.709000', '174233.712000', '174233.714000', '174233.717000', '174233.719000', '174233.722000', '174233.725000', '174233.727000', '174233.730000', '174233.732000', '174233.735000', '174233.737000', '174233.740000', '174233.743000', '174233.745000', '174253.635000', '174253.638000', '174253.641000', '174253.643000', '174253.647000', '174253.649000', '174253.652000', '174253.654000', '174253.657000', '174253.660000', '174253.662000', '174253.665000', '174253.667000', '174253.670000', '174253.673000', '174253.675000', '174253.678000', '174253.681000', '174253.683000', '174253.686000', '174253.688000', '174253.691000', '174253.700000', '174253.702000', '174253.705000', '174253.708000', '174253.710000', '174253.713000', '174253.715000', '174253.718000', '174253.720000', '174253.723000', '174253.726000', '174253.728000', '174253.731000', '174253.733000', '174253.736000', '174253.738000', '174253.741000', '174253.744000', '174253.746000', '174253.749000', '174253.751000', '174253.754000', '174313.637000', '174313.639000', '174313.642000', '174313.645000', '174313.647000', '174313.650000', '174313.653000', '174313.655000', '174313.658000', '174313.660000', '174313.663000', '174313.665000', '174313.668000', '174313.671000', '174313.673000', '174313.676000', '174313.679000', '174313.681000', '174313.684000', '174313.686000', '174313.689000', '174313.691000', '174313.694000', '174313.697000', '174313.699000', '174313.702000', '174313.704000', '174313.707000', '174313.710000', '174313.712000', '174313.721000', '174313.723000', '174313.726000', '174313.729000', '174313.733000', '174313.736000', '174313.738000', '174313.741000', '174313.743000', '174313.746000', '174313.748000', '174313.751000', '174313.754000', '174333.635000', '174333.638000', '174333.641000', '174333.643000', '174333.646000', '174333.649000', '174333.651000', '174333.654000', '174333.656000', '174333.659000', '174333.662000', '174333.664000', '174333.667000', '174333.669000', '174333.672000', '174333.675000', '174333.677000', '174333.680000', '174333.683000', '174333.686000', '174333.688000', '174333.691000', '174333.693000', '174333.696000', '174333.699000', '174333.701000', '174333.704000', '174333.706000', '174333.709000', '174333.712000', '174333.714000', '174333.717000', '174333.720000', '174333.722000', '174333.725000', '174333.727000', '174333.730000', '174333.733000', '174333.735000', '174333.738000', '174333.740000', '174333.743000', '174333.745000', '174333.748000', '174353.635000', '174353.638000', '174353.641000', '174353.644000', '174353.646000', '174353.649000', '174353.652000', '174353.654000', '174353.657000', '174353.659000', '174353.662000', '174353.664000', '174353.667000', '174353.670000', '174353.672000', '174353.675000', '174353.677000', '174353.680000', '174353.683000', '174353.685000', '174353.688000', '174353.690000', '174353.693000', '174353.696000', '174353.698000', '174353.701000', '174353.703000', '174353.706000', '174353.709000', '174353.711000', '174353.714000', '174353.716000', '174353.719000', '174353.722000', '174353.724000', '174353.727000', '174353.729000', '174353.732000', '174353.734000', '174353.737000', '174353.740000', '174353.742000', '174353.745000', '174413.635000', '174413.638000', '174413.641000', '174413.644000', '174413.646000', '174413.649000', '174413.651000', '174413.654000', '174413.656000', '174413.659000', '174413.662000', '174413.664000', '174413.667000', '174413.669000', '174413.672000', '174413.675000', '174413.677000', '174413.680000', '174413.682000', '174413.685000', '174413.687000', '174413.690000', '174413.693000', '174413.695000', '174413.698000', '174413.700000', '174413.703000', '174413.706000', '174413.708000', '174413.711000', '174413.714000', '174413.716000', '174413.719000', '174413.721000', '174413.727000', '174413.729000', '174413.732000', '174413.735000', '174413.737000', '174413.740000', '174413.742000', '174413.745000', '174413.748000', '174413.751000', '174433.635000', '174433.638000', '174433.641000', '174433.643000', '174433.646000', '174433.649000', '174433.651000', '174433.654000', '174433.656000', '174433.659000', '174433.661000', '174433.664000', '174433.667000', '174433.669000', '174433.672000', '174433.674000', '174433.677000', '174433.680000', '174433.682000', '174433.685000', '174433.688000', '174433.690000', '174433.693000', '174433.695000', '174433.698000', '174433.701000', '174433.703000', '174433.706000', '174433.709000', '174433.711000', '174433.714000', '174433.716000', '174433.719000', '174433.721000', '174433.724000', '174433.727000', '174433.729000', '174433.732000', '174433.734000', '174433.737000', '174433.740000', '174433.742000', '174433.745000', '174453.636000', '174453.639000', '174453.641000', '174453.644000', '174453.646000', '174453.649000', '174453.652000', '174453.654000', '174453.657000', '174453.659000', '174453.662000', '174453.665000', '174453.679000', '174453.682000', '174453.685000', '174453.688000', '174453.690000', '174453.693000', '174453.696000', '174453.698000', '174453.701000', '174453.704000', '174453.706000', '174453.709000', '174453.712000', '174453.714000', '174453.717000', '174453.720000', '174453.722000', '174453.725000', '174453.727000', '174453.730000', '174453.732000', '174453.735000', '174453.738000', '174453.740000', '174453.743000', '174453.746000', '174453.748000', '174453.751000', '174453.753000', '174453.756000', '174453.759000', '174453.761000', '174513.636000', '174513.639000', '174513.642000', '174513.644000', '174513.647000', '174513.650000', '174513.652000', '174513.655000', '174513.657000', '174513.660000', '174513.662000', '174513.665000', '174513.668000', '174513.670000', '174513.673000', '174513.676000', '174513.678000', '174513.681000', '174513.683000', '174513.686000', '174513.688000', '174513.691000', '174513.694000', '174513.696000', '174513.699000', '174513.702000', '174513.704000', '174513.707000', '174513.709000', '174513.712000', '174513.714000', '174513.717000', '174513.720000', '174513.722000', '174513.725000', '174513.727000', '174513.730000', '174513.733000', '174513.735000', '174513.738000', '174513.740000', '174513.743000', '174513.746000', '174533.637000', '174533.639000', '174533.642000', '174533.645000', '174533.647000', '174533.650000', '174533.652000', '174533.655000', '174533.658000', '174533.660000', '174533.663000', '174533.665000', '174533.668000', '174533.671000', '174533.673000', '174533.676000', '174533.678000', '174533.681000', '174533.684000', '174533.686000', '174533.689000', '174533.691000', '174533.694000', '174533.696000', '174533.699000', '174533.702000', '174533.704000', '174533.707000', '174533.710000', '174533.712000', '174533.715000', '174533.717000', '174533.720000', '174533.723000', '174533.725000', '174533.728000', '174533.731000', '174533.733000', '174533.736000', '174533.738000', '174533.741000', '174533.744000', '174533.746000', '174533.749000', '174553.636000', '174553.639000', '174553.641000', '174553.644000', '174553.646000', '174553.649000', '174553.652000', '174553.654000', '174553.657000', '174553.659000', '174553.662000', '174553.665000', '174553.667000', '174553.670000', '174553.673000', '174553.675000', '174553.678000', '174553.680000', '174553.683000', '174553.686000', '174553.688000', '174553.691000', '174553.693000', '174553.696000', '174553.698000', '174553.701000', '174553.704000', '174553.706000', '174553.709000', '174553.711000', '174553.714000', '174553.716000', '174553.719000', '174553.722000', '174553.724000', '174553.727000', '174553.729000', '174553.732000', '174553.735000', '174553.737000', '174553.740000', '174553.742000', '174553.745000', '174613.636000', '174613.639000', '174613.641000', '174613.644000', '174613.647000', '174613.649000', '174613.652000', '174613.655000', '174613.657000', '174613.660000', '174613.662000', '174613.665000', '174613.668000', '174613.670000', '174613.673000', '174613.676000', '174613.678000', '174613.684000', '174613.687000', '174613.690000', '174613.692000', '174613.695000', '174613.697000', '174613.724000', '174613.727000', '174613.729000', '174613.732000', '174613.736000', '174613.738000', '174613.741000', '174613.743000', '174613.746000', '174613.749000', '174613.751000', '174613.754000', '174613.756000', '174613.759000', '174613.762000', '174613.764000', '174613.767000', '174613.769000', '174613.772000', '174613.775000', '174633.636000', '174633.639000', '174633.642000', '174633.645000', '174633.647000', '174633.650000', '174633.653000', '174633.655000', '174633.658000', '174633.660000', '174633.663000', '174633.665000', '174633.668000', '174633.671000', '174633.673000', '174633.676000', '174633.679000', '174633.681000', '174633.684000', '174633.686000', '174633.689000', '174633.691000', '174633.694000', '174633.697000', '174633.699000', '174633.702000', '174633.705000', '174633.707000', '174633.710000', '174633.712000', '174633.715000', '174633.718000', '174633.721000', '174633.723000', '174633.726000', '174633.728000', '174633.731000', '174633.734000', '174633.737000', '174633.739000', '174633.742000', '174633.746000', '174633.749000', '174633.751000', '174653.635000', '174653.638000', '174653.641000', '174653.643000', '174653.646000', '174653.649000', '174653.651000', '174653.654000', '174653.656000', '174653.659000', '174653.662000', '174653.664000', '174653.667000', '174653.669000', '174653.672000', '174653.675000', '174653.677000', '174653.680000', '174653.682000', '174653.685000', '174653.687000', '174653.690000', '174653.693000', '174653.695000', '174653.698000', '174653.700000', '174653.703000', '174653.706000', '174653.708000', '174653.711000', '174653.714000', '174653.716000', '174653.719000', '174653.721000', '174653.724000', '174653.727000', '174653.729000', '174653.732000', '174653.735000', '174653.737000', '174653.740000', '174653.742000', '174653.745000', '174653.748000', '174713.636000', '174713.638000', '174713.641000', '174713.643000', '174713.646000', '174713.649000', '174713.651000', '174713.654000', '174713.657000', '174713.659000', '174713.662000', '174713.664000', '174713.667000', '174713.670000', '174713.672000', '174713.675000', '174713.677000', '174713.680000', '174713.683000', '174713.685000', '174713.688000', '174713.691000', '174713.693000', '174713.696000', '174713.698000', '174713.701000', '174713.704000', '174713.706000', '174713.709000', '174713.711000', '174713.714000', '174713.717000', '174713.719000', '174713.722000', '174713.724000', '174713.727000', '174713.730000', '174713.732000', '174713.735000', '174713.737000', '174713.740000', '174713.743000', '174713.745000', '174733.637000', '174733.640000', '174733.642000', '174733.645000', '174733.647000', '174733.650000', '174733.653000', '174733.655000', '174733.658000', '174733.661000', '174733.663000', '174733.666000', '174733.668000', '174733.671000', '174733.674000', '174733.676000', '174733.679000', '174733.681000', '174733.684000', '174733.687000', '174733.689000', '174733.692000', '174733.695000', '174733.697000', '174733.700000', '174733.702000', '174733.705000', '174733.707000', '174733.710000', '174733.713000', '174733.715000', '174733.718000', '174733.720000', '174733.730000', '174733.732000', '174733.735000', '174733.737000', '174733.740000', '174733.743000', '174733.745000', '174733.748000', '174733.751000', '174733.753000', '174733.756000', '174753.636000', '174753.639000', '174753.642000', '174753.645000', '174753.648000', '174753.650000', '174753.653000', '174753.656000', '174753.658000', '174753.661000', '174753.663000', '174753.666000', '174753.668000', '174753.671000', '174753.674000', '174753.676000', '174753.679000', '174753.681000', '174753.684000', '174753.687000', '174753.689000', '174753.692000', '174753.694000', '174753.697000', '174753.699000', '174753.702000', '174753.705000', '174753.707000', '174753.710000', '174753.712000', '174753.715000', '174753.718000', '174753.720000', '174753.723000', '174753.725000', '174753.728000', '174753.731000', '174753.733000', '174753.736000', '174753.738000', '174753.741000', '174753.743000', '174753.746000', '174813.636000', '174813.639000', '174813.641000', '174813.644000', '174813.647000', '174813.650000', '174813.653000', '174813.656000', '174813.658000', '174813.661000', '174813.663000', '174813.666000', '174813.669000', '174813.671000', '174813.674000', '174813.676000', '174813.679000', '174813.681000', '174813.684000', '174813.687000', '174813.689000', '174813.692000', '174813.695000', '174813.697000', '174813.700000', '174813.703000', '174813.706000', '174813.709000', '174813.712000', '174813.716000', '174813.719000', '174813.721000', '174813.724000', '174813.727000', '174813.729000', '174813.732000', '174813.735000', '174813.737000', '174813.740000', '174813.742000', '174813.745000', '174813.748000', '174813.750000', '174830.180000', '174830.184000', '174830.187000', '174830.244000', '174830.247000', '174830.250000', '174830.253000', '174830.256000', '174830.258000', '174830.261000', '174830.264000', '174830.266000', '174830.269000', '174830.272000', '174830.275000', '174830.279000', '174830.282000', '174830.285000', '174830.288000', '174830.291000', '174830.294000', '174830.299000', '174830.301000', '174830.304000', '174830.307000', '174830.310000', '174830.313000', '174830.315000', '174830.318000', '174830.322000', '174830.325000', '174830.329000', '174830.332000', '174830.336000', '174830.339000', '174830.342000', '174830.345000'], 'InstanceCreationTime': ['174033.671000', '174033.674000', '174033.677000', '174033.680000', '174033.682000', '174033.685000', '174033.687000', '174033.690000', '174033.692000', '174033.695000', '174033.698000', '174033.700000', '174033.705000', '174033.707000', '174033.710000', '174033.713000', '174033.715000', '174033.718000', '174033.720000', '174033.723000', '174033.726000', '174033.728000', '174033.731000', '174033.733000', '174033.736000', '174033.738000', '174033.741000', '174033.744000', '174033.746000', '174033.749000', '174033.751000', '174033.754000', '174033.756000', '174033.759000', '174033.761000', '174033.764000', '174033.767000', '174033.769000', '174033.772000', '174033.774000', '174033.777000', '174033.780000', '174033.782000', '174033.785000', '174033.787000', '174033.790000', '174033.792000', '174033.795000', '174033.797000', '174033.800000', '174033.802000', '174033.805000', '174033.808000', '174033.812000', '174033.815000', '174033.818000', '174033.820000', '174033.823000', '174033.825000', '174033.829000', '174033.831000', '174033.834000', '174053.636000', '174053.639000', '174053.642000', '174053.644000', '174053.647000', '174053.649000', '174053.652000', '174053.655000', '174053.657000', '174053.660000', '174053.662000', '174053.665000', '174053.667000', '174053.670000', '174053.673000', '174053.675000', '174053.678000', '174053.680000', '174053.683000', '174053.685000', '174053.688000', '174053.691000', '174053.693000', '174053.696000', '174053.698000', '174053.701000', '174053.704000', '174053.706000', '174053.709000', '174053.711000', '174053.714000', '174053.716000', '174053.719000', '174053.722000', '174053.724000', '174053.727000', '174053.729000', '174053.732000', '174053.734000', '174053.737000', '174053.740000', '174053.742000', '174053.745000', '174113.635000', '174113.638000', '174113.641000', '174113.643000', '174113.646000', '174113.649000', '174113.651000', '174113.654000', '174113.656000', '174113.659000', '174113.662000', '174113.664000', '174113.667000', '174113.669000', '174113.672000', '174113.675000', '174113.677000', '174113.680000', '174113.682000', '174113.685000', '174113.687000', '174113.690000', '174113.693000', '174113.695000', '174113.698000', '174113.700000', '174113.703000', '174113.705000', '174113.708000', '174113.711000', '174113.713000', '174113.716000', '174113.718000', '174113.721000', '174113.723000', '174113.726000', '174113.729000', '174113.731000', '174113.734000', '174113.736000', '174113.739000', '174113.742000', '174113.744000', '174133.635000', '174133.638000', '174133.641000', '174133.644000', '174133.646000', '174133.649000', '174133.660000', '174133.663000', '174133.665000', '174133.668000', '174133.671000', '174133.673000', '174133.676000', '174133.678000', '174133.681000', '174133.684000', '174133.686000', '174133.689000', '174133.691000', '174133.694000', '174133.696000', '174133.699000', '174133.702000', '174133.704000', '174133.707000', '174133.709000', '174133.712000', '174133.714000', '174133.717000', '174133.719000', '174133.722000', '174133.725000', '174133.727000', '174133.730000', '174133.732000', '174133.735000', '174133.737000', '174133.740000', '174133.743000', '174133.745000', '174133.748000', '174133.750000', '174133.753000', '174133.755000', '174153.636000', '174153.638000', '174153.641000', '174153.643000', '174153.646000', '174153.658000', '174153.661000', '174153.663000', '174153.666000', '174153.669000', '174153.671000', '174153.674000', '174153.676000', '174153.679000', '174153.682000', '174153.684000', '174153.687000', '174153.691000', '174153.694000', '174153.698000', '174153.700000', '174153.703000', '174153.706000', '174153.708000', '174153.711000', '174153.713000', '174153.716000', '174153.718000', '174153.721000', '174153.724000', '174153.726000', '174153.729000', '174153.731000', '174153.734000', '174153.737000', '174153.739000', '174153.742000', '174153.745000', '174153.748000', '174153.751000', '174153.753000', '174153.756000', '174153.758000', '174213.636000', '174213.639000', '174213.641000', '174213.644000', '174213.646000', '174213.649000', '174213.652000', '174213.654000', '174213.657000', '174213.659000', '174213.662000', '174213.664000', '174213.667000', '174213.670000', '174213.672000', '174213.675000', '174213.677000', '174213.680000', '174213.683000', '174213.685000', '174213.688000', '174213.690000', '174213.693000', '174213.695000', '174213.698000', '174213.701000', '174213.703000', '174213.706000', '174213.708000', '174213.711000', '174213.713000', '174213.716000', '174213.718000', '174213.721000', '174213.724000', '174213.726000', '174213.729000', '174213.732000', '174213.734000', '174213.737000', '174213.739000', '174213.742000', '174213.744000', '174213.747000', '174233.635000', '174233.638000', '174233.641000', '174233.643000', '174233.646000', '174233.649000', '174233.651000', '174233.654000', '174233.657000', '174233.659000', '174233.662000', '174233.664000', '174233.667000', '174233.670000', '174233.672000', '174233.675000', '174233.678000', '174233.680000', '174233.683000', '174233.686000', '174233.688000', '174233.691000', '174233.693000', '174233.696000', '174233.698000', '174233.701000', '174233.704000', '174233.707000', '174233.709000', '174233.712000', '174233.714000', '174233.717000', '174233.719000', '174233.722000', '174233.725000', '174233.727000', '174233.730000', '174233.732000', '174233.735000', '174233.737000', '174233.740000', '174233.743000', '174233.745000', '174253.635000', '174253.638000', '174253.641000', '174253.643000', '174253.647000', '174253.649000', '174253.652000', '174253.654000', '174253.657000', '174253.660000', '174253.662000', '174253.665000', '174253.667000', '174253.670000', '174253.673000', '174253.675000', '174253.678000', '174253.681000', '174253.683000', '174253.686000', '174253.688000', '174253.691000', '174253.700000', '174253.702000', '174253.705000', '174253.708000', '174253.710000', '174253.713000', '174253.715000', '174253.718000', '174253.720000', '174253.723000', '174253.726000', '174253.728000', '174253.731000', '174253.733000', '174253.736000', '174253.738000', '174253.741000', '174253.744000', '174253.746000', '174253.749000', '174253.751000', '174253.754000', '174313.637000', '174313.639000', '174313.642000', '174313.645000', '174313.647000', '174313.650000', '174313.653000', '174313.655000', '174313.658000', '174313.660000', '174313.663000', '174313.665000', '174313.668000', '174313.671000', '174313.673000', '174313.676000', '174313.679000', '174313.681000', '174313.684000', '174313.686000', '174313.689000', '174313.691000', '174313.694000', '174313.697000', '174313.699000', '174313.702000', '174313.704000', '174313.707000', '174313.710000', '174313.712000', '174313.721000', '174313.723000', '174313.726000', '174313.729000', '174313.733000', '174313.736000', '174313.738000', '174313.741000', '174313.743000', '174313.746000', '174313.748000', '174313.751000', '174313.754000', '174333.635000', '174333.638000', '174333.641000', '174333.643000', '174333.646000', '174333.649000', '174333.651000', '174333.654000', '174333.656000', '174333.659000', '174333.662000', '174333.664000', '174333.667000', '174333.669000', '174333.672000', '174333.675000', '174333.677000', '174333.680000', '174333.683000', '174333.686000', '174333.688000', '174333.691000', '174333.693000', '174333.696000', '174333.699000', '174333.701000', '174333.704000', '174333.706000', '174333.709000', '174333.712000', '174333.714000', '174333.717000', '174333.720000', '174333.722000', '174333.725000', '174333.727000', '174333.730000', '174333.733000', '174333.735000', '174333.738000', '174333.740000', '174333.743000', '174333.745000', '174333.748000', '174353.635000', '174353.638000', '174353.641000', '174353.644000', '174353.646000', '174353.649000', '174353.652000', '174353.654000', '174353.657000', '174353.659000', '174353.662000', '174353.664000', '174353.667000', '174353.670000', '174353.672000', '174353.675000', '174353.677000', '174353.680000', '174353.683000', '174353.685000', '174353.688000', '174353.690000', '174353.693000', '174353.696000', '174353.698000', '174353.701000', '174353.703000', '174353.706000', '174353.709000', '174353.711000', '174353.714000', '174353.716000', '174353.719000', '174353.722000', '174353.724000', '174353.727000', '174353.729000', '174353.732000', '174353.734000', '174353.737000', '174353.740000', '174353.742000', '174353.745000', '174413.635000', '174413.638000', '174413.641000', '174413.644000', '174413.646000', '174413.649000', '174413.651000', '174413.654000', '174413.656000', '174413.659000', '174413.662000', '174413.664000', '174413.667000', '174413.669000', '174413.672000', '174413.675000', '174413.677000', '174413.680000', '174413.682000', '174413.685000', '174413.687000', '174413.690000', '174413.693000', '174413.695000', '174413.698000', '174413.700000', '174413.703000', '174413.706000', '174413.708000', '174413.711000', '174413.714000', '174413.716000', '174413.719000', '174413.721000', '174413.727000', '174413.729000', '174413.732000', '174413.735000', '174413.737000', '174413.740000', '174413.742000', '174413.745000', '174413.748000', '174413.751000', '174433.635000', '174433.638000', '174433.641000', '174433.643000', '174433.646000', '174433.649000', '174433.651000', '174433.654000', '174433.656000', '174433.659000', '174433.661000', '174433.664000', '174433.667000', '174433.669000', '174433.672000', '174433.674000', '174433.677000', '174433.680000', '174433.682000', '174433.685000', '174433.688000', '174433.690000', '174433.693000', '174433.695000', '174433.698000', '174433.701000', '174433.703000', '174433.706000', '174433.709000', '174433.711000', '174433.714000', '174433.716000', '174433.719000', '174433.721000', '174433.724000', '174433.727000', '174433.729000', '174433.732000', '174433.734000', '174433.737000', '174433.740000', '174433.742000', '174433.745000', '174453.636000', '174453.639000', '174453.641000', '174453.644000', '174453.646000', '174453.649000', '174453.652000', '174453.654000', '174453.657000', '174453.659000', '174453.662000', '174453.665000', '174453.679000', '174453.682000', '174453.685000', '174453.688000', '174453.690000', '174453.693000', '174453.696000', '174453.698000', '174453.701000', '174453.704000', '174453.706000', '174453.709000', '174453.712000', '174453.714000', '174453.717000', '174453.720000', '174453.722000', '174453.725000', '174453.727000', '174453.730000', '174453.732000', '174453.735000', '174453.738000', '174453.740000', '174453.743000', '174453.746000', '174453.748000', '174453.751000', '174453.753000', '174453.756000', '174453.759000', '174453.761000', '174513.636000', '174513.639000', '174513.642000', '174513.644000', '174513.647000', '174513.650000', '174513.652000', '174513.655000', '174513.657000', '174513.660000', '174513.662000', '174513.665000', '174513.668000', '174513.670000', '174513.673000', '174513.676000', '174513.678000', '174513.681000', '174513.683000', '174513.686000', '174513.688000', '174513.691000', '174513.694000', '174513.696000', '174513.699000', '174513.702000', '174513.704000', '174513.707000', '174513.709000', '174513.712000', '174513.714000', '174513.717000', '174513.720000', '174513.722000', '174513.725000', '174513.727000', '174513.730000', '174513.733000', '174513.735000', '174513.738000', '174513.740000', '174513.743000', '174513.746000', '174533.637000', '174533.639000', '174533.642000', '174533.645000', '174533.647000', '174533.650000', '174533.652000', '174533.655000', '174533.658000', '174533.660000', '174533.663000', '174533.665000', '174533.668000', '174533.671000', '174533.673000', '174533.676000', '174533.678000', '174533.681000', '174533.684000', '174533.686000', '174533.689000', '174533.691000', '174533.694000', '174533.696000', '174533.699000', '174533.702000', '174533.704000', '174533.707000', '174533.710000', '174533.712000', '174533.715000', '174533.717000', '174533.720000', '174533.723000', '174533.725000', '174533.728000', '174533.731000', '174533.733000', '174533.736000', '174533.738000', '174533.741000', '174533.744000', '174533.746000', '174533.749000', '174553.636000', '174553.639000', '174553.641000', '174553.644000', '174553.646000', '174553.649000', '174553.652000', '174553.654000', '174553.657000', '174553.659000', '174553.662000', '174553.665000', '174553.667000', '174553.670000', '174553.673000', '174553.675000', '174553.678000', '174553.680000', '174553.683000', '174553.686000', '174553.688000', '174553.691000', '174553.693000', '174553.696000', '174553.698000', '174553.701000', '174553.704000', '174553.706000', '174553.709000', '174553.711000', '174553.714000', '174553.716000', '174553.719000', '174553.722000', '174553.724000', '174553.727000', '174553.729000', '174553.732000', '174553.735000', '174553.737000', '174553.740000', '174553.742000', '174553.745000', '174613.636000', '174613.639000', '174613.641000', '174613.644000', '174613.647000', '174613.649000', '174613.652000', '174613.655000', '174613.657000', '174613.660000', '174613.662000', '174613.665000', '174613.668000', '174613.670000', '174613.673000', '174613.676000', '174613.678000', '174613.684000', '174613.687000', '174613.690000', '174613.692000', '174613.695000', '174613.697000', '174613.724000', '174613.727000', '174613.729000', '174613.732000', '174613.736000', '174613.738000', '174613.741000', '174613.743000', '174613.746000', '174613.749000', '174613.751000', '174613.754000', '174613.756000', '174613.759000', '174613.762000', '174613.764000', '174613.767000', '174613.769000', '174613.772000', '174613.775000', '174633.636000', '174633.639000', '174633.642000', '174633.645000', '174633.647000', '174633.650000', '174633.653000', '174633.655000', '174633.658000', '174633.660000', '174633.663000', '174633.665000', '174633.668000', '174633.671000', '174633.673000', '174633.676000', '174633.679000', '174633.681000', '174633.684000', '174633.686000', '174633.689000', '174633.691000', '174633.694000', '174633.697000', '174633.699000', '174633.702000', '174633.705000', '174633.707000', '174633.710000', '174633.712000', '174633.715000', '174633.718000', '174633.721000', '174633.723000', '174633.726000', '174633.728000', '174633.731000', '174633.734000', '174633.737000', '174633.739000', '174633.742000', '174633.746000', '174633.749000', '174633.751000', '174653.635000', '174653.638000', '174653.641000', '174653.643000', '174653.646000', '174653.649000', '174653.651000', '174653.654000', '174653.656000', '174653.659000', '174653.662000', '174653.664000', '174653.667000', '174653.669000', '174653.672000', '174653.675000', '174653.677000', '174653.680000', '174653.682000', '174653.685000', '174653.687000', '174653.690000', '174653.693000', '174653.695000', '174653.698000', '174653.700000', '174653.703000', '174653.706000', '174653.708000', '174653.711000', '174653.714000', '174653.716000', '174653.719000', '174653.721000', '174653.724000', '174653.727000', '174653.729000', '174653.732000', '174653.735000', '174653.737000', '174653.740000', '174653.742000', '174653.745000', '174653.748000', '174713.636000', '174713.638000', '174713.641000', '174713.643000', '174713.646000', '174713.649000', '174713.651000', '174713.654000', '174713.657000', '174713.659000', '174713.662000', '174713.664000', '174713.667000', '174713.670000', '174713.672000', '174713.675000', '174713.677000', '174713.680000', '174713.683000', '174713.685000', '174713.688000', '174713.691000', '174713.693000', '174713.696000', '174713.698000', '174713.701000', '174713.704000', '174713.706000', '174713.709000', '174713.711000', '174713.714000', '174713.717000', '174713.719000', '174713.722000', '174713.724000', '174713.727000', '174713.730000', '174713.732000', '174713.735000', '174713.737000', '174713.740000', '174713.743000', '174713.745000', '174733.637000', '174733.640000', '174733.642000', '174733.645000', '174733.647000', '174733.650000', '174733.653000', '174733.655000', '174733.658000', '174733.661000', '174733.663000', '174733.666000', '174733.668000', '174733.671000', '174733.674000', '174733.676000', '174733.679000', '174733.681000', '174733.684000', '174733.687000', '174733.689000', '174733.692000', '174733.695000', '174733.697000', '174733.700000', '174733.702000', '174733.705000', '174733.707000', '174733.710000', '174733.713000', '174733.715000', '174733.718000', '174733.720000', '174733.730000', '174733.732000', '174733.735000', '174733.737000', '174733.740000', '174733.743000', '174733.745000', '174733.748000', '174733.751000', '174733.753000', '174733.756000', '174753.636000', '174753.639000', '174753.642000', '174753.645000', '174753.648000', '174753.650000', '174753.653000', '174753.656000', '174753.658000', '174753.661000', '174753.663000', '174753.666000', '174753.668000', '174753.671000', '174753.674000', '174753.676000', '174753.679000', '174753.681000', '174753.684000', '174753.687000', '174753.689000', '174753.692000', '174753.694000', '174753.697000', '174753.699000', '174753.702000', '174753.705000', '174753.707000', '174753.710000', '174753.712000', '174753.715000', '174753.718000', '174753.720000', '174753.723000', '174753.725000', '174753.728000', '174753.731000', '174753.733000', '174753.736000', '174753.738000', '174753.741000', '174753.743000', '174753.746000', '174813.636000', '174813.639000', '174813.641000', '174813.644000', '174813.647000', '174813.650000', '174813.653000', '174813.656000', '174813.658000', '174813.661000', '174813.663000', '174813.666000', '174813.669000', '174813.671000', '174813.674000', '174813.676000', '174813.679000', '174813.681000', '174813.684000', '174813.687000', '174813.689000', '174813.692000', '174813.695000', '174813.697000', '174813.700000', '174813.703000', '174813.706000', '174813.709000', '174813.712000', '174813.716000', '174813.719000', '174813.721000', '174813.724000', '174813.727000', '174813.729000', '174813.732000', '174813.735000', '174813.737000', '174813.740000', '174813.742000', '174813.745000', '174813.748000', '174813.750000', '174830.180000', '174830.184000', '174830.187000', '174830.244000', '174830.247000', '174830.250000', '174830.253000', '174830.256000', '174830.258000', '174830.261000', '174830.264000', '174830.266000', '174830.269000', '174830.272000', '174830.275000', '174830.279000', '174830.282000', '174830.285000', '174830.288000', '174830.291000', '174830.294000', '174830.299000', '174830.301000', '174830.304000', '174830.307000', '174830.310000', '174830.313000', '174830.315000', '174830.318000', '174830.322000', '174830.325000', '174830.329000', '174830.332000', '174830.336000', '174830.339000', '174830.342000', '174830.345000'], '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': [7797, 8281, 7387, 7282, 7317, 7240, 7827, 7571, 8130, 7421, 7195, 7275, 7418, 7875, 7594, 7064, 7709, 7384, 7726, 7728, 8194, 7420, 6977, 8124, 7289, 8133, 7427, 7225, 7621, 8626, 6970, 7295, 7217, 7624, 8070, 8221, 7210, 7112, 7198, 7384, 7445, 7566, 7699, 7208, 7015, 7195, 7324, 7645, 7398, 7725, 7167, 7577, 7580, 7608, 8071, 7906, 8249, 7560, 7775, 7569, 7630, 8216, 7855, 8161, 7245, 6900, 7475, 7566, 7959, 7649, 7871, 7210, 7062, 7382, 7425, 7857, 8077, 7965, 7066, 7559, 7469, 7407, 7690, 7304, 6965, 7043, 7325, 7115, 7226, 7688, 7423, 7134, 7166, 6937, 7118, 7230, 7581, 7381, 7364, 6986, 7127, 7229, 7201, 7594, 7904, 8401, 7023, 7787, 7040, 7320, 7719, 7633, 8296, 8207, 8343, 6978, 7261, 7486, 7236, 7993, 7844, 8257, 7315, 6898, 7308, 7494, 8132, 7555, 8085, 7851, 8251, 7365, 7072, 7557, 7153, 7316, 7810, 7927, 7968, 8431, 7275, 7243, 7375, 7480, 7881, 7597, 8314, 7267, 6848, 7336, 7354, 8030, 7618, 7838, 7044, 7224, 7411, 7518, 7839, 7222, 7074, 7244, 7006, 7811, 7873, 8129, 7037, 6903, 6807, 7006, 7469, 7636, 7585, 6992, 6882, 7462, 7853, 8133, 7239, 6967, 7083, 7029, 7374, 8107, 7902, 7162, 7150, 7420, 8131, 7891, 7278, 7263, 7181, 7525, 7796, 8387, 7655, 8083, 7910, 6911, 7600, 7708, 7471, 7926, 7628, 7948, 7295, 7457, 7718, 7837, 7875, 7798, 8301, 7431, 7756, 7579, 7460, 7693, 7372, 7120, 7104, 7388, 7612, 7518, 8096, 7314, 6975, 7069, 7226, 7554, 7638, 7132, 7015, 7467, 7313, 7578, 7862, 7516, 8273, 7063, 8013, 7093, 7255, 7415, 7427, 8140, 7388, 6997, 7151, 7540, 7839, 8265, 8293, 7059, 7110, 7430, 7244, 7831, 8159, 8285, 7177, 6988, 7293, 7276, 7975, 8127, 8165, 7106, 7235, 7405, 8072, 8054, 7487, 6890, 7126, 7254, 8040, 7958, 8303, 7610, 6898, 7357, 7561, 7904, 7496, 8492, 7728, 7327, 7555, 7689, 7897, 8164, 8189, 7343, 7776, 7524, 7528, 8015, 8362, 8144, 7175, 7112, 7140, 7551, 7510, 7450, 8032, 7360, 7972, 7080, 7128, 7303, 7135, 7924, 7722, 8303, 6956, 7153, 7099, 7211, 8046, 8368, 8109, 7443, 7008, 7025, 7161, 8111, 7944, 7914, 7906, 6741, 7009, 7414, 7692, 7257, 7915, 7364, 7724, 7068, 7444, 7232, 7415, 7557, 7680, 7821, 7113, 7132, 6966, 7298, 7489, 7459, 7982, 7256, 6859, 7110, 7234, 7575, 7475, 7921, 7378, 8103, 7596, 6796, 7209, 7637, 7969, 7510, 7999, 7437, 7796, 7106, 7396, 7344, 7504, 7703, 8079, 8240, 7117, 7065, 7246, 7413, 7601, 7844, 8221, 9161, 8482, 7758, 6849, 7214, 7375, 7763, 7560, 8216, 7924, 8268, 7386, 7116, 6959, 7393, 7549, 7592, 7716, 7259, 8047, 6972, 7151, 7216, 7439, 7711, 7565, 8172, 7998, 8414, 8569, 6979, 7617, 7677, 7934, 7808, 8044, 7879, 7602, 7615, 7585, 7665, 7591, 8030, 7435, 6854, 7189, 7357, 7812, 8056, 7902, 7100, 7229, 7370, 7071, 7833, 7445, 8089, 7219, 7053, 7178, 7154, 7492, 7885, 7572, 7199, 6977, 6886, 7183, 7163, 7098, 7604, 7410, 8099, 6939, 7284, 7106, 7217, 7691, 8159, 8069, 6969, 7025, 7154, 7127, 7788, 7397, 8051, 6882, 7013, 7239, 7205, 7959, 7535, 7885, 6966, 7034, 7093, 7438, 7499, 7204, 7778, 7099, 7049, 7121, 7453, 7359, 7654, 7701, 7630, 8278, 7304, 8159, 7141, 7377, 7485, 7745, 8096, 7711, 7714, 7304, 8320, 7104, 7131, 7206, 7469, 7808, 7432, 8397, 7294, 6900, 7034, 7342, 7819, 7449, 8215, 7477, 7237, 7276, 7497, 7923, 7454, 6929, 7238, 7414, 7658, 8470, 6973, 7013, 7118, 7303, 7352, 7692, 7670, 8072, 7211, 6986, 7220, 7573, 7779, 8333, 8109, 10069, 8373, 7998, 7034, 7395, 7228, 7891, 7726, 8255, 7814, 7488, 7253, 7912, 7565, 7719, 7993, 7893, 7940, 7665, 8220, 7387, 7196, 7444, 7405, 7518, 7557, 8237, 7950, 8214, 7144, 7006, 7353, 7491, 7793, 7371, 7846, 7581, 8047, 6900, 8018, 7152, 7818, 7220, 7470, 7661, 7354, 7554, 7432, 8152, 7293, 7201, 7056, 7240, 7621, 7497, 7852, 7441, 8194, 7149, 7010, 7173, 7643, 7496, 7788, 7825, 7869, 8106, 7184, 7103, 7154, 7360, 7755, 7625, 7694, 7576, 7701, 8208, 7556, 6978, 7138, 7216, 7475, 7581, 7898, 8265, 7329, 8263, 7062, 7061, 7242, 7396, 7714, 7426, 7732, 7742, 7952, 7189, 8445, 7568, 8245, 7303, 7212, 7521, 7634, 7913, 7678, 7876, 7910, 8432, 7211, 7357, 7238, 7200, 7346, 7430, 8174, 7392, 8120, 7438, 7800, 7168, 7451, 7484, 7452, 7750, 7829, 7840, 7850, 8283, 7176, 8432, 7265, 6818, 7391, 7603, 7878, 7620, 7954, 7690, 7781, 7341, 6998, 7304, 6805, 7230, 7447, 7513, 7486, 7908, 7498, 7969, 7678, 7935, 7730, 7908, 7917, 8235, 7311, 8234, 7296, 6991, 7145, 7492, 7419, 7494, 7503, 7273, 8021, 7473, 8359, 7257, 7105, 7215, 7423, 7486, 7308, 7939, 7568, 8151, 7128, 7480, 7408, 7490, 7567, 7590, 7912, 8107, 8352, 7794, 8325, 7170, 8279, 7207, 8154, 8065, 7883, 8342, 7832, 8205, 7777, 8432, 7313, 7441, 7779, 7951, 7847, 7693, 8312, 7359, 6947, 7483, 7636, 8141, 7939, 8445, 8674, 8443, 7050, 7587, 7521, 7662, 7734, 7479, 7792, 7374, 6895, 7039, 7443, 7575, 7477, 7791, 7502, 8147, 7398, 7881, 7270, 7299, 7378, 7228, 7752, 7306, 7848, 7094, 7252, 6975, 8105, 6995, 6928, 7274, 7346, 8011, 8137, 8116, 8380, 8216, 8242, 7727, 6929, 7316, 7314, 7589, 7526, 7129, 7824, 8315, 8142, 7222, 8227, 7055, 7768, 7184, 7649, 7483, 7692, 8092, 7754, 8285, 7523, 8608, 7303, 6878, 7370, 7737, 7832, 7625, 8265, 7399, 8471, 7529, 7026, 7379, 7613, 8092, 8265, 8384, 7026, 7181, 7596, 7366, 7960, 7126, 7398, 7538, 7397, 8024, 8127, 8274, 6871, 7028, 6996, 7127, 7452, 7431, 8101, 7435, 7982, 7773, 7929, 7290, 6892, 7065, 7311, 7523, 7183, 7940, 7556, 8456, 7290, 7277, 7162, 7597, 7846, 7326, 8039, 7766, 8156, 7065, 6854, 7197, 7815, 7666, 7699, 8225, 8216, 8502, 7306, 7468, 7402, 8178, 7814, 7915, 7964, 7820, 8189, 8100, 8261, 7074, 8262, 7174, 7116, 7345, 7822, 7633, 7231, 8180, 7609, 8015, 7340, 8081, 7241, 6855, 7081, 7229, 7425, 7497, 7864, 8053, 8152, 7744, 8289, 6954, 6931, 7058, 7675, 7466, 7447, 7538, 7195, 8035, 7681, 8231, 7260, 7031, 6991, 7427, 7524, 7447, 8081, 7404, 7051, 7276, 7740, 7429, 7361, 7711, 7722, 8300, 7492, 8114, 7571, 7107, 7506, 7818, 8146, 7764, 8200, 7951, 8215, 7216, 7798, 7572, 6932, 7606, 8031, 8227, 7898, 8476, 8403, 8327, 7132, 7210, 7490, 7609, 7916, 7679, 8378, 8696, 8493, 7038, 6824, 7196, 7440, 8319, 8119, 8678, 7362, 7039, 7391, 7520, 7939, 7399, 8407, 8127, 8310, 6963, 6891, 7064, 7209, 7523, 7130, 8144, 7342, 8408, 6958, 6904, 7600, 7356, 7833, 7418, 8366, 8940, 7543, 7622, 7497, 8338, 7130, 8409, 6898, 6859, 7479, 7382, 8101, 7417, 8252, 7093, 7119, 7733, 7559, 7991, 7625, 8252, 8823, 8584, 7916, 8721, 6872, 7074, 7865, 7628, 8216, 7358, 8686, 7714, 8531, 7195, 8608, 8019, 7257, 8351, 7645, 8385, 7511, 8915, 8062, 8578, 7445, 8257, 7768, 7788, 8394, 7277, 8608, 7705, 8831, 7194, 7361, 7898, 7679, 8089, 7483, 8280, 7452, 8253, 7121, 8314, 7258, 6885, 7479, 7468, 8159, 7268, 8526, 7579, 8469, 7078, 7479, 7976, 7373, 8393, 7517, 8250, 6822], 'WindowCenter': [4147.0, 4146.0, 4120.0, 4114.0, 4107.0, 4107.0, 4106.0, 4105.0, 4112.0, 4104.0, 4095.0, 4105.0, 4103.0, 4115.0, 4104.0, 4102.0, 4115.0, 4102.0, 4112.0, 4105.0, 4116.0, 4105.0, 4095.0, 4113.0, 4103.0, 4112.0, 4105.0, 4103.0, 4113.0, 4126.0, 4105.0, 4104.0, 4103.0, 4105.0, 4115.0, 4114.0, 4103.0, 4094.0, 4093.0, 4099.0, 4103.0, 4100.0, 4103.0, 4092.0, 4092.0, 4089.0, 4101.0, 4103.0, 4093.0, 4104.0, 4090.0, 4100.0, 4101.0, 4100.0, 4114.0, 4102.0, 4114.0, 4103.0, 4103.0, 4103.0, 4103.0, 4113.0, 4100.0, 4114.0, 4091.0, 4088.0, 4099.0, 4102.0, 4103.0, 4102.0, 4110.0, 4089.0, 4093.0, 4103.0, 4103.0, 4114.0, 4103.0, 4114.0, 4090.0, 4104.0, 4104.0, 4104.0, 4111.0, 4103.0, 4102.0, 4104.0, 4105.0, 4105.0, 4102.0, 4116.0, 4102.0, 4091.0, 4093.0, 4094.0, 4093.0, 4104.0, 4104.0, 4101.0, 4100.0, 4092.0, 4093.0, 4104.0, 4090.0, 4100.0, 4100.0, 4114.0, 4092.0, 4103.0, 4093.0, 4091.0, 4100.0, 4101.0, 4110.0, 4102.0, 4113.0, 4091.0, 4092.0, 4089.0, 4092.0, 4103.0, 4099.0, 4111.0, 4092.0, 4092.0, 4092.0, 4092.0, 4102.0, 4102.0, 4103.0, 4099.0, 4102.0, 4092.0, 4089.0, 4102.0, 4086.0, 4090.0, 4091.0, 4101.0, 4099.0, 4109.0, 4091.0, 4091.0, 4088.0, 4092.0, 4113.0, 4102.0, 4113.0, 4102.0, 4093.0, 4103.0, 4100.0, 4114.0, 4103.0, 4101.0, 4094.0, 4104.0, 4103.0, 4104.0, 4112.0, 4105.0, 4105.0, 4105.0, 4105.0, 4116.0, 4115.0, 4116.0, 4104.0, 4104.0, 4095.0, 4091.0, 4105.0, 4115.0, 4111.0, 4105.0, 4103.0, 4105.0, 4114.0, 4116.0, 4102.0, 4104.0, 4105.0, 4105.0, 4105.0, 4115.0, 4113.0, 4105.0, 4089.0, 4105.0, 4115.0, 4115.0, 4104.0, 4100.0, 4094.0, 4104.0, 4101.0, 4114.0, 4100.0, 4099.0, 4100.0, 4091.0, 4101.0, 4102.0, 4091.0, 4103.0, 4102.0, 4113.0, 4092.0, 4089.0, 4102.0, 4102.0, 4103.0, 4101.0, 4113.0, 4092.0, 4098.0, 4104.0, 4104.0, 4109.0, 4101.0, 4105.0, 4104.0, 4103.0, 4115.0, 4102.0, 4113.0, 4104.0, 4093.0, 4093.0, 4104.0, 4104.0, 4104.0, 4102.0, 4093.0, 4103.0, 4102.0, 4104.0, 4111.0, 4090.0, 4114.0, 4090.0, 4101.0, 4092.0, 4089.0, 4091.0, 4092.0, 4103.0, 4089.0, 4089.0, 4093.0, 4100.0, 4102.0, 4113.0, 4112.0, 4092.0, 4093.0, 4092.0, 4089.0, 4099.0, 4101.0, 4112.0, 4091.0, 4092.0, 4091.0, 4092.0, 4102.0, 4102.0, 4113.0, 4092.0, 4092.0, 4103.0, 4101.0, 4113.0, 4102.0, 4093.0, 4092.0, 4103.0, 4113.0, 4103.0, 4113.0, 4102.0, 4092.0, 4103.0, 4100.0, 4113.0, 4092.0, 4113.0, 4102.0, 4092.0, 4102.0, 4099.0, 4102.0, 4111.0, 4113.0, 4092.0, 4100.0, 4100.0, 4104.0, 4114.0, 4113.0, 4100.0, 4092.0, 4091.0, 4092.0, 4096.0, 4092.0, 4091.0, 4102.0, 4091.0, 4096.0, 4088.0, 4090.0, 4091.0, 4091.0, 4102.0, 4101.0, 4109.0, 4091.0, 4092.0, 4091.0, 4092.0, 4102.0, 4112.0, 4113.0, 4092.0, 4088.0, 4091.0, 4092.0, 4103.0, 4101.0, 4102.0, 4101.0, 4082.0, 4092.0, 4089.0, 4102.0, 4091.0, 4102.0, 4091.0, 4102.0, 4091.0, 4089.0, 4092.0, 4091.0, 4101.0, 4099.0, 4102.0, 4092.0, 4092.0, 4092.0, 4092.0, 4091.0, 4092.0, 4113.0, 4092.0, 4079.0, 4093.0, 4101.0, 4103.0, 4103.0, 4114.0, 4103.0, 4112.0, 4102.0, 4080.0, 4092.0, 4102.0, 4113.0, 4103.0, 4113.0, 4103.0, 4104.0, 4093.0, 4104.0, 4104.0, 4104.0, 4105.0, 4114.0, 4115.0, 4091.0, 4094.0, 4104.0, 4103.0, 4099.0, 4114.0, 4115.0, 4124.0, 4125.0, 4100.0, 4080.0, 4093.0, 4092.0, 4100.0, 4103.0, 4114.0, 4102.0, 4113.0, 4089.0, 4089.0, 4092.0, 4092.0, 4103.0, 4100.0, 4099.0, 4092.0, 4102.0, 4092.0, 4093.0, 4089.0, 4103.0, 4103.0, 4100.0, 4113.0, 4102.0, 4113.0, 4112.0, 4092.0, 4102.0, 4100.0, 4102.0, 4101.0, 4102.0, 4101.0, 4103.0, 4099.0, 4102.0, 4102.0, 4100.0, 4114.0, 4101.0, 4093.0, 4093.0, 4104.0, 4111.0, 4112.0, 4115.0, 4094.0, 4104.0, 4102.0, 4094.0, 4115.0, 4104.0, 4115.0, 4104.0, 4104.0, 4091.0, 4094.0, 4105.0, 4114.0, 4103.0, 4093.0, 4090.0, 4090.0, 4093.0, 4089.0, 4093.0, 4100.0, 4092.0, 4111.0, 4092.0, 4089.0, 4092.0, 4092.0, 4103.0, 4103.0, 4103.0, 4092.0, 4092.0, 4092.0, 4093.0, 4104.0, 4099.0, 4112.0, 4090.0, 4093.0, 4102.0, 4104.0, 4113.0, 4103.0, 4114.0, 4092.0, 4091.0, 4093.0, 4093.0, 4103.0, 4093.0, 4103.0, 4092.0, 4088.0, 4093.0, 4103.0, 4103.0, 4103.0, 4103.0, 4103.0, 4114.0, 4092.0, 4103.0, 4092.0, 4089.0, 4091.0, 4102.0, 4103.0, 4102.0, 4089.0, 4091.0, 4111.0, 4092.0, 4092.0, 4093.0, 4100.0, 4100.0, 4089.0, 4114.0, 4093.0, 4092.0, 4093.0, 4101.0, 4101.0, 4093.0, 4111.0, 4103.0, 4101.0, 4104.0, 4102.0, 4114.0, 4104.0, 4104.0, 4113.0, 4113.0, 4117.0, 4126.0, 4103.0, 4106.0, 4106.0, 4105.0, 4105.0, 4105.0, 4104.0, 4112.0, 4104.0, 4093.0, 4093.0, 4104.0, 4104.0, 4114.0, 4109.0, 4134.0, 4114.0, 4103.0, 4090.0, 4093.0, 4093.0, 4113.0, 4103.0, 4112.0, 4103.0, 4104.0, 4103.0, 4114.0, 4104.0, 4103.0, 4103.0, 4104.0, 4103.0, 4101.0, 4113.0, 4092.0, 4093.0, 4090.0, 4090.0, 4093.0, 4103.0, 4114.0, 4100.0, 4114.0, 4092.0, 4087.0, 4100.0, 4093.0, 4101.0, 4092.0, 4102.0, 4102.0, 4100.0, 4093.0, 4103.0, 4093.0, 4103.0, 4092.0, 4090.0, 4100.0, 4092.0, 4102.0, 4089.0, 4103.0, 4091.0, 4090.0, 4092.0, 4091.0, 4103.0, 4092.0, 4103.0, 4089.0, 4098.0, 4090.0, 4093.0, 4093.0, 4098.0, 4103.0, 4103.0, 4101.0, 4100.0, 4115.0, 4093.0, 4091.0, 4091.0, 4104.0, 4104.0, 4104.0, 4104.0, 4100.0, 4104.0, 4111.0, 4102.0, 4093.0, 4093.0, 4103.0, 4093.0, 4103.0, 4103.0, 4112.0, 4091.0, 4114.0, 4089.0, 4093.0, 4090.0, 4093.0, 4103.0, 4092.0, 4103.0, 4102.0, 4103.0, 4092.0, 4114.0, 4099.0, 4103.0, 4088.0, 4092.0, 4091.0, 4102.0, 4102.0, 4091.0, 4102.0, 4102.0, 4113.0, 4090.0, 4092.0, 4089.0, 4092.0, 4092.0, 4093.0, 4114.0, 4089.0, 4103.0, 4092.0, 4103.0, 4093.0, 4090.0, 4104.0, 4103.0, 4101.0, 4101.0, 4103.0, 4103.0, 4110.0, 4093.0, 4114.0, 4092.0, 4079.0, 4092.0, 4103.0, 4103.0, 4102.0, 4103.0, 4102.0, 4103.0, 4092.0, 4093.0, 4093.0, 4083.0, 4093.0, 4100.0, 4093.0, 4090.0, 4114.0, 4093.0, 4114.0, 4103.0, 4110.0, 4102.0, 4103.0, 4103.0, 4113.0, 4089.0, 4114.0, 4092.0, 4093.0, 4088.0, 4104.0, 4104.0, 4104.0, 4102.0, 4101.0, 4113.0, 4103.0, 4111.0, 4104.0, 4094.0, 4104.0, 4104.0, 4101.0, 4104.0, 4115.0, 4104.0, 4116.0, 4093.0, 4105.0, 4105.0, 4103.0, 4105.0, 4103.0, 4115.0, 4115.0, 4115.0, 4104.0, 4115.0, 4093.0, 4112.0, 4087.0, 4101.0, 4103.0, 4097.0, 4112.0, 4102.0, 4113.0, 4099.0, 4113.0, 4092.0, 4089.0, 4102.0, 4103.0, 4103.0, 4103.0, 4113.0, 4093.0, 4093.0, 4103.0, 4101.0, 4114.0, 4104.0, 4113.0, 4114.0, 4115.0, 4093.0, 4104.0, 4102.0, 4103.0, 4100.0, 4093.0, 4101.0, 4089.0, 4088.0, 4090.0, 4103.0, 4104.0, 4104.0, 4104.0, 4103.0, 4115.0, 4090.0, 4114.0, 4093.0, 4102.0, 4104.0, 4104.0, 4104.0, 4100.0, 4115.0, 4088.0, 4102.0, 4091.0, 4112.0, 4090.0, 4093.0, 4093.0, 4093.0, 4100.0, 4103.0, 4114.0, 4113.0, 4114.0, 4099.0, 4101.0, 4089.0, 4092.0, 4090.0, 4103.0, 4104.0, 4093.0, 4104.0, 4113.0, 4101.0, 4092.0, 4111.0, 4092.0, 4101.0, 4081.0, 4092.0, 4092.0, 4091.0, 4102.0, 4102.0, 4112.0, 4092.0, 4113.0, 4091.0, 4082.0, 4093.0, 4103.0, 4100.0, 4103.0, 4114.0, 4093.0, 4115.0, 4103.0, 4094.0, 4104.0, 4104.0, 4104.0, 4114.0, 4111.0, 4093.0, 4091.0, 4114.0, 4106.0, 4113.0, 4095.0, 4105.0, 4116.0, 4100.0, 4115.0, 4115.0, 4116.0, 4084.0, 4091.0, 4094.0, 4094.0, 4093.0, 4090.0, 4100.0, 4092.0, 4100.0, 4102.0, 4100.0, 4093.0, 4093.0, 4092.0, 4094.0, 4104.0, 4092.0, 4112.0, 4104.0, 4115.0, 4093.0, 4102.0, 4094.0, 4104.0, 4114.0, 4104.0, 4115.0, 4103.0, 4115.0, 4093.0, 4091.0, 4091.0, 4103.0, 4104.0, 4104.0, 4115.0, 4111.0, 4114.0, 4093.0, 4104.0, 4093.0, 4111.0, 4100.0, 4111.0, 4114.0, 4103.0, 4114.0, 4103.0, 4114.0, 4092.0, 4113.0, 4092.0, 4092.0, 4092.0, 4092.0, 4099.0, 4088.0, 4109.0, 4099.0, 4103.0, 4092.0, 4103.0, 4093.0, 4081.0, 4093.0, 4090.0, 4093.0, 4090.0, 4103.0, 4103.0, 4114.0, 4103.0, 4112.0, 4093.0, 4093.0, 4093.0, 4103.0, 4093.0, 4090.0, 4100.0, 4093.0, 4103.0, 4100.0, 4114.0, 4093.0, 4093.0, 4093.0, 4103.0, 4101.0, 4103.0, 4112.0, 4103.0, 4091.0, 4104.0, 4104.0, 4102.0, 4104.0, 4112.0, 4101.0, 4115.0, 4104.0, 4115.0, 4102.0, 4095.0, 4101.0, 4105.0, 4113.0, 4104.0, 4114.0, 4104.0, 4114.0, 4088.0, 4103.0, 4102.0, 4093.0, 4103.0, 4101.0, 4113.0, 4103.0, 4113.0, 4113.0, 4113.0, 4089.0, 4093.0, 4093.0, 4103.0, 4103.0, 4103.0, 4111.0, 4113.0, 4110.0, 4092.0, 4078.0, 4089.0, 4091.0, 4111.0, 4103.0, 4113.0, 4092.0, 4091.0, 4104.0, 4104.0, 4112.0, 4104.0, 4115.0, 4103.0, 4112.0, 4093.0, 4093.0, 4090.0, 4102.0, 4104.0, 4094.0, 4115.0, 4104.0, 4115.0, 4094.0, 4094.0, 4115.0, 4106.0, 4116.0, 4118.0, 4125.0, 4127.0, 4116.0, 4115.0, 4106.0, 4126.0, 4104.0, 4126.0, 4103.0, 4095.0, 4103.0, 4107.0, 4115.0, 4107.0, 4128.0, 4107.0, 4092.0, 4117.0, 4105.0, 4116.0, 4105.0, 4114.0, 4111.0, 4115.0, 4103.0, 4114.0, 4079.0, 4090.0, 4101.0, 4104.0, 4110.0, 4093.0, 4113.0, 4103.0, 4111.0, 4092.0, 4114.0, 4103.0, 4102.0, 4124.0, 4115.0, 4114.0, 4104.0, 4122.0, 4100.0, 4112.0, 4091.0, 4114.0, 4101.0, 4104.0, 4112.0, 4104.0, 4124.0, 4104.0, 4126.0, 4094.0, 4102.0, 4115.0, 4103.0, 4115.0, 4105.0, 4116.0, 4100.0, 4115.0, 4091.0, 4110.0, 4105.0, 4094.0, 4105.0, 4101.0, 4112.0, 4102.0, 4125.0, 4105.0, 4123.0, 4109.0, 4106.0, 4116.0, 4106.0, 4124.0, 4106.0, 4128.0, 4093.0], 'WindowWidth': [9231.0, 9220.0, 9176.0, 9159.0, 9149.0, 9146.0, 9143.0, 9139.0, 9146.0, 9137.0, 9125.0, 9138.0, 9134.0, 9152.0, 9137.0, 9132.0, 9152.0, 9132.0, 9146.0, 9139.0, 9154.0, 9138.0, 9126.0, 9148.0, 9137.0, 9147.0, 9142.0, 9137.0, 9149.0, 9168.0, 9141.0, 9139.0, 9134.0, 9139.0, 9151.0, 9149.0, 9133.0, 9121.0, 9119.0, 9125.0, 9132.0, 9125.0, 9133.0, 9117.0, 9117.0, 9111.0, 9128.0, 9132.0, 9119.0, 9135.0, 9111.0, 9126.0, 9128.0, 9127.0, 9150.0, 9131.0, 9149.0, 9132.0, 9134.0, 9133.0, 9132.0, 9147.0, 9125.0, 9148.0, 9114.0, 9108.0, 9123.0, 9129.0, 9131.0, 9130.0, 9140.0, 9108.0, 9118.0, 9131.0, 9132.0, 9147.0, 9133.0, 9148.0, 9113.0, 9135.0, 9135.0, 9134.0, 9144.0, 9134.0, 9132.0, 9137.0, 9139.0, 9138.0, 9133.0, 9155.0, 9132.0, 9116.0, 9121.0, 9122.0, 9120.0, 9134.0, 9136.0, 9130.0, 9127.0, 9118.0, 9120.0, 9135.0, 9114.0, 9127.0, 9125.0, 9148.0, 9118.0, 9132.0, 9118.0, 9115.0, 9124.0, 9128.0, 9137.0, 9128.0, 9144.0, 9114.0, 9116.0, 9109.0, 9116.0, 9131.0, 9122.0, 9141.0, 9114.0, 9117.0, 9115.0, 9116.0, 9130.0, 9128.0, 9131.0, 9121.0, 9130.0, 9115.0, 9108.0, 9127.0, 9103.0, 9111.0, 9112.0, 9126.0, 9122.0, 9135.0, 9114.0, 9114.0, 9108.0, 9116.0, 9145.0, 9130.0, 9146.0, 9130.0, 9120.0, 9133.0, 9127.0, 9148.0, 9133.0, 9130.0, 9122.0, 9136.0, 9135.0, 9137.0, 9146.0, 9139.0, 9141.0, 9141.0, 9141.0, 9155.0, 9152.0, 9155.0, 9137.0, 9137.0, 9125.0, 9118.0, 9141.0, 9152.0, 9145.0, 9140.0, 9136.0, 9141.0, 9151.0, 9156.0, 9134.0, 9137.0, 9140.0, 9141.0, 9140.0, 9152.0, 9149.0, 9139.0, 9114.0, 9138.0, 9151.0, 9152.0, 9135.0, 9128.0, 9122.0, 9137.0, 9129.0, 9147.0, 9127.0, 9123.0, 9127.0, 9114.0, 9127.0, 9129.0, 9114.0, 9131.0, 9129.0, 9146.0, 9115.0, 9110.0, 9129.0, 9129.0, 9131.0, 9127.0, 9145.0, 9118.0, 9121.0, 9135.0, 9135.0, 9140.0, 9129.0, 9139.0, 9137.0, 9135.0, 9152.0, 9133.0, 9146.0, 9136.0, 9120.0, 9120.0, 9135.0, 9136.0, 9136.0, 9134.0, 9122.0, 9134.0, 9132.0, 9137.0, 9142.0, 9112.0, 9148.0, 9111.0, 9127.0, 9117.0, 9111.0, 9115.0, 9117.0, 9133.0, 9111.0, 9112.0, 9118.0, 9125.0, 9130.0, 9144.0, 9143.0, 9116.0, 9119.0, 9116.0, 9110.0, 9123.0, 9127.0, 9142.0, 9113.0, 9115.0, 9114.0, 9115.0, 9130.0, 9128.0, 9145.0, 9115.0, 9116.0, 9132.0, 9129.0, 9146.0, 9130.0, 9118.0, 9117.0, 9132.0, 9147.0, 9131.0, 9147.0, 9128.0, 9117.0, 9132.0, 9125.0, 9145.0, 9115.0, 9146.0, 9128.0, 9115.0, 9127.0, 9121.0, 9129.0, 9140.0, 9146.0, 9117.0, 9125.0, 9125.0, 9134.0, 9147.0, 9144.0, 9126.0, 9116.0, 9115.0, 9117.0, 9117.0, 9114.0, 9113.0, 9127.0, 9111.0, 9116.0, 9106.0, 9111.0, 9113.0, 9113.0, 9127.0, 9125.0, 9136.0, 9114.0, 9115.0, 9114.0, 9116.0, 9130.0, 9141.0, 9145.0, 9114.0, 9108.0, 9113.0, 9114.0, 9130.0, 9127.0, 9130.0, 9125.0, 9102.0, 9114.0, 9110.0, 9129.0, 9113.0, 9129.0, 9112.0, 9129.0, 9113.0, 9108.0, 9115.0, 9113.0, 9128.0, 9123.0, 9129.0, 9115.0, 9116.0, 9116.0, 9115.0, 9115.0, 9116.0, 9146.0, 9116.0, 9097.0, 9118.0, 9128.0, 9133.0, 9132.0, 9148.0, 9132.0, 9143.0, 9129.0, 9100.0, 9117.0, 9130.0, 9146.0, 9131.0, 9146.0, 9131.0, 9135.0, 9120.0, 9135.0, 9137.0, 9135.0, 9138.0, 9148.0, 9152.0, 9117.0, 9122.0, 9135.0, 9134.0, 9124.0, 9148.0, 9151.0, 9161.0, 9164.0, 9125.0, 9100.0, 9118.0, 9116.0, 9126.0, 9131.0, 9148.0, 9130.0, 9146.0, 9109.0, 9110.0, 9116.0, 9116.0, 9131.0, 9125.0, 9123.0, 9115.0, 9130.0, 9116.0, 9118.0, 9110.0, 9131.0, 9131.0, 9125.0, 9144.0, 9128.0, 9145.0, 9141.0, 9116.0, 9127.0, 9123.0, 9129.0, 9127.0, 9128.0, 9127.0, 9131.0, 9123.0, 9130.0, 9131.0, 9125.0, 9149.0, 9128.0, 9121.0, 9121.0, 9135.0, 9144.0, 9144.0, 9153.0, 9122.0, 9137.0, 9131.0, 9123.0, 9152.0, 9136.0, 9152.0, 9136.0, 9137.0, 9116.0, 9122.0, 9138.0, 9148.0, 9134.0, 9119.0, 9113.0, 9112.0, 9118.0, 9111.0, 9118.0, 9126.0, 9116.0, 9141.0, 9117.0, 9111.0, 9117.0, 9117.0, 9130.0, 9130.0, 9132.0, 9116.0, 9117.0, 9117.0, 9118.0, 9134.0, 9124.0, 9144.0, 9112.0, 9119.0, 9131.0, 9135.0, 9147.0, 9133.0, 9150.0, 9117.0, 9115.0, 9118.0, 9118.0, 9133.0, 9117.0, 9132.0, 9117.0, 9108.0, 9119.0, 9133.0, 9134.0, 9131.0, 9132.0, 9131.0, 9147.0, 9116.0, 9134.0, 9116.0, 9111.0, 9114.0, 9129.0, 9131.0, 9128.0, 9110.0, 9113.0, 9140.0, 9115.0, 9117.0, 9118.0, 9124.0, 9126.0, 9111.0, 9148.0, 9118.0, 9118.0, 9119.0, 9128.0, 9128.0, 9120.0, 9144.0, 9134.0, 9131.0, 9134.0, 9132.0, 9149.0, 9135.0, 9138.0, 9151.0, 9151.0, 9160.0, 9170.0, 9137.0, 9141.0, 9142.0, 9140.0, 9137.0, 9137.0, 9135.0, 9143.0, 9134.0, 9121.0, 9119.0, 9135.0, 9134.0, 9148.0, 9138.0, 9174.0, 9149.0, 9132.0, 9113.0, 9118.0, 9119.0, 9144.0, 9133.0, 9143.0, 9132.0, 9135.0, 9133.0, 9148.0, 9134.0, 9132.0, 9133.0, 9133.0, 9132.0, 9127.0, 9146.0, 9117.0, 9119.0, 9113.0, 9111.0, 9119.0, 9133.0, 9147.0, 9126.0, 9147.0, 9115.0, 9107.0, 9125.0, 9119.0, 9128.0, 9117.0, 9131.0, 9130.0, 9126.0, 9117.0, 9133.0, 9117.0, 9132.0, 9116.0, 9111.0, 9124.0, 9114.0, 9129.0, 9107.0, 9132.0, 9113.0, 9112.0, 9115.0, 9114.0, 9131.0, 9117.0, 9132.0, 9110.0, 9120.0, 9111.0, 9118.0, 9118.0, 9121.0, 9133.0, 9132.0, 9128.0, 9126.0, 9150.0, 9120.0, 9116.0, 9115.0, 9136.0, 9137.0, 9134.0, 9135.0, 9126.0, 9135.0, 9140.0, 9129.0, 9117.0, 9119.0, 9131.0, 9118.0, 9132.0, 9132.0, 9144.0, 9113.0, 9148.0, 9110.0, 9120.0, 9112.0, 9120.0, 9132.0, 9117.0, 9133.0, 9129.0, 9132.0, 9116.0, 9147.0, 9121.0, 9131.0, 9105.0, 9114.0, 9112.0, 9128.0, 9127.0, 9112.0, 9128.0, 9128.0, 9144.0, 9110.0, 9117.0, 9109.0, 9116.0, 9115.0, 9118.0, 9148.0, 9111.0, 9132.0, 9116.0, 9133.0, 9118.0, 9113.0, 9134.0, 9134.0, 9128.0, 9128.0, 9132.0, 9131.0, 9140.0, 9118.0, 9147.0, 9115.0, 9097.0, 9116.0, 9130.0, 9131.0, 9129.0, 9130.0, 9128.0, 9131.0, 9114.0, 9117.0, 9118.0, 9106.0, 9118.0, 9126.0, 9118.0, 9112.0, 9148.0, 9119.0, 9148.0, 9133.0, 9139.0, 9130.0, 9131.0, 9130.0, 9146.0, 9111.0, 9148.0, 9117.0, 9120.0, 9107.0, 9135.0, 9135.0, 9135.0, 9131.0, 9127.0, 9147.0, 9133.0, 9142.0, 9134.0, 9124.0, 9134.0, 9135.0, 9128.0, 9135.0, 9152.0, 9136.0, 9155.0, 9120.0, 9140.0, 9139.0, 9135.0, 9140.0, 9133.0, 9152.0, 9150.0, 9152.0, 9133.0, 9150.0, 9118.0, 9143.0, 9105.0, 9126.0, 9130.0, 9118.0, 9142.0, 9129.0, 9144.0, 9123.0, 9144.0, 9115.0, 9109.0, 9129.0, 9131.0, 9132.0, 9131.0, 9146.0, 9118.0, 9119.0, 9133.0, 9128.0, 9149.0, 9134.0, 9146.0, 9147.0, 9151.0, 9118.0, 9133.0, 9131.0, 9133.0, 9127.0, 9117.0, 9129.0, 9110.0, 9108.0, 9114.0, 9131.0, 9134.0, 9133.0, 9135.0, 9133.0, 9149.0, 9112.0, 9149.0, 9119.0, 9131.0, 9134.0, 9134.0, 9136.0, 9126.0, 9150.0, 9108.0, 9131.0, 9114.0, 9146.0, 9113.0, 9118.0, 9117.0, 9119.0, 9125.0, 9131.0, 9147.0, 9145.0, 9148.0, 9122.0, 9127.0, 9109.0, 9117.0, 9111.0, 9131.0, 9135.0, 9119.0, 9134.0, 9144.0, 9128.0, 9117.0, 9141.0, 9115.0, 9126.0, 9099.0, 9114.0, 9113.0, 9113.0, 9128.0, 9127.0, 9143.0, 9115.0, 9144.0, 9112.0, 9103.0, 9118.0, 9132.0, 9125.0, 9131.0, 9147.0, 9119.0, 9151.0, 9133.0, 9121.0, 9134.0, 9134.0, 9135.0, 9147.0, 9142.0, 9119.0, 9117.0, 9151.0, 9141.0, 9148.0, 9125.0, 9139.0, 9154.0, 9127.0, 9152.0, 9149.0, 9153.0, 9108.0, 9115.0, 9122.0, 9123.0, 9119.0, 9112.0, 9124.0, 9115.0, 9125.0, 9129.0, 9125.0, 9118.0, 9120.0, 9118.0, 9120.0, 9134.0, 9118.0, 9145.0, 9134.0, 9150.0, 9119.0, 9132.0, 9121.0, 9135.0, 9148.0, 9134.0, 9151.0, 9133.0, 9151.0, 9120.0, 9116.0, 9116.0, 9133.0, 9135.0, 9135.0, 9150.0, 9141.0, 9149.0, 9119.0, 9135.0, 9118.0, 9140.0, 9126.0, 9141.0, 9147.0, 9132.0, 9148.0, 9131.0, 9147.0, 9116.0, 9144.0, 9115.0, 9117.0, 9113.0, 9114.0, 9121.0, 9107.0, 9136.0, 9121.0, 9133.0, 9115.0, 9132.0, 9117.0, 9101.0, 9119.0, 9113.0, 9119.0, 9111.0, 9132.0, 9130.0, 9146.0, 9131.0, 9144.0, 9117.0, 9119.0, 9118.0, 9132.0, 9118.0, 9111.0, 9125.0, 9117.0, 9132.0, 9125.0, 9147.0, 9117.0, 9120.0, 9118.0, 9133.0, 9129.0, 9133.0, 9145.0, 9133.0, 9117.0, 9135.0, 9136.0, 9131.0, 9136.0, 9145.0, 9130.0, 9153.0, 9137.0, 9153.0, 9131.0, 9125.0, 9130.0, 9137.0, 9147.0, 9134.0, 9149.0, 9134.0, 9147.0, 9107.0, 9132.0, 9129.0, 9118.0, 9130.0, 9127.0, 9145.0, 9131.0, 9146.0, 9143.0, 9145.0, 9110.0, 9118.0, 9117.0, 9130.0, 9132.0, 9131.0, 9142.0, 9144.0, 9139.0, 9116.0, 9094.0, 9109.0, 9113.0, 9141.0, 9132.0, 9145.0, 9117.0, 9117.0, 9134.0, 9135.0, 9144.0, 9135.0, 9150.0, 9133.0, 9143.0, 9119.0, 9120.0, 9114.0, 9131.0, 9135.0, 9121.0, 9150.0, 9135.0, 9150.0, 9121.0, 9124.0, 9155.0, 9141.0, 9155.0, 9162.0, 9167.0, 9171.0, 9155.0, 9153.0, 9140.0, 9168.0, 9138.0, 9170.0, 9136.0, 9128.0, 9136.0, 9145.0, 9153.0, 9145.0, 9173.0, 9143.0, 9119.0, 9156.0, 9140.0, 9154.0, 9137.0, 9149.0, 9139.0, 9149.0, 9132.0, 9148.0, 9097.0, 9113.0, 9126.0, 9134.0, 9138.0, 9117.0, 9145.0, 9131.0, 9142.0, 9116.0, 9147.0, 9132.0, 9132.0, 9166.0, 9155.0, 9147.0, 9136.0, 9157.0, 9124.0, 9142.0, 9113.0, 9147.0, 9128.0, 9136.0, 9144.0, 9135.0, 9163.0, 9138.0, 9168.0, 9123.0, 9134.0, 9151.0, 9133.0, 9151.0, 9137.0, 9153.0, 9126.0, 9151.0, 9116.0, 9140.0, 9137.0, 9124.0, 9138.0, 9130.0, 9146.0, 9131.0, 9165.0, 9137.0, 9163.0, 9151.0, 9144.0, 9156.0, 9142.0, 9165.0, 9142.0, 9174.0, 9124.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.007739086757990869</td></tr>
<tr><td colspan=3>aqi</td><td>0.015291491926940636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.40129843937845</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3055482386928698</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1607735122394898</td></tr>
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
<tr><td colspan=3>fber</td><td>7060.8564</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06852598645062549</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.91324200913242</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.429053169104199</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.383985943161346</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5759069385855926</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.327266625565659</td></tr>
<tr><td colspan=3>gcor</td><td>0.00270521</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011683964170515537</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02471071481704712</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</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.8016062030905378</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>27.7272</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.9219</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.1713</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307625.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.8668</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1517</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.0808</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3366.3278</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.9134</td></tr>
<tr><td colspan=3>tsnr</td><td>44.710465958341956</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>