ds005256-mriqc/sub-0050_ses-03_task-social_acq-mb8_run-04_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-04_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-04_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-04_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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_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-04_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-04_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-04_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>d5ec0ef2b1ba09c47d916a228766fac4</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:44:59.012500</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-04_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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.312</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e5cf6c5-416b-44be-bd31-36938e019dfe||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': ['184459.012500', '184459.472500', '184459.932500', '184500.392500', '184500.852500', '184501.312500', '184501.772500', '184502.232500', '184502.692500', '184503.152500', '184503.612500', '184504.072500', '184504.532500', '184504.992500', '184505.452500', '184505.912500', '184506.372500', '184506.832500', '184507.292500', '184507.752500', '184508.212500', '184508.672500', '184509.132500', '184509.592500', '184510.052500', '184510.512500', '184510.972500', '184511.432500', '184511.892500', '184512.352500', '184512.812500', '184513.272500', '184513.732500', '184514.192500', '184514.652500', '184515.112500', '184515.572500', '184516.032500', '184516.492500', '184516.952500', '184517.412500', '184517.872500', '184518.332500', '184518.792500', '184519.252500', '184519.712500', '184520.172500', '184520.632500', '184521.092500', '184521.552500', '184522.012500', '184522.472500', '184522.932500', '184523.392500', '184523.852500', '184524.312500', '184524.772500', '184525.232500', '184525.692500', '184526.152500', '184526.612500', '184527.072500', '184527.532500', '184527.992500', '184528.452500', '184528.912500', '184529.372500', '184529.832500', '184530.292500', '184530.752500', '184531.212500', '184531.672500', '184532.132500', '184532.592500', '184533.052500', '184533.512500', '184533.972500', '184534.432500', '184534.892500', '184535.352500', '184535.812500', '184536.272500', '184536.732500', '184537.192500', '184537.652500', '184538.112500', '184538.572500', '184539.032500', '184539.492500', '184539.952500', '184540.412500', '184540.872500', '184541.332500', '184541.792500', '184542.252500', '184542.712500', '184543.172500', '184543.632500', '184544.092500', '184544.552500', '184545.012500', '184545.472500', '184545.932500', '184546.392500', '184546.852500', '184547.312500', '184547.772500', '184548.232500', '184548.692500', '184549.152500', '184549.612500', '184550.072500', '184550.532500', '184550.992500', '184551.452500', '184551.912500', '184552.372500', '184552.832500', '184553.292500', '184553.752500', '184554.212500', '184554.672500', '184555.132500', '184555.592500', '184556.052500', '184556.512500', '184556.972500', '184557.432500', '184557.892500', '184558.352500', '184558.812500', '184559.272500', '184559.732500', '184600.192500', '184600.652500', '184601.112500', '184601.572500', '184602.032500', '184602.492500', '184602.952500', '184603.412500', '184603.872500', '184604.332500', '184604.792500', '184605.252500', '184605.712500', '184606.172500', '184606.632500', '184607.092500', '184607.552500', '184608.012500', '184608.472500', '184608.932500', '184609.392500', '184609.852500', '184610.312500', '184610.772500', '184611.232500', '184611.692500', '184612.152500', '184612.612500', '184613.072500', '184613.532500', '184613.992500', '184614.452500', '184614.912500', '184615.372500', '184615.832500', '184616.292500', '184616.752500', '184617.212500', '184617.672500', '184618.132500', '184618.592500', '184619.052500', '184619.512500', '184619.972500', '184620.432500', '184620.892500', '184621.352500', '184621.812500', '184622.272500', '184622.732500', '184623.192500', '184623.652500', '184624.112500', '184624.572500', '184625.032500', '184625.492500', '184625.952500', '184626.412500', '184626.872500', '184627.332500', '184627.792500', '184628.252500', '184628.712500', '184629.172500', '184629.632500', '184630.092500', '184630.552500', '184631.012500', '184631.472500', '184631.932500', '184632.392500', '184632.852500', '184633.312500', '184633.772500', '184634.232500', '184634.692500', '184635.152500', '184635.612500', '184636.072500', '184636.532500', '184636.992500', '184637.452500', '184637.912500', '184638.372500', '184638.832500', '184639.292500', '184639.752500', '184640.212500', '184640.672500', '184641.132500', '184641.592500', '184642.052500', '184642.512500', '184642.972500', '184643.432500', '184643.892500', '184644.352500', '184644.812500', '184645.272500', '184645.732500', '184646.192500', '184646.652500', '184647.112500', '184647.572500', '184648.032500', '184648.492500', '184648.952500', '184649.412500', '184649.872500', '184650.332500', '184650.792500', '184651.252500', '184651.712500', '184652.172500', '184652.632500', '184653.092500', '184653.552500', '184654.012500', '184654.472500', '184654.932500', '184655.392500', '184655.852500', '184656.312500', '184656.772500', '184657.232500', '184657.692500', '184658.152500', '184658.612500', '184659.072500', '184659.532500', '184659.992500', '184700.452500', '184700.912500', '184701.372500', '184701.832500', '184702.292500', '184702.752500', '184703.212500', '184703.672500', '184704.132500', '184704.592500', '184705.052500', '184705.512500', '184705.972500', '184706.432500', '184706.892500', '184707.352500', '184707.812500', '184708.272500', '184708.732500', '184709.192500', '184709.652500', '184710.112500', '184710.572500', '184711.032500', '184711.492500', '184711.952500', '184712.412500', '184712.872500', '184713.332500', '184713.792500', '184714.252500', '184714.712500', '184715.172500', '184715.632500', '184716.092500', '184716.552500', '184717.012500', '184717.472500', '184717.932500', '184718.392500', '184718.852500', '184719.312500', '184719.772500', '184720.232500', '184720.692500', '184721.152500', '184721.612500', '184722.072500', '184722.532500', '184722.992500', '184723.452500', '184723.912500', '184724.372500', '184724.832500', '184725.292500', '184725.752500', '184726.212500', '184726.672500', '184727.132500', '184727.592500', '184728.052500', '184728.512500', '184728.972500', '184729.432500', '184729.892500', '184730.352500', '184730.812500', '184731.272500', '184731.732500', '184732.192500', '184732.652500', '184733.112500', '184733.572500', '184734.032500', '184734.492500', '184734.952500', '184735.412500', '184735.872500', '184736.332500', '184736.792500', '184737.252500', '184737.712500', '184738.172500', '184738.632500', '184739.092500', '184739.552500', '184740.012500', '184740.472500', '184740.932500', '184741.392500', '184741.852500', '184742.312500', '184742.772500', '184743.232500', '184743.692500', '184744.152500', '184744.612500', '184745.072500', '184745.532500', '184745.992500', '184746.452500', '184746.912500', '184747.372500', '184747.832500', '184748.292500', '184748.752500', '184749.212500', '184749.672500', '184750.132500', '184750.592500', '184751.052500', '184751.512500', '184751.972500', '184752.432500', '184752.892500', '184753.352500', '184753.812500', '184754.272500', '184754.732500', '184755.192500', '184755.652500', '184756.112500', '184756.572500', '184757.032500', '184757.492500', '184757.952500', '184758.412500', '184758.872500', '184759.332500', '184759.792500', '184800.252500', '184800.712500', '184801.172500', '184801.632500', '184802.092500', '184802.552500', '184803.012500', '184803.472500', '184803.932500', '184804.392500', '184804.852500', '184805.312500', '184805.772500', '184806.232500', '184806.692500', '184807.152500', '184807.612500', '184808.072500', '184808.532500', '184808.992500', '184809.452500', '184809.912500', '184810.372500', '184810.832500', '184811.292500', '184811.752500', '184812.212500', '184812.672500', '184813.132500', '184813.592500', '184814.052500', '184814.512500', '184814.972500', '184815.432500', '184815.892500', '184816.352500', '184816.812500', '184817.272500', '184817.732500', '184818.192500', '184818.652500', '184819.112500', '184819.572500', '184820.032500', '184820.492500', '184820.952500', '184821.412500', '184821.872500', '184822.332500', '184822.792500', '184823.252500', '184823.712500', '184824.172500', '184824.632500', '184825.092500', '184825.552500', '184826.012500', '184826.472500', '184826.932500', '184827.392500', '184827.852500', '184828.312500', '184828.772500', '184829.232500', '184829.692500', '184830.152500', '184830.612500', '184831.072500', '184831.532500', '184831.992500', '184832.452500', '184832.912500', '184833.372500', '184833.832500', '184834.292500', '184834.752500', '184835.212500', '184835.672500', '184836.132500', '184836.592500', '184837.052500', '184837.512500', '184837.972500', '184838.432500', '184838.892500', '184839.352500', '184839.812500', '184840.272500', '184840.732500', '184841.192500', '184841.652500', '184842.112500', '184842.572500', '184843.032500', '184843.492500', '184843.952500', '184844.412500', '184844.872500', '184845.332500', '184845.792500', '184846.252500', '184846.712500', '184847.172500', '184847.632500', '184848.092500', '184848.552500', '184849.012500', '184849.472500', '184849.932500', '184850.392500', '184850.852500', '184851.312500', '184851.772500', '184852.232500', '184852.692500', '184853.152500', '184853.612500', '184854.072500', '184854.532500', '184854.992500', '184855.452500', '184855.912500', '184856.372500', '184856.832500', '184857.292500', '184857.752500', '184858.212500', '184858.672500', '184859.132500', '184859.592500', '184900.052500', '184900.512500', '184900.972500', '184901.432500', '184901.892500', '184902.352500', '184902.812500', '184903.272500', '184903.732500', '184904.192500', '184904.652500', '184905.112500', '184905.572500', '184906.032500', '184906.492500', '184906.952500', '184907.412500', '184907.872500', '184908.332500', '184908.792500', '184909.252500', '184909.712500', '184910.172500', '184910.632500', '184911.092500', '184911.552500', '184912.012500', '184912.472500', '184912.932500', '184913.392500', '184913.852500', '184914.312500', '184914.772500', '184915.232500', '184915.692500', '184916.152500', '184916.612500', '184917.072500', '184917.532500', '184917.992500', '184918.452500', '184918.912500', '184919.372500', '184919.832500', '184920.292500', '184920.752500', '184921.212500', '184921.672500', '184922.132500', '184922.592500', '184923.052500', '184923.512500', '184923.972500', '184924.432500', '184924.892500', '184925.352500', '184925.812500', '184926.272500', '184926.732500', '184927.192500', '184927.652500', '184928.112500', '184928.572500', '184929.032500', '184929.492500', '184929.952500', '184930.412500', '184930.872500', '184931.332500', '184931.792500', '184932.252500', '184932.712500', '184933.172500', '184933.632500', '184934.092500', '184934.552500', '184935.012500', '184935.472500', '184935.932500', '184936.392500', '184936.852500', '184937.312500', '184937.772500', '184938.232500', '184938.692500', '184939.152500', '184939.612500', '184940.072500', '184940.532500', '184940.992500', '184941.452500', '184941.912500', '184942.372500', '184942.832500', '184943.292500', '184943.752500', '184944.212500', '184944.672500', '184945.132500', '184945.592500', '184946.052500', '184946.512500', '184946.972500', '184947.432500', '184947.892500', '184948.352500', '184948.812500', '184949.272500', '184949.732500', '184950.192500', '184950.652500', '184951.112500', '184951.572500', '184952.032500', '184952.492500', '184952.952500', '184953.412500', '184953.872500', '184954.332500', '184954.792500', '184955.252500', '184955.712500', '184956.172500', '184956.632500', '184957.092500', '184957.552500', '184958.012500', '184958.472500', '184958.932500', '184959.392500', '184959.852500', '185000.312500', '185000.772500', '185001.232500', '185001.692500', '185002.152500', '185002.612500', '185003.072500', '185003.532500', '185003.992500', '185004.452500', '185004.912500', '185005.372500', '185005.832500', '185006.292500', '185006.752500', '185007.212500', '185007.672500', '185008.132500', '185008.592500', '185009.052500', '185009.512500', '185009.972500', '185010.432500', '185010.892500', '185011.352500', '185011.812500', '185012.272500', '185012.732500', '185013.192500', '185013.652500', '185014.112500', '185014.572500', '185015.032500', '185015.492500', '185015.952500', '185016.412500', '185016.872500', '185017.332500', '185017.792500', '185018.252500', '185018.712500', '185019.172500', '185019.632500', '185020.092500', '185020.552500', '185021.012500', '185021.472500', '185021.932500', '185022.392500', '185022.852500', '185023.312500', '185023.772500', '185024.232500', '185024.692500', '185025.152500', '185025.612500', '185026.072500', '185026.532500', '185026.992500', '185027.452500', '185027.912500', '185028.372500', '185028.832500', '185029.292500', '185029.752500', '185030.212500', '185030.672500', '185031.132500', '185031.592500', '185032.052500', '185032.512500', '185032.972500', '185033.432500', '185033.892500', '185034.352500', '185034.812500', '185035.272500', '185035.732500', '185036.192500', '185036.652500', '185037.112500', '185037.572500', '185038.032500', '185038.492500', '185038.952500', '185039.412500', '185039.872500', '185040.332500', '185040.792500', '185041.252500', '185041.712500', '185042.172500', '185042.632500', '185043.092500', '185043.552500', '185044.012500', '185044.472500', '185044.932500', '185045.392500', '185045.852500', '185046.312500', '185046.772500', '185047.232500', '185047.692500', '185048.152500', '185048.612500', '185049.072500', '185049.532500', '185049.992500', '185050.452500', '185050.912500', '185051.372500', '185051.832500', '185052.292500', '185052.752500', '185053.212500', '185053.672500', '185054.132500', '185054.592500', '185055.052500', '185055.512500', '185055.972500', '185056.432500', '185056.892500', '185057.352500', '185057.812500', '185058.272500', '185058.732500', '185059.192500', '185059.652500', '185100.112500', '185100.572500', '185101.032500', '185101.492500', '185101.952500', '185102.412500', '185102.872500', '185103.332500', '185103.792500', '185104.252500', '185104.712500', '185105.172500', '185105.632500', '185106.092500', '185106.552500', '185107.012500', '185107.472500', '185107.932500', '185108.392500', '185108.852500', '185109.312500', '185109.772500', '185110.232500', '185110.692500', '185111.152500', '185111.612500', '185112.072500', '185112.532500', '185112.992500', '185113.452500', '185113.912500', '185114.372500', '185114.832500', '185115.292500', '185115.752500', '185116.212500', '185116.672500', '185117.132500', '185117.592500', '185118.052500', '185118.512500', '185118.972500', '185119.432500', '185119.892500', '185120.352500', '185120.812500', '185121.272500', '185121.732500', '185122.192500', '185122.652500', '185123.112500', '185123.572500', '185124.032500', '185124.492500', '185124.952500', '185125.412500', '185125.872500', '185126.332500', '185126.792500', '185127.252500', '185127.712500', '185128.172500', '185128.632500', '185129.092500', '185129.552500', '185130.012500', '185130.472500', '185130.932500', '185131.392500', '185131.852500', '185132.312500', '185132.772500', '185133.232500', '185133.692500', '185134.152500', '185134.612500', '185135.072500', '185135.532500', '185135.992500', '185136.452500', '185136.912500', '185137.372500', '185137.832500', '185138.292500', '185138.752500', '185139.212500', '185139.672500'], 'ContentTime': ['184517.903000', '184517.906000', '184517.909000', '184517.911000', '184517.914000', '184517.916000', '184517.919000', '184517.921000', '184517.924000', '184517.926000', '184517.932000', '184517.934000', '184517.937000', '184517.939000', '184517.942000', '184517.944000', '184517.947000', '184517.950000', '184517.952000', '184517.955000', '184517.957000', '184517.963000', '184517.966000', '184517.968000', '184517.971000', '184517.973000', '184517.976000', '184517.978000', '184517.981000', '184517.984000', '184517.986000', '184517.989000', '184517.991000', '184517.994000', '184517.996000', '184518.000000', '184518.002000', '184518.005000', '184537.870000', '184537.873000', '184537.876000', '184537.878000', '184537.881000', '184537.883000', '184537.886000', '184537.889000', '184537.891000', '184537.894000', '184537.896000', '184537.899000', '184537.901000', '184537.904000', '184537.906000', '184537.909000', '184537.911000', '184537.914000', '184537.917000', '184537.919000', '184537.922000', '184537.924000', '184537.927000', '184537.929000', '184537.932000', '184537.934000', '184537.937000', '184537.939000', '184537.942000', '184537.944000', '184537.947000', '184537.950000', '184537.952000', '184537.955000', '184537.957000', '184537.960000', '184537.962000', '184537.965000', '184537.968000', '184537.970000', '184537.973000', '184537.975000', '184537.978000', '184557.869000', '184557.872000', '184557.875000', '184557.877000', '184557.880000', '184557.882000', '184557.885000', '184557.892000', '184557.894000', '184557.897000', '184557.899000', '184557.902000', '184557.904000', '184557.907000', '184557.910000', '184557.912000', '184557.915000', '184557.917000', '184557.920000', '184557.922000', '184557.925000', '184557.927000', '184557.930000', '184557.932000', '184557.935000', '184557.938000', '184557.940000', '184557.943000', '184557.945000', '184557.948000', '184557.950000', '184557.953000', '184557.956000', '184557.958000', '184557.961000', '184557.963000', '184557.966000', '184557.968000', '184557.971000', '184557.973000', '184557.976000', '184557.978000', '184557.981000', '184557.984000', '184617.869000', '184617.872000', '184617.875000', '184617.877000', '184617.880000', '184617.882000', '184617.885000', '184617.887000', '184617.890000', '184617.892000', '184617.895000', '184617.898000', '184617.900000', '184617.903000', '184617.905000', '184617.908000', '184617.910000', '184617.913000', '184617.916000', '184617.918000', '184617.921000', '184617.923000', '184617.926000', '184617.928000', '184617.931000', '184617.933000', '184617.936000', '184617.938000', '184617.941000', '184617.944000', '184617.946000', '184617.949000', '184617.951000', '184617.954000', '184617.956000', '184617.959000', '184617.961000', '184617.964000', '184617.967000', '184617.969000', '184617.972000', '184617.974000', '184617.977000', '184637.870000', '184637.872000', '184637.875000', '184637.878000', '184637.880000', '184637.883000', '184637.885000', '184637.888000', '184637.890000', '184637.893000', '184637.896000', '184637.898000', '184637.901000', '184637.903000', '184637.906000', '184637.908000', '184637.911000', '184637.914000', '184637.916000', '184637.919000', '184637.922000', '184637.924000', '184637.927000', '184637.929000', '184637.932000', '184637.934000', '184637.937000', '184637.939000', '184637.942000', '184637.976000', '184637.978000', '184637.981000', '184637.983000', '184637.986000', '184637.989000', '184637.991000', '184637.994000', '184637.996000', '184637.999000', '184638.001000', '184638.004000', '184638.007000', '184638.009000', '184657.869000', '184657.872000', '184657.875000', '184657.877000', '184657.880000', '184657.882000', '184657.885000', '184657.887000', '184657.890000', '184657.893000', '184657.895000', '184657.898000', '184657.900000', '184657.903000', '184657.905000', '184657.908000', '184657.911000', '184657.913000', '184657.916000', '184657.919000', '184657.921000', '184657.924000', '184657.926000', '184657.929000', '184657.931000', '184657.934000', '184657.936000', '184657.939000', '184657.941000', '184657.944000', '184657.947000', '184657.949000', '184657.952000', '184657.954000', '184657.957000', '184657.960000', '184657.962000', '184657.965000', '184657.967000', '184657.970000', '184657.972000', '184657.975000', '184657.978000', '184657.980000', '184717.870000', '184717.873000', '184717.876000', '184717.878000', '184717.881000', '184717.883000', '184717.886000', '184717.889000', '184717.891000', '184717.894000', '184717.896000', '184717.899000', '184717.901000', '184717.904000', '184717.907000', '184717.909000', '184717.912000', '184717.914000', '184717.917000', '184717.919000', '184717.922000', '184717.924000', '184717.927000', '184717.929000', '184717.932000', '184717.935000', '184717.937000', '184717.940000', '184717.942000', '184717.945000', '184717.948000', '184717.950000', '184717.953000', '184717.955000', '184717.958000', '184717.960000', '184717.963000', '184717.966000', '184717.968000', '184717.971000', '184717.973000', '184717.976000', '184717.979000', '184737.870000', '184737.873000', '184737.876000', '184737.878000', '184737.881000', '184737.884000', '184737.886000', '184737.889000', '184737.891000', '184737.894000', '184737.896000', '184737.899000', '184737.902000', '184737.904000', '184737.907000', '184737.909000', '184737.912000', '184737.914000', '184737.917000', '184737.920000', '184737.922000', '184737.925000', '184737.927000', '184737.930000', '184737.932000', '184737.935000', '184737.937000', '184737.940000', '184737.943000', '184737.945000', '184737.948000', '184737.950000', '184737.953000', '184737.955000', '184737.958000', '184737.961000', '184737.963000', '184737.966000', '184737.968000', '184737.971000', '184737.973000', '184737.976000', '184737.978000', '184737.981000', '184757.870000', '184757.873000', '184757.876000', '184757.878000', '184757.881000', '184757.883000', '184757.886000', '184757.888000', '184757.891000', '184757.893000', '184757.896000', '184757.899000', '184757.902000', '184757.904000', '184757.907000', '184757.910000', '184757.912000', '184757.915000', '184757.917000', '184757.920000', '184757.922000', '184757.925000', '184757.927000', '184757.930000', '184757.933000', '184757.935000', '184757.938000', '184757.940000', '184757.943000', '184757.945000', '184757.948000', '184757.950000', '184757.953000', '184757.956000', '184757.958000', '184757.961000', '184757.964000', '184757.966000', '184757.969000', '184757.971000', '184757.974000', '184757.976000', '184757.979000', '184817.870000', '184817.872000', '184817.875000', '184817.878000', '184817.880000', '184817.883000', '184817.885000', '184817.888000', '184817.890000', '184817.893000', '184817.895000', '184817.898000', '184817.901000', '184817.903000', '184817.906000', '184817.908000', '184817.911000', '184817.914000', '184817.916000', '184817.919000', '184817.921000', '184817.924000', '184817.927000', '184817.929000', '184817.932000', '184817.945000', '184817.947000', '184817.950000', '184817.952000', '184817.955000', '184817.958000', '184817.960000', '184817.963000', '184817.965000', '184817.968000', '184817.970000', '184817.973000', '184817.976000', '184817.978000', '184817.981000', '184817.984000', '184817.986000', '184817.989000', '184817.991000', '184837.870000', '184837.872000', '184837.875000', '184837.878000', '184837.880000', '184837.883000', '184837.885000', '184837.888000', '184837.890000', '184837.893000', '184837.896000', '184837.898000', '184837.901000', '184837.904000', '184837.907000', '184837.909000', '184837.912000', '184837.915000', '184837.917000', '184837.920000', '184837.923000', '184837.925000', '184837.928000', '184837.930000', '184837.933000', '184837.936000', '184837.938000', '184837.941000', '184837.943000', '184837.946000', '184837.948000', '184837.951000', '184837.954000', '184837.956000', '184837.959000', '184837.961000', '184837.964000', '184837.966000', '184837.969000', '184837.972000', '184837.974000', '184837.977000', '184837.979000', '184857.869000', '184857.872000', '184857.875000', '184857.877000', '184857.880000', '184857.882000', '184857.885000', '184857.888000', '184857.890000', '184857.893000', '184857.895000', '184857.898000', '184857.900000', '184857.903000', '184857.905000', '184857.908000', '184857.911000', '184857.913000', '184857.916000', '184857.918000', '184857.921000', '184857.924000', '184857.926000', '184857.929000', '184857.931000', '184857.934000', '184857.936000', '184857.939000', '184857.941000', '184857.944000', '184857.947000', '184857.949000', '184857.952000', '184857.954000', '184857.957000', '184857.960000', '184857.962000', '184857.965000', '184857.970000', '184857.973000', '184857.975000', '184857.978000', '184857.980000', '184857.983000', '184917.870000', '184917.873000', '184917.875000', '184917.878000', '184917.880000', '184917.883000', '184917.885000', '184917.888000', '184917.891000', '184917.893000', '184917.896000', '184917.898000', '184917.901000', '184917.904000', '184917.906000', '184917.909000', '184917.911000', '184917.914000', '184917.917000', '184917.919000', '184917.922000', '184917.924000', '184917.927000', '184917.929000', '184917.932000', '184917.935000', '184917.937000', '184917.941000', '184917.944000', '184917.947000', '184917.949000', '184917.952000', '184917.954000', '184917.957000', '184917.959000', '184917.962000', '184917.965000', '184917.967000', '184917.970000', '184917.972000', '184917.975000', '184917.977000', '184917.980000', '184937.871000', '184937.874000', '184937.876000', '184937.879000', '184937.881000', '184937.884000', '184937.886000', '184937.889000', '184937.892000', '184937.894000', '184937.897000', '184937.899000', '184937.902000', '184937.905000', '184937.907000', '184937.910000', '184937.913000', '184937.915000', '184937.918000', '184937.920000', '184937.923000', '184937.925000', '184937.928000', '184937.930000', '184937.933000', '184937.936000', '184937.938000', '184937.941000', '184937.944000', '184937.946000', '184937.949000', '184937.951000', '184937.954000', '184937.957000', '184937.959000', '184937.962000', '184937.964000', '184937.967000', '184937.970000', '184937.972000', '184937.975000', '184937.977000', '184937.980000', '184937.982000', '184957.870000', '184957.873000', '184957.876000', '184957.878000', '184957.881000', '184957.884000', '184957.886000', '184957.889000', '184957.891000', '184957.894000', '184957.897000', '184957.899000', '184957.902000', '184957.904000', '184957.907000', '184957.909000', '184957.912000', '184957.915000', '184957.917000', '184957.920000', '184957.923000', '184957.925000', '184957.928000', '184957.930000', '184957.933000', '184957.937000', '184957.940000', '184957.942000', '184957.945000', '184957.948000', '184957.950000', '184957.953000', '184957.955000', '184957.958000', '184957.960000', '184957.963000', '184957.966000', '184957.968000', '184957.971000', '184957.973000', '184957.976000', '184957.979000', '184957.981000', '185017.870000', '185017.873000', '185017.876000', '185017.878000', '185017.881000', '185017.883000', '185017.886000', '185017.889000', '185017.891000', '185017.894000', '185017.896000', '185017.899000', '185017.902000', '185017.904000', '185017.907000', '185017.909000', '185017.912000', '185017.914000', '185017.917000', '185017.920000', '185017.922000', '185017.925000', '185017.928000', '185017.930000', '185017.933000', '185017.935000', '185017.938000', '185017.940000', '185017.943000', '185017.946000', '185017.948000', '185017.951000', '185017.953000', '185017.956000', '185017.959000', '185017.961000', '185017.964000', '185017.966000', '185017.969000', '185017.971000', '185017.974000', '185017.977000', '185017.979000', '185037.869000', '185037.872000', '185037.875000', '185037.877000', '185037.880000', '185037.883000', '185037.885000', '185037.888000', '185037.891000', '185037.893000', '185037.896000', '185037.898000', '185037.901000', '185037.903000', '185037.906000', '185037.908000', '185037.911000', '185037.914000', '185037.916000', '185037.919000', '185037.921000', '185037.924000', '185037.927000', '185037.929000', '185037.932000', '185037.934000', '185037.937000', '185037.940000', '185037.942000', '185037.945000', '185037.947000', '185037.950000', '185037.952000', '185037.955000', '185037.958000', '185037.960000', '185037.963000', '185037.966000', '185037.968000', '185037.971000', '185037.973000', '185037.976000', '185037.980000', '185037.983000', '185057.869000', '185057.872000', '185057.875000', '185057.877000', '185057.880000', '185057.883000', '185057.885000', '185057.888000', '185057.890000', '185057.893000', '185057.895000', '185057.898000', '185057.901000', '185057.903000', '185057.906000', '185057.908000', '185057.911000', '185057.913000', '185057.916000', '185057.919000', '185057.921000', '185057.924000', '185057.926000', '185057.929000', '185057.932000', '185057.934000', '185057.937000', '185057.939000', '185057.942000', '185057.945000', '185057.947000', '185057.950000', '185057.954000', '185057.957000', '185057.959000', '185057.962000', '185057.964000', '185057.967000', '185057.969000', '185057.972000', '185057.975000', '185057.977000', '185057.980000', '185057.982000', '185117.870000', '185117.872000', '185117.875000', '185117.889000', '185117.891000', '185117.894000', '185117.897000', '185117.899000', '185117.902000', '185117.904000', '185117.907000', '185117.909000', '185117.912000', '185117.914000', '185117.917000', '185117.920000', '185117.922000', '185117.925000', '185117.927000', '185117.930000', '185117.932000', '185117.935000', '185117.938000', '185117.940000', '185117.943000', '185117.945000', '185117.948000', '185117.950000', '185117.953000', '185117.955000', '185117.958000', '185117.961000', '185117.963000', '185117.966000', '185117.968000', '185117.971000', '185117.974000', '185117.976000', '185117.979000', '185117.981000', '185117.984000', '185117.987000', '185117.989000', '185137.870000', '185137.872000', '185137.875000', '185137.878000', '185137.880000', '185137.883000', '185137.885000', '185137.888000', '185137.890000', '185137.893000', '185137.896000', '185137.898000', '185137.901000', '185137.903000', '185137.906000', '185137.908000', '185137.911000', '185137.914000', '185137.916000', '185137.919000', '185137.921000', '185137.924000', '185137.926000', '185137.929000', '185137.932000', '185137.934000', '185137.937000', '185137.939000', '185137.942000', '185137.944000', '185137.947000', '185137.950000', '185137.952000', '185137.955000', '185137.957000', '185137.960000', '185137.963000', '185137.965000', '185137.968000', '185137.970000', '185137.973000', '185137.975000', '185137.978000', '185137.981000', '185141.417000', '185141.420000', '185141.423000', '185141.426000', '185141.428000', '185141.431000', '185141.434000', '185141.436000'], 'InstanceCreationTime': ['184517.903000', '184517.906000', '184517.909000', '184517.911000', '184517.914000', '184517.916000', '184517.919000', '184517.921000', '184517.924000', '184517.926000', '184517.932000', '184517.934000', '184517.937000', '184517.939000', '184517.942000', '184517.944000', '184517.947000', '184517.950000', '184517.952000', '184517.955000', '184517.957000', '184517.963000', '184517.966000', '184517.968000', '184517.971000', '184517.973000', '184517.976000', '184517.978000', '184517.981000', '184517.984000', '184517.986000', '184517.989000', '184517.991000', '184517.994000', '184517.996000', '184518.000000', '184518.002000', '184518.005000', '184537.870000', '184537.873000', '184537.876000', '184537.878000', '184537.881000', '184537.883000', '184537.886000', '184537.889000', '184537.891000', '184537.894000', '184537.896000', '184537.899000', '184537.901000', '184537.904000', '184537.906000', '184537.909000', '184537.911000', '184537.914000', '184537.917000', '184537.919000', '184537.922000', '184537.924000', '184537.927000', '184537.929000', '184537.932000', '184537.934000', '184537.937000', '184537.939000', '184537.942000', '184537.944000', '184537.947000', '184537.950000', '184537.952000', '184537.955000', '184537.957000', '184537.960000', '184537.962000', '184537.965000', '184537.968000', '184537.970000', '184537.973000', '184537.975000', '184537.978000', '184557.869000', '184557.872000', '184557.875000', '184557.877000', '184557.880000', '184557.882000', '184557.885000', '184557.892000', '184557.894000', '184557.897000', '184557.899000', '184557.902000', '184557.904000', '184557.907000', '184557.910000', '184557.912000', '184557.915000', '184557.917000', '184557.920000', '184557.922000', '184557.925000', '184557.927000', '184557.930000', '184557.932000', '184557.935000', '184557.938000', '184557.940000', '184557.943000', '184557.945000', '184557.948000', '184557.950000', '184557.953000', '184557.956000', '184557.958000', '184557.961000', '184557.963000', '184557.966000', '184557.968000', '184557.971000', '184557.973000', '184557.976000', '184557.978000', '184557.981000', '184557.984000', '184617.869000', '184617.872000', '184617.875000', '184617.877000', '184617.880000', '184617.882000', '184617.885000', '184617.887000', '184617.890000', '184617.892000', '184617.895000', '184617.898000', '184617.900000', '184617.903000', '184617.905000', '184617.908000', '184617.910000', '184617.913000', '184617.916000', '184617.918000', '184617.921000', '184617.923000', '184617.926000', '184617.928000', '184617.931000', '184617.933000', '184617.936000', '184617.938000', '184617.941000', '184617.944000', '184617.946000', '184617.949000', '184617.951000', '184617.954000', '184617.956000', '184617.959000', '184617.961000', '184617.964000', '184617.967000', '184617.969000', '184617.972000', '184617.974000', '184617.977000', '184637.870000', '184637.872000', '184637.875000', '184637.878000', '184637.880000', '184637.883000', '184637.885000', '184637.888000', '184637.890000', '184637.893000', '184637.896000', '184637.898000', '184637.901000', '184637.903000', '184637.906000', '184637.908000', '184637.911000', '184637.914000', '184637.916000', '184637.919000', '184637.922000', '184637.924000', '184637.927000', '184637.929000', '184637.932000', '184637.934000', '184637.937000', '184637.939000', '184637.942000', '184637.976000', '184637.978000', '184637.981000', '184637.983000', '184637.986000', '184637.989000', '184637.991000', '184637.994000', '184637.996000', '184637.999000', '184638.001000', '184638.004000', '184638.007000', '184638.009000', '184657.869000', '184657.872000', '184657.875000', '184657.877000', '184657.880000', '184657.882000', '184657.885000', '184657.887000', '184657.890000', '184657.893000', '184657.895000', '184657.898000', '184657.900000', '184657.903000', '184657.905000', '184657.908000', '184657.911000', '184657.913000', '184657.916000', '184657.919000', '184657.921000', '184657.924000', '184657.926000', '184657.929000', '184657.931000', '184657.934000', '184657.936000', '184657.939000', '184657.941000', '184657.944000', '184657.947000', '184657.949000', '184657.952000', '184657.954000', '184657.957000', '184657.960000', '184657.962000', '184657.965000', '184657.967000', '184657.970000', '184657.972000', '184657.975000', '184657.978000', '184657.980000', '184717.870000', '184717.873000', '184717.876000', '184717.878000', '184717.881000', '184717.883000', '184717.886000', '184717.889000', '184717.891000', '184717.894000', '184717.896000', '184717.899000', '184717.901000', '184717.904000', '184717.907000', '184717.909000', '184717.912000', '184717.914000', '184717.917000', '184717.919000', '184717.922000', '184717.924000', '184717.927000', '184717.929000', '184717.932000', '184717.935000', '184717.937000', '184717.940000', '184717.942000', '184717.945000', '184717.948000', '184717.950000', '184717.953000', '184717.955000', '184717.958000', '184717.960000', '184717.963000', '184717.966000', '184717.968000', '184717.971000', '184717.973000', '184717.976000', '184717.979000', '184737.870000', '184737.873000', '184737.876000', '184737.878000', '184737.881000', '184737.884000', '184737.886000', '184737.889000', '184737.891000', '184737.894000', '184737.896000', '184737.899000', '184737.902000', '184737.904000', '184737.907000', '184737.909000', '184737.912000', '184737.914000', '184737.917000', '184737.920000', '184737.922000', '184737.925000', '184737.927000', '184737.930000', '184737.932000', '184737.935000', '184737.937000', '184737.940000', '184737.943000', '184737.945000', '184737.948000', '184737.950000', '184737.953000', '184737.955000', '184737.958000', '184737.961000', '184737.963000', '184737.966000', '184737.968000', '184737.971000', '184737.973000', '184737.976000', '184737.978000', '184737.981000', '184757.870000', '184757.873000', '184757.876000', '184757.878000', '184757.881000', '184757.883000', '184757.886000', '184757.888000', '184757.891000', '184757.893000', '184757.896000', '184757.899000', '184757.902000', '184757.904000', '184757.907000', '184757.910000', '184757.912000', '184757.915000', '184757.917000', '184757.920000', '184757.922000', '184757.925000', '184757.927000', '184757.930000', '184757.933000', '184757.935000', '184757.938000', '184757.940000', '184757.943000', '184757.945000', '184757.948000', '184757.950000', '184757.953000', '184757.956000', '184757.958000', '184757.961000', '184757.964000', '184757.966000', '184757.969000', '184757.971000', '184757.974000', '184757.976000', '184757.979000', '184817.870000', '184817.872000', '184817.875000', '184817.878000', '184817.880000', '184817.883000', '184817.885000', '184817.888000', '184817.890000', '184817.893000', '184817.895000', '184817.898000', '184817.901000', '184817.903000', '184817.906000', '184817.908000', '184817.911000', '184817.914000', '184817.916000', '184817.919000', '184817.921000', '184817.924000', '184817.927000', '184817.929000', '184817.932000', '184817.945000', '184817.947000', '184817.950000', '184817.952000', '184817.955000', '184817.958000', '184817.960000', '184817.963000', '184817.965000', '184817.968000', '184817.970000', '184817.973000', '184817.976000', '184817.978000', '184817.981000', '184817.984000', '184817.986000', '184817.989000', '184817.991000', '184837.870000', '184837.872000', '184837.875000', '184837.878000', '184837.880000', '184837.883000', '184837.885000', '184837.888000', '184837.890000', '184837.893000', '184837.896000', '184837.898000', '184837.901000', '184837.904000', '184837.907000', '184837.909000', '184837.912000', '184837.915000', '184837.917000', '184837.920000', '184837.923000', '184837.925000', '184837.928000', '184837.930000', '184837.933000', '184837.936000', '184837.938000', '184837.941000', '184837.943000', '184837.946000', '184837.948000', '184837.951000', '184837.954000', '184837.956000', '184837.959000', '184837.961000', '184837.964000', '184837.966000', '184837.969000', '184837.972000', '184837.974000', '184837.977000', '184837.979000', '184857.869000', '184857.872000', '184857.875000', '184857.877000', '184857.880000', '184857.882000', '184857.885000', '184857.888000', '184857.890000', '184857.893000', '184857.895000', '184857.898000', '184857.900000', '184857.903000', '184857.905000', '184857.908000', '184857.911000', '184857.913000', '184857.916000', '184857.918000', '184857.921000', '184857.924000', '184857.926000', '184857.929000', '184857.931000', '184857.934000', '184857.936000', '184857.939000', '184857.941000', '184857.944000', '184857.947000', '184857.949000', '184857.952000', '184857.954000', '184857.957000', '184857.960000', '184857.962000', '184857.965000', '184857.970000', '184857.973000', '184857.975000', '184857.978000', '184857.980000', '184857.983000', '184917.870000', '184917.873000', '184917.875000', '184917.878000', '184917.880000', '184917.883000', '184917.885000', '184917.888000', '184917.891000', '184917.893000', '184917.896000', '184917.898000', '184917.901000', '184917.904000', '184917.906000', '184917.909000', '184917.911000', '184917.914000', '184917.917000', '184917.919000', '184917.922000', '184917.924000', '184917.927000', '184917.929000', '184917.932000', '184917.935000', '184917.937000', '184917.941000', '184917.944000', '184917.947000', '184917.949000', '184917.952000', '184917.954000', '184917.957000', '184917.959000', '184917.962000', '184917.965000', '184917.967000', '184917.970000', '184917.972000', '184917.975000', '184917.977000', '184917.980000', '184937.871000', '184937.874000', '184937.876000', '184937.879000', '184937.881000', '184937.884000', '184937.886000', '184937.889000', '184937.892000', '184937.894000', '184937.897000', '184937.899000', '184937.902000', '184937.905000', '184937.907000', '184937.910000', '184937.913000', '184937.915000', '184937.918000', '184937.920000', '184937.923000', '184937.925000', '184937.928000', '184937.930000', '184937.933000', '184937.936000', '184937.938000', '184937.941000', '184937.944000', '184937.946000', '184937.949000', '184937.951000', '184937.954000', '184937.957000', '184937.959000', '184937.962000', '184937.964000', '184937.967000', '184937.970000', '184937.972000', '184937.975000', '184937.977000', '184937.980000', '184937.982000', '184957.870000', '184957.873000', '184957.876000', '184957.878000', '184957.881000', '184957.884000', '184957.886000', '184957.889000', '184957.891000', '184957.894000', '184957.897000', '184957.899000', '184957.902000', '184957.904000', '184957.907000', '184957.909000', '184957.912000', '184957.915000', '184957.917000', '184957.920000', '184957.923000', '184957.925000', '184957.928000', '184957.930000', '184957.933000', '184957.937000', '184957.940000', '184957.942000', '184957.945000', '184957.948000', '184957.950000', '184957.953000', '184957.955000', '184957.958000', '184957.960000', '184957.963000', '184957.966000', '184957.968000', '184957.971000', '184957.973000', '184957.976000', '184957.979000', '184957.981000', '185017.870000', '185017.873000', '185017.876000', '185017.878000', '185017.881000', '185017.883000', '185017.886000', '185017.889000', '185017.891000', '185017.894000', '185017.896000', '185017.899000', '185017.902000', '185017.904000', '185017.907000', '185017.909000', '185017.912000', '185017.914000', '185017.917000', '185017.920000', '185017.922000', '185017.925000', '185017.928000', '185017.930000', '185017.933000', '185017.935000', '185017.938000', '185017.940000', '185017.943000', '185017.946000', '185017.948000', '185017.951000', '185017.953000', '185017.956000', '185017.959000', '185017.961000', '185017.964000', '185017.966000', '185017.969000', '185017.971000', '185017.974000', '185017.977000', '185017.979000', '185037.869000', '185037.872000', '185037.875000', '185037.877000', '185037.880000', '185037.883000', '185037.885000', '185037.888000', '185037.891000', '185037.893000', '185037.896000', '185037.898000', '185037.901000', '185037.903000', '185037.906000', '185037.908000', '185037.911000', '185037.914000', '185037.916000', '185037.919000', '185037.921000', '185037.924000', '185037.927000', '185037.929000', '185037.932000', '185037.934000', '185037.937000', '185037.940000', '185037.942000', '185037.945000', '185037.947000', '185037.950000', '185037.952000', '185037.955000', '185037.958000', '185037.960000', '185037.963000', '185037.966000', '185037.968000', '185037.971000', '185037.973000', '185037.976000', '185037.980000', '185037.983000', '185057.869000', '185057.872000', '185057.875000', '185057.877000', '185057.880000', '185057.883000', '185057.885000', '185057.888000', '185057.890000', '185057.893000', '185057.895000', '185057.898000', '185057.901000', '185057.903000', '185057.906000', '185057.908000', '185057.911000', '185057.913000', '185057.916000', '185057.919000', '185057.921000', '185057.924000', '185057.926000', '185057.929000', '185057.932000', '185057.934000', '185057.937000', '185057.939000', '185057.942000', '185057.945000', '185057.947000', '185057.950000', '185057.954000', '185057.957000', '185057.959000', '185057.962000', '185057.964000', '185057.967000', '185057.969000', '185057.972000', '185057.975000', '185057.977000', '185057.980000', '185057.982000', '185117.870000', '185117.872000', '185117.875000', '185117.889000', '185117.891000', '185117.894000', '185117.897000', '185117.899000', '185117.902000', '185117.904000', '185117.907000', '185117.909000', '185117.912000', '185117.914000', '185117.917000', '185117.920000', '185117.922000', '185117.925000', '185117.927000', '185117.930000', '185117.932000', '185117.935000', '185117.938000', '185117.940000', '185117.943000', '185117.945000', '185117.948000', '185117.950000', '185117.953000', '185117.955000', '185117.958000', '185117.961000', '185117.963000', '185117.966000', '185117.968000', '185117.971000', '185117.974000', '185117.976000', '185117.979000', '185117.981000', '185117.984000', '185117.987000', '185117.989000', '185137.870000', '185137.872000', '185137.875000', '185137.878000', '185137.880000', '185137.883000', '185137.885000', '185137.888000', '185137.890000', '185137.893000', '185137.896000', '185137.898000', '185137.901000', '185137.903000', '185137.906000', '185137.908000', '185137.911000', '185137.914000', '185137.916000', '185137.919000', '185137.921000', '185137.924000', '185137.926000', '185137.929000', '185137.932000', '185137.934000', '185137.937000', '185137.939000', '185137.942000', '185137.944000', '185137.947000', '185137.950000', '185137.952000', '185137.955000', '185137.957000', '185137.960000', '185137.963000', '185137.965000', '185137.968000', '185137.970000', '185137.973000', '185137.975000', '185137.978000', '185137.981000', '185141.417000', '185141.420000', '185141.423000', '185141.426000', '185141.428000', '185141.431000', '185141.434000', '185141.436000'], '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': [11934, 13747, 8905, 15507, 11004, 14594, 11933, 12634, 12004, 9166, 14604, 11188, 14723, 12011, 15660, 12165, 9388, 13203, 9408, 14359, 9525, 15233, 11946, 14680, 11164, 8926, 12861, 9430, 15082, 11661, 10555, 11950, 8821, 14712, 12039, 14662, 11431, 10215, 12084, 9163, 14173, 9528, 14702, 11048, 14465, 11638, 12591, 11253, 9119, 14022, 11110, 13779, 11693, 8913, 13692, 10991, 14752, 12136, 9408, 13726, 10310, 11725, 11450, 8561, 14133, 11389, 14949, 11241, 8713, 12253, 8861, 14101, 10108, 14613, 11752, 14193, 11828, 9679, 12687, 9973, 12510, 11800, 8779, 15088, 12083, 9989, 11839, 8978, 13397, 9306, 13925, 9412, 14448, 10048, 14362, 11138, 14316, 12091, 13880, 10656, 10409, 11350, 10653, 12166, 13623, 12210, 8847, 12816, 9245, 14063, 9443, 14598, 10803, 15252, 11277, 11178, 11667, 10105, 13735, 12939, 10325, 14557, 11363, 8880, 14457, 11312, 13210, 11201, 8997, 12380, 9148, 14268, 9749, 14824, 11690, 14734, 11073, 10475, 12232, 9387, 13957, 9545, 14240, 11265, 13726, 11105, 14840, 11513, 14731, 11386, 13526, 11389, 9721, 11640, 8719, 14297, 10851, 13875, 11216, 10932, 11482, 8885, 15053, 12007, 14044, 10683, 11932, 10777, 9691, 12778, 8813, 14203, 10122, 13958, 11027, 13957, 11499, 13803, 10289, 13778, 10172, 11929, 10760, 8705, 12643, 9021, 13404, 10939, 13939, 10253, 8548, 11894, 9094, 14611, 11652, 13040, 11218, 8495, 13229, 10316, 7993, 12978, 8829, 15009, 10807, 13860, 11155, 8593, 14055, 10311, 15510, 11964, 14905, 10946, 14768, 11308, 14926, 11654, 13396, 10580, 13588, 10655, 13695, 10523, 12958, 10585, 10206, 10848, 8521, 11995, 8725, 11882, 8524, 12843, 9050, 13516, 9169, 13675, 10147, 14072, 10758, 14486, 11075, 15210, 10730, 8941, 10096, 9276, 7989, 10451, 8819, 7843, 10747, 10666, 8655, 13715, 9012, 13981, 9462, 14269, 9806, 14249, 9645, 13935, 9936, 13998, 10148, 14103, 10793, 13478, 10203, 13377, 10417, 12219, 10454, 8524, 11246, 9954, 11625, 9059, 12007, 8709, 13993, 10816, 13520, 10192, 9469, 11261, 9493, 12955, 8680, 13059, 8972, 13176, 8771, 13040, 10466, 12381, 9920, 8076, 12890, 10195, 9324, 15684, 10399, 8330, 8947, 12312, 9167, 13619, 10794, 13349, 11732, 10809, 14263, 10268, 13102, 10789, 9311, 14901, 11096, 11743, 12010, 13361, 12380, 10232, 13037, 10337, 12917, 8482, 12765, 8188, 12543, 7935, 12729, 8367, 12983, 8149, 13189, 8567, 12932, 8808, 13286, 9367, 13298, 9588, 12862, 10075, 13368, 10247, 12855, 10162, 13296, 10163, 12926, 10049, 12981, 10117, 9314, 11050, 7724, 12885, 8796, 13686, 10016, 14037, 9912, 13387, 10238, 13669, 10154, 12187, 10008, 9033, 11223, 8497, 13105, 11304, 12968, 11203, 8501, 10242, 11912, 8442, 14318, 12268, 14490, 11545, 8848, 14331, 10628, 14299, 11026, 12494, 12122, 8599, 14663, 11150, 14882, 11065, 14126, 10677, 13825, 10246, 13604, 9921, 13451, 9695, 12591, 9013, 12142, 8538, 12444, 7645, 11708, 7522, 11284, 7340, 11870, 7756, 12289, 8095, 12221, 7927, 11736, 8065, 11777, 7940, 12030, 8093, 13066, 8486, 13008, 8481, 13303, 9624, 13427, 10457, 13396, 10302, 13621, 10702, 11756, 10283, 9534, 11239, 8742, 12738, 8922, 14270, 11672, 11664, 11525, 8519, 9372, 12357, 8790, 10071, 11894, 9257, 11646, 11108, 10238, 15451, 11543, 12048, 15653, 10261, 7859, 12185, 9629, 7659, 12301, 9887, 14851, 10070, 13921, 10001, 13663, 10170, 13387, 9979, 13106, 10258, 13599, 10003, 13326, 10041, 13430, 9894, 13314, 10476, 12437, 9551, 9619, 10139, 8606, 11511, 8621, 12334, 8584, 13039, 9171, 13362, 8313, 14041, 9647, 14186, 10009, 14771, 11161, 14427, 11122, 8273, 13658, 9929, 8209, 13384, 10370, 14108, 10982, 9419, 11725, 8643, 13070, 8828, 13638, 12453, 13017, 13229, 12755, 13188, 12594, 10376, 13080, 8961, 13327, 8265, 13033, 8633, 13759, 8787, 13736, 8857, 13796, 8679, 12970, 8019, 12508, 8353, 11630, 10048, 11265, 12100, 10641, 12940, 10777, 13813, 10289, 13351, 10460, 12885, 10425, 12886, 9961, 11906, 10634, 12331, 10506, 11219, 11470, 7684, 13328, 9804, 12500, 11104, 11880, 11331, 10157, 12175, 9814, 12793, 9461, 13512, 9140, 14214, 9603, 15591, 12148, 14132, 11226, 10036, 11786, 9008, 13266, 9493, 15093, 11713, 8894, 12921, 9500, 8057, 14166, 11448, 11276, 10867, 9172, 12654, 10933, 9138, 14938, 10870, 13087, 11794, 8245, 14419, 10457, 13196, 10659, 9178, 11250, 8649, 12205, 10148, 11983, 11890, 10384, 13583, 10237, 12453, 8802, 12604, 7943, 12065, 7725, 11325, 7896, 10793, 8064, 10563, 11726, 10114, 12075, 9388, 12677, 9466, 12325, 8960, 12440, 8598, 12429, 8276, 12662, 8083, 12322, 8270, 12018, 7926, 12421, 8824, 12107, 10044, 14336, 12302, 8122, 11095, 7922, 10523, 11554, 8241, 14327, 10361, 10351, 10804, 9809, 12619, 9693, 10739, 11559, 9651, 14178, 10643, 9032, 8661, 9590, 7971, 12201, 8900, 11615, 9095, 11440, 8686, 11104, 7976, 10750, 11337, 9659, 11000, 9584, 10700, 9181, 10745, 8097, 10480, 7258, 9789, 7174, 9702, 9719, 9247, 11885, 9412, 11220, 9397, 10900, 9252, 10927, 9029, 11170, 8797, 10560, 9060, 11591, 8764, 9572, 9526, 8088, 11412, 7598, 12579, 8813, 12903, 9395, 12577, 10300, 10519, 9399, 8053, 11643, 7933, 13400, 9733, 13095, 9530, 11905, 10748, 8211, 12034, 9294, 9317, 10486, 8111, 12399, 7979, 12738, 8110, 12598, 9393, 12789, 9796, 8395, 10917, 8733, 14017, 10723, 8512, 11903, 9088, 7659, 11505, 9407, 10739, 13222, 10196, 8350, 9528, 9579, 9931, 11578, 11818, 11964, 7535, 12965, 8310, 13474, 10021, 14015, 11082, 12537, 10083, 9716, 10725, 9890, 11381, 11585, 11549, 8439, 11210, 8624, 11730, 8668, 12450, 7580, 12662, 7840, 12606, 8172, 13168, 8902, 12601, 8948, 12771, 9609, 13294, 10114, 12409, 10004, 12891, 9492, 12396, 10062, 11433, 11455, 7468, 12979, 9789, 10747, 10153, 8188, 11337, 10455, 8526, 13652, 10659, 11829, 9952, 9126, 11293, 7960, 13544, 9344, 14567, 10968, 11448, 12272, 9609, 10479, 11712, 9004, 12046, 10466, 9050, 12073, 9106, 8403, 11360, 9511, 14440, 10720, 12765, 10317, 8750, 12604, 9144, 10167, 9603, 7891, 11926, 8541, 12858, 9211, 13069], 'WindowCenter': [4176.0, 4170.0, 4114.0, 4164.0, 4134.0, 4151.0, 4132.0, 4140.0, 4130.0, 4099.0, 4151.0, 4130.0, 4149.0, 4129.0, 4150.0, 4129.0, 4097.0, 4128.0, 4086.0, 4136.0, 4096.0, 4148.0, 4116.0, 4134.0, 4106.0, 4085.0, 4126.0, 4096.0, 4148.0, 4118.0, 4107.0, 4128.0, 4096.0, 4150.0, 4128.0, 4148.0, 4117.0, 4107.0, 4127.0, 4096.0, 4138.0, 4095.0, 4136.0, 4105.0, 4137.0, 4118.0, 4127.0, 4107.0, 4087.0, 4141.0, 4121.0, 4138.0, 4119.0, 4087.0, 4139.0, 4117.0, 4149.0, 4127.0, 4097.0, 4137.0, 4107.0, 4128.0, 4117.0, 4086.0, 4138.0, 4117.0, 4149.0, 4119.0, 4086.0, 4128.0, 4085.0, 4138.0, 4108.0, 4149.0, 4117.0, 4136.0, 4116.0, 4094.0, 4126.0, 4108.0, 4126.0, 4128.0, 4088.0, 4148.0, 4131.0, 4108.0, 4128.0, 4087.0, 4138.0, 4097.0, 4139.0, 4096.0, 4138.0, 4095.0, 4137.0, 4118.0, 4137.0, 4128.0, 4137.0, 4118.0, 4107.0, 4119.0, 4118.0, 4131.0, 4140.0, 4143.0, 4099.0, 4140.0, 4098.0, 4141.0, 4099.0, 4151.0, 4108.0, 4149.0, 4130.0, 4131.0, 4143.0, 4123.0, 4166.0, 4156.0, 4122.0, 4151.0, 4133.0, 4101.0, 4152.0, 4132.0, 4141.0, 4132.0, 4101.0, 4142.0, 4111.0, 4153.0, 4110.0, 4151.0, 4131.0, 4151.0, 4132.0, 4119.0, 4141.0, 4111.0, 4153.0, 4110.0, 4162.0, 4133.0, 4151.0, 4134.0, 4162.0, 4133.0, 4166.0, 4131.0, 4141.0, 4132.0, 4111.0, 4130.0, 4087.0, 4150.0, 4119.0, 4139.0, 4131.0, 4119.0, 4119.0, 4088.0, 4149.0, 4129.0, 4139.0, 4119.0, 4117.0, 4119.0, 4098.0, 4139.0, 4098.0, 4139.0, 4108.0, 4138.0, 4118.0, 4137.0, 4131.0, 4139.0, 4111.0, 4138.0, 4110.0, 4129.0, 4120.0, 4088.0, 4140.0, 4099.0, 4139.0, 4131.0, 4151.0, 4124.0, 4101.0, 4132.0, 4100.0, 4151.0, 4132.0, 4153.0, 4122.0, 4102.0, 4141.0, 4134.0, 4091.0, 4154.0, 4113.0, 4164.0, 4134.0, 4152.0, 4133.0, 4101.0, 4155.0, 4121.0, 4152.0, 4131.0, 4149.0, 4108.0, 4137.0, 4105.0, 4125.0, 4103.0, 4113.0, 4093.0, 4111.0, 4092.0, 4112.0, 4093.0, 4110.0, 4093.0, 4091.0, 4105.0, 4071.0, 4115.0, 4074.0, 4116.0, 4085.0, 4129.0, 4087.0, 4140.0, 4097.0, 4140.0, 4109.0, 4141.0, 4123.0, 4169.0, 4134.0, 4153.0, 4123.0, 4089.0, 4112.0, 4101.0, 4106.0, 4137.0, 4126.0, 4105.0, 4147.0, 4136.0, 4115.0, 4166.0, 4112.0, 4153.0, 4112.0, 4152.0, 4099.0, 4142.0, 4098.0, 4129.0, 4097.0, 4127.0, 4095.0, 4126.0, 4106.0, 4124.0, 4096.0, 4127.0, 4108.0, 4128.0, 4109.0, 4087.0, 4120.0, 4123.0, 4143.0, 4099.0, 4132.0, 4100.0, 4154.0, 4132.0, 4141.0, 4121.0, 4109.0, 4130.0, 4100.0, 4143.0, 4090.0, 4141.0, 4099.0, 4141.0, 4089.0, 4142.0, 4109.0, 4130.0, 4111.0, 4106.0, 4157.0, 4124.0, 4103.0, 4167.0, 4110.0, 4092.0, 4101.0, 4132.0, 4102.0, 4140.0, 4134.0, 4140.0, 4121.0, 4106.0, 4126.0, 4094.0, 4113.0, 4093.0, 4083.0, 4135.0, 4106.0, 4104.0, 4103.0, 4114.0, 4104.0, 4080.0, 4101.0, 4067.0, 4088.0, 4046.0, 4089.0, 4047.0, 4087.0, 4033.0, 4086.0, 4044.0, 4097.0, 4034.0, 4098.0, 4045.0, 4098.0, 4070.0, 4112.0, 4069.0, 4113.0, 4082.0, 4124.0, 4095.0, 4126.0, 4107.0, 4127.0, 4107.0, 4127.0, 4108.0, 4127.0, 4108.0, 4139.0, 4121.0, 4098.0, 4120.0, 4078.0, 4141.0, 4100.0, 4152.0, 4111.0, 4154.0, 4112.0, 4141.0, 4121.0, 4141.0, 4121.0, 4131.0, 4110.0, 4099.0, 4132.0, 4114.0, 4156.0, 4133.0, 4155.0, 4135.0, 4102.0, 4110.0, 4131.0, 4103.0, 4153.0, 4143.0, 4165.0, 4135.0, 4115.0, 4167.0, 4137.0, 4155.0, 4124.0, 4142.0, 4133.0, 4101.0, 4151.0, 4119.0, 4140.0, 4119.0, 4138.0, 4107.0, 4126.0, 4094.0, 4113.0, 4081.0, 4111.0, 4071.0, 4101.0, 4059.0, 4102.0, 4059.0, 4101.0, 4048.0, 4100.0, 4049.0, 4091.0, 4052.0, 4105.0, 4062.0, 4115.0, 4063.0, 4115.0, 4074.0, 4116.0, 4075.0, 4118.0, 4076.0, 4128.0, 4076.0, 4140.0, 4101.0, 4143.0, 4099.0, 4141.0, 4111.0, 4142.0, 4122.0, 4141.0, 4121.0, 4153.0, 4122.0, 4131.0, 4122.0, 4110.0, 4132.0, 4101.0, 4143.0, 4115.0, 4154.0, 4148.0, 4146.0, 4134.0, 4115.0, 4116.0, 4143.0, 4114.0, 4137.0, 4147.0, 4142.0, 4150.0, 4162.0, 4126.0, 4166.0, 4147.0, 4131.0, 4152.0, 4108.0, 4076.0, 4116.0, 4097.0, 4066.0, 4128.0, 4097.0, 4138.0, 4097.0, 4126.0, 4083.0, 4113.0, 4083.0, 4113.0, 4082.0, 4111.0, 4092.0, 4113.0, 4083.0, 4112.0, 4082.0, 4112.0, 4093.0, 4125.0, 4093.0, 4113.0, 4096.0, 4094.0, 4106.0, 4085.0, 4130.0, 4088.0, 4140.0, 4088.0, 4141.0, 4110.0, 4142.0, 4090.0, 4152.0, 4110.0, 4152.0, 4123.0, 4152.0, 4135.0, 4154.0, 4122.0, 4092.0, 4142.0, 4112.0, 4090.0, 4155.0, 4123.0, 4154.0, 4137.0, 4117.0, 4145.0, 4091.0, 4144.0, 4115.0, 4155.0, 4142.0, 4141.0, 4130.0, 4118.0, 4113.0, 4102.0, 4082.0, 4114.0, 4069.0, 4113.0, 4062.0, 4111.0, 4060.0, 4113.0, 4059.0, 4112.0, 4061.0, 4111.0, 4060.0, 4112.0, 4049.0, 4101.0, 4060.0, 4101.0, 4081.0, 4091.0, 4100.0, 4092.0, 4111.0, 4104.0, 4123.0, 4094.0, 4125.0, 4106.0, 4127.0, 4107.0, 4126.0, 4107.0, 4117.0, 4120.0, 4141.0, 4134.0, 4133.0, 4131.0, 4090.0, 4153.0, 4123.0, 4154.0, 4146.0, 4144.0, 4146.0, 4124.0, 4145.0, 4123.0, 4154.0, 4112.0, 4154.0, 4100.0, 4152.0, 4110.0, 4163.0, 4130.0, 4140.0, 4120.0, 4110.0, 4130.0, 4100.0, 4155.0, 4111.0, 4150.0, 4119.0, 4104.0, 4132.0, 4114.0, 4093.0, 4152.0, 4134.0, 4122.0, 4122.0, 4102.0, 4143.0, 4109.0, 4098.0, 4139.0, 4108.0, 4128.0, 4105.0, 4062.0, 4123.0, 4091.0, 4112.0, 4093.0, 4081.0, 4104.0, 4073.0, 4115.0, 4083.0, 4103.0, 4091.0, 4079.0, 4099.0, 4067.0, 4088.0, 4057.0, 4088.0, 4035.0, 4089.0, 4036.0, 4079.0, 4047.0, 4078.0, 4047.0, 4091.0, 4114.0, 4092.0, 4102.0, 4082.0, 4124.0, 4095.0, 4125.0, 4085.0, 4127.0, 4086.0, 4128.0, 4087.0, 4139.0, 4088.0, 4140.0, 4090.0, 4142.0, 4089.0, 4141.0, 4102.0, 4156.0, 4113.0, 4168.0, 4149.0, 4095.0, 4136.0, 4093.0, 4125.0, 4160.0, 4119.0, 4170.0, 4128.0, 4115.0, 4112.0, 4104.0, 4122.0, 4088.0, 4108.0, 4107.0, 4072.0, 4125.0, 4094.0, 4075.0, 4076.0, 4101.0, 4080.0, 4131.0, 4091.0, 4110.0, 4076.0, 4096.0, 4061.0, 4083.0, 4039.0, 4083.0, 4080.0, 4057.0, 4068.0, 4058.0, 4066.0, 4058.0, 4079.0, 4047.0, 4079.0, 4037.0, 4068.0, 4039.0, 4069.0, 4069.0, 4071.0, 4101.0, 4083.0, 4092.0, 4083.0, 4104.0, 4086.0, 4105.0, 4098.0, 4130.0, 4087.0, 4107.0, 4099.0, 4130.0, 4101.0, 4112.0, 4111.0, 4092.0, 4133.0, 4093.0, 4143.0, 4102.0, 4157.0, 4114.0, 4143.0, 4123.0, 4121.0, 4111.0, 4092.0, 4132.0, 4092.0, 4154.0, 4113.0, 4155.0, 4125.0, 4145.0, 4136.0, 4116.0, 4158.0, 4127.0, 4124.0, 4147.0, 4104.0, 4155.0, 4092.0, 4145.0, 4092.0, 4144.0, 4114.0, 4145.0, 4124.0, 4103.0, 4123.0, 4118.0, 4156.0, 4123.0, 4102.0, 4143.0, 4114.0, 4094.0, 4144.0, 4127.0, 4136.0, 4143.0, 4110.0, 4090.0, 4112.0, 4112.0, 4110.0, 4132.0, 4131.0, 4133.0, 4078.0, 4131.0, 4087.0, 4139.0, 4109.0, 4139.0, 4121.0, 4130.0, 4109.0, 4097.0, 4109.0, 4097.0, 4119.0, 4118.0, 4119.0, 4075.0, 4106.0, 4073.0, 4105.0, 4074.0, 4117.0, 4062.0, 4114.0, 4062.0, 4115.0, 4063.0, 4126.0, 4075.0, 4116.0, 4084.0, 4114.0, 4095.0, 4126.0, 4108.0, 4116.0, 4107.0, 4127.0, 4098.0, 4129.0, 4109.0, 4119.0, 4130.0, 4068.0, 4141.0, 4110.0, 4118.0, 4121.0, 4102.0, 4133.0, 4123.0, 4103.0, 4154.0, 4123.0, 4131.0, 4110.0, 4098.0, 4120.0, 4079.0, 4131.0, 4087.0, 4130.0, 4109.0, 4106.0, 4105.0, 4085.0, 4095.0, 4105.0, 4076.0, 4116.0, 4096.0, 4086.0, 4118.0, 4088.0, 4077.0, 4119.0, 4100.0, 4141.0, 4109.0, 4117.0, 4096.0, 4062.0, 4103.0, 4085.0, 4081.0, 4072.0, 4061.0, 4103.0, 4062.0, 4115.0, 4074.0, 4113.0], 'WindowWidth': [9274.0, 9254.0, 9166.0, 9232.0, 9190.0, 9208.0, 9182.0, 9191.0, 9177.0, 9133.0, 9206.0, 9175.0, 9202.0, 9175.0, 9204.0, 9172.0, 9126.0, 9170.0, 9108.0, 9178.0, 9125.0, 9196.0, 9149.0, 9173.0, 9136.0, 9108.0, 9164.0, 9125.0, 9196.0, 9155.0, 9140.0, 9169.0, 9125.0, 9203.0, 9172.0, 9197.0, 9154.0, 9140.0, 9166.0, 9123.0, 9182.0, 9120.0, 9178.0, 9134.0, 9178.0, 9154.0, 9164.0, 9137.0, 9109.0, 9189.0, 9162.0, 9181.0, 9155.0, 9111.0, 9184.0, 9153.0, 9199.0, 9167.0, 9125.0, 9179.0, 9140.0, 9168.0, 9154.0, 9113.0, 9183.0, 9155.0, 9200.0, 9157.0, 9111.0, 9170.0, 9109.0, 9183.0, 9141.0, 9198.0, 9154.0, 9176.0, 9147.0, 9114.0, 9165.0, 9141.0, 9165.0, 9169.0, 9115.0, 9199.0, 9177.0, 9144.0, 9168.0, 9112.0, 9182.0, 9128.0, 9187.0, 9122.0, 9182.0, 9122.0, 9180.0, 9154.0, 9179.0, 9169.0, 9181.0, 9155.0, 9140.0, 9158.0, 9157.0, 9176.0, 9188.0, 9198.0, 9133.0, 9188.0, 9128.0, 9189.0, 9130.0, 9202.0, 9140.0, 9198.0, 9175.0, 9180.0, 9201.0, 9172.0, 9233.0, 9218.0, 9167.0, 9208.0, 9183.0, 9139.0, 9208.0, 9180.0, 9193.0, 9180.0, 9139.0, 9195.0, 9150.0, 9210.0, 9148.0, 9207.0, 9177.0, 9205.0, 9180.0, 9162.0, 9194.0, 9152.0, 9211.0, 9150.0, 9223.0, 9183.0, 9208.0, 9187.0, 9224.0, 9184.0, 9233.0, 9179.0, 9192.0, 9179.0, 9151.0, 9175.0, 9115.0, 9204.0, 9159.0, 9187.0, 9176.0, 9159.0, 9158.0, 9114.0, 9201.0, 9173.0, 9186.0, 9159.0, 9153.0, 9157.0, 9129.0, 9187.0, 9127.0, 9185.0, 9142.0, 9182.0, 9155.0, 9180.0, 9177.0, 9186.0, 9149.0, 9183.0, 9146.0, 9171.0, 9160.0, 9115.0, 9187.0, 9133.0, 9187.0, 9178.0, 9205.0, 9170.0, 9136.0, 9178.0, 9136.0, 9206.0, 9181.0, 9212.0, 9167.0, 9141.0, 9193.0, 9188.0, 9128.0, 9215.0, 9159.0, 9229.0, 9185.0, 9207.0, 9182.0, 9139.0, 9216.0, 9165.0, 9208.0, 9175.0, 9198.0, 9142.0, 9179.0, 9131.0, 9159.0, 9124.0, 9137.0, 9109.0, 9133.0, 9108.0, 9134.0, 9110.0, 9131.0, 9111.0, 9107.0, 9130.0, 9082.0, 9145.0, 9088.0, 9147.0, 9106.0, 9169.0, 9111.0, 9185.0, 9126.0, 9185.0, 9145.0, 9188.0, 9168.0, 9238.0, 9183.0, 9208.0, 9165.0, 9112.0, 9148.0, 9134.0, 9151.0, 9197.0, 9181.0, 9152.0, 9207.0, 9194.0, 9163.0, 9232.0, 9154.0, 9210.0, 9150.0, 9206.0, 9129.0, 9191.0, 9126.0, 9170.0, 9121.0, 9160.0, 9117.0, 9159.0, 9130.0, 9154.0, 9121.0, 9164.0, 9139.0, 9166.0, 9142.0, 9113.0, 9161.0, 9171.0, 9198.0, 9133.0, 9178.0, 9136.0, 9213.0, 9180.0, 9190.0, 9164.0, 9145.0, 9175.0, 9134.0, 9195.0, 9119.0, 9188.0, 9131.0, 9189.0, 9116.0, 9189.0, 9138.0, 9169.0, 9149.0, 9151.0, 9221.0, 9169.0, 9137.0, 9235.0, 9145.0, 9122.0, 9131.0, 9174.0, 9136.0, 9187.0, 9185.0, 9185.0, 9159.0, 9130.0, 9158.0, 9116.0, 9139.0, 9111.0, 9099.0, 9172.0, 9133.0, 9127.0, 9125.0, 9138.0, 9125.0, 9086.0, 9114.0, 9065.0, 9095.0, 9033.0, 9094.0, 9038.0, 9089.0, 9014.0, 9087.0, 9033.0, 9104.0, 9018.0, 9109.0, 9034.0, 9110.0, 9074.0, 9133.0, 9075.0, 9136.0, 9097.0, 9155.0, 9118.0, 9160.0, 9136.0, 9162.0, 9137.0, 9163.0, 9139.0, 9164.0, 9141.0, 9182.0, 9162.0, 9129.0, 9158.0, 9102.0, 9189.0, 9135.0, 9205.0, 9150.0, 9211.0, 9152.0, 9190.0, 9163.0, 9188.0, 9163.0, 9175.0, 9146.0, 9131.0, 9180.0, 9162.0, 9217.0, 9180.0, 9215.0, 9188.0, 9139.0, 9145.0, 9175.0, 9140.0, 9206.0, 9194.0, 9227.0, 9186.0, 9159.0, 9235.0, 9194.0, 9215.0, 9170.0, 9193.0, 9180.0, 9137.0, 9203.0, 9156.0, 9186.0, 9156.0, 9182.0, 9136.0, 9159.0, 9113.0, 9137.0, 9092.0, 9132.0, 9078.0, 9117.0, 9060.0, 9119.0, 9058.0, 9116.0, 9044.0, 9116.0, 9049.0, 9105.0, 9054.0, 9128.0, 9070.0, 9144.0, 9073.0, 9146.0, 9089.0, 9148.0, 9093.0, 9153.0, 9094.0, 9167.0, 9096.0, 9188.0, 9140.0, 9193.0, 9131.0, 9191.0, 9153.0, 9193.0, 9166.0, 9190.0, 9165.0, 9208.0, 9168.0, 9179.0, 9168.0, 9149.0, 9180.0, 9137.0, 9196.0, 9160.0, 9212.0, 9211.0, 9206.0, 9186.0, 9161.0, 9162.0, 9194.0, 9159.0, 9196.0, 9207.0, 9210.0, 9215.0, 9235.0, 9177.0, 9232.0, 9208.0, 9172.0, 9205.0, 9141.0, 9095.0, 9148.0, 9123.0, 9082.0, 9166.0, 9123.0, 9182.0, 9123.0, 9161.0, 9099.0, 9138.0, 9097.0, 9136.0, 9095.0, 9132.0, 9109.0, 9137.0, 9098.0, 9135.0, 9094.0, 9135.0, 9113.0, 9160.0, 9113.0, 9139.0, 9122.0, 9117.0, 9136.0, 9108.0, 9171.0, 9114.0, 9187.0, 9116.0, 9192.0, 9148.0, 9192.0, 9121.0, 9205.0, 9149.0, 9208.0, 9171.0, 9208.0, 9190.0, 9210.0, 9165.0, 9123.0, 9190.0, 9149.0, 9118.0, 9212.0, 9168.0, 9211.0, 9192.0, 9166.0, 9199.0, 9122.0, 9197.0, 9161.0, 9215.0, 9194.0, 9190.0, 9170.0, 9151.0, 9139.0, 9122.0, 9093.0, 9140.0, 9074.0, 9137.0, 9068.0, 9131.0, 9062.0, 9138.0, 9059.0, 9135.0, 9064.0, 9133.0, 9062.0, 9134.0, 9047.0, 9118.0, 9064.0, 9119.0, 9093.0, 9105.0, 9119.0, 9109.0, 9134.0, 9127.0, 9153.0, 9115.0, 9158.0, 9136.0, 9162.0, 9137.0, 9163.0, 9138.0, 9151.0, 9159.0, 9190.0, 9187.0, 9183.0, 9177.0, 9122.0, 9209.0, 9171.0, 9214.0, 9204.0, 9200.0, 9207.0, 9175.0, 9202.0, 9170.0, 9212.0, 9153.0, 9212.0, 9134.0, 9205.0, 9146.0, 9222.0, 9174.0, 9186.0, 9160.0, 9146.0, 9172.0, 9134.0, 9218.0, 9150.0, 9201.0, 9155.0, 9143.0, 9176.0, 9153.0, 9124.0, 9202.0, 9181.0, 9161.0, 9162.0, 9137.0, 9193.0, 9141.0, 9127.0, 9183.0, 9139.0, 9167.0, 9130.0, 9069.0, 9152.0, 9106.0, 9135.0, 9109.0, 9094.0, 9128.0, 9085.0, 9145.0, 9098.0, 9123.0, 9106.0, 9086.0, 9111.0, 9067.0, 9094.0, 9050.0, 9094.0, 9022.0, 9096.0, 9025.0, 9083.0, 9040.0, 9082.0, 9041.0, 9105.0, 9142.0, 9110.0, 9123.0, 9098.0, 9155.0, 9118.0, 9159.0, 9108.0, 9165.0, 9111.0, 9169.0, 9114.0, 9185.0, 9115.0, 9188.0, 9122.0, 9192.0, 9119.0, 9191.0, 9140.0, 9218.0, 9153.0, 9236.0, 9210.0, 9133.0, 9186.0, 9125.0, 9171.0, 9230.0, 9173.0, 9239.0, 9176.0, 9154.0, 9145.0, 9135.0, 9157.0, 9109.0, 9133.0, 9131.0, 9075.0, 9153.0, 9110.0, 9086.0, 9093.0, 9131.0, 9106.0, 9175.0, 9120.0, 9144.0, 9092.0, 9118.0, 9062.0, 9093.0, 9029.0, 9092.0, 9083.0, 9051.0, 9066.0, 9051.0, 9061.0, 9052.0, 9080.0, 9037.0, 9083.0, 9023.0, 9068.0, 9030.0, 9072.0, 9071.0, 9078.0, 9118.0, 9097.0, 9107.0, 9097.0, 9126.0, 9104.0, 9130.0, 9128.0, 9175.0, 9113.0, 9137.0, 9130.0, 9173.0, 9138.0, 9153.0, 9151.0, 9124.0, 9182.0, 9129.0, 9194.0, 9141.0, 9223.0, 9161.0, 9196.0, 9167.0, 9161.0, 9149.0, 9124.0, 9179.0, 9125.0, 9211.0, 9155.0, 9216.0, 9177.0, 9204.0, 9191.0, 9165.0, 9229.0, 9185.0, 9175.0, 9209.0, 9146.0, 9216.0, 9127.0, 9202.0, 9128.0, 9199.0, 9157.0, 9200.0, 9169.0, 9143.0, 9168.0, 9170.0, 9217.0, 9168.0, 9138.0, 9197.0, 9157.0, 9131.0, 9200.0, 9181.0, 9191.0, 9196.0, 9144.0, 9119.0, 9154.0, 9153.0, 9146.0, 9177.0, 9175.0, 9181.0, 9100.0, 9174.0, 9111.0, 9184.0, 9144.0, 9182.0, 9162.0, 9173.0, 9144.0, 9125.0, 9142.0, 9125.0, 9155.0, 9155.0, 9155.0, 9090.0, 9132.0, 9085.0, 9129.0, 9089.0, 9146.0, 9069.0, 9140.0, 9069.0, 9142.0, 9072.0, 9161.0, 9090.0, 9144.0, 9102.0, 9142.0, 9118.0, 9162.0, 9142.0, 9147.0, 9138.0, 9163.0, 9128.0, 9168.0, 9142.0, 9159.0, 9172.0, 9088.0, 9189.0, 9147.0, 9154.0, 9163.0, 9139.0, 9183.0, 9169.0, 9144.0, 9212.0, 9168.0, 9177.0, 9147.0, 9127.0, 9160.0, 9103.0, 9174.0, 9106.0, 9168.0, 9140.0, 9128.0, 9126.0, 9100.0, 9114.0, 9126.0, 9089.0, 9143.0, 9115.0, 9104.0, 9149.0, 9108.0, 9094.0, 9153.0, 9130.0, 9190.0, 9141.0, 9149.0, 9117.0, 9066.0, 9122.0, 9100.0, 9089.0, 9080.0, 9064.0, 9124.0, 9067.0, 9141.0, 9086.0, 9137.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.0008871346375143844</td></tr>
<tr><td colspan=3>aqi</td><td>0.027597427502876873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.96308141713133</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.239941454216591</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9933505045161286</td></tr>
<tr><td colspan=3>efc</td><td>0.4903</td></tr>
<tr><td colspan=3>fber</td><td>4822.8755</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10157098478562171</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.090909090909092</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4355590027477647</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4143035788021536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.611614210461538</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.280759218979602</td></tr>
<tr><td colspan=3>gcor</td><td>0.0228054</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008324842900037766</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02797689475119114</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.9649254726067986</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>18.6868</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9404</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.2582</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>295502.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>786.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.5441</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5452</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.4583</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3282.3776</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.5847</td></tr>
<tr><td colspan=3>tsnr</td><td>34.89916321146302</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>