ds005256-mriqc/sub-0056_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 4ab051eaec [DATALAD RUNCMD] Compute MRIQC for sub-0056
=== 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-0056 --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-0056",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:40:31 +02:00

616 lines
No EOL
105 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-0056_ses-04_task-social_acq-mb8_run-03_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-0056_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-03_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-0056/ses-04/func/sub-0056_ses-04_task-social_acq-mb8_run-03_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>03f8651d1f855c355b14ee35ac577026</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>18:24:8.387500</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.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</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-03_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.0861828</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7785, -7284, 828, -17, -386, 100, 35]</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>226.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>18a85b93-cf90-4f56-b4ce-e16263bfeb9d||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.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [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': ['182408.387500', '182408.847500', '182409.307500', '182409.767500', '182410.227500', '182410.687500', '182411.147500', '182411.607500', '182412.067500', '182412.527500', '182412.987500', '182413.447500', '182413.907500', '182414.367500', '182414.827500', '182415.287500', '182415.747500', '182416.207500', '182416.667500', '182417.127500', '182417.587500', '182418.047500', '182418.507500', '182418.967500', '182419.427500', '182419.887500', '182420.347500', '182420.807500', '182421.267500', '182421.727500', '182422.187500', '182422.647500', '182423.107500', '182423.567500', '182424.027500', '182424.487500', '182424.947500', '182425.407500', '182425.867500', '182426.327500', '182426.787500', '182427.247500', '182427.707500', '182428.167500', '182428.627500', '182429.087500', '182429.547500', '182430.007500', '182430.467500', '182430.927500', '182431.387500', '182431.847500', '182432.307500', '182432.767500', '182433.227500', '182433.687500', '182434.147500', '182434.607500', '182435.067500', '182435.527500', '182435.987500', '182436.447500', '182436.907500', '182437.367500', '182437.827500', '182438.287500', '182438.747500', '182439.207500', '182439.667500', '182440.127500', '182440.587500', '182441.047500', '182441.507500', '182441.967500', '182442.427500', '182442.887500', '182443.347500', '182443.807500', '182444.267500', '182444.727500', '182445.187500', '182445.647500', '182446.107500', '182446.567500', '182447.027500', '182447.487500', '182447.947500', '182448.407500', '182448.867500', '182449.327500', '182449.787500', '182450.247500', '182450.707500', '182451.167500', '182451.627500', '182452.087500', '182452.547500', '182453.007500', '182453.467500', '182453.927500', '182454.387500', '182454.847500', '182455.307500', '182455.767500', '182456.227500', '182456.687500', '182457.147500', '182457.607500', '182458.067500', '182458.527500', '182458.987500', '182459.447500', '182459.907500', '182500.367500', '182500.827500', '182501.287500', '182501.747500', '182502.207500', '182502.667500', '182503.127500', '182503.587500', '182504.047500', '182504.507500', '182504.967500', '182505.427500', '182505.887500', '182506.347500', '182506.807500', '182507.267500', '182507.727500', '182508.187500', '182508.647500', '182509.107500', '182509.567500', '182510.027500', '182510.487500', '182510.947500', '182511.407500', '182511.867500', '182512.327500', '182512.787500', '182513.247500', '182513.707500', '182514.167500', '182514.627500', '182515.087500', '182515.547500', '182516.007500', '182516.467500', '182516.927500', '182517.387500', '182517.847500', '182518.307500', '182518.767500', '182519.227500', '182519.687500', '182520.147500', '182520.607500', '182521.067500', '182521.527500', '182521.987500', '182522.447500', '182522.907500', '182523.367500', '182523.827500', '182524.287500', '182524.747500', '182525.207500', '182525.667500', '182526.127500', '182526.587500', '182527.047500', '182527.507500', '182527.967500', '182528.427500', '182528.887500', '182529.347500', '182529.807500', '182530.267500', '182530.727500', '182531.187500', '182531.647500', '182532.107500', '182532.567500', '182533.027500', '182533.487500', '182533.947500', '182534.407500', '182534.867500', '182535.327500', '182535.787500', '182536.247500', '182536.707500', '182537.167500', '182537.627500', '182538.087500', '182538.547500', '182539.007500', '182539.467500', '182539.927500', '182540.387500', '182540.847500', '182541.307500', '182541.767500', '182542.227500', '182542.687500', '182543.147500', '182543.607500', '182544.067500', '182544.527500', '182544.987500', '182545.447500', '182545.907500', '182546.367500', '182546.827500', '182547.287500', '182547.747500', '182548.207500', '182548.667500', '182549.127500', '182549.587500', '182550.047500', '182550.507500', '182550.967500', '182551.427500', '182551.887500', '182552.347500', '182552.807500', '182553.267500', '182553.727500', '182554.187500', '182554.647500', '182555.107500', '182555.567500', '182556.027500', '182556.487500', '182556.947500', '182557.407500', '182557.867500', '182558.327500', '182558.787500', '182559.247500', '182559.707500', '182600.167500', '182600.627500', '182601.087500', '182601.547500', '182602.007500', '182602.467500', '182602.927500', '182603.387500', '182603.847500', '182604.307500', '182604.767500', '182605.227500', '182605.687500', '182606.147500', '182606.607500', '182607.067500', '182607.527500', '182607.987500', '182608.447500', '182608.907500', '182609.367500', '182609.827500', '182610.287500', '182610.747500', '182611.207500', '182611.667500', '182612.127500', '182612.587500', '182613.047500', '182613.507500', '182613.967500', '182614.427500', '182614.887500', '182615.347500', '182615.807500', '182616.267500', '182616.727500', '182617.187500', '182617.647500', '182618.107500', '182618.567500', '182619.027500', '182619.487500', '182619.947500', '182620.407500', '182620.867500', '182621.327500', '182621.787500', '182622.247500', '182622.707500', '182623.167500', '182623.627500', '182624.087500', '182624.547500', '182625.007500', '182625.467500', '182625.927500', '182626.387500', '182626.847500', '182627.307500', '182627.767500', '182628.227500', '182628.687500', '182629.147500', '182629.607500', '182630.067500', '182630.527500', '182630.987500', '182631.447500', '182631.907500', '182632.367500', '182632.827500', '182633.287500', '182633.747500', '182634.207500', '182634.667500', '182635.127500', '182635.587500', '182636.047500', '182636.507500', '182636.967500', '182637.427500', '182637.887500', '182638.347500', '182638.807500', '182639.267500', '182639.727500', '182640.187500', '182640.647500', '182641.107500', '182641.567500', '182642.027500', '182642.487500', '182642.947500', '182643.407500', '182643.867500', '182644.327500', '182644.787500', '182645.247500', '182645.707500', '182646.167500', '182646.627500', '182647.087500', '182647.547500', '182648.007500', '182648.467500', '182648.927500', '182649.387500', '182649.847500', '182650.307500', '182650.767500', '182651.227500', '182651.687500', '182652.147500', '182652.607500', '182653.067500', '182653.527500', '182653.987500', '182654.447500', '182654.907500', '182655.367500', '182655.827500', '182656.287500', '182656.747500', '182657.207500', '182657.667500', '182658.127500', '182658.587500', '182659.047500', '182659.507500', '182659.967500', '182700.427500', '182700.887500', '182701.347500', '182701.807500', '182702.267500', '182702.727500', '182703.187500', '182703.647500', '182704.107500', '182704.567500', '182705.027500', '182705.487500', '182705.947500', '182706.407500', '182706.867500', '182707.327500', '182707.787500', '182708.247500', '182708.707500', '182709.167500', '182709.627500', '182710.087500', '182710.547500', '182711.007500', '182711.467500', '182711.927500', '182712.387500', '182712.847500', '182713.307500', '182713.767500', '182714.227500', '182714.687500', '182715.147500', '182715.607500', '182716.067500', '182716.527500', '182716.987500', '182717.447500', '182717.907500', '182718.367500', '182718.827500', '182719.287500', '182719.747500', '182720.207500', '182720.667500', '182721.127500', '182721.587500', '182722.047500', '182722.507500', '182722.967500', '182723.427500', '182723.887500', '182724.347500', '182724.807500', '182725.267500', '182725.727500', '182726.187500', '182726.647500', '182727.107500', '182727.567500', '182728.027500', '182728.487500', '182728.947500', '182729.407500', '182729.867500', '182730.327500', '182730.787500', '182731.247500', '182731.707500', '182732.167500', '182732.627500', '182733.087500', '182733.547500', '182734.007500', '182734.467500', '182734.927500', '182735.387500', '182735.847500', '182736.307500', '182736.767500', '182737.227500', '182737.687500', '182738.147500', '182738.607500', '182739.067500', '182739.527500', '182739.987500', '182740.447500', '182740.907500', '182741.367500', '182741.827500', '182742.287500', '182742.747500', '182743.207500', '182743.667500', '182744.127500', '182744.587500', '182745.047500', '182745.507500', '182745.967500', '182746.427500', '182746.887500', '182747.347500', '182747.807500', '182748.267500', '182748.727500', '182749.187500', '182749.647500', '182750.107500', '182750.567500', '182751.027500', '182751.487500', '182751.947500', '182752.407500', '182752.867500', '182753.327500', '182753.787500', '182754.247500', '182754.707500', '182755.167500', '182755.627500', '182756.087500', '182756.547500', '182757.007500', '182757.467500', '182757.927500', '182758.387500', '182758.847500', '182759.307500', '182759.767500', '182800.227500', '182800.687500', '182801.147500', '182801.607500', '182802.067500', '182802.527500', '182802.987500', '182803.447500', '182803.907500', '182804.367500', '182804.827500', '182805.287500', '182805.747500', '182806.207500', '182806.667500', '182807.127500', '182807.587500', '182808.047500', '182808.507500', '182808.967500', '182809.427500', '182809.887500', '182810.347500', '182810.807500', '182811.267500', '182811.727500', '182812.187500', '182812.647500', '182813.107500', '182813.567500', '182814.027500', '182814.487500', '182814.947500', '182815.407500', '182815.867500', '182816.327500', '182816.787500', '182817.247500', '182817.707500', '182818.167500', '182818.627500', '182819.087500', '182819.547500', '182820.007500', '182820.467500', '182820.927500', '182821.387500', '182821.847500', '182822.307500', '182822.767500', '182823.227500', '182823.687500', '182824.147500', '182824.607500', '182825.067500', '182825.527500', '182825.987500', '182826.447500', '182826.907500', '182827.367500', '182827.827500', '182828.287500', '182828.747500', '182829.207500', '182829.667500', '182830.127500', '182830.587500', '182831.047500', '182831.507500', '182831.967500', '182832.427500', '182832.887500', '182833.347500', '182833.807500', '182834.267500', '182834.727500', '182835.187500', '182835.647500', '182836.107500', '182836.567500', '182837.027500', '182837.487500', '182837.947500', '182838.407500', '182838.867500', '182839.327500', '182839.787500', '182840.247500', '182840.707500', '182841.167500', '182841.627500', '182842.087500', '182842.547500', '182843.007500', '182843.467500', '182843.927500', '182844.387500', '182844.847500', '182845.307500', '182845.767500', '182846.227500', '182846.687500', '182847.147500', '182847.607500', '182848.067500', '182848.527500', '182848.987500', '182849.447500', '182849.907500', '182850.367500', '182850.827500', '182851.287500', '182851.747500', '182852.207500', '182852.667500', '182853.127500', '182853.587500', '182854.047500', '182854.507500', '182854.967500', '182855.427500', '182855.887500', '182856.347500', '182856.807500', '182857.267500', '182857.727500', '182858.187500', '182858.647500', '182859.107500', '182859.567500', '182900.027500', '182900.487500', '182900.947500', '182901.407500', '182901.867500', '182902.327500', '182902.787500', '182903.247500', '182903.707500', '182904.167500', '182904.627500', '182905.087500', '182905.547500', '182906.007500', '182906.467500', '182906.927500', '182907.387500', '182907.847500', '182908.307500', '182908.767500', '182909.227500', '182909.687500', '182910.147500', '182910.607500', '182911.067500', '182911.527500', '182911.987500', '182912.447500', '182912.907500', '182913.367500', '182913.827500', '182914.287500', '182914.747500', '182915.207500', '182915.667500', '182916.127500', '182916.587500', '182917.047500', '182917.507500', '182917.967500', '182918.427500', '182918.887500', '182919.347500', '182919.807500', '182920.267500', '182920.727500', '182921.187500', '182921.647500', '182922.107500', '182922.567500', '182923.027500', '182923.487500', '182923.947500', '182924.407500', '182924.867500', '182925.327500', '182925.787500', '182926.247500', '182926.707500', '182927.167500', '182927.627500', '182928.087500', '182928.547500', '182929.007500', '182929.467500', '182929.927500', '182930.387500', '182930.847500', '182931.307500', '182931.767500', '182932.227500', '182932.687500', '182933.147500', '182933.607500', '182934.067500', '182934.527500', '182934.987500', '182935.447500', '182935.907500', '182936.367500', '182936.827500', '182937.287500', '182937.747500', '182938.207500', '182938.667500', '182939.127500', '182939.587500', '182940.047500', '182940.507500', '182940.967500', '182941.427500', '182941.887500', '182942.347500', '182942.807500', '182943.267500', '182943.727500', '182944.187500', '182944.647500', '182945.107500', '182945.567500', '182946.027500', '182946.487500', '182946.947500', '182947.407500', '182947.867500', '182948.327500', '182948.787500', '182949.247500', '182949.707500', '182950.167500', '182950.627500', '182951.087500', '182951.547500', '182952.007500', '182952.467500', '182952.927500', '182953.387500', '182953.847500', '182954.307500', '182954.767500', '182955.227500', '182955.687500', '182956.147500', '182956.607500', '182957.067500', '182957.527500', '182957.987500', '182958.447500', '182958.907500', '182959.367500', '182959.827500', '183000.287500', '183000.747500', '183001.207500', '183001.667500', '183002.127500', '183002.587500', '183003.047500', '183003.507500', '183003.967500', '183004.427500', '183004.887500', '183005.347500', '183005.807500', '183006.267500', '183006.727500', '183007.187500', '183007.647500', '183008.107500', '183008.567500', '183009.027500', '183009.487500', '183009.947500', '183010.407500', '183010.867500', '183011.327500', '183011.787500', '183012.247500', '183012.707500', '183013.167500', '183013.627500', '183014.087500', '183014.547500', '183015.007500', '183015.467500', '183015.927500', '183016.387500', '183016.847500', '183017.307500', '183017.767500', '183018.227500', '183018.687500', '183019.147500', '183019.607500', '183020.067500', '183020.527500', '183020.987500', '183021.447500', '183021.907500', '183022.367500', '183022.827500', '183023.287500', '183023.747500', '183024.207500', '183024.667500', '183025.127500', '183025.587500', '183026.047500', '183026.507500', '183026.967500', '183027.427500', '183027.887500', '183028.347500', '183028.807500', '183029.267500', '183029.727500', '183030.187500', '183030.647500', '183031.107500', '183031.567500', '183032.027500', '183032.487500', '183032.947500', '183033.407500', '183033.867500', '183034.327500', '183034.787500', '183035.247500', '183035.707500', '183036.167500', '183036.627500', '183037.087500', '183037.547500', '183038.007500', '183038.467500', '183038.927500', '183039.387500', '183039.847500', '183040.307500', '183040.767500', '183041.227500', '183041.687500', '183042.147500', '183042.607500', '183043.067500', '183043.527500', '183043.987500', '183044.447500', '183044.907500', '183045.367500', '183045.827500', '183046.287500', '183046.747500', '183047.207500', '183047.667500', '183048.127500', '183048.587500', '183049.047500'], 'ContentTime': ['182438.664000', '182438.667000', '182438.670000', '182438.672000', '182438.675000', '182438.678000', '182438.682000', '182438.685000', '182438.688000', '182438.690000', '182438.693000', '182438.695000', '182438.698000', '182438.701000', '182438.703000', '182438.706000', '182438.708000', '182438.711000', '182438.713000', '182438.716000', '182438.718000', '182438.721000', '182438.723000', '182438.726000', '182438.728000', '182438.731000', '182438.733000', '182438.736000', '182438.739000', '182438.741000', '182438.744000', '182438.746000', '182438.749000', '182438.751000', '182438.754000', '182438.756000', '182438.759000', '182438.761000', '182438.764000', '182438.766000', '182438.769000', '182438.772000', '182438.774000', '182438.777000', '182438.779000', '182438.782000', '182438.784000', '182438.787000', '182438.789000', '182438.792000', '182438.794000', '182438.797000', '182438.799000', '182438.802000', '182438.805000', '182438.807000', '182438.810000', '182438.812000', '182438.819000', '182438.822000', '182438.824000', '182438.827000', '182458.613000', '182458.616000', '182458.619000', '182458.622000', '182458.624000', '182458.627000', '182458.629000', '182458.642000', '182458.644000', '182458.647000', '182458.649000', '182458.652000', '182458.655000', '182458.657000', '182458.660000', '182458.662000', '182458.665000', '182458.667000', '182458.670000', '182458.672000', '182458.675000', '182458.677000', '182458.680000', '182458.683000', '182458.685000', '182458.688000', '182458.690000', '182458.693000', '182458.695000', '182458.698000', '182458.701000', '182458.703000', '182458.706000', '182458.708000', '182458.711000', '182458.713000', '182458.716000', '182458.718000', '182458.721000', '182458.723000', '182458.726000', '182458.729000', '182458.731000', '182458.734000', '182518.615000', '182518.618000', '182518.620000', '182518.623000', '182518.625000', '182518.628000', '182518.630000', '182518.633000', '182518.636000', '182518.638000', '182518.641000', '182518.643000', '182518.646000', '182518.648000', '182518.651000', '182518.654000', '182518.656000', '182518.659000', '182518.661000', '182518.664000', '182518.667000', '182518.669000', '182518.672000', '182518.674000', '182518.677000', '182518.679000', '182518.682000', '182518.684000', '182518.687000', '182518.690000', '182518.692000', '182518.695000', '182518.698000', '182518.701000', '182518.704000', '182518.706000', '182518.709000', '182518.711000', '182518.714000', '182518.717000', '182518.719000', '182518.722000', '182518.724000', '182538.615000', '182538.617000', '182538.620000', '182538.623000', '182538.625000', '182538.628000', '182538.630000', '182538.633000', '182538.635000', '182538.638000', '182538.641000', '182538.643000', '182538.646000', '182538.648000', '182538.651000', '182538.653000', '182538.656000', '182538.658000', '182538.661000', '182538.664000', '182538.666000', '182538.669000', '182538.672000', '182538.674000', '182538.677000', '182538.679000', '182538.682000', '182538.684000', '182538.687000', '182538.690000', '182538.692000', '182538.695000', '182538.697000', '182538.700000', '182538.703000', '182538.705000', '182538.708000', '182538.710000', '182538.713000', '182538.715000', '182538.718000', '182538.721000', '182538.723000', '182538.726000', '182558.615000', '182558.617000', '182558.620000', '182558.623000', '182558.625000', '182558.628000', '182558.631000', '182558.633000', '182558.636000', '182558.638000', '182558.641000', '182558.643000', '182558.646000', '182558.649000', '182558.651000', '182558.654000', '182558.656000', '182558.659000', '182558.661000', '182558.664000', '182558.667000', '182558.669000', '182558.672000', '182558.674000', '182558.677000', '182558.679000', '182558.682000', '182558.684000', '182558.687000', '182558.690000', '182558.692000', '182558.695000', '182558.697000', '182558.700000', '182558.703000', '182558.705000', '182558.708000', '182558.710000', '182558.713000', '182558.715000', '182558.718000', '182558.720000', '182558.723000', '182618.614000', '182618.617000', '182618.619000', '182618.622000', '182618.625000', '182618.627000', '182618.630000', '182618.632000', '182618.635000', '182618.637000', '182618.640000', '182618.643000', '182618.645000', '182618.648000', '182618.650000', '182618.653000', '182618.655000', '182618.658000', '182618.660000', '182618.663000', '182618.666000', '182618.668000', '182618.671000', '182618.673000', '182618.680000', '182618.683000', '182618.685000', '182618.688000', '182618.690000', '182618.693000', '182618.696000', '182618.698000', '182618.701000', '182618.703000', '182618.706000', '182618.709000', '182618.711000', '182618.714000', '182618.716000', '182618.719000', '182618.721000', '182618.724000', '182618.727000', '182618.729000', '182638.613000', '182638.616000', '182638.645000', '182638.648000', '182638.650000', '182638.653000', '182638.655000', '182638.658000', '182638.660000', '182638.663000', '182638.665000', '182638.668000', '182638.671000', '182638.673000', '182638.676000', '182638.678000', '182638.681000', '182638.684000', '182638.686000', '182638.689000', '182638.691000', '182638.694000', '182638.696000', '182638.699000', '182638.702000', '182638.704000', '182638.707000', '182638.709000', '182638.712000', '182638.714000', '182638.717000', '182638.720000', '182638.722000', '182638.725000', '182638.727000', '182638.730000', '182638.733000', '182638.736000', '182638.739000', '182638.741000', '182638.744000', '182638.746000', '182638.749000', '182658.614000', '182658.616000', '182658.619000', '182658.622000', '182658.624000', '182658.627000', '182658.629000', '182658.632000', '182658.635000', '182658.637000', '182658.640000', '182658.642000', '182658.645000', '182658.647000', '182658.650000', '182658.652000', '182658.655000', '182658.658000', '182658.660000', '182658.663000', '182658.665000', '182658.668000', '182658.671000', '182658.673000', '182658.676000', '182658.678000', '182658.681000', '182658.683000', '182658.686000', '182658.688000', '182658.691000', '182658.694000', '182658.696000', '182658.699000', '182658.701000', '182658.704000', '182658.707000', '182658.709000', '182658.712000', '182658.714000', '182658.717000', '182658.720000', '182658.722000', '182658.725000', '182718.614000', '182718.617000', '182718.619000', '182718.622000', '182718.624000', '182718.627000', '182718.629000', '182718.632000', '182718.635000', '182718.637000', '182718.640000', '182718.642000', '182718.645000', '182718.647000', '182718.650000', '182718.653000', '182718.655000', '182718.658000', '182718.660000', '182718.663000', '182718.666000', '182718.668000', '182718.671000', '182718.673000', '182718.676000', '182718.678000', '182718.681000', '182718.683000', '182718.686000', '182718.689000', '182718.691000', '182718.694000', '182718.696000', '182718.699000', '182718.702000', '182718.704000', '182718.707000', '182718.709000', '182718.712000', '182718.714000', '182718.718000', '182718.721000', '182718.724000', '182738.615000', '182738.617000', '182738.620000', '182738.623000', '182738.625000', '182738.628000', '182738.630000', '182738.633000', '182738.636000', '182738.638000', '182738.641000', '182738.643000', '182738.646000', '182738.648000', '182738.651000', '182738.654000', '182738.656000', '182738.659000', '182738.661000', '182738.664000', '182738.666000', '182738.669000', '182738.672000', '182738.674000', '182738.677000', '182738.679000', '182738.682000', '182738.684000', '182738.687000', '182738.690000', '182738.692000', '182738.695000', '182738.697000', '182738.700000', '182738.703000', '182738.705000', '182738.708000', '182738.710000', '182738.713000', '182738.715000', '182738.718000', '182738.721000', '182738.723000', '182738.726000', '182758.614000', '182758.617000', '182758.620000', '182758.623000', '182758.625000', '182758.628000', '182758.630000', '182758.633000', '182758.635000', '182758.638000', '182758.640000', '182758.643000', '182758.646000', '182758.648000', '182758.651000', '182758.654000', '182758.656000', '182758.659000', '182758.661000', '182758.664000', '182758.666000', '182758.669000', '182758.671000', '182758.674000', '182758.677000', '182758.679000', '182758.682000', '182758.695000', '182758.698000', '182758.700000', '182758.703000', '182758.705000', '182758.708000', '182758.710000', '182758.713000', '182758.715000', '182758.718000', '182758.721000', '182758.723000', '182758.726000', '182758.729000', '182758.732000', '182758.735000', '182818.615000', '182818.617000', '182818.620000', '182818.623000', '182818.625000', '182818.628000', '182818.630000', '182818.633000', '182818.636000', '182818.638000', '182818.641000', '182818.643000', '182818.646000', '182818.648000', '182818.651000', '182818.654000', '182818.656000', '182818.659000', '182818.661000', '182818.664000', '182818.667000', '182818.669000', '182818.672000', '182818.674000', '182818.677000', '182818.679000', '182818.682000', '182818.685000', '182818.687000', '182818.690000', '182818.692000', '182818.695000', '182818.698000', '182818.700000', '182818.703000', '182818.705000', '182818.708000', '182818.710000', '182818.713000', '182818.716000', '182818.718000', '182818.721000', '182818.723000', '182818.726000', '182838.614000', '182838.616000', '182838.619000', '182838.622000', '182838.624000', '182838.627000', '182838.629000', '182838.632000', '182838.635000', '182838.637000', '182838.640000', '182838.642000', '182838.645000', '182838.648000', '182838.650000', '182838.653000', '182838.655000', '182838.658000', '182838.660000', '182838.663000', '182838.666000', '182838.668000', '182838.671000', '182838.673000', '182838.676000', '182838.678000', '182838.681000', '182838.684000', '182838.686000', '182838.689000', '182838.692000', '182838.694000', '182838.697000', '182838.699000', '182838.702000', '182838.704000', '182838.707000', '182838.709000', '182838.712000', '182838.714000', '182838.717000', '182838.720000', '182838.722000', '182858.614000', '182858.617000', '182858.619000', '182858.622000', '182858.624000', '182858.627000', '182858.630000', '182858.632000', '182858.635000', '182858.638000', '182858.640000', '182858.643000', '182858.645000', '182858.648000', '182858.651000', '182858.653000', '182858.656000', '182858.658000', '182858.661000', '182858.663000', '182858.666000', '182858.668000', '182858.671000', '182858.674000', '182858.676000', '182858.679000', '182858.682000', '182858.684000', '182858.687000', '182858.689000', '182858.692000', '182858.695000', '182858.697000', '182858.700000', '182858.702000', '182858.705000', '182858.707000', '182858.710000', '182858.713000', '182858.715000', '182858.718000', '182858.720000', '182858.723000', '182918.613000', '182918.616000', '182918.619000', '182918.621000', '182918.624000', '182918.627000', '182918.629000', '182918.632000', '182918.634000', '182918.637000', '182918.639000', '182918.642000', '182918.645000', '182918.647000', '182918.650000', '182918.652000', '182918.655000', '182918.658000', '182918.660000', '182918.663000', '182918.665000', '182918.668000', '182918.670000', '182918.673000', '182918.676000', '182918.678000', '182918.681000', '182918.683000', '182918.686000', '182918.689000', '182918.691000', '182918.694000', '182918.696000', '182918.699000', '182918.701000', '182918.704000', '182918.707000', '182918.709000', '182918.712000', '182918.742000', '182918.745000', '182918.748000', '182918.750000', '182918.753000', '182938.614000', '182938.617000', '182938.619000', '182938.622000', '182938.624000', '182938.627000', '182938.630000', '182938.632000', '182938.635000', '182938.637000', '182938.640000', '182938.643000', '182938.645000', '182938.648000', '182938.650000', '182938.653000', '182938.656000', '182938.658000', '182938.661000', '182938.663000', '182938.666000', '182938.668000', '182938.671000', '182938.674000', '182938.676000', '182938.679000', '182938.681000', '182938.684000', '182938.687000', '182938.689000', '182938.692000', '182938.694000', '182938.697000', '182938.699000', '182938.702000', '182938.704000', '182938.707000', '182938.710000', '182938.712000', '182938.715000', '182938.718000', '182938.720000', '182938.723000', '182938.725000', '182958.615000', '182958.618000', '182958.620000', '182958.623000', '182958.625000', '182958.628000', '182958.630000', '182958.633000', '182958.636000', '182958.638000', '182958.641000', '182958.643000', '182958.646000', '182958.648000', '182958.651000', '182958.654000', '182958.656000', '182958.659000', '182958.661000', '182958.664000', '182958.666000', '182958.669000', '182958.672000', '182958.674000', '182958.677000', '182958.679000', '182958.682000', '182958.685000', '182958.687000', '182958.690000', '182958.694000', '182958.696000', '182958.699000', '182958.702000', '182958.704000', '182958.707000', '182958.709000', '182958.712000', '182958.714000', '182958.717000', '182958.720000', '182958.722000', '182958.725000', '183018.616000', '183018.619000', '183018.622000', '183018.624000', '183018.627000', '183018.629000', '183018.632000', '183018.635000', '183018.637000', '183018.640000', '183018.643000', '183018.645000', '183018.648000', '183018.650000', '183018.653000', '183018.656000', '183018.658000', '183018.661000', '183018.663000', '183018.666000', '183018.669000', '183018.672000', '183018.674000', '183018.677000', '183018.679000', '183018.682000', '183018.684000', '183018.687000', '183018.690000', '183018.692000', '183018.695000', '183018.697000', '183018.700000', '183018.703000', '183018.705000', '183018.708000', '183018.710000', '183018.713000', '183018.716000', '183018.718000', '183018.721000', '183018.723000', '183018.726000', '183018.728000', '183038.615000', '183038.617000', '183038.620000', '183038.623000', '183038.625000', '183038.628000', '183038.630000', '183038.633000', '183038.636000', '183038.638000', '183038.641000', '183038.643000', '183038.646000', '183038.648000', '183038.651000', '183038.653000', '183038.656000', '183038.659000', '183038.661000', '183038.664000', '183038.666000', '183038.676000', '183038.678000', '183038.681000', '183038.683000', '183038.686000', '183038.688000', '183038.691000', '183038.693000', '183038.696000', '183038.698000', '183038.701000', '183038.704000', '183038.706000', '183038.709000', '183038.711000', '183038.714000', '183038.717000', '183038.719000', '183038.722000', '183038.724000', '183038.727000', '183038.729000', '183050.795000', '183050.798000', '183050.801000', '183050.803000', '183050.806000', '183050.809000', '183050.838000', '183050.840000', '183050.844000', '183050.847000', '183050.849000', '183050.852000', '183050.854000', '183050.857000', '183050.860000', '183050.862000', '183050.865000', '183050.868000', '183050.870000', '183050.873000', '183050.881000', '183050.883000', '183050.886000', '183050.889000', '183050.892000', '183050.894000', '183050.897000'], 'InstanceCreationTime': ['182438.664000', '182438.667000', '182438.670000', '182438.672000', '182438.675000', '182438.678000', '182438.682000', '182438.685000', '182438.688000', '182438.690000', '182438.693000', '182438.695000', '182438.698000', '182438.701000', '182438.703000', '182438.706000', '182438.708000', '182438.711000', '182438.713000', '182438.716000', '182438.718000', '182438.721000', '182438.723000', '182438.726000', '182438.728000', '182438.731000', '182438.733000', '182438.736000', '182438.739000', '182438.741000', '182438.744000', '182438.746000', '182438.749000', '182438.751000', '182438.754000', '182438.756000', '182438.759000', '182438.761000', '182438.764000', '182438.766000', '182438.769000', '182438.772000', '182438.774000', '182438.777000', '182438.779000', '182438.782000', '182438.784000', '182438.787000', '182438.789000', '182438.792000', '182438.794000', '182438.797000', '182438.799000', '182438.802000', '182438.805000', '182438.807000', '182438.810000', '182438.812000', '182438.819000', '182438.822000', '182438.824000', '182438.827000', '182458.613000', '182458.616000', '182458.619000', '182458.622000', '182458.624000', '182458.627000', '182458.629000', '182458.642000', '182458.644000', '182458.647000', '182458.649000', '182458.652000', '182458.655000', '182458.657000', '182458.660000', '182458.662000', '182458.665000', '182458.667000', '182458.670000', '182458.672000', '182458.675000', '182458.677000', '182458.680000', '182458.683000', '182458.685000', '182458.688000', '182458.690000', '182458.693000', '182458.695000', '182458.698000', '182458.701000', '182458.703000', '182458.706000', '182458.708000', '182458.711000', '182458.713000', '182458.716000', '182458.718000', '182458.721000', '182458.723000', '182458.726000', '182458.729000', '182458.731000', '182458.734000', '182518.615000', '182518.618000', '182518.620000', '182518.623000', '182518.625000', '182518.628000', '182518.630000', '182518.633000', '182518.636000', '182518.638000', '182518.641000', '182518.643000', '182518.646000', '182518.648000', '182518.651000', '182518.654000', '182518.656000', '182518.659000', '182518.661000', '182518.664000', '182518.667000', '182518.669000', '182518.672000', '182518.674000', '182518.677000', '182518.679000', '182518.682000', '182518.684000', '182518.687000', '182518.690000', '182518.692000', '182518.695000', '182518.698000', '182518.701000', '182518.704000', '182518.706000', '182518.709000', '182518.711000', '182518.714000', '182518.717000', '182518.719000', '182518.722000', '182518.724000', '182538.615000', '182538.617000', '182538.620000', '182538.623000', '182538.625000', '182538.628000', '182538.630000', '182538.633000', '182538.635000', '182538.638000', '182538.641000', '182538.643000', '182538.646000', '182538.648000', '182538.651000', '182538.653000', '182538.656000', '182538.658000', '182538.661000', '182538.664000', '182538.666000', '182538.669000', '182538.672000', '182538.674000', '182538.677000', '182538.679000', '182538.682000', '182538.684000', '182538.687000', '182538.690000', '182538.692000', '182538.695000', '182538.697000', '182538.700000', '182538.703000', '182538.705000', '182538.708000', '182538.710000', '182538.713000', '182538.715000', '182538.718000', '182538.721000', '182538.723000', '182538.726000', '182558.615000', '182558.617000', '182558.620000', '182558.623000', '182558.625000', '182558.628000', '182558.631000', '182558.633000', '182558.636000', '182558.638000', '182558.641000', '182558.643000', '182558.646000', '182558.649000', '182558.651000', '182558.654000', '182558.656000', '182558.659000', '182558.661000', '182558.664000', '182558.667000', '182558.669000', '182558.672000', '182558.674000', '182558.677000', '182558.679000', '182558.682000', '182558.684000', '182558.687000', '182558.690000', '182558.692000', '182558.695000', '182558.697000', '182558.700000', '182558.703000', '182558.705000', '182558.708000', '182558.710000', '182558.713000', '182558.715000', '182558.718000', '182558.720000', '182558.723000', '182618.614000', '182618.617000', '182618.619000', '182618.622000', '182618.625000', '182618.627000', '182618.630000', '182618.632000', '182618.635000', '182618.637000', '182618.640000', '182618.643000', '182618.645000', '182618.648000', '182618.650000', '182618.653000', '182618.655000', '182618.658000', '182618.660000', '182618.663000', '182618.666000', '182618.668000', '182618.671000', '182618.673000', '182618.680000', '182618.683000', '182618.685000', '182618.688000', '182618.690000', '182618.693000', '182618.696000', '182618.698000', '182618.701000', '182618.703000', '182618.706000', '182618.709000', '182618.711000', '182618.714000', '182618.716000', '182618.719000', '182618.721000', '182618.724000', '182618.727000', '182618.729000', '182638.613000', '182638.616000', '182638.645000', '182638.648000', '182638.650000', '182638.653000', '182638.655000', '182638.658000', '182638.660000', '182638.663000', '182638.665000', '182638.668000', '182638.671000', '182638.673000', '182638.676000', '182638.678000', '182638.681000', '182638.684000', '182638.686000', '182638.689000', '182638.691000', '182638.694000', '182638.696000', '182638.699000', '182638.702000', '182638.704000', '182638.707000', '182638.709000', '182638.712000', '182638.714000', '182638.717000', '182638.720000', '182638.722000', '182638.725000', '182638.727000', '182638.730000', '182638.733000', '182638.736000', '182638.739000', '182638.741000', '182638.744000', '182638.746000', '182638.749000', '182658.614000', '182658.616000', '182658.619000', '182658.622000', '182658.624000', '182658.627000', '182658.629000', '182658.632000', '182658.635000', '182658.637000', '182658.640000', '182658.642000', '182658.645000', '182658.647000', '182658.650000', '182658.652000', '182658.655000', '182658.658000', '182658.660000', '182658.663000', '182658.665000', '182658.668000', '182658.671000', '182658.673000', '182658.676000', '182658.678000', '182658.681000', '182658.683000', '182658.686000', '182658.688000', '182658.691000', '182658.694000', '182658.696000', '182658.699000', '182658.701000', '182658.704000', '182658.707000', '182658.709000', '182658.712000', '182658.714000', '182658.717000', '182658.720000', '182658.722000', '182658.725000', '182718.614000', '182718.617000', '182718.619000', '182718.622000', '182718.624000', '182718.627000', '182718.629000', '182718.632000', '182718.635000', '182718.637000', '182718.640000', '182718.642000', '182718.645000', '182718.647000', '182718.650000', '182718.653000', '182718.655000', '182718.658000', '182718.660000', '182718.663000', '182718.666000', '182718.668000', '182718.671000', '182718.673000', '182718.676000', '182718.678000', '182718.681000', '182718.683000', '182718.686000', '182718.689000', '182718.691000', '182718.694000', '182718.696000', '182718.699000', '182718.702000', '182718.704000', '182718.707000', '182718.709000', '182718.712000', '182718.714000', '182718.718000', '182718.721000', '182718.724000', '182738.615000', '182738.617000', '182738.620000', '182738.623000', '182738.625000', '182738.628000', '182738.630000', '182738.633000', '182738.636000', '182738.638000', '182738.641000', '182738.643000', '182738.646000', '182738.648000', '182738.651000', '182738.654000', '182738.656000', '182738.659000', '182738.661000', '182738.664000', '182738.666000', '182738.669000', '182738.672000', '182738.674000', '182738.677000', '182738.679000', '182738.682000', '182738.684000', '182738.687000', '182738.690000', '182738.692000', '182738.695000', '182738.697000', '182738.700000', '182738.703000', '182738.705000', '182738.708000', '182738.710000', '182738.713000', '182738.715000', '182738.718000', '182738.721000', '182738.723000', '182738.726000', '182758.614000', '182758.617000', '182758.620000', '182758.623000', '182758.625000', '182758.628000', '182758.630000', '182758.633000', '182758.635000', '182758.638000', '182758.640000', '182758.643000', '182758.646000', '182758.648000', '182758.651000', '182758.654000', '182758.656000', '182758.659000', '182758.661000', '182758.664000', '182758.666000', '182758.669000', '182758.671000', '182758.674000', '182758.677000', '182758.679000', '182758.682000', '182758.695000', '182758.698000', '182758.700000', '182758.703000', '182758.705000', '182758.708000', '182758.710000', '182758.713000', '182758.715000', '182758.718000', '182758.721000', '182758.723000', '182758.726000', '182758.729000', '182758.732000', '182758.735000', '182818.615000', '182818.617000', '182818.620000', '182818.623000', '182818.625000', '182818.628000', '182818.630000', '182818.633000', '182818.636000', '182818.638000', '182818.641000', '182818.643000', '182818.646000', '182818.648000', '182818.651000', '182818.654000', '182818.656000', '182818.659000', '182818.661000', '182818.664000', '182818.667000', '182818.669000', '182818.672000', '182818.674000', '182818.677000', '182818.679000', '182818.682000', '182818.685000', '182818.687000', '182818.690000', '182818.692000', '182818.695000', '182818.698000', '182818.700000', '182818.703000', '182818.705000', '182818.708000', '182818.710000', '182818.713000', '182818.716000', '182818.718000', '182818.721000', '182818.723000', '182818.726000', '182838.614000', '182838.616000', '182838.619000', '182838.622000', '182838.624000', '182838.627000', '182838.629000', '182838.632000', '182838.635000', '182838.637000', '182838.640000', '182838.642000', '182838.645000', '182838.648000', '182838.650000', '182838.653000', '182838.655000', '182838.658000', '182838.660000', '182838.663000', '182838.666000', '182838.668000', '182838.671000', '182838.673000', '182838.676000', '182838.678000', '182838.681000', '182838.684000', '182838.686000', '182838.689000', '182838.692000', '182838.694000', '182838.697000', '182838.699000', '182838.702000', '182838.704000', '182838.707000', '182838.709000', '182838.712000', '182838.714000', '182838.717000', '182838.720000', '182838.722000', '182858.614000', '182858.617000', '182858.619000', '182858.622000', '182858.624000', '182858.627000', '182858.630000', '182858.632000', '182858.635000', '182858.638000', '182858.640000', '182858.643000', '182858.645000', '182858.648000', '182858.651000', '182858.653000', '182858.656000', '182858.658000', '182858.661000', '182858.663000', '182858.666000', '182858.668000', '182858.671000', '182858.674000', '182858.676000', '182858.679000', '182858.682000', '182858.684000', '182858.687000', '182858.689000', '182858.692000', '182858.695000', '182858.697000', '182858.700000', '182858.702000', '182858.705000', '182858.707000', '182858.710000', '182858.713000', '182858.715000', '182858.718000', '182858.720000', '182858.723000', '182918.613000', '182918.616000', '182918.619000', '182918.621000', '182918.624000', '182918.627000', '182918.629000', '182918.632000', '182918.634000', '182918.637000', '182918.639000', '182918.642000', '182918.645000', '182918.647000', '182918.650000', '182918.652000', '182918.655000', '182918.658000', '182918.660000', '182918.663000', '182918.665000', '182918.668000', '182918.670000', '182918.673000', '182918.676000', '182918.678000', '182918.681000', '182918.683000', '182918.686000', '182918.689000', '182918.691000', '182918.694000', '182918.696000', '182918.699000', '182918.701000', '182918.704000', '182918.707000', '182918.709000', '182918.712000', '182918.742000', '182918.745000', '182918.748000', '182918.750000', '182918.753000', '182938.614000', '182938.617000', '182938.619000', '182938.622000', '182938.624000', '182938.627000', '182938.630000', '182938.632000', '182938.635000', '182938.637000', '182938.640000', '182938.643000', '182938.645000', '182938.648000', '182938.650000', '182938.653000', '182938.656000', '182938.658000', '182938.661000', '182938.663000', '182938.666000', '182938.668000', '182938.671000', '182938.674000', '182938.676000', '182938.679000', '182938.681000', '182938.684000', '182938.687000', '182938.689000', '182938.692000', '182938.694000', '182938.697000', '182938.699000', '182938.702000', '182938.704000', '182938.707000', '182938.710000', '182938.712000', '182938.715000', '182938.718000', '182938.720000', '182938.723000', '182938.725000', '182958.615000', '182958.618000', '182958.620000', '182958.623000', '182958.625000', '182958.628000', '182958.630000', '182958.633000', '182958.636000', '182958.638000', '182958.641000', '182958.643000', '182958.646000', '182958.648000', '182958.651000', '182958.654000', '182958.656000', '182958.659000', '182958.661000', '182958.664000', '182958.666000', '182958.669000', '182958.672000', '182958.674000', '182958.677000', '182958.679000', '182958.682000', '182958.685000', '182958.687000', '182958.690000', '182958.694000', '182958.696000', '182958.699000', '182958.702000', '182958.704000', '182958.707000', '182958.709000', '182958.712000', '182958.714000', '182958.717000', '182958.720000', '182958.722000', '182958.725000', '183018.616000', '183018.619000', '183018.622000', '183018.624000', '183018.627000', '183018.629000', '183018.632000', '183018.635000', '183018.637000', '183018.640000', '183018.643000', '183018.645000', '183018.648000', '183018.650000', '183018.653000', '183018.656000', '183018.658000', '183018.661000', '183018.663000', '183018.666000', '183018.669000', '183018.672000', '183018.674000', '183018.677000', '183018.679000', '183018.682000', '183018.684000', '183018.687000', '183018.690000', '183018.692000', '183018.695000', '183018.697000', '183018.700000', '183018.703000', '183018.705000', '183018.708000', '183018.710000', '183018.713000', '183018.716000', '183018.718000', '183018.721000', '183018.723000', '183018.726000', '183018.728000', '183038.615000', '183038.617000', '183038.620000', '183038.623000', '183038.625000', '183038.628000', '183038.630000', '183038.633000', '183038.636000', '183038.638000', '183038.641000', '183038.643000', '183038.646000', '183038.648000', '183038.651000', '183038.653000', '183038.656000', '183038.659000', '183038.661000', '183038.664000', '183038.666000', '183038.676000', '183038.678000', '183038.681000', '183038.683000', '183038.686000', '183038.688000', '183038.691000', '183038.693000', '183038.696000', '183038.698000', '183038.701000', '183038.704000', '183038.706000', '183038.709000', '183038.711000', '183038.714000', '183038.717000', '183038.719000', '183038.722000', '183038.724000', '183038.727000', '183038.729000', '183050.795000', '183050.798000', '183050.801000', '183050.803000', '183050.806000', '183050.809000', '183050.838000', '183050.840000', '183050.844000', '183050.847000', '183050.849000', '183050.852000', '183050.854000', '183050.857000', '183050.860000', '183050.862000', '183050.865000', '183050.868000', '183050.870000', '183050.873000', '183050.881000', '183050.883000', '183050.886000', '183050.889000', '183050.892000', '183050.894000', '183050.897000'], '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': [7956, 7734, 7442, 7804, 7256, 7896, 7310, 7544, 7491, 7510, 7438, 7331, 7345, 6433, 7541, 7206, 7376, 7364, 7402, 7531, 7468, 7946, 7080, 7672, 7184, 7244, 7040, 7282, 6391, 7280, 7273, 7414, 7370, 7613, 7789, 7149, 7519, 7485, 7630, 6174, 7401, 7354, 7628, 7193, 7319, 6874, 6976, 7784, 7502, 7774, 7253, 7577, 7464, 7494, 7580, 6975, 7896, 7502, 7479, 7658, 7781, 7429, 7204, 7660, 7276, 7615, 7557, 7441, 7441, 6921, 7775, 7332, 7891, 7721, 7584, 7859, 7574, 7880, 7248, 7462, 6411, 7788, 7326, 8180, 7714, 7851, 7854, 7646, 7978, 7719, 7739, 7560, 7870, 7697, 7318, 7431, 7029, 7665, 7500, 7998, 7926, 7740, 7853, 6979, 7496, 7378, 7595, 7564, 7723, 7702, 7448, 7762, 7178, 7565, 6901, 7481, 7164, 7588, 7334, 7595, 7620, 7414, 7618, 7250, 7663, 6329, 7269, 7070, 7351, 7010, 7925, 7203, 7425, 7112, 7378, 7471, 7300, 7459, 7363, 7536, 7316, 7553, 7077, 7380, 6352, 7357, 7088, 7480, 7172, 7210, 7522, 7411, 7477, 7119, 7540, 7110, 7304, 7141, 7246, 6125, 7189, 6824, 7523, 6575, 6946, 7433, 7493, 7599, 7132, 7616, 7122, 7687, 7462, 7139, 7520, 7166, 7367, 6773, 7514, 7163, 7394, 7114, 7652, 7470, 7663, 7587, 7171, 7429, 7434, 7704, 7214, 7573, 7163, 7741, 7538, 7696, 8076, 7433, 7889, 7434, 7580, 7350, 7731, 7096, 7760, 6786, 7786, 7490, 7741, 7573, 7837, 7572, 7843, 7797, 7324, 7729, 7288, 7587, 6362, 7822, 7584, 7559, 7425, 7510, 7468, 7682, 7821, 7430, 7761, 7227, 7449, 7164, 7555, 7438, 7284, 6790, 7305, 6961, 7688, 7401, 7768, 7033, 6323, 7779, 7143, 7600, 7732, 7550, 7407, 6695, 7658, 7240, 7747, 7388, 7772, 7609, 7514, 9010, 7171, 7796, 6844, 7303, 7124, 7153, 7245, 7694, 7033, 7442, 7164, 7426, 7486, 7557, 7512, 7216, 7450, 7027, 7529, 7260, 7390, 6511, 7451, 6733, 7353, 7109, 7634, 7009, 7724, 7306, 7542, 7679, 7674, 7541, 7336, 7625, 7187, 7521, 6983, 7289, 7329, 7619, 6373, 7531, 6329, 7875, 7476, 7879, 7364, 7746, 7674, 7833, 7761, 7927, 7612, 7347, 7786, 7200, 7520, 7390, 7402, 6908, 7645, 7237, 7478, 6995, 7651, 7267, 7839, 7215, 7756, 8670, 7387, 7956, 7578, 8065, 7504, 7690, 7746, 8060, 7390, 7109, 7319, 7226, 7558, 7401, 7686, 7549, 7275, 7531, 6357, 7452, 7165, 7600, 7312, 7354, 6895, 7456, 6990, 7195, 7003, 7129, 7023, 7319, 6939, 7186, 7102, 7319, 7252, 7238, 6967, 6965, 6896, 7208, 7163, 7108, 6685, 7201, 6932, 7352, 6922, 7613, 7328, 7463, 7373, 7539, 7367, 7450, 7537, 7074, 7353, 6802, 7503, 7284, 7614, 7542, 7464, 7583, 7257, 7489, 7417, 7834, 7442, 7668, 7847, 7439, 7572, 7069, 7560, 7090, 7393, 7164, 7189, 7116, 7403, 7365, 7283, 7494, 7730, 7332, 7641, 7701, 6932, 7694, 7043, 7575, 7315, 7560, 7261, 7642, 7623, 7501, 7791, 7474, 7521, 7109, 7631, 6387, 7567, 7500, 7800, 7643, 6252, 7405, 7016, 7428, 7301, 7552, 7831, 7265, 7640, 7386, 7496, 7014, 7597, 6764, 7370, 7147, 7675, 7625, 7356, 8981, 7098, 7295, 6743, 7203, 6224, 7184, 7097, 7165, 7155, 7351, 7191, 7509, 7229, 7416, 7073, 7358, 7036, 7465, 6989, 7349, 7061, 7136, 6893, 7406, 6949, 7295, 7318, 7161, 7405, 7026, 7046, 7393, 7227, 6811, 7418, 7414, 7438, 7532, 6951, 7403, 6930, 7211, 6676, 7160, 7167, 7147, 7260, 7078, 6864, 7284, 7139, 6493, 7287, 6799, 7564, 7065, 7149, 7502, 7038, 7465, 6412, 7517, 7046, 7410, 7443, 7409, 7581, 7261, 7595, 6971, 7501, 7316, 7691, 7471, 8004, 7381, 7576, 7737, 7723, 7643, 7671, 7590, 7373, 7438, 6894, 7473, 6316, 7454, 6879, 7361, 7054, 7369, 7256, 7502, 7278, 7496, 7604, 7132, 7396, 6944, 7219, 6904, 7136, 7407, 7356, 6998, 7507, 7061, 7545, 7462, 7363, 7305, 6965, 7243, 6481, 7271, 6947, 7379, 6671, 7263, 7025, 7505, 7344, 7497, 7620, 7191, 7361, 6969, 7356, 6213, 7420, 6911, 7558, 6997, 7514, 7291, 7374, 7398, 7051, 7246, 6889, 7308, 6932, 7192, 6998, 7331, 6799, 7096, 6629, 7258, 7172, 7160, 7243, 7273, 7155, 7795, 7430, 7621, 7721, 7600, 7855, 7524, 7546, 7269, 7764, 6858, 7204, 6973, 7232, 7092, 7229, 7412, 7357, 6987, 7609, 7227, 7598, 7425, 7252, 7430, 7094, 7343, 6278, 7335, 7137, 7342, 6914, 7729, 7270, 7539, 7502, 6959, 7259, 6304, 7454, 7033, 7234, 7303, 7357, 7603, 7670, 7275, 7145, 7410, 6258, 7102, 6359, 7368, 7099, 7423, 7401, 7253, 7080, 7431, 7405, 7378, 7466, 7029, 7184, 6595, 7259, 6866, 7175, 6485, 7250, 7071, 7209, 6859, 7329, 7334, 7239, 7177, 6961, 7171, 6694, 7314, 6284, 7441, 7061, 7117, 7149, 7080, 7076, 6338, 7624, 7035, 7180, 6817, 7294, 7441, 7207, 7393, 7589, 6357, 7344, 7342, 7324, 7698, 7255, 7808, 7130, 7269, 6773, 7290, 7033, 7605, 7393, 7385, 7387, 7074, 7455, 6950, 7447, 6843, 7370, 6954, 7476, 6922, 7564, 7559, 7274, 7489, 7136, 7187, 7158, 7217, 6296, 7285, 7159, 7270, 7183, 7664, 7136, 7560, 7313, 7518, 7347, 7467, 7443, 7619, 7653, 7548, 7522, 7401, 7516, 7284, 7496, 7453, 7415, 6812, 7115, 6539, 7464, 7086, 7700, 7165, 7493, 7393, 7549, 7395, 7627, 7304, 7358, 7317, 7382, 7220, 7487, 7425, 7444, 7558, 7400, 7356, 7455, 7582, 7468, 7367, 7126, 7353, 7095, 7061, 6845, 7290, 6813, 7170, 6774, 7176, 6911, 7408, 7247, 7542, 7044, 7858, 7407, 7651, 7629, 7263, 7314, 7131, 7365, 6393, 7387, 6282, 7338, 7131, 7513, 7099, 7488, 7145, 7648, 7481, 7489, 7409, 7269, 7672, 7044, 7401, 6893, 7138, 6489, 7230, 7072, 7239, 7118, 7532, 7301, 7579, 7210, 7381, 7481, 7367, 7472, 7231, 7309, 6915, 7314, 7024, 7274, 6317, 7109, 7194, 7331, 7034, 7511, 7322, 7676, 7679, 7322, 7624, 7112, 7428, 7025, 7452], 'WindowCenter': [3886.0, 3871.0, 3859.0, 3855.0, 3843.0, 3853.0, 3828.0, 3837.0, 3827.0, 3838.0, 3838.0, 3840.0, 3840.0, 3829.0, 3851.0, 3840.0, 3840.0, 3839.0, 3840.0, 3850.0, 3842.0, 3850.0, 3841.0, 3839.0, 3829.0, 3838.0, 3828.0, 3828.0, 3817.0, 3826.0, 3826.0, 3827.0, 3826.0, 3837.0, 3837.0, 3828.0, 3837.0, 3838.0, 3841.0, 3819.0, 3839.0, 3838.0, 3838.0, 3828.0, 3838.0, 3827.0, 3827.0, 3837.0, 3838.0, 3839.0, 3839.0, 3850.0, 3838.0, 3838.0, 3839.0, 3828.0, 3850.0, 3839.0, 3839.0, 3839.0, 3839.0, 3838.0, 3838.0, 3838.0, 3838.0, 3838.0, 3837.0, 3838.0, 3838.0, 3828.0, 3850.0, 3840.0, 3850.0, 3850.0, 3851.0, 3850.0, 3851.0, 3850.0, 3840.0, 3840.0, 3829.0, 3839.0, 3840.0, 3850.0, 3850.0, 3850.0, 3850.0, 3851.0, 3850.0, 3851.0, 3851.0, 3851.0, 3851.0, 3850.0, 3841.0, 3851.0, 3841.0, 3851.0, 3853.0, 3864.0, 3864.0, 3865.0, 3864.0, 3842.0, 3851.0, 3840.0, 3840.0, 3840.0, 3838.0, 3838.0, 3839.0, 3838.0, 3828.0, 3838.0, 3827.0, 3827.0, 3827.0, 3837.0, 3826.0, 3836.0, 3836.0, 3827.0, 3837.0, 3837.0, 3838.0, 3816.0, 3824.0, 3826.0, 3826.0, 3826.0, 3836.0, 3826.0, 3825.0, 3825.0, 3824.0, 3825.0, 3825.0, 3823.0, 3825.0, 3824.0, 3825.0, 3825.0, 3825.0, 3825.0, 3815.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3836.0, 3825.0, 3826.0, 3826.0, 3837.0, 3827.0, 3826.0, 3826.0, 3826.0, 3816.0, 3826.0, 3827.0, 3838.0, 3827.0, 3827.0, 3825.0, 3838.0, 3838.0, 3839.0, 3850.0, 3839.0, 3851.0, 3840.0, 3841.0, 3851.0, 3839.0, 3840.0, 3830.0, 3839.0, 3839.0, 3838.0, 3828.0, 3838.0, 3837.0, 3849.0, 3839.0, 3840.0, 3838.0, 3840.0, 3850.0, 3839.0, 3839.0, 3839.0, 3850.0, 3850.0, 3849.0, 3850.0, 3840.0, 3849.0, 3840.0, 3850.0, 3839.0, 3840.0, 3828.0, 3839.0, 3829.0, 3838.0, 3838.0, 3837.0, 3837.0, 3837.0, 3837.0, 3837.0, 3837.0, 3825.0, 3837.0, 3827.0, 3837.0, 3816.0, 3838.0, 3838.0, 3837.0, 3837.0, 3838.0, 3838.0, 3838.0, 3837.0, 3838.0, 3838.0, 3827.0, 3826.0, 3827.0, 3837.0, 3827.0, 3826.0, 3816.0, 3826.0, 3825.0, 3839.0, 3839.0, 3839.0, 3839.0, 3829.0, 3850.0, 3841.0, 3851.0, 3851.0, 3852.0, 3841.0, 3830.0, 3850.0, 3840.0, 3839.0, 3838.0, 3837.0, 3838.0, 3826.0, 3847.0, 3827.0, 3835.0, 3816.0, 3826.0, 3815.0, 3826.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3824.0, 3836.0, 3826.0, 3826.0, 3826.0, 3825.0, 3836.0, 3825.0, 3826.0, 3815.0, 3825.0, 3815.0, 3825.0, 3824.0, 3837.0, 3825.0, 3837.0, 3826.0, 3837.0, 3837.0, 3838.0, 3837.0, 3826.0, 3837.0, 3827.0, 3835.0, 3827.0, 3837.0, 3836.0, 3837.0, 3818.0, 3839.0, 3817.0, 3848.0, 3838.0, 3849.0, 3838.0, 3839.0, 3838.0, 3838.0, 3838.0, 3850.0, 3838.0, 3838.0, 3838.0, 3838.0, 3836.0, 3826.0, 3826.0, 3826.0, 3837.0, 3837.0, 3838.0, 3827.0, 3850.0, 3840.0, 3839.0, 3840.0, 3840.0, 3849.0, 3838.0, 3838.0, 3837.0, 3836.0, 3826.0, 3825.0, 3825.0, 3824.0, 3823.0, 3812.0, 3812.0, 3811.0, 3824.0, 3824.0, 3825.0, 3825.0, 3826.0, 3825.0, 3816.0, 3837.0, 3827.0, 3836.0, 3839.0, 3837.0, 3827.0, 3827.0, 3826.0, 3826.0, 3826.0, 3825.0, 3826.0, 3825.0, 3825.0, 3815.0, 3814.0, 3824.0, 3825.0, 3824.0, 3814.0, 3814.0, 3815.0, 3823.0, 3816.0, 3814.0, 3815.0, 3823.0, 3824.0, 3826.0, 3825.0, 3837.0, 3825.0, 3825.0, 3826.0, 3838.0, 3826.0, 3838.0, 3835.0, 3827.0, 3826.0, 3816.0, 3827.0, 3828.0, 3839.0, 3839.0, 3838.0, 3838.0, 3839.0, 3838.0, 3828.0, 3839.0, 3838.0, 3839.0, 3837.0, 3828.0, 3825.0, 3826.0, 3827.0, 3827.0, 3826.0, 3816.0, 3815.0, 3815.0, 3825.0, 3823.0, 3824.0, 3814.0, 3824.0, 3825.0, 3824.0, 3825.0, 3826.0, 3825.0, 3824.0, 3836.0, 3827.0, 3838.0, 3827.0, 3837.0, 3835.0, 3826.0, 3837.0, 3837.0, 3836.0, 3828.0, 3838.0, 3814.0, 3835.0, 3827.0, 3837.0, 3838.0, 3816.0, 3826.0, 3828.0, 3837.0, 3826.0, 3838.0, 3837.0, 3839.0, 3839.0, 3838.0, 3839.0, 3829.0, 3838.0, 3817.0, 3826.0, 3827.0, 3827.0, 3826.0, 3826.0, 3846.0, 3815.0, 3824.0, 3814.0, 3813.0, 3793.0, 3812.0, 3813.0, 3813.0, 3801.0, 3812.0, 3813.0, 3814.0, 3813.0, 3813.0, 3813.0, 3814.0, 3811.0, 3813.0, 3802.0, 3812.0, 3801.0, 3800.0, 3801.0, 3812.0, 3800.0, 3812.0, 3811.0, 3812.0, 3813.0, 3814.0, 3814.0, 3824.0, 3825.0, 3816.0, 3826.0, 3827.0, 3827.0, 3838.0, 3828.0, 3826.0, 3827.0, 3827.0, 3817.0, 3827.0, 3826.0, 3826.0, 3827.0, 3827.0, 3815.0, 3825.0, 3825.0, 3815.0, 3837.0, 3826.0, 3850.0, 3828.0, 3838.0, 3840.0, 3829.0, 3840.0, 3829.0, 3840.0, 3829.0, 3840.0, 3838.0, 3839.0, 3840.0, 3839.0, 3837.0, 3828.0, 3839.0, 3838.0, 3840.0, 3839.0, 3840.0, 3837.0, 3838.0, 3838.0, 3838.0, 3837.0, 3837.0, 3838.0, 3828.0, 3826.0, 3827.0, 3827.0, 3817.0, 3827.0, 3827.0, 3828.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3826.0, 3826.0, 3816.0, 3827.0, 3825.0, 3825.0, 3827.0, 3825.0, 3837.0, 3827.0, 3828.0, 3826.0, 3827.0, 3827.0, 3817.0, 3837.0, 3826.0, 3827.0, 3828.0, 3827.0, 3827.0, 3826.0, 3826.0, 3828.0, 3837.0, 3827.0, 3827.0, 3826.0, 3827.0, 3807.0, 3828.0, 3826.0, 3839.0, 3827.0, 3839.0, 3839.0, 3840.0, 3839.0, 3830.0, 3839.0, 3830.0, 3827.0, 3826.0, 3827.0, 3826.0, 3827.0, 3816.0, 3815.0, 3816.0, 3825.0, 3813.0, 3814.0, 3825.0, 3826.0, 3815.0, 3825.0, 3825.0, 3825.0, 3824.0, 3837.0, 3837.0, 3837.0, 3826.0, 3827.0, 3826.0, 3816.0, 3825.0, 3826.0, 3825.0, 3827.0, 3827.0, 3826.0, 3827.0, 3826.0, 3836.0, 3827.0, 3839.0, 3826.0, 3828.0, 3827.0, 3826.0, 3826.0, 3817.0, 3827.0, 3828.0, 3826.0, 3826.0, 3837.0, 3826.0, 3838.0, 3827.0, 3828.0, 3827.0, 3816.0, 3837.0, 3828.0, 3839.0, 3839.0, 3838.0, 3838.0, 3839.0, 3838.0, 3829.0, 3828.0, 3817.0, 3827.0, 3818.0, 3828.0, 3826.0, 3827.0, 3827.0, 3826.0, 3826.0, 3826.0, 3827.0, 3827.0, 3826.0, 3827.0, 3826.0, 3816.0, 3827.0, 3816.0, 3827.0, 3817.0, 3826.0, 3826.0, 3827.0, 3816.0, 3826.0, 3825.0, 3827.0, 3826.0, 3827.0, 3826.0, 3815.0, 3826.0, 3817.0, 3827.0, 3826.0, 3826.0, 3826.0, 3826.0, 3814.0, 3815.0, 3838.0, 3829.0, 3829.0, 3817.0, 3839.0, 3840.0, 3840.0, 3841.0, 3840.0, 3818.0, 3829.0, 3829.0, 3827.0, 3826.0, 3828.0, 3827.0, 3816.0, 3827.0, 3815.0, 3826.0, 3825.0, 3826.0, 3826.0, 3827.0, 3827.0, 3827.0, 3826.0, 3828.0, 3828.0, 3827.0, 3827.0, 3828.0, 3828.0, 3827.0, 3838.0, 3838.0, 3828.0, 3826.0, 3826.0, 3816.0, 3827.0, 3827.0, 3805.0, 3825.0, 3827.0, 3828.0, 3827.0, 3838.0, 3827.0, 3840.0, 3829.0, 3829.0, 3827.0, 3827.0, 3827.0, 3827.0, 3826.0, 3826.0, 3826.0, 3825.0, 3813.0, 3824.0, 3826.0, 3825.0, 3825.0, 3816.0, 3827.0, 3817.0, 3827.0, 3827.0, 3837.0, 3826.0, 3827.0, 3826.0, 3827.0, 3826.0, 3826.0, 3826.0, 3824.0, 3826.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3826.0, 3827.0, 3826.0, 3828.0, 3825.0, 3828.0, 3826.0, 3828.0, 3827.0, 3829.0, 3827.0, 3828.0, 3828.0, 3817.0, 3828.0, 3827.0, 3828.0, 3827.0, 3827.0, 3827.0, 3838.0, 3828.0, 3838.0, 3827.0, 3838.0, 3838.0, 3839.0, 3839.0, 3828.0, 3838.0, 3818.0, 3838.0, 3819.0, 3840.0, 3829.0, 3829.0, 3828.0, 3837.0, 3828.0, 3839.0, 3827.0, 3827.0, 3828.0, 3826.0, 3825.0, 3825.0, 3826.0, 3826.0, 3816.0, 3807.0, 3825.0, 3815.0, 3826.0, 3815.0, 3827.0, 3825.0, 3827.0, 3824.0, 3825.0, 3824.0, 3826.0, 3824.0, 3826.0, 3826.0, 3815.0, 3826.0, 3815.0, 3825.0, 3805.0, 3814.0, 3814.0, 3825.0, 3815.0, 3826.0, 3826.0, 3837.0, 3838.0, 3838.0, 3838.0, 3840.0, 3839.0, 3840.0, 3840.0], 'WindowWidth': [8725.0, 8692.0, 8668.0, 8656.0, 8636.0, 8646.0, 8606.0, 8617.0, 8603.0, 8619.0, 8618.0, 8624.0, 8624.0, 8611.0, 8639.0, 8626.0, 8624.0, 8624.0, 8626.0, 8639.0, 8630.0, 8638.0, 8628.0, 8622.0, 8608.0, 8619.0, 8605.0, 8605.0, 8589.0, 8597.0, 8598.0, 8600.0, 8598.0, 8614.0, 8614.0, 8604.0, 8618.0, 8619.0, 8626.0, 8595.0, 8622.0, 8620.0, 8618.0, 8606.0, 8618.0, 8602.0, 8603.0, 8615.0, 8618.0, 8621.0, 8623.0, 8639.0, 8619.0, 8619.0, 8621.0, 8605.0, 8637.0, 8623.0, 8620.0, 8620.0, 8622.0, 8620.0, 8619.0, 8619.0, 8619.0, 8618.0, 8614.0, 8617.0, 8619.0, 8605.0, 8638.0, 8624.0, 8638.0, 8638.0, 8640.0, 8637.0, 8642.0, 8639.0, 8625.0, 8623.0, 8609.0, 8623.0, 8624.0, 8639.0, 8638.0, 8639.0, 8637.0, 8640.0, 8639.0, 8643.0, 8641.0, 8641.0, 8641.0, 8639.0, 8629.0, 8642.0, 8628.0, 8642.0, 8647.0, 8663.0, 8665.0, 8668.0, 8663.0, 8633.0, 8640.0, 8625.0, 8624.0, 8623.0, 8619.0, 8619.0, 8621.0, 8617.0, 8604.0, 8619.0, 8603.0, 8600.0, 8600.0, 8613.0, 8598.0, 8611.0, 8612.0, 8603.0, 8616.0, 8615.0, 8618.0, 8587.0, 8596.0, 8599.0, 8598.0, 8597.0, 8612.0, 8597.0, 8594.0, 8595.0, 8594.0, 8594.0, 8596.0, 8591.0, 8594.0, 8593.0, 8595.0, 8594.0, 8595.0, 8596.0, 8583.0, 8597.0, 8598.0, 8598.0, 8599.0, 8599.0, 8612.0, 8597.0, 8598.0, 8600.0, 8614.0, 8603.0, 8599.0, 8599.0, 8599.0, 8588.0, 8600.0, 8603.0, 8620.0, 8602.0, 8603.0, 8597.0, 8617.0, 8620.0, 8622.0, 8639.0, 8624.0, 8642.0, 8626.0, 8627.0, 8641.0, 8623.0, 8623.0, 8611.0, 8621.0, 8622.0, 8620.0, 8606.0, 8619.0, 8618.0, 8635.0, 8622.0, 8624.0, 8619.0, 8625.0, 8639.0, 8622.0, 8622.0, 8622.0, 8639.0, 8637.0, 8636.0, 8638.0, 8624.0, 8636.0, 8625.0, 8638.0, 8623.0, 8623.0, 8608.0, 8622.0, 8609.0, 8618.0, 8618.0, 8615.0, 8615.0, 8614.0, 8614.0, 8614.0, 8614.0, 8598.0, 8614.0, 8601.0, 8616.0, 8587.0, 8617.0, 8618.0, 8617.0, 8615.0, 8619.0, 8617.0, 8617.0, 8614.0, 8619.0, 8617.0, 8601.0, 8599.0, 8602.0, 8613.0, 8601.0, 8599.0, 8586.0, 8599.0, 8597.0, 8620.0, 8620.0, 8621.0, 8623.0, 8609.0, 8639.0, 8628.0, 8642.0, 8642.0, 8645.0, 8628.0, 8613.0, 8638.0, 8622.0, 8622.0, 8617.0, 8616.0, 8617.0, 8599.0, 8626.0, 8602.0, 8609.0, 8585.0, 8598.0, 8583.0, 8596.0, 8594.0, 8594.0, 8596.0, 8596.0, 8596.0, 8598.0, 8593.0, 8611.0, 8597.0, 8599.0, 8597.0, 8596.0, 8610.0, 8597.0, 8596.0, 8585.0, 8595.0, 8583.0, 8597.0, 8594.0, 8614.0, 8597.0, 8614.0, 8598.0, 8614.0, 8613.0, 8617.0, 8614.0, 8599.0, 8612.0, 8602.0, 8610.0, 8602.0, 8615.0, 8614.0, 8616.0, 8591.0, 8620.0, 8590.0, 8632.0, 8620.0, 8634.0, 8617.0, 8620.0, 8618.0, 8618.0, 8619.0, 8636.0, 8617.0, 8618.0, 8618.0, 8618.0, 8613.0, 8600.0, 8599.0, 8600.0, 8613.0, 8616.0, 8619.0, 8602.0, 8638.0, 8623.0, 8623.0, 8624.0, 8623.0, 8633.0, 8618.0, 8617.0, 8614.0, 8610.0, 8598.0, 8593.0, 8594.0, 8590.0, 8589.0, 8572.0, 8573.0, 8569.0, 8590.0, 8590.0, 8594.0, 8593.0, 8596.0, 8596.0, 8587.0, 8614.0, 8603.0, 8614.0, 8622.0, 8615.0, 8603.0, 8602.0, 8598.0, 8598.0, 8599.0, 8595.0, 8598.0, 8594.0, 8595.0, 8580.0, 8580.0, 8593.0, 8594.0, 8591.0, 8578.0, 8579.0, 8580.0, 8590.0, 8583.0, 8579.0, 8581.0, 8590.0, 8591.0, 8596.0, 8594.0, 8613.0, 8596.0, 8596.0, 8598.0, 8616.0, 8599.0, 8618.0, 8610.0, 8601.0, 8598.0, 8585.0, 8602.0, 8603.0, 8620.0, 8620.0, 8619.0, 8617.0, 8620.0, 8618.0, 8603.0, 8619.0, 8617.0, 8618.0, 8615.0, 8603.0, 8596.0, 8599.0, 8599.0, 8599.0, 8597.0, 8583.0, 8580.0, 8580.0, 8592.0, 8587.0, 8591.0, 8577.0, 8591.0, 8592.0, 8591.0, 8593.0, 8596.0, 8594.0, 8593.0, 8611.0, 8599.0, 8615.0, 8602.0, 8614.0, 8610.0, 8600.0, 8615.0, 8615.0, 8610.0, 8604.0, 8615.0, 8580.0, 8609.0, 8599.0, 8613.0, 8618.0, 8586.0, 8599.0, 8605.0, 8616.0, 8598.0, 8617.0, 8616.0, 8621.0, 8621.0, 8619.0, 8620.0, 8608.0, 8619.0, 8588.0, 8599.0, 8601.0, 8599.0, 8597.0, 8596.0, 8622.0, 8581.0, 8589.0, 8578.0, 8575.0, 8547.0, 8571.0, 8572.0, 8573.0, 8555.0, 8571.0, 8573.0, 8576.0, 8575.0, 8574.0, 8575.0, 8576.0, 8570.0, 8573.0, 8556.0, 8570.0, 8554.0, 8553.0, 8552.0, 8569.0, 8551.0, 8571.0, 8567.0, 8572.0, 8573.0, 8577.0, 8577.0, 8592.0, 8596.0, 8583.0, 8599.0, 8600.0, 8602.0, 8616.0, 8603.0, 8597.0, 8601.0, 8600.0, 8589.0, 8600.0, 8599.0, 8599.0, 8599.0, 8600.0, 8580.0, 8595.0, 8596.0, 8584.0, 8614.0, 8602.0, 8637.0, 8606.0, 8620.0, 8622.0, 8607.0, 8624.0, 8609.0, 8623.0, 8608.0, 8624.0, 8618.0, 8622.0, 8623.0, 8622.0, 8616.0, 8605.0, 8621.0, 8618.0, 8622.0, 8620.0, 8622.0, 8616.0, 8619.0, 8617.0, 8618.0, 8615.0, 8615.0, 8617.0, 8604.0, 8599.0, 8600.0, 8601.0, 8589.0, 8602.0, 8601.0, 8605.0, 8601.0, 8602.0, 8601.0, 8601.0, 8601.0, 8601.0, 8600.0, 8600.0, 8600.0, 8600.0, 8596.0, 8598.0, 8585.0, 8600.0, 8595.0, 8595.0, 8601.0, 8596.0, 8614.0, 8600.0, 8602.0, 8599.0, 8601.0, 8602.0, 8588.0, 8614.0, 8600.0, 8602.0, 8604.0, 8602.0, 8600.0, 8600.0, 8599.0, 8604.0, 8613.0, 8601.0, 8600.0, 8598.0, 8600.0, 8574.0, 8602.0, 8599.0, 8620.0, 8603.0, 8622.0, 8621.0, 8624.0, 8620.0, 8610.0, 8621.0, 8609.0, 8602.0, 8600.0, 8599.0, 8598.0, 8598.0, 8583.0, 8582.0, 8582.0, 8592.0, 8576.0, 8578.0, 8593.0, 8596.0, 8581.0, 8595.0, 8594.0, 8594.0, 8593.0, 8612.0, 8613.0, 8615.0, 8597.0, 8601.0, 8597.0, 8584.0, 8596.0, 8596.0, 8596.0, 8600.0, 8598.0, 8597.0, 8599.0, 8596.0, 8612.0, 8600.0, 8617.0, 8598.0, 8604.0, 8601.0, 8601.0, 8601.0, 8589.0, 8600.0, 8603.0, 8598.0, 8598.0, 8615.0, 8598.0, 8617.0, 8602.0, 8603.0, 8601.0, 8586.0, 8615.0, 8603.0, 8620.0, 8619.0, 8618.0, 8617.0, 8622.0, 8617.0, 8607.0, 8603.0, 8589.0, 8602.0, 8591.0, 8604.0, 8599.0, 8599.0, 8600.0, 8598.0, 8596.0, 8598.0, 8599.0, 8601.0, 8596.0, 8600.0, 8598.0, 8584.0, 8599.0, 8584.0, 8600.0, 8586.0, 8598.0, 8596.0, 8599.0, 8584.0, 8597.0, 8596.0, 8601.0, 8598.0, 8600.0, 8598.0, 8583.0, 8598.0, 8586.0, 8600.0, 8598.0, 8598.0, 8597.0, 8597.0, 8579.0, 8584.0, 8618.0, 8609.0, 8607.0, 8589.0, 8621.0, 8622.0, 8622.0, 8625.0, 8624.0, 8593.0, 8606.0, 8606.0, 8600.0, 8597.0, 8601.0, 8600.0, 8584.0, 8598.0, 8581.0, 8596.0, 8595.0, 8598.0, 8597.0, 8599.0, 8601.0, 8600.0, 8598.0, 8604.0, 8604.0, 8601.0, 8602.0, 8603.0, 8604.0, 8601.0, 8616.0, 8615.0, 8602.0, 8598.0, 8598.0, 8584.0, 8600.0, 8598.0, 8570.0, 8596.0, 8599.0, 8604.0, 8601.0, 8618.0, 8603.0, 8621.0, 8606.0, 8606.0, 8601.0, 8600.0, 8599.0, 8600.0, 8596.0, 8597.0, 8595.0, 8593.0, 8576.0, 8592.0, 8595.0, 8595.0, 8595.0, 8584.0, 8599.0, 8586.0, 8602.0, 8602.0, 8614.0, 8599.0, 8601.0, 8598.0, 8601.0, 8598.0, 8598.0, 8597.0, 8593.0, 8595.0, 8595.0, 8593.0, 8598.0, 8597.0, 8597.0, 8597.0, 8600.0, 8596.0, 8602.0, 8595.0, 8603.0, 8599.0, 8603.0, 8601.0, 8605.0, 8602.0, 8604.0, 8605.0, 8589.0, 8604.0, 8601.0, 8603.0, 8602.0, 8601.0, 8601.0, 8616.0, 8603.0, 8615.0, 8602.0, 8616.0, 8617.0, 8620.0, 8619.0, 8605.0, 8618.0, 8591.0, 8619.0, 8593.0, 8622.0, 8607.0, 8606.0, 8603.0, 8614.0, 8602.0, 8618.0, 8600.0, 8601.0, 8602.0, 8598.0, 8595.0, 8597.0, 8596.0, 8599.0, 8584.0, 8572.0, 8594.0, 8580.0, 8598.0, 8581.0, 8599.0, 8596.0, 8600.0, 8592.0, 8594.0, 8592.0, 8597.0, 8592.0, 8598.0, 8595.0, 8582.0, 8595.0, 8581.0, 8594.0, 8568.0, 8578.0, 8579.0, 8594.0, 8580.0, 8597.0, 8598.0, 8612.0, 8615.0, 8617.0, 8618.0, 8624.0, 8621.0, 8623.0, 8623.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.0010019815668202766</td></tr>
<tr><td colspan=3>aqi</td><td>0.01959010449308756</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.99084671078429</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.148959747958477</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9941272314648225</td></tr>
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
<tr><td colspan=3>fber</td><td>6405.9131</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07608125281934872</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0368663594470047</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.426743020992288</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.336448307931095</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.625658573763058</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3181221812827113</td></tr>
<tr><td colspan=3>gcor</td><td>0.00606752</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011806652881205082</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022607916966080666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.7970441596082725</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>30.6294</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8162</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.8907</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306696.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>618.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.5393</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0371</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.1916</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3086.8398</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.7702</td></tr>
<tr><td colspan=3>tsnr</td><td>40.86058672971558</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>