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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-02/func/sub-0076_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>55eab0f8a59c005c29be254ff87c3e64</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:38:55.972500</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.998504, 0.0225909, -0.0497952, -0.0203926, 0.998814, 0.0442201]</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.0968761</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>[4145, -7706, -7266, 718, 16, 19, -66, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>27c576a1-c375-4eb0-8e0e-d0512d8778b0||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.678913116455078, -0.05471191555261612, -0.1369846612215042, 120.99730682373047], [-0.06060962378978729, 2.679744005203247, 0.11647383868694305, -98.05760192871094], [-0.13359679281711578, -0.11863921582698822, 2.6940062046051025, -53.651371002197266], [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': ['123855.972500', '123856.432500', '123856.892500', '123857.352500', '123857.812500', '123858.272500', '123858.732500', '123859.192500', '123859.652500', '123900.112500', '123900.572500', '123901.032500', '123901.492500', '123901.952500', '123902.412500', '123902.872500', '123903.332500', '123903.792500', '123904.252500', '123904.712500', '123905.172500', '123905.632500', '123906.092500', '123906.552500', '123907.012500', '123907.472500', '123907.932500', '123908.392500', '123908.852500', '123909.312500', '123909.772500', '123910.232500', '123910.692500', '123911.152500', '123911.612500', '123912.072500', '123912.532500', '123912.992500', '123913.452500', '123913.912500', '123914.372500', '123914.832500', '123915.292500', '123915.752500', '123916.212500', '123916.672500', '123917.132500', '123917.592500', '123918.052500', '123918.512500', '123918.972500', '123919.432500', '123919.892500', '123920.352500', '123920.812500', '123921.272500', '123921.732500', '123922.192500', '123922.652500', '123923.112500', '123923.572500', '123924.032500', '123924.492500', '123924.952500', '123925.412500', '123925.872500', '123926.332500', '123926.792500', '123927.252500', '123927.712500', '123928.172500', '123928.632500', '123929.092500', '123929.552500', '123930.012500', '123930.472500', '123930.932500', '123931.392500', '123931.852500', '123932.312500', '123932.772500', '123933.232500', '123933.692500', '123934.152500', '123934.612500', '123935.072500', '123935.532500', '123935.992500', '123936.452500', '123936.912500', '123937.372500', '123937.832500', '123938.292500', '123938.752500', '123939.212500', '123939.672500', '123940.132500', '123940.592500', '123941.052500', '123941.512500', '123941.972500', '123942.432500', '123942.892500', '123943.352500', '123943.812500', '123944.272500', '123944.732500', '123945.192500', '123945.652500', '123946.112500', '123946.572500', '123947.032500', '123947.492500', '123947.952500', '123948.412500', '123948.872500', '123949.332500', '123949.792500', '123950.252500', '123950.712500', '123951.172500', '123951.632500', '123952.092500', '123952.552500', '123953.012500', '123953.472500', '123953.932500', '123954.392500', '123954.852500', '123955.312500', '123955.772500', '123956.232500', '123956.692500', '123957.152500', '123957.612500', '123958.072500', '123958.532500', '123958.992500', '123959.452500', '123959.912500', '124000.372500', '124000.832500', '124001.292500', '124001.752500', '124002.212500', '124002.672500', '124003.132500', '124003.592500', '124004.052500', '124004.512500', '124004.972500', '124005.432500', '124005.892500', '124006.352500', '124006.812500', '124007.272500', '124007.732500', '124008.192500', '124008.652500', '124009.112500', '124009.572500', '124010.032500', '124010.492500', '124010.952500', '124011.412500', '124011.872500', '124012.332500', '124012.792500', '124013.252500', '124013.712500', '124014.172500', '124014.632500', '124015.092500', '124015.552500', '124016.012500', '124016.472500', '124016.932500', '124017.392500', '124017.852500', '124018.312500', '124018.772500', '124019.232500', '124019.692500', '124020.152500', '124020.612500', '124021.072500', '124021.532500', '124021.992500', '124022.452500', '124022.912500', '124023.372500', '124023.832500', '124024.292500', '124024.752500', '124025.212500', '124025.672500', '124026.132500', '124026.592500', '124027.052500', '124027.512500', '124027.972500', '124028.432500', '124028.892500', '124029.352500', '124029.812500', '124030.272500', '124030.732500', '124031.192500', '124031.652500', '124032.112500', '124032.572500', '124033.032500', '124033.492500', '124033.952500', '124034.412500', '124034.872500', '124035.332500', '124035.792500', '124036.252500', '124036.712500', '124037.172500', '124037.632500', '124038.092500', '124038.552500', '124039.012500', '124039.472500', '124039.932500', '124040.392500', '124040.852500', '124041.312500', '124041.772500', '124042.232500', '124042.692500', '124043.152500', '124043.612500', '124044.072500', '124044.532500', '124044.992500', '124045.452500', '124045.912500', '124046.372500', '124046.832500', '124047.292500', '124047.752500', '124048.212500', '124048.672500', '124049.132500', '124049.592500', '124050.052500', '124050.512500', '124050.972500', '124051.432500', '124051.892500', '124052.352500', '124052.812500', '124053.272500', '124053.732500', '124054.192500', '124054.652500', '124055.112500', '124055.572500', '124056.032500', '124056.492500', '124056.952500', '124057.412500', '124057.872500', '124058.332500', '124058.792500', '124059.252500', '124059.712500', '124100.172500', '124100.632500', '124101.092500', '124101.552500', '124102.012500', '124102.472500', '124102.932500', '124103.392500', '124103.852500', '124104.312500', '124104.772500', '124105.232500', '124105.692500', '124106.152500', '124106.612500', '124107.072500', '124107.532500', '124107.992500', '124108.452500', '124108.912500', '124109.372500', '124109.832500', '124110.292500', '124110.752500', '124111.212500', '124111.672500', '124112.132500', '124112.592500', '124113.052500', '124113.512500', '124113.972500', '124114.432500', '124114.892500', '124115.352500', '124115.812500', '124116.272500', '124116.732500', '124117.192500', '124117.652500', '124118.112500', '124118.572500', '124119.032500', '124119.492500', '124119.952500', '124120.412500', '124120.872500', '124121.332500', '124121.792500', '124122.252500', '124122.712500', '124123.172500', '124123.632500', '124124.092500', '124124.552500', '124125.012500', '124125.472500', '124125.932500', '124126.392500', '124126.852500', '124127.312500', '124127.772500', '124128.232500', '124128.692500', '124129.152500', '124129.612500', '124130.072500', '124130.532500', '124130.992500', '124131.452500', '124131.912500', '124132.372500', '124132.832500', '124133.292500', '124133.752500', '124134.212500', '124134.672500', '124135.132500', '124135.592500', '124136.052500', '124136.512500', '124136.972500', '124137.432500', '124137.892500', '124138.352500', '124138.812500', '124139.272500', '124139.732500', '124140.192500', '124140.652500', '124141.112500', '124141.572500', '124142.032500', '124142.492500', '124142.952500', '124143.412500', '124143.872500', '124144.332500', '124144.792500', '124145.252500', '124145.712500', '124146.172500', '124146.632500', '124147.092500', '124147.552500', '124148.012500', '124148.472500', '124148.932500', '124149.392500', '124149.852500', '124150.312500', '124150.772500', '124151.232500', '124151.692500', '124152.152500', '124152.612500', '124153.072500', '124153.532500', '124153.992500', '124154.452500', '124154.912500', '124155.372500', '124155.832500', '124156.292500', '124156.752500', '124157.212500', '124157.672500', '124158.132500', '124158.592500', '124159.052500', '124159.512500', '124159.972500', '124200.432500', '124200.892500', '124201.352500', '124201.812500', '124202.272500', '124202.732500', '124203.192500', '124203.652500', '124204.112500', '124204.572500', '124205.032500', '124205.492500', '124205.952500', '124206.412500', '124206.872500', '124207.332500', '124207.792500', '124208.252500', '124208.712500', '124209.172500', '124209.632500', '124210.092500', '124210.552500', '124211.012500', '124211.472500', '124211.932500', '124212.392500', '124212.852500', '124213.312500', '124213.772500', '124214.232500', '124214.692500', '124215.152500', '124215.612500', '124216.072500', '124216.532500', '124216.992500', '124217.452500', '124217.912500', '124218.372500', '124218.832500', '124219.292500', '124219.752500', '124220.212500', '124220.672500', '124221.132500', '124221.592500', '124222.052500', '124222.512500', '124222.972500', '124223.432500', '124223.892500', '124224.352500', '124224.812500', '124225.272500', '124225.732500', '124226.192500', '124226.652500', '124227.112500', '124227.572500', '124228.032500', '124228.492500', '124228.952500', '124229.412500', '124229.872500', '124230.332500', '124230.792500', '124231.252500', '124231.712500', '124232.172500', '124232.632500', '124233.092500', '124233.552500', '124234.012500', '124234.472500', '124234.932500', '124235.392500', '124235.852500', '124236.312500', '124236.772500', '124237.232500', '124237.692500', '124238.152500', '124238.612500', '124239.072500', '124239.532500', '124239.992500', '124240.452500', '124240.912500', '124241.372500', '124241.832500', '124242.292500', '124242.752500', '124243.212500', '124243.672500', '124244.132500', '124244.592500', '124245.052500', '124245.512500', '124245.972500', '124246.432500', '124246.892500', '124247.352500', '124247.812500', '124248.272500', '124248.732500', '124249.192500', '124249.652500', '124250.112500', '124250.572500', '124251.032500', '124251.492500', '124251.952500', '124252.412500', '124252.872500', '124253.332500', '124253.792500', '124254.252500', '124254.712500', '124255.172500', '124255.632500', '124256.092500', '124256.552500', '124257.012500', '124257.472500', '124257.932500', '124258.392500', '124258.852500', '124259.312500', '124259.772500', '124300.232500', '124300.692500', '124301.152500', '124301.612500', '124302.072500', '124302.532500', '124302.992500', '124303.452500', '124303.912500', '124304.372500', '124304.832500', '124305.292500', '124305.752500', '124306.212500', '124306.672500', '124307.132500', '124307.592500', '124308.052500', '124308.512500', '124308.972500', '124309.432500', '124309.892500', '124310.352500', '124310.812500', '124311.272500', '124311.732500', '124312.192500', '124312.652500', '124313.112500', '124313.572500', '124314.032500', '124314.492500', '124314.952500', '124315.412500', '124315.872500', '124316.332500', '124316.792500', '124317.252500', '124317.712500', '124318.172500', '124318.632500', '124319.092500', '124319.552500', '124320.012500', '124320.472500', '124320.932500', '124321.392500', '124321.852500', '124322.312500', '124322.772500', '124323.232500', '124323.692500', '124324.152500', '124324.612500', '124325.072500', '124325.532500', '124325.992500', '124326.452500', '124326.912500', '124327.372500', '124327.832500', '124328.292500', '124328.752500', '124329.212500', '124329.672500', '124330.132500', '124330.592500', '124331.052500', '124331.512500', '124331.972500', '124332.432500', '124332.892500', '124333.352500', '124333.812500', '124334.272500', '124334.732500', '124335.192500', '124335.652500', '124336.112500', '124336.572500', '124337.032500', '124337.492500', '124337.952500', '124338.412500', '124338.872500', '124339.332500', '124339.792500', '124340.252500', '124340.712500', '124341.172500', '124341.632500', '124342.092500', '124342.552500', '124343.012500', '124343.472500', '124343.932500', '124344.392500', '124344.852500', '124345.312500', '124345.772500', '124346.232500', '124346.692500', '124347.152500', '124347.612500', '124348.072500', '124348.532500', '124348.992500', '124349.452500', '124349.912500', '124350.372500', '124350.832500', '124351.292500', '124351.752500', '124352.212500', '124352.672500', '124353.132500', '124353.592500', '124354.052500', '124354.512500', '124354.972500', '124355.432500', '124355.892500', '124356.352500', '124356.812500', '124357.272500', '124357.732500', '124358.192500', '124358.652500', '124359.112500', '124359.572500', '124400.032500', '124400.492500', '124400.952500', '124401.412500', '124401.872500', '124402.332500', '124402.792500', '124403.252500', '124403.712500', '124404.172500', '124404.632500', '124405.092500', '124405.552500', '124406.012500', '124406.472500', '124406.932500', '124407.392500', '124407.852500', '124408.312500', '124408.772500', '124409.232500', '124409.692500', '124410.152500', '124410.612500', '124411.072500', '124411.532500', '124411.992500', '124412.452500', '124412.912500', '124413.372500', '124413.832500', '124414.292500', '124414.752500', '124415.212500', '124415.672500', '124416.132500', '124416.592500', '124417.052500', '124417.512500', '124417.972500', '124418.432500', '124418.892500', '124419.352500', '124419.812500', '124420.272500', '124420.732500', '124421.192500', '124421.652500', '124422.112500', '124422.572500', '124423.032500', '124423.492500', '124423.952500', '124424.412500', '124424.872500', '124425.332500', '124425.792500', '124426.252500', '124426.712500', '124427.172500', '124427.632500', '124428.092500', '124428.552500', '124429.012500', '124429.472500', '124429.932500', '124430.392500', '124430.852500', '124431.312500', '124431.772500', '124432.232500', '124432.692500', '124433.152500', '124433.612500', '124434.072500', '124434.532500', '124434.992500', '124435.452500', '124435.912500', '124436.372500', '124436.832500', '124437.292500', '124437.752500', '124438.212500', '124438.672500', '124439.132500', '124439.592500', '124440.052500', '124440.512500', '124440.972500', '124441.432500', '124441.892500', '124442.352500', '124442.812500', '124443.272500', '124443.732500', '124444.192500', '124444.652500', '124445.112500', '124445.572500', '124446.032500', '124446.492500', '124446.952500', '124447.412500', '124447.872500', '124448.332500', '124448.792500', '124449.252500', '124449.712500', '124450.172500', '124450.632500', '124451.092500', '124451.552500', '124452.012500', '124452.472500', '124452.932500', '124453.392500', '124453.852500', '124454.312500', '124454.772500', '124455.232500', '124455.692500', '124456.152500', '124456.612500', '124457.072500', '124457.532500', '124457.992500', '124458.452500', '124458.912500', '124459.372500', '124459.832500', '124500.292500', '124500.752500', '124501.212500', '124501.672500', '124502.132500', '124502.592500', '124503.052500', '124503.512500', '124503.972500', '124504.432500', '124504.892500', '124505.352500', '124505.812500', '124506.272500', '124506.732500', '124507.192500', '124507.652500', '124508.112500', '124508.572500', '124509.032500', '124509.492500', '124509.952500', '124510.412500', '124510.872500', '124511.332500', '124511.792500', '124512.252500', '124512.712500', '124513.172500', '124513.632500', '124514.092500', '124514.552500', '124515.012500', '124515.472500', '124515.932500', '124516.392500', '124516.852500', '124517.312500', '124517.772500', '124518.232500', '124518.692500', '124519.152500', '124519.612500', '124520.072500', '124520.532500', '124520.992500', '124521.452500', '124521.912500', '124522.372500', '124522.832500', '124523.292500', '124523.752500', '124524.212500', '124524.672500', '124525.132500', '124525.592500', '124526.052500', '124526.512500', '124526.972500', '124527.432500', '124527.892500', '124528.352500', '124528.812500', '124529.272500', '124529.732500', '124530.192500', '124530.652500', '124531.112500', '124531.572500', '124532.032500', '124532.492500', '124532.952500', '124533.412500', '124533.872500', '124534.332500', '124534.792500', '124535.252500', '124535.712500', '124536.172500', '124536.632500', '124537.092500', '124537.552500', '124538.012500', '124538.472500', '124538.932500', '124539.392500', '124539.852500', '124540.312500', '124540.772500', '124541.232500', '124541.692500', '124542.152500', '124542.612500', '124543.072500', '124543.532500', '124543.992500', '124544.452500', '124544.912500', '124545.372500', '124545.832500', '124546.292500', '124546.752500', '124547.212500', '124547.672500', '124548.132500', '124548.592500', '124549.052500', '124549.512500', '124549.972500', '124550.432500', '124550.892500', '124551.352500', '124551.812500', '124552.272500', '124552.732500', '124553.192500', '124553.652500', '124554.112500', '124554.572500', '124555.032500', '124555.492500', '124555.952500', '124556.412500', '124556.872500', '124557.332500', '124557.792500', '124558.252500', '124558.712500', '124559.172500', '124559.632500', '124600.092500', '124600.552500', '124601.012500', '124601.472500', '124601.932500', '124602.392500', '124602.852500', '124603.312500', '124603.772500', '124604.232500', '124604.692500', '124605.152500', '124605.612500', '124606.072500', '124606.532500', '124606.992500', '124607.452500', '124607.912500', '124608.372500', '124608.832500', '124609.292500', '124609.752500', '124610.212500', '124610.672500', '124611.132500', '124611.592500', '124612.052500', '124612.512500', '124612.972500', '124613.432500', '124613.892500', '124614.352500', '124614.812500', '124615.272500', '124615.732500', '124616.192500', '124616.652500', '124617.112500', '124617.572500', '124618.032500', '124618.492500', '124618.952500', '124619.412500', '124619.872500', '124620.332500', '124620.792500', '124621.252500', '124621.712500', '124622.172500', '124622.632500', '124623.092500', '124623.552500', '124624.012500', '124624.472500', '124624.932500', '124625.392500', '124625.852500', '124626.312500', '124626.772500', '124627.232500', '124627.692500', '124628.152500', '124628.612500', '124629.072500', '124629.532500', '124629.992500', '124630.452500', '124630.912500', '124631.372500', '124631.832500', '124632.292500', '124632.752500', '124633.212500', '124633.672500', '124634.132500', '124634.592500', '124635.052500', '124635.512500', '124635.972500', '124636.432500', '124636.892500', '124637.352500', '124637.812500', '124638.272500', '124638.732500', '124639.192500', '124639.652500', '124640.112500', '124640.572500', '124641.032500', '124641.492500', '124641.952500', '124642.412500', '124642.872500', '124643.332500', '124643.792500', '124644.252500', '124644.712500', '124645.172500', '124645.632500', '124646.092500', '124646.552500', '124647.012500', '124647.472500', '124647.932500', '124648.392500', '124648.852500', '124649.312500', '124649.772500', '124650.232500', '124650.692500', '124651.152500', '124651.612500', '124652.072500', '124652.532500', '124652.992500', '124653.452500', '124653.912500', '124654.372500', '124654.832500', '124655.292500', '124655.752500', '124656.212500', '124656.672500', '124657.132500', '124657.592500', '124658.052500', '124658.512500', '124658.972500', '124659.432500', '124659.892500', '124700.352500', '124700.812500', '124701.272500', '124701.732500', '124702.192500', '124702.652500', '124703.112500', '124703.572500', '124704.032500', '124704.492500', '124704.952500', '124705.412500', '124705.872500', '124706.332500', '124706.792500', '124707.252500', '124707.712500', '124708.172500', '124708.632500', '124709.092500', '124709.552500', '124710.012500', '124710.472500', '124710.932500', '124711.392500', '124711.852500', '124712.312500', '124712.772500', '124713.232500', '124713.692500', '124714.152500', '124714.612500', '124715.072500', '124715.532500', '124715.992500', '124716.452500', '124716.912500', '124717.372500', '124717.832500', '124718.292500', '124718.752500', '124719.212500', '124719.672500', '124720.132500', '124720.592500'], 'ContentTime': ['123917.858000', '123917.861000', '123917.864000', '123917.866000', '123917.869000', '123917.871000', '123917.874000', '123917.876000', '123917.879000', '123917.882000', '123917.884000', '123917.887000', '123917.889000', '123917.892000', '123917.895000', '123917.897000', '123917.900000', '123917.902000', '123917.905000', '123917.907000', '123917.910000', '123917.912000', '123917.915000', '123917.918000', '123917.920000', '123917.923000', '123917.926000', '123917.929000', '123917.931000', '123917.934000', '123917.937000', '123917.939000', '123917.942000', '123917.944000', '123917.947000', '123917.950000', '123917.952000', '123917.955000', '123917.957000', '123917.960000', '123917.962000', '123917.965000', '123917.968000', '123917.970000', '123917.973000', '123917.975000', '123937.816000', '123937.819000', '123937.821000', '123937.824000', '123937.826000', '123937.829000', '123937.832000', '123937.834000', '123937.837000', '123937.840000', '123937.842000', '123937.845000', '123937.847000', '123937.850000', '123937.853000', '123937.855000', '123937.858000', '123937.860000', '123937.863000', '123937.865000', '123937.868000', '123937.871000', '123937.873000', '123937.891000', '123937.894000', '123937.896000', '123937.899000', '123937.901000', '123937.912000', '123937.915000', '123937.917000', '123937.920000', '123937.923000', '123937.926000', '123937.929000', '123937.933000', '123937.936000', '123937.938000', '123937.941000', '123937.944000', '123937.946000', '123937.949000', '123937.951000', '123957.815000', '123957.818000', '123957.821000', '123957.824000', '123957.826000', '123957.829000', '123957.831000', '123957.834000', '123957.836000', '123957.839000', '123957.842000', '123957.844000', '123957.847000', '123957.849000', '123957.852000', '123957.855000', '123957.857000', '123957.860000', '123957.862000', '123957.865000', '123957.867000', '123957.870000', '123957.873000', '123957.875000', '123957.878000', '123957.880000', '123957.883000', '123957.885000', '123957.888000', '123957.891000', '123957.893000', '123957.896000', '123957.898000', '123957.901000', '123957.904000', '123957.907000', '123957.909000', '123957.912000', '123957.914000', '123957.917000', '123957.920000', '123957.922000', '123957.925000', '123957.927000', '124017.816000', '124017.818000', '124017.821000', '124017.824000', '124017.826000', '124017.829000', '124017.831000', '124017.834000', '124017.842000', '124017.845000', '124017.847000', '124017.850000', '124017.852000', '124017.855000', '124017.857000', '124017.860000', '124017.863000', '124017.865000', '124017.868000', '124017.871000', '124017.873000', '124017.876000', '124017.878000', '124017.881000', '124017.884000', '124017.886000', '124017.889000', '124017.891000', '124017.894000', '124017.897000', '124017.899000', '124017.902000', '124017.904000', '124017.907000', '124017.910000', '124017.912000', '124017.915000', '124017.918000', '124017.920000', '124017.923000', '124017.925000', '124017.928000', '124017.931000', '124037.815000', '124037.818000', '124037.821000', '124037.824000', '124037.826000', '124037.829000', '124037.832000', '124037.834000', '124037.837000', '124037.840000', '124037.842000', '124037.845000', '124037.847000', '124037.850000', '124037.853000', '124037.855000', '124037.858000', '124037.860000', '124037.863000', '124037.866000', '124037.868000', '124037.871000', '124037.873000', '124037.876000', '124037.879000', '124037.881000', '124037.884000', '124037.886000', '124037.889000', '124037.892000', '124037.894000', '124037.897000', '124037.899000', '124037.902000', '124037.904000', '124037.907000', '124037.910000', '124037.912000', '124037.915000', '124037.917000', '124037.920000', '124037.923000', '124037.926000', '124037.931000', '124057.816000', '124057.819000', '124057.821000', '124057.824000', '124057.826000', '124057.829000', '124057.832000', '124057.834000', '124057.837000', '124057.839000', '124057.842000', '124057.845000', '124057.847000', '124057.850000', '124057.852000', '124057.855000', '124057.858000', '124057.860000', '124057.863000', '124057.866000', '124057.868000', '124057.871000', '124057.873000', '124057.876000', '124057.879000', '124057.881000', '124057.884000', '124057.887000', '124057.890000', '124057.893000', '124057.895000', '124057.898000', '124057.900000', '124057.903000', '124057.906000', '124057.908000', '124057.911000', '124057.913000', '124057.916000', '124057.919000', '124057.921000', '124057.924000', '124057.926000', '124117.816000', '124117.819000', '124117.822000', '124117.824000', '124117.827000', '124117.830000', '124117.832000', '124117.835000', '124117.838000', '124117.840000', '124117.843000', '124117.846000', '124117.848000', '124117.851000', '124117.853000', '124117.856000', '124117.859000', '124117.861000', '124117.864000', '124117.877000', '124117.880000', '124117.882000', '124117.885000', '124117.888000', '124117.890000', '124117.893000', '124117.895000', '124117.898000', '124117.901000', '124117.903000', '124117.906000', '124117.908000', '124117.911000', '124117.914000', '124117.916000', '124117.919000', '124117.922000', '124117.924000', '124117.927000', '124117.929000', '124117.932000', '124117.935000', '124117.937000', '124117.940000', '124137.816000', '124137.818000', '124137.821000', '124137.824000', '124137.826000', '124137.829000', '124137.832000', '124137.834000', '124137.837000', '124137.839000', '124137.842000', '124137.845000', '124137.847000', '124137.850000', '124137.852000', '124137.855000', '124137.858000', '124137.860000', '124137.863000', '124137.865000', '124137.868000', '124137.871000', '124137.873000', '124137.876000', '124137.879000', '124137.881000', '124137.884000', '124137.887000', '124137.889000', '124137.892000', '124137.894000', '124137.897000', '124137.900000', '124137.902000', '124137.905000', '124137.907000', '124137.910000', '124137.913000', '124137.915000', '124137.918000', '124137.920000', '124137.923000', '124137.926000', '124157.816000', '124157.819000', '124157.821000', '124157.824000', '124157.826000', '124157.829000', '124157.832000', '124157.835000', '124157.837000', '124157.840000', '124157.842000', '124157.845000', '124157.848000', '124157.850000', '124157.853000', '124157.856000', '124157.858000', '124157.861000', '124157.864000', '124157.866000', '124157.869000', '124157.872000', '124157.874000', '124157.877000', '124157.879000', '124157.882000', '124157.885000', '124157.887000', '124157.890000', '124157.892000', '124157.895000', '124157.906000', '124157.908000', '124157.911000', '124157.914000', '124157.916000', '124157.919000', '124157.922000', '124157.924000', '124157.927000', '124157.929000', '124157.932000', '124157.935000', '124157.937000', '124217.816000', '124217.819000', '124217.821000', '124217.824000', '124217.827000', '124217.829000', '124217.832000', '124217.835000', '124217.837000', '124217.840000', '124217.842000', '124217.845000', '124217.848000', '124217.850000', '124217.853000', '124217.856000', '124217.858000', '124217.861000', '124217.863000', '124217.866000', '124217.869000', '124217.871000', '124217.874000', '124217.876000', '124217.879000', '124217.882000', '124217.884000', '124217.887000', '124217.889000', '124217.892000', '124217.895000', '124217.897000', '124217.900000', '124217.903000', '124217.905000', '124217.908000', '124217.910000', '124217.913000', '124217.916000', '124217.918000', '124217.921000', '124217.923000', '124217.926000', '124237.816000', '124237.818000', '124237.821000', '124237.824000', '124237.826000', '124237.829000', '124237.831000', '124237.834000', '124237.836000', '124237.839000', '124237.841000', '124237.844000', '124237.847000', '124237.849000', '124237.852000', '124237.854000', '124237.857000', '124237.860000', '124237.863000', '124237.865000', '124237.868000', '124237.871000', '124237.873000', '124237.876000', '124237.879000', '124237.881000', '124237.884000', '124237.886000', '124237.889000', '124237.892000', '124237.895000', '124237.897000', '124237.900000', '124237.903000', '124237.905000', '124237.908000', '124237.910000', '124237.913000', '124237.916000', '124237.918000', '124237.921000', '124237.923000', '124237.926000', '124237.929000', '124257.828000', '124257.831000', '124257.834000', '124257.836000', '124257.839000', '124257.841000', '124257.844000', '124257.846000', '124257.849000', '124257.852000', '124257.854000', '124257.857000', '124257.860000', '124257.862000', '124257.865000', '124257.868000', '124257.870000', '124257.873000', '124257.876000', '124257.878000', '124257.881000', '124257.883000', '124257.886000', '124257.888000', '124257.891000', '124257.894000', '124257.896000', '124257.899000', '124257.902000', '124257.904000', '124257.907000', '124257.909000', '124257.912000', '124257.915000', '124257.917000', '124257.920000', '124257.922000', '124257.925000', '124257.927000', '124257.930000', '124257.933000', '124257.935000', '124257.938000', '124317.817000', '124317.820000', '124317.822000', '124317.825000', '124317.828000', '124317.830000', '124317.833000', '124317.836000', '124317.838000', '124317.841000', '124317.843000', '124317.847000', '124317.850000', '124317.852000', '124317.855000', '124317.857000', '124317.860000', '124317.863000', '124317.865000', '124317.868000', '124317.870000', '124317.873000', '124317.875000', '124317.878000', '124317.880000', '124317.883000', '124317.886000', '124317.888000', '124317.891000', '124317.894000', '124317.896000', '124317.899000', '124317.902000', '124317.904000', '124317.907000', '124317.910000', '124317.912000', '124317.915000', '124317.918000', '124317.920000', '124317.923000', '124317.925000', '124317.928000', '124337.816000', '124337.819000', '124337.822000', '124337.824000', '124337.827000', '124337.830000', '124337.832000', '124337.835000', '124337.838000', '124337.840000', '124337.843000', '124337.845000', '124337.848000', '124337.851000', '124337.853000', '124337.856000', '124337.859000', '124337.861000', '124337.864000', '124337.866000', '124337.869000', '124337.871000', '124337.874000', '124337.877000', '124337.879000', '124337.882000', '124337.884000', '124337.887000', '124337.890000', '124337.892000', '124337.895000', '124337.898000', '124337.900000', '124337.903000', '124337.905000', '124337.908000', '124337.911000', '124337.913000', '124337.916000', '124337.918000', '124337.921000', '124337.924000', '124337.926000', '124337.929000', '124357.816000', '124357.818000', '124357.821000', '124357.824000', '124357.826000', '124357.829000', '124357.832000', '124357.834000', '124357.837000', '124357.840000', '124357.843000', '124357.846000', '124357.848000', '124357.851000', '124357.854000', '124357.856000', '124357.859000', '124357.861000', '124357.864000', '124357.866000', '124357.869000', '124357.872000', '124357.874000', '124357.877000', '124357.880000', '124357.882000', '124357.885000', '124357.887000', '124357.890000', '124357.893000', '124357.895000', '124357.898000', '124357.901000', '124357.903000', '124357.906000', '124357.909000', '124357.911000', '124357.914000', '124357.916000', '124357.919000', '124357.922000', '124357.924000', '124357.927000', '124417.816000', '124417.818000', '124417.821000', '124417.824000', '124417.826000', '124417.829000', '124417.831000', '124417.834000', '124417.836000', '124417.839000', '124417.842000', '124417.844000', '124417.847000', '124417.849000', '124417.852000', '124417.855000', '124417.857000', '124417.860000', '124417.862000', '124417.865000', '124417.868000', '124417.870000', '124417.873000', '124417.876000', '124417.878000', '124417.881000', '124417.909000', '124417.912000', '124417.914000', '124417.917000', '124417.919000', '124417.922000', '124417.925000', '124417.927000', '124417.930000', '124417.932000', '124417.935000', '124417.938000', '124417.940000', '124417.943000', '124417.945000', '124417.948000', '124417.951000', '124417.953000', '124437.816000', '124437.819000', '124437.821000', '124437.824000', '124437.826000', '124437.829000', '124437.831000', '124437.834000', '124437.836000', '124437.839000', '124437.842000', '124437.844000', '124437.847000', '124437.849000', '124437.852000', '124437.855000', '124437.858000', '124437.861000', '124437.864000', '124437.867000', '124437.869000', '124437.872000', '124437.874000', '124437.877000', '124437.880000', '124437.882000', '124437.886000', '124437.889000', '124437.891000', '124437.894000', '124437.897000', '124437.899000', '124437.902000', '124437.905000', '124437.907000', '124437.910000', '124437.912000', '124437.915000', '124437.918000', '124437.920000', '124437.923000', '124437.925000', '124437.928000', '124457.816000', '124457.819000', '124457.821000', '124457.824000', '124457.826000', '124457.829000', '124457.832000', '124457.834000', '124457.837000', '124457.839000', '124457.842000', '124457.845000', '124457.847000', '124457.850000', '124457.853000', '124457.855000', '124457.858000', '124457.861000', '124457.863000', '124457.866000', '124457.869000', '124457.871000', '124457.874000', '124457.877000', '124457.879000', '124457.882000', '124457.885000', '124457.887000', '124457.890000', '124457.892000', '124457.895000', '124457.898000', '124457.901000', '124457.903000', '124457.906000', '124457.909000', '124457.911000', '124457.914000', '124457.917000', '124457.919000', '124457.922000', '124457.925000', '124457.928000', '124457.930000', '124517.815000', '124517.818000', '124517.821000', '124517.823000', '124517.826000', '124517.829000', '124517.831000', '124517.834000', '124517.836000', '124517.839000', '124517.842000', '124517.844000', '124517.847000', '124517.850000', '124517.852000', '124517.855000', '124517.857000', '124517.860000', '124517.862000', '124517.865000', '124517.868000', '124517.871000', '124517.873000', '124517.876000', '124517.879000', '124517.882000', '124517.886000', '124517.889000', '124517.891000', '124517.894000', '124517.897000', '124517.899000', '124517.902000', '124517.904000', '124517.907000', '124517.910000', '124517.912000', '124517.915000', '124517.918000', '124517.920000', '124517.923000', '124517.925000', '124517.928000', '124537.817000', '124537.820000', '124537.822000', '124537.825000', '124537.827000', '124537.830000', '124537.832000', '124537.835000', '124537.838000', '124537.841000', '124537.843000', '124537.846000', '124537.848000', '124537.851000', '124537.854000', '124537.857000', '124537.859000', '124537.862000', '124537.865000', '124537.867000', '124537.870000', '124537.872000', '124537.875000', '124537.878000', '124537.880000', '124537.883000', '124537.886000', '124537.888000', '124537.891000', '124537.893000', '124537.896000', '124537.899000', '124537.901000', '124537.904000', '124537.907000', '124537.909000', '124537.912000', '124537.928000', '124537.931000', '124537.933000', '124537.936000', '124537.939000', '124537.941000', '124537.944000', '124557.816000', '124557.819000', '124557.822000', '124557.825000', '124557.828000', '124557.830000', '124557.833000', '124557.836000', '124557.838000', '124557.841000', '124557.844000', '124557.846000', '124557.849000', '124557.852000', '124557.854000', '124557.857000', '124557.860000', '124557.862000', '124557.865000', '124557.867000', '124557.870000', '124557.873000', '124557.875000', '124557.878000', '124557.881000', '124557.883000', '124557.888000', '124557.890000', '124557.893000', '124557.896000', '124557.898000', '124557.901000', '124557.904000', '124557.906000', '124557.909000', '124557.911000', '124557.914000', '124557.917000', '124557.919000', '124557.922000', '124557.926000', '124557.929000', '124557.931000', '124617.816000', '124617.818000', '124617.821000', '124617.823000', '124617.827000', '124617.829000', '124617.832000', '124617.834000', '124617.837000', '124617.840000', '124617.842000', '124617.845000', '124617.847000', '124617.850000', '124617.853000', '124617.855000', '124617.858000', '124617.860000', '124617.863000', '124617.866000', '124617.868000', '124617.871000', '124617.873000', '124617.876000', '124617.879000', '124617.881000', '124617.884000', '124617.886000', '124617.889000', '124617.892000', '124617.894000', '124617.897000', '124617.900000', '124617.902000', '124617.905000', '124617.908000', '124617.910000', '124617.913000', '124617.915000', '124617.918000', '124617.921000', '124617.923000', '124617.926000', '124617.928000', '124637.815000', '124637.818000', '124637.821000', '124637.824000', '124637.826000', '124637.829000', '124637.831000', '124637.834000', '124637.837000', '124637.839000', '124637.842000', '124637.845000', '124637.847000', '124637.850000', '124637.852000', '124637.855000', '124637.858000', '124637.860000', '124637.866000', '124637.869000', '124637.872000', '124637.874000', '124637.877000', '124637.880000', '124637.883000', '124637.885000', '124637.888000', '124637.890000', '124637.893000', '124637.896000', '124637.898000', '124637.901000', '124637.904000', '124637.906000', '124637.909000', '124637.912000', '124637.915000', '124637.918000', '124637.921000', '124637.923000', '124637.926000', '124637.929000', '124637.931000', '124657.816000', '124657.818000', '124657.821000', '124657.824000', '124657.827000', '124657.829000', '124657.832000', '124657.835000', '124657.838000', '124657.840000', '124657.843000', '124657.846000', '124657.848000', '124657.851000', '124657.853000', '124657.856000', '124657.859000', '124657.861000', '124657.864000', '124657.866000', '124657.869000', '124657.872000', '124657.874000', '124657.877000', '124657.880000', '124657.883000', '124657.885000', '124657.888000', '124657.890000', '124657.893000', '124657.896000', '124657.898000', '124657.901000', '124657.904000', '124657.917000', '124657.919000', '124657.922000', '124657.925000', '124657.927000', '124657.930000', '124657.933000', '124657.935000', '124657.938000', '124657.941000', '124717.816000', '124717.819000', '124717.821000', '124717.824000', '124717.826000', '124717.829000', '124717.832000', '124717.834000', '124717.837000', '124717.840000', '124717.842000', '124717.845000', '124717.848000', '124717.850000', '124717.853000', '124717.856000', '124717.858000', '124717.861000', '124717.864000', '124717.866000', '124717.869000', '124717.871000', '124717.874000', '124717.877000', '124717.879000', '124717.882000', '124717.884000', '124717.887000', '124717.890000', '124717.893000', '124717.895000', '124717.898000', '124717.901000', '124717.903000', '124717.906000', '124717.908000', '124717.911000', '124717.914000', '124717.916000', '124717.919000', '124717.921000', '124717.924000', '124717.927000', '124721.579000', '124721.582000', '124721.585000', '124721.588000', '124721.592000', '124721.594000', '124721.597000', '124721.600000', '124721.603000'], 'InstanceCreationTime': ['123917.858000', '123917.861000', '123917.864000', '123917.866000', '123917.869000', '123917.871000', '123917.874000', '123917.876000', '123917.879000', '123917.882000', '123917.884000', '123917.887000', '123917.889000', '123917.892000', '123917.895000', '123917.897000', '123917.900000', '123917.902000', '123917.905000', '123917.907000', '123917.910000', '123917.912000', '123917.915000', '123917.918000', '123917.920000', '123917.923000', '123917.926000', '123917.929000', '123917.931000', '123917.934000', '123917.937000', '123917.939000', '123917.942000', '123917.944000', '123917.947000', '123917.950000', '123917.952000', '123917.955000', '123917.957000', '123917.960000', '123917.962000', '123917.965000', '123917.968000', '123917.970000', '123917.973000', '123917.975000', '123937.816000', '123937.819000', '123937.821000', '123937.824000', '123937.826000', '123937.829000', '123937.832000', '123937.834000', '123937.837000', '123937.840000', '123937.842000', '123937.845000', '123937.847000', '123937.850000', '123937.853000', '123937.855000', '123937.858000', '123937.860000', '123937.863000', '123937.865000', '123937.868000', '123937.871000', '123937.873000', '123937.891000', '123937.894000', '123937.896000', '123937.899000', '123937.901000', '123937.912000', '123937.915000', '123937.917000', '123937.920000', '123937.923000', '123937.926000', '123937.929000', '123937.933000', '123937.936000', '123937.938000', '123937.941000', '123937.944000', '123937.946000', '123937.949000', '123937.951000', '123957.815000', '123957.818000', '123957.821000', '123957.824000', '123957.826000', '123957.829000', '123957.831000', '123957.834000', '123957.836000', '123957.839000', '123957.842000', '123957.844000', '123957.847000', '123957.849000', '123957.852000', '123957.855000', '123957.857000', '123957.860000', '123957.862000', '123957.865000', '123957.867000', '123957.870000', '123957.873000', '123957.875000', '123957.878000', '123957.880000', '123957.883000', '123957.885000', '123957.888000', '123957.891000', '123957.893000', '123957.896000', '123957.898000', '123957.901000', '123957.904000', '123957.907000', '123957.909000', '123957.912000', '123957.914000', '123957.917000', '123957.920000', '123957.922000', '123957.925000', '123957.927000', '124017.816000', '124017.818000', '124017.821000', '124017.824000', '124017.826000', '124017.829000', '124017.831000', '124017.834000', '124017.842000', '124017.845000', '124017.847000', '124017.850000', '124017.852000', '124017.855000', '124017.857000', '124017.860000', '124017.863000', '124017.865000', '124017.868000', '124017.871000', '124017.873000', '124017.876000', '124017.878000', '124017.881000', '124017.884000', '124017.886000', '124017.889000', '124017.891000', '124017.894000', '124017.897000', '124017.899000', '124017.902000', '124017.904000', '124017.907000', '124017.910000', '124017.912000', '124017.915000', '124017.918000', '124017.920000', '124017.923000', '124017.925000', '124017.928000', '124017.931000', '124037.815000', '124037.818000', '124037.821000', '124037.824000', '124037.826000', '124037.829000', '124037.832000', '124037.834000', '124037.837000', '124037.840000', '124037.842000', '124037.845000', '124037.847000', '124037.850000', '124037.853000', '124037.855000', '124037.858000', '124037.860000', '124037.863000', '124037.866000', '124037.868000', '124037.871000', '124037.873000', '124037.876000', '124037.879000', '124037.881000', '124037.884000', '124037.886000', '124037.889000', '124037.892000', '124037.894000', '124037.897000', '124037.899000', '124037.902000', '124037.904000', '124037.907000', '124037.910000', '124037.912000', '124037.915000', '124037.917000', '124037.920000', '124037.923000', '124037.926000', '124037.931000', '124057.816000', '124057.819000', '124057.821000', '124057.824000', '124057.826000', '124057.829000', '124057.832000', '124057.834000', '124057.837000', '124057.839000', '124057.842000', '124057.845000', '124057.847000', '124057.850000', '124057.852000', '124057.855000', '124057.858000', '124057.860000', '124057.863000', '124057.866000', '124057.868000', '124057.871000', '124057.873000', '124057.876000', '124057.879000', '124057.881000', '124057.884000', '124057.887000', '124057.890000', '124057.893000', '124057.895000', '124057.898000', '124057.900000', '124057.903000', '124057.906000', '124057.908000', '124057.911000', '124057.913000', '124057.916000', '124057.919000', '124057.921000', '124057.924000', '124057.926000', '124117.816000', '124117.819000', '124117.822000', '124117.824000', '124117.827000', '124117.830000', '124117.832000', '124117.835000', '124117.838000', '124117.840000', '124117.843000', '124117.846000', '124117.848000', '124117.851000', '124117.853000', '124117.856000', '124117.859000', '124117.861000', '124117.864000', '124117.877000', '124117.880000', '124117.882000', '124117.885000', '124117.888000', '124117.890000', '124117.893000', '124117.895000', '124117.898000', '124117.901000', '124117.903000', '124117.906000', '124117.908000', '124117.911000', '124117.914000', '124117.916000', '124117.919000', '124117.922000', '124117.924000', '124117.927000', '124117.929000', '124117.932000', '124117.935000', '124117.937000', '124117.940000', '124137.816000', '124137.818000', '124137.821000', '124137.824000', '124137.826000', '124137.829000', '124137.832000', '124137.834000', '124137.837000', '124137.839000', '124137.842000', '124137.845000', '124137.847000', '124137.850000', '124137.852000', '124137.855000', '124137.858000', '124137.860000', '124137.863000', '124137.865000', '124137.868000', '124137.871000', '124137.873000', '124137.876000', '124137.879000', '124137.881000', '124137.884000', '124137.887000', '124137.889000', '124137.892000', '124137.894000', '124137.897000', '124137.900000', '124137.902000', '124137.905000', '124137.907000', '124137.910000', '124137.913000', '124137.915000', '124137.918000', '124137.920000', '124137.923000', '124137.926000', '124157.816000', '124157.819000', '124157.821000', '124157.824000', '124157.826000', '124157.829000', '124157.832000', '124157.835000', '124157.837000', '124157.840000', '124157.842000', '124157.845000', '124157.848000', '124157.850000', '124157.853000', '124157.856000', '124157.858000', '124157.861000', '124157.864000', '124157.866000', '124157.869000', '124157.872000', '124157.874000', '124157.877000', '124157.879000', '124157.882000', '124157.885000', '124157.887000', '124157.890000', '124157.892000', '124157.895000', '124157.906000', '124157.908000', '124157.911000', '124157.914000', '124157.916000', '124157.919000', '124157.922000', '124157.924000', '124157.927000', '124157.929000', '124157.932000', '124157.935000', '124157.937000', '124217.816000', '124217.819000', '124217.821000', '124217.824000', '124217.827000', '124217.829000', '124217.832000', '124217.835000', '124217.837000', '124217.840000', '124217.842000', '124217.845000', '124217.848000', '124217.850000', '124217.853000', '124217.856000', '124217.858000', '124217.861000', '124217.863000', '124217.866000', '124217.869000', '124217.871000', '124217.874000', '124217.876000', '124217.879000', '124217.882000', '124217.884000', '124217.887000', '124217.889000', '124217.892000', '124217.895000', '124217.897000', '124217.900000', '124217.903000', '124217.905000', '124217.908000', '124217.910000', '124217.913000', '124217.916000', '124217.918000', '124217.921000', '124217.923000', '124217.926000', '124237.816000', '124237.818000', '124237.821000', '124237.824000', '124237.826000', '124237.829000', '124237.831000', '124237.834000', '124237.836000', '124237.839000', '124237.841000', '124237.844000', '124237.847000', '124237.849000', '124237.852000', '124237.854000', '124237.857000', '124237.860000', '124237.863000', '124237.865000', '124237.868000', '124237.871000', '124237.873000', '124237.876000', '124237.879000', '124237.881000', '124237.884000', '124237.886000', '124237.889000', '124237.892000', '124237.895000', '124237.897000', '124237.900000', '124237.903000', '124237.905000', '124237.908000', '124237.910000', '124237.913000', '124237.916000', '124237.918000', '124237.921000', '124237.923000', '124237.926000', '124237.929000', '124257.828000', '124257.831000', '124257.834000', '124257.836000', '124257.839000', '124257.841000', '124257.844000', '124257.846000', '124257.849000', '124257.852000', '124257.854000', '124257.857000', '124257.860000', '124257.862000', '124257.865000', '124257.868000', '124257.870000', '124257.873000', '124257.876000', '124257.878000', '124257.881000', '124257.883000', '124257.886000', '124257.888000', '124257.891000', '124257.894000', '124257.896000', '124257.899000', '124257.902000', '124257.904000', '124257.907000', '124257.909000', '124257.912000', '124257.915000', '124257.917000', '124257.920000', '124257.922000', '124257.925000', '124257.927000', '124257.930000', '124257.933000', '124257.935000', '124257.938000', '124317.817000', '124317.820000', '124317.822000', '124317.825000', '124317.828000', '124317.830000', '124317.833000', '124317.836000', '124317.838000', '124317.841000', '124317.843000', '124317.847000', '124317.850000', '124317.852000', '124317.855000', '124317.857000', '124317.860000', '124317.863000', '124317.865000', '124317.868000', '124317.870000', '124317.873000', '124317.875000', '124317.878000', '124317.880000', '124317.883000', '124317.886000', '124317.888000', '124317.891000', '124317.894000', '124317.896000', '124317.899000', '124317.902000', '124317.904000', '124317.907000', '124317.910000', '124317.912000', '124317.915000', '124317.918000', '124317.920000', '124317.923000', '124317.925000', '124317.928000', '124337.816000', '124337.819000', '124337.822000', '124337.824000', '124337.827000', '124337.830000', '124337.832000', '124337.835000', '124337.838000', '124337.840000', '124337.843000', '124337.845000', '124337.848000', '124337.851000', '124337.853000', '124337.856000', '124337.859000', '124337.861000', '124337.864000', '124337.866000', '124337.869000', '124337.871000', '124337.874000', '124337.877000', '124337.879000', '124337.882000', '124337.884000', '124337.887000', '124337.890000', '124337.892000', '124337.895000', '124337.898000', '124337.900000', '124337.903000', '124337.905000', '124337.908000', '124337.911000', '124337.913000', '124337.916000', '124337.918000', '124337.921000', '124337.924000', '124337.926000', '124337.929000', '124357.816000', '124357.818000', '124357.821000', '124357.824000', '124357.826000', '124357.829000', '124357.832000', '124357.834000', '124357.837000', '124357.840000', '124357.843000', '124357.846000', '124357.848000', '124357.851000', '124357.854000', '124357.856000', '124357.859000', '124357.861000', '124357.864000', '124357.866000', '124357.869000', '124357.872000', '124357.874000', '124357.877000', '124357.880000', '124357.882000', '124357.885000', '124357.887000', '124357.890000', '124357.893000', '124357.895000', '124357.898000', '124357.901000', '124357.903000', '124357.906000', '124357.909000', '124357.911000', '124357.914000', '124357.916000', '124357.919000', '124357.922000', '124357.924000', '124357.927000', '124417.816000', '124417.818000', '124417.821000', '124417.824000', '124417.826000', '124417.829000', '124417.831000', '124417.834000', '124417.836000', '124417.839000', '124417.842000', '124417.844000', '124417.847000', '124417.849000', '124417.852000', '124417.855000', '124417.857000', '124417.860000', '124417.862000', '124417.865000', '124417.868000', '124417.870000', '124417.873000', '124417.876000', '124417.878000', '124417.881000', '124417.909000', '124417.912000', '124417.914000', '124417.917000', '124417.919000', '124417.922000', '124417.925000', '124417.927000', '124417.930000', '124417.932000', '124417.935000', '124417.938000', '124417.940000', '124417.943000', '124417.945000', '124417.948000', '124417.951000', '124417.953000', '124437.816000', '124437.819000', '124437.821000', '124437.824000', '124437.826000', '124437.829000', '124437.831000', '124437.834000', '124437.836000', '124437.839000', '124437.842000', '124437.844000', '124437.847000', '124437.849000', '124437.852000', '124437.855000', '124437.858000', '124437.861000', '124437.864000', '124437.867000', '124437.869000', '124437.872000', '124437.874000', '124437.877000', '124437.880000', '124437.882000', '124437.886000', '124437.889000', '124437.891000', '124437.894000', '124437.897000', '124437.899000', '124437.902000', '124437.905000', '124437.907000', '124437.910000', '124437.912000', '124437.915000', '124437.918000', '124437.920000', '124437.923000', '124437.925000', '124437.928000', '124457.816000', '124457.819000', '124457.821000', '124457.824000', '124457.826000', '124457.829000', '124457.832000', '124457.834000', '124457.837000', '124457.839000', '124457.842000', '124457.845000', '124457.847000', '124457.850000', '124457.853000', '124457.855000', '124457.858000', '124457.861000', '124457.863000', '124457.866000', '124457.869000', '124457.871000', '124457.874000', '124457.877000', '124457.879000', '124457.882000', '124457.885000', '124457.887000', '124457.890000', '124457.892000', '124457.895000', '124457.898000', '124457.901000', '124457.903000', '124457.906000', '124457.909000', '124457.911000', '124457.914000', '124457.917000', '124457.919000', '124457.922000', '124457.925000', '124457.928000', '124457.930000', '124517.815000', '124517.818000', '124517.821000', '124517.823000', '124517.826000', '124517.829000', '124517.831000', '124517.834000', '124517.836000', '124517.839000', '124517.842000', '124517.844000', '124517.847000', '124517.850000', '124517.852000', '124517.855000', '124517.857000', '124517.860000', '124517.862000', '124517.865000', '124517.868000', '124517.871000', '124517.873000', '124517.876000', '124517.879000', '124517.882000', '124517.886000', '124517.889000', '124517.891000', '124517.894000', '124517.897000', '124517.899000', '124517.902000', '124517.904000', '124517.907000', '124517.910000', '124517.912000', '124517.915000', '124517.918000', '124517.920000', '124517.923000', '124517.925000', '124517.928000', '124537.817000', '124537.820000', '124537.822000', '124537.825000', '124537.827000', '124537.830000', '124537.832000', '124537.835000', '124537.838000', '124537.841000', '124537.843000', '124537.846000', '124537.848000', '124537.851000', '124537.854000', '124537.857000', '124537.859000', '124537.862000', '124537.865000', '124537.867000', '124537.870000', '124537.872000', '124537.875000', '124537.878000', '124537.880000', '124537.883000', '124537.886000', '124537.888000', '124537.891000', '124537.893000', '124537.896000', '124537.899000', '124537.901000', '124537.904000', '124537.907000', '124537.909000', '124537.912000', '124537.928000', '124537.931000', '124537.933000', '124537.936000', '124537.939000', '124537.941000', '124537.944000', '124557.816000', '124557.819000', '124557.822000', '124557.825000', '124557.828000', '124557.830000', '124557.833000', '124557.836000', '124557.838000', '124557.841000', '124557.844000', '124557.846000', '124557.849000', '124557.852000', '124557.854000', '124557.857000', '124557.860000', '124557.862000', '124557.865000', '124557.867000', '124557.870000', '124557.873000', '124557.875000', '124557.878000', '124557.881000', '124557.883000', '124557.888000', '124557.890000', '124557.893000', '124557.896000', '124557.898000', '124557.901000', '124557.904000', '124557.906000', '124557.909000', '124557.911000', '124557.914000', '124557.917000', '124557.919000', '124557.922000', '124557.926000', '124557.929000', '124557.931000', '124617.816000', '124617.818000', '124617.821000', '124617.823000', '124617.827000', '124617.829000', '124617.832000', '124617.834000', '124617.837000', '124617.840000', '124617.842000', '124617.845000', '124617.847000', '124617.850000', '124617.853000', '124617.855000', '124617.858000', '124617.860000', '124617.863000', '124617.866000', '124617.868000', '124617.871000', '124617.873000', '124617.876000', '124617.879000', '124617.881000', '124617.884000', '124617.886000', '124617.889000', '124617.892000', '124617.894000', '124617.897000', '124617.900000', '124617.902000', '124617.905000', '124617.908000', '124617.910000', '124617.913000', '124617.915000', '124617.918000', '124617.921000', '124617.923000', '124617.926000', '124617.928000', '124637.815000', '124637.818000', '124637.821000', '124637.824000', '124637.826000', '124637.829000', '124637.831000', '124637.834000', '124637.837000', '124637.839000', '124637.842000', '124637.845000', '124637.847000', '124637.850000', '124637.852000', '124637.855000', '124637.858000', '124637.860000', '124637.866000', '124637.869000', '124637.872000', '124637.874000', '124637.877000', '124637.880000', '124637.883000', '124637.885000', '124637.888000', '124637.890000', '124637.893000', '124637.896000', '124637.898000', '124637.901000', '124637.904000', '124637.906000', '124637.909000', '124637.912000', '124637.915000', '124637.918000', '124637.921000', '124637.923000', '124637.926000', '124637.929000', '124637.931000', '124657.816000', '124657.818000', '124657.821000', '124657.824000', '124657.827000', '124657.829000', '124657.832000', '124657.835000', '124657.838000', '124657.840000', '124657.843000', '124657.846000', '124657.848000', '124657.851000', '124657.853000', '124657.856000', '124657.859000', '124657.861000', '124657.864000', '124657.866000', '124657.869000', '124657.872000', '124657.874000', '124657.877000', '124657.880000', '124657.883000', '124657.885000', '124657.888000', '124657.890000', '124657.893000', '124657.896000', '124657.898000', '124657.901000', '124657.904000', '124657.917000', '124657.919000', '124657.922000', '124657.925000', '124657.927000', '124657.930000', '124657.933000', '124657.935000', '124657.938000', '124657.941000', '124717.816000', '124717.819000', '124717.821000', '124717.824000', '124717.826000', '124717.829000', '124717.832000', '124717.834000', '124717.837000', '124717.840000', '124717.842000', '124717.845000', '124717.848000', '124717.850000', '124717.853000', '124717.856000', '124717.858000', '124717.861000', '124717.864000', '124717.866000', '124717.869000', '124717.871000', '124717.874000', '124717.877000', '124717.879000', '124717.882000', '124717.884000', '124717.887000', '124717.890000', '124717.893000', '124717.895000', '124717.898000', '124717.901000', '124717.903000', '124717.906000', '124717.908000', '124717.911000', '124717.914000', '124717.916000', '124717.919000', '124717.921000', '124717.924000', '124717.927000', '124721.579000', '124721.582000', '124721.585000', '124721.588000', '124721.592000', '124721.594000', '124721.597000', '124721.600000', '124721.603000'], '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': [13648, 10191, 11237, 15660, 10540, 10796, 14696, 10275, 11403, 15045, 10737, 10023, 13580, 10410, 9938, 12894, 11063, 10142, 11966, 10597, 10139, 10529, 10721, 10028, 11676, 10877, 10110, 12188, 10124, 9697, 10490, 11069, 10124, 10099, 13285, 10027, 10116, 11864, 10073, 10291, 13091, 10566, 10061, 12720, 10908, 10227, 11867, 11192, 10171, 11539, 10233, 10197, 9596, 10269, 9972, 10673, 11645, 10106, 9929, 12710, 10043, 10012, 13059, 10011, 9789, 12490, 10009, 9715, 10503, 9181, 9952, 10445, 10745, 10359, 10045, 9543, 10349, 9773, 8750, 9978, 11207, 10125, 10180, 9509, 9356, 10301, 10935, 10585, 10759, 10427, 9758, 10332, 9400, 8376, 9479, 11872, 10848, 9714, 12119, 11363, 10017, 9953, 9862, 9514, 11442, 15521, 9611, 10393, 13947, 9656, 9897, 12824, 9704, 10285, 13170, 9187, 10047, 11845, 8788, 9935, 11645, 9568, 10185, 12242, 9528, 10081, 11543, 10316, 10267, 12828, 12370, 9993, 9964, 12983, 9940, 10425, 14227, 10085, 10594, 13502, 10381, 10066, 12192, 10200, 10474, 12829, 11190, 10202, 10677, 9820, 10094, 9996, 9223, 9918, 10843, 13192, 10085, 10211, 10072, 9976, 10292, 13517, 9871, 9968, 11455, 9992, 10056, 8932, 9744, 10169, 13065, 10092, 10132, 9841, 10821, 10164, 10471, 10422, 11252, 10059, 10683, 10203, 13535, 11001, 10015, 14831, 10775, 10053, 12438, 10322, 9706, 12757, 10918, 9891, 13018, 9998, 10455, 10776, 10607, 10369, 10699, 15090, 10415, 10565, 13402, 10969, 9986, 12607, 10914, 10094, 12493, 10944, 10090, 11579, 10639, 10039, 12797, 10380, 10156, 12171, 10247, 10413, 11134, 10945, 10486, 11069, 11269, 10303, 10678, 10635, 11080, 11257, 10442, 10352, 12108, 12185, 10802, 10085, 12394, 10096, 10645, 15071, 10867, 10372, 13098, 11223, 9851, 12712, 10936, 10098, 11897, 10983, 10111, 10586, 11158, 10205, 11156, 12347, 10305, 10147, 12013, 11038, 9955, 11450, 10677, 9914, 10583, 10971, 9697, 10494, 10973, 10537, 12957, 11002, 10394, 12040, 11139, 10006, 12512, 10591, 9914, 12911, 10831, 10145, 12001, 10921, 10290, 12593, 10559, 10247, 12145, 10149, 10726, 10994, 10318, 10028, 11365, 12527, 10475, 9955, 13482, 10562, 10255, 12045, 10813, 10023, 11762, 10686, 10279, 10871, 10480, 10409, 12027, 10489, 9929, 12294, 10414, 10338, 12470, 11148, 10505, 12284, 13645, 10575, 9911, 10372, 10633, 10923, 13321, 10376, 10202, 13605, 10994, 10018, 13141, 10741, 10044, 13129, 11514, 9908, 12818, 11366, 10407, 11684, 11111, 10429, 10285, 11840, 11015, 9823, 10473, 10928, 10169, 12880, 10548, 10194, 11406, 11183, 10055, 13028, 11275, 9970, 12628, 11160, 10466, 10829, 11537, 10621, 11709, 10552, 10953, 10674, 10465, 11233, 10161, 9938, 10738, 10811, 13641, 10616, 10132, 11304, 11127, 10091, 11599, 10508, 10050, 12577, 10957, 9637, 10808, 10332, 10709, 10917, 10333, 12608, 10999, 10342, 13263, 11637, 9878, 13570, 10929, 10247, 10449, 12135, 10166, 10244, 15278, 10948, 10054, 12769, 11033, 10018, 12597, 10616, 10082, 12771, 10977, 9882, 12484, 11181, 10033, 12645, 11259, 10483, 10632, 11191, 9868, 12879, 11547, 10016, 12891, 11047, 10084, 12581, 11072, 9950, 11985, 10504, 9848, 10872, 10568, 11970, 10212, 10571, 12792, 10988, 10673, 14074, 13594, 10031, 11933, 12245, 10630, 9963, 9970, 10140, 11296, 12393, 10384, 10099, 11744, 10595, 9970, 14220, 11182, 9920, 12800, 11148, 10218, 11356, 10442, 10212, 11785, 11110, 10237, 10653, 10352, 10545, 11609, 11073, 10068, 12740, 11615, 10247, 11822, 10922, 10646, 11652, 10698, 10056, 11050, 12382, 10542, 10075, 12715, 10516, 10085, 13623, 11698, 9756, 12011, 11263, 10300, 11168, 9867, 10360, 10455, 9424, 10778, 10177, 11763, 10243, 9974, 11643, 10884, 9838, 8310, 10712, 10562, 12392, 10637, 10328, 10965, 10960, 10183, 12085, 10679, 10277, 12525, 11342, 9599, 9643, 10965, 10612, 12825, 10796, 10053, 11306, 11186, 11040, 11592, 10843, 10945, 14194, 11071, 10190, 10737, 11094, 10689, 13836, 10751, 10118, 11224, 10581, 10408, 14376, 10771, 10339, 13649, 10969, 9964, 12023, 11073, 9929, 12551, 10936, 10256, 11235, 10520, 10275, 12271, 11176, 9913, 12489, 11173, 10212, 11523, 11135, 10250, 12423, 10955, 10271, 12687, 10586, 10248, 13397, 11024, 10481, 11545, 11649, 11197, 10568, 10349, 10842, 10656, 15409, 10477, 10179, 13397, 11260, 10254, 12332, 11308, 9827, 12351, 11123, 10754, 10373, 11423, 10561, 11153, 11568, 10881, 10257, 11437, 10978, 11073, 10903, 11096, 11259, 13937, 11300, 10063, 12922, 11609, 10192, 12704, 11449, 10556, 11369, 11640, 11012, 10024, 11132, 11109, 10828, 14111, 11483, 9901, 11890, 10850, 10266, 12046, 10984, 10095, 12303, 10958, 10881, 10677, 10743, 10173, 11464, 10542, 10628, 10516, 9992, 10677, 11502, 11162, 10698, 10334, 13759, 11149, 10316, 12964, 11066, 10071, 12444, 11155, 10443, 12082, 11148, 10161, 13187, 11608, 10413, 12141, 10241, 11115, 10227, 14017, 10595, 9971, 13117, 11205, 10603, 10879, 11424, 11082, 10443, 11019, 10925, 10338, 13441, 11623, 10130, 11130, 10782, 10723, 11031, 11148, 10913, 10820, 11415, 11542, 10559, 11934, 11149, 10706, 11448, 11572, 10133, 11508, 11475, 10699, 10316, 11585, 10446, 11663, 11448, 11551, 12904, 11178, 11228, 13765, 11266, 10331, 14030, 11127, 10509, 13299, 10998, 10533, 11217, 10922, 10774, 11256, 11486, 10678, 10709, 10634, 11262, 10423, 10491, 11004, 10647, 14183, 11084, 10202, 13245, 11070, 10370, 12180, 11523, 10503, 12108, 11582, 11029, 10841, 11652, 11066, 10927, 13997, 11230, 10332, 12770, 11466, 10566, 11611, 11453, 10419, 12315, 11311, 10805, 11416, 11409, 10831, 11562, 10589, 10679, 12276, 11123, 10898, 11439, 10673, 10509, 12813, 11101, 10878, 12485, 10725, 10507, 11799, 10950, 10648, 10460, 10693, 11050, 11021, 13841, 10395, 10417, 14220, 11278, 10179, 12596, 11088, 10248, 11564, 10388, 10968, 10432, 10219, 11461, 10633, 12676, 11114, 10046, 12435, 10932, 10775, 10988, 11256, 10923, 10953, 10160, 11621, 10360, 11424, 11700, 10919, 14051, 11339, 10311, 13108, 11616, 10325, 11891, 11158, 10578, 12007, 11017, 10517, 11952, 11247, 10793, 12077, 10762, 10628, 12307, 10498, 11436, 10592, 11121, 11279, 11127, 12241, 10827, 10236, 13529, 11007, 10583, 12755, 11155, 10380, 12069, 11410, 10704, 11642, 11391, 11005, 11631, 11003, 10846, 11127, 10674, 11135, 10705, 10715, 10933, 11885, 11545, 11011, 11730, 11475, 11180, 11898, 11378, 11267, 10991, 14995, 11440, 10281, 12937, 11837, 10541, 12075, 11570, 10961, 10744, 11173, 10843, 11788, 11456, 10891, 11547, 11777, 11468, 10899, 10435, 10919, 10627, 10491, 11141, 10345, 13017, 11165, 10154, 12996, 11325, 10183, 11323, 11177, 10238, 13157, 11256, 10480, 12154, 11081, 10722, 11709, 11482, 10414, 12496, 11133, 10895, 11197, 11326, 10549, 12846, 11811, 10442, 12678, 11384, 10760, 12276, 11276, 10703, 12993, 11608, 10604, 12450, 11267, 10205, 12839, 10966, 10841, 12346, 11378, 10464, 12818, 11360, 10692, 10892, 11434, 10922, 10914, 12104, 10629, 10078, 12446, 10962, 10300, 12642, 11213, 9844, 12514, 11446, 10402, 10896, 11706, 10491, 11914, 11440, 10612, 11323, 10520, 11091, 11096, 11098, 10792, 12416, 11728, 10747, 13067, 11400, 11483, 12329, 15642, 11193, 11129, 13271, 12022, 10387, 13069, 12020, 10128, 11735, 11176, 10765, 10423, 11491, 11429, 10053, 13145, 11641, 10128, 12570, 11734, 10096, 11672, 11788, 10944, 11976, 11641, 10994, 10944, 12542, 11253, 9907, 11479, 11480, 10103, 13074, 12274, 10594, 11543, 11911, 10921, 11314, 11850, 11304, 10467, 10168, 12244, 10837, 11563, 11664, 10983, 12128, 11984, 11264, 11859, 11992, 11423, 11881, 12053, 11112, 11504, 11450, 11215, 10883, 10146, 11370, 10268, 14494, 11496, 10741, 12106, 11530, 10901, 11938, 11264, 11011, 9945, 11309, 11467, 10669, 11216, 11224, 10447, 11413, 11443, 10737, 10135, 11724, 10646, 10017, 11837, 10557, 10437, 11846, 10615, 10405, 11741, 10287], 'WindowCenter': [4478.0, 4429.0, 4430.0, 4444.0, 4398.0, 4399.0, 4416.0, 4384.0, 4395.0, 4403.0, 4381.0, 4372.0, 4390.0, 4368.0, 4372.0, 4390.0, 4378.0, 4370.0, 4379.0, 4368.0, 4371.0, 4369.0, 4380.0, 4370.0, 4382.0, 4378.0, 4369.0, 4391.0, 4368.0, 4359.0, 4368.0, 4379.0, 4369.0, 4372.0, 4389.0, 4371.0, 4381.0, 4379.0, 4370.0, 4384.0, 4401.0, 4383.0, 4374.0, 4392.0, 4380.0, 4382.0, 4389.0, 4390.0, 4384.0, 4393.0, 4381.0, 4386.0, 4384.0, 4384.0, 4386.0, 4397.0, 4394.0, 4386.0, 4387.0, 4402.0, 4385.0, 4387.0, 4406.0, 4384.0, 4386.0, 4404.0, 4385.0, 4386.0, 4397.0, 4373.0, 4386.0, 4397.0, 4395.0, 4398.0, 4387.0, 4386.0, 4395.0, 4399.0, 4386.0, 4401.0, 4408.0, 4398.0, 4409.0, 4399.0, 4390.0, 4412.0, 4413.0, 4409.0, 4410.0, 4425.0, 4401.0, 4413.0, 4399.0, 4389.0, 4412.0, 4425.0, 4410.0, 4398.0, 4421.0, 4406.0, 4399.0, 4400.0, 4397.0, 4388.0, 4410.0, 4426.0, 4385.0, 4399.0, 4416.0, 4386.0, 4396.0, 4406.0, 4386.0, 4395.0, 4406.0, 4375.0, 4386.0, 4396.0, 4375.0, 4387.0, 4398.0, 4385.0, 4396.0, 4405.0, 4384.0, 4397.0, 4397.0, 4382.0, 4386.0, 4408.0, 4392.0, 4384.0, 4375.0, 4403.0, 4384.0, 4384.0, 4404.0, 4384.0, 4384.0, 4404.0, 4382.0, 4385.0, 4391.0, 4382.0, 4386.0, 4406.0, 4382.0, 4384.0, 4382.0, 4370.0, 4384.0, 4383.0, 4373.0, 4383.0, 4384.0, 4403.0, 4384.0, 4384.0, 4382.0, 4385.0, 4395.0, 4406.0, 4383.0, 4386.0, 4395.0, 4383.0, 4398.0, 4375.0, 4388.0, 4398.0, 4405.0, 4397.0, 4400.0, 4396.0, 4407.0, 4397.0, 4396.0, 4399.0, 4409.0, 4387.0, 4397.0, 4400.0, 4417.0, 4397.0, 4388.0, 4414.0, 4393.0, 4386.0, 4404.0, 4386.0, 4387.0, 4403.0, 4393.0, 4386.0, 4405.0, 4385.0, 4395.0, 4396.0, 4382.0, 4386.0, 4396.0, 4415.0, 4385.0, 4396.0, 4403.0, 4381.0, 4385.0, 4405.0, 4395.0, 4396.0, 4405.0, 4394.0, 4396.0, 4394.0, 4396.0, 4396.0, 4418.0, 4383.0, 4398.0, 4405.0, 4384.0, 4398.0, 4396.0, 4393.0, 4397.0, 4397.0, 4396.0, 4396.0, 4395.0, 4381.0, 4396.0, 4397.0, 4384.0, 4387.0, 4406.0, 4393.0, 4385.0, 4385.0, 4394.0, 4383.0, 4385.0, 4415.0, 4380.0, 4386.0, 4392.0, 4382.0, 4384.0, 4405.0, 4383.0, 4384.0, 4394.0, 4382.0, 4385.0, 4383.0, 4392.0, 4385.0, 4396.0, 4389.0, 4383.0, 4385.0, 4393.0, 4384.0, 4386.0, 4394.0, 4385.0, 4386.0, 4383.0, 4395.0, 4389.0, 4396.0, 4394.0, 4398.0, 4406.0, 4396.0, 4395.0, 4406.0, 4406.0, 4398.0, 4406.0, 4396.0, 4396.0, 4404.0, 4396.0, 4397.0, 4406.0, 4395.0, 4398.0, 4408.0, 4396.0, 4387.0, 4403.0, 4383.0, 4396.0, 4398.0, 4385.0, 4388.0, 4408.0, 4406.0, 4395.0, 4395.0, 4406.0, 4396.0, 4397.0, 4405.0, 4397.0, 4387.0, 4396.0, 4396.0, 4395.0, 4393.0, 4397.0, 4410.0, 4404.0, 4398.0, 4397.0, 4405.0, 4396.0, 4399.0, 4421.0, 4396.0, 4396.0, 4407.0, 4405.0, 4384.0, 4385.0, 4383.0, 4385.0, 4397.0, 4403.0, 4383.0, 4384.0, 4405.0, 4384.0, 4386.0, 4404.0, 4394.0, 4387.0, 4403.0, 4394.0, 4386.0, 4404.0, 4390.0, 4385.0, 4395.0, 4384.0, 4384.0, 4383.0, 4389.0, 4384.0, 4385.0, 4383.0, 4393.0, 4386.0, 4405.0, 4395.0, 4393.0, 4392.0, 4395.0, 4398.0, 4406.0, 4393.0, 4386.0, 4405.0, 4392.0, 4397.0, 4395.0, 4392.0, 4397.0, 4406.0, 4382.0, 4394.0, 4382.0, 4382.0, 4394.0, 4385.0, 4381.0, 4391.0, 4395.0, 4404.0, 4383.0, 4385.0, 4381.0, 4394.0, 4385.0, 4393.0, 4385.0, 4385.0, 4403.0, 4394.0, 4387.0, 4394.0, 4398.0, 4397.0, 4395.0, 4398.0, 4405.0, 4395.0, 4397.0, 4409.0, 4394.0, 4385.0, 4405.0, 4383.0, 4384.0, 4385.0, 4390.0, 4383.0, 4385.0, 4414.0, 4383.0, 4383.0, 4391.0, 4393.0, 4385.0, 4392.0, 4381.0, 4386.0, 4403.0, 4391.0, 4385.0, 4405.0, 4395.0, 4386.0, 4400.0, 4395.0, 4393.0, 4393.0, 4395.0, 4387.0, 4407.0, 4396.0, 4386.0, 4405.0, 4393.0, 4399.0, 4406.0, 4408.0, 4397.0, 4406.0, 4399.0, 4399.0, 4409.0, 4409.0, 4411.0, 4398.0, 4399.0, 4418.0, 4396.0, 4396.0, 4418.0, 4406.0, 4383.0, 4396.0, 4391.0, 4382.0, 4384.0, 4383.0, 4383.0, 4395.0, 4402.0, 4384.0, 4384.0, 4391.0, 4382.0, 4385.0, 4415.0, 4392.0, 4384.0, 4401.0, 4382.0, 4382.0, 4391.0, 4382.0, 4385.0, 4397.0, 4391.0, 4385.0, 4383.0, 4385.0, 4396.0, 4406.0, 4395.0, 4384.0, 4403.0, 4392.0, 4386.0, 4394.0, 4382.0, 4385.0, 4396.0, 4384.0, 4372.0, 4393.0, 4392.0, 4384.0, 4386.0, 4403.0, 4382.0, 4386.0, 4401.0, 4393.0, 4375.0, 4391.0, 4380.0, 4383.0, 4384.0, 4371.0, 4382.0, 4381.0, 4360.0, 4383.0, 4385.0, 4392.0, 4384.0, 4385.0, 4391.0, 4395.0, 4387.0, 4373.0, 4408.0, 4409.0, 4406.0, 4396.0, 4399.0, 4394.0, 4398.0, 4395.0, 4404.0, 4395.0, 4398.0, 4406.0, 4408.0, 4389.0, 4386.0, 4405.0, 4397.0, 4417.0, 4395.0, 4398.0, 4394.0, 4410.0, 4410.0, 4405.0, 4397.0, 4400.0, 4415.0, 4396.0, 4397.0, 4396.0, 4396.0, 4398.0, 4416.0, 4394.0, 4383.0, 4393.0, 4394.0, 4398.0, 4417.0, 4395.0, 4385.0, 4404.0, 4392.0, 4387.0, 4405.0, 4393.0, 4384.0, 4401.0, 4394.0, 4395.0, 4395.0, 4395.0, 4397.0, 4408.0, 4397.0, 4399.0, 4405.0, 4406.0, 4397.0, 4404.0, 4406.0, 4395.0, 4403.0, 4398.0, 4400.0, 4415.0, 4395.0, 4398.0, 4417.0, 4395.0, 4395.0, 4395.0, 4392.0, 4393.0, 4396.0, 4383.0, 4395.0, 4396.0, 4415.0, 4381.0, 4383.0, 4401.0, 4392.0, 4383.0, 4405.0, 4392.0, 4384.0, 4393.0, 4392.0, 4393.0, 4384.0, 4392.0, 4393.0, 4396.0, 4393.0, 4395.0, 4385.0, 4393.0, 4396.0, 4396.0, 4394.0, 4395.0, 4398.0, 4405.0, 4395.0, 4387.0, 4404.0, 4391.0, 4382.0, 4405.0, 4393.0, 4383.0, 4395.0, 4392.0, 4395.0, 4386.0, 4393.0, 4394.0, 4398.0, 4415.0, 4390.0, 4386.0, 4391.0, 4394.0, 4385.0, 4404.0, 4393.0, 4385.0, 4405.0, 4393.0, 4393.0, 4397.0, 4391.0, 4396.0, 4404.0, 4394.0, 4397.0, 4395.0, 4386.0, 4397.0, 4408.0, 4394.0, 4396.0, 4398.0, 4412.0, 4394.0, 4398.0, 4412.0, 4395.0, 4398.0, 4405.0, 4397.0, 4397.0, 4405.0, 4405.0, 4397.0, 4419.0, 4395.0, 4393.0, 4405.0, 4382.0, 4395.0, 4385.0, 4415.0, 4384.0, 4385.0, 4402.0, 4392.0, 4383.0, 4383.0, 4392.0, 4394.0, 4395.0, 4381.0, 4383.0, 4385.0, 4403.0, 4393.0, 4385.0, 4390.0, 4392.0, 4395.0, 4395.0, 4394.0, 4394.0, 4396.0, 4392.0, 4405.0, 4395.0, 4405.0, 4407.0, 4396.0, 4394.0, 4407.0, 4398.0, 4405.0, 4408.0, 4407.0, 4399.0, 4409.0, 4396.0, 4407.0, 4410.0, 4411.0, 4415.0, 4408.0, 4406.0, 4413.0, 4393.0, 4397.0, 4417.0, 4393.0, 4393.0, 4405.0, 4393.0, 4394.0, 4393.0, 4381.0, 4394.0, 4397.0, 4393.0, 4396.0, 4396.0, 4383.0, 4396.0, 4396.0, 4385.0, 4396.0, 4396.0, 4415.0, 4395.0, 4385.0, 4403.0, 4393.0, 4385.0, 4406.0, 4393.0, 4384.0, 4395.0, 4392.0, 4396.0, 4394.0, 4394.0, 4396.0, 4396.0, 4414.0, 4394.0, 4386.0, 4403.0, 4397.0, 4396.0, 4405.0, 4407.0, 4397.0, 4402.0, 4407.0, 4408.0, 4406.0, 4405.0, 4406.0, 4404.0, 4397.0, 4409.0, 4406.0, 4407.0, 4410.0, 4409.0, 4396.0, 4409.0, 4419.0, 4396.0, 4397.0, 4407.0, 4394.0, 4395.0, 4409.0, 4394.0, 4397.0, 4395.0, 4384.0, 4392.0, 4396.0, 4415.0, 4383.0, 4393.0, 4403.0, 4393.0, 4384.0, 4405.0, 4391.0, 4386.0, 4395.0, 4381.0, 4384.0, 4383.0, 4379.0, 4395.0, 4385.0, 4401.0, 4391.0, 4385.0, 4392.0, 4382.0, 4396.0, 4393.0, 4393.0, 4397.0, 4398.0, 4385.0, 4395.0, 4386.0, 4392.0, 4406.0, 4396.0, 4416.0, 4396.0, 4385.0, 4402.0, 4406.0, 4395.0, 4407.0, 4406.0, 4399.0, 4407.0, 4394.0, 4395.0, 4406.0, 4407.0, 4409.0, 4406.0, 4394.0, 4397.0, 4407.0, 4395.0, 4408.0, 4398.0, 4393.0, 4405.0, 4406.0, 4405.0, 4396.0, 4394.0, 4402.0, 4396.0, 4398.0, 4405.0, 4394.0, 4396.0, 4407.0, 4404.0, 4399.0, 4406.0, 4406.0, 4408.0, 4409.0, 4396.0, 4398.0, 4397.0, 4397.0, 4405.0, 4397.0, 4396.0, 4406.0, 4409.0, 4407.0, 4397.0, 4408.0, 4404.0, 4404.0, 4409.0, 4397.0, 4394.0, 4394.0, 4414.0, 4394.0, 4387.0, 4404.0, 4394.0, 4384.0, 4393.0, 4391.0, 4395.0, 4395.0, 4393.0, 4395.0, 4406.0, 4394.0, 4396.0, 4391.0, 4393.0, 4392.0, 4396.0, 4381.0, 4393.0, 4385.0, 4381.0, 4393.0, 4385.0, 4404.0, 4394.0, 4384.0, 4404.0, 4391.0, 4397.0, 4391.0, 4393.0, 4396.0, 4402.0, 4395.0, 4396.0, 4403.0, 4393.0, 4398.0, 4405.0, 4406.0, 4396.0, 4401.0, 4395.0, 4398.0, 4397.0, 4397.0, 4397.0, 4417.0, 4407.0, 4397.0, 4403.0, 4405.0, 4407.0, 4405.0, 4396.0, 4396.0, 4405.0, 4407.0, 4396.0, 4406.0, 4408.0, 4396.0, 4417.0, 4395.0, 4407.0, 4404.0, 4407.0, 4396.0, 4418.0, 4396.0, 4394.0, 4396.0, 4391.0, 4394.0, 4393.0, 4393.0, 4383.0, 4385.0, 4400.0, 4395.0, 4397.0, 4402.0, 4395.0, 4386.0, 4404.0, 4394.0, 4394.0, 4396.0, 4404.0, 4398.0, 4408.0, 4394.0, 4396.0, 4395.0, 4397.0, 4409.0, 4406.0, 4407.0, 4409.0, 4420.0, 4405.0, 4399.0, 4418.0, 4395.0, 4406.0, 4409.0, 4414.0, 4394.0, 4396.0, 4402.0, 4392.0, 4383.0, 4401.0, 4393.0, 4380.0, 4395.0, 4381.0, 4380.0, 4382.0, 4391.0, 4394.0, 4384.0, 4402.0, 4394.0, 4383.0, 4402.0, 4392.0, 4385.0, 4393.0, 4393.0, 4397.0, 4395.0, 4389.0, 4384.0, 4395.0, 4391.0, 4392.0, 4384.0, 4390.0, 4393.0, 4386.0, 4401.0, 4395.0, 4395.0, 4392.0, 4393.0, 4395.0, 4395.0, 4392.0, 4396.0, 4384.0, 4383.0, 4407.0, 4397.0, 4404.0, 4406.0, 4405.0, 4405.0, 4405.0, 4408.0, 4405.0, 4408.0, 4410.0, 4405.0, 4407.0, 4408.0, 4407.0, 4406.0, 4407.0, 4397.0, 4385.0, 4406.0, 4395.0, 4413.0, 4407.0, 4408.0, 4405.0, 4404.0, 4409.0, 4407.0, 4394.0, 4397.0, 4386.0, 4393.0, 4407.0, 4394.0, 4395.0, 4407.0, 4395.0, 4406.0, 4406.0, 4410.0, 4395.0, 4420.0, 4409.0, 4399.0, 4410.0, 4407.0, 4398.0, 4419.0, 4410.0, 4399.0, 4419.0, 4396.0], 'WindowWidth': [9851.0, 9769.0, 9766.0, 9777.0, 9703.0, 9702.0, 9722.0, 9673.0, 9689.0, 9702.0, 9661.0, 9651.0, 9674.0, 9641.0, 9650.0, 9676.0, 9655.0, 9646.0, 9658.0, 9640.0, 9648.0, 9644.0, 9658.0, 9648.0, 9667.0, 9655.0, 9647.0, 9678.0, 9640.0, 9631.0, 9644.0, 9656.0, 9645.0, 9652.0, 9673.0, 9648.0, 9664.0, 9660.0, 9648.0, 9672.0, 9693.0, 9666.0, 9657.0, 9678.0, 9661.0, 9667.0, 9674.0, 9675.0, 9673.0, 9686.0, 9665.0, 9676.0, 9674.0, 9672.0, 9678.0, 9695.0, 9685.0, 9677.0, 9681.0, 9695.0, 9675.0, 9680.0, 9704.0, 9672.0, 9678.0, 9700.0, 9674.0, 9679.0, 9696.0, 9657.0, 9678.0, 9696.0, 9689.0, 9696.0, 9681.0, 9676.0, 9692.0, 9700.0, 9680.0, 9705.0, 9715.0, 9698.0, 9716.0, 9703.0, 9690.0, 9724.0, 9725.0, 9715.0, 9720.0, 9745.0, 9707.0, 9725.0, 9707.0, 9693.0, 9726.0, 9747.0, 9719.0, 9700.0, 9734.0, 9707.0, 9701.0, 9703.0, 9696.0, 9685.0, 9717.0, 9737.0, 9678.0, 9700.0, 9719.0, 9678.0, 9694.0, 9707.0, 9678.0, 9692.0, 9707.0, 9661.0, 9678.0, 9691.0, 9660.0, 9680.0, 9697.0, 9674.0, 9691.0, 9704.0, 9673.0, 9694.0, 9696.0, 9668.0, 9677.0, 9712.0, 9682.0, 9670.0, 9662.0, 9695.0, 9670.0, 9673.0, 9700.0, 9672.0, 9674.0, 9698.0, 9667.0, 9674.0, 9678.0, 9668.0, 9676.0, 9705.0, 9665.0, 9670.0, 9668.0, 9648.0, 9669.0, 9670.0, 9653.0, 9671.0, 9674.0, 9697.0, 9671.0, 9672.0, 9666.0, 9675.0, 9690.0, 9705.0, 9671.0, 9678.0, 9688.0, 9673.0, 9697.0, 9663.0, 9683.0, 9699.0, 9706.0, 9696.0, 9704.0, 9694.0, 9708.0, 9696.0, 9692.0, 9699.0, 9714.0, 9679.0, 9696.0, 9704.0, 9723.0, 9694.0, 9685.0, 9719.0, 9684.0, 9679.0, 9702.0, 9678.0, 9683.0, 9702.0, 9685.0, 9678.0, 9704.0, 9673.0, 9690.0, 9694.0, 9669.0, 9679.0, 9694.0, 9717.0, 9673.0, 9691.0, 9697.0, 9666.0, 9676.0, 9702.0, 9688.0, 9693.0, 9704.0, 9686.0, 9692.0, 9688.0, 9692.0, 9695.0, 9727.0, 9672.0, 9696.0, 9703.0, 9673.0, 9695.0, 9694.0, 9685.0, 9695.0, 9696.0, 9689.0, 9692.0, 9691.0, 9666.0, 9692.0, 9697.0, 9673.0, 9679.0, 9706.0, 9683.0, 9672.0, 9677.0, 9686.0, 9670.0, 9677.0, 9716.0, 9664.0, 9676.0, 9681.0, 9666.0, 9673.0, 9701.0, 9668.0, 9672.0, 9685.0, 9665.0, 9674.0, 9672.0, 9680.0, 9673.0, 9691.0, 9674.0, 9668.0, 9676.0, 9682.0, 9670.0, 9678.0, 9687.0, 9675.0, 9678.0, 9670.0, 9689.0, 9686.0, 9692.0, 9690.0, 9700.0, 9709.0, 9692.0, 9692.0, 9705.0, 9706.0, 9699.0, 9708.0, 9693.0, 9694.0, 9703.0, 9689.0, 9693.0, 9703.0, 9689.0, 9698.0, 9710.0, 9689.0, 9680.0, 9699.0, 9670.0, 9693.0, 9697.0, 9675.0, 9683.0, 9712.0, 9704.0, 9689.0, 9693.0, 9705.0, 9690.0, 9695.0, 9704.0, 9693.0, 9682.0, 9692.0, 9692.0, 9692.0, 9687.0, 9695.0, 9717.0, 9706.0, 9696.0, 9696.0, 9705.0, 9693.0, 9699.0, 9733.0, 9690.0, 9692.0, 9709.0, 9702.0, 9672.0, 9675.0, 9668.0, 9674.0, 9694.0, 9698.0, 9670.0, 9675.0, 9702.0, 9672.0, 9678.0, 9701.0, 9687.0, 9680.0, 9698.0, 9684.0, 9677.0, 9702.0, 9675.0, 9675.0, 9691.0, 9670.0, 9670.0, 9671.0, 9673.0, 9671.0, 9675.0, 9669.0, 9685.0, 9678.0, 9703.0, 9688.0, 9688.0, 9683.0, 9690.0, 9698.0, 9706.0, 9684.0, 9679.0, 9703.0, 9681.0, 9692.0, 9689.0, 9682.0, 9693.0, 9708.0, 9667.0, 9686.0, 9669.0, 9665.0, 9685.0, 9675.0, 9666.0, 9680.0, 9690.0, 9701.0, 9670.0, 9675.0, 9666.0, 9686.0, 9677.0, 9683.0, 9675.0, 9677.0, 9698.0, 9687.0, 9679.0, 9686.0, 9695.0, 9697.0, 9690.0, 9696.0, 9705.0, 9688.0, 9693.0, 9716.0, 9687.0, 9675.0, 9705.0, 9669.0, 9671.0, 9676.0, 9677.0, 9670.0, 9674.0, 9714.0, 9668.0, 9670.0, 9678.0, 9683.0, 9676.0, 9682.0, 9667.0, 9678.0, 9698.0, 9682.0, 9677.0, 9702.0, 9687.0, 9678.0, 9692.0, 9687.0, 9686.0, 9686.0, 9690.0, 9683.0, 9709.0, 9690.0, 9680.0, 9704.0, 9686.0, 9701.0, 9707.0, 9709.0, 9696.0, 9707.0, 9700.0, 9701.0, 9712.0, 9715.0, 9720.0, 9695.0, 9700.0, 9726.0, 9690.0, 9692.0, 9729.0, 9704.0, 9670.0, 9690.0, 9678.0, 9667.0, 9672.0, 9667.0, 9671.0, 9690.0, 9695.0, 9671.0, 9673.0, 9676.0, 9668.0, 9677.0, 9716.0, 9680.0, 9671.0, 9692.0, 9667.0, 9668.0, 9679.0, 9667.0, 9677.0, 9694.0, 9680.0, 9675.0, 9670.0, 9675.0, 9692.0, 9706.0, 9688.0, 9675.0, 9702.0, 9683.0, 9678.0, 9688.0, 9666.0, 9674.0, 9691.0, 9672.0, 9654.0, 9684.0, 9679.0, 9669.0, 9677.0, 9696.0, 9666.0, 9676.0, 9694.0, 9681.0, 9659.0, 9679.0, 9660.0, 9667.0, 9672.0, 9649.0, 9667.0, 9666.0, 9633.0, 9669.0, 9676.0, 9681.0, 9672.0, 9676.0, 9680.0, 9687.0, 9682.0, 9659.0, 9710.0, 9715.0, 9709.0, 9693.0, 9700.0, 9689.0, 9697.0, 9693.0, 9703.0, 9691.0, 9700.0, 9707.0, 9710.0, 9687.0, 9680.0, 9706.0, 9698.0, 9722.0, 9691.0, 9697.0, 9688.0, 9715.0, 9718.0, 9705.0, 9695.0, 9702.0, 9719.0, 9693.0, 9696.0, 9691.0, 9692.0, 9697.0, 9719.0, 9686.0, 9673.0, 9683.0, 9688.0, 9697.0, 9724.0, 9689.0, 9678.0, 9701.0, 9684.0, 9682.0, 9703.0, 9683.0, 9676.0, 9695.0, 9685.0, 9690.0, 9690.0, 9691.0, 9698.0, 9713.0, 9694.0, 9700.0, 9705.0, 9706.0, 9696.0, 9703.0, 9706.0, 9693.0, 9701.0, 9697.0, 9702.0, 9720.0, 9691.0, 9698.0, 9727.0, 9688.0, 9688.0, 9689.0, 9680.0, 9685.0, 9692.0, 9669.0, 9689.0, 9693.0, 9717.0, 9666.0, 9672.0, 9694.0, 9682.0, 9673.0, 9703.0, 9681.0, 9672.0, 9685.0, 9680.0, 9683.0, 9672.0, 9681.0, 9685.0, 9692.0, 9682.0, 9689.0, 9674.0, 9684.0, 9692.0, 9695.0, 9687.0, 9689.0, 9696.0, 9703.0, 9687.0, 9681.0, 9701.0, 9680.0, 9671.0, 9703.0, 9683.0, 9671.0, 9689.0, 9681.0, 9688.0, 9678.0, 9682.0, 9688.0, 9698.0, 9719.0, 9677.0, 9677.0, 9679.0, 9685.0, 9675.0, 9701.0, 9684.0, 9676.0, 9703.0, 9682.0, 9686.0, 9695.0, 9681.0, 9692.0, 9703.0, 9686.0, 9695.0, 9690.0, 9677.0, 9697.0, 9714.0, 9687.0, 9693.0, 9697.0, 9712.0, 9687.0, 9697.0, 9713.0, 9690.0, 9697.0, 9704.0, 9693.0, 9695.0, 9703.0, 9703.0, 9696.0, 9729.0, 9688.0, 9686.0, 9702.0, 9667.0, 9687.0, 9677.0, 9715.0, 9673.0, 9677.0, 9699.0, 9681.0, 9670.0, 9671.0, 9678.0, 9685.0, 9690.0, 9666.0, 9668.0, 9675.0, 9697.0, 9682.0, 9676.0, 9677.0, 9680.0, 9689.0, 9691.0, 9685.0, 9688.0, 9692.0, 9682.0, 9704.0, 9692.0, 9701.0, 9707.0, 9693.0, 9687.0, 9709.0, 9698.0, 9704.0, 9712.0, 9713.0, 9699.0, 9714.0, 9696.0, 9708.0, 9716.0, 9723.0, 9721.0, 9709.0, 9710.0, 9714.0, 9686.0, 9696.0, 9722.0, 9686.0, 9688.0, 9706.0, 9684.0, 9686.0, 9686.0, 9665.0, 9688.0, 9695.0, 9684.0, 9692.0, 9693.0, 9670.0, 9692.0, 9693.0, 9675.0, 9691.0, 9694.0, 9718.0, 9688.0, 9678.0, 9699.0, 9684.0, 9677.0, 9705.0, 9683.0, 9674.0, 9691.0, 9681.0, 9690.0, 9688.0, 9684.0, 9690.0, 9693.0, 9715.0, 9686.0, 9679.0, 9697.0, 9692.0, 9694.0, 9704.0, 9707.0, 9696.0, 9699.0, 9708.0, 9713.0, 9707.0, 9706.0, 9710.0, 9706.0, 9696.0, 9714.0, 9707.0, 9709.0, 9717.0, 9713.0, 9694.0, 9716.0, 9731.0, 9692.0, 9695.0, 9710.0, 9686.0, 9691.0, 9714.0, 9686.0, 9692.0, 9690.0, 9671.0, 9684.0, 9695.0, 9718.0, 9670.0, 9687.0, 9701.0, 9682.0, 9675.0, 9702.0, 9677.0, 9675.0, 9690.0, 9665.0, 9670.0, 9671.0, 9660.0, 9687.0, 9676.0, 9695.0, 9680.0, 9676.0, 9683.0, 9667.0, 9690.0, 9686.0, 9682.0, 9693.0, 9697.0, 9674.0, 9688.0, 9678.0, 9682.0, 9706.0, 9696.0, 9721.0, 9691.0, 9677.0, 9698.0, 9705.0, 9692.0, 9709.0, 9706.0, 9701.0, 9710.0, 9689.0, 9694.0, 9707.0, 9709.0, 9715.0, 9711.0, 9688.0, 9696.0, 9709.0, 9689.0, 9708.0, 9698.0, 9685.0, 9703.0, 9709.0, 9702.0, 9690.0, 9691.0, 9697.0, 9690.0, 9698.0, 9706.0, 9689.0, 9694.0, 9709.0, 9703.0, 9700.0, 9706.0, 9707.0, 9713.0, 9714.0, 9691.0, 9697.0, 9694.0, 9694.0, 9705.0, 9697.0, 9693.0, 9709.0, 9718.0, 9707.0, 9695.0, 9710.0, 9700.0, 9704.0, 9715.0, 9692.0, 9687.0, 9688.0, 9715.0, 9685.0, 9679.0, 9702.0, 9685.0, 9675.0, 9686.0, 9680.0, 9689.0, 9690.0, 9684.0, 9692.0, 9709.0, 9685.0, 9691.0, 9682.0, 9682.0, 9684.0, 9694.0, 9667.0, 9684.0, 9676.0, 9667.0, 9684.0, 9678.0, 9701.0, 9686.0, 9675.0, 9702.0, 9681.0, 9694.0, 9682.0, 9687.0, 9695.0, 9700.0, 9688.0, 9692.0, 9698.0, 9684.0, 9698.0, 9705.0, 9704.0, 9694.0, 9697.0, 9691.0, 9698.0, 9694.0, 9694.0, 9697.0, 9725.0, 9706.0, 9695.0, 9700.0, 9703.0, 9710.0, 9705.0, 9692.0, 9694.0, 9703.0, 9708.0, 9696.0, 9709.0, 9711.0, 9695.0, 9723.0, 9690.0, 9709.0, 9703.0, 9707.0, 9694.0, 9728.0, 9689.0, 9688.0, 9690.0, 9680.0, 9687.0, 9687.0, 9684.0, 9671.0, 9677.0, 9692.0, 9688.0, 9694.0, 9697.0, 9690.0, 9678.0, 9702.0, 9687.0, 9689.0, 9691.0, 9702.0, 9698.0, 9711.0, 9687.0, 9693.0, 9689.0, 9694.0, 9713.0, 9708.0, 9709.0, 9714.0, 9731.0, 9705.0, 9700.0, 9727.0, 9688.0, 9705.0, 9716.0, 9718.0, 9684.0, 9690.0, 9696.0, 9678.0, 9671.0, 9695.0, 9680.0, 9665.0, 9690.0, 9662.0, 9662.0, 9669.0, 9677.0, 9684.0, 9674.0, 9696.0, 9685.0, 9672.0, 9695.0, 9680.0, 9675.0, 9684.0, 9682.0, 9694.0, 9691.0, 9675.0, 9671.0, 9687.0, 9677.0, 9680.0, 9674.0, 9678.0, 9683.0, 9677.0, 9695.0, 9687.0, 9688.0, 9682.0, 9683.0, 9691.0, 9692.0, 9680.0, 9689.0, 9674.0, 9669.0, 9707.0, 9695.0, 9702.0, 9705.0, 9706.0, 9706.0, 9704.0, 9713.0, 9706.0, 9710.0, 9717.0, 9709.0, 9708.0, 9710.0, 9709.0, 9704.0, 9709.0, 9698.0, 9676.0, 9705.0, 9691.0, 9714.0, 9707.0, 9711.0, 9705.0, 9702.0, 9713.0, 9712.0, 9688.0, 9695.0, 9680.0, 9685.0, 9708.0, 9693.0, 9692.0, 9708.0, 9694.0, 9706.0, 9708.0, 9715.0, 9691.0, 9730.0, 9716.0, 9700.0, 9716.0, 9713.0, 9697.0, 9727.0, 9717.0, 9700.0, 9729.0, 9698.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.0003943875685557586</td></tr>
<tr><td colspan=3>aqi</td><td>0.016918300091407677</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.118267589725484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2421985420768507</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0050426625526065</td></tr>
<tr><td colspan=3>efc</td><td>0.516</td></tr>
<tr><td colspan=3>fber</td><td>3885.6934</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07259421577937049</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.515646854994029</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5580011208306828</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.679454299753195</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30948514439821</td></tr>
<tr><td colspan=3>gcor</td><td>0.00723613</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006650330498814583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03431972861289978</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.052434896267064</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>24.3581</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.6205</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.9518</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1103.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.291</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.676</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.7325</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3521.9459</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.5326</td></tr>
<tr><td colspan=3>tsnr</td><td>46.20080632902682</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>