ds005256-mriqc/sub-0013_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter c7f26d9d7b [DATALAD RUNCMD] Compute MRIQC for sub-0013
=== 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-0013 --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-0013",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:20 +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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-02/func/sub-0013_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>267a061d2e8c5325534c2fa840190161</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:41:35.430000</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_VE11C_LATEST_20160120</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.998714, 0.0492497, 0.0120257, -0.0505927, 0.983403, 0.174239]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0901558</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>[4130, -7768, -7234, 464, -203, -232, 35, 44]</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>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0761ffc3-8fc8-402a-aec6-65fd7658f373||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6794769763946533, -0.1357364058494568, 0.008761233650147915, 119.34879302978516], [-0.13213324546813965, 2.6383981704711914, 0.4714818596839905, -95.38330841064453], [0.03226402774453163, -0.46746930480003357, 2.658501148223877, -28.553653717041016], [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': ['094135.430000', '094135.890000', '094136.350000', '094136.810000', '094137.270000', '094137.730000', '094138.190000', '094138.650000', '094139.110000', '094139.570000', '094140.030000', '094140.490000', '094140.950000', '094141.410000', '094141.870000', '094142.330000', '094142.790000', '094143.250000', '094143.710000', '094144.170000', '094144.630000', '094145.090000', '094145.550000', '094146.010000', '094146.470000', '094146.930000', '094147.390000', '094147.850000', '094148.310000', '094148.770000', '094149.230000', '094149.690000', '094150.150000', '094150.610000', '094151.070000', '094151.530000', '094151.990000', '094152.450000', '094152.910000', '094153.370000', '094153.830000', '094154.290000', '094154.750000', '094155.210000', '094155.670000', '094156.130000', '094156.590000', '094157.050000', '094157.510000', '094157.970000', '094158.430000', '094158.890000', '094159.350000', '094159.810000', '094200.270000', '094200.730000', '094201.190000', '094201.650000', '094202.110000', '094202.570000', '094203.030000', '094203.490000', '094203.950000', '094204.410000', '094204.870000', '094205.330000', '094205.790000', '094206.250000', '094206.710000', '094207.170000', '094207.630000', '094208.090000', '094208.550000', '094209.010000', '094209.470000', '094209.930000', '094210.390000', '094210.850000', '094211.310000', '094211.770000', '094212.230000', '094212.690000', '094213.150000', '094213.610000', '094214.070000', '094214.530000', '094214.990000', '094215.450000', '094215.910000', '094216.370000', '094216.830000', '094217.290000', '094217.750000', '094218.210000', '094218.670000', '094219.130000', '094219.590000', '094220.050000', '094220.510000', '094220.970000', '094221.430000', '094221.890000', '094222.350000', '094222.810000', '094223.270000', '094223.730000', '094224.190000', '094224.650000', '094225.110000', '094225.570000', '094226.030000', '094226.490000', '094226.950000', '094227.410000', '094227.870000', '094228.330000', '094228.790000', '094229.250000', '094229.710000', '094230.170000', '094230.630000', '094231.090000', '094231.550000', '094232.010000', '094232.470000', '094232.930000', '094233.390000', '094233.850000', '094234.310000', '094234.770000', '094235.230000', '094235.690000', '094236.150000', '094236.610000', '094237.070000', '094237.530000', '094237.990000', '094238.450000', '094238.910000', '094239.370000', '094239.830000', '094240.290000', '094240.750000', '094241.210000', '094241.670000', '094242.130000', '094242.590000', '094243.050000', '094243.510000', '094243.970000', '094244.430000', '094244.890000', '094245.350000', '094245.810000', '094246.270000', '094246.730000', '094247.190000', '094247.650000', '094248.110000', '094248.570000', '094249.030000', '094249.490000', '094249.950000', '094250.410000', '094250.870000', '094251.330000', '094251.790000', '094252.250000', '094252.710000', '094253.170000', '094253.630000', '094254.090000', '094254.550000', '094255.010000', '094255.470000', '094255.930000', '094256.390000', '094256.850000', '094257.310000', '094257.770000', '094258.230000', '094258.690000', '094259.150000', '094259.610000', '094300.070000', '094300.530000', '094300.990000', '094301.450000', '094301.910000', '094302.370000', '094302.830000', '094303.290000', '094303.750000', '094304.210000', '094304.670000', '094305.130000', '094305.590000', '094306.050000', '094306.510000', '094306.970000', '094307.430000', '094307.890000', '094308.350000', '094308.810000', '094309.270000', '094309.730000', '094310.190000', '094310.650000', '094311.110000', '094311.570000', '094312.030000', '094312.490000', '094312.950000', '094313.410000', '094313.870000', '094314.330000', '094314.790000', '094315.250000', '094315.710000', '094316.170000', '094316.630000', '094317.090000', '094317.550000', '094318.010000', '094318.470000', '094318.930000', '094319.390000', '094319.850000', '094320.310000', '094320.770000', '094321.230000', '094321.690000', '094322.150000', '094322.610000', '094323.070000', '094323.530000', '094323.990000', '094324.450000', '094324.910000', '094325.370000', '094325.830000', '094326.290000', '094326.750000', '094327.210000', '094327.670000', '094328.130000', '094328.590000', '094329.050000', '094329.510000', '094329.970000', '094330.430000', '094330.890000', '094331.350000', '094331.810000', '094332.270000', '094332.730000', '094333.190000', '094333.650000', '094334.110000', '094334.570000', '094335.030000', '094335.490000', '094335.950000', '094336.410000', '094336.870000', '094337.330000', '094337.790000', '094338.250000', '094338.710000', '094339.170000', '094339.630000', '094340.090000', '094340.550000', '094341.010000', '094341.470000', '094341.930000', '094342.390000', '094342.850000', '094343.310000', '094343.770000', '094344.230000', '094344.690000', '094345.150000', '094345.610000', '094346.070000', '094346.530000', '094346.990000', '094347.450000', '094347.910000', '094348.370000', '094348.830000', '094349.290000', '094349.750000', '094350.210000', '094350.670000', '094351.130000', '094351.590000', '094352.050000', '094352.510000', '094352.970000', '094353.430000', '094353.890000', '094354.350000', '094354.810000', '094355.270000', '094355.730000', '094356.190000', '094356.650000', '094357.110000', '094357.570000', '094358.030000', '094358.490000', '094358.950000', '094359.410000', '094359.870000', '094400.330000', '094400.790000', '094401.250000', '094401.710000', '094402.170000', '094402.630000', '094403.090000', '094403.550000', '094404.010000', '094404.470000', '094404.930000', '094405.390000', '094405.850000', '094406.310000', '094406.770000', '094407.230000', '094407.690000', '094408.150000', '094408.610000', '094409.070000', '094409.530000', '094409.990000', '094410.450000', '094410.910000', '094411.370000', '094411.830000', '094412.290000', '094412.750000', '094413.210000', '094413.670000', '094414.130000', '094414.590000', '094415.050000', '094415.510000', '094415.970000', '094416.430000', '094416.890000', '094417.350000', '094417.810000', '094418.270000', '094418.730000', '094419.190000', '094419.650000', '094420.110000', '094420.570000', '094421.030000', '094421.490000', '094421.950000', '094422.410000', '094422.870000', '094423.330000', '094423.790000', '094424.250000', '094424.710000', '094425.170000', '094425.630000', '094426.090000', '094426.550000', '094427.010000', '094427.470000', '094427.930000', '094428.390000', '094428.850000', '094429.310000', '094429.770000', '094430.230000', '094430.690000', '094431.150000', '094431.610000', '094432.070000', '094432.530000', '094432.990000', '094433.450000', '094433.910000', '094434.370000', '094434.830000', '094435.290000', '094435.750000', '094436.210000', '094436.670000', '094437.130000', '094437.590000', '094438.050000', '094438.510000', '094438.970000', '094439.430000', '094439.890000', '094440.350000', '094440.810000', '094441.270000', '094441.730000', '094442.190000', '094442.650000', '094443.110000', '094443.570000', '094444.030000', '094444.490000', '094444.950000', '094445.410000', '094445.870000', '094446.330000', '094446.790000', '094447.250000', '094447.710000', '094448.170000', '094448.630000', '094449.090000', '094449.550000', '094450.010000', '094450.470000', '094450.930000', '094451.390000', '094451.850000', '094452.310000', '094452.770000', '094453.230000', '094453.690000', '094454.150000', '094454.610000', '094455.070000', '094455.530000', '094455.990000', '094456.450000', '094456.910000', '094457.370000', '094457.830000', '094458.290000', '094458.750000', '094459.210000', '094459.670000', '094500.130000', '094500.590000', '094501.050000', '094501.510000', '094501.970000', '094502.430000', '094502.890000', '094503.350000', '094503.810000', '094504.270000', '094504.730000', '094505.190000', '094505.650000', '094506.110000', '094506.570000', '094507.030000', '094507.490000', '094507.950000', '094508.410000', '094508.870000', '094509.330000', '094509.790000', '094510.250000', '094510.710000', '094511.170000', '094511.630000', '094512.090000', '094512.550000', '094513.010000', '094513.470000', '094513.930000', '094514.390000', '094514.850000', '094515.310000', '094515.770000', '094516.230000', '094516.690000', '094517.150000', '094517.610000', '094518.070000', '094518.530000', '094518.990000', '094519.450000', '094519.910000', '094520.370000', '094520.830000', '094521.290000', '094521.750000', '094522.210000', '094522.670000', '094523.130000', '094523.590000', '094524.050000', '094524.510000', '094524.970000', '094525.430000', '094525.890000', '094526.350000', '094526.810000', '094527.270000', '094527.730000', '094528.190000', '094528.650000', '094529.110000', '094529.570000', '094530.030000', '094530.490000', '094530.950000', '094531.410000', '094531.870000', '094532.330000', '094532.790000', '094533.250000', '094533.710000', '094534.170000', '094534.630000', '094535.090000', '094535.550000', '094536.010000', '094536.470000', '094536.930000', '094537.390000', '094537.850000', '094538.310000', '094538.770000', '094539.230000', '094539.690000', '094540.150000', '094540.610000', '094541.070000', '094541.530000', '094541.990000', '094542.450000', '094542.910000', '094543.370000', '094543.830000', '094544.290000', '094544.750000', '094545.210000', '094545.670000', '094546.130000', '094546.590000', '094547.050000', '094547.510000', '094547.970000', '094548.430000', '094548.890000', '094549.350000', '094549.810000', '094550.270000', '094550.730000', '094551.190000', '094551.650000', '094552.110000', '094552.570000', '094553.030000', '094553.490000', '094553.950000', '094554.410000', '094554.870000', '094555.330000', '094555.790000', '094556.250000', '094556.710000', '094557.170000', '094557.630000', '094558.090000', '094558.550000', '094559.010000', '094559.470000', '094559.930000', '094600.390000', '094600.850000', '094601.310000', '094601.770000', '094602.230000', '094602.690000', '094603.150000', '094603.610000', '094604.070000', '094604.530000', '094604.990000', '094605.450000', '094605.910000', '094606.370000', '094606.830000', '094607.290000', '094607.750000', '094608.210000', '094608.670000', '094609.130000', '094609.590000', '094610.050000', '094610.510000', '094610.970000', '094611.430000', '094611.890000', '094612.350000', '094612.810000', '094613.270000', '094613.730000', '094614.190000', '094614.650000', '094615.110000', '094615.570000', '094616.030000', '094616.490000', '094616.950000', '094617.410000', '094617.870000', '094618.330000', '094618.790000', '094619.250000', '094619.710000', '094620.170000', '094620.630000', '094621.090000', '094621.550000', '094622.010000', '094622.470000', '094622.930000', '094623.390000', '094623.850000', '094624.310000', '094624.770000', '094625.230000', '094625.690000', '094626.150000', '094626.610000', '094627.070000', '094627.530000', '094627.990000', '094628.450000', '094628.910000', '094629.370000', '094629.830000', '094630.290000', '094630.750000', '094631.210000', '094631.670000', '094632.130000', '094632.590000', '094633.050000', '094633.510000', '094633.970000', '094634.430000', '094634.890000', '094635.350000', '094635.810000', '094636.270000', '094636.730000', '094637.190000', '094637.650000', '094638.110000', '094638.570000', '094639.030000', '094639.490000', '094639.950000', '094640.410000', '094640.870000', '094641.330000', '094641.790000', '094642.250000', '094642.710000', '094643.170000', '094643.630000', '094644.090000', '094644.550000', '094645.010000', '094645.470000', '094645.930000', '094646.390000', '094646.850000', '094647.310000', '094647.770000', '094648.230000', '094648.690000', '094649.150000', '094649.610000', '094650.070000', '094650.530000', '094650.990000', '094651.450000', '094651.910000', '094652.370000', '094652.830000', '094653.290000', '094653.750000', '094654.210000', '094654.670000', '094655.130000', '094655.590000', '094656.050000', '094656.510000', '094656.970000', '094657.430000', '094657.890000', '094658.350000', '094658.810000', '094659.270000', '094659.730000', '094700.190000', '094700.650000', '094701.110000', '094701.570000', '094702.030000', '094702.490000', '094702.950000', '094703.410000', '094703.870000', '094704.330000', '094704.790000', '094705.250000', '094705.710000', '094706.170000', '094706.630000', '094707.090000', '094707.550000', '094708.010000', '094708.470000', '094708.930000', '094709.390000', '094709.850000', '094710.310000', '094710.770000', '094711.230000', '094711.690000', '094712.150000', '094712.610000', '094713.070000', '094713.530000', '094713.990000', '094714.450000', '094714.910000', '094715.370000', '094715.830000', '094716.290000', '094716.750000', '094717.210000', '094717.670000', '094718.130000', '094718.590000', '094719.050000', '094719.510000', '094719.970000', '094720.430000', '094720.890000', '094721.350000', '094721.810000', '094722.270000', '094722.730000', '094723.190000', '094723.650000', '094724.110000', '094724.570000', '094725.030000', '094725.490000', '094725.950000', '094726.410000', '094726.870000', '094727.330000', '094727.790000', '094728.250000', '094728.710000', '094729.170000', '094729.630000', '094730.090000', '094730.550000', '094731.010000', '094731.470000', '094731.930000', '094732.390000', '094732.850000', '094733.310000', '094733.770000', '094734.230000', '094734.690000', '094735.150000', '094735.610000', '094736.070000', '094736.530000', '094736.990000', '094737.450000', '094737.910000', '094738.370000', '094738.830000', '094739.290000', '094739.750000', '094740.210000', '094740.670000', '094741.130000', '094741.590000', '094742.050000', '094742.510000', '094742.970000', '094743.430000', '094743.890000', '094744.350000', '094744.810000', '094745.270000', '094745.730000', '094746.190000', '094746.650000', '094747.110000', '094747.570000', '094748.030000', '094748.490000', '094748.950000', '094749.410000', '094749.870000', '094750.330000', '094750.790000', '094751.250000', '094751.710000', '094752.170000', '094752.630000', '094753.090000', '094753.550000', '094754.010000', '094754.470000', '094754.930000', '094755.390000', '094755.850000', '094756.310000', '094756.770000', '094757.230000', '094757.690000', '094758.150000', '094758.610000', '094759.070000', '094759.530000', '094759.990000', '094800.450000', '094800.910000', '094801.370000', '094801.830000', '094802.290000', '094802.750000', '094803.210000', '094803.670000', '094804.130000', '094804.590000', '094805.050000', '094805.510000', '094805.970000', '094806.430000', '094806.890000', '094807.350000', '094807.810000', '094808.270000', '094808.730000', '094809.190000', '094809.650000', '094810.110000', '094810.570000', '094811.030000', '094811.490000', '094811.950000', '094812.410000', '094812.870000', '094813.330000', '094813.790000', '094814.250000', '094814.710000', '094815.170000', '094815.630000', '094816.090000', '094816.550000', '094817.010000', '094817.470000', '094817.930000', '094818.390000', '094818.850000', '094819.310000', '094819.770000', '094820.230000', '094820.690000', '094821.150000', '094821.610000', '094822.070000', '094822.530000', '094822.990000', '094823.450000', '094823.910000', '094824.370000', '094824.830000', '094825.290000', '094825.750000', '094826.210000', '094826.670000', '094827.130000', '094827.590000', '094828.050000', '094828.510000', '094828.970000', '094829.430000', '094829.890000', '094830.350000', '094830.810000', '094831.270000', '094831.730000', '094832.190000', '094832.650000', '094833.110000', '094833.570000', '094834.030000', '094834.490000', '094834.950000', '094835.410000', '094835.870000', '094836.330000', '094836.790000', '094837.250000', '094837.710000', '094838.170000', '094838.630000', '094839.090000', '094839.550000', '094840.010000', '094840.470000', '094840.930000', '094841.390000', '094841.850000', '094842.310000', '094842.770000', '094843.230000', '094843.690000', '094844.150000', '094844.610000', '094845.070000', '094845.530000', '094845.990000', '094846.450000', '094846.910000', '094847.370000', '094847.830000', '094848.290000', '094848.750000', '094849.210000', '094849.670000', '094850.130000', '094850.590000', '094851.050000', '094851.510000', '094851.970000', '094852.430000', '094852.890000', '094853.350000', '094853.810000', '094854.270000', '094854.730000', '094855.190000', '094855.650000', '094856.110000', '094856.570000', '094857.030000', '094857.490000', '094857.950000', '094858.410000', '094858.870000', '094859.330000', '094859.790000', '094900.250000', '094900.710000', '094901.170000', '094901.630000', '094902.090000', '094902.550000', '094903.010000', '094903.470000', '094903.930000', '094904.390000', '094904.850000', '094905.310000', '094905.770000', '094906.230000', '094906.690000', '094907.150000', '094907.610000', '094908.070000', '094908.530000', '094908.990000', '094909.450000', '094909.910000', '094910.370000', '094910.830000', '094911.290000', '094911.750000', '094912.210000', '094912.670000', '094913.130000', '094913.590000', '094914.050000', '094914.510000', '094914.970000', '094915.430000', '094915.890000', '094916.350000', '094916.810000', '094917.270000', '094917.730000', '094918.190000', '094918.650000', '094919.110000', '094919.570000', '094920.030000', '094920.490000', '094920.950000', '094921.410000', '094921.870000', '094922.330000', '094922.790000', '094923.250000', '094923.710000', '094924.170000', '094924.630000', '094925.090000', '094925.550000', '094926.010000', '094926.470000', '094926.930000', '094927.390000', '094927.850000', '094928.310000', '094928.770000', '094929.230000', '094929.690000', '094930.150000', '094930.610000', '094931.070000', '094931.530000', '094931.990000', '094932.450000', '094932.910000', '094933.370000', '094933.830000', '094934.290000', '094934.750000', '094935.210000', '094935.670000', '094936.130000', '094936.590000', '094937.050000', '094937.510000', '094937.970000', '094938.430000', '094938.890000', '094939.350000', '094939.810000', '094940.270000', '094940.730000', '094941.190000', '094941.650000', '094942.110000', '094942.570000', '094943.030000', '094943.490000', '094943.950000', '094944.410000', '094944.870000', '094945.330000', '094945.790000', '094946.250000', '094946.710000', '094947.170000', '094947.630000', '094948.090000', '094948.550000', '094949.010000', '094949.470000', '094949.930000', '094950.390000', '094950.850000', '094951.310000', '094951.770000', '094952.230000', '094952.690000', '094953.150000', '094953.610000', '094954.070000', '094954.530000', '094954.990000', '094955.450000', '094955.910000', '094956.370000', '094956.830000', '094957.290000', '094957.750000', '094958.210000', '094958.670000', '094959.130000', '094959.590000', '095000.050000'], 'ContentTime': ['094203.009000', '094203.013000', '094203.015000', '094203.018000', '094203.021000', '094203.024000', '094203.027000', '094203.030000', '094203.033000', '094203.036000', '094203.039000', '094203.042000', '094203.045000', '094203.048000', '094203.051000', '094203.054000', '094203.056000', '094203.060000', '094203.067000', '094203.069000', '094203.072000', '094203.075000', '094203.078000', '094203.081000', '094203.084000', '094203.087000', '094203.090000', '094203.093000', '094203.095000', '094203.099000', '094203.101000', '094203.104000', '094203.107000', '094203.110000', '094203.113000', '094203.116000', '094203.119000', '094203.122000', '094203.125000', '094203.128000', '094203.131000', '094203.134000', '094203.137000', '094203.140000', '094203.143000', '094203.146000', '094203.149000', '094203.151000', '094203.154000', '094203.157000', '094203.160000', '094203.163000', '094203.166000', '094203.169000', '094203.171000', '094203.178000', '094203.181000', '094222.975000', '094222.978000', '094222.981000', '094222.984000', '094222.987000', '094222.990000', '094222.992000', '094222.995000', '094222.998000', '094223.002000', '094223.005000', '094223.017000', '094223.020000', '094223.023000', '094223.026000', '094223.029000', '094223.032000', '094223.035000', '094223.038000', '094223.041000', '094223.044000', '094223.046000', '094223.049000', '094223.052000', '094223.055000', '094223.058000', '094223.061000', '094223.064000', '094223.067000', '094223.070000', '094223.073000', '094223.076000', '094223.079000', '094223.081000', '094223.084000', '094223.087000', '094223.090000', '094223.093000', '094223.096000', '094223.099000', '094223.102000', '094223.105000', '094223.108000', '094223.111000', '094242.974000', '094242.977000', '094242.983000', '094242.986000', '094242.988000', '094242.992000', '094242.994000', '094242.997000', '094243.001000', '094243.004000', '094243.007000', '094243.010000', '094243.013000', '094243.016000', '094243.019000', '094243.022000', '094243.024000', '094243.027000', '094243.030000', '094243.033000', '094243.036000', '094243.039000', '094243.042000', '094243.045000', '094243.048000', '094243.051000', '094243.054000', '094243.057000', '094243.059000', '094243.062000', '094243.065000', '094243.068000', '094243.071000', '094243.076000', '094243.079000', '094243.082000', '094243.085000', '094243.088000', '094243.090000', '094243.109000', '094243.112000', '094243.114000', '094243.117000', '094302.974000', '094302.977000', '094302.980000', '094302.983000', '094302.986000', '094302.989000', '094302.992000', '094302.997000', '094303.001000', '094303.004000', '094303.007000', '094303.010000', '094303.013000', '094303.016000', '094303.019000', '094303.022000', '094303.025000', '094303.028000', '094303.031000', '094303.034000', '094303.037000', '094303.040000', '094303.043000', '094303.046000', '094303.049000', '094303.052000', '094303.055000', '094303.058000', '094303.061000', '094303.064000', '094303.067000', '094303.070000', '094303.072000', '094303.075000', '094303.078000', '094303.081000', '094303.084000', '094303.087000', '094303.090000', '094303.093000', '094303.095000', '094303.098000', '094303.101000', '094303.104000', '094322.974000', '094322.977000', '094322.980000', '094322.983000', '094322.985000', '094322.988000', '094322.991000', '094322.994000', '094322.997000', '094323.001000', '094323.004000', '094323.007000', '094323.015000', '094323.018000', '094323.020000', '094323.023000', '094323.026000', '094323.029000', '094323.032000', '094323.035000', '094323.043000', '094323.046000', '094323.049000', '094323.052000', '094323.055000', '094323.058000', '094323.061000', '094323.064000', '094323.067000', '094323.070000', '094323.072000', '094323.075000', '094323.078000', '094323.081000', '094323.084000', '094323.087000', '094323.090000', '094323.093000', '094323.096000', '094323.098000', '094323.101000', '094323.104000', '094323.107000', '094342.975000', '094342.978000', '094342.981000', '094342.984000', '094342.987000', '094342.990000', '094342.993000', '094342.996000', '094342.998000', '094343.010000', '094343.013000', '094343.016000', '094343.019000', '094343.022000', '094343.025000', '094343.028000', '094343.031000', '094343.034000', '094343.037000', '094343.039000', '094343.044000', '094343.047000', '094343.050000', '094343.053000', '094343.056000', '094343.059000', '094343.062000', '094343.064000', '094343.067000', '094343.070000', '094343.073000', '094343.076000', '094343.079000', '094343.082000', '094343.085000', '094343.088000', '094343.091000', '094343.094000', '094343.097000', '094343.100000', '094343.102000', '094343.106000', '094343.108000', '094343.111000', '094402.975000', '094402.978000', '094402.981000', '094402.984000', '094402.987000', '094402.990000', '094402.993000', '094402.996000', '094403.000000', '094403.003000', '094403.006000', '094403.009000', '094403.012000', '094403.014000', '094403.017000', '094403.020000', '094403.023000', '094403.026000', '094403.029000', '094403.032000', '094403.035000', '094403.038000', '094403.041000', '094403.044000', '094403.047000', '094403.050000', '094403.052000', '094403.055000', '094403.058000', '094403.061000', '094403.064000', '094403.067000', '094403.070000', '094403.073000', '094403.076000', '094403.079000', '094403.082000', '094403.085000', '094403.087000', '094403.091000', '094403.093000', '094403.096000', '094403.099000', '094422.975000', '094422.978000', '094422.981000', '094422.984000', '094422.987000', '094422.990000', '094422.992000', '094422.995000', '094422.998000', '094423.002000', '094423.005000', '094423.008000', '094423.011000', '094423.014000', '094423.017000', '094423.020000', '094423.023000', '094423.026000', '094423.029000', '094423.032000', '094423.035000', '094423.038000', '094423.041000', '094423.044000', '094423.047000', '094423.050000', '094423.052000', '094423.055000', '094423.058000', '094423.061000', '094423.064000', '094423.067000', '094423.070000', '094423.073000', '094423.076000', '094423.079000', '094423.101000', '094423.103000', '094423.106000', '094423.109000', '094423.112000', '094423.115000', '094423.118000', '094423.121000', '094442.975000', '094442.978000', '094442.981000', '094442.984000', '094442.987000', '094442.989000', '094442.992000', '094442.995000', '094442.998000', '094443.002000', '094443.005000', '094443.008000', '094443.011000', '094443.014000', '094443.017000', '094443.020000', '094443.023000', '094443.026000', '094443.029000', '094443.032000', '094443.035000', '094443.037000', '094443.041000', '094443.043000', '094443.046000', '094443.049000', '094443.052000', '094443.055000', '094443.058000', '094443.061000', '094443.064000', '094443.067000', '094443.070000', '094443.073000', '094443.076000', '094443.079000', '094443.082000', '094443.085000', '094443.088000', '094443.090000', '094443.093000', '094443.096000', '094443.099000', '094502.974000', '094502.977000', '094502.980000', '094502.983000', '094502.987000', '094502.992000', '094502.995000', '094503.000000', '094503.003000', '094503.006000', '094503.008000', '094503.012000', '094503.014000', '094503.017000', '094503.020000', '094503.023000', '094503.026000', '094503.029000', '094503.032000', '094503.035000', '094503.038000', '094503.041000', '094503.044000', '094503.047000', '094503.050000', '094503.053000', '094503.056000', '094503.059000', '094503.062000', '094503.064000', '094503.067000', '094503.070000', '094503.073000', '094503.076000', '094503.079000', '094503.082000', '094503.085000', '094503.088000', '094503.091000', '094503.093000', '094503.096000', '094503.099000', '094503.102000', '094522.974000', '094522.977000', '094522.980000', '094522.983000', '094522.986000', '094522.989000', '094522.992000', '094522.995000', '094522.998000', '094523.002000', '094523.005000', '094523.008000', '094523.011000', '094523.013000', '094523.016000', '094523.019000', '094523.022000', '094523.025000', '094523.028000', '094523.031000', '094523.034000', '094523.037000', '094523.040000', '094523.043000', '094523.046000', '094523.049000', '094523.052000', '094523.054000', '094523.057000', '094523.060000', '094523.063000', '094523.066000', '094523.069000', '094523.072000', '094523.075000', '094523.078000', '094523.081000', '094523.084000', '094523.087000', '094523.089000', '094523.092000', '094523.095000', '094523.098000', '094523.101000', '094542.974000', '094542.977000', '094542.980000', '094542.983000', '094542.986000', '094542.989000', '094542.992000', '094542.995000', '094542.998000', '094543.002000', '094543.005000', '094543.008000', '094543.011000', '094543.014000', '094543.017000', '094543.020000', '094543.023000', '094543.026000', '094543.029000', '094543.032000', '094543.035000', '094543.037000', '094543.040000', '094543.043000', '094543.046000', '094543.049000', '094543.052000', '094543.055000', '094543.058000', '094543.061000', '094543.064000', '094543.067000', '094543.070000', '094543.072000', '094543.075000', '094543.078000', '094543.081000', '094543.084000', '094543.087000', '094543.090000', '094543.093000', '094543.095000', '094543.098000', '094602.975000', '094602.978000', '094602.981000', '094602.984000', '094602.987000', '094602.990000', '094602.993000', '094602.996000', '094603.000000', '094603.003000', '094603.006000', '094603.009000', '094603.012000', '094603.015000', '094603.018000', '094603.020000', '094603.023000', '094603.038000', '094603.041000', '094603.044000', '094603.047000', '094603.050000', '094603.053000', '094603.056000', '094603.059000', '094603.062000', '094603.065000', '094603.068000', '094603.071000', '094603.074000', '094603.076000', '094603.079000', '094603.082000', '094603.088000', '094603.091000', '094603.094000', '094603.097000', '094603.100000', '094603.103000', '094603.105000', '094603.108000', '094603.111000', '094603.114000', '094603.117000', '094622.975000', '094622.978000', '094622.981000', '094622.984000', '094622.987000', '094622.990000', '094622.993000', '094622.996000', '094623.000000', '094623.003000', '094623.006000', '094623.009000', '094623.012000', '094623.015000', '094623.018000', '094623.021000', '094623.024000', '094623.027000', '094623.030000', '094623.033000', '094623.036000', '094623.039000', '094623.041000', '094623.044000', '094623.047000', '094623.050000', '094623.053000', '094623.056000', '094623.059000', '094623.062000', '094623.065000', '094623.068000', '094623.071000', '094623.074000', '094623.077000', '094623.080000', '094623.083000', '094623.086000', '094623.089000', '094623.092000', '094623.094000', '094623.098000', '094623.100000', '094642.975000', '094642.978000', '094642.981000', '094642.984000', '094642.987000', '094642.990000', '094642.993000', '094642.996000', '094643.000000', '094643.003000', '094643.006000', '094643.008000', '094643.011000', '094643.014000', '094643.017000', '094643.020000', '094643.023000', '094643.026000', '094643.029000', '094643.032000', '094643.035000', '094643.038000', '094643.041000', '094643.044000', '094643.047000', '094643.050000', '094643.053000', '094643.056000', '094643.059000', '094643.062000', '094643.064000', '094643.067000', '094643.070000', '094643.073000', '094643.076000', '094643.079000', '094643.082000', '094643.085000', '094643.088000', '094643.091000', '094643.094000', '094643.097000', '094643.100000', '094643.102000', '094702.975000', '094702.978000', '094702.981000', '094702.984000', '094702.987000', '094702.990000', '094702.993000', '094702.996000', '094703.000000', '094703.003000', '094703.006000', '094703.009000', '094703.012000', '094703.014000', '094703.018000', '094703.021000', '094703.023000', '094703.026000', '094703.029000', '094703.032000', '094703.035000', '094703.038000', '094703.041000', '094703.044000', '094703.047000', '094703.050000', '094703.053000', '094703.056000', '094703.059000', '094703.062000', '094703.065000', '094703.068000', '094703.071000', '094703.074000', '094703.077000', '094703.080000', '094703.083000', '094703.085000', '094703.088000', '094703.091000', '094703.094000', '094703.097000', '094703.100000', '094722.974000', '094722.977000', '094722.980000', '094722.983000', '094722.986000', '094722.989000', '094722.992000', '094722.995000', '094722.998000', '094723.002000', '094723.004000', '094723.008000', '094723.010000', '094723.013000', '094723.016000', '094723.019000', '094723.022000', '094723.025000', '094723.028000', '094723.031000', '094723.034000', '094723.037000', '094723.040000', '094723.043000', '094723.046000', '094723.048000', '094723.051000', '094723.065000', '094723.068000', '094723.071000', '094723.074000', '094723.077000', '094723.080000', '094723.083000', '094723.086000', '094723.089000', '094723.092000', '094723.094000', '094723.097000', '094723.100000', '094723.103000', '094723.106000', '094723.120000', '094723.123000', '094742.974000', '094742.977000', '094742.980000', '094742.983000', '094742.986000', '094742.990000', '094742.993000', '094742.996000', '094743.000000', '094743.003000', '094743.006000', '094743.008000', '094743.011000', '094743.015000', '094743.018000', '094743.020000', '094743.023000', '094743.026000', '094743.029000', '094743.032000', '094743.035000', '094743.038000', '094743.041000', '094743.044000', '094743.047000', '094743.050000', '094743.054000', '094743.058000', '094743.062000', '094743.065000', '094743.068000', '094743.071000', '094743.075000', '094743.078000', '094743.081000', '094743.084000', '094743.086000', '094743.089000', '094743.092000', '094743.095000', '094743.098000', '094743.101000', '094743.104000', '094802.974000', '094802.977000', '094802.980000', '094802.983000', '094802.986000', '094802.989000', '094802.992000', '094802.995000', '094802.998000', '094803.001000', '094803.004000', '094803.007000', '094803.010000', '094803.013000', '094803.016000', '094803.019000', '094803.022000', '094803.025000', '094803.028000', '094803.030000', '094803.033000', '094803.036000', '094803.039000', '094803.042000', '094803.045000', '094803.048000', '094803.051000', '094803.053000', '094803.056000', '094803.059000', '094803.062000', '094803.065000', '094803.068000', '094803.071000', '094803.074000', '094803.077000', '094803.079000', '094803.082000', '094803.085000', '094803.088000', '094803.091000', '094803.094000', '094803.097000', '094803.100000', '094822.975000', '094822.978000', '094822.981000', '094822.984000', '094822.987000', '094822.990000', '094822.993000', '094822.995000', '094822.998000', '094823.002000', '094823.005000', '094823.008000', '094823.011000', '094823.014000', '094823.017000', '094823.020000', '094823.022000', '094823.025000', '094823.028000', '094823.031000', '094823.034000', '094823.037000', '094823.040000', '094823.043000', '094823.046000', '094823.048000', '094823.051000', '094823.054000', '094823.057000', '094823.060000', '094823.063000', '094823.066000', '094823.069000', '094823.072000', '094823.075000', '094823.078000', '094823.083000', '094823.086000', '094823.089000', '094823.092000', '094823.095000', '094823.098000', '094823.101000', '094842.975000', '094842.978000', '094842.981000', '094842.984000', '094842.987000', '094842.990000', '094842.992000', '094842.995000', '094842.998000', '094843.002000', '094843.005000', '094843.008000', '094843.011000', '094843.014000', '094843.017000', '094843.019000', '094843.022000', '094843.025000', '094843.028000', '094843.031000', '094843.034000', '094843.037000', '094843.039000', '094843.042000', '094843.045000', '094843.048000', '094843.051000', '094843.054000', '094843.057000', '094843.060000', '094843.063000', '094843.066000', '094843.068000', '094843.071000', '094843.074000', '094843.077000', '094843.080000', '094843.083000', '094843.086000', '094843.101000', '094843.104000', '094843.106000', '094843.109000', '094843.112000', '094902.975000', '094902.978000', '094902.981000', '094902.984000', '094902.987000', '094902.990000', '094902.992000', '094902.995000', '094902.998000', '094903.002000', '094903.005000', '094903.008000', '094903.011000', '094903.014000', '094903.017000', '094903.020000', '094903.023000', '094903.027000', '094903.030000', '094903.033000', '094903.036000', '094903.039000', '094903.042000', '094903.045000', '094903.048000', '094903.050000', '094903.053000', '094903.056000', '094903.059000', '094903.062000', '094903.065000', '094903.068000', '094903.071000', '094903.074000', '094903.077000', '094903.080000', '094903.083000', '094903.086000', '094903.089000', '094903.091000', '094903.094000', '094903.097000', '094903.100000', '094922.975000', '094922.978000', '094922.981000', '094922.984000', '094922.987000', '094922.990000', '094922.993000', '094922.996000', '094923.000000', '094923.003000', '094923.005000', '094923.008000', '094923.011000', '094923.014000', '094923.017000', '094923.020000', '094923.023000', '094923.025000', '094923.028000', '094923.031000', '094923.034000', '094923.037000', '094923.040000', '094923.043000', '094923.046000', '094923.049000', '094923.051000', '094923.054000', '094923.057000', '094923.060000', '094923.063000', '094923.066000', '094923.069000', '094923.072000', '094923.075000', '094923.077000', '094923.080000', '094923.083000', '094923.086000', '094923.089000', '094923.092000', '094923.095000', '094923.098000', '094923.101000', '094942.974000', '094942.977000', '094942.980000', '094942.983000', '094942.986000', '094942.989000', '094942.991000', '094942.994000', '094942.997000', '094943.001000', '094943.004000', '094943.007000', '094943.010000', '094943.013000', '094943.016000', '094943.018000', '094943.021000', '094943.024000', '094943.027000', '094943.030000', '094943.033000', '094943.036000', '094943.039000', '094943.042000', '094943.044000', '094943.047000', '094943.050000', '094943.053000', '094943.056000', '094943.059000', '094943.062000', '094943.065000', '094943.067000', '094943.070000', '094943.073000', '094943.076000', '094943.079000', '094943.082000', '094943.085000', '094943.088000', '094943.091000', '094943.093000', '094943.096000', '095001.564000', '095001.567000', '095001.570000', '095001.573000', '095001.577000', '095001.580000', '095001.583000', '095001.586000', '095001.589000', '095001.592000', '095001.596000', '095001.599000', '095001.601000', '095001.604000', '095001.607000', '095001.610000', '095001.613000', '095001.616000', '095001.619000', '095001.622000', '095001.625000', '095001.629000', '095001.632000', '095001.635000', '095001.637000', '095001.640000', '095001.643000', '095001.646000', '095001.649000', '095001.652000', '095001.655000', '095001.658000', '095001.661000', '095001.664000', '095001.667000', '095001.677000', '095001.681000', '095001.684000', '095001.687000', '095001.690000', '095001.693000'], 'InstanceCreationTime': ['094203.009000', '094203.013000', '094203.015000', '094203.018000', '094203.021000', '094203.024000', '094203.027000', '094203.030000', '094203.033000', '094203.036000', '094203.039000', '094203.042000', '094203.045000', '094203.048000', '094203.051000', '094203.054000', '094203.056000', '094203.060000', '094203.067000', '094203.069000', '094203.072000', '094203.075000', '094203.078000', '094203.081000', '094203.084000', '094203.087000', '094203.090000', '094203.093000', '094203.095000', '094203.099000', '094203.101000', '094203.104000', '094203.107000', '094203.110000', '094203.113000', '094203.116000', '094203.119000', '094203.122000', '094203.125000', '094203.128000', '094203.131000', '094203.134000', '094203.137000', '094203.140000', '094203.143000', '094203.146000', '094203.149000', '094203.151000', '094203.154000', '094203.157000', '094203.160000', '094203.163000', '094203.166000', '094203.169000', '094203.171000', '094203.178000', '094203.181000', '094222.975000', '094222.978000', '094222.981000', '094222.984000', '094222.987000', '094222.990000', '094222.992000', '094222.995000', '094222.998000', '094223.002000', '094223.005000', '094223.017000', '094223.020000', '094223.023000', '094223.026000', '094223.029000', '094223.032000', '094223.035000', '094223.038000', '094223.041000', '094223.044000', '094223.046000', '094223.049000', '094223.052000', '094223.055000', '094223.058000', '094223.061000', '094223.064000', '094223.067000', '094223.070000', '094223.073000', '094223.076000', '094223.079000', '094223.081000', '094223.084000', '094223.087000', '094223.090000', '094223.093000', '094223.096000', '094223.099000', '094223.102000', '094223.105000', '094223.108000', '094223.111000', '094242.974000', '094242.977000', '094242.983000', '094242.986000', '094242.988000', '094242.992000', '094242.994000', '094242.997000', '094243.001000', '094243.004000', '094243.007000', '094243.010000', '094243.013000', '094243.016000', '094243.019000', '094243.022000', '094243.024000', '094243.027000', '094243.030000', '094243.033000', '094243.036000', '094243.039000', '094243.042000', '094243.045000', '094243.048000', '094243.051000', '094243.054000', '094243.057000', '094243.059000', '094243.062000', '094243.065000', '094243.068000', '094243.071000', '094243.076000', '094243.079000', '094243.082000', '094243.085000', '094243.088000', '094243.090000', '094243.109000', '094243.112000', '094243.114000', '094243.117000', '094302.974000', '094302.977000', '094302.980000', '094302.983000', '094302.986000', '094302.989000', '094302.992000', '094302.997000', '094303.001000', '094303.004000', '094303.007000', '094303.010000', '094303.013000', '094303.016000', '094303.019000', '094303.022000', '094303.025000', '094303.028000', '094303.031000', '094303.034000', '094303.037000', '094303.040000', '094303.043000', '094303.046000', '094303.049000', '094303.052000', '094303.055000', '094303.058000', '094303.061000', '094303.064000', '094303.067000', '094303.070000', '094303.072000', '094303.075000', '094303.078000', '094303.081000', '094303.084000', '094303.087000', '094303.090000', '094303.093000', '094303.095000', '094303.098000', '094303.101000', '094303.104000', '094322.974000', '094322.977000', '094322.980000', '094322.983000', '094322.985000', '094322.988000', '094322.991000', '094322.994000', '094322.997000', '094323.001000', '094323.004000', '094323.007000', '094323.015000', '094323.018000', '094323.020000', '094323.023000', '094323.026000', '094323.029000', '094323.032000', '094323.035000', '094323.043000', '094323.046000', '094323.049000', '094323.052000', '094323.055000', '094323.058000', '094323.061000', '094323.064000', '094323.067000', '094323.070000', '094323.072000', '094323.075000', '094323.078000', '094323.081000', '094323.084000', '094323.087000', '094323.090000', '094323.093000', '094323.096000', '094323.098000', '094323.101000', '094323.104000', '094323.107000', '094342.975000', '094342.978000', '094342.981000', '094342.984000', '094342.987000', '094342.990000', '094342.993000', '094342.996000', '094342.998000', '094343.010000', '094343.013000', '094343.016000', '094343.019000', '094343.022000', '094343.025000', '094343.028000', '094343.031000', '094343.034000', '094343.037000', '094343.039000', '094343.044000', '094343.047000', '094343.050000', '094343.053000', '094343.056000', '094343.059000', '094343.062000', '094343.064000', '094343.067000', '094343.070000', '094343.073000', '094343.076000', '094343.079000', '094343.082000', '094343.085000', '094343.088000', '094343.091000', '094343.094000', '094343.097000', '094343.100000', '094343.102000', '094343.106000', '094343.108000', '094343.111000', '094402.975000', '094402.978000', '094402.981000', '094402.984000', '094402.987000', '094402.990000', '094402.993000', '094402.996000', '094403.000000', '094403.003000', '094403.006000', '094403.009000', '094403.012000', '094403.014000', '094403.017000', '094403.020000', '094403.023000', '094403.026000', '094403.029000', '094403.032000', '094403.035000', '094403.038000', '094403.041000', '094403.044000', '094403.047000', '094403.050000', '094403.052000', '094403.055000', '094403.058000', '094403.061000', '094403.064000', '094403.067000', '094403.070000', '094403.073000', '094403.076000', '094403.079000', '094403.082000', '094403.085000', '094403.087000', '094403.091000', '094403.093000', '094403.096000', '094403.099000', '094422.975000', '094422.978000', '094422.981000', '094422.984000', '094422.987000', '094422.990000', '094422.992000', '094422.995000', '094422.998000', '094423.002000', '094423.005000', '094423.008000', '094423.011000', '094423.014000', '094423.017000', '094423.020000', '094423.023000', '094423.026000', '094423.029000', '094423.032000', '094423.035000', '094423.038000', '094423.041000', '094423.044000', '094423.047000', '094423.050000', '094423.052000', '094423.055000', '094423.058000', '094423.061000', '094423.064000', '094423.067000', '094423.070000', '094423.073000', '094423.076000', '094423.079000', '094423.101000', '094423.103000', '094423.106000', '094423.109000', '094423.112000', '094423.115000', '094423.118000', '094423.121000', '094442.975000', '094442.978000', '094442.981000', '094442.984000', '094442.987000', '094442.989000', '094442.992000', '094442.995000', '094442.998000', '094443.002000', '094443.005000', '094443.008000', '094443.011000', '094443.014000', '094443.017000', '094443.020000', '094443.023000', '094443.026000', '094443.029000', '094443.032000', '094443.035000', '094443.037000', '094443.041000', '094443.043000', '094443.046000', '094443.049000', '094443.052000', '094443.055000', '094443.058000', '094443.061000', '094443.064000', '094443.067000', '094443.070000', '094443.073000', '094443.076000', '094443.079000', '094443.082000', '094443.085000', '094443.088000', '094443.090000', '094443.093000', '094443.096000', '094443.099000', '094502.974000', '094502.977000', '094502.980000', '094502.983000', '094502.987000', '094502.992000', '094502.995000', '094503.000000', '094503.003000', '094503.006000', '094503.008000', '094503.012000', '094503.014000', '094503.017000', '094503.020000', '094503.023000', '094503.026000', '094503.029000', '094503.032000', '094503.035000', '094503.038000', '094503.041000', '094503.044000', '094503.047000', '094503.050000', '094503.053000', '094503.056000', '094503.059000', '094503.062000', '094503.064000', '094503.067000', '094503.070000', '094503.073000', '094503.076000', '094503.079000', '094503.082000', '094503.085000', '094503.088000', '094503.091000', '094503.093000', '094503.096000', '094503.099000', '094503.102000', '094522.974000', '094522.977000', '094522.980000', '094522.983000', '094522.986000', '094522.989000', '094522.992000', '094522.995000', '094522.998000', '094523.002000', '094523.005000', '094523.008000', '094523.011000', '094523.013000', '094523.016000', '094523.019000', '094523.022000', '094523.025000', '094523.028000', '094523.031000', '094523.034000', '094523.037000', '094523.040000', '094523.043000', '094523.046000', '094523.049000', '094523.052000', '094523.054000', '094523.057000', '094523.060000', '094523.063000', '094523.066000', '094523.069000', '094523.072000', '094523.075000', '094523.078000', '094523.081000', '094523.084000', '094523.087000', '094523.089000', '094523.092000', '094523.095000', '094523.098000', '094523.101000', '094542.974000', '094542.977000', '094542.980000', '094542.983000', '094542.986000', '094542.989000', '094542.992000', '094542.995000', '094542.998000', '094543.002000', '094543.005000', '094543.008000', '094543.011000', '094543.014000', '094543.017000', '094543.020000', '094543.023000', '094543.026000', '094543.029000', '094543.032000', '094543.035000', '094543.037000', '094543.040000', '094543.043000', '094543.046000', '094543.049000', '094543.052000', '094543.055000', '094543.058000', '094543.061000', '094543.064000', '094543.067000', '094543.070000', '094543.072000', '094543.075000', '094543.078000', '094543.081000', '094543.084000', '094543.087000', '094543.090000', '094543.093000', '094543.095000', '094543.098000', '094602.975000', '094602.978000', '094602.981000', '094602.984000', '094602.987000', '094602.990000', '094602.993000', '094602.996000', '094603.000000', '094603.003000', '094603.006000', '094603.009000', '094603.012000', '094603.015000', '094603.018000', '094603.020000', '094603.023000', '094603.038000', '094603.041000', '094603.044000', '094603.047000', '094603.050000', '094603.053000', '094603.056000', '094603.059000', '094603.062000', '094603.065000', '094603.068000', '094603.071000', '094603.074000', '094603.076000', '094603.079000', '094603.082000', '094603.088000', '094603.091000', '094603.094000', '094603.097000', '094603.100000', '094603.103000', '094603.105000', '094603.108000', '094603.111000', '094603.114000', '094603.117000', '094622.975000', '094622.978000', '094622.981000', '094622.984000', '094622.987000', '094622.990000', '094622.993000', '094622.996000', '094623.000000', '094623.003000', '094623.006000', '094623.009000', '094623.012000', '094623.015000', '094623.018000', '094623.021000', '094623.024000', '094623.027000', '094623.030000', '094623.033000', '094623.036000', '094623.039000', '094623.041000', '094623.044000', '094623.047000', '094623.050000', '094623.053000', '094623.056000', '094623.059000', '094623.062000', '094623.065000', '094623.068000', '094623.071000', '094623.074000', '094623.077000', '094623.080000', '094623.083000', '094623.086000', '094623.089000', '094623.092000', '094623.094000', '094623.098000', '094623.100000', '094642.975000', '094642.978000', '094642.981000', '094642.984000', '094642.987000', '094642.990000', '094642.993000', '094642.996000', '094643.000000', '094643.003000', '094643.006000', '094643.008000', '094643.011000', '094643.014000', '094643.017000', '094643.020000', '094643.023000', '094643.026000', '094643.029000', '094643.032000', '094643.035000', '094643.038000', '094643.041000', '094643.044000', '094643.047000', '094643.050000', '094643.053000', '094643.056000', '094643.059000', '094643.062000', '094643.064000', '094643.067000', '094643.070000', '094643.073000', '094643.076000', '094643.079000', '094643.082000', '094643.085000', '094643.088000', '094643.091000', '094643.094000', '094643.097000', '094643.100000', '094643.102000', '094702.975000', '094702.978000', '094702.981000', '094702.984000', '094702.987000', '094702.990000', '094702.993000', '094702.996000', '094703.000000', '094703.003000', '094703.006000', '094703.009000', '094703.012000', '094703.014000', '094703.018000', '094703.021000', '094703.023000', '094703.026000', '094703.029000', '094703.032000', '094703.035000', '094703.038000', '094703.041000', '094703.044000', '094703.047000', '094703.050000', '094703.053000', '094703.056000', '094703.059000', '094703.062000', '094703.065000', '094703.068000', '094703.071000', '094703.074000', '094703.077000', '094703.080000', '094703.083000', '094703.085000', '094703.088000', '094703.091000', '094703.094000', '094703.097000', '094703.100000', '094722.974000', '094722.977000', '094722.980000', '094722.983000', '094722.986000', '094722.989000', '094722.992000', '094722.995000', '094722.998000', '094723.002000', '094723.004000', '094723.008000', '094723.010000', '094723.013000', '094723.016000', '094723.019000', '094723.022000', '094723.025000', '094723.028000', '094723.031000', '094723.034000', '094723.037000', '094723.040000', '094723.043000', '094723.046000', '094723.048000', '094723.051000', '094723.065000', '094723.068000', '094723.071000', '094723.074000', '094723.077000', '094723.080000', '094723.083000', '094723.086000', '094723.089000', '094723.092000', '094723.094000', '094723.097000', '094723.100000', '094723.103000', '094723.106000', '094723.120000', '094723.123000', '094742.974000', '094742.977000', '094742.980000', '094742.983000', '094742.986000', '094742.990000', '094742.993000', '094742.996000', '094743.000000', '094743.003000', '094743.006000', '094743.008000', '094743.011000', '094743.015000', '094743.018000', '094743.020000', '094743.023000', '094743.026000', '094743.029000', '094743.032000', '094743.035000', '094743.038000', '094743.041000', '094743.044000', '094743.047000', '094743.050000', '094743.054000', '094743.058000', '094743.062000', '094743.065000', '094743.068000', '094743.071000', '094743.075000', '094743.078000', '094743.081000', '094743.084000', '094743.086000', '094743.089000', '094743.092000', '094743.095000', '094743.098000', '094743.101000', '094743.104000', '094802.974000', '094802.977000', '094802.980000', '094802.983000', '094802.986000', '094802.989000', '094802.992000', '094802.995000', '094802.998000', '094803.001000', '094803.004000', '094803.007000', '094803.010000', '094803.013000', '094803.016000', '094803.019000', '094803.022000', '094803.025000', '094803.028000', '094803.030000', '094803.033000', '094803.036000', '094803.039000', '094803.042000', '094803.045000', '094803.048000', '094803.051000', '094803.053000', '094803.056000', '094803.059000', '094803.062000', '094803.065000', '094803.068000', '094803.071000', '094803.074000', '094803.077000', '094803.079000', '094803.082000', '094803.085000', '094803.088000', '094803.091000', '094803.094000', '094803.097000', '094803.100000', '094822.975000', '094822.978000', '094822.981000', '094822.984000', '094822.987000', '094822.990000', '094822.993000', '094822.995000', '094822.998000', '094823.002000', '094823.005000', '094823.008000', '094823.011000', '094823.014000', '094823.017000', '094823.020000', '094823.022000', '094823.025000', '094823.028000', '094823.031000', '094823.034000', '094823.037000', '094823.040000', '094823.043000', '094823.046000', '094823.048000', '094823.051000', '094823.054000', '094823.057000', '094823.060000', '094823.063000', '094823.066000', '094823.069000', '094823.072000', '094823.075000', '094823.078000', '094823.083000', '094823.086000', '094823.089000', '094823.092000', '094823.095000', '094823.098000', '094823.101000', '094842.975000', '094842.978000', '094842.981000', '094842.984000', '094842.987000', '094842.990000', '094842.992000', '094842.995000', '094842.998000', '094843.002000', '094843.005000', '094843.008000', '094843.011000', '094843.014000', '094843.017000', '094843.019000', '094843.022000', '094843.025000', '094843.028000', '094843.031000', '094843.034000', '094843.037000', '094843.039000', '094843.042000', '094843.045000', '094843.048000', '094843.051000', '094843.054000', '094843.057000', '094843.060000', '094843.063000', '094843.066000', '094843.068000', '094843.071000', '094843.074000', '094843.077000', '094843.080000', '094843.083000', '094843.086000', '094843.101000', '094843.104000', '094843.106000', '094843.109000', '094843.112000', '094902.975000', '094902.978000', '094902.981000', '094902.984000', '094902.987000', '094902.990000', '094902.992000', '094902.995000', '094902.998000', '094903.002000', '094903.005000', '094903.008000', '094903.011000', '094903.014000', '094903.017000', '094903.020000', '094903.023000', '094903.027000', '094903.030000', '094903.033000', '094903.036000', '094903.039000', '094903.042000', '094903.045000', '094903.048000', '094903.050000', '094903.053000', '094903.056000', '094903.059000', '094903.062000', '094903.065000', '094903.068000', '094903.071000', '094903.074000', '094903.077000', '094903.080000', '094903.083000', '094903.086000', '094903.089000', '094903.091000', '094903.094000', '094903.097000', '094903.100000', '094922.975000', '094922.978000', '094922.981000', '094922.984000', '094922.987000', '094922.990000', '094922.993000', '094922.996000', '094923.000000', '094923.003000', '094923.005000', '094923.008000', '094923.011000', '094923.014000', '094923.017000', '094923.020000', '094923.023000', '094923.025000', '094923.028000', '094923.031000', '094923.034000', '094923.037000', '094923.040000', '094923.043000', '094923.046000', '094923.049000', '094923.051000', '094923.054000', '094923.057000', '094923.060000', '094923.063000', '094923.066000', '094923.069000', '094923.072000', '094923.075000', '094923.077000', '094923.080000', '094923.083000', '094923.086000', '094923.089000', '094923.092000', '094923.095000', '094923.098000', '094923.101000', '094942.974000', '094942.977000', '094942.980000', '094942.983000', '094942.986000', '094942.989000', '094942.991000', '094942.994000', '094942.997000', '094943.001000', '094943.004000', '094943.007000', '094943.010000', '094943.013000', '094943.016000', '094943.018000', '094943.021000', '094943.024000', '094943.027000', '094943.030000', '094943.033000', '094943.036000', '094943.039000', '094943.042000', '094943.044000', '094943.047000', '094943.050000', '094943.053000', '094943.056000', '094943.059000', '094943.062000', '094943.065000', '094943.067000', '094943.070000', '094943.073000', '094943.076000', '094943.079000', '094943.082000', '094943.085000', '094943.088000', '094943.091000', '094943.093000', '094943.096000', '095001.564000', '095001.567000', '095001.570000', '095001.573000', '095001.577000', '095001.580000', '095001.583000', '095001.586000', '095001.589000', '095001.592000', '095001.596000', '095001.599000', '095001.601000', '095001.604000', '095001.607000', '095001.610000', '095001.613000', '095001.616000', '095001.619000', '095001.622000', '095001.625000', '095001.629000', '095001.632000', '095001.635000', '095001.637000', '095001.640000', '095001.643000', '095001.646000', '095001.649000', '095001.652000', '095001.655000', '095001.658000', '095001.661000', '095001.664000', '095001.667000', '095001.677000', '095001.681000', '095001.684000', '095001.687000', '095001.690000', '095001.693000'], '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': [11199, 13922, 8405, 13105, 9020, 7966, 12095, 7308, 8588, 11614, 7894, 10655, 7142, 8170, 11055, 7544, 10367, 7878, 8151, 11628, 7690, 9781, 7969, 7585, 10940, 7276, 8906, 8781, 7755, 11340, 7267, 8352, 10646, 7745, 10985, 7586, 8202, 12332, 7482, 9794, 8270, 7797, 11574, 7760, 8798, 8374, 7549, 10738, 7127, 8431, 12495, 7886, 8437, 8791, 7400, 10065, 7587, 8094, 11048, 7700, 8639, 8000, 7363, 9848, 7963, 8179, 8085, 7515, 10317, 7492, 9002, 9399, 8131, 11693, 8159, 10522, 8643, 7772, 12224, 8217, 10422, 10677, 7954, 12285, 7315, 9126, 14282, 8216, 12674, 7824, 8882, 14388, 7939, 11677, 11502, 8176, 12257, 7009, 8445, 12361, 7818, 10425, 8076, 7698, 12182, 7573, 9507, 8273, 7775, 12126, 7731, 9912, 8309, 7521, 11304, 8238, 9231, 13065, 7509, 9948, 9526, 7725, 10625, 7404, 7755, 8543, 7387, 9262, 7710, 8109, 11064, 7733, 9428, 7912, 7508, 11282, 7473, 8671, 13369, 7971, 9297, 10425, 7670, 10200, 7698, 8256, 11085, 7557, 10219, 7806, 8001, 11238, 7913, 8732, 7794, 7506, 10720, 7476, 9664, 9921, 7898, 11354, 7407, 9024, 8892, 7864, 11581, 7482, 8743, 8822, 7401, 10618, 8032, 8464, 11557, 8014, 11074, 7230, 8497, 12838, 8060, 10871, 8358, 8232, 12457, 7727, 10472, 9210, 8115, 12170, 9060, 8677, 12784, 7778, 9464, 8207, 7846, 11361, 7710, 8327, 8682, 7495, 9829, 8062, 8065, 8873, 7681, 11389, 7935, 9485, 7989, 7727, 11684, 7630, 11279, 7862, 8254, 11998, 7646, 10001, 7896, 8268, 14242, 8355, 12579, 7846, 9549, 8644, 7783, 10526, 7130, 8400, 12524, 7857, 9310, 12335, 8096, 10405, 7143, 8238, 9288, 7473, 9921, 7241, 7902, 12052, 7994, 10204, 7779, 7730, 11682, 7497, 8890, 14279, 8578, 9390, 11659, 7786, 10503, 7960, 7723, 10774, 8201, 7849, 10026, 7259, 8152, 10991, 7402, 7956, 8509, 7286, 9532, 6878, 8206, 11624, 8384, 9385, 7479, 8257, 11884, 8156, 10184, 15036, 9349, 9646, 7970, 11637, 16887, 10325, 10050, 7940, 11206, 15974, 8763, 9895, 13100, 8312, 8376, 11567, 7332, 8108, 10691, 7712, 8120, 11173, 8034, 8079, 11200, 7923, 8386, 11603, 8163, 8323, 12086, 7746, 8943, 12368, 7837, 9389, 11210, 7991, 9350, 7609, 7689, 10182, 7943, 8262, 11591, 8013, 8487, 11723, 7639, 10187, 11879, 8812, 12245, 7556, 8291, 12188, 7612, 8725, 13229, 8371, 9508, 12994, 7552, 9289, 11060, 7671, 10121, 10924, 8255, 9820, 8049, 7834, 10138, 7840, 8169, 10949, 7553, 8494, 10136, 7592, 9444, 9348, 8014, 11940, 8448, 8689, 12790, 8185, 9626, 14651, 8452, 11276, 10352, 7891, 10662, 8206, 8336, 11713, 8659, 8341, 12365, 7540, 8612, 12025, 7763, 9176, 10950, 7703, 9304, 8023, 7806, 9995, 7980, 8050, 11390, 7538, 8508, 12076, 7853, 8875, 12610, 8332, 9496, 8918, 7694, 9874, 7481, 8040, 10378, 7648, 8502, 11705, 7708, 8945, 12607, 7930, 9454, 10091, 7867, 10640, 7854, 7921, 10839, 7234, 8305, 11478, 8380, 8630, 9172, 7528, 9477, 7749, 7934, 11295, 8341, 8840, 12681, 7862, 10492, 9064, 7812, 11861, 9488, 8729, 12215, 7745, 8750, 12786, 7859, 9688, 11123, 8009, 9833, 8366, 7731, 9913, 8080, 8140, 11485, 7621, 8551, 11860, 7730, 9343, 11266, 8085, 10941, 7700, 7766, 10659, 7595, 9106, 10397, 8023, 11495, 7947, 8392, 11785, 7735, 9938, 10732, 7884, 11992, 7914, 8226, 12493, 8140, 9764, 11500, 7870, 11124, 8628, 8187, 12089, 8161, 8695, 12641, 7801, 9852, 9045, 8037, 11772, 7573, 8094, 11412, 7971, 9013, 11942, 7879, 9305, 7921, 7716, 10381, 7307, 8260, 11415, 7796, 9620, 8994, 7910, 10968, 8368, 8361, 11443, 7959, 8990, 12212, 8126, 10683, 8482, 7839, 11734, 7323, 8791, 12366, 8126, 10334, 8502, 7822, 11505, 7090, 8743, 12161, 8547, 10473, 8457, 7850, 10847, 7313, 9126, 13335, 8396, 11101, 8371, 7690, 11167, 7396, 9275, 13653, 8188, 10366, 8390, 7787, 10655, 7432, 8757, 12443, 7635, 9801, 8834, 7957, 10191, 7638, 7941, 11164, 7723, 9314, 8616, 7976, 10395, 7608, 8289, 11592, 8015, 9604, 8737, 7928, 11674, 7781, 9110, 12704, 8082, 9743, 9886, 7872, 11604, 7826, 9122, 13278, 8067, 10093, 9242, 7783, 11945, 8204, 9345, 13865, 7867, 10229, 9347, 7802, 11516, 8085, 8763, 12092, 7725, 9109, 13074, 8042, 10591, 8313, 8098, 11405, 7394, 8187, 12437, 7853, 8537, 10848, 7865, 9645, 8130, 7699, 11091, 7928, 7945, 11524, 7436, 8185, 11997, 8017, 9380, 8814, 7820, 10225, 7283, 7999, 10682, 7141, 8436, 11235, 7790, 8997, 9763, 7686, 9651, 7720, 7801, 10995, 7717, 8713, 10365, 7866, 10120, 8394, 7910, 11244, 7158, 9037, 12555, 8240, 10651, 11764, 8162, 11912, 8876, 8179, 11113, 8376, 8336, 9151, 7818, 10335, 7994, 9015, 13160, 8670, 10644, 11130, 7860, 11376, 9278, 8322, 12710, 8775, 9056, 12496, 7747, 9050, 10510, 7829, 10279, 8142, 7995, 11287, 7686, 8579, 9329, 7642, 9473, 7921, 7859, 10634, 7617, 9025, 12748, 8039, 11000, 8555, 8004, 11410, 7457, 8869, 13176, 8199, 10740, 8494, 7839, 10840, 7289, 8703, 12675, 7928, 9394, 8457, 7983, 10415, 7542, 8873, 11587, 7750, 10020, 7864, 8206, 10953, 7686, 9737, 9396, 7811, 11240, 7526, 9256, 10672, 7843, 11392, 8812, 9483, 13811, 8198, 11264, 8410, 8357, 14366, 8769, 9469, 10938, 7921, 11335, 7902, 8713, 13689, 8008, 9729, 8043, 7704, 10824, 7388, 9066, 12345, 7791, 9847, 7427, 7835, 10864, 7720, 9459, 8797, 7541, 11015, 7309, 8695, 12472, 8252, 11278, 8416, 8765, 7489, 8454, 7478, 8664, 9349, 7748, 11061, 8125, 8773, 13461, 8315, 11131, 11911, 8115, 13309, 9852, 9759, 12657, 7903, 9881, 8379, 8115, 12419, 8282, 10837, 14936, 8060, 10491, 7445, 7815, 11323, 7734, 8898, 11282, 8125, 10896, 7217, 7852, 11041, 7790, 8821, 9444, 7676, 10347, 6916, 8080, 11528, 7758, 9413, 8016, 8099, 12289, 8024, 10659, 8042, 8155, 11097, 7741, 9839, 9376, 7981, 12204, 8204, 9411, 13396, 7746, 11020, 8426, 7911, 12440, 8235, 9193, 12787, 7796, 10459, 8353, 7970, 11942, 7353, 8646, 12316, 7891, 10525, 7619, 7859, 10889, 7469, 9509, 10053, 7948, 11594, 7392, 8488, 12314, 7834, 10393, 8822, 7950, 11153, 7209, 9114, 13585, 8132, 10865, 8117, 7861, 11311, 7497, 9188, 13553, 7945, 9567, 8258, 7633, 10460, 7240, 8751, 12986, 7979, 10366, 8385, 7589, 10519, 7280, 8952, 13162, 7955, 10187, 7790, 7858, 10920, 7534, 9203, 11609, 7970, 10479, 7818, 8596, 10886, 7728, 9682, 7721, 8489, 9554, 8077, 11104, 7641, 10212, 10549, 8346, 14580, 9101, 10229, 8194, 7980, 11984, 7499, 9742, 11736, 8014, 11164, 7319, 8963, 11418, 7787, 10868, 8381, 7952, 11844, 7646, 9032, 8734, 7788, 10333, 8586, 7767, 10221, 7124, 7795, 11212, 8063, 9264, 8011, 8028, 9881, 7739, 9590, 7845, 7862, 12117, 8358, 10875, 8171, 8437, 12404, 8080, 10828, 9558, 7980, 12077, 8059, 10315, 8411, 8033, 12864, 8285, 9053, 8461, 7876, 11050, 7777, 9791, 11499, 8010, 11735, 7131, 8727, 12995, 8186, 11033, 8308, 8078, 12066, 7752, 10119, 9454, 8092, 11629, 7600, 9607, 11185, 7946, 11530, 7968, 8901, 11938, 7994, 9962, 7849, 8116, 11209, 7787, 10029, 7885, 7672, 10428, 7858, 8796, 7818, 7963, 11259, 7704, 9886, 11733, 8156, 12164, 7764, 10128, 9040, 8124, 11611, 8029, 10437, 8743, 8203, 13440, 8253, 11181, 8085, 10010, 7426, 8490, 13819, 8300, 11784, 7853, 9230, 9417, 8119, 10693, 7935, 8126, 12499, 7848, 9180, 8381, 8019, 9953, 7185, 8041, 10368, 7933, 8967, 9090, 7744, 9311, 7562, 8217], 'WindowCenter': [4399.0, 4392.0, 4328.0, 4355.0, 4312.0, 4302.0, 4341.0, 4280.0, 4312.0, 4330.0, 4301.0, 4330.0, 4280.0, 4311.0, 4331.0, 4301.0, 4332.0, 4312.0, 4303.0, 4341.0, 4302.0, 4322.0, 4300.0, 4302.0, 4333.0, 4292.0, 4313.0, 4311.0, 4302.0, 4331.0, 4291.0, 4313.0, 4332.0, 4303.0, 4343.0, 4291.0, 4313.0, 4341.0, 4292.0, 4332.0, 4312.0, 4303.0, 4342.0, 4303.0, 4312.0, 4301.0, 4302.0, 4331.0, 4280.0, 4313.0, 4352.0, 4302.0, 4302.0, 4310.0, 4292.0, 4321.0, 4303.0, 4314.0, 4341.0, 4303.0, 4314.0, 4302.0, 4305.0, 4334.0, 4315.0, 4316.0, 4314.0, 4306.0, 4344.0, 4306.0, 4336.0, 4335.0, 4317.0, 4355.0, 4315.0, 4346.0, 4314.0, 4316.0, 4355.0, 4314.0, 4345.0, 4333.0, 4314.0, 4353.0, 4293.0, 4324.0, 4364.0, 4314.0, 4353.0, 4292.0, 4323.0, 4351.0, 4302.0, 4344.0, 4341.0, 4301.0, 4340.0, 4280.0, 4312.0, 4341.0, 4301.0, 4331.0, 4300.0, 4302.0, 4340.0, 4302.0, 4323.0, 4313.0, 4304.0, 4344.0, 4302.0, 4333.0, 4311.0, 4303.0, 4344.0, 4302.0, 4322.0, 4351.0, 4291.0, 4321.0, 4320.0, 4302.0, 4331.0, 4290.0, 4301.0, 4310.0, 4292.0, 4322.0, 4302.0, 4315.0, 4343.0, 4303.0, 4323.0, 4302.0, 4304.0, 4344.0, 4293.0, 4315.0, 4351.0, 4301.0, 4323.0, 4329.0, 4290.0, 4332.0, 4302.0, 4312.0, 4340.0, 4301.0, 4332.0, 4301.0, 4314.0, 4341.0, 4303.0, 4313.0, 4302.0, 4293.0, 4333.0, 4292.0, 4334.0, 4333.0, 4314.0, 4342.0, 4292.0, 4323.0, 4321.0, 4314.0, 4344.0, 4292.0, 4312.0, 4311.0, 4292.0, 4333.0, 4302.0, 4313.0, 4342.0, 4313.0, 4343.0, 4291.0, 4313.0, 4352.0, 4303.0, 4344.0, 4312.0, 4313.0, 4352.0, 4302.0, 4332.0, 4310.0, 4301.0, 4341.0, 4309.0, 4300.0, 4340.0, 4290.0, 4321.0, 4298.0, 4301.0, 4342.0, 4290.0, 4300.0, 4309.0, 4291.0, 4321.0, 4302.0, 4313.0, 4322.0, 4316.0, 4355.0, 4303.0, 4322.0, 4301.0, 4303.0, 4343.0, 4303.0, 4342.0, 4301.0, 4302.0, 4341.0, 4291.0, 4322.0, 4301.0, 4312.0, 4363.0, 4312.0, 4341.0, 4300.0, 4321.0, 4299.0, 4291.0, 4320.0, 4279.0, 4301.0, 4339.0, 4290.0, 4311.0, 4339.0, 4300.0, 4320.0, 4280.0, 4300.0, 4309.0, 4281.0, 4321.0, 4291.0, 4302.0, 4342.0, 4302.0, 4333.0, 4290.0, 4291.0, 4341.0, 4279.0, 4311.0, 4352.0, 4300.0, 4310.0, 4327.0, 4289.0, 4320.0, 4286.0, 4290.0, 4331.0, 4298.0, 4299.0, 4309.0, 4277.0, 4301.0, 4331.0, 4290.0, 4300.0, 4309.0, 4292.0, 4321.0, 4282.0, 4314.0, 4343.0, 4315.0, 4335.0, 4305.0, 4327.0, 4356.0, 4316.0, 4347.0, 4364.0, 4312.0, 4322.0, 4314.0, 4346.0, 4363.0, 4322.0, 4320.0, 4302.0, 4344.0, 4361.0, 4299.0, 4320.0, 4338.0, 4287.0, 4288.0, 4326.0, 4277.0, 4288.0, 4317.0, 4288.0, 4289.0, 4329.0, 4288.0, 4301.0, 4328.0, 4299.0, 4314.0, 4329.0, 4300.0, 4301.0, 4340.0, 4290.0, 4311.0, 4339.0, 4302.0, 4324.0, 4331.0, 4302.0, 4321.0, 4289.0, 4301.0, 4331.0, 4302.0, 4314.0, 4342.0, 4301.0, 4312.0, 4340.0, 4301.0, 4332.0, 4340.0, 4311.0, 4342.0, 4289.0, 4302.0, 4341.0, 4289.0, 4311.0, 4350.0, 4300.0, 4322.0, 4338.0, 4290.0, 4321.0, 4328.0, 4301.0, 4332.0, 4329.0, 4300.0, 4319.0, 4287.0, 4290.0, 4330.0, 4302.0, 4301.0, 4330.0, 4290.0, 4312.0, 4319.0, 4301.0, 4324.0, 4321.0, 4302.0, 4343.0, 4300.0, 4312.0, 4341.0, 4299.0, 4321.0, 4349.0, 4300.0, 4330.0, 4318.0, 4289.0, 4320.0, 4287.0, 4299.0, 4329.0, 4298.0, 4299.0, 4327.0, 4277.0, 4299.0, 4327.0, 4288.0, 4310.0, 4317.0, 4288.0, 4309.0, 4287.0, 4289.0, 4319.0, 4288.0, 4300.0, 4329.0, 4290.0, 4312.0, 4339.0, 4290.0, 4311.0, 4339.0, 4300.0, 4321.0, 4309.0, 4291.0, 4320.0, 4289.0, 4301.0, 4330.0, 4291.0, 4312.0, 4341.0, 4291.0, 4322.0, 4341.0, 4301.0, 4335.0, 4331.0, 4302.0, 4332.0, 4300.0, 4302.0, 4331.0, 4291.0, 4313.0, 4342.0, 4312.0, 4312.0, 4321.0, 4303.0, 4323.0, 4302.0, 4314.0, 4343.0, 4312.0, 4324.0, 4352.0, 4304.0, 4343.0, 4310.0, 4302.0, 4343.0, 4321.0, 4312.0, 4341.0, 4290.0, 4312.0, 4340.0, 4301.0, 4332.0, 4341.0, 4301.0, 4331.0, 4300.0, 4301.0, 4332.0, 4301.0, 4302.0, 4342.0, 4290.0, 4312.0, 4340.0, 4301.0, 4323.0, 4342.0, 4302.0, 4331.0, 4289.0, 4301.0, 4329.0, 4291.0, 4313.0, 4331.0, 4303.0, 4343.0, 4302.0, 4313.0, 4341.0, 4302.0, 4333.0, 4331.0, 4302.0, 4342.0, 4301.0, 4312.0, 4342.0, 4302.0, 4333.0, 4341.0, 4302.0, 4331.0, 4310.0, 4312.0, 4341.0, 4300.0, 4312.0, 4340.0, 4290.0, 4321.0, 4309.0, 4301.0, 4340.0, 4290.0, 4301.0, 4329.0, 4300.0, 4311.0, 4339.0, 4300.0, 4311.0, 4299.0, 4291.0, 4330.0, 4291.0, 4313.0, 4341.0, 4302.0, 4323.0, 4311.0, 4303.0, 4332.0, 4301.0, 4312.0, 4340.0, 4301.0, 4323.0, 4340.0, 4302.0, 4332.0, 4310.0, 4302.0, 4340.0, 4290.0, 4312.0, 4340.0, 4302.0, 4333.0, 4310.0, 4291.0, 4340.0, 4279.0, 4312.0, 4352.0, 4312.0, 4332.0, 4300.0, 4302.0, 4330.0, 4290.0, 4322.0, 4352.0, 4312.0, 4343.0, 4300.0, 4302.0, 4330.0, 4290.0, 4323.0, 4361.0, 4311.0, 4331.0, 4299.0, 4291.0, 4331.0, 4292.0, 4313.0, 4340.0, 4291.0, 4321.0, 4308.0, 4301.0, 4331.0, 4302.0, 4303.0, 4341.0, 4291.0, 4322.0, 4310.0, 4302.0, 4332.0, 4302.0, 4313.0, 4341.0, 4302.0, 4323.0, 4311.0, 4303.0, 4342.0, 4291.0, 4312.0, 4340.0, 4301.0, 4323.0, 4321.0, 4302.0, 4342.0, 4291.0, 4323.0, 4351.0, 4301.0, 4332.0, 4311.0, 4292.0, 4342.0, 4300.0, 4322.0, 4350.0, 4290.0, 4321.0, 4309.0, 4291.0, 4331.0, 4300.0, 4301.0, 4339.0, 4289.0, 4311.0, 4349.0, 4300.0, 4331.0, 4299.0, 4301.0, 4330.0, 4289.0, 4312.0, 4340.0, 4300.0, 4311.0, 4328.0, 4300.0, 4320.0, 4289.0, 4291.0, 4331.0, 4300.0, 4301.0, 4330.0, 4279.0, 4311.0, 4340.0, 4301.0, 4322.0, 4310.0, 4302.0, 4331.0, 4290.0, 4302.0, 4343.0, 4294.0, 4314.0, 4341.0, 4302.0, 4323.0, 4332.0, 4304.0, 4333.0, 4302.0, 4303.0, 4342.0, 4303.0, 4325.0, 4333.0, 4316.0, 4346.0, 4314.0, 4316.0, 4345.0, 4294.0, 4325.0, 4354.0, 4315.0, 4346.0, 4344.0, 4314.0, 4343.0, 4312.0, 4313.0, 4343.0, 4314.0, 4315.0, 4334.0, 4316.0, 4346.0, 4316.0, 4337.0, 4365.0, 4325.0, 4346.0, 4344.0, 4314.0, 4344.0, 4321.0, 4313.0, 4353.0, 4311.0, 4313.0, 4340.0, 4292.0, 4312.0, 4330.0, 4291.0, 4331.0, 4301.0, 4302.0, 4331.0, 4291.0, 4312.0, 4310.0, 4302.0, 4322.0, 4302.0, 4314.0, 4332.0, 4303.0, 4324.0, 4352.0, 4303.0, 4344.0, 4311.0, 4303.0, 4341.0, 4291.0, 4312.0, 4351.0, 4302.0, 4332.0, 4310.0, 4292.0, 4331.0, 4291.0, 4324.0, 4351.0, 4302.0, 4322.0, 4299.0, 4302.0, 4332.0, 4302.0, 4323.0, 4341.0, 4302.0, 4322.0, 4301.0, 4313.0, 4331.0, 4302.0, 4324.0, 4322.0, 4304.0, 4344.0, 4303.0, 4324.0, 4331.0, 4302.0, 4343.0, 4312.0, 4324.0, 4352.0, 4302.0, 4344.0, 4300.0, 4312.0, 4362.0, 4301.0, 4321.0, 4329.0, 4291.0, 4329.0, 4289.0, 4311.0, 4350.0, 4301.0, 4320.0, 4289.0, 4290.0, 4329.0, 4291.0, 4323.0, 4339.0, 4291.0, 4320.0, 4278.0, 4291.0, 4331.0, 4302.0, 4322.0, 4310.0, 4290.0, 4330.0, 4279.0, 4300.0, 4339.0, 4314.0, 4345.0, 4314.0, 4311.0, 4292.0, 4300.0, 4292.0, 4313.0, 4321.0, 4303.0, 4344.0, 4302.0, 4325.0, 4353.0, 4312.0, 4344.0, 4339.0, 4302.0, 4341.0, 4308.0, 4309.0, 4326.0, 4276.0, 4307.0, 4285.0, 4287.0, 4328.0, 4286.0, 4317.0, 4334.0, 4274.0, 4304.0, 4263.0, 4274.0, 4313.0, 4274.0, 4296.0, 4314.0, 4286.0, 4317.0, 4276.0, 4287.0, 4317.0, 4276.0, 4297.0, 4306.0, 4288.0, 4317.0, 4267.0, 4289.0, 4328.0, 4290.0, 4321.0, 4300.0, 4302.0, 4341.0, 4303.0, 4333.0, 4301.0, 4303.0, 4330.0, 4291.0, 4333.0, 4311.0, 4303.0, 4343.0, 4302.0, 4323.0, 4351.0, 4291.0, 4331.0, 4300.0, 4303.0, 4341.0, 4300.0, 4311.0, 4339.0, 4290.0, 4333.0, 4299.0, 4300.0, 4331.0, 4279.0, 4312.0, 4340.0, 4301.0, 4332.0, 4290.0, 4302.0, 4331.0, 4291.0, 4323.0, 4321.0, 4302.0, 4342.0, 4291.0, 4312.0, 4341.0, 4291.0, 4333.0, 4311.0, 4303.0, 4342.0, 4291.0, 4323.0, 4352.0, 4302.0, 4333.0, 4301.0, 4303.0, 4341.0, 4292.0, 4323.0, 4351.0, 4302.0, 4322.0, 4300.0, 4302.0, 4332.0, 4293.0, 4314.0, 4353.0, 4302.0, 4333.0, 4301.0, 4303.0, 4331.0, 4291.0, 4313.0, 4352.0, 4302.0, 4332.0, 4302.0, 4303.0, 4331.0, 4291.0, 4323.0, 4341.0, 4302.0, 4332.0, 4291.0, 4313.0, 4331.0, 4302.0, 4323.0, 4303.0, 4315.0, 4324.0, 4315.0, 4344.0, 4304.0, 4335.0, 4332.0, 4314.0, 4364.0, 4312.0, 4323.0, 4301.0, 4302.0, 4341.0, 4290.0, 4323.0, 4341.0, 4302.0, 4331.0, 4291.0, 4312.0, 4341.0, 4302.0, 4332.0, 4300.0, 4302.0, 4341.0, 4302.0, 4322.0, 4310.0, 4291.0, 4332.0, 4299.0, 4291.0, 4320.0, 4280.0, 4302.0, 4341.0, 4314.0, 4324.0, 4303.0, 4315.0, 4334.0, 4315.0, 4335.0, 4314.0, 4316.0, 4355.0, 4315.0, 4345.0, 4314.0, 4316.0, 4354.0, 4314.0, 4345.0, 4333.0, 4315.0, 4354.0, 4314.0, 4335.0, 4313.0, 4315.0, 4354.0, 4314.0, 4324.0, 4313.0, 4314.0, 4343.0, 4304.0, 4335.0, 4343.0, 4304.0, 4344.0, 4293.0, 4314.0, 4353.0, 4313.0, 4344.0, 4301.0, 4303.0, 4342.0, 4302.0, 4333.0, 4321.0, 4303.0, 4331.0, 4292.0, 4324.0, 4342.0, 4303.0, 4343.0, 4302.0, 4323.0, 4341.0, 4302.0, 4333.0, 4303.0, 4304.0, 4342.0, 4304.0, 4334.0, 4302.0, 4305.0, 4346.0, 4315.0, 4326.0, 4304.0, 4316.0, 4344.0, 4305.0, 4336.0, 4354.0, 4315.0, 4355.0, 4304.0, 4347.0, 4325.0, 4316.0, 4343.0, 4314.0, 4344.0, 4312.0, 4314.0, 4377.0, 4327.0, 4356.0, 4316.0, 4335.0, 4293.0, 4315.0, 4364.0, 4303.0, 4343.0, 4303.0, 4324.0, 4311.0, 4303.0, 4333.0, 4291.0, 4303.0, 4342.0, 4301.0, 4311.0, 4300.0, 4302.0, 4320.0, 4280.0, 4303.0, 4332.0, 4314.0, 4325.0, 4323.0, 4306.0, 4324.0, 4316.0, 4316.0], 'WindowWidth': [9694.0, 9670.0, 9573.0, 9604.0, 9537.0, 9525.0, 9574.0, 9493.0, 9536.0, 9560.0, 9523.0, 9557.0, 9490.0, 9536.0, 9560.0, 9522.0, 9565.0, 9540.0, 9528.0, 9576.0, 9522.0, 9550.0, 9517.0, 9523.0, 9566.0, 9510.0, 9540.0, 9534.0, 9524.0, 9562.0, 9509.0, 9540.0, 9565.0, 9528.0, 9581.0, 9509.0, 9540.0, 9575.0, 9511.0, 9566.0, 9537.0, 9528.0, 9579.0, 9527.0, 9538.0, 9520.0, 9524.0, 9562.0, 9492.0, 9541.0, 9594.0, 9524.0, 9524.0, 9531.0, 9511.0, 9550.0, 9528.0, 9546.0, 9576.0, 9528.0, 9542.0, 9525.0, 9535.0, 9571.0, 9548.0, 9551.0, 9545.0, 9538.0, 9586.0, 9537.0, 9579.0, 9574.0, 9552.0, 9602.0, 9547.0, 9590.0, 9545.0, 9550.0, 9601.0, 9545.0, 9587.0, 9569.0, 9544.0, 9596.0, 9513.0, 9558.0, 9612.0, 9543.0, 9595.0, 9509.0, 9554.0, 9591.0, 9524.0, 9584.0, 9574.0, 9520.0, 9571.0, 9490.0, 9536.0, 9575.0, 9523.0, 9563.0, 9520.0, 9525.0, 9573.0, 9525.0, 9554.0, 9541.0, 9533.0, 9583.0, 9525.0, 9566.0, 9534.0, 9527.0, 9583.0, 9523.0, 9552.0, 9589.0, 9507.0, 9548.0, 9545.0, 9523.0, 9562.0, 9506.0, 9522.0, 9532.0, 9512.0, 9554.0, 9526.0, 9547.0, 9582.0, 9530.0, 9556.0, 9524.0, 9531.0, 9585.0, 9515.0, 9546.0, 9591.0, 9522.0, 9553.0, 9556.0, 9506.0, 9562.0, 9526.0, 9538.0, 9572.0, 9523.0, 9563.0, 9523.0, 9544.0, 9576.0, 9527.0, 9540.0, 9526.0, 9515.0, 9567.0, 9513.0, 9573.0, 9567.0, 9543.0, 9578.0, 9513.0, 9555.0, 9549.0, 9544.0, 9584.0, 9511.0, 9538.0, 9535.0, 9513.0, 9568.0, 9526.0, 9542.0, 9578.0, 9540.0, 9580.0, 9509.0, 9541.0, 9593.0, 9527.0, 9584.0, 9536.0, 9540.0, 9592.0, 9523.0, 9564.0, 9530.0, 9521.0, 9577.0, 9528.0, 9517.0, 9569.0, 9504.0, 9547.0, 9513.0, 9523.0, 9578.0, 9504.0, 9519.0, 9528.0, 9507.0, 9549.0, 9523.0, 9541.0, 9553.0, 9551.0, 9602.0, 9527.0, 9552.0, 9521.0, 9527.0, 9580.0, 9527.0, 9578.0, 9520.0, 9523.0, 9574.0, 9507.0, 9551.0, 9520.0, 9537.0, 9610.0, 9537.0, 9574.0, 9518.0, 9546.0, 9515.0, 9508.0, 9544.0, 9487.0, 9521.0, 9569.0, 9504.0, 9535.0, 9567.0, 9517.0, 9542.0, 9490.0, 9517.0, 9526.0, 9492.0, 9546.0, 9505.0, 9524.0, 9577.0, 9523.0, 9566.0, 9505.0, 9509.0, 9575.0, 9487.0, 9532.0, 9593.0, 9515.0, 9528.0, 9548.0, 9500.0, 9543.0, 9493.0, 9506.0, 9563.0, 9510.0, 9515.0, 9525.0, 9483.0, 9520.0, 9560.0, 9505.0, 9518.0, 9527.0, 9510.0, 9549.0, 9499.0, 9545.0, 9581.0, 9549.0, 9576.0, 9534.0, 9567.0, 9602.0, 9550.0, 9593.0, 9614.0, 9538.0, 9550.0, 9544.0, 9592.0, 9611.0, 9547.0, 9544.0, 9525.0, 9586.0, 9605.0, 9513.0, 9544.0, 9564.0, 9493.0, 9496.0, 9545.0, 9480.0, 9499.0, 9536.0, 9496.0, 9502.0, 9551.0, 9500.0, 9520.0, 9552.0, 9514.0, 9542.0, 9557.0, 9517.0, 9521.0, 9571.0, 9505.0, 9536.0, 9569.0, 9525.0, 9560.0, 9561.0, 9525.0, 9549.0, 9503.0, 9523.0, 9562.0, 9526.0, 9544.0, 9578.0, 9522.0, 9538.0, 9571.0, 9522.0, 9566.0, 9573.0, 9535.0, 9576.0, 9503.0, 9523.0, 9572.0, 9503.0, 9534.0, 9588.0, 9520.0, 9550.0, 9567.0, 9504.0, 9549.0, 9553.0, 9523.0, 9565.0, 9555.0, 9517.0, 9541.0, 9495.0, 9503.0, 9560.0, 9525.0, 9522.0, 9558.0, 9506.0, 9536.0, 9543.0, 9523.0, 9556.0, 9547.0, 9523.0, 9580.0, 9517.0, 9535.0, 9574.0, 9515.0, 9546.0, 9583.0, 9515.0, 9556.0, 9535.0, 9499.0, 9543.0, 9494.0, 9514.0, 9556.0, 9511.0, 9514.0, 9550.0, 9483.0, 9513.0, 9548.0, 9499.0, 9529.0, 9536.0, 9499.0, 9528.0, 9495.0, 9503.0, 9541.0, 9499.0, 9518.0, 9556.0, 9504.0, 9536.0, 9569.0, 9503.0, 9532.0, 9568.0, 9518.0, 9546.0, 9528.0, 9507.0, 9545.0, 9502.0, 9521.0, 9560.0, 9509.0, 9538.0, 9575.0, 9508.0, 9551.0, 9574.0, 9522.0, 9572.0, 9563.0, 9524.0, 9564.0, 9520.0, 9525.0, 9563.0, 9509.0, 9542.0, 9580.0, 9538.0, 9539.0, 9547.0, 9528.0, 9553.0, 9523.0, 9544.0, 9583.0, 9539.0, 9558.0, 9592.0, 9529.0, 9582.0, 9533.0, 9526.0, 9583.0, 9548.0, 9538.0, 9574.0, 9507.0, 9537.0, 9572.0, 9523.0, 9567.0, 9574.0, 9522.0, 9563.0, 9518.0, 9522.0, 9565.0, 9524.0, 9525.0, 9578.0, 9505.0, 9538.0, 9573.0, 9522.0, 9556.0, 9578.0, 9524.0, 9561.0, 9503.0, 9521.0, 9556.0, 9507.0, 9540.0, 9562.0, 9526.0, 9580.0, 9523.0, 9542.0, 9577.0, 9525.0, 9568.0, 9560.0, 9523.0, 9577.0, 9521.0, 9538.0, 9577.0, 9524.0, 9569.0, 9574.0, 9523.0, 9563.0, 9533.0, 9537.0, 9577.0, 9519.0, 9535.0, 9571.0, 9505.0, 9548.0, 9527.0, 9522.0, 9573.0, 9505.0, 9521.0, 9556.0, 9518.0, 9536.0, 9569.0, 9519.0, 9534.0, 9515.0, 9508.0, 9560.0, 9507.0, 9540.0, 9575.0, 9525.0, 9554.0, 9534.0, 9527.0, 9567.0, 9521.0, 9538.0, 9573.0, 9520.0, 9554.0, 9573.0, 9524.0, 9565.0, 9532.0, 9523.0, 9573.0, 9506.0, 9536.0, 9573.0, 9525.0, 9567.0, 9529.0, 9508.0, 9572.0, 9490.0, 9538.0, 9594.0, 9539.0, 9567.0, 9517.0, 9523.0, 9560.0, 9506.0, 9550.0, 9594.0, 9538.0, 9580.0, 9518.0, 9523.0, 9560.0, 9506.0, 9556.0, 9605.0, 9536.0, 9563.0, 9514.0, 9508.0, 9561.0, 9514.0, 9541.0, 9574.0, 9507.0, 9548.0, 9526.0, 9520.0, 9561.0, 9526.0, 9527.0, 9575.0, 9509.0, 9551.0, 9531.0, 9524.0, 9566.0, 9523.0, 9542.0, 9576.0, 9526.0, 9555.0, 9533.0, 9528.0, 9580.0, 9508.0, 9538.0, 9574.0, 9523.0, 9555.0, 9548.0, 9526.0, 9579.0, 9507.0, 9552.0, 9588.0, 9520.0, 9563.0, 9533.0, 9510.0, 9576.0, 9518.0, 9549.0, 9585.0, 9504.0, 9546.0, 9528.0, 9507.0, 9560.0, 9516.0, 9520.0, 9569.0, 9503.0, 9533.0, 9583.0, 9518.0, 9561.0, 9515.0, 9519.0, 9558.0, 9503.0, 9538.0, 9574.0, 9518.0, 9535.0, 9552.0, 9517.0, 9544.0, 9500.0, 9507.0, 9560.0, 9516.0, 9520.0, 9559.0, 9490.0, 9535.0, 9573.0, 9523.0, 9553.0, 9531.0, 9523.0, 9563.0, 9506.0, 9526.0, 9582.0, 9518.0, 9543.0, 9576.0, 9524.0, 9553.0, 9566.0, 9531.0, 9567.0, 9524.0, 9528.0, 9578.0, 9528.0, 9559.0, 9568.0, 9550.0, 9590.0, 9544.0, 9549.0, 9586.0, 9517.0, 9560.0, 9597.0, 9545.0, 9588.0, 9582.0, 9541.0, 9582.0, 9536.0, 9542.0, 9581.0, 9544.0, 9547.0, 9571.0, 9550.0, 9592.0, 9552.0, 9579.0, 9617.0, 9561.0, 9589.0, 9584.0, 9543.0, 9584.0, 9549.0, 9541.0, 9595.0, 9535.0, 9539.0, 9573.0, 9509.0, 9537.0, 9557.0, 9508.0, 9562.0, 9522.0, 9523.0, 9561.0, 9509.0, 9537.0, 9531.0, 9523.0, 9552.0, 9525.0, 9543.0, 9565.0, 9527.0, 9558.0, 9591.0, 9528.0, 9583.0, 9534.0, 9525.0, 9576.0, 9507.0, 9537.0, 9589.0, 9524.0, 9564.0, 9530.0, 9510.0, 9560.0, 9507.0, 9558.0, 9590.0, 9523.0, 9549.0, 9515.0, 9523.0, 9564.0, 9524.0, 9553.0, 9576.0, 9524.0, 9550.0, 9521.0, 9539.0, 9563.0, 9525.0, 9556.0, 9551.0, 9529.0, 9583.0, 9526.0, 9556.0, 9562.0, 9524.0, 9581.0, 9536.0, 9556.0, 9592.0, 9523.0, 9581.0, 9518.0, 9538.0, 9606.0, 9519.0, 9546.0, 9553.0, 9504.0, 9556.0, 9502.0, 9533.0, 9584.0, 9518.0, 9545.0, 9500.0, 9504.0, 9555.0, 9509.0, 9554.0, 9569.0, 9505.0, 9544.0, 9486.0, 9507.0, 9561.0, 9524.0, 9551.0, 9530.0, 9505.0, 9556.0, 9487.0, 9518.0, 9570.0, 9543.0, 9588.0, 9544.0, 9535.0, 9513.0, 9519.0, 9511.0, 9542.0, 9549.0, 9527.0, 9585.0, 9525.0, 9560.0, 9596.0, 9539.0, 9583.0, 9570.0, 9521.0, 9576.0, 9521.0, 9524.0, 9544.0, 9477.0, 9520.0, 9486.0, 9493.0, 9550.0, 9490.0, 9534.0, 9554.0, 9471.0, 9512.0, 9455.0, 9472.0, 9523.0, 9472.0, 9503.0, 9525.0, 9490.0, 9533.0, 9477.0, 9496.0, 9532.0, 9478.0, 9507.0, 9517.0, 9498.0, 9536.0, 9470.0, 9501.0, 9551.0, 9503.0, 9546.0, 9516.0, 9523.0, 9575.0, 9526.0, 9567.0, 9520.0, 9525.0, 9559.0, 9508.0, 9567.0, 9533.0, 9526.0, 9582.0, 9523.0, 9554.0, 9589.0, 9507.0, 9561.0, 9517.0, 9528.0, 9575.0, 9518.0, 9534.0, 9568.0, 9503.0, 9565.0, 9513.0, 9518.0, 9558.0, 9487.0, 9535.0, 9573.0, 9522.0, 9564.0, 9503.0, 9523.0, 9559.0, 9509.0, 9553.0, 9548.0, 9525.0, 9578.0, 9506.0, 9537.0, 9575.0, 9509.0, 9566.0, 9535.0, 9526.0, 9578.0, 9509.0, 9554.0, 9593.0, 9525.0, 9566.0, 9522.0, 9526.0, 9576.0, 9511.0, 9554.0, 9588.0, 9523.0, 9551.0, 9520.0, 9526.0, 9564.0, 9513.0, 9543.0, 9595.0, 9525.0, 9566.0, 9522.0, 9526.0, 9563.0, 9508.0, 9539.0, 9591.0, 9525.0, 9564.0, 9523.0, 9527.0, 9562.0, 9509.0, 9555.0, 9573.0, 9524.0, 9565.0, 9507.0, 9538.0, 9562.0, 9524.0, 9554.0, 9527.0, 9545.0, 9555.0, 9546.0, 9584.0, 9529.0, 9573.0, 9565.0, 9542.0, 9612.0, 9538.0, 9552.0, 9521.0, 9524.0, 9575.0, 9505.0, 9551.0, 9572.0, 9522.0, 9559.0, 9508.0, 9538.0, 9573.0, 9524.0, 9564.0, 9519.0, 9522.0, 9573.0, 9523.0, 9552.0, 9531.0, 9508.0, 9563.0, 9515.0, 9507.0, 9544.0, 9492.0, 9523.0, 9576.0, 9543.0, 9556.0, 9527.0, 9547.0, 9570.0, 9548.0, 9575.0, 9543.0, 9550.0, 9601.0, 9547.0, 9587.0, 9545.0, 9549.0, 9598.0, 9544.0, 9588.0, 9567.0, 9546.0, 9597.0, 9545.0, 9574.0, 9541.0, 9548.0, 9599.0, 9542.0, 9555.0, 9540.0, 9545.0, 9583.0, 9530.0, 9573.0, 9580.0, 9529.0, 9583.0, 9512.0, 9543.0, 9594.0, 9540.0, 9584.0, 9521.0, 9527.0, 9577.0, 9524.0, 9567.0, 9547.0, 9526.0, 9562.0, 9510.0, 9556.0, 9575.0, 9528.0, 9582.0, 9522.0, 9554.0, 9574.0, 9523.0, 9568.0, 9526.0, 9529.0, 9578.0, 9529.0, 9569.0, 9524.0, 9532.0, 9590.0, 9548.0, 9562.0, 9530.0, 9550.0, 9585.0, 9531.0, 9577.0, 9598.0, 9546.0, 9599.0, 9532.0, 9594.0, 9562.0, 9548.0, 9582.0, 9542.0, 9585.0, 9538.0, 9543.0, 9635.0, 9565.0, 9603.0, 9549.0, 9573.0, 9513.0, 9544.0, 9612.0, 9527.0, 9578.0, 9525.0, 9555.0, 9534.0, 9524.0, 9567.0, 9504.0, 9525.0, 9577.0, 9521.0, 9532.0, 9516.0, 9522.0, 9544.0, 9492.0, 9526.0, 9563.0, 9545.0, 9559.0, 9554.0, 9534.0, 9558.0, 9549.0, 9551.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.00015126940639269406</td></tr>
<tr><td colspan=3>aqi</td><td>0.017450808127853882</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.156447656444186</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2023371949451551</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858236219012805</td></tr>
<tr><td colspan=3>efc</td><td>0.465</td></tr>
<tr><td colspan=3>fber</td><td>6123.9321</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.059573018546379905</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45662100456621</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3609892815292937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3595126710175616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.546055212024586</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.177399961545733</td></tr>
<tr><td colspan=3>gcor</td><td>0.00750455</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013957269489765167</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016312800347805023</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9842835952767217</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>34.8257</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1357</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.9509</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303193.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>765.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.3076</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6758</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.2164</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3556.5398</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.9446</td></tr>
<tr><td colspan=3>tsnr</td><td>45.776039361953735</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>