ds005256-mriqc/sub-0080_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 2feac8ba31 [DATALAD RUNCMD] Compute MRIQC for sub-0080
=== 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-0080 --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-0080",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:37 +02:00

616 lines
No EOL
106 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-0080_ses-03_task-social_acq-mb8_run-05_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-0080_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0080_suffix-bold_task-social" 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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0080_suffix-bold_task-social" 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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0080_suffix-bold_task-social" 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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0080_suffix-bold_task-social" 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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0080_suffix-bold_task-social" 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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0080_suffix-bold_task-social" 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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0080_suffix-bold_task-social" 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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-05_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-0080/ses-03/func/sub-0080_ses-03_task-social_acq-mb8_run-05_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>23be9177b290f18c03dce65e8e09146d</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:34:40.887500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999335, 0.0364668, -0.000549187, -0.0364693, 0.99932, -0.00549606]</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-05_task-social_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.102815</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7755, -7174, 495, -62, -153, 55, 40]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c6c17f0e-ea9f-4d41-9836-1dfcb056caae||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811420917510986, -0.09784433245658875, -0.0009406524477526546, 117.04199981689453], [-0.09783770143985748, 2.6811015605926514, -0.01488356664776802, -85.79085540771484], [-0.0014734285650774837, 0.014745526947081089, 2.6999588012695312, -20.94136619567871], [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, 872]</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], 'AcquisitionTime': ['173440.887500', '173441.347500', '173441.807500', '173442.267500', '173442.727500', '173443.187500', '173443.647500', '173444.107500', '173444.567500', '173445.027500', '173445.487500', '173445.947500', '173446.407500', '173446.867500', '173447.327500', '173447.787500', '173448.247500', '173448.707500', '173449.167500', '173449.627500', '173450.087500', '173450.547500', '173451.007500', '173451.467500', '173451.927500', '173452.387500', '173452.847500', '173453.307500', '173453.767500', '173454.227500', '173454.687500', '173455.147500', '173455.607500', '173456.067500', '173456.527500', '173456.987500', '173457.447500', '173457.907500', '173458.367500', '173458.827500', '173459.287500', '173459.747500', '173500.207500', '173500.667500', '173501.127500', '173501.587500', '173502.047500', '173502.507500', '173502.967500', '173503.427500', '173503.887500', '173504.347500', '173504.807500', '173505.267500', '173505.727500', '173506.187500', '173506.647500', '173507.107500', '173507.567500', '173508.027500', '173508.487500', '173508.947500', '173509.407500', '173509.867500', '173510.327500', '173510.787500', '173511.247500', '173511.707500', '173512.167500', '173512.627500', '173513.087500', '173513.547500', '173514.007500', '173514.467500', '173514.927500', '173515.387500', '173515.847500', '173516.307500', '173516.767500', '173517.227500', '173517.687500', '173518.147500', '173518.607500', '173519.067500', '173519.527500', '173519.987500', '173520.447500', '173520.907500', '173521.367500', '173521.827500', '173522.287500', '173522.747500', '173523.207500', '173523.667500', '173524.127500', '173524.587500', '173525.047500', '173525.507500', '173525.967500', '173526.427500', '173526.887500', '173527.347500', '173527.807500', '173528.267500', '173528.727500', '173529.187500', '173529.647500', '173530.107500', '173530.567500', '173531.027500', '173531.487500', '173531.947500', '173532.407500', '173532.867500', '173533.327500', '173533.787500', '173534.247500', '173534.707500', '173535.167500', '173535.627500', '173536.087500', '173536.547500', '173537.007500', '173537.467500', '173537.927500', '173538.387500', '173538.847500', '173539.307500', '173539.767500', '173540.227500', '173540.687500', '173541.147500', '173541.607500', '173542.067500', '173542.527500', '173542.987500', '173543.447500', '173543.907500', '173544.367500', '173544.827500', '173545.287500', '173545.747500', '173546.207500', '173546.667500', '173547.127500', '173547.587500', '173548.047500', '173548.507500', '173548.967500', '173549.427500', '173549.887500', '173550.347500', '173550.807500', '173551.267500', '173551.727500', '173552.187500', '173552.647500', '173553.107500', '173553.567500', '173554.027500', '173554.487500', '173554.947500', '173555.407500', '173555.867500', '173556.327500', '173556.787500', '173557.247500', '173557.707500', '173558.167500', '173558.627500', '173559.087500', '173559.547500', '173600.007500', '173600.467500', '173600.927500', '173601.387500', '173601.847500', '173602.307500', '173602.767500', '173603.227500', '173603.687500', '173604.147500', '173604.607500', '173605.067500', '173605.527500', '173605.987500', '173606.447500', '173606.907500', '173607.367500', '173607.827500', '173608.287500', '173608.747500', '173609.207500', '173609.667500', '173610.127500', '173610.587500', '173611.047500', '173611.507500', '173611.967500', '173612.427500', '173612.887500', '173613.347500', '173613.807500', '173614.267500', '173614.727500', '173615.187500', '173615.647500', '173616.107500', '173616.567500', '173617.027500', '173617.487500', '173617.947500', '173618.407500', '173618.867500', '173619.327500', '173619.787500', '173620.247500', '173620.707500', '173621.167500', '173621.627500', '173622.087500', '173622.547500', '173623.007500', '173623.467500', '173623.927500', '173624.387500', '173624.847500', '173625.307500', '173625.767500', '173626.227500', '173626.687500', '173627.147500', '173627.607500', '173628.067500', '173628.527500', '173628.987500', '173629.447500', '173629.907500', '173630.367500', '173630.827500', '173631.287500', '173631.747500', '173632.207500', '173632.667500', '173633.127500', '173633.587500', '173634.047500', '173634.507500', '173634.967500', '173635.427500', '173635.887500', '173636.347500', '173636.807500', '173637.267500', '173637.727500', '173638.187500', '173638.647500', '173639.107500', '173639.567500', '173640.027500', '173640.487500', '173640.947500', '173641.407500', '173641.867500', '173642.327500', '173642.787500', '173643.247500', '173643.707500', '173644.167500', '173644.627500', '173645.087500', '173645.547500', '173646.007500', '173646.467500', '173646.927500', '173647.387500', '173647.847500', '173648.307500', '173648.767500', '173649.227500', '173649.687500', '173650.147500', '173650.607500', '173651.067500', '173651.527500', '173651.987500', '173652.447500', '173652.907500', '173653.367500', '173653.827500', '173654.287500', '173654.747500', '173655.207500', '173655.667500', '173656.127500', '173656.587500', '173657.047500', '173657.507500', '173657.967500', '173658.427500', '173658.887500', '173659.347500', '173659.807500', '173700.267500', '173700.727500', '173701.187500', '173701.647500', '173702.107500', '173702.567500', '173703.027500', '173703.487500', '173703.947500', '173704.407500', '173704.867500', '173705.327500', '173705.787500', '173706.247500', '173706.707500', '173707.167500', '173707.627500', '173708.087500', '173708.547500', '173709.007500', '173709.467500', '173709.927500', '173710.387500', '173710.847500', '173711.307500', '173711.767500', '173712.227500', '173712.687500', '173713.147500', '173713.607500', '173714.067500', '173714.527500', '173714.987500', '173715.447500', '173715.907500', '173716.367500', '173716.827500', '173717.287500', '173717.747500', '173718.207500', '173718.667500', '173719.127500', '173719.587500', '173720.047500', '173720.507500', '173720.967500', '173721.427500', '173721.887500', '173722.347500', '173722.807500', '173723.267500', '173723.727500', '173724.187500', '173724.647500', '173725.107500', '173725.567500', '173726.027500', '173726.487500', '173726.947500', '173727.407500', '173727.867500', '173728.327500', '173728.787500', '173729.247500', '173729.707500', '173730.167500', '173730.627500', '173731.087500', '173731.547500', '173732.007500', '173732.467500', '173732.927500', '173733.387500', '173733.847500', '173734.307500', '173734.767500', '173735.227500', '173735.687500', '173736.147500', '173736.607500', '173737.067500', '173737.527500', '173737.987500', '173738.447500', '173738.907500', '173739.367500', '173739.827500', '173740.287500', '173740.747500', '173741.207500', '173741.667500', '173742.127500', '173742.587500', '173743.047500', '173743.507500', '173743.967500', '173744.427500', '173744.887500', '173745.347500', '173745.807500', '173746.267500', '173746.727500', '173747.187500', '173747.647500', '173748.107500', '173748.567500', '173749.027500', '173749.487500', '173749.947500', '173750.407500', '173750.867500', '173751.327500', '173751.787500', '173752.247500', '173752.707500', '173753.167500', '173753.627500', '173754.087500', '173754.547500', '173755.007500', '173755.467500', '173755.927500', '173756.387500', '173756.847500', '173757.307500', '173757.767500', '173758.227500', '173758.687500', '173759.147500', '173759.607500', '173800.067500', '173800.527500', '173800.987500', '173801.447500', '173801.907500', '173802.367500', '173802.827500', '173803.287500', '173803.747500', '173804.207500', '173804.667500', '173805.127500', '173805.587500', '173806.047500', '173806.507500', '173806.967500', '173807.427500', '173807.887500', '173808.347500', '173808.807500', '173809.267500', '173809.727500', '173810.187500', '173810.647500', '173811.107500', '173811.567500', '173812.027500', '173812.487500', '173812.947500', '173813.407500', '173813.867500', '173814.327500', '173814.787500', '173815.247500', '173815.707500', '173816.167500', '173816.627500', '173817.087500', '173817.547500', '173818.007500', '173818.467500', '173818.927500', '173819.387500', '173819.847500', '173820.307500', '173820.767500', '173821.227500', '173821.687500', '173822.147500', '173822.607500', '173823.067500', '173823.527500', '173823.987500', '173824.447500', '173824.907500', '173825.367500', '173825.827500', '173826.287500', '173826.747500', '173827.207500', '173827.667500', '173828.127500', '173828.587500', '173829.047500', '173829.507500', '173829.967500', '173830.427500', '173830.887500', '173831.347500', '173831.807500', '173832.267500', '173832.727500', '173833.187500', '173833.647500', '173834.107500', '173834.567500', '173835.027500', '173835.487500', '173835.947500', '173836.407500', '173836.867500', '173837.327500', '173837.787500', '173838.247500', '173838.707500', '173839.167500', '173839.627500', '173840.087500', '173840.547500', '173841.007500', '173841.467500', '173841.927500', '173842.387500', '173842.847500', '173843.307500', '173843.767500', '173844.227500', '173844.687500', '173845.147500', '173845.607500', '173846.067500', '173846.527500', '173846.987500', '173847.447500', '173847.907500', '173848.367500', '173848.827500', '173849.287500', '173849.747500', '173850.207500', '173850.667500', '173851.127500', '173851.587500', '173852.047500', '173852.507500', '173852.967500', '173853.427500', '173853.887500', '173854.347500', '173854.807500', '173855.267500', '173855.727500', '173856.187500', '173856.647500', '173857.107500', '173857.567500', '173858.027500', '173858.487500', '173858.947500', '173859.407500', '173859.867500', '173900.327500', '173900.787500', '173901.247500', '173901.707500', '173902.167500', '173902.627500', '173903.087500', '173903.547500', '173904.007500', '173904.467500', '173904.927500', '173905.387500', '173905.847500', '173906.307500', '173906.767500', '173907.227500', '173907.687500', '173908.147500', '173908.607500', '173909.067500', '173909.527500', '173909.987500', '173910.447500', '173910.907500', '173911.367500', '173911.827500', '173912.287500', '173912.747500', '173913.207500', '173913.667500', '173914.127500', '173914.587500', '173915.047500', '173915.507500', '173915.967500', '173916.427500', '173916.887500', '173917.347500', '173917.807500', '173918.267500', '173918.727500', '173919.187500', '173919.647500', '173920.107500', '173920.567500', '173921.027500', '173921.487500', '173921.947500', '173922.407500', '173922.867500', '173923.327500', '173923.787500', '173924.247500', '173924.707500', '173925.167500', '173925.627500', '173926.087500', '173926.547500', '173927.007500', '173927.467500', '173927.927500', '173928.387500', '173928.847500', '173929.307500', '173929.767500', '173930.227500', '173930.687500', '173931.147500', '173931.607500', '173932.067500', '173932.527500', '173932.987500', '173933.447500', '173933.907500', '173934.367500', '173934.827500', '173935.287500', '173935.747500', '173936.207500', '173936.667500', '173937.127500', '173937.587500', '173938.047500', '173938.507500', '173938.967500', '173939.427500', '173939.887500', '173940.347500', '173940.807500', '173941.267500', '173941.727500', '173942.187500', '173942.647500', '173943.107500', '173943.567500', '173944.027500', '173944.487500', '173944.947500', '173945.407500', '173945.867500', '173946.327500', '173946.787500', '173947.247500', '173947.707500', '173948.167500', '173948.627500', '173949.087500', '173949.547500', '173950.007500', '173950.467500', '173950.927500', '173951.387500', '173951.847500', '173952.307500', '173952.767500', '173953.227500', '173953.687500', '173954.147500', '173954.607500', '173955.067500', '173955.527500', '173955.987500', '173956.447500', '173956.907500', '173957.367500', '173957.827500', '173958.287500', '173958.747500', '173959.207500', '173959.667500', '174000.127500', '174000.587500', '174001.047500', '174001.507500', '174001.967500', '174002.427500', '174002.887500', '174003.347500', '174003.807500', '174004.267500', '174004.727500', '174005.187500', '174005.647500', '174006.107500', '174006.567500', '174007.027500', '174007.487500', '174007.947500', '174008.407500', '174008.867500', '174009.327500', '174009.787500', '174010.247500', '174010.707500', '174011.167500', '174011.627500', '174012.087500', '174012.547500', '174013.007500', '174013.467500', '174013.927500', '174014.387500', '174014.847500', '174015.307500', '174015.767500', '174016.227500', '174016.687500', '174017.147500', '174017.607500', '174018.067500', '174018.527500', '174018.987500', '174019.447500', '174019.907500', '174020.367500', '174020.827500', '174021.287500', '174021.747500', '174022.207500', '174022.667500', '174023.127500', '174023.587500', '174024.047500', '174024.507500', '174024.967500', '174025.427500', '174025.887500', '174026.347500', '174026.807500', '174027.267500', '174027.727500', '174028.187500', '174028.647500', '174029.107500', '174029.567500', '174030.027500', '174030.487500', '174030.947500', '174031.407500', '174031.867500', '174032.327500', '174032.787500', '174033.247500', '174033.707500', '174034.167500', '174034.627500', '174035.087500', '174035.547500', '174036.007500', '174036.467500', '174036.927500', '174037.387500', '174037.847500', '174038.307500', '174038.767500', '174039.227500', '174039.687500', '174040.147500', '174040.607500', '174041.067500', '174041.527500', '174041.987500', '174042.447500', '174042.907500', '174043.367500', '174043.827500', '174044.287500', '174044.747500', '174045.207500', '174045.667500', '174046.127500', '174046.587500', '174047.047500', '174047.507500', '174047.967500', '174048.427500', '174048.887500', '174049.347500', '174049.807500', '174050.267500', '174050.727500', '174051.187500', '174051.647500', '174052.107500', '174052.567500', '174053.027500', '174053.487500', '174053.947500', '174054.407500', '174054.867500', '174055.327500', '174055.787500', '174056.247500', '174056.707500', '174057.167500', '174057.627500', '174058.087500', '174058.547500', '174059.007500', '174059.467500', '174059.927500', '174100.387500', '174100.847500', '174101.307500', '174101.767500', '174102.227500', '174102.687500', '174103.147500', '174103.607500', '174104.067500', '174104.527500', '174104.987500', '174105.447500', '174105.907500', '174106.367500', '174106.827500', '174107.287500', '174107.747500', '174108.207500', '174108.667500', '174109.127500', '174109.587500', '174110.047500', '174110.507500', '174110.967500', '174111.427500', '174111.887500', '174112.347500', '174112.807500', '174113.267500', '174113.727500', '174114.187500', '174114.647500', '174115.107500', '174115.567500', '174116.027500', '174116.487500', '174116.947500', '174117.407500', '174117.867500', '174118.327500', '174118.787500', '174119.247500', '174119.707500', '174120.167500', '174120.627500', '174121.087500', '174121.547500'], 'ContentTime': ['173506.769000', '173506.772000', '173506.775000', '173506.777000', '173506.780000', '173506.783000', '173506.785000', '173506.788000', '173506.790000', '173506.793000', '173506.796000', '173506.798000', '173506.801000', '173506.803000', '173506.806000', '173506.809000', '173506.811000', '173506.814000', '173506.816000', '173506.819000', '173506.822000', '173506.824000', '173506.827000', '173506.830000', '173506.832000', '173506.843000', '173506.846000', '173506.849000', '173506.851000', '173506.854000', '173506.856000', '173506.859000', '173506.861000', '173506.864000', '173506.867000', '173506.869000', '173506.872000', '173506.874000', '173506.877000', '173506.879000', '173506.882000', '173506.885000', '173506.887000', '173506.890000', '173506.892000', '173506.895000', '173506.898000', '173506.900000', '173506.903000', '173506.905000', '173506.908000', '173506.910000', '173506.913000', '173526.727000', '173526.730000', '173526.732000', '173526.735000', '173526.738000', '173526.740000', '173526.743000', '173526.745000', '173526.748000', '173526.750000', '173526.753000', '173526.755000', '173526.758000', '173526.761000', '173526.763000', '173526.766000', '173526.768000', '173526.771000', '173526.774000', '173526.776000', '173526.779000', '173526.781000', '173526.784000', '173526.786000', '173526.789000', '173526.791000', '173526.794000', '173526.797000', '173526.799000', '173526.802000', '173526.804000', '173526.816000', '173526.818000', '173526.821000', '173526.823000', '173526.826000', '173526.828000', '173526.831000', '173526.834000', '173526.836000', '173526.839000', '173526.841000', '173526.844000', '173546.726000', '173546.729000', '173546.782000', '173546.785000', '173546.787000', '173546.790000', '173546.793000', '173546.795000', '173546.798000', '173546.800000', '173546.803000', '173546.805000', '173546.808000', '173546.819000', '173546.822000', '173546.824000', '173546.827000', '173546.830000', '173546.832000', '173546.835000', '173546.837000', '173546.840000', '173546.842000', '173546.845000', '173546.848000', '173546.850000', '173546.853000', '173546.855000', '173546.858000', '173546.861000', '173546.863000', '173546.866000', '173546.868000', '173546.871000', '173546.874000', '173546.876000', '173546.879000', '173546.881000', '173546.884000', '173546.887000', '173546.889000', '173546.892000', '173546.894000', '173546.897000', '173606.725000', '173606.728000', '173606.731000', '173606.733000', '173606.736000', '173606.739000', '173606.747000', '173606.750000', '173606.752000', '173606.755000', '173606.757000', '173606.760000', '173606.763000', '173606.765000', '173606.768000', '173606.770000', '173606.773000', '173606.776000', '173606.778000', '173606.781000', '173606.783000', '173606.786000', '173606.789000', '173606.791000', '173606.794000', '173606.796000', '173606.799000', '173606.802000', '173606.804000', '173606.807000', '173606.809000', '173606.812000', '173606.815000', '173606.817000', '173606.820000', '173606.822000', '173606.825000', '173606.828000', '173606.830000', '173606.833000', '173606.835000', '173606.838000', '173606.841000', '173626.726000', '173626.728000', '173626.731000', '173626.734000', '173626.736000', '173626.739000', '173626.741000', '173626.744000', '173626.746000', '173626.749000', '173626.752000', '173626.754000', '173626.757000', '173626.759000', '173626.762000', '173626.764000', '173626.767000', '173626.770000', '173626.772000', '173626.775000', '173626.777000', '173626.780000', '173626.782000', '173626.785000', '173626.788000', '173626.790000', '173626.793000', '173626.795000', '173626.798000', '173626.801000', '173626.803000', '173626.806000', '173626.808000', '173626.811000', '173626.813000', '173626.816000', '173626.819000', '173626.821000', '173626.824000', '173626.826000', '173626.829000', '173626.831000', '173626.834000', '173626.837000', '173646.727000', '173646.729000', '173646.732000', '173646.735000', '173646.737000', '173646.740000', '173646.742000', '173646.745000', '173646.748000', '173646.750000', '173646.753000', '173646.755000', '173646.758000', '173646.761000', '173646.763000', '173646.766000', '173646.769000', '173646.771000', '173646.774000', '173646.776000', '173646.779000', '173646.781000', '173646.784000', '173646.787000', '173646.789000', '173646.792000', '173646.795000', '173646.797000', '173646.800000', '173646.802000', '173646.805000', '173646.814000', '173646.817000', '173646.819000', '173646.822000', '173646.824000', '173646.827000', '173646.829000', '173646.832000', '173646.835000', '173646.837000', '173646.840000', '173646.843000', '173706.727000', '173706.729000', '173706.732000', '173706.735000', '173706.737000', '173706.740000', '173706.742000', '173706.745000', '173706.747000', '173706.750000', '173706.753000', '173706.755000', '173706.758000', '173706.760000', '173706.763000', '173706.765000', '173706.768000', '173706.771000', '173706.773000', '173706.776000', '173706.778000', '173706.781000', '173706.783000', '173706.786000', '173706.789000', '173706.791000', '173706.794000', '173706.796000', '173706.799000', '173706.802000', '173706.804000', '173706.807000', '173706.809000', '173706.812000', '173706.815000', '173706.817000', '173706.820000', '173706.822000', '173706.825000', '173706.827000', '173706.830000', '173706.842000', '173706.845000', '173706.847000', '173726.726000', '173726.729000', '173726.732000', '173726.735000', '173726.737000', '173726.740000', '173726.742000', '173726.745000', '173726.748000', '173726.750000', '173726.753000', '173726.755000', '173726.758000', '173726.761000', '173726.763000', '173726.766000', '173726.768000', '173726.771000', '173726.774000', '173726.776000', '173726.779000', '173726.781000', '173726.784000', '173726.787000', '173726.789000', '173726.792000', '173726.794000', '173726.797000', '173726.800000', '173726.802000', '173726.805000', '173726.807000', '173726.810000', '173726.813000', '173726.815000', '173726.818000', '173726.821000', '173726.823000', '173726.826000', '173726.828000', '173726.831000', '173726.834000', '173726.836000', '173746.726000', '173746.729000', '173746.732000', '173746.734000', '173746.737000', '173746.740000', '173746.742000', '173746.745000', '173746.747000', '173746.750000', '173746.752000', '173746.755000', '173746.758000', '173746.760000', '173746.763000', '173746.766000', '173746.768000', '173746.771000', '173746.773000', '173746.776000', '173746.778000', '173746.781000', '173746.784000', '173746.786000', '173746.789000', '173746.791000', '173746.794000', '173746.797000', '173746.799000', '173746.802000', '173746.804000', '173746.807000', '173746.810000', '173746.812000', '173746.815000', '173746.817000', '173746.820000', '173746.823000', '173746.825000', '173746.828000', '173746.830000', '173746.833000', '173746.836000', '173746.838000', '173806.726000', '173806.729000', '173806.732000', '173806.734000', '173806.737000', '173806.740000', '173806.742000', '173806.745000', '173806.748000', '173806.750000', '173806.753000', '173806.755000', '173806.758000', '173806.761000', '173806.763000', '173806.766000', '173806.768000', '173806.771000', '173806.774000', '173806.776000', '173806.779000', '173806.782000', '173806.784000', '173806.787000', '173806.789000', '173806.803000', '173806.806000', '173806.808000', '173806.811000', '173806.813000', '173806.816000', '173806.819000', '173806.821000', '173806.824000', '173806.827000', '173806.829000', '173806.832000', '173806.834000', '173806.837000', '173806.840000', '173806.842000', '173806.845000', '173806.848000', '173826.726000', '173826.729000', '173826.731000', '173826.734000', '173826.736000', '173826.739000', '173826.741000', '173826.744000', '173826.747000', '173826.749000', '173826.752000', '173826.755000', '173826.757000', '173826.760000', '173826.763000', '173826.765000', '173826.768000', '173826.770000', '173826.773000', '173826.776000', '173826.778000', '173826.781000', '173826.783000', '173826.786000', '173826.789000', '173826.791000', '173826.794000', '173826.796000', '173826.799000', '173826.802000', '173826.804000', '173826.807000', '173826.809000', '173826.812000', '173826.814000', '173826.817000', '173826.820000', '173826.822000', '173826.825000', '173826.828000', '173826.830000', '173826.833000', '173826.835000', '173826.838000', '173846.725000', '173846.728000', '173846.731000', '173846.734000', '173846.736000', '173846.739000', '173846.743000', '173846.745000', '173846.748000', '173846.751000', '173846.753000', '173846.756000', '173846.758000', '173846.761000', '173846.764000', '173846.766000', '173846.769000', '173846.771000', '173846.774000', '173846.777000', '173846.779000', '173846.782000', '173846.794000', '173846.797000', '173846.800000', '173846.802000', '173846.805000', '173846.807000', '173846.810000', '173846.813000', '173846.815000', '173846.818000', '173846.821000', '173846.823000', '173846.826000', '173846.828000', '173846.831000', '173846.834000', '173846.836000', '173846.839000', '173846.841000', '173846.844000', '173846.847000', '173906.727000', '173906.729000', '173906.732000', '173906.735000', '173906.737000', '173906.740000', '173906.743000', '173906.745000', '173906.748000', '173906.750000', '173906.753000', '173906.756000', '173906.758000', '173906.761000', '173906.763000', '173906.766000', '173906.769000', '173906.771000', '173906.774000', '173906.776000', '173906.779000', '173906.782000', '173906.784000', '173906.787000', '173906.789000', '173906.792000', '173906.794000', '173906.797000', '173906.800000', '173906.802000', '173906.805000', '173906.807000', '173906.810000', '173906.812000', '173906.815000', '173906.818000', '173906.820000', '173906.823000', '173906.826000', '173906.828000', '173906.831000', '173906.833000', '173906.836000', '173906.839000', '173926.727000', '173926.729000', '173926.732000', '173926.735000', '173926.737000', '173926.740000', '173926.742000', '173926.745000', '173926.748000', '173926.750000', '173926.753000', '173926.755000', '173926.758000', '173926.761000', '173926.763000', '173926.766000', '173926.769000', '173926.771000', '173926.774000', '173926.776000', '173926.779000', '173926.782000', '173926.784000', '173926.787000', '173926.790000', '173926.792000', '173926.795000', '173926.797000', '173926.800000', '173926.803000', '173926.805000', '173926.808000', '173926.810000', '173926.813000', '173926.816000', '173926.818000', '173926.821000', '173926.824000', '173926.826000', '173926.829000', '173926.831000', '173926.834000', '173926.837000', '173946.726000', '173946.729000', '173946.732000', '173946.735000', '173946.737000', '173946.740000', '173946.744000', '173946.746000', '173946.749000', '173946.751000', '173946.754000', '173946.757000', '173946.759000', '173946.762000', '173946.765000', '173946.767000', '173946.770000', '173946.773000', '173946.775000', '173946.778000', '173946.781000', '173946.783000', '173946.786000', '173946.789000', '173946.791000', '173946.794000', '173946.797000', '173946.799000', '173946.802000', '173946.804000', '173946.807000', '173946.810000', '173946.813000', '173946.815000', '173946.818000', '173946.821000', '173946.824000', '173946.826000', '173946.829000', '173946.831000', '173946.834000', '173946.837000', '173946.839000', '174006.726000', '174006.729000', '174006.732000', '174006.735000', '174006.737000', '174006.740000', '174006.743000', '174006.745000', '174006.748000', '174006.750000', '174006.753000', '174006.756000', '174006.758000', '174006.761000', '174006.764000', '174006.766000', '174006.769000', '174006.771000', '174006.774000', '174006.777000', '174006.779000', '174006.782000', '174006.784000', '174006.787000', '174006.790000', '174006.792000', '174006.795000', '174006.797000', '174006.800000', '174006.803000', '174006.805000', '174006.808000', '174006.811000', '174006.813000', '174006.816000', '174006.818000', '174006.821000', '174006.824000', '174006.826000', '174006.829000', '174006.832000', '174006.834000', '174006.837000', '174006.839000', '174026.727000', '174026.730000', '174026.732000', '174026.735000', '174026.738000', '174026.740000', '174026.743000', '174026.746000', '174026.748000', '174026.751000', '174026.753000', '174026.756000', '174026.758000', '174026.761000', '174026.764000', '174026.766000', '174026.769000', '174026.771000', '174026.774000', '174026.777000', '174026.779000', '174026.782000', '174026.784000', '174026.787000', '174026.790000', '174026.792000', '174026.795000', '174026.797000', '174026.800000', '174026.802000', '174026.805000', '174026.808000', '174026.811000', '174026.813000', '174026.816000', '174026.819000', '174026.821000', '174026.824000', '174026.826000', '174026.829000', '174026.832000', '174026.834000', '174026.837000', '174026.839000', '174046.727000', '174046.730000', '174046.733000', '174046.736000', '174046.738000', '174046.741000', '174046.743000', '174046.746000', '174046.749000', '174046.751000', '174046.754000', '174046.756000', '174046.759000', '174046.762000', '174046.764000', '174046.767000', '174046.769000', '174046.772000', '174046.775000', '174046.777000', '174046.780000', '174046.782000', '174046.785000', '174046.787000', '174046.790000', '174046.793000', '174046.795000', '174046.798000', '174046.800000', '174046.803000', '174046.806000', '174046.808000', '174046.811000', '174046.813000', '174046.816000', '174046.819000', '174046.821000', '174046.824000', '174046.826000', '174046.829000', '174046.831000', '174046.834000', '174046.837000', '174106.727000', '174106.729000', '174106.732000', '174106.735000', '174106.737000', '174106.740000', '174106.743000', '174106.745000', '174106.748000', '174106.750000', '174106.753000', '174106.755000', '174106.758000', '174106.761000', '174106.763000', '174106.766000', '174106.768000', '174106.771000', '174106.774000', '174106.776000', '174106.779000', '174106.783000', '174106.785000', '174106.788000', '174106.791000', '174106.793000', '174106.796000', '174106.798000', '174106.801000', '174106.804000', '174106.806000', '174106.809000', '174106.811000', '174106.814000', '174106.817000', '174106.819000', '174106.822000', '174106.824000', '174106.827000', '174106.830000', '174106.832000', '174106.835000', '174106.838000', '174123.295000', '174123.298000', '174123.301000', '174123.304000', '174123.306000', '174123.309000', '174123.312000', '174123.315000', '174123.318000', '174123.321000', '174123.326000', '174123.335000', '174123.338000', '174123.341000', '174123.344000', '174123.347000', '174123.352000', '174123.355000', '174123.358000', '174123.361000', '174123.364000', '174123.371000', '174123.374000', '174123.376000', '174123.379000', '174123.382000', '174123.385000', '174123.388000', '174123.391000', '174123.393000', '174123.396000', '174123.399000', '174123.402000', '174123.404000', '174123.407000', '174123.410000', '174123.413000'], 'InstanceCreationTime': ['173506.769000', '173506.772000', '173506.775000', '173506.777000', '173506.780000', '173506.783000', '173506.785000', '173506.788000', '173506.790000', '173506.793000', '173506.796000', '173506.798000', '173506.801000', '173506.803000', '173506.806000', '173506.809000', '173506.811000', '173506.814000', '173506.816000', '173506.819000', '173506.822000', '173506.824000', '173506.827000', '173506.830000', '173506.832000', '173506.843000', '173506.846000', '173506.849000', '173506.851000', '173506.854000', '173506.856000', '173506.859000', '173506.861000', '173506.864000', '173506.867000', '173506.869000', '173506.872000', '173506.874000', '173506.877000', '173506.879000', '173506.882000', '173506.885000', '173506.887000', '173506.890000', '173506.892000', '173506.895000', '173506.898000', '173506.900000', '173506.903000', '173506.905000', '173506.908000', '173506.910000', '173506.913000', '173526.727000', '173526.730000', '173526.732000', '173526.735000', '173526.738000', '173526.740000', '173526.743000', '173526.745000', '173526.748000', '173526.750000', '173526.753000', '173526.755000', '173526.758000', '173526.761000', '173526.763000', '173526.766000', '173526.768000', '173526.771000', '173526.774000', '173526.776000', '173526.779000', '173526.781000', '173526.784000', '173526.786000', '173526.789000', '173526.791000', '173526.794000', '173526.797000', '173526.799000', '173526.802000', '173526.804000', '173526.816000', '173526.818000', '173526.821000', '173526.823000', '173526.826000', '173526.828000', '173526.831000', '173526.834000', '173526.836000', '173526.839000', '173526.841000', '173526.844000', '173546.726000', '173546.729000', '173546.782000', '173546.785000', '173546.787000', '173546.790000', '173546.793000', '173546.795000', '173546.798000', '173546.800000', '173546.803000', '173546.805000', '173546.808000', '173546.819000', '173546.822000', '173546.824000', '173546.827000', '173546.830000', '173546.832000', '173546.835000', '173546.837000', '173546.840000', '173546.842000', '173546.845000', '173546.848000', '173546.850000', '173546.853000', '173546.855000', '173546.858000', '173546.861000', '173546.863000', '173546.866000', '173546.868000', '173546.871000', '173546.874000', '173546.876000', '173546.879000', '173546.881000', '173546.884000', '173546.887000', '173546.889000', '173546.892000', '173546.894000', '173546.897000', '173606.725000', '173606.728000', '173606.731000', '173606.733000', '173606.736000', '173606.739000', '173606.747000', '173606.750000', '173606.752000', '173606.755000', '173606.757000', '173606.760000', '173606.763000', '173606.765000', '173606.768000', '173606.770000', '173606.773000', '173606.776000', '173606.778000', '173606.781000', '173606.783000', '173606.786000', '173606.789000', '173606.791000', '173606.794000', '173606.796000', '173606.799000', '173606.802000', '173606.804000', '173606.807000', '173606.809000', '173606.812000', '173606.815000', '173606.817000', '173606.820000', '173606.822000', '173606.825000', '173606.828000', '173606.830000', '173606.833000', '173606.835000', '173606.838000', '173606.841000', '173626.726000', '173626.728000', '173626.731000', '173626.734000', '173626.736000', '173626.739000', '173626.741000', '173626.744000', '173626.746000', '173626.749000', '173626.752000', '173626.754000', '173626.757000', '173626.759000', '173626.762000', '173626.764000', '173626.767000', '173626.770000', '173626.772000', '173626.775000', '173626.777000', '173626.780000', '173626.782000', '173626.785000', '173626.788000', '173626.790000', '173626.793000', '173626.795000', '173626.798000', '173626.801000', '173626.803000', '173626.806000', '173626.808000', '173626.811000', '173626.813000', '173626.816000', '173626.819000', '173626.821000', '173626.824000', '173626.826000', '173626.829000', '173626.831000', '173626.834000', '173626.837000', '173646.727000', '173646.729000', '173646.732000', '173646.735000', '173646.737000', '173646.740000', '173646.742000', '173646.745000', '173646.748000', '173646.750000', '173646.753000', '173646.755000', '173646.758000', '173646.761000', '173646.763000', '173646.766000', '173646.769000', '173646.771000', '173646.774000', '173646.776000', '173646.779000', '173646.781000', '173646.784000', '173646.787000', '173646.789000', '173646.792000', '173646.795000', '173646.797000', '173646.800000', '173646.802000', '173646.805000', '173646.814000', '173646.817000', '173646.819000', '173646.822000', '173646.824000', '173646.827000', '173646.829000', '173646.832000', '173646.835000', '173646.837000', '173646.840000', '173646.843000', '173706.727000', '173706.729000', '173706.732000', '173706.735000', '173706.737000', '173706.740000', '173706.742000', '173706.745000', '173706.747000', '173706.750000', '173706.753000', '173706.755000', '173706.758000', '173706.760000', '173706.763000', '173706.765000', '173706.768000', '173706.771000', '173706.773000', '173706.776000', '173706.778000', '173706.781000', '173706.783000', '173706.786000', '173706.789000', '173706.791000', '173706.794000', '173706.796000', '173706.799000', '173706.802000', '173706.804000', '173706.807000', '173706.809000', '173706.812000', '173706.815000', '173706.817000', '173706.820000', '173706.822000', '173706.825000', '173706.827000', '173706.830000', '173706.842000', '173706.845000', '173706.847000', '173726.726000', '173726.729000', '173726.732000', '173726.735000', '173726.737000', '173726.740000', '173726.742000', '173726.745000', '173726.748000', '173726.750000', '173726.753000', '173726.755000', '173726.758000', '173726.761000', '173726.763000', '173726.766000', '173726.768000', '173726.771000', '173726.774000', '173726.776000', '173726.779000', '173726.781000', '173726.784000', '173726.787000', '173726.789000', '173726.792000', '173726.794000', '173726.797000', '173726.800000', '173726.802000', '173726.805000', '173726.807000', '173726.810000', '173726.813000', '173726.815000', '173726.818000', '173726.821000', '173726.823000', '173726.826000', '173726.828000', '173726.831000', '173726.834000', '173726.836000', '173746.726000', '173746.729000', '173746.732000', '173746.734000', '173746.737000', '173746.740000', '173746.742000', '173746.745000', '173746.747000', '173746.750000', '173746.752000', '173746.755000', '173746.758000', '173746.760000', '173746.763000', '173746.766000', '173746.768000', '173746.771000', '173746.773000', '173746.776000', '173746.778000', '173746.781000', '173746.784000', '173746.786000', '173746.789000', '173746.791000', '173746.794000', '173746.797000', '173746.799000', '173746.802000', '173746.804000', '173746.807000', '173746.810000', '173746.812000', '173746.815000', '173746.817000', '173746.820000', '173746.823000', '173746.825000', '173746.828000', '173746.830000', '173746.833000', '173746.836000', '173746.838000', '173806.726000', '173806.729000', '173806.732000', '173806.734000', '173806.737000', '173806.740000', '173806.742000', '173806.745000', '173806.748000', '173806.750000', '173806.753000', '173806.755000', '173806.758000', '173806.761000', '173806.763000', '173806.766000', '173806.768000', '173806.771000', '173806.774000', '173806.776000', '173806.779000', '173806.782000', '173806.784000', '173806.787000', '173806.789000', '173806.803000', '173806.806000', '173806.808000', '173806.811000', '173806.813000', '173806.816000', '173806.819000', '173806.821000', '173806.824000', '173806.827000', '173806.829000', '173806.832000', '173806.834000', '173806.837000', '173806.840000', '173806.842000', '173806.845000', '173806.848000', '173826.726000', '173826.729000', '173826.731000', '173826.734000', '173826.736000', '173826.739000', '173826.741000', '173826.744000', '173826.747000', '173826.749000', '173826.752000', '173826.755000', '173826.757000', '173826.760000', '173826.763000', '173826.765000', '173826.768000', '173826.770000', '173826.773000', '173826.776000', '173826.778000', '173826.781000', '173826.783000', '173826.786000', '173826.789000', '173826.791000', '173826.794000', '173826.796000', '173826.799000', '173826.802000', '173826.804000', '173826.807000', '173826.809000', '173826.812000', '173826.814000', '173826.817000', '173826.820000', '173826.822000', '173826.825000', '173826.828000', '173826.830000', '173826.833000', '173826.835000', '173826.838000', '173846.725000', '173846.728000', '173846.731000', '173846.734000', '173846.736000', '173846.739000', '173846.743000', '173846.745000', '173846.748000', '173846.751000', '173846.753000', '173846.756000', '173846.758000', '173846.761000', '173846.764000', '173846.766000', '173846.769000', '173846.771000', '173846.774000', '173846.777000', '173846.779000', '173846.782000', '173846.794000', '173846.797000', '173846.800000', '173846.802000', '173846.805000', '173846.807000', '173846.810000', '173846.813000', '173846.815000', '173846.818000', '173846.821000', '173846.823000', '173846.826000', '173846.828000', '173846.831000', '173846.834000', '173846.836000', '173846.839000', '173846.841000', '173846.844000', '173846.847000', '173906.727000', '173906.729000', '173906.732000', '173906.735000', '173906.737000', '173906.740000', '173906.743000', '173906.745000', '173906.748000', '173906.750000', '173906.753000', '173906.756000', '173906.758000', '173906.761000', '173906.763000', '173906.766000', '173906.769000', '173906.771000', '173906.774000', '173906.776000', '173906.779000', '173906.782000', '173906.784000', '173906.787000', '173906.789000', '173906.792000', '173906.794000', '173906.797000', '173906.800000', '173906.802000', '173906.805000', '173906.807000', '173906.810000', '173906.812000', '173906.815000', '173906.818000', '173906.820000', '173906.823000', '173906.826000', '173906.828000', '173906.831000', '173906.833000', '173906.836000', '173906.839000', '173926.727000', '173926.729000', '173926.732000', '173926.735000', '173926.737000', '173926.740000', '173926.742000', '173926.745000', '173926.748000', '173926.750000', '173926.753000', '173926.755000', '173926.758000', '173926.761000', '173926.763000', '173926.766000', '173926.769000', '173926.771000', '173926.774000', '173926.776000', '173926.779000', '173926.782000', '173926.784000', '173926.787000', '173926.790000', '173926.792000', '173926.795000', '173926.797000', '173926.800000', '173926.803000', '173926.805000', '173926.808000', '173926.810000', '173926.813000', '173926.816000', '173926.818000', '173926.821000', '173926.824000', '173926.826000', '173926.829000', '173926.831000', '173926.834000', '173926.837000', '173946.726000', '173946.729000', '173946.732000', '173946.735000', '173946.737000', '173946.740000', '173946.744000', '173946.746000', '173946.749000', '173946.751000', '173946.754000', '173946.757000', '173946.759000', '173946.762000', '173946.765000', '173946.767000', '173946.770000', '173946.773000', '173946.775000', '173946.778000', '173946.781000', '173946.783000', '173946.786000', '173946.789000', '173946.791000', '173946.794000', '173946.797000', '173946.799000', '173946.802000', '173946.804000', '173946.807000', '173946.810000', '173946.813000', '173946.815000', '173946.818000', '173946.821000', '173946.824000', '173946.826000', '173946.829000', '173946.831000', '173946.834000', '173946.837000', '173946.839000', '174006.726000', '174006.729000', '174006.732000', '174006.735000', '174006.737000', '174006.740000', '174006.743000', '174006.745000', '174006.748000', '174006.750000', '174006.753000', '174006.756000', '174006.758000', '174006.761000', '174006.764000', '174006.766000', '174006.769000', '174006.771000', '174006.774000', '174006.777000', '174006.779000', '174006.782000', '174006.784000', '174006.787000', '174006.790000', '174006.792000', '174006.795000', '174006.797000', '174006.800000', '174006.803000', '174006.805000', '174006.808000', '174006.811000', '174006.813000', '174006.816000', '174006.818000', '174006.821000', '174006.824000', '174006.826000', '174006.829000', '174006.832000', '174006.834000', '174006.837000', '174006.839000', '174026.727000', '174026.730000', '174026.732000', '174026.735000', '174026.738000', '174026.740000', '174026.743000', '174026.746000', '174026.748000', '174026.751000', '174026.753000', '174026.756000', '174026.758000', '174026.761000', '174026.764000', '174026.766000', '174026.769000', '174026.771000', '174026.774000', '174026.777000', '174026.779000', '174026.782000', '174026.784000', '174026.787000', '174026.790000', '174026.792000', '174026.795000', '174026.797000', '174026.800000', '174026.802000', '174026.805000', '174026.808000', '174026.811000', '174026.813000', '174026.816000', '174026.819000', '174026.821000', '174026.824000', '174026.826000', '174026.829000', '174026.832000', '174026.834000', '174026.837000', '174026.839000', '174046.727000', '174046.730000', '174046.733000', '174046.736000', '174046.738000', '174046.741000', '174046.743000', '174046.746000', '174046.749000', '174046.751000', '174046.754000', '174046.756000', '174046.759000', '174046.762000', '174046.764000', '174046.767000', '174046.769000', '174046.772000', '174046.775000', '174046.777000', '174046.780000', '174046.782000', '174046.785000', '174046.787000', '174046.790000', '174046.793000', '174046.795000', '174046.798000', '174046.800000', '174046.803000', '174046.806000', '174046.808000', '174046.811000', '174046.813000', '174046.816000', '174046.819000', '174046.821000', '174046.824000', '174046.826000', '174046.829000', '174046.831000', '174046.834000', '174046.837000', '174106.727000', '174106.729000', '174106.732000', '174106.735000', '174106.737000', '174106.740000', '174106.743000', '174106.745000', '174106.748000', '174106.750000', '174106.753000', '174106.755000', '174106.758000', '174106.761000', '174106.763000', '174106.766000', '174106.768000', '174106.771000', '174106.774000', '174106.776000', '174106.779000', '174106.783000', '174106.785000', '174106.788000', '174106.791000', '174106.793000', '174106.796000', '174106.798000', '174106.801000', '174106.804000', '174106.806000', '174106.809000', '174106.811000', '174106.814000', '174106.817000', '174106.819000', '174106.822000', '174106.824000', '174106.827000', '174106.830000', '174106.832000', '174106.835000', '174106.838000', '174123.295000', '174123.298000', '174123.301000', '174123.304000', '174123.306000', '174123.309000', '174123.312000', '174123.315000', '174123.318000', '174123.321000', '174123.326000', '174123.335000', '174123.338000', '174123.341000', '174123.344000', '174123.347000', '174123.352000', '174123.355000', '174123.358000', '174123.361000', '174123.364000', '174123.371000', '174123.374000', '174123.376000', '174123.379000', '174123.382000', '174123.385000', '174123.388000', '174123.391000', '174123.393000', '174123.396000', '174123.399000', '174123.402000', '174123.404000', '174123.407000', '174123.410000', '174123.413000'], '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], 'LargestImagePixelValue': [9089, 11798, 13924, 10949, 11601, 14473, 12046, 9945, 11575, 9025, 8561, 8739, 12461, 12964, 10058, 12738, 8650, 10737, 10895, 15180, 17190, 11344, 12731, 16000, 10565, 12122, 9545, 11017, 10509, 10207, 11062, 9719, 11529, 12929, 10638, 11514, 9322, 12650, 10176, 11002, 9203, 12623, 9540, 11836, 15397, 9811, 11902, 8905, 10792, 12340, 9797, 11000, 9049, 7397, 9718, 13013, 7553, 10211, 12584, 10492, 11187, 8723, 9373, 8074, 10888, 15321, 9677, 11869, 14891, 10698, 11678, 8803, 10995, 15393, 9486, 11726, 15800, 10173, 12575, 9074, 11130, 13391, 10273, 11584, 9258, 11517, 13743, 10080, 10994, 8475, 10938, 12979, 10297, 12535, 9312, 11875, 8803, 11069, 13244, 9967, 11632, 16010, 10876, 12903, 9923, 11188, 9866, 11547, 12774, 9797, 11505, 13080, 10617, 10989, 9819, 11429, 13170, 11252, 12468, 9220, 11601, 8843, 11251, 12390, 9977, 11156, 14060, 10564, 11603, 10138, 11227, 12513, 9803, 10711, 8422, 11714, 13954, 10570, 11509, 9512, 11697, 14913, 11245, 11995, 11633, 11864, 14359, 10616, 11506, 10056, 11698, 12516, 10019, 11330, 13020, 11293, 11311, 10260, 11369, 13914, 10628, 11868, 9331, 11644, 13017, 10966, 11329, 10717, 11639, 11572, 9998, 11288, 9522, 11601, 11851, 10704, 11109, 11130, 11404, 11833, 9682, 11410, 8081, 11030, 12626, 9079, 11152, 13337, 9908, 11050, 13417, 10539, 11561, 9535, 11323, 10950, 10652, 11711, 8010, 11018, 11029, 9361, 11231, 12440, 9566, 11074, 14262, 10907, 11600, 10283, 10770, 11747, 9368, 11028, 12242, 10509, 10984, 9299, 10703, 11143, 9667, 11730, 15807, 11206, 11657, 9769, 11146, 13411, 10282, 11239, 13237, 10889, 11579, 8873, 10989, 13290, 9293, 11650, 10489, 10846, 12301, 10533, 11712, 8094, 10663, 11653, 8545, 11732, 10501, 11476, 14951, 11639, 11845, 11555, 9372, 11667, 16880, 15437, 11566, 13021, 10211, 11906, 14130, 11265, 9885, 8783, 11358, 11686, 10510, 11432, 13205, 11430, 11563, 10363, 11603, 10567, 11459, 12275, 9583, 11402, 10192, 11632, 11399, 11286, 11817, 10124, 12389, 8806, 12116, 11662, 12239, 14109, 9614, 12047, 14612, 11231, 11838, 9336, 11706, 12546, 11490, 11848, 11118, 12098, 12155, 11021, 10876, 10162, 11925, 13746, 11030, 12232, 8706, 11852, 13383, 11908, 10970, 10125, 11655, 14282, 10866, 11658, 12259, 12186, 12014, 10366, 11823, 13349, 11488, 12069, 9991, 11709, 9290, 11474, 10547, 9860, 11585, 12731, 11180, 10873, 9831, 11723, 8034, 11277, 12280, 10933, 12480, 12129, 12367, 15391, 11487, 11416, 9325, 11960, 14543, 9866, 11912, 14485, 11756, 11184, 10205, 10634, 8832, 12130, 13805, 11907, 14318, 11263, 11762, 10140, 12101, 12787, 10008, 12154, 8643, 11671, 12168, 10985, 11700, 14696, 11886, 11935, 9786, 12110, 14528, 11405, 10264, 8972, 12031, 14040, 11233, 10996, 9998, 11780, 12958, 11180, 12298, 12060, 11232, 11391, 10518, 11723, 7918, 11319, 11221, 9573, 11627, 12096, 10754, 10300, 10003, 11851, 9083, 11954, 13408, 10076, 11976, 8837, 11945, 12515, 10111, 11809, 16059, 11083, 11793, 10865, 12270, 12133, 10804, 11976, 10535, 12143, 13235, 12093, 12058, 11378, 12381, 12931, 12093, 12523, 10397, 11719, 10627, 11593, 11113, 9289, 11588, 13239, 11431, 11180, 11885, 7787, 10171, 9464, 11198, 11502, 16112, 17309, 12001, 14730, 10346, 11796, 15085, 11703, 11795, 16779, 11939, 13041, 10723, 10239, 8912, 11363, 12283, 10655, 11755, 9427, 11900, 10103, 11528, 11087, 8796, 11680, 13743, 10580, 11182, 10387, 9265, 8505, 11294, 13672, 9976, 11971, 15068, 11540, 12862, 10510, 11694, 8223, 11305, 12860, 10537, 11695, 12175, 11948, 13094, 11495, 11886, 10293, 12102, 14771, 10580, 11481, 9706, 11548, 9181, 10022, 10064, 11036, 10994, 8420, 12156, 9876, 14092, 16784, 13935, 11960, 13793, 9843, 11710, 10721, 11851, 11864, 10866, 11790, 12194, 12526, 13471, 12190, 12559, 11675, 11452, 11156, 11827, 11979, 10515, 11542, 9635, 11682, 12280, 11552, 11212, 11481, 11962, 10748, 10651, 11431, 8693, 11430, 10405, 9997, 11072, 12633, 11224, 10327, 10464, 11749, 8668, 11697, 11497, 9666, 11312, 13847, 10184, 12046, 13072, 11970, 12690, 11001, 11899, 9719, 12039, 12694, 10187, 11415, 12698, 11338, 11853, 9180, 11753, 11111, 10894, 11679, 8185, 11665, 8779, 11590, 13588, 9022, 11887, 13114, 10899, 11288, 8707, 10685, 8233, 9620, 9818, 11370, 8183, 11726, 17020, 11231, 14159, 8443, 10836, 13280, 9082, 11214, 14055, 10489, 11382, 8432, 10962, 8710, 11062, 11505, 9191, 11062, 10650, 11363, 9790, 10917, 12706, 9214, 11730, 13606, 9969, 11102, 8214, 11193, 12886, 10305, 11736, 15258, 11428, 12183, 10333, 10514, 8225, 11206, 12122, 9333, 11738, 14627, 10973, 11191, 8979, 11310, 13221, 11446, 12303, 9675, 11913, 8256, 11490, 12311, 8808, 11439, 13782, 10203, 11490, 7380, 11110, 11580, 9985, 11663, 8705, 11803, 8683, 11063, 11988, 8609, 11375, 13582, 10754, 11838, 9087, 11179, 12330, 11058, 12595, 8367, 11729, 13698, 10458, 10927, 9118, 10916, 12866, 10629, 11679, 12453, 11763, 11690, 10466, 9774, 9865, 11792, 14659, 11274, 12122, 12870, 12180, 13759, 11256, 11315, 9315, 11546, 13968, 10283, 11610, 13763, 12193, 12022, 9839, 7517, 9481, 9899, 10828, 10363, 8515, 14647, 16564, 17470, 11752, 12885, 8711, 11746, 13582, 10851, 11269, 8802, 10890, 11907, 11350, 10404, 9673, 11788, 11782, 11647, 11145, 11652, 10678, 10585, 11448, 14916, 11828, 10986, 10550, 11547, 7824, 11524, 9168, 11408, 12153, 9673, 11529, 13299, 11061, 11468, 8951, 11617, 11761, 10318, 11706, 10685, 11642, 11539, 10545, 10454, 9847, 11332, 13309, 10860, 11676, 10815, 10319, 9285, 10985, 13237, 10210, 11673, 15521, 11296, 12230, 9231, 10950, 13155, 11350, 11565, 9835, 10530, 8690, 10826, 8105, 11021, 14126, 9286, 11339, 15240, 10871, 10128, 10323, 11585, 13864, 10971, 11744, 12108, 11600, 12752, 9881, 11021, 9276, 11065, 8440, 11625, 12456, 9880, 11380, 14504, 11932, 12687, 11078, 10695, 10721, 11758, 14802, 11161, 11340, 15304, 11662, 11904, 10055, 11239, 10097, 11289, 11403, 9376, 11722, 12285, 10809, 10826, 10598, 9516, 10034, 11763, 13311, 10723, 11843, 10336, 11365, 11738, 10833, 11466, 8295, 11016, 12360, 10563, 11604, 13324, 11426, 12906], 'WindowCenter': [4337.0, 4365.0, 4362.0, 4328.0, 4351.0, 4370.0, 4346.0, 4314.0, 4334.0, 4317.0, 4319.0, 4322.0, 4361.0, 4348.0, 4317.0, 4360.0, 4320.0, 4340.0, 4351.0, 4373.0, 4369.0, 4326.0, 4335.0, 4343.0, 4301.0, 4320.0, 4288.0, 4311.0, 4301.0, 4300.0, 4310.0, 4300.0, 4335.0, 4343.0, 4326.0, 4324.0, 4315.0, 4344.0, 4327.0, 4338.0, 4316.0, 4347.0, 4318.0, 4349.0, 4367.0, 4317.0, 4337.0, 4306.0, 4326.0, 4336.0, 4315.0, 4327.0, 4318.0, 4287.0, 4330.0, 4373.0, 4300.0, 4341.0, 4361.0, 4341.0, 4352.0, 4321.0, 4332.0, 4323.0, 4355.0, 4385.0, 4320.0, 4351.0, 4370.0, 4328.0, 4340.0, 4318.0, 4339.0, 4368.0, 4316.0, 4338.0, 4368.0, 4327.0, 4347.0, 4306.0, 4337.0, 4344.0, 4325.0, 4335.0, 4315.0, 4347.0, 4355.0, 4315.0, 4325.0, 4294.0, 4325.0, 4345.0, 4328.0, 4349.0, 4315.0, 4336.0, 4306.0, 4338.0, 4346.0, 4315.0, 4347.0, 4369.0, 4326.0, 4348.0, 4315.0, 4336.0, 4315.0, 4335.0, 4346.0, 4313.0, 4336.0, 4344.0, 4312.0, 4324.0, 4314.0, 4336.0, 4345.0, 4337.0, 4347.0, 4305.0, 4335.0, 4304.0, 4336.0, 4346.0, 4313.0, 4325.0, 4344.0, 4325.0, 4325.0, 4313.0, 4323.0, 4335.0, 4314.0, 4325.0, 4293.0, 4347.0, 4356.0, 4325.0, 4335.0, 4314.0, 4337.0, 4356.0, 4326.0, 4338.0, 4324.0, 4334.0, 4344.0, 4313.0, 4324.0, 4300.0, 4323.0, 4336.0, 4312.0, 4323.0, 4330.0, 4321.0, 4310.0, 4300.0, 4323.0, 4342.0, 4312.0, 4323.0, 4301.0, 4323.0, 4331.0, 4321.0, 4323.0, 4311.0, 4322.0, 4324.0, 4302.0, 4323.0, 4302.0, 4323.0, 4322.0, 4323.0, 4336.0, 4323.0, 4336.0, 4336.0, 4313.0, 4334.0, 4283.0, 4325.0, 4336.0, 4303.0, 4325.0, 4346.0, 4302.0, 4324.0, 4332.0, 4312.0, 4324.0, 4302.0, 4324.0, 4324.0, 4314.0, 4335.0, 4295.0, 4337.0, 4325.0, 4304.0, 4337.0, 4347.0, 4317.0, 4327.0, 4355.0, 4326.0, 4336.0, 4313.0, 4323.0, 4335.0, 4305.0, 4325.0, 4336.0, 4312.0, 4324.0, 4301.0, 4324.0, 4324.0, 4314.0, 4336.0, 4356.0, 4324.0, 4323.0, 4313.0, 4325.0, 4344.0, 4327.0, 4338.0, 4345.0, 4323.0, 4322.0, 4303.0, 4326.0, 4345.0, 4316.0, 4337.0, 4326.0, 4327.0, 4336.0, 4327.0, 4348.0, 4294.0, 4326.0, 4350.0, 4307.0, 4350.0, 4329.0, 4350.0, 4370.0, 4350.0, 4349.0, 4348.0, 4319.0, 4338.0, 4371.0, 4345.0, 4313.0, 4334.0, 4313.0, 4322.0, 4333.0, 4312.0, 4302.0, 4289.0, 4321.0, 4321.0, 4313.0, 4324.0, 4333.0, 4324.0, 4323.0, 4312.0, 4334.0, 4312.0, 4335.0, 4337.0, 4312.0, 4325.0, 4312.0, 4335.0, 4324.0, 4336.0, 4349.0, 4326.0, 4348.0, 4307.0, 4337.0, 4325.0, 4335.0, 4347.0, 4303.0, 4336.0, 4344.0, 4311.0, 4321.0, 4291.0, 4322.0, 4321.0, 4310.0, 4322.0, 4322.0, 4333.0, 4323.0, 4312.0, 4311.0, 4311.0, 4323.0, 4332.0, 4312.0, 4333.0, 4293.0, 4324.0, 4343.0, 4334.0, 4325.0, 4313.0, 4336.0, 4356.0, 4326.0, 4325.0, 4323.0, 4332.0, 4323.0, 4313.0, 4324.0, 4331.0, 4324.0, 4335.0, 4302.0, 4322.0, 4290.0, 4323.0, 4313.0, 4313.0, 4334.0, 4334.0, 4336.0, 4340.0, 4315.0, 4338.0, 4295.0, 4337.0, 4346.0, 4337.0, 4361.0, 4349.0, 4349.0, 4357.0, 4337.0, 4337.0, 4304.0, 4335.0, 4346.0, 4315.0, 4325.0, 4344.0, 4324.0, 4312.0, 4313.0, 4324.0, 4303.0, 4347.0, 4346.0, 4337.0, 4355.0, 4337.0, 4338.0, 4313.0, 4336.0, 4348.0, 4315.0, 4325.0, 4293.0, 4324.0, 4334.0, 4323.0, 4324.0, 4343.0, 4334.0, 4325.0, 4302.0, 4334.0, 4332.0, 4323.0, 4303.0, 4293.0, 4336.0, 4344.0, 4324.0, 4313.0, 4314.0, 4334.0, 4335.0, 4323.0, 4335.0, 4334.0, 4325.0, 4324.0, 4313.0, 4334.0, 4283.0, 4335.0, 4337.0, 4316.0, 4336.0, 4334.0, 4327.0, 4326.0, 4329.0, 4349.0, 4306.0, 4348.0, 4360.0, 4318.0, 4349.0, 4307.0, 4348.0, 4347.0, 4315.0, 4336.0, 4356.0, 4324.0, 4325.0, 4313.0, 4334.0, 4324.0, 4314.0, 4334.0, 4313.0, 4334.0, 4333.0, 4336.0, 4334.0, 4337.0, 4348.0, 4334.0, 4335.0, 4338.0, 4314.0, 4323.0, 4313.0, 4323.0, 4324.0, 4303.0, 4336.0, 4344.0, 4335.0, 4326.0, 4349.0, 4300.0, 4341.0, 4342.0, 4353.0, 4364.0, 4397.0, 4387.0, 4342.0, 4359.0, 4316.0, 4338.0, 4357.0, 4325.0, 4325.0, 4352.0, 4321.0, 4321.0, 4311.0, 4302.0, 4291.0, 4323.0, 4320.0, 4311.0, 4322.0, 4291.0, 4333.0, 4312.0, 4335.0, 4335.0, 4294.0, 4338.0, 4346.0, 4324.0, 4323.0, 4313.0, 4305.0, 4295.0, 4337.0, 4345.0, 4315.0, 4336.0, 4355.0, 4324.0, 4334.0, 4315.0, 4335.0, 4293.0, 4324.0, 4336.0, 4324.0, 4335.0, 4333.0, 4333.0, 4332.0, 4335.0, 4336.0, 4314.0, 4334.0, 4344.0, 4313.0, 4322.0, 4303.0, 4336.0, 4314.0, 4314.0, 4316.0, 4337.0, 4339.0, 4319.0, 4362.0, 4343.0, 4373.0, 4386.0, 4348.0, 4338.0, 4347.0, 4303.0, 4324.0, 4311.0, 4335.0, 4321.0, 4312.0, 4322.0, 4320.0, 4321.0, 4330.0, 4321.0, 4319.0, 4321.0, 4324.0, 4309.0, 4322.0, 4321.0, 4300.0, 4311.0, 4288.0, 4320.0, 4319.0, 4310.0, 4311.0, 4308.0, 4320.0, 4311.0, 4310.0, 4309.0, 4279.0, 4321.0, 4311.0, 4301.0, 4322.0, 4332.0, 4323.0, 4315.0, 4313.0, 4336.0, 4294.0, 4347.0, 4335.0, 4315.0, 4326.0, 4345.0, 4315.0, 4336.0, 4334.0, 4334.0, 4334.0, 4326.0, 4337.0, 4304.0, 4335.0, 4336.0, 4312.0, 4324.0, 4331.0, 4323.0, 4335.0, 4304.0, 4333.0, 4324.0, 4323.0, 4324.0, 4294.0, 4334.0, 4295.0, 4337.0, 4348.0, 4303.0, 4337.0, 4346.0, 4313.0, 4324.0, 4293.0, 4324.0, 4296.0, 4329.0, 4328.0, 4350.0, 4309.0, 4350.0, 4380.0, 4338.0, 4358.0, 4294.0, 4325.0, 4336.0, 4293.0, 4325.0, 4345.0, 4312.0, 4324.0, 4281.0, 4314.0, 4292.0, 4324.0, 4326.0, 4304.0, 4325.0, 4325.0, 4336.0, 4316.0, 4338.0, 4350.0, 4305.0, 4338.0, 4347.0, 4305.0, 4324.0, 4295.0, 4325.0, 4336.0, 4315.0, 4337.0, 4356.0, 4324.0, 4335.0, 4313.0, 4314.0, 4281.0, 4325.0, 4323.0, 4304.0, 4337.0, 4345.0, 4324.0, 4312.0, 4293.0, 4326.0, 4344.0, 4335.0, 4336.0, 4303.0, 4335.0, 4294.0, 4336.0, 4335.0, 4292.0, 4335.0, 4345.0, 4312.0, 4325.0, 4272.0, 4324.0, 4324.0, 4316.0, 4337.0, 4294.0, 4335.0, 4305.0, 4336.0, 4337.0, 4294.0, 4336.0, 4346.0, 4327.0, 4335.0, 4304.0, 4326.0, 4334.0, 4325.0, 4336.0, 4281.0, 4324.0, 4345.0, 4313.0, 4313.0, 4293.0, 4324.0, 4334.0, 4314.0, 4326.0, 4333.0, 4325.0, 4323.0, 4314.0, 4314.0, 4316.0, 4338.0, 4356.0, 4326.0, 4338.0, 4334.0, 4335.0, 4333.0, 4324.0, 4325.0, 4303.0, 4324.0, 4332.0, 4312.0, 4325.0, 4332.0, 4336.0, 4335.0, 4327.0, 4298.0, 4329.0, 4341.0, 4351.0, 4342.0, 4322.0, 4384.0, 4400.0, 4372.0, 4337.0, 4337.0, 4292.0, 4334.0, 4335.0, 4311.0, 4310.0, 4278.0, 4311.0, 4308.0, 4310.0, 4299.0, 4302.0, 4322.0, 4321.0, 4321.0, 4310.0, 4322.0, 4311.0, 4310.0, 4321.0, 4331.0, 4320.0, 4311.0, 4299.0, 4310.0, 4269.0, 4322.0, 4301.0, 4333.0, 4335.0, 4302.0, 4335.0, 4344.0, 4312.0, 4321.0, 4289.0, 4323.0, 4322.0, 4302.0, 4323.0, 4311.0, 4324.0, 4322.0, 4314.0, 4314.0, 4314.0, 4327.0, 4345.0, 4326.0, 4324.0, 4326.0, 4314.0, 4304.0, 4325.0, 4344.0, 4325.0, 4339.0, 4356.0, 4326.0, 4323.0, 4304.0, 4336.0, 4334.0, 4325.0, 4325.0, 4314.0, 4324.0, 4292.0, 4325.0, 4294.0, 4338.0, 4360.0, 4306.0, 4327.0, 4355.0, 4314.0, 4312.0, 4314.0, 4336.0, 4345.0, 4313.0, 4324.0, 4320.0, 4323.0, 4323.0, 4301.0, 4311.0, 4291.0, 4311.0, 4280.0, 4323.0, 4333.0, 4303.0, 4324.0, 4342.0, 4324.0, 4332.0, 4323.0, 4313.0, 4324.0, 4336.0, 4343.0, 4313.0, 4313.0, 4341.0, 4312.0, 4312.0, 4299.0, 4311.0, 4299.0, 4311.0, 4309.0, 4288.0, 4322.0, 4322.0, 4312.0, 4314.0, 4314.0, 4303.0, 4315.0, 4336.0, 4346.0, 4325.0, 4335.0, 4313.0, 4324.0, 4322.0, 4324.0, 4325.0, 4283.0, 4323.0, 4334.0, 4312.0, 4324.0, 4331.0, 4323.0, 4333.0], 'WindowWidth': [9598.0, 9627.0, 9619.0, 9564.0, 9601.0, 9628.0, 9587.0, 9538.0, 9566.0, 9548.0, 9558.0, 9566.0, 9618.0, 9595.0, 9549.0, 9613.0, 9561.0, 9586.0, 9602.0, 9639.0, 9629.0, 9557.0, 9570.0, 9577.0, 9514.0, 9540.0, 9493.0, 9527.0, 9517.0, 9514.0, 9527.0, 9513.0, 9569.0, 9580.0, 9559.0, 9552.0, 9543.0, 9581.0, 9564.0, 9580.0, 9548.0, 9590.0, 9551.0, 9596.0, 9617.0, 9546.0, 9577.0, 9530.0, 9559.0, 9573.0, 9544.0, 9562.0, 9551.0, 9511.0, 9574.0, 9637.0, 9531.0, 9591.0, 9617.0, 9588.0, 9604.0, 9561.0, 9579.0, 9569.0, 9615.0, 9660.0, 9557.0, 9600.0, 9626.0, 9565.0, 9587.0, 9553.0, 9583.0, 9622.0, 9545.0, 9579.0, 9624.0, 9563.0, 9591.0, 9532.0, 9574.0, 9582.0, 9556.0, 9573.0, 9544.0, 9589.0, 9600.0, 9541.0, 9554.0, 9511.0, 9556.0, 9585.0, 9566.0, 9595.0, 9544.0, 9575.0, 9532.0, 9579.0, 9588.0, 9544.0, 9593.0, 9627.0, 9559.0, 9593.0, 9544.0, 9576.0, 9542.0, 9570.0, 9591.0, 9537.0, 9572.0, 9583.0, 9535.0, 9553.0, 9539.0, 9573.0, 9584.0, 9575.0, 9591.0, 9528.0, 9570.0, 9527.0, 9573.0, 9589.0, 9537.0, 9556.0, 9582.0, 9556.0, 9555.0, 9535.0, 9551.0, 9569.0, 9538.0, 9556.0, 9513.0, 9590.0, 9601.0, 9559.0, 9570.0, 9542.0, 9577.0, 9602.0, 9559.0, 9579.0, 9552.0, 9564.0, 9580.0, 9536.0, 9553.0, 9515.0, 9548.0, 9574.0, 9535.0, 9550.0, 9557.0, 9544.0, 9530.0, 9515.0, 9548.0, 9577.0, 9534.0, 9552.0, 9518.0, 9549.0, 9558.0, 9546.0, 9551.0, 9529.0, 9546.0, 9556.0, 9518.0, 9548.0, 9519.0, 9550.0, 9549.0, 9550.0, 9573.0, 9551.0, 9572.0, 9575.0, 9536.0, 9568.0, 9498.0, 9556.0, 9575.0, 9522.0, 9555.0, 9589.0, 9520.0, 9551.0, 9562.0, 9532.0, 9554.0, 9519.0, 9551.0, 9555.0, 9538.0, 9571.0, 9515.0, 9576.0, 9560.0, 9526.0, 9575.0, 9594.0, 9548.0, 9560.0, 9599.0, 9558.0, 9574.0, 9537.0, 9549.0, 9572.0, 9530.0, 9556.0, 9573.0, 9534.0, 9553.0, 9517.0, 9553.0, 9557.0, 9542.0, 9571.0, 9600.0, 9554.0, 9551.0, 9536.0, 9556.0, 9582.0, 9562.0, 9579.0, 9583.0, 9550.0, 9549.0, 9524.0, 9561.0, 9586.0, 9547.0, 9576.0, 9559.0, 9561.0, 9574.0, 9563.0, 9594.0, 9514.0, 9558.0, 9603.0, 9537.0, 9599.0, 9567.0, 9597.0, 9629.0, 9601.0, 9597.0, 9595.0, 9554.0, 9580.0, 9636.0, 9585.0, 9534.0, 9569.0, 9536.0, 9545.0, 9564.0, 9530.0, 9519.0, 9497.0, 9543.0, 9544.0, 9536.0, 9552.0, 9564.0, 9550.0, 9549.0, 9534.0, 9567.0, 9534.0, 9567.0, 9577.0, 9535.0, 9553.0, 9532.0, 9567.0, 9555.0, 9572.0, 9595.0, 9559.0, 9590.0, 9533.0, 9576.0, 9556.0, 9570.0, 9591.0, 9522.0, 9569.0, 9580.0, 9529.0, 9544.0, 9501.0, 9546.0, 9545.0, 9527.0, 9546.0, 9547.0, 9562.0, 9551.0, 9530.0, 9529.0, 9530.0, 9549.0, 9560.0, 9533.0, 9566.0, 9508.0, 9552.0, 9579.0, 9567.0, 9556.0, 9537.0, 9572.0, 9602.0, 9559.0, 9557.0, 9549.0, 9560.0, 9549.0, 9533.0, 9553.0, 9560.0, 9552.0, 9570.0, 9517.0, 9546.0, 9500.0, 9549.0, 9536.0, 9536.0, 9568.0, 9567.0, 9574.0, 9585.0, 9542.0, 9577.0, 9516.0, 9576.0, 9587.0, 9577.0, 9616.0, 9594.0, 9593.0, 9605.0, 9575.0, 9577.0, 9525.0, 9568.0, 9587.0, 9540.0, 9553.0, 9579.0, 9550.0, 9534.0, 9534.0, 9553.0, 9523.0, 9588.0, 9588.0, 9575.0, 9598.0, 9575.0, 9580.0, 9537.0, 9572.0, 9596.0, 9539.0, 9554.0, 9508.0, 9552.0, 9567.0, 9549.0, 9553.0, 9577.0, 9565.0, 9558.0, 9518.0, 9564.0, 9560.0, 9549.0, 9524.0, 9508.0, 9570.0, 9582.0, 9551.0, 9537.0, 9537.0, 9567.0, 9569.0, 9549.0, 9570.0, 9570.0, 9556.0, 9554.0, 9536.0, 9565.0, 9496.0, 9569.0, 9577.0, 9546.0, 9573.0, 9569.0, 9561.0, 9560.0, 9567.0, 9597.0, 9534.0, 9593.0, 9615.0, 9549.0, 9593.0, 9535.0, 9591.0, 9593.0, 9543.0, 9571.0, 9602.0, 9554.0, 9555.0, 9533.0, 9565.0, 9551.0, 9536.0, 9566.0, 9537.0, 9566.0, 9567.0, 9572.0, 9566.0, 9575.0, 9594.0, 9568.0, 9568.0, 9580.0, 9538.0, 9550.0, 9534.0, 9550.0, 9554.0, 9523.0, 9572.0, 9583.0, 9568.0, 9558.0, 9593.0, 9530.0, 9588.0, 9592.0, 9607.0, 9626.0, 9680.0, 9666.0, 9590.0, 9609.0, 9544.0, 9576.0, 9602.0, 9552.0, 9554.0, 9589.0, 9542.0, 9543.0, 9527.0, 9517.0, 9503.0, 9549.0, 9542.0, 9530.0, 9548.0, 9503.0, 9563.0, 9534.0, 9569.0, 9572.0, 9512.0, 9578.0, 9587.0, 9553.0, 9551.0, 9537.0, 9530.0, 9514.0, 9573.0, 9583.0, 9542.0, 9574.0, 9599.0, 9551.0, 9567.0, 9540.0, 9571.0, 9510.0, 9552.0, 9572.0, 9554.0, 9570.0, 9563.0, 9564.0, 9562.0, 9568.0, 9574.0, 9540.0, 9566.0, 9583.0, 9534.0, 9546.0, 9523.0, 9573.0, 9542.0, 9541.0, 9546.0, 9577.0, 9583.0, 9557.0, 9621.0, 9597.0, 9639.0, 9667.0, 9595.0, 9577.0, 9592.0, 9521.0, 9549.0, 9531.0, 9568.0, 9545.0, 9530.0, 9546.0, 9540.0, 9541.0, 9555.0, 9541.0, 9539.0, 9544.0, 9553.0, 9524.0, 9542.0, 9546.0, 9511.0, 9527.0, 9492.0, 9539.0, 9539.0, 9525.0, 9529.0, 9521.0, 9538.0, 9531.0, 9526.0, 9524.0, 9483.0, 9543.0, 9530.0, 9516.0, 9546.0, 9561.0, 9550.0, 9542.0, 9536.0, 9571.0, 9513.0, 9587.0, 9572.0, 9540.0, 9556.0, 9582.0, 9541.0, 9571.0, 9567.0, 9567.0, 9566.0, 9557.0, 9576.0, 9526.0, 9568.0, 9573.0, 9531.0, 9551.0, 9558.0, 9548.0, 9571.0, 9523.0, 9563.0, 9554.0, 9549.0, 9552.0, 9511.0, 9566.0, 9514.0, 9573.0, 9595.0, 9525.0, 9575.0, 9588.0, 9536.0, 9552.0, 9507.0, 9554.0, 9519.0, 9569.0, 9565.0, 9600.0, 9544.0, 9599.0, 9644.0, 9579.0, 9607.0, 9513.0, 9555.0, 9573.0, 9507.0, 9556.0, 9583.0, 9532.0, 9551.0, 9489.0, 9538.0, 9506.0, 9551.0, 9559.0, 9526.0, 9555.0, 9556.0, 9570.0, 9544.0, 9578.0, 9599.0, 9531.0, 9577.0, 9590.0, 9526.0, 9552.0, 9512.0, 9556.0, 9572.0, 9541.0, 9575.0, 9600.0, 9551.0, 9568.0, 9536.0, 9540.0, 9491.0, 9553.0, 9550.0, 9525.0, 9575.0, 9584.0, 9553.0, 9534.0, 9509.0, 9557.0, 9580.0, 9568.0, 9574.0, 9522.0, 9568.0, 9511.0, 9572.0, 9573.0, 9508.0, 9569.0, 9584.0, 9533.0, 9554.0, 9480.0, 9552.0, 9554.0, 9545.0, 9576.0, 9512.0, 9570.0, 9528.0, 9572.0, 9578.0, 9513.0, 9573.0, 9590.0, 9562.0, 9571.0, 9525.0, 9557.0, 9564.0, 9555.0, 9573.0, 9491.0, 9551.0, 9584.0, 9535.0, 9536.0, 9507.0, 9553.0, 9568.0, 9538.0, 9557.0, 9564.0, 9554.0, 9551.0, 9540.0, 9539.0, 9546.0, 9578.0, 9601.0, 9557.0, 9579.0, 9566.0, 9566.0, 9563.0, 9550.0, 9555.0, 9521.0, 9550.0, 9562.0, 9534.0, 9555.0, 9562.0, 9573.0, 9568.0, 9563.0, 9531.0, 9571.0, 9588.0, 9607.0, 9594.0, 9565.0, 9656.0, 9694.0, 9635.0, 9575.0, 9576.0, 9507.0, 9567.0, 9569.0, 9527.0, 9526.0, 9479.0, 9526.0, 9521.0, 9524.0, 9511.0, 9519.0, 9548.0, 9544.0, 9541.0, 9525.0, 9545.0, 9530.0, 9526.0, 9544.0, 9558.0, 9539.0, 9531.0, 9509.0, 9525.0, 9471.0, 9545.0, 9517.0, 9564.0, 9571.0, 9519.0, 9566.0, 9581.0, 9532.0, 9545.0, 9498.0, 9545.0, 9544.0, 9517.0, 9550.0, 9530.0, 9550.0, 9546.0, 9539.0, 9540.0, 9540.0, 9560.0, 9584.0, 9558.0, 9555.0, 9556.0, 9538.0, 9525.0, 9557.0, 9584.0, 9557.0, 9583.0, 9601.0, 9558.0, 9551.0, 9524.0, 9573.0, 9568.0, 9555.0, 9558.0, 9537.0, 9554.0, 9508.0, 9557.0, 9515.0, 9579.0, 9614.0, 9532.0, 9560.0, 9597.0, 9537.0, 9535.0, 9539.0, 9572.0, 9582.0, 9535.0, 9552.0, 9541.0, 9546.0, 9548.0, 9515.0, 9528.0, 9502.0, 9530.0, 9488.0, 9549.0, 9564.0, 9520.0, 9553.0, 9577.0, 9550.0, 9560.0, 9549.0, 9536.0, 9553.0, 9571.0, 9578.0, 9532.0, 9533.0, 9573.0, 9531.0, 9532.0, 9509.0, 9529.0, 9509.0, 9526.0, 9525.0, 9492.0, 9544.0, 9546.0, 9530.0, 9538.0, 9537.0, 9522.0, 9542.0, 9573.0, 9587.0, 9556.0, 9569.0, 9534.0, 9551.0, 9546.0, 9552.0, 9558.0, 9495.0, 9547.0, 9566.0, 9532.0, 9553.0, 9558.0, 9547.0, 9561.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.0012014678899082568</td></tr>
<tr><td colspan=3>aqi</td><td>0.02009714655963303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.954902329104485</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2409124795407567</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0179291212169925</td></tr>
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
<tr><td colspan=3>fber</td><td>6972.687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10169711356851777</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.701834862385321</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.455190830604497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.356747034719863</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7076995718070482</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301125885286581</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125613</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005300106015056372</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032247185707092285</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.9853737792037673</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.4501</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.215</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300273.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>807.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.9784</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8084</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.3502</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3536.2321</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76271.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4603.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.6652</td></tr>
<tr><td colspan=3>tsnr</td><td>42.15196390170604</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>