ds005256-mriqc/sub-0060_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== 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-0060 --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-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +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-0060_ses-03_task-social_acq-mb8_run-06_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-0060_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-06_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-0060/ses-03/func/sub-0060_ses-03_task-social_acq-mb8_run-06_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>aea5b6d23eb08784f43b424d8a81aa84</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:40:30.407500</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.999284, 0.0378312, -0.000777441, -0.0373407, 0.989235, 0.141491]</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-06_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.0890814</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7735, -7267, 686, -25, 38, 5, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>04b34a58-b2fc-4683-9395-6b89abf9a463||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.6810054779052734, -0.10018228739500046, -0.016528988257050514, 115.95728302001953], [-0.10149829089641571, 2.654045343399048, 0.38167399168014526, -100.1383056640625], [-0.002085817977786064, -0.3796102702617645, 2.6728360652923584, -44.41196823120117], [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': ['184030.407500', '184030.867500', '184031.327500', '184031.787500', '184032.247500', '184032.707500', '184033.167500', '184033.627500', '184034.087500', '184034.547500', '184035.007500', '184035.467500', '184035.927500', '184036.387500', '184036.847500', '184037.307500', '184037.767500', '184038.227500', '184038.687500', '184039.147500', '184039.607500', '184040.067500', '184040.527500', '184040.987500', '184041.447500', '184041.907500', '184042.367500', '184042.827500', '184043.287500', '184043.747500', '184044.207500', '184044.667500', '184045.127500', '184045.587500', '184046.047500', '184046.507500', '184046.967500', '184047.427500', '184047.887500', '184048.347500', '184048.807500', '184049.267500', '184049.727500', '184050.187500', '184050.647500', '184051.107500', '184051.567500', '184052.027500', '184052.487500', '184052.947500', '184053.407500', '184053.867500', '184054.327500', '184054.787500', '184055.247500', '184055.707500', '184056.167500', '184056.627500', '184057.087500', '184057.547500', '184058.007500', '184058.467500', '184058.927500', '184059.387500', '184059.847500', '184100.307500', '184100.767500', '184101.227500', '184101.687500', '184102.147500', '184102.607500', '184103.067500', '184103.527500', '184103.987500', '184104.447500', '184104.907500', '184105.367500', '184105.827500', '184106.287500', '184106.747500', '184107.207500', '184107.667500', '184108.127500', '184108.587500', '184109.047500', '184109.507500', '184109.967500', '184110.427500', '184110.887500', '184111.347500', '184111.807500', '184112.267500', '184112.727500', '184113.187500', '184113.647500', '184114.107500', '184114.567500', '184115.027500', '184115.487500', '184115.947500', '184116.407500', '184116.867500', '184117.327500', '184117.787500', '184118.247500', '184118.707500', '184119.167500', '184119.627500', '184120.087500', '184120.547500', '184121.007500', '184121.467500', '184121.927500', '184122.387500', '184122.847500', '184123.307500', '184123.767500', '184124.227500', '184124.687500', '184125.147500', '184125.607500', '184126.067500', '184126.527500', '184126.987500', '184127.447500', '184127.907500', '184128.367500', '184128.827500', '184129.287500', '184129.747500', '184130.207500', '184130.667500', '184131.127500', '184131.587500', '184132.047500', '184132.507500', '184132.967500', '184133.427500', '184133.887500', '184134.347500', '184134.807500', '184135.267500', '184135.727500', '184136.187500', '184136.647500', '184137.107500', '184137.567500', '184138.027500', '184138.487500', '184138.947500', '184139.407500', '184139.867500', '184140.327500', '184140.787500', '184141.247500', '184141.707500', '184142.167500', '184142.627500', '184143.087500', '184143.547500', '184144.007500', '184144.467500', '184144.927500', '184145.387500', '184145.847500', '184146.307500', '184146.767500', '184147.227500', '184147.687500', '184148.147500', '184148.607500', '184149.067500', '184149.527500', '184149.987500', '184150.447500', '184150.907500', '184151.367500', '184151.827500', '184152.287500', '184152.747500', '184153.207500', '184153.667500', '184154.127500', '184154.587500', '184155.047500', '184155.507500', '184155.967500', '184156.427500', '184156.887500', '184157.347500', '184157.807500', '184158.267500', '184158.727500', '184159.187500', '184159.647500', '184200.107500', '184200.567500', '184201.027500', '184201.487500', '184201.947500', '184202.407500', '184202.867500', '184203.327500', '184203.787500', '184204.247500', '184204.707500', '184205.167500', '184205.627500', '184206.087500', '184206.547500', '184207.007500', '184207.467500', '184207.927500', '184208.387500', '184208.847500', '184209.307500', '184209.767500', '184210.227500', '184210.687500', '184211.147500', '184211.607500', '184212.067500', '184212.527500', '184212.987500', '184213.447500', '184213.907500', '184214.367500', '184214.827500', '184215.287500', '184215.747500', '184216.207500', '184216.667500', '184217.127500', '184217.587500', '184218.047500', '184218.507500', '184218.967500', '184219.427500', '184219.887500', '184220.347500', '184220.807500', '184221.267500', '184221.727500', '184222.187500', '184222.647500', '184223.107500', '184223.567500', '184224.027500', '184224.487500', '184224.947500', '184225.407500', '184225.867500', '184226.327500', '184226.787500', '184227.247500', '184227.707500', '184228.167500', '184228.627500', '184229.087500', '184229.547500', '184230.007500', '184230.467500', '184230.927500', '184231.387500', '184231.847500', '184232.307500', '184232.767500', '184233.227500', '184233.687500', '184234.147500', '184234.607500', '184235.067500', '184235.527500', '184235.987500', '184236.447500', '184236.907500', '184237.367500', '184237.827500', '184238.287500', '184238.747500', '184239.207500', '184239.667500', '184240.127500', '184240.587500', '184241.047500', '184241.507500', '184241.967500', '184242.427500', '184242.887500', '184243.347500', '184243.807500', '184244.267500', '184244.727500', '184245.187500', '184245.647500', '184246.107500', '184246.567500', '184247.027500', '184247.487500', '184247.947500', '184248.407500', '184248.867500', '184249.327500', '184249.787500', '184250.247500', '184250.707500', '184251.167500', '184251.627500', '184252.087500', '184252.547500', '184253.007500', '184253.467500', '184253.927500', '184254.387500', '184254.847500', '184255.307500', '184255.767500', '184256.227500', '184256.687500', '184257.147500', '184257.607500', '184258.067500', '184258.527500', '184258.987500', '184259.447500', '184259.907500', '184300.367500', '184300.827500', '184301.287500', '184301.747500', '184302.207500', '184302.667500', '184303.127500', '184303.587500', '184304.047500', '184304.507500', '184304.967500', '184305.427500', '184305.887500', '184306.347500', '184306.807500', '184307.267500', '184307.727500', '184308.187500', '184308.647500', '184309.107500', '184309.567500', '184310.027500', '184310.487500', '184310.947500', '184311.407500', '184311.867500', '184312.327500', '184312.787500', '184313.247500', '184313.707500', '184314.167500', '184314.627500', '184315.087500', '184315.547500', '184316.007500', '184316.467500', '184316.927500', '184317.387500', '184317.847500', '184318.307500', '184318.767500', '184319.227500', '184319.687500', '184320.147500', '184320.607500', '184321.067500', '184321.527500', '184321.987500', '184322.447500', '184322.907500', '184323.367500', '184323.827500', '184324.287500', '184324.747500', '184325.207500', '184325.667500', '184326.127500', '184326.587500', '184327.047500', '184327.507500', '184327.967500', '184328.427500', '184328.887500', '184329.347500', '184329.807500', '184330.267500', '184330.727500', '184331.187500', '184331.647500', '184332.107500', '184332.567500', '184333.027500', '184333.487500', '184333.947500', '184334.407500', '184334.867500', '184335.327500', '184335.787500', '184336.247500', '184336.707500', '184337.167500', '184337.627500', '184338.087500', '184338.547500', '184339.007500', '184339.467500', '184339.927500', '184340.387500', '184340.847500', '184341.307500', '184341.767500', '184342.227500', '184342.687500', '184343.147500', '184343.607500', '184344.067500', '184344.527500', '184344.987500', '184345.447500', '184345.907500', '184346.367500', '184346.827500', '184347.287500', '184347.747500', '184348.207500', '184348.667500', '184349.127500', '184349.587500', '184350.047500', '184350.507500', '184350.967500', '184351.427500', '184351.887500', '184352.347500', '184352.807500', '184353.267500', '184353.727500', '184354.187500', '184354.647500', '184355.107500', '184355.567500', '184356.027500', '184356.487500', '184356.947500', '184357.407500', '184357.867500', '184358.327500', '184358.787500', '184359.247500', '184359.707500', '184400.167500', '184400.627500', '184401.087500', '184401.547500', '184402.007500', '184402.467500', '184402.927500', '184403.387500', '184403.847500', '184404.307500', '184404.767500', '184405.227500', '184405.687500', '184406.147500', '184406.607500', '184407.067500', '184407.527500', '184407.987500', '184408.447500', '184408.907500', '184409.367500', '184409.827500', '184410.287500', '184410.747500', '184411.207500', '184411.667500', '184412.127500', '184412.587500', '184413.047500', '184413.507500', '184413.967500', '184414.427500', '184414.887500', '184415.347500', '184415.807500', '184416.267500', '184416.727500', '184417.187500', '184417.647500', '184418.107500', '184418.567500', '184419.027500', '184419.487500', '184419.947500', '184420.407500', '184420.867500', '184421.327500', '184421.787500', '184422.247500', '184422.707500', '184423.167500', '184423.627500', '184424.087500', '184424.547500', '184425.007500', '184425.467500', '184425.927500', '184426.387500', '184426.847500', '184427.307500', '184427.767500', '184428.227500', '184428.687500', '184429.147500', '184429.607500', '184430.067500', '184430.527500', '184430.987500', '184431.447500', '184431.907500', '184432.367500', '184432.827500', '184433.287500', '184433.747500', '184434.207500', '184434.667500', '184435.127500', '184435.587500', '184436.047500', '184436.507500', '184436.967500', '184437.427500', '184437.887500', '184438.347500', '184438.807500', '184439.267500', '184439.727500', '184440.187500', '184440.647500', '184441.107500', '184441.567500', '184442.027500', '184442.487500', '184442.947500', '184443.407500', '184443.867500', '184444.327500', '184444.787500', '184445.247500', '184445.707500', '184446.167500', '184446.627500', '184447.087500', '184447.547500', '184448.007500', '184448.467500', '184448.927500', '184449.387500', '184449.847500', '184450.307500', '184450.767500', '184451.227500', '184451.687500', '184452.147500', '184452.607500', '184453.067500', '184453.527500', '184453.987500', '184454.447500', '184454.907500', '184455.367500', '184455.827500', '184456.287500', '184456.747500', '184457.207500', '184457.667500', '184458.127500', '184458.587500', '184459.047500', '184459.507500', '184459.967500', '184500.427500', '184500.887500', '184501.347500', '184501.807500', '184502.267500', '184502.727500', '184503.187500', '184503.647500', '184504.107500', '184504.567500', '184505.027500', '184505.487500', '184505.947500', '184506.407500', '184506.867500', '184507.327500', '184507.787500', '184508.247500', '184508.707500', '184509.167500', '184509.627500', '184510.087500', '184510.547500', '184511.007500', '184511.467500', '184511.927500', '184512.387500', '184512.847500', '184513.307500', '184513.767500', '184514.227500', '184514.687500', '184515.147500', '184515.607500', '184516.067500', '184516.527500', '184516.987500', '184517.447500', '184517.907500', '184518.367500', '184518.827500', '184519.287500', '184519.747500', '184520.207500', '184520.667500', '184521.127500', '184521.587500', '184522.047500', '184522.507500', '184522.967500', '184523.427500', '184523.887500', '184524.347500', '184524.807500', '184525.267500', '184525.727500', '184526.187500', '184526.647500', '184527.107500', '184527.567500', '184528.027500', '184528.487500', '184528.947500', '184529.407500', '184529.867500', '184530.327500', '184530.787500', '184531.247500', '184531.707500', '184532.167500', '184532.627500', '184533.087500', '184533.547500', '184534.007500', '184534.467500', '184534.927500', '184535.387500', '184535.847500', '184536.307500', '184536.767500', '184537.227500', '184537.687500', '184538.147500', '184538.607500', '184539.067500', '184539.527500', '184539.987500', '184540.447500', '184540.907500', '184541.367500', '184541.827500', '184542.287500', '184542.747500', '184543.207500', '184543.667500', '184544.127500', '184544.587500', '184545.047500', '184545.507500', '184545.967500', '184546.427500', '184546.887500', '184547.347500', '184547.807500', '184548.267500', '184548.727500', '184549.187500', '184549.647500', '184550.107500', '184550.567500', '184551.027500', '184551.487500', '184551.947500', '184552.407500', '184552.867500', '184553.327500', '184553.787500', '184554.247500', '184554.707500', '184555.167500', '184555.627500', '184556.087500', '184556.547500', '184557.007500', '184557.467500', '184557.927500', '184558.387500', '184558.847500', '184559.307500', '184559.767500', '184600.227500', '184600.687500', '184601.147500', '184601.607500', '184602.067500', '184602.527500', '184602.987500', '184603.447500', '184603.907500', '184604.367500', '184604.827500', '184605.287500', '184605.747500', '184606.207500', '184606.667500', '184607.127500', '184607.587500', '184608.047500', '184608.507500', '184608.967500', '184609.427500', '184609.887500', '184610.347500', '184610.807500', '184611.267500', '184611.727500', '184612.187500', '184612.647500', '184613.107500', '184613.567500', '184614.027500', '184614.487500', '184614.947500', '184615.407500', '184615.867500', '184616.327500', '184616.787500', '184617.247500', '184617.707500', '184618.167500', '184618.627500', '184619.087500', '184619.547500', '184620.007500', '184620.467500', '184620.927500', '184621.387500', '184621.847500', '184622.307500', '184622.767500', '184623.227500', '184623.687500', '184624.147500', '184624.607500', '184625.067500', '184625.527500', '184625.987500', '184626.447500', '184626.907500', '184627.367500', '184627.827500', '184628.287500', '184628.747500', '184629.207500', '184629.667500', '184630.127500', '184630.587500', '184631.047500', '184631.507500', '184631.967500', '184632.427500', '184632.887500', '184633.347500', '184633.807500', '184634.267500', '184634.727500', '184635.187500', '184635.647500', '184636.107500', '184636.567500', '184637.027500', '184637.487500', '184637.947500', '184638.407500', '184638.867500', '184639.327500', '184639.787500', '184640.247500', '184640.707500', '184641.167500', '184641.627500', '184642.087500', '184642.547500', '184643.007500', '184643.467500', '184643.927500', '184644.387500', '184644.847500', '184645.307500', '184645.767500', '184646.227500', '184646.687500', '184647.147500', '184647.607500', '184648.067500', '184648.527500', '184648.987500', '184649.447500', '184649.907500', '184650.367500', '184650.827500', '184651.287500', '184651.747500', '184652.207500', '184652.667500', '184653.127500', '184653.587500', '184654.047500', '184654.507500', '184654.967500', '184655.427500', '184655.887500', '184656.347500', '184656.807500', '184657.267500', '184657.727500', '184658.187500', '184658.647500', '184659.107500', '184659.567500', '184700.027500', '184700.487500', '184700.947500', '184701.407500', '184701.867500', '184702.327500', '184702.787500', '184703.247500', '184703.707500', '184704.167500', '184704.627500', '184705.087500', '184705.547500', '184706.007500', '184706.467500', '184706.927500', '184707.387500', '184707.847500', '184708.307500', '184708.767500', '184709.227500', '184709.687500', '184710.147500', '184710.607500', '184711.067500'], 'ContentTime': ['184053.501000', '184053.504000', '184053.507000', '184053.510000', '184053.512000', '184053.515000', '184053.524000', '184053.526000', '184053.529000', '184053.531000', '184053.534000', '184053.537000', '184053.539000', '184053.542000', '184053.544000', '184053.547000', '184053.550000', '184053.552000', '184053.555000', '184053.557000', '184053.560000', '184053.563000', '184053.565000', '184053.568000', '184053.570000', '184053.573000', '184053.575000', '184053.578000', '184053.580000', '184053.583000', '184053.586000', '184053.588000', '184053.591000', '184053.593000', '184053.596000', '184053.598000', '184053.601000', '184053.603000', '184053.606000', '184053.608000', '184053.611000', '184053.628000', '184053.630000', '184053.633000', '184053.635000', '184053.638000', '184053.640000', '184113.475000', '184113.478000', '184113.481000', '184113.483000', '184113.486000', '184113.488000', '184113.491000', '184113.493000', '184113.496000', '184113.498000', '184113.501000', '184113.504000', '184113.506000', '184113.509000', '184113.511000', '184113.514000', '184113.516000', '184113.519000', '184113.521000', '184113.524000', '184113.526000', '184113.529000', '184113.532000', '184113.534000', '184113.537000', '184113.539000', '184113.542000', '184113.545000', '184113.548000', '184113.550000', '184113.553000', '184113.566000', '184113.569000', '184113.571000', '184113.574000', '184113.577000', '184113.579000', '184113.582000', '184113.584000', '184113.587000', '184113.589000', '184113.592000', '184113.595000', '184133.476000', '184133.478000', '184133.481000', '184133.483000', '184133.486000', '184133.488000', '184133.491000', '184133.494000', '184133.496000', '184133.499000', '184133.501000', '184133.504000', '184133.506000', '184133.509000', '184133.511000', '184133.514000', '184133.516000', '184133.519000', '184133.521000', '184133.524000', '184133.527000', '184133.529000', '184133.532000', '184133.534000', '184133.537000', '184133.540000', '184133.542000', '184133.545000', '184133.547000', '184133.550000', '184133.557000', '184133.559000', '184133.562000', '184133.565000', '184133.567000', '184133.570000', '184133.572000', '184133.575000', '184133.578000', '184133.580000', '184133.583000', '184133.585000', '184133.588000', '184133.590000', '184153.476000', '184153.478000', '184153.481000', '184153.484000', '184153.486000', '184153.489000', '184153.491000', '184153.494000', '184153.497000', '184153.499000', '184153.502000', '184153.504000', '184153.507000', '184153.510000', '184153.512000', '184153.515000', '184153.517000', '184153.520000', '184153.523000', '184153.525000', '184153.528000', '184153.530000', '184153.533000', '184153.535000', '184153.538000', '184153.541000', '184153.543000', '184153.546000', '184153.548000', '184153.551000', '184153.553000', '184153.556000', '184153.558000', '184153.561000', '184153.564000', '184153.566000', '184153.569000', '184153.572000', '184153.577000', '184153.579000', '184153.582000', '184153.584000', '184153.587000', '184213.476000', '184213.478000', '184213.481000', '184213.483000', '184213.486000', '184213.489000', '184213.491000', '184213.494000', '184213.496000', '184213.499000', '184213.501000', '184213.504000', '184213.506000', '184213.509000', '184213.512000', '184213.514000', '184213.517000', '184213.519000', '184213.522000', '184213.524000', '184213.527000', '184213.530000', '184213.532000', '184213.535000', '184213.537000', '184213.540000', '184213.542000', '184213.545000', '184213.548000', '184213.550000', '184213.553000', '184213.555000', '184213.558000', '184213.561000', '184213.563000', '184213.566000', '184213.568000', '184213.571000', '184213.573000', '184213.576000', '184213.579000', '184213.581000', '184213.584000', '184213.586000', '184233.476000', '184233.478000', '184233.481000', '184233.483000', '184233.486000', '184233.489000', '184233.491000', '184233.494000', '184233.496000', '184233.499000', '184233.501000', '184233.504000', '184233.507000', '184233.509000', '184233.512000', '184233.514000', '184233.517000', '184233.520000', '184233.522000', '184233.525000', '184233.527000', '184233.530000', '184233.533000', '184233.535000', '184233.538000', '184233.540000', '184233.543000', '184233.545000', '184233.548000', '184233.551000', '184233.553000', '184233.556000', '184233.558000', '184233.561000', '184233.564000', '184233.566000', '184233.569000', '184233.571000', '184233.574000', '184233.577000', '184233.579000', '184233.582000', '184233.584000', '184253.475000', '184253.478000', '184253.481000', '184253.483000', '184253.500000', '184253.503000', '184253.505000', '184253.508000', '184253.511000', '184253.513000', '184253.516000', '184253.518000', '184253.521000', '184253.523000', '184253.526000', '184253.528000', '184253.531000', '184253.534000', '184253.536000', '184253.539000', '184253.541000', '184253.544000', '184253.546000', '184253.549000', '184253.552000', '184253.554000', '184253.557000', '184253.559000', '184253.562000', '184253.564000', '184253.567000', '184253.570000', '184253.572000', '184253.575000', '184253.577000', '184253.580000', '184253.583000', '184253.585000', '184253.588000', '184253.591000', '184253.593000', '184253.596000', '184253.598000', '184253.601000', '184313.474000', '184313.477000', '184313.480000', '184313.482000', '184313.485000', '184313.487000', '184313.490000', '184313.493000', '184313.495000', '184313.498000', '184313.500000', '184313.503000', '184313.505000', '184313.508000', '184313.511000', '184313.513000', '184313.516000', '184313.518000', '184313.521000', '184313.523000', '184313.526000', '184313.528000', '184313.538000', '184313.541000', '184313.543000', '184313.546000', '184313.548000', '184313.551000', '184313.554000', '184313.557000', '184313.559000', '184313.562000', '184313.565000', '184313.567000', '184313.570000', '184313.572000', '184313.575000', '184313.578000', '184313.580000', '184313.583000', '184313.585000', '184313.588000', '184313.590000', '184333.475000', '184333.478000', '184333.481000', '184333.483000', '184333.486000', '184333.488000', '184333.491000', '184333.494000', '184333.496000', '184333.499000', '184333.501000', '184333.504000', '184333.506000', '184333.509000', '184333.511000', '184333.514000', '184333.516000', '184333.519000', '184333.522000', '184333.524000', '184333.527000', '184333.529000', '184333.532000', '184333.535000', '184333.537000', '184333.540000', '184333.542000', '184333.545000', '184333.547000', '184333.550000', '184333.552000', '184333.555000', '184333.558000', '184333.560000', '184333.563000', '184333.565000', '184333.568000', '184333.570000', '184333.573000', '184333.576000', '184333.578000', '184333.581000', '184333.583000', '184333.586000', '184353.476000', '184353.478000', '184353.481000', '184353.484000', '184353.486000', '184353.489000', '184353.491000', '184353.494000', '184353.497000', '184353.499000', '184353.502000', '184353.504000', '184353.507000', '184353.510000', '184353.512000', '184353.515000', '184353.517000', '184353.520000', '184353.523000', '184353.525000', '184353.528000', '184353.530000', '184353.533000', '184353.535000', '184353.538000', '184353.541000', '184353.543000', '184353.546000', '184353.548000', '184353.551000', '184353.554000', '184353.556000', '184353.559000', '184353.562000', '184353.564000', '184353.567000', '184353.569000', '184353.572000', '184353.575000', '184353.577000', '184353.580000', '184353.583000', '184353.586000', '184413.475000', '184413.478000', '184413.481000', '184413.483000', '184413.486000', '184413.489000', '184413.491000', '184413.494000', '184413.496000', '184413.499000', '184413.501000', '184413.504000', '184413.507000', '184413.509000', '184413.512000', '184413.514000', '184413.517000', '184413.520000', '184413.522000', '184413.525000', '184413.527000', '184413.530000', '184413.532000', '184413.535000', '184413.538000', '184413.540000', '184413.543000', '184413.545000', '184413.548000', '184413.560000', '184413.562000', '184413.565000', '184413.567000', '184413.570000', '184413.573000', '184413.575000', '184413.578000', '184413.580000', '184413.583000', '184413.585000', '184413.588000', '184413.591000', '184413.593000', '184413.596000', '184433.475000', '184433.478000', '184433.481000', '184433.484000', '184433.486000', '184433.489000', '184433.491000', '184433.494000', '184433.496000', '184433.499000', '184433.501000', '184433.504000', '184433.507000', '184433.509000', '184433.512000', '184433.514000', '184433.517000', '184433.520000', '184433.522000', '184433.525000', '184433.527000', '184433.530000', '184433.533000', '184433.535000', '184433.538000', '184433.540000', '184433.543000', '184433.545000', '184433.548000', '184433.551000', '184433.553000', '184433.556000', '184433.558000', '184433.561000', '184433.563000', '184433.566000', '184433.568000', '184433.571000', '184433.573000', '184433.576000', '184433.579000', '184433.581000', '184433.584000', '184453.476000', '184453.478000', '184453.481000', '184453.483000', '184453.486000', '184453.489000', '184453.491000', '184453.494000', '184453.496000', '184453.499000', '184453.502000', '184453.504000', '184453.507000', '184453.509000', '184453.512000', '184453.514000', '184453.517000', '184453.520000', '184453.522000', '184453.525000', '184453.527000', '184453.530000', '184453.533000', '184453.535000', '184453.538000', '184453.540000', '184453.543000', '184453.546000', '184453.548000', '184453.551000', '184453.553000', '184453.556000', '184453.559000', '184453.561000', '184453.564000', '184453.566000', '184453.569000', '184453.571000', '184453.574000', '184453.576000', '184453.579000', '184453.582000', '184453.584000', '184453.587000', '184513.475000', '184513.478000', '184513.481000', '184513.483000', '184513.486000', '184513.488000', '184513.491000', '184513.493000', '184513.496000', '184513.499000', '184513.501000', '184513.504000', '184513.506000', '184513.509000', '184513.511000', '184513.514000', '184513.517000', '184513.519000', '184513.522000', '184513.524000', '184513.527000', '184513.529000', '184513.532000', '184513.534000', '184513.537000', '184513.540000', '184513.542000', '184513.545000', '184513.547000', '184513.550000', '184513.552000', '184513.555000', '184513.558000', '184513.560000', '184513.563000', '184513.565000', '184513.568000', '184513.570000', '184513.573000', '184513.576000', '184513.578000', '184513.581000', '184513.583000', '184533.475000', '184533.478000', '184533.480000', '184533.483000', '184533.485000', '184533.488000', '184533.491000', '184533.493000', '184533.496000', '184533.498000', '184533.501000', '184533.504000', '184533.506000', '184533.509000', '184533.512000', '184533.514000', '184533.517000', '184533.519000', '184533.522000', '184533.525000', '184533.527000', '184533.530000', '184533.532000', '184533.535000', '184533.537000', '184533.540000', '184533.543000', '184533.545000', '184533.548000', '184533.550000', '184533.553000', '184533.556000', '184533.558000', '184533.561000', '184533.564000', '184533.566000', '184533.569000', '184533.571000', '184533.574000', '184533.576000', '184533.579000', '184533.582000', '184533.584000', '184533.587000', '184553.476000', '184553.478000', '184553.481000', '184553.484000', '184553.486000', '184553.489000', '184553.491000', '184553.494000', '184553.496000', '184553.499000', '184553.502000', '184553.504000', '184553.507000', '184553.509000', '184553.512000', '184553.514000', '184553.517000', '184553.520000', '184553.522000', '184553.525000', '184553.527000', '184553.530000', '184553.533000', '184553.535000', '184553.538000', '184553.540000', '184553.543000', '184553.546000', '184553.548000', '184553.551000', '184553.553000', '184553.556000', '184553.558000', '184553.561000', '184553.563000', '184553.566000', '184553.569000', '184553.571000', '184553.574000', '184553.576000', '184553.579000', '184553.581000', '184553.584000', '184613.476000', '184613.479000', '184613.481000', '184613.484000', '184613.486000', '184613.489000', '184613.491000', '184613.494000', '184613.497000', '184613.499000', '184613.502000', '184613.504000', '184613.507000', '184613.509000', '184613.512000', '184613.515000', '184613.517000', '184613.520000', '184613.523000', '184613.525000', '184613.528000', '184613.530000', '184613.533000', '184613.536000', '184613.538000', '184613.541000', '184613.543000', '184613.546000', '184613.549000', '184613.551000', '184613.554000', '184613.557000', '184613.559000', '184613.562000', '184613.564000', '184613.567000', '184613.570000', '184613.572000', '184613.575000', '184613.577000', '184613.580000', '184613.582000', '184613.585000', '184613.588000', '184633.476000', '184633.478000', '184633.481000', '184633.483000', '184633.486000', '184633.488000', '184633.491000', '184633.494000', '184633.496000', '184633.499000', '184633.501000', '184633.504000', '184633.506000', '184633.509000', '184633.512000', '184633.514000', '184633.517000', '184633.520000', '184633.522000', '184633.525000', '184633.527000', '184633.530000', '184633.533000', '184633.535000', '184633.538000', '184633.540000', '184633.543000', '184633.546000', '184633.548000', '184633.551000', '184633.553000', '184633.556000', '184633.558000', '184633.561000', '184633.563000', '184633.566000', '184633.569000', '184633.571000', '184633.574000', '184633.576000', '184633.579000', '184633.582000', '184633.584000', '184653.476000', '184653.478000', '184653.481000', '184653.483000', '184653.486000', '184653.489000', '184653.492000', '184653.495000', '184653.498000', '184653.500000', '184653.503000', '184653.505000', '184653.508000', '184653.511000', '184653.513000', '184653.516000', '184653.518000', '184653.521000', '184653.524000', '184653.526000', '184653.529000', '184653.531000', '184653.534000', '184653.537000', '184653.539000', '184653.542000', '184653.545000', '184653.547000', '184653.550000', '184653.553000', '184653.555000', '184653.558000', '184653.560000', '184653.563000', '184653.565000', '184653.568000', '184653.571000', '184653.573000', '184653.576000', '184653.579000', '184653.581000', '184653.584000', '184653.586000', '184653.589000', '184712.741000', '184712.743000', '184712.746000', '184712.748000', '184712.751000', '184712.754000', '184712.756000', '184712.775000', '184712.777000', '184712.780000', '184712.782000', '184712.785000', '184712.787000', '184712.790000', '184712.792000', '184712.795000', '184712.798000', '184712.856000', '184712.859000', '184712.861000', '184712.864000', '184712.866000', '184712.869000', '184712.872000', '184712.874000', '184712.877000', '184712.879000', '184712.882000', '184712.884000', '184712.887000', '184712.890000', '184712.892000', '184712.896000', '184712.899000', '184712.902000', '184712.904000', '184712.907000', '184712.909000', '184712.912000', '184712.915000', '184712.917000', '184712.920000'], 'InstanceCreationTime': ['184053.501000', '184053.504000', '184053.507000', '184053.510000', '184053.512000', '184053.515000', '184053.524000', '184053.526000', '184053.529000', '184053.531000', '184053.534000', '184053.537000', '184053.539000', '184053.542000', '184053.544000', '184053.547000', '184053.550000', '184053.552000', '184053.555000', '184053.557000', '184053.560000', '184053.563000', '184053.565000', '184053.568000', '184053.570000', '184053.573000', '184053.575000', '184053.578000', '184053.580000', '184053.583000', '184053.586000', '184053.588000', '184053.591000', '184053.593000', '184053.596000', '184053.598000', '184053.601000', '184053.603000', '184053.606000', '184053.608000', '184053.611000', '184053.628000', '184053.630000', '184053.633000', '184053.635000', '184053.638000', '184053.640000', '184113.475000', '184113.478000', '184113.481000', '184113.483000', '184113.486000', '184113.488000', '184113.491000', '184113.493000', '184113.496000', '184113.498000', '184113.501000', '184113.504000', '184113.506000', '184113.509000', '184113.511000', '184113.514000', '184113.516000', '184113.519000', '184113.521000', '184113.524000', '184113.526000', '184113.529000', '184113.532000', '184113.534000', '184113.537000', '184113.539000', '184113.542000', '184113.545000', '184113.548000', '184113.550000', '184113.553000', '184113.566000', '184113.569000', '184113.571000', '184113.574000', '184113.577000', '184113.579000', '184113.582000', '184113.584000', '184113.587000', '184113.589000', '184113.592000', '184113.595000', '184133.476000', '184133.478000', '184133.481000', '184133.483000', '184133.486000', '184133.488000', '184133.491000', '184133.494000', '184133.496000', '184133.499000', '184133.501000', '184133.504000', '184133.506000', '184133.509000', '184133.511000', '184133.514000', '184133.516000', '184133.519000', '184133.521000', '184133.524000', '184133.527000', '184133.529000', '184133.532000', '184133.534000', '184133.537000', '184133.540000', '184133.542000', '184133.545000', '184133.547000', '184133.550000', '184133.557000', '184133.559000', '184133.562000', '184133.565000', '184133.567000', '184133.570000', '184133.572000', '184133.575000', '184133.578000', '184133.580000', '184133.583000', '184133.585000', '184133.588000', '184133.590000', '184153.476000', '184153.478000', '184153.481000', '184153.484000', '184153.486000', '184153.489000', '184153.491000', '184153.494000', '184153.497000', '184153.499000', '184153.502000', '184153.504000', '184153.507000', '184153.510000', '184153.512000', '184153.515000', '184153.517000', '184153.520000', '184153.523000', '184153.525000', '184153.528000', '184153.530000', '184153.533000', '184153.535000', '184153.538000', '184153.541000', '184153.543000', '184153.546000', '184153.548000', '184153.551000', '184153.553000', '184153.556000', '184153.558000', '184153.561000', '184153.564000', '184153.566000', '184153.569000', '184153.572000', '184153.577000', '184153.579000', '184153.582000', '184153.584000', '184153.587000', '184213.476000', '184213.478000', '184213.481000', '184213.483000', '184213.486000', '184213.489000', '184213.491000', '184213.494000', '184213.496000', '184213.499000', '184213.501000', '184213.504000', '184213.506000', '184213.509000', '184213.512000', '184213.514000', '184213.517000', '184213.519000', '184213.522000', '184213.524000', '184213.527000', '184213.530000', '184213.532000', '184213.535000', '184213.537000', '184213.540000', '184213.542000', '184213.545000', '184213.548000', '184213.550000', '184213.553000', '184213.555000', '184213.558000', '184213.561000', '184213.563000', '184213.566000', '184213.568000', '184213.571000', '184213.573000', '184213.576000', '184213.579000', '184213.581000', '184213.584000', '184213.586000', '184233.476000', '184233.478000', '184233.481000', '184233.483000', '184233.486000', '184233.489000', '184233.491000', '184233.494000', '184233.496000', '184233.499000', '184233.501000', '184233.504000', '184233.507000', '184233.509000', '184233.512000', '184233.514000', '184233.517000', '184233.520000', '184233.522000', '184233.525000', '184233.527000', '184233.530000', '184233.533000', '184233.535000', '184233.538000', '184233.540000', '184233.543000', '184233.545000', '184233.548000', '184233.551000', '184233.553000', '184233.556000', '184233.558000', '184233.561000', '184233.564000', '184233.566000', '184233.569000', '184233.571000', '184233.574000', '184233.577000', '184233.579000', '184233.582000', '184233.584000', '184253.475000', '184253.478000', '184253.481000', '184253.483000', '184253.500000', '184253.503000', '184253.505000', '184253.508000', '184253.511000', '184253.513000', '184253.516000', '184253.518000', '184253.521000', '184253.523000', '184253.526000', '184253.528000', '184253.531000', '184253.534000', '184253.536000', '184253.539000', '184253.541000', '184253.544000', '184253.546000', '184253.549000', '184253.552000', '184253.554000', '184253.557000', '184253.559000', '184253.562000', '184253.564000', '184253.567000', '184253.570000', '184253.572000', '184253.575000', '184253.577000', '184253.580000', '184253.583000', '184253.585000', '184253.588000', '184253.591000', '184253.593000', '184253.596000', '184253.598000', '184253.601000', '184313.474000', '184313.477000', '184313.480000', '184313.482000', '184313.485000', '184313.487000', '184313.490000', '184313.493000', '184313.495000', '184313.498000', '184313.500000', '184313.503000', '184313.505000', '184313.508000', '184313.511000', '184313.513000', '184313.516000', '184313.518000', '184313.521000', '184313.523000', '184313.526000', '184313.528000', '184313.538000', '184313.541000', '184313.543000', '184313.546000', '184313.548000', '184313.551000', '184313.554000', '184313.557000', '184313.559000', '184313.562000', '184313.565000', '184313.567000', '184313.570000', '184313.572000', '184313.575000', '184313.578000', '184313.580000', '184313.583000', '184313.585000', '184313.588000', '184313.590000', '184333.475000', '184333.478000', '184333.481000', '184333.483000', '184333.486000', '184333.488000', '184333.491000', '184333.494000', '184333.496000', '184333.499000', '184333.501000', '184333.504000', '184333.506000', '184333.509000', '184333.511000', '184333.514000', '184333.516000', '184333.519000', '184333.522000', '184333.524000', '184333.527000', '184333.529000', '184333.532000', '184333.535000', '184333.537000', '184333.540000', '184333.542000', '184333.545000', '184333.547000', '184333.550000', '184333.552000', '184333.555000', '184333.558000', '184333.560000', '184333.563000', '184333.565000', '184333.568000', '184333.570000', '184333.573000', '184333.576000', '184333.578000', '184333.581000', '184333.583000', '184333.586000', '184353.476000', '184353.478000', '184353.481000', '184353.484000', '184353.486000', '184353.489000', '184353.491000', '184353.494000', '184353.497000', '184353.499000', '184353.502000', '184353.504000', '184353.507000', '184353.510000', '184353.512000', '184353.515000', '184353.517000', '184353.520000', '184353.523000', '184353.525000', '184353.528000', '184353.530000', '184353.533000', '184353.535000', '184353.538000', '184353.541000', '184353.543000', '184353.546000', '184353.548000', '184353.551000', '184353.554000', '184353.556000', '184353.559000', '184353.562000', '184353.564000', '184353.567000', '184353.569000', '184353.572000', '184353.575000', '184353.577000', '184353.580000', '184353.583000', '184353.586000', '184413.475000', '184413.478000', '184413.481000', '184413.483000', '184413.486000', '184413.489000', '184413.491000', '184413.494000', '184413.496000', '184413.499000', '184413.501000', '184413.504000', '184413.507000', '184413.509000', '184413.512000', '184413.514000', '184413.517000', '184413.520000', '184413.522000', '184413.525000', '184413.527000', '184413.530000', '184413.532000', '184413.535000', '184413.538000', '184413.540000', '184413.543000', '184413.545000', '184413.548000', '184413.560000', '184413.562000', '184413.565000', '184413.567000', '184413.570000', '184413.573000', '184413.575000', '184413.578000', '184413.580000', '184413.583000', '184413.585000', '184413.588000', '184413.591000', '184413.593000', '184413.596000', '184433.475000', '184433.478000', '184433.481000', '184433.484000', '184433.486000', '184433.489000', '184433.491000', '184433.494000', '184433.496000', '184433.499000', '184433.501000', '184433.504000', '184433.507000', '184433.509000', '184433.512000', '184433.514000', '184433.517000', '184433.520000', '184433.522000', '184433.525000', '184433.527000', '184433.530000', '184433.533000', '184433.535000', '184433.538000', '184433.540000', '184433.543000', '184433.545000', '184433.548000', '184433.551000', '184433.553000', '184433.556000', '184433.558000', '184433.561000', '184433.563000', '184433.566000', '184433.568000', '184433.571000', '184433.573000', '184433.576000', '184433.579000', '184433.581000', '184433.584000', '184453.476000', '184453.478000', '184453.481000', '184453.483000', '184453.486000', '184453.489000', '184453.491000', '184453.494000', '184453.496000', '184453.499000', '184453.502000', '184453.504000', '184453.507000', '184453.509000', '184453.512000', '184453.514000', '184453.517000', '184453.520000', '184453.522000', '184453.525000', '184453.527000', '184453.530000', '184453.533000', '184453.535000', '184453.538000', '184453.540000', '184453.543000', '184453.546000', '184453.548000', '184453.551000', '184453.553000', '184453.556000', '184453.559000', '184453.561000', '184453.564000', '184453.566000', '184453.569000', '184453.571000', '184453.574000', '184453.576000', '184453.579000', '184453.582000', '184453.584000', '184453.587000', '184513.475000', '184513.478000', '184513.481000', '184513.483000', '184513.486000', '184513.488000', '184513.491000', '184513.493000', '184513.496000', '184513.499000', '184513.501000', '184513.504000', '184513.506000', '184513.509000', '184513.511000', '184513.514000', '184513.517000', '184513.519000', '184513.522000', '184513.524000', '184513.527000', '184513.529000', '184513.532000', '184513.534000', '184513.537000', '184513.540000', '184513.542000', '184513.545000', '184513.547000', '184513.550000', '184513.552000', '184513.555000', '184513.558000', '184513.560000', '184513.563000', '184513.565000', '184513.568000', '184513.570000', '184513.573000', '184513.576000', '184513.578000', '184513.581000', '184513.583000', '184533.475000', '184533.478000', '184533.480000', '184533.483000', '184533.485000', '184533.488000', '184533.491000', '184533.493000', '184533.496000', '184533.498000', '184533.501000', '184533.504000', '184533.506000', '184533.509000', '184533.512000', '184533.514000', '184533.517000', '184533.519000', '184533.522000', '184533.525000', '184533.527000', '184533.530000', '184533.532000', '184533.535000', '184533.537000', '184533.540000', '184533.543000', '184533.545000', '184533.548000', '184533.550000', '184533.553000', '184533.556000', '184533.558000', '184533.561000', '184533.564000', '184533.566000', '184533.569000', '184533.571000', '184533.574000', '184533.576000', '184533.579000', '184533.582000', '184533.584000', '184533.587000', '184553.476000', '184553.478000', '184553.481000', '184553.484000', '184553.486000', '184553.489000', '184553.491000', '184553.494000', '184553.496000', '184553.499000', '184553.502000', '184553.504000', '184553.507000', '184553.509000', '184553.512000', '184553.514000', '184553.517000', '184553.520000', '184553.522000', '184553.525000', '184553.527000', '184553.530000', '184553.533000', '184553.535000', '184553.538000', '184553.540000', '184553.543000', '184553.546000', '184553.548000', '184553.551000', '184553.553000', '184553.556000', '184553.558000', '184553.561000', '184553.563000', '184553.566000', '184553.569000', '184553.571000', '184553.574000', '184553.576000', '184553.579000', '184553.581000', '184553.584000', '184613.476000', '184613.479000', '184613.481000', '184613.484000', '184613.486000', '184613.489000', '184613.491000', '184613.494000', '184613.497000', '184613.499000', '184613.502000', '184613.504000', '184613.507000', '184613.509000', '184613.512000', '184613.515000', '184613.517000', '184613.520000', '184613.523000', '184613.525000', '184613.528000', '184613.530000', '184613.533000', '184613.536000', '184613.538000', '184613.541000', '184613.543000', '184613.546000', '184613.549000', '184613.551000', '184613.554000', '184613.557000', '184613.559000', '184613.562000', '184613.564000', '184613.567000', '184613.570000', '184613.572000', '184613.575000', '184613.577000', '184613.580000', '184613.582000', '184613.585000', '184613.588000', '184633.476000', '184633.478000', '184633.481000', '184633.483000', '184633.486000', '184633.488000', '184633.491000', '184633.494000', '184633.496000', '184633.499000', '184633.501000', '184633.504000', '184633.506000', '184633.509000', '184633.512000', '184633.514000', '184633.517000', '184633.520000', '184633.522000', '184633.525000', '184633.527000', '184633.530000', '184633.533000', '184633.535000', '184633.538000', '184633.540000', '184633.543000', '184633.546000', '184633.548000', '184633.551000', '184633.553000', '184633.556000', '184633.558000', '184633.561000', '184633.563000', '184633.566000', '184633.569000', '184633.571000', '184633.574000', '184633.576000', '184633.579000', '184633.582000', '184633.584000', '184653.476000', '184653.478000', '184653.481000', '184653.483000', '184653.486000', '184653.489000', '184653.492000', '184653.495000', '184653.498000', '184653.500000', '184653.503000', '184653.505000', '184653.508000', '184653.511000', '184653.513000', '184653.516000', '184653.518000', '184653.521000', '184653.524000', '184653.526000', '184653.529000', '184653.531000', '184653.534000', '184653.537000', '184653.539000', '184653.542000', '184653.545000', '184653.547000', '184653.550000', '184653.553000', '184653.555000', '184653.558000', '184653.560000', '184653.563000', '184653.565000', '184653.568000', '184653.571000', '184653.573000', '184653.576000', '184653.579000', '184653.581000', '184653.584000', '184653.586000', '184653.589000', '184712.741000', '184712.743000', '184712.746000', '184712.748000', '184712.751000', '184712.754000', '184712.756000', '184712.775000', '184712.777000', '184712.780000', '184712.782000', '184712.785000', '184712.787000', '184712.790000', '184712.792000', '184712.795000', '184712.798000', '184712.856000', '184712.859000', '184712.861000', '184712.864000', '184712.866000', '184712.869000', '184712.872000', '184712.874000', '184712.877000', '184712.879000', '184712.882000', '184712.884000', '184712.887000', '184712.890000', '184712.892000', '184712.896000', '184712.899000', '184712.902000', '184712.904000', '184712.907000', '184712.909000', '184712.912000', '184712.915000', '184712.917000', '184712.920000'], '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': [8905, 7077, 6968, 6740, 6737, 7773, 6340, 7192, 6232, 6936, 6613, 6775, 9175, 6331, 7140, 6049, 6967, 7390, 6577, 9059, 6344, 7303, 6158, 7039, 7846, 7119, 10121, 6160, 7182, 6663, 6791, 7664, 6452, 7918, 6204, 7016, 6647, 6669, 7812, 6611, 10159, 8580, 6533, 7253, 6467, 6847, 6516, 7059, 7922, 6717, 7657, 6353, 6683, 6991, 6512, 10054, 8671, 7219, 7195, 6686, 7316, 6389, 7779, 6478, 6929, 6931, 6624, 7545, 6509, 7298, 6179, 6942, 7033, 6606, 7293, 6340, 7410, 6436, 6977, 6834, 6706, 7271, 6377, 7039, 6461, 6684, 7545, 6606, 8063, 6484, 6788, 8673, 6787, 8214, 6424, 7862, 6686, 6617, 7558, 6398, 7604, 6600, 6951, 8182, 6480, 6594, 9822, 6635, 6500, 6836, 6277, 7465, 6254, 6889, 6948, 7396, 7057, 8301, 6755, 7739, 6709, 10523, 7606, 10389, 7679, 7112, 8305, 6821, 10951, 8696, 10532, 8651, 8541, 7798, 7046, 7597, 6908, 9455, 6570, 6908, 6755, 6417, 6986, 6077, 8265, 6365, 7349, 6171, 6463, 7319, 6243, 7316, 6135, 7124, 6251, 6760, 6976, 6381, 7843, 6246, 7175, 6426, 6900, 6914, 6455, 7888, 6264, 7364, 6289, 6927, 6625, 6681, 7468, 6267, 7498, 7220, 7107, 7751, 6509, 7640, 6589, 7154, 7504, 6834, 7843, 6160, 7503, 7172, 6994, 8091, 6186, 7834, 6294, 7568, 7688, 6845, 7664, 6316, 7443, 7201, 7050, 8184, 6469, 7504, 6283, 7265, 7387, 6752, 8043, 6327, 7315, 7157, 6942, 8001, 6233, 7679, 6684, 7115, 8623, 6226, 7875, 6135, 7482, 7818, 6640, 8205, 6303, 7586, 6943, 7251, 8838, 6312, 7454, 7186, 7231, 8022, 6398, 7458, 7383, 7266, 7913, 6252, 7516, 7374, 6642, 9311, 6266, 7441, 7177, 6635, 8512, 6490, 7221, 7645, 6620, 8139, 6350, 7003, 7760, 6450, 7665, 6702, 6967, 7987, 6272, 7413, 7479, 6464, 7789, 7287, 7030, 7604, 7217, 7047, 8746, 7048, 7055, 8080, 6402, 7331, 6810, 6942, 9903, 7212, 7453, 6902, 6908, 8184, 6360, 7236, 7981, 6779, 7714, 6908, 7545, 7875, 6696, 8413, 6986, 7047, 7848, 6284, 7806, 6807, 7048, 9828, 6882, 7497, 7148, 6873, 8399, 6389, 7062, 8513, 6697, 8314, 6353, 7324, 7389, 6304, 8347, 6293, 7234, 7069, 6616, 8610, 6379, 7085, 7848, 6465, 8154, 6420, 7132, 7682, 6552, 7932, 6192, 7585, 6263, 6868, 7839, 6158, 7585, 6312, 7392, 7143, 6640, 8032, 6125, 7518, 7684, 6660, 7707, 6912, 7508, 8006, 6473, 7915, 6699, 7147, 8792, 6366, 8068, 6220, 7440, 7172, 6839, 9220, 6184, 7512, 7046, 7083, 8277, 6439, 7322, 7802, 6916, 8179, 6563, 7503, 6942, 7099, 7905, 6561, 7550, 6712, 7309, 7960, 6512, 7872, 6362, 7317, 8342, 6470, 7820, 6226, 7542, 7851, 7031, 7857, 6248, 7500, 7315, 6979, 8366, 6541, 7645, 6896, 7121, 8293, 6368, 7636, 6900, 7240, 7940, 6425, 7883, 6456, 7387, 8126, 6670, 7803, 6397, 7672, 7499, 7045, 8584, 6460, 7510, 7825, 6574, 7496, 7971, 6322, 8082, 6376, 8146, 6831, 7774, 8088, 6731, 8501, 6495, 9016, 6701, 8902, 6633, 7064, 7249, 6676, 7804, 6305, 7579, 6817, 6456, 7933, 6395, 8086, 6411, 7348, 6582, 6673, 7053, 6651, 7716, 6377, 7750, 6238, 7281, 6768, 7104, 7949, 6730, 7424, 6469, 7255, 7860, 6827, 7982, 6420, 7541, 7475, 6820, 8662, 6497, 8222, 6937, 7494, 8518, 6784, 9234, 6449, 7637, 7741, 7220, 7805, 6441, 8575, 6859, 7147, 7467, 6745, 7846, 6408, 7466, 7015, 7170, 7924, 6335, 8420, 6392, 8195, 7354, 6554, 9276, 6523, 7575, 6929, 7008, 7763, 6505, 7881, 6428, 7425, 7142, 6977, 7972, 6479, 8659, 7136, 7181, 9453, 6500, 7553, 6913, 7034, 7711, 6269, 8070, 6777, 7012, 7531, 6644, 7855, 6437, 7918, 6408, 7426, 7558, 6482, 8946, 6357, 7168, 7698, 6401, 7776, 6504, 6614, 7508, 6266, 8375, 6360, 7215, 7399, 6331, 8616, 6396, 7429, 6815, 6772, 8037, 6314, 7224, 6630, 7122, 7699, 6323, 7612, 6545, 7104, 7274, 6870, 8084, 6499, 7372, 6979, 7142, 8090, 6494, 7682, 7228, 7229, 7908, 6539, 7756, 7894, 7088, 7925, 6292, 7606, 7717, 6844, 8327, 6511, 7487, 7661, 6598, 8412, 7099, 7233, 8849, 6183, 7749, 6462, 7289, 6922, 6837, 9067, 6957, 9400, 6665, 7194, 7976, 6623, 7686, 6999, 6992, 8152, 6425, 7412, 7021, 7157, 8369, 6505, 7206, 8364, 6386, 7625, 7833, 6990, 8212, 6462, 7260, 8278, 6933, 6999, 7867, 6291, 8455, 6566, 7266, 8936, 6312, 9204, 6349, 6926, 7108, 6263, 8777, 6589, 6457, 7813, 6374, 7730, 6826, 6616, 8651, 7487, 6535, 7668, 6593, 7094, 7078, 6720, 8681, 7224, 8717, 7636, 6711, 7876, 6235, 7317, 6641, 6994, 7924, 6270, 9788, 7712, 6853, 7205, 6349, 8468, 6407, 7210, 6642, 6306, 7775, 6285, 7075, 6810, 6651, 7911, 6322, 7136, 6961, 7010, 7743, 6357, 7656, 6585, 7144, 6858, 6620, 8020, 6408, 7642, 6868, 6762, 7934, 7268, 7300, 8152, 6412, 7552, 6730, 7181, 8704, 6327, 8752, 6389, 7379, 7232, 6903, 8984, 6762, 7269, 8093, 6722, 7850, 6935, 7555, 7768, 6900, 8131, 6471, 7310, 7990, 6955, 7542, 6396, 7634, 8505, 7094, 7388, 7779, 6684, 7775, 6497, 7429, 7085, 7076, 10007, 6304, 9099, 6420, 7443, 6706, 6936, 8607, 6377, 7368, 6546, 6887, 7666, 6294, 7709, 6867, 6796, 7871, 6295, 7588, 6337, 7180, 7927, 6293, 7725, 6904, 7090, 7622, 6630, 8184, 6884, 6987, 9411, 6903, 7316, 7997, 6253, 7603, 6483, 6804, 7837, 6391, 7816, 6485, 6604, 9703, 7421, 11028, 8838, 9769, 8443, 6926, 10698, 6674, 6245, 7458, 6430, 6888, 6749, 6145, 7821, 6051, 7808, 6329, 7153, 6491, 6646, 7861, 6401, 7193, 7445, 6544, 7343, 6512, 7049, 6820, 6257, 9044, 6449, 6931, 6997, 7080, 7661, 6483, 7204, 7716, 6748, 7777, 6442, 8389, 7109, 6672, 10359, 7473, 7664, 6490, 6747, 6763, 6246, 7805, 6260, 7503, 6428, 6809, 7433, 6437, 7640, 6395, 7205, 6763, 6729], 'WindowCenter': [3944.0, 3935.0, 3906.0, 3894.0, 3880.0, 3889.0, 3868.0, 3876.0, 3856.0, 3876.0, 3876.0, 3866.0, 3896.0, 3865.0, 3876.0, 3854.0, 3874.0, 3875.0, 3865.0, 3896.0, 3865.0, 3875.0, 3855.0, 3875.0, 3885.0, 3875.0, 3906.0, 3854.0, 3874.0, 3864.0, 3864.0, 3874.0, 3865.0, 3874.0, 3853.0, 3863.0, 3863.0, 3862.0, 3875.0, 3864.0, 3894.0, 3885.0, 3854.0, 3874.0, 3853.0, 3863.0, 3864.0, 3864.0, 3885.0, 3866.0, 3875.0, 3865.0, 3864.0, 3863.0, 3854.0, 3896.0, 3885.0, 3863.0, 3863.0, 3864.0, 3873.0, 3853.0, 3873.0, 3854.0, 3863.0, 3864.0, 3864.0, 3874.0, 3853.0, 3873.0, 3854.0, 3875.0, 3865.0, 3864.0, 3874.0, 3865.0, 3875.0, 3865.0, 3875.0, 3866.0, 3876.0, 3876.0, 3866.0, 3876.0, 3866.0, 3866.0, 3887.0, 3876.0, 3885.0, 3866.0, 3865.0, 3897.0, 3865.0, 3886.0, 3865.0, 3884.0, 3865.0, 3864.0, 3874.0, 3864.0, 3873.0, 3864.0, 3874.0, 3886.0, 3864.0, 3865.0, 3909.0, 3866.0, 3866.0, 3865.0, 3866.0, 3875.0, 3865.0, 3877.0, 3889.0, 3889.0, 3877.0, 3886.0, 3863.0, 3874.0, 3862.0, 3904.0, 3872.0, 3892.0, 3861.0, 3849.0, 3871.0, 3849.0, 3890.0, 3869.0, 3878.0, 3857.0, 3855.0, 3845.0, 3833.0, 3844.0, 3834.0, 3865.0, 3834.0, 3833.0, 3834.0, 3822.0, 3834.0, 3824.0, 3855.0, 3835.0, 3845.0, 3825.0, 3836.0, 3847.0, 3837.0, 3858.0, 3837.0, 3859.0, 3849.0, 3850.0, 3861.0, 3851.0, 3872.0, 3852.0, 3861.0, 3851.0, 3861.0, 3862.0, 3852.0, 3872.0, 3852.0, 3862.0, 3852.0, 3862.0, 3862.0, 3862.0, 3873.0, 3853.0, 3873.0, 3875.0, 3875.0, 3884.0, 3866.0, 3886.0, 3875.0, 3876.0, 3876.0, 3876.0, 3887.0, 3866.0, 3876.0, 3878.0, 3877.0, 3888.0, 3867.0, 3887.0, 3867.0, 3888.0, 3888.0, 3878.0, 3887.0, 3866.0, 3876.0, 3876.0, 3877.0, 3887.0, 3868.0, 3876.0, 3866.0, 3876.0, 3875.0, 3866.0, 3886.0, 3866.0, 3875.0, 3876.0, 3876.0, 3886.0, 3867.0, 3887.0, 3866.0, 3876.0, 3897.0, 3855.0, 3886.0, 3855.0, 3876.0, 3886.0, 3865.0, 3887.0, 3866.0, 3886.0, 3876.0, 3876.0, 3897.0, 3867.0, 3877.0, 3876.0, 3875.0, 3886.0, 3867.0, 3876.0, 3876.0, 3875.0, 3884.0, 3865.0, 3876.0, 3876.0, 3866.0, 3896.0, 3865.0, 3875.0, 3875.0, 3865.0, 3886.0, 3863.0, 3875.0, 3875.0, 3864.0, 3885.0, 3865.0, 3875.0, 3885.0, 3866.0, 3876.0, 3865.0, 3874.0, 3886.0, 3865.0, 3875.0, 3876.0, 3866.0, 3886.0, 3876.0, 3875.0, 3887.0, 3887.0, 3876.0, 3898.0, 3877.0, 3876.0, 3887.0, 3867.0, 3876.0, 3866.0, 3876.0, 3907.0, 3876.0, 3875.0, 3865.0, 3865.0, 3885.0, 3866.0, 3875.0, 3886.0, 3866.0, 3875.0, 3876.0, 3888.0, 3887.0, 3878.0, 3888.0, 3879.0, 3875.0, 3888.0, 3866.0, 3876.0, 3866.0, 3876.0, 3907.0, 3877.0, 3875.0, 3876.0, 3865.0, 3886.0, 3867.0, 3876.0, 3887.0, 3865.0, 3885.0, 3866.0, 3875.0, 3875.0, 3854.0, 3886.0, 3865.0, 3875.0, 3864.0, 3864.0, 3886.0, 3855.0, 3865.0, 3874.0, 3865.0, 3885.0, 3865.0, 3865.0, 3875.0, 3854.0, 3874.0, 3854.0, 3874.0, 3854.0, 3864.0, 3875.0, 3854.0, 3874.0, 3866.0, 3876.0, 3865.0, 3865.0, 3885.0, 3855.0, 3875.0, 3886.0, 3866.0, 3886.0, 3876.0, 3877.0, 3886.0, 3867.0, 3888.0, 3867.0, 3876.0, 3896.0, 3866.0, 3887.0, 3856.0, 3876.0, 3877.0, 3865.0, 3895.0, 3855.0, 3875.0, 3876.0, 3875.0, 3885.0, 3866.0, 3877.0, 3886.0, 3877.0, 3887.0, 3866.0, 3876.0, 3876.0, 3875.0, 3885.0, 3866.0, 3875.0, 3865.0, 3876.0, 3886.0, 3866.0, 3886.0, 3866.0, 3876.0, 3886.0, 3865.0, 3875.0, 3855.0, 3886.0, 3887.0, 3876.0, 3887.0, 3868.0, 3876.0, 3877.0, 3878.0, 3887.0, 3867.0, 3875.0, 3876.0, 3866.0, 3887.0, 3867.0, 3877.0, 3877.0, 3877.0, 3886.0, 3867.0, 3888.0, 3866.0, 3876.0, 3887.0, 3866.0, 3887.0, 3867.0, 3887.0, 3878.0, 3877.0, 3898.0, 3866.0, 3876.0, 3877.0, 3866.0, 3877.0, 3888.0, 3867.0, 3888.0, 3867.0, 3887.0, 3867.0, 3876.0, 3886.0, 3863.0, 3885.0, 3853.0, 3885.0, 3853.0, 3883.0, 3863.0, 3862.0, 3862.0, 3864.0, 3874.0, 3854.0, 3873.0, 3863.0, 3852.0, 3872.0, 3852.0, 3872.0, 3852.0, 3862.0, 3852.0, 3850.0, 3862.0, 3850.0, 3861.0, 3852.0, 3862.0, 3842.0, 3861.0, 3851.0, 3861.0, 3873.0, 3865.0, 3862.0, 3853.0, 3874.0, 3884.0, 3865.0, 3885.0, 3866.0, 3886.0, 3877.0, 3866.0, 3886.0, 3866.0, 3887.0, 3876.0, 3876.0, 3885.0, 3864.0, 3896.0, 3854.0, 3874.0, 3875.0, 3875.0, 3874.0, 3866.0, 3886.0, 3866.0, 3877.0, 3876.0, 3866.0, 3886.0, 3866.0, 3876.0, 3877.0, 3866.0, 3886.0, 3855.0, 3885.0, 3866.0, 3885.0, 3875.0, 3852.0, 3895.0, 3853.0, 3872.0, 3863.0, 3863.0, 3875.0, 3866.0, 3886.0, 3867.0, 3876.0, 3876.0, 3876.0, 3886.0, 3866.0, 3887.0, 3866.0, 3864.0, 3897.0, 3855.0, 3874.0, 3865.0, 3864.0, 3875.0, 3865.0, 3885.0, 3865.0, 3864.0, 3874.0, 3853.0, 3873.0, 3852.0, 3872.0, 3854.0, 3863.0, 3873.0, 3852.0, 3884.0, 3852.0, 3862.0, 3873.0, 3853.0, 3874.0, 3853.0, 3864.0, 3874.0, 3853.0, 3874.0, 3853.0, 3862.0, 3862.0, 3851.0, 3871.0, 3852.0, 3862.0, 3852.0, 3853.0, 3873.0, 3852.0, 3862.0, 3852.0, 3862.0, 3873.0, 3854.0, 3873.0, 3852.0, 3863.0, 3873.0, 3864.0, 3875.0, 3854.0, 3874.0, 3864.0, 3864.0, 3874.0, 3865.0, 3876.0, 3875.0, 3875.0, 3886.0, 3865.0, 3876.0, 3885.0, 3877.0, 3887.0, 3867.0, 3887.0, 3887.0, 3868.0, 3889.0, 3866.0, 3876.0, 3887.0, 3867.0, 3888.0, 3877.0, 3876.0, 3897.0, 3855.0, 3876.0, 3855.0, 3875.0, 3866.0, 3865.0, 3896.0, 3865.0, 3896.0, 3864.0, 3864.0, 3875.0, 3865.0, 3875.0, 3864.0, 3864.0, 3874.0, 3865.0, 3874.0, 3867.0, 3876.0, 3886.0, 3856.0, 3874.0, 3886.0, 3855.0, 3876.0, 3875.0, 3865.0, 3886.0, 3867.0, 3878.0, 3900.0, 3878.0, 3878.0, 3887.0, 3867.0, 3886.0, 3865.0, 3876.0, 3897.0, 3855.0, 3895.0, 3854.0, 3864.0, 3864.0, 3856.0, 3885.0, 3865.0, 3853.0, 3874.0, 3853.0, 3874.0, 3864.0, 3853.0, 3885.0, 3865.0, 3855.0, 3876.0, 3866.0, 3865.0, 3877.0, 3866.0, 3887.0, 3877.0, 3885.0, 3874.0, 3854.0, 3874.0, 3853.0, 3862.0, 3854.0, 3863.0, 3874.0, 3854.0, 3894.0, 3874.0, 3853.0, 3861.0, 3841.0, 3871.0, 3840.0, 3862.0, 3850.0, 3840.0, 3860.0, 3839.0, 3851.0, 3852.0, 3851.0, 3871.0, 3852.0, 3851.0, 3850.0, 3863.0, 3863.0, 3854.0, 3874.0, 3853.0, 3863.0, 3864.0, 3862.0, 3886.0, 3866.0, 3875.0, 3865.0, 3866.0, 3887.0, 3876.0, 3877.0, 3886.0, 3867.0, 3876.0, 3867.0, 3878.0, 3887.0, 3856.0, 3887.0, 3855.0, 3876.0, 3878.0, 3866.0, 3886.0, 3865.0, 3875.0, 3885.0, 3866.0, 3887.0, 3877.0, 3887.0, 3887.0, 3877.0, 3886.0, 3867.0, 3876.0, 3887.0, 3878.0, 3888.0, 3867.0, 3887.0, 3899.0, 3877.0, 3877.0, 3879.0, 3867.0, 3876.0, 3868.0, 3876.0, 3877.0, 3866.0, 3897.0, 3856.0, 3885.0, 3854.0, 3876.0, 3865.0, 3863.0, 3886.0, 3855.0, 3863.0, 3853.0, 3864.0, 3875.0, 3855.0, 3873.0, 3853.0, 3853.0, 3875.0, 3854.0, 3873.0, 3854.0, 3864.0, 3875.0, 3855.0, 3874.0, 3864.0, 3865.0, 3875.0, 3866.0, 3886.0, 3865.0, 3864.0, 3885.0, 3865.0, 3864.0, 3875.0, 3856.0, 3875.0, 3854.0, 3866.0, 3877.0, 3867.0, 3887.0, 3868.0, 3866.0, 3897.0, 3864.0, 3905.0, 3884.0, 3884.0, 3873.0, 3851.0, 3893.0, 3852.0, 3840.0, 3860.0, 3840.0, 3850.0, 3851.0, 3841.0, 3861.0, 3840.0, 3861.0, 3851.0, 3851.0, 3841.0, 3852.0, 3862.0, 3851.0, 3862.0, 3861.0, 3852.0, 3864.0, 3854.0, 3865.0, 3877.0, 3865.0, 3884.0, 3853.0, 3851.0, 3862.0, 3863.0, 3862.0, 3854.0, 3863.0, 3874.0, 3864.0, 3875.0, 3855.0, 3886.0, 3864.0, 3852.0, 3894.0, 3863.0, 3861.0, 3841.0, 3851.0, 3851.0, 3852.0, 3873.0, 3853.0, 3863.0, 3852.0, 3852.0, 3862.0, 3853.0, 3873.0, 3853.0, 3863.0, 3853.0, 3853.0], 'WindowWidth': [8823.0, 8811.0, 8754.0, 8734.0, 8706.0, 8715.0, 8684.0, 8691.0, 8664.0, 8689.0, 8692.0, 8678.0, 8715.0, 8674.0, 8690.0, 8658.0, 8684.0, 8687.0, 8675.0, 8714.0, 8673.0, 8687.0, 8660.0, 8689.0, 8701.0, 8687.0, 8728.0, 8657.0, 8683.0, 8670.0, 8671.0, 8684.0, 8673.0, 8684.0, 8655.0, 8668.0, 8668.0, 8666.0, 8685.0, 8671.0, 8710.0, 8698.0, 8655.0, 8683.0, 8656.0, 8668.0, 8670.0, 8670.0, 8701.0, 8678.0, 8688.0, 8675.0, 8671.0, 8668.0, 8657.0, 8714.0, 8698.0, 8666.0, 8666.0, 8669.0, 8680.0, 8655.0, 8681.0, 8658.0, 8668.0, 8670.0, 8670.0, 8682.0, 8656.0, 8682.0, 8659.0, 8687.0, 8673.0, 8671.0, 8685.0, 8675.0, 8686.0, 8673.0, 8687.0, 8676.0, 8693.0, 8689.0, 8679.0, 8690.0, 8677.0, 8678.0, 8707.0, 8692.0, 8701.0, 8676.0, 8673.0, 8718.0, 8673.0, 8704.0, 8674.0, 8696.0, 8673.0, 8670.0, 8685.0, 8671.0, 8682.0, 8671.0, 8684.0, 8705.0, 8674.0, 8672.0, 8741.0, 8679.0, 8676.0, 8674.0, 8678.0, 8688.0, 8677.0, 8695.0, 8714.0, 8712.0, 8695.0, 8703.0, 8670.0, 8684.0, 8665.0, 8721.0, 8676.0, 8702.0, 8660.0, 8642.0, 8671.0, 8639.0, 8696.0, 8665.0, 8675.0, 8646.0, 8641.0, 8626.0, 8608.0, 8624.0, 8610.0, 8652.0, 8611.0, 8610.0, 8612.0, 8595.0, 8612.0, 8599.0, 8641.0, 8616.0, 8629.0, 8604.0, 8619.0, 8634.0, 8623.0, 8651.0, 8625.0, 8655.0, 8644.0, 8645.0, 8662.0, 8648.0, 8677.0, 8651.0, 8661.0, 8648.0, 8663.0, 8663.0, 8652.0, 8677.0, 8653.0, 8665.0, 8652.0, 8664.0, 8665.0, 8665.0, 8681.0, 8656.0, 8683.0, 8686.0, 8687.0, 8698.0, 8679.0, 8703.0, 8690.0, 8690.0, 8690.0, 8692.0, 8706.0, 8678.0, 8691.0, 8696.0, 8694.0, 8710.0, 8683.0, 8708.0, 8681.0, 8710.0, 8711.0, 8698.0, 8707.0, 8680.0, 8692.0, 8692.0, 8695.0, 8707.0, 8682.0, 8691.0, 8677.0, 8690.0, 8689.0, 8678.0, 8704.0, 8678.0, 8689.0, 8690.0, 8691.0, 8704.0, 8680.0, 8707.0, 8679.0, 8691.0, 8720.0, 8662.0, 8705.0, 8662.0, 8690.0, 8705.0, 8676.0, 8707.0, 8679.0, 8704.0, 8691.0, 8691.0, 8719.0, 8680.0, 8693.0, 8690.0, 8689.0, 8704.0, 8680.0, 8690.0, 8691.0, 8690.0, 8700.0, 8677.0, 8690.0, 8691.0, 8678.0, 8716.0, 8675.0, 8688.0, 8688.0, 8674.0, 8702.0, 8671.0, 8688.0, 8688.0, 8674.0, 8702.0, 8676.0, 8687.0, 8702.0, 8678.0, 8688.0, 8673.0, 8685.0, 8705.0, 8674.0, 8688.0, 8691.0, 8678.0, 8705.0, 8692.0, 8690.0, 8709.0, 8707.0, 8692.0, 8721.0, 8693.0, 8690.0, 8704.0, 8680.0, 8689.0, 8675.0, 8689.0, 8731.0, 8689.0, 8686.0, 8673.0, 8672.0, 8700.0, 8675.0, 8685.0, 8700.0, 8675.0, 8688.0, 8691.0, 8707.0, 8706.0, 8697.0, 8707.0, 8698.0, 8688.0, 8707.0, 8677.0, 8689.0, 8677.0, 8691.0, 8731.0, 8692.0, 8687.0, 8688.0, 8673.0, 8703.0, 8678.0, 8689.0, 8703.0, 8673.0, 8698.0, 8674.0, 8685.0, 8685.0, 8657.0, 8700.0, 8672.0, 8685.0, 8670.0, 8671.0, 8701.0, 8659.0, 8673.0, 8684.0, 8674.0, 8699.0, 8675.0, 8672.0, 8687.0, 8656.0, 8682.0, 8657.0, 8684.0, 8656.0, 8670.0, 8685.0, 8658.0, 8684.0, 8675.0, 8688.0, 8674.0, 8673.0, 8700.0, 8659.0, 8688.0, 8702.0, 8676.0, 8703.0, 8689.0, 8692.0, 8703.0, 8681.0, 8708.0, 8680.0, 8690.0, 8716.0, 8677.0, 8704.0, 8663.0, 8689.0, 8690.0, 8675.0, 8713.0, 8661.0, 8688.0, 8688.0, 8687.0, 8702.0, 8677.0, 8690.0, 8703.0, 8692.0, 8705.0, 8678.0, 8689.0, 8688.0, 8687.0, 8701.0, 8676.0, 8687.0, 8674.0, 8689.0, 8701.0, 8675.0, 8703.0, 8678.0, 8690.0, 8704.0, 8674.0, 8688.0, 8660.0, 8703.0, 8707.0, 8691.0, 8705.0, 8681.0, 8691.0, 8693.0, 8695.0, 8706.0, 8680.0, 8688.0, 8688.0, 8675.0, 8706.0, 8681.0, 8691.0, 8692.0, 8692.0, 8704.0, 8680.0, 8708.0, 8678.0, 8690.0, 8707.0, 8677.0, 8706.0, 8681.0, 8706.0, 8694.0, 8692.0, 8722.0, 8677.0, 8689.0, 8691.0, 8677.0, 8690.0, 8708.0, 8680.0, 8708.0, 8679.0, 8705.0, 8680.0, 8690.0, 8702.0, 8667.0, 8697.0, 8652.0, 8697.0, 8654.0, 8693.0, 8666.0, 8662.0, 8664.0, 8668.0, 8683.0, 8656.0, 8680.0, 8668.0, 8651.0, 8675.0, 8649.0, 8675.0, 8650.0, 8662.0, 8649.0, 8645.0, 8661.0, 8645.0, 8660.0, 8651.0, 8661.0, 8636.0, 8661.0, 8647.0, 8660.0, 8680.0, 8671.0, 8665.0, 8655.0, 8683.0, 8697.0, 8673.0, 8701.0, 8677.0, 8705.0, 8693.0, 8677.0, 8703.0, 8678.0, 8704.0, 8690.0, 8687.0, 8699.0, 8668.0, 8714.0, 8657.0, 8685.0, 8686.0, 8687.0, 8685.0, 8677.0, 8702.0, 8676.0, 8691.0, 8688.0, 8676.0, 8702.0, 8677.0, 8687.0, 8692.0, 8675.0, 8701.0, 8659.0, 8698.0, 8676.0, 8699.0, 8684.0, 8651.0, 8711.0, 8653.0, 8678.0, 8666.0, 8668.0, 8685.0, 8677.0, 8702.0, 8679.0, 8689.0, 8690.0, 8689.0, 8703.0, 8678.0, 8704.0, 8676.0, 8670.0, 8716.0, 8660.0, 8683.0, 8672.0, 8670.0, 8685.0, 8673.0, 8699.0, 8673.0, 8668.0, 8681.0, 8653.0, 8679.0, 8651.0, 8677.0, 8656.0, 8665.0, 8678.0, 8649.0, 8693.0, 8651.0, 8663.0, 8679.0, 8653.0, 8684.0, 8654.0, 8669.0, 8681.0, 8653.0, 8680.0, 8652.0, 8664.0, 8664.0, 8647.0, 8674.0, 8649.0, 8662.0, 8650.0, 8652.0, 8679.0, 8651.0, 8664.0, 8650.0, 8665.0, 8679.0, 8655.0, 8678.0, 8651.0, 8667.0, 8680.0, 8671.0, 8684.0, 8656.0, 8683.0, 8669.0, 8670.0, 8681.0, 8672.0, 8688.0, 8688.0, 8687.0, 8702.0, 8673.0, 8689.0, 8701.0, 8694.0, 8706.0, 8683.0, 8706.0, 8707.0, 8682.0, 8710.0, 8677.0, 8690.0, 8706.0, 8681.0, 8708.0, 8694.0, 8689.0, 8720.0, 8661.0, 8688.0, 8659.0, 8685.0, 8674.0, 8672.0, 8716.0, 8672.0, 8713.0, 8669.0, 8668.0, 8684.0, 8673.0, 8686.0, 8672.0, 8670.0, 8683.0, 8673.0, 8684.0, 8677.0, 8688.0, 8702.0, 8662.0, 8682.0, 8700.0, 8659.0, 8687.0, 8686.0, 8673.0, 8701.0, 8680.0, 8696.0, 8728.0, 8696.0, 8695.0, 8706.0, 8679.0, 8701.0, 8673.0, 8687.0, 8717.0, 8659.0, 8712.0, 8657.0, 8668.0, 8670.0, 8662.0, 8700.0, 8672.0, 8653.0, 8680.0, 8652.0, 8683.0, 8670.0, 8654.0, 8698.0, 8672.0, 8660.0, 8686.0, 8675.0, 8673.0, 8691.0, 8676.0, 8705.0, 8689.0, 8698.0, 8682.0, 8655.0, 8679.0, 8652.0, 8664.0, 8654.0, 8665.0, 8682.0, 8656.0, 8707.0, 8682.0, 8650.0, 8659.0, 8633.0, 8672.0, 8631.0, 8660.0, 8643.0, 8629.0, 8655.0, 8627.0, 8644.0, 8648.0, 8646.0, 8673.0, 8649.0, 8646.0, 8644.0, 8663.0, 8664.0, 8654.0, 8682.0, 8653.0, 8664.0, 8669.0, 8665.0, 8701.0, 8676.0, 8687.0, 8671.0, 8674.0, 8704.0, 8689.0, 8691.0, 8704.0, 8681.0, 8690.0, 8679.0, 8693.0, 8705.0, 8661.0, 8703.0, 8660.0, 8686.0, 8691.0, 8675.0, 8701.0, 8674.0, 8685.0, 8698.0, 8675.0, 8703.0, 8692.0, 8704.0, 8706.0, 8692.0, 8703.0, 8678.0, 8689.0, 8705.0, 8694.0, 8709.0, 8681.0, 8705.0, 8724.0, 8693.0, 8692.0, 8695.0, 8678.0, 8690.0, 8680.0, 8691.0, 8691.0, 8675.0, 8717.0, 8662.0, 8697.0, 8657.0, 8687.0, 8673.0, 8667.0, 8699.0, 8657.0, 8668.0, 8655.0, 8668.0, 8684.0, 8658.0, 8680.0, 8653.0, 8652.0, 8683.0, 8655.0, 8680.0, 8656.0, 8669.0, 8684.0, 8659.0, 8683.0, 8670.0, 8672.0, 8687.0, 8678.0, 8702.0, 8672.0, 8669.0, 8696.0, 8671.0, 8668.0, 8685.0, 8661.0, 8684.0, 8657.0, 8675.0, 8691.0, 8679.0, 8706.0, 8680.0, 8675.0, 8716.0, 8670.0, 8723.0, 8696.0, 8693.0, 8677.0, 8643.0, 8703.0, 8647.0, 8629.0, 8656.0, 8631.0, 8643.0, 8645.0, 8631.0, 8658.0, 8631.0, 8659.0, 8646.0, 8646.0, 8633.0, 8646.0, 8660.0, 8646.0, 8661.0, 8660.0, 8651.0, 8667.0, 8657.0, 8671.0, 8694.0, 8674.0, 8695.0, 8652.0, 8646.0, 8662.0, 8664.0, 8664.0, 8655.0, 8666.0, 8682.0, 8671.0, 8684.0, 8660.0, 8701.0, 8670.0, 8650.0, 8707.0, 8664.0, 8659.0, 8633.0, 8645.0, 8647.0, 8649.0, 8678.0, 8652.0, 8663.0, 8648.0, 8648.0, 8661.0, 8652.0, 8677.0, 8654.0, 8666.0, 8652.0, 8653.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.0004721362586605081</td></tr>
<tr><td colspan=3>aqi</td><td>0.022899395842956118</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.95909176417337</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1400178342658962</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9826307721156071</td></tr>
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
<tr><td colspan=3>fber</td><td>6841.834</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06045917679946996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3856812933025404</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4089456284773387</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3085608540505294</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.659468663866053</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2588073675154337</td></tr>
<tr><td colspan=3>gcor</td><td>0.00962926</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01744266413152218</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015055800788104534</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.9205493411833268</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>31.7314</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7337</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.0703</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>309354.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>710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.6183</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2446</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.8809</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3157.8191</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.2917</td></tr>
<tr><td colspan=3>tsnr</td><td>41.866685600951314</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>