ds005256-mriqc/sub-0019_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 90ea8304f4 [DATALAD RUNCMD] Compute MRIQC for sub-0019
=== 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-0019 --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-0019",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:20 +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-0019_ses-03_task-social_acq-mb8_run-01_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-0019_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-01_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-0019/ses-03/func/sub-0019_ses-03_task-social_acq-mb8_run-01_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>10050dcb0fe26c8fe91bf4f4f22ef84e</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>16:08:39.840000</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_VE11C_LATEST_20160120</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.998158, -0.0596116, 0.0112817, 0.0600009, 0.997472, -0.0380675]</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-01_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.0767966</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7772, -7263, 629, 1, -300, 87, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33348bda-700f-4535-83e1-aba97990fb7c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779847145080566, 0.16097794473171234, 0.024256691336631775, 107.85304260253906], [0.15993346273899078, 2.67614483833313, -0.10442066937685013, -98.74768829345703], [0.030268091708421707, 0.1021324023604393, 2.697870969772339, -78.91615295410156], [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': ['160839.840000', '160840.300000', '160840.760000', '160841.220000', '160841.680000', '160842.140000', '160842.600000', '160843.060000', '160843.520000', '160843.980000', '160844.440000', '160844.900000', '160845.360000', '160845.820000', '160846.280000', '160846.740000', '160847.200000', '160847.660000', '160848.120000', '160848.580000', '160849.040000', '160849.500000', '160849.960000', '160850.420000', '160850.880000', '160851.340000', '160851.800000', '160852.260000', '160852.720000', '160853.180000', '160853.640000', '160854.100000', '160854.560000', '160855.020000', '160855.480000', '160855.940000', '160856.400000', '160856.860000', '160857.320000', '160857.780000', '160858.240000', '160858.700000', '160859.160000', '160859.620000', '160900.080000', '160900.540000', '160901.000000', '160901.460000', '160901.920000', '160902.380000', '160902.840000', '160903.300000', '160903.760000', '160904.220000', '160904.680000', '160905.140000', '160905.600000', '160906.060000', '160906.520000', '160906.980000', '160907.440000', '160907.900000', '160908.360000', '160908.820000', '160909.280000', '160909.740000', '160910.200000', '160910.660000', '160911.120000', '160911.580000', '160912.040000', '160912.500000', '160912.960000', '160913.420000', '160913.880000', '160914.340000', '160914.800000', '160915.260000', '160915.720000', '160916.180000', '160916.640000', '160917.100000', '160917.560000', '160918.020000', '160918.480000', '160918.940000', '160919.400000', '160919.860000', '160920.320000', '160920.780000', '160921.240000', '160921.700000', '160922.160000', '160922.620000', '160923.080000', '160923.540000', '160924.000000', '160924.460000', '160924.920000', '160925.380000', '160925.840000', '160926.300000', '160926.760000', '160927.220000', '160927.680000', '160928.140000', '160928.600000', '160929.060000', '160929.520000', '160929.980000', '160930.440000', '160930.900000', '160931.360000', '160931.820000', '160932.280000', '160932.740000', '160933.200000', '160933.660000', '160934.120000', '160934.580000', '160935.040000', '160935.500000', '160935.960000', '160936.420000', '160936.880000', '160937.340000', '160937.800000', '160938.260000', '160938.720000', '160939.180000', '160939.640000', '160940.100000', '160940.560000', '160941.020000', '160941.480000', '160941.940000', '160942.400000', '160942.860000', '160943.320000', '160943.780000', '160944.240000', '160944.700000', '160945.160000', '160945.620000', '160946.080000', '160946.540000', '160947.000000', '160947.460000', '160947.920000', '160948.380000', '160948.840000', '160949.300000', '160949.760000', '160950.220000', '160950.680000', '160951.140000', '160951.600000', '160952.060000', '160952.520000', '160952.980000', '160953.440000', '160953.900000', '160954.360000', '160954.820000', '160955.280000', '160955.740000', '160956.200000', '160956.660000', '160957.120000', '160957.580000', '160958.040000', '160958.500000', '160958.960000', '160959.420000', '160959.880000', '161000.340000', '161000.800000', '161001.260000', '161001.720000', '161002.180000', '161002.640000', '161003.100000', '161003.560000', '161004.020000', '161004.480000', '161004.940000', '161005.400000', '161005.860000', '161006.320000', '161006.780000', '161007.240000', '161007.700000', '161008.160000', '161008.620000', '161009.080000', '161009.540000', '161010.000000', '161010.460000', '161010.920000', '161011.380000', '161011.840000', '161012.300000', '161012.760000', '161013.220000', '161013.680000', '161014.140000', '161014.600000', '161015.060000', '161015.520000', '161015.980000', '161016.440000', '161016.900000', '161017.360000', '161017.820000', '161018.280000', '161018.740000', '161019.200000', '161019.660000', '161020.120000', '161020.580000', '161021.040000', '161021.500000', '161021.960000', '161022.420000', '161022.880000', '161023.340000', '161023.800000', '161024.260000', '161024.720000', '161025.180000', '161025.640000', '161026.100000', '161026.560000', '161027.020000', '161027.480000', '161027.940000', '161028.400000', '161028.860000', '161029.320000', '161029.780000', '161030.240000', '161030.700000', '161031.160000', '161031.620000', '161032.080000', '161032.540000', '161033.000000', '161033.460000', '161033.920000', '161034.380000', '161034.840000', '161035.300000', '161035.760000', '161036.220000', '161036.680000', '161037.140000', '161037.600000', '161038.060000', '161038.520000', '161038.980000', '161039.440000', '161039.900000', '161040.360000', '161040.820000', '161041.280000', '161041.740000', '161042.200000', '161042.660000', '161043.120000', '161043.580000', '161044.040000', '161044.500000', '161044.960000', '161045.420000', '161045.880000', '161046.340000', '161046.800000', '161047.260000', '161047.720000', '161048.180000', '161048.640000', '161049.100000', '161049.560000', '161050.020000', '161050.480000', '161050.940000', '161051.400000', '161051.860000', '161052.320000', '161052.780000', '161053.240000', '161053.700000', '161054.160000', '161054.620000', '161055.080000', '161055.540000', '161056.000000', '161056.460000', '161056.920000', '161057.380000', '161057.840000', '161058.300000', '161058.760000', '161059.220000', '161059.680000', '161100.140000', '161100.600000', '161101.060000', '161101.520000', '161101.980000', '161102.440000', '161102.900000', '161103.360000', '161103.820000', '161104.280000', '161104.740000', '161105.200000', '161105.660000', '161106.120000', '161106.580000', '161107.040000', '161107.500000', '161107.960000', '161108.420000', '161108.880000', '161109.340000', '161109.800000', '161110.260000', '161110.720000', '161111.180000', '161111.640000', '161112.100000', '161112.560000', '161113.020000', '161113.480000', '161113.940000', '161114.400000', '161114.860000', '161115.320000', '161115.780000', '161116.240000', '161116.700000', '161117.160000', '161117.620000', '161118.080000', '161118.540000', '161119.000000', '161119.460000', '161119.920000', '161120.380000', '161120.840000', '161121.300000', '161121.760000', '161122.220000', '161122.680000', '161123.140000', '161123.600000', '161124.060000', '161124.520000', '161124.980000', '161125.440000', '161125.900000', '161126.360000', '161126.820000', '161127.280000', '161127.740000', '161128.200000', '161128.660000', '161129.120000', '161129.580000', '161130.040000', '161130.500000', '161130.960000', '161131.420000', '161131.880000', '161132.340000', '161132.800000', '161133.260000', '161133.720000', '161134.180000', '161134.640000', '161135.100000', '161135.560000', '161136.020000', '161136.480000', '161136.940000', '161137.400000', '161137.860000', '161138.320000', '161138.780000', '161139.240000', '161139.700000', '161140.160000', '161140.620000', '161141.080000', '161141.540000', '161142.000000', '161142.460000', '161142.920000', '161143.380000', '161143.840000', '161144.300000', '161144.760000', '161145.220000', '161145.680000', '161146.140000', '161146.600000', '161147.060000', '161147.520000', '161147.980000', '161148.440000', '161148.900000', '161149.360000', '161149.820000', '161150.280000', '161150.740000', '161151.200000', '161151.660000', '161152.120000', '161152.580000', '161153.040000', '161153.500000', '161153.960000', '161154.420000', '161154.880000', '161155.340000', '161155.800000', '161156.260000', '161156.720000', '161157.180000', '161157.640000', '161158.100000', '161158.560000', '161159.020000', '161159.480000', '161159.940000', '161200.400000', '161200.860000', '161201.320000', '161201.780000', '161202.240000', '161202.700000', '161203.160000', '161203.620000', '161204.080000', '161204.540000', '161205.000000', '161205.460000', '161205.920000', '161206.380000', '161206.840000', '161207.300000', '161207.760000', '161208.220000', '161208.680000', '161209.140000', '161209.600000', '161210.060000', '161210.520000', '161210.980000', '161211.440000', '161211.900000', '161212.360000', '161212.820000', '161213.280000', '161213.740000', '161214.200000', '161214.660000', '161215.120000', '161215.580000', '161216.040000', '161216.500000', '161216.960000', '161217.420000', '161217.880000', '161218.340000', '161218.800000', '161219.260000', '161219.720000', '161220.180000', '161220.640000', '161221.100000', '161221.560000', '161222.020000', '161222.480000', '161222.940000', '161223.400000', '161223.860000', '161224.320000', '161224.780000', '161225.240000', '161225.700000', '161226.160000', '161226.620000', '161227.080000', '161227.540000', '161228.000000', '161228.460000', '161228.920000', '161229.380000', '161229.840000', '161230.300000', '161230.760000', '161231.220000', '161231.680000', '161232.140000', '161232.600000', '161233.060000', '161233.520000', '161233.980000', '161234.440000', '161234.900000', '161235.360000', '161235.820000', '161236.280000', '161236.740000', '161237.200000', '161237.660000', '161238.120000', '161238.580000', '161239.040000', '161239.500000', '161239.960000', '161240.420000', '161240.880000', '161241.340000', '161241.800000', '161242.260000', '161242.720000', '161243.180000', '161243.640000', '161244.100000', '161244.560000', '161245.020000', '161245.480000', '161245.940000', '161246.400000', '161246.860000', '161247.320000', '161247.780000', '161248.240000', '161248.700000', '161249.160000', '161249.620000', '161250.080000', '161250.540000', '161251.000000', '161251.460000', '161251.920000', '161252.380000', '161252.840000', '161253.300000', '161253.760000', '161254.220000', '161254.680000', '161255.140000', '161255.600000', '161256.060000', '161256.520000', '161256.980000', '161257.440000', '161257.900000', '161258.360000', '161258.820000', '161259.280000', '161259.740000', '161300.200000', '161300.660000', '161301.120000', '161301.580000', '161302.040000', '161302.500000', '161302.960000', '161303.420000', '161303.880000', '161304.340000', '161304.800000', '161305.260000', '161305.720000', '161306.180000', '161306.640000', '161307.100000', '161307.560000', '161308.020000', '161308.480000', '161308.940000', '161309.400000', '161309.860000', '161310.320000', '161310.780000', '161311.240000', '161311.700000', '161312.160000', '161312.620000', '161313.080000', '161313.540000', '161314.000000', '161314.460000', '161314.920000', '161315.380000', '161315.840000', '161316.300000', '161316.760000', '161317.220000', '161317.680000', '161318.140000', '161318.600000', '161319.060000', '161319.520000', '161319.980000', '161320.440000', '161320.900000', '161321.360000', '161321.820000', '161322.280000', '161322.740000', '161323.200000', '161323.660000', '161324.120000', '161324.580000', '161325.040000', '161325.500000', '161325.960000', '161326.420000', '161326.880000', '161327.340000', '161327.800000', '161328.260000', '161328.720000', '161329.180000', '161329.640000', '161330.100000', '161330.560000', '161331.020000', '161331.480000', '161331.940000', '161332.400000', '161332.860000', '161333.320000', '161333.780000', '161334.240000', '161334.700000', '161335.160000', '161335.620000', '161336.080000', '161336.540000', '161337.000000', '161337.460000', '161337.920000', '161338.380000', '161338.840000', '161339.300000', '161339.760000', '161340.220000', '161340.680000', '161341.140000', '161341.600000', '161342.060000', '161342.520000', '161342.980000', '161343.440000', '161343.900000', '161344.360000', '161344.820000', '161345.280000', '161345.740000', '161346.200000', '161346.660000', '161347.120000', '161347.580000', '161348.040000', '161348.500000', '161348.960000', '161349.420000', '161349.880000', '161350.340000', '161350.800000', '161351.260000', '161351.720000', '161352.180000', '161352.640000', '161353.100000', '161353.560000', '161354.020000', '161354.480000', '161354.940000', '161355.400000', '161355.860000', '161356.320000', '161356.780000', '161357.240000', '161357.700000', '161358.160000', '161358.620000', '161359.080000', '161359.540000', '161400.000000', '161400.460000', '161400.920000', '161401.380000', '161401.840000', '161402.300000', '161402.760000', '161403.220000', '161403.680000', '161404.140000', '161404.600000', '161405.060000', '161405.520000', '161405.980000', '161406.440000', '161406.900000', '161407.360000', '161407.820000', '161408.280000', '161408.740000', '161409.200000', '161409.660000', '161410.120000', '161410.580000', '161411.040000', '161411.500000', '161411.960000', '161412.420000', '161412.880000', '161413.340000', '161413.800000', '161414.260000', '161414.720000', '161415.180000', '161415.640000', '161416.100000', '161416.560000', '161417.020000', '161417.480000', '161417.940000', '161418.400000', '161418.860000', '161419.320000', '161419.780000', '161420.240000', '161420.700000', '161421.160000', '161421.620000', '161422.080000', '161422.540000', '161423.000000', '161423.460000', '161423.920000', '161424.380000', '161424.840000', '161425.300000', '161425.760000', '161426.220000', '161426.680000', '161427.140000', '161427.600000', '161428.060000', '161428.520000', '161428.980000', '161429.440000', '161429.900000', '161430.360000', '161430.820000', '161431.280000', '161431.740000', '161432.200000', '161432.660000', '161433.120000', '161433.580000', '161434.040000', '161434.500000', '161434.960000', '161435.420000', '161435.880000', '161436.340000', '161436.800000', '161437.260000', '161437.720000', '161438.180000', '161438.640000', '161439.100000', '161439.560000', '161440.020000', '161440.480000', '161440.940000', '161441.400000', '161441.860000', '161442.320000', '161442.780000', '161443.240000', '161443.700000', '161444.160000', '161444.620000', '161445.080000', '161445.540000', '161446.000000', '161446.460000', '161446.920000', '161447.380000', '161447.840000', '161448.300000', '161448.760000', '161449.220000', '161449.680000', '161450.140000', '161450.600000', '161451.060000', '161451.520000', '161451.980000', '161452.440000', '161452.900000', '161453.360000', '161453.820000', '161454.280000', '161454.740000', '161455.200000', '161455.660000', '161456.120000', '161456.580000', '161457.040000', '161457.500000', '161457.960000', '161458.420000', '161458.880000', '161459.340000', '161459.800000', '161500.260000', '161500.720000', '161501.180000', '161501.640000', '161502.100000', '161502.560000', '161503.020000', '161503.480000', '161503.940000', '161504.400000', '161504.860000', '161505.320000', '161505.780000', '161506.240000', '161506.700000', '161507.160000', '161507.620000', '161508.080000', '161508.540000', '161509.000000', '161509.460000', '161509.920000', '161510.380000', '161510.840000', '161511.300000', '161511.760000', '161512.220000', '161512.680000', '161513.140000', '161513.600000', '161514.060000', '161514.520000', '161514.980000', '161515.440000', '161515.900000', '161516.360000', '161516.820000', '161517.280000', '161517.740000', '161518.200000', '161518.660000', '161519.120000', '161519.580000', '161520.040000', '161520.500000'], 'ContentTime': ['160853.887000', '160853.896000', '160853.898000', '160853.901000', '160853.904000', '160853.907000', '160853.910000', '160853.918000', '160853.920000', '160853.923000', '160853.926000', '160853.929000', '160853.931000', '160853.934000', '160853.937000', '160853.940000', '160853.943000', '160853.945000', '160853.948000', '160853.951000', '160853.954000', '160853.964000', '160853.967000', '160853.970000', '160853.973000', '160853.976000', '160853.978000', '160853.981000', '160913.855000', '160913.858000', '160913.860000', '160913.863000', '160913.866000', '160913.869000', '160913.871000', '160913.874000', '160913.877000', '160913.880000', '160913.882000', '160913.885000', '160913.888000', '160913.891000', '160913.894000', '160913.896000', '160913.899000', '160913.902000', '160913.905000', '160913.907000', '160913.910000', '160913.913000', '160913.916000', '160913.918000', '160913.921000', '160913.924000', '160913.927000', '160913.935000', '160913.937000', '160913.940000', '160913.943000', '160913.946000', '160913.949000', '160913.951000', '160913.954000', '160913.957000', '160913.960000', '160913.962000', '160913.965000', '160913.968000', '160913.971000', '160913.974000', '160913.979000', '160933.855000', '160933.858000', '160933.861000', '160933.863000', '160933.866000', '160933.869000', '160933.872000', '160933.874000', '160933.877000', '160933.886000', '160933.889000', '160933.891000', '160933.894000', '160933.897000', '160933.900000', '160933.903000', '160933.905000', '160933.908000', '160933.911000', '160933.914000', '160933.917000', '160933.919000', '160933.922000', '160933.925000', '160933.928000', '160933.930000', '160933.933000', '160933.936000', '160933.939000', '160933.942000', '160933.944000', '160933.947000', '160933.950000', '160933.953000', '160933.955000', '160933.958000', '160933.961000', '160933.964000', '160933.967000', '160933.969000', '160933.972000', '160933.975000', '160933.978000', '160933.980000', '160953.855000', '160953.890000', '160953.893000', '160953.895000', '160953.898000', '160953.901000', '160953.904000', '160953.907000', '160953.909000', '160953.912000', '160953.915000', '160953.918000', '160953.921000', '160953.923000', '160953.928000', '160953.931000', '160953.933000', '160953.936000', '160953.939000', '160953.942000', '160953.945000', '160953.947000', '160953.950000', '160953.953000', '160953.956000', '160953.959000', '160953.961000', '160953.964000', '160953.967000', '160953.970000', '160953.973000', '160953.975000', '160953.978000', '160953.981000', '160953.984000', '160953.987000', '160953.990000', '160953.993000', '160953.996000', '160954.001000', '160954.004000', '160954.006000', '160954.009000', '161013.855000', '161013.858000', '161013.860000', '161013.863000', '161013.866000', '161013.869000', '161013.872000', '161013.875000', '161013.877000', '161013.880000', '161013.883000', '161013.886000', '161013.889000', '161013.891000', '161013.894000', '161013.897000', '161013.900000', '161013.903000', '161013.906000', '161013.908000', '161013.911000', '161013.914000', '161013.917000', '161013.919000', '161013.922000', '161013.938000', '161013.940000', '161013.943000', '161013.946000', '161013.949000', '161013.952000', '161013.954000', '161013.957000', '161013.960000', '161013.963000', '161013.966000', '161013.968000', '161013.971000', '161013.974000', '161013.977000', '161013.980000', '161013.982000', '161013.985000', '161013.988000', '161033.854000', '161033.857000', '161033.860000', '161033.862000', '161033.865000', '161033.868000', '161033.871000', '161033.876000', '161033.879000', '161033.882000', '161033.885000', '161033.888000', '161033.890000', '161033.893000', '161033.896000', '161033.899000', '161033.902000', '161033.904000', '161033.907000', '161033.910000', '161033.913000', '161033.916000', '161033.918000', '161033.921000', '161033.924000', '161033.927000', '161033.930000', '161033.932000', '161033.935000', '161033.938000', '161033.941000', '161033.944000', '161033.946000', '161033.949000', '161033.952000', '161033.955000', '161033.958000', '161033.960000', '161033.963000', '161033.966000', '161033.969000', '161033.972000', '161033.975000', '161053.854000', '161053.857000', '161053.859000', '161053.862000', '161053.865000', '161053.868000', '161053.871000', '161053.873000', '161053.876000', '161053.879000', '161053.882000', '161053.885000', '161053.887000', '161053.890000', '161053.893000', '161053.896000', '161053.899000', '161053.901000', '161053.904000', '161053.907000', '161053.910000', '161053.913000', '161053.916000', '161053.918000', '161053.921000', '161053.924000', '161053.927000', '161053.930000', '161053.932000', '161053.935000', '161053.938000', '161053.941000', '161053.944000', '161053.946000', '161053.949000', '161053.952000', '161053.955000', '161053.958000', '161053.961000', '161053.963000', '161053.966000', '161053.969000', '161053.972000', '161053.975000', '161113.854000', '161113.857000', '161113.860000', '161113.862000', '161113.865000', '161113.868000', '161113.871000', '161113.874000', '161113.877000', '161113.879000', '161113.882000', '161113.885000', '161113.888000', '161113.891000', '161113.893000', '161113.896000', '161113.899000', '161113.902000', '161113.904000', '161113.907000', '161113.910000', '161113.913000', '161113.916000', '161113.919000', '161113.922000', '161113.924000', '161113.927000', '161113.930000', '161113.933000', '161113.936000', '161113.939000', '161113.941000', '161113.944000', '161113.947000', '161113.950000', '161113.953000', '161113.956000', '161113.958000', '161113.961000', '161113.966000', '161113.969000', '161113.972000', '161113.975000', '161133.855000', '161133.858000', '161133.860000', '161133.863000', '161133.866000', '161133.869000', '161133.872000', '161133.875000', '161133.877000', '161133.880000', '161133.883000', '161133.886000', '161133.889000', '161133.891000', '161133.894000', '161133.897000', '161133.900000', '161133.903000', '161133.905000', '161133.908000', '161133.911000', '161133.914000', '161133.917000', '161133.919000', '161133.922000', '161133.925000', '161133.928000', '161133.931000', '161133.934000', '161133.936000', '161133.939000', '161133.942000', '161133.945000', '161133.948000', '161133.951000', '161133.953000', '161133.956000', '161133.959000', '161133.962000', '161133.965000', '161133.968000', '161133.970000', '161133.973000', '161133.976000', '161153.855000', '161153.949000', '161153.952000', '161153.955000', '161153.958000', '161153.961000', '161153.963000', '161153.966000', '161153.969000', '161153.972000', '161153.975000', '161153.977000', '161153.980000', '161153.983000', '161153.986000', '161153.989000', '161153.992000', '161153.994000', '161153.997000', '161154.001000', '161154.020000', '161154.022000', '161154.025000', '161154.028000', '161154.031000', '161154.034000', '161154.036000', '161154.039000', '161154.042000', '161154.045000', '161154.048000', '161154.051000', '161154.054000', '161154.056000', '161154.060000', '161154.062000', '161154.065000', '161154.068000', '161154.071000', '161154.074000', '161154.076000', '161154.079000', '161154.082000', '161213.855000', '161213.858000', '161213.860000', '161213.863000', '161213.866000', '161213.869000', '161213.872000', '161213.875000', '161213.877000', '161213.880000', '161213.883000', '161213.886000', '161213.889000', '161213.891000', '161213.894000', '161213.897000', '161213.900000', '161213.903000', '161213.905000', '161213.908000', '161213.911000', '161213.914000', '161213.917000', '161213.919000', '161213.922000', '161213.925000', '161213.928000', '161213.931000', '161213.933000', '161213.936000', '161213.939000', '161213.942000', '161213.945000', '161213.948000', '161213.950000', '161213.953000', '161213.956000', '161213.959000', '161213.962000', '161213.964000', '161213.967000', '161213.970000', '161213.973000', '161213.975000', '161233.855000', '161233.858000', '161233.861000', '161233.864000', '161233.866000', '161233.869000', '161233.872000', '161233.875000', '161233.878000', '161233.881000', '161233.883000', '161233.886000', '161233.889000', '161233.892000', '161233.895000', '161233.897000', '161233.900000', '161233.903000', '161233.906000', '161233.909000', '161233.911000', '161233.914000', '161233.917000', '161233.920000', '161233.923000', '161233.925000', '161233.928000', '161233.931000', '161233.934000', '161233.937000', '161233.939000', '161233.942000', '161233.945000', '161233.948000', '161233.951000', '161233.954000', '161233.956000', '161233.959000', '161233.962000', '161233.965000', '161233.967000', '161233.973000', '161233.976000', '161253.854000', '161253.857000', '161253.860000', '161253.862000', '161253.865000', '161253.868000', '161253.871000', '161253.874000', '161253.877000', '161253.879000', '161253.882000', '161253.885000', '161253.888000', '161253.891000', '161253.894000', '161253.897000', '161253.899000', '161253.902000', '161253.905000', '161253.908000', '161253.911000', '161253.914000', '161253.916000', '161253.919000', '161253.922000', '161253.925000', '161253.927000', '161253.930000', '161253.933000', '161253.936000', '161253.939000', '161253.941000', '161253.944000', '161253.947000', '161253.950000', '161253.953000', '161253.956000', '161253.958000', '161253.961000', '161253.964000', '161253.967000', '161253.970000', '161253.973000', '161253.975000', '161313.854000', '161313.857000', '161313.860000', '161313.862000', '161313.865000', '161313.868000', '161313.871000', '161313.874000', '161313.877000', '161313.879000', '161313.882000', '161313.885000', '161313.888000', '161313.891000', '161313.893000', '161313.896000', '161313.899000', '161313.902000', '161313.905000', '161313.907000', '161313.910000', '161313.913000', '161313.916000', '161313.919000', '161313.922000', '161313.924000', '161313.927000', '161313.930000', '161313.933000', '161313.936000', '161313.938000', '161313.941000', '161313.944000', '161313.947000', '161313.950000', '161313.952000', '161313.955000', '161313.958000', '161313.961000', '161313.964000', '161313.966000', '161313.969000', '161313.972000', '161333.854000', '161333.857000', '161333.860000', '161333.863000', '161333.865000', '161333.868000', '161333.875000', '161333.880000', '161333.883000', '161333.886000', '161333.889000', '161333.892000', '161333.894000', '161333.897000', '161333.900000', '161333.903000', '161333.906000', '161333.909000', '161333.911000', '161333.914000', '161333.917000', '161333.920000', '161333.923000', '161333.926000', '161333.928000', '161333.931000', '161333.934000', '161333.937000', '161333.940000', '161333.942000', '161333.945000', '161333.948000', '161333.951000', '161333.954000', '161333.957000', '161333.959000', '161333.962000', '161333.965000', '161333.968000', '161333.971000', '161333.973000', '161333.976000', '161333.979000', '161353.855000', '161353.858000', '161353.861000', '161353.863000', '161353.866000', '161353.869000', '161353.872000', '161353.875000', '161353.877000', '161353.880000', '161353.883000', '161353.886000', '161353.889000', '161353.891000', '161353.894000', '161353.897000', '161353.900000', '161353.903000', '161353.906000', '161353.909000', '161353.911000', '161353.914000', '161353.917000', '161353.920000', '161353.923000', '161353.925000', '161353.928000', '161353.931000', '161353.934000', '161353.937000', '161353.940000', '161353.942000', '161353.945000', '161353.948000', '161353.951000', '161353.954000', '161353.956000', '161353.959000', '161353.962000', '161353.965000', '161353.968000', '161353.970000', '161353.973000', '161353.976000', '161413.855000', '161413.858000', '161413.861000', '161413.864000', '161413.866000', '161413.869000', '161413.872000', '161413.875000', '161413.878000', '161413.880000', '161413.884000', '161413.889000', '161413.893000', '161413.895000', '161413.898000', '161413.901000', '161413.904000', '161413.907000', '161413.910000', '161413.912000', '161413.926000', '161413.929000', '161413.932000', '161413.935000', '161413.937000', '161413.940000', '161413.943000', '161413.946000', '161413.949000', '161413.951000', '161413.954000', '161413.957000', '161413.960000', '161413.963000', '161413.965000', '161413.968000', '161413.971000', '161413.974000', '161413.977000', '161413.979000', '161413.982000', '161413.985000', '161413.988000', '161433.855000', '161433.858000', '161433.861000', '161433.863000', '161433.866000', '161433.869000', '161433.872000', '161433.875000', '161433.877000', '161433.880000', '161433.883000', '161433.886000', '161433.889000', '161433.891000', '161433.894000', '161433.897000', '161433.900000', '161433.903000', '161433.906000', '161433.908000', '161433.911000', '161433.914000', '161433.917000', '161433.920000', '161433.922000', '161433.925000', '161433.928000', '161433.931000', '161433.934000', '161433.936000', '161433.939000', '161433.942000', '161433.945000', '161433.948000', '161433.950000', '161433.953000', '161433.956000', '161433.959000', '161433.961000', '161433.964000', '161433.967000', '161433.970000', '161433.973000', '161433.975000', '161453.855000', '161453.858000', '161453.861000', '161453.864000', '161453.866000', '161453.869000', '161453.872000', '161453.875000', '161453.878000', '161453.880000', '161453.883000', '161453.886000', '161453.889000', '161453.904000', '161453.908000', '161453.911000', '161453.914000', '161453.916000', '161453.919000', '161453.922000', '161453.925000', '161453.928000', '161453.931000', '161453.933000', '161453.936000', '161453.939000', '161453.942000', '161453.945000', '161453.949000', '161453.952000', '161453.954000', '161453.957000', '161453.960000', '161453.963000', '161453.965000', '161453.968000', '161453.971000', '161453.974000', '161453.977000', '161453.980000', '161453.982000', '161453.985000', '161453.988000', '161513.854000', '161513.857000', '161513.860000', '161513.862000', '161513.865000', '161513.868000', '161513.871000', '161513.874000', '161513.876000', '161513.879000', '161513.882000', '161513.885000', '161513.888000', '161513.890000', '161513.893000', '161513.896000', '161513.899000', '161513.902000', '161513.905000', '161513.907000', '161513.910000', '161513.913000', '161513.916000', '161513.919000', '161513.922000', '161513.924000', '161513.927000', '161513.930000', '161513.933000', '161513.936000', '161513.938000', '161513.941000', '161513.944000', '161513.947000', '161513.950000', '161513.952000', '161513.955000', '161513.958000', '161513.961000', '161513.963000', '161513.966000', '161513.969000', '161513.972000', '161513.979000', '161522.016000', '161522.020000', '161522.023000', '161522.026000', '161522.029000', '161522.032000', '161522.036000', '161522.039000', '161522.042000', '161522.044000', '161522.047000', '161522.050000', '161522.053000', '161522.056000', '161522.059000', '161522.062000', '161522.064000', '161522.067000'], 'InstanceCreationTime': ['160853.887000', '160853.896000', '160853.898000', '160853.901000', '160853.904000', '160853.907000', '160853.910000', '160853.918000', '160853.920000', '160853.923000', '160853.926000', '160853.929000', '160853.931000', '160853.934000', '160853.937000', '160853.940000', '160853.943000', '160853.945000', '160853.948000', '160853.951000', '160853.954000', '160853.964000', '160853.967000', '160853.970000', '160853.973000', '160853.976000', '160853.978000', '160853.981000', '160913.855000', '160913.858000', '160913.860000', '160913.863000', '160913.866000', '160913.869000', '160913.871000', '160913.874000', '160913.877000', '160913.880000', '160913.882000', '160913.885000', '160913.888000', '160913.891000', '160913.894000', '160913.896000', '160913.899000', '160913.902000', '160913.905000', '160913.907000', '160913.910000', '160913.913000', '160913.916000', '160913.918000', '160913.921000', '160913.924000', '160913.927000', '160913.935000', '160913.937000', '160913.940000', '160913.943000', '160913.946000', '160913.949000', '160913.951000', '160913.954000', '160913.957000', '160913.960000', '160913.962000', '160913.965000', '160913.968000', '160913.971000', '160913.974000', '160913.979000', '160933.855000', '160933.858000', '160933.861000', '160933.863000', '160933.866000', '160933.869000', '160933.872000', '160933.874000', '160933.877000', '160933.886000', '160933.889000', '160933.891000', '160933.894000', '160933.897000', '160933.900000', '160933.903000', '160933.905000', '160933.908000', '160933.911000', '160933.914000', '160933.917000', '160933.919000', '160933.922000', '160933.925000', '160933.928000', '160933.930000', '160933.933000', '160933.936000', '160933.939000', '160933.942000', '160933.944000', '160933.947000', '160933.950000', '160933.953000', '160933.955000', '160933.958000', '160933.961000', '160933.964000', '160933.967000', '160933.969000', '160933.972000', '160933.975000', '160933.978000', '160933.980000', '160953.855000', '160953.890000', '160953.893000', '160953.895000', '160953.898000', '160953.901000', '160953.904000', '160953.907000', '160953.909000', '160953.912000', '160953.915000', '160953.918000', '160953.921000', '160953.923000', '160953.928000', '160953.931000', '160953.933000', '160953.936000', '160953.939000', '160953.942000', '160953.945000', '160953.947000', '160953.950000', '160953.953000', '160953.956000', '160953.959000', '160953.961000', '160953.964000', '160953.967000', '160953.970000', '160953.973000', '160953.975000', '160953.978000', '160953.981000', '160953.984000', '160953.987000', '160953.990000', '160953.993000', '160953.996000', '160954.001000', '160954.004000', '160954.006000', '160954.009000', '161013.855000', '161013.858000', '161013.860000', '161013.863000', '161013.866000', '161013.869000', '161013.872000', '161013.875000', '161013.877000', '161013.880000', '161013.883000', '161013.886000', '161013.889000', '161013.891000', '161013.894000', '161013.897000', '161013.900000', '161013.903000', '161013.906000', '161013.908000', '161013.911000', '161013.914000', '161013.917000', '161013.919000', '161013.922000', '161013.938000', '161013.940000', '161013.943000', '161013.946000', '161013.949000', '161013.952000', '161013.954000', '161013.957000', '161013.960000', '161013.963000', '161013.966000', '161013.968000', '161013.971000', '161013.974000', '161013.977000', '161013.980000', '161013.982000', '161013.985000', '161013.988000', '161033.854000', '161033.857000', '161033.860000', '161033.862000', '161033.865000', '161033.868000', '161033.871000', '161033.876000', '161033.879000', '161033.882000', '161033.885000', '161033.888000', '161033.890000', '161033.893000', '161033.896000', '161033.899000', '161033.902000', '161033.904000', '161033.907000', '161033.910000', '161033.913000', '161033.916000', '161033.918000', '161033.921000', '161033.924000', '161033.927000', '161033.930000', '161033.932000', '161033.935000', '161033.938000', '161033.941000', '161033.944000', '161033.946000', '161033.949000', '161033.952000', '161033.955000', '161033.958000', '161033.960000', '161033.963000', '161033.966000', '161033.969000', '161033.972000', '161033.975000', '161053.854000', '161053.857000', '161053.859000', '161053.862000', '161053.865000', '161053.868000', '161053.871000', '161053.873000', '161053.876000', '161053.879000', '161053.882000', '161053.885000', '161053.887000', '161053.890000', '161053.893000', '161053.896000', '161053.899000', '161053.901000', '161053.904000', '161053.907000', '161053.910000', '161053.913000', '161053.916000', '161053.918000', '161053.921000', '161053.924000', '161053.927000', '161053.930000', '161053.932000', '161053.935000', '161053.938000', '161053.941000', '161053.944000', '161053.946000', '161053.949000', '161053.952000', '161053.955000', '161053.958000', '161053.961000', '161053.963000', '161053.966000', '161053.969000', '161053.972000', '161053.975000', '161113.854000', '161113.857000', '161113.860000', '161113.862000', '161113.865000', '161113.868000', '161113.871000', '161113.874000', '161113.877000', '161113.879000', '161113.882000', '161113.885000', '161113.888000', '161113.891000', '161113.893000', '161113.896000', '161113.899000', '161113.902000', '161113.904000', '161113.907000', '161113.910000', '161113.913000', '161113.916000', '161113.919000', '161113.922000', '161113.924000', '161113.927000', '161113.930000', '161113.933000', '161113.936000', '161113.939000', '161113.941000', '161113.944000', '161113.947000', '161113.950000', '161113.953000', '161113.956000', '161113.958000', '161113.961000', '161113.966000', '161113.969000', '161113.972000', '161113.975000', '161133.855000', '161133.858000', '161133.860000', '161133.863000', '161133.866000', '161133.869000', '161133.872000', '161133.875000', '161133.877000', '161133.880000', '161133.883000', '161133.886000', '161133.889000', '161133.891000', '161133.894000', '161133.897000', '161133.900000', '161133.903000', '161133.905000', '161133.908000', '161133.911000', '161133.914000', '161133.917000', '161133.919000', '161133.922000', '161133.925000', '161133.928000', '161133.931000', '161133.934000', '161133.936000', '161133.939000', '161133.942000', '161133.945000', '161133.948000', '161133.951000', '161133.953000', '161133.956000', '161133.959000', '161133.962000', '161133.965000', '161133.968000', '161133.970000', '161133.973000', '161133.976000', '161153.855000', '161153.949000', '161153.952000', '161153.955000', '161153.958000', '161153.961000', '161153.963000', '161153.966000', '161153.969000', '161153.972000', '161153.975000', '161153.977000', '161153.980000', '161153.983000', '161153.986000', '161153.989000', '161153.992000', '161153.994000', '161153.997000', '161154.001000', '161154.020000', '161154.022000', '161154.025000', '161154.028000', '161154.031000', '161154.034000', '161154.036000', '161154.039000', '161154.042000', '161154.045000', '161154.048000', '161154.051000', '161154.054000', '161154.056000', '161154.060000', '161154.062000', '161154.065000', '161154.068000', '161154.071000', '161154.074000', '161154.076000', '161154.079000', '161154.082000', '161213.855000', '161213.858000', '161213.860000', '161213.863000', '161213.866000', '161213.869000', '161213.872000', '161213.875000', '161213.877000', '161213.880000', '161213.883000', '161213.886000', '161213.889000', '161213.891000', '161213.894000', '161213.897000', '161213.900000', '161213.903000', '161213.905000', '161213.908000', '161213.911000', '161213.914000', '161213.917000', '161213.919000', '161213.922000', '161213.925000', '161213.928000', '161213.931000', '161213.933000', '161213.936000', '161213.939000', '161213.942000', '161213.945000', '161213.948000', '161213.950000', '161213.953000', '161213.956000', '161213.959000', '161213.962000', '161213.964000', '161213.967000', '161213.970000', '161213.973000', '161213.975000', '161233.855000', '161233.858000', '161233.861000', '161233.864000', '161233.866000', '161233.869000', '161233.872000', '161233.875000', '161233.878000', '161233.881000', '161233.883000', '161233.886000', '161233.889000', '161233.892000', '161233.895000', '161233.897000', '161233.900000', '161233.903000', '161233.906000', '161233.909000', '161233.911000', '161233.914000', '161233.917000', '161233.920000', '161233.923000', '161233.925000', '161233.928000', '161233.931000', '161233.934000', '161233.937000', '161233.939000', '161233.942000', '161233.945000', '161233.948000', '161233.951000', '161233.954000', '161233.956000', '161233.959000', '161233.962000', '161233.965000', '161233.967000', '161233.973000', '161233.976000', '161253.854000', '161253.857000', '161253.860000', '161253.862000', '161253.865000', '161253.868000', '161253.871000', '161253.874000', '161253.877000', '161253.879000', '161253.882000', '161253.885000', '161253.888000', '161253.891000', '161253.894000', '161253.897000', '161253.899000', '161253.902000', '161253.905000', '161253.908000', '161253.911000', '161253.914000', '161253.916000', '161253.919000', '161253.922000', '161253.925000', '161253.927000', '161253.930000', '161253.933000', '161253.936000', '161253.939000', '161253.941000', '161253.944000', '161253.947000', '161253.950000', '161253.953000', '161253.956000', '161253.958000', '161253.961000', '161253.964000', '161253.967000', '161253.970000', '161253.973000', '161253.975000', '161313.854000', '161313.857000', '161313.860000', '161313.862000', '161313.865000', '161313.868000', '161313.871000', '161313.874000', '161313.877000', '161313.879000', '161313.882000', '161313.885000', '161313.888000', '161313.891000', '161313.893000', '161313.896000', '161313.899000', '161313.902000', '161313.905000', '161313.907000', '161313.910000', '161313.913000', '161313.916000', '161313.919000', '161313.922000', '161313.924000', '161313.927000', '161313.930000', '161313.933000', '161313.936000', '161313.938000', '161313.941000', '161313.944000', '161313.947000', '161313.950000', '161313.952000', '161313.955000', '161313.958000', '161313.961000', '161313.964000', '161313.966000', '161313.969000', '161313.972000', '161333.854000', '161333.857000', '161333.860000', '161333.863000', '161333.865000', '161333.868000', '161333.875000', '161333.880000', '161333.883000', '161333.886000', '161333.889000', '161333.892000', '161333.894000', '161333.897000', '161333.900000', '161333.903000', '161333.906000', '161333.909000', '161333.911000', '161333.914000', '161333.917000', '161333.920000', '161333.923000', '161333.926000', '161333.928000', '161333.931000', '161333.934000', '161333.937000', '161333.940000', '161333.942000', '161333.945000', '161333.948000', '161333.951000', '161333.954000', '161333.957000', '161333.959000', '161333.962000', '161333.965000', '161333.968000', '161333.971000', '161333.973000', '161333.976000', '161333.979000', '161353.855000', '161353.858000', '161353.861000', '161353.863000', '161353.866000', '161353.869000', '161353.872000', '161353.875000', '161353.877000', '161353.880000', '161353.883000', '161353.886000', '161353.889000', '161353.891000', '161353.894000', '161353.897000', '161353.900000', '161353.903000', '161353.906000', '161353.909000', '161353.911000', '161353.914000', '161353.917000', '161353.920000', '161353.923000', '161353.925000', '161353.928000', '161353.931000', '161353.934000', '161353.937000', '161353.940000', '161353.942000', '161353.945000', '161353.948000', '161353.951000', '161353.954000', '161353.956000', '161353.959000', '161353.962000', '161353.965000', '161353.968000', '161353.970000', '161353.973000', '161353.976000', '161413.855000', '161413.858000', '161413.861000', '161413.864000', '161413.866000', '161413.869000', '161413.872000', '161413.875000', '161413.878000', '161413.880000', '161413.884000', '161413.889000', '161413.893000', '161413.895000', '161413.898000', '161413.901000', '161413.904000', '161413.907000', '161413.910000', '161413.912000', '161413.926000', '161413.929000', '161413.932000', '161413.935000', '161413.937000', '161413.940000', '161413.943000', '161413.946000', '161413.949000', '161413.951000', '161413.954000', '161413.957000', '161413.960000', '161413.963000', '161413.965000', '161413.968000', '161413.971000', '161413.974000', '161413.977000', '161413.979000', '161413.982000', '161413.985000', '161413.988000', '161433.855000', '161433.858000', '161433.861000', '161433.863000', '161433.866000', '161433.869000', '161433.872000', '161433.875000', '161433.877000', '161433.880000', '161433.883000', '161433.886000', '161433.889000', '161433.891000', '161433.894000', '161433.897000', '161433.900000', '161433.903000', '161433.906000', '161433.908000', '161433.911000', '161433.914000', '161433.917000', '161433.920000', '161433.922000', '161433.925000', '161433.928000', '161433.931000', '161433.934000', '161433.936000', '161433.939000', '161433.942000', '161433.945000', '161433.948000', '161433.950000', '161433.953000', '161433.956000', '161433.959000', '161433.961000', '161433.964000', '161433.967000', '161433.970000', '161433.973000', '161433.975000', '161453.855000', '161453.858000', '161453.861000', '161453.864000', '161453.866000', '161453.869000', '161453.872000', '161453.875000', '161453.878000', '161453.880000', '161453.883000', '161453.886000', '161453.889000', '161453.904000', '161453.908000', '161453.911000', '161453.914000', '161453.916000', '161453.919000', '161453.922000', '161453.925000', '161453.928000', '161453.931000', '161453.933000', '161453.936000', '161453.939000', '161453.942000', '161453.945000', '161453.949000', '161453.952000', '161453.954000', '161453.957000', '161453.960000', '161453.963000', '161453.965000', '161453.968000', '161453.971000', '161453.974000', '161453.977000', '161453.980000', '161453.982000', '161453.985000', '161453.988000', '161513.854000', '161513.857000', '161513.860000', '161513.862000', '161513.865000', '161513.868000', '161513.871000', '161513.874000', '161513.876000', '161513.879000', '161513.882000', '161513.885000', '161513.888000', '161513.890000', '161513.893000', '161513.896000', '161513.899000', '161513.902000', '161513.905000', '161513.907000', '161513.910000', '161513.913000', '161513.916000', '161513.919000', '161513.922000', '161513.924000', '161513.927000', '161513.930000', '161513.933000', '161513.936000', '161513.938000', '161513.941000', '161513.944000', '161513.947000', '161513.950000', '161513.952000', '161513.955000', '161513.958000', '161513.961000', '161513.963000', '161513.966000', '161513.969000', '161513.972000', '161513.979000', '161522.016000', '161522.020000', '161522.023000', '161522.026000', '161522.029000', '161522.032000', '161522.036000', '161522.039000', '161522.042000', '161522.044000', '161522.047000', '161522.050000', '161522.053000', '161522.056000', '161522.059000', '161522.062000', '161522.064000', '161522.067000'], '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': [15062, 10701, 9571, 13369, 8899, 15403, 10722, 11665, 11993, 8730, 14879, 9700, 15852, 10518, 8693, 11930, 8745, 14804, 10827, 8698, 11809, 8655, 14502, 10014, 12498, 11273, 8553, 13576, 8948, 15358, 12018, 8536, 13023, 8906, 15146, 11008, 14350, 12595, 8701, 12569, 8839, 15015, 10868, 15999, 11808, 8526, 12202, 8864, 13586, 8991, 14983, 10664, 13980, 11229, 8552, 11653, 8845, 14063, 10221, 15071, 11014, 9340, 11339, 9077, 13142, 9015, 14890, 9904, 14648, 9670, 11757, 10853, 8674, 12257, 8784, 12919, 8669, 13103, 9171, 13628, 10118, 11176, 9163, 9354, 12879, 9392, 14003, 10721, 14751, 11062, 8600, 12150, 8649, 13228, 9022, 14075, 10140, 14941, 9789, 14742, 10593, 13829, 11350, 8697, 13206, 8865, 12586, 8838, 13702, 9402, 14188, 10243, 14221, 9609, 13137, 10240, 11378, 11564, 8810, 12584, 8683, 12635, 8979, 13282, 9771, 14337, 9457, 14031, 9797, 11896, 11395, 8481, 14022, 8943, 13045, 8856, 14468, 8992, 14468, 11234, 14959, 9160, 14728, 9921, 14116, 11213, 8810, 13580, 9055, 13147, 8971, 14068, 10789, 14941, 10596, 12131, 10682, 10277, 12291, 10984, 13960, 8915, 14092, 9015, 13516, 8968, 14218, 10904, 14809, 10440, 9168, 11061, 8639, 12927, 8868, 14030, 8853, 13616, 8478, 12984, 10594, 8730, 13428, 8857, 14310, 9191, 15181, 8757, 14870, 9290, 15268, 9484, 11682, 11041, 8333, 10178, 8641, 10644, 8777, 13621, 8622, 14352, 8573, 13709, 9600, 12625, 11084, 8448, 11363, 8425, 11669, 8671, 14445, 8980, 16037, 9566, 14841, 8665, 14026, 8752, 12408, 10037, 8916, 10746, 8728, 13115, 9021, 15113, 9184, 13508, 8782, 13961, 9451, 14383, 10997, 11269, 11539, 8676, 12239, 8638, 13953, 9287, 15131, 8873, 13775, 10410, 12608, 11692, 8905, 12881, 8476, 11814, 8652, 10940, 8632, 14097, 9018, 13344, 9204, 10129, 10337, 8491, 11591, 8661, 12027, 8955, 13120, 8763, 14834, 10128, 15653, 10113, 15689, 9925, 14941, 9466, 13030, 10956, 8477, 11048, 8502, 12403, 8466, 14618, 9451, 14961, 8548, 14578, 8625, 12886, 9946, 9922, 12295, 8516, 14399, 8492, 15138, 9039, 14323, 9129, 12476, 9823, 8362, 10606, 8677, 11867, 8383, 14495, 8930, 14532, 8310, 13289, 8801, 10900, 10243, 8580, 11994, 8542, 14101, 8584, 14965, 9155, 14446, 8388, 14342, 8772, 14334, 9575, 12283, 11599, 8336, 11527, 8539, 11879, 8552, 11506, 8502, 13629, 8323, 14111, 9003, 13792, 10672, 12346, 11454, 8504, 11167, 8512, 11119, 8344, 11767, 8585, 12511, 8619, 13816, 9028, 14708, 8390, 13720, 8048, 9311, 9493, 8282, 12839, 8663, 14353, 8574, 14057, 8624, 14546, 8904, 13534, 8819, 12344, 9872, 9199, 11015, 8380, 12873, 8505, 13698, 9161, 13095, 9285, 13867, 8934, 11797, 9048, 10497, 10139, 8302, 11387, 8287, 11744, 8328, 11633, 8568, 11930, 9310, 12197, 9375, 11027, 10331, 12750, 11162, 12928, 12320, 8310, 12632, 8408, 12090, 8712, 13101, 9033, 13725, 9443, 15021, 8908, 14731, 9945, 12261, 10979, 8192, 11767, 8371, 12282, 8652, 14002, 10619, 15531, 9295, 14857, 9526, 14239, 10077, 11179, 11657, 8466, 11368, 8611, 12968, 8685, 13569, 9698, 13993, 8817, 14257, 8888, 13357, 9713, 8229, 12291, 8424, 12115, 8499, 12917, 9966, 15465, 9538, 12845, 10141, 8300, 11934, 8552, 13278, 8701, 14917, 9181, 14925, 10548, 15099, 9082, 14729, 9706, 14650, 10414, 9525, 11900, 8443, 12063, 8451, 12722, 8564, 13142, 8850, 14647, 9548, 14719, 8557, 14417, 9847, 13284, 10906, 8530, 11846, 8674, 12983, 8777, 14063, 8795, 14481, 9914, 15342, 9403, 14634, 9906, 14602, 10079, 13432, 10148, 8523, 11221, 8744, 13637, 9929, 10040, 12813, 8657, 15043, 8942, 14902, 9418, 12883, 9053, 14431, 8634, 14408, 9000, 14966, 10264, 11821, 10764, 8537, 10109, 8483, 10531, 8901, 12165, 8965, 14367, 9107, 14312, 9531, 15014, 10511, 13821, 11567, 8645, 10665, 8782, 11423, 8966, 12642, 9255, 13107, 9216, 14203, 9183, 13641, 9326, 13192, 9622, 10833, 10250, 8525, 10327, 8582, 11848, 8846, 12715, 9206, 13528, 8955, 13688, 9045, 13335, 10395, 12287, 9792, 11068, 10393, 8881, 12928, 8648, 12157, 8453, 12144, 8890, 13147, 10111, 13675, 9776, 12800, 9790, 10512, 11214, 8629, 13258, 8962, 12924, 8844, 13037, 9496, 14124, 11054, 14442, 9889, 11006, 9814, 8839, 12101, 8826, 13121, 9047, 13358, 9033, 14671, 9576, 15570, 10543, 9489, 11223, 8696, 11309, 8890, 12845, 9096, 13238, 9481, 13748, 8884, 8566, 10475, 8826, 12405, 9098, 13377, 8990, 13524, 9697, 13963, 11428, 8537, 11734, 8676, 12553, 9137, 13453, 10054, 9806, 10480, 8392, 11629, 9013, 13306, 10651, 14807, 9380, 14373, 9607, 12993, 11254, 8951, 13602, 8779, 12572, 8946, 12521, 9141, 13353, 10948, 14723, 9356, 14580, 9101, 13166, 9962, 10633, 11911, 8670, 11727, 8576, 12162, 8720, 12665, 8912, 13083, 8785, 12601, 8752, 12582, 8993, 12350, 9606, 12310, 9566, 8488, 9626, 8612, 12591, 8883, 13147, 9055, 12820, 8867, 13410, 9787, 14668, 10672, 8744, 11093, 8327, 12306, 8842, 13755, 8855, 13033, 8991, 12456, 9715, 14273, 10883, 8393, 11187, 8411, 12265, 8780, 13764, 9254, 14503, 9409, 13481, 9186, 14282, 10100, 13102, 11436, 8488, 11561, 8666, 12458, 8737, 13211, 9267, 13080, 9166, 12774, 8864, 13276, 9601, 11229, 11142, 8438, 11357, 8496, 12112, 8896, 12806, 10073, 11772, 9512, 8688, 10718, 8774, 12073, 10594, 13084, 8617, 12621, 8581, 11980, 8646, 13090, 8973, 13465, 9298, 12336, 8523, 12498, 8901, 12645, 9777, 10484, 9904, 12118, 10385, 13589, 11760, 9566, 11808, 8273, 11188, 9306, 11684, 8694, 12942, 8640, 12558, 8600, 12723, 8943, 13563, 10660, 13492, 8950, 12960, 9656, 11288, 11489, 8529, 12653, 8681, 12706, 9027, 13404, 11229, 14746, 9847, 12015, 9847, 8789, 12696, 8691, 14835, 9318, 13815, 9244, 13674, 9378, 14675, 10836, 10498, 11661, 8783, 12002, 8831, 12641, 8857, 13250, 10424, 13343, 8945, 12661, 9669, 11211, 10618, 8846, 12858, 8774, 12376, 8790, 12200, 9048, 12518, 10058, 14862, 10331, 12184, 9736, 11630, 10333, 11896, 11592, 8688, 11951, 8550, 12108, 8744, 13036, 8879, 13110, 9494], 'WindowCenter': [4177.0, 4130.0, 4105.0, 4125.0, 4092.0, 4122.0, 4099.0, 4099.0, 4098.0, 4066.0, 4107.0, 4076.0, 4105.0, 4086.0, 4053.0, 4083.0, 4064.0, 4105.0, 4086.0, 4064.0, 4096.0, 4066.0, 4119.0, 4076.0, 4094.0, 4086.0, 4064.0, 4096.0, 4077.0, 4106.0, 4096.0, 4066.0, 4096.0, 4076.0, 4105.0, 4087.0, 4094.0, 4086.0, 4055.0, 4095.0, 4062.0, 4104.0, 4084.0, 4094.0, 4084.0, 4052.0, 4082.0, 4051.0, 4082.0, 4051.0, 4093.0, 4073.0, 4082.0, 4073.0, 4052.0, 4073.0, 4062.0, 4094.0, 4073.0, 4094.0, 4074.0, 4062.0, 4071.0, 4050.0, 4081.0, 4053.0, 4092.0, 4063.0, 4092.0, 4062.0, 4082.0, 4074.0, 4051.0, 4084.0, 4053.0, 4082.0, 4065.0, 4094.0, 4076.0, 4107.0, 4090.0, 4113.0, 4120.0, 4119.0, 4124.0, 4076.0, 4104.0, 4087.0, 4105.0, 4084.0, 4064.0, 4084.0, 4053.0, 4094.0, 4064.0, 4094.0, 4075.0, 4094.0, 4076.0, 4093.0, 4074.0, 4093.0, 4075.0, 4052.0, 4084.0, 4052.0, 4084.0, 4065.0, 4094.0, 4078.0, 4096.0, 4077.0, 4094.0, 4077.0, 4095.0, 4087.0, 4085.0, 4088.0, 4066.0, 4095.0, 4065.0, 4096.0, 4067.0, 4097.0, 4089.0, 4108.0, 4078.0, 4093.0, 4078.0, 4084.0, 4086.0, 4065.0, 4096.0, 4065.0, 4096.0, 4067.0, 4094.0, 4066.0, 4095.0, 4087.0, 4096.0, 4065.0, 4083.0, 4065.0, 4082.0, 4085.0, 4053.0, 4082.0, 4063.0, 4084.0, 4065.0, 4096.0, 4076.0, 4094.0, 4075.0, 4083.0, 4076.0, 4063.0, 4087.0, 4073.0, 4094.0, 4053.0, 4082.0, 4053.0, 4080.0, 4052.0, 4082.0, 4062.0, 4080.0, 4061.0, 4048.0, 4059.0, 4039.0, 4082.0, 4053.0, 4093.0, 4054.0, 4080.0, 4042.0, 4081.0, 4072.0, 4050.0, 4084.0, 4052.0, 4093.0, 4052.0, 4082.0, 4051.0, 4082.0, 4051.0, 4082.0, 4062.0, 4071.0, 4072.0, 4041.0, 4060.0, 4052.0, 4072.0, 4053.0, 4081.0, 4053.0, 4094.0, 4053.0, 4092.0, 4075.0, 4085.0, 4085.0, 4053.0, 4083.0, 4042.0, 4085.0, 4053.0, 4094.0, 4053.0, 4094.0, 4063.0, 4082.0, 4053.0, 4083.0, 4053.0, 4083.0, 4063.0, 4052.0, 4073.0, 4050.0, 4084.0, 4053.0, 4093.0, 4052.0, 4080.0, 4041.0, 4079.0, 4051.0, 4081.0, 4062.0, 4060.0, 4072.0, 4039.0, 4070.0, 4040.0, 4082.0, 4051.0, 4079.0, 4038.0, 4068.0, 4061.0, 4071.0, 4070.0, 4039.0, 4070.0, 4040.0, 4069.0, 4039.0, 4059.0, 4041.0, 4081.0, 4050.0, 4080.0, 4051.0, 4061.0, 4062.0, 4050.0, 4071.0, 4052.0, 4070.0, 4053.0, 4081.0, 4052.0, 4083.0, 4061.0, 4081.0, 4062.0, 4090.0, 4060.0, 4079.0, 4052.0, 4069.0, 4060.0, 4039.0, 4060.0, 4039.0, 4069.0, 4042.0, 4091.0, 4062.0, 4090.0, 4051.0, 4080.0, 4052.0, 4071.0, 4063.0, 4062.0, 4071.0, 4039.0, 4080.0, 4050.0, 4081.0, 4051.0, 4081.0, 4050.0, 4070.0, 4062.0, 4038.0, 4061.0, 4039.0, 4070.0, 4041.0, 4082.0, 4050.0, 4081.0, 4041.0, 4080.0, 4053.0, 4072.0, 4063.0, 4051.0, 4071.0, 4051.0, 4083.0, 4052.0, 4092.0, 4063.0, 4082.0, 4052.0, 4082.0, 4052.0, 4081.0, 4063.0, 4070.0, 4073.0, 4040.0, 4071.0, 4039.0, 4071.0, 4051.0, 4071.0, 4041.0, 4081.0, 4042.0, 4080.0, 4051.0, 4081.0, 4072.0, 4071.0, 4072.0, 4039.0, 4072.0, 4051.0, 4071.0, 4040.0, 4071.0, 4041.0, 4070.0, 4040.0, 4082.0, 4052.0, 4091.0, 4052.0, 4081.0, 4041.0, 4049.0, 4062.0, 4040.0, 4084.0, 4052.0, 4083.0, 4042.0, 4094.0, 4069.0, 4083.0, 4011.0, 4026.0, 3998.0, 4030.0, 4060.0, 4062.0, 4085.0, 4067.0, 4109.0, 4078.0, 4109.0, 4091.0, 4110.0, 4091.0, 4111.0, 4081.0, 4100.0, 4081.0, 4100.0, 4102.0, 4081.0, 4112.0, 4082.0, 4113.0, 4095.0, 4113.0, 4096.0, 4126.0, 4106.0, 4124.0, 4107.0, 4114.0, 4106.0, 4113.0, 4117.0, 4115.0, 4114.0, 4082.0, 4113.0, 4081.0, 4113.0, 4083.0, 4124.0, 4093.0, 4123.0, 4103.0, 4123.0, 4094.0, 4124.0, 4116.0, 4125.0, 4114.0, 4083.0, 4125.0, 4094.0, 4124.0, 4094.0, 4125.0, 4106.0, 4135.0, 4093.0, 4123.0, 4093.0, 4122.0, 4104.0, 4101.0, 4102.0, 4070.0, 4101.0, 4080.0, 4111.0, 4081.0, 4111.0, 4091.0, 4110.0, 4082.0, 4120.0, 4094.0, 4112.0, 4093.0, 4084.0, 4116.0, 4084.0, 4111.0, 4084.0, 4124.0, 4106.0, 4123.0, 4103.0, 4124.0, 4104.0, 4082.0, 4112.0, 4082.0, 4122.0, 4082.0, 4122.0, 4094.0, 4123.0, 4103.0, 4121.0, 4083.0, 4121.0, 4092.0, 4121.0, 4103.0, 4091.0, 4112.0, 4071.0, 4112.0, 4082.0, 4113.0, 4081.0, 4112.0, 4082.0, 4123.0, 4091.0, 4121.0, 4081.0, 4122.0, 4103.0, 4111.0, 4104.0, 4081.0, 4113.0, 4083.0, 4123.0, 4083.0, 4122.0, 4083.0, 4123.0, 4104.0, 4122.0, 4105.0, 4125.0, 4104.0, 4111.0, 4103.0, 4122.0, 4103.0, 4080.0, 4100.0, 4093.0, 4123.0, 4106.0, 4105.0, 4124.0, 4094.0, 4135.0, 4095.0, 4124.0, 4095.0, 4115.0, 4083.0, 4112.0, 4082.0, 4121.0, 4093.0, 4124.0, 4105.0, 4101.0, 4102.0, 4081.0, 4103.0, 4081.0, 4103.0, 4082.0, 4112.0, 4082.0, 4121.0, 4081.0, 4111.0, 4092.0, 4123.0, 4104.0, 4111.0, 4101.0, 4070.0, 4090.0, 4070.0, 4100.0, 4079.0, 4110.0, 4079.0, 4101.0, 4080.0, 4110.0, 4080.0, 4110.0, 4081.0, 4111.0, 4093.0, 4100.0, 4091.0, 4080.0, 4102.0, 4081.0, 4113.0, 4095.0, 4123.0, 4095.0, 4123.0, 4095.0, 4123.0, 4095.0, 4124.0, 4106.0, 4113.0, 4104.0, 4113.0, 4115.0, 4093.0, 4125.0, 4093.0, 4113.0, 4083.0, 4124.0, 4094.0, 4124.0, 4115.0, 4124.0, 4106.0, 4123.0, 4106.0, 4114.0, 4115.0, 4094.0, 4126.0, 4093.0, 4113.0, 4093.0, 4113.0, 4093.0, 4124.0, 4114.0, 4122.0, 4092.0, 4101.0, 4093.0, 4080.0, 4112.0, 4080.0, 4112.0, 4081.0, 4111.0, 4081.0, 4110.0, 4093.0, 4122.0, 4091.0, 4079.0, 4101.0, 4070.0, 4099.0, 4080.0, 4110.0, 4081.0, 4110.0, 4090.0, 4110.0, 4081.0, 4080.0, 4101.0, 4081.0, 4113.0, 4082.0, 4112.0, 4082.0, 4111.0, 4094.0, 4121.0, 4103.0, 4081.0, 4112.0, 4081.0, 4111.0, 4093.0, 4113.0, 4093.0, 4091.0, 4102.0, 4082.0, 4113.0, 4092.0, 4123.0, 4105.0, 4123.0, 4094.0, 4123.0, 4094.0, 4112.0, 4105.0, 4081.0, 4113.0, 4080.0, 4111.0, 4081.0, 4100.0, 4082.0, 4111.0, 4101.0, 4111.0, 4082.0, 4109.0, 4080.0, 4110.0, 4091.0, 4090.0, 4102.0, 4079.0, 4100.0, 4080.0, 4111.0, 4080.0, 4113.0, 4081.0, 4112.0, 4081.0, 4100.0, 4082.0, 4111.0, 4092.0, 4111.0, 4092.0, 4112.0, 4103.0, 4081.0, 4103.0, 4093.0, 4125.0, 4096.0, 4126.0, 4095.0, 4125.0, 4106.0, 4126.0, 4118.0, 4136.0, 4116.0, 4095.0, 4115.0, 4083.0, 4127.0, 4095.0, 4126.0, 4095.0, 4125.0, 4094.0, 4124.0, 4105.0, 4136.0, 4117.0, 4084.0, 4116.0, 4084.0, 4126.0, 4095.0, 4126.0, 4095.0, 4123.0, 4094.0, 4122.0, 4093.0, 4123.0, 4104.0, 4122.0, 4114.0, 4081.0, 4112.0, 4081.0, 4112.0, 4082.0, 4124.0, 4092.0, 4113.0, 4093.0, 4113.0, 4093.0, 4122.0, 4104.0, 4114.0, 4115.0, 4083.0, 4114.0, 4094.0, 4124.0, 4107.0, 4126.0, 4118.0, 4126.0, 4106.0, 4094.0, 4116.0, 4094.0, 4127.0, 4104.0, 4127.0, 4083.0, 4114.0, 4082.0, 4114.0, 4081.0, 4123.0, 4092.0, 4123.0, 4094.0, 4113.0, 4094.0, 4123.0, 4106.0, 4126.0, 4117.0, 4115.0, 4117.0, 4125.0, 4118.0, 4136.0, 4128.0, 4105.0, 4116.0, 4082.0, 4114.0, 4093.0, 4115.0, 4082.0, 4125.0, 4083.0, 4114.0, 4082.0, 4123.0, 4093.0, 4125.0, 4114.0, 4125.0, 4094.0, 4123.0, 4105.0, 4113.0, 4126.0, 4093.0, 4124.0, 4094.0, 4123.0, 4093.0, 4123.0, 4114.0, 4123.0, 4103.0, 4111.0, 4103.0, 4081.0, 4113.0, 4081.0, 4124.0, 4092.0, 4111.0, 4093.0, 4111.0, 4093.0, 4122.0, 4103.0, 4090.0, 4101.0, 4080.0, 4112.0, 4080.0, 4111.0, 4082.0, 4112.0, 4102.0, 4110.0, 4082.0, 4110.0, 4092.0, 4101.0, 4103.0, 4082.0, 4113.0, 4081.0, 4112.0, 4083.0, 4113.0, 4094.0, 4124.0, 4105.0, 4135.0, 4106.0, 4113.0, 4106.0, 4112.0, 4105.0, 4112.0, 4114.0, 4082.0, 4113.0, 4082.0, 4115.0, 4093.0, 4124.0, 4095.0, 4125.0, 4104.0], 'WindowWidth': [9254.0, 9178.0, 9132.0, 9157.0, 9106.0, 9146.0, 9109.0, 9106.0, 9102.0, 9056.0, 9113.0, 9070.0, 9110.0, 9082.0, 9033.0, 9074.0, 9053.0, 9108.0, 9082.0, 9053.0, 9095.0, 9056.0, 9132.0, 9072.0, 9090.0, 9084.0, 9052.0, 9096.0, 9075.0, 9112.0, 9099.0, 9057.0, 9095.0, 9070.0, 9107.0, 9086.0, 9092.0, 9083.0, 9038.0, 9091.0, 9046.0, 9102.0, 9077.0, 9091.0, 9076.0, 9029.0, 9069.0, 9026.0, 9069.0, 9029.0, 9085.0, 9059.0, 9069.0, 9058.0, 9029.0, 9058.0, 9044.0, 9087.0, 9062.0, 9089.0, 9061.0, 9043.0, 9055.0, 9023.0, 9067.0, 9031.0, 9083.0, 9046.0, 9083.0, 9045.0, 9068.0, 9061.0, 9027.0, 9074.0, 9032.0, 9071.0, 9052.0, 9089.0, 9070.0, 9111.0, 9094.0, 9131.0, 9154.0, 9154.0, 9146.0, 9068.0, 9102.0, 9084.0, 9107.0, 9077.0, 9049.0, 9075.0, 9031.0, 9088.0, 9048.0, 9088.0, 9063.0, 9088.0, 9066.0, 9085.0, 9061.0, 9085.0, 9063.0, 9028.0, 9073.0, 9030.0, 9072.0, 9050.0, 9088.0, 9073.0, 9094.0, 9069.0, 9089.0, 9071.0, 9090.0, 9083.0, 9078.0, 9085.0, 9053.0, 9090.0, 9053.0, 9091.0, 9058.0, 9095.0, 9090.0, 9113.0, 9072.0, 9088.0, 9072.0, 9075.0, 9082.0, 9050.0, 9094.0, 9052.0, 9091.0, 9055.0, 9088.0, 9053.0, 9090.0, 9083.0, 9092.0, 9050.0, 9070.0, 9048.0, 9068.0, 9077.0, 9030.0, 9070.0, 9046.0, 9072.0, 9050.0, 9091.0, 9068.0, 9088.0, 9063.0, 9071.0, 9064.0, 9043.0, 9082.0, 9060.0, 9089.0, 9029.0, 9069.0, 9030.0, 9061.0, 9026.0, 9066.0, 9042.0, 9062.0, 9037.0, 9017.0, 9033.0, 9006.0, 9067.0, 9029.0, 9086.0, 9032.0, 9063.0, 9014.0, 9064.0, 9054.0, 9022.0, 9073.0, 9030.0, 9084.0, 9029.0, 9069.0, 9026.0, 9067.0, 9024.0, 9066.0, 9042.0, 9051.0, 9054.0, 9011.0, 9035.0, 9029.0, 9055.0, 9032.0, 9066.0, 9033.0, 9085.0, 9033.0, 9083.0, 9067.0, 9078.0, 9077.0, 9032.0, 9073.0, 9015.0, 9075.0, 9031.0, 9088.0, 9032.0, 9089.0, 9046.0, 9069.0, 9032.0, 9072.0, 9033.0, 9070.0, 9046.0, 9029.0, 9057.0, 9024.0, 9077.0, 9031.0, 9086.0, 9030.0, 9063.0, 9012.0, 9059.0, 9026.0, 9065.0, 9041.0, 9035.0, 9052.0, 9006.0, 9048.0, 9010.0, 9068.0, 9023.0, 9059.0, 9003.0, 9042.0, 9037.0, 9049.0, 9050.0, 9006.0, 9048.0, 9008.0, 9043.0, 9005.0, 9032.0, 9012.0, 9063.0, 9021.0, 9062.0, 9026.0, 9039.0, 9041.0, 9023.0, 9053.0, 9029.0, 9049.0, 9031.0, 9064.0, 9028.0, 9069.0, 9041.0, 9065.0, 9041.0, 9078.0, 9037.0, 9058.0, 9027.0, 9045.0, 9033.0, 9004.0, 9033.0, 9005.0, 9046.0, 9014.0, 9080.0, 9042.0, 9077.0, 9026.0, 9062.0, 9027.0, 9048.0, 9043.0, 9040.0, 9053.0, 9007.0, 9064.0, 9023.0, 9064.0, 9026.0, 9065.0, 9024.0, 9047.0, 9039.0, 9004.0, 9036.0, 9006.0, 9051.0, 9013.0, 9068.0, 9023.0, 9065.0, 9012.0, 9061.0, 9030.0, 9053.0, 9042.0, 9024.0, 9051.0, 9025.0, 9070.0, 9030.0, 9082.0, 9045.0, 9069.0, 9030.0, 9066.0, 9028.0, 9063.0, 9045.0, 9049.0, 9056.0, 9008.0, 9052.0, 9007.0, 9050.0, 9026.0, 9050.0, 9013.0, 9064.0, 9015.0, 9062.0, 9027.0, 9063.0, 9055.0, 9051.0, 9053.0, 9007.0, 9053.0, 9026.0, 9051.0, 9008.0, 9049.0, 9011.0, 9048.0, 9010.0, 9068.0, 9030.0, 9081.0, 9028.0, 9066.0, 9014.0, 9022.0, 9043.0, 9011.0, 9071.0, 9029.0, 9070.0, 9015.0, 9087.0, 9062.0, 9066.0, 8947.0, 8957.0, 8923.0, 8969.0, 9033.0, 9041.0, 9077.0, 9057.0, 9116.0, 9077.0, 9119.0, 9097.0, 9122.0, 9098.0, 9124.0, 9086.0, 9108.0, 9086.0, 9109.0, 9115.0, 9084.0, 9126.0, 9090.0, 9130.0, 9112.0, 9133.0, 9116.0, 9154.0, 9130.0, 9150.0, 9131.0, 9134.0, 9128.0, 9132.0, 9144.0, 9137.0, 9136.0, 9087.0, 9132.0, 9087.0, 9130.0, 9091.0, 9146.0, 9105.0, 9145.0, 9119.0, 9146.0, 9108.0, 9148.0, 9141.0, 9149.0, 9135.0, 9093.0, 9151.0, 9108.0, 9147.0, 9108.0, 9150.0, 9126.0, 9165.0, 9107.0, 9146.0, 9105.0, 9141.0, 9120.0, 9112.0, 9113.0, 9067.0, 9110.0, 9082.0, 9123.0, 9086.0, 9125.0, 9099.0, 9123.0, 9087.0, 9135.0, 9109.0, 9126.0, 9105.0, 9092.0, 9139.0, 9093.0, 9126.0, 9093.0, 9146.0, 9127.0, 9143.0, 9120.0, 9146.0, 9120.0, 9087.0, 9129.0, 9087.0, 9140.0, 9089.0, 9142.0, 9107.0, 9144.0, 9118.0, 9140.0, 9091.0, 9138.0, 9103.0, 9138.0, 9118.0, 9097.0, 9126.0, 9071.0, 9127.0, 9087.0, 9130.0, 9086.0, 9126.0, 9087.0, 9143.0, 9099.0, 9137.0, 9086.0, 9139.0, 9118.0, 9126.0, 9119.0, 9083.0, 9130.0, 9089.0, 9144.0, 9091.0, 9142.0, 9091.0, 9144.0, 9120.0, 9141.0, 9125.0, 9149.0, 9121.0, 9125.0, 9118.0, 9142.0, 9116.0, 9081.0, 9111.0, 9106.0, 9147.0, 9127.0, 9124.0, 9148.0, 9109.0, 9163.0, 9110.0, 9147.0, 9109.0, 9133.0, 9089.0, 9128.0, 9088.0, 9139.0, 9104.0, 9146.0, 9123.0, 9112.0, 9114.0, 9085.0, 9116.0, 9085.0, 9117.0, 9088.0, 9126.0, 9087.0, 9138.0, 9085.0, 9123.0, 9103.0, 9144.0, 9120.0, 9124.0, 9111.0, 9066.0, 9094.0, 9065.0, 9108.0, 9077.0, 9122.0, 9077.0, 9109.0, 9081.0, 9118.0, 9081.0, 9120.0, 9084.0, 9124.0, 9103.0, 9108.0, 9097.0, 9081.0, 9113.0, 9087.0, 9131.0, 9110.0, 9146.0, 9110.0, 9146.0, 9111.0, 9146.0, 9112.0, 9148.0, 9127.0, 9131.0, 9122.0, 9131.0, 9138.0, 9105.0, 9150.0, 9105.0, 9132.0, 9093.0, 9147.0, 9110.0, 9147.0, 9139.0, 9149.0, 9127.0, 9146.0, 9127.0, 9135.0, 9138.0, 9109.0, 9153.0, 9105.0, 9131.0, 9104.0, 9131.0, 9106.0, 9148.0, 9135.0, 9141.0, 9102.0, 9111.0, 9104.0, 9082.0, 9128.0, 9083.0, 9128.0, 9084.0, 9124.0, 9085.0, 9124.0, 9103.0, 9142.0, 9099.0, 9078.0, 9108.0, 9067.0, 9104.0, 9080.0, 9119.0, 9084.0, 9122.0, 9096.0, 9121.0, 9085.0, 9082.0, 9113.0, 9087.0, 9129.0, 9088.0, 9127.0, 9088.0, 9125.0, 9106.0, 9139.0, 9117.0, 9084.0, 9126.0, 9085.0, 9123.0, 9102.0, 9130.0, 9104.0, 9097.0, 9113.0, 9087.0, 9130.0, 9102.0, 9146.0, 9124.0, 9146.0, 9109.0, 9145.0, 9109.0, 9127.0, 9121.0, 9084.0, 9130.0, 9082.0, 9122.0, 9083.0, 9108.0, 9087.0, 9123.0, 9113.0, 9125.0, 9086.0, 9120.0, 9083.0, 9119.0, 9098.0, 9094.0, 9111.0, 9079.0, 9109.0, 9081.0, 9124.0, 9083.0, 9129.0, 9084.0, 9127.0, 9085.0, 9106.0, 9086.0, 9123.0, 9101.0, 9124.0, 9103.0, 9128.0, 9117.0, 9087.0, 9120.0, 9106.0, 9150.0, 9114.0, 9153.0, 9112.0, 9152.0, 9128.0, 9153.0, 9146.0, 9168.0, 9141.0, 9110.0, 9139.0, 9093.0, 9156.0, 9110.0, 9154.0, 9110.0, 9150.0, 9109.0, 9148.0, 9126.0, 9167.0, 9144.0, 9095.0, 9139.0, 9094.0, 9152.0, 9109.0, 9153.0, 9109.0, 9146.0, 9108.0, 9144.0, 9107.0, 9144.0, 9123.0, 9142.0, 9133.0, 9084.0, 9127.0, 9085.0, 9128.0, 9088.0, 9145.0, 9103.0, 9130.0, 9105.0, 9130.0, 9105.0, 9142.0, 9122.0, 9133.0, 9135.0, 9092.0, 9133.0, 9112.0, 9149.0, 9132.0, 9156.0, 9146.0, 9154.0, 9129.0, 9110.0, 9142.0, 9109.0, 9158.0, 9122.0, 9155.0, 9092.0, 9134.0, 9088.0, 9134.0, 9086.0, 9146.0, 9104.0, 9146.0, 9107.0, 9133.0, 9109.0, 9147.0, 9130.0, 9154.0, 9145.0, 9140.0, 9147.0, 9152.0, 9147.0, 9169.0, 9160.0, 9124.0, 9140.0, 9091.0, 9136.0, 9104.0, 9137.0, 9090.0, 9148.0, 9090.0, 9133.0, 9089.0, 9144.0, 9106.0, 9149.0, 9137.0, 9149.0, 9110.0, 9145.0, 9125.0, 9133.0, 9154.0, 9105.0, 9147.0, 9108.0, 9145.0, 9107.0, 9146.0, 9136.0, 9145.0, 9119.0, 9124.0, 9118.0, 9086.0, 9132.0, 9086.0, 9147.0, 9101.0, 9126.0, 9103.0, 9125.0, 9105.0, 9142.0, 9118.0, 9096.0, 9112.0, 9082.0, 9126.0, 9083.0, 9124.0, 9087.0, 9126.0, 9114.0, 9123.0, 9090.0, 9123.0, 9104.0, 9111.0, 9118.0, 9087.0, 9132.0, 9085.0, 9126.0, 9092.0, 9131.0, 9109.0, 9148.0, 9126.0, 9165.0, 9127.0, 9132.0, 9127.0, 9130.0, 9125.0, 9130.0, 9136.0, 9087.0, 9131.0, 9089.0, 9136.0, 9106.0, 9148.0, 9111.0, 9150.0, 9124.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.0010310483870967742</td></tr>
<tr><td colspan=3>aqi</td><td>0.023366523502304146</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.029570279342614</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2324515663898494</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9736063710495955</td></tr>
<tr><td colspan=3>efc</td><td>0.451</td></tr>
<tr><td colspan=3>fber</td><td>6319.249</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08880698611582528</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.880184331797235</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.369490254424081</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3207415810328453</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5940736654251917</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.193655516814205</td></tr>
<tr><td colspan=3>gcor</td><td>0.0383787</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021679677069187164</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010578654706478119</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.953809778577319</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>42.0524</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0275</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.0579</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308013.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>742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1808</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6988</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.0947</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3343.7154</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.0445</td></tr>
<tr><td colspan=3>tsnr</td><td>40.609164512716234</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>