ds005256-mriqc/sub-0050_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 8c6d953d17 [DATALAD RUNCMD] Compute MRIQC for sub-0050
=== 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-0050 --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-0050",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:27:11 +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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-03/func/sub-0050_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>3ec9f65f1560955863cc90f20612203e</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:36:25.690000</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.998514, 0.0494063, 0.023001, -0.0490101, 0.998645, -0.017481]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819193</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>[4163, -7760, -7257, 565, -56, -201, 30, 32]</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>236.312</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ebe60658-12e8-4819-ad6e-3299484d1642||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.6789398193359375, -0.13149060308933258, 0.06435053795576096, 114.88883972167969], [-0.13255353271961212, 2.6792922019958496, -0.04408496990799904, -81.69515991210938], [0.06171005591750145, 0.046900320798158646, 2.6988730430603027, -61.98900604248047], [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': ['183625.690000', '183626.150000', '183626.610000', '183627.070000', '183627.530000', '183627.990000', '183628.450000', '183628.910000', '183629.370000', '183629.830000', '183630.290000', '183630.750000', '183631.210000', '183631.670000', '183632.130000', '183632.590000', '183633.050000', '183633.510000', '183633.970000', '183634.430000', '183634.890000', '183635.350000', '183635.810000', '183636.270000', '183636.730000', '183637.190000', '183637.650000', '183638.110000', '183638.570000', '183639.030000', '183639.490000', '183639.950000', '183640.410000', '183640.870000', '183641.330000', '183641.790000', '183642.250000', '183642.710000', '183643.170000', '183643.630000', '183644.090000', '183644.550000', '183645.010000', '183645.470000', '183645.930000', '183646.390000', '183646.850000', '183647.310000', '183647.770000', '183648.230000', '183648.690000', '183649.150000', '183649.610000', '183650.070000', '183650.530000', '183650.990000', '183651.450000', '183651.910000', '183652.370000', '183652.830000', '183653.290000', '183653.750000', '183654.210000', '183654.670000', '183655.130000', '183655.590000', '183656.050000', '183656.510000', '183656.970000', '183657.430000', '183657.890000', '183658.350000', '183658.810000', '183659.270000', '183659.730000', '183700.190000', '183700.650000', '183701.110000', '183701.570000', '183702.030000', '183702.490000', '183702.950000', '183703.410000', '183703.870000', '183704.330000', '183704.790000', '183705.250000', '183705.710000', '183706.170000', '183706.630000', '183707.090000', '183707.550000', '183708.010000', '183708.470000', '183708.930000', '183709.390000', '183709.850000', '183710.310000', '183710.770000', '183711.230000', '183711.690000', '183712.150000', '183712.610000', '183713.070000', '183713.530000', '183713.990000', '183714.450000', '183714.910000', '183715.370000', '183715.830000', '183716.290000', '183716.750000', '183717.210000', '183717.670000', '183718.130000', '183718.590000', '183719.050000', '183719.510000', '183719.970000', '183720.430000', '183720.890000', '183721.350000', '183721.810000', '183722.270000', '183722.730000', '183723.190000', '183723.650000', '183724.110000', '183724.570000', '183725.030000', '183725.490000', '183725.950000', '183726.410000', '183726.870000', '183727.330000', '183727.790000', '183728.250000', '183728.710000', '183729.170000', '183729.630000', '183730.090000', '183730.550000', '183731.010000', '183731.470000', '183731.930000', '183732.390000', '183732.850000', '183733.310000', '183733.770000', '183734.230000', '183734.690000', '183735.150000', '183735.610000', '183736.070000', '183736.530000', '183736.990000', '183737.450000', '183737.910000', '183738.370000', '183738.830000', '183739.290000', '183739.750000', '183740.210000', '183740.670000', '183741.130000', '183741.590000', '183742.050000', '183742.510000', '183742.970000', '183743.430000', '183743.890000', '183744.350000', '183744.810000', '183745.270000', '183745.730000', '183746.190000', '183746.650000', '183747.110000', '183747.570000', '183748.030000', '183748.490000', '183748.950000', '183749.410000', '183749.870000', '183750.330000', '183750.790000', '183751.250000', '183751.710000', '183752.170000', '183752.630000', '183753.090000', '183753.550000', '183754.010000', '183754.470000', '183754.930000', '183755.390000', '183755.850000', '183756.310000', '183756.770000', '183757.230000', '183757.690000', '183758.150000', '183758.610000', '183759.070000', '183759.530000', '183759.990000', '183800.450000', '183800.910000', '183801.370000', '183801.830000', '183802.290000', '183802.750000', '183803.210000', '183803.670000', '183804.130000', '183804.590000', '183805.050000', '183805.510000', '183805.970000', '183806.430000', '183806.890000', '183807.350000', '183807.810000', '183808.270000', '183808.730000', '183809.190000', '183809.650000', '183810.110000', '183810.570000', '183811.030000', '183811.490000', '183811.950000', '183812.410000', '183812.870000', '183813.330000', '183813.790000', '183814.250000', '183814.710000', '183815.170000', '183815.630000', '183816.090000', '183816.550000', '183817.010000', '183817.470000', '183817.930000', '183818.390000', '183818.850000', '183819.310000', '183819.770000', '183820.230000', '183820.690000', '183821.150000', '183821.610000', '183822.070000', '183822.530000', '183822.990000', '183823.450000', '183823.910000', '183824.370000', '183824.830000', '183825.290000', '183825.750000', '183826.210000', '183826.670000', '183827.130000', '183827.590000', '183828.050000', '183828.510000', '183828.970000', '183829.430000', '183829.890000', '183830.350000', '183830.810000', '183831.270000', '183831.730000', '183832.190000', '183832.650000', '183833.110000', '183833.570000', '183834.030000', '183834.490000', '183834.950000', '183835.410000', '183835.870000', '183836.330000', '183836.790000', '183837.250000', '183837.710000', '183838.170000', '183838.630000', '183839.090000', '183839.550000', '183840.010000', '183840.470000', '183840.930000', '183841.390000', '183841.850000', '183842.310000', '183842.770000', '183843.230000', '183843.690000', '183844.150000', '183844.610000', '183845.070000', '183845.530000', '183845.990000', '183846.450000', '183846.910000', '183847.370000', '183847.830000', '183848.290000', '183848.750000', '183849.210000', '183849.670000', '183850.130000', '183850.590000', '183851.050000', '183851.510000', '183851.970000', '183852.430000', '183852.890000', '183853.350000', '183853.810000', '183854.270000', '183854.730000', '183855.190000', '183855.650000', '183856.110000', '183856.570000', '183857.030000', '183857.490000', '183857.950000', '183858.410000', '183858.870000', '183859.330000', '183859.790000', '183900.250000', '183900.710000', '183901.170000', '183901.630000', '183902.090000', '183902.550000', '183903.010000', '183903.470000', '183903.930000', '183904.390000', '183904.850000', '183905.310000', '183905.770000', '183906.230000', '183906.690000', '183907.150000', '183907.610000', '183908.070000', '183908.530000', '183908.990000', '183909.450000', '183909.910000', '183910.370000', '183910.830000', '183911.290000', '183911.750000', '183912.210000', '183912.670000', '183913.130000', '183913.590000', '183914.050000', '183914.510000', '183914.970000', '183915.430000', '183915.890000', '183916.350000', '183916.810000', '183917.270000', '183917.730000', '183918.190000', '183918.650000', '183919.110000', '183919.570000', '183920.030000', '183920.490000', '183920.950000', '183921.410000', '183921.870000', '183922.330000', '183922.790000', '183923.250000', '183923.710000', '183924.170000', '183924.630000', '183925.090000', '183925.550000', '183926.010000', '183926.470000', '183926.930000', '183927.390000', '183927.850000', '183928.310000', '183928.770000', '183929.230000', '183929.690000', '183930.150000', '183930.610000', '183931.070000', '183931.530000', '183931.990000', '183932.450000', '183932.910000', '183933.370000', '183933.830000', '183934.290000', '183934.750000', '183935.210000', '183935.670000', '183936.130000', '183936.590000', '183937.050000', '183937.510000', '183937.970000', '183938.430000', '183938.890000', '183939.350000', '183939.810000', '183940.270000', '183940.730000', '183941.190000', '183941.650000', '183942.110000', '183942.570000', '183943.030000', '183943.490000', '183943.950000', '183944.410000', '183944.870000', '183945.330000', '183945.790000', '183946.250000', '183946.710000', '183947.170000', '183947.630000', '183948.090000', '183948.550000', '183949.010000', '183949.470000', '183949.930000', '183950.390000', '183950.850000', '183951.310000', '183951.770000', '183952.230000', '183952.690000', '183953.150000', '183953.610000', '183954.070000', '183954.530000', '183954.990000', '183955.450000', '183955.910000', '183956.370000', '183956.830000', '183957.290000', '183957.750000', '183958.210000', '183958.670000', '183959.130000', '183959.590000', '184000.050000', '184000.510000', '184000.970000', '184001.430000', '184001.890000', '184002.350000', '184002.810000', '184003.270000', '184003.730000', '184004.190000', '184004.650000', '184005.110000', '184005.570000', '184006.030000', '184006.490000', '184006.950000', '184007.410000', '184007.870000', '184008.330000', '184008.790000', '184009.250000', '184009.710000', '184010.170000', '184010.630000', '184011.090000', '184011.550000', '184012.010000', '184012.470000', '184012.930000', '184013.390000', '184013.850000', '184014.310000', '184014.770000', '184015.230000', '184015.690000', '184016.150000', '184016.610000', '184017.070000', '184017.530000', '184017.990000', '184018.450000', '184018.910000', '184019.370000', '184019.830000', '184020.290000', '184020.750000', '184021.210000', '184021.670000', '184022.130000', '184022.590000', '184023.050000', '184023.510000', '184023.970000', '184024.430000', '184024.890000', '184025.350000', '184025.810000', '184026.270000', '184026.730000', '184027.190000', '184027.650000', '184028.110000', '184028.570000', '184029.030000', '184029.490000', '184029.950000', '184030.410000', '184030.870000', '184031.330000', '184031.790000', '184032.250000', '184032.710000', '184033.170000', '184033.630000', '184034.090000', '184034.550000', '184035.010000', '184035.470000', '184035.930000', '184036.390000', '184036.850000', '184037.310000', '184037.770000', '184038.230000', '184038.690000', '184039.150000', '184039.610000', '184040.070000', '184040.530000', '184040.990000', '184041.450000', '184041.910000', '184042.370000', '184042.830000', '184043.290000', '184043.750000', '184044.210000', '184044.670000', '184045.130000', '184045.590000', '184046.050000', '184046.510000', '184046.970000', '184047.430000', '184047.890000', '184048.350000', '184048.810000', '184049.270000', '184049.730000', '184050.190000', '184050.650000', '184051.110000', '184051.570000', '184052.030000', '184052.490000', '184052.950000', '184053.410000', '184053.870000', '184054.330000', '184054.790000', '184055.250000', '184055.710000', '184056.170000', '184056.630000', '184057.090000', '184057.550000', '184058.010000', '184058.470000', '184058.930000', '184059.390000', '184059.850000', '184100.310000', '184100.770000', '184101.230000', '184101.690000', '184102.150000', '184102.610000', '184103.070000', '184103.530000', '184103.990000', '184104.450000', '184104.910000', '184105.370000', '184105.830000', '184106.290000', '184106.750000', '184107.210000', '184107.670000', '184108.130000', '184108.590000', '184109.050000', '184109.510000', '184109.970000', '184110.430000', '184110.890000', '184111.350000', '184111.810000', '184112.270000', '184112.730000', '184113.190000', '184113.650000', '184114.110000', '184114.570000', '184115.030000', '184115.490000', '184115.950000', '184116.410000', '184116.870000', '184117.330000', '184117.790000', '184118.250000', '184118.710000', '184119.170000', '184119.630000', '184120.090000', '184120.550000', '184121.010000', '184121.470000', '184121.930000', '184122.390000', '184122.850000', '184123.310000', '184123.770000', '184124.230000', '184124.690000', '184125.150000', '184125.610000', '184126.070000', '184126.530000', '184126.990000', '184127.450000', '184127.910000', '184128.370000', '184128.830000', '184129.290000', '184129.750000', '184130.210000', '184130.670000', '184131.130000', '184131.590000', '184132.050000', '184132.510000', '184132.970000', '184133.430000', '184133.890000', '184134.350000', '184134.810000', '184135.270000', '184135.730000', '184136.190000', '184136.650000', '184137.110000', '184137.570000', '184138.030000', '184138.490000', '184138.950000', '184139.410000', '184139.870000', '184140.330000', '184140.790000', '184141.250000', '184141.710000', '184142.170000', '184142.630000', '184143.090000', '184143.550000', '184144.010000', '184144.470000', '184144.930000', '184145.390000', '184145.850000', '184146.310000', '184146.770000', '184147.230000', '184147.690000', '184148.150000', '184148.610000', '184149.070000', '184149.530000', '184149.990000', '184150.450000', '184150.910000', '184151.370000', '184151.830000', '184152.290000', '184152.750000', '184153.210000', '184153.670000', '184154.130000', '184154.590000', '184155.050000', '184155.510000', '184155.970000', '184156.430000', '184156.890000', '184157.350000', '184157.810000', '184158.270000', '184158.730000', '184159.190000', '184159.650000', '184200.110000', '184200.570000', '184201.030000', '184201.490000', '184201.950000', '184202.410000', '184202.870000', '184203.330000', '184203.790000', '184204.250000', '184204.710000', '184205.170000', '184205.630000', '184206.090000', '184206.550000', '184207.010000', '184207.470000', '184207.930000', '184208.390000', '184208.850000', '184209.310000', '184209.770000', '184210.230000', '184210.690000', '184211.150000', '184211.610000', '184212.070000', '184212.530000', '184212.990000', '184213.450000', '184213.910000', '184214.370000', '184214.830000', '184215.290000', '184215.750000', '184216.210000', '184216.670000', '184217.130000', '184217.590000', '184218.050000', '184218.510000', '184218.970000', '184219.430000', '184219.890000', '184220.350000', '184220.810000', '184221.270000', '184221.730000', '184222.190000', '184222.650000', '184223.110000', '184223.570000', '184224.030000', '184224.490000', '184224.950000', '184225.410000', '184225.870000', '184226.330000', '184226.790000', '184227.250000', '184227.710000', '184228.170000', '184228.630000', '184229.090000', '184229.550000', '184230.010000', '184230.470000', '184230.930000', '184231.390000', '184231.850000', '184232.310000', '184232.770000', '184233.230000', '184233.690000', '184234.150000', '184234.610000', '184235.070000', '184235.530000', '184235.990000', '184236.450000', '184236.910000', '184237.370000', '184237.830000', '184238.290000', '184238.750000', '184239.210000', '184239.670000', '184240.130000', '184240.590000', '184241.050000', '184241.510000', '184241.970000', '184242.430000', '184242.890000', '184243.350000', '184243.810000', '184244.270000', '184244.730000', '184245.190000', '184245.650000', '184246.110000', '184246.570000', '184247.030000', '184247.490000', '184247.950000', '184248.410000', '184248.870000', '184249.330000', '184249.790000', '184250.250000', '184250.710000', '184251.170000', '184251.630000', '184252.090000', '184252.550000', '184253.010000', '184253.470000', '184253.930000', '184254.390000', '184254.850000', '184255.310000', '184255.770000', '184256.230000', '184256.690000', '184257.150000', '184257.610000', '184258.070000', '184258.530000', '184258.990000', '184259.450000', '184259.910000', '184300.370000', '184300.830000', '184301.290000', '184301.750000', '184302.210000', '184302.670000', '184303.130000', '184303.590000', '184304.050000', '184304.510000', '184304.970000', '184305.430000', '184305.890000', '184306.350000'], 'ContentTime': ['183637.821000', '183637.825000', '183637.828000', '183637.830000', '183637.833000', '183637.835000', '183637.838000', '183637.840000', '183637.843000', '183637.846000', '183637.848000', '183637.851000', '183637.867000', '183637.870000', '183637.873000', '183637.875000', '183637.878000', '183637.880000', '183637.883000', '183637.885000', '183637.888000', '183637.899000', '183637.901000', '183637.904000', '183637.906000', '183657.773000', '183657.775000', '183657.778000', '183657.781000', '183657.783000', '183657.786000', '183657.788000', '183657.791000', '183657.793000', '183657.796000', '183657.798000', '183657.801000', '183657.804000', '183657.806000', '183657.809000', '183657.811000', '183657.814000', '183657.817000', '183657.819000', '183657.822000', '183657.826000', '183657.828000', '183657.831000', '183657.833000', '183657.836000', '183657.838000', '183657.841000', '183657.843000', '183657.846000', '183657.849000', '183657.851000', '183657.854000', '183657.856000', '183657.859000', '183657.861000', '183657.864000', '183657.866000', '183657.869000', '183657.872000', '183657.874000', '183657.877000', '183657.879000', '183657.882000', '183717.773000', '183717.775000', '183717.778000', '183717.780000', '183717.783000', '183717.785000', '183717.788000', '183717.792000', '183717.794000', '183717.797000', '183717.800000', '183717.802000', '183717.805000', '183717.807000', '183717.810000', '183717.813000', '183717.815000', '183717.818000', '183717.820000', '183717.823000', '183717.825000', '183717.828000', '183717.830000', '183717.833000', '183717.835000', '183717.838000', '183717.841000', '183717.843000', '183717.846000', '183717.849000', '183717.851000', '183717.854000', '183717.857000', '183717.859000', '183717.862000', '183717.864000', '183717.867000', '183717.870000', '183717.872000', '183717.875000', '183717.877000', '183717.880000', '183717.888000', '183717.890000', '183737.773000', '183737.775000', '183737.778000', '183737.781000', '183737.783000', '183737.786000', '183737.788000', '183737.791000', '183737.793000', '183737.796000', '183737.799000', '183737.819000', '183737.822000', '183737.824000', '183737.827000', '183737.830000', '183737.832000', '183737.835000', '183737.837000', '183737.840000', '183737.842000', '183737.845000', '183737.848000', '183737.850000', '183737.853000', '183737.855000', '183737.858000', '183737.860000', '183737.863000', '183737.866000', '183737.868000', '183737.871000', '183737.873000', '183737.876000', '183737.878000', '183737.881000', '183737.884000', '183737.886000', '183737.889000', '183737.891000', '183737.894000', '183737.897000', '183737.899000', '183757.773000', '183757.776000', '183757.779000', '183757.781000', '183757.784000', '183757.787000', '183757.789000', '183757.792000', '183757.795000', '183757.798000', '183757.801000', '183757.804000', '183757.806000', '183757.809000', '183757.812000', '183757.814000', '183757.817000', '183757.819000', '183757.822000', '183757.824000', '183757.827000', '183757.829000', '183757.832000', '183757.835000', '183757.837000', '183757.840000', '183757.842000', '183757.845000', '183757.847000', '183757.850000', '183757.853000', '183757.855000', '183757.858000', '183757.860000', '183757.863000', '183757.865000', '183757.868000', '183757.871000', '183757.873000', '183757.876000', '183757.878000', '183757.881000', '183757.883000', '183817.774000', '183817.776000', '183817.779000', '183817.782000', '183817.784000', '183817.787000', '183817.789000', '183817.792000', '183817.794000', '183817.797000', '183817.800000', '183817.802000', '183817.805000', '183817.807000', '183817.810000', '183817.813000', '183817.815000', '183817.818000', '183817.820000', '183817.823000', '183817.825000', '183817.828000', '183817.830000', '183817.833000', '183817.836000', '183817.838000', '183817.841000', '183817.843000', '183817.846000', '183817.849000', '183817.851000', '183817.854000', '183817.856000', '183817.859000', '183817.862000', '183817.864000', '183817.867000', '183817.869000', '183817.872000', '183817.874000', '183817.877000', '183817.880000', '183817.882000', '183817.885000', '183837.773000', '183837.776000', '183837.779000', '183837.781000', '183837.784000', '183837.787000', '183837.789000', '183837.792000', '183837.794000', '183837.797000', '183837.800000', '183837.802000', '183837.806000', '183837.809000', '183837.812000', '183837.814000', '183837.817000', '183837.820000', '183837.822000', '183837.825000', '183837.828000', '183837.831000', '183837.834000', '183837.837000', '183837.839000', '183837.842000', '183837.844000', '183837.847000', '183837.849000', '183837.852000', '183837.855000', '183837.857000', '183837.860000', '183837.862000', '183837.865000', '183837.867000', '183837.870000', '183837.873000', '183837.875000', '183837.878000', '183837.881000', '183837.883000', '183837.886000', '183857.772000', '183857.775000', '183857.778000', '183857.780000', '183857.783000', '183857.786000', '183857.788000', '183857.791000', '183857.793000', '183857.796000', '183857.799000', '183857.822000', '183857.824000', '183857.827000', '183857.829000', '183857.832000', '183857.834000', '183857.837000', '183857.840000', '183857.842000', '183857.845000', '183857.847000', '183857.850000', '183857.853000', '183857.855000', '183857.858000', '183857.860000', '183857.863000', '183857.866000', '183857.868000', '183857.871000', '183857.873000', '183857.876000', '183857.879000', '183857.881000', '183857.884000', '183857.886000', '183857.889000', '183857.891000', '183857.894000', '183857.897000', '183857.899000', '183857.902000', '183857.904000', '183917.773000', '183917.775000', '183917.778000', '183917.781000', '183917.783000', '183917.786000', '183917.788000', '183917.791000', '183917.793000', '183917.796000', '183917.799000', '183917.856000', '183917.859000', '183917.861000', '183917.864000', '183917.866000', '183917.869000', '183917.871000', '183917.874000', '183917.877000', '183917.879000', '183917.882000', '183917.884000', '183917.887000', '183917.890000', '183917.892000', '183917.895000', '183917.897000', '183917.900000', '183917.902000', '183917.905000', '183917.908000', '183917.910000', '183917.913000', '183917.916000', '183917.918000', '183917.921000', '183917.923000', '183917.926000', '183917.942000', '183917.945000', '183917.947000', '183917.950000', '183937.773000', '183937.775000', '183937.778000', '183937.781000', '183937.783000', '183937.786000', '183937.788000', '183937.791000', '183937.793000', '183937.796000', '183937.799000', '183937.801000', '183937.804000', '183937.806000', '183937.809000', '183937.812000', '183937.814000', '183937.817000', '183937.819000', '183937.822000', '183937.824000', '183937.827000', '183937.830000', '183937.832000', '183937.835000', '183937.838000', '183937.840000', '183937.843000', '183937.845000', '183937.848000', '183937.850000', '183937.853000', '183937.856000', '183937.858000', '183937.861000', '183937.863000', '183937.866000', '183937.868000', '183937.871000', '183937.874000', '183937.876000', '183937.879000', '183937.881000', '183937.884000', '183957.772000', '183957.775000', '183957.778000', '183957.780000', '183957.783000', '183957.785000', '183957.788000', '183957.791000', '183957.793000', '183957.796000', '183957.798000', '183957.801000', '183957.804000', '183957.806000', '183957.809000', '183957.811000', '183957.814000', '183957.817000', '183957.819000', '183957.822000', '183957.824000', '183957.827000', '183957.830000', '183957.832000', '183957.835000', '183957.837000', '183957.840000', '183957.842000', '183957.845000', '183957.848000', '183957.850000', '183957.853000', '183957.855000', '183957.858000', '183957.861000', '183957.863000', '183957.866000', '183957.869000', '183957.872000', '183957.875000', '183957.877000', '183957.880000', '183957.882000', '184017.773000', '184017.776000', '184017.779000', '184017.781000', '184017.784000', '184017.787000', '184017.789000', '184017.792000', '184017.794000', '184017.797000', '184017.800000', '184017.802000', '184017.805000', '184017.807000', '184017.810000', '184017.813000', '184017.815000', '184017.818000', '184017.820000', '184017.823000', '184017.826000', '184017.828000', '184017.831000', '184017.834000', '184017.836000', '184017.839000', '184017.841000', '184017.844000', '184017.846000', '184017.849000', '184017.852000', '184017.854000', '184017.857000', '184017.859000', '184017.862000', '184017.865000', '184017.867000', '184017.870000', '184017.872000', '184017.875000', '184017.878000', '184017.880000', '184017.883000', '184017.885000', '184037.773000', '184037.776000', '184037.779000', '184037.782000', '184037.784000', '184037.787000', '184037.789000', '184037.792000', '184037.795000', '184037.797000', '184037.839000', '184037.842000', '184037.844000', '184037.847000', '184037.849000', '184037.852000', '184037.854000', '184037.857000', '184037.860000', '184037.862000', '184037.865000', '184037.867000', '184037.870000', '184037.872000', '184037.875000', '184037.878000', '184037.880000', '184037.883000', '184037.885000', '184037.888000', '184037.891000', '184037.893000', '184037.896000', '184037.898000', '184037.901000', '184037.903000', '184037.906000', '184037.909000', '184037.911000', '184037.914000', '184037.916000', '184037.920000', '184037.922000', '184057.773000', '184057.776000', '184057.779000', '184057.782000', '184057.784000', '184057.787000', '184057.789000', '184057.792000', '184057.795000', '184057.797000', '184057.848000', '184057.851000', '184057.854000', '184057.856000', '184057.859000', '184057.861000', '184057.864000', '184057.866000', '184057.869000', '184057.871000', '184057.874000', '184057.914000', '184057.916000', '184057.919000', '184057.922000', '184057.924000', '184057.927000', '184057.929000', '184057.932000', '184057.934000', '184057.937000', '184057.940000', '184057.942000', '184057.945000', '184057.947000', '184057.950000', '184057.953000', '184057.955000', '184057.958000', '184057.960000', '184057.963000', '184057.965000', '184057.968000', '184057.971000', '184117.773000', '184117.775000', '184117.778000', '184117.781000', '184117.783000', '184117.786000', '184117.788000', '184117.791000', '184117.794000', '184117.796000', '184117.799000', '184117.827000', '184117.829000', '184117.833000', '184117.836000', '184117.838000', '184117.841000', '184117.843000', '184117.846000', '184117.849000', '184117.851000', '184117.854000', '184117.856000', '184117.859000', '184117.861000', '184117.864000', '184117.866000', '184117.869000', '184117.872000', '184117.874000', '184117.877000', '184117.879000', '184117.882000', '184117.885000', '184117.887000', '184117.890000', '184117.892000', '184117.895000', '184117.898000', '184117.900000', '184117.903000', '184117.905000', '184117.909000', '184137.773000', '184137.775000', '184137.778000', '184137.781000', '184137.783000', '184137.786000', '184137.788000', '184137.791000', '184137.794000', '184137.796000', '184137.799000', '184137.847000', '184137.850000', '184137.853000', '184137.855000', '184137.858000', '184137.860000', '184137.863000', '184137.866000', '184137.868000', '184137.871000', '184137.873000', '184137.876000', '184137.879000', '184137.881000', '184137.884000', '184137.887000', '184137.889000', '184137.892000', '184137.894000', '184137.897000', '184137.900000', '184137.902000', '184137.905000', '184137.907000', '184137.910000', '184137.912000', '184137.915000', '184137.918000', '184137.920000', '184137.923000', '184137.925000', '184137.928000', '184137.931000', '184157.773000', '184157.775000', '184157.778000', '184157.781000', '184157.783000', '184157.786000', '184157.788000', '184157.791000', '184157.793000', '184157.796000', '184157.799000', '184157.842000', '184157.844000', '184157.847000', '184157.850000', '184157.852000', '184157.855000', '184157.857000', '184157.860000', '184157.862000', '184157.865000', '184157.868000', '184157.870000', '184157.873000', '184157.875000', '184157.878000', '184157.881000', '184157.883000', '184157.886000', '184157.888000', '184157.891000', '184157.893000', '184157.904000', '184157.907000', '184157.910000', '184157.912000', '184157.915000', '184157.917000', '184157.920000', '184157.922000', '184157.925000', '184157.928000', '184157.930000', '184217.772000', '184217.775000', '184217.778000', '184217.781000', '184217.783000', '184217.786000', '184217.788000', '184217.791000', '184217.794000', '184217.796000', '184217.799000', '184217.850000', '184217.852000', '184217.855000', '184217.857000', '184217.860000', '184217.863000', '184217.865000', '184217.868000', '184217.870000', '184217.873000', '184217.876000', '184217.878000', '184217.881000', '184217.884000', '184217.886000', '184217.889000', '184217.891000', '184217.894000', '184217.897000', '184217.899000', '184217.931000', '184217.934000', '184217.936000', '184217.939000', '184217.941000', '184217.944000', '184217.946000', '184217.949000', '184217.952000', '184217.954000', '184217.957000', '184217.959000', '184217.962000', '184237.774000', '184237.777000', '184237.779000', '184237.782000', '184237.784000', '184237.787000', '184237.790000', '184237.794000', '184237.796000', '184237.799000', '184237.817000', '184237.819000', '184237.822000', '184237.824000', '184237.827000', '184237.829000', '184237.832000', '184237.835000', '184237.837000', '184237.840000', '184237.842000', '184237.845000', '184237.847000', '184237.850000', '184237.853000', '184237.855000', '184237.858000', '184237.860000', '184237.863000', '184237.865000', '184237.868000', '184237.871000', '184237.873000', '184237.876000', '184237.878000', '184237.881000', '184237.884000', '184237.886000', '184237.889000', '184237.891000', '184237.894000', '184237.896000', '184237.899000', '184257.774000', '184257.777000', '184257.779000', '184257.782000', '184257.784000', '184257.787000', '184257.790000', '184257.792000', '184257.795000', '184257.797000', '184257.860000', '184257.863000', '184257.865000', '184257.868000', '184257.870000', '184257.873000', '184257.876000', '184257.878000', '184257.881000', '184257.884000', '184257.886000', '184257.889000', '184257.891000', '184257.894000', '184257.897000', '184257.899000', '184257.902000', '184257.904000', '184257.907000', '184257.910000', '184257.912000', '184257.915000', '184257.918000', '184257.920000', '184257.923000', '184257.925000', '184257.928000', '184257.931000', '184257.933000', '184257.936000', '184257.938000', '184257.941000', '184257.944000', '184307.395000', '184307.398000', '184307.401000', '184307.403000', '184307.406000', '184307.409000', '184307.412000', '184307.415000', '184307.419000', '184307.422000', '184307.425000', '184307.428000', '184307.431000', '184307.437000', '184307.442000', '184307.447000', '184307.450000', '184307.456000', '184307.458000', '184307.461000', '184307.465000', '184307.469000'], 'InstanceCreationTime': ['183637.821000', '183637.825000', '183637.828000', '183637.830000', '183637.833000', '183637.835000', '183637.838000', '183637.840000', '183637.843000', '183637.846000', '183637.848000', '183637.851000', '183637.867000', '183637.870000', '183637.873000', '183637.875000', '183637.878000', '183637.880000', '183637.883000', '183637.885000', '183637.888000', '183637.899000', '183637.901000', '183637.904000', '183637.906000', '183657.773000', '183657.775000', '183657.778000', '183657.781000', '183657.783000', '183657.786000', '183657.788000', '183657.791000', '183657.793000', '183657.796000', '183657.798000', '183657.801000', '183657.804000', '183657.806000', '183657.809000', '183657.811000', '183657.814000', '183657.817000', '183657.819000', '183657.822000', '183657.826000', '183657.828000', '183657.831000', '183657.833000', '183657.836000', '183657.838000', '183657.841000', '183657.843000', '183657.846000', '183657.849000', '183657.851000', '183657.854000', '183657.856000', '183657.859000', '183657.861000', '183657.864000', '183657.866000', '183657.869000', '183657.872000', '183657.874000', '183657.877000', '183657.879000', '183657.882000', '183717.773000', '183717.775000', '183717.778000', '183717.780000', '183717.783000', '183717.785000', '183717.788000', '183717.792000', '183717.794000', '183717.797000', '183717.800000', '183717.802000', '183717.805000', '183717.807000', '183717.810000', '183717.813000', '183717.815000', '183717.818000', '183717.820000', '183717.823000', '183717.825000', '183717.828000', '183717.830000', '183717.833000', '183717.835000', '183717.838000', '183717.841000', '183717.843000', '183717.846000', '183717.849000', '183717.851000', '183717.854000', '183717.857000', '183717.859000', '183717.862000', '183717.864000', '183717.867000', '183717.870000', '183717.872000', '183717.875000', '183717.877000', '183717.880000', '183717.888000', '183717.890000', '183737.773000', '183737.775000', '183737.778000', '183737.781000', '183737.783000', '183737.786000', '183737.788000', '183737.791000', '183737.793000', '183737.796000', '183737.799000', '183737.819000', '183737.822000', '183737.824000', '183737.827000', '183737.830000', '183737.832000', '183737.835000', '183737.837000', '183737.840000', '183737.842000', '183737.845000', '183737.848000', '183737.850000', '183737.853000', '183737.855000', '183737.858000', '183737.860000', '183737.863000', '183737.866000', '183737.868000', '183737.871000', '183737.873000', '183737.876000', '183737.878000', '183737.881000', '183737.884000', '183737.886000', '183737.889000', '183737.891000', '183737.894000', '183737.897000', '183737.899000', '183757.773000', '183757.776000', '183757.779000', '183757.781000', '183757.784000', '183757.787000', '183757.789000', '183757.792000', '183757.795000', '183757.798000', '183757.801000', '183757.804000', '183757.806000', '183757.809000', '183757.812000', '183757.814000', '183757.817000', '183757.819000', '183757.822000', '183757.824000', '183757.827000', '183757.829000', '183757.832000', '183757.835000', '183757.837000', '183757.840000', '183757.842000', '183757.845000', '183757.847000', '183757.850000', '183757.853000', '183757.855000', '183757.858000', '183757.860000', '183757.863000', '183757.865000', '183757.868000', '183757.871000', '183757.873000', '183757.876000', '183757.878000', '183757.881000', '183757.883000', '183817.774000', '183817.776000', '183817.779000', '183817.782000', '183817.784000', '183817.787000', '183817.789000', '183817.792000', '183817.794000', '183817.797000', '183817.800000', '183817.802000', '183817.805000', '183817.807000', '183817.810000', '183817.813000', '183817.815000', '183817.818000', '183817.820000', '183817.823000', '183817.825000', '183817.828000', '183817.830000', '183817.833000', '183817.836000', '183817.838000', '183817.841000', '183817.843000', '183817.846000', '183817.849000', '183817.851000', '183817.854000', '183817.856000', '183817.859000', '183817.862000', '183817.864000', '183817.867000', '183817.869000', '183817.872000', '183817.874000', '183817.877000', '183817.880000', '183817.882000', '183817.885000', '183837.773000', '183837.776000', '183837.779000', '183837.781000', '183837.784000', '183837.787000', '183837.789000', '183837.792000', '183837.794000', '183837.797000', '183837.800000', '183837.802000', '183837.806000', '183837.809000', '183837.812000', '183837.814000', '183837.817000', '183837.820000', '183837.822000', '183837.825000', '183837.828000', '183837.831000', '183837.834000', '183837.837000', '183837.839000', '183837.842000', '183837.844000', '183837.847000', '183837.849000', '183837.852000', '183837.855000', '183837.857000', '183837.860000', '183837.862000', '183837.865000', '183837.867000', '183837.870000', '183837.873000', '183837.875000', '183837.878000', '183837.881000', '183837.883000', '183837.886000', '183857.772000', '183857.775000', '183857.778000', '183857.780000', '183857.783000', '183857.786000', '183857.788000', '183857.791000', '183857.793000', '183857.796000', '183857.799000', '183857.822000', '183857.824000', '183857.827000', '183857.829000', '183857.832000', '183857.834000', '183857.837000', '183857.840000', '183857.842000', '183857.845000', '183857.847000', '183857.850000', '183857.853000', '183857.855000', '183857.858000', '183857.860000', '183857.863000', '183857.866000', '183857.868000', '183857.871000', '183857.873000', '183857.876000', '183857.879000', '183857.881000', '183857.884000', '183857.886000', '183857.889000', '183857.891000', '183857.894000', '183857.897000', '183857.899000', '183857.902000', '183857.904000', '183917.773000', '183917.775000', '183917.778000', '183917.781000', '183917.783000', '183917.786000', '183917.788000', '183917.791000', '183917.793000', '183917.796000', '183917.799000', '183917.856000', '183917.859000', '183917.861000', '183917.864000', '183917.866000', '183917.869000', '183917.871000', '183917.874000', '183917.877000', '183917.879000', '183917.882000', '183917.884000', '183917.887000', '183917.890000', '183917.892000', '183917.895000', '183917.897000', '183917.900000', '183917.902000', '183917.905000', '183917.908000', '183917.910000', '183917.913000', '183917.916000', '183917.918000', '183917.921000', '183917.923000', '183917.926000', '183917.942000', '183917.945000', '183917.947000', '183917.950000', '183937.773000', '183937.775000', '183937.778000', '183937.781000', '183937.783000', '183937.786000', '183937.788000', '183937.791000', '183937.793000', '183937.796000', '183937.799000', '183937.801000', '183937.804000', '183937.806000', '183937.809000', '183937.812000', '183937.814000', '183937.817000', '183937.819000', '183937.822000', '183937.824000', '183937.827000', '183937.830000', '183937.832000', '183937.835000', '183937.838000', '183937.840000', '183937.843000', '183937.845000', '183937.848000', '183937.850000', '183937.853000', '183937.856000', '183937.858000', '183937.861000', '183937.863000', '183937.866000', '183937.868000', '183937.871000', '183937.874000', '183937.876000', '183937.879000', '183937.881000', '183937.884000', '183957.772000', '183957.775000', '183957.778000', '183957.780000', '183957.783000', '183957.785000', '183957.788000', '183957.791000', '183957.793000', '183957.796000', '183957.798000', '183957.801000', '183957.804000', '183957.806000', '183957.809000', '183957.811000', '183957.814000', '183957.817000', '183957.819000', '183957.822000', '183957.824000', '183957.827000', '183957.830000', '183957.832000', '183957.835000', '183957.837000', '183957.840000', '183957.842000', '183957.845000', '183957.848000', '183957.850000', '183957.853000', '183957.855000', '183957.858000', '183957.861000', '183957.863000', '183957.866000', '183957.869000', '183957.872000', '183957.875000', '183957.877000', '183957.880000', '183957.882000', '184017.773000', '184017.776000', '184017.779000', '184017.781000', '184017.784000', '184017.787000', '184017.789000', '184017.792000', '184017.794000', '184017.797000', '184017.800000', '184017.802000', '184017.805000', '184017.807000', '184017.810000', '184017.813000', '184017.815000', '184017.818000', '184017.820000', '184017.823000', '184017.826000', '184017.828000', '184017.831000', '184017.834000', '184017.836000', '184017.839000', '184017.841000', '184017.844000', '184017.846000', '184017.849000', '184017.852000', '184017.854000', '184017.857000', '184017.859000', '184017.862000', '184017.865000', '184017.867000', '184017.870000', '184017.872000', '184017.875000', '184017.878000', '184017.880000', '184017.883000', '184017.885000', '184037.773000', '184037.776000', '184037.779000', '184037.782000', '184037.784000', '184037.787000', '184037.789000', '184037.792000', '184037.795000', '184037.797000', '184037.839000', '184037.842000', '184037.844000', '184037.847000', '184037.849000', '184037.852000', '184037.854000', '184037.857000', '184037.860000', '184037.862000', '184037.865000', '184037.867000', '184037.870000', '184037.872000', '184037.875000', '184037.878000', '184037.880000', '184037.883000', '184037.885000', '184037.888000', '184037.891000', '184037.893000', '184037.896000', '184037.898000', '184037.901000', '184037.903000', '184037.906000', '184037.909000', '184037.911000', '184037.914000', '184037.916000', '184037.920000', '184037.922000', '184057.773000', '184057.776000', '184057.779000', '184057.782000', '184057.784000', '184057.787000', '184057.789000', '184057.792000', '184057.795000', '184057.797000', '184057.848000', '184057.851000', '184057.854000', '184057.856000', '184057.859000', '184057.861000', '184057.864000', '184057.866000', '184057.869000', '184057.871000', '184057.874000', '184057.914000', '184057.916000', '184057.919000', '184057.922000', '184057.924000', '184057.927000', '184057.929000', '184057.932000', '184057.934000', '184057.937000', '184057.940000', '184057.942000', '184057.945000', '184057.947000', '184057.950000', '184057.953000', '184057.955000', '184057.958000', '184057.960000', '184057.963000', '184057.965000', '184057.968000', '184057.971000', '184117.773000', '184117.775000', '184117.778000', '184117.781000', '184117.783000', '184117.786000', '184117.788000', '184117.791000', '184117.794000', '184117.796000', '184117.799000', '184117.827000', '184117.829000', '184117.833000', '184117.836000', '184117.838000', '184117.841000', '184117.843000', '184117.846000', '184117.849000', '184117.851000', '184117.854000', '184117.856000', '184117.859000', '184117.861000', '184117.864000', '184117.866000', '184117.869000', '184117.872000', '184117.874000', '184117.877000', '184117.879000', '184117.882000', '184117.885000', '184117.887000', '184117.890000', '184117.892000', '184117.895000', '184117.898000', '184117.900000', '184117.903000', '184117.905000', '184117.909000', '184137.773000', '184137.775000', '184137.778000', '184137.781000', '184137.783000', '184137.786000', '184137.788000', '184137.791000', '184137.794000', '184137.796000', '184137.799000', '184137.847000', '184137.850000', '184137.853000', '184137.855000', '184137.858000', '184137.860000', '184137.863000', '184137.866000', '184137.868000', '184137.871000', '184137.873000', '184137.876000', '184137.879000', '184137.881000', '184137.884000', '184137.887000', '184137.889000', '184137.892000', '184137.894000', '184137.897000', '184137.900000', '184137.902000', '184137.905000', '184137.907000', '184137.910000', '184137.912000', '184137.915000', '184137.918000', '184137.920000', '184137.923000', '184137.925000', '184137.928000', '184137.931000', '184157.773000', '184157.775000', '184157.778000', '184157.781000', '184157.783000', '184157.786000', '184157.788000', '184157.791000', '184157.793000', '184157.796000', '184157.799000', '184157.842000', '184157.844000', '184157.847000', '184157.850000', '184157.852000', '184157.855000', '184157.857000', '184157.860000', '184157.862000', '184157.865000', '184157.868000', '184157.870000', '184157.873000', '184157.875000', '184157.878000', '184157.881000', '184157.883000', '184157.886000', '184157.888000', '184157.891000', '184157.893000', '184157.904000', '184157.907000', '184157.910000', '184157.912000', '184157.915000', '184157.917000', '184157.920000', '184157.922000', '184157.925000', '184157.928000', '184157.930000', '184217.772000', '184217.775000', '184217.778000', '184217.781000', '184217.783000', '184217.786000', '184217.788000', '184217.791000', '184217.794000', '184217.796000', '184217.799000', '184217.850000', '184217.852000', '184217.855000', '184217.857000', '184217.860000', '184217.863000', '184217.865000', '184217.868000', '184217.870000', '184217.873000', '184217.876000', '184217.878000', '184217.881000', '184217.884000', '184217.886000', '184217.889000', '184217.891000', '184217.894000', '184217.897000', '184217.899000', '184217.931000', '184217.934000', '184217.936000', '184217.939000', '184217.941000', '184217.944000', '184217.946000', '184217.949000', '184217.952000', '184217.954000', '184217.957000', '184217.959000', '184217.962000', '184237.774000', '184237.777000', '184237.779000', '184237.782000', '184237.784000', '184237.787000', '184237.790000', '184237.794000', '184237.796000', '184237.799000', '184237.817000', '184237.819000', '184237.822000', '184237.824000', '184237.827000', '184237.829000', '184237.832000', '184237.835000', '184237.837000', '184237.840000', '184237.842000', '184237.845000', '184237.847000', '184237.850000', '184237.853000', '184237.855000', '184237.858000', '184237.860000', '184237.863000', '184237.865000', '184237.868000', '184237.871000', '184237.873000', '184237.876000', '184237.878000', '184237.881000', '184237.884000', '184237.886000', '184237.889000', '184237.891000', '184237.894000', '184237.896000', '184237.899000', '184257.774000', '184257.777000', '184257.779000', '184257.782000', '184257.784000', '184257.787000', '184257.790000', '184257.792000', '184257.795000', '184257.797000', '184257.860000', '184257.863000', '184257.865000', '184257.868000', '184257.870000', '184257.873000', '184257.876000', '184257.878000', '184257.881000', '184257.884000', '184257.886000', '184257.889000', '184257.891000', '184257.894000', '184257.897000', '184257.899000', '184257.902000', '184257.904000', '184257.907000', '184257.910000', '184257.912000', '184257.915000', '184257.918000', '184257.920000', '184257.923000', '184257.925000', '184257.928000', '184257.931000', '184257.933000', '184257.936000', '184257.938000', '184257.941000', '184257.944000', '184307.395000', '184307.398000', '184307.401000', '184307.403000', '184307.406000', '184307.409000', '184307.412000', '184307.415000', '184307.419000', '184307.422000', '184307.425000', '184307.428000', '184307.431000', '184307.437000', '184307.442000', '184307.447000', '184307.450000', '184307.456000', '184307.458000', '184307.461000', '184307.465000', '184307.469000'], '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': [15110, 11018, 9833, 11159, 14220, 11332, 8754, 9975, 13845, 10485, 9217, 10362, 14688, 11466, 10373, 11213, 13303, 13057, 10664, 9130, 7798, 9432, 12595, 10527, 8612, 14044, 12011, 9031, 15121, 12777, 11199, 8369, 11720, 15020, 11733, 11430, 9993, 8211, 10241, 11320, 12482, 14938, 13940, 11834, 10601, 10280, 10061, 10162, 11138, 12172, 12165, 11186, 11001, 11052, 10951, 10974, 10934, 10498, 9703, 9732, 10614, 11444, 11632, 11662, 11399, 12204, 13340, 14667, 15773, 12884, 11197, 10499, 10676, 11433, 11447, 10816, 11430, 9094, 10487, 8773, 9740, 10873, 7761, 10810, 10736, 9614, 12002, 12686, 13834, 11534, 10987, 10658, 10980, 11132, 10551, 8264, 9071, 10303, 14102, 11483, 10712, 11268, 9261, 11835, 12718, 11050, 10324, 11116, 12281, 11691, 10180, 9865, 7862, 9154, 11710, 10308, 8969, 10104, 12482, 10702, 9589, 9868, 14607, 11286, 11842, 13631, 15155, 11346, 11290, 9371, 13052, 11151, 8384, 12930, 11041, 8525, 12741, 10651, 9018, 12006, 10434, 8619, 12474, 9470, 8133, 12989, 10824, 9727, 9624, 12720, 10284, 8430, 13851, 10589, 9504, 14226, 11101, 10298, 14240, 10786, 11025, 12233, 9283, 13220, 11116, 12965, 10933, 14601, 11141, 11004, 11613, 8328, 13121, 9148, 12987, 10606, 8077, 12137, 8480, 12522, 10172, 12412, 10171, 13176, 10454, 8004, 11572, 8292, 12757, 10185, 11263, 10556, 8039, 12493, 10596, 10107, 10881, 7873, 14606, 10419, 8283, 11085, 11207, 10091, 10826, 11940, 10620, 11492, 12886, 10832, 7890, 14333, 11107, 9040, 11765, 8718, 12767, 9552, 12982, 10757, 13376, 10791, 12851, 10574, 12592, 10403, 7689, 10947, 7925, 12426, 8291, 12089, 8584, 12330, 8281, 12038, 8133, 12311, 7998, 12257, 7861, 12280, 7883, 12423, 8057, 12459, 10484, 10729, 10055, 9886, 10387, 11631, 10022, 13939, 9705, 12540, 9628, 11938, 10106, 12139, 9526, 11620, 10202, 12733, 9738, 12150, 9768, 8423, 11451, 8144, 12247, 7965, 12659, 9899, 12011, 10155, 13031, 10116, 13614, 10316, 13312, 10117, 12700, 10440, 10181, 11172, 8422, 11782, 7979, 12850, 7938, 12535, 9961, 12170, 10079, 10960, 10618, 8111, 11936, 7735, 12563, 7851, 12611, 9250, 12440, 9691, 12133, 10169, 10660, 10007, 7492, 11797, 7298, 12770, 8425, 12406, 8823, 12076, 9114, 12373, 9697, 13122, 10635, 7641, 11748, 7546, 13401, 9793, 7414, 13033, 10224, 7607, 12286, 9158, 13607, 9817, 13404, 9846, 12800, 10997, 10387, 11283, 9859, 12417, 8916, 12569, 7966, 13391, 9075, 12837, 9609, 12919, 9070, 12595, 8072, 12712, 8031, 12929, 9166, 12347, 10671, 9652, 11769, 7872, 12754, 8256, 12915, 8292, 12388, 8349, 12376, 7732, 12845, 7831, 12790, 7735, 12826, 7904, 12734, 7878, 12657, 7855, 12607, 7835, 12735, 8165, 12716, 8573, 13147, 9709, 10841, 10304, 7733, 13673, 10239, 7836, 12045, 8217, 12754, 9505, 11920, 9888, 12187, 10421, 8366, 11100, 7624, 12667, 8220, 12604, 10033, 12551, 9846, 10026, 11262, 7836, 13472, 10637, 8086, 12836, 10803, 14565, 10915, 8359, 11812, 10412, 12342, 11862, 11822, 9167, 12363, 8270, 12285, 8006, 12655, 7748, 12650, 9715, 13223, 10068, 8190, 12014, 8523, 13798, 9773, 11899, 10337, 13757, 10140, 12330, 10504, 13134, 9953, 11603, 10731, 14877, 10326, 12799, 10713, 9787, 10542, 9253, 11130, 11531, 11011, 14071, 10489, 10479, 10934, 14041, 10026, 13004, 10352, 12263, 10650, 12567, 9803, 12610, 10098, 13339, 10333, 12798, 10765, 7536, 11798, 8050, 12172, 8936, 11512, 11790, 10531, 9918, 11270, 8289, 11925, 9044, 11978, 8672, 11755, 8884, 12248, 7994, 11873, 8067, 12084, 8561, 12141, 9814, 12220, 10327, 13144, 10520, 7900, 10765, 7411, 12475, 9207, 12128, 9570, 12060, 10456, 13273, 9309, 10835, 10843, 8180, 12294, 10450, 9212, 11727, 8317, 13051, 10686, 12965, 10939, 7916, 11432, 8141, 12607, 8466, 12474, 8632, 12649, 9621, 12791, 10487, 12333, 10749, 12025, 10848, 10411, 10315, 9064, 10811, 8812, 11458, 8776, 11513, 8380, 12036, 8272, 12373, 9692, 12496, 10234, 9916, 11514, 8561, 14354, 10029, 9089, 11461, 8932, 12008, 8581, 12008, 8299, 12343, 8476, 12998, 10689, 12127, 10696, 8675, 12155, 9168, 12310, 10670, 11847, 8231, 12370, 8618, 12260, 8562, 11903, 8593, 12236, 7970, 13211, 8876, 12633, 10671, 11406, 11196, 7485, 12287, 9556, 12693, 10057, 12741, 10318, 12702, 10540, 11035, 10207, 8994, 11706, 8417, 12378, 8769, 12562, 9500, 13676, 10142, 10529, 11044, 9023, 11456, 8394, 12510, 8468, 13111, 10024, 12564, 10455, 13649, 10528, 8337, 10983, 8397, 12471, 8448, 12036, 8536, 12350, 8536, 13107, 10064, 12845, 10304, 12271, 10118, 12120, 10099, 12458, 10421, 8491, 11655, 8465, 13827, 10211, 14224, 10247, 12938, 9936, 12517, 10068, 12636, 10319, 12500, 10588, 13402, 10028, 11006, 10481, 8335, 12215, 8647, 12950, 10319, 13676, 10307, 12945, 10209, 12515, 10482, 12863, 9769, 12143, 10589, 11570, 10871, 10110, 11150, 8666, 12808, 10302, 10227, 11214, 8083, 7242, 11869, 9124, 12835, 9784, 12727, 8926, 13025, 10458, 14404, 11343, 11289, 11887, 9422, 14323, 11646, 13870, 11215, 13772, 9406, 13220, 8621, 12849, 8497, 12357, 8552, 12899, 7991, 13033, 8541, 13342, 9331, 12746, 8871, 12814, 9055, 12952, 8655, 12627, 8629, 11731, 8876, 12057, 8577, 12185, 9152, 12283, 9362, 12621, 9839, 12130, 9086, 13105, 9198, 12689, 9591, 12193, 12705, 11353, 15744, 10793, 15034, 10770, 14748, 10163, 14347, 10122, 13131, 10100, 12716, 9932, 12717, 9459, 12646, 9333, 13079, 9393, 12990, 10378, 12331, 10433, 9554, 10610, 7960, 11336, 10473, 7944, 13137, 9983, 13097, 9710, 13048, 9413, 12869, 8408, 13007, 10132, 12976, 9876, 13183, 10052, 14272, 10249, 12440, 10941, 7925, 12517, 8536, 13096, 9036, 13270, 8909, 13209, 8878, 13310, 9248, 12268, 10633, 12023, 8820, 12177, 10142, 11576, 12752, 11196, 8565, 12206, 9125, 12102, 8439, 12398, 8730, 12944, 8930, 14001, 10647, 14646, 10469, 10610, 11132, 9231, 12102, 9051, 13037, 10659, 13475, 10200, 7981, 12879, 9701, 7554, 12682, 9371, 12976, 9757, 13095, 9846, 13194, 9967, 13843, 10483, 13744, 10946, 11843, 11359, 8612, 13257, 11260, 8304, 13380, 11157, 13644], 'WindowCenter': [4210.0, 4165.0, 4143.0, 4149.0, 4169.0, 4136.0, 4105.0, 4124.0, 4154.0, 4135.0, 4125.0, 4137.0, 4167.0, 4135.0, 4125.0, 4147.0, 4158.0, 4156.0, 4118.0, 4099.0, 4078.0, 4100.0, 4130.0, 4120.0, 4089.0, 4141.0, 4129.0, 4098.0, 4149.0, 4127.0, 4106.0, 4074.0, 4115.0, 4137.0, 4118.0, 4107.0, 4095.0, 4074.0, 4093.0, 4106.0, 4128.0, 4137.0, 4137.0, 4116.0, 4106.0, 4095.0, 4096.0, 4107.0, 4118.0, 4129.0, 4130.0, 4119.0, 4119.0, 4120.0, 4120.0, 4121.0, 4122.0, 4121.0, 4111.0, 4111.0, 4121.0, 4132.0, 4132.0, 4133.0, 4132.0, 4143.0, 4143.0, 4153.0, 4164.0, 4144.0, 4146.0, 4135.0, 4123.0, 4162.0, 4150.0, 4148.0, 4148.0, 4113.0, 4137.0, 4116.0, 4126.0, 4148.0, 4092.0, 4123.0, 4137.0, 4126.0, 4145.0, 4143.0, 4154.0, 4134.0, 4135.0, 4123.0, 4134.0, 4148.0, 4137.0, 4105.0, 4113.0, 4122.0, 4142.0, 4121.0, 4110.0, 4121.0, 4100.0, 4119.0, 4141.0, 4120.0, 4111.0, 4132.0, 4142.0, 4143.0, 4136.0, 4123.0, 4104.0, 4124.0, 4144.0, 4124.0, 4115.0, 4123.0, 4143.0, 4123.0, 4113.0, 4113.0, 4166.0, 4133.0, 4133.0, 4143.0, 4152.0, 4119.0, 4107.0, 4088.0, 4127.0, 4106.0, 4075.0, 4117.0, 4107.0, 4076.0, 4127.0, 4107.0, 4088.0, 4131.0, 4121.0, 4091.0, 4144.0, 4112.0, 4092.0, 4156.0, 4136.0, 4127.0, 4125.0, 4155.0, 4136.0, 4117.0, 4168.0, 4136.0, 4126.0, 4166.0, 4133.0, 4122.0, 4141.0, 4121.0, 4108.0, 4119.0, 4087.0, 4117.0, 4106.0, 4115.0, 4094.0, 4113.0, 4093.0, 4080.0, 4091.0, 4049.0, 4101.0, 4072.0, 4113.0, 4093.0, 4062.0, 4115.0, 4084.0, 4116.0, 4106.0, 4116.0, 4107.0, 4126.0, 4107.0, 4076.0, 4119.0, 4089.0, 4129.0, 4110.0, 4119.0, 4120.0, 4091.0, 4143.0, 4124.0, 4122.0, 4133.0, 4091.0, 4165.0, 4134.0, 4104.0, 4135.0, 4146.0, 4136.0, 4137.0, 4163.0, 4138.0, 4147.0, 4156.0, 4135.0, 4092.0, 4153.0, 4133.0, 4102.0, 4133.0, 4090.0, 4131.0, 4101.0, 4141.0, 4121.0, 4142.0, 4124.0, 4145.0, 4123.0, 4131.0, 4108.0, 4077.0, 4118.0, 4078.0, 4129.0, 4078.0, 4118.0, 4088.0, 4129.0, 4077.0, 4118.0, 4066.0, 4117.0, 4075.0, 4117.0, 4075.0, 4117.0, 4076.0, 4129.0, 4089.0, 4139.0, 4121.0, 4118.0, 4111.0, 4110.0, 4122.0, 4131.0, 4122.0, 4152.0, 4113.0, 4142.0, 4111.0, 4131.0, 4122.0, 4132.0, 4112.0, 4120.0, 4122.0, 4141.0, 4111.0, 4142.0, 4124.0, 4102.0, 4145.0, 4104.0, 4146.0, 4105.0, 4156.0, 4126.0, 4146.0, 4137.0, 4155.0, 4125.0, 4155.0, 4125.0, 4153.0, 4124.0, 4143.0, 4124.0, 4124.0, 4133.0, 4092.0, 4143.0, 4091.0, 4154.0, 4103.0, 4155.0, 4125.0, 4145.0, 4126.0, 4136.0, 4135.0, 4105.0, 4147.0, 4093.0, 4156.0, 4105.0, 4156.0, 4115.0, 4145.0, 4124.0, 4144.0, 4125.0, 4135.0, 4125.0, 4094.0, 4157.0, 4106.0, 4169.0, 4118.0, 4169.0, 4128.0, 4159.0, 4128.0, 4170.0, 4138.0, 4170.0, 4149.0, 4107.0, 4158.0, 4106.0, 4169.0, 4138.0, 4120.0, 4182.0, 4151.0, 4121.0, 4171.0, 4141.0, 4179.0, 4152.0, 4181.0, 4141.0, 4170.0, 4150.0, 4138.0, 4148.0, 4136.0, 4157.0, 4114.0, 4157.0, 4105.0, 4167.0, 4116.0, 4158.0, 4137.0, 4158.0, 4116.0, 4157.0, 4104.0, 4156.0, 4095.0, 4144.0, 4114.0, 4144.0, 4135.0, 4114.0, 4146.0, 4093.0, 4156.0, 4104.0, 4145.0, 4091.0, 4144.0, 4092.0, 4144.0, 4080.0, 4143.0, 4080.0, 4142.0, 4078.0, 4141.0, 4079.0, 4140.0, 4078.0, 4141.0, 4079.0, 4132.0, 4079.0, 4130.0, 4088.0, 4128.0, 4087.0, 4127.0, 4098.0, 4118.0, 4120.0, 4091.0, 4153.0, 4122.0, 4093.0, 4144.0, 4102.0, 4143.0, 4113.0, 4132.0, 4114.0, 4134.0, 4123.0, 4102.0, 4135.0, 4092.0, 4154.0, 4103.0, 4144.0, 4124.0, 4143.0, 4124.0, 4125.0, 4146.0, 4105.0, 4167.0, 4147.0, 4105.0, 4158.0, 4137.0, 4167.0, 4137.0, 4093.0, 4134.0, 4111.0, 4133.0, 4121.0, 4121.0, 4088.0, 4130.0, 4088.0, 4130.0, 4078.0, 4128.0, 4078.0, 4139.0, 4112.0, 4152.0, 4126.0, 4104.0, 4146.0, 4116.0, 4168.0, 4135.0, 4146.0, 4137.0, 4155.0, 4124.0, 4143.0, 4124.0, 4143.0, 4112.0, 4131.0, 4121.0, 4151.0, 4111.0, 4129.0, 4111.0, 4108.0, 4120.0, 4101.0, 4121.0, 4119.0, 4121.0, 4140.0, 4110.0, 4109.0, 4119.0, 4139.0, 4108.0, 4129.0, 4109.0, 4129.0, 4109.0, 4128.0, 4110.0, 4127.0, 4121.0, 4139.0, 4121.0, 4140.0, 4121.0, 4079.0, 4131.0, 4090.0, 4142.0, 4100.0, 4134.0, 4131.0, 4121.0, 4110.0, 4122.0, 4089.0, 4131.0, 4088.0, 4130.0, 4088.0, 4130.0, 4087.0, 4128.0, 4077.0, 4129.0, 4088.0, 4129.0, 4088.0, 4128.0, 4109.0, 4130.0, 4110.0, 4140.0, 4120.0, 4090.0, 4121.0, 4080.0, 4142.0, 4111.0, 4131.0, 4110.0, 4131.0, 4121.0, 4141.0, 4112.0, 4121.0, 4121.0, 4089.0, 4131.0, 4122.0, 4112.0, 4144.0, 4101.0, 4142.0, 4122.0, 4141.0, 4121.0, 4077.0, 4120.0, 4076.0, 4130.0, 4089.0, 4130.0, 4089.0, 4130.0, 4098.0, 4129.0, 4109.0, 4129.0, 4119.0, 4128.0, 4121.0, 4109.0, 4110.0, 4098.0, 4120.0, 4099.0, 4121.0, 4088.0, 4121.0, 4089.0, 4130.0, 4090.0, 4142.0, 4110.0, 4141.0, 4124.0, 4122.0, 4134.0, 4102.0, 4152.0, 4122.0, 4102.0, 4133.0, 4099.0, 4133.0, 4091.0, 4131.0, 4089.0, 4142.0, 4091.0, 4142.0, 4121.0, 4130.0, 4121.0, 4098.0, 4130.0, 4099.0, 4132.0, 4109.0, 4130.0, 4088.0, 4128.0, 4086.0, 4118.0, 4087.0, 4119.0, 4086.0, 4128.0, 4077.0, 4128.0, 4098.0, 4129.0, 4120.0, 4132.0, 4132.0, 4080.0, 4143.0, 4113.0, 4143.0, 4123.0, 4142.0, 4111.0, 4142.0, 4122.0, 4120.0, 4110.0, 4086.0, 4130.0, 4089.0, 4131.0, 4089.0, 4130.0, 4109.0, 4139.0, 4119.0, 4120.0, 4130.0, 4100.0, 4133.0, 4090.0, 4140.0, 4087.0, 4141.0, 4109.0, 4131.0, 4121.0, 4140.0, 4121.0, 4089.0, 4121.0, 4089.0, 4142.0, 4089.0, 4131.0, 4088.0, 4129.0, 4088.0, 4140.0, 4109.0, 4129.0, 4109.0, 4129.0, 4109.0, 4129.0, 4121.0, 4130.0, 4121.0, 4099.0, 4131.0, 4101.0, 4153.0, 4122.0, 4153.0, 4123.0, 4143.0, 4123.0, 4141.0, 4110.0, 4142.0, 4111.0, 4130.0, 4121.0, 4140.0, 4109.0, 4119.0, 4121.0, 4089.0, 4131.0, 4099.0, 4140.0, 4121.0, 4153.0, 4122.0, 4141.0, 4111.0, 4130.0, 4119.0, 4130.0, 4110.0, 4129.0, 4119.0, 4118.0, 4120.0, 4109.0, 4120.0, 4089.0, 4141.0, 4123.0, 4121.0, 4132.0, 4090.0, 4078.0, 4132.0, 4113.0, 4156.0, 4112.0, 4144.0, 4102.0, 4144.0, 4110.0, 4152.0, 4121.0, 4119.0, 4118.0, 4085.0, 4128.0, 4106.0, 4115.0, 4080.0, 4101.0, 4057.0, 4088.0, 4044.0, 4086.0, 4044.0, 4085.0, 4045.0, 4086.0, 4034.0, 4098.0, 4057.0, 4110.0, 4069.0, 4110.0, 4071.0, 4112.0, 4072.0, 4114.0, 4071.0, 4115.0, 4072.0, 4116.0, 4074.0, 4116.0, 4075.0, 4116.0, 4086.0, 4128.0, 4095.0, 4129.0, 4098.0, 4130.0, 4099.0, 4141.0, 4098.0, 4140.0, 4099.0, 4129.0, 4129.0, 4119.0, 4149.0, 4118.0, 4148.0, 4118.0, 4137.0, 4109.0, 4138.0, 4108.0, 4138.0, 4109.0, 4128.0, 4109.0, 4130.0, 4109.0, 4140.0, 4098.0, 4140.0, 4101.0, 4143.0, 4125.0, 4155.0, 4134.0, 4112.0, 4135.0, 4106.0, 4146.0, 4148.0, 4107.0, 4169.0, 4137.0, 4167.0, 4127.0, 4155.0, 4113.0, 4145.0, 4092.0, 4154.0, 4124.0, 4144.0, 4112.0, 4152.0, 4121.0, 4152.0, 4123.0, 4143.0, 4134.0, 4090.0, 4145.0, 4102.0, 4155.0, 4113.0, 4156.0, 4102.0, 4144.0, 4101.0, 4152.0, 4100.0, 4131.0, 4110.0, 4129.0, 4086.0, 4129.0, 4109.0, 4119.0, 4139.0, 4119.0, 4088.0, 4130.0, 4099.0, 4132.0, 4101.0, 4155.0, 4102.0, 4155.0, 4111.0, 4152.0, 4122.0, 4152.0, 4122.0, 4122.0, 4133.0, 4100.0, 4144.0, 4102.0, 4141.0, 4122.0, 4141.0, 4110.0, 4080.0, 4131.0, 4126.0, 4082.0, 4131.0, 4100.0, 4130.0, 4100.0, 4130.0, 4100.0, 4129.0, 4114.0, 4141.0, 4121.0, 4141.0, 4109.0, 4116.0, 4106.0, 4074.0, 4114.0, 4093.0, 4061.0, 4113.0, 4094.0, 4112.0], 'WindowWidth': [9324.0, 9252.0, 9217.0, 9219.0, 9245.0, 9194.0, 9149.0, 9174.0, 9215.0, 9190.0, 9176.0, 9194.0, 9236.0, 9189.0, 9176.0, 9210.0, 9226.0, 9220.0, 9157.0, 9131.0, 9103.0, 9132.0, 9173.0, 9160.0, 9117.0, 9192.0, 9170.0, 9129.0, 9199.0, 9164.0, 9135.0, 9088.0, 9145.0, 9177.0, 9154.0, 9135.0, 9118.0, 9088.0, 9111.0, 9134.0, 9165.0, 9179.0, 9178.0, 9149.0, 9134.0, 9120.0, 9124.0, 9138.0, 9155.0, 9173.0, 9174.0, 9157.0, 9158.0, 9160.0, 9161.0, 9165.0, 9169.0, 9165.0, 9150.0, 9149.0, 9163.0, 9181.0, 9182.0, 9182.0, 9180.0, 9196.0, 9196.0, 9212.0, 9229.0, 9202.0, 9209.0, 9190.0, 9172.0, 9238.0, 9217.0, 9211.0, 9213.0, 9157.0, 9196.0, 9165.0, 9177.0, 9212.0, 9127.0, 9168.0, 9194.0, 9181.0, 9201.0, 9194.0, 9210.0, 9185.0, 9187.0, 9172.0, 9187.0, 9213.0, 9194.0, 9151.0, 9155.0, 9167.0, 9193.0, 9163.0, 9147.0, 9161.0, 9131.0, 9158.0, 9190.0, 9161.0, 9150.0, 9179.0, 9199.0, 9201.0, 9195.0, 9172.0, 9147.0, 9175.0, 9204.0, 9175.0, 9161.0, 9168.0, 9198.0, 9173.0, 9156.0, 9157.0, 9232.0, 9183.0, 9182.0, 9194.0, 9206.0, 9156.0, 9138.0, 9111.0, 9165.0, 9135.0, 9090.0, 9152.0, 9136.0, 9093.0, 9165.0, 9136.0, 9110.0, 9175.0, 9162.0, 9120.0, 9201.0, 9154.0, 9128.0, 9222.0, 9195.0, 9183.0, 9178.0, 9218.0, 9194.0, 9169.0, 9240.0, 9194.0, 9179.0, 9236.0, 9183.0, 9165.0, 9190.0, 9164.0, 9140.0, 9159.0, 9109.0, 9153.0, 9134.0, 9144.0, 9115.0, 9137.0, 9110.0, 9087.0, 9102.0, 9043.0, 9118.0, 9081.0, 9138.0, 9113.0, 9070.0, 9147.0, 9102.0, 9148.0, 9135.0, 9148.0, 9137.0, 9162.0, 9136.0, 9094.0, 9158.0, 9117.0, 9172.0, 9147.0, 9158.0, 9160.0, 9124.0, 9197.0, 9171.0, 9166.0, 9183.0, 9122.0, 9226.0, 9185.0, 9147.0, 9190.0, 9204.0, 9191.0, 9195.0, 9240.0, 9197.0, 9205.0, 9219.0, 9188.0, 9125.0, 9208.0, 9181.0, 9137.0, 9179.0, 9117.0, 9174.0, 9134.0, 9187.0, 9158.0, 9189.0, 9169.0, 9204.0, 9167.0, 9178.0, 9141.0, 9099.0, 9154.0, 9100.0, 9169.0, 9099.0, 9153.0, 9113.0, 9168.0, 9097.0, 9152.0, 9080.0, 9151.0, 9092.0, 9148.0, 9090.0, 9149.0, 9093.0, 9169.0, 9119.0, 9186.0, 9165.0, 9156.0, 9151.0, 9149.0, 9167.0, 9177.0, 9167.0, 9207.0, 9154.0, 9192.0, 9151.0, 9177.0, 9164.0, 9180.0, 9152.0, 9160.0, 9165.0, 9189.0, 9153.0, 9193.0, 9171.0, 9141.0, 9202.0, 9145.0, 9204.0, 9148.0, 9219.0, 9178.0, 9205.0, 9194.0, 9216.0, 9176.0, 9215.0, 9175.0, 9211.0, 9172.0, 9196.0, 9171.0, 9170.0, 9181.0, 9126.0, 9195.0, 9125.0, 9212.0, 9145.0, 9215.0, 9176.0, 9204.0, 9178.0, 9192.0, 9191.0, 9150.0, 9207.0, 9133.0, 9220.0, 9150.0, 9218.0, 9162.0, 9204.0, 9174.0, 9201.0, 9175.0, 9190.0, 9177.0, 9137.0, 9223.0, 9155.0, 9243.0, 9173.0, 9243.0, 9187.0, 9229.0, 9188.0, 9244.0, 9200.0, 9246.0, 9213.0, 9160.0, 9224.0, 9155.0, 9243.0, 9201.0, 9182.0, 9267.0, 9222.0, 9182.0, 9249.0, 9209.0, 9258.0, 9224.0, 9263.0, 9208.0, 9244.0, 9218.0, 9199.0, 9213.0, 9193.0, 9224.0, 9164.0, 9222.0, 9151.0, 9235.0, 9167.0, 9224.0, 9198.0, 9226.0, 9167.0, 9223.0, 9148.0, 9219.0, 9136.0, 9199.0, 9158.0, 9198.0, 9188.0, 9160.0, 9205.0, 9130.0, 9220.0, 9146.0, 9204.0, 9126.0, 9199.0, 9128.0, 9200.0, 9109.0, 9196.0, 9108.0, 9193.0, 9104.0, 9190.0, 9103.0, 9188.0, 9102.0, 9189.0, 9105.0, 9178.0, 9105.0, 9174.0, 9113.0, 9167.0, 9111.0, 9164.0, 9127.0, 9157.0, 9161.0, 9124.0, 9211.0, 9170.0, 9130.0, 9199.0, 9141.0, 9198.0, 9155.0, 9181.0, 9158.0, 9184.0, 9170.0, 9141.0, 9187.0, 9127.0, 9213.0, 9144.0, 9201.0, 9174.0, 9199.0, 9173.0, 9174.0, 9206.0, 9149.0, 9236.0, 9209.0, 9150.0, 9226.0, 9196.0, 9235.0, 9195.0, 9129.0, 9184.0, 9148.0, 9181.0, 9161.0, 9161.0, 9112.0, 9172.0, 9114.0, 9172.0, 9102.0, 9168.0, 9101.0, 9187.0, 9153.0, 9209.0, 9178.0, 9146.0, 9203.0, 9165.0, 9236.0, 9192.0, 9204.0, 9194.0, 9219.0, 9172.0, 9196.0, 9173.0, 9194.0, 9152.0, 9176.0, 9164.0, 9204.0, 9148.0, 9171.0, 9148.0, 9141.0, 9160.0, 9135.0, 9161.0, 9158.0, 9162.0, 9188.0, 9148.0, 9143.0, 9156.0, 9182.0, 9141.0, 9171.0, 9145.0, 9172.0, 9144.0, 9168.0, 9145.0, 9166.0, 9162.0, 9187.0, 9163.0, 9187.0, 9161.0, 9105.0, 9178.0, 9121.0, 9193.0, 9135.0, 9183.0, 9178.0, 9164.0, 9148.0, 9163.0, 9116.0, 9174.0, 9115.0, 9172.0, 9114.0, 9172.0, 9111.0, 9171.0, 9100.0, 9172.0, 9117.0, 9172.0, 9115.0, 9168.0, 9143.0, 9172.0, 9149.0, 9188.0, 9161.0, 9121.0, 9163.0, 9109.0, 9192.0, 9151.0, 9179.0, 9150.0, 9178.0, 9164.0, 9192.0, 9152.0, 9162.0, 9162.0, 9118.0, 9178.0, 9166.0, 9152.0, 9199.0, 9137.0, 9197.0, 9166.0, 9191.0, 9161.0, 9100.0, 9160.0, 9097.0, 9174.0, 9117.0, 9175.0, 9119.0, 9174.0, 9127.0, 9170.0, 9143.0, 9171.0, 9158.0, 9170.0, 9162.0, 9144.0, 9146.0, 9128.0, 9161.0, 9131.0, 9162.0, 9115.0, 9161.0, 9117.0, 9175.0, 9122.0, 9192.0, 9150.0, 9194.0, 9173.0, 9169.0, 9186.0, 9142.0, 9209.0, 9169.0, 9141.0, 9183.0, 9132.0, 9183.0, 9124.0, 9177.0, 9117.0, 9194.0, 9124.0, 9193.0, 9163.0, 9175.0, 9163.0, 9131.0, 9176.0, 9132.0, 9179.0, 9144.0, 9174.0, 9113.0, 9169.0, 9110.0, 9154.0, 9111.0, 9156.0, 9109.0, 9168.0, 9097.0, 9168.0, 9127.0, 9172.0, 9163.0, 9179.0, 9180.0, 9108.0, 9196.0, 9156.0, 9197.0, 9168.0, 9193.0, 9152.0, 9193.0, 9165.0, 9160.0, 9146.0, 9112.0, 9173.0, 9118.0, 9177.0, 9119.0, 9174.0, 9145.0, 9185.0, 9159.0, 9160.0, 9175.0, 9136.0, 9182.0, 9120.0, 9190.0, 9115.0, 9190.0, 9146.0, 9177.0, 9162.0, 9187.0, 9162.0, 9118.0, 9163.0, 9118.0, 9193.0, 9118.0, 9176.0, 9116.0, 9172.0, 9116.0, 9186.0, 9146.0, 9173.0, 9146.0, 9172.0, 9145.0, 9173.0, 9163.0, 9175.0, 9164.0, 9133.0, 9177.0, 9138.0, 9209.0, 9170.0, 9211.0, 9171.0, 9196.0, 9168.0, 9191.0, 9148.0, 9193.0, 9151.0, 9175.0, 9162.0, 9187.0, 9145.0, 9158.0, 9163.0, 9117.0, 9178.0, 9132.0, 9190.0, 9164.0, 9208.0, 9165.0, 9191.0, 9149.0, 9174.0, 9158.0, 9172.0, 9145.0, 9170.0, 9157.0, 9156.0, 9159.0, 9143.0, 9162.0, 9116.0, 9194.0, 9170.0, 9164.0, 9179.0, 9118.0, 9101.0, 9179.0, 9157.0, 9218.0, 9152.0, 9198.0, 9140.0, 9199.0, 9145.0, 9205.0, 9163.0, 9158.0, 9153.0, 9106.0, 9168.0, 9132.0, 9146.0, 9089.0, 9117.0, 9050.0, 9093.0, 9029.0, 9088.0, 9030.0, 9084.0, 9031.0, 9088.0, 9018.0, 9107.0, 9053.0, 9129.0, 9074.0, 9128.0, 9080.0, 9134.0, 9083.0, 9140.0, 9081.0, 9143.0, 9083.0, 9145.0, 9089.0, 9148.0, 9091.0, 9148.0, 9106.0, 9165.0, 9120.0, 9169.0, 9126.0, 9172.0, 9130.0, 9188.0, 9128.0, 9186.0, 9129.0, 9171.0, 9168.0, 9155.0, 9198.0, 9155.0, 9195.0, 9154.0, 9179.0, 9142.0, 9180.0, 9140.0, 9182.0, 9142.0, 9169.0, 9144.0, 9172.0, 9144.0, 9186.0, 9130.0, 9188.0, 9135.0, 9196.0, 9174.0, 9218.0, 9186.0, 9155.0, 9189.0, 9152.0, 9205.0, 9213.0, 9157.0, 9245.0, 9198.0, 9237.0, 9180.0, 9215.0, 9157.0, 9201.0, 9127.0, 9213.0, 9169.0, 9197.0, 9153.0, 9208.0, 9165.0, 9206.0, 9169.0, 9195.0, 9184.0, 9124.0, 9201.0, 9141.0, 9215.0, 9159.0, 9217.0, 9140.0, 9200.0, 9137.0, 9207.0, 9133.0, 9176.0, 9146.0, 9172.0, 9110.0, 9170.0, 9143.0, 9157.0, 9185.0, 9158.0, 9117.0, 9172.0, 9130.0, 9179.0, 9141.0, 9216.0, 9142.0, 9216.0, 9153.0, 9209.0, 9167.0, 9206.0, 9166.0, 9166.0, 9181.0, 9134.0, 9197.0, 9140.0, 9189.0, 9166.0, 9191.0, 9146.0, 9104.0, 9174.0, 9178.0, 9110.0, 9174.0, 9130.0, 9170.0, 9130.0, 9172.0, 9129.0, 9166.0, 9154.0, 9190.0, 9163.0, 9190.0, 9143.0, 9146.0, 9131.0, 9084.0, 9141.0, 9110.0, 9065.0, 9136.0, 9111.0, 9135.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.0014416399082568807</td></tr>
<tr><td colspan=3>aqi</td><td>0.0221748128440367</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.423527745120566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.287920892663606</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.02223291380023</td></tr>
<tr><td colspan=3>efc</td><td>0.4892</td></tr>
<tr><td colspan=3>fber</td><td>5008.2178</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08286332193293187</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.472477064220183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4050653064649157</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.368771216251366</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5851654838193974</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2612592193239847</td></tr>
<tr><td colspan=3>gcor</td><td>0.0209993</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008274815045297146</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02799711748957634</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9398833201441126</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>17.4698</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5121</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.2138</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295359.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>780.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.6022</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.545</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.733</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3287.3101</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.6093</td></tr>
<tr><td colspan=3>tsnr</td><td>38.048453402589075</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>