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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0132_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0132_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-03/func/sub-0132_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>989245ce1407621db03262a778a4a79f</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:49:10.765000</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.998769, 0.0101333, -0.0485635, -0.0099364, 0.999941, 0.00429369]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0688445</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7734, -7224, 326, -60, -4, 49, 142]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c8697183-bc0f-4221-ab7f-cb99392577c1||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.6796233654022217, -0.02665862813591957, -0.1312311440706253, 118.07454681396484], [-0.027186831459403038, 2.682769775390625, 0.010275820270180702, -106.09562683105469], [-0.13029220700263977, -0.011519662104547024, 2.696789503097534, -63.600826263427734], [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': ['184910.765000', '184911.225000', '184911.685000', '184912.145000', '184912.605000', '184913.065000', '184913.525000', '184913.985000', '184914.445000', '184914.905000', '184915.365000', '184915.825000', '184916.285000', '184916.745000', '184917.205000', '184917.665000', '184918.125000', '184918.585000', '184919.045000', '184919.505000', '184919.965000', '184920.425000', '184920.885000', '184921.345000', '184921.805000', '184922.265000', '184922.725000', '184923.185000', '184923.645000', '184924.105000', '184924.565000', '184925.025000', '184925.485000', '184925.945000', '184926.405000', '184926.865000', '184927.325000', '184927.785000', '184928.245000', '184928.705000', '184929.165000', '184929.625000', '184930.085000', '184930.545000', '184931.005000', '184931.465000', '184931.925000', '184932.385000', '184932.845000', '184933.305000', '184933.765000', '184934.225000', '184934.685000', '184935.145000', '184935.605000', '184936.065000', '184936.525000', '184936.985000', '184937.445000', '184937.905000', '184938.365000', '184938.825000', '184939.285000', '184939.745000', '184940.205000', '184940.665000', '184941.125000', '184941.585000', '184942.045000', '184942.505000', '184942.965000', '184943.425000', '184943.885000', '184944.345000', '184944.805000', '184945.265000', '184945.725000', '184946.185000', '184946.645000', '184947.105000', '184947.565000', '184948.025000', '184948.485000', '184948.945000', '184949.405000', '184949.865000', '184950.325000', '184950.785000', '184951.245000', '184951.705000', '184952.165000', '184952.625000', '184953.085000', '184953.545000', '184954.005000', '184954.465000', '184954.925000', '184955.385000', '184955.845000', '184956.305000', '184956.765000', '184957.225000', '184957.685000', '184958.145000', '184958.605000', '184959.065000', '184959.525000', '184959.985000', '185000.445000', '185000.905000', '185001.365000', '185001.825000', '185002.285000', '185002.745000', '185003.205000', '185003.665000', '185004.125000', '185004.585000', '185005.045000', '185005.505000', '185005.965000', '185006.425000', '185006.885000', '185007.345000', '185007.805000', '185008.265000', '185008.725000', '185009.185000', '185009.645000', '185010.105000', '185010.565000', '185011.025000', '185011.485000', '185011.945000', '185012.405000', '185012.865000', '185013.325000', '185013.785000', '185014.245000', '185014.705000', '185015.165000', '185015.625000', '185016.085000', '185016.545000', '185017.005000', '185017.465000', '185017.925000', '185018.385000', '185018.845000', '185019.305000', '185019.765000', '185020.225000', '185020.685000', '185021.145000', '185021.605000', '185022.065000', '185022.525000', '185022.985000', '185023.445000', '185023.905000', '185024.365000', '185024.825000', '185025.285000', '185025.745000', '185026.205000', '185026.665000', '185027.125000', '185027.585000', '185028.045000', '185028.505000', '185028.965000', '185029.425000', '185029.885000', '185030.345000', '185030.805000', '185031.265000', '185031.725000', '185032.185000', '185032.645000', '185033.105000', '185033.565000', '185034.025000', '185034.485000', '185034.945000', '185035.405000', '185035.865000', '185036.325000', '185036.785000', '185037.245000', '185037.705000', '185038.165000', '185038.625000', '185039.085000', '185039.545000', '185040.005000', '185040.465000', '185040.925000', '185041.385000', '185041.845000', '185042.305000', '185042.765000', '185043.225000', '185043.685000', '185044.145000', '185044.605000', '185045.065000', '185045.525000', '185045.985000', '185046.445000', '185046.905000', '185047.365000', '185047.825000', '185048.285000', '185048.745000', '185049.205000', '185049.665000', '185050.125000', '185050.585000', '185051.045000', '185051.505000', '185051.965000', '185052.425000', '185052.885000', '185053.345000', '185053.805000', '185054.265000', '185054.725000', '185055.185000', '185055.645000', '185056.105000', '185056.565000', '185057.025000', '185057.485000', '185057.945000', '185058.405000', '185058.865000', '185059.325000', '185059.785000', '185100.245000', '185100.705000', '185101.165000', '185101.625000', '185102.085000', '185102.545000', '185103.005000', '185103.465000', '185103.925000', '185104.385000', '185104.845000', '185105.305000', '185105.765000', '185106.225000', '185106.685000', '185107.145000', '185107.605000', '185108.065000', '185108.525000', '185108.985000', '185109.445000', '185109.905000', '185110.365000', '185110.825000', '185111.285000', '185111.745000', '185112.205000', '185112.665000', '185113.125000', '185113.585000', '185114.045000', '185114.505000', '185114.965000', '185115.425000', '185115.885000', '185116.345000', '185116.805000', '185117.265000', '185117.725000', '185118.185000', '185118.645000', '185119.105000', '185119.565000', '185120.025000', '185120.485000', '185120.945000', '185121.405000', '185121.865000', '185122.325000', '185122.785000', '185123.245000', '185123.705000', '185124.165000', '185124.625000', '185125.085000', '185125.545000', '185126.005000', '185126.465000', '185126.925000', '185127.385000', '185127.845000', '185128.305000', '185128.765000', '185129.225000', '185129.685000', '185130.145000', '185130.605000', '185131.065000', '185131.525000', '185131.985000', '185132.445000', '185132.905000', '185133.365000', '185133.825000', '185134.285000', '185134.745000', '185135.205000', '185135.665000', '185136.125000', '185136.585000', '185137.045000', '185137.505000', '185137.965000', '185138.425000', '185138.885000', '185139.345000', '185139.805000', '185140.265000', '185140.725000', '185141.185000', '185141.645000', '185142.105000', '185142.565000', '185143.025000', '185143.485000', '185143.945000', '185144.405000', '185144.865000', '185145.325000', '185145.785000', '185146.245000', '185146.705000', '185147.165000', '185147.625000', '185148.085000', '185148.545000', '185149.005000', '185149.465000', '185149.925000', '185150.385000', '185150.845000', '185151.305000', '185151.765000', '185152.225000', '185152.685000', '185153.145000', '185153.605000', '185154.065000', '185154.525000', '185154.985000', '185155.445000', '185155.905000', '185156.365000', '185156.825000', '185157.285000', '185157.745000', '185158.205000', '185158.665000', '185159.125000', '185159.585000', '185200.045000', '185200.505000', '185200.965000', '185201.425000', '185201.885000', '185202.345000', '185202.805000', '185203.265000', '185203.725000', '185204.185000', '185204.645000', '185205.105000', '185205.565000', '185206.025000', '185206.485000', '185206.945000', '185207.405000', '185207.865000', '185208.325000', '185208.785000', '185209.245000', '185209.705000', '185210.165000', '185210.625000', '185211.085000', '185211.545000', '185212.005000', '185212.465000', '185212.925000', '185213.385000', '185213.845000', '185214.305000', '185214.765000', '185215.225000', '185215.685000', '185216.145000', '185216.605000', '185217.065000', '185217.525000', '185217.985000', '185218.445000', '185218.905000', '185219.365000', '185219.825000', '185220.285000', '185220.745000', '185221.205000', '185221.665000', '185222.125000', '185222.585000', '185223.045000', '185223.505000', '185223.965000', '185224.425000', '185224.885000', '185225.345000', '185225.805000', '185226.265000', '185226.725000', '185227.185000', '185227.645000', '185228.105000', '185228.565000', '185229.025000', '185229.485000', '185229.945000', '185230.405000', '185230.865000', '185231.325000', '185231.785000', '185232.245000', '185232.705000', '185233.165000', '185233.625000', '185234.085000', '185234.545000', '185235.005000', '185235.465000', '185235.925000', '185236.385000', '185236.845000', '185237.305000', '185237.765000', '185238.225000', '185238.685000', '185239.145000', '185239.605000', '185240.065000', '185240.525000', '185240.985000', '185241.445000', '185241.905000', '185242.365000', '185242.825000', '185243.285000', '185243.745000', '185244.205000', '185244.665000', '185245.125000', '185245.585000', '185246.045000', '185246.505000', '185246.965000', '185247.425000', '185247.885000', '185248.345000', '185248.805000', '185249.265000', '185249.725000', '185250.185000', '185250.645000', '185251.105000', '185251.565000', '185252.025000', '185252.485000', '185252.945000', '185253.405000', '185253.865000', '185254.325000', '185254.785000', '185255.245000', '185255.705000', '185256.165000', '185256.625000', '185257.085000', '185257.545000', '185258.005000', '185258.465000', '185258.925000', '185259.385000', '185259.845000', '185300.305000', '185300.765000', '185301.225000', '185301.685000', '185302.145000', '185302.605000', '185303.065000', '185303.525000', '185303.985000', '185304.445000', '185304.905000', '185305.365000', '185305.825000', '185306.285000', '185306.745000', '185307.205000', '185307.665000', '185308.125000', '185308.585000', '185309.045000', '185309.505000', '185309.965000', '185310.425000', '185310.885000', '185311.345000', '185311.805000', '185312.265000', '185312.725000', '185313.185000', '185313.645000', '185314.105000', '185314.565000', '185315.025000', '185315.485000', '185315.945000', '185316.405000', '185316.865000', '185317.325000', '185317.785000', '185318.245000', '185318.705000', '185319.165000', '185319.625000', '185320.085000', '185320.545000', '185321.005000', '185321.465000', '185321.925000', '185322.385000', '185322.845000', '185323.305000', '185323.765000', '185324.225000', '185324.685000', '185325.145000', '185325.605000', '185326.065000', '185326.525000', '185326.985000', '185327.445000', '185327.905000', '185328.365000', '185328.825000', '185329.285000', '185329.745000', '185330.205000', '185330.665000', '185331.125000', '185331.585000', '185332.045000', '185332.505000', '185332.965000', '185333.425000', '185333.885000', '185334.345000', '185334.805000', '185335.265000', '185335.725000', '185336.185000', '185336.645000', '185337.105000', '185337.565000', '185338.025000', '185338.485000', '185338.945000', '185339.405000', '185339.865000', '185340.325000', '185340.785000', '185341.245000', '185341.705000', '185342.165000', '185342.625000', '185343.085000', '185343.545000', '185344.005000', '185344.465000', '185344.925000', '185345.385000', '185345.845000', '185346.305000', '185346.765000', '185347.225000', '185347.685000', '185348.145000', '185348.605000', '185349.065000', '185349.525000', '185349.985000', '185350.445000', '185350.905000', '185351.365000', '185351.825000', '185352.285000', '185352.745000', '185353.205000', '185353.665000', '185354.125000', '185354.585000', '185355.045000', '185355.505000', '185355.965000', '185356.425000', '185356.885000', '185357.345000', '185357.805000', '185358.265000', '185358.725000', '185359.185000', '185359.645000', '185400.105000', '185400.565000', '185401.025000', '185401.485000', '185401.945000', '185402.405000', '185402.865000', '185403.325000', '185403.785000', '185404.245000', '185404.705000', '185405.165000', '185405.625000', '185406.085000', '185406.545000', '185407.005000', '185407.465000', '185407.925000', '185408.385000', '185408.845000', '185409.305000', '185409.765000', '185410.225000', '185410.685000', '185411.145000', '185411.605000', '185412.065000', '185412.525000', '185412.985000', '185413.445000', '185413.905000', '185414.365000', '185414.825000', '185415.285000', '185415.745000', '185416.205000', '185416.665000', '185417.125000', '185417.585000', '185418.045000', '185418.505000', '185418.965000', '185419.425000', '185419.885000', '185420.345000', '185420.805000', '185421.265000', '185421.725000', '185422.185000', '185422.645000', '185423.105000', '185423.565000', '185424.025000', '185424.485000', '185424.945000', '185425.405000', '185425.865000', '185426.325000', '185426.785000', '185427.245000', '185427.705000', '185428.165000', '185428.625000', '185429.085000', '185429.545000', '185430.005000', '185430.465000', '185430.925000', '185431.385000', '185431.845000', '185432.305000', '185432.765000', '185433.225000', '185433.685000', '185434.145000', '185434.605000', '185435.065000', '185435.525000', '185435.985000', '185436.445000', '185436.905000', '185437.365000', '185437.825000', '185438.285000', '185438.745000', '185439.205000', '185439.665000', '185440.125000', '185440.585000', '185441.045000', '185441.505000', '185441.965000', '185442.425000', '185442.885000', '185443.345000', '185443.805000', '185444.265000', '185444.725000', '185445.185000', '185445.645000', '185446.105000', '185446.565000', '185447.025000', '185447.485000', '185447.945000', '185448.405000', '185448.865000', '185449.325000', '185449.785000', '185450.245000', '185450.705000', '185451.165000', '185451.625000', '185452.085000', '185452.545000', '185453.005000', '185453.465000', '185453.925000', '185454.385000', '185454.845000', '185455.305000', '185455.765000', '185456.225000', '185456.685000', '185457.145000', '185457.605000', '185458.065000', '185458.525000', '185458.985000', '185459.445000', '185459.905000', '185500.365000', '185500.825000', '185501.285000', '185501.745000', '185502.205000', '185502.665000', '185503.125000', '185503.585000', '185504.045000', '185504.505000', '185504.965000', '185505.425000', '185505.885000', '185506.345000', '185506.805000', '185507.265000', '185507.725000', '185508.185000', '185508.645000', '185509.105000', '185509.565000', '185510.025000', '185510.485000', '185510.945000', '185511.405000', '185511.865000', '185512.325000', '185512.785000', '185513.245000', '185513.705000', '185514.165000', '185514.625000', '185515.085000', '185515.545000', '185516.005000', '185516.465000', '185516.925000', '185517.385000', '185517.845000', '185518.305000', '185518.765000', '185519.225000', '185519.685000', '185520.145000', '185520.605000', '185521.065000', '185521.525000', '185521.985000', '185522.445000', '185522.905000', '185523.365000', '185523.825000', '185524.285000', '185524.745000', '185525.205000', '185525.665000', '185526.125000', '185526.585000', '185527.045000', '185527.505000', '185527.965000', '185528.425000', '185528.885000', '185529.345000', '185529.805000', '185530.265000', '185530.725000', '185531.185000', '185531.645000', '185532.105000', '185532.565000', '185533.025000', '185533.485000', '185533.945000', '185534.405000', '185534.865000', '185535.325000', '185535.785000', '185536.245000', '185536.705000', '185537.165000', '185537.625000', '185538.085000', '185538.545000', '185539.005000', '185539.465000', '185539.925000', '185540.385000', '185540.845000', '185541.305000', '185541.765000', '185542.225000', '185542.685000', '185543.145000', '185543.605000', '185544.065000', '185544.525000', '185544.985000', '185545.445000', '185545.905000', '185546.365000', '185546.825000', '185547.285000', '185547.745000', '185548.205000', '185548.665000', '185549.125000', '185549.585000', '185550.045000', '185550.505000', '185550.965000', '185551.425000'], 'ContentTime': ['184934.700000', '184934.710000', '184934.712000', '184934.721000', '184934.724000', '184934.727000', '184934.729000', '184934.732000', '184934.735000', '184934.737000', '184934.740000', '184934.742000', '184934.745000', '184934.748000', '184934.750000', '184934.753000', '184934.756000', '184934.758000', '184934.761000', '184934.763000', '184934.766000', '184934.769000', '184934.771000', '184934.774000', '184934.777000', '184934.779000', '184934.782000', '184934.784000', '184934.787000', '184934.790000', '184934.796000', '184934.799000', '184934.824000', '184934.827000', '184934.829000', '184934.832000', '184934.836000', '184934.839000', '184934.841000', '184934.844000', '184934.847000', '184934.850000', '184934.852000', '184934.855000', '184934.858000', '184934.860000', '184934.863000', '184934.866000', '184934.868000', '184954.674000', '184954.677000', '184954.680000', '184954.683000', '184954.685000', '184954.688000', '184954.691000', '184954.693000', '184954.696000', '184954.698000', '184954.701000', '184954.704000', '184954.706000', '184954.709000', '184954.712000', '184954.714000', '184954.717000', '184954.719000', '184954.722000', '184954.724000', '184954.739000', '184954.742000', '184954.745000', '184954.747000', '184954.750000', '184954.752000', '184954.755000', '184954.758000', '184954.760000', '184954.763000', '184954.766000', '184954.768000', '184954.771000', '184954.773000', '184954.780000', '184954.783000', '184954.786000', '184954.788000', '184954.791000', '184954.793000', '184954.796000', '184954.798000', '184954.801000', '185014.675000', '185014.678000', '185014.680000', '185014.683000', '185014.685000', '185014.688000', '185014.691000', '185014.693000', '185014.696000', '185014.698000', '185014.701000', '185014.703000', '185014.706000', '185014.708000', '185014.711000', '185014.713000', '185014.716000', '185014.718000', '185014.721000', '185014.723000', '185014.726000', '185014.729000', '185014.731000', '185014.734000', '185014.736000', '185014.739000', '185014.748000', '185014.751000', '185014.753000', '185014.756000', '185014.758000', '185014.761000', '185014.763000', '185014.766000', '185014.769000', '185014.771000', '185014.774000', '185014.776000', '185014.779000', '185014.781000', '185014.784000', '185014.787000', '185014.789000', '185014.792000', '185034.674000', '185034.677000', '185034.680000', '185034.682000', '185034.685000', '185034.688000', '185034.696000', '185034.699000', '185034.702000', '185034.706000', '185034.708000', '185034.711000', '185034.713000', '185034.716000', '185034.718000', '185034.721000', '185034.723000', '185034.726000', '185034.732000', '185034.735000', '185034.737000', '185034.740000', '185034.742000', '185034.745000', '185034.747000', '185034.750000', '185034.752000', '185034.755000', '185034.758000', '185034.760000', '185034.763000', '185034.765000', '185034.768000', '185034.771000', '185034.773000', '185034.776000', '185034.778000', '185034.781000', '185034.783000', '185034.786000', '185034.788000', '185034.791000', '185034.793000', '185054.673000', '185054.676000', '185054.679000', '185054.681000', '185054.684000', '185054.686000', '185054.689000', '185054.692000', '185054.694000', '185054.697000', '185054.699000', '185054.702000', '185054.704000', '185054.707000', '185054.710000', '185054.712000', '185054.715000', '185054.717000', '185054.720000', '185054.723000', '185054.725000', '185054.728000', '185054.730000', '185054.733000', '185054.735000', '185054.738000', '185054.740000', '185054.743000', '185054.746000', '185054.748000', '185054.751000', '185054.753000', '185054.756000', '185054.758000', '185054.761000', '185054.763000', '185054.766000', '185054.768000', '185054.771000', '185054.781000', '185054.783000', '185054.786000', '185054.788000', '185054.791000', '185114.673000', '185114.676000', '185114.679000', '185114.681000', '185114.684000', '185114.686000', '185114.689000', '185114.692000', '185114.711000', '185114.713000', '185114.716000', '185114.718000', '185114.721000', '185114.723000', '185114.726000', '185114.729000', '185114.731000', '185114.734000', '185114.736000', '185114.746000', '185114.748000', '185114.751000', '185114.753000', '185114.756000', '185114.758000', '185114.761000', '185114.763000', '185114.766000', '185114.769000', '185114.771000', '185114.774000', '185114.776000', '185114.779000', '185114.781000', '185114.784000', '185114.787000', '185114.789000', '185114.792000', '185114.794000', '185114.797000', '185114.817000', '185114.820000', '185114.822000', '185134.674000', '185134.676000', '185134.691000', '185134.693000', '185134.696000', '185134.699000', '185134.701000', '185134.704000', '185134.706000', '185134.709000', '185134.711000', '185134.714000', '185134.716000', '185134.719000', '185134.722000', '185134.724000', '185134.727000', '185134.729000', '185134.732000', '185134.735000', '185134.737000', '185134.740000', '185134.742000', '185134.745000', '185134.747000', '185134.750000', '185134.752000', '185134.755000', '185134.757000', '185134.760000', '185134.763000', '185134.765000', '185134.768000', '185134.770000', '185134.773000', '185134.775000', '185134.778000', '185134.780000', '185134.783000', '185134.785000', '185134.788000', '185134.791000', '185134.793000', '185134.796000', '185154.674000', '185154.677000', '185154.680000', '185154.682000', '185154.685000', '185154.688000', '185154.690000', '185154.693000', '185154.696000', '185154.699000', '185154.702000', '185154.705000', '185154.708000', '185154.711000', '185154.713000', '185154.716000', '185154.718000', '185154.721000', '185154.723000', '185154.726000', '185154.728000', '185154.731000', '185154.734000', '185154.737000', '185154.740000', '185154.742000', '185154.745000', '185154.747000', '185154.750000', '185154.753000', '185154.755000', '185154.758000', '185154.760000', '185154.763000', '185154.765000', '185154.768000', '185154.771000', '185154.773000', '185154.776000', '185154.778000', '185154.781000', '185154.783000', '185154.786000', '185214.675000', '185214.677000', '185214.680000', '185214.683000', '185214.685000', '185214.688000', '185214.690000', '185214.693000', '185214.695000', '185214.698000', '185214.701000', '185214.704000', '185214.707000', '185214.709000', '185214.712000', '185214.714000', '185214.717000', '185214.719000', '185214.722000', '185214.725000', '185214.727000', '185214.730000', '185214.732000', '185214.735000', '185214.737000', '185214.740000', '185214.742000', '185214.745000', '185214.747000', '185214.750000', '185214.753000', '185214.755000', '185214.758000', '185214.760000', '185214.763000', '185214.765000', '185214.768000', '185214.771000', '185214.773000', '185214.776000', '185214.779000', '185214.781000', '185214.784000', '185214.786000', '185234.674000', '185234.677000', '185234.680000', '185234.682000', '185234.685000', '185234.687000', '185234.690000', '185234.693000', '185234.695000', '185234.698000', '185234.701000', '185234.704000', '185234.707000', '185234.710000', '185234.713000', '185234.715000', '185234.718000', '185234.721000', '185234.723000', '185234.726000', '185234.728000', '185234.731000', '185234.734000', '185234.736000', '185234.739000', '185234.741000', '185234.744000', '185234.746000', '185234.749000', '185234.752000', '185234.754000', '185234.757000', '185234.759000', '185234.762000', '185234.765000', '185234.767000', '185234.770000', '185234.772000', '185234.775000', '185234.777000', '185234.780000', '185234.782000', '185234.785000', '185254.674000', '185254.677000', '185254.680000', '185254.682000', '185254.685000', '185254.688000', '185254.690000', '185254.693000', '185254.695000', '185254.698000', '185254.700000', '185254.703000', '185254.705000', '185254.708000', '185254.711000', '185254.713000', '185254.716000', '185254.718000', '185254.731000', '185254.734000', '185254.736000', '185254.739000', '185254.742000', '185254.744000', '185254.747000', '185254.749000', '185254.752000', '185254.755000', '185254.757000', '185254.760000', '185254.762000', '185254.765000', '185254.768000', '185254.770000', '185254.773000', '185254.775000', '185254.778000', '185254.780000', '185254.783000', '185254.785000', '185254.788000', '185254.801000', '185254.804000', '185254.806000', '185314.674000', '185314.676000', '185314.679000', '185314.681000', '185314.684000', '185314.687000', '185314.689000', '185314.692000', '185314.694000', '185314.697000', '185314.699000', '185314.702000', '185314.704000', '185314.707000', '185314.710000', '185314.712000', '185314.715000', '185314.718000', '185314.721000', '185314.724000', '185314.727000', '185314.730000', '185314.732000', '185314.735000', '185314.738000', '185314.740000', '185314.743000', '185314.745000', '185314.748000', '185314.751000', '185314.753000', '185314.756000', '185314.758000', '185314.761000', '185314.763000', '185314.766000', '185314.769000', '185314.772000', '185314.775000', '185314.778000', '185314.781000', '185314.783000', '185314.786000', '185334.674000', '185334.676000', '185334.679000', '185334.681000', '185334.684000', '185334.687000', '185334.689000', '185334.692000', '185334.694000', '185334.697000', '185334.699000', '185334.702000', '185334.705000', '185334.707000', '185334.710000', '185334.712000', '185334.715000', '185334.718000', '185334.720000', '185334.723000', '185334.725000', '185334.728000', '185334.730000', '185334.733000', '185334.735000', '185334.738000', '185334.741000', '185334.743000', '185334.746000', '185334.748000', '185334.751000', '185334.754000', '185334.756000', '185334.759000', '185334.761000', '185334.764000', '185334.767000', '185334.769000', '185334.772000', '185334.774000', '185334.777000', '185334.779000', '185334.782000', '185334.784000', '185354.674000', '185354.677000', '185354.679000', '185354.682000', '185354.684000', '185354.687000', '185354.689000', '185354.692000', '185354.694000', '185354.697000', '185354.700000', '185354.702000', '185354.705000', '185354.707000', '185354.710000', '185354.712000', '185354.715000', '185354.717000', '185354.720000', '185354.723000', '185354.725000', '185354.728000', '185354.730000', '185354.733000', '185354.737000', '185354.740000', '185354.742000', '185354.745000', '185354.748000', '185354.751000', '185354.753000', '185354.756000', '185354.758000', '185354.761000', '185354.763000', '185354.766000', '185354.769000', '185354.771000', '185354.774000', '185354.776000', '185354.779000', '185354.781000', '185354.784000', '185414.674000', '185414.677000', '185414.680000', '185414.682000', '185414.685000', '185414.688000', '185414.690000', '185414.693000', '185414.695000', '185414.698000', '185414.700000', '185414.703000', '185414.705000', '185414.708000', '185414.710000', '185414.713000', '185414.716000', '185414.719000', '185414.721000', '185414.724000', '185414.726000', '185414.729000', '185414.731000', '185414.734000', '185414.736000', '185414.739000', '185414.742000', '185414.744000', '185414.747000', '185414.749000', '185414.752000', '185414.754000', '185414.757000', '185414.760000', '185414.762000', '185414.765000', '185414.767000', '185414.770000', '185414.773000', '185414.775000', '185414.778000', '185414.780000', '185414.783000', '185414.785000', '185434.674000', '185434.677000', '185434.680000', '185434.682000', '185434.685000', '185434.688000', '185434.690000', '185434.693000', '185434.695000', '185434.698000', '185434.700000', '185434.703000', '185434.705000', '185434.708000', '185434.711000', '185434.713000', '185434.716000', '185434.719000', '185434.721000', '185434.724000', '185434.726000', '185434.729000', '185434.744000', '185434.747000', '185434.749000', '185434.752000', '185434.754000', '185434.757000', '185434.759000', '185434.762000', '185434.765000', '185434.767000', '185434.770000', '185434.773000', '185434.775000', '185434.778000', '185434.780000', '185434.783000', '185434.786000', '185434.788000', '185434.791000', '185434.793000', '185434.796000', '185454.674000', '185454.677000', '185454.680000', '185454.682000', '185454.685000', '185454.688000', '185454.690000', '185454.693000', '185454.695000', '185454.698000', '185454.700000', '185454.703000', '185454.705000', '185454.708000', '185454.710000', '185454.713000', '185454.716000', '185454.718000', '185454.721000', '185454.723000', '185454.726000', '185454.728000', '185454.731000', '185454.733000', '185454.736000', '185454.739000', '185454.741000', '185454.744000', '185454.747000', '185454.749000', '185454.752000', '185454.754000', '185454.757000', '185454.760000', '185454.762000', '185454.765000', '185454.767000', '185454.770000', '185454.772000', '185454.775000', '185454.778000', '185454.780000', '185454.783000', '185454.786000', '185514.675000', '185514.677000', '185514.680000', '185514.682000', '185514.685000', '185514.688000', '185514.690000', '185514.693000', '185514.695000', '185514.698000', '185514.700000', '185514.703000', '185514.706000', '185514.708000', '185514.711000', '185514.713000', '185514.716000', '185514.719000', '185514.721000', '185514.724000', '185514.726000', '185514.729000', '185514.731000', '185514.734000', '185514.736000', '185514.739000', '185514.742000', '185514.744000', '185514.747000', '185514.749000', '185514.753000', '185514.756000', '185514.759000', '185514.761000', '185514.764000', '185514.766000', '185514.769000', '185514.771000', '185514.774000', '185514.777000', '185514.780000', '185514.783000', '185514.786000', '185534.673000', '185534.676000', '185534.679000', '185534.681000', '185534.684000', '185534.687000', '185534.689000', '185534.692000', '185534.695000', '185534.697000', '185534.700000', '185534.702000', '185534.705000', '185534.708000', '185534.710000', '185534.713000', '185534.715000', '185534.718000', '185534.720000', '185534.723000', '185534.726000', '185534.728000', '185534.731000', '185534.733000', '185534.736000', '185534.739000', '185534.741000', '185534.744000', '185534.746000', '185534.749000', '185534.751000', '185534.754000', '185534.757000', '185534.759000', '185534.762000', '185534.764000', '185534.767000', '185534.770000', '185534.772000', '185534.775000', '185534.777000', '185534.780000', '185534.782000', '185534.785000', '185552.967000', '185552.970000', '185552.973000', '185552.976000', '185552.979000', '185552.984000', '185552.986000', '185552.989000', '185552.992000', '185552.995000', '185552.998000', '185553.002000', '185553.005000', '185553.008000', '185553.011000', '185553.014000', '185553.017000', '185553.020000', '185553.023000', '185553.026000', '185553.028000', '185553.038000', '185553.098000', '185553.104000', '185553.107000', '185553.110000', '185553.113000', '185553.116000', '185553.118000', '185553.121000', '185553.124000', '185553.127000', '185553.140000', '185553.166000', '185553.169000', '185553.172000', '185553.177000', '185553.179000', '185553.182000', '185553.185000'], 'InstanceCreationTime': ['184934.700000', '184934.710000', '184934.712000', '184934.721000', '184934.724000', '184934.727000', '184934.729000', '184934.732000', '184934.735000', '184934.737000', '184934.740000', '184934.742000', '184934.745000', '184934.748000', '184934.750000', '184934.753000', '184934.756000', '184934.758000', '184934.761000', '184934.763000', '184934.766000', '184934.769000', '184934.771000', '184934.774000', '184934.777000', '184934.779000', '184934.782000', '184934.784000', '184934.787000', '184934.790000', '184934.796000', '184934.799000', '184934.824000', '184934.827000', '184934.829000', '184934.832000', '184934.836000', '184934.839000', '184934.841000', '184934.844000', '184934.847000', '184934.850000', '184934.852000', '184934.855000', '184934.858000', '184934.860000', '184934.863000', '184934.866000', '184934.868000', '184954.674000', '184954.677000', '184954.680000', '184954.683000', '184954.685000', '184954.688000', '184954.691000', '184954.693000', '184954.696000', '184954.698000', '184954.701000', '184954.704000', '184954.706000', '184954.709000', '184954.712000', '184954.714000', '184954.717000', '184954.719000', '184954.722000', '184954.724000', '184954.739000', '184954.742000', '184954.745000', '184954.747000', '184954.750000', '184954.752000', '184954.755000', '184954.758000', '184954.760000', '184954.763000', '184954.766000', '184954.768000', '184954.771000', '184954.773000', '184954.780000', '184954.783000', '184954.786000', '184954.788000', '184954.791000', '184954.793000', '184954.796000', '184954.798000', '184954.801000', '185014.675000', '185014.678000', '185014.680000', '185014.683000', '185014.685000', '185014.688000', '185014.691000', '185014.693000', '185014.696000', '185014.698000', '185014.701000', '185014.703000', '185014.706000', '185014.708000', '185014.711000', '185014.713000', '185014.716000', '185014.718000', '185014.721000', '185014.723000', '185014.726000', '185014.729000', '185014.731000', '185014.734000', '185014.736000', '185014.739000', '185014.748000', '185014.751000', '185014.753000', '185014.756000', '185014.758000', '185014.761000', '185014.763000', '185014.766000', '185014.769000', '185014.771000', '185014.774000', '185014.776000', '185014.779000', '185014.781000', '185014.784000', '185014.787000', '185014.789000', '185014.792000', '185034.674000', '185034.677000', '185034.680000', '185034.682000', '185034.685000', '185034.688000', '185034.696000', '185034.699000', '185034.702000', '185034.706000', '185034.708000', '185034.711000', '185034.713000', '185034.716000', '185034.718000', '185034.721000', '185034.723000', '185034.726000', '185034.732000', '185034.735000', '185034.737000', '185034.740000', '185034.742000', '185034.745000', '185034.747000', '185034.750000', '185034.752000', '185034.755000', '185034.758000', '185034.760000', '185034.763000', '185034.765000', '185034.768000', '185034.771000', '185034.773000', '185034.776000', '185034.778000', '185034.781000', '185034.783000', '185034.786000', '185034.788000', '185034.791000', '185034.793000', '185054.673000', '185054.676000', '185054.679000', '185054.681000', '185054.684000', '185054.686000', '185054.689000', '185054.692000', '185054.694000', '185054.697000', '185054.699000', '185054.702000', '185054.704000', '185054.707000', '185054.710000', '185054.712000', '185054.715000', '185054.717000', '185054.720000', '185054.723000', '185054.725000', '185054.728000', '185054.730000', '185054.733000', '185054.735000', '185054.738000', '185054.740000', '185054.743000', '185054.746000', '185054.748000', '185054.751000', '185054.753000', '185054.756000', '185054.758000', '185054.761000', '185054.763000', '185054.766000', '185054.768000', '185054.771000', '185054.781000', '185054.783000', '185054.786000', '185054.788000', '185054.791000', '185114.673000', '185114.676000', '185114.679000', '185114.681000', '185114.684000', '185114.686000', '185114.689000', '185114.692000', '185114.711000', '185114.713000', '185114.716000', '185114.718000', '185114.721000', '185114.723000', '185114.726000', '185114.729000', '185114.731000', '185114.734000', '185114.736000', '185114.746000', '185114.748000', '185114.751000', '185114.753000', '185114.756000', '185114.758000', '185114.761000', '185114.763000', '185114.766000', '185114.769000', '185114.771000', '185114.774000', '185114.776000', '185114.779000', '185114.781000', '185114.784000', '185114.787000', '185114.789000', '185114.792000', '185114.794000', '185114.797000', '185114.817000', '185114.820000', '185114.822000', '185134.674000', '185134.676000', '185134.691000', '185134.693000', '185134.696000', '185134.699000', '185134.701000', '185134.704000', '185134.706000', '185134.709000', '185134.711000', '185134.714000', '185134.716000', '185134.719000', '185134.722000', '185134.724000', '185134.727000', '185134.729000', '185134.732000', '185134.735000', '185134.737000', '185134.740000', '185134.742000', '185134.745000', '185134.747000', '185134.750000', '185134.752000', '185134.755000', '185134.757000', '185134.760000', '185134.763000', '185134.765000', '185134.768000', '185134.770000', '185134.773000', '185134.775000', '185134.778000', '185134.780000', '185134.783000', '185134.785000', '185134.788000', '185134.791000', '185134.793000', '185134.796000', '185154.674000', '185154.677000', '185154.680000', '185154.682000', '185154.685000', '185154.688000', '185154.690000', '185154.693000', '185154.696000', '185154.699000', '185154.702000', '185154.705000', '185154.708000', '185154.711000', '185154.713000', '185154.716000', '185154.718000', '185154.721000', '185154.723000', '185154.726000', '185154.728000', '185154.731000', '185154.734000', '185154.737000', '185154.740000', '185154.742000', '185154.745000', '185154.747000', '185154.750000', '185154.753000', '185154.755000', '185154.758000', '185154.760000', '185154.763000', '185154.765000', '185154.768000', '185154.771000', '185154.773000', '185154.776000', '185154.778000', '185154.781000', '185154.783000', '185154.786000', '185214.675000', '185214.677000', '185214.680000', '185214.683000', '185214.685000', '185214.688000', '185214.690000', '185214.693000', '185214.695000', '185214.698000', '185214.701000', '185214.704000', '185214.707000', '185214.709000', '185214.712000', '185214.714000', '185214.717000', '185214.719000', '185214.722000', '185214.725000', '185214.727000', '185214.730000', '185214.732000', '185214.735000', '185214.737000', '185214.740000', '185214.742000', '185214.745000', '185214.747000', '185214.750000', '185214.753000', '185214.755000', '185214.758000', '185214.760000', '185214.763000', '185214.765000', '185214.768000', '185214.771000', '185214.773000', '185214.776000', '185214.779000', '185214.781000', '185214.784000', '185214.786000', '185234.674000', '185234.677000', '185234.680000', '185234.682000', '185234.685000', '185234.687000', '185234.690000', '185234.693000', '185234.695000', '185234.698000', '185234.701000', '185234.704000', '185234.707000', '185234.710000', '185234.713000', '185234.715000', '185234.718000', '185234.721000', '185234.723000', '185234.726000', '185234.728000', '185234.731000', '185234.734000', '185234.736000', '185234.739000', '185234.741000', '185234.744000', '185234.746000', '185234.749000', '185234.752000', '185234.754000', '185234.757000', '185234.759000', '185234.762000', '185234.765000', '185234.767000', '185234.770000', '185234.772000', '185234.775000', '185234.777000', '185234.780000', '185234.782000', '185234.785000', '185254.674000', '185254.677000', '185254.680000', '185254.682000', '185254.685000', '185254.688000', '185254.690000', '185254.693000', '185254.695000', '185254.698000', '185254.700000', '185254.703000', '185254.705000', '185254.708000', '185254.711000', '185254.713000', '185254.716000', '185254.718000', '185254.731000', '185254.734000', '185254.736000', '185254.739000', '185254.742000', '185254.744000', '185254.747000', '185254.749000', '185254.752000', '185254.755000', '185254.757000', '185254.760000', '185254.762000', '185254.765000', '185254.768000', '185254.770000', '185254.773000', '185254.775000', '185254.778000', '185254.780000', '185254.783000', '185254.785000', '185254.788000', '185254.801000', '185254.804000', '185254.806000', '185314.674000', '185314.676000', '185314.679000', '185314.681000', '185314.684000', '185314.687000', '185314.689000', '185314.692000', '185314.694000', '185314.697000', '185314.699000', '185314.702000', '185314.704000', '185314.707000', '185314.710000', '185314.712000', '185314.715000', '185314.718000', '185314.721000', '185314.724000', '185314.727000', '185314.730000', '185314.732000', '185314.735000', '185314.738000', '185314.740000', '185314.743000', '185314.745000', '185314.748000', '185314.751000', '185314.753000', '185314.756000', '185314.758000', '185314.761000', '185314.763000', '185314.766000', '185314.769000', '185314.772000', '185314.775000', '185314.778000', '185314.781000', '185314.783000', '185314.786000', '185334.674000', '185334.676000', '185334.679000', '185334.681000', '185334.684000', '185334.687000', '185334.689000', '185334.692000', '185334.694000', '185334.697000', '185334.699000', '185334.702000', '185334.705000', '185334.707000', '185334.710000', '185334.712000', '185334.715000', '185334.718000', '185334.720000', '185334.723000', '185334.725000', '185334.728000', '185334.730000', '185334.733000', '185334.735000', '185334.738000', '185334.741000', '185334.743000', '185334.746000', '185334.748000', '185334.751000', '185334.754000', '185334.756000', '185334.759000', '185334.761000', '185334.764000', '185334.767000', '185334.769000', '185334.772000', '185334.774000', '185334.777000', '185334.779000', '185334.782000', '185334.784000', '185354.674000', '185354.677000', '185354.679000', '185354.682000', '185354.684000', '185354.687000', '185354.689000', '185354.692000', '185354.694000', '185354.697000', '185354.700000', '185354.702000', '185354.705000', '185354.707000', '185354.710000', '185354.712000', '185354.715000', '185354.717000', '185354.720000', '185354.723000', '185354.725000', '185354.728000', '185354.730000', '185354.733000', '185354.737000', '185354.740000', '185354.742000', '185354.745000', '185354.748000', '185354.751000', '185354.753000', '185354.756000', '185354.758000', '185354.761000', '185354.763000', '185354.766000', '185354.769000', '185354.771000', '185354.774000', '185354.776000', '185354.779000', '185354.781000', '185354.784000', '185414.674000', '185414.677000', '185414.680000', '185414.682000', '185414.685000', '185414.688000', '185414.690000', '185414.693000', '185414.695000', '185414.698000', '185414.700000', '185414.703000', '185414.705000', '185414.708000', '185414.710000', '185414.713000', '185414.716000', '185414.719000', '185414.721000', '185414.724000', '185414.726000', '185414.729000', '185414.731000', '185414.734000', '185414.736000', '185414.739000', '185414.742000', '185414.744000', '185414.747000', '185414.749000', '185414.752000', '185414.754000', '185414.757000', '185414.760000', '185414.762000', '185414.765000', '185414.767000', '185414.770000', '185414.773000', '185414.775000', '185414.778000', '185414.780000', '185414.783000', '185414.785000', '185434.674000', '185434.677000', '185434.680000', '185434.682000', '185434.685000', '185434.688000', '185434.690000', '185434.693000', '185434.695000', '185434.698000', '185434.700000', '185434.703000', '185434.705000', '185434.708000', '185434.711000', '185434.713000', '185434.716000', '185434.719000', '185434.721000', '185434.724000', '185434.726000', '185434.729000', '185434.744000', '185434.747000', '185434.749000', '185434.752000', '185434.754000', '185434.757000', '185434.759000', '185434.762000', '185434.765000', '185434.767000', '185434.770000', '185434.773000', '185434.775000', '185434.778000', '185434.780000', '185434.783000', '185434.786000', '185434.788000', '185434.791000', '185434.793000', '185434.796000', '185454.674000', '185454.677000', '185454.680000', '185454.682000', '185454.685000', '185454.688000', '185454.690000', '185454.693000', '185454.695000', '185454.698000', '185454.700000', '185454.703000', '185454.705000', '185454.708000', '185454.710000', '185454.713000', '185454.716000', '185454.718000', '185454.721000', '185454.723000', '185454.726000', '185454.728000', '185454.731000', '185454.733000', '185454.736000', '185454.739000', '185454.741000', '185454.744000', '185454.747000', '185454.749000', '185454.752000', '185454.754000', '185454.757000', '185454.760000', '185454.762000', '185454.765000', '185454.767000', '185454.770000', '185454.772000', '185454.775000', '185454.778000', '185454.780000', '185454.783000', '185454.786000', '185514.675000', '185514.677000', '185514.680000', '185514.682000', '185514.685000', '185514.688000', '185514.690000', '185514.693000', '185514.695000', '185514.698000', '185514.700000', '185514.703000', '185514.706000', '185514.708000', '185514.711000', '185514.713000', '185514.716000', '185514.719000', '185514.721000', '185514.724000', '185514.726000', '185514.729000', '185514.731000', '185514.734000', '185514.736000', '185514.739000', '185514.742000', '185514.744000', '185514.747000', '185514.749000', '185514.753000', '185514.756000', '185514.759000', '185514.761000', '185514.764000', '185514.766000', '185514.769000', '185514.771000', '185514.774000', '185514.777000', '185514.780000', '185514.783000', '185514.786000', '185534.673000', '185534.676000', '185534.679000', '185534.681000', '185534.684000', '185534.687000', '185534.689000', '185534.692000', '185534.695000', '185534.697000', '185534.700000', '185534.702000', '185534.705000', '185534.708000', '185534.710000', '185534.713000', '185534.715000', '185534.718000', '185534.720000', '185534.723000', '185534.726000', '185534.728000', '185534.731000', '185534.733000', '185534.736000', '185534.739000', '185534.741000', '185534.744000', '185534.746000', '185534.749000', '185534.751000', '185534.754000', '185534.757000', '185534.759000', '185534.762000', '185534.764000', '185534.767000', '185534.770000', '185534.772000', '185534.775000', '185534.777000', '185534.780000', '185534.782000', '185534.785000', '185552.967000', '185552.970000', '185552.973000', '185552.976000', '185552.979000', '185552.984000', '185552.986000', '185552.989000', '185552.992000', '185552.995000', '185552.998000', '185553.002000', '185553.005000', '185553.008000', '185553.011000', '185553.014000', '185553.017000', '185553.020000', '185553.023000', '185553.026000', '185553.028000', '185553.038000', '185553.098000', '185553.104000', '185553.107000', '185553.110000', '185553.113000', '185553.116000', '185553.118000', '185553.121000', '185553.124000', '185553.127000', '185553.140000', '185553.166000', '185553.169000', '185553.172000', '185553.177000', '185553.179000', '185553.182000', '185553.185000'], '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': [10379, 9506, 8904, 14334, 7492, 9778, 7872, 8546, 13420, 8781, 11641, 8272, 8939, 15810, 9694, 13512, 9369, 9876, 16505, 11108, 13049, 14286, 8828, 14123, 9600, 10394, 13874, 10321, 10413, 7466, 7438, 11562, 8298, 9152, 7036, 7623, 12575, 8300, 9588, 8010, 8412, 11931, 7511, 13099, 8511, 13230, 11022, 14361, 12912, 9867, 15697, 10501, 10576, 16203, 8288, 11641, 9355, 9238, 13806, 9943, 9814, 9020, 7652, 11587, 8381, 8971, 7332, 7219, 11781, 8290, 9569, 7091, 8373, 13499, 8785, 12896, 9542, 10344, 18104, 9644, 14962, 10773, 10433, 16953, 8930, 11617, 10949, 8642, 14297, 7738, 10493, 7817, 9605, 7336, 7715, 12931, 7246, 12556, 10360, 12376, 8367, 9434, 16995, 10713, 13794, 8485, 9692, 16625, 8933, 14037, 9727, 11126, 8573, 8768, 13997, 8791, 12011, 7577, 9287, 7184, 9033, 7106, 8939, 13633, 7928, 12954, 10034, 10853, 7529, 9284, 15893, 9305, 12680, 14861, 9281, 13771, 8838, 8860, 13903, 9433, 9743, 7170, 7514, 12545, 7750, 9405, 7136, 8418, 12532, 7109, 11816, 8319, 9573, 13412, 7233, 13031, 9542, 10842, 7235, 9228, 15326, 8099, 14497, 9578, 10388, 13427, 7886, 14161, 9466, 11182, 12667, 7801, 13184, 8837, 8900, 10038, 7003, 10967, 7204, 12169, 8330, 10366, 7702, 13416, 7606, 14010, 10376, 13963, 8178, 9730, 16614, 8976, 14564, 11041, 10489, 17292, 9968, 11401, 8314, 9894, 8495, 7256, 11506, 7851, 10324, 7216, 9043, 6950, 8332, 14185, 8777, 12545, 8510, 10481, 12128, 8933, 13958, 9686, 10892, 10420, 9163, 14849, 10509, 11971, 7266, 8658, 13338, 7788, 12426, 8001, 9610, 7916, 8671, 14856, 8531, 13261, 7597, 8733, 15734, 8866, 13668, 8124, 9041, 11219, 8548, 12872, 7570, 11071, 6917, 8385, 10678, 8444, 13436, 8006, 10525, 7128, 8981, 6763, 6923, 10008, 7984, 12048, 9164, 9493, 7550, 11030, 8794, 15043, 10306, 17195, 20149, 14527, 11050, 8654, 8475, 8151, 10229, 7286, 12103, 8081, 13019, 7498, 13159, 7784, 10753, 8926, 6743, 9229, 7180, 12435, 9272, 14052, 7953, 12107, 7899, 11167, 12435, 11352, 11619, 7826, 13986, 8015, 12712, 8411, 9580, 8201, 7373, 12842, 8598, 10487, 7068, 9348, 6906, 7772, 11447, 8575, 13972, 8002, 12543, 7789, 11190, 10151, 9949, 17218, 8424, 13541, 8446, 10899, 7166, 9146, 7446, 8093, 15411, 9293, 13241, 8324, 9757, 9570, 8909, 16400, 10272, 13136, 8794, 8354, 14592, 9709, 10762, 7087, 7518, 13965, 7685, 8907, 9593, 7482, 13121, 6958, 8959, 9779, 8330, 14340, 7321, 9601, 9409, 7835, 14238, 8372, 11191, 8158, 9294, 12902, 8928, 14823, 7769, 14283, 9478, 13106, 8459, 13043, 8018, 11236, 7973, 12134, 15062, 11114, 15052, 10065, 10503, 14653, 9976, 14217, 8178, 9620, 7466, 8673, 14308, 7655, 11783, 6825, 8974, 6796, 8412, 8360, 8050, 15109, 8320, 11472, 12657, 9234, 15155, 7924, 9656, 13365, 8988, 13729, 7822, 9298, 9497, 7913, 12864, 8743, 10365, 8001, 7606, 13114, 8340, 9942, 9383, 7486, 13046, 7854, 9167, 10303, 7373, 13141, 8043, 8735, 15774, 9179, 11545, 7619, 7504, 13222, 8559, 10435, 7342, 7554, 8729, 6868, 9373, 9073, 12589, 8421, 11914, 13549, 8125, 12656, 8795, 10324, 11105, 9658, 15134, 7826, 13143, 9140, 12564, 9490, 11275, 8518, 11248, 7589, 13401, 9535, 12847, 8148, 8822, 13270, 8056, 14994, 9815, 13176, 7760, 9078, 13378, 8702, 13978, 7778, 10705, 7409, 9620, 7846, 9243, 7052, 8147, 7154, 8621, 11563, 9833, 15402, 7679, 14221, 11243, 12511, 11106, 9098, 16608, 10095, 13792, 10649, 9776, 8449, 8154, 12972, 7810, 11914, 9018, 10264, 6820, 8375, 10367, 8166, 14288, 8258, 10530, 8441, 8875, 11349, 7620, 12574, 8266, 10713, 7588, 8686, 10729, 7427, 12538, 8547, 9782, 6986, 7591, 12311, 7144, 12530, 8040, 11433, 7485, 9181, 8635, 9061, 10119, 7915, 14914, 8844, 14104, 9384, 12562, 8198, 9099, 14417, 8861, 13780, 7517, 12302, 8220, 12076, 7907, 9942, 8007, 9245, 7860, 10634, 7919, 13271, 8101, 12918, 8238, 8844, 16167, 9153, 13907, 8937, 11600, 7403, 8792, 15439, 9110, 13854, 7212, 9188, 7128, 8522, 8110, 7527, 12357, 7819, 10548, 7272, 9043, 7595, 7821, 14593, 8690, 12801, 8635, 10325, 14813, 8095, 14930, 10851, 12358, 8207, 9487, 13284, 8733, 13325, 7766, 11735, 7683, 9501, 9968, 8497, 14507, 7997, 10081, 8502, 8989, 9649, 7477, 12815, 8200, 11876, 8088, 11319, 7398, 8594, 8780, 7859, 7221, 7503, 7375, 7660, 7681, 8150, 10898, 8048, 11541, 9220, 14806, 7796, 15277, 11115, 14489, 10711, 14722, 8582, 13205, 9000, 14795, 11769, 10621, 7660, 9068, 15193, 7919, 14811, 9587, 11259, 7315, 7913, 7574, 7769, 13064, 7216, 13008, 7291, 9271, 6840, 8911, 9971, 7969, 14362, 7787, 13238, 9065, 11743, 8106, 9775, 8427, 8747, 11598, 9127, 15712, 7795, 14398, 10347, 12126, 8058, 9438, 8726, 8220, 15954, 10206, 13549, 8650, 8826, 10243, 8204, 11644, 7257, 12078, 7705, 10056, 7716, 8271, 7599, 7107, 11104, 7460, 8308, 8055, 7809, 8608, 13551, 10134, 15177, 8180, 12580, 9929, 9444, 16317, 10851, 12582, 7662, 8091, 13465, 7923, 9906, 6995, 9115, 7212, 7196, 12403, 8242, 11267, 7662, 10175, 8017, 10838, 8337, 12057, 9560, 8654, 17024, 10760, 14412, 8443, 11591, 12268, 8781, 15518, 8362, 13047, 8601, 12040, 7634, 10809, 7951, 9887, 9072, 8334, 8809, 11200, 9727, 15657, 12169, 15783, 7533, 13867, 10213, 13235, 8164, 12183, 7640, 9275, 10875, 8966, 13960, 7308, 13025, 8329, 10479, 8780, 9593, 7153, 7428, 10551, 7377, 12049, 7707, 13012, 7122, 12884, 8388, 12401, 8933, 10600, 10893, 8277, 15505, 9306, 14456, 10468, 11136, 13339, 7535, 12611, 9138, 10474, 7124, 8740, 9091, 7586, 13765, 8359, 11154, 6865, 7734, 13980, 8453, 11915, 7041, 8551, 11890, 7532, 13899, 9485, 11025, 7469, 7860, 14407, 8400, 11605, 7809, 9059, 14267, 7079, 12517, 8540, 10428, 8836, 7393, 12940, 9057, 10835, 7002, 8723, 16088, 7414, 13140, 8206, 9717, 12683, 7371, 12468, 8050, 9521, 14398, 7567, 12558, 7875, 9977, 7568, 7842], 'WindowCenter': [4257.0, 4214.0, 4191.0, 4226.0, 4155.0, 4184.0, 4164.0, 4174.0, 4214.0, 4173.0, 4195.0, 4161.0, 4173.0, 4224.0, 4183.0, 4202.0, 4171.0, 4171.0, 4211.0, 4181.0, 4201.0, 4197.0, 4158.0, 4191.0, 4157.0, 4168.0, 4188.0, 4169.0, 4169.0, 4124.0, 4138.0, 4179.0, 4147.0, 4159.0, 4127.0, 4150.0, 4202.0, 4163.0, 4184.0, 4161.0, 4176.0, 4204.0, 4155.0, 4215.0, 4190.0, 4217.0, 4197.0, 4216.0, 4202.0, 4171.0, 4214.0, 4169.0, 4169.0, 4200.0, 4148.0, 4180.0, 4157.0, 4158.0, 4187.0, 4158.0, 4156.0, 4143.0, 4137.0, 4178.0, 4148.0, 4158.0, 4137.0, 4148.0, 4200.0, 4161.0, 4181.0, 4153.0, 4176.0, 4212.0, 4175.0, 4203.0, 4172.0, 4196.0, 4234.0, 4172.0, 4214.0, 4181.0, 4181.0, 4211.0, 4160.0, 4181.0, 4171.0, 4152.0, 4199.0, 4149.0, 4181.0, 4149.0, 4171.0, 4138.0, 4151.0, 4200.0, 4151.0, 4202.0, 4183.0, 4203.0, 4160.0, 4174.0, 4212.0, 4182.0, 4200.0, 4150.0, 4170.0, 4212.0, 4159.0, 4199.0, 4158.0, 4178.0, 4145.0, 4148.0, 4186.0, 4160.0, 4179.0, 4137.0, 4159.0, 4128.0, 4162.0, 4139.0, 4170.0, 4200.0, 4151.0, 4191.0, 4170.0, 4180.0, 4138.0, 4170.0, 4209.0, 4160.0, 4190.0, 4188.0, 4158.0, 4190.0, 4145.0, 4147.0, 4186.0, 4146.0, 4155.0, 4113.0, 4139.0, 4190.0, 4149.0, 4170.0, 4140.0, 4175.0, 4201.0, 4154.0, 4205.0, 4162.0, 4183.0, 4203.0, 4153.0, 4215.0, 4184.0, 4196.0, 4154.0, 4184.0, 4226.0, 4165.0, 4206.0, 4173.0, 4183.0, 4202.0, 4164.0, 4204.0, 4169.0, 4192.0, 4189.0, 4151.0, 4203.0, 4159.0, 4160.0, 4158.0, 4141.0, 4190.0, 4166.0, 4201.0, 4173.0, 4182.0, 4165.0, 4213.0, 4166.0, 4227.0, 4195.0, 4216.0, 4150.0, 4173.0, 4211.0, 4159.0, 4202.0, 4180.0, 4171.0, 4199.0, 4157.0, 4180.0, 4135.0, 4156.0, 4146.0, 4138.0, 4178.0, 4163.0, 4193.0, 4151.0, 4172.0, 4142.0, 4171.0, 4212.0, 4173.0, 4202.0, 4172.0, 4194.0, 4203.0, 4173.0, 4213.0, 4172.0, 4183.0, 4181.0, 4182.0, 4212.0, 4180.0, 4190.0, 4136.0, 4160.0, 4198.0, 4148.0, 4188.0, 4149.0, 4171.0, 4160.0, 4171.0, 4212.0, 4161.0, 4201.0, 4150.0, 4161.0, 4211.0, 4161.0, 4198.0, 4147.0, 4170.0, 4179.0, 4160.0, 4189.0, 4137.0, 4179.0, 4140.0, 4161.0, 4179.0, 4159.0, 4189.0, 4159.0, 4181.0, 4139.0, 4171.0, 4140.0, 4155.0, 4183.0, 4163.0, 4204.0, 4185.0, 4181.0, 4150.0, 4191.0, 4160.0, 4213.0, 4184.0, 4238.0, 4234.0, 4229.0, 4192.0, 4162.0, 4134.0, 4136.0, 4165.0, 4139.0, 4177.0, 4150.0, 4189.0, 4138.0, 4212.0, 4165.0, 4192.0, 4174.0, 4143.0, 4173.0, 4154.0, 4204.0, 4174.0, 4213.0, 4150.0, 4191.0, 4151.0, 4184.0, 4190.0, 4182.0, 4165.0, 4139.0, 4187.0, 4151.0, 4188.0, 4148.0, 4158.0, 4136.0, 4138.0, 4188.0, 4158.0, 4181.0, 4141.0, 4171.0, 4129.0, 4152.0, 4191.0, 4162.0, 4201.0, 4152.0, 4202.0, 4163.0, 4194.0, 4183.0, 4186.0, 4214.0, 4165.0, 4202.0, 4162.0, 4193.0, 4141.0, 4170.0, 4140.0, 4161.0, 4213.0, 4172.0, 4201.0, 4164.0, 4182.0, 4183.0, 4172.0, 4211.0, 4183.0, 4202.0, 4148.0, 4148.0, 4198.0, 4160.0, 4168.0, 4126.0, 4137.0, 4198.0, 4139.0, 4160.0, 4156.0, 4139.0, 4189.0, 4138.0, 4160.0, 4168.0, 4161.0, 4199.0, 4139.0, 4171.0, 4170.0, 4153.0, 4212.0, 4162.0, 4193.0, 4162.0, 4183.0, 4204.0, 4173.0, 4213.0, 4164.0, 4224.0, 4194.0, 4215.0, 4164.0, 4201.0, 4148.0, 4180.0, 4163.0, 4203.0, 4212.0, 4181.0, 4199.0, 4170.0, 4180.0, 4196.0, 4169.0, 4187.0, 4135.0, 4155.0, 4124.0, 4158.0, 4185.0, 4137.0, 4174.0, 4115.0, 4157.0, 4125.0, 4160.0, 4148.0, 4160.0, 4209.0, 4161.0, 4190.0, 4190.0, 4159.0, 4199.0, 4149.0, 4170.0, 4200.0, 4159.0, 4188.0, 4135.0, 4167.0, 4156.0, 4148.0, 4188.0, 4156.0, 4168.0, 4135.0, 4148.0, 4199.0, 4148.0, 4168.0, 4157.0, 4137.0, 4188.0, 4147.0, 4156.0, 4167.0, 4139.0, 4188.0, 4147.0, 4159.0, 4209.0, 4170.0, 4192.0, 4136.0, 4139.0, 4187.0, 4159.0, 4178.0, 4138.0, 4161.0, 4160.0, 4153.0, 4194.0, 4182.0, 4217.0, 4173.0, 4214.0, 4201.0, 4163.0, 4202.0, 4172.0, 4183.0, 4181.0, 4171.0, 4209.0, 4150.0, 4201.0, 4172.0, 4190.0, 4171.0, 4179.0, 4160.0, 4180.0, 4176.0, 4226.0, 4183.0, 4204.0, 4148.0, 4159.0, 4190.0, 4149.0, 4199.0, 4168.0, 4187.0, 4136.0, 4158.0, 4187.0, 4149.0, 4188.0, 4137.0, 4168.0, 4149.0, 4169.0, 4149.0, 4171.0, 4139.0, 4162.0, 4153.0, 4173.0, 4192.0, 4183.0, 4211.0, 4152.0, 4215.0, 4192.0, 4193.0, 4177.0, 4162.0, 4212.0, 4179.0, 4200.0, 4168.0, 4159.0, 4135.0, 4146.0, 4185.0, 4138.0, 4175.0, 4157.0, 4170.0, 4129.0, 4149.0, 4169.0, 4148.0, 4196.0, 4147.0, 4179.0, 4146.0, 4160.0, 4166.0, 4136.0, 4188.0, 4161.0, 4179.0, 4137.0, 4160.0, 4166.0, 4139.0, 4189.0, 4158.0, 4168.0, 4126.0, 4150.0, 4191.0, 4140.0, 4200.0, 4162.0, 4192.0, 4153.0, 4171.0, 4172.0, 4173.0, 4182.0, 4163.0, 4225.0, 4173.0, 4213.0, 4171.0, 4200.0, 4162.0, 4174.0, 4201.0, 4159.0, 4199.0, 4151.0, 4202.0, 4175.0, 4202.0, 4162.0, 4183.0, 4161.0, 4169.0, 4162.0, 4190.0, 4161.0, 4201.0, 4152.0, 4205.0, 4160.0, 4172.0, 4212.0, 4170.0, 4199.0, 4160.0, 4178.0, 4139.0, 4161.0, 4209.0, 4158.0, 4189.0, 4138.0, 4158.0, 4126.0, 4158.0, 4147.0, 4149.0, 4199.0, 4161.0, 4193.0, 4152.0, 4172.0, 4151.0, 4163.0, 4223.0, 4173.0, 4204.0, 4161.0, 4183.0, 4199.0, 4161.0, 4210.0, 4180.0, 4190.0, 4147.0, 4170.0, 4200.0, 4160.0, 4187.0, 4150.0, 4190.0, 4149.0, 4168.0, 4167.0, 4159.0, 4199.0, 4161.0, 4193.0, 4160.0, 4171.0, 4169.0, 4138.0, 4200.0, 4160.0, 4191.0, 4150.0, 4190.0, 4139.0, 4171.0, 4173.0, 4165.0, 4152.0, 4151.0, 4151.0, 4175.0, 4163.0, 4172.0, 4205.0, 4175.0, 4191.0, 4174.0, 4201.0, 4153.0, 4213.0, 4191.0, 4202.0, 4181.0, 4211.0, 4161.0, 4189.0, 4160.0, 4200.0, 4178.0, 4166.0, 4125.0, 4158.0, 4197.0, 4135.0, 4197.0, 4156.0, 4178.0, 4136.0, 4148.0, 4136.0, 4148.0, 4199.0, 4151.0, 4198.0, 4139.0, 4182.0, 4140.0, 4175.0, 4180.0, 4174.0, 4223.0, 4165.0, 4214.0, 4174.0, 4204.0, 4161.0, 4184.0, 4174.0, 4174.0, 4193.0, 4183.0, 4222.0, 4153.0, 4215.0, 4182.0, 4192.0, 4151.0, 4172.0, 4161.0, 4163.0, 4212.0, 4181.0, 4201.0, 4159.0, 4171.0, 4169.0, 4162.0, 4191.0, 4164.0, 4202.0, 4151.0, 4170.0, 4149.0, 4162.0, 4152.0, 4151.0, 4204.0, 4151.0, 4172.0, 4174.0, 4174.0, 4187.0, 4225.0, 4194.0, 4211.0, 4160.0, 4191.0, 4169.0, 4170.0, 4209.0, 4179.0, 4191.0, 4136.0, 4149.0, 4187.0, 4135.0, 4155.0, 4126.0, 4157.0, 4136.0, 4139.0, 4189.0, 4160.0, 4190.0, 4161.0, 4206.0, 4186.0, 4208.0, 4186.0, 4216.0, 4184.0, 4174.0, 4225.0, 4194.0, 4204.0, 4162.0, 4192.0, 4191.0, 4161.0, 4211.0, 4162.0, 4201.0, 4170.0, 4202.0, 4161.0, 4204.0, 4163.0, 4182.0, 4173.0, 4160.0, 4174.0, 4190.0, 4172.0, 4211.0, 4193.0, 4200.0, 4139.0, 4199.0, 4169.0, 4188.0, 4149.0, 4179.0, 4137.0, 4158.0, 4164.0, 4145.0, 4185.0, 4126.0, 4188.0, 4149.0, 4168.0, 4146.0, 4157.0, 4125.0, 4137.0, 4166.0, 4150.0, 4190.0, 4151.0, 4198.0, 4139.0, 4200.0, 4162.0, 4202.0, 4160.0, 4182.0, 4179.0, 4160.0, 4210.0, 4169.0, 4201.0, 4179.0, 4179.0, 4185.0, 4137.0, 4186.0, 4157.0, 4168.0, 4127.0, 4160.0, 4157.0, 4149.0, 4200.0, 4149.0, 4180.0, 4117.0, 4150.0, 4199.0, 4159.0, 4190.0, 4140.0, 4162.0, 4190.0, 4152.0, 4201.0, 4169.0, 4181.0, 4137.0, 4148.0, 4200.0, 4160.0, 4190.0, 4150.0, 4159.0, 4199.0, 4138.0, 4191.0, 4149.0, 4168.0, 4157.0, 4139.0, 4201.0, 4158.0, 4179.0, 4139.0, 4160.0, 4211.0, 4139.0, 4200.0, 4148.0, 4170.0, 4187.0, 4138.0, 4188.0, 4147.0, 4168.0, 4188.0, 4137.0, 4199.0, 4160.0, 4170.0, 4148.0, 4160.0], 'WindowWidth': [9435.0, 9348.0, 9309.0, 9344.0, 9245.0, 9283.0, 9255.0, 9270.0, 9320.0, 9263.0, 9297.0, 9247.0, 9265.0, 9332.0, 9277.0, 9302.0, 9255.0, 9257.0, 9314.0, 9269.0, 9297.0, 9287.0, 9233.0, 9283.0, 9229.0, 9247.0, 9271.0, 9246.0, 9249.0, 9182.0, 9208.0, 9261.0, 9219.0, 9238.0, 9192.0, 9230.0, 9302.0, 9251.0, 9278.0, 9246.0, 9273.0, 9307.0, 9242.0, 9323.0, 9299.0, 9332.0, 9304.0, 9328.0, 9300.0, 9256.0, 9322.0, 9251.0, 9251.0, 9292.0, 9219.0, 9265.0, 9231.0, 9234.0, 9270.0, 9229.0, 9225.0, 9204.0, 9207.0, 9258.0, 9219.0, 9232.0, 9203.0, 9224.0, 9297.0, 9245.0, 9273.0, 9240.0, 9275.0, 9316.0, 9268.0, 9305.0, 9262.0, 9300.0, 9351.0, 9260.0, 9322.0, 9268.0, 9271.0, 9312.0, 9242.0, 9269.0, 9250.0, 9226.0, 9289.0, 9226.0, 9272.0, 9225.0, 9256.0, 9208.0, 9231.0, 9295.0, 9232.0, 9300.0, 9278.0, 9303.0, 9241.0, 9266.0, 9314.0, 9271.0, 9295.0, 9225.0, 9254.0, 9314.0, 9237.0, 9291.0, 9232.0, 9260.0, 9212.0, 9221.0, 9269.0, 9237.0, 9263.0, 9205.0, 9235.0, 9196.0, 9244.0, 9213.0, 9256.0, 9292.0, 9232.0, 9285.0, 9254.0, 9266.0, 9206.0, 9254.0, 9305.0, 9240.0, 9281.0, 9274.0, 9231.0, 9279.0, 9211.0, 9218.0, 9266.0, 9212.0, 9222.0, 9165.0, 9211.0, 9280.0, 9226.0, 9253.0, 9215.0, 9270.0, 9299.0, 9242.0, 9308.0, 9249.0, 9277.0, 9302.0, 9237.0, 9322.0, 9279.0, 9296.0, 9238.0, 9282.0, 9340.0, 9256.0, 9303.0, 9262.0, 9275.0, 9301.0, 9252.0, 9304.0, 9252.0, 9286.0, 9278.0, 9231.0, 9303.0, 9237.0, 9240.0, 9232.0, 9216.0, 9283.0, 9262.0, 9299.0, 9266.0, 9274.0, 9256.0, 9319.0, 9260.0, 9343.0, 9297.0, 9323.0, 9227.0, 9262.0, 9312.0, 9239.0, 9300.0, 9264.0, 9252.0, 9290.0, 9230.0, 9263.0, 9198.0, 9228.0, 9212.0, 9206.0, 9261.0, 9253.0, 9292.0, 9232.0, 9260.0, 9218.0, 9262.0, 9316.0, 9266.0, 9302.0, 9262.0, 9293.0, 9306.0, 9265.0, 9318.0, 9261.0, 9275.0, 9271.0, 9275.0, 9316.0, 9268.0, 9281.0, 9203.0, 9241.0, 9288.0, 9223.0, 9275.0, 9226.0, 9257.0, 9245.0, 9260.0, 9313.0, 9245.0, 9297.0, 9228.0, 9246.0, 9309.0, 9242.0, 9289.0, 9221.0, 9256.0, 9264.0, 9239.0, 9276.0, 9208.0, 9265.0, 9216.0, 9245.0, 9266.0, 9239.0, 9276.0, 9240.0, 9271.0, 9212.0, 9258.0, 9216.0, 9246.0, 9277.0, 9252.0, 9308.0, 9285.0, 9273.0, 9228.0, 9283.0, 9243.0, 9317.0, 9279.0, 9371.0, 9360.0, 9356.0, 9289.0, 9245.0, 9195.0, 9200.0, 9239.0, 9210.0, 9257.0, 9227.0, 9275.0, 9210.0, 9314.0, 9258.0, 9289.0, 9266.0, 9224.0, 9263.0, 9238.0, 9307.0, 9265.0, 9315.0, 9228.0, 9283.0, 9230.0, 9276.0, 9278.0, 9268.0, 9239.0, 9208.0, 9271.0, 9227.0, 9275.0, 9219.0, 9233.0, 9198.0, 9206.0, 9272.0, 9236.0, 9268.0, 9214.0, 9255.0, 9197.0, 9234.0, 9281.0, 9247.0, 9296.0, 9232.0, 9300.0, 9251.0, 9292.0, 9274.0, 9280.0, 9317.0, 9253.0, 9301.0, 9248.0, 9291.0, 9217.0, 9255.0, 9215.0, 9246.0, 9314.0, 9260.0, 9296.0, 9250.0, 9276.0, 9279.0, 9263.0, 9312.0, 9276.0, 9302.0, 9218.0, 9220.0, 9288.0, 9237.0, 9245.0, 9186.0, 9205.0, 9287.0, 9212.0, 9240.0, 9229.0, 9211.0, 9275.0, 9211.0, 9241.0, 9249.0, 9242.0, 9291.0, 9210.0, 9257.0, 9254.0, 9237.0, 9313.0, 9248.0, 9291.0, 9251.0, 9279.0, 9306.0, 9264.0, 9317.0, 9252.0, 9340.0, 9298.0, 9324.0, 9253.0, 9298.0, 9224.0, 9268.0, 9249.0, 9305.0, 9315.0, 9272.0, 9292.0, 9251.0, 9267.0, 9286.0, 9247.0, 9270.0, 9198.0, 9225.0, 9186.0, 9236.0, 9266.0, 9203.0, 9249.0, 9174.0, 9233.0, 9190.0, 9241.0, 9223.0, 9243.0, 9306.0, 9243.0, 9281.0, 9280.0, 9238.0, 9291.0, 9224.0, 9256.0, 9296.0, 9237.0, 9274.0, 9201.0, 9248.0, 9230.0, 9224.0, 9274.0, 9230.0, 9247.0, 9198.0, 9223.0, 9291.0, 9221.0, 9248.0, 9231.0, 9207.0, 9276.0, 9220.0, 9230.0, 9244.0, 9209.0, 9276.0, 9220.0, 9242.0, 9305.0, 9253.0, 9287.0, 9202.0, 9211.0, 9271.0, 9239.0, 9262.0, 9208.0, 9247.0, 9242.0, 9241.0, 9300.0, 9279.0, 9333.0, 9269.0, 9325.0, 9303.0, 9253.0, 9306.0, 9263.0, 9278.0, 9270.0, 9259.0, 9306.0, 9226.0, 9298.0, 9261.0, 9280.0, 9255.0, 9264.0, 9240.0, 9267.0, 9276.0, 9345.0, 9280.0, 9306.0, 9220.0, 9237.0, 9280.0, 9223.0, 9290.0, 9246.0, 9269.0, 9201.0, 9234.0, 9269.0, 9220.0, 9270.0, 9203.0, 9246.0, 9226.0, 9252.0, 9224.0, 9255.0, 9212.0, 9248.0, 9239.0, 9267.0, 9288.0, 9278.0, 9312.0, 9233.0, 9325.0, 9286.0, 9290.0, 9260.0, 9245.0, 9315.0, 9266.0, 9297.0, 9247.0, 9235.0, 9197.0, 9215.0, 9265.0, 9207.0, 9254.0, 9232.0, 9252.0, 9197.0, 9224.0, 9248.0, 9220.0, 9282.0, 9220.0, 9266.0, 9216.0, 9238.0, 9241.0, 9203.0, 9275.0, 9244.0, 9265.0, 9205.0, 9239.0, 9242.0, 9214.0, 9277.0, 9235.0, 9249.0, 9189.0, 9227.0, 9283.0, 9215.0, 9294.0, 9248.0, 9287.0, 9236.0, 9261.0, 9261.0, 9264.0, 9273.0, 9250.0, 9337.0, 9263.0, 9317.0, 9257.0, 9297.0, 9244.0, 9265.0, 9296.0, 9239.0, 9294.0, 9233.0, 9302.0, 9273.0, 9304.0, 9248.0, 9278.0, 9245.0, 9252.0, 9248.0, 9284.0, 9246.0, 9298.0, 9233.0, 9309.0, 9243.0, 9261.0, 9314.0, 9254.0, 9290.0, 9238.0, 9263.0, 9210.0, 9244.0, 9305.0, 9235.0, 9275.0, 9206.0, 9235.0, 9190.0, 9235.0, 9217.0, 9227.0, 9292.0, 9246.0, 9291.0, 9234.0, 9261.0, 9231.0, 9250.0, 9332.0, 9266.0, 9308.0, 9245.0, 9276.0, 9294.0, 9245.0, 9310.0, 9268.0, 9283.0, 9217.0, 9256.0, 9295.0, 9240.0, 9272.0, 9228.0, 9280.0, 9226.0, 9250.0, 9245.0, 9238.0, 9290.0, 9247.0, 9293.0, 9242.0, 9258.0, 9249.0, 9209.0, 9295.0, 9245.0, 9283.0, 9229.0, 9280.0, 9212.0, 9259.0, 9264.0, 9254.0, 9234.0, 9232.0, 9235.0, 9274.0, 9253.0, 9266.0, 9310.0, 9271.0, 9287.0, 9265.0, 9299.0, 9237.0, 9320.0, 9287.0, 9302.0, 9272.0, 9312.0, 9245.0, 9278.0, 9240.0, 9295.0, 9259.0, 9242.0, 9183.0, 9234.0, 9283.0, 9200.0, 9284.0, 9227.0, 9260.0, 9202.0, 9220.0, 9202.0, 9221.0, 9292.0, 9232.0, 9289.0, 9213.0, 9275.0, 9216.0, 9269.0, 9268.0, 9269.0, 9331.0, 9259.0, 9320.0, 9266.0, 9304.0, 9245.0, 9280.0, 9268.0, 9267.0, 9289.0, 9278.0, 9330.0, 9238.0, 9322.0, 9273.0, 9286.0, 9229.0, 9259.0, 9242.0, 9247.0, 9315.0, 9269.0, 9296.0, 9240.0, 9258.0, 9250.0, 9244.0, 9283.0, 9256.0, 9300.0, 9230.0, 9253.0, 9225.0, 9250.0, 9232.0, 9234.0, 9308.0, 9235.0, 9265.0, 9272.0, 9272.0, 9294.0, 9340.0, 9297.0, 9314.0, 9240.0, 9285.0, 9250.0, 9254.0, 9307.0, 9265.0, 9281.0, 9200.0, 9223.0, 9271.0, 9199.0, 9224.0, 9187.0, 9233.0, 9201.0, 9213.0, 9277.0, 9241.0, 9282.0, 9249.0, 9318.0, 9294.0, 9321.0, 9290.0, 9332.0, 9281.0, 9267.0, 9337.0, 9293.0, 9298.0, 9246.0, 9286.0, 9285.0, 9244.0, 9310.0, 9249.0, 9297.0, 9255.0, 9302.0, 9247.0, 9310.0, 9252.0, 9274.0, 9265.0, 9244.0, 9269.0, 9281.0, 9260.0, 9311.0, 9289.0, 9293.0, 9212.0, 9291.0, 9251.0, 9273.0, 9222.0, 9262.0, 9206.0, 9234.0, 9237.0, 9211.0, 9265.0, 9186.0, 9273.0, 9223.0, 9246.0, 9214.0, 9229.0, 9184.0, 9204.0, 9241.0, 9230.0, 9279.0, 9231.0, 9289.0, 9213.0, 9295.0, 9249.0, 9301.0, 9242.0, 9273.0, 9262.0, 9240.0, 9310.0, 9252.0, 9298.0, 9264.0, 9264.0, 9266.0, 9204.0, 9269.0, 9232.0, 9246.0, 9192.0, 9240.0, 9232.0, 9227.0, 9292.0, 9224.0, 9266.0, 9176.0, 9227.0, 9292.0, 9240.0, 9282.0, 9215.0, 9246.0, 9280.0, 9236.0, 9299.0, 9251.0, 9268.0, 9205.0, 9224.0, 9293.0, 9240.0, 9280.0, 9226.0, 9238.0, 9290.0, 9209.0, 9282.0, 9223.0, 9247.0, 9229.0, 9212.0, 9296.0, 9237.0, 9267.0, 9211.0, 9241.0, 9311.0, 9213.0, 9296.0, 9222.0, 9254.0, 9272.0, 9212.0, 9277.0, 9219.0, 9249.0, 9273.0, 9206.0, 9294.0, 9243.0, 9254.0, 9223.0, 9241.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.0023245809414466126</td></tr>
<tr><td colspan=3>aqi</td><td>0.028439331228473017</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.45237286011492</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213011280494252</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0111910702528728</td></tr>
<tr><td colspan=3>efc</td><td>0.4437</td></tr>
<tr><td colspan=3>fber</td><td>8354.3545</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14816818153545205</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.53272101033295</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3340435560744646</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2712545822127073</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5276909397351517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.203185146275535</td></tr>
<tr><td colspan=3>gcor</td><td>0.00868471</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018052883446216583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029162980616092682</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.023992643820419</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>35.2594</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.4717</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.4482</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308234.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.4511</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4617</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.6326</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3441.8122</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.1064</td></tr>
<tr><td colspan=3>tsnr</td><td>36.08539591054432</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>