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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-02/func/sub-0102_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>7285eee26e54914be8ddf23b62efd678</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>09:49:51.645000</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.99593, -0.022364, -0.0873077, 0.0140805, 0.995438, -0.0943647]</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.259</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.0975202</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>[4209, -7782, -7294, 217, -102, -81, -99, 137]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>255.075</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8470c49-b44d-4d69-95c3-273d226dbe1e||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.6720082759857178, 0.037777043879032135, -0.2403535544872284, 116.93028259277344], [0.06000104546546936, 2.670687675476074, -0.2504286766052246, -95.27086639404297], [-0.23424029350280762, 0.25317367911338806, 2.6775951385498047, -82.20867156982422], [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': ['094951.645000', '094952.105000', '094952.565000', '094953.025000', '094953.485000', '094953.945000', '094954.405000', '094954.865000', '094955.325000', '094955.785000', '094956.245000', '094956.705000', '094957.165000', '094957.625000', '094958.085000', '094958.545000', '094959.005000', '094959.465000', '094959.925000', '095000.385000', '095000.845000', '095001.305000', '095001.765000', '095002.225000', '095002.685000', '095003.145000', '095003.605000', '095004.065000', '095004.525000', '095004.985000', '095005.445000', '095005.905000', '095006.365000', '095006.825000', '095007.285000', '095007.745000', '095008.205000', '095008.665000', '095009.125000', '095009.585000', '095010.045000', '095010.505000', '095010.965000', '095011.425000', '095011.885000', '095012.345000', '095012.805000', '095013.265000', '095013.725000', '095014.185000', '095014.645000', '095015.105000', '095015.565000', '095016.025000', '095016.485000', '095016.945000', '095017.405000', '095017.865000', '095018.325000', '095018.785000', '095019.245000', '095019.705000', '095020.165000', '095020.625000', '095021.085000', '095021.545000', '095022.005000', '095022.465000', '095022.925000', '095023.385000', '095023.845000', '095024.305000', '095024.765000', '095025.225000', '095025.685000', '095026.145000', '095026.605000', '095027.065000', '095027.525000', '095027.985000', '095028.445000', '095028.905000', '095029.365000', '095029.825000', '095030.285000', '095030.745000', '095031.205000', '095031.665000', '095032.125000', '095032.585000', '095033.045000', '095033.505000', '095033.965000', '095034.425000', '095034.885000', '095035.345000', '095035.805000', '095036.265000', '095036.725000', '095037.185000', '095037.645000', '095038.105000', '095038.565000', '095039.025000', '095039.485000', '095039.945000', '095040.405000', '095040.865000', '095041.325000', '095041.785000', '095042.245000', '095042.705000', '095043.165000', '095043.625000', '095044.085000', '095044.545000', '095045.005000', '095045.465000', '095045.925000', '095046.385000', '095046.845000', '095047.305000', '095047.765000', '095048.225000', '095048.685000', '095049.145000', '095049.605000', '095050.065000', '095050.525000', '095050.985000', '095051.445000', '095051.905000', '095052.365000', '095052.825000', '095053.285000', '095053.745000', '095054.205000', '095054.665000', '095055.125000', '095055.585000', '095056.045000', '095056.505000', '095056.965000', '095057.425000', '095057.885000', '095058.345000', '095058.805000', '095059.265000', '095059.725000', '095100.185000', '095100.645000', '095101.105000', '095101.565000', '095102.025000', '095102.485000', '095102.945000', '095103.405000', '095103.865000', '095104.325000', '095104.785000', '095105.245000', '095105.705000', '095106.165000', '095106.625000', '095107.085000', '095107.545000', '095108.005000', '095108.465000', '095108.925000', '095109.385000', '095109.845000', '095110.305000', '095110.765000', '095111.225000', '095111.685000', '095112.145000', '095112.605000', '095113.065000', '095113.525000', '095113.985000', '095114.445000', '095114.905000', '095115.365000', '095115.825000', '095116.285000', '095116.745000', '095117.205000', '095117.665000', '095118.125000', '095118.585000', '095119.045000', '095119.505000', '095119.965000', '095120.425000', '095120.885000', '095121.345000', '095121.805000', '095122.265000', '095122.725000', '095123.185000', '095123.645000', '095124.105000', '095124.565000', '095125.025000', '095125.485000', '095125.945000', '095126.405000', '095126.865000', '095127.325000', '095127.785000', '095128.245000', '095128.705000', '095129.165000', '095129.625000', '095130.085000', '095130.545000', '095131.005000', '095131.465000', '095131.925000', '095132.385000', '095132.845000', '095133.305000', '095133.765000', '095134.225000', '095134.685000', '095135.145000', '095135.605000', '095136.065000', '095136.525000', '095136.985000', '095137.445000', '095137.905000', '095138.365000', '095138.825000', '095139.285000', '095139.745000', '095140.205000', '095140.665000', '095141.125000', '095141.585000', '095142.045000', '095142.505000', '095142.965000', '095143.425000', '095143.885000', '095144.345000', '095144.805000', '095145.265000', '095145.725000', '095146.185000', '095146.645000', '095147.105000', '095147.565000', '095148.025000', '095148.485000', '095148.945000', '095149.405000', '095149.865000', '095150.325000', '095150.785000', '095151.245000', '095151.705000', '095152.165000', '095152.625000', '095153.085000', '095153.545000', '095154.005000', '095154.465000', '095154.925000', '095155.385000', '095155.845000', '095156.305000', '095156.765000', '095157.225000', '095157.685000', '095158.145000', '095158.605000', '095159.065000', '095159.525000', '095159.985000', '095200.445000', '095200.905000', '095201.365000', '095201.825000', '095202.285000', '095202.745000', '095203.205000', '095203.665000', '095204.125000', '095204.585000', '095205.045000', '095205.505000', '095205.965000', '095206.425000', '095206.885000', '095207.345000', '095207.805000', '095208.265000', '095208.725000', '095209.185000', '095209.645000', '095210.105000', '095210.565000', '095211.025000', '095211.485000', '095211.945000', '095212.405000', '095212.865000', '095213.325000', '095213.785000', '095214.245000', '095214.705000', '095215.165000', '095215.625000', '095216.085000', '095216.545000', '095217.005000', '095217.465000', '095217.925000', '095218.385000', '095218.845000', '095219.305000', '095219.765000', '095220.225000', '095220.685000', '095221.145000', '095221.605000', '095222.065000', '095222.525000', '095222.985000', '095223.445000', '095223.905000', '095224.365000', '095224.825000', '095225.285000', '095225.745000', '095226.205000', '095226.665000', '095227.125000', '095227.585000', '095228.045000', '095228.505000', '095228.965000', '095229.425000', '095229.885000', '095230.345000', '095230.805000', '095231.265000', '095231.725000', '095232.185000', '095232.645000', '095233.105000', '095233.565000', '095234.025000', '095234.485000', '095234.945000', '095235.405000', '095235.865000', '095236.325000', '095236.785000', '095237.245000', '095237.705000', '095238.165000', '095238.625000', '095239.085000', '095239.545000', '095240.005000', '095240.465000', '095240.925000', '095241.385000', '095241.845000', '095242.305000', '095242.765000', '095243.225000', '095243.685000', '095244.145000', '095244.605000', '095245.065000', '095245.525000', '095245.985000', '095246.445000', '095246.905000', '095247.365000', '095247.825000', '095248.285000', '095248.745000', '095249.205000', '095249.665000', '095250.125000', '095250.585000', '095251.045000', '095251.505000', '095251.965000', '095252.425000', '095252.885000', '095253.345000', '095253.805000', '095254.265000', '095254.725000', '095255.185000', '095255.645000', '095256.105000', '095256.565000', '095257.025000', '095257.485000', '095257.945000', '095258.405000', '095258.865000', '095259.325000', '095259.785000', '095300.245000', '095300.705000', '095301.165000', '095301.625000', '095302.085000', '095302.545000', '095303.005000', '095303.465000', '095303.925000', '095304.385000', '095304.845000', '095305.305000', '095305.765000', '095306.225000', '095306.685000', '095307.145000', '095307.605000', '095308.065000', '095308.525000', '095308.985000', '095309.445000', '095309.905000', '095310.365000', '095310.825000', '095311.285000', '095311.745000', '095312.205000', '095312.665000', '095313.125000', '095313.585000', '095314.045000', '095314.505000', '095314.965000', '095315.425000', '095315.885000', '095316.345000', '095316.805000', '095317.265000', '095317.725000', '095318.185000', '095318.645000', '095319.105000', '095319.565000', '095320.025000', '095320.485000', '095320.945000', '095321.405000', '095321.865000', '095322.325000', '095322.785000', '095323.245000', '095323.705000', '095324.165000', '095324.625000', '095325.085000', '095325.545000', '095326.005000', '095326.465000', '095326.925000', '095327.385000', '095327.845000', '095328.305000', '095328.765000', '095329.225000', '095329.685000', '095330.145000', '095330.605000', '095331.065000', '095331.525000', '095331.985000', '095332.445000', '095332.905000', '095333.365000', '095333.825000', '095334.285000', '095334.745000', '095335.205000', '095335.665000', '095336.125000', '095336.585000', '095337.045000', '095337.505000', '095337.965000', '095338.425000', '095338.885000', '095339.345000', '095339.805000', '095340.265000', '095340.725000', '095341.185000', '095341.645000', '095342.105000', '095342.565000', '095343.025000', '095343.485000', '095343.945000', '095344.405000', '095344.865000', '095345.325000', '095345.785000', '095346.245000', '095346.705000', '095347.165000', '095347.625000', '095348.085000', '095348.545000', '095349.005000', '095349.465000', '095349.925000', '095350.385000', '095350.845000', '095351.305000', '095351.765000', '095352.225000', '095352.685000', '095353.145000', '095353.605000', '095354.065000', '095354.525000', '095354.985000', '095355.445000', '095355.905000', '095356.365000', '095356.825000', '095357.285000', '095357.745000', '095358.205000', '095358.665000', '095359.125000', '095359.585000', '095400.045000', '095400.505000', '095400.965000', '095401.425000', '095401.885000', '095402.345000', '095402.805000', '095403.265000', '095403.725000', '095404.185000', '095404.645000', '095405.105000', '095405.565000', '095406.025000', '095406.485000', '095406.945000', '095407.405000', '095407.865000', '095408.325000', '095408.785000', '095409.245000', '095409.705000', '095410.165000', '095410.625000', '095411.085000', '095411.545000', '095412.005000', '095412.465000', '095412.925000', '095413.385000', '095413.845000', '095414.305000', '095414.765000', '095415.225000', '095415.685000', '095416.145000', '095416.605000', '095417.065000', '095417.525000', '095417.985000', '095418.445000', '095418.905000', '095419.365000', '095419.825000', '095420.285000', '095420.745000', '095421.205000', '095421.665000', '095422.125000', '095422.585000', '095423.045000', '095423.505000', '095423.965000', '095424.425000', '095424.885000', '095425.345000', '095425.805000', '095426.265000', '095426.725000', '095427.185000', '095427.645000', '095428.105000', '095428.565000', '095429.025000', '095429.485000', '095429.945000', '095430.405000', '095430.865000', '095431.325000', '095431.785000', '095432.245000', '095432.705000', '095433.165000', '095433.625000', '095434.085000', '095434.545000', '095435.005000', '095435.465000', '095435.925000', '095436.385000', '095436.845000', '095437.305000', '095437.765000', '095438.225000', '095438.685000', '095439.145000', '095439.605000', '095440.065000', '095440.525000', '095440.985000', '095441.445000', '095441.905000', '095442.365000', '095442.825000', '095443.285000', '095443.745000', '095444.205000', '095444.665000', '095445.125000', '095445.585000', '095446.045000', '095446.505000', '095446.965000', '095447.425000', '095447.885000', '095448.345000', '095448.805000', '095449.265000', '095449.725000', '095450.185000', '095450.645000', '095451.105000', '095451.565000', '095452.025000', '095452.485000', '095452.945000', '095453.405000', '095453.865000', '095454.325000', '095454.785000', '095455.245000', '095455.705000', '095456.165000', '095456.625000', '095457.085000', '095457.545000', '095458.005000', '095458.465000', '095458.925000', '095459.385000', '095459.845000', '095500.305000', '095500.765000', '095501.225000', '095501.685000', '095502.145000', '095502.605000', '095503.065000', '095503.525000', '095503.985000', '095504.445000', '095504.905000', '095505.365000', '095505.825000', '095506.285000', '095506.745000', '095507.205000', '095507.665000', '095508.125000', '095508.585000', '095509.045000', '095509.505000', '095509.965000', '095510.425000', '095510.885000', '095511.345000', '095511.805000', '095512.265000', '095512.725000', '095513.185000', '095513.645000', '095514.105000', '095514.565000', '095515.025000', '095515.485000', '095515.945000', '095516.405000', '095516.865000', '095517.325000', '095517.785000', '095518.245000', '095518.705000', '095519.165000', '095519.625000', '095520.085000', '095520.545000', '095521.005000', '095521.465000', '095521.925000', '095522.385000', '095522.845000', '095523.305000', '095523.765000', '095524.225000', '095524.685000', '095525.145000', '095525.605000', '095526.065000', '095526.525000', '095526.985000', '095527.445000', '095527.905000', '095528.365000', '095528.825000', '095529.285000', '095529.745000', '095530.205000', '095530.665000', '095531.125000', '095531.585000', '095532.045000', '095532.505000', '095532.965000', '095533.425000', '095533.885000', '095534.345000', '095534.805000', '095535.265000', '095535.725000', '095536.185000', '095536.645000', '095537.105000', '095537.565000', '095538.025000', '095538.485000', '095538.945000', '095539.405000', '095539.865000', '095540.325000', '095540.785000', '095541.245000', '095541.705000', '095542.165000', '095542.625000', '095543.085000', '095543.545000', '095544.005000', '095544.465000', '095544.925000', '095545.385000', '095545.845000', '095546.305000', '095546.765000', '095547.225000', '095547.685000', '095548.145000', '095548.605000', '095549.065000', '095549.525000', '095549.985000', '095550.445000', '095550.905000', '095551.365000', '095551.825000', '095552.285000', '095552.745000', '095553.205000', '095553.665000', '095554.125000', '095554.585000', '095555.045000', '095555.505000', '095555.965000', '095556.425000', '095556.885000', '095557.345000', '095557.805000', '095558.265000', '095558.725000', '095559.185000', '095559.645000', '095600.105000', '095600.565000', '095601.025000', '095601.485000', '095601.945000', '095602.405000', '095602.865000', '095603.325000', '095603.785000', '095604.245000', '095604.705000', '095605.165000', '095605.625000', '095606.085000', '095606.545000', '095607.005000', '095607.465000', '095607.925000', '095608.385000', '095608.845000', '095609.305000', '095609.765000', '095610.225000', '095610.685000', '095611.145000', '095611.605000', '095612.065000', '095612.525000', '095612.985000', '095613.445000', '095613.905000', '095614.365000', '095614.825000', '095615.285000', '095615.745000', '095616.205000', '095616.665000', '095617.125000', '095617.585000', '095618.045000', '095618.505000', '095618.965000', '095619.425000', '095619.885000', '095620.345000', '095620.805000', '095621.265000', '095621.725000', '095622.185000', '095622.645000', '095623.105000', '095623.565000', '095624.025000', '095624.485000', '095624.945000', '095625.405000', '095625.865000', '095626.325000', '095626.785000', '095627.245000', '095627.705000', '095628.165000', '095628.625000', '095629.085000', '095629.545000', '095630.005000', '095630.465000', '095630.925000', '095631.385000', '095631.845000', '095632.305000', '095632.765000', '095633.225000', '095633.685000', '095634.145000', '095634.605000', '095635.065000', '095635.525000', '095635.985000', '095636.445000', '095636.905000', '095637.365000', '095637.825000', '095638.285000', '095638.745000', '095639.205000', '095639.665000', '095640.125000', '095640.585000', '095641.045000', '095641.505000', '095641.965000', '095642.425000', '095642.885000', '095643.345000', '095643.805000', '095644.265000', '095644.725000', '095645.185000', '095645.645000', '095646.105000', '095646.565000', '095647.025000', '095647.485000', '095647.945000', '095648.405000', '095648.865000', '095649.325000', '095649.785000', '095650.245000', '095650.705000', '095651.165000', '095651.625000', '095652.085000', '095652.545000', '095653.005000', '095653.465000', '095653.925000', '095654.385000', '095654.845000', '095655.305000', '095655.765000', '095656.225000', '095656.685000', '095657.145000', '095657.605000', '095658.065000', '095658.525000', '095658.985000', '095659.445000', '095659.905000', '095700.365000', '095700.825000', '095701.285000', '095701.745000', '095702.205000', '095702.665000', '095703.125000', '095703.585000', '095704.045000', '095704.505000', '095704.965000', '095705.425000', '095705.885000', '095706.345000', '095706.805000', '095707.265000', '095707.725000', '095708.185000', '095708.645000', '095709.105000', '095709.565000', '095710.025000', '095710.485000', '095710.945000', '095711.405000', '095711.865000', '095712.325000', '095712.785000', '095713.245000', '095713.705000', '095714.165000', '095714.625000', '095715.085000', '095715.545000', '095716.005000', '095716.465000', '095716.925000', '095717.385000', '095717.845000', '095718.305000', '095718.765000', '095719.225000', '095719.685000', '095720.145000', '095720.605000', '095721.065000', '095721.525000', '095721.985000', '095722.445000', '095722.905000', '095723.365000', '095723.825000', '095724.285000', '095724.745000', '095725.205000', '095725.665000', '095726.125000', '095726.585000', '095727.045000', '095727.505000', '095727.965000', '095728.425000', '095728.885000', '095729.345000', '095729.805000', '095730.265000', '095730.725000', '095731.185000', '095731.645000', '095732.105000', '095732.565000', '095733.025000', '095733.485000', '095733.945000', '095734.405000', '095734.865000', '095735.325000', '095735.785000', '095736.245000', '095736.705000', '095737.165000', '095737.625000', '095738.085000', '095738.545000', '095739.005000', '095739.465000', '095739.925000', '095740.385000', '095740.845000', '095741.305000', '095741.765000', '095742.225000', '095742.685000', '095743.145000', '095743.605000', '095744.065000', '095744.525000', '095744.985000', '095745.445000', '095745.905000', '095746.365000', '095746.825000', '095747.285000', '095747.745000', '095748.205000', '095748.665000', '095749.125000', '095749.585000', '095750.045000', '095750.505000', '095750.965000', '095751.425000', '095751.885000', '095752.345000', '095752.805000', '095753.265000', '095753.725000', '095754.185000', '095754.645000', '095755.105000', '095755.565000', '095756.025000', '095756.485000', '095756.945000', '095757.405000', '095757.865000', '095758.325000', '095758.785000', '095759.245000', '095759.705000', '095800.165000', '095800.625000', '095801.085000', '095801.545000', '095802.005000', '095802.465000', '095802.925000', '095803.385000', '095803.845000', '095804.305000', '095804.765000', '095805.225000', '095805.685000', '095806.145000', '095806.605000', '095807.065000', '095807.525000', '095807.985000', '095808.445000', '095808.905000', '095809.365000', '095809.825000', '095810.285000', '095810.745000', '095811.205000', '095811.665000', '095812.125000', '095812.585000', '095813.045000', '095813.505000', '095813.965000', '095814.425000', '095814.885000', '095815.345000', '095815.805000', '095816.265000'], 'ContentTime': ['095007.304000', '095007.307000', '095007.310000', '095007.312000', '095007.315000', '095007.318000', '095007.321000', '095007.323000', '095007.326000', '095007.329000', '095007.332000', '095007.335000', '095007.338000', '095007.351000', '095007.364000', '095007.366000', '095007.369000', '095007.371000', '095007.374000', '095007.377000', '095007.379000', '095007.382000', '095007.385000', '095007.387000', '095007.390000', '095007.397000', '095007.400000', '095007.402000', '095007.405000', '095007.408000', '095007.428000', '095007.431000', '095027.255000', '095027.258000', '095027.261000', '095027.264000', '095027.267000', '095027.269000', '095027.272000', '095027.274000', '095027.277000', '095027.280000', '095027.282000', '095027.296000', '095027.299000', '095027.301000', '095027.304000', '095027.307000', '095027.309000', '095027.312000', '095027.314000', '095027.317000', '095027.320000', '095027.322000', '095027.325000', '095027.327000', '095027.330000', '095027.333000', '095027.335000', '095027.338000', '095027.340000', '095027.343000', '095027.346000', '095027.348000', '095027.359000', '095027.361000', '095027.364000', '095027.366000', '095027.369000', '095027.372000', '095027.374000', '095027.377000', '095027.379000', '095027.382000', '095027.384000', '095027.387000', '095047.256000', '095047.259000', '095047.262000', '095047.264000', '095047.267000', '095047.269000', '095047.272000', '095047.275000', '095047.277000', '095047.280000', '095047.282000', '095047.285000', '095047.287000', '095047.290000', '095047.293000', '095047.295000', '095047.298000', '095047.300000', '095047.303000', '095047.305000', '095047.308000', '095047.310000', '095047.321000', '095047.324000', '095047.326000', '095047.329000', '095047.331000', '095047.334000', '095047.336000', '095047.339000', '095047.341000', '095047.344000', '095047.346000', '095047.349000', '095047.352000', '095047.354000', '095047.357000', '095047.359000', '095047.362000', '095047.364000', '095047.367000', '095047.370000', '095047.372000', '095107.257000', '095107.259000', '095107.262000', '095107.265000', '095107.267000', '095107.270000', '095107.273000', '095107.299000', '095107.301000', '095107.304000', '095107.307000', '095107.309000', '095107.312000', '095107.314000', '095107.317000', '095107.320000', '095107.322000', '095107.325000', '095107.328000', '095107.330000', '095107.333000', '095107.335000', '095107.338000', '095107.341000', '095107.343000', '095107.346000', '095107.349000', '095107.351000', '095107.354000', '095107.356000', '095107.359000', '095107.362000', '095107.364000', '095107.367000', '095107.370000', '095107.372000', '095107.375000', '095107.377000', '095107.380000', '095107.383000', '095107.385000', '095107.388000', '095107.391000', '095107.393000', '095127.256000', '095127.259000', '095127.262000', '095127.264000', '095127.274000', '095127.276000', '095127.279000', '095127.281000', '095127.284000', '095127.287000', '095127.289000', '095127.292000', '095127.295000', '095127.297000', '095127.300000', '095127.303000', '095127.305000', '095127.308000', '095127.311000', '095127.313000', '095127.316000', '095127.319000', '095127.321000', '095127.324000', '095127.327000', '095127.329000', '095127.332000', '095127.334000', '095127.337000', '095127.339000', '095127.344000', '095127.346000', '095127.349000', '095127.351000', '095127.354000', '095127.357000', '095127.359000', '095127.362000', '095127.365000', '095127.368000', '095127.370000', '095127.373000', '095127.376000', '095147.255000', '095147.264000', '095147.267000', '095147.269000', '095147.272000', '095147.274000', '095147.277000', '095147.280000', '095147.282000', '095147.285000', '095147.288000', '095147.290000', '095147.293000', '095147.295000', '095147.298000', '095147.300000', '095147.303000', '095147.305000', '095147.308000', '095147.311000', '095147.313000', '095147.316000', '095147.318000', '095147.321000', '095147.323000', '095147.326000', '095147.328000', '095147.331000', '095147.334000', '095147.336000', '095147.339000', '095147.341000', '095147.344000', '095147.346000', '095147.349000', '095147.352000', '095147.354000', '095147.357000', '095147.359000', '095147.362000', '095147.364000', '095147.368000', '095147.370000', '095147.373000', '095207.256000', '095207.258000', '095207.261000', '095207.264000', '095207.266000', '095207.269000', '095207.272000', '095207.280000', '095207.283000', '095207.286000', '095207.288000', '095207.291000', '095207.293000', '095207.296000', '095207.298000', '095207.301000', '095207.304000', '095207.306000', '095207.309000', '095207.311000', '095207.314000', '095207.317000', '095207.319000', '095207.322000', '095207.324000', '095207.327000', '095207.329000', '095207.332000', '095207.334000', '095207.337000', '095207.340000', '095207.342000', '095207.345000', '095207.347000', '095207.350000', '095207.352000', '095207.355000', '095207.358000', '095207.360000', '095207.363000', '095207.365000', '095207.368000', '095207.370000', '095227.255000', '095227.258000', '095227.261000', '095227.264000', '095227.266000', '095227.273000', '095227.276000', '095227.278000', '095227.281000', '095227.284000', '095227.286000', '095227.289000', '095227.292000', '095227.294000', '095227.297000', '095227.300000', '095227.302000', '095227.305000', '095227.308000', '095227.310000', '095227.313000', '095227.316000', '095227.318000', '095227.321000', '095227.323000', '095227.330000', '095227.332000', '095227.335000', '095227.337000', '095227.340000', '095227.342000', '095227.345000', '095227.348000', '095227.350000', '095227.353000', '095227.355000', '095227.358000', '095227.360000', '095227.363000', '095227.366000', '095227.368000', '095227.371000', '095227.373000', '095227.376000', '095247.256000', '095247.258000', '095247.276000', '095247.279000', '095247.282000', '095247.284000', '095247.287000', '095247.289000', '095247.292000', '095247.294000', '095247.297000', '095247.300000', '095247.303000', '095247.305000', '095247.308000', '095247.310000', '095247.313000', '095247.315000', '095247.318000', '095247.320000', '095247.323000', '095247.326000', '095247.328000', '095247.331000', '095247.333000', '095247.336000', '095247.339000', '095247.341000', '095247.344000', '095247.346000', '095247.349000', '095247.352000', '095247.354000', '095247.357000', '095247.359000', '095247.362000', '095247.364000', '095247.367000', '095247.369000', '095247.372000', '095247.375000', '095247.377000', '095247.380000', '095307.256000', '095307.259000', '095307.262000', '095307.265000', '095307.268000', '095307.270000', '095307.273000', '095307.275000', '095307.278000', '095307.281000', '095307.283000', '095307.286000', '095307.289000', '095307.299000', '095307.302000', '095307.304000', '095307.307000', '095307.309000', '095307.312000', '095307.315000', '095307.317000', '095307.320000', '095307.323000', '095307.325000', '095307.328000', '095307.330000', '095307.333000', '095307.335000', '095307.338000', '095307.341000', '095307.344000', '095307.354000', '095307.357000', '095307.359000', '095307.362000', '095307.365000', '095307.368000', '095307.370000', '095307.373000', '095307.376000', '095307.378000', '095307.381000', '095307.383000', '095307.386000', '095327.257000', '095327.260000', '095327.262000', '095327.265000', '095327.267000', '095327.270000', '095327.273000', '095327.275000', '095327.278000', '095327.280000', '095327.283000', '095327.285000', '095327.288000', '095327.291000', '095327.293000', '095327.296000', '095327.298000', '095327.301000', '095327.304000', '095327.306000', '095327.309000', '095327.311000', '095327.314000', '095327.316000', '095327.319000', '095327.321000', '095327.324000', '095327.327000', '095327.329000', '095327.332000', '095327.335000', '095327.337000', '095327.340000', '095327.342000', '095327.345000', '095327.347000', '095327.350000', '095327.352000', '095327.355000', '095327.358000', '095327.360000', '095327.363000', '095327.371000', '095347.256000', '095347.260000', '095347.262000', '095347.265000', '095347.268000', '095347.270000', '095347.273000', '095347.275000', '095347.278000', '095347.280000', '095347.283000', '095347.286000', '095347.288000', '095347.291000', '095347.293000', '095347.296000', '095347.299000', '095347.301000', '095347.304000', '095347.306000', '095347.309000', '095347.311000', '095347.314000', '095347.317000', '095347.319000', '095347.322000', '095347.324000', '095347.327000', '095347.329000', '095347.332000', '095347.335000', '095347.337000', '095347.340000', '095347.342000', '095347.345000', '095347.347000', '095347.350000', '095347.352000', '095347.355000', '095347.358000', '095347.360000', '095347.363000', '095347.365000', '095407.255000', '095407.258000', '095407.261000', '095407.263000', '095407.266000', '095407.269000', '095407.271000', '095407.274000', '095407.276000', '095407.279000', '095407.281000', '095407.284000', '095407.287000', '095407.289000', '095407.292000', '095407.294000', '095407.297000', '095407.300000', '095407.302000', '095407.305000', '095407.307000', '095407.310000', '095407.312000', '095407.315000', '095407.318000', '095407.320000', '095407.323000', '095407.325000', '095407.332000', '095407.335000', '095407.337000', '095407.340000', '095407.342000', '095407.345000', '095407.348000', '095407.350000', '095407.353000', '095407.355000', '095407.358000', '095407.361000', '095407.363000', '095407.366000', '095407.369000', '095407.371000', '095427.255000', '095427.258000', '095427.261000', '095427.263000', '095427.266000', '095427.269000', '095427.271000', '095427.274000', '095427.277000', '095427.280000', '095427.282000', '095427.285000', '095427.288000', '095427.290000', '095427.293000', '095427.296000', '095427.298000', '095427.301000', '095427.304000', '095427.307000', '095427.309000', '095427.320000', '095427.323000', '095427.325000', '095427.328000', '095427.331000', '095427.333000', '095427.336000', '095427.338000', '095427.341000', '095427.344000', '095427.353000', '095427.355000', '095427.358000', '095427.360000', '095427.363000', '095427.366000', '095427.368000', '095427.371000', '095427.373000', '095427.376000', '095427.379000', '095427.381000', '095447.256000', '095447.259000', '095447.261000', '095447.264000', '095447.266000', '095447.269000', '095447.271000', '095447.274000', '095447.277000', '095447.279000', '095447.282000', '095447.284000', '095447.287000', '095447.290000', '095447.293000', '095447.295000', '095447.298000', '095447.300000', '095447.303000', '095447.305000', '095447.308000', '095447.310000', '095447.313000', '095447.316000', '095447.318000', '095447.321000', '095447.323000', '095447.326000', '095447.328000', '095447.331000', '095447.334000', '095447.336000', '095447.339000', '095447.341000', '095447.344000', '095447.346000', '095447.349000', '095447.352000', '095447.354000', '095447.357000', '095447.359000', '095447.362000', '095447.365000', '095447.367000', '095507.256000', '095507.258000', '095507.261000', '095507.264000', '095507.266000', '095507.269000', '095507.271000', '095507.274000', '095507.276000', '095507.279000', '095507.282000', '095507.284000', '095507.287000', '095507.289000', '095507.292000', '095507.295000', '095507.297000', '095507.300000', '095507.303000', '095507.305000', '095507.308000', '095507.317000', '095507.320000', '095507.323000', '095507.325000', '095507.328000', '095507.330000', '095507.333000', '095507.336000', '095507.339000', '095507.342000', '095507.345000', '095507.347000', '095507.350000', '095507.352000', '095507.355000', '095507.358000', '095507.360000', '095507.363000', '095507.365000', '095507.368000', '095507.371000', '095507.373000', '095527.257000', '095527.260000', '095527.262000', '095527.265000', '095527.267000', '095527.270000', '095527.273000', '095527.275000', '095527.278000', '095527.280000', '095527.283000', '095527.286000', '095527.288000', '095527.291000', '095527.294000', '095527.296000', '095527.299000', '095527.301000', '095527.304000', '095527.307000', '095527.309000', '095527.312000', '095527.314000', '095527.317000', '095527.320000', '095527.322000', '095527.325000', '095527.327000', '095527.330000', '095527.332000', '095527.335000', '095527.338000', '095527.340000', '095527.343000', '095527.345000', '095527.348000', '095527.350000', '095527.353000', '095527.355000', '095527.358000', '095527.361000', '095527.363000', '095527.366000', '095527.368000', '095547.256000', '095547.259000', '095547.262000', '095547.265000', '095547.267000', '095547.270000', '095547.272000', '095547.275000', '095547.277000', '095547.280000', '095547.283000', '095547.285000', '095547.288000', '095547.291000', '095547.294000', '095547.297000', '095547.300000', '095547.302000', '095547.305000', '095547.307000', '095547.310000', '095547.313000', '095547.315000', '095547.318000', '095547.320000', '095547.323000', '095547.326000', '095547.328000', '095547.331000', '095547.333000', '095547.336000', '095547.338000', '095547.341000', '095547.344000', '095547.347000', '095547.349000', '095547.352000', '095547.355000', '095547.357000', '095547.360000', '095547.362000', '095547.365000', '095547.368000', '095607.256000', '095607.259000', '095607.262000', '095607.265000', '095607.267000', '095607.270000', '095607.272000', '095607.275000', '095607.278000', '095607.281000', '095607.284000', '095607.287000', '095607.289000', '095607.292000', '095607.294000', '095607.297000', '095607.300000', '095607.302000', '095607.305000', '095607.307000', '095607.310000', '095607.312000', '095607.315000', '095607.318000', '095607.320000', '095607.323000', '095607.325000', '095607.328000', '095607.331000', '095607.333000', '095607.336000', '095607.338000', '095607.341000', '095607.343000', '095607.346000', '095607.349000', '095607.351000', '095607.354000', '095607.356000', '095607.359000', '095607.362000', '095607.364000', '095607.367000', '095607.370000', '095627.256000', '095627.258000', '095627.261000', '095627.264000', '095627.266000', '095627.269000', '095627.271000', '095627.274000', '095627.277000', '095627.279000', '095627.282000', '095627.284000', '095627.287000', '095627.289000', '095627.292000', '095627.295000', '095627.297000', '095627.300000', '095627.302000', '095627.305000', '095627.307000', '095627.310000', '095627.313000', '095627.316000', '095627.318000', '095627.329000', '095627.332000', '095627.334000', '095627.337000', '095627.339000', '095627.342000', '095627.344000', '095627.347000', '095627.350000', '095627.352000', '095627.355000', '095627.357000', '095627.360000', '095627.362000', '095627.365000', '095627.367000', '095627.370000', '095627.373000', '095647.256000', '095647.259000', '095647.261000', '095647.264000', '095647.266000', '095647.275000', '095647.283000', '095647.286000', '095647.289000', '095647.291000', '095647.294000', '095647.297000', '095647.300000', '095647.302000', '095647.305000', '095647.307000', '095647.310000', '095647.313000', '095647.315000', '095647.318000', '095647.320000', '095647.323000', '095647.326000', '095647.328000', '095647.331000', '095647.333000', '095647.336000', '095647.339000', '095647.341000', '095647.344000', '095647.346000', '095647.349000', '095647.352000', '095647.354000', '095647.357000', '095647.359000', '095647.362000', '095647.365000', '095647.367000', '095647.370000', '095647.372000', '095647.375000', '095647.378000', '095647.380000', '095707.256000', '095707.258000', '095707.261000', '095707.264000', '095707.266000', '095707.269000', '095707.295000', '095707.298000', '095707.300000', '095707.303000', '095707.306000', '095707.308000', '095707.311000', '095707.313000', '095707.316000', '095707.318000', '095707.321000', '095707.324000', '095707.327000', '095707.330000', '095707.333000', '095707.336000', '095707.338000', '095707.341000', '095707.343000', '095707.346000', '095707.348000', '095707.351000', '095707.353000', '095707.356000', '095707.359000', '095707.361000', '095707.364000', '095707.366000', '095707.369000', '095707.371000', '095707.377000', '095707.379000', '095707.383000', '095707.386000', '095707.389000', '095707.391000', '095707.394000', '095727.257000', '095727.260000', '095727.263000', '095727.265000', '095727.268000', '095727.271000', '095727.273000', '095727.276000', '095727.279000', '095727.281000', '095727.284000', '095727.286000', '095727.289000', '095727.291000', '095727.294000', '095727.297000', '095727.299000', '095727.302000', '095727.304000', '095727.307000', '095727.310000', '095727.312000', '095727.315000', '095727.317000', '095727.320000', '095727.323000', '095727.325000', '095727.328000', '095727.330000', '095727.333000', '095727.335000', '095727.338000', '095727.341000', '095727.343000', '095727.346000', '095727.348000', '095727.351000', '095727.354000', '095727.356000', '095727.359000', '095727.361000', '095727.364000', '095727.366000', '095727.369000', '095747.256000', '095747.259000', '095747.262000', '095747.264000', '095747.267000', '095747.270000', '095747.272000', '095747.275000', '095747.277000', '095747.280000', '095747.283000', '095747.285000', '095747.288000', '095747.290000', '095747.293000', '095747.295000', '095747.298000', '095747.301000', '095747.303000', '095747.306000', '095747.309000', '095747.311000', '095747.314000', '095747.316000', '095747.319000', '095747.321000', '095747.324000', '095747.327000', '095747.329000', '095747.332000', '095747.334000', '095747.337000', '095747.340000', '095747.342000', '095747.345000', '095747.347000', '095747.350000', '095747.352000', '095747.355000', '095747.358000', '095747.360000', '095747.363000', '095747.366000', '095807.257000', '095807.259000', '095807.262000', '095807.265000', '095807.268000', '095807.270000', '095807.273000', '095807.275000', '095807.278000', '095807.280000', '095807.283000', '095807.286000', '095807.288000', '095807.291000', '095807.293000', '095807.296000', '095807.298000', '095807.301000', '095807.304000', '095807.306000', '095807.309000', '095807.311000', '095807.314000', '095807.317000', '095807.327000', '095807.330000', '095807.332000', '095807.335000', '095807.337000', '095807.340000', '095807.342000', '095807.345000', '095807.348000', '095807.350000', '095807.353000', '095807.355000', '095807.358000', '095807.361000', '095807.363000', '095807.366000', '095807.368000', '095807.371000', '095807.373000', '095807.376000', '095817.242000', '095817.245000', '095817.248000', '095817.251000', '095817.254000', '095817.256000', '095817.259000', '095817.262000', '095817.264000', '095817.267000', '095817.270000', '095817.273000', '095817.275000', '095817.278000', '095817.281000', '095817.284000', '095817.304000', '095817.306000', '095817.309000', '095817.312000', '095817.314000', '095817.317000'], 'InstanceCreationTime': ['095007.304000', '095007.307000', '095007.310000', '095007.312000', '095007.315000', '095007.318000', '095007.321000', '095007.323000', '095007.326000', '095007.329000', '095007.332000', '095007.335000', '095007.338000', '095007.351000', '095007.364000', '095007.366000', '095007.369000', '095007.371000', '095007.374000', '095007.377000', '095007.379000', '095007.382000', '095007.385000', '095007.387000', '095007.390000', '095007.397000', '095007.400000', '095007.402000', '095007.405000', '095007.408000', '095007.428000', '095007.431000', '095027.255000', '095027.258000', '095027.261000', '095027.264000', '095027.267000', '095027.269000', '095027.272000', '095027.274000', '095027.277000', '095027.280000', '095027.282000', '095027.296000', '095027.299000', '095027.301000', '095027.304000', '095027.307000', '095027.309000', '095027.312000', '095027.314000', '095027.317000', '095027.320000', '095027.322000', '095027.325000', '095027.327000', '095027.330000', '095027.333000', '095027.335000', '095027.338000', '095027.340000', '095027.343000', '095027.346000', '095027.348000', '095027.359000', '095027.361000', '095027.364000', '095027.366000', '095027.369000', '095027.372000', '095027.374000', '095027.377000', '095027.379000', '095027.382000', '095027.384000', '095027.387000', '095047.256000', '095047.259000', '095047.262000', '095047.264000', '095047.267000', '095047.269000', '095047.272000', '095047.275000', '095047.277000', '095047.280000', '095047.282000', '095047.285000', '095047.287000', '095047.290000', '095047.293000', '095047.295000', '095047.298000', '095047.300000', '095047.303000', '095047.305000', '095047.308000', '095047.310000', '095047.321000', '095047.324000', '095047.326000', '095047.329000', '095047.331000', '095047.334000', '095047.336000', '095047.339000', '095047.341000', '095047.344000', '095047.346000', '095047.349000', '095047.352000', '095047.354000', '095047.357000', '095047.359000', '095047.362000', '095047.364000', '095047.367000', '095047.370000', '095047.372000', '095107.257000', '095107.259000', '095107.262000', '095107.265000', '095107.267000', '095107.270000', '095107.273000', '095107.299000', '095107.301000', '095107.304000', '095107.307000', '095107.309000', '095107.312000', '095107.314000', '095107.317000', '095107.320000', '095107.322000', '095107.325000', '095107.328000', '095107.330000', '095107.333000', '095107.335000', '095107.338000', '095107.341000', '095107.343000', '095107.346000', '095107.349000', '095107.351000', '095107.354000', '095107.356000', '095107.359000', '095107.362000', '095107.364000', '095107.367000', '095107.370000', '095107.372000', '095107.375000', '095107.377000', '095107.380000', '095107.383000', '095107.385000', '095107.388000', '095107.391000', '095107.393000', '095127.256000', '095127.259000', '095127.262000', '095127.264000', '095127.274000', '095127.276000', '095127.279000', '095127.281000', '095127.284000', '095127.287000', '095127.289000', '095127.292000', '095127.295000', '095127.297000', '095127.300000', '095127.303000', '095127.305000', '095127.308000', '095127.311000', '095127.313000', '095127.316000', '095127.319000', '095127.321000', '095127.324000', '095127.327000', '095127.329000', '095127.332000', '095127.334000', '095127.337000', '095127.339000', '095127.344000', '095127.346000', '095127.349000', '095127.351000', '095127.354000', '095127.357000', '095127.359000', '095127.362000', '095127.365000', '095127.368000', '095127.370000', '095127.373000', '095127.376000', '095147.255000', '095147.264000', '095147.267000', '095147.269000', '095147.272000', '095147.274000', '095147.277000', '095147.280000', '095147.282000', '095147.285000', '095147.288000', '095147.290000', '095147.293000', '095147.295000', '095147.298000', '095147.300000', '095147.303000', '095147.305000', '095147.308000', '095147.311000', '095147.313000', '095147.316000', '095147.318000', '095147.321000', '095147.323000', '095147.326000', '095147.328000', '095147.331000', '095147.334000', '095147.336000', '095147.339000', '095147.341000', '095147.344000', '095147.346000', '095147.349000', '095147.352000', '095147.354000', '095147.357000', '095147.359000', '095147.362000', '095147.364000', '095147.368000', '095147.370000', '095147.373000', '095207.256000', '095207.258000', '095207.261000', '095207.264000', '095207.266000', '095207.269000', '095207.272000', '095207.280000', '095207.283000', '095207.286000', '095207.288000', '095207.291000', '095207.293000', '095207.296000', '095207.298000', '095207.301000', '095207.304000', '095207.306000', '095207.309000', '095207.311000', '095207.314000', '095207.317000', '095207.319000', '095207.322000', '095207.324000', '095207.327000', '095207.329000', '095207.332000', '095207.334000', '095207.337000', '095207.340000', '095207.342000', '095207.345000', '095207.347000', '095207.350000', '095207.352000', '095207.355000', '095207.358000', '095207.360000', '095207.363000', '095207.365000', '095207.368000', '095207.370000', '095227.255000', '095227.258000', '095227.261000', '095227.264000', '095227.266000', '095227.273000', '095227.276000', '095227.278000', '095227.281000', '095227.284000', '095227.286000', '095227.289000', '095227.292000', '095227.294000', '095227.297000', '095227.300000', '095227.302000', '095227.305000', '095227.308000', '095227.310000', '095227.313000', '095227.316000', '095227.318000', '095227.321000', '095227.323000', '095227.330000', '095227.332000', '095227.335000', '095227.337000', '095227.340000', '095227.342000', '095227.345000', '095227.348000', '095227.350000', '095227.353000', '095227.355000', '095227.358000', '095227.360000', '095227.363000', '095227.366000', '095227.368000', '095227.371000', '095227.373000', '095227.376000', '095247.256000', '095247.258000', '095247.276000', '095247.279000', '095247.282000', '095247.284000', '095247.287000', '095247.289000', '095247.292000', '095247.294000', '095247.297000', '095247.300000', '095247.303000', '095247.305000', '095247.308000', '095247.310000', '095247.313000', '095247.315000', '095247.318000', '095247.320000', '095247.323000', '095247.326000', '095247.328000', '095247.331000', '095247.333000', '095247.336000', '095247.339000', '095247.341000', '095247.344000', '095247.346000', '095247.349000', '095247.352000', '095247.354000', '095247.357000', '095247.359000', '095247.362000', '095247.364000', '095247.367000', '095247.369000', '095247.372000', '095247.375000', '095247.377000', '095247.380000', '095307.256000', '095307.259000', '095307.262000', '095307.265000', '095307.268000', '095307.270000', '095307.273000', '095307.275000', '095307.278000', '095307.281000', '095307.283000', '095307.286000', '095307.289000', '095307.299000', '095307.302000', '095307.304000', '095307.307000', '095307.309000', '095307.312000', '095307.315000', '095307.317000', '095307.320000', '095307.323000', '095307.325000', '095307.328000', '095307.330000', '095307.333000', '095307.335000', '095307.338000', '095307.341000', '095307.344000', '095307.354000', '095307.357000', '095307.359000', '095307.362000', '095307.365000', '095307.368000', '095307.370000', '095307.373000', '095307.376000', '095307.378000', '095307.381000', '095307.383000', '095307.386000', '095327.257000', '095327.260000', '095327.262000', '095327.265000', '095327.267000', '095327.270000', '095327.273000', '095327.275000', '095327.278000', '095327.280000', '095327.283000', '095327.285000', '095327.288000', '095327.291000', '095327.293000', '095327.296000', '095327.298000', '095327.301000', '095327.304000', '095327.306000', '095327.309000', '095327.311000', '095327.314000', '095327.316000', '095327.319000', '095327.321000', '095327.324000', '095327.327000', '095327.329000', '095327.332000', '095327.335000', '095327.337000', '095327.340000', '095327.342000', '095327.345000', '095327.347000', '095327.350000', '095327.352000', '095327.355000', '095327.358000', '095327.360000', '095327.363000', '095327.371000', '095347.256000', '095347.260000', '095347.262000', '095347.265000', '095347.268000', '095347.270000', '095347.273000', '095347.275000', '095347.278000', '095347.280000', '095347.283000', '095347.286000', '095347.288000', '095347.291000', '095347.293000', '095347.296000', '095347.299000', '095347.301000', '095347.304000', '095347.306000', '095347.309000', '095347.311000', '095347.314000', '095347.317000', '095347.319000', '095347.322000', '095347.324000', '095347.327000', '095347.329000', '095347.332000', '095347.335000', '095347.337000', '095347.340000', '095347.342000', '095347.345000', '095347.347000', '095347.350000', '095347.352000', '095347.355000', '095347.358000', '095347.360000', '095347.363000', '095347.365000', '095407.255000', '095407.258000', '095407.261000', '095407.263000', '095407.266000', '095407.269000', '095407.271000', '095407.274000', '095407.276000', '095407.279000', '095407.281000', '095407.284000', '095407.287000', '095407.289000', '095407.292000', '095407.294000', '095407.297000', '095407.300000', '095407.302000', '095407.305000', '095407.307000', '095407.310000', '095407.312000', '095407.315000', '095407.318000', '095407.320000', '095407.323000', '095407.325000', '095407.332000', '095407.335000', '095407.337000', '095407.340000', '095407.342000', '095407.345000', '095407.348000', '095407.350000', '095407.353000', '095407.355000', '095407.358000', '095407.361000', '095407.363000', '095407.366000', '095407.369000', '095407.371000', '095427.255000', '095427.258000', '095427.261000', '095427.263000', '095427.266000', '095427.269000', '095427.271000', '095427.274000', '095427.277000', '095427.280000', '095427.282000', '095427.285000', '095427.288000', '095427.290000', '095427.293000', '095427.296000', '095427.298000', '095427.301000', '095427.304000', '095427.307000', '095427.309000', '095427.320000', '095427.323000', '095427.325000', '095427.328000', '095427.331000', '095427.333000', '095427.336000', '095427.338000', '095427.341000', '095427.344000', '095427.353000', '095427.355000', '095427.358000', '095427.360000', '095427.363000', '095427.366000', '095427.368000', '095427.371000', '095427.373000', '095427.376000', '095427.379000', '095427.381000', '095447.256000', '095447.259000', '095447.261000', '095447.264000', '095447.266000', '095447.269000', '095447.271000', '095447.274000', '095447.277000', '095447.279000', '095447.282000', '095447.284000', '095447.287000', '095447.290000', '095447.293000', '095447.295000', '095447.298000', '095447.300000', '095447.303000', '095447.305000', '095447.308000', '095447.310000', '095447.313000', '095447.316000', '095447.318000', '095447.321000', '095447.323000', '095447.326000', '095447.328000', '095447.331000', '095447.334000', '095447.336000', '095447.339000', '095447.341000', '095447.344000', '095447.346000', '095447.349000', '095447.352000', '095447.354000', '095447.357000', '095447.359000', '095447.362000', '095447.365000', '095447.367000', '095507.256000', '095507.258000', '095507.261000', '095507.264000', '095507.266000', '095507.269000', '095507.271000', '095507.274000', '095507.276000', '095507.279000', '095507.282000', '095507.284000', '095507.287000', '095507.289000', '095507.292000', '095507.295000', '095507.297000', '095507.300000', '095507.303000', '095507.305000', '095507.308000', '095507.317000', '095507.320000', '095507.323000', '095507.325000', '095507.328000', '095507.330000', '095507.333000', '095507.336000', '095507.339000', '095507.342000', '095507.345000', '095507.347000', '095507.350000', '095507.352000', '095507.355000', '095507.358000', '095507.360000', '095507.363000', '095507.365000', '095507.368000', '095507.371000', '095507.373000', '095527.257000', '095527.260000', '095527.262000', '095527.265000', '095527.267000', '095527.270000', '095527.273000', '095527.275000', '095527.278000', '095527.280000', '095527.283000', '095527.286000', '095527.288000', '095527.291000', '095527.294000', '095527.296000', '095527.299000', '095527.301000', '095527.304000', '095527.307000', '095527.309000', '095527.312000', '095527.314000', '095527.317000', '095527.320000', '095527.322000', '095527.325000', '095527.327000', '095527.330000', '095527.332000', '095527.335000', '095527.338000', '095527.340000', '095527.343000', '095527.345000', '095527.348000', '095527.350000', '095527.353000', '095527.355000', '095527.358000', '095527.361000', '095527.363000', '095527.366000', '095527.368000', '095547.256000', '095547.259000', '095547.262000', '095547.265000', '095547.267000', '095547.270000', '095547.272000', '095547.275000', '095547.277000', '095547.280000', '095547.283000', '095547.285000', '095547.288000', '095547.291000', '095547.294000', '095547.297000', '095547.300000', '095547.302000', '095547.305000', '095547.307000', '095547.310000', '095547.313000', '095547.315000', '095547.318000', '095547.320000', '095547.323000', '095547.326000', '095547.328000', '095547.331000', '095547.333000', '095547.336000', '095547.338000', '095547.341000', '095547.344000', '095547.347000', '095547.349000', '095547.352000', '095547.355000', '095547.357000', '095547.360000', '095547.362000', '095547.365000', '095547.368000', '095607.256000', '095607.259000', '095607.262000', '095607.265000', '095607.267000', '095607.270000', '095607.272000', '095607.275000', '095607.278000', '095607.281000', '095607.284000', '095607.287000', '095607.289000', '095607.292000', '095607.294000', '095607.297000', '095607.300000', '095607.302000', '095607.305000', '095607.307000', '095607.310000', '095607.312000', '095607.315000', '095607.318000', '095607.320000', '095607.323000', '095607.325000', '095607.328000', '095607.331000', '095607.333000', '095607.336000', '095607.338000', '095607.341000', '095607.343000', '095607.346000', '095607.349000', '095607.351000', '095607.354000', '095607.356000', '095607.359000', '095607.362000', '095607.364000', '095607.367000', '095607.370000', '095627.256000', '095627.258000', '095627.261000', '095627.264000', '095627.266000', '095627.269000', '095627.271000', '095627.274000', '095627.277000', '095627.279000', '095627.282000', '095627.284000', '095627.287000', '095627.289000', '095627.292000', '095627.295000', '095627.297000', '095627.300000', '095627.302000', '095627.305000', '095627.307000', '095627.310000', '095627.313000', '095627.316000', '095627.318000', '095627.329000', '095627.332000', '095627.334000', '095627.337000', '095627.339000', '095627.342000', '095627.344000', '095627.347000', '095627.350000', '095627.352000', '095627.355000', '095627.357000', '095627.360000', '095627.362000', '095627.365000', '095627.367000', '095627.370000', '095627.373000', '095647.256000', '095647.259000', '095647.261000', '095647.264000', '095647.266000', '095647.275000', '095647.283000', '095647.286000', '095647.289000', '095647.291000', '095647.294000', '095647.297000', '095647.300000', '095647.302000', '095647.305000', '095647.307000', '095647.310000', '095647.313000', '095647.315000', '095647.318000', '095647.320000', '095647.323000', '095647.326000', '095647.328000', '095647.331000', '095647.333000', '095647.336000', '095647.339000', '095647.341000', '095647.344000', '095647.346000', '095647.349000', '095647.352000', '095647.354000', '095647.357000', '095647.359000', '095647.362000', '095647.365000', '095647.367000', '095647.370000', '095647.372000', '095647.375000', '095647.378000', '095647.380000', '095707.256000', '095707.258000', '095707.261000', '095707.264000', '095707.266000', '095707.269000', '095707.295000', '095707.298000', '095707.300000', '095707.303000', '095707.306000', '095707.308000', '095707.311000', '095707.313000', '095707.316000', '095707.318000', '095707.321000', '095707.324000', '095707.327000', '095707.330000', '095707.333000', '095707.336000', '095707.338000', '095707.341000', '095707.343000', '095707.346000', '095707.348000', '095707.351000', '095707.353000', '095707.356000', '095707.359000', '095707.361000', '095707.364000', '095707.366000', '095707.369000', '095707.371000', '095707.377000', '095707.379000', '095707.383000', '095707.386000', '095707.389000', '095707.391000', '095707.394000', '095727.257000', '095727.260000', '095727.263000', '095727.265000', '095727.268000', '095727.271000', '095727.273000', '095727.276000', '095727.279000', '095727.281000', '095727.284000', '095727.286000', '095727.289000', '095727.291000', '095727.294000', '095727.297000', '095727.299000', '095727.302000', '095727.304000', '095727.307000', '095727.310000', '095727.312000', '095727.315000', '095727.317000', '095727.320000', '095727.323000', '095727.325000', '095727.328000', '095727.330000', '095727.333000', '095727.335000', '095727.338000', '095727.341000', '095727.343000', '095727.346000', '095727.348000', '095727.351000', '095727.354000', '095727.356000', '095727.359000', '095727.361000', '095727.364000', '095727.366000', '095727.369000', '095747.256000', '095747.259000', '095747.262000', '095747.264000', '095747.267000', '095747.270000', '095747.272000', '095747.275000', '095747.277000', '095747.280000', '095747.283000', '095747.285000', '095747.288000', '095747.290000', '095747.293000', '095747.295000', '095747.298000', '095747.301000', '095747.303000', '095747.306000', '095747.309000', '095747.311000', '095747.314000', '095747.316000', '095747.319000', '095747.321000', '095747.324000', '095747.327000', '095747.329000', '095747.332000', '095747.334000', '095747.337000', '095747.340000', '095747.342000', '095747.345000', '095747.347000', '095747.350000', '095747.352000', '095747.355000', '095747.358000', '095747.360000', '095747.363000', '095747.366000', '095807.257000', '095807.259000', '095807.262000', '095807.265000', '095807.268000', '095807.270000', '095807.273000', '095807.275000', '095807.278000', '095807.280000', '095807.283000', '095807.286000', '095807.288000', '095807.291000', '095807.293000', '095807.296000', '095807.298000', '095807.301000', '095807.304000', '095807.306000', '095807.309000', '095807.311000', '095807.314000', '095807.317000', '095807.327000', '095807.330000', '095807.332000', '095807.335000', '095807.337000', '095807.340000', '095807.342000', '095807.345000', '095807.348000', '095807.350000', '095807.353000', '095807.355000', '095807.358000', '095807.361000', '095807.363000', '095807.366000', '095807.368000', '095807.371000', '095807.373000', '095807.376000', '095817.242000', '095817.245000', '095817.248000', '095817.251000', '095817.254000', '095817.256000', '095817.259000', '095817.262000', '095817.264000', '095817.267000', '095817.270000', '095817.273000', '095817.275000', '095817.278000', '095817.281000', '095817.284000', '095817.304000', '095817.306000', '095817.309000', '095817.312000', '095817.314000', '095817.317000'], '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': [16277, 12312, 14861, 11909, 11816, 11653, 8727, 12894, 10054, 13322, 9995, 8885, 10932, 8405, 11768, 10043, 12269, 10131, 11955, 12280, 8213, 11060, 9490, 11910, 9281, 8731, 10646, 8655, 10824, 9630, 12472, 9951, 8362, 9627, 9519, 9178, 10434, 9670, 12765, 10324, 9085, 13394, 10229, 8491, 10953, 10350, 13425, 10825, 15901, 12409, 8601, 12230, 11065, 13173, 11566, 12838, 11145, 14169, 10689, 11937, 10683, 7765, 11099, 9618, 11037, 8905, 12531, 9079, 12723, 10465, 8496, 11299, 10217, 12358, 9170, 11437, 10603, 7956, 11608, 10829, 12262, 11121, 13312, 11254, 13259, 10827, 8274, 10616, 8120, 11582, 9641, 13636, 10759, 8082, 11443, 10606, 12326, 10226, 9876, 13674, 10532, 14498, 10869, 10324, 11729, 9727, 13283, 12234, 13569, 11783, 14431, 10922, 10398, 11960, 9896, 14107, 11748, 14457, 11649, 13010, 10986, 9956, 11264, 9505, 11758, 9820, 13558, 11440, 14098, 11088, 10410, 11193, 9610, 14298, 11087, 14913, 11196, 11360, 11265, 9627, 14143, 10733, 13636, 11077, 11554, 10879, 9487, 14409, 10274, 13400, 10288, 9567, 10957, 9452, 14025, 10739, 14537, 10497, 9006, 10604, 10318, 13023, 9823, 8137, 13499, 11967, 8067, 11388, 8860, 11959, 9189, 10578, 11545, 9878, 13899, 10403, 10647, 10900, 9238, 12652, 11295, 14087, 11499, 14806, 11229, 9906, 11603, 9419, 13365, 11338, 10581, 10357, 8145, 11789, 9421, 13816, 11133, 9253, 11291, 9196, 11933, 10596, 13597, 11495, 14151, 11029, 12401, 10731, 9081, 11870, 10297, 14614, 11359, 11547, 9293, 8265, 10696, 9423, 12591, 10607, 8490, 10598, 8209, 12098, 10692, 14452, 10934, 9159, 10838, 8495, 11671, 10678, 14915, 12250, 11520, 10833, 8772, 11719, 10313, 13568, 11223, 11439, 10809, 9295, 11649, 9431, 13020, 10878, 13166, 10853, 13070, 10911, 12946, 10912, 13082, 10848, 12651, 10497, 10500, 10156, 9507, 10917, 8392, 12264, 9740, 11787, 9297, 10655, 8758, 9421, 11938, 8907, 12323, 9913, 13222, 9884, 10515, 11836, 8614, 12496, 10631, 13837, 11018, 14279, 11461, 8803, 10708, 8687, 12057, 10671, 13810, 11454, 11841, 10299, 9456, 10755, 9323, 12758, 10088, 13098, 10593, 12633, 9468, 11548, 10471, 8608, 11347, 8755, 11476, 9225, 12020, 10834, 12935, 9872, 12748, 10445, 10046, 11834, 8138, 11742, 10470, 11547, 9855, 13279, 10598, 7976, 9590, 7872, 11008, 8734, 11695, 9640, 12474, 9258, 12511, 9376, 9794, 10712, 9085, 12133, 9654, 12288, 9544, 12913, 9790, 9278, 11949, 8305, 11787, 10045, 13259, 12397, 13788, 10581, 10922, 10916, 9780, 14317, 14504, 11124, 10687, 8274, 11618, 8344, 9981, 9963, 8993, 13560, 10457, 11673, 10961, 9301, 14253, 12590, 14780, 12169, 13047, 10865, 9389, 15092, 12779, 14922, 12041, 12865, 10899, 10387, 11017, 15938, 11850, 8149, 9644, 7623, 9722, 8789, 10937, 9305, 11753, 9272, 11323, 9294, 9279, 11441, 8297, 11420, 9902, 12396, 10504, 13937, 11030, 8795, 10832, 8634, 11641, 9213, 12500, 10289, 12943, 10222, 13087, 9816, 12494, 10428, 8052, 10670, 8201, 12015, 9336, 12081, 9483, 9980, 9674, 8339, 12474, 9910, 12652, 9639, 9924, 9324, 9551, 12117, 8564, 12772, 9676, 12577, 10754, 13911, 11615, 12854, 10620, 8896, 11860, 10283, 13555, 12147, 8562, 12437, 10918, 11493, 14543, 13312, 8896, 13262, 11229, 12347, 10204, 9636, 12242, 10944, 14676, 12331, 11173, 16852, 13753, 17042, 15488, 15270, 18053, 15320, 18136, 14537, 17836, 13831, 16303, 11938, 12496, 11148, 8249, 12334, 8352, 11848, 9044, 10720, 8910, 9560, 8459, 8753, 8965, 7947, 10694, 8752, 8613, 9617, 8700, 11485, 10264, 11589, 10029, 9042, 11661, 9243, 13006, 10499, 13510, 10984, 9498, 11688, 9018, 11874, 9756, 9148, 9181, 8770, 11967, 9372, 12251, 9928, 10128, 9885, 8477, 12726, 10349, 13429, 10818, 8934, 11936, 10120, 12991, 11364, 12987, 10666, 8800, 13350, 10580, 9793, 12327, 10213, 12909, 9921, 9620, 14494, 10862, 12031, 15398, 12746, 11783, 11670, 10898, 9051, 13877, 12001, 14175, 12067, 11833, 11345, 9506, 12918, 10751, 14518, 11672, 8683, 12475, 9099, 13115, 10342, 11435, 11940, 9550, 13275, 9553, 9007, 11654, 10486, 11668, 13686, 11348, 12981, 11681, 10708, 12485, 12029, 10458, 16381, 11900, 14012, 13277, 10263, 15903, 12606, 16965, 12843, 15089, 13359, 13870, 16566, 10333, 15250, 11188, 13509, 11230, 8931, 12343, 9326, 12341, 9527, 10238, 9521, 8033, 12285, 9661, 12525, 10046, 9953, 10099, 8285, 12246, 9679, 13256, 9742, 9114, 9555, 8202, 11928, 9146, 12334, 9305, 10083, 9578, 8476, 12541, 10042, 14093, 10508, 12318, 10581, 11738, 11667, 10451, 13566, 10693, 12795, 10573, 11293, 9788, 8055, 12543, 9516, 13597, 9308, 10582, 10303, 9728, 14252, 11509, 13040, 10348, 11264, 11236, 10746, 14166, 12155, 14232, 10787, 10001, 12198, 11063, 14369, 12047, 11481, 14580, 12320, 14436, 11362, 13167, 11066, 11679, 13652, 8668, 12109, 9649, 13015, 11309, 13803, 10402, 11153, 9970, 8799, 10761, 8879, 12592, 10431, 12469, 10488, 12235, 10259, 10535, 11947, 9704, 12420, 10627, 11375, 10393, 9248, 12268, 10426, 12849, 11129, 12582, 11064, 11531, 11403, 8898, 12039, 9348, 12501, 9527, 12847, 10280, 12124, 11315, 11733, 9462, 8635, 10307, 8388, 11814, 9639, 12530, 10400, 12090, 9971, 9747, 11197, 10868, 12373, 9483, 12739, 11130, 13984, 11168, 10585, 11169, 8580, 12335, 10983, 14716, 11138, 8874, 12259, 9562, 13633, 10757, 13554, 11011, 13049, 10278, 11212, 10391, 8055, 11173, 8688, 12349, 9986, 9261, 12476, 9729, 12007, 9402, 8515, 10069, 9049, 12771, 11599, 10258, 10468, 8097, 10732, 8518, 11741, 9156, 8926, 12152, 10636, 14316, 10997, 11448, 11527, 10038, 13807, 13204, 14973, 13115, 11915, 11292, 8963, 14379, 11663, 13885, 11068, 8368, 11666, 9010, 12751, 11207, 12710, 10888, 8219, 11828, 9576, 11485, 10931, 8297, 12724, 10171, 10211, 9900, 8615, 12927, 10079, 13999, 10752, 10882, 10703, 10315, 11829, 8913, 12733, 10161, 12046, 10552, 12160, 10280, 7991, 10018, 8084, 11968, 9241, 12536, 9964, 11858, 9581, 11705, 9482, 7919, 9441, 7976, 11099, 8693, 11438, 9451, 11600, 9552, 11798, 9613, 10350, 9360, 8640, 11588, 9244, 13167, 10187, 13506, 10575, 10957, 10438, 9219, 13106, 9438, 12226, 9674, 10842, 9426, 8367, 11662, 9145, 11897, 9451, 12489, 10459, 8686, 11801, 8822, 12527, 10567, 13575, 11547, 12709, 10550, 9640, 11080, 9634, 12559, 10414, 14077, 10070, 12424, 10112, 11580, 10075, 11144, 10187, 8131, 10674, 8416, 12438, 10333, 12977, 10971, 13691, 10927, 10800, 11003, 10616, 14009, 10059, 13590, 10838, 12893, 10849, 13802, 10964, 10825, 10508, 9339, 11538, 9305, 14993, 10949, 13529, 10525, 10093, 10413, 9298, 12825, 9326, 12168, 10566, 12302, 10695, 12952, 10830, 9819, 11367, 8956, 12448, 10002, 13645, 10923, 12183, 10255, 12365, 10232, 9516, 10971, 8507, 11193, 9344, 7699, 11107, 9021, 9215, 10891, 10070, 15361, 12176, 9698, 16067, 16109, 17168, 13774, 11081, 8953, 13229, 10103, 11410, 11373, 10797, 13605, 10029, 13576, 11246, 15492, 12618, 15679, 13633, 16062, 13285, 15949, 13110, 11965, 10339, 8106, 12907, 9655, 10235, 8841, 8531, 11767, 9484, 11731, 9860, 11898, 9621, 9069, 9820, 8344, 10986, 9024, 11319, 10176, 10671, 9498, 8744, 9923, 8930, 11419, 9147, 12194, 9606, 12035, 9856, 10870, 8954, 8056, 10588, 9018, 9993, 10270, 8837, 12537, 9363, 9165, 13947, 10748, 12783, 10004, 9072, 12417, 9493, 14791, 11538, 14520, 11133, 10037, 11354, 8607, 12589, 9051, 12844, 10403, 12283, 9820, 9188, 9483, 7969, 11417, 9631, 13386, 11238, 10612, 10968, 9198, 13306, 10419, 14543, 11529, 13048, 11493, 9638, 12846, 9939, 13669, 11794, 14100, 11126, 9313, 12085, 9667, 14118, 11148, 10812, 14542, 11226, 9973, 10167, 8517, 13639, 10087, 9493], 'WindowCenter': [4368.0, 4318.0, 4313.0, 4289.0, 4274.0, 4272.0, 4241.0, 4271.0, 4251.0, 4280.0, 4251.0, 4241.0, 4261.0, 4242.0, 4273.0, 4264.0, 4283.0, 4277.0, 4298.0, 4298.0, 4254.0, 4275.0, 4265.0, 4285.0, 4267.0, 4268.0, 4290.0, 4270.0, 4314.0, 4293.0, 4312.0, 4305.0, 4272.0, 4291.0, 4294.0, 4295.0, 4317.0, 4308.0, 4338.0, 4318.0, 4298.0, 4339.0, 4317.0, 4297.0, 4317.0, 4320.0, 4338.0, 4331.0, 4360.0, 4329.0, 4285.0, 4326.0, 4316.0, 4325.0, 4315.0, 4325.0, 4315.0, 4335.0, 4316.0, 4327.0, 4318.0, 4275.0, 4315.0, 4307.0, 4315.0, 4297.0, 4327.0, 4310.0, 4340.0, 4321.0, 4300.0, 4330.0, 4320.0, 4339.0, 4322.0, 4343.0, 4332.0, 4300.0, 4341.0, 4331.0, 4341.0, 4332.0, 4352.0, 4344.0, 4352.0, 4334.0, 4301.0, 4329.0, 4299.0, 4328.0, 4322.0, 4365.0, 4347.0, 4312.0, 4342.0, 4332.0, 4353.0, 4333.0, 4333.0, 4365.0, 4334.0, 4364.0, 4335.0, 4334.0, 4344.0, 4324.0, 4356.0, 4356.0, 4354.0, 4332.0, 4351.0, 4319.0, 4310.0, 4328.0, 4320.0, 4351.0, 4331.0, 4349.0, 4330.0, 4338.0, 4318.0, 4309.0, 4329.0, 4310.0, 4342.0, 4322.0, 4351.0, 4330.0, 4350.0, 4320.0, 4320.0, 4329.0, 4310.0, 4350.0, 4329.0, 4349.0, 4317.0, 4316.0, 4330.0, 4308.0, 4349.0, 4318.0, 4337.0, 4317.0, 4331.0, 4332.0, 4309.0, 4349.0, 4318.0, 4337.0, 4307.0, 4309.0, 4318.0, 4309.0, 4351.0, 4320.0, 4339.0, 4318.0, 4298.0, 4318.0, 4319.0, 4340.0, 4333.0, 4314.0, 4351.0, 4343.0, 4287.0, 4316.0, 4295.0, 4325.0, 4309.0, 4317.0, 4330.0, 4320.0, 4351.0, 4320.0, 4319.0, 4318.0, 4298.0, 4340.0, 4320.0, 4338.0, 4318.0, 4337.0, 4304.0, 4295.0, 4315.0, 4296.0, 4324.0, 4315.0, 4305.0, 4304.0, 4276.0, 4327.0, 4311.0, 4350.0, 4320.0, 4299.0, 4317.0, 4297.0, 4317.0, 4307.0, 4338.0, 4317.0, 4338.0, 4306.0, 4315.0, 4303.0, 4284.0, 4317.0, 4306.0, 4335.0, 4317.0, 4316.0, 4295.0, 4285.0, 4305.0, 4308.0, 4339.0, 4319.0, 4298.0, 4317.0, 4288.0, 4331.0, 4320.0, 4353.0, 4322.0, 4325.0, 4330.0, 4299.0, 4329.0, 4320.0, 4350.0, 4330.0, 4317.0, 4308.0, 4286.0, 4315.0, 4306.0, 4338.0, 4318.0, 4317.0, 4305.0, 4296.0, 4314.0, 4296.0, 4328.0, 4305.0, 4325.0, 4304.0, 4324.0, 4303.0, 4313.0, 4306.0, 4325.0, 4303.0, 4313.0, 4292.0, 4293.0, 4292.0, 4295.0, 4306.0, 4285.0, 4315.0, 4295.0, 4313.0, 4296.0, 4306.0, 4299.0, 4309.0, 4330.0, 4298.0, 4327.0, 4309.0, 4340.0, 4311.0, 4321.0, 4331.0, 4289.0, 4328.0, 4319.0, 4337.0, 4318.0, 4340.0, 4319.0, 4287.0, 4305.0, 4285.0, 4314.0, 4307.0, 4336.0, 4318.0, 4316.0, 4305.0, 4295.0, 4317.0, 4298.0, 4340.0, 4307.0, 4328.0, 4306.0, 4327.0, 4308.0, 4329.0, 4320.0, 4298.0, 4319.0, 4299.0, 4328.0, 4310.0, 4341.0, 4320.0, 4340.0, 4311.0, 4330.0, 4319.0, 4310.0, 4329.0, 4277.0, 4318.0, 4308.0, 4316.0, 4309.0, 4340.0, 4318.0, 4287.0, 4297.0, 4290.0, 4320.0, 4303.0, 4342.0, 4312.0, 4342.0, 4311.0, 4340.0, 4311.0, 4322.0, 4323.0, 4311.0, 4343.0, 4322.0, 4333.0, 4311.0, 4354.0, 4324.0, 4313.0, 4344.0, 4302.0, 4331.0, 4320.0, 4342.0, 4344.0, 4342.0, 4321.0, 4320.0, 4318.0, 4309.0, 4365.0, 4366.0, 4332.0, 4320.0, 4298.0, 4329.0, 4312.0, 4322.0, 4334.0, 4312.0, 4353.0, 4321.0, 4330.0, 4320.0, 4299.0, 4351.0, 4330.0, 4340.0, 4317.0, 4316.0, 4305.0, 4283.0, 4337.0, 4315.0, 4324.0, 4301.0, 4300.0, 4278.0, 4278.0, 4290.0, 4321.0, 4289.0, 4247.0, 4266.0, 4248.0, 4280.0, 4272.0, 4292.0, 4281.0, 4301.0, 4282.0, 4301.0, 4295.0, 4285.0, 4304.0, 4271.0, 4304.0, 4294.0, 4313.0, 4306.0, 4325.0, 4306.0, 4272.0, 4292.0, 4273.0, 4304.0, 4286.0, 4315.0, 4295.0, 4313.0, 4294.0, 4324.0, 4296.0, 4316.0, 4305.0, 4263.0, 4294.0, 4286.0, 4329.0, 4298.0, 4317.0, 4296.0, 4309.0, 4310.0, 4289.0, 4342.0, 4337.0, 4354.0, 4323.0, 4321.0, 4322.0, 4325.0, 4342.0, 4296.0, 4327.0, 4296.0, 4314.0, 4317.0, 4337.0, 4318.0, 4326.0, 4306.0, 4285.0, 4329.0, 4318.0, 4340.0, 4341.0, 4311.0, 4341.0, 4333.0, 4344.0, 4366.0, 4353.0, 4311.0, 4340.0, 4318.0, 4340.0, 4321.0, 4311.0, 4341.0, 4319.0, 4350.0, 4341.0, 4319.0, 4361.0, 4328.0, 4336.0, 4325.0, 4311.0, 4322.0, 4299.0, 4308.0, 4285.0, 4293.0, 4269.0, 4268.0, 4235.0, 4244.0, 4234.0, 4201.0, 4243.0, 4202.0, 4233.0, 4213.0, 4234.0, 4225.0, 4237.0, 4227.0, 4230.0, 4241.0, 4245.0, 4266.0, 4259.0, 4271.0, 4285.0, 4274.0, 4304.0, 4295.0, 4305.0, 4295.0, 4286.0, 4305.0, 4286.0, 4316.0, 4307.0, 4316.0, 4307.0, 4297.0, 4319.0, 4286.0, 4316.0, 4297.0, 4297.0, 4299.0, 4301.0, 4331.0, 4302.0, 4333.0, 4312.0, 4322.0, 4322.0, 4302.0, 4344.0, 4336.0, 4356.0, 4335.0, 4314.0, 4345.0, 4334.0, 4355.0, 4347.0, 4369.0, 4337.0, 4316.0, 4357.0, 4335.0, 4337.0, 4356.0, 4337.0, 4371.0, 4338.0, 4339.0, 4368.0, 4349.0, 4370.0, 4380.0, 4357.0, 4345.0, 4335.0, 4333.0, 4315.0, 4355.0, 4346.0, 4355.0, 4345.0, 4334.0, 4322.0, 4312.0, 4332.0, 4321.0, 4350.0, 4332.0, 4299.0, 4330.0, 4300.0, 4340.0, 4324.0, 4331.0, 4343.0, 4311.0, 4342.0, 4324.0, 4323.0, 4358.0, 4365.0, 4389.0, 4369.0, 4332.0, 4354.0, 4330.0, 4321.0, 4341.0, 4331.0, 4331.0, 4374.0, 4345.0, 4367.0, 4345.0, 4321.0, 4352.0, 4331.0, 4350.0, 4318.0, 4327.0, 4316.0, 4315.0, 4325.0, 4270.0, 4310.0, 4278.0, 4288.0, 4277.0, 4255.0, 4287.0, 4256.0, 4287.0, 4268.0, 4279.0, 4270.0, 4261.0, 4302.0, 4282.0, 4303.0, 4284.0, 4283.0, 4294.0, 4274.0, 4315.0, 4295.0, 4325.0, 4297.0, 4297.0, 4311.0, 4288.0, 4319.0, 4310.0, 4328.0, 4310.0, 4321.0, 4323.0, 4305.0, 4344.0, 4324.0, 4354.0, 4326.0, 4334.0, 4324.0, 4335.0, 4346.0, 4336.0, 4344.0, 4323.0, 4340.0, 4323.0, 4334.0, 4325.0, 4303.0, 4356.0, 4326.0, 4355.0, 4327.0, 4349.0, 4349.0, 4338.0, 4380.0, 4359.0, 4357.0, 4337.0, 4345.0, 4334.0, 4336.0, 4368.0, 4347.0, 4368.0, 4335.0, 4324.0, 4343.0, 4335.0, 4367.0, 4358.0, 4359.0, 4354.0, 4331.0, 4338.0, 4319.0, 4342.0, 4321.0, 4319.0, 4329.0, 4275.0, 4316.0, 4294.0, 4327.0, 4318.0, 4327.0, 4307.0, 4306.0, 4295.0, 4287.0, 4319.0, 4298.0, 4329.0, 4307.0, 4319.0, 4309.0, 4318.0, 4311.0, 4311.0, 4320.0, 4298.0, 4328.0, 4307.0, 4317.0, 4306.0, 4299.0, 4331.0, 4310.0, 4328.0, 4318.0, 4318.0, 4319.0, 4320.0, 4319.0, 4286.0, 4317.0, 4286.0, 4316.0, 4285.0, 4316.0, 4307.0, 4318.0, 4307.0, 4315.0, 4297.0, 4286.0, 4308.0, 4288.0, 4328.0, 4311.0, 4331.0, 4323.0, 4330.0, 4312.0, 4311.0, 4323.0, 4321.0, 4330.0, 4310.0, 4333.0, 4322.0, 4342.0, 4320.0, 4310.0, 4319.0, 4287.0, 4332.0, 4323.0, 4352.0, 4321.0, 4300.0, 4329.0, 4310.0, 4341.0, 4322.0, 4341.0, 4322.0, 4331.0, 4310.0, 4318.0, 4306.0, 4278.0, 4317.0, 4299.0, 4328.0, 4322.0, 4313.0, 4331.0, 4310.0, 4327.0, 4297.0, 4299.0, 4309.0, 4301.0, 4343.0, 4333.0, 4323.0, 4336.0, 4290.0, 4319.0, 4299.0, 4328.0, 4310.0, 4310.0, 4344.0, 4323.0, 4353.0, 4322.0, 4321.0, 4319.0, 4298.0, 4330.0, 4329.0, 4327.0, 4317.0, 4305.0, 4294.0, 4273.0, 4324.0, 4303.0, 4313.0, 4292.0, 4260.0, 4290.0, 4283.0, 4316.0, 4275.0, 4298.0, 4279.0, 4260.0, 4290.0, 4284.0, 4304.0, 4305.0, 4274.0, 4314.0, 4294.0, 4293.0, 4295.0, 4287.0, 4327.0, 4297.0, 4327.0, 4307.0, 4305.0, 4305.0, 4297.0, 4319.0, 4285.0, 4314.0, 4294.0, 4304.0, 4303.0, 4314.0, 4295.0, 4276.0, 4295.0, 4276.0, 4317.0, 4297.0, 4317.0, 4297.0, 4317.0, 4297.0, 4328.0, 4310.0, 4289.0, 4309.0, 4288.0, 4320.0, 4302.0, 4331.0, 4314.0, 4332.0, 4323.0, 4333.0, 4323.0, 4324.0, 4313.0, 4315.0, 4344.0, 4322.0, 4354.0, 4336.0, 4354.0, 4335.0, 4334.0, 4336.0, 4326.0, 4355.0, 4313.0, 4360.0, 4324.0, 4333.0, 4313.0, 4304.0, 4343.0, 4323.0, 4344.0, 4325.0, 4356.0, 4337.0, 4315.0, 4343.0, 4314.0, 4341.0, 4335.0, 4354.0, 4345.0, 4344.0, 4323.0, 4313.0, 4333.0, 4313.0, 4345.0, 4324.0, 4354.0, 4312.0, 4331.0, 4323.0, 4332.0, 4323.0, 4333.0, 4322.0, 4291.0, 4322.0, 4301.0, 4344.0, 4327.0, 4344.0, 4324.0, 4342.0, 4322.0, 4321.0, 4323.0, 4321.0, 4343.0, 4299.0, 4327.0, 4308.0, 4318.0, 4320.0, 4339.0, 4309.0, 4307.0, 4307.0, 4299.0, 4332.0, 4299.0, 4338.0, 4307.0, 4325.0, 4306.0, 4306.0, 4306.0, 4296.0, 4328.0, 4295.0, 4316.0, 4307.0, 4329.0, 4311.0, 4327.0, 4320.0, 4297.0, 4315.0, 4284.0, 4327.0, 4298.0, 4329.0, 4308.0, 4331.0, 4293.0, 4317.0, 4324.0, 4324.0, 4334.0, 4302.0, 4319.0, 4311.0, 4290.0, 4329.0, 4324.0, 4353.0, 4376.0, 4338.0, 4377.0, 4333.0, 4309.0, 4351.0, 4354.0, 4362.0, 4340.0, 4318.0, 4286.0, 4326.0, 4309.0, 4317.0, 4316.0, 4306.0, 4325.0, 4294.0, 4327.0, 4305.0, 4324.0, 4305.0, 4324.0, 4301.0, 4310.0, 4287.0, 4295.0, 4275.0, 4262.0, 4240.0, 4220.0, 4271.0, 4240.0, 4249.0, 4242.0, 4242.0, 4273.0, 4251.0, 4262.0, 4253.0, 4262.0, 4254.0, 4243.0, 4255.0, 4245.0, 4276.0, 4270.0, 4288.0, 4280.0, 4279.0, 4281.0, 4271.0, 4281.0, 4272.0, 4304.0, 4285.0, 4317.0, 4284.0, 4305.0, 4296.0, 4306.0, 4288.0, 4277.0, 4307.0, 4315.0, 4313.0, 4324.0, 4315.0, 4357.0, 4314.0, 4312.0, 4341.0, 4322.0, 4332.0, 4311.0, 4301.0, 4345.0, 4313.0, 4353.0, 4333.0, 4342.0, 4323.0, 4310.0, 4320.0, 4288.0, 4329.0, 4300.0, 4331.0, 4321.0, 4331.0, 4337.0, 4327.0, 4324.0, 4305.0, 4332.0, 4311.0, 4342.0, 4333.0, 4324.0, 4335.0, 4325.0, 4356.0, 4336.0, 4367.0, 4347.0, 4356.0, 4336.0, 4324.0, 4344.0, 4312.0, 4355.0, 4335.0, 4354.0, 4336.0, 4327.0, 4345.0, 4325.0, 4366.0, 4335.0, 4336.0, 4367.0, 4333.0, 4324.0, 4335.0, 4315.0, 4355.0, 4335.0, 4324.0], 'WindowWidth': [9635.0, 9544.0, 9527.0, 9483.0, 9456.0, 9448.0, 9402.0, 9443.0, 9416.0, 9456.0, 9416.0, 9403.0, 9430.0, 9408.0, 9450.0, 9439.0, 9465.0, 9465.0, 9494.0, 9493.0, 9428.0, 9456.0, 9444.0, 9471.0, 9450.0, 9453.0, 9485.0, 9459.0, 9527.0, 9497.0, 9521.0, 9513.0, 9466.0, 9494.0, 9500.0, 9503.0, 9535.0, 9525.0, 9565.0, 9539.0, 9511.0, 9570.0, 9537.0, 9510.0, 9537.0, 9544.0, 9569.0, 9561.0, 9601.0, 9554.0, 9489.0, 9545.0, 9530.0, 9542.0, 9528.0, 9542.0, 9529.0, 9556.0, 9532.0, 9549.0, 9535.0, 9476.0, 9529.0, 9519.0, 9528.0, 9507.0, 9548.0, 9530.0, 9571.0, 9545.0, 9517.0, 9557.0, 9543.0, 9570.0, 9552.0, 9581.0, 9564.0, 9520.0, 9575.0, 9562.0, 9575.0, 9563.0, 9593.0, 9584.0, 9594.0, 9570.0, 9520.0, 9556.0, 9517.0, 9555.0, 9550.0, 9615.0, 9593.0, 9539.0, 9577.0, 9565.0, 9593.0, 9569.0, 9569.0, 9614.0, 9571.0, 9611.0, 9572.0, 9569.0, 9584.0, 9555.0, 9603.0, 9602.0, 9597.0, 9564.0, 9587.0, 9541.0, 9527.0, 9551.0, 9544.0, 9586.0, 9557.0, 9581.0, 9554.0, 9564.0, 9536.0, 9526.0, 9553.0, 9532.0, 9577.0, 9549.0, 9591.0, 9556.0, 9585.0, 9541.0, 9542.0, 9555.0, 9530.0, 9587.0, 9553.0, 9582.0, 9535.0, 9534.0, 9554.0, 9525.0, 9583.0, 9537.0, 9563.0, 9535.0, 9559.0, 9563.0, 9529.0, 9583.0, 9537.0, 9564.0, 9522.0, 9528.0, 9539.0, 9528.0, 9590.0, 9543.0, 9567.0, 9537.0, 9510.0, 9536.0, 9540.0, 9572.0, 9569.0, 9544.0, 9590.0, 9582.0, 9495.0, 9530.0, 9502.0, 9543.0, 9526.0, 9537.0, 9557.0, 9546.0, 9587.0, 9542.0, 9539.0, 9537.0, 9510.0, 9569.0, 9544.0, 9566.0, 9536.0, 9561.0, 9512.0, 9499.0, 9526.0, 9504.0, 9542.0, 9528.0, 9514.0, 9512.0, 9477.0, 9546.0, 9532.0, 9586.0, 9544.0, 9511.0, 9533.0, 9507.0, 9534.0, 9519.0, 9564.0, 9537.0, 9565.0, 9517.0, 9528.0, 9509.0, 9485.0, 9531.0, 9517.0, 9557.0, 9532.0, 9528.0, 9500.0, 9487.0, 9515.0, 9526.0, 9568.0, 9540.0, 9511.0, 9534.0, 9497.0, 9556.0, 9544.0, 9592.0, 9546.0, 9558.0, 9557.0, 9512.0, 9554.0, 9543.0, 9587.0, 9557.0, 9534.0, 9521.0, 9488.0, 9527.0, 9517.0, 9563.0, 9537.0, 9531.0, 9514.0, 9501.0, 9524.0, 9504.0, 9549.0, 9515.0, 9540.0, 9511.0, 9537.0, 9509.0, 9522.0, 9516.0, 9540.0, 9509.0, 9520.0, 9490.0, 9493.0, 9491.0, 9498.0, 9515.0, 9486.0, 9527.0, 9498.0, 9523.0, 9502.0, 9518.0, 9511.0, 9526.0, 9556.0, 9510.0, 9548.0, 9525.0, 9567.0, 9530.0, 9544.0, 9558.0, 9497.0, 9549.0, 9538.0, 9562.0, 9537.0, 9571.0, 9539.0, 9491.0, 9513.0, 9486.0, 9524.0, 9518.0, 9558.0, 9534.0, 9530.0, 9514.0, 9500.0, 9532.0, 9510.0, 9567.0, 9518.0, 9549.0, 9517.0, 9543.0, 9522.0, 9553.0, 9540.0, 9510.0, 9537.0, 9511.0, 9549.0, 9530.0, 9572.0, 9544.0, 9569.0, 9530.0, 9553.0, 9538.0, 9528.0, 9551.0, 9479.0, 9533.0, 9519.0, 9530.0, 9527.0, 9568.0, 9535.0, 9492.0, 9506.0, 9500.0, 9539.0, 9523.0, 9575.0, 9534.0, 9574.0, 9532.0, 9570.0, 9531.0, 9549.0, 9550.0, 9534.0, 9579.0, 9548.0, 9563.0, 9532.0, 9594.0, 9556.0, 9538.0, 9581.0, 9520.0, 9559.0, 9546.0, 9577.0, 9581.0, 9576.0, 9544.0, 9542.0, 9535.0, 9524.0, 9614.0, 9620.0, 9562.0, 9545.0, 9512.0, 9556.0, 9540.0, 9553.0, 9572.0, 9539.0, 9594.0, 9547.0, 9558.0, 9542.0, 9513.0, 9589.0, 9558.0, 9570.0, 9535.0, 9530.0, 9511.0, 9479.0, 9560.0, 9526.0, 9538.0, 9500.0, 9497.0, 9464.0, 9465.0, 9483.0, 9529.0, 9482.0, 9421.0, 9446.0, 9424.0, 9468.0, 9463.0, 9489.0, 9475.0, 9500.0, 9476.0, 9502.0, 9498.0, 9485.0, 9512.0, 9461.0, 9507.0, 9494.0, 9521.0, 9516.0, 9541.0, 9514.0, 9464.0, 9490.0, 9464.0, 9508.0, 9488.0, 9525.0, 9497.0, 9521.0, 9495.0, 9538.0, 9502.0, 9526.0, 9511.0, 9452.0, 9494.0, 9488.0, 9548.0, 9507.0, 9531.0, 9502.0, 9525.0, 9528.0, 9499.0, 9573.0, 9578.0, 9598.0, 9552.0, 9547.0, 9550.0, 9559.0, 9577.0, 9506.0, 9549.0, 9502.0, 9526.0, 9533.0, 9561.0, 9537.0, 9545.0, 9515.0, 9486.0, 9553.0, 9538.0, 9571.0, 9575.0, 9536.0, 9574.0, 9568.0, 9585.0, 9617.0, 9595.0, 9532.0, 9572.0, 9538.0, 9571.0, 9545.0, 9531.0, 9573.0, 9541.0, 9588.0, 9577.0, 9541.0, 9605.0, 9552.0, 9565.0, 9544.0, 9515.0, 9540.0, 9494.0, 9511.0, 9468.0, 9479.0, 9438.0, 9434.0, 9382.0, 9390.0, 9375.0, 9329.0, 9384.0, 9331.0, 9374.0, 9347.0, 9377.0, 9370.0, 9385.0, 9375.0, 9384.0, 9400.0, 9412.0, 9440.0, 9438.0, 9457.0, 9481.0, 9467.0, 9507.0, 9496.0, 9508.0, 9495.0, 9483.0, 9509.0, 9484.0, 9526.0, 9514.0, 9526.0, 9514.0, 9501.0, 9532.0, 9486.0, 9526.0, 9503.0, 9502.0, 9507.0, 9514.0, 9554.0, 9516.0, 9558.0, 9531.0, 9545.0, 9544.0, 9519.0, 9578.0, 9571.0, 9598.0, 9567.0, 9538.0, 9580.0, 9567.0, 9596.0, 9586.0, 9622.0, 9574.0, 9543.0, 9603.0, 9570.0, 9573.0, 9599.0, 9575.0, 9627.0, 9579.0, 9581.0, 9622.0, 9596.0, 9627.0, 9643.0, 9606.0, 9581.0, 9567.0, 9564.0, 9540.0, 9597.0, 9585.0, 9601.0, 9585.0, 9563.0, 9545.0, 9528.0, 9558.0, 9542.0, 9585.0, 9558.0, 9510.0, 9552.0, 9512.0, 9570.0, 9553.0, 9559.0, 9577.0, 9530.0, 9575.0, 9556.0, 9555.0, 9610.0, 9629.0, 9672.0, 9623.0, 9561.0, 9592.0, 9556.0, 9543.0, 9573.0, 9559.0, 9561.0, 9623.0, 9585.0, 9618.0, 9586.0, 9544.0, 9591.0, 9556.0, 9584.0, 9535.0, 9546.0, 9526.0, 9522.0, 9541.0, 9452.0, 9507.0, 9461.0, 9475.0, 9458.0, 9427.0, 9470.0, 9428.0, 9472.0, 9448.0, 9464.0, 9453.0, 9445.0, 9500.0, 9473.0, 9503.0, 9478.0, 9478.0, 9494.0, 9469.0, 9523.0, 9497.0, 9538.0, 9503.0, 9503.0, 9526.0, 9494.0, 9537.0, 9525.0, 9550.0, 9528.0, 9544.0, 9550.0, 9527.0, 9579.0, 9551.0, 9592.0, 9554.0, 9564.0, 9550.0, 9566.0, 9584.0, 9569.0, 9579.0, 9545.0, 9568.0, 9546.0, 9565.0, 9554.0, 9526.0, 9596.0, 9560.0, 9597.0, 9561.0, 9594.0, 9596.0, 9579.0, 9639.0, 9608.0, 9605.0, 9574.0, 9583.0, 9569.0, 9571.0, 9623.0, 9590.0, 9623.0, 9568.0, 9552.0, 9578.0, 9569.0, 9622.0, 9607.0, 9610.0, 9597.0, 9556.0, 9565.0, 9538.0, 9574.0, 9544.0, 9537.0, 9552.0, 9471.0, 9526.0, 9496.0, 9545.0, 9534.0, 9543.0, 9516.0, 9513.0, 9498.0, 9491.0, 9536.0, 9509.0, 9551.0, 9518.0, 9535.0, 9521.0, 9534.0, 9528.0, 9527.0, 9540.0, 9506.0, 9548.0, 9517.0, 9529.0, 9516.0, 9510.0, 9556.0, 9525.0, 9549.0, 9533.0, 9534.0, 9536.0, 9540.0, 9536.0, 9488.0, 9531.0, 9486.0, 9527.0, 9483.0, 9526.0, 9517.0, 9533.0, 9516.0, 9526.0, 9503.0, 9489.0, 9518.0, 9493.0, 9549.0, 9529.0, 9556.0, 9545.0, 9555.0, 9530.0, 9530.0, 9548.0, 9542.0, 9554.0, 9526.0, 9561.0, 9545.0, 9574.0, 9540.0, 9525.0, 9536.0, 9493.0, 9555.0, 9547.0, 9586.0, 9542.0, 9514.0, 9550.0, 9527.0, 9570.0, 9545.0, 9572.0, 9545.0, 9554.0, 9525.0, 9534.0, 9515.0, 9479.0, 9531.0, 9510.0, 9549.0, 9546.0, 9534.0, 9558.0, 9526.0, 9546.0, 9505.0, 9511.0, 9527.0, 9518.0, 9580.0, 9565.0, 9550.0, 9572.0, 9501.0, 9537.0, 9511.0, 9550.0, 9529.0, 9530.0, 9580.0, 9549.0, 9591.0, 9547.0, 9541.0, 9538.0, 9505.0, 9555.0, 9549.0, 9547.0, 9529.0, 9509.0, 9493.0, 9462.0, 9534.0, 9504.0, 9519.0, 9486.0, 9442.0, 9481.0, 9478.0, 9526.0, 9450.0, 9488.0, 9463.0, 9441.0, 9482.0, 9477.0, 9507.0, 9510.0, 9467.0, 9521.0, 9494.0, 9492.0, 9497.0, 9489.0, 9545.0, 9503.0, 9544.0, 9516.0, 9512.0, 9510.0, 9502.0, 9535.0, 9483.0, 9524.0, 9493.0, 9506.0, 9508.0, 9523.0, 9498.0, 9472.0, 9497.0, 9474.0, 9528.0, 9504.0, 9530.0, 9504.0, 9530.0, 9506.0, 9549.0, 9525.0, 9495.0, 9522.0, 9496.0, 9539.0, 9518.0, 9556.0, 9537.0, 9561.0, 9551.0, 9564.0, 9550.0, 9553.0, 9538.0, 9543.0, 9581.0, 9551.0, 9596.0, 9572.0, 9593.0, 9568.0, 9568.0, 9571.0, 9557.0, 9596.0, 9536.0, 9611.0, 9556.0, 9564.0, 9537.0, 9526.0, 9578.0, 9551.0, 9581.0, 9560.0, 9602.0, 9575.0, 9542.0, 9579.0, 9538.0, 9574.0, 9569.0, 9597.0, 9584.0, 9579.0, 9548.0, 9535.0, 9560.0, 9536.0, 9582.0, 9552.0, 9595.0, 9532.0, 9557.0, 9546.0, 9560.0, 9549.0, 9563.0, 9548.0, 9504.0, 9546.0, 9518.0, 9579.0, 9559.0, 9581.0, 9552.0, 9574.0, 9544.0, 9543.0, 9546.0, 9543.0, 9578.0, 9510.0, 9547.0, 9520.0, 9533.0, 9538.0, 9565.0, 9524.0, 9517.0, 9516.0, 9510.0, 9562.0, 9513.0, 9565.0, 9519.0, 9542.0, 9514.0, 9515.0, 9516.0, 9503.0, 9549.0, 9499.0, 9528.0, 9518.0, 9551.0, 9527.0, 9547.0, 9539.0, 9504.0, 9525.0, 9485.0, 9545.0, 9507.0, 9552.0, 9519.0, 9558.0, 9493.0, 9533.0, 9552.0, 9553.0, 9566.0, 9518.0, 9535.0, 9527.0, 9499.0, 9555.0, 9556.0, 9613.0, 9646.0, 9581.0, 9635.0, 9564.0, 9523.0, 9589.0, 9600.0, 9610.0, 9571.0, 9535.0, 9489.0, 9544.0, 9522.0, 9531.0, 9528.0, 9512.0, 9540.0, 9496.0, 9546.0, 9510.0, 9543.0, 9510.0, 9539.0, 9499.0, 9511.0, 9474.0, 9482.0, 9452.0, 9427.0, 9391.0, 9368.0, 9437.0, 9397.0, 9409.0, 9401.0, 9401.0, 9444.0, 9414.0, 9427.0, 9417.0, 9428.0, 9420.0, 9405.0, 9422.0, 9411.0, 9455.0, 9454.0, 9474.0, 9467.0, 9464.0, 9468.0, 9456.0, 9471.0, 9460.0, 9504.0, 9483.0, 9526.0, 9479.0, 9508.0, 9498.0, 9510.0, 9490.0, 9474.0, 9514.0, 9537.0, 9533.0, 9550.0, 9541.0, 9602.0, 9539.0, 9531.0, 9569.0, 9542.0, 9558.0, 9526.0, 9513.0, 9579.0, 9532.0, 9590.0, 9561.0, 9574.0, 9544.0, 9524.0, 9536.0, 9492.0, 9547.0, 9510.0, 9554.0, 9541.0, 9557.0, 9575.0, 9562.0, 9555.0, 9528.0, 9558.0, 9531.0, 9572.0, 9563.0, 9550.0, 9567.0, 9554.0, 9597.0, 9570.0, 9615.0, 9587.0, 9601.0, 9569.0, 9552.0, 9579.0, 9533.0, 9594.0, 9567.0, 9595.0, 9571.0, 9563.0, 9582.0, 9557.0, 9615.0, 9571.0, 9573.0, 9615.0, 9564.0, 9553.0, 9569.0, 9543.0, 9596.0, 9570.0, 9555.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.0018366484517304187</td></tr>
<tr><td colspan=3>aqi</td><td>0.026664458925318765</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.54086443500454</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2342196863536918</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0210921067365557</td></tr>
<tr><td colspan=3>efc</td><td>0.5165</td></tr>
<tr><td colspan=3>fber</td><td>3231.511</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09368566054981851</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.557377049180328</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4511121450191617</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.444289487178143</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.576969211287539</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332077736591803</td></tr>
<tr><td colspan=3>gcor</td><td>0.0320978</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005837380886077881</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024047106504440308</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</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.154798333451801</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>15.1916</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.3328</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.2584</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293101.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1205.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.0666</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1118</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.4974</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3486.89</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.8868</td></tr>
<tr><td colspan=3>tsnr</td><td>35.965717056184076</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>