ds005256-mriqc/sub-0086_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-02/func/sub-0086_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>c889f58c2730e21468ba256523ca75e7</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:48:9.577500</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.999659, -0.00200857, -0.0260303, 0.00471085, 0.994548, 0.104172]</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.10406</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>[4135, -7765, -7255, 637, -58, -168, 112, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b318339-0133-4bee-98c1-f271ed8fad09||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.6820123195648193, 0.01263886597007513, -0.06933370977640152, 113.42427825927734], [0.005388855002820492, 2.668299913406372, 0.28149887919425964, -99.28156280517578], [-0.06983739137649536, -0.27948513627052307, 2.6843903064727783, -51.106658935546875], [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': ['164809.577500', '164810.037500', '164810.497500', '164810.957500', '164811.417500', '164811.877500', '164812.337500', '164812.797500', '164813.257500', '164813.717500', '164814.177500', '164814.637500', '164815.097500', '164815.557500', '164816.017500', '164816.477500', '164816.937500', '164817.397500', '164817.857500', '164818.317500', '164818.777500', '164819.237500', '164819.697500', '164820.157500', '164820.617500', '164821.077500', '164821.537500', '164821.997500', '164822.457500', '164822.917500', '164823.377500', '164823.837500', '164824.297500', '164824.757500', '164825.217500', '164825.677500', '164826.137500', '164826.597500', '164827.057500', '164827.517500', '164827.977500', '164828.437500', '164828.897500', '164829.357500', '164829.817500', '164830.277500', '164830.737500', '164831.197500', '164831.657500', '164832.117500', '164832.577500', '164833.037500', '164833.497500', '164833.957500', '164834.417500', '164834.877500', '164835.337500', '164835.797500', '164836.257500', '164836.717500', '164837.177500', '164837.637500', '164838.097500', '164838.557500', '164839.017500', '164839.477500', '164839.937500', '164840.397500', '164840.857500', '164841.317500', '164841.777500', '164842.237500', '164842.697500', '164843.157500', '164843.617500', '164844.077500', '164844.537500', '164844.997500', '164845.457500', '164845.917500', '164846.377500', '164846.837500', '164847.297500', '164847.757500', '164848.217500', '164848.677500', '164849.137500', '164849.597500', '164850.057500', '164850.517500', '164850.977500', '164851.437500', '164851.897500', '164852.357500', '164852.817500', '164853.277500', '164853.737500', '164854.197500', '164854.657500', '164855.117500', '164855.577500', '164856.037500', '164856.497500', '164856.957500', '164857.417500', '164857.877500', '164858.337500', '164858.797500', '164859.257500', '164859.717500', '164900.177500', '164900.637500', '164901.097500', '164901.557500', '164902.017500', '164902.477500', '164902.937500', '164903.397500', '164903.857500', '164904.317500', '164904.777500', '164905.237500', '164905.697500', '164906.157500', '164906.617500', '164907.077500', '164907.537500', '164907.997500', '164908.457500', '164908.917500', '164909.377500', '164909.837500', '164910.297500', '164910.757500', '164911.217500', '164911.677500', '164912.137500', '164912.597500', '164913.057500', '164913.517500', '164913.977500', '164914.437500', '164914.897500', '164915.357500', '164915.817500', '164916.277500', '164916.737500', '164917.197500', '164917.657500', '164918.117500', '164918.577500', '164919.037500', '164919.497500', '164919.957500', '164920.417500', '164920.877500', '164921.337500', '164921.797500', '164922.257500', '164922.717500', '164923.177500', '164923.637500', '164924.097500', '164924.557500', '164925.017500', '164925.477500', '164925.937500', '164926.397500', '164926.857500', '164927.317500', '164927.777500', '164928.237500', '164928.697500', '164929.157500', '164929.617500', '164930.077500', '164930.537500', '164930.997500', '164931.457500', '164931.917500', '164932.377500', '164932.837500', '164933.297500', '164933.757500', '164934.217500', '164934.677500', '164935.137500', '164935.597500', '164936.057500', '164936.517500', '164936.977500', '164937.437500', '164937.897500', '164938.357500', '164938.817500', '164939.277500', '164939.737500', '164940.197500', '164940.657500', '164941.117500', '164941.577500', '164942.037500', '164942.497500', '164942.957500', '164943.417500', '164943.877500', '164944.337500', '164944.797500', '164945.257500', '164945.717500', '164946.177500', '164946.637500', '164947.097500', '164947.557500', '164948.017500', '164948.477500', '164948.937500', '164949.397500', '164949.857500', '164950.317500', '164950.777500', '164951.237500', '164951.697500', '164952.157500', '164952.617500', '164953.077500', '164953.537500', '164953.997500', '164954.457500', '164954.917500', '164955.377500', '164955.837500', '164956.297500', '164956.757500', '164957.217500', '164957.677500', '164958.137500', '164958.597500', '164959.057500', '164959.517500', '164959.977500', '165000.437500', '165000.897500', '165001.357500', '165001.817500', '165002.277500', '165002.737500', '165003.197500', '165003.657500', '165004.117500', '165004.577500', '165005.037500', '165005.497500', '165005.957500', '165006.417500', '165006.877500', '165007.337500', '165007.797500', '165008.257500', '165008.717500', '165009.177500', '165009.637500', '165010.097500', '165010.557500', '165011.017500', '165011.477500', '165011.937500', '165012.397500', '165012.857500', '165013.317500', '165013.777500', '165014.237500', '165014.697500', '165015.157500', '165015.617500', '165016.077500', '165016.537500', '165016.997500', '165017.457500', '165017.917500', '165018.377500', '165018.837500', '165019.297500', '165019.757500', '165020.217500', '165020.677500', '165021.137500', '165021.597500', '165022.057500', '165022.517500', '165022.977500', '165023.437500', '165023.897500', '165024.357500', '165024.817500', '165025.277500', '165025.737500', '165026.197500', '165026.657500', '165027.117500', '165027.577500', '165028.037500', '165028.497500', '165028.957500', '165029.417500', '165029.877500', '165030.337500', '165030.797500', '165031.257500', '165031.717500', '165032.177500', '165032.637500', '165033.097500', '165033.557500', '165034.017500', '165034.477500', '165034.937500', '165035.397500', '165035.857500', '165036.317500', '165036.777500', '165037.237500', '165037.697500', '165038.157500', '165038.617500', '165039.077500', '165039.537500', '165039.997500', '165040.457500', '165040.917500', '165041.377500', '165041.837500', '165042.297500', '165042.757500', '165043.217500', '165043.677500', '165044.137500', '165044.597500', '165045.057500', '165045.517500', '165045.977500', '165046.437500', '165046.897500', '165047.357500', '165047.817500', '165048.277500', '165048.737500', '165049.197500', '165049.657500', '165050.117500', '165050.577500', '165051.037500', '165051.497500', '165051.957500', '165052.417500', '165052.877500', '165053.337500', '165053.797500', '165054.257500', '165054.717500', '165055.177500', '165055.637500', '165056.097500', '165056.557500', '165057.017500', '165057.477500', '165057.937500', '165058.397500', '165058.857500', '165059.317500', '165059.777500', '165100.237500', '165100.697500', '165101.157500', '165101.617500', '165102.077500', '165102.537500', '165102.997500', '165103.457500', '165103.917500', '165104.377500', '165104.837500', '165105.297500', '165105.757500', '165106.217500', '165106.677500', '165107.137500', '165107.597500', '165108.057500', '165108.517500', '165108.977500', '165109.437500', '165109.897500', '165110.357500', '165110.817500', '165111.277500', '165111.737500', '165112.197500', '165112.657500', '165113.117500', '165113.577500', '165114.037500', '165114.497500', '165114.957500', '165115.417500', '165115.877500', '165116.337500', '165116.797500', '165117.257500', '165117.717500', '165118.177500', '165118.637500', '165119.097500', '165119.557500', '165120.017500', '165120.477500', '165120.937500', '165121.397500', '165121.857500', '165122.317500', '165122.777500', '165123.237500', '165123.697500', '165124.157500', '165124.617500', '165125.077500', '165125.537500', '165125.997500', '165126.457500', '165126.917500', '165127.377500', '165127.837500', '165128.297500', '165128.757500', '165129.217500', '165129.677500', '165130.137500', '165130.597500', '165131.057500', '165131.517500', '165131.977500', '165132.437500', '165132.897500', '165133.357500', '165133.817500', '165134.277500', '165134.737500', '165135.197500', '165135.657500', '165136.117500', '165136.577500', '165137.037500', '165137.497500', '165137.957500', '165138.417500', '165138.877500', '165139.337500', '165139.797500', '165140.257500', '165140.717500', '165141.177500', '165141.637500', '165142.097500', '165142.557500', '165143.017500', '165143.477500', '165143.937500', '165144.397500', '165144.857500', '165145.317500', '165145.777500', '165146.237500', '165146.697500', '165147.157500', '165147.617500', '165148.077500', '165148.537500', '165148.997500', '165149.457500', '165149.917500', '165150.377500', '165150.837500', '165151.297500', '165151.757500', '165152.217500', '165152.677500', '165153.137500', '165153.597500', '165154.057500', '165154.517500', '165154.977500', '165155.437500', '165155.897500', '165156.357500', '165156.817500', '165157.277500', '165157.737500', '165158.197500', '165158.657500', '165159.117500', '165159.577500', '165200.037500', '165200.497500', '165200.957500', '165201.417500', '165201.877500', '165202.337500', '165202.797500', '165203.257500', '165203.717500', '165204.177500', '165204.637500', '165205.097500', '165205.557500', '165206.017500', '165206.477500', '165206.937500', '165207.397500', '165207.857500', '165208.317500', '165208.777500', '165209.237500', '165209.697500', '165210.157500', '165210.617500', '165211.077500', '165211.537500', '165211.997500', '165212.457500', '165212.917500', '165213.377500', '165213.837500', '165214.297500', '165214.757500', '165215.217500', '165215.677500', '165216.137500', '165216.597500', '165217.057500', '165217.517500', '165217.977500', '165218.437500', '165218.897500', '165219.357500', '165219.817500', '165220.277500', '165220.737500', '165221.197500', '165221.657500', '165222.117500', '165222.577500', '165223.037500', '165223.497500', '165223.957500', '165224.417500', '165224.877500', '165225.337500', '165225.797500', '165226.257500', '165226.717500', '165227.177500', '165227.637500', '165228.097500', '165228.557500', '165229.017500', '165229.477500', '165229.937500', '165230.397500', '165230.857500', '165231.317500', '165231.777500', '165232.237500', '165232.697500', '165233.157500', '165233.617500', '165234.077500', '165234.537500', '165234.997500', '165235.457500', '165235.917500', '165236.377500', '165236.837500', '165237.297500', '165237.757500', '165238.217500', '165238.677500', '165239.137500', '165239.597500', '165240.057500', '165240.517500', '165240.977500', '165241.437500', '165241.897500', '165242.357500', '165242.817500', '165243.277500', '165243.737500', '165244.197500', '165244.657500', '165245.117500', '165245.577500', '165246.037500', '165246.497500', '165246.957500', '165247.417500', '165247.877500', '165248.337500', '165248.797500', '165249.257500', '165249.717500', '165250.177500', '165250.637500', '165251.097500', '165251.557500', '165252.017500', '165252.477500', '165252.937500', '165253.397500', '165253.857500', '165254.317500', '165254.777500', '165255.237500', '165255.697500', '165256.157500', '165256.617500', '165257.077500', '165257.537500', '165257.997500', '165258.457500', '165258.917500', '165259.377500', '165259.837500', '165300.297500', '165300.757500', '165301.217500', '165301.677500', '165302.137500', '165302.597500', '165303.057500', '165303.517500', '165303.977500', '165304.437500', '165304.897500', '165305.357500', '165305.817500', '165306.277500', '165306.737500', '165307.197500', '165307.657500', '165308.117500', '165308.577500', '165309.037500', '165309.497500', '165309.957500', '165310.417500', '165310.877500', '165311.337500', '165311.797500', '165312.257500', '165312.717500', '165313.177500', '165313.637500', '165314.097500', '165314.557500', '165315.017500', '165315.477500', '165315.937500', '165316.397500', '165316.857500', '165317.317500', '165317.777500', '165318.237500', '165318.697500', '165319.157500', '165319.617500', '165320.077500', '165320.537500', '165320.997500', '165321.457500', '165321.917500', '165322.377500', '165322.837500', '165323.297500', '165323.757500', '165324.217500', '165324.677500', '165325.137500', '165325.597500', '165326.057500', '165326.517500', '165326.977500', '165327.437500', '165327.897500', '165328.357500', '165328.817500', '165329.277500', '165329.737500', '165330.197500', '165330.657500', '165331.117500', '165331.577500', '165332.037500', '165332.497500', '165332.957500', '165333.417500', '165333.877500', '165334.337500', '165334.797500', '165335.257500', '165335.717500', '165336.177500', '165336.637500', '165337.097500', '165337.557500', '165338.017500', '165338.477500', '165338.937500', '165339.397500', '165339.857500', '165340.317500', '165340.777500', '165341.237500', '165341.697500', '165342.157500', '165342.617500', '165343.077500', '165343.537500', '165343.997500', '165344.457500', '165344.917500', '165345.377500', '165345.837500', '165346.297500', '165346.757500', '165347.217500', '165347.677500', '165348.137500', '165348.597500', '165349.057500', '165349.517500', '165349.977500', '165350.437500', '165350.897500', '165351.357500', '165351.817500', '165352.277500', '165352.737500', '165353.197500', '165353.657500', '165354.117500', '165354.577500', '165355.037500', '165355.497500', '165355.957500', '165356.417500', '165356.877500', '165357.337500', '165357.797500', '165358.257500', '165358.717500', '165359.177500', '165359.637500', '165400.097500', '165400.557500', '165401.017500', '165401.477500', '165401.937500', '165402.397500', '165402.857500', '165403.317500', '165403.777500', '165404.237500', '165404.697500', '165405.157500', '165405.617500', '165406.077500', '165406.537500', '165406.997500', '165407.457500', '165407.917500', '165408.377500', '165408.837500', '165409.297500', '165409.757500', '165410.217500', '165410.677500', '165411.137500', '165411.597500', '165412.057500', '165412.517500', '165412.977500', '165413.437500', '165413.897500', '165414.357500', '165414.817500', '165415.277500', '165415.737500', '165416.197500', '165416.657500', '165417.117500', '165417.577500', '165418.037500', '165418.497500', '165418.957500', '165419.417500', '165419.877500', '165420.337500', '165420.797500', '165421.257500', '165421.717500', '165422.177500', '165422.637500', '165423.097500', '165423.557500', '165424.017500', '165424.477500', '165424.937500', '165425.397500', '165425.857500', '165426.317500', '165426.777500', '165427.237500', '165427.697500', '165428.157500', '165428.617500', '165429.077500', '165429.537500', '165429.997500', '165430.457500', '165430.917500', '165431.377500', '165431.837500', '165432.297500', '165432.757500', '165433.217500', '165433.677500', '165434.137500', '165434.597500', '165435.057500', '165435.517500', '165435.977500', '165436.437500', '165436.897500', '165437.357500', '165437.817500', '165438.277500', '165438.737500', '165439.197500', '165439.657500', '165440.117500', '165440.577500', '165441.037500', '165441.497500', '165441.957500', '165442.417500', '165442.877500', '165443.337500', '165443.797500', '165444.257500', '165444.717500', '165445.177500', '165445.637500', '165446.097500', '165446.557500', '165447.017500', '165447.477500', '165447.937500', '165448.397500', '165448.857500', '165449.317500', '165449.777500', '165450.237500', '165450.697500', '165451.157500', '165451.617500', '165452.077500', '165452.537500', '165452.997500', '165453.457500', '165453.917500', '165454.377500', '165454.837500', '165455.297500', '165455.757500', '165456.217500', '165456.677500', '165457.137500', '165457.597500', '165458.057500', '165458.517500', '165458.977500', '165459.437500', '165459.897500', '165500.357500', '165500.817500', '165501.277500', '165501.737500', '165502.197500', '165502.657500', '165503.117500', '165503.577500', '165504.037500', '165504.497500', '165504.957500', '165505.417500', '165505.877500', '165506.337500', '165506.797500', '165507.257500', '165507.717500', '165508.177500', '165508.637500', '165509.097500', '165509.557500', '165510.017500', '165510.477500', '165510.937500', '165511.397500', '165511.857500', '165512.317500', '165512.777500', '165513.237500', '165513.697500', '165514.157500', '165514.617500', '165515.077500', '165515.537500', '165515.997500', '165516.457500', '165516.917500', '165517.377500', '165517.837500', '165518.297500', '165518.757500', '165519.217500', '165519.677500', '165520.137500', '165520.597500', '165521.057500', '165521.517500', '165521.977500', '165522.437500', '165522.897500', '165523.357500', '165523.817500', '165524.277500', '165524.737500', '165525.197500', '165525.657500', '165526.117500', '165526.577500', '165527.037500', '165527.497500', '165527.957500', '165528.417500', '165528.877500', '165529.337500', '165529.797500', '165530.257500', '165530.717500', '165531.177500', '165531.637500', '165532.097500', '165532.557500', '165533.017500', '165533.477500', '165533.937500', '165534.397500', '165534.857500', '165535.317500', '165535.777500', '165536.237500', '165536.697500', '165537.157500', '165537.617500', '165538.077500', '165538.537500', '165538.997500', '165539.457500', '165539.917500', '165540.377500', '165540.837500', '165541.297500', '165541.757500', '165542.217500', '165542.677500', '165543.137500', '165543.597500', '165544.057500', '165544.517500', '165544.977500', '165545.437500', '165545.897500', '165546.357500', '165546.817500', '165547.277500', '165547.737500', '165548.197500', '165548.657500', '165549.117500', '165549.577500', '165550.037500', '165550.497500', '165550.957500', '165551.417500', '165551.877500', '165552.337500', '165552.797500', '165553.257500', '165553.717500', '165554.177500', '165554.637500', '165555.097500', '165555.557500', '165556.017500', '165556.477500', '165556.937500', '165557.397500', '165557.857500', '165558.317500', '165558.777500', '165559.237500', '165559.697500', '165600.157500', '165600.617500', '165601.077500', '165601.537500', '165601.997500', '165602.457500', '165602.917500', '165603.377500', '165603.837500', '165604.297500', '165604.757500', '165605.217500', '165605.677500', '165606.137500', '165606.597500', '165607.057500', '165607.517500', '165607.977500', '165608.437500', '165608.897500', '165609.357500', '165609.817500', '165610.277500', '165610.737500', '165611.197500', '165611.657500', '165612.117500', '165612.577500', '165613.037500', '165613.497500', '165613.957500', '165614.417500', '165614.877500', '165615.337500', '165615.797500', '165616.257500', '165616.717500', '165617.177500', '165617.637500', '165618.097500', '165618.557500', '165619.017500', '165619.477500', '165619.937500', '165620.397500', '165620.857500', '165621.317500', '165621.777500', '165622.237500', '165622.697500', '165623.157500', '165623.617500', '165624.077500', '165624.537500', '165624.997500', '165625.457500', '165625.917500', '165626.377500', '165626.837500', '165627.297500', '165627.757500', '165628.217500', '165628.677500', '165629.137500', '165629.597500', '165630.057500', '165630.517500', '165630.977500', '165631.437500', '165631.897500', '165632.357500', '165632.817500', '165633.277500', '165633.737500', '165634.197500'], 'ContentTime': ['164824.694000', '164824.697000', '164824.700000', '164824.702000', '164824.705000', '164824.707000', '164824.710000', '164824.713000', '164824.715000', '164824.718000', '164824.720000', '164824.723000', '164824.725000', '164824.728000', '164824.731000', '164824.733000', '164824.736000', '164824.738000', '164824.741000', '164824.744000', '164824.746000', '164824.749000', '164824.753000', '164824.755000', '164824.758000', '164824.760000', '164824.763000', '164824.787000', '164824.789000', '164824.792000', '164844.657000', '164844.660000', '164844.663000', '164844.665000', '164844.668000', '164844.670000', '164844.673000', '164844.676000', '164844.678000', '164844.681000', '164844.683000', '164844.686000', '164844.693000', '164844.696000', '164844.698000', '164844.701000', '164844.703000', '164844.706000', '164844.709000', '164844.711000', '164844.714000', '164844.716000', '164844.719000', '164844.721000', '164844.724000', '164844.726000', '164844.729000', '164844.732000', '164844.734000', '164844.737000', '164844.739000', '164844.742000', '164844.744000', '164844.747000', '164844.750000', '164844.752000', '164844.755000', '164844.757000', '164844.760000', '164844.763000', '164844.765000', '164844.768000', '164844.770000', '164904.658000', '164904.660000', '164904.663000', '164904.665000', '164904.668000', '164904.671000', '164904.673000', '164904.676000', '164904.678000', '164904.681000', '164904.683000', '164904.686000', '164904.688000', '164904.691000', '164904.694000', '164904.696000', '164904.699000', '164904.701000', '164904.704000', '164904.706000', '164904.715000', '164904.718000', '164904.720000', '164904.723000', '164904.725000', '164904.728000', '164904.731000', '164904.733000', '164904.736000', '164904.738000', '164904.741000', '164904.744000', '164904.746000', '164904.749000', '164904.751000', '164904.754000', '164904.756000', '164904.759000', '164904.761000', '164904.764000', '164904.767000', '164904.769000', '164904.772000', '164904.774000', '164924.657000', '164924.660000', '164924.663000', '164924.665000', '164924.668000', '164924.671000', '164924.673000', '164924.676000', '164924.678000', '164924.681000', '164924.684000', '164924.686000', '164924.689000', '164924.692000', '164924.694000', '164924.697000', '164924.699000', '164924.702000', '164924.705000', '164924.707000', '164924.710000', '164924.712000', '164924.715000', '164924.718000', '164924.720000', '164924.723000', '164924.725000', '164924.728000', '164924.730000', '164924.733000', '164924.736000', '164924.738000', '164924.741000', '164924.743000', '164924.746000', '164924.748000', '164924.751000', '164924.753000', '164924.756000', '164924.759000', '164924.761000', '164924.764000', '164924.767000', '164944.658000', '164944.661000', '164944.664000', '164944.667000', '164944.669000', '164944.672000', '164944.674000', '164944.677000', '164944.679000', '164944.682000', '164944.684000', '164944.687000', '164944.690000', '164944.692000', '164944.695000', '164944.697000', '164944.700000', '164944.702000', '164944.705000', '164944.708000', '164944.710000', '164944.713000', '164944.715000', '164944.718000', '164944.720000', '164944.723000', '164944.725000', '164944.728000', '164944.731000', '164944.733000', '164944.736000', '164944.738000', '164944.741000', '164944.743000', '164944.746000', '164944.748000', '164944.751000', '164944.754000', '164944.756000', '164944.759000', '164944.761000', '164944.764000', '164944.766000', '164944.769000', '165004.659000', '165004.662000', '165004.664000', '165004.667000', '165004.669000', '165004.672000', '165004.675000', '165004.682000', '165004.684000', '165004.687000', '165004.690000', '165004.692000', '165004.695000', '165004.697000', '165004.700000', '165004.702000', '165004.705000', '165004.708000', '165004.710000', '165004.713000', '165004.715000', '165004.718000', '165004.721000', '165004.723000', '165004.726000', '165004.728000', '165004.731000', '165004.733000', '165004.736000', '165004.738000', '165004.741000', '165004.744000', '165004.746000', '165004.749000', '165004.751000', '165004.754000', '165004.756000', '165004.759000', '165004.762000', '165004.764000', '165004.767000', '165004.769000', '165004.772000', '165024.657000', '165024.660000', '165024.663000', '165024.665000', '165024.668000', '165024.670000', '165024.673000', '165024.676000', '165024.678000', '165024.681000', '165024.683000', '165024.686000', '165024.689000', '165024.691000', '165024.694000', '165024.696000', '165024.699000', '165024.702000', '165024.704000', '165024.707000', '165024.710000', '165024.712000', '165024.715000', '165024.717000', '165024.720000', '165024.722000', '165024.725000', '165024.728000', '165024.730000', '165024.733000', '165024.735000', '165024.738000', '165024.740000', '165024.743000', '165024.746000', '165024.748000', '165024.751000', '165024.754000', '165024.756000', '165024.759000', '165024.761000', '165024.764000', '165024.766000', '165024.769000', '165044.657000', '165044.660000', '165044.663000', '165044.665000', '165044.668000', '165044.670000', '165044.673000', '165044.676000', '165044.678000', '165044.681000', '165044.683000', '165044.686000', '165044.688000', '165044.691000', '165044.694000', '165044.696000', '165044.699000', '165044.701000', '165044.704000', '165044.707000', '165044.709000', '165044.712000', '165044.714000', '165044.717000', '165044.719000', '165044.722000', '165044.725000', '165044.727000', '165044.730000', '165044.732000', '165044.735000', '165044.738000', '165044.740000', '165044.743000', '165044.745000', '165044.748000', '165044.751000', '165044.753000', '165044.756000', '165044.758000', '165044.761000', '165044.764000', '165044.766000', '165104.658000', '165104.660000', '165104.663000', '165104.666000', '165104.668000', '165104.671000', '165104.673000', '165104.676000', '165104.679000', '165104.681000', '165104.684000', '165104.686000', '165104.689000', '165104.692000', '165104.694000', '165104.697000', '165104.699000', '165104.702000', '165104.705000', '165104.708000', '165104.711000', '165104.713000', '165104.716000', '165104.718000', '165104.721000', '165104.723000', '165104.726000', '165104.729000', '165104.731000', '165104.734000', '165104.736000', '165104.739000', '165104.741000', '165104.744000', '165104.747000', '165104.749000', '165104.752000', '165104.754000', '165104.757000', '165104.760000', '165104.762000', '165104.765000', '165104.767000', '165124.657000', '165124.660000', '165124.663000', '165124.666000', '165124.668000', '165124.671000', '165124.674000', '165124.676000', '165124.679000', '165124.681000', '165124.684000', '165124.687000', '165124.689000', '165124.692000', '165124.694000', '165124.697000', '165124.700000', '165124.702000', '165124.705000', '165124.707000', '165124.710000', '165124.713000', '165124.715000', '165124.718000', '165124.720000', '165124.723000', '165124.725000', '165124.728000', '165124.731000', '165124.733000', '165124.736000', '165124.738000', '165124.741000', '165124.744000', '165124.746000', '165124.749000', '165124.751000', '165124.754000', '165124.757000', '165124.759000', '165124.762000', '165124.764000', '165124.767000', '165124.770000', '165144.658000', '165144.660000', '165144.663000', '165144.678000', '165144.681000', '165144.683000', '165144.686000', '165144.689000', '165144.691000', '165144.694000', '165144.696000', '165144.699000', '165144.702000', '165144.705000', '165144.707000', '165144.710000', '165144.713000', '165144.715000', '165144.718000', '165144.720000', '165144.723000', '165144.725000', '165144.728000', '165144.731000', '165144.733000', '165144.736000', '165144.738000', '165144.741000', '165144.744000', '165144.746000', '165144.749000', '165144.751000', '165144.754000', '165144.756000', '165144.759000', '165144.762000', '165144.764000', '165144.767000', '165144.769000', '165144.772000', '165144.775000', '165144.777000', '165144.780000', '165204.658000', '165204.661000', '165204.664000', '165204.667000', '165204.669000', '165204.672000', '165204.675000', '165204.677000', '165204.680000', '165204.682000', '165204.685000', '165204.688000', '165204.690000', '165204.693000', '165204.695000', '165204.698000', '165204.701000', '165204.703000', '165204.706000', '165204.709000', '165204.711000', '165204.714000', '165204.717000', '165204.719000', '165204.722000', '165204.724000', '165204.727000', '165204.730000', '165204.732000', '165204.735000', '165204.737000', '165204.740000', '165204.743000', '165204.745000', '165204.748000', '165204.751000', '165204.753000', '165204.756000', '165204.758000', '165204.761000', '165204.763000', '165204.766000', '165204.769000', '165204.771000', '165224.659000', '165224.661000', '165224.664000', '165224.667000', '165224.669000', '165224.672000', '165224.674000', '165224.677000', '165224.680000', '165224.682000', '165224.685000', '165224.689000', '165224.692000', '165224.695000', '165224.698000', '165224.700000', '165224.703000', '165224.705000', '165224.708000', '165224.710000', '165224.713000', '165224.716000', '165224.718000', '165224.721000', '165224.723000', '165224.726000', '165224.728000', '165224.731000', '165224.734000', '165224.736000', '165224.739000', '165224.742000', '165224.744000', '165224.747000', '165224.750000', '165224.752000', '165224.755000', '165224.758000', '165224.760000', '165224.763000', '165224.765000', '165224.768000', '165224.770000', '165224.773000', '165244.657000', '165244.660000', '165244.663000', '165244.665000', '165244.668000', '165244.671000', '165244.673000', '165244.676000', '165244.678000', '165244.681000', '165244.683000', '165244.686000', '165244.689000', '165244.691000', '165244.694000', '165244.696000', '165244.699000', '165244.702000', '165244.704000', '165244.707000', '165244.710000', '165244.712000', '165244.715000', '165244.717000', '165244.720000', '165244.722000', '165244.725000', '165244.728000', '165244.730000', '165244.733000', '165244.736000', '165244.738000', '165244.741000', '165244.743000', '165244.746000', '165244.749000', '165244.751000', '165244.754000', '165244.756000', '165244.759000', '165244.762000', '165244.764000', '165244.767000', '165304.658000', '165304.660000', '165304.663000', '165304.666000', '165304.668000', '165304.671000', '165304.673000', '165304.676000', '165304.678000', '165304.681000', '165304.684000', '165304.686000', '165304.689000', '165304.692000', '165304.694000', '165304.697000', '165304.700000', '165304.702000', '165304.705000', '165304.708000', '165304.710000', '165304.713000', '165304.715000', '165304.718000', '165304.721000', '165304.723000', '165304.726000', '165304.729000', '165304.745000', '165304.748000', '165304.750000', '165304.753000', '165304.756000', '165304.758000', '165304.761000', '165304.764000', '165304.766000', '165304.769000', '165304.771000', '165304.774000', '165304.776000', '165304.779000', '165304.782000', '165324.658000', '165324.661000', '165324.663000', '165324.666000', '165324.668000', '165324.671000', '165324.673000', '165324.676000', '165324.679000', '165324.681000', '165324.684000', '165324.686000', '165324.689000', '165324.692000', '165324.694000', '165324.697000', '165324.700000', '165324.702000', '165324.705000', '165324.708000', '165324.710000', '165324.713000', '165324.715000', '165324.718000', '165324.720000', '165324.723000', '165324.726000', '165324.728000', '165324.731000', '165324.734000', '165324.736000', '165324.739000', '165324.742000', '165324.744000', '165324.747000', '165324.749000', '165324.752000', '165324.754000', '165324.757000', '165324.760000', '165324.762000', '165324.765000', '165324.767000', '165324.770000', '165344.657000', '165344.660000', '165344.663000', '165344.666000', '165344.668000', '165344.671000', '165344.673000', '165344.676000', '165344.678000', '165344.681000', '165344.684000', '165344.686000', '165344.689000', '165344.691000', '165344.694000', '165344.697000', '165344.699000', '165344.702000', '165344.705000', '165344.707000', '165344.710000', '165344.712000', '165344.715000', '165344.718000', '165344.720000', '165344.723000', '165344.725000', '165344.730000', '165344.733000', '165344.735000', '165344.738000', '165344.741000', '165344.743000', '165344.746000', '165344.748000', '165344.751000', '165344.753000', '165344.756000', '165344.759000', '165344.761000', '165344.764000', '165344.766000', '165344.769000', '165404.657000', '165404.660000', '165404.663000', '165404.665000', '165404.668000', '165404.671000', '165404.673000', '165404.676000', '165404.679000', '165404.681000', '165404.684000', '165404.686000', '165404.689000', '165404.691000', '165404.694000', '165404.697000', '165404.699000', '165404.702000', '165404.704000', '165404.707000', '165404.710000', '165404.712000', '165404.715000', '165404.717000', '165404.720000', '165404.722000', '165404.725000', '165404.728000', '165404.730000', '165404.733000', '165404.736000', '165404.738000', '165404.741000', '165404.743000', '165404.746000', '165404.749000', '165404.751000', '165404.754000', '165404.756000', '165404.759000', '165404.762000', '165404.764000', '165404.767000', '165404.769000', '165424.658000', '165424.661000', '165424.664000', '165424.667000', '165424.669000', '165424.672000', '165424.674000', '165424.677000', '165424.680000', '165424.682000', '165424.685000', '165424.688000', '165424.692000', '165424.694000', '165424.697000', '165424.700000', '165424.702000', '165424.705000', '165424.707000', '165424.710000', '165424.713000', '165424.715000', '165424.718000', '165424.720000', '165424.723000', '165424.726000', '165424.728000', '165424.731000', '165424.734000', '165424.736000', '165424.739000', '165424.742000', '165424.744000', '165424.747000', '165424.749000', '165424.752000', '165424.755000', '165424.757000', '165424.760000', '165424.778000', '165424.781000', '165424.784000', '165424.786000', '165444.659000', '165444.661000', '165444.664000', '165444.667000', '165444.669000', '165444.672000', '165444.674000', '165444.677000', '165444.679000', '165444.682000', '165444.684000', '165444.687000', '165444.690000', '165444.692000', '165444.695000', '165444.698000', '165444.700000', '165444.703000', '165444.705000', '165444.708000', '165444.711000', '165444.713000', '165444.716000', '165444.718000', '165444.721000', '165444.724000', '165444.726000', '165444.729000', '165444.731000', '165444.734000', '165444.737000', '165444.739000', '165444.742000', '165444.744000', '165444.747000', '165444.749000', '165444.752000', '165444.755000', '165444.757000', '165444.760000', '165444.762000', '165444.765000', '165444.768000', '165444.770000', '165504.657000', '165504.660000', '165504.663000', '165504.665000', '165504.668000', '165504.671000', '165504.673000', '165504.676000', '165504.678000', '165504.681000', '165504.684000', '165504.686000', '165504.689000', '165504.691000', '165504.694000', '165504.696000', '165504.699000', '165504.702000', '165504.704000', '165504.707000', '165504.710000', '165504.713000', '165504.715000', '165504.718000', '165504.721000', '165504.723000', '165504.726000', '165504.728000', '165504.731000', '165504.733000', '165504.736000', '165504.739000', '165504.741000', '165504.744000', '165504.746000', '165504.749000', '165504.752000', '165504.754000', '165504.757000', '165504.759000', '165504.762000', '165504.765000', '165504.768000', '165524.658000', '165524.660000', '165524.663000', '165524.666000', '165524.668000', '165524.671000', '165524.673000', '165524.676000', '165524.678000', '165524.681000', '165524.684000', '165524.686000', '165524.689000', '165524.691000', '165524.694000', '165524.696000', '165524.699000', '165524.702000', '165524.704000', '165524.707000', '165524.709000', '165524.712000', '165524.714000', '165524.717000', '165524.720000', '165524.722000', '165524.725000', '165524.727000', '165524.730000', '165524.733000', '165524.735000', '165524.738000', '165524.740000', '165524.743000', '165524.746000', '165524.748000', '165524.751000', '165524.754000', '165524.756000', '165524.759000', '165524.762000', '165524.764000', '165524.767000', '165524.769000', '165544.657000', '165544.660000', '165544.663000', '165544.665000', '165544.668000', '165544.671000', '165544.673000', '165544.676000', '165544.678000', '165544.681000', '165544.683000', '165544.686000', '165544.689000', '165544.691000', '165544.694000', '165544.696000', '165544.699000', '165544.702000', '165544.704000', '165544.707000', '165544.709000', '165544.712000', '165544.715000', '165544.717000', '165544.720000', '165544.723000', '165544.725000', '165544.728000', '165544.730000', '165544.733000', '165544.736000', '165544.738000', '165544.741000', '165544.743000', '165544.746000', '165544.749000', '165544.760000', '165544.762000', '165544.765000', '165544.767000', '165544.770000', '165544.772000', '165544.775000', '165604.657000', '165604.660000', '165604.663000', '165604.666000', '165604.668000', '165604.671000', '165604.674000', '165604.676000', '165604.679000', '165604.681000', '165604.684000', '165604.686000', '165604.689000', '165604.692000', '165604.694000', '165604.697000', '165604.699000', '165604.702000', '165604.705000', '165604.707000', '165604.710000', '165604.712000', '165604.715000', '165604.718000', '165604.720000', '165604.723000', '165604.725000', '165604.728000', '165604.730000', '165604.733000', '165604.736000', '165604.738000', '165604.741000', '165604.743000', '165604.746000', '165604.749000', '165604.751000', '165604.754000', '165604.756000', '165604.759000', '165604.762000', '165604.764000', '165604.767000', '165604.769000', '165624.658000', '165624.660000', '165624.663000', '165624.666000', '165624.668000', '165624.671000', '165624.673000', '165624.676000', '165624.679000', '165624.681000', '165624.684000', '165624.686000', '165624.689000', '165624.692000', '165624.694000', '165624.697000', '165624.699000', '165624.702000', '165624.704000', '165624.707000', '165624.710000', '165624.712000', '165624.715000', '165624.717000', '165624.720000', '165624.723000', '165624.725000', '165624.728000', '165624.730000', '165624.740000', '165624.742000', '165624.745000', '165624.748000', '165624.750000', '165624.753000', '165624.755000', '165624.758000', '165624.761000', '165624.763000', '165624.766000', '165624.768000', '165624.771000', '165624.774000', '165635.814000', '165635.817000', '165635.819000', '165635.822000', '165635.825000', '165635.828000', '165635.830000', '165635.833000', '165635.836000', '165635.838000', '165635.841000', '165635.844000', '165635.846000', '165635.849000', '165635.856000', '165635.864000', '165635.866000', '165635.869000', '165635.872000', '165635.877000', '165635.880000', '165635.882000', '165635.885000', '165635.888000', '165635.892000'], 'InstanceCreationTime': ['164824.694000', '164824.697000', '164824.700000', '164824.702000', '164824.705000', '164824.707000', '164824.710000', '164824.713000', '164824.715000', '164824.718000', '164824.720000', '164824.723000', '164824.725000', '164824.728000', '164824.731000', '164824.733000', '164824.736000', '164824.738000', '164824.741000', '164824.744000', '164824.746000', '164824.749000', '164824.753000', '164824.755000', '164824.758000', '164824.760000', '164824.763000', '164824.787000', '164824.789000', '164824.792000', '164844.657000', '164844.660000', '164844.663000', '164844.665000', '164844.668000', '164844.670000', '164844.673000', '164844.676000', '164844.678000', '164844.681000', '164844.683000', '164844.686000', '164844.693000', '164844.696000', '164844.698000', '164844.701000', '164844.703000', '164844.706000', '164844.709000', '164844.711000', '164844.714000', '164844.716000', '164844.719000', '164844.721000', '164844.724000', '164844.726000', '164844.729000', '164844.732000', '164844.734000', '164844.737000', '164844.739000', '164844.742000', '164844.744000', '164844.747000', '164844.750000', '164844.752000', '164844.755000', '164844.757000', '164844.760000', '164844.763000', '164844.765000', '164844.768000', '164844.770000', '164904.658000', '164904.660000', '164904.663000', '164904.665000', '164904.668000', '164904.671000', '164904.673000', '164904.676000', '164904.678000', '164904.681000', '164904.683000', '164904.686000', '164904.688000', '164904.691000', '164904.694000', '164904.696000', '164904.699000', '164904.701000', '164904.704000', '164904.706000', '164904.715000', '164904.718000', '164904.720000', '164904.723000', '164904.725000', '164904.728000', '164904.731000', '164904.733000', '164904.736000', '164904.738000', '164904.741000', '164904.744000', '164904.746000', '164904.749000', '164904.751000', '164904.754000', '164904.756000', '164904.759000', '164904.761000', '164904.764000', '164904.767000', '164904.769000', '164904.772000', '164904.774000', '164924.657000', '164924.660000', '164924.663000', '164924.665000', '164924.668000', '164924.671000', '164924.673000', '164924.676000', '164924.678000', '164924.681000', '164924.684000', '164924.686000', '164924.689000', '164924.692000', '164924.694000', '164924.697000', '164924.699000', '164924.702000', '164924.705000', '164924.707000', '164924.710000', '164924.712000', '164924.715000', '164924.718000', '164924.720000', '164924.723000', '164924.725000', '164924.728000', '164924.730000', '164924.733000', '164924.736000', '164924.738000', '164924.741000', '164924.743000', '164924.746000', '164924.748000', '164924.751000', '164924.753000', '164924.756000', '164924.759000', '164924.761000', '164924.764000', '164924.767000', '164944.658000', '164944.661000', '164944.664000', '164944.667000', '164944.669000', '164944.672000', '164944.674000', '164944.677000', '164944.679000', '164944.682000', '164944.684000', '164944.687000', '164944.690000', '164944.692000', '164944.695000', '164944.697000', '164944.700000', '164944.702000', '164944.705000', '164944.708000', '164944.710000', '164944.713000', '164944.715000', '164944.718000', '164944.720000', '164944.723000', '164944.725000', '164944.728000', '164944.731000', '164944.733000', '164944.736000', '164944.738000', '164944.741000', '164944.743000', '164944.746000', '164944.748000', '164944.751000', '164944.754000', '164944.756000', '164944.759000', '164944.761000', '164944.764000', '164944.766000', '164944.769000', '165004.659000', '165004.662000', '165004.664000', '165004.667000', '165004.669000', '165004.672000', '165004.675000', '165004.682000', '165004.684000', '165004.687000', '165004.690000', '165004.692000', '165004.695000', '165004.697000', '165004.700000', '165004.702000', '165004.705000', '165004.708000', '165004.710000', '165004.713000', '165004.715000', '165004.718000', '165004.721000', '165004.723000', '165004.726000', '165004.728000', '165004.731000', '165004.733000', '165004.736000', '165004.738000', '165004.741000', '165004.744000', '165004.746000', '165004.749000', '165004.751000', '165004.754000', '165004.756000', '165004.759000', '165004.762000', '165004.764000', '165004.767000', '165004.769000', '165004.772000', '165024.657000', '165024.660000', '165024.663000', '165024.665000', '165024.668000', '165024.670000', '165024.673000', '165024.676000', '165024.678000', '165024.681000', '165024.683000', '165024.686000', '165024.689000', '165024.691000', '165024.694000', '165024.696000', '165024.699000', '165024.702000', '165024.704000', '165024.707000', '165024.710000', '165024.712000', '165024.715000', '165024.717000', '165024.720000', '165024.722000', '165024.725000', '165024.728000', '165024.730000', '165024.733000', '165024.735000', '165024.738000', '165024.740000', '165024.743000', '165024.746000', '165024.748000', '165024.751000', '165024.754000', '165024.756000', '165024.759000', '165024.761000', '165024.764000', '165024.766000', '165024.769000', '165044.657000', '165044.660000', '165044.663000', '165044.665000', '165044.668000', '165044.670000', '165044.673000', '165044.676000', '165044.678000', '165044.681000', '165044.683000', '165044.686000', '165044.688000', '165044.691000', '165044.694000', '165044.696000', '165044.699000', '165044.701000', '165044.704000', '165044.707000', '165044.709000', '165044.712000', '165044.714000', '165044.717000', '165044.719000', '165044.722000', '165044.725000', '165044.727000', '165044.730000', '165044.732000', '165044.735000', '165044.738000', '165044.740000', '165044.743000', '165044.745000', '165044.748000', '165044.751000', '165044.753000', '165044.756000', '165044.758000', '165044.761000', '165044.764000', '165044.766000', '165104.658000', '165104.660000', '165104.663000', '165104.666000', '165104.668000', '165104.671000', '165104.673000', '165104.676000', '165104.679000', '165104.681000', '165104.684000', '165104.686000', '165104.689000', '165104.692000', '165104.694000', '165104.697000', '165104.699000', '165104.702000', '165104.705000', '165104.708000', '165104.711000', '165104.713000', '165104.716000', '165104.718000', '165104.721000', '165104.723000', '165104.726000', '165104.729000', '165104.731000', '165104.734000', '165104.736000', '165104.739000', '165104.741000', '165104.744000', '165104.747000', '165104.749000', '165104.752000', '165104.754000', '165104.757000', '165104.760000', '165104.762000', '165104.765000', '165104.767000', '165124.657000', '165124.660000', '165124.663000', '165124.666000', '165124.668000', '165124.671000', '165124.674000', '165124.676000', '165124.679000', '165124.681000', '165124.684000', '165124.687000', '165124.689000', '165124.692000', '165124.694000', '165124.697000', '165124.700000', '165124.702000', '165124.705000', '165124.707000', '165124.710000', '165124.713000', '165124.715000', '165124.718000', '165124.720000', '165124.723000', '165124.725000', '165124.728000', '165124.731000', '165124.733000', '165124.736000', '165124.738000', '165124.741000', '165124.744000', '165124.746000', '165124.749000', '165124.751000', '165124.754000', '165124.757000', '165124.759000', '165124.762000', '165124.764000', '165124.767000', '165124.770000', '165144.658000', '165144.660000', '165144.663000', '165144.678000', '165144.681000', '165144.683000', '165144.686000', '165144.689000', '165144.691000', '165144.694000', '165144.696000', '165144.699000', '165144.702000', '165144.705000', '165144.707000', '165144.710000', '165144.713000', '165144.715000', '165144.718000', '165144.720000', '165144.723000', '165144.725000', '165144.728000', '165144.731000', '165144.733000', '165144.736000', '165144.738000', '165144.741000', '165144.744000', '165144.746000', '165144.749000', '165144.751000', '165144.754000', '165144.756000', '165144.759000', '165144.762000', '165144.764000', '165144.767000', '165144.769000', '165144.772000', '165144.775000', '165144.777000', '165144.780000', '165204.658000', '165204.661000', '165204.664000', '165204.667000', '165204.669000', '165204.672000', '165204.675000', '165204.677000', '165204.680000', '165204.682000', '165204.685000', '165204.688000', '165204.690000', '165204.693000', '165204.695000', '165204.698000', '165204.701000', '165204.703000', '165204.706000', '165204.709000', '165204.711000', '165204.714000', '165204.717000', '165204.719000', '165204.722000', '165204.724000', '165204.727000', '165204.730000', '165204.732000', '165204.735000', '165204.737000', '165204.740000', '165204.743000', '165204.745000', '165204.748000', '165204.751000', '165204.753000', '165204.756000', '165204.758000', '165204.761000', '165204.763000', '165204.766000', '165204.769000', '165204.771000', '165224.659000', '165224.661000', '165224.664000', '165224.667000', '165224.669000', '165224.672000', '165224.674000', '165224.677000', '165224.680000', '165224.682000', '165224.685000', '165224.689000', '165224.692000', '165224.695000', '165224.698000', '165224.700000', '165224.703000', '165224.705000', '165224.708000', '165224.710000', '165224.713000', '165224.716000', '165224.718000', '165224.721000', '165224.723000', '165224.726000', '165224.728000', '165224.731000', '165224.734000', '165224.736000', '165224.739000', '165224.742000', '165224.744000', '165224.747000', '165224.750000', '165224.752000', '165224.755000', '165224.758000', '165224.760000', '165224.763000', '165224.765000', '165224.768000', '165224.770000', '165224.773000', '165244.657000', '165244.660000', '165244.663000', '165244.665000', '165244.668000', '165244.671000', '165244.673000', '165244.676000', '165244.678000', '165244.681000', '165244.683000', '165244.686000', '165244.689000', '165244.691000', '165244.694000', '165244.696000', '165244.699000', '165244.702000', '165244.704000', '165244.707000', '165244.710000', '165244.712000', '165244.715000', '165244.717000', '165244.720000', '165244.722000', '165244.725000', '165244.728000', '165244.730000', '165244.733000', '165244.736000', '165244.738000', '165244.741000', '165244.743000', '165244.746000', '165244.749000', '165244.751000', '165244.754000', '165244.756000', '165244.759000', '165244.762000', '165244.764000', '165244.767000', '165304.658000', '165304.660000', '165304.663000', '165304.666000', '165304.668000', '165304.671000', '165304.673000', '165304.676000', '165304.678000', '165304.681000', '165304.684000', '165304.686000', '165304.689000', '165304.692000', '165304.694000', '165304.697000', '165304.700000', '165304.702000', '165304.705000', '165304.708000', '165304.710000', '165304.713000', '165304.715000', '165304.718000', '165304.721000', '165304.723000', '165304.726000', '165304.729000', '165304.745000', '165304.748000', '165304.750000', '165304.753000', '165304.756000', '165304.758000', '165304.761000', '165304.764000', '165304.766000', '165304.769000', '165304.771000', '165304.774000', '165304.776000', '165304.779000', '165304.782000', '165324.658000', '165324.661000', '165324.663000', '165324.666000', '165324.668000', '165324.671000', '165324.673000', '165324.676000', '165324.679000', '165324.681000', '165324.684000', '165324.686000', '165324.689000', '165324.692000', '165324.694000', '165324.697000', '165324.700000', '165324.702000', '165324.705000', '165324.708000', '165324.710000', '165324.713000', '165324.715000', '165324.718000', '165324.720000', '165324.723000', '165324.726000', '165324.728000', '165324.731000', '165324.734000', '165324.736000', '165324.739000', '165324.742000', '165324.744000', '165324.747000', '165324.749000', '165324.752000', '165324.754000', '165324.757000', '165324.760000', '165324.762000', '165324.765000', '165324.767000', '165324.770000', '165344.657000', '165344.660000', '165344.663000', '165344.666000', '165344.668000', '165344.671000', '165344.673000', '165344.676000', '165344.678000', '165344.681000', '165344.684000', '165344.686000', '165344.689000', '165344.691000', '165344.694000', '165344.697000', '165344.699000', '165344.702000', '165344.705000', '165344.707000', '165344.710000', '165344.712000', '165344.715000', '165344.718000', '165344.720000', '165344.723000', '165344.725000', '165344.730000', '165344.733000', '165344.735000', '165344.738000', '165344.741000', '165344.743000', '165344.746000', '165344.748000', '165344.751000', '165344.753000', '165344.756000', '165344.759000', '165344.761000', '165344.764000', '165344.766000', '165344.769000', '165404.657000', '165404.660000', '165404.663000', '165404.665000', '165404.668000', '165404.671000', '165404.673000', '165404.676000', '165404.679000', '165404.681000', '165404.684000', '165404.686000', '165404.689000', '165404.691000', '165404.694000', '165404.697000', '165404.699000', '165404.702000', '165404.704000', '165404.707000', '165404.710000', '165404.712000', '165404.715000', '165404.717000', '165404.720000', '165404.722000', '165404.725000', '165404.728000', '165404.730000', '165404.733000', '165404.736000', '165404.738000', '165404.741000', '165404.743000', '165404.746000', '165404.749000', '165404.751000', '165404.754000', '165404.756000', '165404.759000', '165404.762000', '165404.764000', '165404.767000', '165404.769000', '165424.658000', '165424.661000', '165424.664000', '165424.667000', '165424.669000', '165424.672000', '165424.674000', '165424.677000', '165424.680000', '165424.682000', '165424.685000', '165424.688000', '165424.692000', '165424.694000', '165424.697000', '165424.700000', '165424.702000', '165424.705000', '165424.707000', '165424.710000', '165424.713000', '165424.715000', '165424.718000', '165424.720000', '165424.723000', '165424.726000', '165424.728000', '165424.731000', '165424.734000', '165424.736000', '165424.739000', '165424.742000', '165424.744000', '165424.747000', '165424.749000', '165424.752000', '165424.755000', '165424.757000', '165424.760000', '165424.778000', '165424.781000', '165424.784000', '165424.786000', '165444.659000', '165444.661000', '165444.664000', '165444.667000', '165444.669000', '165444.672000', '165444.674000', '165444.677000', '165444.679000', '165444.682000', '165444.684000', '165444.687000', '165444.690000', '165444.692000', '165444.695000', '165444.698000', '165444.700000', '165444.703000', '165444.705000', '165444.708000', '165444.711000', '165444.713000', '165444.716000', '165444.718000', '165444.721000', '165444.724000', '165444.726000', '165444.729000', '165444.731000', '165444.734000', '165444.737000', '165444.739000', '165444.742000', '165444.744000', '165444.747000', '165444.749000', '165444.752000', '165444.755000', '165444.757000', '165444.760000', '165444.762000', '165444.765000', '165444.768000', '165444.770000', '165504.657000', '165504.660000', '165504.663000', '165504.665000', '165504.668000', '165504.671000', '165504.673000', '165504.676000', '165504.678000', '165504.681000', '165504.684000', '165504.686000', '165504.689000', '165504.691000', '165504.694000', '165504.696000', '165504.699000', '165504.702000', '165504.704000', '165504.707000', '165504.710000', '165504.713000', '165504.715000', '165504.718000', '165504.721000', '165504.723000', '165504.726000', '165504.728000', '165504.731000', '165504.733000', '165504.736000', '165504.739000', '165504.741000', '165504.744000', '165504.746000', '165504.749000', '165504.752000', '165504.754000', '165504.757000', '165504.759000', '165504.762000', '165504.765000', '165504.768000', '165524.658000', '165524.660000', '165524.663000', '165524.666000', '165524.668000', '165524.671000', '165524.673000', '165524.676000', '165524.678000', '165524.681000', '165524.684000', '165524.686000', '165524.689000', '165524.691000', '165524.694000', '165524.696000', '165524.699000', '165524.702000', '165524.704000', '165524.707000', '165524.709000', '165524.712000', '165524.714000', '165524.717000', '165524.720000', '165524.722000', '165524.725000', '165524.727000', '165524.730000', '165524.733000', '165524.735000', '165524.738000', '165524.740000', '165524.743000', '165524.746000', '165524.748000', '165524.751000', '165524.754000', '165524.756000', '165524.759000', '165524.762000', '165524.764000', '165524.767000', '165524.769000', '165544.657000', '165544.660000', '165544.663000', '165544.665000', '165544.668000', '165544.671000', '165544.673000', '165544.676000', '165544.678000', '165544.681000', '165544.683000', '165544.686000', '165544.689000', '165544.691000', '165544.694000', '165544.696000', '165544.699000', '165544.702000', '165544.704000', '165544.707000', '165544.709000', '165544.712000', '165544.715000', '165544.717000', '165544.720000', '165544.723000', '165544.725000', '165544.728000', '165544.730000', '165544.733000', '165544.736000', '165544.738000', '165544.741000', '165544.743000', '165544.746000', '165544.749000', '165544.760000', '165544.762000', '165544.765000', '165544.767000', '165544.770000', '165544.772000', '165544.775000', '165604.657000', '165604.660000', '165604.663000', '165604.666000', '165604.668000', '165604.671000', '165604.674000', '165604.676000', '165604.679000', '165604.681000', '165604.684000', '165604.686000', '165604.689000', '165604.692000', '165604.694000', '165604.697000', '165604.699000', '165604.702000', '165604.705000', '165604.707000', '165604.710000', '165604.712000', '165604.715000', '165604.718000', '165604.720000', '165604.723000', '165604.725000', '165604.728000', '165604.730000', '165604.733000', '165604.736000', '165604.738000', '165604.741000', '165604.743000', '165604.746000', '165604.749000', '165604.751000', '165604.754000', '165604.756000', '165604.759000', '165604.762000', '165604.764000', '165604.767000', '165604.769000', '165624.658000', '165624.660000', '165624.663000', '165624.666000', '165624.668000', '165624.671000', '165624.673000', '165624.676000', '165624.679000', '165624.681000', '165624.684000', '165624.686000', '165624.689000', '165624.692000', '165624.694000', '165624.697000', '165624.699000', '165624.702000', '165624.704000', '165624.707000', '165624.710000', '165624.712000', '165624.715000', '165624.717000', '165624.720000', '165624.723000', '165624.725000', '165624.728000', '165624.730000', '165624.740000', '165624.742000', '165624.745000', '165624.748000', '165624.750000', '165624.753000', '165624.755000', '165624.758000', '165624.761000', '165624.763000', '165624.766000', '165624.768000', '165624.771000', '165624.774000', '165635.814000', '165635.817000', '165635.819000', '165635.822000', '165635.825000', '165635.828000', '165635.830000', '165635.833000', '165635.836000', '165635.838000', '165635.841000', '165635.844000', '165635.846000', '165635.849000', '165635.856000', '165635.864000', '165635.866000', '165635.869000', '165635.872000', '165635.877000', '165635.880000', '165635.882000', '165635.885000', '165635.888000', '165635.892000'], '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': [13521, 7780, 11511, 7481, 9887, 13332, 9209, 11963, 7588, 10705, 7480, 9600, 11231, 8298, 12237, 8473, 11429, 7205, 10304, 7457, 10045, 11469, 8807, 11590, 7750, 10310, 7224, 11062, 7311, 10305, 7287, 9260, 12029, 8381, 12172, 8506, 12937, 7326, 10565, 13467, 9117, 12560, 7897, 12487, 9623, 10683, 12938, 8322, 12439, 7758, 11278, 10322, 10347, 11593, 8086, 11875, 7294, 10456, 11073, 8626, 10872, 8265, 10879, 7411, 9706, 11068, 8523, 11033, 8319, 11103, 7355, 10559, 7492, 10337, 10300, 8616, 11931, 8685, 12692, 7797, 11663, 7605, 10270, 12267, 9442, 12223, 8846, 12099, 7837, 11558, 8085, 11465, 8688, 9651, 13803, 8978, 13176, 9273, 14001, 7472, 11459, 8582, 9771, 14162, 9678, 13350, 7701, 11764, 7447, 9807, 12959, 9604, 12282, 7754, 11467, 7355, 10812, 11507, 9975, 11544, 8785, 12339, 7942, 11967, 7652, 11488, 7985, 9336, 12864, 8340, 12430, 7467, 11747, 6973, 9654, 12737, 8660, 12003, 7430, 11793, 7502, 8889, 11924, 8006, 11411, 7411, 10600, 10486, 8210, 11817, 7710, 11684, 7168, 10740, 9174, 9042, 12524, 8484, 12267, 7318, 11261, 7385, 9842, 13191, 9478, 11664, 8168, 11035, 7306, 10666, 8331, 10208, 11933, 8663, 12304, 8853, 13174, 8220, 13364, 7659, 11955, 9660, 10751, 14984, 10351, 13033, 7934, 11879, 7514, 11150, 12621, 9333, 12667, 8280, 11938, 7418, 11321, 10390, 9922, 12853, 8544, 12322, 7374, 12018, 7469, 10731, 7918, 9263, 13115, 9012, 12401, 7473, 11851, 7357, 9940, 12060, 8850, 12102, 9662, 11678, 8129, 11355, 7476, 11311, 7445, 11041, 8778, 9920, 13134, 9541, 12891, 9294, 13025, 7583, 11798, 7808, 11288, 13512, 9930, 12854, 8097, 11816, 7435, 11335, 12117, 9247, 12741, 8171, 11776, 7490, 10859, 12344, 9025, 12012, 7440, 10750, 7837, 11151, 7971, 9397, 12695, 8531, 11614, 7726, 12001, 7069, 10800, 11673, 8968, 12432, 9740, 11727, 8035, 11650, 7690, 11248, 12474, 9924, 12122, 8784, 13017, 8442, 12713, 8068, 12973, 7544, 11103, 14416, 9354, 13111, 7991, 13560, 7322, 10124, 13593, 8759, 12371, 8615, 11581, 7338, 10795, 7214, 10164, 13234, 9742, 11648, 8680, 12184, 8538, 12463, 7731, 12207, 7288, 11092, 8821, 10079, 12813, 9283, 13454, 9299, 13009, 8721, 12436, 7552, 12567, 7798, 11496, 7499, 10579, 10259, 9263, 12929, 9468, 12384, 8653, 12314, 7610, 11368, 7956, 11051, 7529, 9871, 12684, 8665, 12413, 7849, 11283, 7289, 10346, 7654, 8900, 7378, 10402, 8405, 12754, 9123, 13014, 9046, 12770, 7662, 12233, 7757, 10842, 7848, 9793, 13450, 8868, 12830, 8091, 13313, 7514, 11566, 7441, 10593, 13874, 9370, 13581, 8921, 12516, 7294, 11151, 7228, 9628, 12424, 9383, 11429, 7360, 10775, 7637, 9362, 12646, 9353, 12450, 7409, 10711, 11087, 9090, 12217, 8824, 12042, 7020, 10476, 9075, 9400, 12587, 9530, 12624, 7342, 11257, 7673, 10406, 13552, 9860, 12740, 8559, 11839, 7329, 11296, 7491, 11275, 7252, 9733, 12304, 8723, 11967, 8029, 11472, 7745, 10175, 12712, 9540, 11567, 8279, 11161, 7255, 9993, 12692, 9452, 11255, 7923, 11093, 7416, 11759, 7771, 11438, 7842, 10949, 13718, 9647, 13509, 9693, 13279, 8371, 12253, 7594, 12664, 8022, 11760, 7729, 10511, 13585, 9381, 12736, 8486, 11848, 7449, 10648, 12740, 9649, 11365, 7928, 11039, 7264, 11036, 7796, 9952, 12624, 8225, 11746, 7471, 12739, 7513, 11794, 7410, 10587, 12198, 10162, 12553, 9240, 12842, 8890, 12323, 8105, 13117, 7967, 11784, 10368, 9351, 13008, 8826, 12927, 7464, 11259, 7129, 10089, 12332, 9254, 11640, 8740, 11121, 7820, 10733, 7292, 11149, 7596, 11364, 7823, 10236, 12988, 9640, 12311, 8876, 12571, 7467, 11236, 10772, 10303, 11433, 8316, 11636, 7435, 11502, 7521, 11104, 7333, 10266, 12941, 9002, 12515, 8862, 12857, 8416, 11914, 7526, 11025, 10608, 10391, 11548, 9181, 12346, 8814, 12088, 7973, 12377, 7298, 10563, 12207, 8807, 12112, 7760, 12559, 7283, 10275, 11605, 7976, 11376, 8153, 11505, 7221, 10283, 6961, 9563, 12357, 8873, 11604, 8150, 11195, 7329, 11648, 7664, 11170, 7256, 10466, 12909, 9098, 13061, 8508, 13091, 7339, 10886, 7973, 10008, 12676, 9180, 11989, 7413, 10576, 7246, 10526, 7363, 10039, 11746, 8358, 11488, 8036, 12348, 7738, 11841, 7384, 10521, 12468, 9582, 13286, 9630, 13013, 7563, 11875, 8026, 10577, 13640, 9394, 12574, 8311, 11676, 7322, 11276, 8111, 10149, 13063, 8416, 12051, 7528, 12088, 6941, 9486, 12353, 8722, 11655, 7254, 10853, 9871, 8435, 12000, 7837, 12313, 7256, 10974, 12481, 8546, 12190, 8728, 11880, 7234, 9933, 11549, 8926, 11804, 8858, 11762, 7588, 10860, 7279, 11441, 7430, 10674, 13270, 9107, 13386, 9462, 13078, 7822, 12263, 7346, 10830, 11595, 9788, 11769, 8592, 12343, 8578, 12494, 7815, 12373, 7528, 10589, 13480, 9286, 13079, 7719, 11982, 7204, 9860, 13017, 9053, 12631, 7159, 11095, 7185, 9714, 13099, 9784, 11462, 8246, 11179, 7198, 11619, 7852, 11050, 7190, 10379, 12895, 9434, 12312, 8830, 12127, 7393, 10662, 9045, 11064, 11722, 9413, 13278, 8847, 12898, 8315, 13653, 8032, 11973, 7298, 11397, 7963, 10797, 7101, 9698, 12300, 8976, 12628, 9688, 12228, 8373, 11908, 8614, 12731, 7970, 13294, 7468, 11950, 7485, 11125, 8119, 10914, 8322, 9466, 13259, 8963, 13149, 9005, 12907, 7669, 11462, 7617, 10711, 12112, 9369, 11378, 7827, 10595, 7216, 11216, 7117, 9414, 12141, 8756, 12039, 7833, 11320, 7649, 9515, 12156, 8689, 11960, 9068, 11906, 7986, 11224, 7377, 11563, 8522, 10990, 12195, 9259, 13386, 8956, 13009, 7960, 12209, 7251, 9469, 12844, 8549, 11485, 7108, 11034, 7081, 9180, 11533, 8062, 11160, 7164, 11060, 9555, 8630, 11916, 7757, 11535, 7250, 10957, 10917, 8585, 12235, 7836, 11722, 7496, 10886, 8996, 9101, 12528, 9416, 12778, 8141, 11583, 7350, 10110, 11760, 9837, 11403, 8378, 12163, 8441, 11559, 7918, 11929, 7429, 10619, 12829, 9111, 12773, 9627, 13006, 8183, 12413, 7448, 11118, 8631, 11201, 9490, 9923, 13047, 9104, 11794, 7846, 12575, 7424, 11036, 10122, 9238, 12493, 9666, 11622, 7442, 11052, 7608, 10564, 12187, 9016, 12366, 8287, 11403, 7459, 11135, 11424, 9226, 12167, 8356, 11315, 7415, 11341, 10220, 10136, 12657, 8560, 11879, 7633, 12023, 7777, 10949, 13842, 8699, 11760, 7309, 11509, 7434, 10470, 12018, 8242, 11683, 7502, 11491, 7351, 10640, 11849, 8177, 11802, 7207, 11192, 8796, 10379, 11361, 8114, 11544, 7872, 11372, 7631, 11138, 7114, 9602, 12348, 9411, 12364, 7742, 12024, 7665, 10505, 13264, 8768, 11763, 8836, 10737, 8208, 11622, 9379, 7403, 10139, 7853, 10288, 13530, 10021, 12326, 8722, 12421, 8735, 12201, 8215, 12482, 7413, 10814, 8740, 9938, 13404, 9534, 12601, 8617, 11798, 7517, 10777, 12380, 9622, 12373, 8938, 12327, 7628, 10626, 7315, 10722, 8127, 9571, 12034, 8494, 11354, 7719, 11392, 7072, 10094, 12052, 9292, 11840, 9384, 11574, 8510, 11498, 7760, 12292, 8303, 11628, 7703, 10519, 13850, 9579, 13186, 8483, 13606, 7408, 11272, 9537, 9633, 12643, 8936, 13040, 7368, 11224, 7385, 10093, 11759, 8767, 11704, 9034, 11216, 7922, 10964, 7303, 10316, 12211, 9416, 11495, 8164, 11062, 7142, 10777, 11978, 9067, 11394, 7949, 10482, 7579, 10400, 11732, 9055, 11494, 8106, 10618, 7161, 10382, 11938, 9052, 11616, 7803, 11379, 7811, 11275, 11868, 8711, 12183, 7467, 11447, 7814, 10757, 11697, 8325, 11684, 7587, 11033, 7318, 10342, 11444, 8252, 11200, 7654, 10973, 7348, 10565, 9351, 8771, 12525, 8931, 12061, 7430, 11024, 7366, 9743, 13024, 9439, 10989, 8214, 10872, 7306, 10969, 8101, 10497, 7636, 9687, 12315, 8780, 12574, 8980, 12391, 8196, 11402, 7790], 'WindowCenter': [4579.0, 4479.0, 4513.0, 4447.0, 4489.0, 4517.0, 4462.0, 4479.0, 4428.0, 4459.0, 4415.0, 4447.0, 4468.0, 4440.0, 4480.0, 4427.0, 4465.0, 4415.0, 4455.0, 4418.0, 4471.0, 4480.0, 4464.0, 4469.0, 4430.0, 4471.0, 4444.0, 4495.0, 4431.0, 4470.0, 4417.0, 4459.0, 4478.0, 4440.0, 4492.0, 4451.0, 4492.0, 4420.0, 4469.0, 4488.0, 4438.0, 4479.0, 4440.0, 4479.0, 4448.0, 4456.0, 4475.0, 4425.0, 4465.0, 4415.0, 4468.0, 4457.0, 4458.0, 4455.0, 4426.0, 4465.0, 4405.0, 4456.0, 4467.0, 4438.0, 4455.0, 4427.0, 4456.0, 4416.0, 4447.0, 4479.0, 4450.0, 4468.0, 4440.0, 4466.0, 4429.0, 4483.0, 4430.0, 4470.0, 4457.0, 4450.0, 4492.0, 4465.0, 4503.0, 4441.0, 4481.0, 4429.0, 4471.0, 4504.0, 4473.0, 4492.0, 4463.0, 4491.0, 4431.0, 4494.0, 4443.0, 4481.0, 4448.0, 4461.0, 4491.0, 4451.0, 4503.0, 4464.0, 4490.0, 4419.0, 4481.0, 4437.0, 4459.0, 4500.0, 4449.0, 4488.0, 4427.0, 4467.0, 4415.0, 4459.0, 4490.0, 4447.0, 4466.0, 4427.0, 4467.0, 4417.0, 4471.0, 4480.0, 4459.0, 4467.0, 4441.0, 4477.0, 4428.0, 4480.0, 4429.0, 4468.0, 4427.0, 4448.0, 4478.0, 4439.0, 4491.0, 4418.0, 4467.0, 4406.0, 4447.0, 4477.0, 4437.0, 4479.0, 4418.0, 4478.0, 4415.0, 4444.0, 4466.0, 4426.0, 4480.0, 4417.0, 4457.0, 4455.0, 4436.0, 4466.0, 4440.0, 4479.0, 4417.0, 4469.0, 4447.0, 4447.0, 4488.0, 4451.0, 4489.0, 4429.0, 4480.0, 4417.0, 4471.0, 4503.0, 4473.0, 4480.0, 4450.0, 4481.0, 4430.0, 4484.0, 4453.0, 4485.0, 4493.0, 4453.0, 4493.0, 4478.0, 4505.0, 4453.0, 4504.0, 4431.0, 4482.0, 4462.0, 4485.0, 4512.0, 4459.0, 4490.0, 4427.0, 4467.0, 4428.0, 4481.0, 4479.0, 4449.0, 4479.0, 4438.0, 4478.0, 4428.0, 4480.0, 4457.0, 4457.0, 4476.0, 4437.0, 4475.0, 4429.0, 4490.0, 4418.0, 4467.0, 4426.0, 4446.0, 4476.0, 4447.0, 4490.0, 4431.0, 4477.0, 4416.0, 4458.0, 4476.0, 4462.0, 4492.0, 4460.0, 4480.0, 4440.0, 4464.0, 4441.0, 4483.0, 4429.0, 4481.0, 4439.0, 4458.0, 4501.0, 4473.0, 4491.0, 4461.0, 4491.0, 4428.0, 4480.0, 4430.0, 4482.0, 4489.0, 4459.0, 4478.0, 4427.0, 4467.0, 4430.0, 4480.0, 4478.0, 4448.0, 4476.0, 4425.0, 4465.0, 4416.0, 4467.0, 4476.0, 4436.0, 4465.0, 4416.0, 4468.0, 4441.0, 4468.0, 4426.0, 4447.0, 4476.0, 4437.0, 4480.0, 4441.0, 4479.0, 4419.0, 4480.0, 4477.0, 4459.0, 4502.0, 4460.0, 4479.0, 4439.0, 4480.0, 4430.0, 4494.0, 4493.0, 4470.0, 4491.0, 4452.0, 4488.0, 4440.0, 4506.0, 4442.0, 4490.0, 4429.0, 4469.0, 4488.0, 4448.0, 4501.0, 4439.0, 4488.0, 4415.0, 4457.0, 4474.0, 4449.0, 4490.0, 4437.0, 4480.0, 4417.0, 4466.0, 4415.0, 4482.0, 4502.0, 4459.0, 4479.0, 4450.0, 4477.0, 4452.0, 4502.0, 4429.0, 4492.0, 4429.0, 4480.0, 4448.0, 4461.0, 4504.0, 4465.0, 4490.0, 4451.0, 4491.0, 4438.0, 4477.0, 4441.0, 4491.0, 4430.0, 4467.0, 4417.0, 4468.0, 4457.0, 4461.0, 4492.0, 4458.0, 4477.0, 4451.0, 4480.0, 4428.0, 4491.0, 4440.0, 4468.0, 4429.0, 4458.0, 4489.0, 4452.0, 4488.0, 4439.0, 4479.0, 4432.0, 4484.0, 4429.0, 4449.0, 4430.0, 4481.0, 4463.0, 4490.0, 4462.0, 4490.0, 4452.0, 4490.0, 4433.0, 4494.0, 4430.0, 4471.0, 4429.0, 4459.0, 4488.0, 4451.0, 4493.0, 4443.0, 4490.0, 4419.0, 4481.0, 4418.0, 4460.0, 4491.0, 4463.0, 4501.0, 4437.0, 4479.0, 4417.0, 4468.0, 4417.0, 4462.0, 4489.0, 4449.0, 4468.0, 4418.0, 4467.0, 4416.0, 4458.0, 4492.0, 4449.0, 4479.0, 4417.0, 4459.0, 4467.0, 4450.0, 4481.0, 4438.0, 4477.0, 4407.0, 4456.0, 4447.0, 4460.0, 4477.0, 4448.0, 4478.0, 4418.0, 4468.0, 4427.0, 4470.0, 4490.0, 4458.0, 4480.0, 4437.0, 4469.0, 4430.0, 4485.0, 4431.0, 4479.0, 4429.0, 4461.0, 4488.0, 4464.0, 4492.0, 4441.0, 4480.0, 4430.0, 4471.0, 4505.0, 4474.0, 4480.0, 4440.0, 4479.0, 4430.0, 4474.0, 4503.0, 4463.0, 4481.0, 4442.0, 4479.0, 4443.0, 4494.0, 4441.0, 4483.0, 4440.0, 4481.0, 4502.0, 4474.0, 4501.0, 4460.0, 4489.0, 4440.0, 4478.0, 4431.0, 4491.0, 4429.0, 4481.0, 4430.0, 4469.0, 4488.0, 4462.0, 4490.0, 4438.0, 4467.0, 4416.0, 4462.0, 4488.0, 4460.0, 4466.0, 4428.0, 4467.0, 4431.0, 4482.0, 4425.0, 4459.0, 4480.0, 4438.0, 4480.0, 4442.0, 4489.0, 4430.0, 4479.0, 4418.0, 4470.0, 4493.0, 4472.0, 4480.0, 4462.0, 4478.0, 4437.0, 4480.0, 4441.0, 4489.0, 4427.0, 4478.0, 4457.0, 4445.0, 4485.0, 4449.0, 4478.0, 4415.0, 4468.0, 4405.0, 4457.0, 4477.0, 4448.0, 4465.0, 4438.0, 4465.0, 4426.0, 4465.0, 4442.0, 4483.0, 4429.0, 4482.0, 4438.0, 4468.0, 4503.0, 4474.0, 4490.0, 4461.0, 4491.0, 4417.0, 4481.0, 4483.0, 4469.0, 4466.0, 4437.0, 4467.0, 4430.0, 4493.0, 4429.0, 4469.0, 4419.0, 4457.0, 4476.0, 4461.0, 4492.0, 4449.0, 4477.0, 4439.0, 4479.0, 4416.0, 4469.0, 4470.0, 4459.0, 4466.0, 4449.0, 4475.0, 4435.0, 4477.0, 4440.0, 4477.0, 4415.0, 4457.0, 4465.0, 4431.0, 4474.0, 4428.0, 4473.0, 4415.0, 4455.0, 4453.0, 4427.0, 4477.0, 4426.0, 4465.0, 4415.0, 4457.0, 4416.0, 4460.0, 4477.0, 4449.0, 4469.0, 4426.0, 4466.0, 4431.0, 4482.0, 4428.0, 4481.0, 4420.0, 4456.0, 4478.0, 4451.0, 4502.0, 4450.0, 4488.0, 4419.0, 4467.0, 4428.0, 4460.0, 4486.0, 4447.0, 4478.0, 4417.0, 4457.0, 4428.0, 4469.0, 4418.0, 4459.0, 4478.0, 4440.0, 4481.0, 4455.0, 4491.0, 4430.0, 4480.0, 4419.0, 4470.0, 4490.0, 4471.0, 4501.0, 4460.0, 4490.0, 4417.0, 4468.0, 4428.0, 4470.0, 4488.0, 4447.0, 4479.0, 4440.0, 4468.0, 4431.0, 4482.0, 4428.0, 4461.0, 4489.0, 4436.0, 4478.0, 4430.0, 4478.0, 4406.0, 4458.0, 4477.0, 4450.0, 4477.0, 4417.0, 4469.0, 4456.0, 4438.0, 4478.0, 4440.0, 4478.0, 4430.0, 4470.0, 4474.0, 4449.0, 4491.0, 4437.0, 4479.0, 4417.0, 4458.0, 4491.0, 4462.0, 4480.0, 4460.0, 4479.0, 4440.0, 4496.0, 4444.0, 4483.0, 4431.0, 4484.0, 4503.0, 4464.0, 4504.0, 4461.0, 4493.0, 4431.0, 4481.0, 4431.0, 4484.0, 4481.0, 4462.0, 4481.0, 4451.0, 4489.0, 4451.0, 4504.0, 4430.0, 4490.0, 4429.0, 4468.0, 4490.0, 4462.0, 4487.0, 4428.0, 4479.0, 4416.0, 4459.0, 4489.0, 4450.0, 4478.0, 4415.0, 4466.0, 4418.0, 4461.0, 4501.0, 4460.0, 4479.0, 4440.0, 4468.0, 4432.0, 4492.0, 4439.0, 4482.0, 4420.0, 4472.0, 4501.0, 4473.0, 4490.0, 4451.0, 4480.0, 4428.0, 4485.0, 4464.0, 4482.0, 4482.0, 4462.0, 4489.0, 4452.0, 4503.0, 4452.0, 4502.0, 4441.0, 4480.0, 4431.0, 4495.0, 4441.0, 4469.0, 4419.0, 4460.0, 4479.0, 4464.0, 4490.0, 4460.0, 4481.0, 4440.0, 4477.0, 4451.0, 4491.0, 4439.0, 4489.0, 4430.0, 4478.0, 4417.0, 4482.0, 4442.0, 4469.0, 4436.0, 4460.0, 4488.0, 4451.0, 4490.0, 4448.0, 4479.0, 4428.0, 4468.0, 4427.0, 4469.0, 4477.0, 4449.0, 4465.0, 4415.0, 4469.0, 4420.0, 4467.0, 4416.0, 4448.0, 4475.0, 4450.0, 4490.0, 4428.0, 4470.0, 4426.0, 4447.0, 4478.0, 4450.0, 4479.0, 4451.0, 4477.0, 4428.0, 4468.0, 4433.0, 4493.0, 4450.0, 4468.0, 4478.0, 4448.0, 4486.0, 4447.0, 4490.0, 4428.0, 4466.0, 4415.0, 4446.0, 4474.0, 4438.0, 4480.0, 4419.0, 4461.0, 4405.0, 4447.0, 4466.0, 4427.0, 4480.0, 4417.0, 4479.0, 4447.0, 4438.0, 4478.0, 4440.0, 4492.0, 4429.0, 4470.0, 4468.0, 4451.0, 4478.0, 4441.0, 4491.0, 4429.0, 4483.0, 4449.0, 4461.0, 4502.0, 4461.0, 4506.0, 4442.0, 4482.0, 4429.0, 4484.0, 4506.0, 4473.0, 4482.0, 4451.0, 4491.0, 4465.0, 4508.0, 4454.0, 4494.0, 4432.0, 4472.0, 4490.0, 4464.0, 4506.0, 4475.0, 4492.0, 4451.0, 4493.0, 4430.0, 4484.0, 4464.0, 4482.0, 4460.0, 4470.0, 4488.0, 4451.0, 4492.0, 4454.0, 4489.0, 4429.0, 4481.0, 4470.0, 4461.0, 4503.0, 4459.0, 4480.0, 4427.0, 4481.0, 4441.0, 4482.0, 4492.0, 4462.0, 4490.0, 4439.0, 4480.0, 4444.0, 4481.0, 4478.0, 4459.0, 4480.0, 4439.0, 4468.0, 4431.0, 4484.0, 4459.0, 4472.0, 4489.0, 4441.0, 4477.0, 4442.0, 4491.0, 4427.0, 4470.0, 4488.0, 4438.0, 4476.0, 4431.0, 4481.0, 4417.0, 4470.0, 4477.0, 4438.0, 4479.0, 4430.0, 4481.0, 4419.0, 4468.0, 4467.0, 4438.0, 4478.0, 4427.0, 4480.0, 4438.0, 4458.0, 4477.0, 4438.0, 4479.0, 4456.0, 4493.0, 4430.0, 4480.0, 4419.0, 4473.0, 4490.0, 4475.0, 4503.0, 4443.0, 4493.0, 4441.0, 4472.0, 4504.0, 4468.0, 4495.0, 4463.0, 4480.0, 4467.0, 4505.0, 4475.0, 4430.0, 4470.0, 4441.0, 4484.0, 4514.0, 4474.0, 4492.0, 4452.0, 4491.0, 4452.0, 4505.0, 4455.0, 4493.0, 4431.0, 4482.0, 4440.0, 4462.0, 4505.0, 4474.0, 4480.0, 4454.0, 4480.0, 4420.0, 4472.0, 4505.0, 4474.0, 4479.0, 4450.0, 4480.0, 4428.0, 4469.0, 4431.0, 4471.0, 4428.0, 4461.0, 4477.0, 4452.0, 4482.0, 4442.0, 4480.0, 4420.0, 4469.0, 4493.0, 4475.0, 4492.0, 4463.0, 4492.0, 4453.0, 4480.0, 4445.0, 4506.0, 4451.0, 4483.0, 4431.0, 4470.0, 4490.0, 4462.0, 4505.0, 4450.0, 4490.0, 4418.0, 4470.0, 4446.0, 4445.0, 4488.0, 4451.0, 4478.0, 4417.0, 4469.0, 4415.0, 4457.0, 4476.0, 4450.0, 4479.0, 4450.0, 4468.0, 4428.0, 4468.0, 4429.0, 4472.0, 4490.0, 4448.0, 4468.0, 4439.0, 4468.0, 4417.0, 4470.0, 4478.0, 4450.0, 4468.0, 4429.0, 4468.0, 4430.0, 4472.0, 4478.0, 4451.0, 4478.0, 4428.0, 4469.0, 4430.0, 4470.0, 4478.0, 4451.0, 4481.0, 4430.0, 4481.0, 4430.0, 4483.0, 4481.0, 4451.0, 4480.0, 4428.0, 4482.0, 4432.0, 4482.0, 4479.0, 4440.0, 4480.0, 4429.0, 4483.0, 4430.0, 4472.0, 4479.0, 4441.0, 4479.0, 4443.0, 4482.0, 4430.0, 4482.0, 4461.0, 4451.0, 4492.0, 4462.0, 4492.0, 4431.0, 4481.0, 4431.0, 4473.0, 4515.0, 4474.0, 4481.0, 4454.0, 4482.0, 4444.0, 4498.0, 4454.0, 4482.0, 4443.0, 4473.0, 4506.0, 4476.0, 4504.0, 4476.0, 4503.0, 4465.0, 4495.0, 4455.0], 'WindowWidth': [10059.0, 9902.0, 9931.0, 9830.0, 9889.0, 9923.0, 9838.0, 9855.0, 9784.0, 9823.0, 9761.0, 9806.0, 9836.0, 9802.0, 9854.0, 9777.0, 9825.0, 9760.0, 9812.0, 9769.0, 9845.0, 9853.0, 9841.0, 9838.0, 9786.0, 9842.0, 9817.0, 9887.0, 9791.0, 9840.0, 9767.0, 9825.0, 9848.0, 9800.0, 9875.0, 9819.0, 9871.0, 9774.0, 9836.0, 9860.0, 9793.0, 9847.0, 9801.0, 9851.0, 9804.0, 9813.0, 9838.0, 9772.0, 9824.0, 9759.0, 9833.0, 9820.0, 9818.0, 9811.0, 9773.0, 9823.0, 9744.0, 9813.0, 9832.0, 9795.0, 9811.0, 9776.0, 9815.0, 9761.0, 9805.0, 9854.0, 9817.0, 9837.0, 9801.0, 9831.0, 9785.0, 9864.0, 9790.0, 9843.0, 9822.0, 9814.0, 9874.0, 9845.0, 9891.0, 9806.0, 9857.0, 9785.0, 9845.0, 9897.0, 9853.0, 9873.0, 9837.0, 9870.0, 9789.0, 9879.0, 9810.0, 9857.0, 9810.0, 9829.0, 9867.0, 9816.0, 9891.0, 9838.0, 9866.0, 9770.0, 9854.0, 9791.0, 9823.0, 9881.0, 9810.0, 9860.0, 9777.0, 9831.0, 9761.0, 9825.0, 9867.0, 9806.0, 9829.0, 9779.0, 9831.0, 9764.0, 9843.0, 9856.0, 9824.0, 9832.0, 9801.0, 9844.0, 9780.0, 9853.0, 9784.0, 9833.0, 9779.0, 9806.0, 9844.0, 9796.0, 9870.0, 9769.0, 9832.0, 9749.0, 9803.0, 9844.0, 9794.0, 9852.0, 9769.0, 9847.0, 9761.0, 9800.0, 9828.0, 9777.0, 9853.0, 9766.0, 9817.0, 9814.0, 9789.0, 9828.0, 9802.0, 9852.0, 9766.0, 9840.0, 9806.0, 9806.0, 9864.0, 9821.0, 9865.0, 9787.0, 9853.0, 9767.0, 9844.0, 9892.0, 9852.0, 9854.0, 9814.0, 9858.0, 9790.0, 9868.0, 9823.0, 9869.0, 9876.0, 9823.0, 9878.0, 9864.0, 9897.0, 9822.0, 9893.0, 9791.0, 9858.0, 9831.0, 9867.0, 9901.0, 9824.0, 9865.0, 9780.0, 9833.0, 9784.0, 9859.0, 9851.0, 9811.0, 9850.0, 9794.0, 9847.0, 9785.0, 9855.0, 9819.0, 9818.0, 9842.0, 9792.0, 9840.0, 9787.0, 9869.0, 9767.0, 9834.0, 9775.0, 9803.0, 9842.0, 9806.0, 9871.0, 9793.0, 9845.0, 9764.0, 9821.0, 9844.0, 9832.0, 9874.0, 9829.0, 9855.0, 9802.0, 9824.0, 9807.0, 9864.0, 9786.0, 9857.0, 9797.0, 9824.0, 9884.0, 9851.0, 9871.0, 9830.0, 9870.0, 9782.0, 9852.0, 9789.0, 9862.0, 9867.0, 9824.0, 9848.0, 9779.0, 9832.0, 9787.0, 9855.0, 9848.0, 9808.0, 9843.0, 9774.0, 9827.0, 9765.0, 9832.0, 9842.0, 9791.0, 9827.0, 9762.0, 9838.0, 9807.0, 9837.0, 9778.0, 9807.0, 9842.0, 9793.0, 9859.0, 9807.0, 9851.0, 9773.0, 9857.0, 9847.0, 9831.0, 9890.0, 9828.0, 9852.0, 9799.0, 9854.0, 9787.0, 9880.0, 9879.0, 9842.0, 9872.0, 9820.0, 9864.0, 9800.0, 9897.0, 9809.0, 9866.0, 9785.0, 9839.0, 9859.0, 9808.0, 9885.0, 9801.0, 9860.0, 9760.0, 9818.0, 9839.0, 9813.0, 9868.0, 9792.0, 9854.0, 9765.0, 9831.0, 9762.0, 9863.0, 9892.0, 9827.0, 9852.0, 9814.0, 9846.0, 9822.0, 9889.0, 9786.0, 9873.0, 9784.0, 9852.0, 9807.0, 9829.0, 9896.0, 9844.0, 9867.0, 9816.0, 9870.0, 9794.0, 9844.0, 9806.0, 9875.0, 9786.0, 9832.0, 9766.0, 9837.0, 9819.0, 9830.0, 9874.0, 9822.0, 9848.0, 9820.0, 9855.0, 9784.0, 9874.0, 9801.0, 9836.0, 9784.0, 9822.0, 9864.0, 9821.0, 9866.0, 9801.0, 9853.0, 9797.0, 9868.0, 9786.0, 9813.0, 9791.0, 9860.0, 9842.0, 9871.0, 9834.0, 9867.0, 9819.0, 9865.0, 9795.0, 9878.0, 9787.0, 9842.0, 9783.0, 9823.0, 9860.0, 9816.0, 9877.0, 9808.0, 9865.0, 9770.0, 9854.0, 9767.0, 9823.0, 9867.0, 9836.0, 9886.0, 9792.0, 9847.0, 9762.0, 9832.0, 9764.0, 9832.0, 9865.0, 9808.0, 9833.0, 9764.0, 9831.0, 9762.0, 9824.0, 9873.0, 9810.0, 9849.0, 9765.0, 9822.0, 9831.0, 9814.0, 9855.0, 9793.0, 9844.0, 9750.0, 9817.0, 9806.0, 9828.0, 9848.0, 9807.0, 9847.0, 9765.0, 9832.0, 9779.0, 9840.0, 9867.0, 9822.0, 9851.0, 9793.0, 9835.0, 9787.0, 9868.0, 9791.0, 9853.0, 9785.0, 9830.0, 9865.0, 9840.0, 9874.0, 9805.0, 9855.0, 9787.0, 9845.0, 9898.0, 9853.0, 9856.0, 9803.0, 9853.0, 9788.0, 9855.0, 9889.0, 9833.0, 9855.0, 9804.0, 9851.0, 9811.0, 9880.0, 9804.0, 9862.0, 9803.0, 9858.0, 9887.0, 9854.0, 9888.0, 9827.0, 9865.0, 9800.0, 9848.0, 9791.0, 9872.0, 9783.0, 9854.0, 9785.0, 9837.0, 9864.0, 9833.0, 9866.0, 9794.0, 9832.0, 9762.0, 9823.0, 9867.0, 9826.0, 9830.0, 9782.0, 9832.0, 9793.0, 9859.0, 9777.0, 9824.0, 9852.0, 9795.0, 9857.0, 9810.0, 9866.0, 9788.0, 9853.0, 9769.0, 9842.0, 9879.0, 9846.0, 9854.0, 9831.0, 9849.0, 9792.0, 9853.0, 9807.0, 9866.0, 9777.0, 9850.0, 9818.0, 9800.0, 9856.0, 9814.0, 9849.0, 9761.0, 9835.0, 9748.0, 9818.0, 9849.0, 9810.0, 9828.0, 9794.0, 9827.0, 9777.0, 9830.0, 9811.0, 9864.0, 9786.0, 9862.0, 9800.0, 9839.0, 9893.0, 9853.0, 9870.0, 9832.0, 9869.0, 9767.0, 9860.0, 9866.0, 9840.0, 9832.0, 9794.0, 9832.0, 9791.0, 9878.0, 9786.0, 9837.0, 9771.0, 9821.0, 9843.0, 9831.0, 9876.0, 9813.0, 9847.0, 9797.0, 9849.0, 9761.0, 9839.0, 9844.0, 9824.0, 9830.0, 9810.0, 9840.0, 9786.0, 9848.0, 9803.0, 9846.0, 9760.0, 9817.0, 9825.0, 9778.0, 9839.0, 9781.0, 9836.0, 9760.0, 9815.0, 9806.0, 9779.0, 9850.0, 9777.0, 9828.0, 9759.0, 9820.0, 9766.0, 9829.0, 9848.0, 9813.0, 9835.0, 9777.0, 9829.0, 9792.0, 9861.0, 9784.0, 9856.0, 9771.0, 9817.0, 9847.0, 9817.0, 9889.0, 9814.0, 9862.0, 9769.0, 9832.0, 9781.0, 9829.0, 9858.0, 9806.0, 9847.0, 9766.0, 9820.0, 9786.0, 9838.0, 9769.0, 9824.0, 9849.0, 9801.0, 9855.0, 9829.0, 9873.0, 9788.0, 9855.0, 9771.0, 9841.0, 9867.0, 9845.0, 9883.0, 9825.0, 9866.0, 9764.0, 9833.0, 9782.0, 9841.0, 9862.0, 9805.0, 9849.0, 9801.0, 9835.0, 9791.0, 9860.0, 9783.0, 9828.0, 9863.0, 9791.0, 9851.0, 9790.0, 9848.0, 9750.0, 9822.0, 9846.0, 9815.0, 9849.0, 9767.0, 9837.0, 9817.0, 9795.0, 9851.0, 9804.0, 9850.0, 9788.0, 9841.0, 9840.0, 9814.0, 9872.0, 9794.0, 9853.0, 9765.0, 9822.0, 9873.0, 9837.0, 9855.0, 9831.0, 9851.0, 9803.0, 9888.0, 9815.0, 9863.0, 9793.0, 9866.0, 9889.0, 9841.0, 9895.0, 9831.0, 9876.0, 9792.0, 9856.0, 9792.0, 9868.0, 9860.0, 9832.0, 9857.0, 9816.0, 9865.0, 9818.0, 9894.0, 9790.0, 9869.0, 9784.0, 9836.0, 9867.0, 9834.0, 9863.0, 9782.0, 9851.0, 9763.0, 9822.0, 9867.0, 9817.0, 9849.0, 9762.0, 9831.0, 9767.0, 9831.0, 9888.0, 9828.0, 9851.0, 9802.0, 9835.0, 9797.0, 9877.0, 9800.0, 9862.0, 9775.0, 9846.0, 9888.0, 9852.0, 9869.0, 9819.0, 9856.0, 9783.0, 9868.0, 9843.0, 9860.0, 9861.0, 9833.0, 9865.0, 9820.0, 9894.0, 9821.0, 9886.0, 9804.0, 9854.0, 9789.0, 9883.0, 9806.0, 9839.0, 9771.0, 9827.0, 9854.0, 9840.0, 9872.0, 9829.0, 9856.0, 9801.0, 9847.0, 9817.0, 9873.0, 9800.0, 9866.0, 9786.0, 9849.0, 9768.0, 9861.0, 9807.0, 9839.0, 9793.0, 9827.0, 9863.0, 9819.0, 9871.0, 9808.0, 9850.0, 9781.0, 9834.0, 9779.0, 9840.0, 9846.0, 9811.0, 9829.0, 9761.0, 9839.0, 9774.0, 9833.0, 9764.0, 9808.0, 9841.0, 9815.0, 9872.0, 9784.0, 9840.0, 9776.0, 9806.0, 9850.0, 9818.0, 9851.0, 9817.0, 9847.0, 9782.0, 9834.0, 9795.0, 9879.0, 9815.0, 9836.0, 9849.0, 9808.0, 9856.0, 9805.0, 9869.0, 9782.0, 9829.0, 9758.0, 9801.0, 9837.0, 9795.0, 9855.0, 9772.0, 9821.0, 9748.0, 9806.0, 9829.0, 9781.0, 9856.0, 9769.0, 9851.0, 9807.0, 9797.0, 9848.0, 9803.0, 9877.0, 9786.0, 9841.0, 9837.0, 9815.0, 9850.0, 9806.0, 9872.0, 9786.0, 9862.0, 9814.0, 9831.0, 9891.0, 9833.0, 9899.0, 9810.0, 9859.0, 9787.0, 9872.0, 9904.0, 9854.0, 9861.0, 9819.0, 9872.0, 9843.0, 9907.0, 9829.0, 9882.0, 9794.0, 9847.0, 9868.0, 9840.0, 9902.0, 9858.0, 9874.0, 9820.0, 9874.0, 9787.0, 9867.0, 9843.0, 9862.0, 9829.0, 9844.0, 9865.0, 9818.0, 9876.0, 9829.0, 9867.0, 9787.0, 9858.0, 9840.0, 9834.0, 9892.0, 9827.0, 9856.0, 9783.0, 9857.0, 9811.0, 9863.0, 9874.0, 9836.0, 9869.0, 9800.0, 9855.0, 9816.0, 9861.0, 9851.0, 9826.0, 9853.0, 9797.0, 9836.0, 9794.0, 9865.0, 9827.0, 9845.0, 9865.0, 9802.0, 9849.0, 9809.0, 9872.0, 9780.0, 9840.0, 9864.0, 9796.0, 9845.0, 9795.0, 9859.0, 9767.0, 9839.0, 9847.0, 9795.0, 9848.0, 9788.0, 9858.0, 9772.0, 9836.0, 9832.0, 9794.0, 9848.0, 9782.0, 9857.0, 9797.0, 9824.0, 9847.0, 9796.0, 9851.0, 9833.0, 9879.0, 9789.0, 9856.0, 9773.0, 9851.0, 9870.0, 9859.0, 9893.0, 9809.0, 9877.0, 9804.0, 9847.0, 9894.0, 9852.0, 9882.0, 9836.0, 9857.0, 9853.0, 9902.0, 9857.0, 9790.0, 9842.0, 9804.0, 9868.0, 9911.0, 9853.0, 9874.0, 9822.0, 9870.0, 9822.0, 9898.0, 9832.0, 9874.0, 9789.0, 9860.0, 9802.0, 9832.0, 9896.0, 9852.0, 9855.0, 9823.0, 9854.0, 9771.0, 9845.0, 9898.0, 9853.0, 9851.0, 9816.0, 9852.0, 9781.0, 9840.0, 9795.0, 9843.0, 9783.0, 9829.0, 9847.0, 9819.0, 9862.0, 9809.0, 9856.0, 9775.0, 9840.0, 9877.0, 9860.0, 9876.0, 9837.0, 9875.0, 9822.0, 9855.0, 9819.0, 9900.0, 9818.0, 9864.0, 9789.0, 9840.0, 9866.0, 9832.0, 9897.0, 9817.0, 9866.0, 9768.0, 9839.0, 9802.0, 9800.0, 9864.0, 9818.0, 9848.0, 9764.0, 9835.0, 9759.0, 9816.0, 9845.0, 9816.0, 9851.0, 9812.0, 9834.0, 9782.0, 9835.0, 9787.0, 9849.0, 9869.0, 9810.0, 9835.0, 9799.0, 9835.0, 9768.0, 9842.0, 9849.0, 9814.0, 9836.0, 9783.0, 9836.0, 9791.0, 9848.0, 9851.0, 9816.0, 9847.0, 9782.0, 9840.0, 9792.0, 9844.0, 9851.0, 9818.0, 9856.0, 9788.0, 9858.0, 9790.0, 9862.0, 9857.0, 9815.0, 9855.0, 9784.0, 9860.0, 9794.0, 9860.0, 9853.0, 9802.0, 9854.0, 9786.0, 9863.0, 9790.0, 9845.0, 9851.0, 9803.0, 9854.0, 9812.0, 9864.0, 9790.0, 9861.0, 9831.0, 9819.0, 9876.0, 9838.0, 9874.0, 9793.0, 9862.0, 9794.0, 9853.0, 9913.0, 9855.0, 9861.0, 9827.0, 9864.0, 9815.0, 9895.0, 9830.0, 9864.0, 9811.0, 9854.0, 9900.0, 9863.0, 9897.0, 9860.0, 9893.0, 9846.0, 9885.0, 9835.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.000691716894977169</td></tr>
<tr><td colspan=3>aqi</td><td>0.015147244292237443</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.940972696023785</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1909382722943318</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0060593160054851</td></tr>
<tr><td colspan=3>efc</td><td>0.4997</td></tr>
<tr><td colspan=3>fber</td><td>5352.8208</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08656451139497143</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.095890410958904</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4432622158436783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.403539215422432</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6280030282526163</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2982444038559877</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102757</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013620675541460514</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040765006095170975</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>4.001049048868062</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>21.6335</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6343</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.6338</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291224.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.8174</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8253</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.8132</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.9297</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.9985</td></tr>
<tr><td colspan=3>tsnr</td><td>43.63967964472249</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>